body {
  margin: 0;
  padding: 0;
  font-family: 'cerebri', sans-serif;
}

.text-primary {
  color: #0073e0 !important;
}

.text-yellow {
  color: #FFCE00;
}

.font-medium {
  font-family: 'cerebri-medium', sans-serif;
}

.font-bold {
  font-family: 'cerebri-bold', sans-serif;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-white {
  color: #ffffff;
}

.text-md {
  font-size: 1.8rem;
}

.text-md-2 {
  font-size: 1.4rem;
}

.text-md-3 {
  font-size: 1.1rem;
}

.text-md-3.montalban-font {
  line-height: 1.2;
}

.text-md-4 {
  font-size: .94rem;
  line-height: 1.4;
}

.color-banda {
  color: #2EADFF;
}

.color-paskal {
  color: #C55FED;
}

.color-sudirman638 {
  color: #64DBC7;
}

.color-kotbar {
  color: #7977FF;
}

.color-singgasana {
  color: #FE5077;
}

.color-holis {
  color: #72D961;
}

.color-cibereum {
  color: #FF4EBA;
}

.color-guntur {
  color: #F9FF2E;
}

.color-sudirman246 {
  color: #FFB32E;
}

.btn {
  border: 0;
  outline: none;
  background-color: #ffffff;
  color: #363A67;
  padding: 0px 18px;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  font-family: 'cerebri-medium', sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus, .btn:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  background-color: #ffffff !important;
}

.btn:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.btn.btn-block {
  display: block;
  width: 100%;
}

.btn.btn-primary {
  background: #0073e0;
  background: linear-gradient(141deg, #0073e0 0%, #000fbd 100%);
  border-color: #0073e0 !important;
  color: #ffffff !important;
}

.btn.btn-primary:active, .btn.btn-primary:focus {
  background: #0073e0;
  background: linear-gradient(141deg, #0073e0 0%, #000fbd 100%);
  border-color: #0073e0 !important;
  color: #ffffff !important;
}

.btn.btn-white {
  color: #363A67;
}

.btn.btn-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.btn.btn-white-2:active, .btn.btn-white-2:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff;
}

.btn.btn-white-2:hover {
  background-color: #1D64FF !important;
  color: #ffffff;
}

.btn.btn-sm {
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  font-size: 12px;
}

.btn.btn-dark {
  background-color: #000142;
  color: #ffffff;
}

.btn.btn-dark:focus, .btn.btn-dark:active {
  background-color: #000142 !important;
}

.btn.btn-lg {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  font-size: 15px;
}

.btn.btn-circle {
  padding: 0 8px;
  text-align: center;
  width: 34px;
}

.btn.btn-circle.btn-lg {
  width: 42px;
}

.btn.btn-icon-1 {
  position: relative;
}

.btn.btn-icon-1 .fa-solid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
}

.btn.btn-yellow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/giphy2.gif");
  color: #000142;
}

.btn.btn-yellow:focus, .btn.btn-yellow:active {
  background-color: #ffb100 !important;
}

