@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", serif;
}

.main_box_process {
    background-image: url('../images/bgimg.png');
    background-repeat: no-repeat;

    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 132px 100px;
    justify-content: center;
}

.slider-container {
    position: relative;
    height: 700px;
    overflow: hidden;
    width: 100%;
    border-radius: 30px;
}

.slides {
    position: absolute;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.was-validated .form-control:invalid,
.form-control.is-invalid10 {

    background-position: right calc(0px - -44px) center !important;

}

.is-invalid {
    background-position: right calc(0px - -44px) center !important;
}

.slide {
    height: 100%;

}

.slide img {
    height: 700px;
    width: 100%;
    max-width: 100%;
}

.slider-text-container {
    position: relative;
    height: 100px;
    overflow: hidden;
    width: 100%;
    border-radius: 30px;
}

.slider-text {
    position: absolute;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.slidetext {
    height: 100px;
    padding-top: 10px;

}

.slidetext span {
    color: #FFF;
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}

.slidetext span::after {
    content: '';
    position: absolute;
    bottom: 16px;
    right: -30px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: #FFC107;
}

.milionstrip h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.milionstrip p {
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.list_btn {
    border-radius: 15px;
    background: #FFF;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 30px;
    border: none;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.list_btn span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 5px;
    background: #0C5295;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.user_img img {
    max-width: 100%;
}

input:focus {
    outline: none;
}

.main_box_form {
    border-radius: 30px;
    border: 2px solid #FFF;
    padding: 40px;
}

.main_box_form .form_title {
    margin-bottom: 40px;
}

.main_box_form .form_title img {
    margin-bottom: 15px;
}

.main_box_form .form_title h3 {
    color: #FFF;
    font-size: 27px;
    font-weight: 500;
    line-height: 40px;
    /* 148.148% */
    text-transform: capitalize;
}

.main_box_form .form_title p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.login_field_form .form_group label {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.login_field_form .form_group {
    margin-bottom: 15px;
    position: relative;
}

.login_field_form .form_group .pass_icon {
    position: absolute;
    top: 47px;
    right: 15px;
}

.login_field_form .form_group .pass_icon img {
    width: 30px;
}

.login_field_form .form_group input {
    border-radius: 10px;
    border: 1px solid #FFF;
    width: 100%;
    padding: 15px;
    background: transparent;
    height: 60px;
}

.login_field_form .form_group select:focus {
    outline: none;

}

.login_field_form .form_group select {
    border-radius: 10px;
    border: 1px solid #FFF;
    background-color: #0766c2ab;
    color: #fff;
    width: 100%;
    padding: 15px;
    height: 60px;
    appearance: none;
    background-image: url('../img/Down_Arrow_3_ (7).svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 15px);
}


.login_field_form .form_group .iti {
    position: relative;
    display: block;
}

.login_field_form .form_group input::placeholder {
    color: #fff;
}

.login_field_form .form_group .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}

.login_field_form .form_group .iti__arrow {

    border-top: 4px solid #ffffff;
}

.login_field_form .form_group a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    text-align: end;
    margin-top: 10px;
    margin-bottom: 60px;
}

.login_btn0 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: transparent;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    width: 100%;
    height: 60px;


}

.login_btn0::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: left 0.5s ease;
    z-index: -1;
}


.login_btn0:hover::after {
    left: 0;
}

.login_btn0:hover {
    color: #000;
}

.spn_text {
    color: #EAEAEA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.button_alig {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;

    margin-top: 30px;
}

input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: black !important;
    /* Change text color if needed */
}

input:-webkit-autofill+.input-icon {
    color: black !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    width: 100%;
}

.regi-cont {
    color: white;
}

.regi-cont a {
    color: white;
}

button.btn.btn-submit.loginBtn {
    width: 100%;
    margin: 10px 0 14px;
    background: white;
    color: #000000 !important;
    font-size: 19px !important;
}

.input-group select {

    border-radius: 7px;
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    /* background: transparent !important; */
    color: white !important;
}

.input-group input {
    background-color: white !important;
    border-radius: 7px;
}

.input-group select option {
    color: black important;
    background-color: #40a0f7 !important;
}

.change_pass_vv1 .input-field .form-control {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: white;
}

.change_pass_vv1 .input-field input::placeholder {
    color: white;
}

.v_btn_cmm1 {
    width: 333px;
    height: 58px;
    background: #40a0f7;
    border-radius: 29px;
    font-size: 15px !important;
    line-height: 40px;
    color: #fff !important;
    margin: 35px auto;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 13px;
    color: #ff0018;
    background: red;
    color: white;
    padding: 10px;
    border-radius: 20px;
    margin-top: 0;
}

.main_box_process.others {

    padding: 92px 100px;
    height: 100vh
}

.other_platform {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.other_platform img {
    width: 60px;
}


.otp-container {
    display: flex;
    gap: 10px;
}

.otp-input {
    width: 40px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    outline: none;
    color: #fff;
}

.otp-input:focus {
    outline: none;
}

.otp-input input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.verifyOtp p {
    color: white;
}

.verification-code--inputs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.digit-group input {
    border-radius: 50px;
    border: 0;
}

.input-group select option {
    color: black important;
    background-color: #40a0f7 !important;
}

.digit-group input {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: white;
}


.input-field a {
    color: white
}

.input-group input {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    /* background: transparent !important; */
    color: white !important;
}

.input-group input::placeholder {
    color: white !important;
}

.iti__flag-container {
    background: white;
    border-radius: 6px;
}

.change_pass_vv1 .input-field .input-icon {
    position: absolute;
    right: 14px;
    color: white;
    top: 18px;
}

.thankyou-container {

    text-align: center;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.thankyou-logo {
    max-width: 120px;
    margin-bottom: 20px;
}

.thankyou-title {
    color: #fcfcfc;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.thankyou-message {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.thankyou-button {
    display: inline-block;
    background-color: #004aad;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.thankyou-button:hover {
    background-color: #003a8a;
}

.footer-text {
    margin-top: 25px;
    font-size: 13px;
    color: #9b9a9a;
}

@media screen and (max-width: 600px) {
    .thankyou-container {
        margin: 40px 15px;
        padding: 30px 20px;
    }

    .thankyou-title {
        font-size: 22px;
    }
}

@media screen and (max-width:1500px) {
    .milionstrip h3 {
        font-size: 54px;

    }
}

@media screen and (max-width:1200px) {

    .main_box_process {
        padding: 30px 30px;
    }

}

@media screen and (max-width:992px) {
    .user_img {
        margin-bottom: 30px;
    }

    .main_box_process.others {}

    .main_box_process.others {
        padding: 30px;
    }

    .main_box_process {
        padding: 30px;
    }

    .milionstrip {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    .main_box_form .form_title h3 {
        font-size: 20px;
    }

    .main_box_form .form_title p {
        font-size: 14px;
    }

    .main_box_form {

        padding: 30px;
    }

    .list_btn {

        font-size: 20px;

    }

    .slidetext {
        padding-top: 10px;

    }

    .main_box_process {
        padding: 15px 0px;
    }

    .main_box_process.others {
        padding: 15px 0px;
    }

    .milionstrip h3 {
        font-size: 44px;
    }

    .slidetext span::after {
        bottom: 8px;
        width: 19px;
        height: 19px;

    }

}

@media screen and (max-width:575px) {
    .login_btn0 {

        font-size: 15px;

    }
}