@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");

*:not(i) {
  font-family: "Bree Serif", serif;
}

.navbar-my {
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #318af0;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #318af0;
}

.navbar-toggler{
  background: #fff;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.bg-red-self {
  background: #2a1616;
}

.has-bg{
  background: #2a1616;
  padding: 20px;
  border-radius: 16px;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(
      rgba(25, 25, 24, 0.7),
      rgba(25, 25, 24, 0.7)
    ),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.hero h1 {
  color: #318af0;
  font-size: 52px;
}

.hero h4 {
  margin-bottom: 20px;
}

.hero h4 i {
  color: #318af0;
}

.main-lk {
  text-decoration: none;
  color: #fff;
  border: 2px solid #318af0;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px;
  transition: .3s ease all;
}

.main-lk:hover{
  background: #318af0;
}

.about h2{
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.about p{
  font-size: 18px;
}

.gm-img{
  height: 500px;
  width: 100%;
  object-fit: cover;
  padding: 30px;
  border-radius: 16px;
  border: 2px solid #318af0;
  background-color: #2a1616;
}

.bottom-disc {
  background: #000;
  backdrop-filter: blur(15px);
}

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;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #318af0;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #191918;
}

.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: #318af0;
  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: #5e6ec0;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
