:root {
  --primary-color: #00BFA6;
  --secondary-color: #42a1ff;
  --secondary-dark: #e65c50;
  --accent-color: #B39DDB;
  --snow-white: #FAFAFA;
  --cool-gray: #6E6E6E;
  --jet-black: #212121;
  --action-btn:#0080ff;
  --tale: #4f5152;
  --green: #0f6635;
  --blue: #42a1ff;
  --dark-gray: #2d3333;
  --light-gray: #F2F2F2;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font: "poppins";
  letter-spacing: 1.5px;
  line-height: 0.5cm;
  font-weight: 500;
  list-style: none;
  text-decoration: none;

}

body {
  font-family: 'Poppins';
  font-size: 0.75rem;
  background-color: var(--snow-white);
  line-height: 1.2rem;
}

/* default styling */
/* Big headings */
.b-heading {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 2rem;
}

.mid-heading {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  color: var(--dark-gray);
}

/* sub headings */
.sub-heading {
  font-family: "Lato";
  font-size: 25px;
  font-weight: bold;
}

/* small heading: */
.sm-heading {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: bold;
}

/* body text: description / paragraphs*/
.desc {
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
}

/* button text: CTAs */
.b-text {
  font-family: "Open sans";
  font-size: 16px;
  line-height: 1.5rem;
  color: var(--snow-white);
}

.caption {
  font-family: "Open sans";
  font-size: 14px;
  font-weight: bold;
}

/* END */


.wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
}

.line {
  /* display: none; */
  border: none;
  height: 10px;
  background-color: var(--secondary-color);
  width: 100%;
}

.contact-container {
  display: none;
}

.mobile-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: right;
}

.hamburger {
  /* width: 100%;   
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: right; 
height: 100vh; */
}

.menu-icon {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* height: 40px; */
  background-color: var(--tale);
  z-index: 99;
  position: absolute;
  margin-top: 10px;
  position: -webkit-sticky;
  /* For Safari */
  /* position: sticky;  */
  top: 0;
  align-items: center;
}

.m-icon {
  left: 0;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  padding-right: 20px;
  font-weight: 800;
  color: var(--light-gray);
}

.m-icon-x {
  display: none !important;
}

.mobile-menu {
  background-color: var(--snow-white);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  height: 100vh;
  z-index: 98;
}

.i-icon {
  color: var(--secondary-dark);
  font-size: 12px !important;
}

.menu-item {
  margin-top: 1rem;
  padding-top: 10px;
  width: 100%;
  height: inherit;
  background-color: var(--snow-white);
}

.items {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  height: 50%;
  gap: 2px;
}

.item {
  border: 1px solid var(--light-gray);
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-top: 10px;
  border-left: none;
  border-right: none;
  cursor: pointer;
  border-width: 1.2px;
}

.item-list {
  cursor: pointer;
  color: var(--jet-black);
  text-decoration: none;
  padding: 5px;
}

.open {
  font-size: 25px;
  font-weight: bolder;
}

.navbar {
  display: none;
}

.donate {
  background-color: #FF8C42;

}

#btn-donate {
  color: var(--snow-white);
}

.donate:hover {
  background-color: #e65c50;
  transition: background-color 1s ease-in-out;
}

.contact-container-m {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.m-menu {
  display: flex;
  width: 100%;
  justify-content: center !important;
  color: var(--jet-black) !important;
}

.info {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 5px;
  text-align: center;
  padding-left: 20px;
}

.info i {
  font-size: 20px;
}

.info span a {
  color: var(--jet-black);
  text-align: center;
}

/* DESKTOP NAV */
.heading {
  width: 100%;
  height: 60px;
  background-color: var(--snow-white);

  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid var(--accent-color);
  display: none;
}

.navbar {
  width: inherit;
  height: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.nav-item {
  width: 40%;
  display: inline-flex;
  flex-direction: row;
  gap: 5px;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  cursor: pointer;
}

.nav-item a,
.nav-item h1 a {
  color: var(--jet-black);
  font-weight: 600;
}

.nav-item img {
  margin-left: 30px;
}

.nav-icon {
  padding-left: 15px;

}

.menu {
  width: 60%;
  height: inherit;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.nav-menu-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5rem;
}

.links {
  display: inline-flex;
  height: inherit;
  gap: 2rem;
  padding: 10px;
}

.li-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

.item-link {
  padding: 3px;
  color: var(--jet-black);
}

#web-donate {
  margin-left: 2rem;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--snow-white);
}

