@media screen and (min-width: 1098px) {

    /* Home BG */
    .img-background {
        position: relative;
        height: 90vh;
        width: 100%;
        z-index: 0;
    }

    #bg-img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
    }

    /* .background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: url(../images/home/Nulinz_BG.png) no-repeat;
        background-size: cover;
    } */

    .content {
        position: relative;
        width: 60%;
        z-index: 1;
        text-align: center;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .content h1 {
        font-size: 65px;
        font-weight: var(--fw-xl);
        color: #ffffff;
        background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%);
        background-position: 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: shine 7s infinite linear;
        animation-fill-mode: forwards;
        -webkit-text-size-adjust: none;
        text-decoration: none;
        white-space: nowrap;
    }

    @keyframes shine {
        0% {
            background-position: 0px;
        }

        25% {
            background-position: 250px;
        }

        50% {
            background-position: 500px;
        }

        75% {
            background-position: 750px;
        }

        100% {
            background-position: 1000px;
        }
    }

    .content h6 {
        font-size: 18px;
        color: var(--text-secondary);
        letter-spacing: 0.2px;
        line-height: 30px;
        font-weight: var(--fw-sm);
        width: 70%;
        margin: auto;
    }

    /* Heading CSS */
    .cardhead h2,
    .featurehead h2,
    .clienthead h2,
    .agilehead h2,
    .trusthead h2,
    .portfoliohead h2,
    .contacthead h2,
    .technologieshead h2 {
        font-weight: var(--fw-xxl);
        font-size: 35px;
        background: linear-gradient(to right, #111317, #535353);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .cardhead h5,
    .featurehead h5,
    .clienthead h5,
    .agilehead h5,
    .trusthead h5,
    .portfoliohead h5,
    .contacthead h5,
    .technologieshead h5 {
        font-weight: var(--fw-md);
        font-size: 17px;
        color: var(--text-primary);
    }

    /* Logos */
    .logos {
        width: 100%;
    }

    .logosdiv {
        width: 70%;
        margin: auto;
        background: #0000000A;
        border: 1px solid #00000014;
        border-radius: 5px;
        display: grid;
        align-items: center;
        justify-content: space-evenly;
        grid-template-columns: repeat(4, 1fr);
        padding: 20px;
    }

    /* Who We Are */
    .whoweare {
        width: 100%;
        margin-top: 100px;
    }

    .whowearediv {
        width: 90%;
        display: grid;
        grid-template-columns: 45% 45%;
        justify-content: space-evenly;
        margin: auto;
    }

    .wwdiv1 h2 {
        width: 60%;
        font-weight: var(--fw-xxl);
        font-size: 40px;
        color: var(--text-primary);
    }

    .wwdiv2 h6 {
        font-weight: var(--fw-sm);
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.3px;
        color: var(--text-secondary);
    }

    /* Card */
    .cards {
        width: 100%;
        margin-top: 100px;
    }

    .carddiv1,
    .carddiv2 {
        width: 85%;
        margin: auto;
    }

    .cardmain {
        margin-top: 70px;
    }

    .cardmain .col-xl-6 img {
        border-radius: 20px 20px 0px 0px;
    }

    .cardmain .cardcntnt {
        background: #0000000A;
        border: 1px solid #00000014;
        border-radius: 0px 0px 20px 20px;
        height: 250px;
    }

    .cardmain .col-xl-6 .cardcntnt h5 {
        font-weight: var(--fw-xl);
        font-size: 25px;
        color: var(--text-primary);
    }

    .cardmain .col-xl-6 .cardcntnt h6 {
        font-weight: var(--fw-sm);
        font-size: 15px;
        line-height: 25px;
        color: var(--text-secondary);
    }

    .carddiv2 .cardmain .cardgrp01 .cardct {
        height: 250px;
        background-color: #00000014;
        border-radius: 15px;
        border: 2px solid #0000000A;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0px 20px;
    }

    .carddiv2 .cardmain .cardgrp02 .cardct {
        height: 510px;
        background-color: #00000014;
        border-radius: 15px;
        border: 2px solid #0000000A;
        padding: 30px 20px;
    }

    .cardgrp01 .cardct h1 {
        font-weight: var(--fw-xxl);
        font-size: 50px;
        margin-bottom: 15px;
    }

    .cardgrp01 .cardct h5 {
        font-weight: var(--fw-lg);
        font-size: 18px;
        margin-bottom: 15px;
        color: var(--text-primary);
    }

    .cardgrp01 .cardct h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 20px;
        color: var(--text-secondary);
    }

    .carddiv2 .cardmain .cardgrp02 {
        background: url('../images/home/Innovation.png') no-repeat center center;
        background-size: 100% 70%;
        border-radius: 0px 0px 15px 15px;
        background-position: bottom right;
    }

    .cardgrp02 .cardct h1 {
        font-weight: var(--fw-xxl);
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 50px;
    }

    /* Features */
    .features {
        width: 100%;
        margin-top: 100px;
    }

    .featuresdiv {
        width: 85%;
        margin: auto;
    }

    .cardmain .col-xl-3 a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .cardmain .col-xl-3:hover .featureimg {
        filter: drop-shadow(2px 2px 7px #888);
        /* box-shadow: 5px 5px 4px #888; */
        transition: var(--transition);
    }

    .features .featureshidden {
        display: none;
    }

    .cardmain .featureimg {
        background-color: var(--tertiary);
        border-radius: 50%;
        width: 75px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }

    .cardmain .featurect h5 {
        font-weight: var(--fw-xl);
        font-size: 20px;
        margin-bottom: 10px;
        color: var(--text-primary);
    }

    .cardmain .featurect h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 20px;
        color: var(--text-secondary);
    }

    /* Technologies */
    .technologies {
        width: 100%;
        margin-top: 100px;
    }

    .technologiesdiv {
        width: 85%;
        margin: auto;
    }

    .tabbuttons {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 30px auto;
        padding: 3px 2px;
        border-radius: 25px;
    }

    .tabbtnsdiv {
        position: relative;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .tabbtnsdiv img {
        position: absolute;
        width: 100%;
        bottom: 0px;
        display: none;
    }

    .tabbtns {
        color: var(--text-secondary);
        font-weight: var(--fw-lg);
        font-size: 17px;
        transition: 0.3s ease-in-out;
    }

    .tabbtns:hover,
    .tabbtnsactive {
        color: var(--text-primary);
    }

    .tabbtns.tabbtnsactive+img {
        display: block;
    }

    .technologydiv .techicons {
        margin-top: 30px;
    }

    .technologydiv .techicons .row {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: auto;
    }

    .technologiesdiv .techicons .row .col {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: auto;
        flex-direction: column;
    }

    .technologiesdiv .techicons .row .col h6 {
        font-weight: var(--fw-lg);
        margin-top: 30px;
        font-size: 14px;
        color: var(--text-primary);
    }

    .hidden {
        display: none;
    }

    /* Portfolio */
    .portfolio {
        width: 100%;
        margin-top: 100px;
    }

    .portfoliodiv {
        width: 85%;
        margin: auto;
    }

    .portfolio-item .card {
        border-radius: 10px !important;
    }

    /* Clients */
    .clients {
        width: 100%;
        margin-top: 100px;
    }

    .clientdiv {
        width: 85%;
        margin: auto;
    }

    #carousel1 .splide__pagination__page {
        display: none;
    }

    #carousel1 .splide__slide {
        background-color: var(--tertiary);
        border-radius: 30px;
    }

    #carousel1 .splide__slide .clientct {
        background: url('../images/home/clientclbg.png') no-repeat center center;
        background-size: contain;
        background-position: top right;
        padding: 50px;
    }

    #carousel1 .splide__slide .clientcntnt {
        width: 80%;
        margin: auto;
    }

    #carousel1 .splide__slide .clientcntnt div img {
        border-radius: 50%;
    }

    #carousel1 .splide__slide .clientcntnt div h5 {
        font-weight: var(--fw-xl);
        font-size: 15px;
        color: var(--text-primary);
    }

    #carousel1 .splide__slide .clientcntnt div h6 {
        font-weight: var(--fw-sm);
        font-size: 15px;
        color: var(--text-secondary);
    }

    #carousel1 .splide__slide .clientcntnt h6 {
        line-height: 40px;
        font-size: 17px;
        font-weight: var(--fw-sm);
        color: var(--text-primary);
    }

    #carousel1 .splide__arrow {
        top: 107%;
        opacity: 1;
    }

    #carousel1 .splide__arrow--prev {
        left: 47%;
    }

    #carousel1 .splide__arrow--next {
        left: 52%;
    }

    #carousel1 .splide__arrow--next,
    #carousel1 .splide__arrow--prev {
        background-color: var(--text-primary);
        height: 30px;
        width: 30px;
    }

    #carousel1 .splide__arrow svg {
        fill: var(--secondary);
        height: 15px;
        width: 15px;
    }

    /* Agile */
    .agile {
        width: 100%;
        margin-top: 150px;
    }

    .agilediv {
        width: 85%;
        margin: auto;
    }

    .agile #bg-video {
        height: 450px;
        border-radius: 20px;
    }

    /* Showcase */
    .showcase {
        width: 100%;
        margin-top: 100px;
    }

    .showcasediv {
        width: 85%;
        margin: auto;
    }

    .showcasehead h2 {
        font-weight: var(--fw-xxl);
        font-size: 35px;
    }

    .showcasehead h5 {
        font-weight: var(--fw-sm);
        font-size: 17px;
    }

    #carousel2 .splide__pagination__page {
        display: none;
    }

    #carousel2 .splide__slide {
        background-color: var(--tertiary);
        border-radius: 30px;
        padding: 50px;
    }

    #carousel2 .splide__slide .projectdiv {
        display: grid;
        grid-template-columns: 45% 45%;
        justify-content: space-evenly;
        align-items: center;
    }

    #carousel2 .splide__slide .projectdiv .projectct .prjtlogo {
        margin-bottom: 15px;
    }

    #carousel2 .splide__slide .projectdiv .projectct h5 {
        font-weight: var(--fw-xxl);
        font-size: 20px;
        margin-bottom: 15px;
        color: var(--text-primary);
    }

    #carousel2 .splide__slide .projectdiv .projectct h6 {
        font-weight: var(--fw-sm);
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
        color: var(--text-secondary);
    }

    #carousel2 .splide__slide .iconsct {
        display: grid;
        grid-template-columns: repeat(3, 33%);
        align-items: center;
        justify-content: space-between;
        background-color: #DADADA;
        border: 2px solid #0000000A;
        padding: 15px 5px;
        border-radius: 5px;
    }

    #carousel2 .iconsct h6 {
        color: var(--text-secondary);
        font-size: 12px !important;
        font-weight: var(--fw-sm);
        line-height: 15px !important;
    }

    #carousel2 .splide__arrow {
        top: 107%;
        opacity: 1;
    }

    #carousel2 .splide__arrow--prev {
        left: 47%;
    }

    #carousel2 .splide__arrow--next {
        left: 52%;
    }

    #carousel2 .splide__arrow--next,
    #carousel2 .splide__arrow--prev {
        background-color: var(--text-primary);
        height: 30px;
        width: 30px;
    }

    #carousel2 .splide__arrow svg {
        fill: var(--secondary);
        height: 15px;
        width: 15px;
    }

    /* Trust */
    .trust {
        width: 100%;
        margin-top: 125px;
    }

    .trustdiv {
        width: 85%;
        margin: auto;
    }

    /* .trustdiv .cardmain marquee img {
        margin: 0px 30px;
        filter: grayscale(1);
        transition: var(--transition);
    } */

    #carousel3 .splide__arrow--next,
    #carousel3 .splide__arrow--prev {
        display: none;
    }

    #carousel3 .splide__pagination__page {
        display: none;
    }

    /* .trustdiv .cardmain marquee img:hover {
        filter: grayscale(0);
    } */

    /* Contact */
    .contact {
        width: 100%;
        margin: 125px auto;
    }

    .contactdiv {
        width: 85%;
        margin: auto;
    }

    .contact .cardmain {
        background-color: var(--tertiary);
        border-radius: 30px;
        padding: 50px;
        border: 1px solid var(--border);
    }

    .contactform {
        display: grid;
        grid-template-columns: 45% 45%;
        /* align-items: center; */
        justify-content: space-evenly;
    }

    .contactform .contactleft h1 {
        font-weight: var(--fw-xl);
        font-size: 50px;
        margin-bottom: 20px;
        background: linear-gradient(to bottom right, #111317, #535353);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .contactform .contactleft h6 {
        font-weight: var(--fw-sm);
        font-size: 15px;
        color: var(--text-primary);
    }

    .contactform .contactright label {
        font-weight: var(--fw-xl);
        font-size: 20px;
        margin-bottom: 5px;
        color: var(--text-primary);
    }

    .contactform .contactright .form-control {
        background-color: transparent;
        font-size: 14px;
        border: 2px solid var(--border);
        border-radius: 5px;
        color: var(--text-secondary);
    }

}

