
/*Body*/
body {
    /*    background: radial-gradient(circle at top left, rgb(221 142 77) 0%, #c1844d 40%, #e58a46 70%, #a44a10 100%);*/
    /*    background: linear-gradient(to bottom, #e8b26c 0%, #a07338 25%, #6f4120 50%, #000 75%, #000 100%);*/
    /*    background: linear-gradient(to bottom, #e8b26c 17%, #a07338 25%, #6f4120 50%, #000 75%, #000 100%);*/
    background: linear-gradient(to bottom, #a26630 17%, #8f5929 25%, #6f4120 50%, #000 75%, #000 100%);
}



/* Preloader full-screen overlay */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1s ease;
    background: #fff;
}

    #preloader.fade-out {
        opacity: 0;
        pointer-events: none;
    }

    #preloader video {
        width: 100%;
        height: 100%;
/*        object-fit: cover;*/
    }

    #preloader.fade-out {
        opacity: 0;
        transition: opacity 1s ease;
        pointer-events: none;
    }

/* Gradient body background (visible after preloader) */
body.loaded {
/*    overflow: auto;*/
}


/**/



/*Mobile Menu*/

.mobile-logo {
    padding: 10px 0;
    left: 10px;
    position: absolute;
    z-index: 9999;
}

.mean-container .mean-bar {
    background: #101010 !important;
}
/**/
/*Product section Style*/
.prdcts-sec-btn a {
    display: inline-block;
    font-size: 16px;
    /*    background: #C79E70;*/
    background: #7f5228;
    padding: 11px 29px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .5s;
}

    .prdcts-sec-btn a::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        z-index: -1;
        transform: scale(0);
        transition: .5s;
    }


.about-sec-img-main{
    width: 100%;
}






@media only screen and (max-width: 600px) {
    .owl-nav {
        position: absolute;
        z-index: 1;
        /* right: -70px; */
        /* top: 43%; */
        left: 0;
        top: 95%;
        display: flex;
        align-items: flex-end;
        gap: 25px;
        justify-content: center;
        width: 100%;
    }


    .owl-prev {
        display: block;
        color: #D9AB7A;
        border-radius: 50%;
        padding: 6px 10px;
        font-size: 20px;
        border: 2px solid #D9AB7A;
        transition: .5s;
        margin-bottom: 0px;
    }


    .owl-next {
        display: block;
        color: #D9AB7A;
        border-radius: 50%;
        padding: 6px 10px;
        font-size: 20px;
        margin-bottom: 0px;
        border: 2px solid #D9AB7A;
        transition: .5s;
    }

    .slider_area_five .single-slider_icon-list ul {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .slider_area_five .single-slider_icon-list {
        bottom: 0 !important;
        top: 100% !important;
    }
}









/*@media (max-width: 320px) {
    .slider_area_five .single-slider_icon-list {
        top: 50px;
    }
}

@media (max-width: 320px) {
    .slider_area_five .single-slider_icon-list ul {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
}*/



.preloader-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
/*    height: 100%;*/
    background: none !important; /* or transparent if preferred */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

    .preloader-wrapper img {
        max-width: 200px;
        animation: none;
    }

    .preloader-wrapper.hide {
        opacity: 0;
        pointer-events: none;
    }