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

body {
  position: relative;
  color: #000;
}

h1 {
  font-family: "Alegreya";
  font-weight: 600;
  font-size: 90px;
  color: #fff;
  padding: 80px 0;
  pointer-events: none;
}

h1 a {
  pointer-events: auto;
  color: inherit;
}

h2 {
  font-family: "Alegreya";
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}

.collabs {
  padding: 50px 0;
  position: relative;
}
.collabs h2 {
  color: #f4ffd8;
}

@media screen and (min-width: 800px) {
  .collabs h2 {
    padding: 30px 0;
  }
}
af
@media screen and (min-width: 800px) {
  .collabs h2 {
    padding: 30px 0;
  }
}

@media screen and (min-width: 801px) and (max-width: 1501px) {
  .collabs::after {
    box-shadow: inset 0 -220px 80px -100px #000;
  }
}

@media screen and (min-width: 1501px) {
  .collabs::after {
    box-shadow: inset 0 -260px 200px -100px #000;
  }
}

.thirdeyeimg {
    float: right;
    margin-right: 30px;
    width: 200px;
    padding: 10px;
}
@media screen and (max-width: 800px) {
  .thirdeyeimg {
    width: 100px;
    padding: 5px;
  }
}

.title {
  color: #000;
}
p,
button {
  font-family: "Alegreya";
  font-weight: 600;
}
a {
  color: #000000;
}

.collabs {
  background-color: #000;
}

/* Desktop layout for collabs section */
@media screen and (min-width: 801px) {
  .collabs .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .collabs .logo {
    flex: 1;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  
  .collabs .logos {
    flex: 1;
    flex-basis: 50%;
    max-width: 70%;
    box-sizing: border-box;
  }
}

/* Mobile layout for collabs section */
@media screen and (max-width: 800px) {
  .collabs .content {
    display: flex;
    flex-direction: column;
  }
  
  .collabs .logo,
  .collabs .logos {
    width: 100%;
  }
  
  .collabs .logos img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.options li{
  margin: 40px 0 0 0;
  list-style-type:none;
}

.footer {
  background-color: #000;
    padding: 50px 0;
    position: relative;
}
.footer p {
  text-align: center;
  color: #f4ffd8;
  font-size: 22px;
}
.footer p a {
  color: #f4ffd8;
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 80px;
    padding: 80px 0 10px;
  }
  h2 {
    font-size: 22px;
  }
  .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  p {
    margin-top: 30px;
  }
}

@media screen and (min-width: 801px) {
  .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  opacity: 1;
  background: #cafd03;
  pointer-events: none;
}

.loading-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

.scroll_wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.scroll_wrapper .arrow {
  padding: 10px;
  height: 40px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .title-logo {
    margin-top: 30px;
    width: 80%;
  }
  .smile-logo {
    width: 120px;
  }
  .description {
    width: 260px;
    padding: 20px 0 40px;
  }
}

@media screen and (min-width: 801px) {
  .title-logo {
    margin-top: 100px;
    margin-bottom: 30px;
    width: 470px;
  }
  .smile-logo {
    position: absolute;
    bottom: 130px;
    left: 600px;
    transform-origin: center center;
    width: 270px;
  }
  .description {
    font-size: 50px;
  }
}

.smile-logo {
  transform: scale(90), translateZ(0);
  backface-visibility: hidden;
}

.fullscreen-bg .content {
  z-index: 1;
  position: absolute;
  bottom: 0;
}

.fullscreen-bg .content::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  z-index: -1;
  filter: blur(25px);
  transform: scale(0.95);
  transition: opacity 0.5s ease;
}

.fullscreen-bg .content.video-playing::before {
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .fullscreen-bg .content {
    bottom: 0;
  }
}
@media screen and (min-width: 601px) {
  .fullscreen-bg .content {
    bottom: 60px;
  }
}

