/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html{
    overscroll-behavior: contain;
    background-color: #0A3027;
}
html:has(body.mobile-menu-open){ 
    /* height: 100vh; */
    overflow: hidden;
}

 /* body.mobile-menu-open{
    height: 100vh;
    overflow: hidden;
}   */
 
 body.mobile-menu-open #page{
    /* height: 100vh; */
    /* overflow: hidden; */
}  


.wac-custom-header:has(.elementor-active)  {
    background-color: rgba(21, 62, 53, 1) !important; 
}


.elementor-nav-menu--main .elementor-nav-menu .menu-item{
    margin-left: 20px;
    margin-right: 20px;
} 
.elementor-nav-menu--main .elementor-nav-menu a{ 
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important; 
   
}
.elementor-nav-menu--main .elementor-nav-menu .sub-menu a{ 
    padding-top: 10px !important;
    padding-bottom: 10px !important; 
   
}


.home-projects .elementor-heading-title {
    
}
.wac-home-counter .elementor-counter-title{
    margin-left: 0px;
} 
.wac-home-logoslider figure.swiper-slide-inner{
position: relative;
}
.wac-home-logoslider figure.swiper-slide-inner::before{
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: calc(113 / 213* 100%);

}
.wac-home-logoslider figure.swiper-slide-inner img {
    position: absolute;
    object-fit: contain;
    height: 80%;
    /* width: 100%; */
    max-width: none; 
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
} 

.fluentform .ff-el-group{
    position: relative;
    /* padding-bottom: 15px; */
    /* margin-bottom: 5px !important; */
}
.fluentform .ff-el-is-error .text-danger {
    font-size: 12px;
    /* margin-bottom: -5px;
    position: absolute;
    bottom: 0; */
    width: auto;
    display: inline;
}
.ff-message-success{ 
    border: none; 
    padding: 0;
    box-shadow: none;
}
.wac-dark-form .ff-message-success{ 
    color: #fff;
} 

.wac-dark-form .fluentform input[type=text]:-webkit-autofill, .wac-dark-form .fluentform input[type=tel]:-webkit-autofill, .wac-dark-form  .fluentform input[type=password]:-webkit-autofill, .wac-dark-form .fluentform input[type=email]:-webkit-autofill,
.wac-dark-form .fluentform input[type=url]:-webkit-autofill, .wac-dark-form .fluentform input[type=date]:-webkit-autofill, .wac-dark-form .fluentform textarea:-webkit-autofill {
    background-color: rgba(255, 255, 255, 0.0);
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.0);
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #fff !important; 
    -webkit-text-fill-color:#fff !important;
}




.wac-white-form .fluentform input[type=text]:-webkit-autofill, .wac-white-form .fluentform input[type=tel]:-webkit-autofill, .wac-white-form  .fluentform input[type=password]:-webkit-autofill, .wac-white-form .fluentform input[type=email]:-webkit-autofill,
.wac-white-form .fluentform input[type=url]:-webkit-autofill, .wac-white-form .fluentform input[type=date]:-webkit-autofill, .wac-white-form .fluentform textarea:-webkit-autofill {
    background-color: rgba(255, 255, 255, 0.0);
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.0);
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #000 !important; 
    -webkit-text-fill-color:#000 !important;
}

.wac-white-form input::placeholder,
.wac-white-form textarea::placeholder {
  color: #373d3c !important;  
  opacity: 0.7; 
}


/* .wac-custom-header .wac-header-logo .elementor-widget-container{
    position: relative; 
}
.wac-custom-header .wac-header-logo .elementor-widget-container a::before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: calc(80 / 128 * 100%);
}
.wac-custom-header .wac-header-logo .elementor-widget-container a img{
    position: absolute;
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: none;
    top: 0;
} */

.wac-custom-header .wac-header-logo{
    transition: opacity,transform  0.3s ease-in; 
}
.wac-custom-header .wac-header-logo a:focus{
    outline: none;
    
}
.wac-custom-header .wac-header-logo.non-sticky{
    display: block;
    /* opacity: 1;
    transform: scale(1); 
    height: auto; */

}
.wac-custom-header .wac-header-logo.sticky{
    display: none;
    /* opacity: 0;
    transform: scale(0);
    height: 0; */
}

