/* header */
header.dark{
    position: relative;
    background-color: #141414;
}
header.dark .row .logo{
    border-right: 1px solid #ededed;
}
header.dark .row {
    border-bottom: 0.25px solid #ededed
}
header.dark .row .logo:hover {
    background-color: #2D2D32;
}
header.dark .logo svg path{
    fill: #EDEDED;
}
header.dark .row .menu-wrapper ul li a{
    color: #ededed;
}
header.dark .row .hamburger{
    border-left: 1px solid #ededed;
}
header.dark .row .hamburger:hover{
    background-color: #2D2D32;
}
header.dark .row .hamburger span{
    background-color: #ededed;
}
/* header ends */

/* text animation */
.italic{
    font-style: italic;
}
.light{
    font-weight: 400;
}
.strong{
    font-weight: 700;
}
/* text animation ends */

/* agency banner */
.agency-banner{
    background-color: #141414;
    padding: 80px 0;
}
.agency-banner .container{
    max-width: 100%;
}
.page-title{
    font-family: 'ABC Monument Grotesk';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 4%;
    text-align: center;
    text-transform: uppercase;
    color: #EDEDED;
    display: block;
}
.agency-banner h1{
    text-transform: uppercase;
    color: #EDEDED;
    margin: 50px 0 90px;
}
.agency-banner h1 .color{
    /* color: #EDEDED80; */
    font-style: italic;
    font-weight: 500;
}
.agency-banner p{  
    font-family: 'ABC Monument Grotesk';
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #EDEDED;
}
.agency-banner .content{
    max-width: 901px;
    width: 100%;
    margin: 80px auto 0;
}
.agency-banner .content .divider{
    background-color: #EDEDED;
    height: 163px;
    width: 1px;
    display: flex;
    margin: 70px auto;
}
.agency-banner h3{
    font-family: 'Schmalfette Grotesk Trial Bd Cond';
    font-weight: 700;
    font-style: Bold Condensed;
    font-size: 64px;
    line-height: 56px;
    letter-spacing: 2.56px;
    text-align: center;
    text-transform: uppercase;
    color: #EDEDED;
    
}
.agency-banner .vector-image img{
    width: 200px;
    height: 440px;
    object-fit: cover;
    border-radius: 1000px;
    animation: expandWidth 2s ease-in-out forwards;
    margin:  0 auto;
    display: flex;
}

 @keyframes expandWidth {
    0% {
      width: 200px;
    }
    100% {
      width: 100%;
    }
  }
/* agency banner ends */

/* what we offer */
.what-we-offer{
    background-color: #2D2D32;
    position: relative;
    padding: 80px 0 110px;
    overflow: hidden;
}
.what-we-offer .container{
    max-width: 100%;
}
.what-we-offer h2{
    font-family: 'Gazpacho';
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -3px;
    color: #EDEDED;
    text-align: left;
}
.what-we-offer .contex{
    max-width: 945px;
    width: 100%;
    margin: 75px 0 125px auto;
}
.what-we-offer .contex p{
    font-family: 'ABC Monument Grotesk';
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    /* text-indent: 230px; */
    letter-spacing: -0.56px;
    word-spacing: 6px;
    text-transform: uppercase;
    color: #ededed;
    margin: 15px 0;
}
.what-we-offer .contex p .line:first-child{
    text-align: right;
}

.what-we-offer .contex p .italic{
    font-style: italic;
}
.what-we-offer .contex p .spac-right{
    display: block;
    text-align: right;
}
.what-we-offer .events-slider .aos-animate .inner img{
    filter: blur(0px);
    opacity: 1;
}
.what-we-offer .events-slider .aos-animate span.title{
    filter: blur(0px) !important;
}
.what-we-offer  h3{
    font-family: 'Schmalfette Grotesk Trial Bd Cond';
    font-weight: 700;
    font-style: Bold Condensed;
    font-size: 64px;
    line-height: 56px;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    color: #EDEDED;
}
.what-we-offer .events-slider{
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
}
.what-we-offer .events-slider.meeting-slider{
    display: block;
}

