:root {
  --merah-tua : #BA2025;
  --merah-agak-putih: #ffe6e6;
  --navi : #042133;
  --kuning : #FAA225;
  --putih : #ffffff;
  --hitam : #000000;
  --hijau-whatsapp: #57ce63;
}

.container {
  padding-left: 35px;
  padding-right: 35px;
}

.text-yellow {
  color: var(--kuning);
}

.btn-primary {
  background: var(--merah-tua) !important;
  border-color: var(--merah-tua) !important;
}

.btn.btn-primary:hover {
  top: -2px;
  background: var(--merah-tua);
  border-color: var(--merah-tua);
  color: #fff;
  -webkit-box-shadow: 0 5px 30px -5px rgba(186, 32, 37, .7) !important;
      box-shadow: 0 5px 30px -5px rgba(186, 32, 37, .7) !important;
}

.title-section {
  color: var(--navi);
}

.site-navbar .site-navigation .site-menu > li > a:hover {
 color: var(--merah-tua); 
}

.icon-list-keunggulan {
  width: 34px;
  height: 34px;
  margin-right: .8rem;
  color: var(--merah-tua);
}

.nama-kepala-sekolah {
	font-weight: bold;
	font-size: 16px;
  color: var(--navi);
}

.img-absolute-left {
	position: absolute;
    bottom: 0;
    left: -100px;
    top: 60%;
    -webkit-transform: translateY(-50%) translateX(5%);
    -ms-transform: translateY(-50%) translateX(5%);
    transform: translateY(-50%) translateX(5%);
}

.img-absolute-right {
	position: absolute;
    bottom: 0;
    right: -20px;
    top: 60%;
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

@media (max-width: 991.98px) {
  .img-absolute-left {
    position: relative;
    top: auto;
    left: 0;
    -webkit-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    margin-bottom: 30px; 
  }

  .img-absolute-right {
    position: relative;
    top: auto;
    right: 0;
    -webkit-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    margin-bottom: 30px; 
  }  
}

/* Slider */
.slick-slide {
  margin: 0px 0px;
}

.slick-slide .slider {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.detail-program-keahlian {
  border: none;
  cursor: pointer;
}

.detail-program-keahlian .card-header {
  border: none;
  background: transparent !important;
  padding-left: 0 !important;
}

.detail-program-keahlian .card-header h5 {
  font-size: 16px;
  font-weight: bold;
}

.detail-program-keahlian .card-body {
  padding-top: 0 !important;
  padding-left: 4rem;
}

/* floating action button  */
#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--hijau-whatsapp);
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

.info-loker {
  bottom: 100px !important;
  z-index: 30 !important;
  position: relative;
}

.info-loker #floating-button {
  bottom: 100px !important;
  background: var(--kuning);
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-family: 'Roboto';
  font-weight: 300;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  z-index: 50;
}

.backdrop-white {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--putih);
  opacity: .7;
  z-index: 40;
  display: none;
  position: absolute;
}

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  z-index: 50;
  transform:  scale(0);
  cursor: pointer;
}

