/* Wajib menambahkan font-display:swap; */
@font-face { font-family: 'Gilroy'; src: url("../../fonts/Gilroy-light.otf"); font-weight: 300; font-style: normal; font-display: swap; }

@font-face { font-family: 'Gilroy'; src: url("../../fonts/Gilroy-Medium.woff"); font-weight: 500; font-style: normal; font-display: swap; }

@font-face { font-family: 'Gilroy'; src: url("../../fonts/Gilroy-SemiBold.otf"); font-weight: 600; font-style: normal; font-display: swap; }

@font-face { font-family: 'Gilroy'; src: url("../../fonts/Gilroy-Bold.otf"); font-weight: bold; font-style: normal; font-display: swap; }

* { margin: 0; padding: 0; outline: none; }

a, a:link, a:visited { text-decoration: none; }

h1, h2, h3, h4, h5 { font-family: Gilroy, sans-serif; font-weight: bold; color: #184868; position: relative; z-index: 999; }

h1, h2 { font-size: 40px; }

h3 { font-size: 30px; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

.bounce:hover {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.form-control:focus { box-shadow: unset; }

.btn:focus { outline: none; box-shadow: none; }

.btn.btn-gradient { color: white; background-color: #2579e8; border-radius: 10px; padding: 10px 35px; position: relative; z-index: 1; border-width: 0; border-color: unset; }

.btn.btn-gradient:before { content: ''; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background-color: #f6ad41; opacity: 0; -webkit-transition: all 1000ms cubic-bezier(0.22, 1, 0.1, 1); -moz-transition: all 1000ms cubic-bezier(0.22, 1, 0.1, 1); transition: all 1000ms cubic-bezier(0.22, 1, 0.1, 1); z-index: -1; border-radius: 10px; border-color: unset; }

.btn.btn-gradient:hover:before { opacity: 1; }

.p-center { width: 100%; height: 100%; display: table; }

.p-center .v-middle { width: 100%; height: 100%; display: table-cell; vertical-align: middle; }

body { font-family: Gilroy, sans-serif; font-weight: 300; font-size: 16px; line-height: 2.29; letter-spacing: 0.53px; color: #184868; }

header { position: fixed; width: 100%; z-index: 1002; }

header .navbar { padding: 15px 0; }

header .navbar .navbar-brand img { height: 58px; }

header .navbar.sticky { background-color: #ffff; margin: 0; border-radius: 0; padding: 10px 0px; width: 100%; top: -100px; z-index: 10; position: fixed; box-shadow: 0 15px 15px 0 rgba(125, 128, 155, 0.1); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }

header .navbar.sticky.top { background-color: transparent; box-shadow: none; padding-top: 25px; }

header .navbar.sticky.show { top: 0; opacity: 0.9; }

img { border: none; }

div.clear { clear: both; }

#hero { height: 156vh; background: #d0eafd; background: linear-gradient(180deg, #d0eafd 0%, #d0eafd 40%, white 100%); padding-top: 158px; }

#hero p { font-size: 21px; }

#hero .bg-school-right, #hero .bg-school-left { position: absolute; bottom: 0; width: 755px; }

#hero .bg-school-right { right: 0; }

#hero .bg-school-left { left: 0; }

#hero .main-image { position: absolute; margin: auto; z-index: 99; left: 0; right: 0; bottom: -120px; text-align: center; }

#hero .main-image img { width: 800px; }

#hero .main-image img.play-button { position: absolute; width: 60px; top: 0; bottom: -70px; margin: auto; opacity: 0.4; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }

#hero .main-image img.play-button:hover { transform: scale(1.25); }

#hero .btn span.icon {
  background: url(/static/icons/arrow-button.svg) no-repeat;
  float: right;
  width: 19px;
  height: 21px;
  margin-top: 3px;
}

#hero .offerlow { position: absolute; overflow: hidden; bottom: 0; width: 100%; height: 100%; }

#reasons { padding-top: 167px; background: white; background: linear-gradient(180deg, white 0%, #d0eafd 54%, #e5f3fe 100%); }

#reasons .content .reason-image { text-align: center; }

#reasons .content .reason-image img { width: 375px; }

#reasons .content ul { list-style-type: none; }

#reasons .content ul li { padding-left: 75px; font-size: 24px; font-weight: bold; line-height: 2; letter-spacing: 0.6px; }

#reasons .content ul li:before { content: ""; position: absolute; width: 19px; height: 18px; left: 20px; background-image: url(../../landing_page/images/logo-icon.png); background-repeat: no-repeat; background-size: contain; margin: 15px; }

#our-feature { padding-top: 167px; background: #e5f3fe; background: linear-gradient(180deg, #e5f3fe 0%, white 61%, #eef7ff 100%); }

#our-feature:before { opacity: 1; content: ""; position: absolute; width: 175px; height: 100%; right: 160px; background-image: url(../../landing_page/images/particle.png); background-repeat: no-repeat; }

#our-feature .swiper-detail:before { opacity: 1; content: ""; position: absolute; width: 175px; height: 100%; background-image: url(../../landing_page/images/particle.png); background-repeat: no-repeat; }

#contact { padding-top: 145px; background: #eef7ff; background: linear-gradient(180deg, #eef7ff 0%, #d0eafd 52%, white 100%); }

#contact .card { border-radius: 10px; box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.04); padding: 90px 100px 60px 100px; }

#contact .card figure { padding: 50px 85px 0 0; }

#app-download { margin-top: 125px; background-color: #2579e8; }

#app-download .content { position: relative; margin: 70px 0px; padding: 0; }

#app-download h3, #app-download p { color: #ffff; }

#app-download figure { margin: 0; position: relative; width: 50%; }

#app-download figure img { width: 400px; position: absolute; bottom: 0; right: 0; }

#app-download .download-app { position: unset; }

#app-download .download-app img { height: 46px; width: auto; -webkit-transition: all 0.05s; -moz-transition: all 0.05s; transition: all 0.05s; }

#app-download .download-app img:hover { transform: scale(1.01); }

footer { padding: 20px 0; }

footer .copy-right { font-size: 15px; line-height: 1.6; }

footer .copy-right span { display: block; margin-top: 15px; letter-spacing: 0.38px; }

footer .copy-right a { color: #f6ad41; }

footer .copy-right a:hover { color: #2579e8; }

footer .footer-logo { height: 48px; }

footer .social-media-list { margin-bottom: 0; float: right; margin-top: 15px; list-style-type: none; display: flex; display: -ms-flexbox; -ms-flex-direction: row; flex-direction: row; }

footer .social-media-list li:nth-child(1) a { color: #3b5998; }

footer .social-media-list li:nth-child(2) a i { transition: all 0.2s ease; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

footer .social-media-list li:nth-child(2) a i:hover { background: #f6ad41; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

footer .social-media-list li:nth-child(3) a { color: #0084b4; }

footer .social-media-list li:nth-child(4) a { color: #0e76a8; }

footer .social-media-list li:nth-child(5) a { color: #c4302b; }

footer .social-media-list li { padding-left: 25px; font-size: 19px; }

footer .social-media-list li a { transition: all 0.2s ease; }

footer .social-media-list li a:hover { color: #f6ad41; }

.content { padding-top: 5%; }

#ModalVideo .modal-content { background-color: transparent; border: unset; }

#ModalVideo button { background-color: transparent; font-size: 34px; z-index: 1; right: -20px; padding: 0; position: absolute; top: -24px; color: #ffff; }

#ModalVideo .modal-content iframe { width: 100%; height: 430px; }

.modal-body { padding: 0; }

#blog .swiper-slide { background-color: #FFFFFF; border-radius: 20px; border: 1px solid transparent; height: auto; }
#blog .swiper-slide.swiper-slide-active { box-shadow: none; }
#blog .swiper-slide:hover { border: 1px solid #DCDFE3; box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1) }
#blog .card2-desktop { display: none; }
#blog .swiper-container { position: static; }
#blog .card2-desktop-blog .img-top-desktop-blog { display: none; }
#blog .card2-desktop-blog:hover .img-top-desktop-blog { display: inline; }
#blog .card2-desktop-blog:hover .img-top3-desktop-blog, #blog .card2-desktop-blog:hover .img-top2-desktop-blog { display: none; }
#package .swiper-slide { transition: all 200ms linear; background-color: #FFFFFF; border-radius: 20px; border: 1px solid #DCDFE3; height: auto; }
#package .swiper-slide.swiper-slide-active { background-color: #FFFFFF; border: 1px solid #DCDFE3; box-shadow: none; }
#package .swiper-slide:hover { box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1) }
#package .card2-desktop { display: none; }
#testimonial .swiper-slide { transition: all 200ms linear; background-color: #FFFFFF; border-radius: 20px; border: none; height: auto; }
#testimonial .swiper-slide.swiper-slide-active { background-color: #FFFFFF; border: 1px solid #DCDFE3; box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1); }
#testimonial .swiper-slide.swiper-slide-active p.description-testimoni { color: #23262F; }
/* #feature { overflow-x: hidden; }
#feature .swiper-container { width: 80%; margin: auto; position: relative; overflow: visible; } */
/* #feature .swiper-slide { width: 40%; } */

.swiper-container { position: relative; }

.swiper-container .swiper-slide__content { position: absolute; top: 0; }

.swiper-slide { transition: all 200ms linear; background-color: #EFF4FB; border-radius: 20px; border: 1px solid #D6E3F5; height: auto;}

.swiper-slide:hover { box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1) }

/* .swiper-slide img { width: 80%; opacity: 0.5; display: block; height: auto; } */
/* .swiper-slide img { display: block; } */

.swiper-slide.swiper-slide-active { background-color: #FFFFFF; border: none; box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1)}

/* .swiper-slide.swiper-slide-active img { opacity: 1; padding: 5%; width: 80%; } */
/* .swiper-slide.swiper-slide-active img { opacity: 1; } */

.swiper-detail { padding-top: 5px; }

.swiper-detail .swiper-slide { padding: 0 280px; }

.swiper-slide__content { height: 300px; }

/* .swiper-button-next, .swiper-button-prev {
  display: flex !important;
}

.swiper-button-next, .swiper-button-prev { background-color: #2579e8; color: #ffff; border-radius: 50%; width: 47px; height: 47px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.swiper-button-next:after, .swiper-button-prev:after { font-size: 15px; }

.swiper-button-next:hover, .swiper-button-prev:hover { background-color: #f6ad41; }

.swiper-button-prev { left: 0; }

.swiper-button-next { right: 0; } */

/* revamp swiper */

.revamp-swiper-button-next, .revamp-swiper-button-prev {
  display: flex !important;
}

.revamp-swiper-button-next, .revamp-swiper-button-prev { background-color: #000; color: #ffff; border-radius: 50%; width: 47px; height: 47px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.revamp-swiper-button-next:after, .revamp-swiper-button-prev:after { font-size: 15px; }

.revamp-swiper-button-next:hover, .revamp-swiper-button-prev:hover { background-color: #000; }

.revamp-swiper-button-prev { left: 0; }

.revamp-swiper-button-next { right: 0; }

.card2-desktop {
  width: 56px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: 0;
}

.card2-desktop .img-top-desktop {
  display: none;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 99;
  width: 90px;
}
.card2-desktop:hover .img-top-desktop {
  display: inline;
}

.card2-desktop .img-top2-desktop {
  display: inline;
  position: absolute;
  top: 1px;
  left: 0;
  width: 72%;
  z-index: 99;
}

.card2-desktop .img-top3-desktop {
  display: inline;
  position: absolute;
  top: 1px;
  left: 0;
  width: 72%;
  z-index: 99;
}

.card2-desktop:hover .img-top3-desktop {
  display: none;
}
.card2-desktop:hover .img-top2-desktop {
  display: none;
}


form .form-group { width: 100%; }

form .form-group input, form .form-group textarea { padding: 13px 30px; border-radius: 10px; border: solid 1.9px #baccda; }

form .form-group input::placeholder, form .form-group textarea::placeholder { color: #84a1b6; }

form .form-group input { height: 56px; }

form .form-group textarea { resize: none; }

/* Clear */
.clearfix { display: inline-block; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* Hide from IE Mac \*/
.clearfix { display: block; }

/* End hide from IE Mac */
::-moz-selection { background-color: #97d4e9; color: #FFFFFF; }

::selection { background-color: #97d4e9; color: #FFFFFF; }

.gohide { display: none; }

label.error { color: #e53935; display: block; margin-top: 5px; margin-bottom: 10px; padding: 0; font-weight: normal; text-align: left; font-size: 13px; }

#gositusform { position: absolute; top: -8900px; left: -9800px; }

.btn-revamp-hover:hover { box-shadow: 0 16px 40px -6px rgba(26, 115, 232, 0.35); }

@media (max-width: 1199px) { .swiper-detail .swiper-slide { padding: 0 145px; } }

@media (max-width: 991px) { h1, h2 { font-size: 30px; }
  #hero p { font-size: 16px; }
  #reasons .content ul li { font-size: 18px; }
  #reasons .content .reason-image img { width: 100%; }
  #contact .card { padding: 70px 80px 60px 80px; }
  #app-download figure img { width: 100%; padding: 0 25px; }
  footer .social-media-list li { padding-left: 18px; }
  .swiper-detail .swiper-slide { padding: 0 85px; } }

@media (max-width: 767px) {
  #hero .main-image img { width: 100%; }
  #our-feature { padding-top: 115px; background: #F7FAFD;}
  #reasons .content .reason-image { margin-bottom: 60px; }
  #contact { padding-top: 115px; }
  #contact .card figure { padding: 25px; }
  footer .social-media-list { align-items: center; justify-content: center; float: unset; }
  #app-download { margin-top: 115px; }
  #app-download figure { display: none; }
  .swiper-slide.swiper-slide-active { padding: 0 70px; }
  .swiper-detail .swiper-slide { padding: 0; }
  .swiper-container { height: 400px; }
  .swiper-slide img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: auto;
    padding: 10%;
  }
  .content { padding-top: 5%; }
  /* .swiper-slide.swiper-slide-active img { opacity: 1; transform: scale(1); } */
  .swiper-slide.swiper-slide-active img { opacity: 1; }
}

@media (max-width: 576px) {
  #hero {background: white;}
  #hero .main-image { bottom: -46px; }
  #hero .main-image img.play-button {
    width: 40px; bottom: -20px;
  }
  #our-feature:before {display: none;}
}

@media (max-width: 480px) {
  #contact .card {
    padding: 60px;
  }
  .swiper-container {
    height: 525px;
  }
  .swiper-slide.swiper-slide-active { width: 50%; transform: scale(1); padding: 25px; }
}