* {
  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;
  }
}

.collabs::after {
  box-shadow: inset 0 -300px 200px -100px #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .collabs::after {
    box-shadow: inset 0 -100px 50px -20px #000;
  }
}

@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;
  }
}

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

.collabs {
  background-color: #000;
}
.collabs .logos {
  width: 100%;
}

@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;
}
@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;
}

.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 0 120px;
  }
}

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

.intro .content .image-wrapper img {
  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;
}

.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 1fr;
    gap: 35px;
    align-items: center;
  }
}

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

.playing {
  display: none;
  position: absolute;
  padding: 10px;
  background: #00000060;
  backdrop-filter: blur(45px);
  border: 1px solid #ffffff33;
}

.playing h3 {
  position: absolute;
  top: 10px;
  left: 68px;
}

.playing h3 a {
  font-family: "Alegreya";
  font-size: 12px;
  font-weight: 500;
  color: #ffffff85;
  text-transform: uppercase;
  text-decoration: none;
}

#now-playing-widget .text-container {
  position: relative;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  transform: translateX(-20px);
  padding-left: 20px;
  mask-image: linear-gradient(to right, transparent 6%, black 12%, black 95%, transparent 100%);
}
#now-playing-widget .track .text-container a {
  display: inline-block;
  font-family: "Alegreya";
  font-size: 18px;
  font-weight: 400;
  line-height: 24.2px;
  letter-spacing: -0.005em;
  color: white;
  padding-right: 10px;
  text-decoration: none;
}

.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%;
  }
}

.playing .track {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  gap: 10px;
}

.playing .track img {
  object-fit: contain;
}

@media screen and (max-width: 800px) {
  .playing {
    width: 100%;
    border-bottom: 1px solid #ffffff33;
  }

  .playing .track {
    max-width: calc(100% - 50px);
  }
}

@media screen and (min-width: 801px) {
  .playing {
    border-radius: 0;
    border: 1px solid #ffffff33;

    bottom: 10px;
    right: 10px;
    width: 300px;
  }

  .playing .track {
    max-width: 260px;
  }
}

.playing .track img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

.vertical-slider .content {
  background-color: #222222;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.swiper-slide {
  font-family: "Alegreya";
  font-weight: 400;
  color: #f0ffd4;
  text-align: left;
  margin: 2px;
  opacity: 0.2;
  list-style: none;
  transform-origin: left;
  transition: all 0.3s;
  cursor: default;
}

.swiper-slide a {
  font-family: "Alegreya";
  font-weight: 500;
  color: #f0ffd4;
  text-align: left;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  cursor: pointer;
}

.swiper {
  position: relative;
  cursor: default;
}

.swiper-slide-active {
  color: #f0ffd4;
  opacity: 1;
}

.swiper-slide-prev,
.swiper-slide-next {
  color: #f0ffd4;
  opacity: 0.3;
}

