@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

*:not(i) {
  font-family: "Playfair Display", serif;
}

 i{
  color: #f72024;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.my-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-my a img {
  width: 220px;
}

.su-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.su-links a {
  display: inline-block;
  background-color: #FFE797;
  padding: 10px 40px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.su-links a:hover {
  background: #9b1b2c;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/herodur.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.hero h1 {
  margin-bottom: 20px;
}

.hero h4 {
  text-transform: uppercase;
  color: #FFE797;
  font-weight: 900;
  margin-bottom: 20px;
}

.hero p {
  margin: 0;
}

.hero button{
  background-color: #E9A319;
}

.hero button:hover{
  background-color: #dea637;
}

.hero button a{
  text-decoration: none;
  color: white;
}

.game button{
  background-color: #E9A319;
  padding: 10px !important;
}

.game button:hover{
  background-color: #dea637;
}

.game button a{
  text-decoration: none;
  color: white;
}

.diclaimer-section{
  height: 450px !important;
}

.why-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.custom-text{
  font-size: 22px;
}

.my-img {
    border-radius: 12px;
    width: 90%;
    height: 70%;
    object-fit: cover;
}

.butonum{
  background-color: #E9A319;
  font-weight: bold;
  color: white;
  margin-bottom: 40px;
  border-radius: 40px !important;
}

.butonum:hover{
  background-color: #E9A319;
}

.imagim{
  /* background-color: white; */
  border-radius: 100% !important;
  width: 135px;
  height: 120px;
}



.contactim{
  background-color: #473472;
  padding: 15px;
  border-radius: 16px;
}

.game-in {
  background-color: #161a1f;
  padding: 20px;
  text-align: center;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.game-in a {
  color: #FFE797;
  text-decoration: none;
  font-size: 24px;
  transition: 0.3s;
}

.game-in h4, h3 {
  color: #FFE797;
}

.bottom-disc h2{
  color: #f72024;
}


.game-in a:hover {
  color: #9b1b2c;
}

.game-in img {
  border-radius: 12px;
}

.add-text{
  color: #FFE797;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 !important;
  backdrop-filter: blur(10px);
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
  font-size: 23px;
}

.accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.1);
  color: #FFE797;
}

.accordion-body {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(1);
}

.bottom-disc {
  background: #000000aa;
  backdrop-filter: blur(15px);
}

.bottom-disc ul li{
  list-style: none;
}

footer {
  background: #000000aa;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #FFE797;
}

footer p {
  color: #fff;
  text-align: center;
}

.container-2 {
  max-width: 800px;
  margin: 0 auto;
}

.login-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.login-card h2 {
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.login-card p {
  color: #6b6b6b;
  font-size: 15px;
  margin-bottom: 30px;
}
.form-control {
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #d3d7de;
  transition: all 0.3s ease;
}
.form-control:focus {
  border-color: #6b737c;
  box-shadow: 0 0 0 0.2rem rgba(107, 115, 124, 0.25);
}
.btn-login {
  background-color: #FFE797;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-login:hover {
  background-color: #9b1b2c;
}
.register-text {
  margin-top: 25px;
  color: #8a9096;
  font-size: 15px;
}
.register-text a {
  color: #FFE797;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.register-text a:hover {
  text-decoration: underline;
  color: #555b62;
}

.btn-register {
  background-color: #FFE797;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-register:hover {
  background-color: #9b1b2c;
}

.custom-button{
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.custom-button a{
  font-size: 30px;
  padding: 20px;
}

.footer-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 992px) {
  .logo-my a img {
    width: 180px;
  }

  .su-links {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .su-links a {
    padding: 5px 25px;
    border-radius: 6px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
}

body {
   background-image: linear-gradient(50deg, red, blue);
}

.navbar-my {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #181318;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-my ul{
  gap: 10px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a:hover {
  color: #f72024;
}

.navbar-my ul li a.active-self {
  color: #f72024;
  font-weight: 600;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.my-inner {
  margin: 0 auto;
  max-width: 1000px;
}

.my-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 40px;
  background-color: #f72024;
  transition: 0.2s;
}

.my-link:hover {
  background-color: #cf0b0f;
}

.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: #E9A319;
  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;
}
