@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

@font-face {
    font-family: "Neue Regrade";
    src:
        url("../fonts/NeueRegrade-Bold.woff2") format("woff2"),
        url("../fonts/NeueRegrade-Bold.woff") format("woff"),
        url("../fonts/NeueRegrade-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0 auto;
    background: #1a1a1a;
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

:root {
    --white: #fffbee;
    --orange: #ff6e26;
    --darkGrey: #5b5b5b;
    --grey: #888888;
    --wheat: #f4e6d0;
    --lineGrey: #2d2d2d;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.popUp {
    padding: 40px;
    display: block;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 11111111;
    background: white;
    font-size: 18px;
    width: 80%;
    border-radius: 10px;
}

.topNavBar {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 117px;
    height: 24px;
    display: block;
    background: url(../img/logo.svg) no-repeat center left;
    background-size: contain;
}

.openMenu {
    font-size: 12px;
    color: var(--white);
    font-weight: 900;
}

.marquee-wrapper {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin-top: 75px;
}

.marqueeImg {
    margin: 0 10px;
    display: inline-block;
    font-size: 128px;
    font-family: "Neue Regrade";
    color: var(--orange);
    margin-bottom: 22px;
}

.marqueeImg span {
    color: #f4e6d0;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
}

.tagline {
    color: var(--wheat);
    font-family: "DM Sans", sans-serif !important;
    font-weight: 300;
    text-align: center;
    width: 80%;
    font-size: 25px;
    margin: 0 auto;
}

.tagline span {
    white-space: nowrap;
}

.hPadding {
    padding: 0 20px;
}

.subheading {
    color: var(--orange);
    font-weight: 900;
    letter-spacing: 1.65px;
    font-size: 14px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.landingImage {
    width: 100%;
    height: 480px;
    background: url(../img/landingImage_sm.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
    margin: 115px 0;
}

.content {
    font-size: 26px;
    color: var(--darkGrey);
    font-weight: 300;
    letter-spacing: -0.3px;
}

.content span {
    font-size: 26px;
    color: var(--wheat);
    font-weight: 300;
}

.slideDownBtn {
    font-weight: 900;
    font-size: 14px;
    color: var(--wheat);
    margin-right: 10px;
}

.cornerArrow {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/cornerArrow.svg) no-repeat center center;
    background-size: cover;
}

.approachBtn {
    display: none;
    margin-top: 30px;
}

.stacking-card_wrapper {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    gap: 2rem;
    margin-top: 6rem;
    position: relative;
}

.closeBtn {
    position: sticky;
    color: red;
    z-index: 1;
    top: -15px;
    float: right;
    right: 40px;
    width: 36px;
    height: 36px;
    display: block;
    background: url(../img/closeBtn.svg) no-repeat center center;
    transform: translateY(60px);
}

.visible {
    display: block;
    animation: fromBottom 0.3s ease-in-out;
}

.rotate {
    transition: all 0.4s ease-in-out;
    transform: rotate(90deg);
    /* Rotation effect */
}

@keyframes fromBottom {
    0% {
        transform: translateY(100vh);
    }

    100% {
        transform: translateY(0);
    }
}

.stacking-card {
    width: 100%;
    height: 80vh;
    position: sticky;
    top: 20px;
    overflow: hidden;
    background: #161616;
    border-radius: 5px;
    border: 1px solid #2d2d2d;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.placeholder {
    height: 50vh;
}

.imageArea {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../img/dummyCircle.png) no-repeat center center;
    background-size: 230px;
}

.cardNumber {
    font-size: 40px;
    color: var(--wheat);
    font-weight: 300;
}

.contentArea {
    display: flex;
}

.leftArea {
    width: 50%;
    font-weight: 900;
    font-size: 14px;
    padding-right: 35px;
    color: var(--wheat);
}

.rightArea {
    width: 60%;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey);
}

.scaleContent {
    opacity: 0;
    transform: translateY(50px) scaleY(1.5);
    transform-origin: top;
}

.recentWorks {
    margin-top: 90px;
}

.workImage {
    width: 100%;
    height: 380px;
    border-radius: 5px;
}

.slideTitle {
    font-size: 26px;
    color: var(--orange);
    font-weight: 600;
    letter-spacing: -0.4px;
    padding: 16px 0;
}

.slideCatagory {
    font-size: 14px;
    color: var(--grey);
    text-transform: uppercase;
    line-height: 20px;
}

.slideCatagory .orangeText {
    color: var(--orange);
    padding: 0 5px;
}

.greyLine {
    width: 100%;
    border: 0.5px solid #2d2d2d !important;
    margin: 55px auto;
}

.sigtron {
    background: url(../img/sliders/sigtron.jpg);
    background-size: cover;
}

.Koottu {
    background: url(../img/sliders/Koottu.jpg);
    background-size: cover;
}

.Paramolz {
    background: url(../img/sliders/paralmolz.jpg);
    background-size: cover;
}

.swasti {
    background: url(../img/sliders/81swasti_sm.jpg) -100px center no-repeat;
    background-size: cover;
}

.amrut {
    background: url(../img/sliders/amrutFarms_sm.jpg);
    background-size: cover;
}

.akruti {
    background: url(../img/sliders/akruti_sm.jpg);
    background-size: cover;
}

.viewAllBtn {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: #797979;
    background: #272727;
    padding: 23px 0;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    margin-top: 55px;
    display: block;
}

.servicesWrap {
    width: 100%;
    height: auto;
    background: var(--orange);
    margin-top: 120px;
    padding-top: 98px;
    padding-bottom: 98px;
}

.servicesWrap .subheading {
    color: #000;
}

.listUL {
    list-style: none;
}

.listHolder {
    width: 100%;
    overflow-x: hidden;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listItem {
    padding: 24px 0 24px 0;
    font-size: 49px;
    color: var(--wheat);
    font-weight: 900;
    line-height: 50px;
    border-top: 1px solid var(--wheat);
    opacity: 0;
    transform: translateX(20%);
}

.listItem:last-child {
    border-bottom: 1px solid var(--wheat);
}

.curiosWrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curiousContent {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
}

.curiousHeading {
    color: var(--wheat);
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 255px;
    margin-bottom: 44px;
    letter-spacing: -0.6px;
}

.curiousCopy {
    color: var(--grey);
    font-weight: 400;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 215px;
}

.curiousCopy span {
    color: var(--orange);
    text-transform: uppercase;
    text-decoration: underline;
    white-space: nowrap;
}

.talk {
    width: 41px;
    height: 54px;
    display: inline;
    background: url(../img/talk.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
}

.footerContact {
    margin-top: 56px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: baseline;
    gap: 10px;
    width: 100%;
    margin-bottom: 117px;
}

.footerContact a {
    color: var(--wheat);
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    /* Prevent wrapping */
}

#marquee2 {
    object-fit: contain;
}

.divider {
    height: 1px;
    background-color: var(--darkGrey);
    /* Set the divider color */
    width: 100%;
    /* Divider stretches across the available space */
    align-self: center;
    /* Align the divider to the center of the line */
}

.bottomNav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.smallLogo {
    width: 113px;
    height: 24px;
    display: block;
    background: url(../img/logo_grey.svg) no-repeat center center;
    background-size: contain;
}

.bottomNavLinks {
    display: flex;
    list-style: none;
    text-align: center;
    margin-top: 44px;
}

.bottomNavLinks li {
    margin: 0 11px;
}

.bottomNavLinks li a {
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.socialList {
    list-style: none;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
}

.socialList li {
    margin: 0 9px;
}

.insta {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/insta.svg) no-repeat center center;
    background-size: contain;
}

.dribble {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/dribbble.svg) no-repeat center center;
    background-size: contain;
}

.insta2 {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/insta_Wheat.svg) no-repeat center center;
    background-size: contain;
}

