/* Add custom CSS styles below */ 
 .landing-page-first-banner{
   background: #21211D;
 }
.s-block {
    margin-top: 0;
}
.sicon-menu:before {
    content: "\ed7f";
    color: var(--color-primary);
}

@media(min-width:992px) {
.landing-page-first-banner-0 .txt {
    justify-content: center;
    margin-right: 2rem;
}
  .landing-page-first-banner-4 .txt,
    .landing-page-first-banner-6 .txt{
    justify-content: center;
    margin-left:  2rem;
}
 .landing-page-first-banner .item-text h1 {
    width: 90%;
    font-size: 70px;
}

}

.GR_Why_choose_use .border-secondary ,.GR_Why_choose_use .w-full.md\:w-3\/4.text-xs.leading-\[20px\] {
    padding-bottom: 1.25rem;
    display: none;
}

.GR_Why_choose_use .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.GR_Why_choose_use .grid .md\:rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){
   
    text-align: center !important;
    align-items: center;

}

@media(max-width:768px) {
    footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
.landing-page-first-banner .item-text {
    max-width: 180px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size:20px !important;
    section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
}
.index header.store-header {
    position: relative;
}


}
}