.what-we-offer .events-slider .slide-wrap span.title {
    font-family: 'ABC Monument Grotesk';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 30px;
    filter: blur(2px);
    transition: all .9s ease;
}
.what-we-offer .events-slider .in-view .slide-wrap span.title{
    filter: blur(0);
}
.what-we-offer .events-slider .clear .slide-wrap span.title{
    filter: blur(0);
}
.what-we-offer .events-slider .slick-list{
    margin: 0 -50px;
}
.what-we-offer .events-slider .slide-wrap .inner{
    margin: 0;
}
.what-we-offer .events-slider .inner img{
    width: 100%;
    filter: blur(6px);
    opacity: 0.3;
    transition: all .9s ease;
}
.what-we-offer .events-slider .slide-wrap:nth-child(1) .inner img{
    transition-delay: .1s;
}
.what-we-offer .events-slider .slide-wrap:nth-child(2) .inner img{
    transition-delay: .3s;
}
.what-we-offer .events-slider .slide-wrap:nth-child(3) .inner img{
    transition-delay: .5s;
}
.what-we-offer .events-slider .slide-wrap:nth-child(4) .inner img{
    transition-delay: .7s;
}
.what-we-offer .events-slider .slide-wrap:nth-child(5) .inner img{
    transition-delay: .9s;
}
.what-we-offer .events-slider .slide-wrap:nth-child(6) .inner img{
    transition-delay: 1.1s;
}
.what-we-offer .events-slider .in-view .inner img{
    filter: blur(0);
    opacity: 1;
}
.what-we-offer .events-slider .in-view .inner .im-wrap{
    position: relative;
}
.what-we-offer .events-slider .in-view .inner .im-wrap::after{
    content: "";
}
.what-we-offer .events-slider .clear .inner img{
    filter: blur(0);
    opacity: 1;
}
.what-we-offer .spacer{
    margin-top: 95px;
    display: flex;
}


/* what we offer ends */


/* how we work */
.how-we-work{
    background-color: #000;
    padding: 75px 0 95px;
    min-height: 100vh;
    position: sticky;
    top: -50%;
}
.how-we-work .container{
    max-width: 100%;
}
.how-we-work h2{
    font-family: 'Gazpacho';
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -3px;
    color: #EDEDED;
    text-align: left;
}
.how-we-work .contex {
    max-width: 905px;
    width: 100%;
    margin: 75px 0 113px auto;
}
.how-we-work .contex p {
    font-family: 'ABC Monument Grotesk';
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.56px;
    word-spacing: 6px;
    text-transform: uppercase;
    color: #ededed;
    margin: 20px 0;
}
.how-we-work .contex p .spac-right{
    text-align: right;
    display: block;
}
.how-we-work .box-wrap{
    display: flex;
    flex-wrap: wrap;
}
.how-we-work .box-wrap .box-item{
    width: 33%;
    text-align: center;
}
.how-we-work .box-wrap .box-item h3{
    color: #EDEDED;
    font-family: 'Schmalfette Grotesk';
    font-weight: 700;
    font-style: Bold Condensed;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-align: center;
    text-transform: uppercase;
    margin: 36px 0;

}
.how-we-work .box-wrap .box-item ul {
    max-width: 439px;
    width: 100%;
    margin: 0 auto;
}
.how-we-work .box-wrap .box-item ul li{
    color: #EDEDED;
    font-family:  'Monument Grotesk';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}
/* how we work */

/* we worked */
.we-worked{
    position: relative;
    background-color: #151515;
    padding: 100px 0;
    z-index: 1;
}
.we-worked h2{
    font-family: 'Gazpacho';
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #EDEDED;
    margin-bottom: 40px;
    font-weight: 500;
    padding-left: 40px;
}
.we-worked h2 .italic{
    font-weight: 700;
}
.we-worked .wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.we-worked .wrap .logo{
    position: relative;
    height: 150px;
}
.we-worked .wrap .logo img{
    width: 27%;
    margin: 0 auto;
    display: flex;
}
.we-worked .wrap .first{
    position: relative;
}
.we-worked .wrap .first::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    background-color: #ededed91;
    top: 0;
    right: 0;
    transition: all 1s ease;
}
.we-worked .wrap .first.aos-animate::after{
    height: 100%;
}

