@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@font-face {
    font-family: 'SuisseIntl';
    src: url(https://socialmoremarketing.com/wp-content/uploads/2024/06/SuisseIntl.woff2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SuisseIntl', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

p:not(.customSize),
p span {
    font-family: 'Montserrat' !important;
    font-size: 1.3rem !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
}

html,
body {
    width: 100%;
    height: 100%;
}


/*Utility classes */

b,
strong {
    font-weight: 600 !important;
}

a {
    color: #000;
    text-decoration: none;
}

a.btn {
    border-radius: 100px;
    margin: 20px 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid black;
    &:hover::after {
        bottom: 0;
    }
}

a.btn.is--dark {
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    margin: 20px 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid black;
    &:hover::after {
        bottom: 0;
    }
}

a.btn::after {
    content: attr(data-content);
    height: 100%;
    width: 100%;
    background-color: #000;
    border-color: #000;
    position: absolute;
    border-radius: 100px;
    left: 0;
    bottom: -105%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in;
}

a.btn.is--dark::after {
    content: attr(data-content);
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-color: #000;
    position: absolute;
    border-radius: 100px;
    left: 0;
    bottom: -105%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in;
}

h3 {
    text-transform: capitalize;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-spacebt {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.gap-20 {
    gap: 20px;
}

.gap-50 {
    gap: 50px;
}

.text-dark {
    color: #000;
}

.text-white {
    color: #000;
    transition: .2s ease;
}

.text-grey {
    color: #9D9D9D;
}

.hover-grey:hover {
    color: #242424;
}

.btn-padding {
    padding: 12px 30px;
}

.padding-large {
    padding: 100px 6vw;
}

.padding-medium {
    padding: 50px 30px;
}

.padding-small {
    padding: 50px 20px;
}

.bg-dark {
    background-color: #fff;
}

.bg-grey {
    background-color: #f5f5f5;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-40 {
    font-size: 32px;
}

.fs-50 {
    font-size: 32px;
}

.fs-60 {
    font-size: 60px;
}

.fs-100 {
    font-size: 9vw;
}

.fs-215 {
    font-size: 15vw;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.bounding-elem,
.wrapper {
    width: fit-content;
    overflow: hidden;
}

.relative {
    position: relative;
}

.w-50 {
    width: 50%;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.sora {
    font-family: 'Sora', sans-serif;
    line-height: 1.1;
}

.highlight-text {
    color: #fa660a;
}

.d-none {
    display: none !important;
}


/* Utility classes end */

#cursor {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 1);
    position: fixed;
    z-index: 1006;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: transparent;
    opacity: 0;
}

#noise {
    z-index: 1005;
    opacity: .04;
    background-image: url(/wp-content/uploads/2024/05/651d15fb8f27f4a03c14afa4_5d8424ac4ffed73f4d72846e_5c06f51d6e75c933fe05c728_giphy.gif);
    background-position: 0 0;
    background-size: 480px;
    background-attachment: fixed;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    pointer-events: none;
}

#main {
    position: relative;
    overflow: hidden;
}

#header {
    padding: 30px 6vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1007;
    width: 100%;
    height: 110px;
}

#header .logo-container {
    width: 26%
}

#header .logo {
    height: 60px;
    object-fit: cover;
    /* width: 100px */
    max-width: none;
}

#header .logo-change {
    height: 50px;
    object-fit: cover;
}

.navlinks {
    gap: 30px;
}

.nav-link {
    cursor: pointer;
    font-weight: 600;
}

.nav-link.is--light__nav-link {
    font-weight: 400;
}

#header .nav-link {
    font-weight: 600;
}

.navlinks .bounding-elem {
    cursor: pointer;
}

.navlinks a {
    position: relative;
    display: block;
    transition: .7s cubic-bezier(.25, .74, .22, .99);
    padding: 5px 7px;
    cursor: pointer;
}

