@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --page-default-background: #FFFAED;
  --primary-color: #8763ff;
  --secondary-color: #a2b0ff;
  --font-primary: 'Inter', 'Arial';
  --h1-font-size: 5vw;      /* ~61.04px */
  --h2-font-size: 3.33vw;      /* ~48.83px */
  --h3-font-size: 2.57vw;      /* ~39.06px */
  --h4-font-size: 2vw;      /* ~31.25px */
  --h5-font-size: 1.65vw;      /* ~25.01px */
  --h6-font-size: 1.32vw;       /* 20px */
  --p-font-size: 1vw;           /* 16px */
  --small-font-size: 0.9vw;;     /* 14px */
  --smaller-font-size: 0.842vw;     /* 12.8px */
  --smallest-font-size: 0.67vw;  /* 10.24px */
}


html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-primary);
  background: var(--page-default-background);
  color: #000000;
  scroll-behavior: smooth;
  /* cursor: url('/Assets/cursor1.svg'), auto; */
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #482600;
  z-index: 9999;
  padding-bottom: 5vh;
}
.loader {
  position: relative;
  /* margin-bottom: 7.5vh; */
  border-radius: 20%;
  background: #fff;
  animation: wave 1.5s ease-in-out infinite;
}

.NotSuported{
  display: none;
}

@keyframes wave {
 0% {  box-shadow:
  0 0 0 0px rgba(255, 255,255, 1),
  0 0 0 10px rgba(255, 255,255, 0.2),
  0 0 0 20px rgba(255, 255,255, 0.6),
  0 0 0 30px rgba(255, 255,255, 0.4),
  0 0 0 40px rgba(255, 255,255, 0.2)
  }
  100% {  box-shadow:
    0 0 0 40px rgba(255, 255,255, 0),
    0 0 0 30px rgba(255, 255,255, 0.2),
    0 0 0 20px rgba(255, 255,255, 0.4),
    0 0 0 10px rgba(255, 255,255, 0.6),
    0 0 0 0px rgba(255, 255,255, 1)
  }
}


  

img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

::-webkit-scrollbar {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: var(--h1-font-size);
  color: white;
  /* max-width: 45vw; */
  line-height: 1.15;
  margin-bottom: 1rem;
}

h2 {
  font-size: var(--h2-font-size);
  letter-spacing: -0.12rem;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
  color: #FE9611;
}

h5 {
  font-size: var(--h5-font-size);
  color: #FE9611;
}

h6 {
  font-size: var(--h6-font-size);
  color: #FE9611;
}

p {
  font-size: var(--p-font-size);
}

.small {
  font-size: var(--small-font-size);
}

.smaller {
  font-size: var(--smaller-font-size);
}
.smallest {
  font-size: var(--smallest-font-size);
}
nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5vh 4vw;
  z-index: 1000;
  color: #FFFAED;
  font-weight: 300;
  /* background: linear-gradient(180deg,, #ffffff00); */
  font-size: 0.9vw;
}
.nav-logo{
  display: flex;
}
.nav-logo h4{
  color: white;
}

.favicon{
  width: 3vw;
  height: auto;
  margin-right: 0.7rem;
}