.wac-custom-header .wac-header-logo img{
     height: 50px ; 
    width: auto !important;  
    object-fit: contain;
    transform: scale(1);
    transition: all  0.3s ease-in;
    transform-origin: left;
} 
.wac-custom-header{
    padding: 10px 20px;
    transition: padding,background-color 0.3s ease-in;

}

.wac-custom-header.sticky{
    background-color: rgba(21, 62, 53, 1) !important; 
} 

 
/* .wac-custom-header.sticky .wac-header-logo img{
  transform: scale(0.7); 

} */

.wac-custom-header.sticky .wac-header-logo.non-sticky{
    display: none;
    /* opacity: 0;
    transform: scale(0);
    height: 0; */

}
.wac-custom-header.sticky .wac-header-logo.sticky{
    display: block;
    /* opacity: 1;
    transform: scale(1);
    height: auto; */
}



.wac-home-projects .discription{
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp:4; 
}
[class*="bdt-modal-close-"] { 
    top: 50px !important;
    right: 25px !important; 
}
[class*="bdt-modal-close-"] svg{
    width: 25px !important;
    height: 25px !important;
}
[class*="bdt-modal-close-"]:hover{  
    background-color: transparent !important;
}

.bdt-search .bdt-search-icon {
    left: 20px !important;
}  
.bdt-search-large .bdt-search-input { 
    border-radius: 55px !important;
}

.wac-banner-btn i{
    color: currentColor !important;
}

.wac-mobile-menu{
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
}
.wac-mobile-menu.show{ 
    transform: translateX(0%);
}

#wac-popupClose{
    position: fixed;
    top: 7px;
    right: 3px;
}

.wac-blog-list-head .elementor-heading-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    min-height: 48px;
}
.wac-listing-description .elementor-widget-container{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    min-height: 54px;
}


.wac-tabs-style .fg-item-title{
    font-size: 18px !important;

}
.wac-tabs-style .eael-gallery-grid-item {
    margin: 10px !important;

}
.wac-tabs-style .gallery-item-caption-wrap{
    z-index: 3; 
} 
.wac-tabs-style .eael-filter-gallery-control{
    justify-content: start; 
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    position: sticky;
    top: 60px;
    z-index: 8;
    background-color: #fff;
}
.gallery-item-caption-wrap.caption-style-card{
    padding: 13px 15px;
}

.wac-tabs-style ul{
    margin-bottom: 0px !important;
    border-bottom: #c2c2c2 1px solid; 
    width: 100%;
    text-align: left;
 
}
.wac-tabs-style ul li{
    font-size: 16px ; 
    background: transparent;
    margin: 0 40px 0 0 !important;
    padding: 10px 0px !important;
    position: relative;
    font-weight: 600;

}
.wac-tabs-style ul li::after{
    content: "";
    width: 100%;
    height: 2px;
    background: #C8A977;
    display: block; 
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    
}
.wac-tabs-style ul li.active{
    color: #C8A977 !important;
}
.wac-tabs-style ul li.active::after{ 
    opacity: 1;
    
}
.wac-tabs-style .eael-filterable-gallery-loadmore{
    margin-top: 30px;

}


.wac-brand-list .wac-brand-img .elementor-widget-container{
    position: relative;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;

}
.wac-brand-list .wac-brand-img .elementor-widget-container::before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: calc( 100 / 300 * 100%);
    /* height: 200px; */
}
.wac-brand-list .wac-brand-img .elementor-widget-container img {
    position: absolute;
    object-fit: contain;
    object-position: center center;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0%;
    transform: scale(0.8)  ;
    transition: transform 0.2s ease-in;
}

