@font-face {
  font-family: 'Ziner';
  src: url('ZinerRegular.woff2') format('woff2'),
      url('ZinerRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html{
    scroll-behavior: smooth;
}

section, div {
  max-width: 100vw; /* Force elements to fit viewport width */
  overflow: hidden; /* Clip anything that sticks out */
}
body{
    width: 100%;
    height: 100vh;
    margin: 0;
    background: #101010;
}
.bg-img{
  position: absolute;
 
  background-repeat: no-repeat;
  max-width: 100%;  /* Keep inside screen */
  height: auto;     /* Keep proportions */
  display: block;
  z-index: 1;
  pointer-events: none;
}

#background-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Behind everything */
  pointer-events: none; /* Let clicks through */
}
header{
  background-color: #FAFCF7;
  z-index: 2;
  padding: 4px 16px 4px 16px;
}
main {
  position: relative;
  z-index: 1;
  padding: 2rem;
}
.hero-section {
  position: relative;
  height: 800px;
  overflow: hidden; /* ensures floaties stay inside */
}
.svg-layer{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-svg {
    width: 80%;
    height: auto;
    max-width: 700px;
    display: block;
    margin: 0 auto;
  }
  .active:hover{
    fill: #FF71DA;
  }
  .floaty {
    position: absolute;
    width: 100px;
    height: 115px;
    pointer-events: none;
    transition: transform 0.1s linear;
  }
  .header-container{
    height: 100vh;
    display: flex;
    background-color: #FAFCF7;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
  }
 .header-text h1{
    color: black;
    font-size: 7rem;
    font-family: "Ziner", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
 }
 .header-text p{
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    text-align: center;
    margin-top: -50px;
    text-align: right;
    padding: 0;
 }
 
 .header-text{
    width: 780px;
    height: auto;
    padding: 40px;
    overflow: hidden;
    
 }
 .logos img{
    width: 72px;
    height: 73px;
    object-fit: contain;
 }
 .logos{
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center
 }
.collaborations h1{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  margin-top: 0px;

}
.collaborations{
  background-color: #FAFCF7;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
  padding-bottom: 100px;
}
.nav{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
.nav a{
  text-decoration: none;
  color: black;
  padding: 0 12px 0 12px;
  margin: 0;
}
.nav a:hover{
  color: #00C19C;
}
.nav p{
  margin: 0;
  padding: 0 12px 0 12px;
}
/* .fixed-content{
  position: fixed;
  width: 98%;
} */
footer{
  width: 100%;
  height: 370px;
  background-color: #232222;
  font-family: "Montserrat";
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
footer h3{
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  padding: 20px;
}
footer h4{
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  padding: 0 0 14px 0;
}
footer a{
  color: #D8D6D4;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.footer-grid {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column{
  display: flex;
  flex-direction: column;
}
.footer-column ul li {
  margin-bottom:0;
}
.footer-column p{
  float: inline-end;
}
.footer-column a:hover {
  color: #FF71DA;
}
.sub-menu li{
  padding-left: 10px;
}
hr{
  width: 100%;
  height: 2px;
  border: none;
  background-color: black;
  margin: 0;
  padding: 0;
}
/* Container */
.nav-bar {
   width: 100%;
 }
 
 /* Flex layout for even spacing */
 .nav-list {
   display: flex;
   justify-content: space-between;
   justify-items: center;
   align-items: center;
   list-style: none;
   margin: 10px;
   padding: 0;
 }
 
 /* Links */
 .nav-list a {
   text-decoration: none;
   font-family: 'Helvetica Neue';
   font-size: 16px;
   font-weight: 400;
   color: black;
   text-transform: uppercase;
   letter-spacing: 1px;
 }
 .nav-list a:hover{
   color: #FF71DA;;
 }
 .nav-list a.active{
   font-weight: 700;
   color: black;
   pointer-events: none;
 }
 
.title{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;   
   font-family: 'Helvetica Neue';
   padding: 0px;
   margin: 0px;
   width: 100%;
}
.nav-container{
 background-color: #FAFCF7;
 position: fixed;
 z-index: 2;
 width: 100%;
 padding: 16px;
 margin: 0;
 box-sizing: border-box;
}