@font-face {
  font-family: "PosterGothic";
  src: url("/1stopgame/assets/webfonts/poppins_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: "PosterGothic", sans-serif;
  background-size: cover;
  background-position: top center;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  width: 100%;
  max-height: max-content;
  height: auto;
  overflow-x: hidden;
  background: rgb(0, 0, 0);
}

a:hover {
  text-decoration: none;
}

.homeContainer {
  color: #fff;
  background: #0000;
}

.header {
  color: #fff;
  position: relative;
  height: 200px;
  background: #000;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(132, 123, 123, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(132, 123, 123, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(132, 123, 123, 0.75);
}

.header img {
  width: 250px;
  position: relative;
  margin-top: 20px;
}

.header .subtitle {
  font-size: 11px;
  margin-top: 5px;
  letter-spacing: 0.5px;
  color: #ddc46d;
}

.imgLogo {
  /* max-width: 220px;
	min-width: 160px; */
  width: 120px;
  height: auto;
}

.logo-section img {
  max-width: 100%;
  max-height: 120px; /* Limit the logo size */
  object-fit: contain; /* Ensure logos fit within the box */
}

.footer-text {
  margin-top: auto; /* Push the footer text to the bottom */
}

.content {
  margin-top: 10px;
}

.iconWrap {
  width: 50px;
  margin-top: auto;
  margin-bottom: auto;
}

.icon {
  font-size: 28px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  margin-right: 20px;
}

.downloadLink {
  color: #000;
  height: 35px;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-left: 5px;
  margin-right: 5px;
  border: solid 3px #500050;
  border-radius: 10px;
  text-transform: uppercase;
}

.wrap {
  height: 50%;
  margin: 20px;
  position: relative;
}

.contentThree {
  top: 50%;
  margin-top: auto;
  position: relative;
  vertical-align: middle;
  transform: translate(0%, -50%);
}

.contentOne {
  top: 40%;
  margin-top: auto;
  position: relative;
  vertical-align: middle;
  transform: translate(0%, -60%);
}

.contentTwo {
  top: 30%;
  margin-top: auto;
  position: relative;
  vertical-align: middle;
  transform: translate(0%, -70%);
}

.downloadLink:hover {
  color: gold;
  background: #000;
}

.box {
  color: #000;
  margin: 15px;
  padding: 25px;
  height: 400px;
  overflow: hidden; /* Prevent content from overflowing */
  text-align: left;
  margin-bottom: 20px;
  background: #e6e7e8;
  border-radius: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 1px 8px 0px #999999;
  -moz-box-shadow: 0px 1px 8px 0px #999999;
  box-shadow: 0px 1px 8px 0px #999999;
}

.nav-links {
  margin-top: 10px;
  display: flex; /* Use flexbox for layout */
  justify-content: space-around; /* Distribute links evenly within the parent */
  flex-wrap: wrap;
}

.nav-links a {
  margin: 0 8px;
  text-decoration: none;
  color: #ddc46d;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 1px;
  white-space: nowrap;
}

.nav-links a:hover {
  text-decoration: underline;
}

.boldedTexts {
  font-weight: bold;
}

/* this is the about page */
.section2 {
  background: rgb(63, 35, 87);
}

.section2 h1 {
  color: white;
  text-align: center;
  font-size: 5rem;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 50vh; /* Scales with screen height */
  min-height: 250px;
  max-height: 450px;
  overflow: hidden;
}

.hero-section img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-section .gradient-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, black, transparent);
}

.hero-section .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 60%;
}

.aboutUsdivider {
  color: white;
  margin: 20px 20px;
  display: flex;
  align-items: center;
  text-align: center;
}
.aboutUsdivider span {
  border: 2px solid rgb(243, 171, 49);
  background: rgb(243, 171, 49);
  border-radius: 12px;
  padding: 0 1%;
  font-size: 2rem;
}
.aboutUsdivider::before,
.aboutUsdivider::after {
  content: "";
  flex: 1;
  border-top: 3px solid white;
  margin: 0 0px;
}
/* about page ends */

/* this the start of contact us page */
.contactContainer {
  text-align: center;
  margin: 0 auto;
  max-width: auto;
}

.contactContainer h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
}

.contactContainer p {
  font-size: 1rem; /* Adjust font size */
  line-height: 1.8; /* Improve readability */
  color: #fff;
}

.divider {
  border: 0;
  height: 1px;
  background: #ffff;
  margin: 20px 20px;
}

.VIPText {
  padding: 0 200px;
}

.lolcontainer {
  color: #fff;
  background: rgb(69, 36, 89);
}

/* this the end of contact us page */

.image-wrapper {
  position: relative;
  display: inline-block;
}
.fake-click-zone {
  position: absolute;
  top: 85.5%;       /* tweak this value */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;   /* match the size of the "Click here" text in your image */
  height: 16%;
  text-decoration: none;
  border: none !important;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
   background: transparent;
   border-radius: 5px;
   z-index: 2;
}

.fake-click-zone:hover {
  box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

.fake-click-zone:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(146, 148, 248, 0.4),
    transparent
  );
  transition: all 650ms;
}

.fake-click-zone:hover:before {
  left: 100%;
}

.fake-click-zone2 {
  position: absolute;
  top: 83%;       /* tweak this value */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37%;   /* match the size of the "Click here" text in your image */
  height: 11.6%;
  text-decoration: none;
  border: none !important;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
   background: transparent;
   border-radius: 35px;
   z-index: 2;
}

.fake-click-zone2:hover {
  box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

.fake-click-zone2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(146, 148, 248, 0.4),
    transparent
  );
  transition: all 650ms;
}

.fake-click-zone2:hover:before {
  left: 100%;
}

.glow-border {
  border: 2px solid #f7b700; /* light cyan or neon blue */
  box-shadow: 0 0 15px #f7b700, 0 0 25px #f7b700;
  border-radius: 15px; /* optional: smoother corners */
  transition: box-shadow 0.3s ease;
}

.glow-border:hover {
  box-shadow: 0 0 20px #f7b700, 0 0 35px #f7b700;
}

@media (max-width: 680px) {
  .nav-links a {
    font-size: 0.9rem; /* Adjust font size for mobile */
    margin: 0 5px; /* Further reduce spacing */
  }

  .hero-section .logo {
    width: 80%;
  }

  .aboutUsdivider {
    color: white;
    margin: 10px 10px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .aboutUsdivider span {
    border: 2px solid rgb(243, 171, 49);
    background: rgb(243, 171, 49);
    border-radius: 12px;
    padding: 0 1%;
    font-size: 1rem;
  }
  .aboutUsdivider::before,
  .aboutUsdivider::after {
    content: "";
    flex: 1;
    border-top: 2px solid white;
    margin: 0 0px;
  }

  

@media (max-width: 440px) {
  .nav-links a {
    font-size: 0.9rem; /* Adjust font size for mobile */
    margin: 0 5px; /* Further reduce spacing */
  }

  .section2 h1 {
    font-size: 3.5rem;
  }

}
