@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;500;600;700&display=swap');

.lato {font-family: 'Lato', sans-serif;}
.crimson {font-family: 'Crimson Pro', serif;}
.Aurora {font-family: 'Aurora Regular';}

@font-face {
    font-family: 'Aurora Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Aurora Regular'), url('fonts/Aurora-gx4V6.woff') format('woff');
}

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

body {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    height: 100%;
    position: relative;
    padding: inherit;
    background: var(--bg-image) no-repeat center;
    background-size: cover;
    font-family: 'Lato', sans-serif;
    color: var(--primary-color);
    background-position: top;
}

.below_cta_btn {
    font-size: 18px;
    margin-top: 12px;
}

.width100 {width: 100%;}

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

.mid-main-box h2 {
    color: var(--main-box-h2);
    font-family: Aurora Regular;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.mid-main-box h3 {
    font-weight: 700
}

.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: var(--form-placeholder);
    opacity: 1;
}

/*  header   */
.header {
    padding-top: 5px;
}

.header .navbar-nav .nav-item a {
    color: var(--header-nav-a);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

.header .navbar-nav .nav-item a:hover,
.header .navbar-nav .nav-item a.active {
    background: var(--header-nav-a-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step__form .sign-box__yourSign img {
    max-width: 55%;
}

/* *** All Button *** */
.btn_1 {
    max-width: 500px;
    width: 100%;
    height: 50px;
    padding: 10px 21px;
    display: block;
    margin: 20px auto 0;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 100px;
    background: var(--btn-bg-color);
    appearance: none;
    color: var(--btn-text-color);
    transition: all .5s ease 0s;
    overflow: hidden;
    cursor: pointer;
    font-weight: 700;
    line-height: normal;
}

.btn_1:hover {
    text-decoration: none;
    background: var(--btn-hover-bg);
}

.btn_1.error_button {
    background: var(--btn-error);
    color: var(--btn-error-color);
}

.btn_1.error_button:hover {
    background: var(--btn-error);
    color: var(--btn-error-color);
}

input[type=text] {
    display: flex;
    text-align: start;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--input-text-color);
    background-color: transparent;
    border: solid 1px var(--option-border-color);
    margin: 0 0 5px;
    transition: all .5s ease 0s;
}

select.form-control,
select.time_dd,
select.time_d {
    text-align: center;
    width: 100%;
    min-height: 40px;
    margin: 5px 0;
    padding: 10px;
    font-size: 25px;
    background-color: transparent;
    border: solid 1px var(--option-border-color);
    cursor: pointer;
    color: var(--select-time-option);
}

.form-control:focus,
select.time_dd:focus,
select.time_d:focus {
    border-color: var(--option-border-color);
    background-color: var(--option-bg-color);
    ;
    outline: 0;
    color: var(--select-time-option);
}

/* *** Step1 *** */
.title-main {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: capitalize;
    background: var(--title-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-main span {
    display: block;
    background-color: var(--yellow-color);
    font-weight: 700;
    max-width: 582px;
    margin: 5px auto;
    padding: 10px 60px;
}

.step_1 p {
    color: var(--step-1-p);
    font-family: Aurora Regular;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 42px;
}

.main_form .step_1 h1.title-main {
    padding-bottom: 42px;
}

.button-box {
    width: auto;
    display: inline-block;
    margin: 0px;
    padding: 0;
    cursor: pointer;
}

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

.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;
}


.sign-box__img {
    display: inline-flex;
    height: 145px;
    width: 145px;
}

.button-box a span:first-child {
    color: var(--sign-text-color);
    text-transform: capitalize;
    display: block;
    font-family: 'Aurora Regular';
    font-size: 28px;
    transition: .4s ease-out;
    line-height: normal;
}

.button-box a span:last-child {
    color: var(--sign-date-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Aurora Regular';
    padding-top: 10px;
    line-height: normal;
}

.button-box a:hover span>span:first-child {
    transform: scale(1.1);
}

.step_5 h2 span {
    font-size: 20px;
}

.step_5 div {
    width: 100%;
}

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

.pre_btn.back {
    margin: 40px auto;
    color: var(--back-btn-color);
    font-size: 26px;
}

.pre_btn.back:hover {
    color: var(--back-btn-color-hover);
}

.personal-date {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-top: 30px;
}

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

.step_2 .sign_sec .m_box img {
    max-width: 80%;
}

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

/* *** 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: var(--darkblue-color);
}

.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: var(--primary-color);
    background: transparent;
    border: 1px solid var(--check-material-label-border);
    position: relative;
    cursor: pointer;
    transition: .2s;
    font-size: 25px;
    font-weight: inherit;
    margin: 5px;
}

.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: var(--check-material-label-hover);
}

/* *** Step 4- end *** */
.step_6 .m_box {
    text-align: center
}

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

.step_5 .m_box {
    text-align: center
}

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


.step_5 .m_box .bx_in {
    text-transform: uppercase
}

/*** Steps 6 ***/

.input-email {
    margin: 10px;
}

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

.step_8 p {
    text-align: left;
    font-size: 16px;
}

/******************************* discount step **********************************************/

.mb_24 {
    margin-bottom: 24px;
}

.discount_step {
    padding-top: 20px;
    padding-bottom: 20px;
}

.discount_step .discount_timmer,
.bg_purple_style,
.discount_last_div {
    border-radius: 30px;
    border: 1px solid var(--discount-border-color);
    background: var(--newsletter-image);
}

.sign_info_sec .sign_display_div {
    position: relative;
    z-index: 1;
}

.sign_info_sec .sign_display_div:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: var(--sign-bg-image);
    background-size: cover;
    z-index: -1;
    top: 0;
}

.sign_info_sec .sign_display_div {
    display: flex;
    justify-content: center;
}

.sign_info_sec .sign_display_div img {
    align-self: center;
    width: 28%;
}

.discount_step .sign_info_sec .info_display_div h6 {
    background: var(--title-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: 'Crimson Pro', serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 2.84px;
    text-transform: uppercase;
}

.discount_step .sign_info_sec .info_display_div p {
    color: var(--discount-step-text-color);
    text-align: center;
    font-family: 'Crimson Pro', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 26px;
    letter-spacing: 2.36px;
    text-transform: uppercase;
}

.bg_purple_style {
    padding: 26px;
}

.mb-10 {
    margin-bottom: 12px;
}

.discount_last_div {
    padding: 30px 55px;
    position: relative;
    z-index: 1;
}

.discount_last_div:before {
    position: absolute;
    content: "";
    background: var(--heart-bg-image);
    background-repeat: no-repeat;
    background-position: center right 20px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.discount_last_div h6 {
    color: var(--discount-step-h6-color);
    font-family: 'Crimson Pro', serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 2.84px;
    text-transform: uppercase;
}

.discount_last_div p {
    color: var(--discount-step-text-color);
    font-family: 'Crimson Pro', serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 52.998px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-align: end;
}

.discount_step .discount_claim_btn {
    color: var(--btn-text-color);
    font-family: 'Crimson Pro', serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 52.913px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 23px 35px;
    border-radius: 15px;
    background: var(--btn-bg-color);
    backdrop-filter: blur(10px);
}

.discount_step .discount_claim_btn:hover {
    background: var(--btn-bg--hover-color);
}

/*********************************************section 2***********************************/
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.info_section .info_sec_box {
    text-align: center;
}

.info_section .info_sec_box p {
    color: var(--horoscope-color);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.8px;
    opacity: 0.6;
}

.horoscop_sec .horoscop_box h6,
.Compatibility_sec .Compatibility_box h6,
.explore_more_tarot_sec .Compatibility_box h6,
.btn_style {
    color: var(--btn-text-color);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    border-radius: 100px;
    background: var(--btn-bg-color);
    padding: 18px 40px;
}

.btn_style:hover {
    background: var(--btn-hover-bg);
    color: var(--btn-text-color);
}

.info_section {
    padding-top: 159px;
}

.info_section .info_sec_box {
    position: relative;
    padding: 24px 55px 30px;
    z-index: 1;
}

.info_section .info_bg_1 {
    border-radius: 30px;
    background: linear-gradient(180deg, rgb(0 0 0 / 71%) 0%, rgb(0 0 0 / 58%) 100%), var(--horoscope-bg-image-1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.info_section .info_bg_2 {
    border-radius: 30px;
    background: linear-gradient(180deg, rgb(0 0 0 / 71%) 0%, rgb(0 0 0 / 58%) 100%), var(--horoscope-bg-image-2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.info_section .info_bg_3 {
    border-radius: 30px;
    background: linear-gradient(180deg, rgb(0 0 0 / 71%) 0%, rgb(0 0 0 / 58%) 100%), var(--horoscope-bg-image-3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*********************************************section 3 horoscope ***********************************/
.py-12 {
    padding-top: 13px;
    padding-bottom: 12px;
}

.horoscop_sec {
    padding: 200px 0px;
}

.sub_title {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: capitalize;
    background: var(--title-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.horoscop_sec .horoscop_box {
    padding: 26px 50px;
    border-radius: 30px;
    height: 100%;
}

.main_title {
    color: var(--primary-color);
    font-family: Aurora Regular;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 22px;
}

.yellow_bg {
    border: 1px solid var(--yellow-bg-border);
    background: var(--yellow-bg);
}

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

/********************************* Premium Reports *******************************************/
.premium_report_sec .main_title {
    padding-bottom: 10px;
}

.premium_report_sec .sub_title {
    padding-bottom: 24px;
}

.premium_report_sec .premium_rep_box {
    position: relative;
}

.premium_rep_box .content-overlay {
    background: var(--premium_rep_box-bg);
    position: absolute;
    height: 91%;
    width: 94%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 22px;
    z-index: 1;
}

.premium_rep_box:hover .content-overlay {
    opacity: 1;
}

.premium_rep_box:hover .premium_rep_box_text {
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: -1;
}

.premium_rep_box:active .premium_rep_box_text {
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: -1;
}

.premium-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 81%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
}

.premium-details p {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--premium-details-text-color);
}

.fadeIn-bottom {
    top: 80%;
}

.premium_rep_box:hover .premium-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.premium_rep_box .premium_rep_box_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.premium_rep_box .premium_rep_box_text p,
.color-yellow {
    background: var(--premium-rep-p);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

/********************** minigames section slider *************************************************/
.minigames_slider {
    margin-top: 200px;
}

.minigames_slider .single-item {
    text-align: center;
}

.minigames_slider_div {
    text-align: start;
    background: var(--newsletter-image) no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 40px 40px;
}

.minigames_slider_content {
    text-align: left;
}

.slider_text_col_title {
    font-size: 24px;
    line-height: 40px;
    background: var(--slider-title-text-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.slider_text_col_text {
    color: var(--slider-text-color);
    font-size: 18px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    letter-spacing: normal;
}

.slider_img_col_div img {
    border-radius: 15px;
    width: 100%;
}

.slider_img_col_btn {
    background-color: var(--slider-button-color);
    padding: 12px 40px;
    color: var(--slider-button-text);
    border-radius: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
}

.slider_img_col_btn:hover {
    background-color: var(--slider-button-color-hover);
}

.slider_img_col {
    text-align: center;
}

.minigames_slider_div .slick-prev,
.minigames_slider_div .slick-next {
    width: 50px;
    height: 50px;
    z-index: 1;
}

.minigames_slider_div .slick-prev:before,
.minigames_slider_div .slick-next:before {
    font-size: 50px;
    color: var(--minigame-slider-arrow-color);
}

.minigames_slider_div .slick-prev {
    left: -60px;
}

.minigames_slider_div .slick-next {
    right: -60px;
}



.blog_box_img {
    height: 250px;
    overflow: hidden;
}

.blog_page_content .blog_page_text {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.05px;
    color: var(--primary-color);
    line-height: 30px;
    text-align: center;
}

.blog_page_content .blog_page_text .top_title {
    font-size: 30px;
}

.blog_page_content .blog_page_text span {
    font-size: 25px;
    font-family: 'Aurora Regular';
}

/***********************  newsletter_sec ********************************************/
.newsletter_sec .newsletter_form h6 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 1.05px;
    background: var(--general-horoscope-text-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
}

.newsletter_sec .newsletter_form h4 {
    color: var(--general-horoscope-title-color);
    text-align: center;
    font-family: Aurora Regular;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    padding-bottom: 20px;
}

.newsletter_sec .newsletter_form {
    background: var(--newsletter-image) no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 37px 10px 35px;
}

.newsletter_sec #contactForm {
    padding: 37px 10px 41px;
    margin-bottom: 100px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.newsletter_sec .newsletter_form label {
    color: var(--newsletter-label-color);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.9px;
}

.newsletter_sec .newsletter_form .form-control,
.newsletter_sec .newsletter_form .form-select {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background-color: rgba(255, 255, 255, 0.40);
}

.newsletter_sec .newsletter_form .form-control::placeholder {
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}

.newsletter_sec input,
.newsletter_sec .form-select {
    color: rgba(255, 255, 255, 0.60);
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.7px;
    padding: 10px 20px !important;
    text-align: left;
}

.newsletter_sec .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='%23ffffff' 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 30px center;
}

.newsletter_sec .form-select option {
    color: var(--newsletter-option-color);
}

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

.slider {
    overflow: hidden;
    padding-bottom: 169px;
    padding-top: 50px;
}

.slider_slick {
    margin-bottom: 20px;
}

.slider .slider_mail_heading {
    color: var(--testimonia-title-color);
    font-family: Aurora Regular;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 50px;
}

.slider_slick {
    margin-bottom: 20px;
}

.blue_slider_bg {
    border-radius: 30px;
}
/* 1st, 4th, 7th... */
.slider_info:nth-child(3n + 1) {
    border: 1px solid var(--blue-slider-border);
    background: var(--blue-slider-bg);
}

/* 2nd, 5th, 8th... */
.slider_info:nth-child(3n + 2) {
    border: 1px solid var(--pink-slider-border);
    background: var(--pink-slider-bg);
}

/* 3rd, 6th, 9th... */
.slider_info:nth-child(3n) {
    border: 1px solid var(--purple-slider-border);
    background: var(--purple-slider-bg);
}

.slider_info {
    position: relative;
}

.slider_info-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--blue-slider-border);
    margin: 10px auto;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.slider_info img {
    max-width: 100%;
    margin: 0 auto;
}

.slider_info img.start {
    max-width: 18%;
}

.slider_info {
    text-align: center;
}

.slider_title {
    color: var(--testimonia-title-color);
    font-family: Aurora Regular;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    padding-top: 90px;
}

.slider_text {
    text-align: center;
    font-size: 16px;
    color: var(--testimonia-text-color);
    margin: 24px auto;
    padding: 0 20px;
    max-width: 550px;
}

.m_box_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

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

.blog_text {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 2.88px;
    text-align: center;
}

.newsletterPageForm input,
.newsletterPageForm select {
    font-size: 16px !important;
}

.disclaimer_section {
    margin-top: 0px;
}

.disclaimer_section h3,
.disclaimer_section p {
    letter-spacing: 2.88px;
}

.disclaimer_section h4 {
    color: var(--disclaimer-title-color);
    text-align: center;
    font-family: Aurora Regular;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    padding-bottom: 20px;
}

.newsletter_sec .newsletter_bg {
    background: var(--newsletter-dark-image) no-repeat;
    background-size: cover;
}

.info_section .info_sec_box h3,
.horoscop_sec .horoscop_box h6,
.Compatibility_sec .Compatibility_box h6,
.explore_more_tarot_sec .Compatibility_box h6,
.premium_rep_box .premium_rep_box_text h6,
.blog_sec .blog_box_text h6 {
    color: var(--horoscope-color);
    text-align: center;
    font-family: 'Aurora Regular';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    background: transparent;
    margin-bottom: 16px;
}

.privacy-content table {
    border: 1px solid var(--table-border-color);
    border-radius: 15px;
}

.privacy-content th {
    border: 1px solid var(--table-border-color);
    border-radius: 15px;
}

.privacy-content td {
    border: 1px solid var(--table-border-color);
    border-radius: 15px;
}

.privacy-content td span {
    border-bottom: 1px solid var(--table-border-color)
}


/* Consent Form CSS */
.consent-form .color-E9A42A {
    color: var(--orange-color) !important;
}

.checkbox-field input {
    padding: 10px 10px !important;
}

.accept-acknowledgment span {
    line-height: 30px;
}

.content-manager-step .continue_btn {
    width: 350px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    animation: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-radius: 30px;
}

.isAccept {
    background: var(--consent-cta);
    color: var(--consent-text-color);
    animation: none;
    box-shadow: none;
}

.isAccept:hover {
    background: var(--consent-cta-hover);
    color: var(--consent-text-color);
}
/* Consent Form CSS */

/* minigames-slider */
.minigames_slider_div .slick-slide {
    opacity: 1;
    transform: unset;
}

.minigames_slider_div .slick-list {
    overflow: hidden !important;
}

.minigames_slider_div .slick-slide {
    margin: 0 0;
}

/* Email Step CSS */
.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;
}

.option {
    text-align: left;
    color: black;
    height: 40px;
    padding: 10px;
    border-bottom: 1px groove
}

.option:hover {
    background-color: #0dcaf0;
    color: #FFFFFF;
    cursor: pointer;
}

/* Footer */
.footer {
    border-top: 1px solid var(--footer-border-top);
    margin-top: 50px;
}

.footer .navbar-nav li a {
    color: var(--footer-nav-a);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    padding: 0px 14px;
}

.footer .navbar-nav li a:hover {
    background: var(--footer-nav-a-hover);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer .social_media li {
    padding: 0px 10px;
    margin: 0px;
}

.footer .bottom_footer p {
    color: var(--footer-p);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.98px;
    opacity: 0.5;
}

.footer .bottom_footer a {
    color: var(--footer-nav-a);
}


.footer .footer-links li a {
    color: var(--footer-nav-a);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    padding: 0px 14px;
    text-decoration: none;
}

.footer .footer-links li a:hover {
    background: var(--footer-nav-a-hover);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer h4 {
    color: var(--footer-label-color);
}

.error,
.error2,
.newLetterError,
.color-ff0000 {
    color: var(--red-color);
}

/* Footer */
.slick-list {
    overflow: visible !important;
}

.slick-slide {
    margin: 20px 0px;
}

.slick-dots li button:before {
    font-size: 14px;
}

.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.slick-dots {
    bottom: -40px;
}
.slick-slide {
    opacity: 50%;
    transform: scale(0.72, 0.72);
}

.slick-slide.slick-center {
    transform: scale(1, 1);
    opacity: 1;
}
.accordion-header .month_heading p {
    font-size: 18px !important;
    margin-left: 10px;
}
.sign_content_div h3 {
    color: var(--general-horoscope-title);
    font-family: Aurora Regular;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 22px;
}
.sign_content_div h6 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: capitalize;
    color: var(--general-horoscope-sub-title);
}
.sign_content_div p {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.05px;
    color: var(--general-horoscope-text-inner);
    line-height: 30px;
    text-align: center;
}
.horoscope-content h3 {
    font-size: 26px !important;
}
.share-facebook svg path .share-twitter svg path, .share-instagram svg path, .share-ticktok svg path {
    fill: var(--share-icon-color); 
}
.ticktock_modal .btn-close, .insta_modal .btn-close, .content-modal .btn-close {
    background: transparent;
    border: 0px;
    font-size: 30px;
}

.copybtn {
    width: fit-content;
    background: var(--btn-bg-color);
    border-radius: 50px;
    height: 50px;
    padding: 10px 21px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 100px;
    appearance: none;
    color: var(--btn-text-color);
    transition: all .5s ease 0s;
    cursor: pointer;
    font-weight: 700;
    line-height: normal;
}
/* Media adaptive specification  responsive */

@media (max-width: 1800px) {
    .footer .navbar-nav li {padding: 0px;}
    .footer .navbar-nav li a {padding: 0px 10px;}
    .premium-details {width: 91%;}
    .premium-details p {font-size: 14px; line-height: 20px;}
    .info_section .info_sec_box {padding: 24px 30px 30px;}
    .button-box a span:first-child {font-size: 25px;}
    .box-sign {gap: 38px 60px;}
    .title-main {font-size: 21px;}
    .mid-main-box h2 {font-size: 28px;}
    .slider .slider_mail_heading {font-size: 33px;}

    .horoscop_sec .horoscop_box,
    .Compatibility_sec .Compatibility_box,
    .explore_more_tarot_sec .Compatibility_box {
        padding: 26px 30px;
    }
    .main_title,
    .step_1 p {
        font-size: 44px;
    }
    .slider_info-img {
        width: 140px;
        height: 140px;
    }
    .slider_text {
        margin: 16px auto 20px;
        padding: 0px;
    }
    .slider_title {
        font-size: 28px;
        padding-top: 80px;
    }
}

@media (max-width: 1610px) {
    .newsletter_sec .form-select {background-position: right 13px center;}
    .blog_page_content .blog_page_text span {font-size: 23px;}
    .blog_page_content .blog_page_text span.font-21 {font-size: 18px;}
    .py-50 {padding: 30px 0px;}
    .top-logo a img {max-width: 5%;}
    .top-logo {margin: 7px 0;}
    .step_1 p {font-size: 32px;}
    .sign-box__img img {max-width: 78%;}
    .button-box a span:first-child {font-size: 20px;}
    .button-box a span:first-child {font-size: 22px;}
    .info_section {padding-top: 109px;}
    .newsletter_sec #contactForm {margin-bottom: 50px;}
    .minigames_slider {margin-top: 120px;}
    .footer {margin-top: 50px;}
    .button-box a span:last-child {font-size: 16px;}
    .sign-box__img {height: 135px;}
    .main_title {font-size: 38px;}
    .footer .navbar-brand img {max-width: 33%;}
    .slider {padding-bottom: 50px;}
    .mid-main-box h2 { font-size: 24px;}
    .step_2 .sign_sec .m_box img {max-width: 60%;}
    .mid-main-box h2 {font-size: 24px;}
    .slider {padding-top: 35px;}
    .slider .slider_mail_heading {font-size: 30px;}
    .slider_text {margin: 10px auto 15px;}
    .mb_24 {margin-bottom: 14px;}
    .discount_step .sign_info_sec .info_display_div p {font-size: 18px;}
    .discount_last_div:before {background-size: 8%;}
    .discount_last_div {padding: 20px 45px;}
    .sign_info_sec .sign_display_div img {width: 23%;}
    .blog_box_img {height: 220px;}
    .main_form .step_1 h1.title-mai {padding-bottom: 20px;}

    .info_section .info_sec_box h3,
    .horoscop_sec .horoscop_box h6,
    .Compatibility_sec .Compatibility_box h6,
    .explore_more_tarot_sec .Compatibility_box h6,
    .premium_rep_box .premium_rep_box_text h6,
    .blog_sec .blog_box_text h6 {
        font-size: 24px;
    }

    .header .navbar-brand img,
    .footer .navbar-brand img {
        max-width: 90%;
    }

    .button-box a span:last-child {
        padding-top: 0px;
        margin-top: -15px;
    }

    .horoscop_sec,
    .explore_more_tarot_sec {
        padding: 150px 0px;
    }

    .info_section .info_sec_box h3,
    .horoscop_sec .horoscop_box h6,
    .Compatibility_sec .Compatibility_box h6,
    .explore_more_tarot_sec .Compatibility_box h6,
    .premium_rep_box .premium_rep_box_text h6,
    .box-sign {
        gap: 35px 50px;
    }

    .btn_style {
        padding: 18px 20px;
        flex-shrink: 0;
    }

    .footer .social_media li {
        padding: 0px 4px;
        text-align: center;
    }

    .footer .navbar-nav li a {
        padding: 0px 14px;
        font-size: 14px;
    }

    .footer .social_media li svg,
    .footer .social_media li img {
        width: 70%;
    }  .slider {
        padding-bottom: 50px;
    }
    .btn_chose,
    input[type=text],
    .btn_time {
        font-size: 22px;
    }

    .btn_chose,
    input[type=text],
    .btn_time,
    select.form-control,
    select.time_dd,
    select.time_d,
    input[type=email],
    #city,
    .input-tel,
    .check-material label,
    input[type=email],
    #city,
    .input-tel {
        font-size: 22px;
    }

    .btn_chose,
    input[type=text],
    .btn_time,
    select.form-control,
    select.time_dd,
    select.time_d,
    input[type=email],
    #city,
    .input-tel,
    .check-material label,
    input[type=email],
    #city,
    .input-tel {
        font-size: 22px;
    }

    .btn_1 {
        height: 40px;
        padding: 6px 21px;
        max-width: 450px;
        font-size: 17px;
        margin: 16px auto 0;
    }

    .slider_title {
        font-size: 24px;
        padding-top: 62px;
        margin-bottom: 0px;
    }

    .slider_info-img {
        width: 120px;
        height: 120px;
    }

    .discount_step .sign_info_sec .info_display_div h6 {
        font-size: 24px;
        letter-spacing: 1.84px;
        line-height: 30px;
    }

    .discount_last_div p {
        font-size: 30px;
        line-height: 37px;
    }

    .discount_last_div h6 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1.84px;
    }

    .discount_step .discount_claim_btn {
        font-size: 28px;
        line-height: 32.913px;
        letter-spacing: normal;
        padding: 15px 30px;
    }
    .title-main {
        font-size: 20px;
        letter-spacing: 1.88px;
    }

    .btn_chose,
    input[type=text],
    .btn_time {
        font-size: 22px;
    }

}

@media (max-width: 1450px) {
    .info_section .info_sec_box h3,
    .horoscop_sec .horoscop_box h6,
    .Compatibility_sec .Compatibility_box h6,
    .explore_more_tarot_sec .Compatibility_box h6,
    .premium_rep_box .premium_rep_box_text h6,
    .blog_sec .blog_box_text h6 {
        font-size: 22px;
    }

    .blog_box_img {
        height: 210px;
        overflow: hidden;
    }

    .header .navbar-nav .nav-item a {
        font-size: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .premium-details p {
        font-size: 12px;
        line-height: 18px;
    }

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

    .slider_info-img {
        width: 110px;
        height: 110px;
    }

    .slider_info-img {
        font-size: 22px;
    }

    .slider_title {
        padding-top: 53px;
    }

    .slider_text {
        padding: 0px 10px;
    }

    .slick-dots {
        bottom: -20px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .accordion .month_heading p {
        font-size: 22px;
    }
}

@media (max-width: 1390px) {

    .sign_content_div ul li {
        font-size: 13px;
    }

    .sign_content_div p {
        font-size: 16px;
        line-height: 27px;
    }

    .sign_content_div h4 {
        font-size: 26px;
        margin-bottom: 24px;
        line-height: 38px;
    }

    .cta_modal .modal-header .modal-title {
        font-size: 22px;
        padding: 34px 14px 0px;
    }

    .cta_modal .modal-content .modal-body {
        padding: 40px 40px 50px;
    }

    .cta_modal .cta_modal_filed input {
        padding: 8px 16px !important;
        font-size: 13px;
    }

    .cta_modal .cta_modal_filed label {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .premium-details p {
        font-size: 12px;
        line-height: 16px;
    }

    .step_1 p {
        font-size: 30px;
    }

    .px-30 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .step-lidiya {
        padding: 0px;
        margin: 5px auto;
    }

    .sign-box__img img {
        max-width: 65%;
    }

    .button-box a span:first-child {
        font-size: 18px;
    }

    .button-box a span:last-child {
        margin-top: -30px;
    }

    .button-box {
        padding: 0px;
    }

    .button-box a span:last-child {
        font-size: 10px;
    }

    .box-sign {
        gap: 35px 35px;
    }

    .header .navbar-brand img,
    .footer .navbar-brand img {
        max-width: 80%;
    }

    .step_1 p {
        padding-bottom: 30px;
    }

    .main_form .step_1 h1.title-main {
        padding-bottom: 32px;
    }

    .info_section {
        padding-top: 80px;
    }

    .newsletter_sec .newsletter_form h4 {
        font-size: 30px;

    }

    .title-main {
        font-size: 18px;
        letter-spacing: 0.88px;
    }

    .newsletter_sec .newsletter_form h6 {
        font-size: 18px;
        line-height: 30px;
    }

    .newsletter_sec input,
    .newsletter_sec .form-select {
        line-height: 35px !important;
    }

    .newsletter_sec .form-select {
        background-position: right 14px center;
    }

    .footer .navbar-brand img {
        max-width: 70%;
    }

    .footer .social_media li {
        padding: 0px 4px;
        text-align: center;
    }

    .footer .social_media li svg,
    .footer .social_media li img {
        width: 70%;
    }

    .info_section .info_sec_box p {
        line-height: 22px;
        padding-bottom: 10px;
    }

    .sub_title {
        font-size: 20px;
    }

    .main_title {
        font-size: 32px;
    }

    .horoscop_sec,
    .explore_more_tarot_sec {
        padding: 120px 0px;
    }

    .newsletter_sec #contactForm {
        margin-bottom: 0px;
    }

    .footer {
        margin-top: 120px;
    }

    .blog_page_content .blog_page_text {
        font-size: 16px;
        line-height: 26px;
    }

    .blog_page_content {
        padding: 80px 0px 100px;
    }

    .blog_page_content .blog_page_text span {
        font-size: 21px;
    }

    .btn_chose,
    input[type=text],
    .btn_time,
    select.form-control,
    select.time_dd,
    select.time_d,
    input[type=email],
    #city,
    .input-tel,
    .check-material label,
    input[type=email],
    #city,
    .input-tel {
        font-size: 20px;
        padding: 5px 10px;
    }

    .slider_text {
        margin: 7px auto 10px;
        font-size: 14px;
        line-height: 17px;
    }

    .slider_info-img {
        width: 90px;
        height: 90px;
        top: -60px;
    }

    .slider_title {
        padding-top: 43px;
        font-size: 20px;
    }

    .slider .slider_mail_heading {
        font-size: 26px;
        padding-bottom: 40px;
    }

    .mid-main-box h2 {
        font-size: 20px;
    }

    .slider {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .bg_purple_style {
        padding: 15px 25px;
    }

    .discount_step .sign_info_sec .info_display_div h6 {
        font-size: 22px;
        letter-spacing: 0.84px;
        line-height: 26px;
    }

    .discount_step .sign_info_sec .info_display_div p {
        font-size: 16px;
        line-height: 20px;
    }

    .discount_last_div p {
        font-size: 27px;
        line-height: 30px;
    }

    .discount_step .discount_claim_btn {
        font-size: 20px;
        line-height: 22px;
    }

    .discount_step {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    /* 1/2 blog accordion */
    .accordion-button {
        padding: 14px 0px;
    }

    .accordion-button::after {
        background-size: 17px;
    }

    .blog_box_img {
        height: 190px;
    }

    /* celecial-slider-section*/
    .slider_img_col_btn {
        padding: 10px 40px;
    }

    .minigames_slider {
        margin-top: 120px;
    }

    .accordion .month_heading p {
        font-size: 20px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .accordion-body {
        padding: 30px 5px 30px;
    }

    .accordion-button::after {
        background-size: 17px;
    }

}

@media (max-width: 1290px) {
    .info_section .info_sec_box h3,
    .horoscop_sec .horoscop_box h6,
    .Compatibility_sec .Compatibility_box h6,
    .explore_more_tarot_sec .Compatibility_box h6,
    .premium_rep_box .premium_rep_box_text h6,
    .blog_sec .blog_box_text h6 {
        line-height: 28px;
    }

    .premium-details p {
        font-size: 12px;
        line-height: 16px;
    }

    .premium-details {
        width: 96%;
    }

    .info_section .info_sec_box h3,
    .horoscop_sec .horoscop_box h6,
    .Compatibility_sec .Compatibility_box h6,
    .explore_more_tarot_sec .Compatibility_box h6,
    .premium_rep_box .premium_rep_box_text h6,

    .newsletter_sec .form-select {
        background-size: 14px 14px;
        background-position: right 8px center;
    }
}

@media (max-width: 1200px) {
    .top-logo a img {
        max-width: 100%;
    }

    .sign-box__img img {
        max-width: 100%;
    }

    .top-logo {
        margin: 15px 0;
    }

    .step_1 p {
        font-size: 20px;
    }

    .button-box a span:last-child {
        font-size: 10px;
    }

    .button-box a span:last-child {
        margin-top: 0px;
    }

    .button-box {
        padding: 0px;
    }

    .footer .social_media li {
        padding: 0px 0px;
    }

    .footer .social_media li svg,
    .footer .social_media li img {
        width: 65%;
    }
}

@media (max-width: 1160px) {
    .sign-box__img {
        height: 115px;
        width: 110px;
    }

    .premium-details p {
        font-size: 10px;
        line-height: 12px;
    }


    .slider_text_col_title {
        font-size: 22px;
    }
}

@media all and (min-width: 992px) and (max-width: 1024px) {


    .header .navbar-nav .nav-item a {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .footer .navbar-nav li a {
        font-size: 12px;
        padding: 0px 7px;
    }

    .time_dd,
    .time_d {
        width: 32%;
    }

    .premium-details p {
        font-size: 10px;
        line-height: 10px;
    }

    .premium-details {
        width: 99%;
    }

    select.form-control,
    select.time_dd,
    select.time_d {
        padding: 0 10px 0 !important;
        height: 50px !important;
        line-height: 50px !important;
        background-position: 94% 23px, left top;
        background-repeat: no-repeat, repeat;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .m_box.decade .bx_in {
        width: 80% !important;
        height: 90px !important;
        line-height: 99px !important;
        margin: 0 auto 20px;
    }

    .footer .social_media li {
        width: 21%;
    }

}

@media all and (min-width: 768px) and (max-width: 992px) {
    .input-text {
        width: 330px;
    }

    .time_dd,
    .time_d {
        width: 32%;
    }

    .slide {
        width: 570px;
        margin: 20px auto;
    }

    .premium_rep_box .premium_rep_box_text h6 {
        line-height: 22px;
        font-size: 16px;
    }

    .premium_rep_box .premium_rep_box_text p {
        font-size: 14px;
        line-height: 22px
    }

    .premium-details p {
        font-size: 8px;
        line-height: 8px;
    }

    .slider_img_col_btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media all and (min-width: 376px) and (max-width: 768px) {

    .input-text {
        width: 330px;
    }

    .button-box {

        padding: 0;
    }

    .button-box a span {
        font-size: 15px;
    }

    .mid-main-box h2 {
        font-size: 22px
    }

    .social_icon {
        width: 60px;
    }
}

@media (max-width: 992px) {
    .input-text {
        width: 100%;
    }

    .step-lidiya-img {
        left: calc(0px - 72px);
        top: calc(0px - 42px);
        width: 140px;
        height: 140px;
    }

    .slide_user p {
        text-align: center;
    }

    .success_card {
        flex-wrap: wrap;
        justify-content: center;
    }

    .success_text {
        text-align: center;
    }

    .navbar-toggler-icon {
        background: var(--menu-image) no-repeat;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .below_cta_btn {
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    .newsletter_sec .newsletter_bg {
        background: var(--newsletter-dark-image) no-repeat;
        background-size: cover;
        border-radius: 30px;
        padding: 37px 10px 35px;
    }

    .step_5 .m_box_date {
        grid-template-columns: repeat(2, 1fr);
    }

    .step_5 .m_box_date input {
        width: 100%;
    }

    .order_text {
        order: 1;
    }

    .order_img {
        order: 0;
    }

    .sign_content_div h3 {
        font-size: 26px;
        padding-bottom: 12px;
    }

    .sign_content_div h6 {
        font-size: 20px;
    }

    .sign_content_div .intro_text {
        padding: 40px 0px;
        font-size: 18px;
    }

    .accordion .month_heading p {
        font-size: 18px;
    }

    .footer .social_media li svg,
    .footer .social_media li img {
        width: 100%;
    }

    .social_media ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .social_media li {
        padding: 0px 6px;
        width: 100%;
    }

    .top-logo {
        margin: 2px auto;
    }

    .main_form {
        padding: 0 10px;
    }

    .title-main {
        font-size: 18px;
        margin: 10px 0;
    }

    .step-lidiya img {
        max-width: 140px;
    }

    .sign-box__img {
        margin-bottom: 3px;
    }

    .button-box a span {
        font-size: 13px;
    }

    .step_1 p {

        margin: 3px auto;
    }

    .button-box {
        width: 100px;
    }

    .mid-main-box {
        min-height: auto;
    }

    h2 {
        font-size: 30px;

    }

    h2 {
        margin: 10px 0 10px;
    }

    h2 span {
        font-size: 40px;
    }

    .step_7 h3 {
        margin: 0px 0 6px !important;
    }

    select.form-control {
        padding: 0 10px 0 !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .m_box.decade .col-md-3.col-sm-3.col-xs-2,
    .m_box.year_app .col-md-3.col-sm-3.col-xs-3 {
        width: 25%;
    }

    .step_5 h2 span {
        font-size: 25px !important;
        display: block;
        margin-top: 15px
    }

    .mid-main-box {
        width: auto
    }

    .top-logo {
        width: 200px;
        margin: 5px auto;
    }

    .btn_home {
        margin: 10px 0 0 5px;
        padding: 15px 20px;
    }

    .button-box a span:first-child {
        font-size: 12px;
    }

    .step_2,
    .step_3,
    .step_4,
    .step_5,
    .step_6 {
        padding: 0 20px
    }

    .step_3 .bx_in,
    .step_4 .bx_in,
    .step_5 .bx_in {
        width: 100% !important;
        height: 122px !important;
        line-height: 130px !important;
        font-size: 23px !important
    }

    .step_3 .step_2 .bx_in {
        width: 19% !important
    }

    .m_box .time_dd,
    .time_d {
        width: 100%;

    }

    .m_box.decade .bx_in,
    .m_box.year_app .bx_in {
        width: 100% !important;
        height: 68px !important;
        line-height: 68px !important;
        font-size: 30px;
        margin: 0 auto 20px;
    }

    .personal-date {
        font-size: 15px;
    }

    .button-email-next {
        width: 100%;
    }

    .btn_time.clary_btn,
    .btn_time.date-btn,
    .btn_time.email-btn {
        width: 180px;
    }

    .success {
        padding: 5px;
        font-size: 15px;
    }

    .success_info {
        text-align: center;
    }

    .slider {
        margin: 5px 0 60px;
    }

    .step_mail__white-box {
        padding: 6px;
        padding-bottom: 13px;
        width: 86%;
    }

    .legend {
        font-size: 10px;
    }

    .check_text {
        font-size: 7px;
    }

    /* cta modal */
    .cta_modal .modal-header .modal-title {
        font-size: 18px;
        line-height: 28px;
    }

    .cta_modal .modal-content .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/16px auto no-repeat;
        right: 5px;
        top: 5px;
    }

    .cta_modal .modal-content .modal-body {
        padding: 14px 24px 50px;
    }

    .cta_modal .mybutton a {
        font-size: 17px;
        padding: 2.2% 3% 2.2% 3%;
    }

    .cta_modal .arrow1 {
        max-width: 3%;
    }

    .cta_modal .mybutton {
        padding: 32px 12px 5px;
    }

    .p-50 {
        padding: 24px 0px 50px;
    }

    .sign_content_div h4 {
        font-size: 22px;
        margin-bottom: 18px;
        line-height: 34px;
    }

    .sign_content_div p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 533px) and (max-width: 598px) {
    .m_box_group,
    .m_box_date {
        flex-direction: column;
    }
}

@media (max-width: 465px) {

    .info_section .info_sec_box h3,
    .horoscop_sec .horoscop_box h6,
    .Compatibility_sec .Compatibility_box h6,
    .explore_more_tarot_sec .Compatibility_box h6,
    .premium_rep_box .premium_rep_box_text h6,
    .blog_sec .blog_box_text h6 {
        line-height: 32px;
        font-size: 20px;
    }

    .step_2,
    .step_3,
    .step_4,
    .step_5,
    .step_6 {
        padding: 0;
    }

    .newsletter_sec input {
        font-size: 14px;
    }

    h4 {
        font-size: 15px;
    }

    .top-logo img {
        width: 70px;
    }

    .step-lidiya {
        padding: 1px;
        margin: 0px auto;
    }

    .step-lidiya-img {
        left: calc(0px - 14px);
        top: calc(0px - 67px);
        width: 101px;
        height: 101px;
    }

    .title-main {
        font-size: 18px;
        padding: 0px;
    }

    .title-main span {
        padding: 8px 10px;
    }

    .step_1 p {
        margin: 3px auto;
    }

    .btn_1 {
        margin-top: 15px;
    }

    .mid-main-box h2,
    .step_7 h3,
    .mid-main-box h2 span {
        font-size: 18px;
        line-height: 25px;
    }

    .pre_btn.back {
        margin: 15px auto;
        font-size: 20px;
    }

    .button-box a span:first-child {
        font-size: 12px;
    }

    .button-box a span:last-child {
        font-size: 10px;
    }

    .personal-date,
    .slider_text {
        font-size: 14px;
    }

    .slider_title {
        font-size: 16px;
    }

    .newsletter_sec input {
        font-size: 14px;
    }

    .button-box {
        margin: 1px;
        width: 74px;
        height: 125px;
        padding: 0px;
    }

    .btn_chose,
    .btn_time {
        margin-bottom: 10px;
    }

    .step_5 .m_box_date {
        grid-template-columns: repeat(2, 1fr);
    }

    /* celecial-slider-section*/
    .slider_text_col {
        text-align: center;
    }

    /*** clarification **/
    .slide p {
        font-size: 13px;
    }

    .btn_time.clary_btn,
    .btn_time.date-btn,
    .btn_time.email-btn,
    .m_box .time_dd {
        width: 100%;
    }

    .btn_chose,
    .btn_time {
        margin: 5px;
        width: 100%;
    }

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

    .btn_chose div {
        width: 20px;
    }

    .clari-btn {
        width: 90%;
    }

    .sign-box__img {
        height: 70px;
        width: 120px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .step_3 .m_box_date {
        /*grid-template-columns: repeat(1, 1fr);*/
        padding: 0;
    }

    select.form-control,
    select.time_dd,
    select.time_d {
        min-height: 30px;
        margin: 5px 0;
    }

    .personal-date {
        margin-top: 110px;
    }

    .date_text {
        margin-top: 20px;
    }

    .btn_1 {
        max-width: 100%;
        padding: 5px;
    }

    .button-email-next {
        margin-top: 0;
        padding: 5px 10px;
    }

    .mid-main-box h3 {
        font-weight: 400;
    }

    .step_8__thanks {
        margin: 12px 0;
    }

    .step_8__title span {
        display: block;
    }

    .success_card img {
        max-width: 95%;
    }

    .final_text {
        font-size: 13px;
    }

    h2.final_title {
        margin: 20px 0 20px;
    }

}

/* CartonBox Custom */
.cartonbox-body {
    -webkit-transition: -webkit-filter 0.2s;
    -webkit-transition: -webkit-filter 0.2s;
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    overflow-x: hidden;
}

.cartonbox-go {
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.cartonbox-content h2 {
    padding: 0;
    margin-top: -10px;
}

.cartonbox-nav-dotted li:before {
    display: none;
}

.cartonbox-up .cartonbox-wrap {
    -webkit-transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
}

.cartonbox-up .cartonbox-close,
.cartonbox-up .cartonbox-prev,
.cartonbox-up .cartonbox-next,
.cartonbox-up .cartonbox-nav,
.cartonbox-zoom-start .cartonbox-close,
.cartonbox-zoom-start .cartonbox-prev,
.cartonbox-zoom-start .cartonbox-next,
.cartonbox-zoom-start .cartonbox-nav {
    opacity: 0;
}

.cartonbox-zoom-start .cartonbox-wrap {
    -webkit-transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.cartonbox-zoom-finish .cartonbox-wrap {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.cartonbox-wrap.cartonbox-inline {
    max-width: 95%;
    padding: 0 35px;
}

.cartonbox-item .cartonbox-container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {

    .mb-50 {
        margin-bottom: 20px;
    }

    .personal-date {
        font-size: 15px;
        margin-top: 12px;
    }

    /* discount */

    .discount_last_div {
        padding: 16px 24px;
        text-align: center;
    }

    .discount_last_div h6 {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.84px;
        padding-bottom: 8px;
    }

    .discount_last_div p {
        font-size: 21px;
        line-height: 27px;
        text-align: center;
    }

    .sign_info_sec .sign_display_div {
        margin-bottom: 14px;
        height: auto !important;
    }

    .step__form .sign-box__yourSign img {
        max-width: 30%;
    }

    .disclaimer_space {
        padding-top: 500px;
    }

    .slider .slider_mail_heading {
        font-size: 22px;
        padding-bottom: 40px;
        line-height: 32px;
    }

    .premium-details p {
        font-size: 12px;
        line-height: 16px;
    }

    .step_1 p {
        font-size: 24px;
    }

    .header {
        padding-top: 5px;
    }

    .header .navbar-brand img,
    .footer .navbar-brand img {
        max-width: 73%;
    }

    .blog_page_content .blog_page_text .top_title {
        font-size: 24px;
        line-height: normal;
    }

    .blog_page_content .blog_page_text span {
        font-size: 21px;
    }

    .blog_page_content .blog_page_text {
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }

    .blog_page_content .blog_page_text img {
        max-width: 100%;
    }

    .blog_page_content {
        padding: 40px 0px 60px;
    }

    .btn_1 {
        height: 40px;
        min-height: 40px;
        font-size: 18px;
    }

    .navbar-toggler-icon {
        background: var(--menu-image) no-repeat;
    }

    .header .navbar-collapse {
        background-color: var(--header-navbar-collapse-bg);
        text-align: center;
        padding: 16px 0px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }


    .footer .navbar-brand img {
        max-width: 20%;
    }

    .step_1 p {
        padding-bottom: 0px;
    }

    .main_form .step_1 h1.title-main {
        padding-bottom: 0px;
    }

    .footer .navbar-nav li a {
        font-size: 14px;
        padding: 0px 9px;
    }

    .info_section {
        padding-top: 70px;
    }

    .disclaimer_section h4 {
        font-size: 28px !important;
    }

    .newsletter_sec .newsletter_form h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .newsletter_sec .newsletter_form h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .newsletter_sec .form-select {
        background-size: 16px 16px;
        background-position: right 10px center;
    }

    .newsletter_sec input,
    .newsletter_sec .form-select {
        padding: 10px 12px !important;
    }

    .read_more_btn {
        font-size: 16px;
    }

    .info_section .info_sec_box h3,
    .horoscop_sec .horoscop_box h6,
    .Compatibility_sec .Compatibility_box h6,
    .explore_more_tarot_sec .Compatibility_box h6,
    .premium_rep_box .premium_rep_box_text h6,

    .sub_title {
        font-size: 16px;
    }

    .main_title {
        font-size: 26px;
    }

    .horoscop_sec,
    .explore_more_tarot_sec {
        padding: 60px 0px;
    }

    .newsletter_sec #contactForm {
        margin-bottom: 0px;
    }


    .footer {
        margin-top: 60px;
    }

    .box-sign {
        gap: 20px 7px;
    }

    .step_6 .legend {
        width: 42%;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .sign-box__img img {
        max-width: 62%;
    }

    .step_6 .check_text {
        font-size: 15px;
    }

    /* celecial-slider-section*/
    .minigames_slider {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .slider_text_col_title {
        font-size: 20px;
        line-height: 34px;
    }

    .minigames_slider_div {
        padding: 30px 30px;
    }

    .slider_img_col {
        margin-top: 40px;
    }

    .minigames_slider_div .slick-prev,
    .minigames_slider_div .slick-next {
        top: 100%;
        width: 40px;
        height: 40px;
        margin-top: 40px;
    }

    .minigames_slider_div .slick-prev {
        left: 35%;
    }

    .minigames_slider_div .slick-next {
        right: 35%;
    }

    .minigames_slider_div .slick-prev::before,
    .minigames_slider_div .slick-next::before {
        font-size: 40px;
    }

    .mybutton {
        padding: 0px 0px;
    }

    .mybutton a {
        font-size: 18px;
    }
}

@media (max-width: 378px) {
    .button-box {
        width: 69px;
    }
}

@media (max-width: 368px) {
    .button-box {
        width: 79px;
    }
}

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

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

.lh-32 {
    line-height: 25px;
}

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

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

.modal-header {
    border-bottom: none;
}

.close-btn {
    font-size: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.social_icon {
    width: 80ox;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.nav-link {
    white-space: nowrap;
}


.pt-5 {
    padding-top: 5px;
}

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

.texts-start {
    text-align: start;
}

/* Nested Dropdown Menu */

.header .sub_menu a {
    font-size: 12px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.header .dropdown-menu {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.06);
    padding: 10px 0px;
}

.header .dropdown-item {
    padding: 10px 0px;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 3px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}


.header .dropdown-menu[data-bs-popper] {
    left: 12px;
}

.header .dropdown-menu {
    background: var(--header-dropdown-bg);
}

.dropdown-item:focus {
    background-color: transparent;
}

/* Premium Product */
.mybutton a {
    border-radius: 60px;
    background: var(--btn-bg-color);;
    color: var(--btn-text-color);
    background-size: cover;
    padding: 2.2% 2% 2.2% 2%;
    display: table;
    margin: auto;
    transition: 0.5s;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-style: italic;
    font-size: 23px;
}
.mybutton a:hover {
    box-shadow: none;
    transform: scale(1.05);
    background: var(--btn-hover-bg);
    color: var(--btn-text-color);
}

.cta_modal .modal-dialog .modal-content {
    background: var(--bg-image) no-repeat center;
    background-size: cover;
    text-align: left;
    border-radius: 15px;
    border: 1px solid var(--product-modal-border);
}
.cta_modal .modal-header .modal-title {
    background-color: transparent;
    color: var(--product-modal-title);
    text-align: center;
    font-family: Aurora Regular;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.4px;
    padding: 44px 14px 0px;
}

.accordion-button {
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: capitalize;
    background: var(--gold, linear-gradient(180deg, #E9A42A 0%, #F2C875 121.79%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid;
    border-color: #b08846;
    padding: 16px 2px;
}

@media (min-width: 768px) {
    .dropdown-menu>li:hover>.dropdown-submenu {
        display: block;
    }

    .navbar-nav .dropdown:hover>.sub_menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .dropdown-menu .dropdown-submenu {
        left: auto;
        top: 49px;
        right: 0;
        width: 100%;
    }

    .content-manager-step .continue_btn {
        width: 260px;
        font-size: 13px
    }

    .content-manager-step p {
        font-size: 14px;
        line-height: 21px;
    }
    .copybtn {
        font-size: 14px;
    }
}