.hamburger-mb {
    display: none;
}

.hamburger {
    background-color: #242424;
    padding: 20px;
    border-radius: 50%;
    scale: 0;
    position: absolute;
    right: 5%;
    top: 20%;
    z-index: 1009;
}

.hamburger.is-active {
    background-color: #000;
}

.hamburger-mb .line,
.hamburger .line {
    width: 40px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger-mb .line {
    background-color: #000;
}

.hamburger-mb:hover,
.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-2.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#hamburger-2.is-active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    -o-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
}

#hamburger-2.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    -o-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
}

#desktopHamMenu {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    z-index: 1006;
    transform: translateX(100%);
}

#desktopHamMenu .nav-link {
    font-size: 42px;
}

#desktopHamMenu .bounding-elem {
    width: 100%;
    /* border: 2px solid red; */
    text-align: center;
    margin: 20px 0;
}

.dropdown-icon {
    margin-left: 10px;
    display: inline-block;
    transition: .4s ease-in-out;
    will-change: transform;
}

.has-sub-menu .dropdown-icon i {
    background-color: rgba(0, 0, 0, 0.2);
    height: 5px;
    width: 5px;
    padding: 2px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 200;
    color: #000;
    will-change: transform;
}

.submenu-overlay {
    height: 0;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    will-change: height;
    transform-style: preserve-3d;
}

.submenu-is-active {
    z-index: 995;
}

.submenu-top {
    width: 100%;
    height: 20%;
}

.submenu-bottom {
    width: 100%;
    height: 55%;
    padding: 0 70px;
    overflow: hidden;
}

.submenu-bottom-child1,
.submenu-bottom-child2,
.submenu-bottom-child3 {
    height: 100%;
    padding-top: 50px;
}

.submenu-bottom-child1,
.submenu-bottom-child2 {
    width: 30%;
}

.submenu-bottom-child3 {
    width: 40%;
}

.submenu-bottom-child1 h3 {
    letter-spacing: 0.5px;
}

.submenu-bottom-child2 h2 {
    opacity: 1;
    transition: .3s ease-in;
    font-size: 1.8vw;
    &:hover {
        color: #000;
        opacity: 0.8;
    }
}

.submenu-bottom-child3 .placeholder,
.submenu-bottom-child3 .about-placeholder,
.submenu-bottom-child3 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: .3s ease;
}

.submenu-bottom-child3 .about-placeholder {
    border-radius: 10px;
    width: 35vw;
    height: 20vw;
}

.submenu-bottom-child3 .placeholder.negative-scale {
    transform: scaleX(-1);
}

.submenu-bottom-child3 .placeholder.placeholder-active,
.submenu-bottom-child3 .about-placeholder.about-placeholder-active {
    opacity: 1;
}

.dropdown-trigger-about {
    overflow: visible;
}

#mobile-menu {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 199;
    padding: 0 30px;
    display: none;
    overflow: hidden;
}

#mobile-menu .nav-link {
    font-size: 3vw;
    margin: 10px 0;
    display: inline-block;
}

#mobile-menu .dropdown-icon {
    background-color: rgba(58, 58, 58, 0.3);
    height: 25px;
    width: 25px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    position: absolute;
    top: 13px;
    right: 40%;
    font-weight: 400;
}

.submenu-items-services-sm,
.submenu-items-about-sm {
    width: 100%;
    height: 0;
    overflow: hidden;
}

#page1 {
    width: 100%;
    justify-content: center;
}

#page1 .hero-content {
    padding: 200px 6vw 0;
}

canvas {
    height: 100vh;
    width: 100vw;
}

#hero {
    height: 100vh;
    width: 100%;
    pointer-events: none;
    padding: 50px 0;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-sub-titles {
    padding: 0 60px;
    margin-bottom: 20px;
}

.hero-sub-titles h4 {
    transform: translateY(100%);
}

