@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;800&display=swap");

html {
  scroll-behavior: smooth;
  scroll-snap-type: both mandatory;
}

body {
  font-family: "Montserrat", sans-serif;
  scroll-snap-type: both mandatory;
}

#nav {
  top: 0;
  width: 100%;
  z-index: 100;
  scroll-snap-align: start;
}

.page {
  width: 100vw;
  height: 100vh;
  border-bottom: 1px solid rgb(49, 182, 87);

  scroll-snap-align: start;
  overflow: hidden;
}

.page-cover-links {
  width: 100%;
  max-width: 400px;
  background-color: black;
  border-radius: 20px;
}

.bar-vertical {
  background-color: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.panel-round {
  padding: 44px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.text-link {
  color: #3185a9;
  text-decoration: underline;
}

.text-underline {
  text-decoration: underline;
}

.menu-nav {
  position: fixed;
  top: 15px;
  right: 16px;
  z-index: 9;
}

.mw-50 {
  max-width: 50%;
}

.text-balance {
  text-wrap: balance;
}

.bg-green.bg-green {
  background-color: #0f8045;
}

.bg-cream {
  background-color: #f4efeb;
}

.bg-green-bright {
  background-color: #00fb92;
}

.bg-red {
  background-color: #ff7a5b;
}

.bg-blue-bright {
  background-color: #73feff;
}

.bg-brown {
  background-color: #99866d;
}

.bg-black {
  background-color: #000;
}

.bg-grey {
  background-color: #1a1a1a;
}

.text-green-bright {
  color: #00fb92;
}

.text-green {
  color: green;
}

.text-green-muted {
  color: #3f9164;
}

.text-green-light {
  color: #47d48c;
}

.text-grey {
  color: #1a1a1a;
}

.text-blue {
  color: blue;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.bg-gradient-1 {
  background: linear-gradient(-45deg, #331a70, #5555ff, #3185a9, #30c8cc);
  background-size: 400% 400%;
  animation: bg 10s infinite;
}
.bg-gradient-2 {
  background: linear-gradient(-45deg, #0f8045, #57c785, #2a7b9b, #5555ff);
  background-size: 400% 400%;
  animation: bg 10s infinite;
}

.bg-gradient-3 {
  background: linear-gradient(-45deg, #2a7b9b, #57c785, #0f8045, #5555ff);
  background-size: 400% 400%;
  animation: bg 10s infinite;
}

@keyframes bg {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.bounce {
  animation: bounce 2s infinite;
  position: relative;
  bottom: -100px;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.animated-bg-event {
  animation: bgCycleEvent 12s infinite;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: top; /* or 'top' if you want */
  background-repeat: no-repeat;
  /* Initial image (optional, will be overridden by animation) */
  background-image: url("img/event-1.jpg");
}

@keyframes bgCycleEvent {
  0%,
  33.33% {
    background-image: url("img/event-2.jpg");
  }
  33.34%,
  66.66% {
    background-image: url("img/event-1.jpg");
  }
  66.67%,
  100% {
    background-image: url("img/event-3.jpg");
  }
}

.animated-bg-mar {
  animation: bgCycleMar 13s infinite;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: top; /* or 'top' if you want */
  background-repeat: no-repeat;
  /* Initial image (optional, will be overridden by animation) */
  background-image: url("img/mar-1.jpg");
}

@keyframes bgCycleMar {
  0%,
  33.33% {
    background-image: url("img/mar-2.jpg");
  }
  33.34%,
  66.66% {
    background-image: url("img/mar-1.jpg");
  }
  66.67%,
  100% {
    background-image: url("img/mar-3.jpg");
  }
}

.animated-bg-comms {
  animation: bgCycleComms 14s infinite;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: top; /* or 'top' if you want */
  background-repeat: no-repeat;
  /* Initial image (optional, will be overridden by animation) */
  background-image: url("img/comms-1.jpg");
}

@keyframes bgCycleComms {
  0%,
  33.33% {
    background-image: url("img/comms-2.jpg");
  }
  33.34%,
  66.66% {
    background-image: url("img/comms-1.jpg");
  }
  66.67%,
  100% {
    background-image: url("img/comms-3.jpg");
  }
}

.confetti-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.confetti-bg::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(
      circle 4px at 10% 20%,
      #ff3,
      #ff3 80%,
      transparent 80%
    ),
    radial-gradient(circle 4px at 20% 50%, #0f9, #0f9 80%, transparent 80%),
    radial-gradient(circle 4px at 30% 80%, #f39, #f39 80%, transparent 80%),
    radial-gradient(circle 4px at 40% 10%, #3cf, #3cf 80%, transparent 80%),
    radial-gradient(circle 4px at 50% 40%, #fc0, #fc0 80%, transparent 80%),
    radial-gradient(circle 4px at 60% 70%, #c0f, #c0f 80%, transparent 80%),
    radial-gradient(circle 4px at 70% 30%, #0cf, #0cf 80%, transparent 80%),
    radial-gradient(circle 4px at 80% 60%, #f06, #f06 80%, transparent 80%),
    radial-gradient(circle 4px at 90% 90%, #ff6, #ff6 80%, transparent 80%);
  animation: confettiFall 5s linear infinite;
}

@keyframes confettiFall {
  0% {
    background-position: 10% -50px, 20% 0, 30% 10px, 40% -30px, 50% -10px,
      60% 5px, 70% -40px, 80% -20px, 90% -35px;
  }
  100% {
    background-position: 10% 550px, 20% 600px, 30% 610px, 40% 570px, 50% 590px,
      60% 605px, 70% 560px, 80% 580px, 90% 565px;
  }
}

/* swiper */

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 33px;
  background: white;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-bottom: 77px;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Arrows */
swiper-container {
  --swiper-navigation-color: #00fb92;
}
.swiper-button-next,
.swiper-button-prev {
  color: #00fb92;
}
