@font-face {
    font-family: "Guminert";
    src: url("/fonts/Century Gothic.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*=========================================
        CASE STUDY
=========================================*/

.cs-hero{

    padding:170px 7% 90px;

    background:#fff;

}

.cs-container{

    max-width:1450px;

    margin:auto;

}

.cs-breadcrumb{

    display:flex;

    gap:10px;

    font-size:14px;

    color:#777;

    margin-bottom:30px;

}

.cs-breadcrumb a{

    color:#777;

    text-decoration:none;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.cs-tag{

    display:block;

    color:#777;

    font-size:15px;

    margin-bottom:18px;

}

.cs-hero h1{

    font-size:58px;

    line-height:1.15;

    font-weight:700;

    color: #01526d;

    margin-bottom:60px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.cs-top-grid{

    display:grid;

    grid-template-columns:330px 1fr;

    gap:28px;

    align-items:center;

}

/*====================*/

.cs-stats{

    display:flex;

    flex-direction:column;

}

.cs-stat {

    border:1px solid #E8E8E8;

    padding:22px;

}

.cs-stat h2{

    font-size:28px;

    margin-bottom:10px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.cs-stat p{

    color:#666;

    font-size:16px;

    line-height:1.7;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

/*====================*/

.cs-main-image img{

    width:100%;

    display:block;

}

/*====================*/

.cs-showcase{

    padding:0px 7%;

}

.cs-showcase img{

    width:100%;

    display:block;

}

/*====================*/

.cs-gallery{

    padding:0 7% 90px;

}

.cs-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;

}

.cs-grid img{

    width:100%;

    display:block;

}/*=========================================
        OVERVIEW
=========================================*/

.cs-overview{

    padding:100px 7%;

}

.cs-overview-grid{

    display:grid;

    grid-template-columns:220px 1fr;

    gap:70px;

}

.cs-overview-title span{

    font-size:18px;

    letter-spacing:2px;

    color:#01526d;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.cs-overview-content p{

    font-size:20px;

    color:#444;

    line-height:2;

    margin-bottom:30px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

/*====================*/

.cs-info-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

    margin-top:50px;

}

.cs-info span{

    display:block;

    color:#999;

    font-size:15px;

    margin-bottom:12px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.cs-info h4{

    font-size:21px;

    color:#111;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

/*====================*/

.cs-laptop{

    padding:0 7% 80px;

}

.cs-laptop img{

    width:100%;

    display:block;

}

/*====================*/

.cs-bottom-gallery{

    padding:0 7% 90px;

}

.cs-gallery-two{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;

}

.cs-gallery-two img{

    width:100%;

    display:block;

}

/*=====================================
            RESPONSIVE
======================================*/

/* Large Desktop */
@media screen and (max-width:1440px){

    .cs-hero,
    .cs-showcase,
    .cs-overview,
    .cs-laptop,
    .cs-gallery,
    .cs-bottom-gallery{
        padding-left:5%;
        padding-right:5%;
    }

    .cs-hero h1{
        font-size:54px;
    }

    .cs-overview-content p{
        font-size:19px;
    }

}

/* Laptop */
@media screen and (max-width:1152px){

    .cs-hero{
        padding:150px 5% 80px;
    }

    .cs-hero h1{
        font-size:48px;
        margin-bottom:45px;
    }

    .cs-top-grid{
        grid-template-columns:280px 1fr;
        gap:24px;
    }

    .cs-stat{
        padding:18px;
    }

    .cs-stat h2{
        font-size:24px;
    }

    .cs-overview{
        padding:80px 5%;
    }

    .cs-overview-grid{
        gap:50px;
    }

    .cs-overview-content p{
        font-size:18px;
        line-height:1.9;
    }

    .cs-info-grid{
        gap:25px;
    }

}

/* Tablets */
@media (max-width:992px){

    .cs-hero{
        padding:140px 5% 70px;
    }

    .cs-hero h1{
        font-size:42px;
        margin-bottom:40px;
    }

    .cs-top-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .cs-stats{
        flex-direction:row;
        gap:15px;
    }

    .cs-stat{
        flex:1;
    }

    .cs-grid,
    .cs-gallery-two{
        grid-template-columns:1fr;
    }

    .cs-overview{
        padding:70px 5%;
    }

    .cs-overview-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .cs-info-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

}

/* Large Phones */
@media (max-width:768px){

    .cs-hero{
        padding:120px 20px 60px;
    }

    .cs-showcase,
    .cs-gallery,
    .cs-overview,
    .cs-laptop,
    .cs-bottom-gallery{
        padding-left:20px;
        padding-right:20px;
    }

    .cs-hero h1{
        font-size:34px;
        line-height:1.25;
        margin-bottom:30px;
    }

    .cs-breadcrumb{
        font-size:13px;
        flex-wrap:wrap;
    }

    .cs-tag{
        font-size:14px;
    }

    .cs-stats{
        flex-direction:column;
        gap:15px;
    }

    .cs-stat h2{
        font-size:22px;
    }

    .cs-stat p{
        font-size:15px;
    }

    .cs-overview-content p{
        font-size:16px;
        line-height:1.8;
    }

    .cs-info-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cs-info h4{
        font-size:18px;
    }

}

/* Medium Phones */
@media (max-width:576px){

    .cs-hero{
        padding:110px 16px 50px;
    }

    .cs-showcase,
    .cs-gallery,
    .cs-overview,
    .cs-laptop,
    .cs-bottom-gallery{
        padding-left:16px;
        padding-right:16px;
    }

    .cs-hero h1{
        font-size:30px;
    }

    .cs-stat{
        padding:16px;
    }

    .cs-stat h2{
        font-size:20px;
    }

    .cs-stat p{
        font-size:14px;
    }

    .cs-overview-content p{
        font-size:15px;
    }

    .cs-overview-title span{
        font-size:14px;
    }

    .cs-info span{
        font-size:14px;
    }

    .cs-info h4{
        font-size:17px;
    }

}

/* Small Phones */
@media (max-width:480px){

    .cs-hero{
        padding:100px 14px 45px;
    }

    .cs-showcase,
    .cs-gallery,
    .cs-overview,
    .cs-laptop,
    .cs-bottom-gallery{
        padding-left:14px;
        padding-right:14px;
    }

    .cs-hero h1{
        font-size:26px;
        line-height:1.3;
    }

    .cs-breadcrumb{
        font-size:12px;
    }

    .cs-tag{
        font-size:13px;
    }

    .cs-stat h2{
        font-size:18px;
    }

    .cs-stat p{
        font-size:13px;
        line-height:1.6;
    }

    .cs-overview-content p{
        font-size:14px;
        line-height:1.7;
    }

    .cs-info h4{
        font-size:16px;
    }

}

/* Extra Small Phones */
@media (max-width:320px){

    .cs-hero{
        padding:90px 10px 40px;
    }

    .cs-showcase,
    .cs-gallery,
    .cs-overview,
    .cs-laptop,
    .cs-bottom-gallery{
        padding-left:10px;
        padding-right:10px;
    }

    .cs-hero h1{
        font-size:22px;
    }

    .cs-breadcrumb{
        font-size:11px;
    }

    .cs-tag{
        font-size:12px;
    }

    .cs-stat{
        padding:14px;
    }

    .cs-stat h2{
        font-size:16px;
    }

    .cs-stat p{
        font-size:12px;
    }

    .cs-overview-content p{
        font-size:13px;
        line-height:1.6;
    }

    .cs-info span{
        font-size:12px;
    }

    .cs-info h4{
        font-size:15px;
    }

}

/*=========================================
        PROBLEM / SOLUTION
=========================================*/

.cs-problem,
.cs-solution{

    padding:50px 7%;

}

.cs-section-grid{

    display:grid;

    grid-template-columns:320px 1fr;

    gap:80px;

}

.cs-side-title span{

    display:block;

    color: #01526d;

    font-size:16px;

    letter-spacing:2px;

    margin-bottom:18px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.cs-side-title h2{

    font-size:42px;

    line-height:1.2;

    color:#111;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.cs-section-content>p{

    font-size:20px;

    color:#555;

    line-height:1.9;

    margin-bottom:50px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.cs-feature-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.cs-feature{

    border-top:2px solid #111;

    padding-top:20px;

}

.cs-feature h4{

    font-size:24px;

    margin-bottom:15px;

    color:#111;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

.cs-feature p{

    font-size:17px;

    line-height:1.8;

    color:#666;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
letter-spacing: 0.5px;

}

/*=====================================
            RESPONSIVE
======================================*/

/* Large Desktop */
@media screen and (max-width:1440px){

    .cs-problem,
    .cs-solution{
        padding:50px 5%;
    }

    .cs-section-grid{
        gap:70px;
    }

    .cs-side-title h2{
        font-size:40px;
    }

    .cs-section-content>p{
        font-size:19px;
    }

}

/* Laptop */
@media screen and (max-width:1152px){

    .cs-problem,
    .cs-solution{
        padding:45px 5%;
    }

    .cs-section-grid{
        grid-template-columns:280px 1fr;
        gap:50px;
    }

    .cs-side-title h2{
        font-size:36px;
    }

    .cs-section-content>p{
        font-size:18px;
        margin-bottom:40px;
    }

    .cs-feature-list{
        gap:25px;
    }

    .cs-feature h4{
        font-size:22px;
    }

    .cs-feature p{
        font-size:16px;
    }

}

/* Tablets */
@media (max-width:992px){

    .cs-problem,
    .cs-solution{
        padding:40px 5%;
    }

    .cs-section-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .cs-side-title h2{
        font-size:34px;
    }

    .cs-section-content>p{
        font-size:17px;
        margin-bottom:35px;
    }

    .cs-feature-list{
        grid-template-columns:1fr 1fr;
        gap:25px;
    }

    .cs-feature h4{
        font-size:21px;
    }

}

/* Large Phones */
@media (max-width:768px){

    .cs-problem,
    .cs-solution{
        padding:35px 20px;
    }

    .cs-section-grid{
        gap:30px;
    }

    .cs-side-title span{
        font-size:14px;
        letter-spacing:1px;
    }

    .cs-side-title h2{
        font-size:30px;
        line-height:1.25;
    }

    .cs-section-content>p{
        font-size:16px;
        line-height:1.8;
        margin-bottom:30px;
    }

    .cs-feature-list{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cs-feature{
        padding-top:18px;
    }

    .cs-feature h4{
        font-size:20px;
    }

    .cs-feature p{
        font-size:15px;
        line-height:1.7;
    }

}

/* Medium Phones */
@media (max-width:576px){

    .cs-problem,
    .cs-solution{
        padding:30px 16px;
    }

    .cs-side-title h2{
        font-size:26px;
    }

    .cs-section-content>p{
        font-size:15px;
        margin-bottom:25px;
    }

    .cs-feature h4{
        font-size:18px;
    }

    .cs-feature p{
        font-size:14px;
    }

}

/* Small Phones */
@media (max-width:480px){

    .cs-problem,
    .cs-solution{
        padding:25px 14px;
    }

    .cs-side-title span{
        font-size:13px;
    }

    .cs-side-title h2{
        font-size:22px;
    }

    .cs-section-content>p{
        font-size:14px;
        line-height:1.7;
    }

    .cs-feature{
        padding-top:16px;
    }

    .cs-feature h4{
        font-size:17px;
        margin-bottom:10px;
    }

    .cs-feature p{
        font-size:13px;
        line-height:1.6;
    }

}

/* Extra Small Phones */
@media (max-width:320px){

    .cs-problem,
    .cs-solution{
        padding:20px 10px;
    }

    .cs-side-title span{
        font-size:12px;
        letter-spacing:1px;
    }

    .cs-side-title h2{
        font-size:19px;
    }

    .cs-section-content>p{
        font-size:13px;
        line-height:1.6;
        margin-bottom:20px;
    }

    .cs-feature{
        padding-top:14px;
    }

    .cs-feature h4{
        font-size:16px;
    }

    .cs-feature p{
        font-size:12px;
        line-height:1.5;
    }

}