@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: #b0b5bb;
  font-weight: 600;
}

.navbar-toggler {
  background: #415a77;
}

.navbar-my ul li a:hover {
  color: #b0b5bb;
}

.nav-link {
  color: #fff;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #070e15;
}

.hero-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #b0b5bb;
}

.hero-cont h1 {
  font-size: 45px;
  margin-bottom: 20px;
}

.hero-cont p {
  margin-bottom: 20px;
}

.btn-my {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #415a77;
  padding: 10px 60px;
  border-radius: 10px;
  transition: 0.2s;
}

.btn-my:hover {
  background: #2a3b4e;
}

.cont-2 {
  max-width: 1000px;
  margin: 0 auto;
}

.about {
  color: #b0b5bb;
}

.about h2 {
  font-size: 40px;
}

.why-us {
  border-radius: 20px;
}

.why-us img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.rev-it {
  color: #b0b5bb;
  border-radius: 10px;
}

.footer-d-item {
  border-radius: 15px;
}

.footer-d-item h3 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}

.footer-d-item p {
  text-align: start !important;
  margin: 0;
}

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;
}

.field {
  background: #2a2f36;
  border: 0;
} /* input bg on dark */
.field::placeholder {
  color: #adb5bd;
} /* readable placeholder */
.field:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.08);
}
textarea.field {
  border-radius: 2rem;
} /* chunky radius like the mock */

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #0d1b2a;
}

.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;
}
