@charset "utf-8";
/* CSS Document */

/*-- Fonts --*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*=== Variables ===*/
:root {
    /*-- Colors --*/
    --blue: #1500ff;
    --pink: #ff3856;
}


/*=== General ===*/
html {
    overflow-x: hidden !important;
}
body {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    font-family: "Jost", sans-serif;
    transition: opacity .3s ease;
}
p {
    margin-bottom: 0;
}
strong {
    font-weight: 800;
}
a {
    text-decoration: none;
    transition: all .3s ease;
}
a:hover {
    color: inherit;
}
:focus {
    outline: none;
    border: none;
}
img {
    max-width: 100%;
    height: auto;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
img.alignleft, figure.alignleft {
    margin: 0 30px 30px 0;
    float: left;
}
img.alignright, figure.alignright {
    margin: 0  0 30px 30px;
    float: right;
}
img.position-absolute {
    max-width: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
h1 {
    font-size: 95px;
    line-height: 95px;
}
h2 {
    font-size: 95px;
    line-height: 115px; /* 121.053% */
}
h3 {
    font-size: 95px;
    line-height: 44px;
    letter-spacing: -0.72px;
}
h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.padding-tb {
    padding: 50px 0;
}
.padding-t {
    padding-top: 160px;
}
.padding-b {
    padding-bottom: 50px;
}
.padding-b-footer {
    padding-bottom: 560px;
}

.margin-tb {
    margin: 64px 0;
}
.margin-t {
    margin-top: 64px;
}
.margin-b {
    margin-bottom: 64px;
}

.button {
    padding: 4px 18px;
    background-color: var(--blue);
    color: var(--blue-dark);
    display: table;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 8px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
}

.logo {
    position: fixed;
    right: 90px;
    top: 35px;
    z-index: 10;
}

.container {
    max-width: 90%;
}

/* carousel-slide */
.carousel-slide .swiper-slide {
    height: 100vh;
}
.carousel-slide .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

/* case-title */
.case-title {
    position: relative;
}
.case-title h2 {
    color: #fff;
    font-size: 202px;
    line-height: 163px;
    font-weight: 500;
    margin-bottom: 0;
}
.case-title .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* testimonial */
.testimonial {
    padding: 200px 0 190px;
    background: url(../img/bg-degradee.webp) center center no-repeat;
    color: #fff;
}
.testimonial h2 {
    font-size: 110px;
    line-height: 100px;

    font-weight: 500;
}
.testimonial span {
    font-size: 30px;
    margin-right: 30px;
}
.testimonial p {
    font-size: 49px;
    line-height: 49px;
    position: relative;
}
.testimonial .swiper {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    padding: 50px 80px 0;
    max-width: 800px;
}
.testimonial .grid {
    display: grid;
    align-items: center;
    grid-template-columns: 563px 1fr;
}
.testimonial .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;

}
.testimonial .text p:before {
    content: '“';
    position: absolute;
    top: 20px;
    left: -70px;
    font-size: 150px;
    color: #fff;
    display: block;
}
.testimonial .text p:after {
    content: '“';
    position: absolute;
    bottom: -30px;
    right: -30px;
    font-size: 150px;
    color: #fff;
    display: block;
}

/* carousel-cases */
.carousel-cases {
    position: relative;
}
.carousel-cases .swiper-slide a {
    display: block;
    position: relative;
    height: 100vh;
}
.carousel-cases .swiper-slide a .top {
    padding: 50px 30px 110px 90px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
}
.carousel-cases .swiper-slide a h3 {
    font-size: 75px;
    font-weight: 500;
    margin-bottom: 20px;
}
.carousel-cases .swiper-slide a p {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 42px;
}
.carousel-cases .swiper-slide a .bottom {
    padding: 30px 30px 150px 90px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
}
.carousel-cases .swiper-slide a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fancybox-container .video-popup {
    padding: 0;
    background: none;
    margin: 0;
    max-width: 80%;
}
.carousel-cases .nav .swiper-button-next, .carousel-cases .nav .swiper-button-prev  {
    width: 70px;
    height: 64px;
    top: unset;
    transform: none;
    bottom: 36px;
}
.carousel-cases .nav .swiper-button-next {
    right: 90px;
}
.carousel-cases .nav .swiper-button-prev {
    left: 90px;
}
.carousel-cases .nav .swiper-button-next::after, .carousel-cases .nav .swiper-button-prev::after {
    content: '';
    background: url(../img/ico-arrow.png) center center/contain no-repeat;
    width: 70px;
    height: 64px;
}
.carousel-cases .nav .swiper-button-prev::after {
    transform: rotate(180deg);
}

/* keywords */
.keywords {
    height: 175px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--blue);
    overflow: hidden;
}
.keywords p {
    color: #fff;
    font-size: 52px;
}