.btn.btn-yellow.not-3d {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.active {
  background-color: #2AACFF;
  color: #ffffff;
  position: relative;
}

.btn.active:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  background-color: rgba(42, 172, 255, 0.2);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: pulse 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: pulse 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.main-map {
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.main-map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: #000183;
  background: linear-gradient(337deg, rgba(0, 18, 65, 0.4) 0%, rgba(168, 213, 255, 0.2) 100%);
}

.map-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.map-section .map-content {
  width: 1246px;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.map-section .map-content.start-float {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.map-section .map-content .img_bpk {
  position: absolute;
}

.map-section .map-content .img_bpk img {
  width: 100%;
}

.map-section .map-content .name-sign {
  position: absolute;
  width: 150px;
}

.map-section .map-content .name-sign .title {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  font-family: 'varinonormal';
}

.map-section .map-content .road {
  top: 170px;
  left: 220px;
  width: 804px;
}

.map-section .map-content .bpk_banda {
  top: 226px;
  left: 69px;
  width: 316px;
  z-index: 10;
}

.map-section .map-content .bpk_banda .name-sign {
  top: 23px;
  left: 74px;
}

.map-section .map-content .bpk_paskal {
  top: 114px;
  left: 252px;
  width: 233px;
  z-index: 8;
}

.map-section .map-content .bpk_paskal .name-sign {
  top: 23px;
  left: 40px;
}

.map-section .map-content .bpk_sudirman638 {
  top: 44px;
  left: 401px;
  width: 253px;
}

.map-section .map-content .bpk_sudirman638 .name-sign {
  top: 23px;
  left: 40px;
}

.map-section .map-content .bpk_parahyangan {
  top: 338px;
  left: 298px;
  width: 314px;
  z-index: 11;
}

.map-section .map-content .bpk_parahyangan .name-sign {
  top: 12px;
  left: 90px;
}

.map-section .map-content .bpk_parahyangan .name-sign .title {
  top: 14px;
  font-size: 9px;
}

.map-section .map-content .bpk_singgasana {
  top: 207px;
  left: 410px;
  width: 311px;
  z-index: 10;
}

.map-section .map-content .bpk_singgasana .name-sign {
  top: -2px;
  left: 80px;
}

.map-section .map-content .bpk_guntur {
  top: 292px;
  left: 604px;
  width: 262px;
  z-index: 10;
}

.map-section .map-content .bpk_guntur .name-sign {
  top: 0px;
  left: 43px;
}

.map-section .map-content .bpk_cibereum {
  top: 493px;
  left: 482px;
  width: 283px;
  z-index: 12;
}

.map-section .map-content .bpk_cibereum .name-sign {
  top: -2px;
  left: 61px;
}

.map-section .map-content .bpk_holis {
  top: 186px;
  left: 697px;
  width: 252px;
  z-index: 6;
}

.map-section .map-content .bpk_holis .name-sign {
  top: -16px;
  left: 47px;
}

.map-section .map-content .bpk_sudirman246 {
  top: 266px;
  left: 824px;
  width: 331px;
  z-index: 6;
}

.map-section .map-content .bpk_sudirman246 .name-sign {
  top: 0px;
  left: 63px;
}

.map-section .map-content .lake {
  top: 402px;
  left: 546px;
  width: 178px;
  z-index: 10;
}

.map-section-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
  -webkit-transform: scale(0.86);
          transform: scale(0.86);
}

.map-section-action .map-content-action {
  width: 1246px;
  height: 720px;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.map-section-action .map-content-action.start-float {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.home-map {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 1);
  transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 1);
}

.home-map.map-section {
  -webkit-transform: scale(0.86);
          transform: scale(0.86);
}

.home-map.map-info .map-info__title,
.home-map.map-info .map-info__button {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.home-button-map {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home-button-map.home-button-map-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.home-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home-hide.map-section {
  -webkit-transform: scale(1.16);
          transform: scale(1.16);
}

.home-hide.map-info .map-info__title,
.home-hide.map-info .map-info__button {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.map-grid-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(4.6);
          transform: translateY(-50%) translateX(-50%) scale(4.6);
  opacity: .4;
}

.text-bg,
.text-bg-2 {
  position: absolute;
  top: -38px;
  width: 100%;
  pointer-events: none;
  font-size: 9rem;
  text-align: center;
  font-family: 'cerebri', sans-serif;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-bg-2 {
  top: inherit;
  bottom: -26px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-bg-detail {
  color: #ffffff;
  font-size: 1.4rem;
  opacity: .2;
}

.text-sm {
  font-size: 12px;
}

.space-font {
  font-family: 'space_ageregular';
}

.varino-font {
  font-family: 'varinonormal';
}

.montalban-font {
  font-family: 'montalbanregular';
}

.faded-1 {
  opacity: .5;
}

.faded-2 {
  opacity: .8;
}

.mb-1 {
  margin-bottom: .3rem;
}

.mb-2 {
  margin-bottom: .6rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mt-1 {
  margin-top: .3rem;
}

.mt-2 {
  margin-top: .6rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mr-1 {
  margin-right: .3rem;
}

.mr-2 {
  margin-right: .6rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mr-5 {
  margin-right: 3rem;
}

.ml-1 {
  margin-left: .3rem;
}

.ml-2 {
  margin-left: .6rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 2rem;
}

.ml-5 {
  margin-left: 3rem;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.p-5 {
  padding: 2.6rem !important;
}

.map-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.map-logo img {
  height: 50px;
}

.map-logo img.kemurnian {
  height: 60px;
}

.map-info {
  position: absolute;
  bottom: 2.6rem;
  right: 2.6rem;
  z-index: 4;
  color: #fff;
  width: 500px;
  z-index: 140;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.map-info .map-info__title {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 1rem;
  -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 1);
  transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 1);
}

.map-info .map-info__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 1);
  transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 1);
}

.map-info .map-info__button .btn {
  margin-left: 10px;
  margin-top: 10px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  padding: 0px 18px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.map-info .map-info__button .btn:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}

.btn-banda {
  background-color: #2EADFF;
  -webkit-box-shadow: 0px 2px #98D0F3;
          box-shadow: 0px 2px #98D0F3;
}

.btn-banda:focus {
  background-color: #2EADFF !important;
}

.btn-paskal {
  background-color: #C55FED;
  -webkit-box-shadow: 0px 2px #E4A8FB;
          box-shadow: 0px 2px #E4A8FB;
}

.btn-paskal:focus {
  background-color: #C55FED !important;
}

.btn-sudirman683 {
  background-color: #64DBC7;
  -webkit-box-shadow: 0px 2px #C8FFF6;
          box-shadow: 0px 2px #C8FFF6;
}

.btn-sudirman683:focus {
  background-color: #64DBC7 !important;
}

.btn-kotbar {
  background-color: #7977FF;
  -webkit-box-shadow: 0px 2px #B7B6FF;
          box-shadow: 0px 2px #B7B6FF;
}

.btn-kotbar:focus {
  background-color: #7977FF !important;
}

.btn-singgasana {
  background-color: #FE5077;
  -webkit-box-shadow: 0px 2px #FFA6BA;
          box-shadow: 0px 2px #FFA6BA;
}

.btn-singgasana:focus {
  background-color: #FE5077 !important;
}

.btn-holis {
  background-color: #72D961;
  -webkit-box-shadow: 0px 2px #CBEEC5;
          box-shadow: 0px 2px #CBEEC5;
}

.btn-holis:focus {
  background-color: #72D961 !important;
}

.btn-cibereum {
  background-color: #FF4EBA;
  -webkit-box-shadow: 0px 2px #FFAEE0;
          box-shadow: 0px 2px #FFAEE0;
}

.btn-cibereum:focus {
  background-color: #FF4EBA !important;
}

.btn-guntur {
  background-color: #F9FF2E;
  -webkit-box-shadow: 0px 2px #FBFDBA;
          box-shadow: 0px 2px #FBFDBA;
}

.btn-guntur:focus {
  background-color: #F9FF2E !important;
}

.btn-sudirman246 {
  background-color: #FFB32E;
  -webkit-box-shadow: 0px 2px #FFD996;
          box-shadow: 0px 2px #FFD996;
}

.btn-sudirman246:focus {
  background-color: #FFB32E !important;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateZ(0);
            transform: translateY(-10px) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateZ(0);
            transform: translateY(-10px) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}

.floating {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

.floating-delay-1 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.01) translateZ(0);
            transform: scale(1.01) translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.01) translateZ(0);
            transform: scale(1.01) translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
    opacity: 0;
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
    opacity: 0;
  }
}

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
    opacity: 0;
  }
}

.yellow-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
}

