html {
  font-size: 16px;
  scroll-behavior: auto !important;
}

body {
  background-color: #430000;
  color: #fdff73;
  font-size: 1.8rem;
}

a {
  text-decoration: none;
}

.logo {
  height: 5rem;
}

.main-wrapper {
  width: 750px;
}

.nav-menu-wrap {
  display: none;
  background-color: #004d00;
  list-style: none;
  padding: 1.5625rem;
}

.nav-menu-wrap.open {
  display: flex;
  z-index: 2;
}

.nav-menu-wrap .menu-item {
  width: 13.75rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 0.625rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ffd700;
  cursor: pointer;
}

.menu-icon {
  width: 2rem;
  height: 2rem;
}

.teen-patti-master-slider marquee {
  font-family: Sofia, sans-serif;
  font-variant: small-caps;
  line-height: 3.125rem;
  font-size: 1.875rem;
  border: 1px dashed #ffd700;
}

.footer {
  padding: 1.25rem 0.625rem 90px;
  font-size: 2.3125rem;
}

.footer .links a {
  background-color: #afad6f;
  border-radius: 0.3125rem;
}

.footer .devider {
  border-bottom: 1px solid #606280;
}

img.download-btn {
  width: 300px;
  animation: scaleAnimate 1s infinite;
  cursor: pointer;
}

.content-wrap h1 {
  font-size: 2.1875rem;
  background-color: #d40000;
  text-align: center;
  border-radius: 0.625rem;
  padding: 0.625rem;
}

.content-wrap h2 {
  font-size: 2rem;
  background-color: #0045df;
  text-align: center;
  border-radius: 0.625rem;
  padding: 0.625rem;
}

.content-wrap h3 {
  font-size: 1.875rem;
  margin: 0.625rem 0;
  font-weight: bold;
  padding: 0.625rem;
  border-left: #be8d06 0.25rem solid;
  color: red;
  text-transform: capitalize;
}

.content-wrap p {
  line-height: 2.625rem;
  padding: 0.625rem;
}

.content-wrap table th,
.content-wrap table td {
  padding: 0 0.625rem;
  border: 1px solid #fff;
}

.grid-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25REM;
}
.grid-col {
  background: linear-gradient(to right, #010103, #171336);
  border-top: 1px solid #3F4A73;
  border-bottom: 1px solid #3F4A73;
  display: flex;
  align-items: center;
}

.grid-col p {
  margin: 0;
}

.img-download {
  width: 32.5rem;
  height: 6.25rem;
  cursor: pointer;
  left: 8.25rem;
  bottom: 2.8125rem;
}

.anchor-container {
  width: 750px;
}
.anchor-container a.anchor {
  margin: 2px 10px;
  text-decoration: underline;
  font-size: 1.5rem;
  color: rgb(173, 156, 105);
}
.anchor-container a.anchor:hover{color: rgb(255,193,7);}

@keyframes scaleAnimate {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper {
    width: 100%;
  }
  .anchor-container {
    width: 100%;
  }
}