body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background: url(./Assets/Sekolah.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: #000;
  background-attachment: fixed;
  padding-top: 80px;
}

.wrapper {
  min-height: 40rem;
  width: 900px;
  background-color: #00000050;
  margin: 0 auto;
  padding: 0 20px;
}
.menu-home {
  height: calc(100vh - 80px);
  width: 900px;
  background-color: #00000088;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.menu-about {
  width: 900px;
  background-color: #00000088;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: aliceblue;
}

.title {
  top: 0;
  display: inline-block;
  font-weight: 650;
}

.section h4 {
  color: #fff;
}

nav {
  width: 100%;
  height: 70px;
  background-color: white;
  position: fixed;
  top: 0;
  line-height: 70px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

nav ul {
  float: right;
  margin: 0;
  margin-right: 1.9rem;
}

nav ul li {
  list-style-type: none;
  display: inline-block;
  transition: 0.5s;
}

nav ul li a {
  text-decoration: none;
  color: black;
  padding: 10px;
  font-weight: 650;
}

.active {
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 20px;
  font-weight: 650;
  background-color: rgb(142, 156, 201);
  width: 100%;
}
nav ul li a:hover {
  background-color: rgb(92, 103, 140);
  display: inline;
  color: #fff;
  transition: ease 0.3s;
}

nav img {
  height: 75%;
  aspect-ratio: 1/1;
  margin-left: 1.9rem;
  margin-top: 0.5vw;
}

.section {
  width: 80%;
  margin: auto;
  overflow: hidden;
  margin-top: 4%;
}

.section h1 {
  color: #fff;
  line-height: 50px;
}

.section p {
  color: rgb(0, 0, 0);
}

.btn-1 {
  background-color: rgb(7, 212, 219);
  padding: 0.7rem 1rem;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.features {
  margin-top: 4%;
  margin-bottom: 2%;
}

.features button {
  padding: 0.7rem 2rem;
  margin-right: 2rem;
  font-size: 1.2rem;
  opacity: 0.7;
}

showcase h1 {
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}

.courses {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}

.courses img {
  width: 200px;
  border-radius: 10px;
  border: 2px solid #000;
  margin: auto;
}

.apply {
  margin-top: 4%;
  background-color: rgb(0, 34, 255);
  padding: 0.7rem 1rem;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.sfooter {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1.2rem;
  margin-top: 4%;
}
.daftar-jurusan {
  display: flex;
  flex-wrap: wrap;
}
.col {
  width: 50%;
}
.Organisasi {
  background-color: rgb(0, 0, 0);
  padding: 10px;
  margin: 10px;
  display: flex;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 850px;
}
.Organisasi-text {
  width: 70%;
  padding-right: 10px;
  color: #fff;
  font: size 25px;
}
.jurusan {
  background-color: white;
  padding: 10px;
  margin: 10px;
  display: flex;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  filter: drop-shadow(1px 2px 4px black);
}
.jurusan-text {
  width: 70%;
  padding-right: 10px;
}
.jurusan-img {
  width: 30%;
  aspect-ratio: 2/3;
  object-fit: cover;
  align-self: center;
}
.jurusan-text a {
  margin-left: auto;
  margin-right: 0;
}
