html,
body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Fullscreen logo section */
#intro {
  height: 100vh;
  /* Full viewport height */
  width: 100%;
}


body {
  background: linear-gradient(180deg, #1e1f1f, #0c191f);
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


section,
footer {
  background: transparent !important;

  position: relative;
  z-index: 1;
}

@keyframes appear {
  from {
    opacity: 1;
    scale: 1.5;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    scale: .5;
  }
}

footer a {
  text-decoration: none;
  color: #ebebeb;
}

footer a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* Logo image */
.logo-img {
  height: 1200px;
  /* Adjust this to fit your logo */
  width: auto;
  user-select: none;
  margin-right: 0px;
  display: block;
}

::-webkit-scrollbar {
  display: none;
}

/* Logo text */
.logo-text {
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 8.5rem;
  color: #ebebeb;
  margin-left: -100px;
}

.logo-text-lotus{
  font-family: "Pixelify Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 8.5rem;
  color: #ebebeb;
}

.header-text-lotus{
  font-family: "Jersey 10", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 5.5rem;
  color: #ebebeb;
}

.text-light{
  font-family: "Rubik", sans-serif;
  letter-spacing: 1px;
}

.desc-text {
  font-family: "Rubik", sans-serif;
  font-weight: 10;
  letter-spacing: 1px;
  font-size: 1.5rem;
  color: #ebebeb;
  margin-bottom: 50px;

}

.desc-text-lotus{
  font-family: "Pixelify Sans", sans-serif;
  font-weight: 10;
  letter-spacing: 1px;
  font-size: 1.5rem;
  color: #ebebeb;
  margin-bottom: 50px;
  border: 2px solid #ebebeb;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.btn {
  font-family: "Rubik", sans-serif;
  font-weight: 10;
  letter-spacing: 1px;
  font-size: 3.5rem;
  color: #ebebeb;
  margin: 5px;
  border-color: #ebebeb;
  border-radius: 100px;
  padding-left: 64px;
  padding-right: 64px;
  border-width: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 24px #ebebeb;
  color: #ebebeb;
}


.element::-webkit-scrollbar {
  display: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}


.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 50px;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.logo-nav {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 9999;
}

.logo-nav img {
  width: 128px;
  height: auto;
  cursor: pointer;
}