.box3 {
  position: relative;
  z-index: 1;
  background-color: black;
  /* fallback color */
}

.box3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('./Assets/30.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  /* Adjust this value as needed */
  z-index: -1;
}

.box31 h1 {
  font-size: 3rem;
  color: white;

}

.box31 p {
  font-size: 1.8rem;
  line-height: 1.3;
  color: white;
  font-style: italic;
}

.box41 h3 {
  color: teal;
}

.box41 p {
  color: black;
  line-height: 1.5;
}

.box52 p {
  line-height: 1.5;
  color: black;
}

.box52 h3 {
  color: teal;
}

@media only screen and (max-width: 1500px) {
  .box4 {
    height: 75vh;
  }

  .box41 {
    height: 70vh;
  }

  .box41 div {
    height: 30vh;
  }

  .box41 div p {
    font-size: 0.8rem;
  }

  .box5 {
    height: 90vh;
  }

  .box52 {
    height: 80vh;
  }

  .box521 {
    height: 75vh;
  }

  .box521 div {
    height: 17vh;
  }

  .box521 div p {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 0.8rem !important;
  }

  .box3 {
    gap: 0rem;
    height: 60vh;
  }

  .box31:nth-child(1) {
    width: 90%;
    /* background-color: green; */
  }

  .box31 h1 {
    font-size: 1.5rem;
  }

  .box31 p {
    font-size: 1.2rem;
  }

  .box31:nth-child(2) {
    width: 2%;
  }

  .box2 {
    flex-direction: column;
    gap: 0rem;
    height: 50vh;
  }

  .box2 div {
    width: 90%;
    padding: 1rem;
  }

  .box4 {
    height: 150vh;
    flex-direction: column;
    gap: 0rem;
  }

  .box41:nth-child(1) {
    height: 35vh;
    width: 90%;
  }

  .box41:nth-child(2) {
    height: 120vh;
    width: 90%;
  }

  .box42 {
    height: 40vh !important;
  }

  .box43 {
    height: 55vh !important;
  }

  .box5 {
    height: 200vh;
  }

  .box52 {
    height: 190vh;
    flex-direction: column;
  }

  .box521 {
    height: 90vh;
    width: 100%;
    justify-content: flex-start;
    gap: 1rem;
  }

  .box521 h3 {
    font-size: 1rem;
  }

  .box521 div {
    height: 20vh;
  }
}