@media screen and (min-width: 767px) and (max-width: 1098px) {

    /* Home BG */
    .img-background {
        position: relative;
        height: 90vh;
        width: 100%;
        z-index: 0;
    }

    #bg-img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
    }

    .content {
        position: relative;
        width: 60%;
        z-index: 1;
        text-align: center;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .content h1 {
        font-size: 50px;
        font-weight: var(--fw-xl);
        background: linear-gradient(to bottom right, #111317, #535353);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .content h6 {
        font-size: 15px;
        color: var(--text-secondary);
        letter-spacing: 0.2px;
        line-height: 25px;
        font-weight: var(--fw-sm);
        width: 95%;
        margin: auto;
    }

    /* Heading CSS */
    .cardhead h2,
    .featurehead h2,
    .clienthead h2,
    .agilehead h2,
    .trusthead h2,
    .contacthead h2,
    .technologieshead h2 {
        font-weight: var(--fw-xxl);
        font-size: 25px;
        background: linear-gradient(to right, #111317, #535353);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .cardhead h5,
    .featurehead h5,
    .clienthead h5,
    .agilehead h5,
    .trusthead h5,
    .contacthead h5,
    .technologieshead h5 {
        font-weight: var(--fw-sm);
        font-size: 15px;
        color: var(--text-primary);
    }

    /* Logos */
    .logos {
        width: 100%;
    }

    .logosdiv {
        width: 90%;
        margin: auto;
        background: #0000000A;
        border: 1px solid #00000014;
        border-radius: 5px;
        display: grid;
        align-items: center;
        justify-content: space-evenly;
        grid-template-columns: repeat(4, 1fr);
        padding: 20px;
    }

    .logosdiv img {
        height: 30px !important;
    }

    /* Who We Are */
    .whoweare {
        width: 100%;
        margin-top: 100px;
    }

    .whowearediv {
        width: 90%;
        display: grid;
        grid-template-columns: 45% 45%;
        justify-content: space-evenly;
        margin: auto;
    }

    .wwdiv1 h2 {
        width: 70%;
        font-weight: var(--fw-xxl);
        font-size: 35px;
        color: var(--text-primary);
    }

    .wwdiv2 h6 {
        font-weight: var(--fw-sm);
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.3px;
        color: var(--text-secondary);
    }

    /* Card */
    .cards {
        width: 100%;
        margin-top: 100px;
    }

    .carddiv1,
    .carddiv2 {
        width: 90%;
        margin: auto;
    }

    .cardmain {
        margin-top: 50px;
    }

    .cardmain .col-xl-6 img {
        border-radius: 20px 20px 0px 0px;
    }

    .cardmain .cardcntnt {
        background: #0000000A;
        border: 1px solid #00000014;
        border-radius: 0px 0px 20px 20px;
        height: 325px;
    }

    .cardmain .col-xl-6 .cardcntnt h5 {
        font-weight: var(--fw-xl);
        font-size: 20px;
        color: var(--text-primary);
    }

    .cardmain .col-xl-6 .cardcntnt h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        color: var(--text-secondary);
    }

    .carddiv2 .cardmain .cardgrp01 .cardct {
        height: 250px;
        background-color: #00000014;
        border-radius: 15px;
        border: 2px solid #0000000A;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0px 20px;
    }

    .carddiv2 .cardmain .cardgrp02 .cardct {
        height: 510px;
        background-color: #00000014;
        border-radius: 15px;
        border: 2px solid #0000000A;
        padding: 20px 10px;
    }

    .cardgrp01 .cardct h1 {
        font-weight: var(--fw-xxl);
        font-size: 35px;
        margin-bottom: 10px;
    }

    .cardgrp01 .cardct h5 {
        font-weight: var(--fw-lg);
        font-size: 15px;
        margin-bottom: 10px;
        color: var(--text-primary);
    }

    .cardgrp01 .cardct h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        margin-bottom: 10px;
        color: var(--text-secondary);
    }

    .carddiv2 .cardmain .cardgrp02 {
        background: url('../images/home/Innovation.png') no-repeat center center;
        background-size: 100% 50%;
        border-radius: 0px 0px 15px 15px;
        background-position: bottom right;
    }

    .cardgrp02 .cardct h1 {
        font-weight: var(--fw-xxl);
        font-size: 30px;
        margin-bottom: 10px;
    }

    .cardgrp02 .cardct button {
        margin-top: 0px !important;
    }

    /* Features */
    .features {
        width: 100%;
        margin-top: 100px;
    }

    .featuresdiv {
        width: 90%;
        margin: auto;
    }

    .cardmain .col-xl-3 a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .cardmain .col-xl-3:hover .featureimg {
        filter: drop-shadow(2px 2px 7px #888);
        /* box-shadow: 5px 5px 4px #888; */
        transition: var(--transition);
    }

    .features .featureshidden {
        display: none;
    }

    .cardmain .featureimg {
        background-color: var(--tertiary);
        border-radius: 50%;
        width: 75px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }

    .cardmain .featurect h5 {
        font-weight: var(--fw-xl);
        font-size: 15px;
        margin-bottom: 10px;
        color: var(--text-primary);
    }

    .cardmain .featurect h6 {
        font-weight: var(--fw-sm);
        font-size: 10px;
        margin-bottom: 10px;
        line-height: 20px;
        color: var(--text-secondary);
    }

    /* Technologies */
    .technologies {
        width: 100%;
        margin-top: 100px;
    }

    .technologiesdiv {
        width: 90%;
        margin: auto;
    }

    .tabbuttons {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px auto;
        padding: 3px 2px;
        border-radius: 25px;
    }

    .tabbtnsdiv {
        position: relative;
        cursor: pointer;
    }

    .tabbtnsdiv h5 {
        font-size: 14px;
    }

    .tabbtnsdiv img {
        position: absolute;
        width: 100%;
        bottom: 0px;
        display: none;
    }

    .tabbtns {
        color: var(--text-secondary);
        font-weight: var(--fw-lg);
        font-size: 15px;
        transition: 0.3s ease-in-out;
    }

    .tabbtns:hover,
    .tabbtnsactive {
        color: var(--text-primary);
    }

    .tabbtns.tabbtnsactive+img {
        display: block;
    }

    .technologiesdiv .techicons {
        margin-top: 0px;
    }

    .technologiesdiv .techicons .row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .technologiesdiv .techicons .row .col {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 30px auto 0px auto;
        flex-direction: column;
    }

    .technologiesdiv .techicons .row .col h6 {
        font-weight: var(--fw-lg);
        margin-top: 20px;
        font-size: 12px;
        color: var(--text-primary);
    }

    .technologiesdiv .techicons .row .col img {
        height: 50px !important;
    }

    .hidden {
        display: none;
    }

    /* Clients */
    .clients {
        width: 100%;
        margin-top: 100px;
    }

    .clientdiv {
        width: 90%;
        margin: auto;
    }

    #carousel1 .splide__pagination__page {
        display: none;
    }

    #carousel1 .splide__slide {
        background-color: var(--tertiary);
        border-radius: 30px;
    }

    #carousel1 .splide__slide .clientct {
        background: url('../images/home/clientclbg.png') no-repeat center center;
        background-size: contain;
        background-position: top right;
        padding: 50px;
    }

    #carousel1 .splide__slide .clientcntnt {
        width: 90%;
        margin: auto;
    }

    #carousel1 .splide__slide .clientcntnt div img {
        border-radius: 50%;
    }

    #carousel1 .splide__slide .clientcntnt div h5 {
        font-weight: var(--fw-xl);
        font-size: 14px;
        color: var(--text-primary);
    }

    #carousel1 .splide__slide .clientcntnt div h6 {
        font-weight: var(--fw-sm);
        font-size: 14px;
        color: var(--text-secondary);
    }

    #carousel1 .splide__slide .clientcntnt h6 {
        line-height: 30px;
        font-size: 15px;
        font-weight: var(--fw-sm);
        color: var(--text-primary);
    }

    #carousel1 .splide__arrow {
        top: 107%;
        opacity: 1;
    }

    #carousel1 .splide__arrow--prev {
        left: 45%;
    }

    #carousel1 .splide__arrow--next {
        left: 55%;
    }

    #carousel1 .splide__arrow--next,
    #carousel1 .splide__arrow--prev {
        background-color: var(--text-primary);
        height: 30px;
        width: 30px;
    }

    #carousel1 .splide__arrow svg {
        fill: var(--secondary);
        height: 15px;
        width: 15px;
    }

    /* Agile */
    .agile {
        width: 100%;
        margin-top: 150px;
    }

    .agilediv {
        width: 90%;
        margin: auto;
    }

    .agile #bg-video {
        height: 350px;
        border-radius: 20px;
    }

    /* Showcase */
    .showcase {
        width: 100%;
        margin-top: 100px;
    }

    .showcasediv {
        width: 90%;
        margin: auto;
    }

    .showcasehead h2 {
        font-weight: var(--fw-xxl);
        font-size: 25px;
    }

    .showcasehead h5 {
        font-weight: var(--fw-sm);
        font-size: 15px;
    }

    #carousel2 .splide__pagination__page {
        display: none;
    }

    #carousel2 .splide__slide {
        background-color: var(--tertiary);
        border-radius: 30px;
        padding: 25px;
    }

    #carousel2 .splide__slide .projectdiv {
        display: grid;
        grid-template-columns: 45% 45%;
        justify-content: space-evenly;
        align-items: center;
    }

    #carousel2 .splide__slide .projectdiv .projectct .prjtlogo {
        margin-bottom: 15px;
        height: 30px !important;
    }

    #carousel2 .splide__slide .projectdiv .projectct h5 {
        font-weight: var(--fw-xxl);
        font-size: 17px;
        margin-bottom: 10px;
        color: var(--text-primary);
    }

    #carousel2 .splide__slide .projectdiv .projectct h6 {
        font-weight: var(--fw-sm);
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
        color: var(--text-secondary);
    }

    #carousel2 .splide__slide .iconsct {
        display: grid;
        grid-template-columns: repeat(3, 30%);
        align-items: center;
        justify-content: space-evenly;
        background-color: #DADADA;
        border: 2px solid #0000000A;
        padding: 10px 5px;
        border-radius: 5px;
    }

    #carousel2 .iconsct div {
        gap: 10px !important;
    }

    #carousel2 .iconsct img {
        height: 20px !important;
    }

    #carousel2 .iconsct .iconsdiv {
        gap: 10px !important;
    }

    #carousel2 .iconsct h6 {
        font-size: 8px !important;
        font-weight: var(--fw-sm);
        line-height: 10px !important;
        color: var(--text-secondary);
    }

    #carousel2 .splide__arrow {
        top: 107%;
        opacity: 1;
    }

    #carousel2 .splide__arrow--prev {
        left: 45%;
    }

    #carousel2 .splide__arrow--next {
        left: 55%;
    }

    #carousel2 .splide__arrow--next,
    #carousel2 .splide__arrow--prev {
        background-color: var(--text-primary);
        height: 30px;
        width: 30px;
    }

    #carousel2 .splide__arrow svg {
        fill: var(--secondary);
        height: 15px;
        width: 15px;
    }

    /* Trust */
    .trust {
        width: 100%;
        margin-top: 125px;
    }

    .trustdiv {
        width: 90%;
        margin: auto;
    }

    /* .trustdiv .cardmain marquee img {
        margin: 0px 30px;
        height: 40px !important;
    } */

    .trustdiv #carousel3 img {
        height: 35px !important;
    }

    #carousel3 .splide__arrow--next,
    #carousel3 .splide__arrow--prev {
        display: none;
    }

    #carousel3 .splide__pagination__page {
        display: none;
    }

    /* Contact */
    .contact {
        width: 100%;
        margin: 125px auto;
    }

    .contactdiv {
        width: 90%;
        margin: auto;
    }

    .contact .cardmain {
        background-color: var(--tertiary);
        border-radius: 30px;
        padding: 25px;
    }

    .contactform {
        display: grid;
        grid-template-columns: 45% 45%;
        /* align-items: center; */
        justify-content: space-between;
    }

    .contactform .contactleft h1 {
        font-weight: var(--fw-xl);
        font-size: 30px;
        margin-bottom: 20px;
        background: linear-gradient(to bottom right, #111317, #535353);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .contactform .contactleft h6 {
        font-weight: var(--fw-sm);
        font-size: 15px;
        color: var(--text-primary);
    }

    .contactform .contactright label {
        font-weight: var(--fw-xl);
        font-size: 17px;
        margin-bottom: 5px;
        color: var(--text-primary);
    }

    .contactform .contactright .form-control {
        background-color: transparent;
        font-size: 13px;
        border: 2px solid var(--border);
        border-radius: 5px;
        color: var(--text-secondary);
    }

}

