@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Montserrat", sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a.active-self {
  color: #8aa624;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #8aa624;
}

.top-sect {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/top-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-sect .top-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}

.top-sect .top-cont h1 {
  margin-bottom: 20px;
  font-size: 45px;
  color: #fff;
}

.top-sect .top-cont h1 span {
  color: #b7d182;
}

.top-sect .top-cont p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}

.href-btn {
  display: inline-block;
  margin: 0;
  border-radius: 7px;
  padding: 10px 40px;
  color: #fff;
  background: #b7d182;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
}

.href-btn:hover {
  background: rgb(159, 197, 82);
}

.about {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.12);
}

.about .about-left {
  padding-top: 10px;
  padding-bottom: 10px;
}

.about .about-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-right {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #46493f;
}

.about .about-right h2 {
  font-size: 40px;
}

.about .about-right p {
  font-size: 17px;
}

.headline {
  text-align: center;
}

.headline h2 {
  color: #b7d182;
  font-weight: 600;
  font-size: 40px;
}

.game-item {
  background: #fffff0;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 20px;
}

.game-item .game-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.game-item .game-cont {
  color: #46493f;
}

.customers {
  background: #8aa624;
}

.customers p {
  color: #fff;
  font-size: 22px;
}

.disclaimer p {
  margin: 0;
  color: #fff;
}

.disclaimer p a {
  color: #fff;
  font-weight: 600;
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000f8, #000000f8);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  max-width: 600px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
}

.custom-modal a {
  background-color: #a3091e;
  text-align: center !important;
  color: #fff;
  transition: 0.2s;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.custom-modal a:hover {
  background: #6e0a17;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}


footer {
  background: #000;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer p {
  color: #fff;
  margin: 0;
  margin-top: 40px;
  text-align: center;
}

.bread {
  background: #8aa624;
}
.bread h2 {
  font-size: 45px;
}

.contact-form {
  max-width: 700px;
  margin: 60px auto;
  padding: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}
.contact-form h2 {
  font-weight: 600;
  color: #2d0a38;
  margin-bottom: 30px;
  text-align: center;
}
.btn-orange {
  background-color: #b7d182;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  border: none;
}
.btn-orange:hover {
  background-color: #8aa624;
  color: #fff;
}

@media (max-width: 992px) {
  .top-sect .top-cont {
    max-width: 90%;
  }

  .about .about-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
}