.hero-marquee .marquee {
    flex-shrink: 0;
}

.hero-text {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 3.7vw;
}

.marquee-stroke {
    padding: 20px 0;
    margin-top: 50px;
    gap: 50px;
}

.stroke-row {
    gap: 50px;
}

.stroke-row {
    transform: translateX(calc(-100%));
    animation: stroke 30s linear infinite;
    flex-shrink: 0;
}

.hero-stroke-heading {
    font-size: 50px;
}

@keyframes stroke {
    to {
        transform: translateX(calc(0% + 50px));
    }
}

.stroke-elem {
    flex-shrink: 0;
    position: relative;
}

.stroke-row h2 {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #fff;
}

.rotater {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate 3s linear infinite;
    position: absolute;
    right: -25%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#space {
    width: 100%;
    position: relative;
    z-index: 10;
}

#space .about-us {
    width: 100%;
}

#space .arrow-container {
    width: 40%;
    position: relative;
}

.seperator {
    height: 5px;
    width: 100px;
    background-color: #fa660a;
    margin-top: 10px;
}

.section-title {
    transform: translateY(100%);
}

#space .arrow-container i {
    font-size: 0px;
    display: inline-block;
    transform: rotate(45deg);
}

#space .about-us-text {
    width: 60%;
}

#page3 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#page3 iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scaleX(1);
    cursor: pointer;
    pointer-events: none;
}

.how-do-we-work {
    padding-top: 100px !important;
}

#services {
    position: relative;
    width: 100%;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-type: y mandatory;
}

.service-container {
    width: 100%;
    height: 100vh;
    position: relative;
    scroll-snap-align: center;
}

.service-container:not(:first-child) {
    margin-top: 100vh;
}

.service-container:nth-child(1) {
    z-index: 1;
}

.service-container:nth-child(2) {
    z-index: 2;
}

.service-container:nth-child(3) {
    z-index: 3;
}

.service-container:nth-child(4) {
    z-index: 4;
}

.service-container:nth-child(5) {
    z-index: 5;
}

#services .service {
    width: 100%;
    position: absolute;
    height: 100%;
}

.service .service-img,
.service .service-title {
    width: 100%;
    height: 100%;
}

.service-title {
    position: absolute;
    left: 0;
    max-height: 100vh;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.service-title .hero-marquee {
    margin-bottom: 30px;
}

.website-development .service-img {
    background-image: url(https://socialmoremarketing.com/wp-content/uploads/2024/05/65ba76c6a529b3da20f8edf1_ese-expertise-hero-webseiten-scaled.jpg);
    background-size: cover;
}

.seo .service-img {
    background-image: url(https://socialmoremarketing.com/wp-content/uploads/2024/05/6523d8e3a69837062d300bb4_ese-expertise-hero-3-scaled.jpg);
    background-size: cover;
}

.smm .service-img {
    background-image: url(https://socialmoremarketing.com/wp-content/uploads/2024/05/6531535dbae71b820ea88259_ese-expertise-hero-images5-scaled.jpg);
    background-size: cover;
}

.lead-generation .service-img {
    background-image: url(https://socialmoremarketing.com/wp-content/uploads/2024/05/6523d4887665169b55eed217_ese-expertise-hero-4-scaled.jpg);
    background-size: cover;
}

.branding .service-img {
    background-image: url(https://socialmoremarketing.com/wp-content/uploads/2024/05/6523d4934dd8dc8744ad9cba_ese-expertise-hero-1-scaled.jpg);
    background-size: cover;
}

#our-services {
    width: 100%;
    padding: 5vw 0;
}

.service-video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
}

.service-video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 4;
}

.services-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    padding: 30px 10vw;
}

.our-expertise-title {
    margin-bottom: 30px;
}

.individual-service {
    width: fit-content;
    padding: 30px 0;
}

.individual-service h3 {
    opacity: 0.5;
    transition: .3s all ease;
    font-size: clamp(24px, 3vw, 2.8vw);
}

.individual-service h3.active-service {
    opacity: 1;
}

#clients {
    /* margin-top: 100vh; */
    /* width: 100%; */
    padding: 50px 0 100px;
}

#clients .row {
    gap: 50px;
}

