/* Add custom CSS styles below */ 
.header-components.header-components-home {
    background: #000000;
} 

.s-block--fixed-banner .banner--fixed {
        border-radius: 0;
    }
img.lazy.loaded,img.lazy-load.loaded {
    border-radius: 0px;
}
 .s-block--fixed-banner{
    margin-top: 0;
}
.s-block--fixed-banner .container{
  padding: 0px !important;
  margin: 0px !important;
  max-width: 100% !important;
}
@media (min-width: 768px) {

    .s-block {
        margin-top: 0;
      margin-bottom: 45px;
    }
}
.s-block--fixed-banner .banner--fixed{
  border-radius: 0px;
}
@media (min-width: 1024px) {
    .s-block--fixed-banner .banner--fixed {
        max-height: none !important;
        min-height: 350px;
    }
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-size: contain !important;
}
.square-static-images-itmes {
    height: 800px;
  gap: 0px !important;
}
@media (min-width: 1024px) {
    .square-static-images-itmes .square-static-item {
        max-height: 100%;
    }
}
.square-static-images-itmes .square-static-item .lazy__bg{
  transition: 0.3s;
}
.square-static-images-itmes .square-static-item:hover .lazy__bg {
    transform: scale(1.02) !important;
}
@media (min-width: 1024px) {
    .features-home .features-home-grid, .s-block--features .features-home-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.store-footer{
  background:#000;
}
body.index:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15)
    url(https://i.ibb.co/SXhqq0ZP/logo-headr-and-foter.png);
  position: fixed;
  backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99999999999999999 !important;
  transform: scale(0);
  background-size: 200px !important;
  background-repeat: no-repeat;
  background-position: center !important;
  animation-name: logobg;
  animation-duration: 2s;
}

/* =========================================================
   Keyframes
   ========================================================= */
@keyframes logobg {
  0%,
  20%,
  78% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}