#web-donate:hover {
  background-color: #e65c50;
  transition: background-color 1s ease-in-out;
}

.item-link:hover {
  border-bottom: 1.5px solid var(--action-btn);
  transition: border-bottom 1s ease-in-out;
}

/* General Styles for the Slider */
.hero-container {
  height: 50vh;
  margin-top: 35px;

}

.hero-slider {
  position: relative;
  overflow: hidden;
  height: 50vh;
  width: 100%;
  margin-top: 35px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the full slide */
}

.slide-caption {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.slide-caption h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 2rem;
  margin-bottom: 2rem;
}

.cta-btn {
  padding: 5px 10px;
  background-color: var(--action-btn);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s ease-in;
}

.cta-btn:hover {
  background-color: var(--orange);
}

/* Slider Navigation Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: var(--snow-white);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* Slide Indicators */
.slide-indicators {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.indicator {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.indicator.active {
  background-color: var(--action-btn);
}

/* MAP SECTION */
#big-map {
  display: none;
}

#about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
}

.a-container {
  width: 100%;
  display: flex;
  flex-direction: column;

}

.a-content {
  width: inherit;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-items: center;
  margin-top: 5rem;

}

.a-content h1 {
  margin-bottom: 10px;
}

.left {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  margin-top: 2rem;
}

.left img {
  width: 250px;
  height: inherit;
  border-radius: 50%;
}

.right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 2rem;
  padding-bottom: 4rem;
  /* height: 350px; */
  /* max-height: 400; */
}

.view {
  display: none;
}

.more {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 20px;
}

.btn-more {
  padding: 0.3rem;
  cursor: pointer;
  border: none;
  border-radius: 0.4rem;
  color: var(--snow-white);
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.2rem;
  background-color: var(--action-btn);
  font: "Poppins";
}

.btn-more:hover {
  background-color: transparent;
  border: 2px solid var(--blue);
  color: var(--orange);
  transition: background-color 0.5s ease-in-out;
}

.right p {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
}

/* CONTACT US SECTION */
#contactUs {
  background-color: var(--light-gray);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;

}

/* FEATURED SECTION */
.f-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  height: auto;
  margin-top: 3rem;
}

.c-container {
  padding: 2rem;
  width: 100%;
}

.c-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.c-content h1 {
  color: var(--dark-gray);
}

#contact-form {
  max-width: 1000px;
  margin: 10px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.field {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #555;
}

.fm-input,
.message,
.subject,
.btn-1 {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  outline-color: var(--accent-color);
}

#message {
  resize: vertical;
  line-height: 1rem;
}

.btn-1 {
  background-color: var(--action-btn);
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.5s;
}

.btn-1:hover {
  background-color: transparent;
  color: var(--action-btn);
  border: 2px solid var(--action-btn);
}

/* END */

/* video-1 */
.video-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  background-color: var(--blue);
  color: var(--snow-white);
  padding-bottom: 20px;
}
.video-1 h1{
  color: var(--snow-white);
}
.video-container-2 {
  width: 100%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}
 
  .v-content {
    height: inherit;
    width: 60%;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  
  }


#video-player-2 {
  width: 100%;
  height: 30rem;
  border-radius: 12px;
  max-width: 800px;
  /* position: relative; */
  box-shadow: 0 8px 16px rgb(10, 41, 43);

}

.v-head {
  width: 100%;
  color: var(--dark-gray);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
}

.f-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.head {
  font-size: 18px;
  text-transform: uppercase;
  font: "Poppins";
  text-align: center;
  align-items: center;
  font-weight: bolder;
}