.client {
    border-radius: 5px;
    /* flex-shrink: 0; */
    background-color: #fff;
    position: relative;
    &:hover {
        cursor: pointer;
    }
}

.client .client-img {
    object-fit: contain;
    object-position: center;
    position: relative;
    pointer-events: none;
    height: 40px;
}

.clients-row {
    gap: 50px;
    position: relative;
    animation: move 30s linear infinite;
    flex-shrink: 0;
}

@keyframes move {
    to {
        transform: translateX(calc(-100% - 50px));
    }
}

#case-studies {
    width: 100%;
}

#case-studies .case-study-link {
    display: inline-block;
}

.case-study {
    border-radius: 7px;
    overflow: hidden;
    width: calc(100% / 2);
    transition: .3s all ease;
    &:hover {
        transform: translateY(-20px);
    }
}

.case-studies-row {
    gap: 10px;
    margin-top: 50px;
}

.entry-title {
    width: 100%;
}

.case-study .case-study-img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.case-study-btm {
    width: 100%;
    padding: 30px 40px;
    gap: 30px;
}

.case-study-btm h3 {
    margin: 10px 0;
}

.case-study-btm img {
    width: 30%;
    margin: 20px 0;
}

.case-study-btm a {
    display: inline-block;
}

.infographics {
    margin: 30px 0;
}

.infographic h4 {
    color: #fa660a;
}

#awards {
    width: 100%;
    position: relative;
}

.swiper-container {
    height: 45vh;
}

#awards .swiper-slide,
.team-funky .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.team-funky .entry-title {
    padding: 50px 6vw;
}

.socialmore-team {
    gap: 50px;
}

.socialmore-team-row {
    gap: 50px;
    align-items: flex-end;
    flex-shrink: 0;
    animation: team 30s linear infinite;
}

@keyframes team {
    to {
        transform: translateX(calc(-100% - 50px));
    }
}

.socialmore-member {
    flex-shrink: 0;
    width: 390px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    object-fit: cover;
}

.socialmore-member img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    object-position: center;
}

.socialmore-member-alternate {
    width: 390px;
    height: 470px;
    background-position: center center;
    background-size: cover;
}

.socialmore-member-alternate:nth-child(2) {
    background-image: url('/wp-content/uploads/2024/07/WhatsApp-Image-2024-07-05-at-11.28.24-AM.jpeg');
}

.socialmore-member-alternate:nth-child(4) {
    background-image: url('/wp-content/uploads/2024/08/WhatsApp-Image-2024-08-07-at-1.14.21-PM.jpeg');
}

.socialmore-member-alternate:nth-child(6) {
    background-image: url('/wp-content/uploads/2024/07/WhatsApp-Image-2024-07-05-at-10.32.45-AM.jpeg');
}

.socialmore-member-alternate:nth-child(8) {
    background-image: url('/wp-content/uploads/2024/09/WhatsApp-Image-2024-09-14-at-2.43.29-AM-scaled.jpeg');
}

.socialmore-member-alternate:nth-child(10) {
    background-image: url('/wp-content/uploads/2024/07/WhatsApp-Image-2024-07-05-at-10.32.45-AM-1.jpeg');
}

.socialmore-member-alternate:nth-child(12) {
    background-image: url('/wp-content/uploads/2024/08/WhatsApp-Image-2024-08-07-at-1.10.54-PM.jpeg');
}

.socialmore-member-alternate:nth-child(14) {
    background-image: url('/wp-content/uploads/2024/07/5C7A0153-scaled.jpg');
}

