﻿@media (min-width: 320px) and (max-width: 421px) {
    .serviceHeading h3 {
        font-size: 24px !important;
    }
}


@media (min-width: 320px) and (max-width: 575px) {
    .team-info {
        flex-wrap: wrap;
    }

    .team-area {
        flex-wrap: wrap;
    }

    .breadcrumbHeading h1 {
        font-size: 42px !important;
    }

    .loop-gradient {
        width: 50px;
    }

    .work-description h3 {
        font-size: 24px;
    }

    .ProjectContainer {
        padding: 0 0px !important;
    }

    .service-number-text {
        padding: 7px 14px;
        font-weight: 400;
    }

    .section-title-block h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    .section-gap {
        padding: 70px 0;
    }

    p, .ManiHeader .navbar ul li a {
        font-size: 16px;
    }

    .HomeSliderSection .splide__slide img {
        max-height: 600px;
    }

    .splidecaption h1 {
        font-size: 30px;
    }

    .splidecaption {
        width: 80%;
    }

    .CustomNavbar .navbar-brand img {
        max-height: 60px;
    }

    .serviceHeading h3 {
        font-size: 28px;
        text-align: left;
    }

    .servicePicBox {
        padding: 0;
    }

    .mission-vision-icon-box-wrapper {
        flex-wrap: wrap;
    }

    .headingWhite h3 {
        font-size: 32px;
    }

    .team-list-01 {
        grid-row-gap: 50px;
    }

    .team-list-02 {
        padding-top: 0;
        grid-row-gap: 50px;
    }

    .service-image-block {
        width: 100%;
    }

    .service-title {
        font-size: 28px;
    }

    .AdSection {
        min-height: auto;
        max-height: max-content;
        padding-bottom: 100px !important;
    }

    .section-title-block h2 {
        font-size: 36px;
    }

    .factoryVideo video {
        height: auto;
    }

    .service-icon-box-item {
        width: 100%;
        text-align: center;
        background: #f9f9f9;
        padding: 25px 0;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin: 0;
    }

    .service-icon-title, .service-icon-text {
        text-align: center;
    }

    .work-thumbnail img {
        height: 350px;
    }

    .contact-bottom-wrap {
        flex-direction: column;
    }

    .contact-image {
        min-height: 240px;
    }

    .btn-whats.pulse {
        width: 50px;
        height: 50px;
        bottom: 80px;
    }

        .btn-whats.pulse i {
            font-size: 24px;
        }

    .back-to-top {
        width: 50px;
        height: 50px;
    }

        .back-to-top span {
            font-size: 14px;
        }

        .back-to-top i {
            font-size: 14px;
        }
}

@media (min-width: 576px) and (max-width: 991px) {
}

@media (max-width: 991px) {
    .row {
        margin: 0 !important;
    }

    .section-gap {
        padding: 75px 0;
    }

    .CustomNavbar {
        border-radius: 15px;
    }

        .CustomNavbar .navbar-brand {
            position: inherit;
            left: 0%;
            top: 0%;
            transform: translate(0%, 0%);
        }

        .CustomNavbar .navbar-nav {
            display: block;
            min-height: 55px;
        }

        .CustomNavbar .navbar-toggler {
            display: flex;
        }

    .ProjectContainer {
        margin-top: 50px;
        padding: 0 25px;
    }

    .ourProjectBox {
        display: flex;
        flex-direction: column;
    }

    .servicePicBox {
        margin-top: 50px;
    }

    .serivceBox #v-pills-tab .nav-link {
        justify-content: flex-start;
        gap: 15px;
    }

    .testmonialsDescriptions {
        margin-top: 25px;
    }

    .signatureCaptule {
        flex-direction: column;
        gap: 10px;
    }

        .signatureCaptule p {
            text-align: center;
        }

    .subHeading h3 {
        font-size: 18px;
    }

    #aboutMe .row > div {
        width: 100%;
    }

    .work-wrap {
        width: 100%;
        margin-bottom: 100px;
    }

    #worksection .col-12:last-child .work-wrap {
        margin-bottom: 00px;
    }

    .ContactDetails {
        gap: 20px;
    }

    .form-container {
        padding: 35px 0
    }

    .team-area {
        margin-top: 50px;
        justify-content: center;
    }

    .team-image {
        width: 100%;
    }

    .about-image-grid-wrapper {
        flex-wrap: wrap;
    }

    .about-image-grid-column.item-one, .about-image-grid-column {
        width: 100%;
        max-width: auto;
    }

    .breadcrumbHeading h1 {
        font-size: 56px;
    }

    .ButtonWrapper {
        margin-top: 10px;
    }

    .service-single-item-block-v2 {
        display: block;
    }

    .service-title-and-summary-block {
        margin-top: 25px !important;
    }

    .service-number-block {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        background: rgb(255 255 255 / 80%);
        backdrop-filter: blur(10px);
    }

    .playPauseBtn {
        transform: translate(-50%,-50%) !important;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
    }

    .custom-cursor {
        display: none !important;
    }

    .WallofFame {
        margin-top: 50px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .HomeSliderSection .splide__slide img {
        max-height: 750px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .WrapperContainer {
        max-width: 1250px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
}

@media (max-width: 1399px) {
}

@media (min-width: 992px) and (max-width: 1062px) {
}

@media (max-width: 1200px) {
    .CustomNavbar {
        width: 95%;
    }

    .Our-Gallery .splide__slide img {
        min-width: auto;
    }

    #getSticky {
        position: inherit;
        top: 0;
    }

    .service-title-and-summary-block {
        margin-top: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .team-area {
        justify-content: center;
        margin-top: 50px;
    }
}