.fullscreen-bg {
  display: block;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.fullscreen-bg__videos {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fullscreen-bg__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100; /* Increased z-index */
  cursor: pointer;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: block; /* Always visible with intro video */
  width: 175px;
  height: 175px;
  animation: pulsate 1.5s ease-in-out infinite;
}

@keyframes pulsate {
  0% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.1); }
  100% { transform: translate(-50%, -50%) scale(1); }
}

/* Move play button up on iPad and other tablets */
@media only screen and (min-width: 500px) and (max-width: 1250px) {
  .play-button-overlay {
    top: 30%; /* 40% up from center (50% - 20%) */
  }
}

.play-button-overlay:hover {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 1;
  animation: none;
}

.intro {
  background-color: #cafe03;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 600px) {
  .intro {
    padding: 32px 0;
  }
}
@media screen and (min-width: 601px) {
  .intro {
    padding: 86px 0px;
  }
}

.intro .content .image-wrapper video {
  object-fit: contain;
  width: 100%;
  border-radius: 0;
}

.intro .content a {
  position: relative;
  background-color: black;
  color: #cafe03;
  text-decoration: underline black;
  padding: 16px 24px;
  border-radius: 0;
  transition: background-color 0.3s, text-decoration 0.3s;
  text-underline-offset: 12px;
}

a.simple {
  position: relative;
  background-color: #cafe03;
  color: #black;
  text-decoration: underline black;
  padding: 12px 20px;
  text-underline-offset: 12px;
}

.intro .content a:after {
  content: "";
  background-image: url("./assets/hand_up.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 120%;
  right: 0;
  transform: rotate(-18deg);
}

@media screen and (max-width: 600px) {
  .intro .content a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center;
    display: block;
  }
  .intro .content a:after {
    background-size: 80px 100px;
    width: 80px;
    height: 100px;
    animation: 3s ease-out 2s infinite alternate slide-in;
  }
}

@keyframes slide-in {
  from {
    top: 50%;
  }

  to {
    top: 120%;
  }
}

@media screen and (min-width: 601px) {
  .intro .content a:hover {
    text-decoration: underline #cafe03;
    background-color: #222222;
  }
  .intro .content a:hover:after {
    top: 80%;
  }
  .intro .content a:after {
    background-size: 111px 140px;
    width: 111px;
    height: 140px;
    transition: top 0.5s cubic-bezier(0.75, -0.75, 0.25, 1.75);
  }
}

.intro .content .title .keyword:hover {
  background-color: #aad600;
}
.intro .content .title .keyword {
  font-size: inherit;
  background-color: #b9e900;
  padding: 3px 32px 3px 10px;
  border: none;
  position: relative;
  border-radius: 0;
  transition: background-color 0.3s;
  cursor: pointer;
  color: #000;
}
.intro .content .title .keyword::after {
  content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 8V14H8V8H14V6H8V0H6V6H0V8H6Z" fill="black"/></svg>');
  position: absolute;
  top: 0;
  right: 10px;
}

@media screen and (max-width: 1000px) {
  .intro .content .text-wrapper {
    margin-bottom: 50px;
    position: relative;
  }

  .intro .content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1001px) {
  .intro .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    align-items: center;
  }
}

@media screen and (min-width: 1001px) {
  .collabs .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
  }
}


@keyframes upAndDown {
  0%,
  100% {
    transform: translate(-20px, 0) rotate(70deg);
  }
  50% {
    transform: translate(-40px, 0) rotate(70deg);
  }
}

.animate {
  position: relative;
  animation: leftright 3s infinite alternate ease-in-out;
}

@keyframes leftright {
  0%,
  20% {
    transform: translateX(0%);
    left: 0%;
  }
  80%,
  100% {
    transform: translateX(-100%);
    left: 100%;
  }
}

.title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col1, .col2 {
  width: 50%;
  box-sizing: border-box;
  padding: 23px;
}

@media screen and (max-width: 800px) {
  .col1, .col2 {
    width: 100%;
  }
}