.swiper-overlay {
    z-index: 10;
    background-image: linear-gradient(267deg, #fff 7%, transparent 53%, #fff 93%);
    width: auto;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    pointer-events: none;
}

#awards svg {
    width: 100px;
    fill: #fa660a;
}

#awards .leaf-left {
    position: absolute;
    /* right: -50px; */
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#awards .leaf-right {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.swiper-slide h4 {
    text-align: center;
    line-height: 2;
    width: 60%;
    margin: 10px 0;
}

.swiper-slide .award-img {
    width: 30%;
    filter: grayscale(1);
    margin: 10px 0;
}

.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: #9D9D9D;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #fa660a;
    height: 12px;
    width: 12px;
}

.slider {
    padding: 20px 0;
    overflow: hidden;
}

.slider-content {
    width: 100%;
}

.slide-item {
    background-color: #f5f5f5;
    padding: 30px;
    width: calc(100% / 6);
    margin: 0 30px;
    border-radius: 10px;
}

.slide-item:first-child {
    margin-left: 0;
}

.slide-item img {
    width: 100%;
    object-fit: cover;
}

#expertise {
    width: 100%;
    /* height: 100vh; */
    position: relative;
}

#expertise .services-title {
    padding: 100px 0 0 6vw;
}

.eleft,
.eright {
    width: 50%;
    height: 100vh;
    position: relative;
}

.eleft {
    padding: 0px 50px 0px 100px;
    /* overflow: hidden; */
}

.eelem {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    /* border: 2px solid red; */
}

.eright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.images {
    width: 100%;
    height: 100%;
}

.images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.expertise-md {
    display: none;
}

.expertise-md,
.expertise-row,
.expertise-container,
.expertise-img,
.expertise-img img,
.expertise-medium {
    width: 100%;
}

.expertise-medium {
    padding: 0 10px;
}

.expertise-container {
    margin: 30px 0;
    background-color: #f7f7f7;
    overflow: hidden;
    border-radius: 10px;
}

.expertise-content {
    padding: 30px 20px;
}

.our-work {
    background-color: #000;
}

.work-row {
    margin-top: 30px;
}

.work-container {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.work-container .original-website {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: .3s ease;
    opacity: 0;
    scale: 0;
    transform-origin: top left;
}

.work-container .website-img__main {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: .3s ease;
    object-position: center;
}

.work-container:hover .website-img__main {
    transform: scale(1.15);
}

.work-container:hover .original-website {
    opacity: 1;
    scale: 1;
}

.work-info {
    margin-top: 30px;
}

.our-work h3 {
    color: #fff;
}

.work-container .website-work {
    opacity: 0.5;
}

.time {
    display: inline-block;
    margin-left: 10px;
}

.shows-time {
    flex-shrink: 0;
    width: 25%;
}


/* css for about page, most classes are used as utility classes. This part containes just few adjustments */

.about-hero__left {
    width: 70%;
}

.about__Smallheading {
    margin: 20px 0;
}

.about-hero__right {
    width: 30%;
}

.about-hero__left p {
    line-height: 1.7;
    margin-left: 20px;
}

.about-hero__left h2 {
    line-height: 1;
    text-align: left;
}

.about-hero__right video {
    width: 90%;
}

.divider {
    width: calc(100% - 12vw);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.63);
    margin: 20px auto;
    transform-origin: bottom left;
}

.divider.is--light {
    background-color: #ffffff85;
}

.why-us {
    width: 30%;
}

.company-text {
    width: 70%;
}

.about-video {
    padding: 50px 6vw;
}

.about-video video {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.videoplayer {
    background-color: rgba(255, 255, 255, 0.4);
    width: fit-content;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    z-index: 10;
}

.video-controls {
    width: fit-content;
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 10;
    display: none;
    scale: 0;
}

.videoControl {
    cursor: pointer;
}

.video-controls .resetVideo,
.video-controls .muteVideo {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.teams-section .entry-title {
    padding: 100px 6vw 0;
}

.member {
    cursor: pointer;
}

.member img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    border-radius: 10px;
    width: 90%;
}

.teams {
    flex-shrink: 0;
}

.team {
    transform: translateX(-300%);
}

.team-title,
.history-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}

