.full-rangers-container {
  width: 100%;
  height: 100vh;
  background-image: url("https://media.gettyimages.com/id/1996264631/photo/nigerian-supporters-cheer-in-the-stands-ahead-of-the-africa-cup-of-nations-2024-final.jpg?s=612x612&w=0&k=20&c=-btJQobHX90gfD6pctlys15xgMQYZtZGntmJzdTq6dI=");
  background-repeat: no-repeat;
  background-size: cover;
}

.rangers-home-wrapper {
  width: 100%;
  height: 100%;
  background-color: #000000b0;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  padding: 50px 100px;
}

.ranger-intro-wrapper {
  width: 100%;
  height: fit-content;
  /* background-color: blue; */
  font-family: var(--secondary-font);
  color: #fff;
}

.home-big-raffle-wrapper {
  /* background-color: aqua; */
  width: 60%;
}

.home-big-raffle-wrapper h2 {
  font-size: 3.5rem;
  font-family: var(--primary-font);
  color: #fff;
}

.discover-more-btn-wrapper {
  /* background-color: yellow; */
  display: flex;
  gap: 20px;
  align-items: center;

  margin-bottom: 10px;
}

.home-discover-btn {
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: #338833;
  font-family: var(--primary-font);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: first baseline;
  gap: 10px;
}

/* About Styles */

.sub-about-container {
  /* background-color: yellow; */
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 50px 100px;
}

/* Sub About Description */
.sub-about-des-wrapper {
  /* background-color: red; */
  height: fit-content;
  font-family: var(--secondary-font);
  width: 50%;
}

.sub-about-des-wrapper h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.sub-about-des-wrapper p {
  margin-bottom: 10px;
}
/* Sub About Image Style */
.sub-abt-img-wrapper {
  width: 40%;
  border-radius: 16px;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.sub-abt-img-wrapper img {
  width: 100%;
  height: 100%;
}
/* KEY FEATURES */
.raffle-features-container {
  /* background-color: green; */
  padding: 50px 100px;
}

.key-feat-head {
  /* text-align: center; */
}

.key-feat-head h2 {
  font-size: 2rem;
  font-family: var(--primary-font);
}
.key-features-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}

.feat-card-wrapper {
  width: 30%;
  padding: 20px;
  border-radius: 8px;
  background-color: yellow;
  background-color: #338833;
  cursor: pointer;
  color: #fff;
  transition: 0.2s all linear;
}

.feat-card-wrapper:hover {
  transform: scale(1.1);
  transition: 0.2s all linear;
}

.feat-card-wrapper h3 {
  font-size: 1rem;
  font-family: var(--primary-font);
  font-weight: 500;
  margin-bottom: 5px;
}

.feat-card-wrapper p {
  font-family: var(--secondary-font);
}

/* ENUGU GAMING CONFERENCE STYLE */
.highlight-enugu-gaming-container {
  /* background-color: yellow; */
  /* background-image: url("../Media/images/Ghost-recon-4k.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: fit-content;
  /* display: none; */
}

.overlay-enugu-gaming-container {
  /* background-color: #000000b2; */
  backdrop-filter: blur(2px);
  padding: 100px;
  width: 100%;
  height: 100%;
}

.welcome-enugu-conference-wrapper {
  /* background-color: violet; */
  /* text-align: center; */
}

.enugu-gam-logo {
  width: 250px;
  background-color: #338833;
  padding: 10px;
  border-radius: 8px;
}

.welcome-enugu-conference-wrapper h2 {
  font-size: 2rem;
  font-family: var(--primary-font);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  color: #000;
  margin-top: 10px;
}

/* Enugu Gaming conference List Style */
.enugu-con-list-wrapper {
  color: #fff;
  color: #000;
  /* background-color: yellowgreen; */
  margin-top: 10px;
  line-height: 30px;
  font-family: var(--secondary-font);
}

.enugu-con-list-wrapper li {
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 897px) {
  /* Home Style */
  .rangers-home-wrapper {
    padding: 50px 20px;
  }

  .home-big-raffle-wrapper {
    width: 100%;
  }

  .home-big-raffle-wrapper h2 {
    font-size: 2rem;
  }

  /* About */
  .sub-about-container {
    flex-direction: column;
    padding: 50px 20px;
  }

  .sub-about-des-wrapper {
    width: 100%;
  }

  .sub-about-des-wrapper h2 {
    font-size: 2rem;
  }

  .sub-abt-img-wrapper {
    width: 100%;
  }

  /* Key Features */

  .raffle-features-container {
    padding: 20px;
  }

  .key-features-card-wrapper {
    gap: 10px;
  }

  .feat-card-wrapper {
    width: 100%;
  }

  .feat-card-wrapper:hover {
    transform: scale(0.9);
  }

  /* Enugu Gaming Conference */
  .overlay-enugu-gaming-container {
    padding: 50px 20px;
  }

  .welcome-enugu-conference-wrapper h2 {
    font-size: 1.5rem;
  }
}
