@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sacramento&display=swap');
.sacramento {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
}

.afacad {
  font-family: "Afacad", sans-serif;
}
.albert-sans {
  font-family: "Albert Sans", sans-serif;
}

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

a, button, h1, h2, h3, h4, h5, h6, img, input, p, select {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img, img a {border: 0}
.btn-change:hover{
    -webkit-transform: scale(1.1);
}

html {
    height: inherit;
    min-height: 100%;
    position: relative;
}

body {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    height: 100%;
    position: relative;
    padding: inherit;
    background: #2e2135;
    background-size: cover;
    font-family: "Inter", sans-serif;
    color: #fff;
    background-position: top;
}

a, div, h1, h2, h3, h4, h5, h6, img, input, li, p, select, ul {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-shadow: none;
    border: 0;
    list-style: none;
    font-weight: normal
}

a, button, h1, h2, h3, h4, h5, h6, img, input, p, select {
    transition: all .5s ease 0s
}

img {
    max-width: 100%
}
.width100 {
    width: 100%;
}
/*** Athena front ***/

.fix_width_div {
    max-width: 700px;
    margin: 0 auto 0;
    text-align: center;
}

.fix_width_div h2 {
    color: rgb(83 64 86);
    font-family: "Albert Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.fix_width_div h3 {
    font-weight: 700
}

h2 {
    color: #fff;
    margin: 40px 0 30px;
    font-size: 60px;
    letter-spacing: 0;
    text-align: center;
}

/*  header   */

.header{
    padding-top: 35px;
    padding-bottom: 70px;
}
.header .navbar-nav .nav-item a{
    color: #ffffff;
    text-align: center;
    font-family:  "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
}
.header .navbar-nav .nav-item a:hover{
    color: #e33afc;
}
.header .navbar-nav .nav-item a.active{
    font-weight: 700;
    color: #e33afc;
    font-size: 19px;
}
.header .sign_in_btn{
    color: #fff;
    text-align: center;
    font-family:  "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 100px;
    background: rgb(83 64 86);
    padding: 18px 40px;
    border: 2px solid #734a79;
}
.header .sign_in_btn:hover{
    background: transparent;
    color: #fff;
    border-color: #873a93;
}

/* *** All Button *** */

/*******/
.btn_chose, .btn_time {
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}
.btn_chose, input[type=text], .btn_time {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Afacad", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background-color: rgba(255, 255, 255, 0.40);
    margin: 0 0 5px;
    transition: all .5s ease 0s;
}

.btn_time:hover, .btn_chose:hover {
    background-color: rgba(255, 255, 255, 0.80);
}

.btn_1, .btn_chose {
    outline: none;
}

.btn_chose {
    justify-content: space-between;
}

.btn_chose div {
    width: 33px;
}

    /*****/
.button-email-next, input[type=email], #city, .final-btn {
    width: 80%;
}

input[type=email], #city, .input-tel {
    font-size: 28px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background-color: rgba(255, 255, 255, 0.40);
    color: rgba(0, 0, 0, 0.60);
    font-family: "Afacad", sans-serif;
    font-weight: 400;
}

/****/
/*Forms input*/
select.form-control, select.time_dd, select.time_d {
    text-align: center;
    width: 100%;
    min-height: 40px;
    margin: 5px 0;
    padding: 10px;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Afacad", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background-color: rgba(255, 255, 255, 0.40);
    cursor: pointer;
}

/*Forms focus*/
.form-control:focus, select.time_dd:focus, select.time_d:focus {
    border-color: #ffffff!important;
    outline: 0;
    color: #fff;
    box-shadow: none;
}
.form-select:focus{box-shadow: none;}
.error, .agree-check {
    display: none;
    padding: 10px;
    background: transparent;
    color: #f60404;
    font-size: 16px;
    font-weight: 600;
    margin: -10px;
}

/* *** All Button -end *** */
/* *** Step1 *** */
.zodic_sign_div{padding: 69px 0px;}
.step_1 h2 {
    margin: 0;
}

.step_main_div, .inner_step{background-color: rgb(83 64 86);}
.button-box {
    width: auto;
    display: inline-block;
    margin:  0px;
    padding:  0;
    cursor: pointer;

}

.sign_div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 48px 60px;
}

.zodic_sign_box.a {
    display: flex;
}

.button-box a {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 2px solid transparent;
    transition: .3s;
}


.zodic_sign_img {
    display: inline-flex;
    height: 150px;
    width: 185px;
}


.button-box a span:first-child {
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    font-family: "Sacramento", cursive;
    font-size: 30px;
    font-weight: 400;
    transition: .4s ease-out;
    line-height: normal;
}


