header{
    background-image: url("../img/patterns/dist-patt.png");
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: top center;
    width: 100%;
    background-size: 500px;
}
header .vid{
    width: 70%;
    height: auto !important;
    min-height: auto !important;
}
#head-left{
    width: 80%;
}
.benefit-card{
    height: 100%;
}
.benefit-card:hover{
    box-shadow: 0 5px 15px 0 rgba(13, 220, 140, 0.2) !important;
}
#customers-section{
    display: flex;
    align-items: center;
}
.user-txt{
    color: black !important;
    opacity: 0.8;
}
.customers-carousel{
    width: 70%;
}
.div-user{
    margin: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    font-size: small;
    padding: 16px 0;
}
.img-user{
    margin-bottom: 16px;
    width: 80px;
}
.section-half{
    background-color: #f1f7fc;
}
.section-half:hover .ic{
    transform: translateY(-5px);
}
.section-half :hover .btn{
    transform: translateY(5px);
}
.bg-illust{
    position: absolute;
    top: -55px;
    left: auto;
    right: auto;
    z-index: 1;
    transform: rotate(-230deg);
    width: 400px;
}
.section-half :hover .bg-illust{
    transform: rotate(-240deg);
}
.contact-info-box{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: fit-content !important;
    letter-spacing: 2px;
}
.contact-info-box div{
    display: flex;
    justify-content:start;
    align-items: center;
    font-size: large;
    padding: 16px;
}
.contact-info-box i{
    width: 25px;
    color: var(--warm);
    font-size: x-large;
}
.ul{
    color: var(--ice-blue-bg);
}
.dist-cat{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    border-radius: 24px;
}
.head-ic img{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    filter: var(--white-f);
}
.head-ic{
    margin: 8px;
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dist-cat:hover .head-ic{
    background-color: var(--ice-blue);
    box-shadow: var(--ice-blue) 0 2px 10px;
}
.dist-cat:hover img{
    filter: var(--warm-f) !important;
    transform:rotateY(180deg) ;
}
.title-bar{
    height: 2px;
    background-color: var(--primary-color);
    flex-grow: 1;
}
.card-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vid{
    width: 100%;
    margin: 8px auto;
    border: 5px solid var(--ice-blue-bg);
    background-image: url("../img/svg/video-icon.svg");
    background-size: 40px 40px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--lightest-gray);
    padding: 0 !important;
}
#truck{
    width: 330px;
    object-fit: scale-down;
}
#mobile-ksb{
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#demo-btn{
    padding: 8px 16px;
    background-color: var(--warm);
    color: white;
    cursor: pointer;
    z-index: 1000;
}
#btm-bar{
    background-color: rgba(15,45,81,0.5);
    position:fixed;
    bottom: 0;
    padding: 8px;
    z-index: 1000;
}
@media (max-width: 768px) {
    #mobile-ksb{
        padding: 24px 16px !important;
    }
    .vid{
        width: 100%;
        margin: 0 auto;
    }

}
@media (max-width: 326px) {
    #contact-for-more .text-primary{
        display: block !important;
        margin-right: 0 !important;
    }
    .customers-carousel{
        width: 100%;
    }
}
@media (max-width: 375px) {
    #contact-for-more p{
        text-align: justify !important;
        text-justify: inter-word !important;
    }
    .ul{
        width: 85%;
        text-align: justify !important;
        text-justify: inter-word !important;
    }
    .contact-info-box div{
        flex-direction: column;
        align-items: center;
        text-align: start;
        width: 100%;
    }
}
@media (max-width: 594px) {
    #demo-btn{
        font-size: small;
        bottom: 8px;
        left: 8px;
        padding: 8px;
    }
    .head-ic img{
        width: 40px;
        height: 40px;
    }
    .head-ic{
        margin: 4px;
        width: 60px;
        height: 60px;
    }
    .contact-info-box span{
        text-align: start;
    }
    .contact-info-box{
        flex-direction: column;
        align-items: start;
    }
    .contact-info-box i{
        margin-left: 0 !important;
        margin-bottom: 16px;
    }
    .contact-info-box div{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
}
