@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
:root {
  --primary-color: #667BB4;
  --secondary-color: #F7F7F7;
  --font: "{$font}";
  --mobile-end: {$mobile-end};
  --tablet-start: {$tablet-start};
  --tablet-end: {$tablet-end};
  --hd-start: {$hd-start};
  --hd-end: {$hd-end};
  --full-hd-start: {$full-hd-start};
  --full-hd-end: {$full-hd-end};
  --twok-start: {$twok-start};
  --twok-end: {$twok-end};
  --fourk-start: {$fourk-start};
  --fourk-end: {$fourk-end};
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* Mobile View */
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

.primary-button {
  font-size: max(0.75rem, 0.82vw);
  font-weight: 600;
  text-decoration: none;
}
.primary-button button {
  border-radius: 8px;
  background: #667BB4;
  padding: 0.7rem max(1rem, 1.2vw);
  border: none;
  color: #fff;
}

.disabled-button {
  border: 1px solid #B6B6B6 !important;
  color: #B6B6B6 !important;
  transition: 0.3s ease-out;
  pointer-events: none;
}

#toast-container > div {
  width: 330px !important;
}

.toast-message {
  font-size: 1rem !important;
  margin-top: 2px !important;
}

.navbar {
  width: 100%;
  min-height: clamp(5rem, 4.1vw, 4.7vw);
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  color: #111;
  padding: 0 1rem;
  z-index: 10;
  position: fixed;
  top: 0;
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 1.7rem 1rem;
  }
}
.navbar .navbar-brand img {
  width: 12rem;
  width: max(8.9rem, 9.2vw + 1rem);
}
.navbar-sekolah-image {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar-sekolah-link {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  margin-left: 1rem;
}
.navbar .nav-link {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  font-size: max(1rem, 0.83vw);
  text-align: right;
  font-weight: 600;
}
.navbar .nav-content {
  margin: 0;
  padding: 0;
}
.navbar .nav-content-button {
  margin: 0 1rem;
}

.search-box {
  position: relative;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s ease-in-out !important;
  opacity: 0;
  pointer-events: none !important;
  width: max(21rem, 17.5vw);
  height: max(3.3rem, 2.7vw);
  display: flex;
  padding-left: max(2.6rem, 2.1vw);
  line-height: 3.3rem;
  cursor: pointer;
}

.search-box.visible {
  opacity: 1;
  pointer-events: all !important;
}

.search-box:hover {
  transform: scale(1.15);
  transition: 0.3s ease-in !important;
}

.search-text {
  color: #000;
  font-size: 1rem;
  font-size: max(1rem, 0.82vw);
  font-weight: 600;
  margin-right: 1rem;
  text-decoration: none;
}

.search-text:hover {
  color: #000;
}

.search-arrow-box {
  height: 3.3rem;
}

.search-arrow {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box !important;
  padding: max(1.15rem, 1vw);
  height: max(3.3rem, 2.7vw);
  border-radius: 100%;
  background: #667BB4;
  color: #fff;
}

.search-modal {
  width: 54rem;
  height: 30rem;
  border-radius: 0px;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
  background: #fff !important;
  color: #111;
  position: fixed;
  top: 5.5rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 3;
  opacity: 0;
  pointer-events: none !important;
  margin-top: 0 !important;
}

.search-modal.visible {
  opacity: 1;
  pointer-events: all !important;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-close {
  position: absolute;
  width: 15rem;
  height: 3.25rem;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  bottom: -5rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  border: none;
}

.redirect-sekolah {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid #000;
}

.list-sekolah {
  width: max(17rem, 14.1vw);
  height: max(19.5rem, 16.25vw);
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: max(7rem, 5.8vw);
  right: 2.8rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none !important;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.list-sekolah ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1rem 0;
  margin: 0;
}
.list-sekolah li {
  list-style: none;
}
.list-sekolah-link {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  margin-left: 0.5rem;
}
.list-sekolah-link:hover {
  color: #000;
}
.list-sekolah-image {
  width: 3.25rem;
  height: 3.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-sekolah.visible {
  opacity: 1;
  pointer-events: all !important;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hero {
  background-image: url("../images/background-white.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding: 10rem 0rem 5rem;
  }
}
.hero .hero-title {
  color: #000;
  font-size: max(2rem, 1.6vw + 1rem);
  font-weight: 700;
  text-align: center;
}
.hero .hero-text {
  color: #000;
  font-size: max(0.75rem, 0.83vw);
  font-weight: 600;
  margin: 1rem 0;
  text-align: center;
}

.hero-daftar {
  font-size: 1rem;
  font-size: max(0.75rem, 0.82vw);
  padding: 0 max(1rem, 0.82vw);
  border-radius: 8px;
  background: #667BB4;
  margin-top: 3rem;
  min-height: 3.25rem;
}

#hero-login {
  font-size: max(0.75rem, 0.86vw);
}

.hero-box-pilih-sekolah.search-modal {
  z-index: 11;
}
.hero-box-pilih-sekolah .pilihan-sekolah {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .hero-box-pilih-sekolah .pilihan-sekolah {
    width: 95vw !important;
    overflow: scroll !important;
    justify-content: start;
    padding: 0.5rem 4.6875rem;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  }
  .hero-box-pilih-sekolah .pilihan-sekolah::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .hero-box-pilih-sekolah .button-school {
    scroll-snap-align: center;
    margin-right: 1rem;
  }
}
.hero-box-pilih-sekolah p {
  color: #000;
  text-align: center;
  font-size: max(0.75rem, 1.05vw);
  font-weight: 600;
}
.hero-box-pilih-sekolah input[type=radio] {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.hero-box-pilih-sekolah .label-radio {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-out, border 2s ease-out;
  border-radius: max(0.75rem, 0.8vw);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-size: max(0.75rem, 0.8vw);
  min-width: max(13rem, 10.3vw);
  min-height: 15rem;
}
.hero-box-pilih-sekolah .label-radio-image {
  width: max(5.375rem, 3.6vw + 1rem);
  height: max(5.375rem, 3.6vw + 1rem);
}
.hero-box-pilih-sekolah .label-radio-title {
  font-size: max(1.25rem, 1.08vw);
  font-weight: 700;
}
.hero-box-pilih-sekolah .label-radio-desc {
  font-size: max(0.75rem, 0.8vw);
  font-weight: 400;
}
.hero-box-pilih-sekolah .label-radio .fa-whatsapp {
  font-size: max(1rem, 0.82vw);
}
.hero-box-pilih-sekolah .label-radio:hover {
  transition: border 2s ease-out;
  border: 1px solid #667BB4;
  background: #fff !important;
}
.hero-box-pilih-sekolah input[type=radio]:checked + label {
  border: 1px solid #667BB4;
  background: #F2F6FF !important;
}
.hero-box-pilih-sekolah ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.hero-box-pilih-sekolah ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 767px) {
  .hero-box-pilih-sekolah {
    width: 100% !important;
  }
}
.galeri {
  margin: max(3.875rem, 8vw) auto 0 auto;
}
.galeri .container-fluid {
  width: 70vw;
}
@media screen and (max-width: 767px) {
  .galeri .container-fluid {
    width: 100%;
    padding-inline: 1rem;
  }
}
.galeri-title {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-size: max(1.5rem, 2.1vw);
  font-weight: 700;
}
.galeri-box {
  margin-top: max(2rem, 3.3vw);
}
.galeri-box-image {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
.galeri-image {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: 0.5s ease-out;
}
.galeri-image:hover {
  filter: grayscale(0%);
  transition: 0.5s ease-out;
  transform: scale(1.1);
}

.alur {
  margin: max(3.875rem, 8vw) auto 0 auto;
}
.alur .container-fluid {
  width: 70vw;
}
@media screen and (max-width: 767px) {
  .alur .container-fluid {
    width: 100%;
    padding-inline: 1rem;
  }
}
.alur-title {
  color: #000;
  font-size: 2.5rem;
  font-size: max(1.5rem, 2.1vw);
  font-weight: 700;
}
.alur-card-image {
  width: auto;
  height: max(5.5rem, 5vw);
  -o-object-fit: contain;
     object-fit: contain;
}
.alur-card-title {
  color: #000;
  font-size: 1.5rem;
  font-size: max(1.25rem, 1.25vw);
  font-weight: 700;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.alur-card-text {
  color: #000;
  font-size: 1rem;
  font-size: max(0.875rem, 0.82vw);
  font-weight: 600;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.left-arrow, .right-arrow {
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  border: 1px solid #000;
  margin: 0 0.4rem;
  transition: 0.3s ease-out;
  cursor: pointer;
  background-color: #fff;
}

.left-arrow:not(.disabled-button):hover, .right-arrow:not(.disabled-button):hover {
  background-color: #000;
  transition: 0.3s ease-out;
  color: #fff !important;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  padding: 0 1rem;
}

.banner {
  margin: max(3.875rem, 8vw) auto 0 auto;
}
.banner .container-fluid {
  background-color: #FAFAFA;
}
.banner-box {
  position: relative;
  height: 100%;
  padding: 0;
  overflow: hidden !important;
}
.banner-image {
  width: 100%;
  height: max(33rem, 27.5vw);
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
}
.banner-gradient {
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .banner-gradient {
    transform: rotate(90deg);
    width: 100vw;
    height: 100vw;
    right: 0;
    bottom: -5px;
  }
}
.banner-content-box {
  margin-left: -5rem;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .banner-content-box {
    margin-left: 0rem;
    padding: 2rem 0 5rem;
  }
}
.banner-title {
  color: #000;
  font-size: max(1.5rem, 2.08vw);
  font-weight: 700;
}
.banner-text {
  color: #000;
  font-size: max(0.875rem, 0.82vw);
  font-weight: 600;
  margin: 1.75rem 0;
}

.yayasan {
  margin: max(3.875rem, 8vw) auto 0 auto;
}
.yayasan .container-fluid {
  width: 70vw;
}
@media screen and (max-width: 767px) {
  .yayasan .container-fluid {
    width: 100%;
    padding-inline: 1rem;
  }
}
.yayasan-title {
  color: #000;
  font-size: max(1.5rem, 2.1vw);
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
.yayasan .card {
  border: none;
  padding: 0 0.7rem;
}
.yayasan .card-head {
  margin: 0 auto;
  width: 100%;
  padding: max(2.1563rem, 1.7vw) 0;
  border-radius: 8px;
  background: #FAFAFA;
}
.yayasan-card-image {
  width: max(7.5rem, 6.15vw);
  height: max(7.5rem, 6.15vw);
  -o-object-fit: cover;
     object-fit: cover;
}
.yayasan-card-title {
  color: #000;
  font-size: max(1.25rem, 1.25vw);
  font-weight: 700;
  transition: 0.3s ease-in;
  text-decoration: none;
}
.yayasan-card-title:hover {
  text-decoration: underline;
  transition: 0.3s ease-in;
  color: #000;
}
.yayasan-card-text {
  color: #000;
  font-size: max(0.875rem, 0.82vw);
  font-weight: 600;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.jalur {
  background: linear-gradient(180deg, #F0F4FF 0%, rgba(240, 244, 255, 0) 100%);
  margin: max(3.875rem, 8vw) auto 0 auto;
  padding: 5rem 0;
}
.jalur .container-fluid {
  width: 70vw;
}
@media screen and (max-width: 767px) {
  .jalur .container-fluid {
    width: 100%;
    padding-inline: 1rem;
  }
}
.jalur .accordion-item, .jalur .accordion-button {
  background-color: transparent;
}
.jalur .accordion-button {
  font-size: max(1.25rem, 0.4vw + 1rem);
  padding: max(1.75rem, 1.45vw) 0;
}
.jalur-title {
  color: #000;
  font-size: max(1.5rem, 2.08vw);
  font-weight: 700;
  margin-bottom: 4rem;
  margin-bottom: max(1.75rem, 3.54vw);
  text-align: center;
}
.jalur-accordion-title {
  color: #000;
  font-size: max(1rem, 0.82vw);
  font-weight: 600;
}
.jalur-accordion-text {
  color: #000;
  font-size: max(1rem, 0.82vw);
  font-weight: 400;
  margin-top: 1rem;
}

.accordion-item:first-child {
  border: none !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0.1vw solid #C1C1C1 !important;
  border-bottom: 0.1vw solid #C1C1C1 !important;
}

.accordion-item {
  border: none !important;
  border-top: 1px solid #C1C1C1 !important;
  border-bottom: 0.1vw solid #C1C1C1 !important;
}

.accordion-item:last-child {
  border: none !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0.1vw solid #C1C1C1 !important;
}

.accordion-button {
  padding: 1.5rem 0;
}

.accordion-body {
  padding: 0rem 0 1.5rem 0;
}

.accordion-header button {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #111;
  box-shadow: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
  border-color: none;
  box-shadow: none;
}

.footer {
  margin-top: max(3.125rem, 2.6vw);
  color: #fff;
  padding: max(3.125rem, 2.5vw) 0;
  background: #000;
}
.footer .container-fluid {
  width: 70vw;
}
@media screen and (max-width: 767px) {
  .footer .container-fluid {
    width: 100%;
    padding-inline: 1rem;
  }
}
.footer ul {
  padding: 0;
}
.footer li {
  list-style: none;
  padding: 0;
  margin: 0.2rem 0;
}
.footer-image {
  width: max(8.8125rem, 9.5vw);
}
.footer-title {
  color: #FFF;
  font-size: max(1rem, 0.2vw + 1rem);
  font-weight: 600;
}
.footer-text {
  color: #FFF;
  font-size: 1rem;
  font-size: max(0.875rem, 0.82vw);
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s ease-out;
}
.footer-text:hover {
  color: #FFF;
}

.copyright {
  background: #fff;
}
.copyright-title {
  color: #000;
  font-size: max(1rem, 0.83vw);
  font-weight: 400;
  text-align: center;
  padding: max(0.875rem, 0.5vw) 0;
}

.bounce-animation {
  animation: BounceAnimation 0.5s ease;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes BounceAnimation {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=home.css.map */