.section-1 {
  width: 99.3vw;
  height: 100vh;
  position: relative;
  background: black;
}
.section-1-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-image: url(../Images/15.jpg);
  background-size: cover;
  background-attachment: fixed;
  opacity: 50%;
}
.section-1-txt {
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 0;
  right: 50;
  color: white;
  padding: 50px;
}
.section-1-txt p {
  font-size: 70px;
}
.coa {
  height: 60vh;
  width: 99.3vw;
  background-image: url(../Images/9.jpg);
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  opacity: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card-img {
  height: 40vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
