/* Add custom CSS styles below */ 

.main-menu li > a:hover {
    text-decoration-line: none;
    color: #fff;
}
/**/
.footer-is-light .store-footer .store-footer__inner {
  background: #041D53!important;
}
.footer-is-light .store-footer {
    background: #041D53 !important;
}

/*footer  */
.copyright-text p{
color:#fff !important;
  
}
footer .navbar-brand >img {
filter: brightness(0)invert();
}
/**/

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    color: #fff;
}

.s-button-primary {
  
    color: #ffffff;
}

.s-slider-swiper-wrapper > div {

    flex-direction: row-reverse;
}

 .text-content .object-contain {
   
    display: none;
}
@media(min-width:992px){
/*3 banner */
.s-block--banners .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


.banner-entry:nth-of-type(3){
    grid-column:1/3;
}
.has-overlay:after {
  
    background-color: transparent;

}

.banner-entry h3, .banner-entry p {
    opacity: 1;

}

 .banner-entry .banner-entry__text{
align-items:start
    
}

.has-overlay:hover:after {
    background-color: transparent;
}
.banner-entry {
    height: 270px;
    background: transparent;
}
/***/

}



@media(max-width:768px){
.feature_section .grid-cols-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
/**/
  footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
  
  .items-center .flex-row {
    flex-direction: column;
}
/**/
/**/
.has-overlay:after {
  
    background-color: transparent !important;

}

.banner-entry h3, .banner-entry p {
    opacity: 1 !important;

}
 .banner-entry .banner-entry__text{
align-items:start !important;
    
}

.has-overlay:hover:after {
    background-color: transparent !important;
}

.multi-use-banner-3 .multi__banner:nth-child(1) {
    background: url('https://cdn.salla.sa/form-builder/tLF4RcBfb0QXME7E8GhvBWhM68KxtsAALEuxrd9K.png') no-repeat center center / cover;
    height: 38vh;
}
}
/**/