/* header_banner */

.case_study .header_banner {
    background-image: url("../assets/casestudy_banner.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    z-index: 0;


}

.case_study .header_banner::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.815);
    inset: 0;
}

.case_study .header_banner .banner_content {
    z-index: 2;
    position: relative;
    width: 70%;
    top: 40%;
    text-align: center;
    margin: auto;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('path/to/Gotham-Black.woff2') format('woff2'),
        url('path/to/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.case_study .header_banner .banner_content h1 {
    color: #fff;
    font-size: 107px;
    font-weight: bold;
    font-family: "Gotham-Black", sans-serif;
    /* Use Gotham Black or fallback to a sans-serif font */
    line-height: 0.9;
}

.case_study .header_banner .banner_content h1 p {
    color: #fff;
    font-size: 37px;
    font-weight: 600;
}

.case_study .header_banner .banner_content .button {
    position: relative;
    bottom: -21px;
    /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.case_study .header_banner .banner_content .button button {
    background-color: #DC9401;
    border: none;
    padding: 10px 25px;
    border-radius: 2px;
    color: #2F2202;
    font-weight: bold;
    font-size: 18px;
}

.case_study .header_banner .banner_content .button .call_now {
    background-color: transparent;
    border: 1px solid #DC9401;
    color: #fff;

}

.case_study .header_banner .banner_content .button .get_afree {
    padding: 13px 24px;
}

.case_study .header_banner .banner_content .button .call_now:hover {
    background-color: #DC9401;
    transition: 0.5s;
    border: none;
    color: #2F2202;
}


/* testimonials_main */


.case_study .testimonials_main {
    padding-top: 50px;
    padding-bottom: 50px;


}

.case_study .testimonials_main h1 {
    color: #2F2202;
    font-weight: 800;
    font-family: "Gotham-Black", sans-serif;
    text-align: center;
}

.case_study .testimonials_main .main_cards .card {
    padding: 30px;
    width: 400px;
    background-image: linear-gradient(to bottom, #DCDCDC 100%, #A8A8A8 0%);
    border: 1px solid #DC9401;
    border-radius: 10px;

}

.case_study .testimonials_main .main_cards .card h2 {
    color: #2F2202;
    font-weight: 800;
    font-family: "Gotham-Black", sans-serif;
    font-size: 23px;
}

.case_study .testimonials_main .main_cards {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.case_study .testimonials_main .main_cards .card .star {
    display: flex;
    justify-content: space-between;
}

.case_study .testimonials_main .main_cards .card .star .stars {
    display: flex;
    gap: 10px;
}

.case_study .testimonials_main .main_cards .card .star .image img {
    width: 140px;
    height: 30px;
    mix-blend-mode: multiply;
}

.case_study .testimonials_main .main_cards .card p {
    color: #2F2202;
    font-family: "Gotham Book", sans-serif;
    font-size: 17px;
    line-height: 1;
}

.case_study .testimonials_main .button {
    display: flex;
    justify-content: center;
}

.case_study .testimonials_main .button button {
    background-color: #DC9401;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
}

/* lead_kast */

.case_study .lead_kast {
    padding-top: 40px;
}

.case_study .lead_kast .main_lead {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.case_study .lead_kast .main_lead .laptop img {

    width: auto;
    height: 546px;
    /* padding-top: 150px; */
}

.case_study .lead_kast .main_lead .content img {
    width: 363px;
    position: relative;
    left: -69px;
    top: -10px;

}

.case_study .lead_kast .main_lead .content {
    width: 36%;
}

.case_study .lead_kast .main_lead .content a {
    color: #DC9401;
    position: relative;
    left: -75px;
    border-bottom: 1px solid #DC9401;
    font-size: 20px;
}

.case_study .lead_kast .main_lead .content p {
    position: relative;
    left: -36px;
    font-size: 26px;
    line-height: 1;

}


/* marketing */
.case_study .marketing {
    padding-top: 100px;
    padding-bottom: 50px;
}

.case_study .marketing .main_marketing {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case_study .marketing .main_marketing .conetent {
    width: 40%;
}

.case_study .marketing .main_marketing .conetent img {
    width: 200px;
    padding-bottom: 20px;
}
.case_study .marketing .main_marketing .conetent p{
    font-size: 25px;
    line-height: 1;
}
.case_study .marketing .main_marketing .conetent a {
    color: #DC9401;
    border-bottom: 1px solid #DC9401;
    font-size: 22px;
}

.case_study .marketing .main_marketing .image {
    width: 50%;
}

.case_study .marketing .main_marketing .image img {
    width: 608px;
}


/* vendoir */

.case_study .vendoir .main_vendoir {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case_study .vendoir .main_vendoir .conetent {
    width: 40%;
}

.case_study .vendoir .main_vendoir .conetent img {
    width: 304px;
    padding-bottom: 20px;
} 
.case_study .vendoir .main_vendoir .conetent  p{
font-size: 26px;
line-height: 1;
}
.case_study .vendoir .main_vendoir .conetent a {
    color: #DC9401;
    border-bottom: 1px solid #DC9401;
    font-size: 21px;
}

.case_study .vendoir .main_vendoir .image {
    width: 50%;
}

.case_study .vendoir .main_vendoir .image img {
    width: 669px;
    position: relative;
    top: -10px;
    left: -40px;
}




/* marketing */

.case_study .beauty .main_beauty {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case_study .beauty .main_beauty .conetent {
    width: 40%;
}

.case_study .beauty .main_beauty .conetent img {
    width: 245px;
    padding-bottom: 20px;
}
.case_study .beauty .main_beauty .conetent p{
font-size: 25px;
    line-height: 1;
}
.case_study .beauty .main_beauty .conetent a {
    color: #DC9401;
    border-bottom: 1px solid #DC9401;
    font-size: 21px;
}

.case_study .beauty .main_beauty .image {
    width: 50%;
}

.case_study .beauty .main_beauty .image img {
    width: 627px;
    position: relative;
    top: -60px;
}


/* time_management */
.case_study .time_management {
    padding-top: 40px;
    padding-bottom: 100px;
}

.case_study .time_management .main_time_managementr {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 40px;
}

.case_study .time_management .main_time_managementr .conetent {
    width: 33%;
    position: relative;
    top: 20px;
}

.case_study .time_management .main_time_managementr .conetent h1 {
    color: #2F2202;
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
}

.case_study .time_management .main_time_managementr .conetent img {
    width: 200px;
    padding-bottom: 20px;
}
.case_study .time_management .main_time_managementr .conetent p{
    font-size: 25px;
    line-height: 1;
}
.case_study .time_management .main_time_managementr .conetent a {
    color: #DC9401;
    border-bottom: 1px solid #DC9401;
    font-size: 21px;
}

.case_study .time_management .main_time_managementr .image {
    width: 50%;
}

.case_study .time_management .main_time_managementr .image img {
    width: 593px;
    position: relative;
    /* top: -10px; */
    left: 40px;
}

/* responsive */
@media (max-width: 1199px) {
    .case_study .lead_kast .container , .case_study .marketing  .container , .case_study .vendoir  .container , .case_study .beauty  .container , .case_study .time_management  .container {
        max-width: 1150px;
    }
   

}
@media (max-width: 1059px) {
    .case_study .time_management .main_time_managementr .image img {
      width: 100%;
        left: 0;
    }

}

@media (max-width: 1029px) {
    .case_study .lead_kast .main_lead .content {
        position: relative;
        top: 42px;
        left: 33px;
    }

    .case_study .lead_kast .main_lead .laptop img {
        width: 100%;
    }

}

@media (max-width: 976px) {
    .case_study .vendoir .main_vendoir .image img{
        left: -82px;
    }
    }
    

    @media (max-width: 899px) {
        .case_study .vendoir .main_vendoir .image img{
            left: -125px;
        }
        }
    
    
@media (max-width: 800px) {
    .case_study .lead_kast .main_lead {
        flex-direction: column;
    }

    .case_study .lead_kast .main_lead .content {
        width: 100%;
        left: 0 !important;
    }

    .case_study .lead_kast .main_lead .content ,.case_study .beauty .main_beauty .image img {
        top: 0;
    }

    .case_study .lead_kast .main_lead .content img {
        left: 0 !important;
        width: 40%;
    }

    .case_study .lead_kast .main_lead .content p {
        left: 0 !important;
        width: 100%;
    }

    .case_study .lead_kast .main_lead .content a {
        left: 0 !important;
        width: 100%;
    }

    .case_study .lead_kast .main_lead .laptop img {
        width: 100%;
        height: 100%;
    }


    .case_study .marketing .main_marketing{
        flex-direction: column;
    }
    .case_study .marketing .main_marketing .conetent ,.case_study .marketing .main_marketing .image img ,.case_study .marketing .main_marketing .image{
        width: 100%;
    }
    .case_study .vendoir .main_vendoir ,.case_study .beauty .main_beauty ,.case_study .time_management .main_time_managementr{
        flex-direction: column;
    }
    .case_study .vendoir .main_vendoir .conetent ,.case_study .vendoir .main_vendoir .image ,.case_study .vendoir .main_vendoir .image img ,.case_study .beauty .main_beauty .conetent ,.case_study .beauty .main_beauty .image img ,.case_study .beauty .main_beauty .image ,.case_study .time_management .main_time_managementr .image ,.case_study .time_management .main_time_managementr .conetent{
        width: 100%;
    }
    .case_study .vendoir .main_vendoir .image img{
        left: 0;
    }
    .case_study .beauty .main_beauty .conetent img{
        padding-top: 50px;
    }
    
}

@media (max-width: 430px) {

    .case_study .header_banner .banner_content h1 {
        font-size: 30px !important;
    }
}