@import url('https://fonts.googleapis.com/css2?family=Fenix&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.fraunces {
  font-family: "Fraunces", serif;
} 

.inter {
  font-family: "Inter", sans-serif;
}  

.fenix {
  font-family: "Fenix", serif;
}  

.figtree {
  font-family: "Figtree", sans-serif;
}  

.font-16{font-size: 16px;}

.color-E9A42A{color: #E9A42A;}
.color-FFC436{color: #FFC436;}
.color-E92A2A{color: #E92A2A;}
.color-FFFFFF{color: #FFFFFF;}

.medium{font-weight: 500;}
.semi{font-weight: 600;}


body{
    background-image: url('../images/body.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.w-560{
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
}

.stepsbg{
    background-color: rgba(40, 38, 59, 0.3);
    backdrop-filter: blur(4px);
}


/*************************************************** signup step **************************************************/

.signup_step{
    padding: 57px 64px 67px;
}
.button_pill{
    background-color: rgba(31, 24, 44, 0.85);
    border-radius: 177px;
    border: 1px solid rgba(255, 196, 54, 0.4);
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 48px;
}
.button_pill a{
    padding: 19px 20px;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 2.5px;
    font-family: "Inter", sans-serif;
    width: 50%;
    border-radius: 177px;
    transition: 0.4s ease;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.button_pill a.active, .button_pill a:hover{
    background-color: rgba(255, 196, 54, 1);
    color: #291E3C;
}
.step_title{
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Fraunces", serif;
    margin-bottom: 10px;
}
.step_subtitle{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}
.input_label{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0 8px 7px;
}
.radio_check.form-check{
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
}
.radio_check .form-check-label::before  {
    content: '';
    background: linear-gradient(180deg, #E9A42A 0%, #F2C875 121.79%);
    border-radius: 31px;
    box-sizing: content-box;
    padding: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: linear-gradient(180deg, #E9A42A 0%, #F2C875 121.79%) content-box, linear-gradient(180deg, #E9A42A 0%, #F2C875 121.79%);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: -1;
    opacity: 0;
}
.radio_check .form-check-label, .form-control, .form-select{
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 31px;
    border: 1px solid transparent;
    padding: 16px 40px 17px 20px;
    width: 100%;
    font-family: "Inter", sans-serif;
    position: relative;
}
.radio_check .form-check-input{
    background-color: transparent;
    border: 1px solid rgba(255, 196, 54, 1);
    width: 18px;
    height: 18px;
    position: absolute;
    right: 22px;
    top: 22px;
    margin: 0;
}
.radio_check .form-check-input:checked{
    background-color: transparent;
    border-color: rgba(255, 196, 54, 1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffc436'/%3e%3c/svg%3e") !important;
    background-size: 26px 26px;
}
.form-check-input:focus, .form-control:focus, .form-select:focus{
    box-shadow: unset;
    border-color: transparent;
}
.radio_check .form-check-input:focus + .form-check-label, .form-control:focus{
    background: linear-gradient(180deg, rgba(233, 164, 42, 0.2) 0%, rgba(242, 200, 117, 0.2) 121.79%);
    color: #FFC436;
}
.radio_check .form-check-input:focus + .form-check-label::before, .form-check-input:checked + .form-check-label::before{
    opacity: 1;
}
.form-control:focus{
    border-color: #e9a42a4f;
}

.required_message{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-family: "Fenix", serif;
    margin: 15px 0 0 21px;
}
.input_wrapper{
    margin-top: 37px;
}
.form-control{
    color: #FFFFFF;
}
.form-control::-webkit-input-placeholder, .form-control::placeholder{
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    opacity: 0.75;
}

.btn_shadowdiv {
    position: relative;
    margin-top: 54px;
    width: fit-content;
    min-width: 328px;
    margin: 17px auto 25px;
}
.btn_shadowdiv::before {
    content: '';
    background-color: #FFBF47;
    position: absolute;
    width: 82%;
    height: 40px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(15px);
    box-sizing: content-box;
}
.yellow_btn {
    background-color: #28263B;
    border: 1px solid #FFDA94;
    border-radius: 28px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #291E3C;
    font-family: "Inter", sans-serif;
    position: relative;
    transition: 0.3s ease;
    overflow: hidden;
    text-transform: uppercase;
    display: block;
}
.yellow_btn span{
    position: relative;
    display: block;
    padding: 15px 20px;
    border-radius: 28px;
    z-index: 1;
}
.yellow_btn::after {
    content: '';
    background: #FFBF47;
    width: 100%;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 22px;
}
.yellow_btn::after {
    border-radius: 0px;
}
.yellow_btn:hover::after {
    transform: translate3d(100%, 0, 0);
}
.yellow_btn:hover, .yellow_btn:hover span {
    color: #FFBF47;
}
.mt_51{margin-top: 51px;}


/************************************************ birthdetail step ************************************************/

.birthdetail_step{
    padding: 57px 64px 71px;
}
.select_input_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 13px 0 38px;
}
.form-select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFC436' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 20px 20px;
    background-position: right 22px center;
}
.select_input_wrapper .form-select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffffbf' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 16px 28px;
    background-position: right 21px center;
    padding: 11px 37px 11px 22px;
}
.form-select:focus{
    background-color: #463a39;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFC436' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    color: #FFC436;
    border-color: #e9a42a4f;
}
.input_img_wrap{
    position: relative;
}
.input_img_wrap .input-img{
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
}
.normal_checkbox{
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    margin: 12px 0 34px 8px;
}
.normal_checkbox label{
    font-size: 14px;
    color: #FFC436;
    font-family: "Figtree", sans-serif;
}
.normal_checkbox .form-check-input{
    width: 18px;
    height: 18px;
    border: none;
    margin: 0;
}
.birthdetail_step .btn_shadowdiv{
    margin: 48px auto 0;
}

/********************************************** emailverification step *********************************************/

.emailverification_step{
    padding: 57px 64px 40px;
}
.emailverification_step .input_wrapper {
    margin-top: 32px;
}
.emailverification_step .normal_checkbox label{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}
.emailverification_step .btn_shadowdiv{
    margin: 49px auto 18px;
}
.stepsbg p > a:hover{
    color: #E9A42A;
    font-weight: 600;
}
.error {
    color: red;
}

.email-wrapper {
    position: relative;
    width: 100%;
}
.email-items {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(23, 31, 41, 0.3), 0 0 4px 0 rgba(23, 31, 41, 0.2);
    box-shadow: 0 2px 10px 0 rgba(23, 31, 41, 0.3), 0 0 4px 0 rgba(23, 31, 41, 0.2);
    left: 0;
    max-height: 120px;
    overflow: auto;
    right: 0;
    top: 100%;
    z-index: 99;
    padding: 0px;
    background-color: white;
    border-radius: 11px;
    display: inline-block;
    width: 80%;
}
.option {
    text-align: left;
    color: black;
    height: 40px;
    padding: 10px;
    border-bottom: 1px groove
}
.option:hover {
    background-color: #0dcaf0;
    color: #FFFFFF;
    cursor: pointer;
}
.spinner-border {
    width: 20px;
    height: 20px;
}

.select_input_wrapper .form-select {
    background-position: right 15px center;
    padding: 11px 37px 11px 16px;
    font-size: 14px;
}
.registerForm .w-60 {
    width: 50%;
}
.registerForm .w-40 {
    width: 45%;
}

.back_btn{
    background: linear-gradient(180deg, rgba(233, 164, 42, 0.2) 0%, rgba(242, 200, 117, 0.2) 121.79%);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0px 35px;
    transition: 0.4s ease;
}
.back_btn:hover{
    background: linear-gradient(180deg, rgba(233, 164, 42, 1) 0%, rgba(242, 200, 117, 1) 121.79%);
}
.back_btn .hover_arrow{
    display: none;
}
.back_btn:hover .default_arrow{
    display: none;
}
.back_btn:hover .hover_arrow{
    display: block;
}
.demo-email-list{
    position: absolute;
    border: 0;
    left: 0;
}
/************************************************* responsive ************************************************/

@media (max-width: 1399.98px) {
    .signup_step {
        padding: 50px 64px 58px;
    }
    .button_pill{
        margin-bottom: 44px;
    }
    .button_pill a{
        font-size: 16px;
        padding: 16px 20px;
    }
    .step_title{
        font-size: 28px;
        margin-bottom: 6px;
    }
    .step_subtitle{
        font-size: 16px;
    }
    .mt_51 {
        margin-top: 32px;
    }
    .input_label{
        font-size: 16px;
    }
    .radio_check.form-check{
        margin: 0 auto 18px;
    }
    .radio_check .form-check-label, .form-control, .form-select{
        font-size: 16px;
    }
    .radio_check .form-check-input{
        top: 20px;
    }
    .required_message{
        margin: 11px 0 0 20px;
    }
    .input_wrapper {
        margin-top: 28px;
    }
    .birthdetail_step {
        padding: 50px 64px 60px;
    }
    .emailverification_step {
        padding: 50px 64px 40px;
    }
    .emailverification_step .input_wrapper {
        margin-top: 24px;
    }
}

@media (max-width: 512.98px) {
    body{
        padding: 0 12px;
    }
    .signup_step {
        padding: 46px 32px 55px;
    }
    .button_pill {
        margin-bottom: 36px;
    }
    .step_title {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .step_subtitle {
        font-size: 15px;
    }
    .input_label {
        font-size: 15px;
    }
    .radio_check .form-check-label, .form-control, .form-select{
        padding: 15px 40px 16px 20px;
    }
    .radio_check.form-check {
        margin: 0 auto 16px;
    }
    .required_message {
        margin: 8px 0 0 17px;
    }
    .btn_shadowdiv{
        min-width: 100%;
    }
    .yellow_btn{
        font-size: 16px;
    }
    .birthdetail_step {
        padding: 46px 32px 60px;
    }
    .select_input_wrapper{
        gap: 6px;
        margin: 13px 0 26px;
    }
    .normal_checkbox .form-check-input {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
    .normal_checkbox{
        margin: 12px 0 29px 8px;
    }
    .form-select{
        background-size: 18px 18px;
    }
    .select_input_wrapper .form-select{
        background-size: 14px;
        padding: 11px 33px 11px 20px;
        background-position: right 18px center;
    }
    .emailverification_step {
        padding: 46px 32px 50px;
    }
    .emailverification_step .input_wrapper {
        margin-top: 18px;
    }
    .emailverification_step .normal_checkbox{
        align-items: start;
    }
    .emailverification_step .form-check-input{
        margin-top: 4px;
    }
    .back_btn{
        width: 40px;
        height: 40px;
        margin: 30px 0 0px 14px;
    }
    .back_btn img{
        width: 8px;
    }
}

@media (max-width: 395.98px) {
    .signup_step {
        padding: 45px 20px 55px;
    }
    .button_pill a {
        font-size: 15px;
        padding: 15px 16px;
        letter-spacing: 1.5px;
    }
    .radio_check .form-check-input {
        top: 19px;
    }
    .birthdetail_step {
        padding: 45px 20px 60px;
    }
    .emailverification_step {
        padding: 45px 20px 50px;
    }
}