.section-marquee {
  position: absolute;
  top: -28%;
  left: 0;
  width: 100%;
  z-index: 12;
}

.section-marquee.two {
  top: 10%;
}

.section-marquee.three {
  top: inherit;
  bottom: -20%;
}

.marquee {
  --gap: 800px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap);
}

.marquee__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll 1000s linear infinite;
          animation: scroll 1000s linear infinite;
  margin: 0;
  padding: 0;
}

.marquee__content li {
  list-style: none;
}

.marquee__content li img {
  -webkit-filter: opacity(1) brightness(1.2);
          filter: opacity(1) brightness(1.2);
}

.section-marquee.two .marquee {
  --gap3: 400px;
  gap: var(--ga3p);
}

.section-marquee.two .marquee__content {
  gap: var(--gap3);
  -webkit-animation: scroll3 300s linear infinite;
          animation: scroll3 300s linear infinite;
}

.section-marquee.three .marquee__content {
  -webkit-animation: scroll 600s linear infinite;
          animation: scroll 600s linear infinite;
}

.section-marquee-text {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.marquee-text {
  --gap2: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap2);
}

.marquee-text__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap2);
  min-width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.marquee-text__content li {
  list-style: none;
}

.marquee-text__content.play-marquee {
  opacity: 1;
  -webkit-animation: scroll2 100s linear infinite;
          animation: scroll2 100s linear infinite;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap))) translateZ(0);
            transform: translateX(calc(-100% - var(--gap))) translateZ(0);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap))) translateZ(0);
            transform: translateX(calc(-100% - var(--gap))) translateZ(0);
  }
}

@-webkit-keyframes scroll2 {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap2))) translateZ(0);
            transform: translateX(calc(-100% - var(--gap2))) translateZ(0);
  }
}

