@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  overflow-x: hidden;
}

/* ------coman css--- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #0b0b0d;
}

.form-control:focus {
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
  border: none;
}
/* -----------------main color--------------- */
.black {
  color: #141414 !important;
}
.gray {
  color: #6f6f6f !important;
}
.yellow {
  color: #e7c200 !important;
}
/* =====================================Header start====================================== */
.navbar-nav {
  align-items: center;
  gap: 30px;
}
.Download_btn {
  padding: 16px 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  background-color: #e7c200;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
}
.nav-item .nav-link {
  font-size: 22px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.offcanvas-body {
  justify-content: end;
}
.slider_content h6 {
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
  color: #ffffff;
  padding-bottom: 24px;
}
.slider_content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 19px;
  color: #ffffff;
}
.slider_content p span {
  font-weight: 600;
}
.btn-close {
  /* --bs-btn-close-color: #000; */
  --bs-btn-close-bg: url("../imges/close-btn.svg");
  background-size: 100%;
  opacity: 2;
}
/* --------------------sticky-header---------------------- */

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgb(139 139 139 / 10%);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  animation: slideDown 0.35s ease-out;
  /* background-color: #fcfcfc; */
  /* background-image: linear-gradient(68deg, #141414, #9b8928); */
  background-image: url("../imges/hrader.png");
  height: auto;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
/* .page-header.is-sticky .nav-item .nav-link {
  color: #141414;
} */

/* =====================================Header end====================================== */

/*====================================== main-conetnt strat====================================*/
.hero-section {
  background-image: url("../imges/banner.png");
  height: 100vh;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}
.slider_content {
  padding-bottom: 226px;
}
.about_sec {
  padding: 120px 0;
  height: auto;
}
.about_sec .title_txt::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  width: 69px;
  height: 3px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #e7c200;
}
.title_txt {
  font-size: 44px;
  font-weight: 700;
  line-height: 53.25px;
}
.about_content h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.about_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.download_sec {
  background: #e7c200;
  padding-top: 120px;
}
.download_content h6 {
  font-size: 44px;
  font-weight: 400;
  line-height: 53.24px;
  letter-spacing: -0.04em;
}
.download_content h6 span {
  font-weight: 600;
}
.FAQ_sec {
  background-image: url("../imges/footer.png");
  height: auto;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 162px 0 80px;
}
.FAQ_sec .title_txt {
  border-bottom: 1px solid #ffd700;
}
.accordion-item {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.accordion-item:first-of-type {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.accordion-item:last-of-type {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 16.8px;
  color: #141414;
  padding: 24px 20px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #141414;
}
.accordion-button:focus {
  box-shadow: none;
}
.slick-dots li button:before {
  opacity: 2;
  color: white;
  font-size: 40px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ffd700;
}
.slick-dots {
  bottom: -48px;
}
.Ai-txt {
  margin-bottom: 10px;
}

.offcanvas-header {
  /* border-bottom: 1px solid #8080802e; */
  /* background-image: linear-gradient(68deg, #141414, #9b8928); */
}
/* =======================footter======================= */
footer {
  background-image: url("../imges/footer.png");
  height: auto;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 80px;
}
.footer-links {
  padding-bottom: 90px;
}
.footer-links h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
}
.footer-links h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.footer-links p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.social_icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social_icons a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #ebebeb;
  color: #e7c200d7;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social_icons a:hover {
  background-color: #e7c200;
  color: white;
}
.copy_right {
  border-top: 1px solid #ffffff;
  padding: 16px 0 30px;
}
.copy_right p {
  font-size: 17px;
  font-weight: 700;
  line-height: 20.57px;
  letter-spacing: -0.04em;
}

/* ================= QR MODAL ================= */

.qr-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
   z-index: 999999;
}

.qr-modal-content {
  background: #000;
  color: #fff;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  padding: 20px;
}

.qr-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr-modal-header h5 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.qr-modal-close {
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.qr-modal-body {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.qr-item {
  text-align: center;
}

.qr-item img {
  max-width: 150px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.qr-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #e7c200;
}

@media (max-width: 576px) {
  .qr-modal-body {
    flex-direction: column;
    gap: 20px;
  }
}

.qr-item img {
  max-width: 150px;
  border-radius: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
