.parallax {
  background-image: url('../../assets/img/bg10.jpg');
  height: 380px; /* Adjust as needed */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px;
  opacity: 0.8;
}

.parallax2 {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url('../../assets/img/bg11.jpg');
  height: 500px; /* Adjust as needed */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px;
  opacity: 0.8;
}