.we-worked .wrap .col.aos-animate .logo:first-child::before{
    content: "";
    position: absolute;
    background-color: #ededed91;
    width: 1px;
    height: 1px;
    bottom: 0;
    animation: growlg 2s ease forwards;
}
@keyframes growlg {
      0% {
        width: 1px;
      }
      100% {
        width: 100vw;
      }
    }
.we-worked .wrap .col.aos-animate .logo:nth-child(2):before{
    content: "";
    position: absolute;
    background-color: #ededed91;
    width: 100vw;
    height: 1px;
    bottom: 0;
   
    animation: growlg 2s ease forwards;
}
.we-worked .wrap .col.aos-animate .logo:nth-child(3):before{
    content: "";
    position: absolute;
    background-color: #ededed91;
    width: 100vw;
    height: 1px;
    bottom: 0;
    animation: growlg 2s ease forwards;
}
.we-worked .wrap .col.aos-animate .logo:nth-child(4):before{
    content: "";
    position: absolute;
    background-color: #ededed91;
    width: 100vw;
    height: 1px;
    bottom: 0;
    animation: growlg 2s ease forwards;
}
.we-worked .wrap .col.aos-animate .logo:nth-child(5):before{
    content: "";
    position: absolute;
    background-color: #ededed91;
    width: 100vw;
    height: 1px;
    bottom: 0;
    animation: growlg 2s ease forwards;
}
.we-worked .wrap .col.aos-animate .logo:nth-child(6):before{
    content: "";
    position: absolute;
    background-color: #ededed91;
    width: 100vw;
    height: 1px;
    bottom: 0;
    animation: growlg 2s ease forwards;
}
.we-worked .wrap .col.aos-animate .logo:nth-child(7):before{
    content: "";
    position: absolute;
    background-color: #ededed91;
    width: 100vw;
    height: 1px;
    bottom: 0;
    animation: growlg 2s ease forwards;
}
.we-worked .logo-vector{
    filter: blur(3px);
    display: flex;
    align-items: center;
    height: 100%;
}
.we-worked .logo-vector.aos-animate{
    filter: blur(0);
}
/* we worked ends */


