@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow: hidden;
  background: #000;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.container {
  height: 100%;
  overflow-y: scroll;
  /* We'll disable this in JavaScript */
  scroll-snap-type: y mandatory;
  /* Remove these as we'll handle scrolling with JS */
  /*scroll-behavior: smooth;
    transition: scroll 0.5s ease-in-out;*/
}

.container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.container::-webkit-scrollbar {
  display: none;
}

section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  position: relative;
  overflow: hidden; /* Add this line to hide overflowing content */
}

h1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: Bold;
  font-size: 2rem;
  line-height: 36px;
  letter-spacing: 0.07px;
  color: #ffffff;
}
h1 span {
  font-size: 2rem;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.07px;
  color: #ffb800;
}
p {
  font-size: 1.2rem;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

.section1,
.section2,
.section3 {
  background-color: #000000;
  background-size: cover;
}

.section1 {
  background-image: url("../assets/bdt-assets/Page\ 16.png") !important;
}

.section3 {
  background-image: url("../assets/bdt-assets/Page\ 16.png") !important;
}

.section1-inner {
  display: flex;
  width: 100%;
  max-width: 1136px;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.section1-img {
  display: flex;
  align-items: center;
  width: 50%;
}
.text-content,
.image-content {
  width: 50%;
  padding: 0 18px;
}
.text-content {
  order: 0;
}
.image-content {
  order: 1;
}
.text-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.45px;
  max-width: 450px;
}
.text-content > p {
  border-left: 4px solid #ffb800;
}
.download-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 2px;
  background: rgba(11, 11, 11, 0.16);
  border: 2px solid rgba(255, 184, 0, 0.08);
  border-radius: 16px;
}

.download-card h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.439453px;
  color: #ffffff;
  margin-bottom: 15px;
}
.download-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.150391px;
  color: #6d6d6d;
}
.download-title h1 {
  font-size: 3.5rem;
  font-weight: normal;
  padding: 0 0 0.125rem 0;
  color: #ffffff;
}
.apkBtn {
  width: 226.56px;
  height: 74px;
  background: #ffb800;
  box-shadow:
    0px 20px 25px -5px rgba(255, 184, 0, 0.2),
    0px 8px 10px -6px rgba(255, 184, 0, 0.2);
  border-radius: 14px;
  border: 0;
  cursor: pointer;
}
.gPlayBtn {
  width: 226.56px;
  height: 74px;
  background: #1c1c1c;
  border: 1px solid rgba(255, 184, 0, 0.2);
  border-radius: 14px;
  cursor: pointer;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 243;
}
.apkBtn > div,
.gPlayBtn > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btnText {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: left;
  color: #000000;
}
.btnText2 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: left;
  color: #ffffff;
}
.btnText > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #000000;
}
.iconImg {
  width: 20px;
}
.container-text {
  display: flex;
  gap: 15px;
}
.container-text > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.button img {
  width: 20px;
}
.button-container {
  display: flex;
  gap: 15px;
}
.button .download-info {
  width: 50%;
}

.download-info > p:nth-of-type(2) {
  margin-top: 0.9375rem;
}

.download-info > p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: lighter;
  letter-spacing: 0.0625rem;
  line-height: 1.875rem;
  text-align: left;
}

.download-container {
  display: inline-flex;
  margin: 0.625rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 4.375rem;
}

.download-btn {
  display: block;
  width: 17.25rem;
  height: 4.8125rem;
  margin-right: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #000000;
  font-size: 1.6875rem;
  font-weight: normal;
  line-height: 4.375rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

/*Section 2 styling */
.section2 {
  overflow: hidden;
  background-image: url("/assets/bdt-assets/Page\ 17.png");
}
.section2-inner {
  width: 100%;
}
.section2-inner > div {
  max-width: 1220px;
  margin: auto;
}
.section2-inner h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #ffba20;
  text-align: left;
}
.section2-inner p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  color: #ffeed8;
  text-align: left;
  padding-bottom: 35px;
}

