@media screen and (max-width: 767px) {
    .header-btns a {
        display: none;
    }

    header {
        background: #fff;
        padding: 13px 0px
    }

    .banner-content {
        margin-left: 1rem;
    }

    .banner-content h6 {
        color: #FFF;
        font-family: 'Hanken Grotesk';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 97px;
        letter-spacing: 7.72px;
        text-transform: uppercase;
        line-height: 15px;
        -webkit-box-reflect: below 0px linear-gradient(transparent, #ededed61);
        margin-bottom: 0px;
    }

    .banner-content h5 {
        color: #FFF;
        font-family: "Hanken Grotesk", sans-serif;
        font-size: 47px;
        font-style: normal;
        font-weight: 500;
        line-height: 58px;
        letter-spacing: -3px;
    }

    .banner-content h5 span {
        color: #FFF;
        font-family: "Hanken Grotesk", sans-serif;
        font-size: 47px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: -3px;
    }

    .button-l {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        padding: 0 36px;
        border-radius: 45px;
    }

    .banner-sec {
        height: revert;
    }

    .banner-call h3 a {
        color: #FFF;
        font-family: 'Hanken Grotesk';
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        transition: .3s;
        line-height: 23px;
    }

    .banner-call img {
        width: 30px;
    }

    .banner-call h4 {
        color: #9B9B9B;
        font-family: 'Hanken Grotesk';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .banner-call {
        display: flex;
        gap: 8px;
        justify-content: start;
        align-items: center;
    }

    .footer-marq {
        color: #4b4b4b;
    }

    .copy-right h6 {
        text-align: center;
        margin-top: 8px;
    }

    .copy-right {
        height: revert;
        padding: 10px 10px;
        text-align: center;
    }


    .mt-50 {
        margin-top: 34px;
    }

    .brand-section {
        margin-top: -8px;
    }

    .brand-section {
        padding: 19px 0px;
    }

    .who-sec::after {
        content: "";
        background-image: url(../images/wheel2.png);
        display: flex;
        width: 200px;
        height: 200px;
        background-size: cover;
        position: absolute;
        right: -114px;
        animation: rotate-wheel2 100s linear infinite;
        top: -64px;
        rotate: 35deg;
    }

    .who-sec::before {
        content: "";
        background-image: url(../images/wheel1.png);
        display: flex;
        width: 200px;
        height: 200px;
        background-size: cover;
        position: absolute;
        left: -122px;
        animation: rotate-wheel 100s linear infinite;
        top: 275px;
    }

    .who-are-you-content p {
        color: #FFF;
        font-family: "Questrial", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        margin-top: 11px;
    }

    .who-are-you-content h5 {
        font-size: 50px;
        font-weight: 600;
        margin-top: 18px;
    }

    .who-are-you-content button {
        margin-top: 22px;
        width: 150px;
    }

    .laptop-grill-wrap h5 {
        font-size: 50px;
        font-weight: 600;
        margin-top: 18px;
    }

    #s_services {
        background: #0A0A0D;
        padding: 0px 0px;
    }

    .our-service h5 {
        font-size: 50px;
        font-weight: 600;
        margin-top: 18px;
    }

    .hover-laptop-wrap div h2 {
        color: #FFF;
        font-family: 'Hanken Grotesk';
        font-size: 22px;
        transform: translateX(0px);
        letter-spacing: -1px;
    }

    .hover-laptop-wrap:hover {
        background-image: url(../../assets/images/hover-laptop-bg.png);
        background-repeat: no-repeat;
        padding: revert;
    }

    .hover-laptop-wrap {
        padding: 10px;
    }

    .hover-laptop-wrap:hover div h2 {
        opacity: 1;
        transform: translateX(4px);
    }

    .portfolio-bg {
        background: #0A0A0D;
        padding: 10px;
    }

    .portfolio-bg h5 {
        font-size: 50px;
        font-weight: 600;
        margin-top: 18px;
        text-align: center;
    }

    .portfolio-bg h6 {
        text-align: center;
    }

    .portfolio-tabs .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: space-between;
        flex-wrap: wrap;
        justify-content: center;
        gap: 11px;
        margin-top: 15px;
        margin-bottom: 20px;
    }



    .slider-wrap h5 {
        margin-top: 0px;
        color: #FFF;
        font-family: 'Hanken Grotesk';
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 41px;
        letter-spacing: 0px;
    }

    .slider-wrap button {
        width: 123px;
        margin-bottom: 8px;
    }

    .happy .card {
        background: rgba(10, 10, 13, 0.5);
        height: revert;
        padding: 19px;
        color: #fff;
        border-radius: 20px;
        border: 1px solid #424242;
        position: relative;
        z-index: 1;
        backdrop-filter: blur(20px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .contact-bg .container {
        background-image: url(../images/contact-bg.png);
        background-size: cover;
        padding: 15px;
        border-radius: 25px;
    }

    .contact-bg {
        background: #0A0A0D;
        padding: 0px 0px;
    }

    .contact-bg h5 {
        margin-bottom: 27px;
    }

    .footer-sec {
        background: #0A0A0D;
        padding: 10px;
    }

}

@media screen and (min-width:768px) and (max-width: 1023px) {

    .footer-marq {
        color: #4b4b4b;
    }

    .copy-right h6 {
        text-align: center;
        margin-top: 8px;
    }

    .copy-right {
        height: revert;
        padding: 10px 10px;
        text-align: center;
    }

    .contact-bg h5 {
        margin-bottom: 27px;
    }

    .contact-bg {
        background: #0A0A0D;
        padding: 0px 0px;
    }

    .happy .card {
        background: rgba(10, 10, 13, 0.5);
        height: revert;
        padding: 19px;
        color: #fff;
        border-radius: 20px;
        border: 1px solid #424242;
        position: relative;
        z-index: 1;
        backdrop-filter: blur(20px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .portfolio-tabs .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: space-between;
        flex-wrap: wrap;
        justify-content: center;
        gap: 11px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .portfolio-bg h5 {
        text-align: center;
    }

    .portfolio-bg h6 {
        text-align: center;
    }


    .slider-wrap h5 {
        margin-top: 0px;
        color: #FFF;
        font-family: 'Hanken Grotesk';
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 41px;
        letter-spacing: 0px;
    }

    .slider-wrap button {
        width: 123px;
        margin-bottom: 8px;
    }

    .header-btns a {
        display: none;
    }

    .brand-section {
        margin-top: -8px;
    }


    header {
        background: #fff;
        padding: 13px 0px;
    }

    .banner-content {
        margin-left: 1rem;
    }

    .banner-content h6 {
        color: #FFF;
        font-family: 'Hanken Grotesk';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 97px;
        letter-spacing: 7.72px;
        text-transform: uppercase;
        line-height: 15px;
        -webkit-box-reflect: below 0px linear-gradient(transparent, #ededed61);
        margin-bottom: 0px;
    }

    .banner-content h5 {
        color: #FFF;
        font-family: "Hanken Grotesk", sans-serif;
        font-size: 77px;
        font-style: normal;
        font-weight: 500;
        line-height: 90px;
        letter-spacing: -3px;
    }

    .banner-content h5 span {
        color: #FFF;
        font-family: "Hanken Grotesk", sans-serif;
        font-size: 77px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: -3px;
    }

    .button-l {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        padding: 0 36px;
        border-radius: 45px;
    }

    .banner-sec {
        height: revert;
    }

    .who-sec::after {
        content: "";
        background-image: url(../images/wheel2.png);
        display: flex;
        width: 200px;
        height: 200px;
        background-size: cover;
        position: absolute;
        right: -114px;
        animation: rotate-wheel2 100s linear infinite;
        top: -64px;
        rotate: 35deg;
    }

    .who-sec::before {
        content: "";
        background-image: url(../images/wheel1.png);
        display: flex;
        width: 200px;
        height: 200px;
        background-size: cover;
        position: absolute;
        left: -122px;
        animation: rotate-wheel 100s linear infinite;
        top: 275px;
    }

    .who-are-you-content h5 {
        font-size: 46px;
        font-weight: 600;
        margin-top: 17px;
    }

    .who-are-you-content p {
        color: #FFF;
        font-family: "Questrial", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    #s_services {
        background: #0A0A0D;
        padding: 0px 0px;
    }

    .banner-call {
        display: flex;
        gap: 8px;
        justify-content: start;
        align-items: center;
    }

    .mt-50 {
        margin-top: 34px;
    }

    .hover-laptop-wrap div h2 {
        color: #FFF;
        font-family: 'Hanken Grotesk';
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        transform: translateX(0px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        letter-spacing: -2px;
    }


}

@media screen and (max-width: 1024px) {
    .header-btns a {
        display: none;
    }

    header {
        background: #fff;
        padding: 13px 0px;
    }

    .banner-content h5 span {
        font-size: 60px;
    }

    .banner-content h5 {
        color: #FFF;
        font-family: "Hanken Grotesk", sans-serif;
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: -2px;
    }

    .banner-content h6 {
        color: #FFF;
        font-family: 'Hanken Grotesk';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 6.72px;
        line-height: 11px;
        margin-bottom: 0px;
    }

    .banner-content {
        margin-left: 1rem;
    }

    .button-l {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        padding: 0 36px;
        border-radius: 45px;
    }

    .banner-call h3 a {
        color: #FFF;
        font-family: 'Hanken Grotesk';
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        transition: .3s;
        line-height: 23px;
    }

    .banner-call img {
        width: 30px;
    }

    .banner-call h4 {
        color: #9B9B9B;
        font-family: 'Hanken Grotesk';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .banner-call {
        display: flex;
        gap: 8px;
        justify-content: start;
        align-items: center;
    }

    .brand-section {
        margin-top: -7px;
    }
}

@media screen and (max-width: 1440px) {
    header {
        background: #fff;
        padding: 13px 0px;
    }

    .header-btns a {
        display: none;
    }

}