@font-face {
  font-family: Robot;
  src: url(../font/RobotoRegular-3m4L.ttf);
}

body {
  font-family: Roboto !important;
  font-size: 16px;
}


* {

  margin: 0;
  padding: 0;
}

nav {

  background-color: white;
  border-bottom: 2px solid #d00000;
  position: fixed;
  top: 0;
  font-family: sans-serif;
  font-size: 22px;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-evenly;


}

.nav-design {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px;
  flex-wrap: wrap;
  width: 100%;
  
}

.logo img {
  height: auto;
  width: 100px;
  padding-top:5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 20px;
  font-weight: 300;

}

.nav-links a,
.dropdown-toggle {
  text-decoration: none;
  color: black;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.footer-col a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 30px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 5px;
  z-index: 999;
}

.dropdown-content a {
  display: block;
  padding: 10px 20px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.players-online {
  border: 2px solid;
   padding: 8px 16px; 
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  background: linear-gradient(to right, #ff0040, #ffff00);
  color: #555;
  border-image: linear-gradient(to right, #ff0040, #ffff00) 1;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: black;
}


footer {
  background-color: #3842f9;
  color: white;
  /*padding: 40px 20px 20px;*/
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  margin-top: 20px;
  width: 80%;
  margin-left: 10%;
}

.footer-col {
  flex: 1 1 200px;
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
}

.footer-col h4 {
  color: #ffc107;
  margin-bottom: 10px;
  margin-top: 20px;
}

.contact-bg-wrapper {
  /* background: url('../img/What-our-champions-say-about-us-1.png'); */
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.footer-logo-desc img {
  width: 120px;
  margin-bottom: 10px;
}

.footer-logo-desc p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.social-icons a {
  /* background: white; */
  color: #b30000;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-bottom a {
  color: #ffc107;
  text-decoration: none;
}

.footer-legal {
  background-color: #021728;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 290px;
}

.footer-legal span {
  color: #ffcc00;
  padding-top: 20px;
}



.download-wrapper1 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* padding-top: 5%; */
  margin-top:90px;
  
  
}


.download-left {
  flex: 1 1 0px;
  top: 70%;
  position: absolute;
  left: 8%;
}

.download-left h2 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 1.5;
  text-align: justify;
}

.download-right {
  flex: 1 1 300px;
  /* display: flex; */
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 80%;
  margin-left: 10%;
}

.download-btn {
  background-color: #001f3f;
  color: white;
  font-weight: bold;
  font-size: 16px;
  /* padding: 33px 28px; */
  border-radius: 8px;
  border: 2px solid;
  cursor: pointer;
  transition: transform 0.2s ease;
  min-width: 250px;
  padding: 25px;
  margin: 5px;
}

.download-btn:hover {
  transform: scale(1.05);
}

.android-btn {
  border-color: yellow;
}

.ios-btn {
  border-color: red;
}

.games-section {
  width: 100%;
  margin: auto;
   /* padding: 50px 20px;  */
}



.features-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px; 
  /* width: 80%; 
  margin-left: 10%; */ 
}

.column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  gap: 20px;
  
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-icon img {
  width: 60px;
  height: 60px;
}

.feature-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #001f3f;
}

.feature-content ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #333;
  margin: 0;
}

.feature-content li {
  margin: 5px 0;
}


.games-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffff;
  padding-top: 15px;
}

.games-container {
  display: flex;
  gap: 10px;
  /* background: rgba(0, 0, 0, 0.3); */
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
  flex-wrap: wrap;
  width: 80%;
    margin-left: 10%;
  
}

.tabs {
  flex: 1;
  min-width: 200px;
  max-width: 220px;
}

/* .tab {
  background: transparent;
  border: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 1rem;
  cursor: pointer;
  color: white;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  width: 100%;
} */

.tab.active,
.tab:hover {
  background: #9e0b0f;
  border-left: 4px solid gold;
  font-weight: bold;
}

