* {
  margin: 0;
  padding: 0;
  font-family: "Kanit", sans-serif;
  font-family: "Pacifico", cursive;
  font-family: "Shadows Into Light", cursive;
  font-family: "Ubuntu", sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}
.header {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(43, 6, 85, 0.7), rgba(43, 6, 85, 0.7)), url(/img/banner.png);
  /* background-repeat: no-repeat; */
  background-position: center;
  background-size: cover;
  position: relative;
}
nav {
  display: flex;
  justify-content: space-between;
  padding: 2% 6%;
  align-items: center;
}
.nav-list {
  flex: 1;
  text-align: right;
}
nav img {
  width: 170px;
}
.nav-list ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 16px;
  box-sizing: border-box;
  position: relative;
}
.nav-list ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
nav .fa-solid {
  display: none;
  /* position: absolute; */
}
.nav-list ul li::after {
  content: "";
  width: 0%;
  border-radius: 50px;
  height: 3px;
  margin: 3px auto;
  background: gold;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
}
.nav-list .beda::after {
  height: 3px;
}
.nav-list ul li:hover::after {
  width: 100%;
}
.text-box {
  width: 70%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
}
.text-box h1 {
  padding-bottom: 2rem;
  font-size: 3rem;
}
.text-box p {
  margin: 10px 0 40px;
  font-size: 16px;
}
.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: white;
  border: 2px solid white;
  padding: 16px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 7px;
}
.hero-btn:hover {
  background: violet;
  border: 2px solid violet;
  color: white;
}
.kursus {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}
.kursus h1 {
  font-size: 37px;
  font-weight: 600;
}
.kursus p {
  color: grey;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  padding-top: 20px;
}
.baris {
  display: flex;
  margin: 5rem;
  justify-content: space-between;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.baris .col {
  flex-basis: 31%;
  background-color: rgb(175, 228, 228);
  border-radius: 12px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.5s;
}
.col h3 {
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
  margin: 10px 0;
}
.col p {
  font-size: 1.1rem;
  padding: 10px;
  box-sizing: border-box;
}
.col:hover {
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.5);
}
/* Camous */
.menukampus {
  width: 80%;
  margin: auto;
  padding-top: 50px;
}
.menukampus p {
  text-align: center;
  font-size: 18px;
  color: gray;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.menukampus h1 {
  text-align: center;
  font-size: 37px;
  font-weight: 600;
}
.campus-col {
  flex-basis: 32%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  transition: all 0.5ms;
}
.campus-col img {
  width: 100%;
  position: relative;
  transition: all 0.5s;
  display: block;
}
.row {
  display: flex;
  justify-content: space-between;
  transition: all 0.5ms;
  margin-top: 5rem;
}
.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: transparent;
  transition: all 0.5s;
}
.layer h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  width: 100%;
  bottom: 0;
  color: white;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  /* padding-bottom: 20px; */
  transition: all 0.5s;
  opacity: 0;
}
.layer h3::after {
  content: "";
  width: 20%;
  border-radius: 50px;
  height: 3px;
  margin: 3px auto;
  background: gold;
  display: block;
  cursor: pointer;
  transition: all 0.5s;
}
.layer:hover {
  background: rgba(151, 59, 212, 0.7);
}
.layer:hover h3 {
  bottom: 50%;
  opacity: 1;
}
.gambar1 {
  border-radius: 15px;
  position: relative;
}

/* Fasilitas */
.fasilitas {
  width: 80%;
  margin: auto;
  padding-top: 100px;
  text-align: center;
  line-height: 40px;
}
.fasilitas h1 {
  font-size: 37px;
  font-weight: 600;
}
.fasilitas-col {
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
}
.fasilitas-col img {
  width: 100%;
  border-radius: 10px;
}
.fasilitas-col p {
  padding: 0;
}
.fasilitas-col h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
}
/* testimoni */
.testimoni {
  width: 80%;
  margin: auto;
  padding-top: 100px;
  text-align: center;
  line-height: 40px;
}
.testimoni h1 {
  font-size: 37px;
  font-weight: 600;
}
.testimoni-col {
  /* max-width: 50%; */
  flex-basis: 40%;
  border-radius: 10px;
  margin-bottom: 5%;
  /* padding-bottom: 90px; */
  text-align: left;
  background: linear-gradient(rgba(120, 56, 192, 0.7), rgba(128, 27, 243, 0.7));
  padding: 55px;
  cursor: pointer;
  display: flex;
  box-sizing: border-box;
  position: relative;
}
.testimoni-col .nama {
  position: absolute;
  bottom: 0;
  left: 8.5rem;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.bintang {
  padding-left: 20px;
}
.nama .fa-solid,
.fa-regular {
  color: violet;
}
.testimoni-col img {
  flex-basis: 22%;
  height: 50px;
  width: 100px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 30px;
  border-radius: 50%;
}
.testimoni .row {
  display: flex;
  justify-content: space-evenly;
}
.cta {
  margin: 100px auto;
  width: 80%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/img/banner2.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
}
.cta h1 {
  font-size: 37px;
  color: white;
  margin-bottom: 40px;
  padding: 0;
}
footer {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
footer h4 {
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
}
.icons {
  margin: 15px;
}
footer p {
  text-transform: capitalize;
}
.icons .fa {
  padding: 18px 0;
  cursor: pointer;
  margin: 0 13px;
  color: blueviolet;
}
footer .fa-heart {
  color: blueviolet;
}
@media (max-width: 700px) {
  * {
    overflow-x: hidden;
  }
  .text-box h1 {
    font-size: 25px;
    font-weight: bold;
  }
  .text-box p {
    font-size: 15px;
    font-weight: normal;
  }
  .nav-list ul li {
    display: block;
  }
  .nav-list {
    position: absolute;
    background-color: violet;
    height: 100vh;
    width: 200px;
    color: white;
    top: 0;
    right: -200px;
    text-align: center;
    z-index: 2;
    line-height: 3rem;
    transition: all 0.5s;
  }
  nav .fa-solid {
    display: block;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
  }
  nav .fa-xmark {
    display: block;
    color: white;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    left: 0;
    margin: 20px;
  }
  .nav-list ul {
    padding-top: 3.5rem;
  }
  .nav-list ul li:hover {
    text-shadow: 1px 2px 2px black;
  }
  .nav-list ul li:hover::after {
    width: 60%;
  }
  .baris {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 10px;
  }
  .col {
    width: 80%;
    position: relative;
    right: 5%;
  }
  .row {
    display: flex;
    flex-direction: column;
  }
  .testimoni-col img {
    flex-basis: auto;
    height: 50px;
    width: 200px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
  }
  .testimoni-col img {
    margin-left: -15px;
    margin-right: 15px;
    box-sizing: border-box;
  }
  .testimoni-col p {
    line-height: 1.5rem;
  }
  .testimoni-col {
    padding-top: 20px;
  }
  .cta {
    font-size: 24px;
  }
}
@media (max-width: 1020px) {
  .baris {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 1.5rem;
  }
  .col {
    width: 70%;
    margin-left: 2rem;
  }
}
