.hero-section {
  position: relative;
  height: calc(100vh - 180px); /* Adjust height as needed */
  width: 100vw;
}
.hero-section-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100vh - 100px);
  width: 100vw;
  background: rgba(252, 217, 217, 0.1);
  z-index: -1;
}

.hero-home {
  display: flex;
  height: 100%;
  width: 100%;
}

.hero-text {
  background-image: url("../assets/home-hero.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}

.text h1,
.text p {
  width: 60%;
  margin: 0 auto;
}
.text h1 {
  margin-bottom: 20px;
}

#hero-video {
  width: 50%;
  object-fit: cover;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
}

#hero-video video {
  width: 100%;
  height: 100%;
}
.hero-buttons {
  /* width: 100%; */
  position: absolute;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  z-index: 1000;
  bottom: 30px;
  left: 33%;
}

.programs-btn,
.projects-btn {
  width: 200px;
  border: none;
  background: transparent;
  border-radius: 10px;
  transition: color 2s ease-out;
  transition: outline 2s ease-out;
  transition: width 0.2s ease-out;
}
.programs-btn {
  outline: 0.1px solid #d4d3d3;
  color: #fbd72b;
}
.projects-btn {
  color: rgb(248, 89, 89);
  outline: 0.1px solid gray;
}
.projects-btn:hover,
.programs-btn:hover {
  /* outline: 0.5px solid rgb(250, 35, 2); */
  box-shadow: -1px -1px 1px 1px rgb(12, 12, 12) inset;
  width: 190px;
  border-radius: 16px;
}
.programs-btn:hover {
  color: white;
}
.hero-image {
  position: relative;
  z-index: -10;
  bottom: -5rem;
  opacity: 0.9;
}

.programs {
  position: relative;
  bottom: -40px;
}
.user-action {
  /* background: linear-gradient(#faa2b0 9%, #fa96a5 25%, #f8aeb9 40%, #4c4c4c 100%); */
  width: fit-content;
  margin: auto;
  padding: 40px;
  gap: 80px;
  border: none;
  border-radius: 4px;
  outline: 0.1px solid #fadcdc;
  box-shadow: 1px 1px 1px rgb(242, 178, 188, 0.1) inset;
}
/* .mission{
  background:transparent;
  padding:40px 0;
  border:none;
  outline:.2px solid white;
  border-radius: 10px;
  box-shadow: 1px 1px 1px rgba(1,1,1,1,1) inset;
} */
.community {
  color: red;
}
footer {
  position: relative;
  /* height: 400px; */
  /* width:100%; */
  background-color: rgb(249, 2, 2);
}
.foot-nav {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  gap: 30px;
  padding: 20px 0;
  padding-top: 60px;
  margin: 20px 0;
}
.footer-nav-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 2, 2, 0.1);
}

.contact-options a,
.social-options a {
  text-decoration: none;
  color: black;
}
.footer-logo {
  height: 250px;
  width: 250px;
}
.foot-logo img {
  height: 100%;
  width: 100%;
}
.contact,
.social {
  text-align: center;
}

.contact-options,
.social-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
  gap: 20px;
}

.copyright {
  background-color: black;
  height: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright .fa-copyright {
  color: rgb(249, 2, 2);
}

.books {
  position: absolute;
  bottom: 50%;
}
.yt-sub {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 99999;
}
#contact-banner {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  background-color: rgba(146, 146, 145, .3);
}
.show {
  display: flex;
  width: 100%;
}
.banner-a {
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 0, 0, .6);
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px;
  border-radius: 10px;
  animation: slideUp .7s ease-in;
}
.logo-a {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
#cl {
  position: absolute;
  right:10px;
  top:10px;
  font-size: 40px;
  cursor: pointer;
}

@media (min-width: 319.98px) and (max-width: 991px) {
  header.container-fluid {
    height: 140px;
  }
  .nav-bar h4 {
    font-size: 1.1rem;
  }
  .foot-nav {
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .contact,
  .social {
    text-align: center;
  }

  .contact-options {
    gap: 40px;
    text-align: center;
  }

  .hero-section {
    /* z-index: -1; */
  }
  .hero-home {
    height: 100vh;
    width: 100%;
    flex-direction: column-reverse;
    /* justify-content: space-around; */
  }
  .hero-text {
    background-size: contain;
    width: 100%;
    height: 50%;
  }
  #hero-video {
    width: 100%;
    height: 50%;
  }

  .hero-buttons {
    z-index: 6;
    left: 40%;
    bottom: 240px;
    flex-direction: column-reverse;
  }
}
