/* Add custom CSS styles below */ 
.top-navbar {
    display: none;
}
/*--------section-one--------*/
  .landing-page-fixed-bannar-0 {
    --tw-translate-y: 0px;
}
  .landing-page-fixed-bannar-0 h1{
  font-weight: 800;
  font-size: 50px;
  color:#000;
  }
  .landing-page-fixed-bannar-0 p{
  font-size:30px;
  margin-bottom:20px;
    color:#000;
  }
  /****global-color*************/
   .btn-changing {
  background: linear-gradient(90deg,rgba(235, 134, 96, 0.92) 0%, rgba(95, 83, 155, 1) 100%);
  }
  @media screen and (min-width:768px) and (max-width:991px){
  .landing-page-fixed-bannar-0 h1 {
  font-size: 25px;
  font-weight: 700;
  }
  .landing-page-fixed-bannar-0 p {
  font-size: 15px;
  }
  .landing-page-fixed-bannar-0 {
      gap: 2rem;
  }
  }
  @media screen and (min-width:576px) and (max-width:768px){
  .landing-page-fixed-bannar-0 h1 {
  font-size: 20px;
  font-weight: 700;
  }
  .landing-page-fixed-bannar-0 {
      gap: 2rem;
  }
  .landing-page-fixed-bannar-0 p{
    display:none;
    }
  }
  @media screen and (min-width:991px) and (max-width:1200px){
  .landing-page-fixed-bannar-0 h1 {
  font-size: 40px;
  font-weight: 700;
  }
  .landing-page-fixed-bannar-0{
  gap: 1rem;
  }
  }
  @media screen and (max-width:576px){
  .landing-page-fixed-bannar-0 {
  gap: 10px;
  padding-right: 5px;
  }
  .landing-page-fixed-bannar-0 h1 {
  font-size: 12px;
  font-weight: 700;
  }
  .landing-page-fixed-bannar-0 a.btn-changing {
  font-size: 12px;
  }
  .landing-page-fixed-bannar-0 p{
    display:none;
    }
  }
  /********************/
  /* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 15px;
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 348px;
    background-color: unset;
}
a.banner-entry:nth-of-type(3){
  grid-column:span 2;
  }
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 100px;
    padding: 0rem;
  
}
}
/*---------section-product -------*/
.s-block.s-block--best-offers  h2{
    font-size:50px;
    color:#000;
    }
    .s-slider-block__title-right {
    padding: 0px;
}
    .s-block.s-block--best-offers .s-slider-block__title {
        justify-content: center;
    }
    .s-slider-block__title-left {
        display: none;
    }
      
    @media screen and (max-width:768px){
    .s-block.s-block--best-offers h2 {
        font-size: 30px;
        padding: 0px;
    }
    }
    /*-------سكشن - الصوره مع النص----*/
   .image-text{
    max-width: 100%;
    padding:2% 16%;
    background: #F5F4F3;
}
  .image-text h2{
  color:#000;
  }
    .image-text .text {
    gap: 30px;
}
  @media screen and (max-width:768px){
  .image-text .md\:gap-\[60px\] {
      gap: 13px;
  }
  .image-text h2 {
  font-size: 10px;
  line-height: 18px;
  }
     .image-text{
    padding: 0px;
}
  }
  /*******new-banner-image -******/
  .banner-image {
      height: 788px;
      margin-top:30px;
      }
    .banner-image    .banner-text-container {
    align-items: flex-end;
}
.banner-image    .banner-text-container  > div  {
    width: 45%;
}
 .banner-image .main-heading {
    font-size: 62px;
    margin-bottom: 34px;
}
 .banner-image  .sub-heading {
    line-height: 37px;
}
@media (max-width: 767px) { 
.banner-image {
    height: 210px;
}
.banner-image    .banner-text-container  > div {
    width: 55%;
}
.banner-image .main-heading {
    font-size: 25px;
    margin-bottom: 0px;
}
.banner-image  .sub-heading {
    line-height: 18px;
    font-size: 12px;
}
}
/*--------من نحن--------*/
@media (max-width: 767px) {
    .el_features h3 {
        font-size: 14px;
    }
    }
        /*------------اعدادات بلور------------*/
section.numbers.mt-20.container {
    max-width: 100% !important;
       background: #F2F2F2;
}
.numbers h3{
color:#000;
}
@media screen and (max-width: 768px) {
    .numbers .products {
        grid-template-columns: repeat(2 ,1fr);
    }
    }
    /*---------footer-------------*/
.store-footer{
    background: #F0EFEF!important;
  
      }
         .store-footer > div{
         background:transparent !important;
         }
    .store-footer .items-center {
    width: 100% !important;
    max-width: 100%;
}

footer *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color:#000 !important;
    border-color:#000;
}