


#custom-popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#custom-popup .popup-content {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 750px;
  width: 90%;
  position: relative;
  display: flex
;
    flex-direction: column;
    place-items: center;
}

#custom-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

#custom-popup a {
  margin-top: 15px;
  padding: 8px 42px;
  cursor: pointer;
  display:flex ;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  place-items: center;
}

.popup-heading{
    text-transform: uppercase !important;
    color :#b72a2f;
    margin-block: 20px;
}
.popup-heading span{
    text-transform: capitalize !important;
}
.popup-content p{
    text-align: center;
}

#popup-button{
    background-color: #45C153;
    border-radius: 35px;
}
#popup-button img{
    height: 35px;
}






.swiper-backface-hidden .swiper-slide{
    border: 0px !important;
}