
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
*{
    font-family: 'Rubik', sans-serif;
}
:root {
    --aboutImgTranslate: 0px;
  }

.clip-cont{
    height: 200vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.img1,
.img2,
.img3,
.img4{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    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%;
}
.case-heading{
    font-size: 32px;
    color: #282828;
    font-weight: 400;
    /* font-family: sans-serif; */
    margin-top: 15%;
    margin-bottom: 8%;
}
.case-titles{
    display: flex;
    margin-bottom: 9%;
    font-size: 1rem;
    gap: 7px;
    color: #888888;
}
.case-para{
    margin-bottom: 8%;
    color: #888;
    font-size: 18px;
    line-height: 1.5em;
}
.case-link {
    text-decoration: none;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 5%;
}
.ccon1 {
    position: absolute;
    top: 0;
    left: 0;
}
.ccon2 {
    position: absolute;
    top: 100vh;
    left: 0;
}

.ccon3 {
    position: absolute;
    top: 100vh;
    left: 0;
}

.ccon4 {
    position: absolute;
    top: 100vh;
    left: 0;
}
.quote-spacer {
    height: 100vh;
}