/* bannerarea
---------------------------------------------------------- */
/* css for this is in the /css/patterns/banner-and-stats.css file */
.bannerarea {
    background-color: transparent;
    overflow: visible;
    min-height: 570px;
}
.bannerarea: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%);
}
.banner-content-holder {
    align-items: center;
    text-align: center;
    max-width: 1270px;
    margin: 0 auto;
}
.banner-content-holder h1 {
    max-width: unset;
}
.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}

/* case-study-section all sections
---------------------------------------------------------- */
.case-study-section {
    position: relative;
    z-index: 0;
    padding: 100px 0;

}
.case-study-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--light-blue);
}
.case-study-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.case-study-left-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    max-width: 430px;
    padding-left: 90px;
    justify-self: flex-end;
    flex-shrink: 0;
}
.case-study-small-text {
    font-size: var(--h2-font-size);
    color: var(--secondary-color);
    font-weight: var(--font-weight-bold);
}
.case-study-big-text {
    font-size: var(--h1-font-size);
    font-weight: 600;
    letter-spacing: .15px;
    line-height: 1.2;
    margin: 0;
    font-weight: var(--font-weight-bold);
    color: var(--main-color);
}
.case-study-title-holder {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.case-study-section .case-study-holder {
    background-image: linear-gradient(90deg, var(--secondary-color), var(--main-color));
    padding: 50px 110px;
}
.case-study-section .case-study-holder .case-study-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    gap: 20px;
}
.case-study-section .case-study-holder .case-study-title-holder span {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
    line-height: var(--h1-line-height);
    text-align: center;
}
.case-study-section .case-study-holder .case-study-title-holder h2 {
    font-size: var(--h2-font-size);
    color: var(--white);
    line-height: var(--h2-line-height);
    text-align: center;
}
.case-study-section .case-study-content {
    text-align: center;
    letter-spacing: 1px;
}
.case-study-section .case-study-stat-holder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 85px;
    row-gap: 30px;
    margin-top: 19px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.case-study-section .case-study-stat-holder .case-study-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.case-study-section .case-study-stat-holder .case-study-stat-big-text {
    font-size: 55px;
    font-weight: var(--font-weight-bold);
    line-height: var(--h1-line-height);
}
.case-study-section .case-study-stat-holder .case-study-stat-small-text {
    font-size: var(--font-size-small);
    text-transform: uppercase;
    text-align: center;
}
a.case-study-image-holder {
    position: relative;
    z-index: 1;
}
a.case-study-image-holder .case-study-image {
    position: relative;
    z-index: 2;
    transition: opacity 0.2s ease-out;
}
a.case-study-image-holder.active .case-study-image {
    opacity: 0;
}
a.case-study-image-holder .gif-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

a.case-study-image-holder .external-link {
    display: none;
}
@media (max-width: 1700px) {
    .case-study-section .case-study-holder {
        padding: 50px 50px;
    }
    .case-study-section .case-study-stat-holder {
        column-gap: 65px;
    }
}

@media (max-width: 1400px) {
    .case-study-section .case-study-holder {
        padding: 50px 40px;
    }
    .case-study-section {
        padding: 85px 25px;
    }
    .case-study-section .case-study-inner {
        flex-direction: column;
        gap: 40px;
    }
    .case-study-section .case-study-left-holder {
        padding-left: 0px;
        align-items: center;
    }
    .case-study-section .case-study-stat-holder .case-study-stat-big-text {
        font-size: 48px;
    }
}

@media (max-width: 700px) {
    .case-study-section {
        padding: 50px 0px;
    }
    .case-study-section .case-study-holder {
        padding: 40px 25px;
    }
    .case-study-section .case-study-left-holder {
        padding: 0 25px
    }
}

/* case-study-section #1
---------------------------------------------------------- */
.case-1 .gradient-smudge.case-study-smudge {
    z-index: -1;
}
.case-1 .gradient-smudge.case-study-smudge .smudge {
    border-radius: 1000px;
    width: 1000px;
    height: 806px;
    transform: translate(-50%, -5%);
    left: 100%;
    top: 0%;
}
.case-1 .gradient-smudge.case-study-smudge .smudge::before {
    background: linear-gradient(80deg, rgba(213, 241, 161, 0.50) 4.67%, rgba(48, 191, 255, 0.50) 44.99%, rgba(76, 90, 112, 0.50) 85.31%);
    transform: rotate(70deg);
}
@media (max-width: 700px) {
    .case-study-section.case-1 {
        padding-top: 100px;
    }
}

/* case-study-section #2
---------------------------------------------------------- */
.case-study-section.case-2::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}

/* case-study-section #3
---------------------------------------------------------- */
.case-study-section.case-3::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}

.case-3 .gradient-smudge.case-study-smudge {
    z-index: -1;
}
.case-3 .gradient-smudge.case-study-smudge .smudge {
    border-radius: 1224px;
    width: 589px;
    height: 1224px;
    transform: translate(-50%, -70%);
    left: 0%;
    top: 50%;
}
.case-3 .gradient-smudge.case-study-smudge .smudge::before {
    background: linear-gradient(20deg, rgba(213, 241, 161, 0.50) 4.67%, rgba(48, 191, 255, 0.50) 44.99%, rgba(76, 90, 112, 0.50) 85.31%);
    transform: rotate(-11deg);
}

/* case-study-section #4
---------------------------------------------------------- */


/* case-study-section #5
---------------------------------------------------------- */
.case-study-section.case-5 {
    padding-bottom: 100px;
}
.case-study-section.case-5::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}