@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Bebas Neue', cursive;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #DAEBFF;
}

.wrapper {
    display: flex;
    height: 100vh;
    width: calc(100vh * 7); /* Calculated width for 7 sections */
}

.logo {
    font-size: 2rem;
    position: fixed;
    z-index: 10;
    top: 2rem;
    left: 2rem;
    line-height: 0.9;
    color: #37B2E6;
}

section {
    width: 100vh; /* Each section takes up 100vh in width */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    margin-top: 6rem;
}

.image-wrapper {
    width: calc(20% - 1rem); /* Adjusted width for multiple images */
    height: auto;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-1 {
  margin-left: 15rem;
  display: flex;
  align-items: center; 
  justify-content: space-between;
  width: 100vh; 
  height: 100vh; 
}

.drawing1-wrapper {
  position: absolute;
  width: 60%;
  height: auto;
  overflow: visible;
  bottom: 30%;
  right: 50%;
}

.drawing1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto1-wrapper {
  position: absolute;
  width: 65%;
  height: auto;
  overflow: visible;
  bottom:4%;
  right:40%;
}

.texto1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link1-wrapper {
  position: absolute;
  width: 25%;
  height: auto;
  overflow: visible;
  bottom:70%;
  right:41%;
  z-index: 1;
  clip-path: inset(0% 2% 15% 10%);
}

.link1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto2-wrapper {
  position: absolute;
  width: 55%;
  height: auto;
  overflow: visible;
  bottom:35%;
  left:60%;
}

.texto2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drawing2-wrapper {
  position: absolute;
  width: 60%;
  height: auto;
  overflow: visible;
  bottom: 10%;
  right: -20%;
}

.drawing2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-2 {
  margin-left: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vh;
  height: 100vh;
}

.drawing3-wrapper {
  position: absolute;
  width: 90%;
  height: auto;
  overflow: visible;
  bottom: 52%;
  right: 10%;
}

.drawing3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto3-wrapper {
  position: absolute;
  width: 75%;
  height: auto;
  overflow: visible;
  bottom:7%;
  left:5%;
}

.texto3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link2-wrapper {
  position: absolute;
  width: 20%;
  height: auto;
  overflow: visible;
  bottom:35%;
  right:17%;
  z-index: 1;
  clip-path: inset(0% 0% 15% 0%);
}

.link2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-3 {
  margin-left: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vh;
  height: 100vh;  
}

.drawing4-wrapper {
  position: absolute;
  width: 80%;
  height: auto;
  overflow: visible;
  bottom: 8%;
  right: 40%;
}

.drawing4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto4-wrapper {
  position: absolute;
  width: 60%;
  height: auto;
  overflow: visible;
  bottom:66%;
  left:-20%;
}

.texto4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link3-wrapper {
  position: absolute;
  width: 15%;
  height: auto;
  overflow: visible;
  bottom:75%;
  right:43%;
  z-index: 1;
  clip-path: inset(0% 0% 15% 0%);
}

.link3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vh;
  height: 100vh;
  margin-left:10rem;
}

.texto5-wrapper {
  position: absolute;
  width: 70%;
  height: auto;
  overflow: visible;
  bottom:12%;
  left:-65%;
}

.texto5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vh;
  height: 100vh;
  margin-left:-45rem;
}

.texto6-wrapper {
  position: absolute;
  width: 60%;
  height: auto;
  overflow: visible;
  bottom:72%;
  left:-5%;
}

.texto6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto7-wrapper {
  position: absolute;
  width: 60%;
  height: auto;
  overflow: visible;
  bottom:50%;
  left:-5%;
}

.texto7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link4-wrapper {
  position: absolute;
  width: 45%;
  height: auto;
  overflow: visible;
  bottom:15%;
  right:45%;
  z-index: 1;
}

.link4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto8-wrapper {
  position: absolute;
  width: 60%;
  height: auto;
  overflow: visible;
  bottom:45%;
  left:65%;
}

.texto8 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link5-wrapper {
  position: absolute;
  width: 79%;
  height: auto;
  overflow: visible;
  bottom:12%;
  left:110%;
  z-index: 1;
  clip-path: inset(0% 0% 0.8% 0%);

}

.link5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto9-wrapper {
  position: absolute;
  width: 35%;
  height: auto;
  overflow: visible;
  bottom:90%;
  left:170%;
}

.texto9 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Prevent scrolling when modal is open */
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

.modal .content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  margin: auto;
  /* Center the modal content */
  border-radius: 4%;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #F65D90;
  font-size: 2.5rem;
  /* Adjust font size for better visibility */
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
}


.modal#modal1 .content {
  width: 80%;
  height: 90%;
  display: flex;
}

.image1 {
  width: 30%; /* Adjust the width */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover;
}

.image2 {
  width: 100%; /* Adjust the width */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover;
}

.image3 {
  width: 100%; /* Adjust the width */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover;
}

.image-container {
  border-radius: 4%;
  display: flex;
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
}

.image-container img {
  min-width: 100%;
  transition: transform 0.2s ease;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.modal#modal2 .content {
  width: 20%; 
  height: 8%; 
  max-width: 1200px; 
  max-height: 700px;
  overflow: hidden;
}

.modal#modal3 .content {
  width: 30%; 
  height: 90%; 
  max-width: 1200px; 
  max-height: 700px;
  overflow: hidden;
  display: flex;
}

.modal#modal3 .content img {
  width: 100%; 
  height: auto;
  position: relative;
}

.image6 {
  width: 100%; /* Adjust the width */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover;
}
.modal#modal4 .content {
  width: 80%; 
  height: 90%;
  display: flex;
}

.modal#modal4.content video {
  width: 50%; /* Ensure the image fits within the modal */
  height: auto;
}

.modal#modal5 .content {
  flex-direction: row;
  justify-content: center;
  display: flex;
  width: 30%;
  height: 90%;
  border-radius: 4%;
}

.modal#modal5 .content video {
  position: relative;
  object-fit: cover;
  width: 110%;
}


.link1,
.link2,
.link3,
.link4,
.link5,
.link6 {
    transition: transform 0.5s ease, filter 0.5s ease;
}

.link1-wrapper:hover .link1,
.link2-wrapper:hover .link2,
.link3-wrapper:hover .link3,
.link4-wrapper:hover .link4,
.link5-wrapper:hover .link5,
.link6-wrapper:hover .link6 {
    transform: scale(1.03); /* Example hover effect: scale the image */
    filter:contrast(1.1); /* Example hover effect: increase brightness */
}



::-webkit-scrollbar{
  width:15px;
}
::-webkit-scrollbar-track{
  background-color:#fefff0;

}
::-webkit-scrollbar-thumb{
  background: #594C53;
  border-radius: 8px;
}


