/* Add custom CSS styles below */
/*Cairo*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Lemonada:wght@300..700&display=swap');


*{
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;

}

/**/

section:nth-child(1 of .landing-page-first-banner) .txt {
    margin-left: 6%;
}
/*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) {
.landing-page-first-banner .item-text {
    max-width: 157px !important;
}
.landing-page-first-banner .txt{
margin-left:0;


}

.item-text h1 {
    font-size: 13px !important;
    color: #000 !important;
}

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

 section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 16px !important;
     color: #fff !important;
}

}
.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-popup {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.popup-img {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}