h2 {
    font-size: 5.2rem;
}
h3 {
    font-size: 3.33rem;
}

body {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    line-height: 1;
    font-size: 32.7rem;
    z-index: 9999;
}
.preloader-inner {
    color: #878787;
    margin-bottom: -5rem;
}
#preloader-counter {
    color: #fff;
    min-width: 30.75rem;
}

#canvas {
    opacity: 0;
    transition: opacity 0.5s ease-in;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.video-started #canvas {
    opacity: 1;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}
.hero-section__bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-section__bg-overlay video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .container {
    position: relative;
}

.hero-section__ripples {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 5.2rem;
    line-height: 1.1;
    margin-bottom:11rem;
}

.hero-title-2 {
    display: flex;
    align-items: center;
    gap: 0.78rem;
}
.hero-title-2 .hero-video {
    width: 9.74rem;
    height: 5.57rem;
}
.hero-title-gray {
    color:#878787;
}
.hero-title-year {
    font-size: 0.83rem;
    transform: rotate(90deg);
    transform-origin: 30% 0%;
}

.trust-section {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    background-color: #07090B;
    position: relative;
}
.trust-section__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trust-section__reviews {
    max-width: 26.09rem;
    width: 100%;
}
.trust-section__reviews img {
    width: 100%;
}
.trust-section__text img {
    width: 4.16rem;
}
.trust-section__text {
    max-width: 30.5rem;
}
.trust-section__text__p{
    font-size: 1.57rem;
    margin-top: 1.56rem;
}
.trust-section__text__p span {
    color: #878787;
}

.showreel-section {
    height: 100vh;
    position: relative;
    z-index: 3;
}
.showreel-section video {
    object-fit: cover;
    position: relative;
    width: 9.74rem;
    height: 5.57rem;
    transform: translateY(-39rem) translateX(26.5rem);
}



.what-we-do-section__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.what-we-do-section__col-1 {
    max-width: 50%;
    flex-basis: 50%;
    padding-top: 4rem;
}
.what-we-do-section__col-2 {
    max-width: 50%;
    flex-basis: 50%;
}
.what-we-do-section__service-content p {
    color: #878787;
}
.what-we-do-section__service {
    display: flex;
    align-items: flex-start;
    gap: 2.34rem;
    margin-bottom: 5rem;
}
.what-we-do-section__service:last-of-type {
    margin-bottom: 0;
}
.what-we-do-section__service img {
    margin-top: 0.8rem;
    width: 3.64rem;
}
.what-we-do-section {
    padding-top: 7rem;
    padding-bottom: 10rem;
}
.what-we-do-section .container {
    padding: 0 9.58rem;
    padding-right: 5rem;
}

.what-we-do-section__col-1 p {
    color: #878787;
    max-width: 27.64rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}
.what-we-do-section__service-content p {
    max-width: 32.63rem;
}
.what-we-do-section__service-2 p {
    max-width: 31.63rem;
}
.what-we-do-section__service-3 p {
    max-width: 26.63rem;
}

