/* Add custom CSS styles below */
section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 100% !important;
    padding: 75px 50px;
    background: #83502E33;
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.ad-star-btn {
  background-color:var(--color-primary);
}
/**/
  /*Square pictures*/
.image-title .title-heade {
  color: #fff;
    background-color: unset;
    
}
/*
/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}



.store-footer .container > div >img {
    filter: brightness(0.0);
}
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    
    height: unset;
}

.s-payments-list-item:nth-of-type(3) img {
    padding:12px 5px !important;
}



@media(max-width:768px) {
section:nth-child(1 of .landing-page-first-banner) .item-text {

    padding: 40px 50px;
 
}
  
.landing-page-first-banner .item-text {
    max-width: 180px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 17px !important;
}
  .landing-page-first-banner  .item-text> img {
    width: 100px !important ;
}



  
}