
@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-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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
background-color: black;
overflow-x: hidden;
}
.flexbox-container {
  position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.flexbox-item {
  margin:10px;
text-align: center;
justify-content: center;
}
.flexbox-item-1 {
  width: 100vw;
}
.header {
  width: 100%;
  background-color: rgb(0, 0, 0);
  padding: 1em 0;
  text-align: center;
  justify-content: center;
  z-index: 1000;
  border-bottom: 0.01em solid #ffffff;
  }
  .home-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.6vw;
    font-family: Avenir-Light;
    margin:4vw;
    }
    .home-link:hover {
      color:grey;
      }
      .nar-link {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 1.6vw;
        font-family: Avenir-Light;
        }
.flexbox-item-2 {
  width: 70vw;
  height:60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.flexbox-item-2-5 {
  width: 70vw;
  height:50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top:-40vh;
}
.flexbox-item-2-5 h3{
  font-size: 2vw;
  width: 30vw;
  display: flex;
  position: absolute;
text-align: justify;
text-align-last: justify;
  color: rgb(255, 255, 255);
  font-family: Avenir-Light; 
}
.flexbox-item-2-6 {
  width: 70vw;
  height:60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox-item-2-6 h4{
  font-size: 1.5vw;
  width:35vw;
  display: flex;
  position: absolute;
text-align: justify;
text-align-last: justify;
  color: rgb(255, 255, 255);
  font-family: Avenir-Light; 
  padding:30px;
}
#headtext {
  font-size: 8vw;

  color: rgb(255, 255, 255);
  font-family: Avenir-Light; 
  }

  .flexbox-item-3 {
    width: 70vw;
    height:60vh;
  }
  .flexbox-item-3 a {
    width: 70vw;
    height:60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flexbox-item-4{
    width: 70vw;
    height:60vh;
  }
  .flexbox-item-4 a {
    width: 70vw;
    height:60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5vw;
  }
  .flexbox-item-5 {
    height:30vh;
    width:90vw;
  }
  .flexbox-item-8 {
    width: 70vw;
    height:10vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flexbox-item-4 img{
    position:absolute;
    display: flex;
  }
.flexbox-item img {
  position:absolute;
  display: flex;
  width:50vw;
  transition: transform 5s ease;
}
  .flexbox-item img:hover{
    transform: scale(1.1);
  }
  
h1 {
    text-align: center;
  
    display: flex;
    position: absolute;
  font-size: 2vw;
  color:white;
  font-family: Avenir-Light;
  z-index: 1;
  white-space: flex;
  text-transform: uppercase;
  transition: .3s cubic-bezier(0.075, .5, 0, 1);
  white-space: nowrap;
  z-index: 4;
  }
  #text2 {
    font-size: 5vh;
  }
  #nar1 {
    display: flex;
    position: absolute;
  left:55%;
  }
  #nar2 {
    display: flex;
    position: absolute;
  left:-6%;
  }

.footer {
  display:flex;
justify-content: center;
  text-align: center; /* Center-align the text */
  font-size: 0.8vw; /* Set the font size */
  color:rgb(255, 255, 255); /* Dark text color */
  font-family: Avenir-Light;

}
@media (max-width: 980px) {
.home-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size:3.5vw;
  font-family: Avenir-Light;
  margin:2vw;
  }
  .flexbox-item-2 {
    height: 60vh;
    width: 90vw;
  }
  #headtext {
    font-size: 12vw;
  }
  .flexbox-item-2-5 {
    height:60vh;
    width: 90vw;
  }
  .flexbox-item-2-5 h3{
    font-size: 3.5vw;
    width: 60vw;
    height:10vh;
    padding:10px;
  }
  .flexbox-item-2-6 {
    width: 70vw;
    height:40vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flexbox-item-2-6 h4{
    font-size: 4vw;
    width: 70vw;
    display: flex;
    position: absolute;
  text-align: justify;
    color: rgb(255, 255, 255);
    font-family: Avenir-Light; 
  }
  .flexbox-item-3 {
    height:65vh;
    margin-top:25vh;
 
    width: 80vw;
    position: relative;
  }
  .flexbox-item-4 {
    height:40vh;
    width:80vw;
  }
  .flexbox-item-4 a {
    height:30vh;
    width:90vw;
  }

  .flexbox-item-8 {
    height:3vh;
  }
  .flexbox-item img {
    width:50vw;
 
}
#nar1 {
  display: flex;
  position: absolute;
left:25%;
width: 100%;
}
#nar2 {
  display: flex;
  width: 100%;
  position: absolute;
left:-25%;
}

.flexbox-item-3 h1 {
  display: flex;
  position:absolute;
  width:75vw;
  font-size: 2vh;
  margin-top:17%;
  margin-left:-8%;
}
#text2 {
  font-size: 3vh;
  display: flex;
  position:absolute;
  margin-left:20%;
}
.footer {
  font-size: 2vw;
}
}
@media (max-width: 500px) {
  .flexbox-item img {
    width:70vw;
    margin-left:15%;
}
#headtext {
  font-size: 12vw;
}
.flexbox-item-2-5 {
  height:60vh;
  width: 90vw;
}
.flexbox-item-2-5 h3{
  font-size: 3.5vw;
  width: 60vw;
  height:10vh;
  padding:10px;
}
.flexbox-item-2-6 {
  width: 70vw;
  height:40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox-item-2-6 h4{
  font-size: 4vw;
  width: 70vw;
  display: flex;
  position: absolute;
text-align: justify;
  color: rgb(255, 255, 255);
  font-family: Avenir-Light; 
}
.flexbox-item-3 {
  height:30vh;
  margin-top:10vh;
}
.flexbox-item-3 h1 {
  position:absolute;
  width:75vw;
  font-size: 1.5vh;
  margin-left:-15%;
}
.flexbox-item-4 {
  height:30vh;
}
#text2{
  position:absolute;
  margin-left:30%;
  font-size: 3vh;
}
#nar1 {
  display: flex;
  position: absolute;
left:8%;
}
#nar2 {
  display: flex;
  position: absolute;
left:-40%;
}
.flexbox-item-2 {
  height: 60vh;
  width: 90vw;
  position: relative;
}
#headtext {
  font-size: 14vw;
  height:0vh;
}
.flexbox-item-2-5 {
  position: relative;
  height:30vh;
  margin-top:-20vh;
  width: 90vw;
}
.flexbox-item-2-5 h3{
  font-size: 4.5vw;
  width: 80vw;
  height:30vh;
  padding:10px;
  text-align:justify;
  text-align-last: justify;
}
.flexbox-item-2-6 {
  width: 90vw;
  height:40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox-item-2-6 h4{
  font-size: 4.5vw;
  width:80vw;
  text-align:justify;
}
.flexbox-item-3 {
  height:50vh;
  margin-top:10vh;
  margin-left: 10vw;;
}
.flexbox-item-3 h1 {
  position:absolute;
  width:75vw;
  font-size: 1.5vh;
  margin-left:-15%;
}
.flexbox-item-4 {
  height:30vh;
}
}