.cta-section .entry-title {
    width: 30%;
}

.getInTouch {
    width: 70%;
}

.about-contact {
    margin: 20px 0;
}

.reviews-row {
    margin: 20px 0;
}

.reviews {
    margin: 30px 0;
}

.review-box {
    padding: 30px 50px;
    border-radius: 10px;
    width: 50%;
}

.review-box img {
    width: 30%;
    object-fit: cover;
}

.review-text {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 20px 0;
}

.history-title h2 {
    text-align: center;
}

.gallery-column {
    gap: 100px;
    margin: 50px 0;
}

.gallery-img img {
    width: 90%;
    object-fit: cover;
    object-position: center;
}

.nav-link.duplicate {
    transform: translateY(100%);
    transition: .3s ease all;
    position: absolute;
    inset: 0;
}

.has-duplicate {
    transition: .3s ease all;
}

.duplicate-wrapper:hover .has-duplicate {
    transform: translateY(-100%);
}

.duplicate-wrapper:hover .duplicate {
    transform: translateY(0);
}

.company-info h3 {
    transform: translateY(100%);
}

.single-hero {
    /* height: 40vh; */
    /* align-items: flex-end; */
    padding: 200px 6vw;
    padding-bottom: 50px;
}

.entry-text-about {
    font-size: 24px;
}

.first-heading {
    transform: translateY(100%);
    font-size: 54px;
}

.first-divider {
    transform: scaleX(0);
}

@media (max-width:1270px) {
    .navlinks {
        margin-left: 0;
    }
}

@media(max-width:1170px) {
    .header-cta {
        display: none !important;
    }
    .header-cta-break {
        display: block !important;
    }
    #header a.nav-link {
        font-size: 1.3vw;
    }
}

@media (min-width:841px) {
    .expertise-medium {
        display: none;
    }
}

@media (max-width:840px) {
    .fs-28 {
        font-size: 3vw;
    }
    .fs-40 {
        font-size: 32px;
    }
    .fs-50 {
        font-size: 32px;
    }
    .hide-md {
        display: none !important;
    }
    .show-md {
        display: inline-block !important;
    }
    .flex-col-md {
        flex-direction: column;
    }
    .w-100-md {
        width: 100%;
    }
    #header {
        padding: 30px 6vw;
    }
    .hero-text {
        font-size: 40px;
    }
    .rotater {
        left: -40%;
    }
    #page3 iframe {
        transform: scaleX(0.85);
    }
    .work-row {
        gap: 100px;
    }
    .our-work .fs-16 {
        font-size: 24px;
    }
    .shows-time {
        width: 48%;
    }
    .swiper-slide h4 {
        width: 100%;
    }
    #space .arrow-container,
    #space .about-us-text {
        width: 100%;
        margin: 10px 0;
    }
    .client {
        width: 32%;
    }
    .case-study {
        width: 47%;
    }
    .case-study-full {
        width: 100% !important;
        margin-top: 30px;
    }
    .wrap {
        flex-wrap: wrap;
    }
    .entry-cta {
        margin: 30px 0;
    }
    .entry-cta a {
        font-size: 22px;
    }
    .expertise-row {
        margin-top: 30px;
    }
    #mobile-menu .nav-link {
        font-size: 4vw;
    }
    #mobile-menu .bounding-elem {
        width: 100%;
    }
    /* about page */
    .page-title {
        height: 30vh;
    }
    .page-title .fs-100 {
        font-size: 14vw;
    }
    .team {
        height: 50vh;
    }
    .review-box {
        padding: 20px 30px;
    }
    .gallery-column {
        gap: 30px;
    }
    .about-hero {
        height: 50vh;
    }
    .company-text {
        padding-left: 0;
    }
    .socialmore-member-alternate {
        height: 350px;
    }
    .socialmore-member {
        width: 290px;
    }
    .socialmore-member img {
        height: 200px;
    }
    .getInTouch {
        width: 100%;
        margin: 30px 0;
    }
    .cta-section {
        align-items: flex-start;
    }
    #header .logo-container {
        width: 50%;
    }
    .expertise-medium .expertise-container {
        width: 90% !important;
    }
    .expertise-medium {
        margin: 0 30px;
    }
}