/* Responsiveness */
@media (max-width: 1440px){
    .what-we-offer .events-slider .slide-wrap .inner{
        margin: 0;
    }
    .what-we-offer .events-slider{
        grid-column-gap: 40px;
        row-gap: 50px;
    }
    .how-we-work{
        top: -85%;
    }
    .we-worked .wrap .logo img{
        width: 38%;
    }
}
@media (max-width: 1200px){
    .what-we-offer .events-slider{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px){
    .agency-banner h1{
        font-size: 80px;
        line-height: 80px;
    }
    .what-we-offer h2{
        font-size: 90px;
        line-height: 90px;
    }
    .how-we-work h2{
        font-size: 90px;
        line-height: 90px;
    }
    .we-worked h2{
        font-size: 80px;
        line-height: 80px;
        padding: 0 20px;
    }
}

@media (max-width: 991px){
    .what-we-offer .events-slider.meeting-slider{
    display: none;
    }
    .what-we-offer .events-slider{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 50px;
    }
    .what-we-offer .events-slider .aos-animate .inner img{
        filter: blur(0px);
        opacity: 1;
    }
    .what-we-offer .events-slider .aos-animate span.title{
        filter: blur(0px);
    }
    .what-we-offer .events-slider .slide-wrap .inner{
        margin: 0;
    }
    .how-we-work{
        top: -108%;
    }
    .how-we-work .box-wrap .box-item{
        width: 50%;
        margin-bottom: 40px;
    }
    .we-worked .wrap .logo img{
    width: 60%;
    }
    .how-we-work .row{
        opacity: 1 !important;
    }
}
@media (max-width: 767px){
    .agency-banner h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .agency-banner .vector-image img{
        height: 315px;
        animation: expandWidth .9s ease forwards;
        width: 140px;
    }
    .how-we-work {
        top: -150%;
    }
    .what-we-offer h2 {
        font-size: 70px;
        line-height: 70px;
    }
    .how-we-work h2{
        font-size: 70px;
        line-height: 70px;
    }
    .we-worked h2{
        font-size: 70px;
        line-height: 70px;
    }
}

@media (max-width: 576px){
    #hidebr{
    display: none !important;
    }
    #abr{
        display: none;
    }
    .container{
        padding: 0 20px;
    }
    .agency-banner h1{
        font-size: 32px;
        line-height: 32px;
        margin: 31px 0 41px;
        letter-spacing: -0.96px;
    }
    .page-title{
        font-size: 14px;
        line-height: 14px;
    }
    .agency-banner .vector-image img{
        height: 200px;
    }
    .agency-banner h3{
        font-size: 32px;
        line-height: 28px;
        letter-spacing: 1.28px;
    }
    .agency-banner .container{
        padding: 0 20px;
    }
    .agency-banner .content{
        margin: 40px auto 0;
    }
    .agency-banner .content .divider{
        margin: 36px auto;
        height: 40px;
    }
    .agency-banner p{
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.2px;
        word-spacing: 1px;
    }
    .what-we-offer h2{
        font-size: 50px;
        line-height: 50px;
    }
    .what-we-offer .contex {
        margin: 36px 0 154px auto;
    }
    .what-we-offer .contex p{
        font-size: 5vw;
        line-height: 24px;
        letter-spacing: -0.4px;
        word-spacing: 2px;
    } 
    .what-we-offer .contex p .pd-l{
        display: inline;
        padding-left: 0 !important;     
    }    
    .what-we-offer .contex p .line{
        display: inherit;
    }
    .what-we-offer .contex p .line .line-cs{ 
        display: inherit;
    }
    .what-we-offer .contex p .spac-right{
        display: inherit;
        text-align: left;
    }
    .what-we-offer .contex p br{
        display: none;
    }
    .what-we-offer h3{
        font-size: 48px;
        line-height: 48px;
        letter-spacing: 1.92px;
    }
    .what-we-offer .events-slider{
        column-gap: 28px;
        row-gap: 25px;
    }
    .what-we-offer .events-slider .slide-wrap span.title{
        font-size: 16px;
        line-height: 20px;
    }
    .what-we-offer .events-slider .slide-wrap:nth-child(3) .inner img{
        transition-delay: .1s;
    }
    .what-we-offer .events-slider .slide-wrap:nth-child(4) .inner img{
        transition-delay: .2s;
    }
    .what-we-offer .events-slider .slide-wrap:nth-child(5) .inner img{
        transition-delay: .1s;
    }
    .what-we-offer .events-slider .slide-wrap:nth-child(6) .inner img{
        transition-delay: .2s;
    }
    .what-we-offer .spacer{
        margin-top: 150px;
    }
    .what-we-offer{
        padding: 80px 0 40px;
    }
    .how-we-work{
        padding-bottom: 52px;
    }
    .how-we-work h2{
        font-size: 50px;
        line-height: 50px;
    }
    .how-we-work .contex p{
        font-size: 5vw;
        line-height: 5.5vw;
        letter-spacing: -0.4px;
        word-spacing: 0;
        word-wrap: break-word;
    }
    .how-we-work .contex p br{
        display: none;
    }
    .how-we-work .contex p .line{
        display: inherit;
        word-wrap: break-word;
    }
    .how-we-work .contex p .line .line-cs{ 
        display: inherit;
        word-wrap: break-word;
    }
    .how-we-work .contex p .line .line-cs .aa{
        padding-left: 0 !important;
    }
    .how-we-work .contex p .spac-right{
        display: inherit;
    }
    .how-we-work .box-wrap .box-item img{
        width: 66px;
        height: 66px;
    }
    .how-we-work .box-wrap .box-item{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 10px;
        margin-bottom: 18px;
        transition-delay: .2s !important;
    }
    .how-we-work .box-wrap .box-item h3{
        width: 75%;
        text-align: start;
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 14px;
    }
    .how-we-work .box-wrap .box-item ul{
        width: 75%;
        margin: 0 0 0 auto;
    }
    .how-we-work .box-wrap .box-item ul li{
        text-align: start;
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0;
    }
    .how-we-work .contex{
        margin: 40px 0 40px auto;
    }
    .we-worked{
        padding: 80px 0;
    }
    .we-worked h2{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .we-worked h2 br{
        display: none;
    }
    .we-worked .wrap .logo{
        height: 75px;
    }
    .we-worked .wrap .logo img{
        width: 60%;
    }
}


/* Responsiveness ends */