
@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;
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.flexbox-container {
  position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.flexbox-item {
  margin:10px;
  align-items: center;
justify-content: center;


}
.flexbox-item-1 {
  width: 100vw;
  height:10vh;

}
.header {
  width: 100%;
  background-color: rgb(0, 0, 0);
  padding: 1em 0;
  text-align: center;
  justify-content: center;
  z-index: 6;
  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;
      }


.footer {
  display:absolute;
  top:198%;;
justify-content: center;
  text-align: center; /* Center-align the text */
  font-size: 0.5rem; /* Set the font size */
  color:rgb(255, 255, 255); /* Dark text color */
  font-family: Avenir-Light;
  margin:auto;
}

.flexbox-item-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 90vh;
  width: 80vw;
  margin-top:-3vh;
  margin-left:-35vw;
  
  z-index:7;
}
.flexbox-item-2 img{
  width: 55vh;
  
}

.flexbox-item-2-1 {
 display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 35vh;
  width: 60vw;
  margin-left:40vw;
  margin-top:-70vh;
}
.descriptrosa{
  font-family: Avenir-Light;
  font-size: 8vh;
  display: flex;
  color: rgb(255, 255, 255);
  position:absolute;
}

.flexbox-item-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  width: 100vw;
  margin-top:-35vh;
  position:relative;
  margin-left:40vw;
}
.descriptp {
  font-family: Avenir-Light;
  font-size: 2.5vh;
 display: flex;
  position: absolute;
  justify-content: center;
  color: rgb(255, 255, 255); /* Optional: Set title color */
  z-index: 3;
  width: 40vw;
  text-align: justify;
  text-align-last: left;
}

.flexbox-item-3-5{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  width: 70vw;
  position: relative;
  z-index:7;
  margin-top:10vh;
  margin:2vh;
}

.state1 {
  font-family: Avenir-Light;
  font-size: 4vh;
  display: flex;
  color: rgb(255, 255, 255);
  text-align: justify;
  text-align-last: center;
  position:absolute;
}


.flexbox-item-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  width: 100vw;
  position: relative;
  z-index:7;
}
.flexbox-item-4 iframe{
  position:absolute;
  align-items: center;
  justify-content: center;
  width: 70%;
  height:auto;
  aspect-ratio: 1.93/1;
}

.state {
  font-family: Avenir-Light;
  font-size: 1.7vh;
 display: flex;
  position: absolute;
  justify-content: center;
  text-align: justify;
  text-align-last: left;
  margin-bottom: 10px; /* Space between title and description */
  color: rgb(255, 255, 255); /* Optional: Set title color */
  z-index: 3;
  width: 40vw;
  padding:3vw;
  font-style:italic;
}

.flexbox-item-4-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  width: 20vw;
  margin-left: -60vw;
  margin-top:-80vh;
  position: relative;
  z-index:0;
}
.flexbox-item-4-2 img {
  height: 25vh;
  width: 30vw;
}
.flexbox-item-4-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  width: 20vw;
  margin-left: -60vw;
  margin-top:20vh;
  position: relative;
  z-index:0;
}
.flexbox-item-4-3 img {
  height: 25vh;
  width: 30vw;

}
.flexbox-item-4-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  width: 20vw;
  margin-left: 60vw;
  margin-top:-63vh;
  position: relative;
  z-index:0;
}

.flexbox-item-4-4 img {
  height: 25vh;
  width: 30vw;
}
.flexbox-item-4-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  width: 20vw;
  margin-left: 60vw;
  margin-top:20vh;
  position: relative;
  z-index:0;
}

