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

 .landing-page-first-banner .item-text{
    --tw-backdrop-blur: blur(-2px) !important;
}

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

    margin-left: 0;
}
section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 30px !important;
    width: 70% !important;
}
@media(max-width:768px) {
section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 100% !important;
    position: absolute;
    top: 2rem;
}
  

   section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
   
    width: 100% !important;
     text-align: start !important;
}

section:nth-child(2 of .landing-page-first-banner) .txt {
    align-items: start !important;
    padding: 0;
    background-image: linear-gradient(45deg, #000000aa, transparent);
    padding: 1rem;
}
section:nth-child(2 of .landing-page-first-banner) .item-text {
    max-width: 100% !important;
    align-items: start !important;
}
  section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 16px !important;
    width: 100% !important;
    width: 70% !important;
    
    text-align: start !important; 
}
   .g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
.landing-page-first-banner .item-text p {
    font-size: 12px !important;
    width: 100% !important;
}

.banner_ad.two-imgs .img1 {
    grid-column-start: 1 !important;
    grid-row: span 2 / span 2 !important;
    grid-row-start: 1 !important;
}

  .banner_ad.two-imgs .img2 {
    grid-column-start: 1 !important;
    grid-row: span 2 / span 2 !important;
    grid-row-start: 3 !important;
}
  
}


/* Edits */
section:nth-child(1 of .landing-page-first-banner) .txt .item-text {
    display: none !important;
}
/* Animation */
@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

/* Popup */
.popup-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  animation: zoomIn 0.4s ease forwards;
}

/* Image */
.popup-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Close button */
#closeButton {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 767px) {
  .popup-container {
    max-width: 95%;
  }
}