body {
  font-family: Poppins !important;
}

.my-appbar {
  background-color: #f2f2f2;
  color: rgba(00, 00, 00, 0.82);
  font-family: Poppins;
  font-size: 12px;
  font-weight: light;
  vertical-align: middle;
  padding: 0px 5%;
}
.my-navbar {
  padding: 0px 3%;
}
.vl {
  border-left: 1px solid rgba(00, 00, 00, 0.24);
  margin: 0px 5px;
  padding: 2px 0px;
}

.my-navbar-brand {
  font-family: Lato;
  font-weight: 900;
  font-size: 24px;
}

.my-navbar .nav-link,
.my-navbar .dropdown-item {
  color: black !important;
  font-family: Poppins;
  font-size: 16px;
}

.my-navbar .nav-active {
  color: white !important;
}

.my-navbar .nav-item-active {
  background-color: #3a76ac;
}

.my-navbar .nav-item {
  padding: 13px 0;
}

.my-navbar .nav-item:active {
  background-color: #3a76ac;
}

.carousel-item img {
  background-color: black;
  object-fit: cover;
  filter: brightness(51%);
  height: 95vh;
}

.carousel-indicators [data-bs-target] {
  width: 20px !important;
  height: 20px !important;
  background-color: #3a76ac;
  margin: 0px 10px !important;
}

.carousel .carousel-indicators button {
  border-radius: 33%;
}

.carousel-indicators {
  bottom: 80px;
}

.carousel-text {
  margin: auto;
  color: white;
  position: absolute;
  z-index: 1;
  font-family: Lato;
  top: 0;
  height: 100%;
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 2;
}

.text-selamat {
  font-family: Poppins;
  line-height: 1;
}

.text-sma {
  font-family: Lato;
  font-weight: bolder;
  line-height: 1.5;
}
.text-sekolah {
  font-family: Lato;
  color: #f1d237;
  font-style: italic;
}
.text-alamat {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  text-align: center;
  right: 0;
  font-family: Poppins;
  font-size: 20px;
  z-index: 1;
  color: white;
  margin-top: 40vh;
}
.under-carousel {
  margin-top: -65px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.under-carousel-box {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 130px;
  width: 75vw;
  padding: 0 40px;
}

.my-btn-toolbar .btn {
  width: auto;
  display: flex;
}

.my-btn-toolbar .btn:hover {
  background-color: #dadada;
}

.v2 {
  border-left: 1px solid rgba(00, 00, 00, 0.26);
  margin: 20px 15px;
  padding: 10px 0px;
}

.my-btn-toolbar .btn img {
  height: 45px;
  width: 45px;
}
.my-btn-toolbar .btn {
  font-family: Lato;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

.hl-1 {
  border-top: solid 8px #f1d237;
  width: 80px;
}
.hl-2 {
  border-top: solid 8px black;
  width: 130px;
}
.hl-3 {
  border-top: solid 8px #3a76ac;
  width: 130px;
}
.txt-selamat-datang p {
  font-family: Poppins;
  font-weight: 300;
}

.img-kepsek {
  position: relative;
  border: 5px solid #000000;
  border-radius: 55px 0px;
  overflow: hidden;
  padding: 5px;
  transition: 0.2s;
  margin-top: 25px;
}
.img-kepsek img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 47px 0px;
}

.img-kepsek:hover {
  transform: rotate(-5deg) scale(1.1);
  transition: 0.2s;
}

.hole-kepsek {
  background-color: white;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  z-index: 4;
}

.img-kepsek-overlay {
  position: absolute;
  background-color: #f1d237;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.09;
}
.panel-publikasi {
  background-color: #f8f8f8;
  font-family: Lato;
}

.panel-berita {
  overflow-x: auto;
  margin-top: 30px;
  height: 350px;
  display: flex;
}

.panel-berita-item {
  position: relative;
  min-width: 500px;
  overflow: hidden;
}

.panel-berita-item:hover img {
  transform: scale(1.1);
  transition: 0.2s;
}

.panel-berita-item:hover .berita-selengkapnya {
  display: block;
}

.berita-selengkapnya {
  font-family: Poppins;
}

.panel-berita-item img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(40%);
  transition: 0.2s;
}
.panel-berita-item .berita-title {
  position: absolute;
  font-family: Lato;
  z-index: 2;
  bottom: 0;
  left: 10px;
  color: white;
}

