/* bannerarea
---------------------------------------------------------- */
/* css for this is in the /css/patterns/banner-and-stats.css file */
.bannerarea {
    background-color: transparent;
    overflow: visible;
}
.banner-half-holder {
    gap: 60px;
}
.banner-right {
    z-index: 1;
    max-width: 796px;
    width: 100%;
    max-height: 450px;
    height: 100%;
}
.banner-video-box-holder {
    position: relative;
    padding: 56.25% 0 0 0;
}

.gradient-smudge.banner-smudge .smudge {
    border-radius: 2331px;
    width: 2331px;
    height: 372px;
    transform: translate(-50%, -25%);
    left: 50%;
    top: 100%;
}

@media (max-width: 1025px) {
    .banner-half-holder {
        flex-direction: column-reverse;
        gap: 0px;
    }
}

/* below-banner-stats 
---------------------------------------------------------- */
/* css for this is in the /css/patterns/banner-and-stats.css file */
.below-banner-stats-holder {
    background-color: transparent;
}
.below-banner-stat {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 35px;
    gap: 25px;
    min-height: 239px;
    transform: translateY(0%);
}
.below-banner-stat-big-text {
    font-size: var(--h2-font-size);
    letter-spacing: 0px;
    line-height: 1.5;
    flex-shrink: 1;
}
.below-banner-stat-small-text {
    letter-spacing: 1px;
    text-transform: unset;
}

@media (max-width: 1100px) {
    .below-banner-stat {
        min-height: unset;
    }
}
@media (max-width: 1025px) {
    .below-banner-stats-holder {
        padding-top: 50px;
    }
}

/* video-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/video-section.css file */
.video-section {
    z-index: 0;
}
.video-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}

/* how-it-works-section
---------------------------------------------------------- */
.how-it-works-section {
    position: relative;
    z-index: 1;
    padding: 100px 40px;
}
.how-it-works-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--light-blue);
}
.how-it-works-inner {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.how-it-works-title-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    text-align: center;
}
.how-it-works-title-holder h2 {
    font-size: var(--h1-font-size);
    letter-spacing: .48px;
    line-height: 1.12;
    color: var(--main-color);
}
.how-it-works-title-holder h3 {
    font-size: var(--h2-font-size);
    color: var(--secondary-color);
}
.how-it-works-content-holder {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
}
.how-it-works-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    padding: 35px 48px;
    border: 1px solid var(--accent-green);
    background: linear-gradient(104deg, #4C5A70 -12.31%, #2B3345 79.18%);
    box-shadow: 0px 8px 32px 0px rgba(55, 60, 89, 0.06), 0px 5px 8px 0px rgba(55, 60, 89, 0.06), 0px 10px 100px 0px rgba(55, 60, 89, 0.08);
    color: var(--white);
    max-width: 640px;
}
.how-it-works-content-box h4 {
    color: var(--white);
    font-size: var(--h2-font-size);
    line-height: 1.5;
    letter-spacing: 0px;
}
.how-it-works-content-box p {
    letter-spacing: 1px;
}

.gradient-smudge.how-it-works-smudge .smudge {
    border-radius: 1374px;
    width: 1374px;
    height: 1107px;
    transform: translate(-50%, -50%);
    left: 0%;
    top: 50%;
}
.gradient-smudge.how-it-works-smudge .smudge::before {
    transform: rotate(113deg);
}

@media (max-width: 700px) {
    .how-it-works-section {
        padding: 50px 25px;
    }
    .how-it-works-inner {
        gap: 50px;
    }
    .how-it-works-content-box {
        padding: 30px 25px;
    }
}

/* what-to-expect-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/half-section.css file */
.what-to-expect-section {
    position: relative;
    z-index: 0;
}
.what-to-expect-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}
.half-section-title-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
}
.half-section-title-holder h3 {
    font-size: var(--h2-font-size);
    line-height: 1.5;
}
.half-section-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 900px) {
    .half-section-image-holder {
        margin-bottom: 50px;
    }
}


/* proven-track-record-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */
.proven-track-record-section::before {
    background: var(--white);
}
.proven-track-record-slider-holder .dentist-holder {
    min-height: 400px;
}
@media (max-width: 800px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 390px;
    }
}
@media (max-width: 500px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 400px;
    }
}
@media (max-width: 400px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 450px;
    }
}

/* faq-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */
.faq-section::before {
    background: var(--white);
}