@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

body {
  padding-top: 100px;
  overflow-x: hidden;
}

section {
  padding: 50px 0;
  background: #fff;
}

.section-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
}

.section-title2 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  margin: 20px 0;
}

.section-body {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: justify;
}

.section-label {
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  margin: 15px 0;
  cursor: initial;
}

.section-label:hover {
  color: #fff !important;
}

.section-label.knowledge {
  background-color: #245943;
}

.section-label.politics {
  background: #2C3A2D;

}

.section-label.science {
  background: #00770C;
}

.section-label.technology {
  background: #2565BE;
}

.section-label.engineering {
  background: #B71AEE;
}

.section-label.mathematics {
  background: #F82626;
}

.card-title {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.vid-button {
  background: linear-gradient(180deg, #F97300 0%, #FFCA16 100%);
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-color: transparent;
}

.vid-button:hover {
  color: #F97300;
  border-color: #F97300;
  background: transparent;
}

.card-pembelajaran {
  width: 90%;
  height: 520px;
  padding: 50px 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  background-color: #fff;
}

.footer-eduvid-btn {
  color: black;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
}

.footer-eduvid-btn:hover {
  color: white;
  background: transparent;
  border: 2px solid white;
}

.linebreak {
  width: 100%;
  background-color: black;
  height: 20px;
}

iframe {
  border-radius: 10px;
}

/* Tentang Kami */

section.tentangkami {
  padding: 20px 0 10px;
  background: #fff;
}


.tentangkami-img {
  right: 0;
}

.navbar-nav .nav-link.activenav {
  color: #ffc905 !important;
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #ffc905;
  margin-bottom: 2px;
}

.row {
  padding: 20px;
}

#materi {
  background: linear-gradient(to bottom, #ffa505, #ffc905);
  width: 100%;
  margin-bottom: 30px;
  padding: 40px 90px;
}

#imgCard {
  align-self: center;
  border-radius: 10px;
  margin: 10px 10px;
}

#cardTitle {
  font-size: 18px;
  font-weight: bold;
  margin: -10px 10px;
}

.WatchVideo {
  border-radius: 10px;
  margin: 20px 10px;
  width: 117px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  border: 2px solid #ffa505;
  color: #ffa505;
}

.DescCard {
  /* border: 1px solid black; */
  font-weight: 500;
  padding: 20px;
  margin-top: -30px;
  text-align: justify;
  font-size: 13px;
}

.selengkapnya {
  text-decoration: none;
  color: black;
  font-weight: bold;
  background-color: none;
  border-radius: 20px;
  border: 1px solid black;
  width: 191px;
  height: 30px;
  text-align: center;
}

.garKon {
  width: 60%;
  height: 1px;
  background-color: black;
}

.descBelow {
  color: black;
  font-weight: bolder;
}

#palingBawah {
  font-size: 15px;
  font-weight: 500;
  color: white;
  height: 67px;
  background-color: #ffa505;
  padding-top: 20px;
}