@font-face {
  font-family: 'Avenir-Medium';
  src: url('../Fonts/Avenir-Medium.woff2') format('woff2'),
       url('../Fonts/Avenir-Medium.woff') format('woff'),
       url('../Fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir-Light';
  src: url('../Fonts/Avenir-Light.woff2') format('woff2'),
       url('../Fonts/Avenir-Light.woff') format('woff'),
       url('../Fonts/Avenir-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --pure--white: #ffffff;
  --pure-black: #000000;
  --grey-zone: #ababab;
  --cosmic-cobalt: #26428b;
  --lavender: #e6e6fa;
  --grey--azure: #3a596f;
  --opal: #c0d6c7;
}
body, html {
  margin: 0;
  padding: 0;
  font-family: Avenir-Light;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: var(--pure-black);
  overflow-x: hidden;
  overscroll-behavior: none;
}
.page {
position: relative;
display: flex;
min-height:100dvh;
width: 100vw;
flex-direction: column;
align-items: center;
justify-content: space-around;
padding-bottom:clamp(25rem, 20vw + 4rem, 60rem);
}
.header {
  position: fixed;
  top: clamp(0%, 0%, 5%);
  width: 100%;
  padding: 1em 0;
  text-align: center;
  justify-content: center;
  z-index: 1000;
  border-bottom: 0.01em solid #ffffff;
  background-color: black;
  }
  .home-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
font-size: clamp(0.375rem, 0.4vw + 0.5rem, 5.3125rem);
 font-weight: 300;
    margin: 0 clamp(4px, 0.5vw + 0.5rem, 30px);
    }
    .home-link:hover {
      color:grey;
      }
.container-1{
  top: clamp(3%, 5.5%, 8%);
  z-index: 1;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  margin-top:clamp(6rem, 8vw, 90rem);
}
#headtext {
  font-size: clamp(1.25rem, 2.7vw + 0.5rem, 10.625rem);
  color: rgb(255, 255, 255);
   font-weight: 300;
   text-align: center;
  }
#subtext {
font-size: clamp(0.625rem, 0.8vw + 0.5rem, 4.375rem);
  color: rgb(255, 255, 255);
   font-weight: 300;
   text-align: center;
  }
  #infotext {
font-size: clamp(0.375rem, 0.4vw + 0.5rem, 5.3125rem);
line-height: clamp(0.9rem, 0.6vw + 0.7rem, 2rem);
text-align: justify;
text-align-last: left;
  color: rgb(255, 255, 255);
  font-weight: 350;
   width: clamp(25vw, 10rem + 5vw, 85vw);
  margin: 0 auto; 
  margin-top:clamp(3rem, 2.8vw + 2rem, 9rem);
  font-weight: 300;
  }
.container-2 {
  top: clamp(15%, 24%, 27%);
  display: flex;
   align-items: center;
    justify-content: center;
  flex-direction:column;
  z-index: 1;
   margin-top:clamp(2rem, 3vw, 70rem);
}
.images {
  width:clamp(110px, 12vw + 18rem, 4000px);  
  transition: transform 5s ease;
  animation: scaleLoop 30s ease-in-out infinite;
}
.images:hover{
  transform: scale(1.0);
}

a {
text-decoration: none;
}
a:hover {
  color:rgb(156, 156, 156);
}

.nar-link {
font-size: clamp(0.625rem, 0.8vw + 0.5rem, 4.375rem);
font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
   display: block;
  white-space: normal;
  text-align: center;
}
.strikethrough {
  text-decoration: line-through;
}
.right-narratives {
  display: flex;
  flex-direction: column;
  gap:clamp(10rem, 10vw + 1rem, 70rem);
}
.footer-container {
 z-index: 1;
}
.footerNS {
  display: flex;
  justify-content: center;
 
}
.footer-links {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
 
}
.footer,
.privacy {
  display: flex;
    margin: 0;
    font-size: clamp(0.09375rem, 0.4vw + 0.2rem, 2.1875rem);
    color: var(--pure--white);
     font-weight: 300;
     text-align: center;
     text-decoration: none;
    justify-content: center;
     z-index: 1;
}

 .video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
  }

  .video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    min-width: 177.78vh;
    min-height: 56.25vw;
    max-height: 150vh;
    max-width: 150vw;
    transform: translate(-50%, -50%);
    border: 0;
  }
 @keyframes scaleLoop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@media (min-width: 1600px) {
  .container-1 {
    margin-top: clamp(6rem, 15vw, 120rem);
  }
  .container-2 {
     margin-top:clamp(2rem, 17vw, 70rem);
}
}
