.products{
    background: rgb(35, 31, 32);
    background: linear-gradient(357deg, rgba(35, 31, 32, 1) 0%, rgba(86, 64, 19, 1) 100%);
}
p{
    color: inherit
}
.clients{
    background: #e5b900;
    padding: 40px 0;
}

 

 
.sn li a{
    width: 50px;
    height: 50px;
    line-height: 3.7;
}

.owl-carousel.dots-inside .owl-dots{
    bottom: 52px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
}

.owl-carousel-light .owl-dots .owl-dot span{
    margin: 5px 8px;
}


.section-box {
    display: flex;
    flex-direction: column;
}

.section-box > div:first-child img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.play-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s;
    pointer-events: none;
}

.video-wrapper:hover .play-icon-overlay {
    opacity: 1;
}

#footer {
    margin-top: -30px;
}

.nav-pills .nav-link.active {
    background-color: #0d6efd;
}
.faq-section {
    display: none;
}
.faq-section.active {
    display: block;
}

@media (min-width: 768px) {
    .section-box {
        flex-direction: row;
    }

    .section-box > div {
        flex: 1;
    }
}

@media (max-width: 767.98px) {
    .section-text {
        order: 2 !important;
    }
    .section-image {
        order: 1 !important;
    }
}

@media (max-width: 678px){
    .owl-carousel.dots-inside .owl-dots{
        bottom: 38px;
    }
    .owl-carousel-light .owl-dots .owl-dot span {
        margin: 5px 2px;
    }
    .owl-carousel .owl-dots .owl-dot span {
        width: 31px;
        height: 3px;
    }
}
@media (max-width: 991px) {
    
    
    #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu{
                margin-right: 20px;
                margin-left: 0;
    }
}
