@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: #E47D22;
}

h1, h2{
  color: #E47D22;
}

p{
  color: #FCD7C0;
}

.custom-h1{
  color: white;
  font-size: 64px;;
}

.pill-item {
  padding: 0.4rem 1.3rem;
  border-radius: 999px;
  background: rgba(19, 23, 45, 0.95);
  border: 1px solid rgba(142, 150, 255, 0.4);
  color: #f5f7ff;
  font-weight: 500;
}

.pill-outline {
  border-color: rgba(92, 209, 255, 0.7);
}

.pill-accent {
  background: linear-gradient(90deg, #ff1b8d, #ff3b5e);
  border-color: transparent;
  box-shadow: 0 0 18px rgba(255, 27, 141, 0.6);
}

@media (max-width: 767.98px) {
  .pill-item {
    font-size: 0.85rem;
    padding-inline: 1.2rem;
  }
}

.nav-link {
  color: white;
  font-weight: 500;
}

.nav-link:hover {
  color: #C11582;
}

.btn-play {
  background-color: #E47D22; 
  color: #fff;
  padding: 0.75rem 2.5rem;
  border-radius: 0.8rem;
  font-weight: 500;
}

.btn-play:hover {
  color: #fff !important;
  background-color: #954c0b;
}

.slot-feature-section {
  background-color: #000000;
  color: #f7f4e9;
}

.slot-heading {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.slot-description {
  max-width: 820px;
  margin: 0 auto;
  color: #e0d7c0;
  font-size: 0.95rem;
}

.slot-image {
  display: block;
  border: none;
}

.feature-card {
  background-color: #000000;
  border: 2px dashed #f2c44c;
  padding: 1.5rem 1.25rem;
  text-align: left;
}

.feature-title {
  display: inline-block;
  background-color: #e1ad3d;
  color: #1a1203;
  padding: 0.4rem 1.6rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.btn-slot-play {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #f2c44c;
  color: #f2c44c;
  padding: 0.75rem 2.5rem;
  font-weight: 500;
}

.btn-slot-play:hover {
  background-color: #f2c44c;
  color: #000000;
}

@media (max-width: 767.98px) {
  .slot-heading {
    font-size: 1.6rem;
  }
  .feature-card {
    text-align: left;
  }
}


.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    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;
}

.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;
}

.imagim{
  border-radius: 100% !important;
  width: 135px;
  height: 120px;
}



.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 a:hover {
  color: #9b1b2c;
}

.game-in img {
  border-radius: 12px;
}


.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;
}

.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);
}


@media (max-width: 768px) {
}

body {
   background-color: black;
}

.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: #E47D22;
}

.navbar-my ul li a.active-self {
  color: #E47D22;
  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: #E47D22;
  transition: 0.2s;
}

.my-link:hover {
  color: white;
  background-color: #954c0b;
}

.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;
}
