* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  background: #010100;
  font-family: "Clash Grotesk", sans-serif;
}
header {
  background-image: url("../images/HERO\ BG.png");
  background-size: contain;
  background-position: center;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  background: #faf7ff0a; /* or your desired background */
  z-index: 0;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px; /* Border thickness */
  border: 1px solid;
  background: linear-gradient(
    270deg,
    #dfa224 -2.42%,
    rgba(48, 45, 55, 0) 5.47%,
    rgba(48, 45, 55, 0) 96.58%,
    #dfa224 102.5%
  );
  border-radius: 20px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.navbar .links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.navbar .links ul li {
  list-style-type: none;
}

.navbar .links ul li a {
  text-decoration: none;
  color: #6d6868;
  font-size: 18px;
}

.navbar .links ul li a:hover {
  color: #dfa224;
}

.navbar .btn,
.mobile-nav .btn {
  background: linear-gradient(180deg, #e9c326 0%, #946708 100%);
  padding: 14px 20px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
}

.navbar .btn:hover {
  background: linear-gradient(180deg, #946708 0%, #e9c326 100%);
}

.active {
  position: relative;
  background-color: #f8e4cf14;
  padding: 6px 12px;
  border-radius: 8px;
  z-index: 0;
  isolation: isolate;
  font-size: 16px;
}

/* Fake radial gradient border */
.active::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* Thickness of the "border" */
  border: 1px solid;
  background: radial-gradient(
      98.77% 111.76% at 50% -8.82%,
      #fae27f 0%,
      rgba(200, 131, 66, 0.14) 30.25%,
      rgba(255, 255, 255, 0) 83.23%,
      rgba(250, 226, 127, 0.32) 89.36%,
      rgba(255, 255, 255, 0) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

/* Hero Section */

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 10%;
  min-height: 90vh;
}

.hero-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-text h1 {
  background: linear-gradient(
    101.63deg,
    #faebdc 23.06%,
    #faebdc 47.79%,
    #837d77 80.78%
  );
  font-size: 74px;
  line-height: 125%;
  font-weight: 500;
  -webkit-background-clip: text; /* For Chrome/Safari */
  background-clip: text; /* For other browsers */
  color: transparent; /* Makes the text color transparent, allowing the gradient to show */
}

.hero-text p {
  color: #d3c7bb;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
}

.brand-details {
  margin-top: 16px;
  display: flex;
  gap: 20px;
}

.btn-primary {
  background: linear-gradient(180deg, #e9c326 0%, #946708 100%);
  padding: 16px 32px;
  color: #fff;
  /* border: 1px solid #ffffff33; */
  box-shadow: 0px 8px 16px 0px #c8834233;
  border-radius: 13.55px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.btn-primary:hover {
  background: linear-gradient(180deg, #946708 0%, #e9c326 100%);
}

.btn-secondary {
  background-color: #fae27f0d;
  padding: 16px 32px;
  color: #dfa224;
  border: 1px solid #fae27f1a;
  border-radius: 13.55px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.contract-add {
  color: #6d6868 !important;
  font-weight: 400;
  background-color: #f8e4cf12;
  padding: 4px 6px;
  border-radius: 40px;
  margin: 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}

.contract-title {
  color: #fff;
  font-size: 14px;
  background-color: #f8e4cf0f;
  padding: 4px 10px;
  border-radius: 43px;
}

.tooltip-text {
  visibility: hidden;
}

.companies {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 120px;
}

.companies h3 {
  font-size: 24px;
  font-weight: 400;
  color: #9a9490;
  text-align: center;
}

.company-names {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 80px;
}

.company-names a {
  text-decoration: none;
  color: #655c55;
  text-align: center;
  font-size: 18px;
  padding: 24px;
}

.single-name {
  background-color: #f8e4cf08;
  padding: 12px;
  border-radius: 12px;
  width: 125px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #655c55;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  fill: rgba(248, 228, 207, 0.03);
  stroke-width: 0.5px;
  stroke: rgba(223, 162, 36, 0.78);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-name:hover {
  transform: translateY(-4px) scale(1.02);
}

.single-name::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* Thickness of the "border" */
  background: radial-gradient(
    23.56% 100% at 51.43% 100%,
    rgba(223, 162, 36, 0.78) 0%,
    rgba(223, 162, 36, 0) 100%
  );
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  fill: rgba(248, 228, 207, 0.03);
  stroke-width: 0.5px;
  stroke: rgba(223, 162, 36, 0.78);
}

.about {
  padding: 80px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.about-card {
  width: 50%;
  background-color: #d7bba105;
  border-radius: 30px;
  border: 1px solid #fcdfc30f;
  backdrop-filter: blur(18px);
  box-shadow: 0px 0px 54px 10px #fcead812 inset;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 0;
  height: 580px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-4px) scale(1.02);
}

.about-card p,
.community p,
.howitworks p,
.info-text p,
.roadmap p,
.faqs p,
.features p,
.locations p {
  color: #9a9490;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
}

.about-card h2,
.community h2,
.howitworks h2,
.info-text h2,
.roadmap h2,
.faqs h2,
.features h2,
.locations h2 {
  background: linear-gradient(
    101.63deg,
    #faebdc 12.06%,
    #faebdc 10.79%,
    #837d77 60.78%
  );
  font-size: 48px;
  line-height: 125%;
  font-weight: 500;
  -webkit-background-clip: text; /* For Chrome/Safari */
  background-clip: text; /* For other browsers */
  color: transparent; /* Makes the text color transparent, allowing the gradient to show */
}
/* Community */

.community {
  margin: 80px 10%;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  background-color: #d7bba105;
  border: 1px solid #fcdfc30f;
  margin-top: 60px;
  gap: 16px;
  border-radius: 30px;
  background-image: url("../images/combg.png");
  background-size: cover;
  background-position: top center;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  margin-top: 100px;
}

.com-image img {
  width: 800px;
  z-index: 999;
  scale: 1.5;
}

.count {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.count-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: #d7bba105;
  border: 1px solid #fcdfc30f;
  backdrop-filter: blur(18px);
  box-shadow: 0px 0px 18px 13px #fcead808 inset;
  padding: 70px;
  border-radius: 20px;
}

.count-card h3 {
  background: linear-gradient(
    101.63deg,
    #faebdc 23.06%,
    #faebdc 47.79%,
    #837d77 80.78%
  );
  font-size: 38px;
  line-height: 125%;
  font-weight: 500;
  -webkit-background-clip: text; /* For Chrome/Safari */
  background-clip: text; /* For other browsers */
  color: transparent; /* Makes the text color transparent, allowing the gradient to show */
}

.howitworks {
  margin: 100px 8%;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
.process {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.process-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.process-card img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover img {
  transform: translateY(-4px) scale(1.02);
}

.process-card p {
  font-size: 20px;
  color: #9a9490;
  line-height: 140%;
  font-weight: 400;
  padding: 10px;
}

.info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 10%;
  /* min-height: 90vh; */
}

.info-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-text ul {
  margin-top: 30px;
}

.info-text ul li {
  font-size: 18px;
  color: #9a9490;
  font-weight: 400;
  line-height: 160%;
  background-color: #d7bba105;
  padding: 8px 75px 8px 8px;
  border: 1px solid #fcdfc30f;
  border-radius: 10px;
  margin-bottom: 12px;
  list-style-type: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.info-text h1 {
  background: linear-gradient(
    101.63deg,
    #faebdc 23.06%,
    #faebdc 47.79%,
    #837d77 80.78%
  );
  font-size: 74px;
  line-height: 125%;
  font-weight: 500;
  -webkit-background-clip: text; /* For Chrome/Safari */
  background-clip: text; /* For other browsers */
  color: transparent; /* Makes the text color transparent, allowing the gradient to show */
}
/* Roadmap */

.roadmap {
  margin: 80px 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.roadmap-slider {
  padding: 20px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.roadmap-card {
  /* background-color: #d7bba105; */
  backdrop-filter: blur(18px);
  box-shadow: 0px 0px 54px 10px #fcead812 inset;
  border: 1px solid #fcdfc30f;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 278px;
  height: auto;
  border: 1px solid #fcdfc30f;
  position: relative;
  /* overflow: hidden; */
  padding-bottom: 40px;
  height: 220px;
  padding-top: 35px;
}

.roadmap-img {
  padding: 10px;
  border: 1px solid #fcdfc30f;
  border-radius: 11px;
  display: inline-block;
}

.roadmap-card h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
}

.date p {
  color: #dfa224 !important;
}
/* Swiper fix */
.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  margin-bottom: 20px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* .swiper-pagination {
  margin-top: 30px;
  text-align: center;
} */

/* Optional: dot styling */
.swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  border-radius: 4px;
  opacity: 0.5;
  background: linear-gradient(180deg, #e9c326 0%, #946708 100%);
}

.swiper-pagination-bullet-active {
  width: 13px;
  border-radius: 4px;
  background: linear-gradient(180deg, #e9c326 0%, #946708 100%);
  opacity: 1;
}
/* faqs */

.faqs {
  margin: 140px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.subtitles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.subtitles img {
  width: 15px;
  height: 15px;
}

.accordion {
  border: none;
  margin-top: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: inherit;
}
.accordion-item {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  border: none;
  transition: all 0.3s ease;
}
.accordion-header {
  background: none;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
  text-align: left;
  padding: 18px 16px;
  color: #9a9490;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
}
.accordion-header .icon {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.accordion-body {
  display: none;
  padding: 18px 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  background: rgba(255, 255, 255, 0.02);
  color: #9a9490;
  border: none;
}
.accordion-item.active2 .accordion-body {
  padding: 18px 16px;
  display: block;
  border: none;
}

.accordion-header {
  outline: none !important;
}
/* .accordion-item.active2 .accordion-header {
  margin: 10px;
} */

.accordion-header:focus {
  outline: none !important;
  box-shadow: none !important;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  padding: 50px 4%;
  margin-bottom: 0;
  gap: 20px;
}

.footer-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.footer-links ul li {
  list-style-type: none;
}

.footer-links ul li a {
  color: #9a9490;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  text-decoration: none;
}

.socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.socials img {
  width: 40px;
  height: 40px;
}

/* Features */
.features {
  margin: 160px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px; /* space between items */
  width: fit-content; /* so it wraps around the grid items */
  margin-top: 50px;
  /* position: relative; */
}

.grid-item {
  height: 250px;
  flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid rgba(252, 223, 195, 0.06);
  background: rgba(215, 187, 161, 0.02);
  box-shadow: 0px 0px 54px 10px rgba(252, 234, 216, 0.07) inset;
  backdrop-filter: blur(9px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 20px 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-4px) scale(1.02);
}

.grid-item img {
  width: 300px;
  position: absolute;
  top: -20px;
}

.grid-item p {
  text-align: center;
}

.hero-image img {
  width: 500px;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.info-image img {
  width: 500px;
}

.links-mob {
  background-color: #0f0f0f;
  padding: 20px 0;
  display: none;
  margin: 10px;
  border-radius: 30px;
}

.links-mob ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  text-align: center;
}
.links-mob ul li {
  list-style-type: none;
}

.links-mob ul a {
  text-decoration: none;
  color: #fff;
}

.mobile-nav {
  display: none;
}

.links-mob.open {
  display: block;
}

/* locations */

.locations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 80px 10%;
}

.mob-image {
  display: none;
}

@media (max-width: 767px) {
  .navbar {
    display: none;
  }
  .hero {
    padding: 20px;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
    gap: 40px;
  }
  .hero-text {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .about {
    flex-direction: column;
    height: auto;
  }
  .about-card {
    width: 100%;
  }
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    /* position: relative; */
  }
  .process {
    align-items: flex-start;
    flex-direction: column;
  }
  .info {
    flex-direction: column;
  }
  .info-text {
    width: 100%;
    padding: 10px;
  }
  .info-text ul li {
    padding: 8px 8px 8px 8px;
  }
  .faqs {
    margin: 0;
  }
  .accordion {
    width: 90%;
  }
  .footer-links ul {
    flex-direction: column;
    gap: 12px;
  }
  .company-names {
    flex-direction: column;
  }
  .howitworks h2 {
    text-align: center;
  }
  .hero-image img {
    width: 300px;
  }
  .info-image img {
    width: 300px;
  }
  .community {
    padding: 0;
    margin: 0;
  }

  .hero-text h1 {
    font-size: 56px;
  }
  .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .contract-add {
    flex-direction: column;
  }
  .btn-primary,
  .btn-secondary {
    font-size: 16px;
  }
  .star-image {
    display: none;
  }
  .line {
    display: none;
  }
  .decoration {
    display: none;
  }
  .com-image {
    display: none;
  }
  .mob-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .mob-image img {
    width: 90%;
  }
  .mob-dont-show {
    display: none;
  }
  .companies {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .hide-mob {
    display: none;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}
.contract-add {
  width: 90%;
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  top: 48px;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: #131313;
  border-radius: 10px;
}

.dropdown-content a {
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

/* Show the dropdown when .show class is added */
.dropdown-content.show {
  display: block;
}
