/* Add custom CSS styles below */ 

section:nth-child(1 of .landing-page-first-banner) .item-text {
    backdrop-filter: blur(35px);
    padding: 50px 0;
}


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

section:nth-child(2 of .landing-page-first-banner) .txt {
    margin-left: 0;
    width: 44% !important;
    background: #0000004D;
}




.image-title .title-heade {
  color: #169CDC;
    background-color: unset;
    
}

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


.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) {

section:nth-child(1 of .landing-page-first-banner) .item-text {
    backdrop-filter: blur(10px);
    padding: 16px 0;
    position: absolute;
    top: 25px;
    width: 50% !important;
    left: 0;
}

section:nth-child(3 of .landing-page-first-banner) .item-text {
    
    padding: 16px 0;
    position: absolute;
    top: 25px;
    width: 50% !important;
    left: 0;
}

  
 section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
    font-size: 15px !important;
   color:#169CDC !important ;
}

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

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

    width: 70% !important;
  
}
  
}