/* Add custom CSS styles below */ 
@media(min-width:992px) {
section:nth-child(1 of .landing-page-first-banner) .item-text h1:after {
    content: '';
    width: 480px;
    height: 210px;
    background-image: url(https://i.ibb.co/dsP55VxT/Group-1618874118.png);
    display: block;
    background-repeat: no-repeat;
    margin: auto;
}
/**/
section:nth-child(3 of .landing-page-first-banner) .item-text p {
    font-size: 40px !important;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
}

.banner_ad {
    max-height: 100% !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;
}

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


/****/
 .g_cat .products-item {
    border: 2px solid #d1ad57;
    border-radius: 16px;
}

.s-tabs-header-item span {
    font-size: 14px;
    color: #fff !important;
}

@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 500px !important;
}

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

/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
/* end cat*/



/***mobile **/
section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 100% !important;
    padding: 2rem 0;
    position: absolute;
    bottom:0;
    align-items: center !important;
}
.landing-page-first-banner .item-text h1 {
    font-size: 18px !important;
  text-align: center !important ;
}


section:nth-child(1 of .landing-page-first-banner) .item-text h1:after {
    content: '';
    width: 208px;
    height: 90px;
    background-image: url(https://i.ibb.co/dsP55VxT/Group-1618874118.png);
    display: block;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
}

section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
    font-size: 27px !important;

    -webkit-text-stroke: 4px transparent;
    background: linear-gradient(to bottom, #bf9f54, rgb(186 155 83), #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fbfbff;
}


  section:nth-child(3 of .landing-page-first-banner) .item-text p {
    font-size: 20px !important;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
}
.s-tabs-header * {
  
    color: #fff !important;
}
.s-tabs-header-item.s-tabs-bg-normal * {
    color: #fff!important;
}