video {
    position: relative; /* Menambahkan posisi relatif */
    top: -20px; /* Menggeser video ke atas */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Pastikan video tetap proporsional */
}
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; 
}
.input, .email, .maps {
  width: 100%;
  max-width: 500px; /* Agar elemen seperti input tidak terlalu besar */
}

.navbar {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: #008080;
}

.text-wrapper, .text-wrapper-2, .group {
  width: 100%;
  text-align: center;
  padding: 10px;
  stroke: 5px solid black;
}
.img {
  max-width: 100%; /* Gambar mengikuti lebar elemen induk */
  height: auto; /* Mengatur agar rasio tetap terjaga */
}
.div {
  width: 100%;
  max-width: 100%; /* Batasan lebar maksimal untuk tampilan desktop */
  padding: 20px;
}
.desktop {
  background-color: transparent;
  display: flex;
  justify-content: center;
  flex-direction: column; /* Mengatur elemen vertikal */
  align-items: center; /* Membuat elemen berpusat */
  width: 100%; /* Membuat lebar penuh mengikuti layar */
  max-width: 100vw; /* Membatasi scroll horizontal */
  overflow: hidden; /* Menghilangkan scroll horizontal */
  margin: 0 auto; /* Membuat konten tetap di tengah */
}
/* Untuk layar lebih kecil (seperti tablet atau ponsel) */
@media only screen and (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: center;
  }

  .div {
    padding: 10px;
    max-width: 100%;
  }

  .input, .email, .maps {
    max-width: 100%;
  }
}

/* Untuk layar yang sangat kecil (ponsel) */
@media only screen and (max-width: 480px) {
  .text-wrapper, .text-wrapper-2, .group {
    font-size: 14px; /* Sesuaikan ukuran font */
  }

  .navbar {
    font-size: 12px; /* Sesuaikan ukuran font untuk menu navigasi */
  }

  .img {
    max-width: 100%;
    height: auto;
  }
}

.desktop .div {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 5727px;
}

.desktop .div-2 {
  position: absolute;
  width: 100%;
  height: 1024px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow: hidden;
}

.desktop .overlap {
  position: absolute;
  width: 100%;
  height: 918px;
  top: 106px;
  left: 0;
}

.desktop .rectangle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.desktop .text-wrapper {
  position: absolute;
  width: 537px;
  top: 425px;
  left: 110px;
  transition: all 0.3s ease;
  font-family: "Karla", Helvetica;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 25px);
  max-width: 100%;
  backdrop-filter: blur(7px);
  border-radius: 26px;
  -webkit-text-stroke: 0.7 px black; /* Mengatur ukuran stroke dan warnanya */
  text-stroke: 0.7px black; /* Tambahan untuk browser non-WebKit */
}

.desktop .text-wrapper-2 {
  width: 509px;
  top: 403px;
  left: 129px;
  font-family: "Junge", Helvetica;
  font-size: 36px;
  text-align: center;
  letter-spacing: -2.52px;
  line-height: 43.7px;
  text-decoration: underline;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 25px);
  position: absolute;
  font-weight: 400;
  color: #ffffff;
}