.panel-berita-item .berita-kategori {
  position: absolute;
  font-family: Poppins;
  z-index: 2;
  top: 10px;
  font-size: 14px;
  left: 10px;
  padding: 5px 20px;
  color: white;
  background-color: #3a76ac;
  border-radius: 5px;
}

.panel-berita-item .berita-tanggal {
  position: absolute;
  font-family: Poppins;
  z-index: 2;
  top: 10px;
  font-size: 14px;
  right: 10px;
  padding: 5px 20px;
  color: white;
  background-color: #3a76ac;
  border-radius: 5px;
}

.panel-berita-item .berita-selengkapnya {
  display: none;
}

.panel-berita::-webkit-scrollbar-track,
.panel-guru::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.panel-berita::-webkit-scrollbar,
.panel-guru::-webkit-scrollbar {
  height: 10px;
  background-color: #f5f5f5;
}

.panel-berita::-webkit-scrollbar-thumb,
.panel-guru::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.panel-staf {
  background-color: white;
  font-family: Lato;
  overflow-y: visible;
}

.desc-staf {
  font-family: Poppins;
  font-weight: 300;
}

.panel-guru {
  display: flex;
  height: 370px;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
}

.panel-guru-submenu {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
}

.panel-guru-wrapper {
  border-radius: 25px;
  position: relative;
  border: solid 3px black;
  min-width: 250px;
  height: 91%;
  margin: 0 20px;
  transform: rotate(7deg);
  transition: 0.2s;
  padding: 5px;
  overflow: hidden;
}

.panel-guru-wrapper-submenu {
  border-radius: 25px;
  position: relative;
  border: solid 3px black;
  min-width: 200px;
  height: 91%;
  margin: 0 20px;
  transform: rotate(7deg);
  transition: 0.2s;
  padding: 5px;
  overflow: hidden;
}

