html{
  scroll-padding-top: 120px;
}

:root {
  --bs-border-radius-2xl: 26px;
}

body {
  background: #e1e1e1;
}

section p {
  margin-bottom: 16px;
}

.regular-42 {
  font-size: clamp(16px, 3.5vw, 38px);
  font-weight: 400;
}

.regular-22 {
  font-size: clamp(12px, 2.8vw, 20px);
  font-weight: 400;
}

h3 {
  font-size: clamp(12px, 2.8vw, 35px) !important;
}

.weight-800 {
  font-weight: 800;
}

.line-height-181 {
  line-height: 181%;
}

.line-height-120 {
  line-height: 160%;
}

.line-height-122 {
  line-height: 122.5%;
}

.p-32 {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: clamp(12px, 2vw, 32px);
  padding-right: clamp(12px, 2vw, 32px);
}

.mb-18 {
  margin-bottom: clamp(12px, 2.5vw, 18px);
}

.mb-34 {
  margin-top: clamp(12px, 2.5vw, 34px);
  margin-bottom: clamp(12px, 2.5vw, 34px);
}

.bg-white {
  background: #f1f1f1;
}

h2 {
  color: #17161b;
}

main p,
main li {
  color: #000000;
}

a {
  text-decoration: none;
}

.mt-105 {
  margin-top: clamp(28px, 5.5vw, 105px);
}

.bg-dark {
  background: #0a090c;
}

/* Sections */

/* Section 2 */

.section-2 {
  margin-top: clamp(32px, 7.5vw, 128px);
}

/* Section 3 OR CTA section */

.section-cta {
  margin-top: clamp(13px, 2.5vw, 32px);
}

/* faq starts here */
.intro-heading {
  font-weight: 800;
  font-size: 52px;
  line-height: 64px;
  padding: 100px 0px 38px 0px;
}
#see-more-faq {
  margin-top: 41px;
  padding: 18px 64px;
  font-weight: 500;
  border-radius: 300px;
  font-size: clamp(12px, 2.3vw, 22px);
    line-height: clamp(15px, 2.3vw, 27px);
}
/* testimonial ends here */
.relative-underline {
  position: relative;
}
.absolute-underline::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj4KIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI2NyUiIGhlaWdodD0iMTAwJSIgZmlsbD0iI0Y0NTUzNiIgcnk9IjIiIHJ4PSIyIi8+CiAgPHJlY3QgeD0iNzUlIiB5PSIwIiB3aWR0aD0iMjUlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiMwODI4QjQiIHJ5PSIyIiByeD0iMiIvPgo8L3N2Zz4=");
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
}
.anchor a{
  color: #000000;
}
.anchor a:hover {
  color: unset;
}
.last-disclaimer {
  margin-top: 24px;
  text-align: center;
}
.last-disclaimer p {
  line-height: 130%;
}
.learn-more a {
  list-style: none;
  color: #fff;
}
.head-h1{
  font-size: clamp(18px, 3.5vw, 40px);
}
@media screen and (max-width: 1024px) {
  .intro-heading {
    font-size: clamp(22px, 2.3vw, 52px);
    line-height: clamp(25px, 2.3vw, 64px);
    padding: 33px 0px 30px 0px;
  }
}

.faq-section {
  padding-bottom: 100px;
}
.faq-card {
  border-radius: 26px;
  padding: 41px 41px 46px 41px;
}
.faq-card .card-body {
  overflow-x: hidden;
  overflow-y: auto;
}
.faq-card-body {
  height: 300px;
}
.accordion-header {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}
.accordian-body-content {
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
}
.accordion-button {
  border-bottom: 1px solid gainsboro;
}
.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid gainsboro;
}
.accordion-button:focus {
  border-color: black;
  box-shadow: none;
  border-bottom: 1px solid gainsboro;
}

.accordian-item-border {
  border: none !important;
}

.faq-card ::-webkit-scrollbar {
  width: 10px;
}
.faq-card ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.faq-card ::-webkit-scrollbar-thumb {
  background: #0a090c;
}
.faq-card ::-webkit-scrollbar-thumb:hover {
  background: #0a090cc0;
}
.faq-section {
  margin-top: clamp(75px, 48px + 8.4375vw, 210px);
}
/* faq ends here */

/* Hero Section css */

