.slider-section .swiper {
    width: 100%;
    height: 75vh;
}
.slider-section .swiper-slide::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4));
    z-index: 1;
}
.slider-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-section .swiper-slide .caption{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 1.5rem;
}

.shadow:not(img):hover{
    box-shadow: 0 0 1rem rgba(var(--bs-primary-rgb), .75) !important
}
.pgb1{
    animation: pbg1 5s infinite ease-out;
}
.pgb2{
    animation: pbg2 5s infinite ease-out;
}
.pgb3{
    animation: pbg3 5s infinite ease-out;
}
@keyframes pbg1{
    0%{
        width: 0%;
    }
    50%{
        width: 85%;
    }
}
@keyframes pbg2{
    0%{
        width: 0%;
    }
    50%{
        width: 90%;
    }
}
@keyframes pbg3{
    0%{
        width: 0%;
    }
    50%{
        width: 90%;
    }
}

.category-section .col,
.category-section .swiper-slide{
    height: 270px;
}
/*.category-section .card .card-body{*/
/*    bottom: 1rem;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
.business-section .card svg{
    font-size: 4rem;
}
/* .business-section .card{
    box-shadow: 0 0 1rem rgba(var(--bs-body-color-rgb), .2) !important
}
.business-section .card:hover{
    box-shadow: 0 0 1rem rgba(var(--bs-primary-rgb), .75) !important
} */

.partners-section .col{
    height: 80px;
    width: 100%;
}

.footer{
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
}
.footer .social-links a{
    height: 35px;
    width: 35px;
    line-height: 35px;
    transition: all 0.4s;
}
.footer .social-links a:hover{
    /* background: rgba(var(--bs-secondary-rgb)) !important; */
    box-shadow: 0 0 1rem rgba(var(--bs-black-rgb), 1.75) !important;
    color: var(--bs-primary) !important;
}
.footer .list-group a{
    transition: all .4s;
}
.footer .list-group a:hover{
    color: var(--bs-secondary) !important;
    padding-left: .4rem;
}

.scroll-top-btn{
    bottom: 2.5rem;
    right: -100%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    transition: 1s;
}
.scroll-top-btn.active{
    right: 2.5rem;
}

.banner-section{
    height: 300px;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}
.banner-section::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(58, 168, 228, 0.7),rgba(58, 168, 228, 0.7));
}
.heritage-section svg{
    width: 25px;
}
.products-section .col a img{
    transition: all .5s;
}
.products-section .col a:hover img{
    transform: scale(1.2);
}
.products-section .col a:hover p{
    color: var(--bs-primary) !important;
}


@media only screen and (min-width: 992px) {
    .contact-section .map-col{
        height: 400px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-section .swiper-slide .caption{
        width: 100%;
    }
    .category-section .swiper-slide{
        width: 100% !important;
    }
}