.wac-brand-list .bdt-element-link:hover .wac-brand-img .elementor-widget-container img { 
    transform: scale(1)  ;
}
.wac-header-menu ul.sub-menu li.menu-item{
    margin-left: 0px;
    margin-right: 0px;
}
.wac-header-menu ul.sub-menu li.menu-item a{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.wac-header-menu ul.sub-menu li.menu-item a:hover {
    background-color: #ffffff; 
}

/* New code */
.mfp-content  figcaption .mfp-title{ 
        text-align: left;
        line-height: 18px;
        color: #f3f3f3;
        word-wrap: break-word;
        padding-right: 36px;
        background-color: #FFF;
        padding: 10px;
        text-align: center;
        color: var(--e-global-color-9b52fce);
    }
.mfp-counter{
    display: none;
}
 /* New code */
 .wac-custom-header .elementor-menu-toggle{
    background-color: rgba(21, 62, 53, 0.8);
    padding: 5px 8px 4px 8px !important;
 }
.wac-custom-header .elementor-menu-toggle .eicon-close:before {
    content: "";
    background-image: url("images/icons8-close.svg");
    background-position: center center;
    background-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
}  

.wac-footer p{
    margin-bottom:3px;
}
.wac-project-box{
    overflow: hidden;
    border-radius: 5px;
}
.wac-project-box figure{
    position: relative;
    display: block;
    overflow: hidden;
}
.wac-project-box figure::before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: calc(350 / 300 * 100%);
    /* height: 200px; */
}
.wac-project-box figure img {
    position: absolute;
    object-fit: cover;
    background-position: center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    height: 100%;
}
.wac-project-box figure .wp-caption-text{
    background: rgba(209, 213, 219, 0.8);
    position: relative;
    z-index: 2;
    padding: 10px;
    margin-bottom: 0; 
}



.wac-products-bottom-list i.icon{
    margin-top: 5px; 
}

.wac-footer-contact-email a:focus{
    outline: none; 
}
.wac-footer-menu a:focus{
    outline: none; 
}
.fluentform textarea{ 
        resize: none; 
} 

.wac-content-style p{
    margin-bottom: 10px;
}
.wac-content-style ul{
    margin-bottom: 20px;
}
.wac-content-style ul li{
    margin-bottom: 5px;
}
.fluentform .ff-btn.ff-working:after { 
    background: hsla(0, 0%, 100%, .7) !important;
}
.wac-home-project-slider .swiper-pagination{
    bottom: -10px !important;
}

.wac-inner-banner{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;

}
.wac-inner-banner::before{
    background-image: linear-gradient(278deg, rgba(0,0,0,0.5) 38%, rgba(0,0,0,0.5) 100%) !important;

}


.wac-about-story-slider figure.swiper-slide-inner{
    /* background-color: #F0F5FA; */
    position: relative; 
    overflow: hidden;
    border-radius:0px;
}
.wac-about-story-slider figure.swiper-slide-inner::before{
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: calc(750 / 600 * 100%);
}
.wac-about-story-slider figure.swiper-slide-inner img {
    position: absolute;
    object-fit: cover;
    background-position: center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* height: 100%; */
}
.wac-blog-single-content p{
    margin-bottom: 15px;

}
.wac-blog-single-content ul{
    margin-left: 25px;
}
.wac-blog-single-content ul li{
    margin-bottom: 7px;

}

.wac-home-banner-slider .swiper-pagination{
    width: auto !important;

}
 
.wac-home-banner-typeing{
  width: 100%;
    max-width: 900px;
    height: auto;
    min-height: 300px;
    font-family: "Playfair Display", Sans-serif;
    color: #fff;
    font-size: 3em;
    line-height: 1.1em;
    font-weight: 600;
    
}
.wac-home-banner-typeing div.banner-typeing-text{ 
    display: inline; 
}
.wac-home-banner-typeing .typed-cursor{
    font-weight: 300;
    color: #f3f3f3;
    font-size: smaller;
}

.wac-our-storry p{
    margin-bottom: 10px;
}
.p-0 p{
    margin-bottom: 0;
}

.gallery-item-caption-wrap.caption-style-hoverer {
    visibility: visible; 
   opacity: 1 !important; 
   -webkit-transition: .6s all ease;
   transition: .6s all ease;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   height: 85px;
   top:80%;
}
.gallery-item-caption-wrap h2{
   margin: 0px !important;
}

.eael-filter-gallery-control ul{
   text-align: left !important;
}

.wac-blog-single-content .wpr-featured-media-image{
    position: relative;
    width: 100% !important;
    overflow: hidden;
}
/* .wac-blog-single-content .wpr-featured-media-image::before{
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: calc(300 / 500 * 100%);
} */
.wac-blog-single-content .wpr-featured-media-image img {
    /* position: absolute;
    object-fit: cover;
    background-position: center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width:100%;
    max-width: auto;
}
 
.wac-products-home .elementor-heading-title a{
   font-family: "Playfair Display", Sans-serif;
}

.small-icon-list .elementor-icon-box-icon{
    margin-top: 4px;

}



.wac-custom-header .elementor-nav-menu .dropdown-menu-toggle{
    position: relative;
    min-width: 31px;
    display: block;
}
.wac-custom-header .elementor-nav-menu .elementor-item .dropdown-menu-toggle::after{
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    position: absolute;
    cursor: pointer;
    right: 7px;
    top: -4px;
}

 


.wac-custom-header .elementor-nav-menu .sub-arrow{
    /* min-width: 31px; */
    display: none;
} 
/* .wac-custom-header .elementor-nav-menu .sub-arrow .fa-chevron-down{
 display: none;
} */

