.aboutImg {
    border-radius: 20px !important;
    width: 100% !important;
    height: 73% !important;
}

.product-img {
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.productSec {
    padding-top: 0px !important;
}

.whychoose {
    margin-top: -60px !important;
}

.counter-sec {
    margin-top: -90px !important;
    margin-bottom: -88px !important;
}

.counter {
    margin-top: -113px !important;
}

.contact-sec {
    padding-top: 93px !important;
    padding-bottom: 42px !important;
}

.swiper-slide .card,
.swiper-slide .image-over,
.swiper-slide .card-body {
    pointer-events: none !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
}

.news {
    padding-top: 94px !important;
}

.whychoose-container {
    margin-top: -82px !important;
}

.client-description {
    padding-top: 99px !important;
}

.footer-sec {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

.modal-top {
    margin-top: -30px !important;
}

#product-zigzag .row {
    padding: 36px 0;
}

#product-zigzag img {
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

#product-zigzag h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

#product-zigzag img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}
#contacts .card {
    height: 350px; /* or whatever height you want */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.diamond1{
    margin-top: -75px !important;
}
.diamond2{
    margin-top: -100px !important;
}
.diamond3{
    margin-top: -110px !important;
}
.gallery-sec{
    padding-top: 0px !important;
}
.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 2px solid #fff;
    transition: transform 0.3s ease;
}
.circle:hover {
    transform: scale(1.1);
}
.color-palette{
    padding: 0px !important;
}

.reduced-width {
    width: 47%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
}
@media (max-width: 768px) {
    header .navbar-brand img {
        height: 60px !important;
    }

    body .full-slider .hero-image,
    body .no-slider .hero-image {

        top: 84px !important;
    }

    body .slider-h-100 {
        height: calc(80vh - 50px) !important;
    }

    body .full-slider .slide-content .inner .description,
    body .no-slider .slide-content .inner .description {
        max-width: 100%;
        font-size: 18px !important;
    }

    .about-sec {
        padding: 37px 0 !important;
    }

    .aboutImg {
        border-radius: 9px !important;
        width: 100% !important;
        height: 100% !important;
    }

    .news {
        padding-top: 43px !important;
    }

    .client-description {
        padding-top: 45px !important;
    }

    .copyright-sec {
        margin-bottom: 30px !important;
    }

    #product-zigzag .row {
        padding: 0px 0 !important;
    }

    #product-zigzag img {
        width: 100%;
        height: 326px !important;
    }
    .diamond1{
        margin-top: 0px !important;
    }
    .diamond2{
        margin-top: 0px !important;
    }
    .diamond3{
        margin-top: 0px !important;
    }
    .color-palette{
        margin-top: -76px !important;
    }

    .reduced-width {
        width: 100% !important;
       
    }
}