@media screen and (max-width: 767px) {

    /* Home BG */
    .img-background {
        position: relative;
        height: 80vh;
        width: 100%;
        z-index: 0;
    }

    #bg-img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: translate(-50%, -50%);
    }

    .content {
        position: relative;
        width: 100%;
        z-index: 1;
        text-align: center;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .content h1 {
        font-size: 45px;
        font-weight: var(--fw-xxl);
        background: linear-gradient(to bottom right, #111317, #535353);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .content h6 {
        font-size: 15px;
        color: var(--text-secondary);
        letter-spacing: 0.2px;
        line-height: 25px;
        font-weight: var(--fw-sm);
        width: 95%;
        margin: auto;
    }

    /* Heading CSS */
    .cardhead h2,
    .featurehead h2,
    .clienthead h2,
    .agilehead h2,
    .trusthead h2,
    .contacthead h2,
    .technologieshead h2 {
        font-weight: var(--fw-xxl);
        font-size: 25px;
        background: linear-gradient(to right, #111317, #535353);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .cardhead h5,
    .featurehead h5,
    .clienthead h5,
    .agilehead h5,
    .trusthead h5,
    .contacthead h5,
    .technologieshead h5 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        color: var(--text-primary);
    }

    /* Logos */
    .logos {
        width: 100%;
    }

    .logosdiv {
        width: 95%;
        margin: auto;
        background: #0000000A;
        border: 1px solid #00000014;
        border-radius: 5px;
        display: grid;
        align-items: center;
        justify-content: space-evenly;
        grid-template-columns: repeat(2, 1fr);
        padding: 10px;
    }

    .logosdiv img {
        height: 30px !important;
        margin-bottom: 20px;
    }

    /* Who We Are */
    .whoweare {
        width: 100%;
        margin-top: 75px;
    }

    .whowearediv {
        width: 95%;
        margin: auto;
    }

    .wwdiv1 h2 {
        width: 90%;
        font-weight: var(--fw-xxl);
        font-size: 25px;
        text-align: center;
        margin: 0px auto 15px auto;
        color: var(--text-primary);
    }

    .wwdiv2 h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 0.3px;
        text-align: center;
        color: var(--text-secondary);
    }

    /* Card */
    .cards {
        width: 100%;
        margin-top: 75px;
    }

    .carddiv1,
    .carddiv2 {
        width: 95%;
        margin: auto;
    }

    .cardmain {
        margin-top: 30px;
    }

    .cards .carddiv1 .row,
    .cards .carddiv2 .row,
    .features .featuresdiv .row {
        --bs-gutter-x: 0rem;
        padding: 0px !important;
        margin: auto 0px !important;
    }

    .cardmain .col-xl-6 img {
        border-radius: 20px 20px 0px 0px;
    }

    .cardmain .cardcntnt {
        background: #0000000A;
        border: 1px solid #00000014;
        border-radius: 0px 0px 20px 20px;
        margin-bottom: 10px;
    }

    .cardmain .col-xl-6 .cardcntnt h5 {
        font-weight: var(--fw-xl);
        font-size: 18px;
        color: var(--text-primary);
    }

    .cardmain .col-xl-6 .cardcntnt h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        color: var(--text-secondary);
    }

    .carddiv2 .cardmain .cardgrp01 .cardct {
        height: 200px;
        background-color: #00000014;
        border-radius: 15px;
        border: 2px solid #0000000A;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0px 10px;
    }

    .carddiv2 .cardmain .cardgrp02 .cardct {
        height: 410px;
        background-color: #00000014;
        border-radius: 15px;
        border: 2px solid #0000000A;
        padding: 20px 10px;
        margin: 10px auto;
    }

    .cardgrp01 .cardct h1 {
        font-weight: var(--fw-xxl);
        font-size: 35px;
        margin-bottom: 10px;
    }

    .cardgrp01 .cardct h5 {
        font-weight: var(--fw-lg);
        font-size: 15px;
        margin-bottom: 10px;
        color: var(--text-primary);
    }

    .cardgrp01 .cardct h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        margin-bottom: 10px;
        color: var(--text-secondary);
    }

    .carddiv2 .cardmain .cardgrp02 {
        background: url('../images/home/Innovation.png') no-repeat center center;
        background-size: 100% 70%;
        border-radius: 0px 0px 15px 15px;
        background-position: bottom right;
    }

    .cardgrp02 .cardct h1 {
        font-weight: var(--fw-xxl);
        font-size: 30px;
        margin-bottom: 10px;
    }

    .cardgrp02 .cardct button {
        margin-top: 0px !important;
    }

    /* Features */
    .features {
        width: 100%;
        margin-top: 75px;
    }

    .featuresdiv {
        width: 95%;
        margin: auto;
    }

    .cardmain .col-xl-3 a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .cardmain .col-xl-3:hover .featureimg {
        filter: drop-shadow(2px 2px 7px #888);
        /* box-shadow: 5px 5px 4px #888; */
        transition: var(--transition);
    }

    .features .featureshidden {
        display: none;
    }

    .cardmain .featureimg {
        background-color: var(--tertiary);
        border-radius: 50%;
        width: 75px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }

    .cardmain .featurect h5 {
        font-weight: var(--fw-xl);
        font-size: 17px;
        margin-bottom: 10px;
        color: var(--text-primary);
    }

    .cardmain .featurect h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 20px;
        color: var(--text-secondary);
    }

    /* Technologies */
    .technologies {
        width: 100%;
        margin-top: 75px;
    }

    .technologiesdiv {
        width: 95%;
        margin: auto;
    }

    .tabbuttons {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        align-items: center;
        margin: 0px auto;
        padding: 3px 2px;
        border-radius: 25px;
    }

    .tabbtnsdiv {
        position: relative;
        cursor: pointer;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .tabbtnsdiv h5 {
        font-size: 14px;
    }

    .tabbtnsdiv img {
        position: absolute;
        width: 50%;
        bottom: 0px;
        display: none;
    }

    .tabbtns {
        color: var(--text-secondary);
        font-weight: var(--fw-lg);
        font-size: 13px;
        transition: 0.3s ease-in-out;
    }

    .tabbtns:hover,
    .tabbtnsactive {
        color: var(--text-primary);
    }

    .tabbtns.tabbtnsactive+img {
        display: block;
    }

    .technologiesdiv .techicons {
        margin-top: 0px;
    }

    .technologiesdiv .techicons .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .technologiesdiv .techicons .row .col {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 30px auto 0px auto;
        flex-direction: column;
    }

    .technologiesdiv .techicons .row .col h6 {
        font-weight: var(--fw-sm);
        margin-top: 20px;
        font-size: 10px;
        color: var(--text-primary);
    }

    .technologiesdiv .techicons .row .col img {
        height: 50px !important;
    }

    .hidden {
        display: none;
    }

    /* Clients */
    .clients {
        width: 100%;
        margin-top: 75px;
    }

    .clientdiv {
        width: 95%;
        margin: auto;
    }

    #carousel1 .splide__pagination__page {
        display: none;
    }

    #carousel1 .splide__slide {
        background-color: var(--tertiary);
        border-radius: 30px;
    }

    #carousel1 .splide__slide .clientct {
        background: url('../images/home/clientclbg.png') no-repeat center center;
        background-size: contain;
        background-position: top right;
        padding: 25px;
    }

    #carousel1 .splide__slide .clientcntnt {
        width: 100%;
        margin: auto;
    }

    #carousel1 .splide__slide .clientcntnt div img {
        border-radius: 50%;
    }

    #carousel1 .splide__slide .clientcntnt div h5 {
        font-weight: var(--fw-xl);
        font-size: 13px;
        color: var(--text-primary);
    }

    #carousel1 .splide__slide .clientcntnt div h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        color: var(--text-secondary);
    }

    #carousel1 .splide__slide .clientcntnt h6 {
        line-height: 25px;
        font-size: 13px;
        font-weight: var(--fw-sm);
        color: var(--text-primary);
    }

    #carousel1 .splide__arrow {
        top: 107%;
        opacity: 1;
    }

    #carousel1 .splide__arrow--prev {
        left: 10%;
    }

    #carousel1 .splide__arrow--next {
        left: 80%;
    }

    #carousel1 .splide__arrow--next,
    #carousel1 .splide__arrow--prev {
        background-color: var(--text-primary);
        height: 30px;
        width: 30px;
    }

    #carousel1 .splide__arrow svg {
        fill: var(--secondary);
        height: 15px;
        width: 15px;
    }

    /* Agile */
    .agile {
        width: 100%;
        margin-top: 100px;
    }

    .agilediv {
        width: 95%;
        margin: auto;
    }

    .agile #bg-video {
        border-radius: 20px;
    }

    /* Showcase */
    .showcase {
        width: 100%;
        margin-top: 75px;
    }

    .showcasediv {
        width: 95%;
        margin: auto;
    }

    .showcasehead h2 {
        font-weight: var(--fw-xxl);
        font-size: 25px;
    }

    .showcasehead h5 {
        font-weight: var(--fw-sm);
        font-size: 13px;
    }

    #carousel2 .splide__pagination__page {
        display: none;
    }

    #carousel2 .splide__slide {
        background-color: var(--tertiary);
        border-radius: 30px;
        padding: 25px;
    }

    #carousel2 .splide__slide .projectdiv {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    #carousel2 .splide__slide .projectdiv .projectimg {
        margin-bottom: 20px;
    }

    #carousel2 .splide__slide .projectdiv .projectct .prjtlogo {
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto 20px auto;
    }

    #carousel2 .splide__slide .projectdiv .projectct h5 {
        font-weight: var(--fw-xxl);
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
        color: var(--text-primary);
    }

    #carousel2 .splide__slide .projectdiv .projectct h6 {
        font-weight: var(--fw-sm);
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: center;
        color: var(--text-secondary);
    }

    #carousel2 .splide__slide .iconsct {
        display: grid;
        grid-template-columns: repeat(3, 30%);
        align-items: center;
        justify-content: space-between;
        background-color: #DADADA;
        border: 2px solid #0000000A;
        padding: 10px 5px;
        border-radius: 5px;
    }

    #carousel2 .iconsct .iconsdiv {
        gap: 5px !important;
    }

    #carousel2 .iconsct img {
        height: 20px !important;
        width: 20px;
        margin: auto;
    }

    #carousel2 .iconsct h6 {
        font-size: 8px !important;
        font-weight: var(--fw-sm);
        line-height: 10px !important;
        color: var(--text-secondary);
    }

    #carousel2 .splide__arrow {
        top: 105%;
        opacity: 1;
    }

    #carousel2 .splide__arrow--prev {
        left: 10%;
    }

    #carousel2 .splide__arrow--next {
        left: 80%;
    }

    #carousel2 .splide__arrow--next,
    #carousel2 .splide__arrow--prev {
        background-color: var(--text-primary);
        height: 30px;
        width: 30px;
    }

    #carousel2 .splide__arrow svg {
        fill: var(--secondary);
        height: 15px;
        width: 15px;
    }

    /* Trust */
    .trust {
        width: 100%;
        margin-top: 100px;
    }

    .trustdiv {
        width: 95%;
        margin: auto;
    }

    /* .trustdiv .cardmain marquee img {
        margin: 0px 25px;
        height: 35px !important;
    } */

    #carousel3 .splide__arrow--next,
    #carousel3 .splide__arrow--prev {
        display: none;
    }

    #carousel3 .splide__pagination__page {
        display: none;
    }

    /* Contact */
    .contact {
        width: 100%;
        margin-top: 100px;
    }

    .contactdiv {
        width: 95%;
        margin: auto;
    }

    .contact .cardmain {
        background-color: var(--tertiary);
        border-radius: 30px;
        padding: 20px;
    }

    .contactform {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contactform .contactleft {
        margin-bottom: 20px;
    }

    .contactform .contactleft h1 {
        font-weight: var(--fw-xl);
        font-size: 30px;
        margin-bottom: 20px;
        background: linear-gradient(to bottom right, #111317, #535353);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .contactform .contactleft h6 {
        font-weight: var(--fw-sm);
        font-size: 15px;
        color: var(--text-primary);
    }

    .contactform .contactright label {
        font-weight: var(--fw-xl);
        font-size: 17px;
        margin-bottom: 5px;
        color: var(--text-primary);
    }

    .contactform .contactright .form-control {
        background-color: transparent;
        font-size: 13px;
        border: 2px solid var(--border);
        border-radius: 5px;
        color: var(--text-secondary);
    }

}