.flexbox-item-4-5 img {
  height: 25vh;
  width: 30vw;

}
#nar2 {
  display: flex;
    position: absolute;
    width: 30vw;
    opacity: 0.2;
    transition: 5s;
    transform: rotate(-0.10turn);
    
}
#nar2:hover {
  opacity: 1;
  transform: rotate(0.10turn);
  width: 65vw;
 
}
.flexbox-item-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  width: 30vw;
  margin-top:40vh;
  position: relative;
  

}
.flexbox-item-8 {
  width: 70vw;
  height:10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top:40vh;
}
.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;

}
.descript {
  font-family: Avenir-Light;
  font-size: 2vh;
  display: flex;
  position: absolute;
    justify-content: center;
  margin-bottom: 10px; /* Space between title and description */
  color: rgb(214, 214, 214); /* Optional: Set title color */
  z-index: 3;
  text-align: justify;
  text-align-last: left;
}

@media (max-width: 1300px) {
  .flexbox-item-4 {
    margin-top:10vh;
  }
  .state {
    margin-top:20vh;
  }
  .flexbox-item-4-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 20vw;
    margin-left: -60vw;
    margin-top:-80vh;
    position: relative;
    z-index:0;
  }
  .flexbox-item-4-2 img {
    height: 25vh;
    width: 30vw;
  }
  .flexbox-item-4-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 20vw;
    margin-left: -60vw;
    margin-top:20vh;
    position: relative;
    z-index:0;
  }
  .flexbox-item-4-3 img {
    height: 25vh;
    width: 30vw;
  
  }
  .flexbox-item-4-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 20vw;
    margin-left: 60vw;
    margin-top:-63vh;
    position: relative;
    z-index:0;
  }
  
  .flexbox-item-4-4 img {
    height: 25vh;
    width: 30vw;
  }
  .flexbox-item-4-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 20vw;
    margin-left: 60vw;
    margin-top:20vh;
    position: relative;
    z-index:0;
  }
  
  .flexbox-item-4-5 img {
    height: 25vh;
    width: 30vw;
  
  }
  .flexbox-item-5  {
    margin-top: 60vh;
  }

}
@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 {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 90vh;
      width: 80vw;
      margin-top:-3vh;
      margin-left:0vw;
      
      z-index:7;
    }
    .flexbox-item-2 img{
      width: 70vw;
    
    }
    
    .flexbox-item-2-1 {
     display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 15vh;
      width: 60vw;
      margin-top:10vh;
      margin-left:0vw;
     
 
    }
    .descriptrosa{
    
      font-family: Avenir-Light;
      font-size: 6vh;
      display: flex;
      color: rgb(255, 255, 255);
      position:absolute;
    }
    
    .flexbox-item-3 {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40vh;
      width: 100vw;
      margin-top:0vh;
      position:relative;
      margin-left:0vw;
    }
    .descriptp {
      font-family: Avenir-Light;
      font-size: 2.5vh;
     display: flex;
      position: absolute;
      justify-content: center;
      margin-bottom: 10px; /* Space between title and description */
      color: rgb(255, 255, 255); /* Optional: Set title color */
      z-index: 3;
      width: 70vw;
  
      text-align: justify;
      text-align-last: left;
    }
    .flexbox-item-3-5{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 30vh;
      width: 80vw;
    margin-top:10vh;
      position: relative;
      z-index:7;
    }
    
    
    .flexbox-item-4{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 250vh;
      width: 70vw;
    margin-top:10vh;
      position: relative;
      z-index:7;
    }
    .flexbox-item-4-2 {
      margin-top:-445vh
    }
    .flexbox-item-4-2 img, .flexbox-item-4-3 img, .flexbox-item-4-4 img, .flexbox-item-4-5 img {
      height: 15vh;
      width: 40vw;
    }
    .flexbox-item-4-3 img, .flexbox-item-4-4 img {
      opacity: 0;
    }
    
    .state1 {
      font-family: Avenir-Light;
      font-size: 3vh;
      display: flex;
      color: rgb(255, 255, 255);
      text-align: justify;
      text-align-last: center;
      position:absolute;
      margin-top:0vh;
    
    }
    .state {
      font-family: Avenir-Light;
      font-size: 2.5vh;
     display: flex;
      position: absolute;
      justify-content: center;
      text-align: justify;
      text-align-last: left;
      margin-bottom: 10px; /* Space between title and description */
      color: rgb(255, 255, 255); /* Optional: Set title color */
      z-index: 3;
      width: 70vw;
      padding:3vw;
    }
    .flexbox-item-5 {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 20vh;
      width: 50vw;
      margin-top:450vh;
      position: relative;
    }
    .descript {
      font-family: Avenir-Light;
      font-size: 2.5vh;
      display: flex;
      position: absolute;
        justify-content: center;
      margin-bottom: 10px; /* Space between title and description */
    
      z-index: 3;
      text-align: justify;
      text-align-last: left;
    }
    .footer {
    
      font-size: 2vw; /* Set the font size */
    
    }
  

  
}
@media (max-width: 500px) {
  .home-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size:3.5vw;
    font-family: Avenir-Light;
    margin:2vw;
    }
    .flexbox-item-2 {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 80vh;
      width: 80vw;
      margin-top:0vh;
      z-index:7;
    }

    .flexbox-item-2 img{
      width: 90vw;
      
    }
    .flexbox-item-2-1 {
      display: flex;
       justify-content: center;
       align-items: center;
       position: relative;
       height: 30vh;
       width: 80vw;
       margin-top:0vh;
     }
     .descriptrosa{
     
       font-family: Avenir-Light;
       font-size: 6vh;
       display: flex;
       color: rgb(255, 255, 255);
       position:absolute;
     }
     
     .flexbox-item-3 {
       display: flex;
       justify-content: center;
       align-items: center;
       height: 60vh;
       width: 100vw;
       margin-top:-15vh;
       position:relative;
     }
     .descriptp {
       font-family: Avenir-Light;
       font-size: 2.5vh;
      display: flex;
       position: absolute;
       justify-content: center;
       margin-bottom: 10px; /* Space between title and description */
       color: rgb(255, 255, 255); /* Optional: Set title color */
       z-index: 3;
       width: 70vw;
       padding:3vw;
       text-align: justify;
       text-align-last: left;
     }
     .flexbox-item-3-5{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 15vh;
      width: 70vw;
    
      position: relative;
      z-index:7;
    }
     
     .flexbox-item-4{
       display: flex;
       justify-content: center;
       align-items: center;
       height: 290vh;
       width: 70vw;
     
       position: relative;
       z-index:7;
     }
     .flexbox-item-4-2 {
      margin-top:-475vh
    }
     
     .state1 {
       font-family: Avenir-Light;
       font-size: 2vh;
       display: flex;
       color: rgb(255, 255, 255);
       text-align: justify;
       text-align-last: center;
       position:absolute;
       margin-top:0vh;
     
     }
     .state {
       font-family: Avenir-Light;
       font-size: 2.5vh;
      display: flex;
       position: absolute;
       justify-content: center;
       text-align: justify;
       text-align-last: left;
       margin-bottom: 10px; /* Space between title and description */
       color: rgb(255, 255, 255); /* Optional: Set title color */
       z-index: 3;
       width: 85vw;
       margin-top:15vh;
     }
     .flexbox-item-5 {
       display: flex;
       justify-content: center;
       align-items: center;
       height: 30vh;
       width: 70vw;
       margin-top:470vh;
       position: relative;
     }
     .descript {
       font-family: Avenir-Light;
       font-size: 2vh;
       display: flex;
       position: absolute;
         justify-content: center;
       margin-bottom: 10px; /* Space between title and description */
       z-index: 3;
       text-align: justify;
       text-align-last: left;
     }
     .footer {
     
       font-size: 2.5vw; /* Set the font size */
     
     }
  
}
@media (max-width: 380px) {
  .state {
    font-family: Avenir-Light;
    font-size: 2.5vh;
   display: flex;
    position: absolute;
    justify-content: center;
    text-align: justify;
    text-align-last: left;
    margin-bottom: 10px; /* Space between title and description */
    color: rgb(255, 255, 255); /* Optional: Set title color */
    z-index: 3;
    width: 85vw;
    margin-top:0vh;
  }
}