.swiper-wrapper {
  width: 100%;
  cursor: default !important;
  z-index: 10;
}
.swiper .buttons {
  z-index: 100;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.swiper .buttons button {
  display: block;
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  position: relative;
}

.swiper .buttons button::after {
  content: "";
  background-image: url("./assets/arrow.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.6;
  cursor: pointer;
}

.swiper .buttons button.swiper-button-prev::after {
  top: 10px;
  left: 10px;
  transform: translateX(-37px) rotate(180deg);
}
.swiper .buttons button.swiper-button-next::after {
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 800px) {
  .vertical-slider .content {
    display: flex;
    flex-direction: column;
    padding-top: 36px;
    align-items: flex-start;
  }
  .swiper {
    width: 100%;
    padding-top: 1.4rem;
  }

  .swiper-slide {
    font-size: 1.4rem;
    width: 100%;
    transform: scale(0.7) !important;
    filter: blur(2px);
    opacity: 0;
  }
  .swiper-slide a {
    font-size: 1.4rem;
  }
  .swiper-slide-active {
    transform: scale(1) !important;
    filter: blur(0px);
    opacity: 1;
  }
  .swiper-slide-next {
    transform: scale(0.9) !important;
    filter: blur(1px);
    opacity: 0.4;
  }
  .swiper-slide-next + .swiper-slide,
  .swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 0.2;
  }
  .swiper-slide-prev {
    opacity: 0;
  }
  .swiper-wrapper {
    height: 300px;
  }
  .swiper {
    height: 300px;
  }
  .vertical-slider .content {
    max-height: 300px;
  }

  .swiper .buttons {
    height: 80%;
    top: 0;
    margin: -30px -30px 140px 0;
  }
}

@media screen and (min-width: 801px) {
  .vertical-slider .content {
    display: flex;
    flex-direction: row;
  }
  .swiper {
    margin-bottom: 5rem;
    width: 80%;
  }
  .vertical-slider h2 {
    max-width: 215px;
  }
  .swiper-wrapper {
    padding: 2rem;
    padding-left: 4rem;
  }

  .swiper-slide {
    font-size: 2rem;
    transform: scale(0.6) !important;
    filter: blur(2px);
  }
  .swiper-slide a {
    font-size: 2rem;
  }
  .swiper-slide-active {
    transform: scale(1.3) !important;
    filter: blur(0px);
  }
  .swiper-slide-prev,
  .swiper-slide-next {
    transform: scale(0.8) !important;
    filter: blur(0px);
  }
  .swiper-wrapper {
    height: 400px;
  }
  .swiper {
    height: 400px;
  }
  .vertical-slider .content {
    max-height: 400px;
  }

  .swiper .buttons {
    top: 0;
    height: 70%;
    margin-top: 100px;
  }
}

.modal {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;
}

.modal.hidden {
  display: none;
}

.modal .close-modal {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000085;
  width: 100%;
  height: 100%;
}

.modal .modal-inner {
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(./assets/circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.modal .modal-inner h1 {
  width: 500px;
  padding: 20px;
  color: #010101;
  text-align: center;
}

.modal .modal-inner button.close-modal {
  position: relative;
}
.modal .modal-inner button {
  width: 85px;
  height: 85px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .modal .modal-inner h1 {
    font-size: 18px;
    max-width: 50%;
  }

  .modal .modal-inner {
    height: 150vw;
    width: 150vw;
  }
  .modal {
    width: 200%;
    margin-left: -50%;
  }
}

@media screen and (min-width: 801px) {
  .modal .modal-inner h1 {
    font-size: 26px;
    max-width: 400px;
  }
  .modal .modal-inner {
    height: 120vh;
    width: 120vh;
  }
  .modal {
    width: 100%;
  }
}

/* Offerings Section */
.offerings {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .offerings {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 801px) {
  .offerings {
    grid-template-columns: 1fr 1fr;
  }
}

.offering-card {
  display: block;
  background-color: #000;
  padding: 30px;
  border-radius: 0;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offering-card:hover {
  background-color: #222;
  text-decoration: none;
}

.offering-card::after {
  display: none;
}

.offering-card h3 {
  font-family: "Alegreya";
  font-weight: 600;
  font-size: 28px;
  color: #cafe03;
  margin: 0 0 12px 0;
}

.offering-card p {
  font-family: "Alegreya";
  font-weight: 400;
  font-size: 18px;
  color: #f4ffd8;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .offering-card {
    padding: 24px;
  }

  .offering-card h3 {
    font-size: 24px;
  }

  .offering-card p {
    font-size: 16px;
  }
}

/* Staff Section */
.staff {
  background-color: #cafe03;
  padding: 60px 0;
}

.staff-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 801px) {
  .staff-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.staff-member {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staff-member img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 10px;
}

.staff-description {
  font-family: "Alegreya";
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 0;
}

.staff-caption {
  font-family: "Alegreya";
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0;
}

.staff-headline {
  font-family: "Alegreya";
  font-weight: 600;
  font-size: 38px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .staff-headline {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