.dribble2 {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/dribble_Wheat.svg) no-repeat center center;
    background-size: contain;
}

.disclaimer {
    font-size: 14px;
    color: #555555;
    letter-spacing: -0.5px;
    margin-top: 42px;
    margin-bottom: 75px;
}

.fullScreenMenu {
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 11;
    background: var(--orange);
    flex-direction: column;
    justify-content: space-between;
}

.fullMenu {
    list-style: none;
    margin-top: 110px !important;
}

.bottoMenu,
.menuDisclaimer ul {
    list-style: none;
}

.fullMenu li a {
    font-size: 28px;
    font-weight: 900;
    color: #161616;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.bottoMenu li a {
    font-size: 28px;
    font-weight: 900;
    color: var(--wheat);
    letter-spacing: -1px;
    text-decoration: none;
}

.fullMenu li {
    padding: 14px 0;
    border-bottom: 1px solid #161616;
}

.bottoMenu li {
    padding: 14px 0;
    border-bottom: 1px solid var(--wheat);
    border-top: 1px solid var(--wheat);
}

.menuDisclaimer p {
    font-size: 15px;
    color: #161616;
    font-weight: 300;
    letter-spacing: -0.4px;
}

.menuDisclaimer {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 25px;
}

.menuDisclaimer ul {
    display: flex;
}

