.mid-quote{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    background-color: white;
}

.mid-quote p{
    font-size: calc(1.375rem + 1.5vw);
    font-family: 'Rubik', sans-serif;
    color: #363636;
    font-weight: 500;
    margin-bottom: 0;
}

@media screen and (max-width: 786px) {
    .mid-quote p{
        font-weight: 600;
    line-height: 1.3;
    }
}

.clip-cont{
    height: 200vh;
    width: 100%;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.img-1, .img-2, .img-3, .img-4{
    display: block;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: circle(130% at 50% -10%);
    transform: translateX(var(--imgTranslate));
}

.case-content{
    height: 100vh;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15%;
    font-family: "Rubik", sans-serif;
}

.case-heading{
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 400;
    margin-bottom: 4%;
    margin-top: 15%;
    color: #282828
}

.case-titles{
    display: flex;
    margin-bottom: 6%;
    font-size: 0.9em;
}

.orn, .blu{
    margin-right: 3%;
}

.orn{
    color: #FF9100;
}

.blu{
    color: #0077FF;
}

.gry{
    color: #888888;
}

.case-para{
    margin-bottom: 8%;
    color: #888;
    font-size: 0.9em;
    line-height: 1.5em;
}

.case-link{
    text-decoration: none;
    font-size: 0.7em;
    color: #222;
    font-weight: 600;
    width:fit-content;
    margin-bottom: 5%;
}

.case-link:hover{
    color: #222;
}

.case-link::after {
    display:block;
    content: '';
    border-bottom: solid 2px #222;  
    transform: scaleX(0);  
    transform-origin: 0% 0%;
    transition: transform 250ms ease-in-out;
  }
  .case-link:hover::after { 
    transform: scaleX(1);
 }

 .case-content-1{
    position: absolute;
    top:0;
    left: 0;
}

 .case-content-2{
    position: absolute;
    top:100vh;
    left: 0;
}

 .case-content-3{
    position: absolute;
    top:100vh;
    left: 0;
}

 .case-content-4{
    position: absolute;
    top:100vh;
    left: 0;
}

.quote-spacer{
    height: 100vh;
}

 /* ======================= TAB VIEW =============================== */

 @media  screen and (max-width: 1200px) {
   
    .case-content{
        width: 35%;
    }
    
    /* .img-1, .img-2, .img-3, .img-4{
        transform: translateX(100px);
    } */
 }

 @media screen and (max-width: 976px){

    .case-content{
        margin-left: 12%;
    }

    .case-heading{
        font-size: 2em;
    }
  
 }

 @media screen and (max-width: 900px){

    /* .img-1, .img-2, .img-3, .img-4{
        transform: translateX(200px);
    } */

    .mid-quote{
        width: 75%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 40px;
    }
 }




/*  ========================MOBILE SECTION====================== */

.mobSection{
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.mob-case-content{
    width: 85%;
    margin-top: 10%;
}

.mob-case-titles{
    justify-content: flex-start;
}

.csImg{
    width: 100%;
    height: 60%;
    background-color: #0077FF;
}

.mob-case-heading{
    font-size: 25px;
    margin-bottom: 20px;
}

.mob-case-link{
    text-decoration: none;
    font-size: 0.75em;
    color: #222;
    font-weight: 700;
}

.mob-case-link:hover{
    color: #222;
}

.mob-case-link::after {
    display:block;
    content: '';
    border-bottom: solid 2px #222;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    width: 110px;
  }
  .mob-case-link:hover::after { 
    transform: scaleX(1);
 }

 .csImg1{
    background-image: url(../../img/case-study/sss.jpg);
    background-size: cover;
 }

 .csImg2{
    background-image: url(../../img/case-study/seafarer.jpg);
    background-size: cover;
 }

 .csImg3{
    background-image: url(../../img/case-study/icici_ir_case_study.jpg);
    background-size: cover;
 }

 .csImg4{
    background-image: url(../../img/case-study/lifesenz.jpg);
    background-size: cover;
 }

@media screen and (min-width: 1400px) {
    .case-titles{
        font-size: 20px;
    }

    .case-heading{
        margin-bottom: 6%;
    }

    .case-para{
        font-size: 20px;
    }

    .case-link{
        font-size: 1rem;
    }
}

@media screen and (min-width: 1700px) {
    .case-heading{
        font-size: 50px;
    }

    .case-titles {
        font-size: 26px;
    }

    .orn, .blu {
        margin-right: 4%;
    }

    .case-para {
        font-size: 24px;
    }

    .case-link {
        font-size: 18px;
    }

    .mid-quote p{
        font-size: 4.3rem;
    }
}