/* General */
/* Reset & Base Styles */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lateef', serif;
  font-size: 5vw;
  font-weight: bold;
  box-sizing: border-box;

}

.center {
  text-align: center;
}

.rtl-font {
  font-family: 'Lateef', serif;
  font-size: inherit;
  font-weight:normal;
}

a {
  color: #00499d;
  text-decoration: none;
}

a:hover {
  color: #9d0000;
  text-decoration: none;
}

p {
  font-size: inherit;
}

img {
  pointer-events: none;
  
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive Images by Breakpoint */
@media (min-width: 576px) {
  img {
    max-width: 70%;
  }
}

@media (min-width: 768px) {
  img {
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  img {
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  img {
    max-width: 40%;
  }
}

@media (min-width: 1600px) {
  img {
    max-width: 30%;
  }
}

/* Sections */
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: inherit;
  font-weight: bold;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
}

/* Prayer Times Section */
.Prayer {
  padding-bottom: 10px;
    background-image: url('https://www.kardeslik.at/assets/img/pattern-i.png');
    background-repeat: repeat;
    background-size: 100px; 


}
/* Footer */
.footer {
  padding: 20px 30px;
  width: 100%;
  font-size: 1.5vw;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer_text {
  font-size: 1.2vw;
  color: #003e84; 
  text-align: center;
}

#footer .copyright {
  font-size: 0.9vw;
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 1.2vw;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer {
    font-size: 3.5vw;
    padding: 15px 20px;
    position: static;
  }

  .footer_text,
  #footer .credits,
  #footer .copyright {
    font-size: 3vw;
  }
}


/*--------------------------------------------------------------
# Designed & Script by: Gamal Nabih |  1LineArt Studio | https://1lineart.com
--------------------------------------------------------------*/