* {
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "calibri";
  line-height: 1.25rem;
  letter-spacing: 0.01rem;
  background: linear-gradient(120deg, #f8fafc 60%, #e0e7ff 100%);
  animation: bgMove 8s ease-in-out infinite alternate;
}
@keyframes bgMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.main-bg {
  min-height: 100vh;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header{
  padding: 2rem 9%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #6366f1 60%, #fd841f 100%);
  color: #fff;
  animation: fadeDown 1s cubic-bezier(.77,0,.18,1) forwards;
}
@keyframes fadeDown {
  0% { opacity: 0; transform: translateY(-40px);}
  100% { opacity: 1; transform: translateY(0);}
}
.header .logo{
  font-family: 'Caudex', serif;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 2px 2px 8px #2222;
  transition: color 0.3s;
}
.header .logo:hover {
  color: #fd841f;
}

.header .navbar a{
  font-size: 1.3rem;
  color: #fff;
  margin-left: 2rem;
  padding: 10px 18px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.header .navbar a:hover{
  background: #fd841f;
  color: #fff;
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 2px 8px rgba(99,102,241,0.08);
}

.header #toggler{
  display: none;
}

.header .fa-bars{
  font-size: 2rem;
  color:black;
  border-radius: .5rem;
  padding: .5rem 1.5rem;
  cursor: pointer;
  border:#7c6805;
  display: none;
}




.inner {
  width: 100%;
  max-width: 800px;
  padding: 0px;
  margin: 0px;
  margin-top: 100px;
  border-width: 2px;
  border-style: solid;
}

.main {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: row;

  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background-color: black;
}

.mb-1 {
  width: 80%;
  background-color: hsl(52, 100%, 50%);
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.mb-2 {
  width: 20%;
  background-color: grey;
}

.box1 {
  background-color: hsl(52, 100%, 50%);

  padding: 10px;
  width: 90%;
}

.header-desc {
  margin-bottom: 0px;
}

.header-heading {
  font-size: 45px;
  line-height: normal;
}

.header-1-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.header-bottom-2-desc {
  margin-left: auto;
}

.header-span {
  font-weight: bold;
}

.roll {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
}

.name {
  color: white;
  text-align: center;
}

.about-section {
  width: 100%;
  padding: 50px;
  padding-bottom: 0px;
  padding-top: 0px;
  max-width: 800px;
}

.about-desc {
  font-size: 18px;
}

.legal-section {
  padding: 50px;
  padding-top: 0px;
  width: 100%;
  max-width: 800px;
  padding-bottom: 0px;
}

.legal-items-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.legal-item {
  font-size: 18px;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.table-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.table {
  width: 100%;
  border-collapse: collapse;
  max-width: 800px;
}

.row {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

td {
  border-width: 2px;
  border-style: solid;
  margin: 0;
  padding: 0;
  vertical-align: top; /* Align top for both cells */
}

.data-heading {
  background-color: #ffd400;
  padding: 0 !important; /* Ensure no padding */
  margin: 0 !important; /* Ensure no margin */
  display: table-cell; /* Make it behave like a table cell */
  min-width: 25%;
}

.data-heading-content {
  font-size: 20px;

  font-weight: bold;
  text-align: left;
  padding: 8px; /* Apply padding to control internal spacing */
  margin: 0 !important; /* Ensure no margin */
  box-sizing: border-box; /* Include padding in width calculation */
  width: 75%;
}

.data-contents {
  width: 75%;
  padding: 8px;
  padding-left: 0px;
  display: table-cell; /* Make it behave like a table cell */
  vertical-align: top; /* Align top for content */
}

.table-row-points {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px;
}

.table-point {
  list-style-type: decimal;
  font-size: 16px;
}

/*
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 1.15rem;
  line-height: 1.25rem;
  letter-spacing: 0.01rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}*/

.s-section,
.content {
  width: 100%;
  max-width: 800px;
  padding: 50px;
  background-color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.25rem;
  letter-spacing: 0.01rem;
  padding-bottom: 0px;
}

.s-section li,
.content li {
  margin-bottom: 12px;
}

.content {
  padding-top: 0px;
}

#quote {
  font-size: 1.35rem;
  font-style: italic;
  background: linear-gradient(90deg, #fd841f 20%, #6366f1 100%);
  color: #fff;
  padding: 12px 24px;
  border-radius: 12px;
  box-shadow: 0 2px 12px #6366f133;
  animation: popIn 0.7s cubic-bezier(.77,0,.18,1);
}

/*blog-2-css*/

.blog-2-heading {
  color: gray;
  font-size: 30px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: orange;
  border-left: none;
  border-right: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub-heading {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}

.sub-heading-desc {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}

.game-start-container {
  display: flex;
  flex-direction: row;
}

.game-start-1 {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.game-img {
  width: 35%;
  height: auto;
}

@media screen and (max-width: 840px) {
  .main-bg {
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .about-section,
  .s-section,
  .content {
    padding: 20px;
  }

  .legal-section {
    padding: 20px;
  }

  .legal-heading {
    line-height: normal;
  }

  .table-point {
    font-size: 14px;
  }

  .about-heading {
    line-height: normal;
  }

  .header-heading {
    font-size: 30px;
  }

  .game-start-container {
    display: flex;
    flex-direction: column;
  }

  .game-start-1 {
    width: 100%;
  }

  .game-img {
    width: 100%;
  }

  .blog-2-heading {
    font-size: 18px;
  }
}



/* Blog 3 */

.web-blog{
    padding:20px;
}


.web-blog h1{
    line-height: 2rem;
}

 .web-blog-heading{
    text-align: center;
}

.web-blog span{
    font-size: 1.2rem;
    font-weight: bold;
}






/* Nav Bar */


@media (max-width: 1000px) {

        .header .fa-bars {
            display: block;
        }
    
        .header .navbar {
           position: absolute;
           top: 100%;
           left: 0;
           right: 0;
           background: #fff;
           border-top: #7c6805;
           clip-path: polygon(0 0,100% 0,100% 0,0 0);
           transition: clip-path 0.5s ease-out;
        }
    
        .header #toggler:checked ~ .navbar{
            clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
        }

        .header .navbar a{
            margin: 1.5rem;
            padding: 1.5rem;
            background: #fff;
            border: #7c6805;
            display: block;
        }
      }