.fluentform .text-danger{
    color: red;
}

.name-error, .email-error, .phone-error{
    color:red !important;
    font-size:12px !important;
    width: auto;
    display: inline;
}
.sub-menu .current-page-ancestor a{
    color: var( --e-global-color-3622487 );
    background-color: var( --e-global-color-primary );

}

  


.eael-gallery-load-more:focus{
    border-color: #C8A977;
} 


.wac-home-banner-slider .bdt-slider .bdt-slide-item{
    min-height: 70vh !important;

}
.wac-home-banner-slider .bdt-slider .bdt-slide-item .bdt-slide-desc{
    padding-top: 150px;
    padding-bottom: 50px;

}

.wac-home-banner-slider .bdt-slider .bdt-slide-item .bdt-slide-desc .bdt-slide-title{
        width: 100%;
        max-width: 1000px; 
        font-family: "Playfair Display", Sans-serif;
        font-size: 2.5em;
        line-height: 1.1em;
}
.wac-home-banner-slider .bdt-dots-container{
    margin-bottom: 30px;

}
 

/* .wac-home-pro-thumb::after{
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: calc(636 / 480 * 100%);
}  */


.whatapp-icon a:focus, .whatapp-icon a:focus-visible{
    outline: none;
    border:none ;

}

.wac-footer-menu ul li{
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
 
.wac-footer-menu .elementor-nav-menu--main .elementor-nav-menu a{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wac-footer-menu .elementor-nav-menu--main .current-page-ancestor a, .wac-footer-menu .elementor-nav-menu--main .current-menu-item-blog a{
    color: var(--e-global-color-primary) !important;
}
.wac-header-menu .elementor-nav-menu--main .current-menu-item-blog a{
    color: var(--e-global-color-primary) !important;
}
.wac-header-menu .elementor-nav-menu--main .current-menu-item-blog a::after{
    background-color: var(--e-global-color-primary) !important;
    opacity: 1 !important; 
}

 

a:focus, a:focus-visible{
    outline: none;
}

.cursor-none{
    cursor: default !important;
    pointer-events: none;
}

.hfe-scroll-to-top-button{
    width: 40px;
    height: 40px;
}


.elementor-widget-text-editor ul li{
    margin-bottom: 5px; 
}
.bold-head-list p:has(b){
    margin-bottom: 5px;
}

.wac-read-more-container{
        position: relative;
    background: #fff;
    text-align: center;
    height: 40px;
}
.read-more-btn {
      padding: 50px 20px 0;
    width: 100%;
   background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,1) 80%);
        color: #c8a977 !important;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transform: translateY(-95%);
    text-decoration: underline !important;
}



@media (max-width: 1024px) {
    .wac-header-menu .elementor-nav-menu--dropdown{
        top: 43px !important;
        padding-bottom: 10px;
        /* min-height: calc( 100vh - 43px ); */
    }
    /* body:has(.wac-custom-header.sticky) .wac-header-menu .elementor-nav-menu--dropdown{
        top: 33px !important;
   
    } */

    .wac-products-home .sp-content{
        opacity: 1 !important; 
        min-height: 110px;
    }
    .wac-products-home .sp-title {
        transform: translateY(0px) !important;
    }
    .wac--discover-art p{
        margin-bottom: 0;
    }
    .wac-brand-list .wac-brand-img .elementor-widget-container img { 
        transform: scale(1)  ; 
    }
    .wac-custom-header.sticky .wac-header-logo img {
        transform: scale(1);
    }
    .wac-tabs-style .eael-filter-gallery-control{ 
        top: 70px; 
        padding-right: 0;
        width: calc(100% + 5px);
    }
  

}