.nd1{
  background: var(--kuning);
  right: 40px;
  bottom: 120px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd2{
  background: var(--kuning);
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd3{
  background: var(--kuning);
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

.animate-nd2 {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
  animation-delay: 0.2s;
}

.animate-nd1 {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
  animation-delay: 0.08s;
}

.letter{
  font-size: 23px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

/* floating action button  */

/* footer */
.footer {
  color: var(--putih);
  background: var(--merah-tua) url(../images/footer_bg.svg);
  background-size: cover;
  background-position: left bottom;
}

.footer p {
  margin-bottom: 0.25rem;
}

.footer .footer-link {
  color: var(--hitam);
  font-size: 16px;
}

.footer .footer-top .footer-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .875rem;
}

.footer .footer-top .social-icons {
  margin-top: 1.25rem;
}

.footer .footer-top .social-icons a i {
  font-size: 2rem;
  color: #ffffff;
  margin-right: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .footer-top .social-icons a:hover i {
  color: #000000;
}

.footer .footer-bottom {
  margin-top: 2rem;
  padding: 14px 0;
  border-top: 1px solid rgba(151, 151, 151, 0.07);
}

.footer .footer-bottom img {
  width: 200px;
}

.footer-bottom p {
  font-size: 12px;
}

.footer .list-footer {
  list-style: none;
  padding-left: 0;
}

.footer .list-footer li a {
  display: block;
  padding: .2rem 0;
  color: #ffffff;
  font-size: 14px;
  color: var(--putih);
}

.footer-address {
  font-size: 14px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  border-top-color: var(--merah-tua) !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: var(--merah-tua) !important;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: var(--merah-tua) !important;
}

.popup-loker {
  padding: 1rem 20px;
  color: var(--putih);
  background: var(--merah-tua);
  max-width: 300px;
  position: fixed;
  bottom: 160px;
  border: 1px solid var(--putih);
  right: 70px;
  transition: 500ms all;
  border-radius: 10px;
}

.popup-loker__judul {
  color: var(--putif);
  font-weight: bold;
  text-transform: uppercase;
}

.popup-loker__description {
  font-size: 12px;
}

.popup-loker__description span {
  font-weight: bold;
}

.hero-page {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--merah-tua);
  color: white;
}

.hero-page__judul {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.hero-page__breadcrumb {
  display: flex;
  gap: 10px;
}

.faq-wrapper {
  display: flex;
  margin-top: 4rem;
  gap: 30px;
}

.faq__content {
  flex: 1;
}

.faq__category {
  width: 300px;
}

.faq__category-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  color: #475569;
  border-radius: 5px;
  margin-bottom: .5rem;
}

.faq__category-item.active {
  color: white;
  background: var(--navi);
}

.faq__category-item h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.faq__item {
  border-bottom: 1px solid #e2e8f0;
}

.faq__item-judul {
  font-size: 16px;
  color: #475569;
  font-weight: 600;
  cursor: pointer;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq__item-description {
  padding-bottom: 1rem;
}

.pusat-bantuan h1 {
  font-size: 26px;
  color: var(--navi);
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

.pusat-bantuan h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--navi);
  margin-bottom: 1rem;
}

.pusat-bantuan ul {
  color: var(--navi);
  list-style: none;
  margin: 0;
  padding: 0;
}

.pusat-bantuan ul li {
  padding: 12px 0;
}

.pusat-bantuan ul li h5 {
  font-size: 16px;
}

.container-logo-footer {
  display: flex;
  justify-content: center;
}

.logo-footer {
  width: 50%;
}

.content-slider {
  height: 100vh;
  width: 100%;
  display: flex;
  gap: 50px;
}

.img-slider {
  position: absolute;
  right: -96px;
  bottom: -5rem;
  width: 60%;
}

.judul-slider {
  font-size: 35px;
  font-weight: bold;
}

.deskripsi-slider {
  width: 45%;
  margin-bottom: 2rem;
}

.container-slider {
  height: 90vh;
  padding-bottom: 20px;
  position: relative; 
  display: block !important;
}

@media only screen and (max-width: 820px) {
  .faq-wrapper {
    flex-direction: column;
  }

  .judul-slider {
    font-size: 20px;
  }

  .faq__category {
    width: 100%;
  }

  .faq-wrapper {
    padding: 0 20px;
  }

  .logo-footer {
    width: 30%;
  }

  .content-slider {
    height: 100%;
  }

  .content-slider {
    flex-direction: column;
    justify-content: center;
  }

  .container-slider {
    height: 100%;
  }

  .deskripsi-slider {
    width: 80%;
    max-width: 100%;
    font-size: 14px;
  }

  .img-slider {
    margin-top: 6rem;
    position: static;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .content-slider {
    flex-direction: column;
    justify-content: center;
  }

  .img-slider {
    margin-top: 6rem;
    position: static;
    width: 100%;
  }

  .content-slider {
    height: 100%;
  }

  .deskripsi-slider {
    width: 100%;
  }

  .container-slider {
    height: 100%;
  }

  .judul-slider {
    font-size: 28px;
  }

  .deskripsi-slider {
    font-size: 14px;
  }

}

.img-partner {
  width: 50%;
  margin: 0 auto;
}

.container-social-media {
  gap: 14px;
}

.icon-social-media {
  width: 26px;
}

.struktural-guru {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.struktural-guru .header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.struktural-guru .subheading {
  font-size: 18px;
  text-transform: uppercase !important;
  color: #ccc;
  display: inline-block;
}

.struktural-guru .heading {
  font-size: 40px;
  margin: 0;
  color: var(--navi);
  font-weight: bold;
}

.struktural-guru .item-title {
  font-size: 18px;
  color: var(--navi);
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.struktural-guru .item-subtitle {
  text-align: center;
  color: #818589;
}

.profile-guru {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.nama-guru {
  color: var(--navi);
  font-weight: bold;
  text-transform: uppercase;
}

.jabatan {
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: var(--navi);
}

.text-profile-guru {
  color: var(--navi);
}

/*glide slider profile guru*/
.glide__arrow {
  position: absolute;
  display: block;
  padding: 5px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  border-style: solid;
  color: #262626;
  border-color: #dbdbdb;
}

.glide__arrow:hover {
  background: #262626;
  border-style: solid;
  color: #fff;
  border-color: #dbdbdb;
}

.glide__arrow--right {
  top: 50%;
  right: 0px;
}

.glide__arrow--left {
  top: 50%;
  left: 0px;
}

.glide__bullets {
  position: absolute;
  bottom: 0;
  left: 45%;
}

.glide__bullet {
  background: #fff;
  opacity: .5;
  cursor: pointer;
  outline: none !important;
  border: none !important;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  transition: all 400ms;
}

.glide__bullet--active {
  opacity: 1;
}