@import url('../font/font.css');

body{
  margin: 0px;
  padding: 0px;
  background-color: none;
}

.footer_div{
  margin-top: 0px;
  background-color: rgb(92, 34, 0);
  padding: 20px;
}

.footer_a{
  text-decoration: none;
  color: white;
  font-family: RobotoSlab_Bold;
  opacity: 0.7;
  transition: 0.5s;
}

.footer_a:hover{
  opacity: 1;
  transition: 0.5s;
}

.footer_flex_div{
  display: flex;
}

.about_us_title{
  color: white;
  font-family: RobotoSlab_Bold;
}

.footer_text{
  font-family: RobotoSlab_Bold;
}

.terms_of_use_div{
  margin-left: 60px;
}

.terms_of_use_title{
  color: white;
  font-family: RobotoSlab_Bold;
}

.member_title{
  color: white;
  font-family: RobotoSlab_Bold;
}

.member_div{
  margin-left: 60px;
}

.member{
  height: 50px;
  width: auto;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.channels_title{
  color: white;
  font-family: RobotoSlab_Bold;
}

.payment_channels_div{
  margin-left: 60px;
}

.payment_channel{
  height: 20px;
  width: auto;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.copy_right_div{
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: white;
  font-family: RobotoSlab_Bold;
}

.contact_us_div{
  margin-left: 60px;
}

.contact_us_title{
  color: white;
  font-family: RobotoSlab_Bold;
  margin-bottom: 10px;
}

.contact_list_div{
  width: 400px;
}

.fa-phone{
  transform: rotate(90deg);
  color: white;
}

.number{
  color: white;
  margin-left: 10px;
  font-family: RobotoSlab_Bold;
}

.fa-envelope{
  color: white;
}

.mail{
  color: white;
  margin-left: 10px;
  font-family: RobotoSlab_Bold;
}

.fa-map-marker{
  color: white;
}

.address{
  color: white;
  margin-left: 10px;
  font-family: RobotoSlab_Bold;
}

.whatsapp_img{
  position: fixed;
  bottom: 50px;
  right: 50px;
  height: 70px;
  width: auto;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s;
}

.whatsapp_img:hover{
  transform: scale(1.3);
}

/* Pop up */
#popup-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#popup-content {
  background-color: #fff;
  max-width: 80%;
  max-height: 80%;
  overflow: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#popup-overlay.show {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
}

#popup-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

#popup-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

#popup-close {
  position: sticky;
  top: 0;
  float: right;
  color: white;
  background-color: rgb(92, 34, 0);
  font-family: SecularOne-Regular;
  cursor: pointer;
  transition: 0.5s;
  padding: 8px 16px;
  border: none;
}

#popup-close:hover {
  background-color: rgb(52, 34, 0);
  transition: 0.5s;
}

.sign-up{
  font-family: SecularOne-Regular;
}

.units_title{
  font-family: RobotoSlab_Bold;
}

.unit_sub_txt{
  font-size: 20px;
  font-family: ConcertOne-Regular;
}

.units{
  font-size: 20px;
  font-family: ConcertOne-Regular;
}

.unit_txt{
  font-size: 15px;
  font-family: ConcertOne-Regular;
}
