/* .box1 {
  position: relative;
  z-index: 1;
  background-color: black;
}

.box1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('./Assets/bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  z-index: -1;
} */
.box1 {
  position: relative;
  overflow: hidden;
}

.box1 video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.box11,
.box12 {
  position: relative;
  z-index: 1;
  /* Keep content above video */
  color: white;
  /* Ensure text is visible over video */
}

@keyframes bounceIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  60% {
    transform: scale(1.05);
    opacity: 1;
  }

  80% {
    transform: scale(0.98);
  }

  100% {
    transform: scale(1);
  }
}

.box11 {
  animation: bounceIn 1s ease forwards;
  /* animation: fadeIn 2s ease-in; */
}

.box11 h1 {
  font-size: 3.5rem;

}

.box11 p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-style: italic;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(50%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.box12 img {
  height: 60%;
}

.box2 {
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 0%;
  height: 70vh;
}

.box21 {
  /* border-radius: 1rem; */
  /* border: 2px solid teal; */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  position: relative;
  /* background-color: black; */
  overflow: hidden;
}


.box212 h3 {
  color: black;
}

.box213 {
  position: absolute;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease-in, transform 0.3s ease-in filter 0.3s ease;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.box21:hover .box213 {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.box21:hover img {
  transform: scale(5);
  filter: blur(1px);
  /* Zoom in */
}

.box213 h3 {
  font-size: 1.2rem;
  color: white;
}

.box213 p {
  line-height: 1.5;
  font-size: 1.2rem;
  color: white;
}


.box3 h3,
.box3 p {
  font-size: 18px;

}

.box3 span {
  font-size: 18px;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Initial state: invisible */
.box4>div {
  opacity: 0;
  transform: scale(0.8);
}

/* Animated state – added dynamically */
.box4.animate .box41 {
  animation: zoomIn 0.8s ease forwards;
  animation-delay: 0.2s;
}

.box4.animate .box42 {
  animation: zoomIn 0.8s ease forwards;
  animation-delay: 0.4s;
}

.box4.animate .box43 {
  animation: zoomIn 0.8s ease forwards;
  animation-delay: 0.6s;
}

.box4 {
  background-image: url('./Assets/5.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.box41 h3,
.box42 h3,
.box43 h3 {
  font-size: 1.2rem;
}

.box41 p,
.box42 p,
.box43 p {
  line-height: 1.5;
  font-size: 0.9rem;
  padding: 0rem 0.5rem 2rem 0.5rem;
}

.box41 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  background-color: white;
  color: black;
}

.box41 img,
.box42 img,
.box43 img {
  transition: all .5s ease-in-out;
}

.box41 img:hover,
.box42 img:hover,
.box43 img:hover {
  transform: scale(1.1);
}

.box42 {
  /* background-color: rgba(87, 92, 206, 0.7); */
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  color: black;
}

.box43 {
  border-radius: 0.5rem;
}

.box5 {
  background-color: silver;
}

.box5 h1 {
  font-size: 3rem;
  font-weight: bold;
}

.box5 p {
  font-size: 2rem;
  font-style: italic;
}

.box6 {
  background-image: url('./Assets/47.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.box6 div p {
  font-size: 1.5rem;
  /* color: black; */
}

.box6 div h1 {
  font-size: 3rem;
}

.box7 {
  height: 230vh;
  /* background-color: black; */
}

.box71 {
  position: sticky;
  top: 40%;
  z-index: 1;
  font-size: 1.8rem;
  font-style: italic;

}

.box711 {
  z-index: 1;
}

.box721 {
  background-image: url('./Assets/56.gif');
  background-size: cover;
  /* or contain */
  background-repeat: no-repeat;
  background-position: center;
}

.box722 {
  background-image: url('./Assets/57.gif');
  background-size: cover;
  /* or contain */
  background-repeat: no-repeat;
  background-position: center;
}

.box723 {
  background-image: url('./Assets/60.gif');
  background-size: cover;
  /* or contain */
  background-repeat: no-repeat;
  background-position: center;
}

.box721 div {
  background-color: #0E3E9F;
}

.box722 div {
  background-color: #24DB98;
}

.box723 div {
  background-color: #FF5A10;
}

/*  */

.box73 {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  /* Start slightly lower */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.box73 p {
  font-size: 1.3rem;
  margin: 1rem;
}

.box73:hover {
  opacity: 1;
  transform: translateY(0);
}

.box8 {
  gap: 4rem;
}

.box8 div img {
  border-radius: 10rem;
}

.box8 div h3 {
  font-size: 2rem;
  color: black;
}

.box8 div p {
  font-size: 1.2rem;
  color: black;
}

.label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.bar {
  height: 1.3vh;
  border-radius: 10px;
  background-color: #f3f3f3;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.fill {
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ff512f, #f09819);
  transition: width 0.5s ease-in-out;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  /* Adjust as needed */
  position: relative;
}

.scroll-track {
  display: flex;
  width: fit-content;
  animation: scroll-left 20s linear infinite;
}

.scroll-content {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  column-gap: 10rem;
  padding-right: 10rem;
}

.scroll-content img {
  height: 5vh;
  filter: grayscale(1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 1500px) {
  .box11 h1 {
    font-size: 2rem;
  }

  .box11 p {
    font-size: 1.3rem;
  }

  .box213 p {
    font-size: 0.8rem;
  }

  .box72,
  .box73 {
    height: 50vh;
  }

  .box41,
  .box42,
  .box43 {
    height: 60vh;
  }

  /* .box8 {
    gap: 4rem;
  } */

  .box81 {
    height: 35vh;
    width: 20%;
  }

  .box84 {
    height: 35vh;
    width: 20%;
  }

  .box8 div h3 {
    font-size: 2rem;
  }

  .box8 div p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  .box1 {
    height: 60vh;
  }

  .box11 {
    width: 100%;
    gap: 1rem;
  }

  .box11 h1 {
    font-size: 1.2rem;
    padding: 0.8rem 0rem 0rem 0.8rem;
  }

  .box11 p {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0rem 0rem 0rem 0.8rem;
  }

  .box12 {
    width: 10%;
  }

  .box2 {
    height: 180vh;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
  }

  .box21 {
    height: 40vh;
    width: 80%;
  }

  .box213 {
    height: 40vh;
    gap: 0.5rem;
  }

  .box213 div {
    height: 30vh;
  }

  .box5 h1 {
    font-size: 1.2rem;
  }

  .box5 p {
    font-size: 1.2rem;
    padding: 0rem 0.8rem;
  }

  .box8 {
    height: 70vh;
    flex-direction: column;
    justify-content: space-around;
    gap: 0rem;
    align-items: center;
  }

  .box85 {
    height: 90vh;
  }

  .box81 {
    height: 23vh;
    width: 50%;
  }

  .box82 {
    height: 35vh;
    width: 95%;
    gap: 0.8rem;
  }

  .box82 h3 {
    font-size: 1rem !important;
  }

  .box82 p {
    font-size: 1rem !important;
  }


  .box84 {
    height: 25vh;
    width: 50%;
  }

  .box83 {
    height: 55vh;
    width: 95%;
    gap: 0.8rem;
  }

  .box83 h3 {
    font-size: 1.2rem !important;
  }

  .box83 p {
    font-size: 1rem !important;
  }

  .box_empty {
    height: 2vh;
  }

  .box6 {
    gap: 0rem;
    position: relative;
  }

  .box61 {
    width: 95%;
  }

  .box62 {
    position: absolute;
    width: 90%;
    left: 5%;
  }

  .box62 h1 {
    font-size: 1.2rem !important;
  }

  .box62 p {
    font-size: 1.2rem !important;
  }

  .box7 {
    height: 200vh;
    justify-content: space-around;

  }

  .box71 {
    gap: 0rem;
  }

  .box71 h1 {
    font-size: 1.2rem !important;
    text-align: center;
  }

  .box711 {
    width: 90%;
    height: 35vh;
  }

  .box72 {
    width: 100%;
    height: 45vh;
  }

  .box72 h1 {
    font-size: 1.2rem !important;
  }

  .box73 {
    width: 100%;
    height: 45vh;
  }

  .box73 p {
    font-size: 1.1rem !important;
  }

  .box4 {
    gap: 0rem;
    height: 200vh;
    flex-direction: column;
    justify-content: space-around;
  }

  .box41,
  .box42,
  .box43 {
    width: 80%;
  }

}