@import url('https://fonts.googleapis.com/css2?family=Abel&family=Germania+One&display=swap');





body{
    font-family: "Montserrat", "sans-serif";
}






*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}




a{
    text-decoration: none;
    transition: 0,3s;

}



ul{
    list-style: none;

}



body{
    font-family: "Montserrat", "sans-serif";
}



nav{
    position: fixed;
    isolation: isolate;
    width: 100%;
    z-index: 9;

}



.nav__header{
    padding: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-color);    
}




.nav__logo a img{
    max-width: 200px;

}


.nav__logo .logo-dark{
    display: none;  
}



.nav__menu__btn{
    font-size: 1.5rem; 
    color: var(--white);
    cursor: pointer;

}


.nav__links{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    background-color: var(--primary-color);
    transition: transform 0.5s;
    z-index: -1;

}

    .nav__links.open{
        transform: translateY(100%);
    }

.nav__links a{
    font-weight: 500;
    color: var(--white);
    white-space: nowrap;

}

header{
    max-width: var(--max-width);
    margin: auto;
    padding: 2rem 1rem ;

    display: grid;
    gap: 4rem 1rem ;
}



.header__image{
    overflow: hidden;
}

.header__image img{
    max-width: 500px;
    margin-inline: auto;

}


.header__content h2{
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;    
}


.header__content h1{
    margin-bottom: 1rem;
    font-size: 4rem;
    font-weight: 800;
    line-height: 4,5rem;
    color: var(--text-dark);
    text-align: center;

}


.header__content p{
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.75; 
    color: var(--text-dark);
    text-align: center;   
}


.header__btn{
    margin-bottom: 5rem;
    text-align: center;
}


.header__btn button{
    padding: 1rem 1.5rem;
    outline: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 5rem;
    transition: .3s;
    cursor: pointer;
}



.header__btn button:hover{
    background-color: var(--primary-color);    
}









.header__socials{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

}


.header__socials a{
    padding: 8px 10px;
    font-size: 1.5rem;
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 100%;
}


.header__socials a :hover{
    color: var(--primary-color);
}

header{
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}


.header__content{
    grid-area: 1/1/2/2;
}



.header__content :is(h2, h1, p, .header__btn){
text-align: left;    
}


.header__socials{
justify-content: flex-start;           
}

@media (width > 768px){
    nav{
        position: static;
        padding: 2rem 1rem 1rem;
        max-width: var(--max-width);
        margin-inline: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }


    .nav__header{
      padding: 0;
      background-color: transparent;    
    }

    .nav__logo a img{
       max-width: 125px;

    }


    .nav__logo .logo-dark {
        display: flex;  
    }

    .nav__logo .logo-white {
        display: none;
    }

    .nav__menu__btn{
        display: none;
    }


    .nav__links{
        position: static;
        width: fit-content;
        padding: 0;
        flex-direction: row;
        background-color: transparent;
        transform: none !important;


    }


    .nav__links a{
        font-weight: 600;
        color: var(--text-dark);
    }


    .nav__links a:hover{
        color: var(--primary-color);
    }
}









body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: gilroymedium;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
}

.container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    height: 150vh;
}
@media only screen and (min-width: 576px) {
    .container {
        width: 560px;
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        width: 752px;
        max-width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        width: 976px;
        max-width: 100%;
    }
}

.OurFormula_sectionHeading {
    color: #000000;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding-left: 90px;
    font-family: gilroysemibold;
}

.OurFormula_sectionHeading:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 65px;
    background: #000000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) {
   .OurFormula_sectionHeading {
        font-size: 14px;
        line-height: 18px;
    }
}
.OurFormula_formulaSubHeading {
    font-size: 24px;
    line-height: 120%;
    color: #000000b3;
    font-family: gilroymedium;
    padding-right: 0;
    padding-bottom: 3rem;
    padding-top: 2rem;
}

@media only screen and (min-width: 768px) {
    .OurFormula_formulaSubHeading {
        font-size: 30px;
        line-height: 110%;
    }
}

@media only screen and (min-width: 992px) {
  .OurFormula_formulaSubHeading {
        font-size: 38px;
        line-height: 110%;
        padding-left: 90px;
    }
}

.page-container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.WhatWeDo_whatWeDoContainer {
    padding: 0;
    position: relative;
}

@media only screen and (min-width: 992px) {
.WhatWeDo_whatWeDoContainer {
        padding: 100px 0;
        padding-bottom: 0;
    }
}