/* FEATURED SECTION */
.featured-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: center;
  background-color: var(--light-gray);
}

.f-heading {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tile {
  position: relative;
  width: 350px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1.5px solid var(--action-btn);
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tile:hover img {
  transform: scale(1.1);
}

.title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--dark-gray);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}

/* END */
.feature-2 {
  background-color: rgb(226, 228, 230)
}

.f-list-body {
  margin-top: 20px;
  padding: 10px;
  width: inherit;
}

.f-desc {
  font: "poppins";
  font-size: 12px;
  justify-content: center;
  line-height: 1.2rem;
  text-align: left;
}

.f-list-body ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.f-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
  line-height: 1.8rem;
}

.f-image {
  width: 300px;
  height: 200px;
}

.bi-app-indicator {
  color: #e65c50;
  font-size: 1.5rem;
}

.f-foot {
  margin-top: 20px;
  padding-bottom: 20px;
}
.gallery-sec2{
  width: 100%;
  background-color: var(--dark-gray);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.frame-container{
  width: 60%;
  display: flex;
}

/* Keyframes for Automatic Slider */
@keyframes slideAnimation {

  0%,
  33% {
    opacity: 1;
  }

  66%,
  100% {
    opacity: 0;
  }
}

/* VIDEO 1 */
.video-container {
  width: 100%;
  /* height: 25rem; */
  /* margin-top: 3rem;  */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-gray);
}

#video-player {
  height: auto;
  border-radius: 12px;
  width: 40%;
  max-width: 800px;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}



/* GALLERY 1 */

/* Card Container */
#gallery-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--light-gray);
  height: auto;
}

.g-head {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;

}

.g-head h1 {
  letter-spacing: 0.5rem;
}

.gallery-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 2.5rem;
}

.card {
  position: relative;
  width: 300px;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

/* Image Styling */
.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Overlay */
.card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Title Styling */
.card-title {
  font-size: 1.5rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.8rem;
}

/* Hover Effects */
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.card:hover .card-image {
  transform: scale(1.1);
}

.card:hover .card-overlay {
  opacity: 1;
}


/* ABOUT US SECTION */
.aboutUs-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #a3ddd5c2;
  padding: 15px;
  align-items: center;
  justify-content: center;
}

.aboutUs-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

.aboutUs-heading h1 {
  padding: 10px;
  transition: all 0.8s ease-in-out;
}

.aboutUs-content {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--snow-white);
  border-radius: 2rem;
  padding: 20px;
  transition: all 0.1s ease-in;
  gap: 10px;
  text-align: justify;
  box-shadow: 0 8px 16px rgba(19, 16, 16, 0.5);
  margin-bottom: 5rem;
  height: auto;
  max-width: 800px;
}

.views {
  display: none;
}

.footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--tale);
  color: var(--snow-white);
}

.footer-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  gap: 0.5rem;
  text-align: center;
}

.foot-icon {
  width: 6ch;
  margin-left: 0.8rem;
}

.foot-heading {
  font-size: 1.3ch;
}

.foot-items {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 20px;

}

.foot-item {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1ch;
}

.item-heading {
  font-size: 2.5ch;
  margin-bottom: 3px;
  color: var(--orange);
  padding-bottom: 0.8rem;
  margin-top: 1.5rem;
}

.foot-ul {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.f-menu a:hover {
  color: var(--action-btn);
  transition: color 0.3s ease-in-out;
}

.foot-ul a {
  color: white;
  font-size: 14px;
}

.foot-ul a i {
  color: var(--action-btn);
}

.foot-line {
  width: 100%;

}

.address {
  max-width: 300px;
  text-align: left;
}

.copyright {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.foot-copy {
  width: 90%;
  text-align: center;
  padding: 10px 10px;
}

.footer-icon a:hover {
  color: var(--action-btn);
  transition: color 0.3s ease-in-out;
}

/* about page */
.about-contact {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  height: auto;
}

.items-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: transparent;
  padding-top: 3rem;
  /* margin-bottom: 3rem; */
  position: relative;
  z-index: 98;
  background-color: var(--dark-gray);
  opacity: 0.6;
  height: 400px;
  justify-content: center;
}

.item-list {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: baseline;
  padding-left: 22px;
  gap: 1.5rem;
  width: 100%;
  color: var(--light-gray);
  opacity: .9;
  font-size: larger;
}

.item-list a {
  color: var(--snow-white);
}

.a-icon {
  font-size: larger !important;
  color: whitesmoke;
}

.contact-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  position: absolute;
  width: 100%;
}

