:root {
    --color-white: #ffffff;
    /* white */
    --color-black: #000000;
    /* black */
    --color-one: #FFB6C1;
    /* Soft Pink */
    --color-two: #E6E6FA;
    /* Lavender */
    --color-three: #C71585;
    /* Deep Rose */
    --color-four: #90EE90;
    /* Light Teal */
    --color-five: #006400;
    /* Deep Blue-Green */
    --color-six: #FF6F61;
    /* Muted Coral */
    --color-seven: #B0E57C;
    /* Light Teal Shadow */
    --color-eight: #ADD8E6;
    /* Light Blue */
    --color-nine: #C0C0C0;
    /* Silver */
    --color-ten: #2F4F4F;
    /* Dark Teal */
    --color-eleven: #E6E6FA;
    /* Light Gray */
}

h1 {
    /* font-size: 44px; */
    font-size: 38px;
    letter-spacing: 0px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

p {
    /* font-size: 18px; */
    font-size: 24px;
}
body {
    background: url('./../contest/images/background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.quiz-progress .progress-bar {
    background-color: #ffb6c1;
}
.logo-outer img {
    max-height: 115px;
    position: relative;
    z-index: 1;
}
/* .new-logo-outer img {
    filter: drop-shadow(1px 1px 1px #000);
} */

.logo-outer {
    padding: 0 20px;
    max-width: fit-content;
    margin: auto;
}

.section-main p b {
    font-size: 26px;
}

.section-main {
    padding: 48px 0;
}

.section-main .container {
    max-width: 970px;
}

.sales-heading {
    text-align: center;
}

.sales-sub-heading {
    max-width: 970px;
    margin: auto;
    font-size: 20px;
}

.main-heading-box {
    background-color: var(--color-white);
    padding: 25px;
    border-radius: 10px;
    /* border: 1px solid var(--color-black); */
    margin: 20px auto;
    /* box-shadow: 0 0 12px 3px #fff; */
    box-shadow: 0 0 15px #e4e4e4;
}

/* .section-main:nth-child(2n){
    background-color: #ee2aee73;
}
.section-main:nth-child(3n){
    background-color: #a9ee2a73;
} */
.section-start {
    background: #ffb6c1;
    padding-bottom: 30px;
}

.section-start-top {
    background: linear-gradient(0deg, #ffffff 0%, #ffb6c1 150px, #ffb6c1 100%);
}

.section-bg-white {
    /* background-color: var(--color-white); */
    /* background: linear-gradient(to bottom, #FFFFFF, #FFFFFF); */
    /* background: linear-gradient(0deg, #ffb6c1 0%, #ffffff 150px, #ffb6c1 100%); */
    background: linear-gradient(180deg, #ffb6c1 20px, #ffffff 350px, #ffffff 100%);
    /* background: linear-gradient(0deg, #ffffff 0%, #FFFFFF 150px, #FFFFFF calc(100% + -150px), #ffffff 100%); */
    padding: 1px 0;
    /* White */
}

.section-bg-white-2 {
    background-color: var(--color-white);
}

.section-bg-white-3 {
    /* background: linear-gradient(0deg,#ffb6c1 0, #ffb6c1 40%, #ffffff 100%); */
    /* background: linear-gradient(180deg, #ffffff 0%, #FFFFFF 40%, #ffb6c1 60%, #ffb6c1 80%); */
    background: linear-gradient(180deg, #ffffff calc(50% + -150px), #ffb6c1 calc(50% + 150px), #ffb6c1 100%);
}

.section-bg-white-3-new {
    /* background: linear-gradient(0deg,#ffb6c1 0, #ffb6c1 40%, #ffffff 100%); */
    /* background: linear-gradient(180deg, #ffffff 0%, #FFFFFF 40%, #ffb6c1 60%, #ffb6c1 80%); */
    background: linear-gradient(180deg, #ffffff calc(50% + -150px), #E6E6FA calc(50% + 150px), #E6E6FA 100%);
}
.section-bg-white-new {
    /* background-color: var(--color-white); */
    /* background: linear-gradient(to bottom, #FFFFFF, #FFFFFF); */
    /* background: linear-gradient(0deg, #ffb6c1 0%, #ffffff 150px, #ffb6c1 100%); */
    background: linear-gradient(180deg, #E6E6FA 20px, #ffffff 350px, #ffffff 100%);
    /* background: linear-gradient(0deg, #ffffff 0%, #FFFFFF 150px, #FFFFFF calc(100% + -150px), #ffffff 100%); */
    padding: 1px 0;
    /* White */
}


.section-bg-white-main {
    /* background: linear-gradient(0deg, #ffffff 0%, #FFFFFF 150px, #FFFFFF calc(100% + -150px), #ffffff 100%);
    background: #ffb6c1; */
    background: linear-gradient(0deg, #E6E6FA 20px, #ffffff 350px, #ffffff 100%);
}

.section-bg-white-main-rev {
    /* background: linear-gradient(0deg, #ffffff 0%, #FFFFFF 150px, #FFFFFF calc(100% + -150px), #ffffff 100%);
    background: #ffb6c1; */
    background: linear-gradient(180deg, #E6E6FA 20px, #ffffff 350px, #ffffff 100%);
}

.section-bg-white-main2 {
    /* background: linear-gradient(0deg, #ffffff 0%, #FFFFFF 150px, #FFFFFF calc(100% + -150px), #ffffff 100%);
    background: #ffb6c1; */
    background: linear-gradient(0deg, #ffb6c1 20px, #ffffff 350px, #ffffff 100%);
}

.section-bg-one {
    /* background-color: var(--color-one); */
    /* background: linear-gradient(to bottom, #FFB6C1, #FFFFFF); */
    background: linear-gradient(0deg, #ffffff 0%, #ffb6c1 150px, #ffb6c1 calc(100% + -150px), #ffffff 100%);
    /* Soft Pink to White */
}

.section-bg-free-reading {
    background: linear-gradient(180deg, #ffb6c1 40%, #ffffff calc(40% + 550px), #ffffff 100%);
}

.section-bg-one-bottom {
    /* background-color: var(--color-one); */
    /* background: linear-gradient(to bottom, #FFB6C1, #FFFFFF); */
    background: linear-gradient(180deg, #ffb6c1 0, #ffb6c1 calc(100% + -450px), #ffffff 100%);
    /* Soft Pink to White */
}

.section-bg-two {
    /* background-color: var(--color-two); */
    /* background: linear-gradient(to bottom, #FFFFFF, #E6E6FA); */
    background: linear-gradient(180deg, #E6E6FA 0, #E6E6FA calc(100% + -450px), #ffffff 100%);
    /* White to Lavender */
}

.section-bg-two-main {
    /* background-color: var(--color-two); */
    /* background: linear-gradient(to bottom, #FFFFFF, #E6E6FA); */
    background: linear-gradient(0deg, #E6E6FA 0, #E6E6FA calc(100% + -450px), #ffffff 100%);
    /* White to Lavender */
}

.section-bg-card-one {
    background: linear-gradient(0deg, #E6E6FA 0, #E6E6FA calc(100% + -350px), #ffffff 100%);
}

.section-bg-card-two {
    background: linear-gradient(180deg, #E6E6FA 100px, #ffffff 450px, #ffffff calc(100% + -350px), #ffb6c1 100%);
}

.section-bg-card-three {
    background: linear-gradient(0deg, #E6E6FA 0, #E6E6FA calc(60% + -350px), #ffffff 60%);
}

.fit-content {
    max-width: fit-content;
}

.without-font-weight {
    font-weight: 500;
}

.sales-product {
    text-align: center;
}

.main-product-box {
    background-color: #ffe8eb;
    padding: 25px 35px;
    border-radius: 10px;
    border: 1px solid #ffe8eb;
    box-shadow: 0 0 14px 1px #ffe8eb;
    max-width: 850px;
    margin: 25px auto;
}

.product-image img {
    max-width: 100%;
}

.custom-main-box .product-image img{
    width: 600px;
    max-width: 100%;
}
.custom-main-box .just-today img{
    width: 200px;
    max-width: 100%;
}

.main-btn-section {
    padding: 38px 0;
}

.main-btn {
    /* background: var(--color-four) !important; */
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    padding: 8px !important;
    text-align: center;
    transition: 0.5s;
    border-radius: 8px;
    box-shadow: 5px 4px 15px 0px #000000bf;
    border: 1px solid #000;
    font-weight: 700 !important;
    font-size: 18px;
    text-decoration: none;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 0 0 rgba(252, 246, 186, 1);
    color: #071434 !important;
    cursor: pointer;
}

.pulse-btn {
    animation: pulse-animation 1.5s infinite;
}

.commet-box {
    border: 1px solid #000;
    padding: 20px 25px;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

.commet-user {
    text-align: end;
}

.div-border {
    background-color: var(--color-three);
    height: 5px;
    max-width: 95%;
    margin: 16px auto;
}

.image-1 img {
    max-width: 100%;
    background: var(--color-eight);
    padding: 3px;
    box-shadow: 1px 1px 9px 0px var(--color-nine);
    border-radius: 10px;
}

.image-2 img {
    max-width: 100%;
    width: 720px;
    background: var(--color-six);
    padding: 3px;
    box-shadow: 1px 1px 9px 0px var(--color-seven);
    border-radius: 10px;
    margin: 35px auto;
}

.img-text-left {
    padding-right: 15px;
}

.img-text-right {
    padding-left: 15px;
}

.user-review img {
    max-width: 100%;
    width: 80px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-top: -10px;
    margin-left: -15px;
    border-radius: 50%;
}

.user-review {
    display: flow-root;
}

.left-cart {
    margin-right: 10px;
}

.left-cart {
    margin-left: 10px;
}

.card-img-left {
    float: left;
}

.card-img-right {
    float: right;
}

.card-img {
    width: 415px;
    max-width: 100%;
}

.card-img img {
    max-width: 100%;
    /* margin-left: -10%; */
}

.product-img {
    width: 400px;
    float: right;
    margin-bottom: 20px;
    margin-left: 48px;
}

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

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

.testimonial-mb {
    width: 100px;
    max-width: 100%;
    float: right;
    margin: 0px;
    margin-right: -53px !important;
    margin-left: 15px;
    display: none;
}

.testimonial-mb img {
    max-width: 100%;
    width: 250px;
    margin: 0px !important;
    /* margin-right: -100px !important; */
    margin-top: 5px !important;
}

.testimonial-mbl {
    width: 100px;
    max-width: 100%;
    float: left;
    margin: 0px;
    margin-left: -53px !important;
    margin-right: 20px;
    display: none;
}

.testimonial-mbl img {
    max-width: 100%;
    width: 250px;
    margin: 0px !important;
    /* margin-left: -100px !important; */
    margin-top: 5px !important;
}

.testimonial-outter {
    width: 90%;
    margin: 25px 0;
}

.testimonial {
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff4c7;
    font-style: italic;
    display: inline-flex;
}

.testimonial-left {
    margin-left: auto;
}

.testimonial-img {
    margin-right: -100px;
}

.testimonial-img-left {
    margin-right: 15px;
    margin-left: -100px;
}

.testimonial-img img {
    max-height: 350px;
}

.testimonial-2 img {
    max-height: 100%;
}

/* .testimonial::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff4c7 transparent transparent transparent;
    border-radius: 0 0 50% 50%;
} */

/* .testimonial::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) skewY(45deg);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff4c7 transparent transparent transparent;
    border-radius: 0 0 50% 50%;
} */

.testimonial p {
    margin: 5px 0;
}

.testimonial .author {
    font-weight: bold;
    margin-top: 20px;
    font-size: 22px;
}

.special-box {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.special-box .special-main {
    display: flex;
    align-items: center;
    /* background-color: #90EE90; */
    padding: 7px 21px;
}

.special-box .special-main p {
    margin: 0;
    text-align: center;
    line-height: 26px;
}

.special-box .special-main img {
    max-width: 50px;
    max-height: 50px;
    margin: 11px 11px 11px 5px;
}

.special-1 {
    border-radius: 14px 0 0 14px;
    background-color: #c8b3e1;
}

.special-2 {
    background-color: #b3e1cc;
}

.special-3 {
    border-radius: 0 14px 14px 0;
    background-color: #e1d9b3;
}

.special-text {
    padding: 0px 11px;
}

.uppercase {
    text-transform: uppercase;
}

.btn-section-main {
    text-align: center;
    padding: 38px 0 20px;
}

.custom-new-btn {
    background-color: #fff;
    border: 3px solid #f3156b;
    /* border-radius: 33px; */
    border-radius: 999px;
    padding: 4px 4px 4px;
}

.custom-new-btn span {
    /* margin: 5px; */
    background-color: #f3156b;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    border-radius: 999px;
    /* padding: 8px 15px; */
    padding: 8px 30px;
    display: block;
}

.full-img-margin {
    padding: 35px 0;
}

.payment-accept img {
    max-width: 100%;
    width: 690px;
    margin-top: 55px;
}

.product-text p {
    font-size: 27px;
    margin-bottom: 9px;
}

.today-just {
    margin-bottom: -30px;
    font-weight: 700;
}

.strikeout {
    position: relative;
}

.strikeout::after {
    border-bottom: 0.08em solid red;
    content: "";
    left: 0;
    margin-top: calc(0.12em/2 * -1);
    position: absolute;
    right: 0;
    border-bottom: 0.12em solid red;
    top: 54%;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #BF953F;
    }

    100% {
        box-shadow: 0 0 0 30px #bf943f00;
    }
}

.order-img-btn {
    height: 100px;
    max-width: 100%;
}

.image-4 {
    margin: 25px 5px;
}

.custom-y-margin {
    margin: 24px 0;
}

.heading-title {
    margin-bottom: 0;
}

.full-text-section {
    background-color: #ffffff8c;
    margin: 25px 0;
    padding: 10px;
}

.full-text-section p {
    margin: 0;
    text-align: center;
}

.main-card-box {
    background-color: #ffffff8c;
    max-width: 1000px;
    margin: auto;
    padding: 34px;
    border-radius: 20px;
}

.disclaimer {
    font-size: 14px;
    margin-bottom: 0;
    color: #1d3030;
    display: none;
}

.quiz-main-form .form-control,
.quiz-main-form .dob {
    display: none;
    padding: 8px !important;
    font-size: 18px;
}

.relationship-option-outter {
    height: 100%;
    margin: 5px 5px;
}

.error-msg {
    /* text-align: center; */
    color: #dc3545;
    /* margin: auto; */
    display: none;
}

.relationship-choose .relationship-option-one {
    /* background-color: #382b52; */
    background-color: #bf9e51;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 5px;
    border-radius: 6px;
    /* box-shadow: 1px 1px 13px 0px #382b52; */
    /* box-shadow: 2px 2px 1px 1px #382b526e, 1px 1px 13px 0px #382b52; */
    box-shadow: 0px 2px 2px 0px #382b526e;
    transition: 0.5s;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    min-height: 64px;
    color: #fff;
}

.relationship-choose .relationship-option-one:hover {
    /* background-color: #FFB6C1; */
    /* box-shadow: 1px 1px 13px 0px #FFB6C1; */
    background-color: #382b52;
    /* box-shadow: 1px 1px 1px 1px #382b526e, 1px 1px 5px 0px #382b52; */
    box-shadow: 0px 2px 2px 1px #382b526e;
    /* color: #000; */
    /* transform: scale(1.02); */
}


/* CSS */
.button-14 {
    touch-action: manipulation;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border-width: 0;
    padding: 0 8px 12px;
    min-width: 10em;
    box-sizing: border-box;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.button-14-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    padding: 8px 16px;
    transform: translateY(0);
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, .25);
    transition-property: transform;
    transition-duration: .2s;
    -webkit-user-select: none;
    user-select: none;
}

.button-14:active .button-14-top {
    transform: translateY(6px);
}

.button-14-top::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    background-image: radial-gradient(#cd3f64, #9d3656);
    /* background-image: radial-gradient(#FCF6BA, #B38728); */
    /* background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important; */
    text-align: center;
    color: #fff;
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, .2), 0 1px 2px 1px rgba(255, 255, 255, .2);
    transition-property: border-radius, padding, width, transform;
    transition-duration: .2s;
}

.button-14:active .button-14-top::after {
    border-radius: 6px;
    padding: 0 2px;
}

.button-14-bottom {
    position: absolute;
    z-index: -1;
    bottom: 4px;
    left: 4px;
    border-radius: 8px / 16px 16px 8px 8px;
    padding-top: 6px;
    width: calc(100% - 8px);
    height: calc(100% - 10px);
    box-sizing: content-box;
    background-color: #803;
    background-image: radial-gradient(4px 8px at 4px calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(4px 8px at calc(100% - 4px) calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(16px at -4px 0, white, transparent), radial-gradient(16px at calc(100% + 4px) 0, white, transparent);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5), inset 0 -1px 3px 3px rgba(0, 0, 0, .4);
    transition-property: border-radius, padding-top;
    transition-duration: .2s;
}

.button-14:active .button-14-bottom {
    border-radius: 10px 10px 8px 8px / 8px;
    padding-top: 0;
}

.button-14-base {
    position: absolute;
    z-index: -2;
    top: 4px;
    left: 0;
    border-radius: 12px;
    width: 100%;
    height: calc(100% - 4px);
    background-color: rgba(0, 0, 0, .15);
    /* box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .75), inset 0 2px 2px rgba(0, 0, 0, .25); */
}


.relationship-choose {
    display: none;
}

.footer-main-section {
    padding-bottom: 15px;
}

.footer-main-section img {
    max-width: 100%;
    max-height: 125px;
    padding: 15px;
    /* margin-top: -30px; */
}

.footer-main-section p {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-main-section .footer-heading {
    font-size: 30px;
    text-transform: uppercase;
}

.footer-main-section .more-info a {
    text-decoration: none;
    text-transform: uppercase;
    color: #AA771C;
    font-weight: 500;
    font-size: 17px;
}

.footer-main-section .more-info a:after {
    content: " »";
    font-size: 20px;
}

.footer-last {
    background-color: var(--color-eight);
    padding: 15px 0;
}

.footer-last a {
    text-decoration: none;
    color: #000;
}

.footer-last a:hover {
    text-decoration: underline;
}

.footer-last-inner p {
    margin-bottom: 0;
    text-align: center;
}

.quiz-footer .container {
    padding: 48px 0;
    box-shadow: 0 83px 123px -130px #000;
    position: relative;
}

.quiz-footer {
    border-top: 1px dashed #565656a6;
    background: #fff;
}

.luca-amari-outter {
    position: relative;
}

.new-luca-amari-outter .fill-img {
    background: transparent;
}
.new-luca-amari-outter .luca-amari {
    overflow: hidden;
    border-radius: 0 0 100% 0;
}
.luca-amari {
    position: absolute;
    top: 0;
    left: calc(26% - 125px);
    left: 0;
}

.luca-amari img {
    max-width: 100%;
    /* height: 350px; */
    height: 250px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.new-text-shadow {
    text-shadow: 2px 2px 1px #000, -2px -2px 2px #00000065;
}

.fill-img {
    position: absolute;
    top: -250px;
    left: -250px;
    height: 600px;
    width: 600px;
    background: radial-gradient(circle, #ffffff00 48%, #ffb6c1 70%);
}

.luka-img-outer {
    padding-top: 48px;
    position: relative;
    z-index: 1;
}

.luca-amari-outter-mb,
.luca-amari-outter-footer {
    display: none;
    position: relative;
    max-width: fit-content;
    margin: auto;
}

.luca-amari-outter-footer {
    display: block;
}

.fill-img-mb {
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 250px;
    background: radial-gradient(circle, #ffffff00 48%, #ffb6c1 70%);
}

.fill-img-footer {
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 120px;
    background: radial-gradient(circle, #ffffff00 48%, #fff 70%);
}

.luca-amari-mb img {
    padding: 1px;
    max-width: 100%;
    height: 250px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.luca-amari-footer img {
    padding: 1px;
    max-width: 100%;
    height: 120px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.landing-page {
    padding-top: 0;
}

.testimonial-footer-box {
    position: relative;
    background-color: var(--color-eight);
    color: #000;
    /* Text color */
    padding: 20px;
    /* margin: 20px; */
    border-radius: 8px;
    box-shadow: 0 0 10px #ffffff1a;
    /* Adjust the shadow color if needed */
}

.testimonial-footer-box::before {
    content: "";
    position: absolute;
    bottom: -25px;
    /* Adjust the size of the point */
    right: 25px;
    border-width: 0 25px 25px 0;
    border-style: solid;
    border-color: transparent var(--color-eight) transparent transparent;
}

.slick-dots {
    text-align: center;
    margin-top: 20px;
    bottom: -50px !important;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.slick-arrow {
    display: none !important;
}

.slick-dots li button {
    font-size: 16px;
    line-height: 1;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ccc !important;
    color: transparent !important;
    cursor: pointer;
    /* transition: background 0.3s; */
}

.slick-dots li.slick-active button {
    /* font-size: 16px; */
    line-height: 1;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ccc;
    color: transparent;
    cursor: pointer;
    transition: background 0.3s;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 10px !important;
    line-height: 22px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 20px !important;
    height: 20px !important;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000 !important;
}

.testimonial-review p {
    margin-bottom: 6px;
}

.testimonial-review .review-heading {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.testimonial-review .testimony-reatings {
    color: #AA771C;
    font-size: 28px;
}

.testimonial-review .review-comment {
    font-size: 15px;
    line-height: 20px;
}

.testimonial-review .testimonial-name {
    font-weight: 600;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.card-div .card-name,
.result-card .card-name {
    padding-top: 2px;
    font-size: 15px;
    text-align: center;
}
.free-reading-heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.free-reading-heading .luca-amari-outter-footer{
    margin: 0 15px;
}
.free-reading-heading .luca-amari-outter-footer .fill-img-footer{
    background: radial-gradient(circle, transparent 48%, #ffb6c1 70%);
}

.new-review-box-outter {
    /* background-color: #00000023; */
    margin: 15px auto;
}
.new-review-box-main .new-review-header img{
    max-width: 100%;
    width: 40px;
    border-radius: 50%;
}
.new-review-box-main .new-review-header {
    display: flex;
    align-items: center;
}
.new-review-box-main .new-review-header .review-details{
    padding-left: 10px;
}
.new-review-box-main .new-review-header .review-details .review-user{
    font-size: 18px;
    font-weight: 900;
}
.new-review-box-main .new-review-header .review-details .review-date{
    color: #272727;
    font-size: 15px;
    font-weight: 500;
}
.new-review-box-main .review-star{
    color: #AA771C;
    font-size: 28px;
}
.new-review-box-main .user-review-data{
    font-size: 15px;
}
.new-review-box-inner {
    /* display: flex; */
}
.new-review-box-main{
    max-width: calc(50% - 13px);
    width: calc(50% - 13px);
    margin: 5px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 3px 2px #ececec;
    border-radius: 12px;
    display: inline-grid;
}
@media (max-width: 1015px) {
    .main-card-box {
        max-width: 1000px;
        margin: 0 15px;
        padding: 34px;
        border-radius: 20px;
    }
}

@media (max-width: 991px) {
    /* .main-btn {
        padding: 15px 30px !important;
    } */
    .dektop-image-only{
        display: none;
    }

    .order-img-btn {
        height: auto;
    }

    .custom-y-margin {
        margin: 0;
        margin-bottom: 24px;
    }

    .image-1, .image-5, .image-4 {
        text-align: center !important;
    }
    .image-1 img, .image-5 img, .image-4 img {
        margin: 30px auto;
        max-width: 100%;
        max-height: 450px;
        width: auto;
    }

    .full-img-margin {
        padding: 0;
    }

    .image-2 img {
        margin: 30px auto;
    }
}

@media (max-width: 767px) {
    .card-img {
        text-align: center;
    }
    .card-img img {
        max-height: 250px;
    }
    .image-1 .box-table-inner{
        display: block;
    }

    .quiz-footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .quiz-footer {
        display: none;
    }

    .image-1 img, .image-5 img, .image-4 img {
        max-width: 100%;
        max-height: 250px;
    }

    .card-div .card-name {
        display: none;
    }

    .landing-page .heading-title {
        padding: 0 15px;
    }

    .luca-amari-outter-mb {
        display: block;
    }

    .luka-img-outer {
        padding-top: 18px;
    }

    /* .logo-outer {
        margin-top: -60px;
    } */

    .luca-amari-outter {
        display: none;
    }

    .disclaimer {
        font-size: 10px;
    }

    .main-card-box {
        padding: 34px 15px;
    }

    .main-heading-box {
        padding: 15px;
    }

    h1 {
        font-size: 24px;
        letter-spacing: 0px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .impossible {
        font-size: 27px !important;
    }

    .section-main p b {
        font-size: 19px;
    }

    .sales-sub-heading {
        font-size: 16px;
    }

    .fit-content {
        max-width: 100%;
    }

    .image-1 {
        text-align: center !important;
    }

    .testimonial-img {
        display: none;
    }

    .testimonial-mb,
    .testimonial-mbl {
        display: block;
    }

    .testimonial {
        display: block;
    }

    /* .special-box {
        display: block;
    } */

    .special-box .special-main {
        display: flex;
        align-items: center;
        /* background-color: #90EE90; */
        /* padding: 7px 21px; */
        padding: 2px 4px;
    }

    .special-box .special-main p {
        margin: 0;
        text-align: center;
        /* line-height: 26px; */
        line-height: 18px;
        font-size: 15px !important;
    }

    .special-box .special-main img {
        /* max-width: 50px;
        max-height: 50px;
        margin: 11px 11px 11px 5px; */
        max-width: 35px;
        max-height: 35px;
        margin: 10px 3px 11px 4px;
    }

    /* .special-1 {
        border-radius: 14px 14px 0 0;
        background-color: #c8b3e1;
    }

    .special-2 {
        background-color: #b3e1cc;
    }

    .special-3 {
        border-radius: 0 0 14px 14px;
        background-color: #e1d9b3;
    } */

    .special-text {
        max-width: 100%;
        width: 100%;
    }

    .img-text-left {
        padding-right: 0px;
    }

    .img-text-right {
        padding-left: 0px;
    }

    .product-img {
        max-width: 90%;
        padding: 0 25px;
        margin: auto;
        float: unset;
        text-align: center;
    }
    .product-img img {
        max-height: 250px;
    }
    .money-back-365 img{
        max-height: 100px;
    }
    .custom-main-box .just-today img{
        width: 139px;
        margin-top: 15px;
    }
    .custom-main-box .product-image img{
        width: 250px;
    }
/* }

@media (max-width: 567px) { */
    .free-reading-heading{
        display: block;
    }
    .free-reading-heading .luca-amari-outter-footer{
        margin: auto;
        margin-bottom: 15px;
    }
}
@media (max-width: 720px) {
    .new-review-box-main{
        max-width: 100%;
        width: 100%;
        margin: 5px auto;
        /* display: block; */
    }
}
@media (max-width: 430px) {
    .special-box .special-main {
        display: block;
    }
}
.new-bg-img .section-bg-free-reading {
    /* background: transparent !important; */
    background: #00000076 !important;
}
.new-bg-img .main-heading-box {
    background-color: #ffffffd1;
}

.landing-page.section-main.section-start, .new-bg-img .section-main.section-bg-card-one, .new-bg-img .section-main.section-bg-card-two, .new-bg-img .section-main.section-bg-free-reading, .new-bg-img .section-main.section-bg-card-three {
    /* background: transparent !important; */
    background: #00000076 !important;
}
.new-bg-img .section-main.section-bg-card-one p, .new-bg-img .section-main.section-bg-card-two p, .new-bg-img .section-main.section-bg-free-reading p, .new-bg-img .section-main.section-bg-card-three p {
    color: #fff;
}
.new-bg-img .section-main.section-bg-free-reading .main-heading-box p, .new-bg-img .section-main.section-bg-card-three .main-heading-box p{
    color: #000;
}

.new-bg-img .new-luca-free-reading {
    overflow: hidden;
    border-radius: 50%;
}
.new-bg-img .new-luca-free-reading .fill-img-footer {
    background: transparent !important;
}
.new-bg-img .new-luca-free-reading .luca-amari-footer img {
    height: 168px;
}
.new-bg-img .free-reading-heading .heading-right h1{
    font-size: 50px;
}
.new-bg-img .free-reading-heading .heading-right h2{
    font-size: 40px;
}
