
@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;
}
:root {
  --gap: 12px;
  --radius: 8px;
  --shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
* {
  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;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap:4px 10px;
  max-width: 50vw;         /* 100vw - 2 * 20vw */
  margin: 0 auto;          /* centers the grid */

}
.grid img {
  width: 20vw;
  aspect-ratio: attr(data-ratio);
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
  cursor: pointer;
}
.grid img:hover {
  transform: scale(1.12);
}

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

#lightbox.hidden {
  display: none;
}

#lightbox-img {
  width: 70vw;
  max-height: 70vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

#close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: white;
  cursor: pointer;
}

.nav {
  position: absolute;
  top: 50%;
  font-size: 48px;
  color: white;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
  padding: 0 20px;
}

.nav.left {
  left: 0;
}

.nav.right {
  right: 0;
}

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



.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 {
  transform: rotate(0.10turn);
  width: 40vw;
 
}
.flexbox-item-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  width: 30vw;
  position: relative;
  margin-left:35vw;
  margin-top:2vh;
}
.flexbox-item-8 {
  width: 70vw;
  height:10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top:40vh;
  margin-left:15vw;
}
.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: 2vh;
  display: flex;
  position: absolute;
    justify-content: center;
  margin-bottom: 10px; /* Space between title and description */
  color: rgb(187, 187, 187); /* 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: rgba(255, 255, 255, 0.075);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
}

.controls img:hover{
opacity: 0.2;
}
@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:10vh;
    margin-left:0vw;
   
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap:4px 10px;
    max-width: 60vw;         /* 100vw - 2 * 20vw */
    margin: 0 auto;          /* centers the grid */
  
  }
  .flexbox-item-3 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100vw;
    margin-top:20vh;
    margin-left:0vw;
    position:relative;
 
    
  }
  .descriptp {
    font-family: Avenir-Light;
    font-size: 2vh;
   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;
  }

  .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;
  }
  
  .descript {
    font-size: 1.4vh;
  
  }
  
  .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: 100vw;
    margin-left:0vw;
    margin-top:5vh;
    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;
  
}
}
@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: 4vh;
    justify-content: center;
    margin-bottom: 10px; /* Space between title and description */
    color: rgb(255, 255, 255); /* Optional: Set title color */
    z-index: 3;
  }
  .flexbox-item-2-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    height: 20vh;
    width: 100vw;
    margin-top:10vh;
    margin-left:0vw;
   
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap:4px 10px;
    max-width: 70vw;         /* 100vw - 2 * 20vw */
    margin: 0 auto;          /* centers the grid */
  
  }
  .grid img {
 width: 15vw;
 aspect-ratio: attr(data-ratio);
 object-fit: cover;
 border-radius: var(--radius);
 box-shadow: var(--shadow);
 transition: transform 0.2s ease;
 cursor: pointer;
  }
  .flexbox-item-3 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100vw;
    margin-top:20vh;
    margin-left:0vw;
    position:relative;
 
    
  }
  .descriptp {
    font-family: Avenir-Light;
    font-size: 1.7vh;
   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: 1.2vh;
  
  }
  
  .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: 100vw;
    margin-left:0vw;
    margin-top:5vh;
    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;
  
}
@media (max-width: 375px) {
  .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: 4vh;
    justify-content: center;
    margin-bottom: 10px; /* Space between title and description */
    color: rgb(255, 255, 255); /* Optional: Set title color */
    z-index: 3;
  }
  .flexbox-item-2-1 {
    display: flex;
    position:absolute;
    justify-content: center;
    align-items: center;
    position:relative;
    height: 20vh;
    width: 100vw;
    top:10;
   left:0
   
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap:4px 10px;
    max-width: 70vw;         /* 100vw - 2 * 20vw */
    margin: 0 auto;          /* centers the grid */
  
  }
  .grid img {
 width: 15vw;
 aspect-ratio: attr(data-ratio);
 object-fit: cover;
 border-radius: var(--radius);
 box-shadow: var(--shadow);
 transition: transform 0.2s ease;
 cursor: pointer;
  }
  .flexbox-item-3 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100vw;
    margin-top:20vh;
    margin-left:0vw;
    position:relative;
 
    
  }
  .descriptp {
    font-family: Avenir-Light;
    font-size: 1.7vh;
   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: 1.2vh;
  
  }
  
  .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: 100vw;
    margin-left:0vw;
    margin-top:5vh;
    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;
  
}
}
}