.img-wrap {
  width: 100%;
  height: 400px;
}

.img-wrap img {
  width: 100%;
  height: 400px;
  opacity: .6;
}


/* GALLERY PAGE */
.video-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.video-sec-heading {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.video-sec-container {
  display: grid;
  gap: 1rem;
  padding: .5rem;
  height: auto;
  justify-content: center;
  width: 100%;
}

.video-sec-container {
  grid-template-columns: 1fr;
  gap: 2rem;
  height: auto;
  width: 80%;
}


.video-sec-wrapper {
  position: relative;
  width: 100%;
  padding-top: 125%;
  /* Adjust for portrait aspect ratio */
  overflow: hidden;
  border-radius: 8px;
  /* Optional: Rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Optional: Shadow for aesthetic */
  background-color: var(--orange);

}

.video-sec-wrapper video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* height: 100%;   */
  object-fit: contain;
  width: 100%;
}

.img-video-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  background-color: var(--light-gray);
  padding-bottom: 2rem;
}

.container-2 {
  gap: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  width: 100%;

}

.container-2 img {
  padding: 20px;
}

.media {
  flex: flex;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: inherit;
  padding: 10px;
  justify-content: center;

}

.media video {
  width: 100%;
  height: 400px;
  display: block;
  /* object-fit: cover; */
}

.vid-outline {
  border: 1px solid var(--snow-white);
}

.gallery-more {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.gallery-link {
  width: 100%;
  padding: 10px;
  justify-items: center;
  display: inline-flex;
  justify-content: center;
}

/* MEDIA QUERY */

/* Extra Small (XS) - Phones */
@media (max-width: 575px) {

  /* Styles for small phones */
  .video-container {
    height: 30rem;
  }

  #big-map {
    display: none;
  }
  .frame-container{
  width: 80%; 
}
}

/* Small (SM) - Phones in landscape and small tablets */
@media (min-width: 767px) {
  /* Styles for small tablets and landscape phones */

  /* top icons */
  .line {
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }

  .contact-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    padding: 5px 10px;
    gap: 2px;
  }

  .info-top {
    color: var(--tale) !important;
    font-size: 20px !important;
    text-align: center;
  }

  .contact-container div span {
    color: var(--snow-white);
  }

  .contact-container div span a {
    color: var(--snow-white);
  }

  .menu-icon {
    margin-top: 3rem;
    font-size: 26px;
    padding: 0px 10px;
  }

  .mobile-menu {
    align-items: flex-end;
    align-content: center;
  }

  .m-icon {
    font-size: 26px;
  }

  .menu-item {
    width: 60%;
    align-items: flex-end;
  }

  .hero-slider {
    position: relative;
    overflow: hidden;
    height: 80vh;
    width: 100%;
  }

  .slide-caption h1 {
    font-size: 4rem;
    line-height: 3.8rem;
    margin-bottom: 2.2rem;
  }

  .cta-btn {
    font-size: 2rem;
    padding: 8px 16px;
  }

  .indicator {
    width: 18px;
    height: 18px;
  }

  .slider-btn {
    font-size: 2rem;
    padding: 8px;
  }

  .prev-btn {
    left: 15px;
  }

  .next-btn {
    right: 15px;
  }

  /* map area */
  .small-map {
    display: none;
  }

  #big-map {
    display: block;
  }

  #more2 {
    max-width: 5px;
  }

  #featured {
    display: flex;
    flex-direction: column;
    margin-top: 18rem;
  }

  .video-container {
    height: 35rem;
  }

  #contact-form {
    width: 80%;
  }

  .aboutUs-content {
    width: 70%;
  }

  .view {
    display: block;
  }

  /* footer */

  .foot-items {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    text-align: left;
  }

  .foot-item {
    text-align: left;
  }

  .item-heading {
    line-height: 1.5rem;
  }

  .foot-ul {
    gap: 6px;
  }

  .footer-icon {
    font-size: 14px;
  }

  .img-wrap img,
  .items-wrap {
    height: 600px;
  }

  .item-list {
    margin-left: 2rem;
    gap: 1.5rem;
    font-size: 1.2rem;
    width: 100%;
  }

  .f-link {
    font-size: 1.2rem;
  }

  .address-2 {
    width: 80% !important;
    font-size: 1.1rem !important;
  }

  .a-icon {
    font-size: 2rem;
    margin-right: 2rem;
  }

  .video-sec-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .container-2 {
    flex-direction: row;
    gap: 10px;
    justify-content: space-evenly;
  }

  .container-2 img {
    width: 60%;
    height: 400px;
  }
}