.menuDisclaimer ul li:first-child {
    margin-right: 16px;
}

.closeMenu {
    width: 65px;
    height: 65px;
    display: block;
    position: fixed;
    top: 25px;
    right: 20px;
    background: url(../img/closeMenu_Dark.svg) no-repeat center center;
    background-size: contain;
}

#fullScreenMenu {
    display: none;
}

.mobileOnly {
    display: block;
}

.pcOnly {
    display: none;
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .mobileOnly {
        display: none;
    }

    .pcOnly {
        display: block;
    }

    .topNavBar {
        width: 100%;
    }

    .hPadding {
        padding: 0 20px;
    }

    .menuLong ul {
        display: flex;
        list-style: none;
    }

    .menuLong ul li {
        margin-right: 17px;
    }

    .menuLong ul li:last-child {
        margin-right: 0;
    }

    .menuLong ul li a {
        color: #888888;
        font-size: 12px;
        font-weight: 300;
        text-decoration: none;
    }

    .logo {
        width: 81px;
        height: 18px;
    }

    .workArrow {
        width: 46px;
        height: 10px;
        display: block;
        background: url(../img/workArrow.svg) no-repeat center left;
        background-size: contain;
        margin-right: 10px;
    }

    .workWithUs {
        font-weight: 900;
        color: var(--wheat);
        font-size: 10px;
        display: flex;
        align-items: center;
    }

    .topMarquee {
        margin-top: 90px;
    }

    .tagline {
        margin-top: 25px;
    }

    .landingImage {
        width: 100%;
        height: 400px;
    }

    .approach {
        display: flex;
        width: 80%;
        margin: 0 auto;
    }

    .leftSide {
        width: 40%;
    }

    .rightSide {
        width: 60%;
    }

    .content,
    .content span {
        font-size: 24px;
    }

    .accodionPC {
        display: none;
    }

    .flex-accordion {
        width: calc(100% - 40px);
        height: 350px;
        overflow: hidden;
        margin: 90px auto;
    }

    .flex-accordion ul {
        height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .flex-accordion ul li {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .flex-accordion ul li.is-open {
        flex-grow: 1;
        width: 20%;
        transition: all 0.5s ease;
    }

    .flex-accordion ul li.is-open .stackNumber {
        opacity: 0.5;
        transform: translateY(-25px);
        transition: all 0.3s ease-in-out;
    }

    .flex-accordion ul li:not(.is-open) {
        width: 57px;
    }

    .flex-accordion ul li:hover:not(.is-open) {
        width: 87px;
    }

    .flex-accordion ul li:not(.is-open) .stackOpened {
        display: none;
    }

    .at-accordion__panel {
        background: #161616;
        border: 1px solid #2d2d2d;
    }

    .stackNumber {
        color: #5b5b5b;
        font-size: 24px;
        font-weight: 300;
        text-align: center;
        left: 50%;
        position: absolute;
        transform: translateY(25px) translateX(-50%);
    }

    .accLeft {
        width: 143px;
        height: 100%;
        border-right: 1px solid #2d2d2d;
        position: relative;
    }

    .stackNumberBig {
        font-size: 120px;
        font-weight: 200;
        color: var(--wheat);
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: -10px;
        letter-spacing: -3px;
    }

    .stackOpened {
        width: 100%;
        height: auto;
        display: flex;
    }

    .accRight {
        width: calc(100% - 143px);
        height: 100%;
        position: relative;
        background: #161616;
        overflow-x: hidden;
    }

    .cardImage {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 42px;
    }

    .cardImage img {
        width: auto;
        height: 147px;
        object-fit: contain;
    }

    .cardContent {
        display: flex;
        position: absolute;
        padding: 30px;
        justify-content: space-between;
        opacity: 1;
        bottom: 0;
        overflow-x: hidden;
        white-space: normal;
        /* Prevents wrapping */
        transition: width 2s ease;
        /* Adjust duration as needed */
        transform: translateX(-500px);
    }

    .cardTitle {
        font-size: 8px;
        font-weight: 900;
        color: var(--wheat);
        width: 40%;
        position: relative;
        transition: all 0.3s ease-in-out;
        margin-right: 20px;
    }

    .cardCopy {
        width: 100%;
        font-size: 8px;
        font-weight: 400;
        color: var(--wheat);
    }

    .flex-accordion ul li.is-open .cardContent {
        opacity: 1;
        animation: fromLeft 0.4s ease-out;
        animation-delay: 0.2s;
        animation-fill-mode: forwards;
    }

    @keyframes fromLeft {
        0% {
            transform: translateX(-300px);
        }

        100% {
            transform: translateX(0);
        }
    }

    @keyframes rotate90 {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(90deg);
        }
    }

    @keyframes rotateBack {
        from {
            transform: rotate(90deg);
        }

        to {
            transform: rotate(0deg);
        }
    }

    .cornerArrow.rotate {
        animation: rotate90 0.6s forwards;
    }

    .cornerArrow.rotate-back {
        animation: rotateBack 0.6s forwards;
    }

    .topArea {
        width: calc(100% - 160px);
        margin: 90px auto 18px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .sliderNavs {
        display: flex;
    }

    .sliderBtn {
        width: 40px;
        height: 40px;
        display: block;
        background: url(../img/sliderArrow_Grey.svg) no-repeat center center;
        background-size: cover;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .sliderBtn:hover {
        background: url(../img/sliderArrow_Orange.svg) no-repeat center center;
        background-size: cover;
    }

    .rightBtn {
        transform: rotate(180deg);
        margin: 0 30px 0 15px;
    }

    .SliderviewAllBtn {
        font-size: 10px;
        font-weight: 900;
        color: #797979;
        padding: 0 50px;
        max-height: 40px;
        background: #252525;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        text-align: center;
        line-height: normal;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .SliderviewAllBtn:hover {
        color: var(--orange);
    }

    .sliderImage {
        width: 300px;
        height: 360px;
        display: block;
        border-radius: 5px;
    }

    .swiper-slide {
        width: auto;
        height: auto;
    }

    .slideCatagory {
        font-size: 12px;
        line-height: normal;
    }

    .slideTitle {
        padding: 12px 0;
    }

    .servicesWrap {
        display: flex;
        width: calc(100% - 40px);
        border-radius: 5px;
        margin: 90px auto 0 auto;
        padding: 90px 0;
    }

    .servicesWrap .leftSide {
        margin-left: 80px;
        width: 30%;
    }

    .servicesWrap .rightSide {
        width: 70%;
    }

    .listUL {
        width: 82%;
    }

    .listItem {
        padding: 10px 0;
        font-size: 38px;
        color: var(--wheat);
        font-weight: 900;
        line-height: 50px;
        border-top: 1px solid var(--wheat);
        opacity: 0;
        transform: translateX(20%);
    }

    .curiosWrap {
        width: 100%;
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .curiousContent {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        margin: 0 auto;
        background: #161616;
        border: 1px solid #2d2d2d;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .curiousHeading {
        margin: 0 0 40px 0;
    }

    .curiousCopy {
        margin: 0;
        width: 50%;
        font-size: 16px;
    }

    #marquee2 .marqueeImg {
        height: 150px;
        margin-right: 60px;
    }

    .footerContact a {
        font-size: 24px;
    }

    .bottomNav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 20px;
        margin-bottom: 21px;
    }

    .disclaimer {
        font-size: 8px;
        margin: 0;
    }

    .bottomNavLinks li a {
        font-size: 12px;
    }

    .smallLogo {
        width: 81px;
        height: 18px;
    }

    .linkSocial {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .bottomNavLinks,
    .socialList {
        margin: 0 auto;
    }

    .accodionPC {
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        display: none;
        transition:
            max-height 0.4s ease-in-out,
            opacity 0.4s ease-in-out;
    }

    .accodionPC.expanded {
        opacity: 1;
        max-height: 1000px;
        /* Set a large enough max-height to accommodate the content */
    }

    .accodionPC.collapsed {
        opacity: 0;
        max-height: 0;
    }

    .flex-accordion {
        height: 460px;
    }

    .cardImage {
        width: 100%;
        aspect-ratio: 16/9;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cardImage img {
        width: auto;
        height: 100%;
        object-fit: contain;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .logo {
        width: 142px;
        height: 30px;
    }

    .menuLong ul li a {
        font-size: 15px;
    }

    .workWithUs p {
        font-size: 14px;
    }

    .marqueeImg {
        font-size: 250px;
    }

    .tagline {
        font-size: 30px;
    }

    .landingImage {
        height: 790px;
        background: url(../img/landingImage_md.jpg) no-repeat center center;
        background-size: cover;
    }

    .content p,
    .content p span {
        font-size: 35px;
    }

    .subheading {
        font-size: 16px;
    }

    .approachBtn .slideDownBtn {
        font-size: 14px;
    }

    .cornerArrow {
        width: 46px;
        height: 46px;
        margin-left: 10px;
    }

    .approachBtn {
        display: none;
        margin-top: 30px;
        align-items: center;
    }

    .accodionPC {
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        display: none;
        transition:
            max-height 0.4s ease-in-out,
            opacity 0.4s ease-in-out;
    }

    .accodionPC.expanded {
        opacity: 1;
        max-height: 1000px;
        /* Set a large enough max-height to accommodate the content */
    }

    .accodionPC.collapsed {
        opacity: 0;
        max-height: 0;
    }

    .flex-accordion {
        height: 660px;
    }

    .accLeft {
        width: 330px;
    }

    .stackNumberBig {
        font-size: 220px;
    }

    .cardTitle,
    .cardCopy {
        font-size: 15px;
    }

    .flex-accordion ul li:not(.is-open) {
        width: 90px;
    }

    .flex-accordion ul li:hover:not(.is-open) {
        width: 120px;
    }

    .stackNumber {
        font-size: 35px;
    }

    .flex-accordion ul li.is-open .cardContent {
        opacity: 1;
        animation: fromLeft 0.4s ease-out;
        animation-delay: 0.2s;
        animation-fill-mode: forwards;
    }

    @keyframes fromLeft {
        0% {
            transform: translateX(-500px);
        }

        100% {
            transform: translateX(0);
        }
    }

    @keyframes rotate90 {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(90deg);
        }
    }

    @keyframes rotateBack {
        from {
            transform: rotate(90deg);
        }

        to {
            transform: rotate(0deg);
        }
    }

    .sliderImage {
        width: 433px;
        height: 540px;
        display: block;
        border-radius: 5px;
    }

    .swiper-wrapper {
        gap: 40px;
        margin-left: 20px;
    }

    .sliderBtn {
        width: 65px;
        height: 65px;
    }

    .SliderviewAllBtn {
        font-size: 14px;
        font-weight: 900;
        color: #797979;
        padding: 0 50px;
        max-height: 65px;
        background: #252525;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        text-align: center;
        line-height: normal;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .swiper-wrapper {
        margin-top: 40px;
    }

    .listItem {
        padding: 40px 0;
        font-size: 75px;
        color: var(--wheat);
        font-weight: 900;
        line-height: 50px;
        border-top: 1px solid var(--wheat);
        opacity: 0;
        transform: translateX(20%);
    }

    .curiosWrap {
        width: 100%;
        height: 750px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .footerContact a {
        font-size: 35px;
    }

    .smallLogo {
        width: 140px;
        height: 30px;
    }

    .bottomNavLinks li a {
        font-size: 15px;
    }

    .bottomNavLinks li {
        margin-bottom: 0;
    }

    .socialList {
        margin-left: 80px;
    }
}

/*// XX-Large devices (larger desktops, 1920px and up)*/
@media (min-width: 1910px) {
    .logo {
        width: 206px;
        height: 44px;
    }

    .menuLong ul li a {
        font-size: 16px;
    }

    .workWithUs p {
        font-size: 14px;
    }

    .marqueeImg {
        font-size: 328px;
    }

    .hPadding {
        padding: 0 40px;
    }

    .tagline {
        font-size: 40px;
    }

    .landingImage {
        height: 1024px;
        background: url(../img/landingImage_xl.jpg) no-repeat center center;
        background-size: cover;
        margin-bottom: 300px;
    }

    .content p,
    .content p span {
        font-size: 40px;
    }

    .content p span {
        color: var(--orange) !important;
    }

    .subheading {
        font-size: 16px;
    }

    .approachBtn .slideDownBtn {
        font-size: 16px;
    }

    .cornerArrow {
        width: 46px;
        height: 46px;
        margin-left: 10px;
    }

    .approachBtn {
        display: none;
        margin-top: 30px;
        align-items: center;
    }

    .accodionPC {
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        transition:
            max-height 0.4s ease-in-out,
            opacity 0.4s ease-in-out;
        margin-top: 300px;
    }

    .accodionPC.expanded {
        opacity: 1;
        max-height: 1000px;
        /* Set a large enough max-height to accommodate the content */
    }

    .accodionPC.collapsed {
        opacity: 0;
        max-height: 0;
    }

    .flex-accordion {
        height: 870px;
    }

    .accLeft {
        width: 500px;
    }

    .stackNumberBig {
        font-size: 280px;
        letter-spacing: -3px;
        font-weight: 200;
    }

    .cardTitle,
    .cardCopy {
        font-size: 16px;
    }

    .flex-accordion ul li:not(.is-open) {
        width: 130px;
    }

    .flex-accordion ul li:hover:not(.is-open) {
        width: 180px;
    }

    .stackNumber {
        font-size: 35px;
    }

    .cardContent {
        display: flex;
        position: absolute;
        padding: 80px;
        justify-content: space-between;
        opacity: 1;
        bottom: 0;
        overflow-x: hidden;
        white-space: normal;
        /* Prevents wrapping */
        transition: width 2s ease;
        /* Adjust duration as needed */
        transform: translateX(-500px);
    }

    .flex-accordion ul li.is-open .cardContent {
        opacity: 1;
        animation: fromLeft 0.4s ease-out;
        animation-delay: 0.2s;
        animation-fill-mode: forwards;
    }

    @keyframes fromLeft {
        0% {
            transform: translateX(-500px);
        }

        100% {
            transform: translateX(0);
        }
    }

    @keyframes rotate90 {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(90deg);
        }
    }

    @keyframes rotateBack {
        from {
            transform: rotate(90deg);
        }

        to {
            transform: rotate(0deg);
        }
    }

    .topArea {
        width: 80%;
        margin-top: 140px;
    }

    .sliderImage {
        width: 600px;
        height: 738px;
        display: block;
        border-radius: 5px;
    }

    .swiper-wrapper {
        gap: 80px;
        margin-left: 20px;
    }

    .sliderBtn {
        min-width: 86px;
        min-height: 65px;
        border-radius: 100px;
        background: #252525 url(../img/sliderArrow_Grey.svg) no-repeat center center;
        background-size: 60%;
    }

    .sliderBtn:hover {
        min-width: 86px;
        min-height: 65px;
        border-radius: 100px;
        background: #252525 url(../img/sliderArrow_Orange.svg) no-repeat center center;
        background-size: 60%;
    }

    .SliderviewAllBtn {
        font-size: 14px;
        font-weight: 900;
        color: #797979;
        padding: 0 50px;
        max-height: 65px;
        background: #252525;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        text-align: center;
        line-height: normal;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .swiper-wrapper {
        margin-top: 40px;
    }

    .listItem {
        padding: 40px 0;
        font-size: 75px;
        color: var(--wheat);
        font-weight: 900;
        line-height: 50px;
        border-top: 1px solid var(--wheat);
        opacity: 0;
        transform: translateX(20%);
    }

    .servicesWrap {
        display: flex;
        width: calc(100% - 40px);
        border-radius: 5px;
        margin: 90px auto 0 auto;
        padding: 150px 0;
    }

    .servicesWrap .leftSide {
        margin-left: 80px;
        width: 30%;
    }

    .servicesWrap .rightSide {
        width: 70%;
    }

    .curiosWrap {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .curiousHeading {
        font-size: 40px;
    }

    .curiousCopy {
        width: 25%;
    }

    #marquee2 .marqueeImg {
        height: 300px;
        width: auto;
        object-fit: cover;
        margin-right: 120px;
    }

    .footerContact a {
        font-size: 40px;
    }

    .smallLogo {
        width: 207px;
        height: 44px;
    }

    .bottomNavLinks li a {
        font-size: 16px;
    }

    .bottomNavLinks li {
        margin-bottom: 0;
    }

    .socialList {
        margin-left: 80px;
    }

    .disclaimer {
        font-size: 14px;
    }
}
