
@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:70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox-item-2-5 {
  width: 70vw;
  height:70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox-item-2-5 h3{
  font-size: 1.5vw;
  width: 40vw;
  display: flex;
  position: absolute;
text-align: justify;
text-align-last:left;
  color: rgb(255, 255, 255);
  font-family: Avenir-Light; 

  padding:30px;
}
#headtext {
  font-size: 4vw;

  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-4 a img{
    width: 30vw;
  }
  .flexbox-item-4-1{
    width: 70vw;
    height:60vh;
  }
  .flexbox-item-4-1 a {
    width: 70vw;
    height:60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5vw;
  }
  .flexbox-item-5 {
    width: 60vw;
    height:60vh;
  }
  .flexbox-item-5 a{
    width: 60vw;
    height:60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .flexbox-item-6 {
    width: 70vw;
    height:60vh;
    
  }
  .flexbox-item-6 a{
    width: 70vw;
    height:60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flexbox-item-7 {
    width: 70vw;
    height:60vh;
  }
  .flexbox-item-7 a {
    width: 70vw;
    height:60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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;
  }
  #nar1 {
    display: flex;
    position: absolute;
  left:55%;
  }
  #nar2 {
    display: flex;
    position: absolute;
  left:6%;
  }
  #nar2-1 {
    display: flex;
    position: absolute;
  left:55%;
  }
  #nar3 {
    display: flex;
    position: absolute;
  left:-6%;
  }
  #nar4 {
    display: flex;
    position: absolute;
  left:50%;
  }
  #nar5 {
    display: flex;
    position: absolute;
  left:-6%;
  }
  .flexbox-item-7 a img{
    width: 40vw;
  }

.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;

}
.flexbox-item-10 {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  width:100vw;
  height:1vh;
  margin-top:-7vh;
  margin-left:80vw;
}
.privacy {
    
  font-size: 0.7vw; /* Set the font size */
  color: white(0, 0, 0); /* Dark text color */
  font-family: Avenir-Light;
  color: rgb(182, 182, 182);
}

#privacyModal.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 70vh;
  color:rgb(255, 255, 255);
  font-size: 1.5vh;
  background-color: rgba(0, 0, 0, 0.678);
  font-family: Avenir-Light;
  text-align:justify;
}

.modal-content {
  background: rgba(0, 0, 0, 0.719);
  padding: 2vw;
  margin: 10% auto;
  max-width: 35vw;
  position: relative;
  color: white;
}

.close-button {
  position: absolute;
  top: 1vh;
  right: 2vw;
  font-size: 2.5vh;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1025px) {
.home-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size:3.5vw;
  font-family: Avenir-Light;
  margin:2vw;
  }
  .flexbox-item-2 {
    height: 40vh;
    width: 90vw;
  }
  #headtext {
    font-size: 6.5vw;
  }
  .flexbox-item-2-5 {
    height:25vh;
    width: 90vw;
   
  }
  .flexbox-item-2-5 h3{
    font-size: 3vw;
    width: 85vw;
    padding:10px;
  }
  .flexbox-item-3 {
    height:40vh;
  }
  .flexbox-item-3 a {
    height:40vh;
  }
  .flexbox-item-4 {
    height:30vh;
  }
  .flexbox-item-4 a {
    height:30vh;
  }
  .flexbox-item-4-1 {
    height:30vh;
  }
  .flexbox-item-4-1 a {
    height:30vh;
  }
  .flexbox-item-5 {
    height:30vh;
  }
  .flexbox-item-5 a{
    height:30vh;
  
  }
  .flexbox-item-6 {
    height:30vh;
  }
  .flexbox-item-6 a{
    height:30vh;
  }
  .flexbox-item-7 {
    height:30vh;
  }
  .flexbox-item-7 a {
    height:30vh;
  }
  .flexbox-item-8 {
    height:3vh;
  }
  .flexbox-item img {
    width:50vw;
 
}
#nar1 {
  display: flex;
  position: absolute;
left:50%;
}
#nar2 {
  display: flex;
  position: absolute;
left:5%;
}
#nar2-1 {
  display: flex;
  position: absolute;
left:50%;
}
#nar3 {
  display: flex;
  position: absolute;
left:-5%;
}
#nar4 {
  display: flex;
  position: absolute;
left:50%;
}
#nar5 {
  display: flex;
  position: absolute;
left:-5%;
}
h1 {
  font-size: 2.5vw;
  display: flex;
  position:absolute;
  margin-top:22%;
}
.flexbox-item-10 {
  position:relative;
  align-items: center;
  justify-content: center;
  display: flex;
  width:100vw;
  height:1vh;
  margin-top:-3vh;
}
.privacy { 
  font-size: 0.7vw; /* Set the font size */
  color: white(0, 0, 0); /* Dark text color */
  font-family: Avenir-Light;
  color: rgb(182, 182, 182);
  font-size: 0.7vh;
}
#privacyModal.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 20vh;
  width: 100vw;
  height: 70vh;
  color:rgb(255, 255, 255);
  font-size: 1.1vh;
  background-color: rgba(0, 0, 0, 0.678);
}

.modal-content {
  background: rgba(0, 0, 0, 0.719);
  padding: 2vw;
  margin: 10% auto;
  max-width: 60vw;
  position: relative;
  color: white;
}
}
@media (max-width: 500px) {
  .flexbox-item img {
    width:70vw;
 
}

#nar1 {
  display: flex;
  position: absolute;
left:40%;
}
#nar2 {
  display: flex;
  position: absolute;
left:5%;
}
#nar2-1 {
  display: flex;
  position: absolute;
left:35%;
}
#nar3 {
  display: flex;
  position: absolute;
left:-12%;
}
#nar4 {
  display: flex;
  position: absolute;
left:40%;
}
#nar5 {
  display: flex;
  position: absolute;
left:5%;
}
.flexbox-item-10 {
  position:relative;
  align-items: center;
  justify-content: center;
  display: flex;
  width:100vw;
  height:1vh;
  margin-top: -3vh;
}
.privacy { 
  font-size: 0.7vw; /* Set the font size */
  color: white(0, 0, 0); /* Dark text color */
  font-family: Avenir-Light;
  color: rgb(182, 182, 182);
  font-size: 0.6vh;
}
}
