body,
h1,
h2,
ul,
li,
p {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero {
  background-image: url(../assets/385780935_6686890788053983_2530475197388992380_n.jpeg);
  background-size: cover;
  width: 100%;
  background-position: center;
  color: #fff;
  padding: 1rem;
  text-align: center;
  position: relative;
  height: 1200px;
}

/* Style the navigation menu */
nav {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
}

.logo img {
  width: 100%;
  height: auto;
}

.navbar-nav .nav-item.active a.nav-link:active {
  color: gold;
}

.nav-list li {
  margin: 0 1rem;
}

.social-media {
  margin: 0 0.5rem;
}
.nav-list li a.active {
  color: gold;
  /* Change to the color you want for the active link */
  font-weight: bold;
  /* You can change other styles as needed */
}

.icons {
  color: gold;
  /* Set the icon color */
  font-size: 24px;
  /* Set the icon size */
  margin-right: 10px;
  /* Add spacing to the right */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Add a text shadow effect */
  cursor: pointer;
  /* Change the cursor to a pointer on hover */
}

.icons:hover {
  color: #4267b2;
  /* Change the color on hover */
  transform: scale(1.2);
  /* Enlarge the icon on hover */
  transition: all 0.2s;
  /* Add a smooth transition effect */
}

/* Style the hero content */
.hero-content {
  padding: 2rem;
  text-align: center;
}

.hero-content h3 {
  color: var(--general-light, #fff);
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.textHeading {
  color: gold;
}

.btnLearnMore {
  display: flex;
  padding: 15px 27px;
  height: 40px;
  width: 140px;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: var(--general-red, gold);
  border: none;
  color: white;
 
}

.countdown {
  margin-top: 50px;
}

#timer {
  font-size: 54px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

span {
  margin: 0 5px;
}

.label {
  font-size: 24px;
  /* Style the label font size */
  font-weight: normal;
  /* Style the label font weight (if needed) */
}

.centered-content {
  display: flex;
  text-align: center;
  width: 100%;
  /* Center text content horizontally */
}
.centered-content p {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;

  width: auto;
}

.centered-content h1 {
  color: gold;
  font-family: "Oswald", sans-serif;
}

.about-section {
  width: auto;
  height: auto;

  color: var(--general-dark, #222);
  font-feature-settings: "clig" off, "liga" off;
  /* /Main/Regular */
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;

  background: var(
    --grad-blue,
    linear-gradient(
      180deg,
      rgba(56, 29, 219, 0.05) 0%,
      rgba(56, 29, 219, 0) 100%
    )
  );
}



#missionBox {
  width: auto;
  height: auto;
  color: white;
  background-color: #0174be;
}

#visionBox {
  width: auto;
  height: auto;
  color: white;
  background-color: gold;
}

.styled-hr {
  border: 0;
  /* Remove the default horizontal line */
  height: 2px;

  /* Set the height of the line */
  background-color: gold;
  /* Set the line color (e.g., blue) */
}


.Heading {
  color: #0174be;

  font-size: 54px;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
}

.aboutIcons {
  color: gold;
  font-size: 44px;
  cursor: pointer;
  padding-left: 32%;
}

.AboutHeading {
  color: #0174be;

  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
  padding-left: 30%;
}

.gallery-item {
  cursor: pointer;
}

.gold-tab.active {
  color: gold;
}

#tagLineBox{
  height: 150px;
  width: auto;
  background-color: #0174be;
  color: #fff;
}

input {
  border-left: none;
  border-right: none;
  border-top: none;
  width: 500px;
  margin-top: 3%;
  background: rgba(34, 34, 34, 0.03);
}

.footer {
  color: var(--general-light, #fff);

  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
.FooterHeader {
  color: var(--general-light, #fff);

  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.FootersecondHeading {
  color: var(--general-dark, #222);
  font-feature-settings: "clig" off, "liga" off;

  /* /H3 */
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  /* 158.333% */
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icons {
  margin-right: 5px;
  /* Adjust the spacing between icons and text */
}

.footerContactDetails {
  width: 600px;
  background: #0174be;
  height: 300px;
  color: var(--general-light, #fff);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.footerSecond {
  background: rgba(34, 34, 34, 0.03);
}
/* Media query for smaller screens, e.g., tablets */
@media (min-width: 576px) {


  .hero-content h3 {
    font-size: 48px;
    /* Adjust font size for medium-sized screens */
  }
}

@media (min-width: 768px) {

  
  .hero-content {
    position: relative;
    /* Remove absolute positioning for larger screens */
    transform: none;
    /* Remove transform for larger screens */
  }
}

@media (min-width: 992px) {

  body {
      max-width: 100%;
      overflow-x: hidden;
    }
  .hero-content h3 {
    font-size: 72px;
    padding-top: 10%;
    /* Restore original font size for large screens */
  }
}