.games-list {
  flex: 3;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.game-card {
  background: white;
  color: #222;
  border-radius: 12px;
  overflow: hidden;
  width: 240px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.game-card img {
  width: 100%;
  height: auto;
}

.game-info {
  padding: 15px;
}

.game-info small {
  display: block;
  font-size: 0.9rem;
  margin: 3px 0;
  color: #333;
}

.play-btn {
  width: 100%;
  padding: 12px;
  background: #b10000;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.entry {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.coming-soon {
  display: inline-block;
  padding: 3px 8px;
  background: crimson;
  color: white;
  font-size: 0.7rem;
  margin-top: 5px;
  border-radius: 5px;
}

.section-wrapper {
  padding: 30px 20px;
  text-align: center;
  /* background-color: rebeccapurple; */
  /* background-image: url('../img/Play-online-rummy-and-win-money.webp'); */

}

.section-wrapper h1 {
  color: #353131;
  font-size: 2rem;
  margin-bottom: 30px;
}

.tab-box {
  background: white;
  max-width: 1300px;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 80%;
  /* margin-left: 10%; */
}

.tab-header {
  display: flex;
  background: #e0e0e0;
  overflow-x: auto;
}

.tab-header button {
  flex: 1;
  padding: 15px;
  font-size: 1rem;
  background: #e0e0e0;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.tab-header button.active {
  background: white;
  color: #b10000;
  border-bottom: 3px solid #b10000;
}

.tab-content {
  padding: 30px 25px;
  display: none;
  text-align: left;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  color: #b10000;
  margin-bottom: 10px;
}

.tab-content p {
  line-height: 1.5;
  margin-bottom: 15px;
  text-align:justify;
}

.faq-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.faq-wrapper h1 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: rgb(249, 249, 249);
  padding-top: 14px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.1);
  margin: 10px 0;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 80%;
  margin-left: 10%;
}

.faq-question {
  padding: 16px 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(249, 249, 249);
}