.hero-section {
  background: #17161b;
}
.poppins {
  font-family: Poppins;
}
p {
  margin: 0;
}
.hero-right {
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
}
/* .hero-right {
  padding-top: 65px;
} */
.right-bg {
  background-image: url("/assets/images/Grid-1.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.download-the-app-sm {
  color: #17161B;
  background: #91ec8e;
  border-radius: 200px;
  padding: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}
.download-the-app-sm:hover,
.download-the-app-sm:active {
  background: #91ec8e !important;
}
.disclaimer {
  padding: 50px 0px 20px 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.qr-img {
  max-height: 75px;
  max-width: 75px;
}
.hero-left-top {
  width: fit-content;
  margin-inline: auto;
  margin-top: 58px;
  /* padding: 0px 32px 0px 32px; */
}
.hero-heading {
  font-weight: 300;
  font-size: 58px;
  line-height: 65px;
}
.hero-heading-second {
  font-weight: 800;
}
.download-the-app {
  margin-top: 50px;
  margin-bottom: 22px;
  font-weight: 300;
  font-size: 22px;
}
.input-group-width {
  width: 43%;
}
.left-inp-group {
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  padding-left: 36px;
  padding-right: 18px;
  background-color: white;
}
.enter-mobile-number {
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  padding-top: 18px;
  padding-bottom: 18px;
  box-shadow: none !important;
  border: inherit;
}
.get-link {
  padding: 15px 30px;
  font-weight: 800;
  border-radius: 300px;
  box-shadow: none;
  background: #91ec8e;
}
.get-link:hover,
.get-link:active {
  background: #91ec8e !important;
}
.winning-type {
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px;
}
.winning-type-bolder {
  font-weight: 700;
}
.winning-row {
  padding-top: 40px;
  padding-bottom: 20px;
}
.download-btn {
  padding-left: 16px;
  padding-right: 16px;
}
.payText {
  line-height: 18px;
}
@media screen and (max-width: 1024px) {
  .hero-heading {
    font-size: clamp(32px, 2.3vw, 58px);
    line-height: clamp(39px, 2.3vw, 65px);
  }
  .winning-row {
    padding: 30px 0px;
  }
  .winning-type {
    font-size: 9px;
  }
  .enter-mobile-number {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .left-inp-group {
    padding-left: 14px;
    padding-right: 8px;
  }
  .hero-left-top {
    width: auto;
    padding: 0px 32px 0px 32px;
  }
  .hero-left-jeeto {
    font-weight: 800;
    line-height: 21px;
  }
  .download-the-app {
    margin-top: 21px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .left-inp-group {
    padding-left: 14px;
    padding-right: 8px;
  }
  .enter-mobile-number {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .get-link {
    padding: 6px 14px;
    font-size: 16px;
  }
  .winning-type {
    font-size: 9px;
  }
  .winning-img {
    height: clamp(25px, 4vw, 42px);
    width: clamp(25px, 4vw, 42px);
  }
}

@media screen and (max-width: 767px) {
  .mob-headings {
    font-size: clamp(22px, 5vh, 32px);
    font-weight: 800;
    line-height: 39px;
  }
  .sidemenu-heading {
    margin-bottom: 44px;
  }
  .hero-right {
    padding-bottom: 50px;
  }
  .grow{
    flex-grow: 1;
  }
  .grid-image-mobile {
    background-image: url("/assets/images/grid-inner-page.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .winning-type {
    font-size: clamp(7px, 2.3vw, 16px);
    padding-left: 4.5px;
  }
  .winning-type {
    font-size: clamp(7px, 2.3vw, 16px);
    padding-left: 4.5px;
  }

  .winning-row {
    padding: 0px 16px 35px 16px;
  }
  .accordion-item:first-of-type .accordion-button {
    gap: 6px;
  }
  .faq-card{
    padding: 10px 6px 10px 0px;
  }
  .card-body{
    padding-right: 0px;
  }
  .social-img{
    max-width: 24px;
    width: 100%;
  }
  .sports-logo{
    max-width: 124px;
    height: auto;
}
.baazi-logo{
  max-width: 80%;
  height: auto;
}
.rupay-mode{
  max-width: 66px;
  width: 100%;
}
.paytm-mode{
  max-width: 52px;
  width: 100%;
}
.mobi-mode{
  max-width: 74px;
  width: 100%;
}
.visa-mode{
  max-width: 52px;
  width: 100%;
}
.card-mode{
  max-width: 25px;
  width: 100%;
}
.bank-mode{
  max-width: 43px;
  width: 100%;
}
.Iamai{
  max-width: 100px;
  width: 100%;
}
#see-more-faq {
  padding: 12px 40px;
}
.last-disclaimer {
  margin-top: 16px;
}
}

@media screen and (max-width: 425px) {
  .hero-right {
    padding-right: 0px;
  }
}