.our-work-box {
    height: 0;
    position: relative;
    z-index: 2;
    margin-top: -7rem;
    margin-bottom: 7rem;
}
.our-work-box__inner{
    padding-left: 9.58rem;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
    background:linear-gradient(200deg, #E4E5E3, #D9DBD6);
    max-width: 61%;
}
.our-work-box__inner h2 {
    color: #07090B;
}
.our-work-box__inner p {
    color: #5D605A;
    max-width: 33.64rem;
    margin-top: 2rem;
}

.portfolio-section {
    background-color: #ECECEB;
    padding-bottom: 9.16rem;
    padding-top: 25.56rem;
}
.portfolio-section .container {
    padding:0 9.58rem;
}
.portfolio-section__item {
    max-width: 57rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 6rem;
}
.portfolio-section__item:last-of-type {
    margin-bottom: 0;
}
.portfolio-section__item span {
    color: #070C16;
}
.portfolio-section__item span i {
    color: #5D605A;
    font-family: "Isabella Grand";
    font-style: italic;
    margin-left: 0.8rem;
}
.portfolio-section__item-right {
    margin-left: auto;
}

.portfolio-section__clients {
    margin-bottom: 4rem;
    margin-top:4rem;
}
.portfolio-section__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
.portfolio-section__col {
    max-width: 25%;
    flex-basis: 25%;
    padding: 0 1rem;
}
.portfolio-section__col-inner {
    background-color: #fff;
    padding:1rem 1rem 1.5rem;
    display: flex;
    align-items: flex-start;
    height: 100%;
    gap: 0.5rem;
}
.portfolio-section__col-inner img {
    width: 4rem;
}
.portfolio-section__col-content {
    padding-top: 0.6rem;
}
.portfolio-section__col:last-of-type .portfolio-section__col-inner {
    background-color: #07090B;
    padding-top: 1.5rem;
}
.portfolio-section__col-content h5 {
    color: #07090B;
}
.portfolio-section__col-title {
    color: #5D605A;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}
.portfolio-section__col-records {
    font-family: "Isabella Grand";
    font-style: italic;
    color: #5E5F5E;
    font-size: 0.8rem;
}
.portfolio-section__clients h4 {
    text-align: center;
    margin-bottom: 1rem;
    font-family: "Isabella Grand";
    font-style: italic;
    color: #5D605A;
}
.portfolio-section__col:last-of-type h5 {
    color: #fff;
}
.portfolio-section__col:last-of-type .portfolio-section__col-records {
    color: #858789;
}

.trust-mobile {
    display: none;
}



.portfolio-section__featured {
    display:flex;   
    justify-content: space-between;
}
.portfolio-section__featured-left {
    max-width:66%;
    flex-basis: 66%;
    background-color: #5974FF;
    display:flex;
    align-items: flex-end;
    padding:1rem 3rem 0;
}
.portfolio-section__featured-left img {
    width: 100%;
}
.portfolio-section__featured-right {
    max-width:33%;
    flex-basis: 33%;
    background-color: #07090B;
    padding:3rem 2rem;
    display: flex;
    flex-direction: column;
}
.portfolio-section__featured-right > img {
    width: 12.3rem;
}
.portfolio-section__featured-right p {
    font-style: italic;
}
.portfolio-section__featured-stars {
    margin:3rem 0 1rem;
}
.portfolio-section__featured-stars img {
    width: 6.8rem;
}
.portfolio-section__client {
    display: flex;
    gap:22px;
    margin-top: auto;
}
.portfolio-section__client img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
}
.portfolio-section__client-text{
    display: flex;
    flex-direction: column;
}
.portfolio-section__client-text span {
    font-size: 0.83rem;
    color: #858789;
}

.portfolio-section__featured-reverse {
    flex-direction: row-reverse;
    margin-bottom: 2rem;
}
.portfolio-section__featured-reverse .portfolio-section__featured-left {
    padding:1rem !important;
    background-color: #000000 !important;
}


.portfolio-smpl .portfolio-section__featured-left {
    padding: 0 !important;
}
.portfolio-smpl .portfolio-section__featured-left video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-smpl .portfolio-section__featured-right > img {
    width: 6rem;
}


@media(max-width:1024px){
    .hero-section {
        min-height: 0;
        padding-top: 15rem;
        padding-bottom: 5rem;
    }
    .showreel-section {
        height: auto;
    }
    .showreel-section video {
        transform: none !important;
        width: 100% !important;
        height: auto !important;
    }
    .hero-title-year,
    .hero-title-2 .hero-video {
        display: none !important;
    }
}

@media(max-width:767px){
    .portfolio-section__client {
        margin-top: 2rem;
    }
    .portfolio-section__featured-right {
        padding:2rem 1.5rem
    }
    .portfolio-section__featured-stars {
        margin: 2rem 0 1rem;
    }
    .portfolio-section__featured {
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .portfolio-section__featured > div {
        max-width: 100%;
        flex-basis: 100%;
    }
    .trust-mobile {
        display: block;
    }
    .trust-desktop {
        display: none;
    }
    .trust-section__row{
        flex-wrap: wrap;
    }    
    .trust-section__reviews,
    .trust-section__text {
        max-width: 100%;
    }
    .trust-section__text__p{
        font-size: 1rem;
    }
    .trust-section__text img {
        width: 2rem;
        margin-bottom: 0.5rem;
    }
    .hero-section {
        padding-top: 5rem;
        padding-bottom: 10rem;
    }
    h1 {
        font-size: 2.7rem;
        margin-bottom: 0;
    }
    #preloader {
        font-size: 4rem;
        max-width: 100vw;
        max-height: 100vh;
        max-height: 100svh;
    }
    .preloader-inner {
        margin-bottom: 0;
    }
    .trust-section {
        padding-top: 0;
        padding-bottom: 1.5rem;
    }
    .trust-section__reviews {
        margin-top: -10rem;
        margin-bottom: 7rem;
    }
    .what-we-do-section {
        padding-top: 2rem;
    }
    .what-we-do-section .container {
        padding:0 0.88rem !important;
    }
    .what-we-do-section__col-1,
    .what-we-do-section__col-2 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .what-we-do-section__col-1 {
        padding-top: 0;
    }
    .what-we-do-section__col-1 p {
        font-size: 1rem;
    }
    .what-we-do-section__col-2 {
        margin-top: 3rem;
    }
    h3 {
        font-size: 2.22rem;
    }
    .what-we-do-section__service img {
        width: 2.66rem;
        margin-top: 0.3rem;
    }
    .what-we-do-section__service {
        gap: 1.44rem;
        margin-bottom: 2.5rem;
    }
    .what-we-do-section__service-content p {
        max-width: none;
        width: calc(100vw - 1.77rem);
        margin-left: -4rem;
        margin-top: 1rem;
    }
    .what-we-do-section__service-content p br {
        display: none;
    }
    .our-work-box__inner {
        max-width: calc(100% - 0.88rem);
        padding-left: 0.88rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 1rem;
    }
    .portfolio-section .container {
        padding:0 0.88rem;
        display: flex;
        flex-direction: column;
    }
    .portfolio-section__clients {
        order: -1;
        margin-bottom: 2rem;
        margin-top: 0;
    }
    .portfolio-section {
        padding-top: 17.56rem;
        padding-bottom: 3rem;
    }
    .portfolio-section__item {
        margin-bottom: 2rem;
    }
    .portfolio-section__col {
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 1rem;
    }
    .portfolio-section__col-inner img {
        width: 3rem;
    }
    .portfolio-section__col-inner {
        gap:1.5rem;
        align-items: center;
    }
    .portfolio-section__clients h4 {
        font-size: 1.11rem;
    }
}