.faq-answer {
  padding: 0 20px 20px;
  display: none;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgb(249, 249, 249);
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active {
  border: 2px solid #00c853;
  background: rgba(255, 255, 255, 0.15);
}

.toggle-icon {
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.faq-item.active .toggle-icon {
  transform: rotate(0deg);
}



.testimonial-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.carousel-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background: #910000;
  color: white;
  border-radius: 10px;
  padding: 60px 30px 30px;
}

.avatar {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 5px solid #f8f8f8;
}

.avatar img {
  width: 100%;
  height: auto;
}

.testimonial-name {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 20px;
}

.testimonial-details {
  font-size: 1rem;
  /* opacity: 0.8; */
  margin-bottom: 20px;
  font-weight: 600;
}

.testimonial-text {
  font-style: bold;
  line-height: 1.6;
  font-size: 1.2rem;
  text-align: justify;

}

.carousel-nav {
  /* margin-top: 30px; */
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 10px;
}

.carousel-btn {
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  color: #910000;
  transition: background 0.3s;
}

.carousel-btn:hover {
  background: #ffeaea;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 70vh;
  /* padding: 20px; */
  width: 80%;
  margin-left: 10%;
}

.left-section {
  flex: 1 1 55%;
  /* padding: 40px 20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #222;
}

.left-section h2 span {
  color: #9b0000;
  margin-left: 10px;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

input,
textarea {
  padding: 13px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  /* width: 100%; */
}

textarea {
  grid-column: span 2;
  resize: vertical;
  min-height: 120px;
}

.form-button {
  grid-column: span 2;
}

.form-button button {
  background-color: #9b0000;
  color: white;
  border: none;
  padding: 20px 80px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-button button:hover {
  background-color: #7e0000;
}

.right-section {
  flex: 1 1 40%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-section img {
  max-width: 100%;
  height: auto;
}



/* <!----testimonial--? */

.testimonial-section {
  /* text-align: center; */
  /* padding: 50px 20px;  */
  width: 100%;
  /* background-color: #32cd32; */
  text-align: center;
  
 
}

.testimonial-section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #222;
}

.testimonial-container {
  max-width: 700px;
  margin: 0 auto;
  background-color: #b30000;
  color: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  position: relative;
  transition: all 0.5s ease;
  /* width: 100%; */
  /* max-width: 1200px; */
}

.testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  margin-bottom: 20px;
}

.testimonial-name {
  font-size: 1.5rem;
  margin: 10px 0 5px;
}

.testimonial-win {
  font-size: 1rem;
  opacity: 0.85;
}

.testimonial-review {
  margin-top: 20px;
  font-size: 1.1rem;
  color: #fff;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.dot {
  height: 14px;
  width: 14px;
  margin: 0 6px;
  background-color: #ed0000;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.dot.active {
  opacity: 1;
  background-color: #0a00c1;
}

.footer-legal h4 {
  text-align: left;
  padding-left: 10px;
  font-size: larger;
  padding-top: 10px;
}

.download-button-mobile {
  width: 80%;
  height: auto;
  background-color: black;
  padding: 10px;
  position: fixed;
  justify-content: sapce-between;
  bottom: 0;
  height: auto;
}

.download-button-desktop {
  display: block;
  width: 100%;
  height: auto;
}

.download-button-mobile {
  display: none;
  width: 100%;
  height: auto;
}

.bodycontainer {
  width: 80%;
  margin-left: 10%;
}

/* .footer-legal {
      background-color:#8f0404;
      padding: 30px 20px;
      text-align: center;
    } */

    .footer-legal h4 {
      font-size: 20px;
      color: #ffffff;
      margin-bottom: 15px;
      text-align: center;
    }

    .footer-legal p {
      font-size: 14px;
      line-height: 1.8;
      color: #ffffff;
      text-align: justify;
      margin: 0 auto;
      max-width: 800px;
    }

    .footer-legal p span {
      display: block;
      margin-top: 20px;
      font-weight: bold;
      color: #a00;
    }

    .download-button-mobile {
      margin-top: 30px;
    }

    .download-button-mobile img {
      max-width: 250px;
      width: 80%;
      height: auto;
    }


    .border-animated-btn {
      position: relative;
      padding: 20px 28px;
      font-size: 16px;
      font-weight: bold;
      color: white;
      background-color: #001f3f;
      border: none;
      cursor: pointer;
      overflow: hidden;
      border-radius: 8px;
      z-index: 1;
      margin-bottom: 20px;
      margin-top: 35px;
    }
    
    /* Rotating border using ::before */
    .border-animated-btn::before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      background: conic-gradient(
        #ff416c,
        #ff4b2b,
        #1e90ff,
        #32cd32,
        #ff416c
      );
      border-radius: 10px;
      z-index: -1;
      animation: rotateBorder 4s linear infinite;
    }

    /* Mask the middle so only border is visible */
.border-animated-btn::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #1c8f5c;
  border-radius: 6px;
  z-index: -1;
}

.banner-section {
  background: url('../img/Hero-Section-1.png') no-repeat center center;
  background-size: cover;
  text-align: center;
  /* padding: 60px 20px; */
  position: relative;
}
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 0;
}

.banner-content {
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 80%;
  margin-left: 10%;
}

.banner-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color:  #f7630c;
  margin-bottom: 20px;
  padding-top: 10px;
}

.banner-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.footer-button{
      width:100%;
      z-index:5;
      position:fixed;
       bottom:0;
       height:auto;
       display:none;
       background-color:black;
       padding-top:12px;
       
  }

.feature-iconbackground{
    background-color: #ffc506;
}

