/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

h1, h2, h3, p, .h1, .h2 {
  color: #FFFFFF;
}

section {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -2;
  object-fit: cover;
}
section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
section .content {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  text-align: center;
  padding: 40px 60px 40px 40px;
  max-width: 1300px;
  width: 100%;
}
section .content picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px !important;
  width: 100% !important;
}
section .content img {
  opacity: 0;
  margin-bottom: 30px;
  max-width: 380px !important;
  width: 100% !important;
}
section .content .word {
  display: inline-block;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  section .content img {
    max-width: 500px !important;
  }
  section .content {
    padding: 40px 80px 40px 40px;
  }
}
@media screen and (min-width: 1641px) {
  section .content {
    padding: 40px;
  }
}
section .content-top {
  position: absolute;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  top: -2px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  text-align: center;
}
section .content-top p {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3.9px;
}
@media screen and (min-width: 1025px) {
  section .content-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section .join-list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  background: #000000;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  color: #FFFFFF !important;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1025px) {
  section .join-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-arrow {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #FFFFFF;
  transform: rotate(90deg);
}
.section-arrow.grey {
  color: #707070;
}
@media screen and (min-width: 1025px) {
  .section-arrow .section-arrow {
    width: 50px;
    height: 50px;
  }
}

.section-arrow.inverted {
  transform: rotate(270deg);
}

#section-0 .content {
  margin-bottom: 60px;
}

#section-7 .map-container {
  width: 100%;
  height: 100vh;
}

#section-8 {
  background: #F5F5F5;
  margin-top: -20px;
}
#section-8 p {
  font: normal normal normal 19px/36px Poppins;
  color: #000000;
}
#section-8 picture,
#section-8 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 207px !important;
  width: 100%;
}
#section-8 h2 {
  text-transform: uppercase;
  letter-spacing: 3.9px;
}
#section-8 .content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#section-8 .chat-ai {
  background: #2F2F2F 0% 0% no-repeat padding-box;
  color: #FFFFFF !important;
  height: 62px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
  font: normal normal 600 18px/23px Poppins;
  margin-left: auto;
  margin-right: auto;
  border-radius: 42px;
  margin-top: 36px;
}

.nav-dots {
  position: fixed;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .nav-dots {
    right: 60px;
  }
}

.nav-dot {
  width: 9px;
  height: 9px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}
.nav-dot.active {
  background: #FFFFFF;
}
.nav-dot.grey {
  border: 1px solid #818181;
}
.nav-dot.grey.active {
  background: #D3D3D3;
}
.nav-dot.grey:hover {
  background: #D3D3D3;
}
@media screen and (min-width: 1025px) {
  .nav-dot {
    width: 18px;
    height: 18px;
  }
}

.audio-control {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 9999;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  border: 2px solid #CCC;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.audio-control:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

.chat-button {
  position: fixed;
  bottom: 24px;
  right: 18px;
  width: 45px;
  height: 45px;
  background: #2DB564;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 999;
  border: none;
}
.chat-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.chat-button svg {
  width: 16px;
  height: 16px;
  fill: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .chat-button {
    bottom: 43px;
    right: 43px;
    width: 63px;
    height: 63px;
  }
  .chat-button svg {
    width: 28px;
    height: 28px;
  }
}

.chat-container {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 380px;
  height: 600px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  z-index: 10000;
  overflow: hidden;
  transition: all 0.3s ease;
}
.chat-container.active {
  display: flex;
  animation: slideIn 0.3s ease;
}
@media (max-width: 768px) {
  .chat-container {
    width: calc(100vw - 40px);
    height: calc(100vh - 140px);
    bottom: 90px;
    right: 20px;
  }
}

.chat-header {
  background: #2DB564;
  color: #FFFFFF;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-header h3 {
  font-size: 16px;
  font-weight: 600;
}

.close-button {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.close-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.chat-iframe {
  flex: 1;
  border: none;
  width: 100%;
  height: 100%;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}