@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 768px) {
        .closebtn {
          display: none;
        }
      }
      @media (max-width: 767px) {
        .get-in-touch,
        .header-navigation ul {
          display: block;
        }

        .header-navigation {
          position: fixed;
          right: 0px;
          left: inherit;
          top: 0px;
          height: 100%;
          background: rgba(0, 0, 0, 0.6);
          z-index: 99999;
          display: flex;
          align-items: flex-start;
          justify-content: center;
          width: 250px;
          padding-top: 80px;
        }

        #sidebar {
          opacity: 0;
          width: 0px;
        }

        .header-toggle {
          display: flex;
        }

        .header-navigation ul li {
          margin: 0px;
          text-align: left;
          width: 100%;
        }

        .header-btn {
          display: none;
        }

        .header-navigation ul li a {
          font-size: 20px;
          margin-bottom: 15px;
          font-weight: 800;
          display: block;
          width: fit-content;
          text-align: left;
        }
      }

@media (max-width: 990px) {
    .get-in-touch {
        display: block;
    }
    .header-navigation {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #020202;

        z-index: 99999;
        display: flex;
        justify-content: end;
    }
    #sidebar {
        opacity: 0;
        width: 0px;
    }
    .header-toggle {
        display: flex;
    }
    .header-navigation ul li {
        margin: 0px;
    }
    .header-btn {
        display: none;
    }
    .header-navigation ul li a {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 800;
        display: block;
        width: fit-content;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .kind-title h2 {
        font-size: 35px;
    }
    .one-step-sec {
        padding: 60px 0;
    }
    .counter-box h2 {
        font-size: 35px;
    }
    .title-heading {
        font-size: 30px;
    }
    .partner-content ul li {
        font-size: 16px;
    }
    .partner-content ul li::before {
        width: 18px;
        height: 18px;
        top: 5px;
    }
    .partner-content ul li {
        padding-left: 25px;
    }
    .partner-sec {
        padding: 60px 0;
    }
    .service-sec {
        padding: 60px 0 100px 0;
    }
    .tetimoial-sec {
        padding-top: 60px;
        background: #f8f6f6;
    }
    .testislider-holder {
        padding: 60px 0;
        padding-top: 0;
    }
    .get-in-touch-sec {
        padding: 60px 0;
    }
    .footer {
        padding: 80px 0;
    }
    .footer-bottom {
        padding-top: 60px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .footer-right-info {
        margin-left: inherit;
    }
    .project-box {
        width: 100%;
    }
    .project-info-left h1 {
        font-size: 40px;
    }
    .project-detail-bar ul {
        display: block;
    }
    .project-detail-bar ul li:last-child {
        margin-top: 20px;
    }
    .client-prob-content p {
        font-size: 18px;
    }
    .client-prob-text p {
        font-size: 16px;
    }
    .custom-development-holder {
        position: inherit;
        padding: 0 15px;
    }
    .custom-development-content h6 {
        margin-bottom: 30px;
    }
    .custom-development-sec {
        padding: 60px 0;
        font-size: 30px;
        margin-bottom: 60px;
    }
    .process-box-holder {
        grid-template-columns: repeat(2, 1fr);
    }
    .team-box-holder {
        grid-template-columns: repeat(2, 1fr);
    }
    .partner-img {
        max-height: 300px;
    }
    .partner-content p {
        margin-bottom: 40px;
    }
    .partner-img::before {
        background-size: 20%;
    }
    .footer-right-info p a:last-child {
        display: block;
        margin: 0;
    }
    .mockup-sec {
        background-size: 70px;
    }
    .service-box-content h2 {
        font-size: 30px;
    }
    .service-box-content p {
        font-size: 16px;
    }
    .mockup-content p {
        font-size: 16px;
    }
    .project-complete-text p {
        font-size: 16px;
    }
    .project-complete-img {
        padding: 25px 10px;
    }
}

@media (max-width: 767px) {
    .header-navigation ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header-navigation {
        position: fixed;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.3s ease, width 0.3s ease;
        overflow-y: auto;
    }

    .header-navigation.show {
        opacity: 1;
        width: 250px;
    }

    .header-navigation ul li {
        width: 100%;
        text-align: left;
        padding: 1rem;
    }

    .header-navigation ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        width: 100%;
        font-size: 18px;
    }
    .team-box-holder {
        grid-template-columns: repeat(1, 1fr);
    }
    .service-box-content {
        padding-top: 0px;
    }
    .footer-right-info p {
        text-align: left;
    }
    .project-complete-sec {
        padding: 60px 0;
    }
    .footer-info {
        max-width: 100%;
    }
    .footer-right-info {
        margin-top: 10px;
    }
    .banner-cta-box {
        margin: 0 auto;
    }
    .team-sec {
        width: 100%;
        padding: 60px 0;
    }
    .footer-info p {
        font-size: 14px;
    }
    .get-in-touch-right {
        left: 0;
        right: 0;
        margin: 40px auto 0 auto;
    }
    .service-tailored-sec::before {
        display: none;
    }
    .service-tailored-sec::after {
        display: none;
    }
    .service-img {
        margin-bottom: 48px;
    }
    .tech-solution {
        margin: 40px 0;
        text-align: center;
    }
    .flip-on-mobile {
        flex-direction: column-reverse;
    }
    .kind-agency-sec {
        padding: 0px 0 60px 0;
    }
    .banner-img {
        max-width: 270px;
        margin: 40px auto 0 auto;
    }
    .title-heading.center {
        text-align: left;
    }
    .service-box-img {
        margin-top: 40px;
    }
    .service-box-holder {
        margin: 60px 0;
    }
    .bottom-cta-content h3 {
        font-size: 30px;
    }
    .cta-shape1 img {
        width: 75px;
    }
    .cta-shape2 img {
        width: 75px;
    }
    .project-info-left h1 {
        font-size: 30px;
    }
    .project-info-left p {
        font-size: 12px;
    }
    .project-info-right p {
        font-size: 14px;
    }
    .inner-project-box {
        margin-top: -150px;
    }
    .project-top-sec {
        height: 250px;
    }
    .service-box-content h2 {
        font-size: 30px;
    }
    .leverage-img {
        margin-bottom: 40px;
    }
    .tailored-shape img {
        max-width: 100px;
    }
    .testi-box {
        min-height: inherit;
    }
    .service-tailored-sec {
        padding: 60px 0 90px 0;
    }
    .service-box-container {
        padding: 0;
    }
    .banner-content h1 {
        font-size: 35px;
    }
    .leverage-container {
        margin-bottom: 60px;
    }
    .one-step-content h4 {
        font-size: 20px;
    }
    .partner-content p {
        font-size: 18px;
    }
    .testi-box p {
        font-size: 15px;
    }
    .banner.inner-banner {
        padding-bottom: 60px;
    }
    .client-and-prob-sec {
        padding-bottom: 60px;
    }
    .project-detail-bar {
        margin-bottom: 60px;
    }
    .project-top-img {
        padding: 0 30px;
    }
    .mockup-content p {
        font-size: 16px;
    }
    .mockup-sec {
        padding: 60px 0;
    }
    .mockup-img {
        margin-bottom: 40px;
    }
    .client-prob-img {
        margin: 40px 0;
    }
    .project-complete-text p {
        margin-top: 40px;
    }
    .our-work-sec {
        padding-top: 0;
    }
    .main-wealth-sec::before {
        background-size: 70px;
    }
    .main-wealth-sec::after {
        background-size: 90px;
    }
    .wealth-overlay {
        padding: 60px 0;
    }
    .wealth-content p {
        font-size: 25px;
    }
    .enterprise-sec {
        padding: 40px 0 0 0;
    }
    .enterprise-content p {
        font-size: 18px;
    }
    .enterprise-img {
        margin-top: 40px;
        height: inherit;
        max-height: inherit;
    }
    .our-process-sec {
        padding-top: 60px;
    }
    .procces-box ul {
        display: block;
    }
    .process-box-holder {
        padding-bottom: 60px;
    }
    .contact-solution {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .contact-parah {
        font-size: 18px;
    }
    .project-detail-bar ul li span {
        margin: 2px 0;
    }
    .s-left {
        justify-content: center;
    }
    .s-right {
        justify-content: center;
    }
    .service-tailored-content a {
        margin: 0 auto;
    }
    .custom-development-content h6 {
        font-size: 25px;
    }
    .footer {
        padding-top: 0;
    }
}

@media (max-width: 580px) {
    .service-shape img {
        max-width: 70px;
    }
    .procces-box ul {
        display: flex;
    }
    .process-box-holder {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-wealth-sec::before {
        background-size: 30px;
    }
    .main-wealth-sec::after {
        background-size: 50px;
    }
    .counter-box h2 {
        font-size: 22px;
    }
    .counter-box p {
        font-size: 12px;
    }
}

@media (max-width: 355px) {
    .banner-cta-box a {
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .banner {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .banner {
        padding-top: initial; /* or specify the original value */
    }
}