.panel-guru-item {
  position: relative;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.panel-guru-item-submenu {
  position: relative;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
.panel-guru-wrapper:hover {
  transform: rotate(0deg) scale(1.1);
  transition: 0.2s;
}

.panel-guru-wrapper-submenu:hover {
  transform: rotate(0deg) scale(1.1);
  transition: 0.2s;
}

.panel-guru-item img,
.panel-guru-item-submenu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px;
  object-position: top;
}

.panel-guru-img {
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-guru-img-submenu {
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hole-guru {
  background-color: white;
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  z-index: 4;
}

.img-guru-overlay {
  position: absolute;
  background-color: #f1d237;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.19;
}

.panel-guru-name {
  position: absolute;
  background-color: #3a76ac;
  color: white;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  transition: 0.2s;
}

.panel-guru-wrapper:hover .panel-guru-name {
  height: 50px;
  display: block;
  transition: 0.2s;
}

.panel-guru-wrapper-submenu:hover .panel-guru-name {
  height: 50px;
  display: block;
  transition: 0.2s;
}

.panel-guru-wrapper-submenu:hover {
  z-index: 99;
}
.text-nama-guru {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  padding: 0 5px;
  line-height: 1;
  margin-top: 10px;
}

.text-jab-guru {
  font-family: Poppins;
  font-weight: 300;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: -2px;
  font-size: 11px;
}
.btn-action {
  background-color: #3a76ac;
  font-family: Poppins;
  font-weight: 400;
  color: white;
  padding: 10px 40px;
  font-size: 16px;
  border: none;
  margin: 10px;
  transition: 0.2s;
}
.btn-action:hover {
  background-color: #215789 !important;
  color: white;
  transition: 0.2s;
}
.panel-dalam-angka {
  background-color: #12385b;
  font-family: Poppins;
  color: white;
}

.footer {
  background-color: #0b1c2c;
  color: white;
}
.footer-logo img {
  width: 40px;
  height: 40px;
}

.footer-logo {
  font-family: Lato;
  font-weight: 600;
  color: white;
  font-size: 20px;
}

.footer-desc {
  font-family: Poppins;
  font-weight: 200;
  font-size: 16px;
  color: white;
}

.head-footer {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
}

.hl-footer {
  border-top: solid 2px #f1d237;
  width: 100%;
  height: 10px;
  margin-top: 5px;
}
.navbar-footer {
  padding-top: 0px !important;
}

.navbar-footer .nav-link {
  color: white !important;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 200;
}

.navbar-footer .container-fluid {
  padding-left: 0px !important;
}

.footer-contact {
  color: white !important;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 200;
}
.footer-contact-submenu {
  color: black !important;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 300;
}

.panel-not-found {
  background-color: white;
  border: solid 1px #dadada;
}

.hl-404 {
  border-top: solid 3px #f1d237;
  width: 300px;
  max-width: 100%;
  height: 10px;
}

.panel-not-found img {
  width: 550px;
  max-width: 100%;
}

.desc-not-found {
  font-weight: 400;
  font-family: Poppins;
  font-size: 16px;
}

.dropdown-item.nav-active {
  background-color: #3a76ac;
  color: white;
}
.copyright {
  background-color: white;
  color: black;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 300;
}

.jumbotron-page {
  position: relative;
  height: 200px;
  width: 100%;
}

.jumbotron-page-news {
  position: relative;
  height: 300px;
  width: 100%;
}

.jumbotron-page img,
.jumbotron-page-news img {
  background-color: black;
  object-fit: cover;
  filter: brightness(31%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.jumbotron-text {
  font-family: Lato;
  position: absolute;
  z-index: 2;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.jumbotron-text-news {
  font-family: Lato;
  position: absolute;
  z-index: 2;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: start;
  align-items: center;
}
.navbar-submenu {
  background-color: white;
  border: solid 1px #dadada;
}

.navbar-submenu .nav-link {
  color: black;
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins;
}

.navbar-submenu .container-fluid {
  padding: 0px;
}
.navbar-submenu .container-fluid .nav-item:hover {
  background-color: #e9ecef;
}

.navbar-submenu .container-fluid .navbar-active {
  background-color: #3a76ac !important;
}

.navbar-submenu .container-fluid .navbar-active .nav-link {
  color: white;
}

.content-submenu {
  background-color: white;
  border: solid 1px #dadada;
}

.content-submenu-desc {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
}

.news-img {
  height: 350px;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
}
.news-img img {
  object-fit: cover;
  max-width: 100%;

  filter: brightness(100%);
  transform: scale(1) rotate(0deg);
  transition: 1s;
}
.news-img:hover img {
  filter: brightness(80%);
  transform: scale(1.1);
}
.publikasi-lainnya {
  font-family: Lato;
  background-color: white;
  border: solid 1px #dadada;
}
.img-fasilitas img {
  height: 300px;
  object-fit: cover;
  transform: scale(1) rotate(0deg);
  transition: 0.5s;
}

.img-fasilitas img:hover {
  filter: brightness(85%);
  transform: scale(1.1) rotate(1deg);
}

.img-fasilitas-text {
  position: absolute;
  bottom: 0;
  height: 50px;
  left: 0;
  width: 100%;
  background-color: #3a76ac;
}

.img-fasilitas-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.img-fasilitas-text {
  position: absolute;
  top: 0;
  height: 50px;
  left: 0;
  width: 100%;
  background-color: #3a76ac;
  color: white;
  font-family: Lato;
}