/* .numbers */

.numbers {
    background-color: var(--pink);
    color: #fff;
    text-align: center;
}
.numbers h2 {
    font-size: 110px;
    line-height: 113px;
    font-weight: 500;
}
.numbers .grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 100px;
}
.numbers .count {
    font-size: 180px;
    line-height: 200px;
    font-weight: 500;
}
.numbers p {
    margin: 0;
    font-size: 50px;
    line-height: 50px;
}

/* mosaic */
.mosaic {
    position: relative;
    text-align: right;
    padding: 210px 75px 210px 65px;
    background: url(../img/mosaico.webp) right center/cover no-repeat;
}
/* .mosaic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
} */

/* clients */
.clients {
    background: #fcfbfc;
    padding: 100px 0;
    overflow: hidden;
}
.clients h2 {
    color: #1500ff;
    font-size: 160px;
    font-weight: 500;
    line-height: 160px;
    margin-bottom: 100px;
}
.clients h3 {
    font-size: 66px;
    line-height: 66px;
    color: #000;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 50px;
}
.clients .grid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 25px;
    margin-bottom: 30px;
}

/* esg */
.esg {
    color: #fff;
}
.esg .title {
    background: url(../img/bg-degradee.webp) center center/cover no-repeat;
}
.esg .title .container {
    gap: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.esg .title h2 {
    font-size: 280px;
    line-height: 280px;
    font-weight: 500;
    margin-bottom: 0;
}
.esg .title h3 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 500;
    margin-bottom: 0;
}
.esg .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.esg .grid .text {
    background-size: cover;
    padding: 90px 50px;
}
.esg .grid .text h4 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    margin-bottom: 40px;
}
.esg .grid .text h5 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 40px;
    font-weight: 500;
}
.esg .grid .text p {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 0;
}
.esg .grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* awards */
.awards {
    padding: 160px 0 100px;
    background-color: var(--blue);
}
.awards h2 {
    color: #fff;
    font-size: 190px;
    line-height: 190px;
    font-weight: 500;
    margin-bottom: 140px;
}
.awards .swiper-slide {
    text-align: center;
}

/* gallery */
.gallery {
    display: flex;
    align-items: center;
    position: relative;
}
.gallery .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery .container h2 {
    color: #fff;
    font-size: 169px;
    line-height: 169px;
    font-weight: 500;
}

/* Footer */
footer {
    padding: 100px 0 200px;
    background: var(--blue) url(../img/bg-footer.webp) center center/cover no-repeat;
}
footer h2 {
    font-size: 150px;
    line-height: 180px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}
