/* Add custom CSS styles below */ 
.landing-page-first-banner  .item-text h1 {
    text-shadow: 5px 5px 10px #000;
    width: 80% !important;
}

section:nth-child(1 of .landing-page-first-banner) .item-text h2{
    font-size: 39px;
    z-index: 545;
    color: #fff;
    transform: translate(-10rem, 10px);

  text-shadow:5px 5px 10px  black;
}
@media(min-width:992px) {
section:nth-child(1 of .landing-page-first-banner) .txt {

    margin-left: 5rem ;
}
section:nth-child(2 of .landing-page-first-banner) .txt {

    margin-right:  5rem ;
}

section:nth-child(2 of .landing-page-first-banner) .txt h1{

   text-shadow: 5px 5px 10px #E35E9580 !important ;
    width: 80% !important;
}
}

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

.ad-star-btn {
  background-color:var(--color-primary);
}
/**/

/**/
.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;
}


/****/

/****/

.section_c_r .content_tistimonial .cover_content .desc_contant {

    color: #ffffff;

}
.section_c_r .content_tistimonial .cover_content .rating_name .name {
 
    color: #ffffff !important; 

}
.section_c_r .content_tistimonial {
    background-color:var(--color-primary);

}

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

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

section:nth-child(1 of .landing-page-first-banner) .item-text h2 {
    font-size: 25px;

    transform: translate(-2rem, 10px);
 
}

  
}