/* Medium (MD) - Tablets */
@media (min-width: 991px) {

  /* Styles for tablets */
  .line {
    height: 80px;
  }

  .contact-container {
    justify-content: space-around;
    text-align: right;
  }

  .info span {
    font-size: 16px !important;
  }

  .info span a {
    font-size: 16px !important;
  }

  .info-top {
    font-size: 26px;
  }

  .heading {
    display: flex;
    height: auto;
  }

  .navbar {
    padding: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .nav-item h1 {
    line-height: 1.5rem;
    font-size: 20px;
    width: 60%;
  }

  .menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .nav-menu-item {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
  }

  .li-item .item-link {
    justify-content: center;
    text-align: center;
  }

  .item-link {
    font-size: 20px;
    padding: 15px 5px;

  }

  #web-donate {
    padding: 15px 20px;
  }

  .item-link:hover {
    border-bottom: 1.5px solid var(--action-btn);
    transition: border-bottom 1s ease-in-out;
  }

  .menu-icon {
    display: none;
  }

  .hamburger {
    display: none;
  }

  .hero-container {
    padding-top: 0px;
    margin-top: 0px;
  }

  .slide-caption {
    width: 80%;
  }

  .slide-caption h1 {
    font-size: 5rem;
    line-height: 4.5rem;
    margin-bottom: 2.2rem;
  }

  .a-content h1 {
    font-size: 2rem !important;
  }

  .left img {
    width: 300px;
    margin: 15px;
  }

  .right {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    max-width: 1100px;
  }

  .right p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
  }

  #contactUs {
    height: 1000px;
  }

  .c-container {
    width: 70%;
  }

  .c-content {
    width: 100%;
  }

  .c-content h1 {
    font-size: 3rem;
    padding-bottom: 1rem;
  }

  #contact-form {
    width: 80%;
    gap: 5px;
    display: flex;
    flex-direction: column;
  }

  .field {
    font-size: 1rem;
  }

  .fm-input {
    font-size: 1rem;
    width: 100%;
  }

  .subject {
    width: fit-content;
    font-size: 1rem;
  }

  #message {
    font-size: 1rem;
    padding: 10px;
    line-height: 1.5rem;
  }

  .btn-1 {
    font-size: 1rem;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .mid-heading {
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .f-desc {
    font-size: 1.3rem;
    line-height: 1rem;
    padding-top: 20px;
    text-align: left;
  }

  .more {
    margin-top: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-more {
    font-size: 1rem;
    padding: 10px;
  }

  
  #video-player-2 {
    height: inherit;
    width: 100%;
  }

  .tile {
    width: 700px;
    height: 500px;
  }

  .title {
    font-size: 2rem;
    height: 50px;
  }

  /* Gallery section */

  .card {
    width: 400px;
    gap: 10px;
    margin-left: 15px;
  }

  /* Map section */

  /* About us */
  .f-desc {
    line-height: 2rem;
    text-align: left;
  }

  .b-heading {
    font-size: 2rem;
  }

  /* second video */
  .video-container {
    height: auto;
  }

  #video-player {
    height: 600px;
    padding-bottom: 2rem;
  }

  /* Footer */
  .sm-heading {
    font-size: 2rem;

  }

  .item-heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .footer-icon i {
    font-size: 1.5rem;
  }

  .footer-icon a i {
    font-size: 1.5rem;
  }

  .f-menu a,
  .footer-icon a {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .footer-icon {
    font-size: 1.2rem;
    width: 100%;
  }

  .i-icon {
    font-size: 1.5rem !important;

  }

  .address {
    width: auto;
    line-height: 1.5rem;
  }

  .foot-copy {
    font-size: 1.5rem;
    padding: 2rem;
  }
}


/* Large (LG) - Laptops */
@media (min-width: 1199px) {

  /* Styles for laptops */
  .hamburger {
    display: none;
  }

  .nav-item {
    width: 70%;
  }

  .nav-item img {
    margin-left: 10px;
  }

  .nav-item h1 {
    font-size: 1.3rem;
  }

  .item-link {
    font-size: 1.3rem;
  }

  .slide-caption h1 {
    font-size: 3rem;
    line-height: 5rem;
    margin-bottom: 2.8rem;
  }

  .cta-btn {
    font-size: 2rem;
    padding: 8px 16px;
    padding: 10px 20px;
    font-size: 1.5rem;
  }

  .indicator {
    width: 22px;
    height: 22px;
  }

  .slider-btn {
    font-size: 2.2rem;
    padding: 10px;
  }

  .prev-btn {
    left: 20px;
  }

  .next-btn {
    right: 20px;
  }

  /* about nneoma section */
  .mid-heading {
    font-size: 2rem;
  }

  .left img {
    width: 700px;
  }

  /* Contact us */

}

/* Extra Large (XL) - Desktops */
@media (min-width: 1200px) {

  /* Styles for desktops */
  .nav-item {
    width: 70%;
  }

  .nav-item img {
    margin-left: 10px;
  }

  .nav-item h1 {
    font-size: 1.3rem;
  }

  .item-link {
    font-size: 1.3rem;
  }


  .slide-caption h1 {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 2.8rem;
  }

  .cta-btn {
    font-size: 2rem;
    padding: 8px 16px;
    padding: 10px 20px;
    font-size: 1.5rem;
  }

  .indicator {
    width: 22px;
    height: 22px;
  }

  .slider-btn {
    font-size: 2.2rem;
    padding: 10px;
  }

  .prev-btn {
    left: 20px;
  }

  .next-btn {
    right: 20px;
  }

  .left img {
    width: 300px;
  }

  .right {
    max-width: 1200px;
  }

  /* contact us */

  .c-container {
    width: 100%;
  }

  .c-content {
    width: 100%;
  }

  #contact-form {
    width: 60%;
    gap: 15px;
    display: flex;
    flex-direction: column;
  }

  .fm-input {
    font-size: 18px;
  }

  .c-content h1 {
    font-size: 4rem;
    padding-bottom: 1.5rem;
  }

  .tile {
    width: 500px;
  }

  .mid-heading {
    font-size: 4rem;
  }

  .card {
    width: 500px;
  }

  .b-heading {
    font-size: 3rem;
    padding: 30px;
  }

  .video-1 {
    height: 900px;
  }

  #video-player-2 {
    height: 600px;

  }

  .video-container {
    height: 700px;
  }

  #video-player {
    height: 400px;
  }

  .img-wrap img,
  .items-wrap {
    height: 600px;
  }

  .video-sec-container {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* Ultra-Wide (2XL) */
@media (min-width: 1600px) {

  /* Styles for ultra-wide screens */
  .img-wrap img,
  .items-wrap {
    height: 700px;
  }
}