@media screen and (min-width: 550px) {
  section:nth-of-type(2) {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .title p {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }

  .title span {
    font-size: 1.2rem;
    line-height: normal;
  }
}

@media screen and (max-width: 400px) {
  .title {
    top: 25%;
  }

  .title p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .title span {
    font-size: 0.7rem;
  }
}

/*Section 3 styling */

.section3-title {
  margin: 3.75rem 0 0;
}

.section3-title h4 {
  color: #e7e4e4;
  font-size: 1.8rem;
  font-weight: lighter;
  line-height: 5px;
  padding: 0.5rem 0;
  position: relative;
  letter-spacing: 1.25rem;
}

.section3-title h3 {
  display: inline-flex;
  color: #fce35a;
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 45px;
  padding: 0.5rem 0;
}

.section3-title h5 {
  color: #e7e4e4;
  font-size: 2.1875rem;
  line-height: 5px;
  padding: 0.5rem 0;
  position: relative;
  font-weight: 500;
}

@media (max-width: 768px) {
  .text-content,
  .image-content {
    width: 100%;
  }
  .text-content {
    order: 1;
  }
  .image-content {
    order: 0;
  }
  .section-image,
  .section-features {
    max-width: 100%;
  }
  .dowlnload-card {
    height: auto;
  }
  .button-container {
    display: block;
  }
  .section2-inner h2,
  .section2-inner p {
    text-align: center;
  }
}

ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
li:nth-child(1) > .sec2-card {
  box-sizing: border-box;
  padding: 32px;
  height: 360px;
  width: 394px;
  background: rgba(30, 30, 30, 0.9);
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #7c5800;
  border-radius: 32px;
}
li > .sec2-card {
  box-sizing: border-box;
  padding: 32px;
  height: 360px;
  width: 394px;
  background: rgba(30, 30, 30, 0.9);
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #353534;
  border-radius: 32px;
  position: relative;
}
.sec2-card {
  position: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.sec2-card h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #e5e2e1;
  margin-bottom: 16px;
}
.sec2-card img {
  width: 65px;
  margin-bottom: 16px;
}
.sec2-card > span {
  position: absolute;
  top: 25px;
  right: 25px;
}
.sec2-card > p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  color: #d5c4ab;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 66px;
}
.sec2-card > a {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffc107;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .section-image,
  .section-features {
    max-width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .section-features div img {
    width: 90%;
  }
}

@media screen and (max-width: 1161px) {
  .section-features div:nth-of-type(1) span {
    width: 100%;
  }

  .section-features div span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {
  .section-features div img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .button-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    gap: 15px;
  }
  .gPlayBtn,
  .apkBtn {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 400px) {
  .section-features div img {
    position: relative;
    width: 100%;
    padding: 1rem 1rem 4rem 1rem;
  }

  .section-features div span {
    font-size: 10px;
    width: 90%;
  }

  .section3-title h4 {
    font-size: 1rem;
    padding: 0.1rem 0;
  }

  .section3-title h3 {
    font-size: 1.4rem;
    padding: 0;
  }

  .section3-title h5 {
    font-size: 1.2rem;
    padding: 0.1rem 0;
  }
}

@media screen and (max-width: 350px) {
  .section3-title h4 {
    font-size: 0.8rem;
    padding: 0;
  }

  .section3-title h3 {
    font-size: 1.2rem;
  }

  .section3-title h5 {
    font-size: 1rem;
    padding: 0;
  }
}

/* Styling of main page on smaller screens */
@media screen and (max-width: 768px) {
  section {
    height: auto !important;
    scroll-snap-align: none; /* Disable snap points */
  }

  .section1-inner {
    flex-direction: column;
  }

  .section1-img {
    width: 100%;
    justify-content: center;
  }

  .section1-img img {
    width: 70%;
  }

  .download-info {
    width: 100%;
  }

  .download-title h2,
  .download-title h1 {
    text-align: center;
    line-height: 25px;
  }

  .download-title > h1 {
    font-weight: 500;
    font-size: 2.2rem;
  }

  .download-title > h2 {
    font-weight: lighter;
    font-size: 0.85rem;
  }

  .download-info > p {
    text-align: center;
    font-size: 0.65rem;
    line-height: 15px;
  }

  .download-info > p:nth-of-type(3) {
    margin: 20px 0 0 0;
  }

  .help-btn {
    font-size: 0.75rem;
    font-weight: 600;
  }

  .download-btn img {
    width: 90%;
  }

  .download-container {
    width: 100%;
  }

  .download-btn {
    margin: auto;
  }

  .download-title {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .section1-img img {
    width: 100%;
  }
}

/* installation pop-up styles */
#popupBackdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vh;
  overflow-y: auto;
}

/* Default animations for smaller screens */
.show-popup {
  animation: popShowSmall 0.5s ease-in-out forwards;
}
.hide-popup {
  animation: popHideSmall 0.4s ease-in-out forwards;
}

@keyframes popShowSmall {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes popHideSmall {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.pop-wrap {
  position: fixed;
  font-family: "Helvetica", sans-serif;
}
.pop-wrap {
  top: 0;
  /* left: 50%; */
  width: 100%;
  min-width: auto;
  overflow: hidden;
  transform: translateX(-50%);
  border-radius: 5px;
  background: #fff;
}
.pop-app-download-new {
  height: 100%;
  background: rgb(0, 0, 0);
  overflow: auto;
}
.pop-app-download-new .pop-title {
  border-color: transparent;
  background: transparent;
}
.pop-app-download-new .pop-title p {
  color: #fce35a;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  padding: 15px 50px 0;
}
.pop-app-download-new .pop-title .btn-close {
  background-color: transparent;
}
.pop-wrap .btn-close {
  display: flex;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transition: 0.5s ease-out;
  background-color: rgba(23, 150, 110, 0.2);
  cursor: pointer;
}
.pop-app-download-new .pop-title .btn-close::before {
  background-color: #52c384;
}
.pop-wrap .btn-close::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  transition: 0.3s;
  background-color: #fff;
  -webkit-mask: url(https://img.b112j.com/images/web/icon-set/cancel.svg)
    no-repeat center / contain;
  mask: url(https://img.b112j.com/images/web/icon-set/cancel.svg) no-repeat
    center / contain;
}
.pop-app-download-new .pop-inner {
  padding: 0;
}
.pop-wrap .pop-inner {
  position: relative;
  padding: 15px 0;
  text-align: center;
}
.pop-app-download-new .pop-inner .slides-wrap {
  width: 100%;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
  margin: 0;
  list-style: none;
}
.pop-wrap ul {
  text-align: left;
}
.pop-app-download-new .pop-inner .slides-wrap .android-wrap {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0 1rem;
  overflow-y: none;
}
.pop-app-download-new .pop-inner .slides-wrap .android-wrap .step-wrap {
  display: inline-block;
  width: 100%;
  margin: 0.9375rem;
  text-align: center;
}
.pop-app-download-new .pop-inner .slides-wrap .android-wrap .step-wrap img {
  width: 60%;
  max-width: 200px;
}
.pop-app-download-new .pop-inner .slides-wrap .android-wrap .step-wrap .number {
  color: #52c384;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1875rem;
  line-height: 2rem;
  margin-top: 10px;
}
.pop-app-download-new .pop-inner .slides-wrap .android-wrap .step-wrap .text {
  margin: 0.5rem auto;
  color: #ffffff;
  font-size: 0.675rem;
  line-height: 1.375rem;
  max-width: 90%;
}

/* Media Queries for installation help pop up */
@media screen and (min-width: 768px) {
  .pop-app-download-new .pop-title p {
    color: #fce35a;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    padding: 15px 50px 0;
  }

  .pop-app-download-new
    .pop-inner
    .slides-wrap
    .android-wrap
    .step-wrap
    .number {
    color: #52c384;
    font-size: 1.625rem;
    font-weight: bold;
    letter-spacing: 0.1875rem;
    line-height: 2rem;
    margin-top: 10px;
  }

  .pop-app-download-new .pop-inner .slides-wrap .android-wrap .step-wrap .text {
    margin: 0.5rem auto;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.375rem;
    max-width: 90%;
  }

  .pop-wrap .btn-close {
    width: 60px;
    height: 60px;
  }
  .pop-app-download-new .pop-inner .slides-wrap .android-wrap .step-wrap {
    width: calc(33.333% - 1.875rem);
  }
  .pop-app-download-new .pop-inner .slides-wrap .android-wrap .step-wrap img {
    width: 68%;
    max-width: none;
  }
  .pop-wrap .pop-inner {
    padding: 5px 0;
  }
  .pop-app-download-new .pop-inner .slides-wrap .android-wrap {
    padding: 0 1.875rem;
  }

  .pop-app-download-new {
    height: 100%;
    border: 0.1875rem solid #52c384;
    border-radius: 1.5625rem;
    background: rgb(0, 0, 0);
    overflow: auto;
  }

  .pop-wrap {
    top: 15%;
    left: 50%;
    width: 90%;
    max-width: 75rem;
    min-width: auto;
    overflow: hidden;
    transform: translateX(-50%);
    border-radius: 5px;
    background: #fff;
  }

  .pop-app-download-new {
    height: auto;
    border: 0.1875rem solid #52c384;
    border-radius: 1.5625rem;
    background: rgb(0, 0, 0);
  }

  .pop-app-download-new .pop-inner .slides-wrap .android-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0 1rem;
    max-height: 70vh;
    overflow-y: auto;
  }

  .show-popup {
    animation: popShow 0.5s ease-in-out forwards;
  }
  .hide-popup {
    animation: popHide 0.4s ease-in-out forwards;
  }

  @keyframes popShow {
    0% {
      opacity: 0;
      transform: translateY(-20px) translateX(-50%);
    }
    100% {
      opacity: 1;
      transform: translateY(0) translateX(-50%);
    }
  }

  @keyframes popHide {
    0% {
      opacity: 1;
      transform: translateY(0) translateX(-50%);
    }
    100% {
      opacity: 0;
      transform: translateY(-20px) translateX(-50%);
    }
  }
}

/*installation help button styles */
.mobile-install-button {
  display: none; /* Hidden by default */
  position: fixed;
  top: 10%;
  left: 10px;
  transform: rotate(90deg) translate(100%, -50%);
  transform-origin: left top;
  background: linear-gradient(to top, #ffdf1a, #ffe544 35%, #ffeb71 80%);
  color: #003049;
  padding: 10px;
  font-weight: lighter;
  font-size: 10px;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 99;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: "Helvetica", sans-serif;
}

/* Only show on mobile screens 768px and below */
@media screen and (max-width: 768px) {
  .mobile-install-button {
    display: block;
  }
}

/* nav dots button indicator styles*/
.nav {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.nav a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 15px 0;
  transition: all 0.3s ease;
}

.nav a.active {
  background-color: white;
  transform: scale(1.2);
}