footer h2 span {
    color: #ff3856;
    display: block;
}
footer .infos {
    margin-top: 134px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer .text a, footer .text p {
    font-size: 70px;
    line-height: 70px;
    display: block;
    color: #fff;
}
footer .text a {
    margin-bottom: 30px;
}
footer .social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fancybox-close-small {
    left: unset;
}

/* Responsive  */
@media (max-width: 1800px) {
    .testimonial h2 {
        font-size: 96px;
        line-height: 90px;
    }
    .testimonial .swiper {
        max-width: 690px;
    }
    .testimonial p {
        font-size: 40px;
    }
    .carousel-cases .swiper-slide a .top {
        padding: 30px;
    }
    .carousel-cases .swiper-slide a h3 {
        font-size: 50px;
        margin-bottom: 4px;
    }
    .carousel-cases .swiper-slide a p {
        font-size: 24px;
        line-height: 34px;
    }
    .carousel-cases .swiper-slide a .bottom {
        padding: 30px 30px 110px 30px;
    }
    .carousel-cases .nav .swiper-button-next::after, .carousel-cases .nav .swiper-button-prev::after {
        width: 45px;
    }
    .numbers .count {
        font-size: 130px;
        line-height: 136px;
    }
    .numbers p {
        font-size: 36px;
        line-height: 36px;
    }
    .numbers .grid {
        margin-top: 42px;
        row-gap: 45px;
    }
    .mosaic .swiper img {
        max-width: 700px;
    }
    .esg .title h3 {
        font-size: 60px;
        line-height: 76px;
    }
    .esg .title h2 {
        font-size: 210px;
        line-height: 234px;
    }
    .gallery .container h2 {
        font-size: 132px;
        line-height: 132px;
    }
    footer h2 {
        font-size: 106px;
        line-height: 140px;
    }
    footer .text a, footer .text p {
        font-size: 54px;
        line-height: 60px;
    }
    footer {
        padding: 100px 0 126px;
    }
}
@media (max-width: 1500px) {
    .logo {
        width: 100px;
        right: 30px;
        top: 30px;
        z-index: 10;
    }
}
@media (max-width: 1199px) {
    .testimonial {
        background-size: cover;
    }
    .testimonial .grid {
        display: block;
    }
    .testimonial h2 br {
        display: none;
    }
    .testimonial h2 {
        font-size: 76px;
        line-height: 90px;
    }
    .testimonial {
        padding: 49px 0 109px;
    }
    .case-title h2 {
        color: #fff;
        font-size: 155px;
        line-height: 134px;
    }
    .numbers .count {
        font-size: 88px;
        line-height: 100px;
    }
    .numbers p {
        font-size: 26px;
        line-height: 29px;
    }
    .clients h2 {
        font-size: 128px;
        line-height: 128px;
        margin-bottom: 50px;
    }
    .esg .title .container {
        gap: 50px;
    }
    .esg .title h3 {
        font-size: 45px;
        line-height: 58px;
    }
    .esg .title h2 {
        font-size: 166px;
        line-height: 195px;
    }
    .esg .grid .text h4 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 18px;
    }
    .esg .grid .text p {
        font-size: 24px;
        line-height: 32px;
    }
    .esg .grid .text h5 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    .awards h2 {
        color: #fff;
        font-size: 128px;
        line-height: 127px;
        font-weight: 500;
        margin-bottom: 50px;
    }
    .gallery .container h2 {
        font-size: 93px;
        line-height: 90px;
    }
    footer h2 {
        font-size: 75px;
        line-height: 103px;
    }
    footer .text a, footer .text p {
        font-size: 34px;
        line-height: 22px;
    }
    .awards {
        padding: 65px 0 66px;
    }
}
@media (max-width: 991px) {
    .case-title h2 {
        color: #fff;
        font-size: 107px;
        line-height: 86px;
    }
    .numbers h2 {
        font-size: 80px;
        line-height: 80px;
    }
    .numbers .count {
        font-size: 66px;
        line-height: 74px;
    }
    .clients h2 {
        font-size: 96px;
        line-height: 96px;
        margin-bottom: 23px;
    }
    .clients h3 {
        font-size: 46px;
        line-height: 31px;
        margin-top: 58px;
        margin-bottom: 38px;
    }
    .esg .title h2 {
        font-size: 132px;
        line-height: 132px;
    }
    .esg .title h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .gallery .container h2 {
        font-size: 72px;
        line-height: 68px;
    }
    footer .infos {
        margin-top: 72px;
        gap: 30px;
    }
    footer .text a, footer .text p {
        font-size: 27px;
        line-height: 16px;
    }
    footer h2 {
        font-size: 54px;
        line-height: 81px;
    }
}

@media (max-width: 767px) {
    .numbers .grid {
        grid-template-columns: 1fr 1fr;
    }
    .esg .title .container {
        display: block;
    }
    .esg .grid {
        display: flex;
        flex-direction: column;
    }
    .esg .grid.grid-reverse {
        flex-direction: column-reverse;
    }
    .awards h2 {
        font-size: 62px;
        line-height: 70px;
    }
    .gallery .container h2 {
        font-size: 38px;
        line-height: 38px;
    }
    footer h2 {
        font-size: 28px;
        line-height: 50px;
    }
    .clients h2 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 23px;
    }
    .clients h3 {
        font-size: 27px;
        line-height: 31px;
        margin-top: 38px;
        margin-bottom: 20px;
    }
    .testimonial h2 {
        font-size: 46px;
        line-height: 57px;
        margin-bottom: 30px;
    }
    .testimonial .swiper {
        padding: 0 26px 0 15px;
    }
    .testimonial p {
        font-size: 18px;
        line-height: 26px;
    }
     .testimonial .text p:before {
        font-size: 70px;
        left: -35px;
        top: 15px;
     }
    .testimonial .text p:after {
        font-size: 70px;
        right: 0;
    }
    .testimonial span {
        font-size: 18px;
        margin-right: 5px;
    }
    .case-title h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .keywords p {
        font-size: 30px;
    }
    .numbers h2 {
        font-size: 48px;
        line-height: 54px;
    }
    .numbers .grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .mosaic {
        padding: 120px 25px;
    }
    .esg .title h2 {
        font-size: 77px;
        line-height: 88px;
    }
    .esg .title {
        padding: 20px 0;
    }
    .esg .grid .text {
        padding: 50px 30px;
    }
    .mosaic {
        background: url(../img/mosaico-mobile.webp) right center/cover no-repeat;
    }
    footer .infos {
        display: block;
        margin-top: 47px;
    }
    footer .text a, footer .text p {
        font-size: 20px;
        line-height: 9px;
    }
    footer .social {
        margin-top: 45px;
        max-width: 180px;
    }
    footer {
        padding: 73px 0 52px;
    }
}