@keyframes scroll2 {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap2))) translateZ(0);
            transform: translateX(calc(-100% - var(--gap2))) translateZ(0);
  }
}

@-webkit-keyframes scroll3 {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap3))) translateZ(0);
            transform: translateX(calc(-100% - var(--gap3))) translateZ(0);
  }
}

@keyframes scroll3 {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap3))) translateZ(0);
            transform: translateX(calc(-100% - var(--gap3))) translateZ(0);
  }
}

.modal-photo-gallery,
.modal-school-info {
  display: block !important;
  pointer-events: none;
}

.modal-backdrop {
  display: none;
}

.photo-gallery,
.school-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: inherit;
  margin: 0px;
  pointer-events: all;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.photo-gallery:before,
.school-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(3);
          transform: scaleX(3);
  -webkit-transform-origin: right;
          transform-origin: right;
  background: #010045;
  background: -webkit-gradient(linear, right top, left top, from(#010045), to(rgba(25, 0, 130, 0)));
  background: linear-gradient(270deg, #010045 0%, rgba(25, 0, 130, 0) 100%);
  pointer-events: none;
}

.photo-gallery .photo-gallery-content,
.photo-gallery .school-info-content,
.school-info .photo-gallery-content,
.school-info .school-info-content {
  width: 68%;
  position: relative;
  z-index: 10;
}

.modal-avatar-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal-avatar-info img {
  position: absolute;
  bottom: 36px;
  left: 42px;
  width: 100px;
  z-index: 2;
}

.modal-avatar-info .avatar-bg {
  display: block;
  width: 604px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 112px;
}

.modal-avatar-info .avatar-bg .avatar-text {
  padding: 10px;
  padding-right: 58px;
  padding-left: 155px;
}

.modal-avatar-info .avatar-bg .avatar-text .p-block {
  font-size: 12px;
  line-height: 1.4;
}

.modal-avatar-info img,
.modal-avatar-info .avatar-bg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
}

.modal-lg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal-lg-wrap .lg-item {
  width: 500px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.modal-lg-wrap.modal-lg-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal-photo-gallery.show,
.modal-school-info.show {
  pointer-events: all;
}

.modal-photo-gallery.show .photo-gallery,
.modal-photo-gallery.show .school-info,
.modal-school-info.show .photo-gallery,
.modal-school-info.show .school-info {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.modal-photo-gallery.show .modal-avatar-info,
.modal-school-info.show .modal-avatar-info {
  opacity: 1;
  visibility: visible;
}

.modal-photo-gallery.show .modal-avatar-info img,
.modal-photo-gallery.show .modal-avatar-info .avatar-bg,
.modal-school-info.show .modal-avatar-info img,
.modal-school-info.show .modal-avatar-info .avatar-bg {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.modal-photo-gallery.show .modal-avatar-info .avatar-bg,
.modal-school-info.show .modal-avatar-info .avatar-bg {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.glide-photo-gallery {
  margin-left: -8px;
  margin-right: -8px;
}

.photo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photo-grid .photo-grid-item {
  display: block;
  width: 33.3333333333%;
  padding-top: 32%;
  position: relative;
}

.photo-grid .photo-grid-item:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 4px;
  border-radius: 14px;
  background-image: url("../img/giphy.gif");
}

.photo-grid .photo-grid-item .img {
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 14px;
  right: 8px;
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}

.detail-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 360px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateX(-110px);
          transform: translateX(-110px);
}

.detail-map .detail-map-img {
  width: 80%;
  display: block;
  position: relative;
}

.detail-map .detail-map-img img {
  display: block;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.detail-map .detail-map-img.play-float img {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.detail-map.active-detail-map {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.detail-map .action {
  position: absolute;
  z-index: 10;
}

.detail-map .action .action-btn {
  display: block;
  background-color: #000870;
  color: #ffffff;
  padding: 8px 16px;
  padding-right: 56px;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  z-index: 1;
}

.detail-map .action .action-btn .fa-solid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  color: #FFCE00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.detail-map .action .action-btn.active, .detail-map .action .action-btn[aria-expanded="true"] {
  background-color: #1D64FF;
}

.detail-map .action .action-btn.active .fa-solid, .detail-map .action .action-btn[aria-expanded="true"] .fa-solid {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.detail-map .action .action-btn:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 32px;
  border: 2px solid #1de1ff;
  z-index: -1;
}

.detail-map .action .line {
  position: absolute;
  width: 2px;
  height: 114px;
}

.detail-map .action .line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/giphy.gif);
  background-size: cover;
}

.detail-map .action .line:after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -4px;
  display: block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #1D64FF;
  z-index: 1;
}

.detail-map .action.action-2 .line {
  display: none;
}

.detail-map .action.modal-showed {
  -webkit-transform: translateY(-40px) !important;
          transform: translateY(-40px) !important;
  opacity: 0 !important;
}

.action-dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 200px;
  display: none;
}

.action-dropdown li {
  display: block;
  list-style: none;
  background-color: #ffffff;
  padding: 8px 12px;
  padding-right: 36px;
  border-radius: 24px;
  color: #363A67;
  font-family: 'gorditamedium';
  font-size: 13px;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 8px 8px rgba(205, 245, 255, 0.4);
          box-shadow: 0px 8px 8px rgba(205, 245, 255, 0.4);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.action-dropdown li i.fa-solid {
  color: #1D64FF;
  margin-right: .5rem;
}

.action-dropdown.active {
  display: block;
}

.detail-map-img .dropdown-menu {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  padding-top: 8px;
  width: 200px;
  display: block;
  pointer-events: none;
}

.detail-map-img .dropdown-menu .dropdown-item {
  display: block;
  list-style: none;
  cursor: pointer;
  background-color: #ffffff;
  padding: 8px 12px;
  padding-right: 36px;
  border-radius: 24px;
  color: #363A67;
  font-family: 'gorditamedium';
  font-size: 13px;
  margin-bottom: 4px;
  -webkit-box-shadow: 0px 8px 8px rgba(205, 245, 255, 0.4);
          box-shadow: 0px 8px 8px rgba(205, 245, 255, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

.detail-map-img .dropdown-menu .dropdown-item i.fa-solid {
  color: #1D64FF;
  margin-right: .5rem;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.detail-map-img .dropdown-menu .dropdown-item:hover {
  background-color: #1D64FF !important;
  color: #ffffff;
}

.detail-map-img .dropdown-menu .dropdown-item:hover i.fa-solid {
  color: #ffffff;
}

.detail-map-img .dropdown-menu.show {
  pointer-events: all;
}

.detail-map-img .dropdown-menu.show .dropdown-item {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.detail-map-img .dropdown-menu.show .dropdown-item:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.detail-map-img .dropdown-menu.show .dropdown-item:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.detail-map-img .dropdown-menu.show .dropdown-item:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.detail-map-img .dropdown-menu.show .dropdown-item:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.detail-map-img .dropdown-menu.show .dropdown-item:nth-child(6) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.action-si-1 {
  top: 65%;
  left: 56%;
}

.action-si-2 {
  top: 40%;
  left: -8%;
}

.action-si-3 {
  top: 25%;
  left: 24%;
}

.action-si-4 {
  top: 60%;
  left: 4%;
}

.action-si-5 {
  top: 30%;
  right: 4%;
}

.action-vibook-1 {
  top: 20%;
  left: 10%;
}

.action-vibook-2 {
  top: 20%;
  right: 10%;
}

.action-vibook-3 {
  top: 40%;
  left: 0%;
}

.action-gaspol-1 {
  top: 29%;
  left: 27%;
}

.action-gaspol-2 {
  top: 37%;
  right: 30%;
}

.action-tkk_banda {
  top: 65%;
  left: 56%;
}

.action-tkk_banda .line {
  bottom: -53px;
  left: -60px;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}

.action-sdk_banda {
  top: 13%;
  left: 10%;
}

.action-sdk_banda .line {
  bottom: -115px;
  left: 74px;
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
}

.action-smpk_banda {
  top: -3%;
  left: 46%;
}

.action-smpk_banda .line {
  bottom: -116px;
  left: 50px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

.action-smak_banda {
  top: 20%;
  left: 80%;
}

.action-smak_banda .line {
  bottom: -84px;
  left: -49px;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
}

.action-smak1_paskal {
  top: 13%;
  left: 6%;
}

.action-smak1_paskal .line {
  bottom: -96px;
  left: 146px;
  -webkit-transform: rotate(307deg);
          transform: rotate(307deg);
}

.action-smak2_paskal {
  top: 10%;
  left: 55%;
}

.action-smak2_paskal .line {
  bottom: -95px;
  left: 42px;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

.action-sdk_paskal {
  top: 71%;
  left: 85%;
}

.action-sdk_paskal .line {
  bottom: -19px;
  left: -60px;
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}

.action-tkk_paskal {
  top: 35%;
  left: 82%;
}

.action-tkk_paskal .line {
  bottom: -110px;
  left: -5px;
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
}

.action-smpk_paskal {
  top: 54%;
  left: 28%;
}

.action-smpk_paskal .line {
  bottom: -76px;
  left: 182px;
  -webkit-transform: rotate(298deg);
          transform: rotate(298deg);
}

.action-sdk_sudirman638 {
  top: 40%;
  left: 20%;
}

.action-sdk_sudirman638 .line {
  bottom: -115px;
  left: 74px;
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
}

.action-smpk_sudirman638 {
  top: 5%;
  left: 60%;
}

.action-smpk_sudirman638 .line {
  bottom: -106px;
  left: 34px;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}

.action-tkk_sudirman638 {
  top: 70%;
  left: 74%;
}

.action-tkk_sudirman638 .line {
  bottom: 44px;
  left: 42px;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}

.action-tkk_parahyangan {
  top: 66%;
  left: 15%;
}

.action-tkk_parahyangan .line {
  bottom: 44px;
  left: 42px;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}

.action-sdk_parahyangan {
  top: 2%;
  left: 6%;
}

.action-sdk_parahyangan .line {
  bottom: -44px;
  left: 174px;
  -webkit-transform: rotate(276deg);
          transform: rotate(276deg);
}

.action-smpk_parahyangan {
  top: -10%;
  left: 50%;
}

.action-smpk_parahyangan .line {
  bottom: -106px;
  left: 25px;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}

.action-smak_parahyangan {
  top: 30%;
  left: 80%;
}

.action-smak_parahyangan .line {
  bottom: -43px;
  left: -62px;
  -webkit-transform: rotate(87deg);
          transform: rotate(87deg);
}

.action-tkk_singgasana {
  top: -10%;
  left: 60%;
}

.action-tkk_singgasana .line {
  bottom: -106px;
  left: 25px;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}

.action-sdk_singgasana {
  top: 60%;
  left: 80%;
}

.action-sdk_singgasana .line {
  bottom: 38px;
  left: 25px;
  -webkit-transform: rotate(153deg);
          transform: rotate(153deg);
}

.action-smpk_singgasana {
  top: 83%;
  left: 20%;
}

.action-smpk_singgasana .line {
  bottom: 40px;
  left: 86px;
  -webkit-transform: rotate(205deg);
          transform: rotate(205deg);
}

.action-smak_singgasana {
  top: 15%;
  left: 7%;
}

.action-smak_singgasana .line {
  bottom: -114px;
  left: 95px;
  -webkit-transform: rotate(336deg);
          transform: rotate(336deg);
}

.action-tkk_guntur {
  top: -5%;
  left: 40%;
}

.action-tkk_guntur .line {
  bottom: -118px;
  left: 51px;
  -webkit-transform: rotate(356deg);
          transform: rotate(356deg);
}

.action-sdk_guntur {
  top: 40%;
  left: 70%;
}

.action-sdk_guntur .line {
  bottom: -12px;
  left: -55px;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.action-smpk_guntur {
  top: 60%;
  left: 20%;
}

.action-smpk_guntur .line {
  bottom: 40px;
  left: 86px;
  -webkit-transform: rotate(205deg);
          transform: rotate(205deg);
}

.action-smak_guntur {
  top: 24%;
  left: -4%;
}

.action-smak_guntur .line {
  bottom: -21px;
  left: 191px;
  -webkit-transform: rotate(253deg);
          transform: rotate(253deg);
}

.action-tkk_holis {
  top: 60%;
  left: 84%;
}

.action-tkk_holis .line {
  bottom: 35px;
  left: 19px;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}

.action-sdk_holis {
  top: -5%;
  left: 60%;
}

.action-sdk_holis .line {
  bottom: -105px;
  left: 23px;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
}

.action-smpk_holis {
  top: 71%;
  left: 28%;
}

.action-smpk_holis .line {
  bottom: 40px;
  left: 86px;
  -webkit-transform: rotate(205deg);
          transform: rotate(205deg);
}

.action-smak_holis {
  top: 24%;
  left: 4%;
}

.action-smak_holis .line {
  bottom: -21px;
  left: 191px;
  -webkit-transform: rotate(253deg);
          transform: rotate(253deg);
}

.action-tkk_sudirman246 {
  top: 68%;
  left: 1%;
}

.action-tkk_sudirman246 .line {
  bottom: 43px;
  left: 73px;
  -webkit-transform: rotate(196deg);
          transform: rotate(196deg);
}

.action-sdk_sudirman246 {
  top: 0%;
  left: 52%;
}

.action-sdk_sudirman246 .line {
  bottom: -72px;
  left: -55px;
  -webkit-transform: rotate(69deg);
          transform: rotate(69deg);
}

.action-smpk_sudirman246 {
  top: 80%;
  left: 39%;
}

.action-smpk_sudirman246 .line {
  bottom: 40px;
  left: 86px;
  -webkit-transform: rotate(205deg);
          transform: rotate(205deg);
}

.action-smak_sudirman246 {
  top: 70%;
  left: 74%;
}

.action-smak_sudirman246 .line {
  bottom: 35px;
  left: 19px;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}

.action-tkk_cibereum {
  top: 56%;
  left: 4%;
}

.action-tkk_cibereum .line {
  bottom: 43px;
  left: 73px;
  -webkit-transform: rotate(196deg);
          transform: rotate(196deg);
}

.action-sdk_cibereum {
  top: 0%;
  left: 50%;
}

.action-sdk_cibereum .line {
  bottom: -72px;
  left: -55px;
  -webkit-transform: rotate(69deg);
          transform: rotate(69deg);
}

.action-smpk_cibereum {
  top: 82%;
  left: 30%;
}

.action-smpk_cibereum .line {
  bottom: 40px;
  left: 86px;
  -webkit-transform: rotate(205deg);
          transform: rotate(205deg);
}

.action-smak_cibereum {
  top: 60%;
  left: 78%;
}

.action-smak_cibereum .line {
  bottom: 35px;
  left: 19px;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}

.detail-section {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  bottom: 0;
  background: #00146f;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 20, 111, 0)), to(rgba(0, 18, 124, 0.8)));
  background: linear-gradient(0deg, rgba(0, 20, 111, 0) 0%, rgba(0, 18, 124, 0.8) 100%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.detail-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}

.detail-section.active-detail-section {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.detail-section .flex-1 .d-block.p-5 {
  padding-bottom: 0px !important;
}

.p-block {
  font-size: 12px;
  line-height: 1.6;
}

.left-line,
.left-line-yellow {
  position: relative;
  padding-left: 22px;
  overflow: hidden;
}

.left-line:before,
.left-line-yellow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-image: url(../img/giphy.gif);
  background-size: cover;
  border-radius: 4px;
}

.left-line-yellow::before {
  background-color: #FFCE00;
}

@-webkit-keyframes fadeBackground {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 200%;
  }
}

@keyframes fadeBackground {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 200%;
  }
}

.detail-group {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.detail-group .detail-map .detail-map-img {
  -webkit-transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.detail-group .detail-map .detail-map-img .action {
  -webkit-transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
}

.detail-group .detail-section .detail-section__item {
  -webkit-transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.detail-group .detail-section .detail-section__item .btn.btn-sm {
  font-size: 12px;
}

.detail-group .detail-section .detail-section__item_2 {
  -webkit-transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  margin-bottom: .5rem;
}

.detail-group.detail-group-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.detail-group.detail-group-active .detail-map .detail-map-img {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.detail-group.detail-group-active .detail-map .detail-map-img .action {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.detail-group.detail-group-active .detail-map .detail-map-img .action:nth-child(1) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.detail-group.detail-group-active .detail-map .detail-map-img .action:nth-child(2) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.detail-group.detail-group-active .detail-map .detail-map-img .action:nth-child(3) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.detail-group.detail-group-active .detail-map .detail-map-img .action:nth-child(4) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.detail-group.detail-group-active .detail-map .detail-map-img .action:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.detail-group.detail-group-active .detail-section .detail-section__item {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.detail-group.detail-group-active .detail-section .detail-section__item:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.detail-group.detail-group-active .detail-section .detail-section__item:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.detail-group.detail-group-active .detail-section .detail-section__item:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.detail-group.detail-group-active .detail-section .detail-section__item:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.detail-group.detail-group-active .detail-section .detail-section__item_2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.action-item {
  position: absolute;
  display: block;
  width: 174px;
  height: 138px;
  border-radius: 50%;
  cursor: pointer;
}

.action-item .action-sign {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  padding: 6px 20px;
  border-radius: 24px;
  display: inline-block;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'cerebri-medium', sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.action-item .action-sign:before {
  content: '';
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 80px;
  width: 1px;
  background-color: #ffffff;
}

.action-item .action-sign:after {
  content: '';
  position: absolute;
  top: 112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #0073e0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FFCE00;
}

.action-item .action-sign.action-sign-bottom {
  top: auto;
  bottom: -50%;
}

.action-item .action-sign.action-sign-bottom:before {
  top: auto;
  bottom: 36px;
}

.action-item .action-sign.action-sign-bottom:after {
  top: auto;
  bottom: 112px;
}

.action-item.action-si-sekolah {
  top: 224px;
  left: 88px;
}

.action-item.action-monitoring {
  top: 17%;
  left: 21%;
}

.action-item.action-rapor {
  top: 15%;
  left: 40%;
}

.action-item.action-lms {
  top: 16%;
  left: 55%;
}

.action-item.action-ppdb {
  top: 47%;
  left: 23%;
}

.action-item.action-finance {
  top: 59%;
  left: 34%;
}

.action-item.action-scola-ai {
  top: 37%;
  left: 56%;
}

.action-item.action-potensiq {
  top: 25%;
  left: 68%;
}

.action-item.action-vibook {
  top: 37%;
  left: 78%;
}

.action-item.action-gaspol-ptn {
  top: 49%;
  left: 67%;
}

.box-iso {
  display: block;
  width: 8px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  height: 620px;
  -webkit-transform: rotate(-30deg) skewX(30deg);
          transform: rotate(-30deg) skewX(30deg);
  position: absolute;
  top: 364px;
  left: 0;
}

.box-iso:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box-iso-2 {
  display: block;
  width: 8px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  height: 626.4px;
  -webkit-transform: rotate(30deg) skewX(-30deg);
          transform: rotate(30deg) skewX(-30deg);
  position: absolute;
  top: 361px;
  right: -2px;
}

.box-iso,
.box-iso-2 {
  overflow: hidden;
}

.box-iso:before,
.box-iso-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/giphy.gif");
  background-size: cover;
}

.box-iso {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.box-iso-2 {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

@-webkit-keyframes fadeBackground2 {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 200%;
  }
}

@keyframes fadeBackground2 {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 200%;
  }
}

@-webkit-keyframes fadeBackground3 {
  0% {
    background-position: 0% 200%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes fadeBackground3 {
  0% {
    background-position: 0% 200%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.block-qr {
  display: block;
  width: 84px;
  height: 84px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  background-color: #ffffff;
}

.glideLG {
  width: 500px;
}

.glideLG .glide__slide {
  width: 500px !important;
}

.audio-btn {
  position: absolute;
  bottom: 2.6rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.audio-btn.hide {
  visibility: hidden;
  opacity: 0;
}

.menu-home {
  position: absolute;
  left: 0;
  width: 100%;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1100;
  bottom: -100%;
  -webkit-transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  transition: all 1s cubic-bezier(0.8, 0.4, 0.4, 1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.menu-home:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}

.menu-home.menu-home-show {
  opacity: 1;
  bottom: 0;
  visibility: visible;
  pointer-events: all;
}

.menu-home .btn {
  position: absolute;
  top: -14px;
  left: 24px;
  z-index: 999;
}

.video-card {
  width: 100%;
  padding-top: 52%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px rgba(8, 5, 95, 0.4);
          box-shadow: 0px 4px 4px rgba(8, 5, 95, 0.4);
  text-decoration: none;
  color: #ffffff;
}

.video-card:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(#08055f), to(rgba(8, 5, 95, 0)));
  background: linear-gradient(0deg, #08055f 0%, rgba(8, 5, 95, 0) 100%);
}

.video-card .fa-solid {
  top: 1.2rem;
  right: .85rem;
  position: absolute;
  color: #FFCE00;
}

.video-card .video-card-title {
  color: #ffffff;
  position: absolute;
  bottom: .85rem;
  left: .85rem;
  right: .85rem;
  width: 70%;
  font-size: 12px;
  font-family: 'montalbanregular';
  z-index: 4;
}

.video-card:hover {
  color: #ffffff;
  text-decoration: none;
}

.video-card.video-card-2:before {
  display: none;
}

.lity {
  background: rgba(0, 0, 0, 0.8);
}

.lity .lity-container .lity-close {
  top: inherit;
  right: inherit;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  color: #363A67;
  border-radius: 18px;
  text-shadow: none;
}

.lity-content img {
  max-height: 70vh;
}

.qr-wrap {
  display: block;
}

.qr-wrap .qr-block {
  position: absolute;
  bottom: 14px;
  width: 100%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qr-wrap .qr-block .qr-block-inner {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  background-color: #ffffff;
}

.qr-wrap .qr-block .btn {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 4;
}

.qr-wrap.qr-wrap-active .qr-block {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 10px;
  opacity: .5;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  padding: 0;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 8px;
  border: none;
  color: #ffffff;
  font-family: 'cerebri-medium', sans-serif;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #0073e0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*# sourceMappingURL=style.css.map */