html,
body {
  margin: 0;
  padding: 0;
  background-color: black;
}

.hero {
  height: 100vh;
  width: 100vw;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 50px;
  font-weight: 600;
  color: white;
}

.down-arrow {
  height: 40px;
  width: 40px;
}

#canvas-container {
  position: relative;
  background: transparent;
}
#canvas.pointer {
  cursor: pointer;
}

.social-balls {
  background-color: black;
  /* height: 100vh;
  width: 100vw; */
}

/** Fonts */

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Light_Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Book_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Medium_Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Korbin';
  src: url('/assets/fonts/fonnts.com-Korbin_Black_Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Optional: Add more weights/styles as needed */
body {
  font-family: 'Korbin', sans-serif;
}

@media (min-width: 1024px) {
  section {
    width: 90% !important;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .down-arrow {
    height: 20px;
    width: 20px;
  }
}

/* html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

section {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
} */

.children-vertical-middle {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767px) {
  .children-vertical-middle {
    margin-top: 40px;
  }
}


@media (max-width: 768px) {
  .mobile-only {
    display: flex !important;
  }

  .tablet-up {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }

  .tablet-up {
    display: flex !important;
  }
}


/* iOS-only target */
@supports (-webkit-touch-callout: none) {
  /* a) No background-attachment: fixed */
  [style*="background-attachment: fixed"],
  .bg-fixed { background-attachment: scroll !important; }

}



/** 

@media (min-width: 1921px) {

@media (min-width: 1367px) and (max-width: 1920px) {

@media (min-width: 1025px) and (max-width: 1366px) {

@media (min-width: 769px) and (max-width: 1024px) {

@media (min-width: 481px) and (max-width: 768px) {

@media (max-width: 480px) {


/*


