/*Square pictures*/
.image-title .title-heade {
  color: #000;
    background-color: unset;
    
}
/**/
/*Advertising banner  */

.ad-star-btn {
  background-color:var(--color-primary);
}
/**/
@media(min-width:992px) {
section:nth-child(2 of .landing-page-first-banner) .txt {
    justify-content: center !important;
    max-width: 100%;
    padding: 0;
}
section:nth-child(2 of .landing-page-first-banner) .item-text {
opacity:0 !important;
width: 100% !important;
max-width: 100% !important;
height: 100vh;
justify-content: center;
}


section:nth-child(2 of .landing-page-first-banner) .txt:hover{
    background:#00000030 !important
}


section:nth-child(2 of .landing-page-first-banner) .item-text:hover
{
opacity:1 !important;
    
}

}
/*footer */

.copyright-text p {

    color: #fff !important;
}

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

/***/


.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}


@media(max-width:768px) {
/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/


}