* {
    padding: 0;
    margin: 0;
}

.inputMargin {
    margin-bottom: 1rem !important;
}

.div-1 {
    background-image: url('/assets/images/Vector_Smart_Object-01.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.div-2 {
    background-color: white;
    padding: 20px;
}

.custom-gradient-border {
    background-image: linear-gradient(100deg, #4CDE9C 0%, #7A2FE8 64.63%) !important;
    padding: 3px;
    border-radius: 20px;
    display: inline-block;
}

.video-responsive {
    display: block;
    width: 100%;
    height: auto;
    border: 10px solid #fff;
    border-radius: 20px;
}

.formTextColor {
    color: #666666;
}

.form-control {
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(white, white),
        linear-gradient(to right, #4cde9c, #7a2fe8);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    outline: none;
    transition: background-image 0.3s ease-in-out, border-color 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    padding: 8px !important;
}

.form-control:focus {
    border-color: transparent;
    background-image: linear-gradient(white, white),
        linear-gradient(to right, #7a2fe8, #4cde9c);
    box-shadow: 0 0 8px rgba(122, 47, 232, 0.3);
}


/* input.form-control::placeholder {
    color: #d6d6d6;
    opacity: 1;
  } */

.bi-eye,
.bi-eye-slash {
    font-size: 14px;
    color: #adafb0;
    opacity: 1;
    cursor: pointer;
}

i:hover {
    color: #7a2fe8;
}

/* .bg-gradient {
    background-image: linear-gradient(100deg, #4CDE9C 0%, #7A2FE8 64.63%) !important;
    outline: none;
    border: 1px;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 10px;
    padding: 10px;
    width: 50%;
    font-size: 12px;
    font-weight: 500;
}

.bg-gradient:hover {
    background-image: linear-gradient(to right, #4cde9ce7, #792fe8e7) !important;
    color: #fff;
} */

.Mybtn {
    align-items: center;
    background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    font-size: 17px;
    justify-content: center;
    line-height: 1em;
    width: 60%;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}

.Mybtn:active,
.Mybtn:hover {
    outline: 0;
}

.Mybtn span {
    background-color: rgb(5, 6, 45);
    padding: 0.60em 1em;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.Mybtn:hover span {
    background: none;
}

.Mybtn:active {
    transform: scale(0.9);
}

.h6-font {
    font-weight: 500 !important;
}

.paraEditing {
    font-size: 11px !important;
    color: #A9A4A4 !important;
}

.alert {
    --bs-alert-padding-x: 0.5rem;
    --bs-alert-padding-y: 0.5rem;
    --bs-alert-margin-bottom: 1rem;
    font-size: 12px !important;
}

.spinner-grow {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}

@media (min-width: 1600px) {

    .bi-eye,
    .bi-eye-slash {
        font-size: 18px !important;

    }

    .alert {
        --bs-alert-padding-x: 1rem !important;
        --bs-alert-padding-y: 1rem !important;
        --bs-alert-margin-bottom: 1rem !important;
        font-size: 12px !important;
    }


    .form-control {
        padding: 16px !important;
        font-size: 14px !important;
    }

    .inputMargin {
        margin-bottom: 1.5rem !important;
    }

    .h6-font {
        font-size: 24px !important;
    }

    label {
        font-size: 16px !important;
    }

    .bg-gradient {
        padding: 15px 0px !important;
    }

    .paraEditing {
        font-size: 14px !important;
    }

    .custom-mb {
        margin-bottom: 1rem !important;
    }

}

.marginRight {
    margin-right: 2.5rem !important;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide .custom-gradient-border {
    display: block;
    width: 100%;
    object-fit: contain;
}

@media (min-width: 993px) {
    .firstcol {
        height: 100vh;
    }
}


@media (min-width : 993px) {
    .swiper {
        height: 100%;
        display: flex !important;
        justify-content: space-around;
    }

    .swiper-horizontal {
        touch-action: pan-y;
    }

    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .swiper {
        width: 100%;
    }

    .swiper-wrapper {
        justify-content: space-around;
        display: flex;
        flex-direction: column;
    }

    * {
        padding: 0;
        margin: 0;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    div {
        display: block;
        unicode-bidi: isolate;
    }

    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .swiper-slide {
        width: 100% !important;
        height: fit-content !important;
        position: relative !important;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .swiper-slide .FirstSlide {
        display: block;
        width: 60%;
        object-fit: contain;
    }

    .swiper-slide .secondSlide {
        display: block;
        width: 48%;
        object-fit: contain;
    }

    .swiper-slide .thirdSlide {
        display: block;
        width: 45%;
        object-fit: contain;
    }

    .custom-gradient-border {
        background-image: linear-gradient(100deg, #4CDE9C 0%, #7A2FE8 64.63%) !important;
        padding: 3px;
        border-radius: 20px;
        display: inline-block;
    }

    .slideOne {
        display: flex !important;
        justify-content: flex-start !important;
    }

    .slidetwo {
        display: flex !important;
        justify-content: flex-end !important;
    }

    .slidethree {
        display: flex !important;
        justify-content: center !important;
    }
}


@media (max-width: 992px) {

    .Custom-width {
        width: 90% !important;
    }

    .h6-font {
        font-size: 4vw !important;
    }

    .form-label {
        font-size: 3vw;
    }

    .swiper-horizontal {
        touch-action: pan-y;
    }

    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        display: block;
    }

    .swiper {
        width: 100%;
    }

    .swiper-wrapper {
        transform: translate3d(0px, 0, 0);
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box;
    }

    .swiper-wrapper {
        padding-bottom: 30px !important;
    }

    .swiper-backface-hidden .swiper-slide {
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
        display: block;
    }

    .swiper-slide {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

.swiper-wrapper {
    padding-bottom: 30px !important;
}

.custom-disabled-btn {
    border: none;
    font-family: inherit;
    font-size: 17px;
    background: linear-gradient(144deg, #4900cd, #1412da 50%, #49e9ff);
    border-radius: 0.5em;
    padding: 0.60em 1em !important;
    /* padding: 3px; */
    transition: all 0.3s ease;
    cursor: not-allowed;
    opacity: 0.95;
    color: white;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    outline: 0;
}

.custom-disabled-btn:disabled {
    opacity: 0.7;
    pointer-events: none;
}

#error {
    margin: 16px !important;
}

#error-ul {
    margin-bottom: 0px !important;
    list-style: none !important;
    padding-left: 2px !important;
}

.alert {
    margin-bottom: 0.4rem !important;
}