.desktop .p {
  position: absolute;
  width: 565px;
  top: 500px;
  left: 101px;
  font-family: "Fugaz One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: -1.26px;
  line-height: 26.4px;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .group {
  position: absolute;
  width: 168px;
  height: 44px;
  top: 612px;
  left: 300px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .overlap-group {
  position: relative;
  height: 46px;
  top: -1px;
  left: -1px;
  background-color: #820002;
  border-radius: 141px;
  border: 1px solid;
  border-color: #000000;
  box-shadow: inset 0px 4px 4px #00000040;
}

.desktop .text-wrapper-3 {
  position: absolute;
  top: 11px;
  left: 31px;
  font-family: "Franklin Gothic Heavy-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.18px;
  line-height: 20.4px;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .overlap-2 {
  position: absolute;
  width: 1452px;
  height: 114px;
  top: -8px;
  left: 0;
}

.desktop .overlap-wrapper {
  position: absolute;
  width: 100%;
  height: 39px;
  top: 0;
  left: 0;
}

.desktop .overlap-3 {
  position: relative;
  width: 1442px;
  height: 39px;
  left: -1px;
}

.desktop .rectangle-2 {
  position: absolute;
  width: 107%;
  height: 25px;
  top: 7px;
  left: 0;
  background-color: #2a9f5f87;
  border: 1px solid;
  border-color: #000000;
}

.desktop .email {
  position: absolute;
  width: 194px;
  height: 39px;
  top: 0;
  left: 1197px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translate(25px, 0);
}


.desktop .smkmuloajanan-gmail {
  top: 0;
  left: 29px;
  font-family: "Gurajada", Helvetica;
  color: #000000;
  font-size: 20px;
  text-align: right;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  background: transparent;
  border: none;
  padding: 0;
}

.desktop .pngegg {
  position: absolute;
  width: 29px;
  height: 17px;
  top: 11px;
  left: 0;
  object-fit: cover;
}

.desktop .maps {
  position: absolute;
  width: 295px;
  height: 39px;
  top: 0;
  left: 857px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translate(25px, 0);
}

.desktop .text-wrapper-4 {
  position: absolute;
  top: 0;
  left: 26px;
  font-family: "Gurajada", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .pngwing-com {
  position: absolute;
  width: 20px;
  height: 22px;
  top: 8px;
  left: 0;
  object-fit: cover;
}

.desktop .navbar-wrapper {
  position: absolute;
  width: 106%;
  height: 81px;
  top: 33px;
  left: 0;
}

.desktop .navbar {
  position: relative;
  width: 100%;
  height: 85px;
  top: -2px;
  left: -2px;
  background-color: #008080;
  border: 2px solid;
  border-color: #000000;
  box-shadow: inset 0px 4px 4px #00000040;
}

.desktop .overlap-group-2 {
  position: absolute;
  width: 218px;
  height: 70px;
  top: 10px;
  left: 73px;
}

.desktop .logo-alt {
  position: absolute;
  width: 206px;
  height: 59px;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  object-fit: cover;
}

.desktop .sddefault-removebg {
  position: absolute;
  width: 76px;
  height: 39px;
  top: 31px;
  left: 142px;
  object-fit: cover;
}

.desktop .text-wrapper-5 {
  position: absolute;
  top: 27px;
  left: 580px;
  transition: all 0.2s ease;
  font-family: "Joan", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  opacity: 0;
}

.desktop .text-wrapper-6 {
  position: absolute;
  top: 27px;
  left: 684px;
  transition: all 0.2s ease;
  font-family: "Joan", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  opacity: 0;
}

.desktop .text-wrapper-7 {
  position: absolute;
  top: 27px;
  left: 894px;
  transition: all 0.2s ease;
  font-family: "Joan", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  opacity: 0;
}

.desktop .text-wrapper-8 {
  position: absolute;
  top: 27px;
  left: 1035px;
  transition: all 0.2s ease;
  font-family: "Joan", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  opacity: 0;
}

.desktop .text-wrapper-9 {
  position: absolute;
  top: 27px;
  left: 1131px;
  transition: all 0.2s ease;
  font-family: "Joan", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  opacity: 0;
}

.desktop .text-wrapper-10 {
  position: absolute;
  top: 27px;
  left: 1284px;
  transition: all 0.2s ease;
  font-family: "Joan", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  opacity: 0;
}

.desktop .div-3 {
  position: absolute;
  width: 100%;
  height: 1314px;
  top: 1024px;
  left: 0;
  background-color: #ffffff;
}

.desktop .overlap-group-wrapper {
  position: absolute;
  width: 378px;
  height: 94px;
  top: 67px;
  left: 394px;
  opacity: 1;
  transform: translate(0, 25px);
}

.desktop .overlap-group-3 {
  position: relative;
  width: 380px;
  height: 98px;
  top: -2px;
  left: -2px;
  background-color: #d9d9d9;
  border: 2px solid;
  border-color: #000000;
  box-shadow: 0px 4px 4px #00000040;
}

.desktop .text-wrapper-11 {
  top: 11px;
  left: 30px;
  font-family: "Chelsea Market", Helvetica;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.18px;
  line-height: 22.9px;
  white-space: nowrap;
  position: absolute;
  font-weight: 400;
}

.desktop .ENERGIMUU {
  position: absolute;
  width: 189px;
  height: 51px;
  top: 35px;
  left: 86px;
  object-fit: cover;
}

.desktop .kepala-sekolah-nur {
  position: absolute;
  top: 487px;
  left: 1012px;
  transition: all 0.3s ease;
  font-family: "Franklin Gothic Heavy-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.18px;
  line-height: 20.4px;
  opacity: 0;
  transform: translate(25px, 0);
}

.desktop .span {
  letter-spacing: 0.03px;
}

.desktop .text-wrapper-12 {
  letter-spacing: 0.03px;
  text-decoration: underline;
}

.desktop .VISI-sekolah {
  position: absolute;
  width: 613px;
  top: 216px;
  left: 280px;
  transition: all 0.2s ease;
  font-family: "Fontdiner Swanky", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 29px;
  letter-spacing: 0.29px;
  line-height: 29px;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .text-wrapper-13 {
  letter-spacing: 0.08px;
  line-height: 44.7px;
}

.desktop .text-wrapper-14 {
  font-family: "Franklin Gothic Heavy-Regular", Helvetica;
  font-size: 26px;
  letter-spacing: 0.07px;
  line-height: 29.5px;
  text-decoration: underline;
}

.desktop .text-wrapper-15 {
  font-family: "Fanwood Text", Helvetica;
  font-size: 24px;
  letter-spacing: 0.06px;
  line-height: 31.5px;
}

.desktop .text-wrapper-16 {
  font-family: "Fanwood Text", Helvetica;
  font-size: 26px;
  letter-spacing: 0.07px;
  line-height: 34.1px;
}

.desktop .zayni {
  position: absolute;
  width: 176px;
  height: 232px;
  top: 247px;
  left: 1006px;
  transition: all 0.2s ease;
  object-fit: cover;
  display: block;
  opacity: 0;
}

.desktop .div-wrapper {
  position: absolute;
  width: 100%;
  height: 806px;
  top: 3144px;
  left: 0;
  background-color: #ffffff;
  transition: all 0.2s ease;
}

.desktop .overlap-4 {
  position: relative;
  height: 806px;
  background-image: url(./img/teal-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop .logo-PK-removebg {
  position: absolute;
  width: 295px;
  height: 200px;
  top: 31px;
  left: 393px;
  transition: all 0.2s ease;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: translate(-25px, 0);
}

.desktop .text-wrapper-17 {
  position: absolute;
  width: 584px;
  top: 272px;
  left: 426px;
  transition: all 0.2s ease;
  font-family: "Chelsea Market", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 25.4px;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .download-removebg {
  position: absolute;
  width: 344px;
  height: 201px;
  top: 42px;
  left: 727px;
  transition: all 0.2s ease;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

.desktop .div-4 {
  position: absolute;
  width: 100%;
  height: 195px;
  top: 3950px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #000000;
  box-shadow: inset 0px 4px 4px 4px #00000040;
  transition: all 0.2s ease;
}

.desktop .graduated {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 14px;
  left: 224px;
  transition: all 0.2s ease-in;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .text-wrapper-18 {
  position: absolute;
  top: 135px;
  left: 256px;
  transition: all 0.2s ease;
  font-family: "Chelsea Market", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 25.4px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .text-wrapper-19 {
  position: absolute;
  top: 135px;
  left: 637px;
  transition: all 0.2s ease;
  font-family: "Chelsea Market", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 25.4px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .overlap-5 {
  position: absolute;
  width: 110px;
  height: 134px;
  top: 24px;
  left: 979px;
}

.desktop .text-wrapper-20 {
  position: absolute;
  top: 109px;
  left: 24px;
  transition: all 0.2s ease;
  font-family: "Chelsea Market", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 25.4px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .team {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .text-wrapper-21 {
  position: absolute;
  top: 46px;
  left: 344px;
  transition: all 0.2s ease;
  font-family: "Chelsea Market", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 61.1px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .text-wrapper-22 {
  position: absolute;
  top: 46px;
  left: 744px;
  transition: all 0.2s ease;
  font-family: "Chelsea Market", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 61.1px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .text-wrapper-23 {
  position: absolute;
  top: 46px;
  left: 1115px;
  transition: all 0.2s ease;
  font-family: "Chelsea Market", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 61.1px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .presentation {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 24px;
  left: 608px;
  transition: all 0.2s ease;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .overlap-wrapper-2 {
  position: absolute;
  width: 100%;
  height: 801px;
  top: 2340px;
  left: 0;
  background-color: #ffffff;
  transition: all 0.2s ease;
}

.desktop .overlap-6 {
  position: relative;
  height: 801px;
  background-image: url(./img/light-teal-background-ablah7pmjlo6plbp-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop .rectangle-3 {
  position: absolute;
  width: 832px;
  height: 572px;
  top: 143px;
  left: 303px;
  border: 6px solid;
  border-color: #000000;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .group-2 {
  position: absolute;
  width: 919px;
  height: 64px;
  top: 41px;
  left: 261px;
  opacity: 0;
  transform: translate(25px, 0);
}

.desktop .overlap-group-4 {
  position: relative;
  width: 927px;
  height: 74px;
  top: -5px;
  left: -5px;
  background-color: #0ec3b4;
  border-radius: 72px;
  border: 5px solid;
  border-color: #000000;
  box-shadow: 0px 4px 4px #00000040;
}

.desktop .text-wrapper-24 {
  position: absolute; /* Pastikan posisinya benar */
  top: 6px; /* Sesuaikan posisi */
  left: 337px;
  font-family: "Changa One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 42.5px;
  white-space: nowrap;
  opacity: 0; /* Default opacity 0 */
  transform: translate(25px, 0); /* Posisi awal elemen */
  transition: all 0.5s ease;
  z-index: 1; /* Pastikan elemen terlihat di atas elemen lain */
}


.desktop .overlap-7 {
  position: absolute;
  width: 100%;
  height: 985px;
  top: 4744px;
  left: 0;
}

.desktop .overlap-wrapper-3 {
  position: absolute;
  width: 100%;
  height: 672px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  backdrop-filter: blur(50px) brightness(100%);
  -webkit-backdrop-filter: blur(50px) brightness(100%);
}

.desktop .overlap-8 {
  position: relative;
  height: 672px;
  background-image: url(img/hd-wallpaper-blur-iphone-blurred-thumbnail-1.png);
  background-size: cover;
  background-position: 50% 50%;
  top: -64px;
}

.desktop .img {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 164px;
  left: 560px;
  display: block;
  opacity: 0; /* Opacity diset ke 0 */
  transform: translate(25px, 0); /* Transformasi ini bisa mendorong gambar keluar */
  transition: all 0.5s ease;
}


.desktop .overlap-9 {
  position: absolute;
  width: 494px;
  height: 100px;
  top: 34px;
  left: 473px;

}

.desktop .text-wrapper-25 {
  position: absolute;
  top: -48px;
  left: 140px;
  -webkit-text-stroke: 1px #000000;
  font-family: "Changa One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 42.5px;
  white-space: nowrap;
}

.desktop .group-3 {
  position: absolute;
  width: 76px;
  height: 63px;
  top: 291px;
  left: 1351px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .overlap-group-5 {
  position: relative;
  width: 78px;
  height: 65px;
  top: -1px;
  left: -1px;
  border-radius: 39px/32.5px;
}

.desktop .ellipse {
  position: absolute;
  width: 78px;
  height: 65px;
  top: 0;
  left: 0;
  background-color: #d9d9d9;
  border-radius: 39px/32.5px;
  border: 1px solid;
  border-color: #0a0a0a;
  box-shadow: 1px 3px 8.9px 3px #00000040, 1px 3px 8.9px 3px #00000040;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translate(-25px, 0);
}

.desktop .arrow {
  top: 25px;
  left: 14px;
  position: absolute;
  width: 54px;
  height: 15px;
  opacity: 0; /* Opacity diset ke 0, yang menyebabkan gambar tidak terlihat */
  transform: translate(25px, 0); /* Transformasi ini bisa membuat gambar bergeser keluar */
  transition: all 0.5s ease;
}


.desktop .group-4 {
  position: absolute;
  width: 76px;
  height: 63px;
  top: 290px;
  left: 7px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .ellipse-2 {
  position: absolute;
  width: 78px;
  height: 65px;
  top: 0;
  left: 0;
  background-color: #d9d9d9;
  border-radius: 39px/32.5px;
  border: 1px solid;
  border-color: #000000;
  box-shadow: 1px 3px 8.9px 3px #00000040, 1px 3px 8.9px 3px #00000040;
  transition: all 0.2s ease;
  opacity: 0; /* Elemen tidak terlihat karena opacity 0 */
  transform: translate(25px, 0); /* Ini bisa menyebabkan elemen bergeser */
}


.desktop .arrow-2 {
  top: 26px;
  left: 12px;
  position: absolute;
  width: 54px;
  height: 15px;
}

.desktop .overlap-wrapper-4 {
  position: absolute;
  width: 100%;
  height: 315px;
  top: 5410px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #000000;
  transition: all 0.2s ease;
}

.desktop .overlap-10 {
  position: relative;
  width: 100%;
  height: 311px;
  background-image: url(./img/pngegg-17-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop .overlap-11 {
  position: absolute;
  width: 100%;
  height: 252px;
  top: 6px;
  left: 0;
}

.desktop .overlap-12 {
  position: absolute;
  width: 100%;
  height: 252px;
  top: 0;
  left: 0;
}

.desktop .instagram {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 62px;
  left: 1148px;
  object-fit: cover;
}

.desktop .overlap-13 {
  position: absolute;
  width: 219px;
  height: 80px;
  top: 0;
  left: 1181px;
}

.desktop .text-wrapper-26 {
  position: absolute;
  height: 71px;
  top: 0;
  left: 36px;
  font-family: "Gurajada", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .text-wrapper-27 {
  position: absolute;
  height: 19px;
  top: 61px;
  left: 0;
  font-family: "Tahoma-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .text-wrapper-28 {
  position: absolute;
  height: 71px;
  top: 0;
  left: 749px;
  font-family: "Gurajada", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 36px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .youtube {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 151px;
  left: 1148px;
  object-fit: cover;
}

.desktop .overlap-group-6 {
  position: absolute;
  width: 100%;
  height: 208px;
  top: 44px;
  left: 0;
}

.desktop .line {
  width: 100%;
  height: 1px;
  top: 207px;
  left: 0;
  position: absolute;
  object-fit: cover;
}

.desktop .line-2 {
  width: 1px;
  height: 208px;
  top: 0;
  left: 21px;
  position: absolute;
  object-fit: cover;
}

.desktop .line-3 {
  width: 1px;
  height: 208px;
  top: 0;
  left: 557px;
  position: absolute;
  object-fit: cover;
}

.desktop .line-4 {
  width: 1px;
  height: 208px;
  top: 0;
  left: 1093px;
  position: absolute;
  object-fit: cover;
}

.desktop .text-wrapper-29 {
  position: absolute;
  height: 19px;
  top: 41px;
  left: 36px;
  font-family: "Tahoma-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .text-wrapper-30 {
  position: absolute;
  height: 19px;
  top: 110px;
  left: 36px;
  font-family: "Tahoma-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .text-wrapper-31 {
  position: absolute;
  height: 19px;
  top: 170px;
  left: 36px;
  font-family: "Tahoma-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .jl-ex-PT-hima {
  position: absolute;
  height: 38px;
  top: 63px;
  left: 36px;
  font-family: "Tahoma-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .text-wrapper-32 {
  position: absolute;
  height: 19px;
  top: 59px;
  left: 602px;
  font-family: "Tahoma-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}
.desktop .text-wrapper-a {
  height: 19px;
  top: 61px;
  left: 1181px;
  font-family: "Tahoma-Regular", Helvetica;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
  position: absolute;
  font-weight: 400;
}
.desktop .text-wrapper-33 {
  height: 19px;
  top: 106px;
  left: 1181px;
  font-family: "Tahoma-Regular", Helvetica;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
  position: absolute;
  font-weight: 400;
}

.desktop .text-wrapper-34 {
  height: 19px;
  top: 150px;
  left: 1181px;
  font-family: "Tahoma-Regular", Helvetica;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
  position: absolute;
  font-weight: 400;
}

.desktop .text-wrapper-35 {
  position: absolute;
  height: 19px;
  top: 91px;
  left: 602px;
  font-family: "Tahoma-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .text-wrapper-36 {
  position: absolute;
  height: 19px;
  top: 125px;
  left: 602px;
  font-family: "Tahoma-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .text-wrapper-37 {
  position: absolute;
  height: 19px;
  top: 156px;
  left: 602px;
  font-family: "Tahoma-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .text-wrapper-38 {
  position: absolute;
  height: 19px;
  top: 186px;
  left: 602px;
  font-family: "Tahoma-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .text-wrapper-39 {
  position: absolute;
  height: 19px;
  top: 215px;
  left: 602px;
  font-family: "Tahoma-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}

.desktop .text-wrapper-40 {
  position: absolute;
  height: 19px;
  top: 134px;
  left: 36px;
  font-family: "Tahoma-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.desktop .text-wrapper-41 {
  height: 19px;
  top: 192px;
  left: 36px;
  font-family: "Tahoma-Regular", Helvetica;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .facebook {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 107px;
  left: 1149px;
  object-fit: cover;
}

.desktop .text-wrapper-42 {
  width: 347px;
  top: 5px;
  left: 0;
  font-family: "Gugi", Helvetica;
  color: #ffffff;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  font-weight: 400;
}

.desktop .text-wrapper-43 {
  height: 47px;
  top: 258px;
  left: 584px;
  font-family: "Gurajada", Helvetica;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  font-weight: 400;
  color: #ffffff;
}

.desktop .div-5 {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 4145px;
  left: 2px;
  background-color: #03484f;
}

.desktop .group-5 {
  position: absolute;
  width: 394px;
  height: 54px;
  top: 18px;
  left: 527px;
  opacity: 0;
}

.desktop .overlap-group-7 {
  position: relative;
  width: 392px;
  height: 54px;
  background-color: #d9d9d9;
  border-radius: 55px;
}

.desktop .text-wrapper-44 {
  position: absolute;
  top: 5px;
  left: 110px;
  -webkit-text-stroke: 1px #ffffff;
  font-family: "Changa One", Helvetica;
  font-weight: 400;
  color: #040101;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 42.5px;
  white-space: nowrap;
}

.desktop .overlap-14 {
  position: absolute;
  width: 219px;
  height: 217px;
  top: 79px;
  left: 136px;
}

.desktop .element {
  position: absolute;
  width: 219px;
  height: 201px;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
  opacity: 0;
}

.desktop .text-wrapper-45 {
  position: absolute;
  top: 192px;
  left: 17px;
  -webkit-text-stroke: 1px #000000;
  transition: all 0.2s ease;
  font-family: "Changa One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.24px;
  line-height: 25.5px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-25px, 0);
}

.desktop .text-wrapper-46 {
  position: absolute;
  top: 271px;
  left: 576px;
  -webkit-text-stroke: 1px #000000;
  transition: all 0.2s ease;
  font-family: "Changa One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.24px;
  line-height: 25.5px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .teknik-jaringan {
  position: absolute;
  top: 271px;
  left: 970px;
  -webkit-text-stroke: 1px #000000;
  transition: all 0.2s ease;
  font-family: "Changa One", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.24px;
  line-height: 25.5px;
  opacity: 0; /* Ubah dari 0 ke 1 agar tampil */
  transform: translate(25px, 0); /* Pastikan transformasi ini di-reset di JS */
}


.desktop .LOGO-TKJ {
  position: absolute;
  width: 190px;
  height: 192px;
  top: 79px;
  left: 1093px;
  object-fit: cover;
  display: block;
  opacity: 0;
}

.desktop .LOGO-TKR {
  position: absolute;
  width: 188px;
  height: 183px;
  top: 88px;
  left: 625px;
  transition: all 0.2s ease;
  object-fit: cover;
  display: block;
  opacity: 0;
}

.desktop .text-wrapper-47 {
  position: absolute;
  width: 397px;
  top: 300px;
  left: 47px;
  transition: all 0.2s ease;
  font-family: "Bona Nova", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.24px;
  line-height: 28.8px;
  opacity: 0;
  transform: translate(-25px, 0);
}

.desktop .text-wrapper-48 {
  position: absolute;
  width: 397px;
  top: 300px;
  left: 518px;
  transition: all 0.2s ease;
  font-family: "Bona Nova", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.24px;
  line-height: 28.8px;
  opacity: 0;
  transform: translate(0, 25px);
}

.desktop .text-wrapper-49 {
  position: absolute;
  width: 447px;
  top: 327px;
  left: 964px;
  transition: all 0.2s ease;
  font-family: "Bona Nova", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.24px;
  line-height: 28.8px;
  opacity: 0;
  transform: translate(25px, 0);
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
      
@import url("https://fonts.googleapis.com/css?family=Karla:300,300italic|Junge:400|Fugaz+One:400|Gurajada:400|Joan:400|Chelsea+Market:400|Fontdiner+Swanky:400|Fanwood+Text:400|Changa+One:400|Gugi:400|Bona+Nova:400");


@font-face {
  font-family: "Franklin Gothic Heavy-Regular";
  font-style: normal;
  font-weight: 400;
  src: url('https://anima-uploads.s3.amazonaws.com/projects/6025ba75fbfaa306016a466c/fonts/framdit.ttf') format("truetype");
}

@font-face {
  font-family: "Tahoma-Bold";
  font-style: normal;
  font-weight: 700;
  src: url('https://anima-uploads.s3.amazonaws.com/projects/657b3980617a2a8254fa4129/fonts/tahoma.ttf') format("truetype");
}

@font-face {
  font-family: "Tahoma-Regular";
  font-style: normal;
  font-weight: 400;
  src: url('https://anima-uploads.s3.amazonaws.com/projects/654b617bb0eef6031e715d89/fonts/tahoma.ttf') format("truetype");
}
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/66eff9aa5ac110fecedbffa3.66eff9aa5ac110fecedbffa6.vFyYI0j.hch.png");


.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.component-wrapper a {
  display: contents;
  pointer-events: auto;
  text-decoration: none;
}

.component-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.full-width-a {
  width: 100%;
}

.full-height-a {
  height: 100%;
}

.container-center-vertical {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  pointer-events: none;
}

.container-center-vertical > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from { opacity: 0 }
 to { opacity: 1 }
}

.animate-nodelay {
  animation-delay: 0s;
}

.align-self-flex-start {
  align-self: flex-start;
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-flex-center {
  align-self: flex-center;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

input:focus {
  outline: none;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
:root { 
  --alto: #d9d9d9;
  --black: #000000;
  --white: #ffffff;
 
  --font-size-l: 29px;
  --font-size-m: 24px;
  --font-size-s: 20px;
  --font-size-xl: 36px;
  --font-size-xs: 18px;
  --font-size-xxl: 48px;
  --font-size-xxs: 16px;
 
  --font-family-bona_nova: "Bona Nova", Helvetica;
  --font-family-changa_one: "Changa One", Helvetica;
  --font-family-chelsea_market: "Chelsea Market", Helvetica;
  --font-family-fanwood_text: "Fanwood Text", Helvetica;
  --font-family-fontdiner_swanky: "Fontdiner Swanky", Helvetica;
  --font-family-franklin_gothic_heavy-regular: "Franklin Gothic Heavy-Regular", Helvetica;
  --font-family-fugaz_one: "Fugaz One", Helvetica;
  --font-family-gugi: "Gugi", Helvetica;
  --font-family-gurajada: "Gurajada", Helvetica;
  --font-family-joan: "Joan", Helvetica;
  --font-family-junge: "Junge", Helvetica;
  --font-family-karla: "Karla", Helvetica;
  --font-family-tahoma-bold: "Tahoma-Bold", Helvetica;
  --font-family-tahoma-regular: "Tahoma-Regular", Helvetica;
}
.tahoma-regular-normal-white-16px {
  color: var(--white);
  font-family: var(--font-family-tahoma-regular);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.joan-normal-white-24px {
  color: var(--white);
  font-family: var(--font-family-joan);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.franklingothicheavy-regular-normal-black-18px {
  color: var(--black);
  font-family: var(--font-family-franklin_gothic_heavy-regular);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.fontdinerswanky-normal-black-29px {
  color: var(--black);
  font-family: var(--font-family-fontdiner_swanky);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.chelseamarket-normal-black-20px {
  color: var(--black);
  font-family: var(--font-family-chelsea_market);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.chelseamarket-normal-black-48px {
  color: var(--black);
  font-family: var(--font-family-chelsea_market);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.tahoma-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-tahoma-bold);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.changaone-normal-white-24px {
  color: var(--white);
  font-family: var(--font-family-changa_one);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.bonanova-normal-white-24px {
  color: var(--white);
  font-family: var(--font-family-bona_nova);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}



/* screen - desktop */

.desktop {
  background-color: transparent;
  margin: 0px;
  min-height: 5727px;
  min-width: 1440px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
/*test buat berita*/


.desktop .desktop-1-C61RwL {
  background-color: var(--white);
  height: 1024px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 1440px;
}

.desktop .rectangle-3-id4eKt {
  background-color: transparent;
  height: 918px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 106px;
  width: 1440px;
}

.desktop .excellent-interprenu-id4eKt {
  background-color: transparent;
  color: var(--white);
  cursor: pointer;
  display: block;
  font-family: var(--font-family-karla);
  font-size: var(--font-size-m);
  font-style: italic;
  font-weight: 300;
  height: auto;
  left: 129px;
  letter-spacing: 0.00px;
  line-height: normal;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: right;
  top: 473px;
  transform: translate(0, 25px);
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 509px;
}

.desktop .excellent-interprenu-id4eKt.animate-enter {
  animation: animate-enter-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .excellent-interprenu-id4eKt:hover {
  opacity: 1;
}

.desktop .smk-muhammadiyah-loa-janan-id4eKt {
  color: var(--white);
  display: block;
  font-family: var(--font-family-junge);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 129px;
  letter-spacing: -2.52px;
  line-height: 43.7px;
  opacity: 0;
  text-align: center;
  text-decoration: underline;
  top: 510px;
  transform: translate(0, 25px);
  white-space: nowrap;
  width: 509px;
}

.desktop .smk-muhammadiyah-loa-janan-id4eKt.animate-enter1 {
  animation: animate-enter1-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
  backdrop-filter: blur(7px);
  border-radius: 26px;
}

@keyframes animate-enter1-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .smk-muhammadiyah-loa-id4eKt {
  background-color: transparent;
  color: var(--white);
  display: block;
  font-family: var(--font-family-fugaz_one);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 101px;
  letter-spacing: -1.26px;
  line-height: 26.4px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 607px;
  transform: translate(0, 25px);
  width: 565px;
}

.desktop .smk-muhammadiyah-loa-id4eKt.animate-enter2 {
  animation: animate-enter2-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
  backdrop-filter: blur(7px);
  border-radius: 26px;
}

@keyframes animate-enter2-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .group-2-id4eKt {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 44px;
  left: 300px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 718px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 168px;
}

.desktop .group-2-id4eKt.animate-enter3 {
  animation: animate-enter3-frames 0.60s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter3-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .group-2-id4eKt:hover {
  transform: scale(1.1);
}

.desktop .rectangle-4-BXzLZP {
  background-color: #820002;
  border: 1px solid;
  border-color: var(--black);
  border-radius: 141px;
  box-shadow: inset 0px 4px 4px #00000040;
  height: 46px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 168px;
}

.desktop .get-started-BXzLZP {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-franklin_gothic_heavy-regular);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 31px;
  letter-spacing: 0.18px;
  line-height: 20.4px;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  top: 11px;
  white-space: nowrap;
  width: auto;
}

.desktop .group-4-id4eKt {
  background-color: transparent;
  height: 39px;
  left: 0px;
  position: absolute;
  top: -8px;
  width: 1440px;
}

.desktop .rectangle-1-4Km2DQ {
  background-color: #2a9f5f87;
  border: 1px solid;
  border-color: var(--black);
  height: 25px;
  left: -1px;
  position: absolute;
  top: 7px;
  width: 1442px;
}

.desktop .email-4Km2DQ {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 39px;
  left: 1196px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 0px;
  transform: translate(25px, 0);
  transition: all 0.2s ease;
  width: 194px;
}

.desktop .email-4Km2DQ.animate-enter4 {
  animation: animate-enter4-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes animate-enter4-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .email-4Km2DQ:hover {
  transform: scale(1.1);
}

.desktop .smkmuloajanangmailcom-9Vxuhq {
  color: var(--black);
  font-family: var(--font-family-gurajada);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 29px;
  text-align: right;
  top: 0px;
}

.desktop .pngegg-16-1-9Vxuhq {
  background-color: transparent;
  height: 17px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 11px;
  width: 29px;
}

.desktop .maps-4Km2DQ {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 39px;
  left: 856px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 0px;
  transform: translate(25px, 0);
  transition: all 0.2s ease;
  width: 295px;
}

.desktop .maps-4Km2DQ.animate-enter5 {
  animation: animate-enter5-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes animate-enter5-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .maps-4Km2DQ:hover {
  transform: scale(1.1);
}

.desktop .jl-ex-pt-hima-kampun-OXZzaT {
  color: var(--black);
  font-family: var(--font-family-gurajada);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 26px;
  text-align: right;
  top: 0px;
}

.desktop .pngwingcom-8-1-OXZzaT {
  background-color: transparent;
  height: 22px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 8px;
  width: 20px;
}

.desktop .group-3-id4eKt {
  background-color: transparent;
  height: 81px;
  left: 0px;
  position: absolute;
  top: 25px;
  width: 1452px;
}

.desktop .rectangle-2-kjxeu4 {
  background-color: #008080;
  border: 2px solid;
  border-color: var(--black);
  box-shadow: inset 0px 4px 4px #00000040;
  height: 85px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 1444px;
}

.desktop .logo-alt-1-kjxeu4 {
  background-color: transparent;
  cursor: pointer;
  height: 59px;
  left: 71px;
  object-fit: cover;
  pointer-events: auto;
  position: absolute;
  top: 8px;
  transition: all 0.2s ease;
  width: 206px;
}

.desktop .logo-alt-1-kjxeu4:hover {
  transform: scale(1.1);
}

.desktop .sddefault-removebg-preview-1-kjxeu4 {
  background-color: transparent;
  height: 39px;
  left: 213px;
  object-fit: cover;
  position: absolute;
  top: 39px;
  width: 76px;
}

.desktop .beranda-kjxeu4 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 580px;
  letter-spacing: 0.00px;
  line-height: normal;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: right;
  top: 27px;
  transition: all 0.2s ease;
  width: auto;
}

.desktop .beranda-kjxeu4.animate-enter6 {
  animation: animate-enter6-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter6-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.desktop .beranda-kjxeu4:hover {
  transform: scale(1.1);
}

.desktop .peserta-didik-baru-kjxeu4 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 684px;
  letter-spacing: 0.00px;
  line-height: normal;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: right;
  top: 27px;
  transition: all 0.2s ease;
  width: auto;
}

.desktop .peserta-didik-baru-kjxeu4.animate-enter7 {
  animation: animate-enter7-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter7-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.desktop .peserta-didik-baru-kjxeu4:hover {
  transform: scale(1.1);
}

.desktop .portal-siswa-kjxeu4 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 894px;
  letter-spacing: 0.00px;
  line-height: normal;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: right;
  top: 27px;
  transition: all 0.2s ease;
  width: auto;
}

.desktop .portal-siswa-kjxeu4.animate-enter8 {
  animation: animate-enter8-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter8-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.desktop .portal-siswa-kjxeu4:hover {
  transform: scale(1.1);
}

.desktop .alumni-kjxeu4 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 1035px;
  letter-spacing: 0.00px;
  line-height: normal;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: right;
  top: 27px;
  transition: all 0.2s ease;
  width: auto;
}

.desktop .alumni-kjxeu4.animate-enter9 {
  animation: animate-enter9-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter9-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.desktop .alumni-kjxeu4:hover {
  transform: scale(1.1);
}

.desktop .perpustakaan-kjxeu4 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 1131px;
  letter-spacing: 0.00px;
  line-height: normal;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: right;
  top: 27px;
  transition: all 0.2s ease;
  width: auto;
}

.desktop .perpustakaan-kjxeu4.animate-enter10 {
  animation: animate-enter10-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter10-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.desktop .perpustakaan-kjxeu4:hover {
  transform: scale(1.1);
}

.desktop .ujian-online-kjxeu4 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 1284px;
  letter-spacing: 0.00px;
  line-height: normal;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: right;
  top: 27px;
  transition: all 0.2s ease;
  width: auto;
}

.desktop .ujian-online-kjxeu4.animate-enter11 {
  animation: animate-enter11-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter11-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.desktop .ujian-online-kjxeu4:hover {
  transform: scale(1.1);
}

.desktop .desktop-2-C61RwL {
  background-color: var(--white);
  height: 1314px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 1024px;
  width: 1440px;
}

.desktop .group-1-CPqE3F {
  background-color: transparent;
  display: block;
  height: 94px;
  left: 394px;
  opacity: 0;
  position: absolute;
  top: 67px;
  transform: translate(0, 25px);
  width: 378px;
}

.desktop .group-1-CPqE3F.animate-enter12 {
  animation: animate-enter12-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter12-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .rectangle-5-G43LWj {
  background-color: var(--alto);
  border: 2px solid;
  border-color: var(--black);
  box-shadow: 0px 4px 4px #00000040;
  height: 98px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 380px;
}

.desktop .smk-muhammadiyah-loa-janan-G43LWj {
  color: var(--black);
  font-family: var(--font-family-chelsea_market);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 30px;
  letter-spacing: 0.18px;
  line-height: 22.9px;
  text-align: center;
  top: 11px;
  white-space: nowrap;
  width: auto;
}

.desktop .energimuu-1-G43LWj {
  background-color: transparent;
  height: 51px;
  left: 86px;
  object-fit: cover;
  position: absolute;
  top: 35px;
  width: 189px;
}

.desktop .kepala-sekolah-nur-alim-s-ag-m-pd-CPqE3F {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 1012px;
  letter-spacing: 0.18px;
  line-height: 20.4px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 488px;
  transform: translate(25px, 0);
  transition: all 0.3s ease;
  width: auto;
}

.desktop .span0-juB5nO {
  letter-spacing: 0.03px;
}

.desktop .span1-juB5nO {
  letter-spacing: 0.03px;
  text-decoration: underline;
}

.desktop .kepala-sekolah-nur-alim-s-ag-m-pd-CPqE3F.animate-enter13 {
  animation: animate-enter13-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes animate-enter13-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .kepala-sekolah-nur-alim-s-ag-m-pd-CPqE3F:hover {
  opacity: 1;
}

.desktop .visi-sekolah-terwuju-CPqE3F {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 280px;
  letter-spacing: 0.29px;
  line-height: 29px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: left;
  top: 217px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 613px;
}

.desktop .span0-hZqFJv {
  letter-spacing: 0.08px;
  line-height: 44.7px;
  text-decoration: underline;
}

.desktop .span1-hZqFJv {
  color: var(--black);
  font-family: var(--font-family-franklin_gothic_heavy-regular);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07px;
  line-height: 29.5px;
}

.desktop .span2-hZqFJv {
  color: var(--black);
  font-family: var(--font-family-fanwood_text);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06px;
  line-height: 31.5px;
}

.desktop .span3-hZqFJv {
  color: var(--black);
  font-family: var(--font-family-fanwood_text);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07px;
  line-height: 34.1px;
}

.desktop .span4-hZqFJv {
  letter-spacing: 0.08px;
  line-height: 44.7px;
  text-decoration: underline;
}

.desktop .span5-hZqFJv {
  color: var(--black);
  font-family: var(--font-family-fanwood_text);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06px;
  line-height: 31.5px;
}

.desktop .visi-sekolah-terwuju-CPqE3F.animate-enter14 {
  animation: animate-enter14-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter14-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .visi-sekolah-terwuju-CPqE3F:hover {
  transform: scale(1.1);
}

.desktop .za-yni-2-CPqE3F {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 232px;
  left: 1006px;
  object-fit: cover;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 247px;
  transition: all 0.2s ease;
  width: 176px;
}

.desktop .za-yni-2-CPqE3F.animate-enter15 {
  animation: animate-enter15-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter15-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.desktop .za-yni-2-CPqE3F:hover {
  transform: translate(0, -5px);
box-shadow: 0px 12px 5px -8px rgba(0,0,0,0.2);
}

.desktop .desktop-3-C61RwL {
  background-color: var(--white);
  cursor: pointer;
  height: 806px;
  left: 0px;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  top: 3144px;
  transition: all 0.2s ease;
  width: 1440px;
}

.desktop .desktop-3-C61RwL:hover {
  transform: translate(5px, 0);
}

.desktop .teal-1-sdq7I9 {
  background-color: transparent;
  height: 806px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 1440px;
}

.desktop .logo_pk-removebg-preview-1-sdq7I9 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 200px;
  left: 393px;
  object-fit: cover;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 31px;
  transform: translate(-25px, 0);
  transition: all 0.2s ease;
  width: 295px;
}

.desktop .logo_pk-removebg-preview-1-sdq7I9.animate-enter16 {
  animation: animate-enter16-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(-25px, 0);
}

@keyframes animate-enter16-frames {
  from{opacity: 0;
transform: translate(-25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .logo_pk-removebg-preview-1-sdq7I9:hover {
  transform: scale(1.1);
}

.desktop .smk-muhammadiyah-loa-sdq7I9 {
  background-color: transparent;
  color: var(--white);
  cursor: pointer;
  display: block;
  font-family: var(--font-family-chelsea_market);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 426px;
  letter-spacing: 0.20px;
  line-height: 25.4px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 273px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 584px;
}

.desktop .smk-muhammadiyah-loa-sdq7I9.animate-enter17 {
  animation: animate-enter17-frames 3.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter17-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .smk-muhammadiyah-loa-sdq7I9:hover {
  transform: scale(0.9); 
}

.desktop .download__1_-removebg-preview-1-sdq7I9 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 201px;
  left: 727px;
  object-fit: cover;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 42px;
  transform: translate(25px, 0);
  transition: all 0.2s ease;
  width: 344px;
}

.desktop .download__1_-removebg-preview-1-sdq7I9.animate-enter18 {
  animation: animate-enter18-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes animate-enter18-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .download__1_-removebg-preview-1-sdq7I9:hover {
  transform: scale(1.1);
}

.desktop .desktop-4-C61RwL {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--black);
  box-shadow: inset 0px 4px 4px 4px #00000040;
  cursor: pointer;
  height: 195px;
  left: 0px;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  top: 3950px;
  transition: all 0.2s ease;
  width: 1440px;
}

.desktop .desktop-4-C61RwL:hover {
  transform: translate(-5px, 0);
}

.desktop .graduated-120x120-1-h02s2o {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 120px;
  left: 224px;
  object-fit: cover;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 14px;
  transform: translate(0, 25px);
  transition: all 0.2s ease-in;
  width: 120px;
}

.desktop .graduated-120x120-1-h02s2o.animate-enter19 {
  animation: animate-enter19-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter19-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .graduated-120x120-1-h02s2o:hover {
  filter: blur(10px);
}

.desktop .siswa-h02s2o {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 256px;
  letter-spacing: 0.20px;
  line-height: 25.4px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 137px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: auto;
}

.desktop .siswa-h02s2o.animate-enter20 {
  animation: animate-enter20-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter20-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .siswa-h02s2o:hover {
  filter: blur(10px);
}

.desktop .guru-h02s2o {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 637px;
  letter-spacing: 0.20px;
  line-height: 25.4px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 137px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: auto;
}

.desktop .guru-h02s2o.animate-enter21 {
  animation: animate-enter21-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter21-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .guru-h02s2o:hover {
  filter: blur(10px);
}

.desktop .tendik-h02s2o {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 1003px;
  letter-spacing: 0.20px;
  line-height: 25.4px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 135px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: auto;
}

.desktop .tendik-h02s2o.animate-enter22 {
  animation: animate-enter22-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter22-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .tendik-h02s2o:hover {
  filter: blur(10px);
}

.desktop .x808-h02s2o {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 344px;
  letter-spacing: 0.48px;
  line-height: 61.1px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 48px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: auto;
}

.desktop .x808-h02s2o.animate-enter23 {
  animation: animate-enter23-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter23-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .x808-h02s2o:hover {
  filter: blur(10px);
}

.desktop .x24-h02s2o {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 744px;
  letter-spacing: 0.48px;
  line-height: 61.1px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 48px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: auto;
}

.desktop .x24-h02s2o.animate-enter24 {
  animation: animate-enter24-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter24-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .x24-h02s2o:hover {
  filter: blur(10px);
}

.desktop .x03-h02s2o {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 1115px;
  letter-spacing: 0.48px;
  line-height: 61.1px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 48px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: auto;
}

.desktop .x03-h02s2o.animate-enter25 {
  animation: animate-enter25-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter25-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .x03-h02s2o:hover {
  filter: blur(10px);
}

.desktop .presentation-110x110-1-110x110-1-h02s2o {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 110px;
  left: 608px;
  object-fit: cover;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 24px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 110px;
}

.desktop .presentation-110x110-1-110x110-1-h02s2o.animate-enter26 {
  animation: animate-enter26-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter26-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .presentation-110x110-1-110x110-1-h02s2o:hover {
  filter: blur(10px);
}

.desktop .team-110x110-1-110x110-1-h02s2o {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 110px;
  left: 979px;
  object-fit: cover;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 24px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 110px;
}

.desktop .team-110x110-1-110x110-1-h02s2o.animate-enter27 {
  animation: animate-enter27-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter27-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .team-110x110-1-110x110-1-h02s2o:hover {
  filter: blur(10px);
}

.desktop .desktop-5-C61RwL {
  background-color: var(--white);
  cursor: pointer;
  height: 801px;
  left: 0px;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  top: 2340px;
  transition: all 0.2s ease;
  width: 1440px;
}

.desktop .desktop-5-C61RwL:hover {
  transform: translate(-5px, 0);
}

.desktop .light-teal-background-ablah7pmjlo6plbp-1-WuWQvv {
  background-color: transparent;
  height: 801px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 1440px;
}

.desktop .rectangle-7-WuWQvv {
  background-color: transparent;
  border: 6px solid;
  border-color: var(--black);
  display: block;
  height: 572px;
  left: 303px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 143px;
  transform: translate(0, 25px);
  width: 832px;
}

.desktop .rectangle-7-WuWQvv.animate-enter28 {
  animation: animate-enter28-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter28-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .group-7-WuWQvv {
  background-color: transparent;
  display: block;
  height: 64px;
  left: 261px;
  opacity: 0;
  position: absolute;
  top: 41px;
  transform: translate(25px, 0);
  width: 919px;
}

.desktop .group-7-WuWQvv.animate-enter29 {
  animation: animate-enter29-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes animate-enter29-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .rectangle-8-NncqFL {
  background-color: #0ec3b4;
  border: 5px solid;
  border-color: var(--black);
  border-radius: 72px;
  box-shadow: 0px 4px 4px #00000040;
  height: 74px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 927px;
}

.desktop .school-tour-NncqFL {
  -webkit-text-stroke: 1px var(--black);
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-changa_one);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 337px;
  letter-spacing: 0.40px;
  line-height: 42.5px;
  position: absolute;
  text-align: center;
  top: 6px;
  white-space: nowrap;
  width: auto;
}

.desktop .desktop-6-C61RwL {
  -webkit-backdrop-filter: blur(50px) brightness(100%);
  backdrop-filter: blur(50px) brightness(100%);
  background-color: var(--white);
  height: 672px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 4744px;
  width: 1440px;
}

.desktop .hd-wallpaper-blur-ip-EeVOL1 {
  background-color: transparent;
  height: 672px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 1440px;
}

.desktop .rectangle-10-EeVOL1 {
  background-color: transparent;
  display: block;
  height: 300px;
  left: 98px;
  opacity: 0;
  position: absolute;
  top: 164px;
  transform: translate(25px, 0);
  width: 1244px;
}

.desktop .rectangle-10-EeVOL1.animate-enter30 {
  animation: animate-enter30-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes animate-enter30-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .rectangle-9-EeVOL1 {
  background-color: #2e768e;
  border: 5px solid;
  border-color: var(--black);
  border-radius: 43px;
  box-shadow: 0px 4px 4px #00000040;
  height: 100px;
  left: 473px;
  position: absolute;
  top: 34px;
  width: 494px;
}

.desktop .informasi-EeVOL1 {
  -webkit-text-stroke: 1px var(--black);
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-changa_one);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 618px;
  letter-spacing: 0.40px;
  line-height: 42.5px;
  position: absolute;
  text-align: center;
  top: 59px;
  white-space: nowrap;
  width: auto;
}

.desktop .group-5-EeVOL1 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 63px;
  left: 1351px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 291px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 76px;
}

.desktop .group-5-EeVOL1.animate-enter32 {
  animation: animate-enter32-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter32-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .group-5-EeVOL1:hover {
  transform: scale(1.1);
}

.desktop .ellipse-1-WhP1Mz {
  background-color: var(--alto);
  border: 1px solid;
  border-color: #0a0a0a;
  border-radius: 39px/32.5px;
  box-shadow: 1px 3px 8.899999618530273px 3px #00000040 , 1px 3px 8.899999618530273px 3px #00000040;
  cursor: pointer;
  display: block;
  height: 65px;
  left: -1px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: -1px;
  transform: translate(-25px, 0);
  transition: all 0.2s ease;
  width: 78px;
}

.desktop .ellipse-1-WhP1Mz.animate-enter31 {
  animation: animate-enter31-frames 0.50s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(-25px, 0);
}

@keyframes animate-enter31-frames {
  from{opacity: 0;
transform: translate(-25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .ellipse-1-WhP1Mz:hover {
  transform: scale(1.1);
}

.desktop .arrow-1-WhP1Mz {
  background-color: transparent;
  height: 15px;
  left: 13px;
  position: absolute;
  top: 24px;
  width: 54px;
}

.desktop .group-6-EeVOL1 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 63px;
  left: 7px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 290px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 76px;
}

.desktop .group-6-EeVOL1.animate-enter34 {
  animation: animate-enter34-frames 1.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter34-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .group-6-EeVOL1:hover {
  transform: scale(1.1);
}

.desktop .ellipse-2-1J8uOp {
  background-color: var(--alto);
  border: 1px solid;
  border-color: var(--black);
  border-radius: 39px/32.5px;
  box-shadow: 1px 3px 8.899999618530273px 3px #00000040 , 1px 3px 8.899999618530273px 3px #00000040;
  cursor: pointer;
  display: block;
  height: 65px;
  left: -1px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: -1px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 78px;
}

.desktop .ellipse-2-1J8uOp.animate-enter33 {
  animation: animate-enter33-frames 0.80s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter33-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .ellipse-2-1J8uOp:hover {
  transform: scale(1.1);
}

.desktop .arrow-2-1J8uOp {
  background-color: transparent;
  height: 15px;
  left: 11px;
  position: absolute;
  top: 25px;
  width: 54px;
}

.desktop .desktop-7-C61RwL {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--black);
  cursor: pointer;
  height: 315px;
  left: 0px;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  top: 5414px;
  transition: all 0.2s ease;
  width: 1444px;
}

.desktop .desktop-7-C61RwL:hover {
  opacity: 1;
}

.desktop .pngegg-17-1-K9YZpf {
  background-color: transparent;
  height: 4096px;
  left: -11px;
  object-fit: cover;
  position: absolute;
  top: -1737px;
  width: 2738px;
}

.desktop .instagram-1-K9YZpf {
  background-color: transparent;
  height: 18px;
  left: 1148px;
  object-fit: cover;
  position: absolute;
  top: 68px;
  width: 18px;
}

.desktop .social-media-K9YZpf {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-gurajada);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  height: 71px;
  left: 1217px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: right;
  top: 6px;
  width: auto;
}

.desktop .quick-access-K9YZpf {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-gurajada);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  height: 71px;
  left: 749px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: right;
  top: 6px;
  width: auto;
}

.desktop .youtube-1-K9YZpf {
  background-color: transparent;
  height: 21px;
  left: 1148px;
  object-fit: cover;
  position: absolute;
  top: 157px;
  width: 21px;
}

.desktop .smk-muhammadiyah-loa-janan-K9YZpf {
  color: var(--white);
  font-family: var(--font-family-gugi);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  text-align: right;
  top: 11px;
  width: 347px;
}

.desktop .line-1-K9YZpf {
  background-color: transparent;
  height: 1px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 257px;
  width: 1440px;
}

.desktop .lokasi-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 36px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: right;
  text-decoration: underline;
  top: 47px;
  white-space: nowrap;
  width: auto;
}

.desktop .office-hours-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 36px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: right;
  text-decoration: underline;
  top: 116px;
  white-space: nowrap;
  width: auto;
}

.desktop .mail-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 36px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: right;
  text-decoration: underline;
  top: 176px;
  white-space: nowrap;
  width: auto;
}

.desktop .jl-ex-pt-hima-kampun-K9YZpf {
  height: 38px;
  left: 36px;
  text-align: left;
  top: 69px;
}

.desktop .beranda-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 602px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  text-decoration: underline;
  top: 65px;
  white-space: nowrap;
  width: auto;
}

.desktop .smk_muhammadiyah_loajanan-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 1181px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  text-decoration: underline;
  top: 67px;
  white-space: nowrap;
  width: auto;
}

.desktop .smk-muhammadiyah-loa-janan-xxOIKi {
  height: 19px;
  left: 1181px;
  letter-spacing: 0.00px;
  line-height: normal;
  text-align: left;
  text-decoration: underline;
  top: 112px;
  white-space: nowrap;
  width: auto;
}

.desktop .smk-muhammadiyah-loa-janan-LPfRHH {
  height: 19px;
  left: 1181px;
  letter-spacing: 0.00px;
  line-height: normal;
  text-align: left;
  text-decoration: underline;
  top: 156px;
  white-space: nowrap;
  width: auto;
}

.desktop .peserta-didik-baru-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 602px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  text-decoration: underline;
  top: 97px;
  white-space: nowrap;
  width: auto;
}

.desktop .tracer-study-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 602px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  text-decoration: underline;
  top: 131px;
  white-space: nowrap;
  width: auto;
}

.desktop .portal-siswa-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 602px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  text-decoration: underline;
  top: 162px;
  white-space: nowrap;
  width: auto;
}

.desktop .perpustakaan-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 602px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  text-decoration: underline;
  top: 192px;
  white-space: nowrap;
  width: auto;
}

.desktop .ujian-online-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 602px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  text-decoration: underline;
  top: 221px;
  white-space: nowrap;
  width: auto;
}

.desktop .x07-00-am-17-00-pm-wita-K9YZpf {
  background-color: transparent;
  height: 19px;
  left: 36px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 140px;
  white-space: nowrap;
  width: auto;
}

.desktop .smkmuloajanangmailcom-K9YZpf {
  height: 19px;
  left: 36px;
  text-align: center;
  top: 198px;
  white-space: nowrap;
}

.desktop .line-2-K9YZpf {
  background-color: transparent;
  height: 208px;
  left: 21px;
  object-fit: cover;
  position: absolute;
  top: 50px;
  width: 1px;
}

.desktop .line-3-K9YZpf {
  background-color: transparent;
  height: 208px;
  left: 557px;
  object-fit: cover;
  position: absolute;
  top: 50px;
  width: 1px;
}

.desktop .line-4-K9YZpf {
  background-color: transparent;
  height: 208px;
  left: 1093px;
  object-fit: cover;
  position: absolute;
  top: 50px;
  width: 1px;
}

.desktop .smk-muhammadiyah-loa-janan-copyright2024-K9YZpf {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-gurajada);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  height: 47px;
  left: 584px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: right;
  top: 258px;
  width: auto;
}

.desktop .facebook-1-K9YZpf {
  background-color: transparent;
  height: 16px;
  left: 1149px;
  object-fit: cover;
  position: absolute;
  top: 113px;
  width: 16px;
}

.desktop .desktop-8-C61RwL {
  background-color: #03484f;
  height: 599px;
  left: 2px;
  overflow: hidden;
  position: absolute;
  top: 4145px;
  width: 1438px;
}

.desktop .group-12-WZCno0 {
  background-color: transparent;
  display: block;
  filter: blur(10px);
  height: 54px;
  left: 527px;
  opacity: 0;
  position: absolute;
  top: 18px;
  width: 394px;
}

.desktop .group-12-WZCno0.animate-enter35 {
  animation: animate-enter35-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  filter: blur(10px);
  opacity: 0;
}

@keyframes animate-enter35-frames {
  from{opacity: 0;
filter: blur(10px);
}
to{opacity: 1;
filter: none;
}
}

.desktop .rectangle-11-uYtqZX {
  background-color: var(--alto);
  border-radius: 55px;
  height: 54px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 392px;
}

.desktop .jurusan-uYtqZX {
  -webkit-text-stroke: 1px var(--white);
  background-color: transparent;
  color: #040101;
  font-family: var(--font-family-changa_one);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 110px;
  letter-spacing: 0.40px;
  line-height: 42.5px;
  position: absolute;
  text-align: center;
  top: 5px;
  white-space: nowrap;
  width: auto;
}

.desktop .x2011-1-WZCno0 {
  background-color: transparent;
  display: block;
  height: 201px;
  left: 136px;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 79px;
  width: 219px;
}

.desktop .x2011-1-WZCno0.animate-enter36 {
  animation: animate-enter36-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter36-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.desktop .teknik-alat-berat-WZCno0 {
  -webkit-text-stroke: 1px var(--black);
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 153px;
  letter-spacing: 0.24px;
  line-height: 25.5px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 272px;
  transform: translate(-25px, 0);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: auto;
}

.desktop .teknik-alat-berat-WZCno0.animate-enter37 {
  animation: animate-enter37-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(-25px, 0);
}

@keyframes animate-enter37-frames {
  from{opacity: 0;
transform: translate(-25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .teknik-alat-berat-WZCno0:hover {
  transform: scale(1.1);
}

.desktop .teknik-kendaraan-ringan-WZCno0 {
  -webkit-text-stroke: 1px var(--black);
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 576px;
  letter-spacing: 0.24px;
  line-height: 25.5px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 272px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  white-space: nowrap;
  width: auto;
}

.desktop .teknik-kendaraan-ringan-WZCno0.animate-enter38 {
  animation: animate-enter38-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter38-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .teknik-kendaraan-ringan-WZCno0:hover {
  transform: scale(1.1);
}

.desktop .teknik-jaringan-komputer-telekomunikasi-WZCno0 {
  -webkit-text-stroke: 1px var(--black);
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 1034px;
  letter-spacing: 0.24px;
  line-height: 25.5px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 272px;
  transform: translate(25px, 0);
  transition: all 0.2s ease;
  width: auto;
}

.desktop .teknik-jaringan-komputer-telekomunikasi-WZCno0.animate-enter39 {
  animation: animate-enter39-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes animate-enter39-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .teknik-jaringan-komputer-telekomunikasi-WZCno0:hover {
  transform: scale(1.1);
}

.desktop .logo-tkj-2023-1-WZCno0 {
  background-color: transparent;
  display: block;
  height: 192px;
  left: 1093px;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 79px;
  width: 190px;
}

.desktop .logo-tkj-2023-1-WZCno0.animate-enter40 {
  animation: animate-enter40-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter40-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}

.desktop .logo-tkr-1-WZCno0 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 183px;
  left: 625px;
  object-fit: cover;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  top: 88px;
  transition: all 0.2s ease;
  width: 188px;
}

.desktop .logo-tkr-1-WZCno0.animate-enter41 {
  animation: animate-enter41-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
}

@keyframes animate-enter41-frames {
  from{opacity: 0;
}
to{opacity: 1;
}
}



.desktop .jurusan-ini-mempelaj-WZCno0 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 47px;
  letter-spacing: 0.24px;
  line-height: 28.8px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 301px;
  transform: translate(-25px, 0);
  transition: all 0.2s ease;
  width: 397px;
}

.desktop .jurusan-ini-mempelaj-WZCno0.animate-enter42 {
  animation: animate-enter42-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(-25px, 0);
}

@keyframes animate-enter42-frames {
  from{opacity: 0;
transform: translate(-25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .jurusan-ini-mempelaj-WZCno0:hover {
  transform: scale(1.1);
}

.desktop .di-jurusan-ini-siswa-WZCno0 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 518px;
  letter-spacing: 0.24px;
  line-height: 28.8px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 301px;
  transform: translate(0, 25px);
  transition: all 0.2s ease;
  width: 397px;
}

.desktop .di-jurusan-ini-siswa-WZCno0.animate-enter43 {
  animation: animate-enter43-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(0, 25px);
}

@keyframes animate-enter43-frames {
  from{opacity: 0;
transform: translate(0, 25px);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .di-jurusan-ini-siswa-WZCno0:hover {
  transform: scale(1.1);
}

.desktop .jurusan-ini-fokus-pa-WZCno0 {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: auto;
  left: 964px;
  letter-spacing: 0.24px;
  line-height: 28.8px;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  top: 328px;
  transform: translate(25px, 0);
  transition: all 0.2s ease;
  width: 447px;
}

.desktop .jurusan-ini-fokus-pa-WZCno0.animate-enter44 {
  animation: animate-enter44-frames 2.00s ease-in-out 0.00s 1 normal forwards;
  display: block;
  opacity: 0;
  transform: translate(25px, 0);
}

@keyframes animate-enter44-frames {
  from{opacity: 0;
transform: translate(25px, 0);
}
to{opacity: 1;
transform: translate(0,0);
}
}

.desktop .jurusan-ini-fokus-pa-WZCno0:hover {
  transform: scale(1.1);
}

.desktop .jl-ex-pt-hima-kampun {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  width: auto;
}

.desktop .smk-muhammadiyah-loa-janan {
  background-color: transparent;
  position: absolute;
}

.desktop .smkmuloajanangmailcom {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  width: auto;
}

.text-wrapper-49 {
  font-family: "Fanwood Text", Helvetica;
  font-size: 26px;
  letter-spacing: 0.07px;
  line-height: 34.1px;
}
/* Media Query untuk Tablet (Max-width: 768px) */
@media only screen and (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .text-wrapper, .text-wrapper-2, .group {
    font-size: 16px;
    padding: 5px;
  }

  .img, .video {
    width: 100%;
    height: auto;
  }

  .div {
    padding: 10px;
    max-width: 100%;
  }

  .desktop .text-wrapper {
    top: 20px;
    left: 20px;
    font-size: 20px;
  }

  .input, .email, .maps {
    max-width: 100%;
  }
}

/* Media Query untuk Mobile (Max-width: 480px) */
@media only screen and (max-width: 480px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    padding: 5px;
  }

  .text-wrapper, .text-wrapper-2, .group {
    font-size: 14px;
    padding: 5px;
  }

  .img, .video {
    width: 100%;
    height: auto;
  }

  .div {
    padding: 10px;
    max-width: 100%;
  }

  .desktop .text-wrapper {
    top: 10px;
    left: 10px;
    font-size: 18px;
  }

  .input, .email, .maps {
    max-width: 100%;
  }
}

/* Media Query untuk Mobile Kecil (Max-width: 320px) */
@media only screen and (max-width: 320px) {
  .navbar {
    font-size: 10px;
    padding: 5px;
  }

  .text-wrapper, .text-wrapper-2, .group {
    font-size: 12px;
    padding: 5px;
  }

  .img, .video {
    width: 100%;
    height: auto;
  }

  .div {
    padding: 5px;
    max-width: 100%;
  }

  .desktop .text-wrapper {
    top: 5px;
    left: 5px;
    font-size: 16px;
  }
}

/* Style Khusus untuk Desktop */
.desktop .div {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 5727px;
}

.desktop .div-2 {
  position: absolute;
  width: 100%;
  height: 1024px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow: hidden;
}

.desktop .overlap {
  position: absolute;
  width: 100%;
  height: 918px;
  top: 106px;
  left: 0;
}

/* Set Font Size Berdasarkan Ukuran Layar */
.text-wrapper {
  font-size: 24px;
}

.text-wrapper-2 {
  font-size: 36px;
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Karla:300,italic|Junge:400|Fugaz+One:400|Gurajada:400|Joan:400|Chelsea+Market:400|Fontdiner+Swanky:400|Fanwood+Text:400|Changa+One:400|Gugi:400|Bona+Nova:400");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "Franklin Gothic Heavy-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/6025ba75fbfaa306016a466c/fonts/framdit.ttf")
    format("truetype");
}

@font-face {
  font-family: "Tahoma-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/654b617bb0eef6031e715d89/fonts/tahoma.ttf")
    format("truetype");
}

@font-face {
  font-family: "Tahoma-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/657b3980617a2a8254fa4129/fonts/tahoma.ttf")
    format("truetype");
}
