@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@font-face {
  font-family: "Helvetica";
  src: url("helvetica/Helvetica.woff2") format("woff2"),
    url("helvetica/Helvetica.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("helvetica/Helvetica-Bold.woff2") format("woff2"),
    url("helvetica/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Typography */
body {
  background-image: url(../images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Helvetica;
  font-weight: 400;
}
.bg-white {
  background-color: #fff;
}
.light-blue {
  background-color: #e9f2ff;
  padding: 100px;
  border-radius: 80px;
}
.container-fluid {
  max-width: 1620px;
  width: 100%;
}
.btn {
  height: 80px;
  width: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 50px;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0790ff;
  --bs-btn-border-color: #0790ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0470c8;
  --bs-btn-hover-border-color: #0470c8;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #0470c8;
  --bs-btn-active-bg: #0470c8;
  --bs-btn-active-border-color: #0470c8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0470c8;
  --bs-btn-disabled-bg: #0790ff;
  --bs-btn-disabled-border-color: #0790ff;
  border-bottom: 4px solid #0470c8;
  transition: all ease-in-out 0.3s;
}
.btn-primary:hover {
  border-color: #0790ff;
  transition: all ease-in-out 0.3s;
}
.btn-primary i {
  font-size: 25px;
  font-weight: 900;
}
a {
  text-decoration: none;
}
ul {
  margin-bottom: 0px;
}
section {
  padding: 80px 0;
}
.heroText {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.w90 {
  max-width: 90%;
  width: 100%;
}
h1 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
h1 span {
  color: #0790ff;
}
h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #070c0e;
}
h2 span {
  color: #0790ff;
}
h4 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}
h5 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #181818;
}
h6 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
}
p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #676767;
}
/* Header */
.header a {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 30px;
  color: #ffffff;
}
#mainHeader {
  transition: all 0.3s ease;
  background: linear-gradient(189.64deg, #12274d 6.92%, #0c1526 89.26%);
}
#mainHeader.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  will-change: background;
}
.HeaderMenus ul {
  border: 1px solid #ffffff;
  height: 64px;
  border-radius: 50px;
  padding: 5px;
}
.HeaderMenus ul li a {
  color: #a8a8a8;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 30px;
}
.HeaderMenus ul li a.active {
  background: var(--Color2, #0790ff);
  height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
}
.downloadBtn {
  border: 1px solid #ffffff;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  color: #fff;
  background: linear-gradient(to right, #0790ff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 8px;
}
.downloadBtn i {
  font-size: 20px;
}
.downloadBtn:hover {
  background-position: left bottom;
  color: #fff;
}
.DownloadBtn p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #a8a8a8;
}

/* Header */
/* Hero section */
.heroSection {
  position: relative;
  background: url(../images/diamond.webp) no-repeat;
  background-size: 100% 100%;
}
/* .heroSection::before {
    background: url(../images/diamond-left.png) no-repeat;
    height: 100%;
    width: 244px;
    content: "";
    position: absolute;
    top: 0;
    background-size: cover;
}
.heroSection::after {
   background: url(../images/diamond-right.png) no-repeat;
    height: 100%;
    width: 244px;
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    background-size: cover;
} */
/* Hero section */

/* Stats */
.statsWrapper {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
  border-radius: 40px;
}
.statsCard h2 {
  color: #070c0e;
  font-size: 80px;
}
/* Stats */

/* opportunity */

.cardImg {
  background-color: #bbdfff;
  width: 346px;
  height: 346px;
  border-radius: 50%;
  padding: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opportunityCard h5 {
  background-color: #fff;
  padding: 12px;
  border-radius: 20px;
  margin-top: -20px;
}
.opportunityCard img{
  width: 258px;
  height: 258px;
}
.contentBlock  br{
  display: none;
}
/* opportunity */

/* newAndaza */
.newAndazaWrapper .newAndazaCard {
  background: #ffffff;
  border-radius: 40px;
  padding: 30px 0 0 30px;
  max-width: calc(38% - 13px);
  width: 100%;
  text-align: left;
  min-height: 350px;
  position: relative;
}
.newAndazaWrapper .newAndazaCard:nth-child(1) {
  max-width: calc(23% - 13px);
  padding-left: 0;
  width: 100%;
}
.newAndazaWrapper .newAndazaCard:nth-child(4) {
  max-width: calc(61% - 0px);
  width: 100%;
}

.newAndazaCard h5 {
  text-align: start;
}
.readMore {
  padding-bottom: 30px;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0790ff;
}
.viewMore {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0790ff;
  border-radius: 50%;
  font-size: 35px;
}
.newAndazaCard img {
  position: absolute;
  right: 0;
  width: 229px;
  height: 157px;
}
.newAndazaWrapper .newAndazaCard:nth-child(4) img{width: auto; height: auto;}
/* newAndaza */
/* sports */
.matcheSlider .card {
  background-color: transparent;
}
.matches h2 {
  color: #fff;
}
.matches .heroText p {
  max-width: 618px;
  margin: auto;
  line-height: normal;
  text-align: justify;	
}

/* sports */
/* FAQ's */
.faq {
  padding-bottom: 210px;
}
.accordion-item {
  border-radius: 20px !important;
  overflow: hidden;
}
.accordion-header {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.accordion-header button {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.accordion-body {
  padding-top: 0;
}
.accordion-button:focus {
  box-shadow: none;
}
.faq .heroText h2 {
  color: #fff;
}
/* FAQ's */
.downloadSection .container-fluid .bg-white {
  background-color: #fff;
  padding: 0 50px;
  height: 100%;
  border-radius: 40px;
}
.downloadSection .bannerImg img {
  margin-top: -142px;
}
/* Footer */
/* ul.d-flex.list-unstyled.gap-4.ps-0.justify-content-end.footerLink {
  height: 80px;
} */
.footer {
  background: linear-gradient(189.64deg, #12274d 6.92%, #0c1526 89.26%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  position: relative;
  z-index: 10;
}
.footer::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/footer-diamond.webp) no-repeat;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
  background-size: 100%;
  z-index: -1;
}
.footer a {
  color: #ffffff;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.contactDetails a,
.contactDetails p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}
.contactDetails p {
  font-weight: 700;
  color: #fff;
}
.socialLInks li a {
  border: 1px solid #323234;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0790ff;
  background-color: #fff;
  transition: background-color 0.4s ease;
}
.socialLInks li a:hover {
  background: #0790ff;
  color: #fff;
}
.disclaimer {
  margin-top: 20px;
}
.disclaimer h6 {
  color: #fff;
}
.disclaimer p {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
}
.copyRight hr {
  border-color: #323234;
  width: 30%;
  opacity: 1;
}
.copyRight p {
  margin-bottom: 0;
  color: #fff;
}
/* Footer */

/* How To Play */
.howToPlay .heroText p {
  max-width: 800px;
  margin: auto;
}
.innerBg {
  background-color: #fff;
  margin-top: 50px;
  padding: 80px;
  border-radius: 80px;
}
.badge {
  background-color: #0790ff;
  width: 117px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.aboutUs {
  padding-bottom: 80px;
}
/* .aboutUs h2 {
  color: #fff;
} */
/* How To Play */
/* Contact us */
.contactUs .container-fluid .row {
  background-color: #e9f2ff;
  padding: 20px 10px;
  border-radius: 80px;
}
.form-container {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.form-group.full {
  flex: 1 1 100%;
}

label {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;
  margin-bottom: 8px;
}

input,
textarea {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 14px;
  resize: none;
  outline: none;
  background-color: white;
  min-height: 80px;
}

textarea {
  height: 120px;
  border-radius: 20px;
}

.submit-btn {
  align-self: flex-start;
  padding: 14px 24px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #0056b3;
}

.submit-btn svg {
  width: 16px;
  height: 16px;
}
/* Contact us */

.customSwiper2 {
  direction: rtl; /* Set RTL layout */
  overflow: hidden;
}

.main-wrapper {
  display: flex;
  align-items: end;
  gap: 10px;
}
.input-wrapper label {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 12px;
  display: block;
}
.input-box {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 20px;
  padding: 2px 5px 2px 16px;
  height: 80px;
  gap: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.country-code {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.mobile-input {
  border: none;
  outline: none;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #999;
  flex: 1;
}

.get-link-btn {
  background-color: #0094ff;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  border: none;
  padding: 10px 16px;
  height: 75px;
  border-radius: 15px;
  cursor: pointer;
  /* width: 184px; */
  transition: background-color 0.3s ease;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
}

.get-link-btn:hover {
  background-color: #007acc;
}

.qr-box {
  background: white;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 2px 12px;
  height: 80px;
  width: fit-content;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.qr-box img {
  width: 58px;
  height: 58px;
}

.qr-text {
  display: flex;
  flex-direction: column;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

.qr-text strong {
  font-weight: bold;
}
.statsIcon img {
  width: 70px;
  height: 70px;
}
.step-number {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: #0790ff;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.step-title {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.step {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  justify-content: center;
}
.statsCard {
  text-align: center;
}
.statsCard p {
  color: #070c0e;
  margin-bottom: 0;
}
.store-buttons {
  display: flex;
  gap: 16px;
}

.store-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #0a0f10;
  color: #fff;
  border-radius: 999px;
  height: 80px;
  padding: 0 20px 0 8px;
  text-decoration: none;
  box-sizing: border-box;
}

.store-button .icon {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  box-sizing: border-box;
}

.store-button .icon i {
  font-size: 30px;
}
.store-button .text .small {
  font-size: 13px;
  line-height: 1.1;
  display: block;
  opacity: 0.85;
}

.store-button .text .bold {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.store-button small {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  display: block;
}
.store-button strong {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
}
/* Sticky container */
.mobile-sticky-download {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 9999;
  padding: 10px;
  background-color: #fff;
}

/* Hide on desktop */
@media (min-width: 769px) {
  .mobile-sticky-download {
    display: none;
  }
}

/* Android button */
.android-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  gap: 10px;
}

/* iOS button */
.ios-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  gap: 10px;
}

/* Icons */
.android-download-btn i,
.ios-download-btn i {
  font-size: 24px;
}
section.terms-condition.faq_main h6 {
  font-size: 20px;
}

/* Blog */
.blogBanner .bannerImg img {
  border-radius: 80px;
}

.blog-card {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #000;
  transition: transform 0.3s ease;
  padding: 10px;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 30px;
}

.blog-card-body {
  padding: 12px;
}

.blog-card-body h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.card-date {
  color: #a8a8a8;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

.blog-card-body a {
  text-decoration: none;
  color: #0790ff;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.blog-card-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faqBlog {
  padding-top: 120px;
}
/* .blogDetail{
  padding-bottom: 120px;
} */
.blogDetail .bg-white {
  padding: 30px;
  border-radius: 80px;
}

.blogDetail img {
  border-radius: 60px;
  height: 500px;
}
section.faq.faqPage {
  padding-bottom: 120px;
}
.store-buttons,
.btnBlock {
  margin-top: 1.5rem;
}

/* Content Pages Css */
.contentPage .light-blue {
  border-radius: 30px;
  padding: 50px;
}
.contentBlock ol {
  list-style-type: number;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 0;
}
.contentBlock ol li::marker {
  font-size: 26px;
  font-weight: 600;
}
.subContentBlock h6 {
  font-size: 20px;
}
.contentBlock p,
.contentBlock h6 {
  margin-bottom: 0;
  color: #000;
}
.contentBlock ol li ul {
  list-style-type: disc;
  padding-left: 3rem;
}
.contentBlock ol li ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #676767;
}
.contentBlock.mt-md-5.mt-4{
  margin-top: 1.3rem !important;
}
/* Content Pages Css */
.matches .heroText p ,.aboutUs .heroText.w-75.mx-auto.text-center p{
  color: #fff;
}