/* .landing-div {
  background-image: url("../img/landing.jpg");
  background-size: cover;
  width: 100%;
} */

body {
  margin: 0;
  background-color: lightgrey;
}
.landing-div {
  background-image: url("../img/landing.jpg");
  background-size: cover;
  width: 100%;
  height: 110vh;
  padding-bottom: 100px;
}
.inner-div {
  padding-top: 20vh;
  text-align: center;
  color: white;
}
.landing-tagline {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.landing-text {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.landing-button, .course-button {
  background-color: transparent;
  border: 2px solid white;
  padding: 10px 15px;
  color: white;
  font-weight: 600;
}

.course-button {
  display: block;
}
.sub-div {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  width: 80vw;
  padding: 50px 50px;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.course-div {
  display: flex;
  padding: 30px 20px;
  width: 270px;
  background-color: #12DBA0;
}
.course-img {
  width: 100px;
  height: min-content;
}
.course-detail-div {
  text-align: center;
  color: white;
}
.sec-div {
  background-color: lightgrey;
}

h4,h5 {
  margin-top: 0px;
  margin-bottom: 2px;
}
.footers {
  background-color: lightgrey;
}

@media (max-width: 768px) {
  .landing-tagline{
    font-size: 30px;
  }

  .landing-text {
    width: 90%;
    /* margin-left: auto;
    margin-right: auto; */
    margin-top: 50px;
  }

  /* .course-div {
    padding: 10px 3px;
  } */

  .landing-button {
    padding: 10px 10px;
  }

  .events-button{
    font-size: 0.8rem;
  }

  .left-pink-div{
    padding: 30px;
  }

  .pendaftaran-online{
    height: 60vh;
  }

  .events-text{
    padding: 40px;
  }

}