@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    width: 100%;
    background: white;
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
    padding: 20px 0;
    border-top: 1px solid #eee;
  }
  
  .download-wrapper1 {
 
  margin-top:53px;
  
  
}
  
  
  
  .feature-iconbackground{
 background-color: transparent
}
  
  .footer-bottom {
   
    padding-bottom: 53px;
    text-align:center;
    padding-left: 10px;
        padding-right: 10px;
    
}
  
  .footer-button{
       
       display:block;
  }
  
  .download-left {
  flex: 1 1 0px;
  top: 70%;
  position: absolute;
  /*left: 8%;*/
}

  .nav-links.active {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
    border: none;
    padding: 0;
  }

  .dropdown-content a {
    padding-left: 30px;
  }
  .players-online{
    padding:10px 0;
    display: none;
  }

  .footer-top {
    flex-direction: column;
  }

  .download-wrapper {
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    /* padding: 150px 20px; */
    width:100%;

  }

  .download-left{
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    right: 0;
    left:0;
    margin-top:10px;
    display:none;
  }

  .download-right {
    align-items: center;
  }

  .download-left h2 {
    font-size: 1.8rem;
  }

  .download-btn {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
  }

  .games-container {
    flex-direction: column;
    align-items: center;
  }

  .tabs {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }

  .tab {
    flex: 1;
    text-align: center;
    border-left: none;
    border-bottom: 4px solid transparent;
  }

  .tab.active,
  .tab:hover {
    border-left: none;
    border-bottom: 4px solid gold;
  }

  .tab-header {
    flex-direction: column;
  }

  .tab-header button {
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  .faq-wrapper h1 {
    font-size: 1.5rem;
  }

  .testimonial-section h2 {
    font-size: 1.5rem;
  }

  .carousel-container {
    padding: 70px 20px 20px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  form {
    grid-template-columns: 1fr;
  }

  textarea,
  .form-button {
    grid-column: span 1;
  }

  
  .testimonial-review {
    font-size: 1rem;
  }

  .testimonial-section h2 {
    font-size: 1rem;
    margin-bottom: 40px;
    color: #222;
    
  }

  .section-wrapper h1 {

    font-size: 0.8rem;

  }

  .games-title {

    font-size: 1rem;
    padding-top: 10px;
  }

  .faq-wrapper h1 {
    font-size: 0.8rem;
    padding-top: 10px;

  }
  

  .footer-col {
    flex: 1 1 135px;
    line-height: 1.5;
    text-align: center;
  }

  .social-icons {
    display: flex;
    gap: 10px;
    /* margin: 13px 0; */
    margin-left: 104px;
    margin-top: 29px;
  }

  .feature-content h3 {

    font-size: 1rem;

  }

  .feature-content ul {
    list-style-type: none;

  }

  .footer-legal h4 {
    text-align: center;
    /* padding: 10px; */
    /* padding-left: auto;
    padding-right: auto; */
  }

  .footer-legal {

    text-align: center;
    height:auto;

  }

  .footer-legal p {

    padding: 10px;
    font-family: sans-serif;
    line-height: 1.6;

  }


  nav {
    padding: 0px 0px;
    display: flex;
  }

  .nav-design {
    /* display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 21px 20px;
    /* flex-wrap: wrap; */
    width: 100%;
    /*padding: 10px 0px;*/
    justify-content: space-between;
    padding-left: 20px;
        padding-right: 20px;

   flex-wrap: nowrap;
}

.logo img {
    
    width: 50px;
   
}

  .contact-bg-wrapper {
    background-image: none;
  }


  .download-button-desktop {
    display: none;
  }

  .download-button-mobile {
    display: block;
  }

  .banner-heading {
    font-size: 1.6vh;
    padding: 0 10px;
  }

  .banner-section {
    padding: 40px 10px;
  }


  .features-container {
    grid-template-columns: 1fr;
  }

  .feature-box {
    flex-direction: column;
    text-align: center;
  }

  .feature-icon img {
    /*margin-bottom: 15px;*/
    width: 120px;
    height: auto;
  }
  
  

  .testimonial-container{

    padding: 10px 10px;
  }
  
/*  .download-left {*/
/*   display:none;*/
/*}*/


}

.tab-box {
   
    width: 100%;
    
}

@media (max-width: 480px) {
  .banner-heading {
    font-size: 2.0vh;
  }
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}