/*responsive pages*/
/* Extra small devices (phones, 600px and down) */

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    body {
        /* zoom: 0.8; */
        /* transform: scale(0.8); */
        /* transform-origin: top center; */
    }
}

@media (min-width: 1600px) {
    .carousel-text {
        padding: 150px 0px;
    }
}
@media only screen and (max-width: 1400px) {
    .heading-title h2 {
        font-size: 36px;
    }
    .hero-banner .carousel-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .inner-banner {
        height: 280px;
    }
}
@media only screen and (max-width: 1200px) {
    .hero-section .bg-image {
        height: 80vh;
    }
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 992px) {
    .col-md-reverse {
        flex-direction: column-reverse;
    }

    .navbar-dark .navbar-nav .nav-link:after {
        height: 20px;
        width: 2px;
        left: 4px;
        top: 8px;
    }

    .inner-banner {
        height: 330px;
    }

    .heading-title {
        align-items: center;
    }

    .heading-title h2 {
        text-align: center;
    }

    .hero-section .bg-image {
        height: 50vh;
    }

    .hero-banner .carousel-text h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .hero-banner .carousel-text .quote {
        font-size: 18px;
    }

    .carousel .carousel-item video {
        height: auto;
    }

    .clients-section .marquee .marquee-item {
        flex: 0 0 14vw;
    }

    .domain-section {
        /* padding: 0 0 60px 0; */
    }

    .footer {
        padding-top: 40px;
        margin-top: 0;
    }

    .contact-form {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-bottom: 0px !important;
    }

    .offering.bg-light {
        padding: 50px 0;
    }

    .section-heading {
        padding: 0px 0px;
    }

    .about .about-img {
        /* margin-bottom: 30px; */
        height: 300px;
    }
    .domain-section .card .card-title .icon {
        height: 220px;
    }
}

@media only screen and (max-width: 768px) {
    .responsive-md-block {
        display: block !important;
    }
    .inner-banner {
        height: 250px;
    }

    .inner-banner h2 {
        font-size: 50px;
    }

    .hero-section {
        height: auto;
    }

    .hero-section .bg-image {
        height: auto;
        background: none;
    }

    .hero-banner .carousel-text {
        padding: 0px 0px;
        align-items: center !important;
    }

    .hero-banner .carousel-text h1 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .hero-banner .carousel-text .quote {
        font-size: 18px;
        text-align: center;
    }

    .heading-title h2 {
        font-size: 24px;
    }

    .heading-title h2 br {
        display: none;
    }

    .section-header h2 {
        font-size: 30px;
    }

    section {
        padding: 30px 0px;
    }

    .timeline-block .timeline-item__meta {
        width: 35%;
    }

    .timeline-block .timeline-item__card {
        width: 62%;
    }

    .timeline-block__line {
        left: 35%;
    }

    .timeline-block .timeline-item__dot {
        left: 35%;
    }

    .about,
    .facts.values,
    .testimonial {
        margin: 0px 0px;
    }

    .values-wrap {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-image {
        height: 320px;
    }

    .our-values .fact-item {
        padding: 16px;
        border-width: 1px;
    }

    .team .team-text h2 {
        font-size: 14px;
    }

    .team .team-text p {
        font-size: 14px;
    }

    .team .team-img {
        height: 250px;
    }

    .count-wrap {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solutions .nav-pills {
        flex-direction: row !important;
        gap: 4px;
        justify-content: center;
    }

    .solutions .title-content p {
        display: none;
    }

    .solutions .icon {
        height: 20px;
        width: 20px;
        background: transparent;
        flex: 0 0 20px;
        color: var(--color);
        font-size: 18px;
    }

    .solutions .nav-link {
        padding: 8px;
        gap: 6px;
        border: none;
        box-shadow: 0px 0px 0px #fff;
        align-items: center;
    }

    .solutions .nav-link.active {
        color: var(--primary);
        background: transparent;
        border-bottom: 3px solid;
    }

    .solutions .nav-link.active .icon {
        color: var(--primary);
    }

    .solutions .title-content h3 {
        margin-bottom: 0px;
    }

    .domain-section .card .card-title .icon {
        height: 300px;
    }

    .accomplishment .count-item .icon-wrap {
        height: 60px;
        width: 60px;
        flex: 60px 0 0;
    }

    .accomplishment .count-item h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .clients-section .marquee .marquee-item {
        flex: 0 0 18vw;
    }

    .hero-section .bg-image {
        /* height: 30vh; */
        /* height: 250px; */
    }

    .solution-image {
        height: 280px;
    }
}

@media only screen and (max-width: 576px) {
    .team-wrap-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        --bs-gutter-x: 1rem !important;
    }

    .timeline-block .timeline-item__meta p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 320px) {
}