.button-box a span:last-child {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Aurora Regular';
    padding-top: 10px;
    line-height: normal;

}
.button-box a span .zodic_sign_name{display: none;}

.button-box a:hover {
    /*background-color: rgba(251,208,245,.1);
    border-color: #fbd0f5;*/
}

.button-box a:hover span > span:first-child {
    color: #e33afc;
}

.step_5 .m_box_date {
    grid-template-rows: 1fr;
}

.step_5 div  {
 width: 100%;
}

/* *** Step 2 *** */
.m_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.step_2 .sign_sec .m_box input{
    display: none;
}

/* *** 3-2  step_city *** */
.step_3 .m_box_date {
    grid-template-columns: repeat(3, 1fr);
}


#city {
    margin-left: 0;
}

/* *** Step 4 *** */
.m_box_group.check-material {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.step_4 .m_box_date{
    grid-template-columns: repeat(3, 1fr);
}

.check-material input {
    display: none
}

.check-material input:checked + label {
    background-color: #302940;;
}

.check-material input:checked + label:after {
    transform: scale(1.3)
}

.check-material label {
    display: block;
    box-sizing: border-box;
    min-width: 133px;
    min-height: 46px;
    padding: 10px 15px;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Afacad", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: .2s;
    margin: 10px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background-color: rgba(255, 255, 255, 0.40);
}

.check-material label:before {
    content: '';
    position: absolute;
    display: block;
    height: 300%;
    width: 300%;
    top: -100%;
    left: -100%;
    z-index: -1;
    border-radius: 50%;
    transition: .3s
}

.check-material label:hover {
    background-color: rgba(255, 255, 255, 0.80);
}
#pho_no-error{
    color: red;
}
/* *** Step 4- end *** */

.time_dd, .time_d {
    padding-left: 10px
}

.step_5 .m_box {
    text-align: center
}

.time_dd, .time_d {
    width: 100%;
    margin-bottom: 20px;
}

/*** Steps 6 ***/

.input-email {
    margin: 10px;
}

.m_box_date, input[type=text], input[type=email], .btn_chose, .btn_time, .input-tel {
    padding: 14px;
}



/*********************************************section 2***********************************/
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}
.Birth_chart_sec .green_box_design p, .natal_chart_sec .green_box_design p{
    color: #FFF;
    text-align: center;
    font-family:  "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.8px;
    opacity: 0.6;
}
.Birth_chart_sec .green_box_design h3, .natal_chart_sec .green_box_design h3{
    color: #FFF;
    text-align: center;
     font-family: "Albert Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}

.btn_style{
    color: #ffffff;
    text-align: center;
    font-family:  "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 100px;
    background: #e33afc;
    padding: 18px 40px;
    border: 1px solid transparent !important;
}
.btn_style:hover{
    background: #fff;
    color: #e33afc;
}
.hover_green:hover{
    background: #fff;
    color: #e33afc;
}
.inner_step .btn_style{border: none;margin-top: 20px;}
.inner_step .fix_width_div{margin-bottom: 40px;}
.Birth_chart_sec{
    padding-top: 151px;
    padding-bottom: 171px;
}

.green_box_design{
    border-radius: 30px;
    background: rgb(83 64 86); 
    padding: 40px 40px 42px;
    text-align: center;
}


/*******************************************************************************************/

/*********************************************section 3 horoscope ***********************************/
.py-12{
    padding-top: 13px;padding-bottom: 12px;
}
.explore_horo_sec, .Guardian_angle_div, .home_info_form{background-color: rgb(83 64 86);}
.explore_horo_sec, .explore_more_tarot_sec, .blog_sec{
    padding: 60px 0px;
}
.small_heading{
    text-align: center;
    font-family:  "Inter", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #e33afc;
    margin-bottom: 16px ;

}
.explore_horo_sec .horoscop_box{
    padding: 26px 50px;
    border-radius: 30px;
}

 .big_heading{
    color: #ffffff;
    font-family: "Albert Sans", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-bottom: 42px;
}

.mt-30{
    margin-top: 30px;
}

/********************************* Premium Reports *******************************************/
.natal_chart_sec{
    padding: 160px 0px 150px;
}
.natal_chart_sec .big_heading{
    margin-bottom: 18px;
}

/*********************************************************************************************/
    /****** guardian angle sec ****/

.Guardian_angle_div{padding: 82px 0px;}

/*********************************************************************************************/
/* mysterirs section */

.mysteries_sec{
    /* background-color: rgb(83 64 86); */
    padding: 120px 0px;
}
.mysteries_sec .small_heading{opacity: 0.5;}


/***********************  home_info_form ********************************************/


.home_info_form .personal_deatils_form{
    padding: 80px 10px 60px;
}
.px-30{
    padding-left: 30px;padding-right: 30px;
}
.home_info_form .personal_deatils_form label{
    color: #fff;
    font-family: "Afacad", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.9px;
}
.home_info_form .personal_deatils_form .form-control, .home_info_form .personal_deatils_form .form-select{
    border-radius: 15px;
    border: 2px solid #734a79;
    background-color: rgba(255, 255, 255, 0.10);
}

.home_info_form .personal_deatils_form .form-control::placeholder {
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}
.home_info_form input, .home_info_form .form-select{
    color: rgba(255, 255, 255, 0.9);
    font-family: "Afacad", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.7px;
    padding: 10px 20px;
    text-align: left;
}
.home_info_form .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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 18px 18px;
    background-position: right 20px center;
}
.home_info_form .form-select option{
    color: #000;
}

