@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;

}

html{
  scroll-behavior: smooth;
}

body{
  background-color: rgb(251, 251, 251);
}

p{
  color: white;
  font-family: "Oswald", sans-serif;
}

header{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background-color: transparent;
  width: 100%;
  margin-top: 30px;
  position: absolute;
  top: 0;
  font-family: "Oswald", sans-serif;
  
}

.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo p{
  font-size: 14px;
  cursor: pointer;
}

.logo img{
  width: 90px;
  height: 110px;
}

nav ul a{
  padding: 10px 20px;
  color: white;
  font-size: 13px;
  position: relative;
  width: max-content;
  
}

.nav-menu{
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  
}

nav ul a::after{
  content: '';
  position: absolute;
  top: 30px;
  left: 18px;
  width: 68%;
  height: 2px;
  background-color: #e19d35;
  opacity: 0;
  
}

nav ul a:hover::after{
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.nav-menu li{
  position: relative;
  transition: .7s ease;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #e19d35;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 180px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-radius: 6px;
}

.dropdown-menu li {
  padding: 0;
}

.dropdown-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.donatee a{
  color: rgba(0, 0, 0, 0.95);
  font-size: 12.5px;
  background-color: #e19d35;
  padding: 5px 25px;
  border-radius: 20px;
  cursor: pointer;
  transition: .5s ease;
}

.donatee:hover a{
  background-color: rgb(49, 49, 49);
  font-size: 15px;
}

.ham-menu{
  width: 50px;
  height: 50px;
  margin-top: 20px;
  display: none;
}

.ham-menu i{
  color: #e19d35;
  font-size: 30px;
}

.location-details{
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 50px;
  margin-top: 120px;
  position: absolute;
}

.locate-con{
  display: flex;
}

.location-details p{
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
}

.location-details div i{
  color: #e19d35;
}

.hero-container{
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/about-us-image.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: none;
  
}


.welcome-text h1{
  font-family: "Oswald", sans-serif;
  color: white;
  text-align: center;
  align-items: center;
  padding-top: 250px;
}

.welcome-text p{
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  color: white;
  text-align: center;
  align-items: center;
}

.learn-hero{
  text-align: center;
  align-items: center;
  margin-top: 30px;
}

.learn-hero a{
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  color: white;
  background-color: #e19d35;
  padding: 10px 20px;
  border-radius: 35px;
  transition: .5s ease;
}

.learn-hero a:hover{
  background-color: rgb(49, 49, 49);
  color: white;
  font-size: 15px;
}

.banner{
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.banner div img{
  width: 980px;
}

.slider-container{
  width: 100%;
  max-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.swiper {
  width: 40%;
  height: 80vh;
}

.swiper-slide img{
  margin-top: -90px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next{
  background-color: white;
  border-radius: 50%;
  padding: 14px;
}

.watch-online{
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -35px;
}

.youtube-container, 
.donation-container,
.events-container{
  width: 100%;
  margin-top: 200px;
  
}


.youtube-container div, 
.donation-container div,
.events-container div{
  width: 100%;
  margin-top: -180px;
}

.youtube-embed iframe,
.donate-con img,
.events-con img{
  width: 100%;
  height: 350px;
  margin-top: 180px;
  cursor: pointer;
}

.youtube-container p{
  font-family: "Oswald", sans-serif;
  font-size: 20.5px;
  font-weight: 600;
  color: white;
  background-color: rgb(225, 47, 47);
  width: 100%;
  padding: 20px 30px;
  text-align: center;
}

.events-container p{
  font-family: "Oswald", sans-serif;
  font-size: 20.5px;
  font-weight: 600;
  color: white;
  background-color: #e19d35;
  width: 100%;
  padding: 20px 30px;
  text-align: center;
}


.donation-container p{
  font-family: "Oswald", sans-serif;
  font-size: 20.5px;
  font-weight: 600;
  color: white;
  background-color: rgba(0, 0, 0, 0.95);
  width: 100%;
  padding: 20px 30px;
  text-align: center;
}

.about{
  display: flex;
  justify-content: space-around;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: rgb(237, 237, 237);
  padding-bottom: 30px;
}

.about-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
}

.about-container h2{
  margin-top: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  color: rgb(49, 49, 49);
}

.about-context{
  margin: 20px 0 0 0;

}

.about-context p{
  color: rgb(49, 49, 49);
  line-height: 30px;
  font-size: 14px;
  margin-left: 10px;
}

.p-highlights{
  margin-top: 30px;
  margin-bottom: 30px;
}

.location-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
}

.location-context{
  margin-top: 20px;
  margin-bottom: 10px;
}

.location-context p{
  color: rgb(49, 49, 49);
  line-height: 30px;
  font-size: 14px;
}
.location-context p span{
  font-weight: bold;
  font-size: 18px;
  color: rgb(49, 49, 49);
}

.location-container h2{
  margin-top: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  color: rgb(49, 49, 49);
}

.p-highlights p{
  color: white;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 20px 70px;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
  transition: .5s ease;
}

.p-highlights:hover p{
  background: #e19d35;
  color: rgb(49, 49, 49);
  font-size: 15px;
  
}

.read-more-txt a{
  font-family: "Oswald", sans-serif;
  color: #e19d35;
  font-size: 14px;
  transition: .6s ease;
}

.read-more-txt:hover a{
  color: rgb(49, 49, 49);
  font-size: 14px;
}

.join-online p{
  color: rgb(49, 49, 49);
  line-height: 30px;
  font-size: 14px;
}

.join-online a{
  color: rgb(225, 47, 47);
}

.contact-details{
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  margin-bottom: 8px;
}

.contact-details p{
  color: rgb(49, 49, 49);
  font-size: 14px;
}

.contact-details p span{
  font-weight: bold;
  font-size: 18px;
  color: rgb(49, 49, 49);
}

.footer{
  width: 100%;
  height: 150px;
  background-color: #e19d35;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.footer-container p{
  color: rgb(49, 49, 49);
  font-size: 13px;
}

.socials-container{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.socials-container i{
  font-size: 28px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}


/* Toast */

.toast {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #020617;
  border: 1px solid #1e293b;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,.4);
}

.toast span{
  color: white;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.toast button {
  background: rgb(49, 49, 49);
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  color: white;
  cursor: pointer;
}

.toast button:hover {
  background: #e19d35;
}

@media screen and (max-width: 900px) {
  header{
    white-space: nowrap;
    padding: 0 3%;
  }

  .logo p{
    font-size: 11px;
  }

  nav ul a,
  .donatee a{
    font-size: 11px;
  }

  .welcome-text{
    padding-top: 120px;
  }

  .slider-container{
    margin: 10px 0;
    padding: 25px;
  }

  .swiper{
    width: 100%;
    max-height: 350px;
    margin-bottom: 30px;
  }

  .watch-online{
    flex-direction: column;
    gap: 0;
    margin-top: 400px;
    margin-bottom: 410px;
  }

  .youtube-embed iframe,
  .donate-con img{
    margin-bottom: -25px;
  }

  .location-container h2,
  .about-container h2,
  .donation-container p,
  .events-container p,
  .youtube-container p {
    font-size: 30px;
  }

  .about{
    margin-bottom: -80px;
  }

  .about-context p{
    margin-left: 5px;
  }

  .socials-container i{
    font-size: 22px;
  }

  .footer{
    margin-top: 0;
  }
}

@media screen and (max-width: 750px){
  
  .logo{
    margin-left: -40px;
  }

  .logo p{
    font-size: 13px;
  }

  .nav-menu{
    position: absolute;
    top: 80px;
    left: -100%;
    gap: 40px;
    flex-direction: column;
    background-color: #e19d35;
    width: 100%;
    height: 100vh;
    text-align: center;
    transition: 0.6s ease;
    z-index: 200;
  }

  .nav-menu.active{
    left: 0;
  }
  

  nav ul a{
    color: white;
    margin-top: 30px;
    transition: .6s ease-in-out;
  }

  nav ul a:hover{
    color: rgb(49, 49, 49);
  }

  .donatee a,
  .border-line{
    display: none;
  }

  .ham-menu{
    display: block;
    cursor: pointer;
  }

  .ham-menu i{
    font-size: 22px;
  }

  .banner{
    padding-top: 70px;
    padding-bottom: 25px;
  }

  .banner div img{
    width: 600px;
  }

  .slider-container{
    width: 100%;
    height: 600px;
    padding-bottom: 80px;
  }

  .swiper {
  width: 800px;
  height: 550px;
  }

  .swiper-slide img{
  width: 100%;
  height: 500px;
  margin-top: -95px;
  }

  .watch-online{
    flex-direction: column;
    padding-top: 580px;
    padding: 0;
  
  }

  .youtube-container p{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  .donate-con img{
    margin-bottom: 210px;
  }

  .donation-container p{
    text-align: center;
    font-weight: 600;
  }

  .footer{
    margin-top: 0;
  }
}

@media screen and (max-width: 600px){

  header{
    margin-top: -2px;
  }

  .hero-container{
    min-height: 100svh;
  }

  .welcome-text{
    padding-top: 150px;
  }

  .welcome-text h1{
    font-size: 22px;
  }

  .welcome-text p,
  .learn-hero a,
  .p-highlights p,
  .location-context p,
  .join-online p,
  .contact-details p{
    font-size: 13px;
  }

  .location-details{
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .locate-con{
    margin-bottom: 10px;
  }

  .banner div img{
    width: 450px;
  }

  .slider-container{
    max-height: 480px;
  }

  .swiper {
  width: 390px;
  max-height: 440px;
  margin-bottom: -120px;
  }

  .swiper-slide img{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 0;
  }

  .watch-online{
    margin-top: 500px;
  }

  .youtube-container p,
  .location-context p span,
  .contact-details p span{
    font-size: 15px;
  }

  .donation-container p{
    font-size: 22px;
  }

  .donate-con img{
    margin-bottom: 120px;
  }

  .youtube-embed iframe{
    width: 100%;
    min-height: 280px;
  }

  .about{
      flex-direction: column;
      align-items: center;
      margin-top: -70px;
      
    }
  
  .location-container{
    padding-bottom: 50px;
  }  
  .about-container,
  .location-container{
    width: 100%;
    border-width: 100%;
    margin-bottom: 10px;
  }
  .about-container h2{
    font-size: 25px;
  }

  .footer{
    flex-direction: column-reverse;
    height: auto;
    gap: 15px;
    padding: 10px 0;
  }
  }