@media(max-width:600px) {
    p:not(.customSize) {
        font-size: 18px !important;
    }
    .fs-28 {
        font-size: 28px;
    }
    .fs-40 {
        font-size: 24px;
    }
    .fs-50 {
        font-size: 24px;
    }
    .fs-215 {
        font-size: 100px;
    }
    .hero-marquee {
        margin-bottom: 50px;
    }
    .padding-large {
        padding: 50px 20px;
    }
    span.char,
    p span,
    .boxes p {
        font-size: 18px !important;
    }
    #header .logo-container {
        width: 80%;
    }
    #header .logo-container .logo {
        height: 50px;
    }
    .swiper-container {
        height: 30vh;
    }
    .client {
        width: 48%;
    }
    .case-study {
        width: 100%;
    }
    #mobile-menu .nav-link {
        font-size: 24px;
    }
    #mobile-menu .dropdown-icon {
        top: 12px;
        right: 55%;
    }
    .has-sub-menu .dropdown-icon i {
        font-size: 22px;
        padding: 3px;
    }
    .submenu-items h5 {
        font-size: 18px;
    }
    #page1 {
        height: auto;
    }
    #page-1 .hero-content {
        padding: 150px 20px 0;
    }
    .stroke-row {
        animation-duration: 10s;
        animation-timing-function: none;
    }
    .hero-stroke-heading {
        font-size: 36px;
    }
    .client {
        padding: 0 20px;
    }
    .hero-text {
        font-size: 30px;
    }
    .work-container .website-img__main {
        height: 300px;
    }
    .swiper-overlay {
        display: none;
    }
    .btn-time {
        padding: 12px;
        font-size: 11px;
    }
    .timezones {
        justify-content: space-between;
        gap: 10px;
    }
    #awards {
        padding: 50px 20px;
    }
    .slider {
        padding: 0;
    }
    .shows-time {
        width: 47%;
    }
    .entry-cta a {
        font-size: 16px;
    }
    #page3 {
        height: 30vh;
    }
    #page3 iframe {
        transform: scale(1);
    }
    /* about page */
    .team {
        margin: 30px 0 !important;
    }
    .teams {
        width: 250%;
    }
    .review-box img {
        width: 50%;
    }
    .history-title {
        width: 70%;
    }
    .gallery-img {
        width: 45%;
    }
    .gallery-img img {
        width: 100%;
    }
    .gallery-column {
        flex-wrap: wrap;
    }
    .single-hero {
        padding: 150px 20px 0;
    }
    .cta-section .entry-title {
        width: 100%;
        margin: 20px 0;
    }
    .getInTouch {
        width: 100%;
        margin: 20px 0;
    }
    .duplicate-wrapper a {
        font-size: 20px;
    }
    .our-work .fs-16 {
        font-size: 16px;
    }
    .getInTouch h2 {
        font-size: 30px;
    }
    .first-heading {
        font-size: 24px;
        line-height: 35px;
    }
    .expertise-medium .expertise-container {
        width: 100% !important;
    }
    .expertise-medium {
        margin: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 40% !important;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 24px !important;
        background-color: #000;
        color: #fff;
        height: 50px;
        min-width: 50px !important;
        width: 50px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
    }
    #clients {
        padding: 30px 0;
    }
}