@media (max-width: 767px) {
    .wac-tabs-style ul {
        display: flex;
        width: max-content;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .wac-tabs-style ul li {
        margin: 0 20px 0 0 !important;
    }

    
}

@media (max-width:800px) {
    .wac-header-menu a.elementor-item.elementor-item-active.menu-link, .wac-header-menu a.highlighted, .wac-header-menu a:hover {
        background-color: transparent !important;
}
}


@media (min-width:800px) {
    .wac-product-cat .eael-img-accordion .overlay-inner a, .wac-product-cat .eael-img-accordion .img-accordion-title, .wac-product-cat .eael-img-accordion .overlay-inner.overlay-inner-show .img-accordion-title{
        transform: rotate(-90deg) !important;
        transform-origin: 50% 50% !important; 
        opacity: 1 !important;
        visibility: visible !important;
        margin-left: -70%;
        
    }
    .wac-product-cat .eael-img-accordion .overlay{
        left: 0 !important;
        right: auto;
    }
    .wac-product-slider .swiper-pagination-bullets{
        /* display: none; */
        bottom: -10px !important;
    }
    .wac-home-banner-typeing{  
        min-height: 400px;  
        font-size: 4em;
        line-height: 1.1em;  
    }
    .wac-home-counter .elementor-counter-title{
        margin-left: 0px;
    } 
    
    #breadcrumbs a{
        color: #fff;
    }
    #breadcrumbs a:hover{
        color: #C8A977;
    }
 
    

    
}

@media (min-width:1024px) {

.wac-custom-header .wac-header-logo img{
    height: 60px ; 
} 
.wac-home-banner-slider .bdt-slider .bdt-slide-item .bdt-slide-desc{
    width: 100%;
    max-width: 1300px;
    padding-top: 200px;
    padding-bottom: 100px;  
        padding-left: 20px; 
        padding-right: 20px;
}

}

@media (min-width:1025px) { 

 .wac-products-home .sp-title {
    transform: translateY(0px) !important; 
    }
    

.wac-products-home .sp-content{  
    transform: translateY(0px); 
    opacity: 1;
    min-height: auto;

} 
 

.wac-products-home .containe .moveing-box{
    overflow: hidden;
    position: relative;
    transform: translateY(calc(100% - 30px));
}
.wac-products-home .containe:hover .moveing-box{ 
    transform: translateY(0);
}
.wac-products-home .containe:hover .moveing-box .sp-content{  
    transform: translateY(-10px);  

} 






.wac-custom-header .elementor-nav-menu .elementor-item.elementor-item-active .dropdown-menu-toggle::after, .wac-custom-header .elementor-nav-menu .elementor-item:hover .dropdown-menu-toggle::after, .wac-custom-header .elementor-nav-menu .elementor-item.highlighted .dropdown-menu-toggle::after{ 
    border-bottom: 2px solid #F4D199;
    border-right: 2px solid #F4D199; 
}


.wac-home-banner-slider .bdt-slider .bdt-slide-item .bdt-slide-desc .bdt-slide-title{ 
    font-size: 3.5em;
    line-height: 1.1em;
}
.bdt-slide-text{
    font-size: 1.5em;
    line-height: 1.1em;
}


}
@media (min-width: 1200px) {
    .wac-custom-header .wac-header-logo img{
        height: 80px ; 
    } 


    .wac-custom-header{
        padding: 10px 50px;
    }
    .wac-custom-header.sticky{ 
        padding: 0px 50px;
        
    }
    .wac-custom-header.sticky .wac-header-logo img{
        height: 60px ; 
    } 

    .wac-home-logoslider figure.swiper-slide-inner img { 
        height: 70%; 
    }
    .ff-default .ff_btn_style { 
        padding: 8px 30px; 
    }
    .wac-home-banner-typeing{  
          min-height: 400px;  
          font-size: 5.5em;
          line-height: 1.1em;  
      }

      
.wac-home-banner-slider .bdt-slider .bdt-slide-item{
    min-height: 100vh !important;

}
  
.wac-home-banner-slider .bdt-slider .bdt-slide-item .bdt-slide-desc .bdt-slide-title{ 
    font-size: 5.5em;
    line-height: 1.1em;
}




}

@media (min-width: 1365px) {
    .wac-home-banner-slider .bdt-slider .bdt-slide-item .bdt-slide-desc{ 
        padding-left: 0px;
        padding-right: 0px;
    
    }
    .wac-products-home .containe .moveing-box{ 
        transform: translateY(calc(100% - 30px));
    }

}