.WhatWeDo_sectionHeading{
    color: #000000;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    font-size: 14px;
    line-height: 18px;
    padding-left: 90px;
    font-family: gilroysemibold;
}

.WhatWeDo_sectionHeading:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 65px;
    background: #000000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}


 
.WhatWeDo_whatWeDoWrapContainer {
    position: relative;
    padding-left: 30px;
}

 .WhatWeDo_whatWeDoWrapContainer:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 103%;
    left: 0;
    top: 0px;
    background: #0000003e;
    opacity: 0;
}
@media only screen and (min-width: 992px) {
     .WhatWeDo_whatWeDoWrapContainer:before {
        height: 100%;
        opacity: 1;
    }
}

#wrapId {
/*   display: flex; */
}

@media only screen and (min-width: 768px) {
.WhatWeDo_whatWeDoWrap {
        padding: 90px 0;
    }
}
 
.WhatWeDo_whatWeDoWrap h5 {
    color: #000000;
    font-size: 15px;
    font-family: apercu;
    position: absolute;
    left: -30px;
    top: 30px;
    font-weight: 400;
    margin: 0;
}

@media only screen and (min-width: 768px) {
 .WhatWeDo_whatWeDoWrap h5 {
        top: 55px;
    }
}

@media only screen and (min-width: 992px) {
.WhatWeDo_whatWeDoWrap h5 {
        left: -60px;
        top: 60px;
    }
}
.WhatWeDo_whatWeDoWrap h3 {
    font-size: 43px;
    font-family: "Abel", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: butlerbold;
    color: #000000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.WhatWeDo_whatWeDoWrap h3:before {
    content: attr(data-count);
    font-family: apercumono;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;
    position: absolute;
    left: -40px;
    top: 0;
}

.WhatWeDo_whatWeDoWrap p {
    font-size: 20px;
    line-height: 150%;
    font-family: gilroymedium;
    max-width: 100%;
    color: #000000;
    opacity: 1;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) {
.WhatWeDo_whatWeDoWrap p {
        max-width: 244px;
    }
}

.WhatWeDo_whatWeDoWrap {
    padding: 0;
    position: relative;
    padding-bottom: 100px;
}

.WhatWeDo_whatWeDoCotentList {
    position: absolute;
    top: 0;
    right: -170px;
    height: 250px;
    max-width: 700px;
    width: 100%;
    margin: 0px 0;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.WhatWeDo_contentImage {
    display: block;
    position: absolute;
    left: -100px;
    top: -60px;
    overflow: hidden;
    width: 100%;
    height: 450px;
}

.WhatWeDo_bgContentImg {
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    -webkit-transition: background-image .35s;
    -moz-transition: background-image .35s;
    transition: background-image .35s;
    opacity: .5;
}

.WhatWeDo_boxContent ul {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-animation: WhatWeDo_fadeIn__lTmCX 1s linear;
    -moz-animation: WhatWeDo_fadeIn__lTmCX 1s linear;
    animation: WhatWeDo_fadeIn__lTmCX 1s linear;
    margin-top: 75px;
}

.WhatWeDo_boxContent ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    bottom: -75px;
    background: transparent -moz-linear-gradient(285deg, #fff 0, #ffffff00 50%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(165deg, #fff, #ffffff00 50%) 0 0 no-repeat padding-box;
    opacity: .05;
}

.WhatWeDo_boxContent ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    opacity: .57;
    font-size: 18px;
    line-height: 10px;
    font-family: gilroymedium;
    color: #000000;
    position: relative;
    padding-left: 20px;
}

.WhatWeDo_boxContent ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(https://face44.com/_next/static/media/list-arrow.359afb25849e8380e017ba3a4458c359.png);
    width: 10px;
    height: 10px;
    display: block;
}

@media only screen and (min-width: 768px) {
.WhatWeDo_boxContent ul li {
        width: 48%;
    }
}

.WhatWeDo_scrollElement {
    position: absolute;
    content: "";
    width: 3px;
    left: 0;
    top: 0px; /* Adjust as needed */
    bottom: 0; /* Change this to bottom: 0; */
    background: #000000;
    z-index: 999;
    opacity: 1;
}

.pin-spacer {
    position: sticky;
    top: 0;
}

.WhatWeDo_whatWeDoWrap.isScrollView.is-inview h3,
.WhatWeDo_whatWeDoWrap.isScrollView.is-inview h5,
.WhatWeDo_whatWeDoWrap.isScrollView.is-inview p {
    color: #000000 !important;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
}