
@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;
text-align: 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;
  height: 50vh;
  width: 80vw;
  position: relative;
  margin-left:0vw;
  margin-top:20vh;
  z-index:7;

}
.flexbox-item-2-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  height: 20vh;
  width: 30vw;
  margin-left:-38vw;
  margin-top:20vh;
}



.flexbox-item-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110vh;
  width: 40vw;
  position:relative;
  margin-left:30vw;
  margin-top:-28vh;

  
}

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

}
#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: 20vh;
  width: 30vw;
  position: relative;
  margin-left:0vw;
  margin-top:30vh;
}
.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;

}

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

.slider {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
 
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  aspect-ratio: 16/9;
}

.slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  margin-left:-2%;
 
}

.controls img {
  position: absolute;
  z-index: 2;
  width: 4%;
  opacity: 0.4;
}

.arrow {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
}

.controls img:hover{
opacity: 0.2;
}
.flexbox-item-10 {
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  width:100vw;
  height:1vh;
  margin-top:-7vh;
  margin-left:40vw;
}
.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    width: 100vw;
    margin-left:2.5vw;
    position: relative;
    z-index:7;
  
  }
  .flexbox-item-2-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    height: 20vh;
    width: 100vw;
    margin-top:0vh;
    margin-left:0vw;
   
  }
  .flexbox-item-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 80vw;
    margin-top:-8vh;
    margin-left:0vw;
    position:relative;
 
    
  }
  .descriptrosa {
    font-family: Avenir-Light;
    font-size: 5vh;
    justify-content: center;
    margin-bottom: 10px; /* Space between title and description */
    color: rgb(255, 255, 255); /* Optional: Set title color */
    z-index: 3;
  }
  .descriptp {
    font-family: Avenir-Light;
    font-size: 3vh;
   display: flex;
    position: absolute;
    justify-content: center;
    color: rgb(255, 255, 255); /* Optional: Set title color */
    z-index: 3;
    height:45vh;
    width: 70vw;
    padding:2vw;
  }
  .descript {
    font-size: 3vh;
  
  }
  
  .flexbox-item-4-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    width: 10vw;
    position: relative;
    z-index:7;
    margin-left:18vw;
    margin-top:-58vh;
  
  }
  .flexbox-item-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 70vw;
    margin-left:0vw;
    margin-top:45vh;
    position: relative;
  }
  .flexbox-item-8 {
    width: 70vw;
    height:10vh;
  
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

  }
  .footer {
    display:flex;
  justify-content: center;
    text-align: center; /* Center-align the text */
    font-size: 2vw; /* Set the font size */
    color:rgb(255, 255, 255); /* Dark text color */
    font-family: Avenir-Light;
  
}
.flexbox-item-10 {
  position:relative;
  align-items: center;
  justify-content: center;
  display: flex;
  width:100vw;
  height:1vh;
}
.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) {
  .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;
    height: 30vh;
    width: 100vw;
    margin-left:2.5vw;
    position: relative;
    z-index:7;
  
  }

  .descriptrosa {
    font-family: Avenir-Light;
    font-size: 5vh;
    justify-content: center;
    margin-bottom: 10px; /* Space between title and description */
    color: rgb(255, 255, 255); /* Optional: Set title color */
    z-index: 3;
  }
  .descriptp {
    font-family: Avenir-Light;
    font-size: 1.5vh;
   display: flex;
    position: absolute;
    justify-content: center;
    color: rgb(255, 255, 255); /* Optional: Set title color */
    z-index: 3;
    height:70vh;
    width: 70vw;
    padding:3vw;
  }
  .descript {
    font-size: 1.4vh;
  
  }
  
  .flexbox-item-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 70vw;
    margin-left:0vw;
    margin-top:10vh;
    position: relative;
  }
  .flexbox-item-8 {
    width: 70vw;
    height:5vh;
    margin-top:30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

  }
  .footer {
    display:flex;
  justify-content: center;
    text-align: center; /* Center-align the text */
    font-size: 2vw; /* Set the font size */
    color:rgb(255, 255, 255); /* Dark text color */
    font-family: Avenir-Light;
  
}
.flexbox-item-10 {
  position:relative;
  align-items: center;
  justify-content: center;
  display: flex;
  width:100vw;
  height:1vh;
  margin-top:-5vh;
}
.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;
}
}