@media (min-width: 320px) {
    #hero {
        height: 30vh;
    }

    .cards {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 25px;
    }

    .service-card {
        width: 80%;
        height: 700px;
        text-align: center;
        background-color: #fff;
        padding: 25px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        border: none;
        border-bottom: 5px solid #0e3600;
    }

    .service-card img {
        width: 100%;
        height: fit-content;
    }

    .feedbackcards {
        gap: 100px;
        display: flex;
        margin-top: 20px;
        flex-direction: column;
    }

    .feedback-card {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 100%;
        height: 400px;
        font-size: 25px;
    }

    .hero-content {
        transform: translateY(-50%);
        position: relative;
        top: 100px;
        border-radius: 15px;
        z-index: 2;
        width: 80%;
        height: 30vh;
    }

    #clients {
        width: 100%;
    }

    .brand-track {
        display: flex;
        flex-wrap: nowrap;
        width: 200%;
        margin: 50px;
        animation: marquee 10s linear infinite;
    }

    .Galleryimgs {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 50px;
        margin: 50px;
    }

    .Galleryimgs img {
        width: 100%;
    }
}

/* Xs  */

@media (min-width: 475px) {
    .hero-content {
        height: 30vh;
    }

    .cards {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 25px;
    }

    .service-card {
        width: 80%;
        text-align: center;
        background-color: #fff;
        padding: 25px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        border: none;
        border-bottom: 5px solid #0e3600;
    }

}

/* Sm  */

@media (min-width: 640px) {

    .hero-content {
        height: 30vh;
    }

    #services,
    #about {
        margin-bottom: 50px;
    }

    .sbtr-size {
        width: 200px;
        position: absolute;
        bottom: 0px;
        top: 330px;
        right: -75px;
    }

    .hero {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .about-text {
        font-size: 1.05rem;
    }

    .map {
        width: 350px;
        height: 250px;
        border-radius: 15px;
        box-shadow: 0 0 25px 2px #3a543e;
        margin-top: 10px;
    }
}

/* Md  */

@media (min-width: 768px) {
    #hero {
        height: 60vh;
    }

    .hero-content {
        top: 50px;
    }

    #services,
    #about {
        margin-bottom: 50px;
    }

    .sbtr-size {
        width: 200px;
        position: absolute;
        bottom: 0px;
        top: 330px;
        right: -75px;
    }

    .about-text {
        font-size: 1.05rem;
    }

    .map {
        width: 350px;
        height: 250px;
        border-radius: 15px;
        box-shadow: 0 0 25px 2px #3a543e;
        margin-top: 10px;
    }



    #services {
        text-align: center;
    }

    .service-card {
        height: 100%;
        padding: 15px;
        margin: 50px;
        text-align: center;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border: none;
        border-bottom: 5px solid #0e3600;
    }

    .Galleryimgs {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 50px;
        margin: 50px;
    }



}


/* Lg  */

@media (min-width: 1024px) {

    #hero {
        height: 100vh;
    }

    .hero-content {
        height: 65vh;
        top: 30px;
    }

    .hero {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: end;
        justify-content: center;
        position: relative;
    }


    .about-text {
        font-size: 1.15rem;
    }

    .sbtr-size {
        width: 270px;
        background-color: #EFFFED;
        padding: 10px;
        position: absolute;
        top: 600px;
        right: -20px;
    }

    .map {
        width: 300px;
        height: 300px;
        border-radius: 15px;
        box-shadow: 0 0 25px 2px #3a543e;
        margin-top: 10px;
    }

    .feedbackcards {
        width: 100%;
        overflow: auto;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: row;
        gap: 25px;
        margin-left: 20px;
        padding: 25px;
        margin-top: -20px;
    }

    .feedback-card {
        background: #6ea341;
        color: #fff;
        padding: 28px;
        height: 300px;
        border-radius: 14px 14px 14px 0;
        position: relative;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }
}

/* XL  */

@media (min-width: 1280px) {

    .hero-content {
        height: 75vh;
        top: 50px;
        width: 50%;
    }

    .about-text {
        font-size: 1.15rem;
    }

    .sbtr-size {
        width: 270px;
        background-color: #EFFFED;
        padding: 10px;
        position: absolute;
        top: 600px;
        right: -20px;
    }

    .map {
        width: 500px;
        height: 300px;
        border-radius: 15px;
        box-shadow: 0 0 25px 2px #3a543e;
        margin-top: 10px;
    }

    .cards {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .service-card {
        max-height: 450px;
        padding: 15px;
        margin: 2 0px;
        text-align: center;
        padding: 25px;
        display: flex;
        justify-content: space-between;
        border: none;
        border-bottom: 5px solid #0e3600;
    }

    .card-card img {
        width: 250px;
        height: fit-content;
    }

}

/* 2xL  */

/* @media (min-width: 1536px){} */