.lsm1{
  letter-spacing: -0.066vw;
}
.lsm05{
  letter-spacing: -0.033vw;
}
.nav-links{
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
}
.nav-buttons{
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.languagesvg{
  stroke-width: 0.1rem;
  width: 1.1vw;
}
.cta1svg{
  color: #f80000;
}
.nav-buttons .cta1button , .language{
  padding: 0.75vw 0.85vw;
  gap: 0.4rem;
  align-items: center;
  background: #ffffff;
  font-size: 0.9vw;
  width: max-content;
  color: #FE9611;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.language{
  display: flex;
  align-items: center;
  background: #fffaed18;
  color: #ffffff;
  border: none;
}

.hero{
  padding: 0 4vw;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg,#FFCF71, #FE9611);
}

.highlight{
  color: #FE9611;
  text-shadow: 0px 1.75px 2px #FFE4A8;
}

.lsm2{
  letter-spacing: -0.13vw;
}

.hero{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
}

.hero p{
  color: #FFF3D4;
  width: 30vw;
  font-weight: 300;
}
.cta1button{
  display: flex;
  justify-content: center;
  padding: 0.9vw;
  gap: 0.44rem;
  align-items: center;
  background-color: #ffffff;
  font-size: 1.05vw;
  width: max-content;
  color: #FE9611;
  border-radius: 0.8rem;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.cta1 p{
  margin-top: 0.4rem;
  color: #FFE4A8;
}
.hero-svg svg{
  position: fixed;
  right: -20rem;
  bottom: -1rem;
  opacity: 0.8;
  overflow: hidden;
  pointer-events: none;
  width: 57vw;
}

/* FeatureSection */

.FeatureSection {
  padding: 25vh 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  color: white;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(180deg, #FE9713, #FFFAED);
}
.FeatureHeader{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.FeatureContainer{
  display: flex;
  text-align: center;
  gap: 5vw;
}
.feature{
  width: 18vw;
  background: #FFF2D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.5vh 1vw;
  border-radius: 1vw;
  gap: 0.8rem;
  color: #FE9611;
}
.feature svg{
  width: 4.5vw;
}

.feature h5{
  text-shadow: 0px 2px 2px #ffffff;
  width: 11vw;
}
.feature p{
  width: 14vw;
}


/* BuildForBrokers */
.BuildForBroker{
  margin: 20vh 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.BuildForBroker h2{
  text-align: center;
  color: #FE9611;
}
.BuildForBroker p{
  text-align: center;
  color: #FE9611;
  margin-bottom: 1vw;
}
.AppImages{
  position: relative;
}

.HomepageIMG{
  all: unset;
  width: 60vw;
}

.listingIMG img{
  position: absolute;
  top: 5vw;
  left: -15vw;
  width: 22.4vw;
}

.DBtokenIMG img{
  position: absolute;
  top: 22Vw;
  left: -5vw;
  width: 10vw;
  opacity: 0.8;
}
.DBtokenIMG2 img{
  position: absolute;
  top: 20Vw;
  left: -10vw;
  width: 11vw;
}

.eventIMG img{
  position: absolute;
  top: 5vw;
  right: -15vw;
  width: 22.2vw;
}
.textIMG img{
  position: absolute;
  top: 20vw;
  right: -12vw;
  width: 20vw;
}

/* AppScreen */
.AdditionalFeatureSection{
  margin: 35vh 0;
  display: flex;
  justify-content: center;
  gap: 6.5vw;
  align-items: center;
  padding-left: 1vw;
}
.AdditionalFeature{
  /* background: #a5a6ff; */
  display: flex;
  align-items: start;
  gap: 0.5rem;
  color: #FE9611;
}
.AdditionalFeatureTexts{
  display: flex;
  flex-direction: column;
  gap: 2.5vh;
}

.AdditionalFeature svg{
  width: 3.7vw;
  margin-top: 0.4vh;
}

.AdditionalFeature p{
  font-size: 0.6rem;
  width: 15rem;
 }
 .AdditionalFeature4 p{
  width: 14rem;
 }

.appScreen {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.appScreen img{
  height: 35vw;
}

/* AdditionalFeature */

.RewardDeatailsSections{
  margin: 25vh 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.RewardDeatailsSections h2, .RewardDeatailsSections p{
  color: #FE9611;
 }

.top-closers{
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 5rem;
  margin-top: 2rem;
}

.top-closers div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.otherRewardDetails{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.otherRewardDetails p{
  font-size: 1vw;
  width: 20vw;
 }

 /* CTA */

 .CTAsection{
  margin: 20vh 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background: #FFE4A8;
  border-radius: 1.25rem;
  height: 70vh;
 }
  .CTAsection h2{
    color: #FE9611;
    text-shadow: 0px 1.5px 1.5px #ffffff;
  }
  .CTAsection button{
    all: unset;
    display: flex;
    gap: 0.35rem;
    align-items: center;
    background: #FF9F25;
    color: white;
    padding: 0.9rem 1rem;
    font-weight: 600;
    border-radius: 0.65rem;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  footer img{
    width: 100%;
    height: auto;
  }

  @media (width < 1200px){
    .feature{
      width: 23vw;
      height: 30vw;
    }
    .feature p{
  width: 14vw;
}
  }

    @media (width < 700px){
      .loader-container {
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 20vh;
      }
      .loader-container h2 {
        font-size: 2rem;
      }
      .NotSuported{
        display: block;
        position: absolute;
        bottom: 30vh;
        left: 50%;
        line-height: 1.1;
        transform: translateX(-50%);
        color: rgb(255, 185, 147);
        font-size: 1.5rem;
        text-align: center;
        font-weight: 700;
        letter-spacing: -0.05rem;
      }

      .NotSuported p{
        font-size: 0.5rem;
        white-space: nowrap;
        font-weight: 300;
        letter-spacing: -0.01rem;
      }
    }