.m_box_group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.m_box_date {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
}


/* *** Footer *** */

.footer{
    margin-top: 40px;  
}
.footer .border_top{
    border-top: 1px solid #734a798c;
}
.footer .navbar-nav li a{
    color: #ffffff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    padding: 0px 24px;
}
.footer .navbar-nav li a:hover{
    color: rgb(83 64 86);
}
.footer .social_media_link li{
    padding: 0px 10px;
    margin: 0px;
}

.py-50{
    padding: 50px 0px;
}

.pt-2{
    padding-top: 2rem!important;
}
.px-3{
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

input:focus{border-color: #ffffff!important;}

.px-10{
    padding: 0px 20px 0px 20px;
}

.clearfix {
    margin-bottom: 250px;
}

.footer .social_media_link li svg path{
    fill: #ffffff;
}


/******** responsive ***/

@media (max-width: 1700px) {
    .zodic_sign_img {height: 150px;width: 170px;}
    .sign_div{gap: 30px 40px;}
    .Birth_chart_sec, .natal_chart_sec {padding: 130px 0px 130px;}
    .big_heading{font-size: 50px;line-height: 58px;}
    .green_box_design{padding: 36px 32px 36px;}
}

@media (max-width: 1610px) {
    .header {padding-top: 15px;padding-bottom: 50px;}
    .small_heading{font-size: 18px;}
    .big_heading {font-size: 42px;line-height: 48px;}
    .zodic_sign_div {padding: 39px 0px 10px;}
    .zodic_sign_img {height: 120px;width: 145px;}
    .sign_div {gap: 28px 50px;}
    .Birth_chart_sec, .natal_chart_sec, .mysteries_sec{padding: 100px 0px 100px;}
    .Birth_chart_sec .green_box_design h3, .natal_chart_sec .green_box_design h3{font-size: 28px;line-height: 34px;}
    .btn_style{font-size: 15px;}
    .px-10 {padding: 0px 10px 0px 10px;}
    .btn_style{padding: 18px 36px;}
    .py-50 {padding: 40px 0px;}
    .home_info_form input, .home_info_form .form-select{line-height: 34px;}

    /* steps style */
    .step_2 .btn_chose img{max-width: 78%;} 
    .btn_chose, .btn_time, .inner_step input[type="text"], select.form-control, select.time_dd, select.time_d, input[type=email], #city, .input-tel, .check-material label{font-size: 24px;}
    .fix_width_div h2{font-size: 32px;}
}

@media (max-width: 1410px) {
    .sign_div {
        gap: 38px 30px;
    }
    .clearfix {margin-bottom: 300px;}

}
@media (max-width: 1390px) {
    .header .navbar-brand img{max-width: 85%;}
    .header .navbar-nav .nav-item a.active{font-size: 16px;}
    .header .navbar-nav .nav-item a{font-size: 14px;padding-left: 22px;padding-right: 22px;}
    .header .sign_in_btn{padding: 14px 30px;font-size: 14px;}
    .header {padding-top: 0px;padding-bottom: 30px;}
    .small_heading {font-size: 16px;margin-bottom: 10px;}
    .big_heading {font-size: 36px;line-height: 42px;padding-bottom: 32px}
    .zodic_sign_img {height: 100px;width: 125px;}
    .button-box a span:first-child{font-size: 28px;}
    .sign_div {gap: 25px 40px;}
    .zodic_sign_div {padding: 30px 0px 0px;}
    .Birth_chart_sec, .natal_chart_sec, .mysteries_sec {padding: 80px 0px 80px;}
    .Birth_chart_sec .green_box_design p, .natal_chart_sec .green_box_design p{font-size: 14px;line-height: 32px;}
    .Birth_chart_sec .green_box_design h3, .natal_chart_sec .green_box_design h3 {font-size: 25px;line-height: 30px;}
    .btn_style {font-size: 14px;padding: 16px 36px;}
    .green_box_design{padding: 26px 28px 30px;}
    .guardian_right_img img{max-width: 80%;}
    .Guardian_angle_div {padding: 62px 0px;}
    .footer .navbar-nav li a{font-size: 14px;padding: 0px 20px;}
    .footer .navbar-brand img {max-width: 38%;}
    .py-50 {padding: 30px 0px;}
    .footer .social_media_link li svg{width: 20px;height: 20px;}
    .footer .social_media_link li {padding: 0px 7px;}
    .home_info_form .personal_deatils_form label{line-height: 38px;}
    .home_info_form input, .home_info_form .form-select {line-height: 28px;padding: 10px 16px;border-radius: 10px;}
    .home_info_form .form-select{background-size: 14px 14px;background-position: right 12px center;}


    .fix_width_div h2 {
        font-size: 28px;
        margin: 40px 0 20px;
    }
    .clearfix {margin-bottom: 150px;}
    .btn_chose, .btn_time, select.form-control, .inner_step input[type="text"], select.time_dd, select.time_d, input[type=email], #city, .input-tel, .check-material label {
        font-size: 20px;
    }
    .button-email-next, input[type=email], #city, .final-btn {width: 70%;}
}

@media (max-width: 1290px){
    .clearfix {margin-bottom: 350px;}
    .zodic_sign_img {
        height: 90px;
        width: 115px;
    }
    .big_heading {font-size: 32px;line-height: 38px;}
    .button-box a span:first-child {
        font-size: 26px;
    }
}
@media (max-width: 992px) {
    .zodic_sign_img {height: 70px;width: 85px;}
    .sign_div {gap: 30px 15px;}
    .header .navbar-brand img, .footer .navbar-brand img {max-width: 80%;}
    .navbar-toggler-icon {background: url(../images/menu.png) no-repeat;}
    .header .navbar-collapse{background-color: rgba(255, 255, 255, 0.5);text-align: center;padding: 16px 0px;}
    .navbar-toggler:focus{box-shadow: none;}
    .big_heading {font-size: 32px;line-height: 38px;}
    .guardian_right_img img {max-width: 100%;}
    .px-30 {padding-left: 10px;padding-right: 10px;}
    .home_info_form .form-select {background-size: 14px 14px;background-position: right 8px center;}
    .home_info_form input, .home_info_form .form-select{padding: 10px 12px;}
    .footer .navbar-nav li a{padding: 0px 10px;}
    .footer .social_media_link li {padding: 0px 4px;}
    .button-box a span:first-child {font-size: 24px;}
}


@media (max-width: 768px){
    .zodic_sign_img {height: 60px;width: 74px;}
    .header{padding-bottom: 20px;}
    .sign_div{gap: 25px 8px;}
    .Birth_chart_sec .green_box_design p, .natal_chart_sec .green_box_design p{margin-bottom: 8px;}
    .big_heading {font-size: 28px;line-height: 32px;}
    .Birth_chart_sec .green_box_design h3, .natal_chart_sec .green_box_design h3 {font-size: 24px;}
    .Birth_chart_sec, .natal_chart_sec, .mysteries_sec {padding: 60px 0px 60px;}
    .guardian_right_img img {max-width: 60%;margin-top: 30px;}
    .home_info_form .personal_deatils_form {padding: 60px 10px 60px;}
    .button-box a span:first-child {font-size: 20px;}


    .county_filed{margin-bottom: 24px;}
    .step_2 .btn_chose img {max-width: 56%;}
     .btn_chose, .btn_time, select.form-control, .inner_step input[type="text"], select.time_dd, select.time_d, input[type="email"], #city, .input-tel, .check-material label {font-size: 18px;}
     .m_box_date, input[type="text"], input[type="email"], .btn_chose, .btn_time, .input-tel{padding: 10px 8px;}
     .fix_width_div h2 {font-size: 24px;}
     .button-email-next, input[type="email"], #city, .final-btn {width: 85%;}
     .check-material label{margin: 2px;}
     .step_5 .m_box_date {grid-template-columns: repeat(1, 1fr);}
}

@media (max-width: 320px){
    .zodic_sign_img {height: 45px;width: 60px;}
}