@media (min-width: 1025px){
  .spacer-rg {
      min-height: 2.9rem;
  }
}
@media (max-width: 767px){
  .spacer-rg {
      padding-top: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .spacer-rg {
    padding-top: 1.75rem;
  }
}
/* SECTION HERO */
.hero{
  position: relative;
  padding: 3.25rem 0 0rem;
  overflow: hidden;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Hero/background-section-hero-desktop.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.container-hero{
  display: block; 
}
.slick-hero{
  display: grid !important;
  grid-template-columns: 50% 50%;
  grid-gap: 0rem;
  justify-content: center;
}
.text-hero{
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(316.2deg, #1101AE 0.86%, #FE4445 85.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.title-hero{
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #434856;
  margin: 0;
  padding-bottom: 1.5rem;
}
.title-hero span{
  background: linear-gradient(-182deg, #FE4445 0.86%, #1101AE 85.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}
.desc-hero{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #434856;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cta-hero{
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  margin: 0;
  padding: 0.5rem 2rem;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  border-radius: 26px;
  display: inline-block;
}
.container-hero .slick-slide img {
  display: inline-block;
  padding-left: 1rem
}
.image-hero{
  position: relative;
  right: 0;
  bottom: 0;
}
.hero-right{
  position: relative; 
}
.header-toefl{
  position: relative;
  z-index: 2;
} 
.runner-micro-star{
  position: absolute;
  top: 1.5rem;
  right: 15.5rem;
  animation: swing 8s infinite alternate;
}
.runner-micro-rocket{
  position: absolute;
  bottom: 3rem;
  right: 9rem;
  Width: 7.5rem;
  animation: swing-right 6s infinite alternate;
}
.ranger-micro-teacher{
  position: absolute;
  top: -1rem;
  left: 4rem;
  Width: auto;
  animation: swing 6s infinite alternate;
}
.explorer-micro-star{
  position: absolute;
  top: 5.5rem;
  right: 13.5rem;
  Width: 3.5rem;
  animation: swing-right 8s infinite alternate;
}
.toefl-micro-teacher{
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  Width: auto;
  animation: swing 9s infinite alternate;
  z-index: 1;
}
.profesional-micro-bag{
  position: absolute;
  top: 6rem;
  left: 6.5rem;
  Width: auto;
  animation: swing-right 6s infinite alternate;
}
.container-hero .slick-dots li.slick-active button:before{
  opacity: 1 !important;
  color: #9646A6 !important;
  font-size: 16px !important;
}
.container-hero .slick-dots li button:before{
  color: #BEC8D0 !important;
  font-size: 8px !important;
  opacity: 1 !important;
}
.container-hero .slick-dots{
  bottom: 70px !important; 
}
.hero .slick-dotted.slick-slider{
  margin-bottom: 0 !important; 
}
.slider{
  -webkit-transition: opacity 1000s ease-in-out;
    -moz-transition: opacity 1000s ease-in-out;
    -ms-transition: opacity 1000s ease-in-out;
    -o-transition: opacity 1000s ease-in-out;
     opacity: 1;
}

/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero{
    padding: 1.25rem 0 0;
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/bg-hero-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .slick-hero{
    grid-template-columns: 100%; 
  }
  .text-hero{
    font-size: 14px;
    line-height: 20px;
  }
  .title-hero{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 0.5rem;
  }
  .desc-hero{
    font-size: 16px;
    line-height: 24px;
  }
  .runner-micro-star{
    width: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 8.5rem;
  }
  .runner-micro-rocket {
    position: absolute;
    bottom: 2rem;
    right: 5rem;
    Width: 4rem;
  }
  .ranger-micro-teacher {
    position: absolute;
    top: 0.5rem;
    left: 3.5rem;
    Width: 8rem;
  }
  .explorer-micro-star {
    position: absolute;
    top: 2.5rem;
    right: 5rem;
    Width: 3rem;
  }
  .toefl-micro-teacher {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    Width: 10rem;
  }
  .profesional-micro-bag {
    position: absolute;
    top: 2rem;
    left: 2rem;
    Width: 5.5rem;
  }
  .container-hero .slick-dots{
    bottom: 20px !important; 
  } 
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .hero{
    padding: 1.25rem 0 0;
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/bg-hero-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .slick-hero{
    grid-template-columns: 100%; 
  }
  .text-hero{
    font-size: 14px;
    line-height: 20px;
  }
  .title-hero{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 0.5rem;
  }
  .desc-hero{
    font-size: 16px;
    line-height: 24px;
  }
  .runner-micro-star{
    width: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 8.5rem;
  }
  .runner-micro-rocket {
    position: absolute;
    bottom: 2rem;
    right: 5rem;
    Width: 4rem;
  }
  .ranger-micro-teacher {
    position: absolute;
    top: 0.5rem;
    left: 3.5rem;
    Width: 8rem;
  }
  .explorer-micro-star {
    position: absolute;
    top: 2.5rem;
    right: 5rem;
    Width: 3rem;
  }
  .toefl-micro-teacher {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    Width: 10rem;
  }
  .profesional-micro-bag {
    position: absolute;
    top: 2rem;
    left: 2rem;
    Width: 5.5rem;
  }
  .container-hero .slick-dots{
    bottom: 20px !important; 
  } 
  
}

/*  SECTION 2 PENILAIAN SISWA */
.penilaian{
  position: relative;
  padding: 0rem;
  overflow: visible;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Penilaian%20Siswa/wave-backround-section-2.png), #F8EEFA;
  background-repeat: no-repeat;
  background-size: 100%;
}
.placement-test{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4.25rem;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 4px rgba(113, 130, 164, 0.08);
  border-radius: 12px;
  justify-content: center;
  position: relative;
  top: -3rem;
}
.placement-test::before{
  content: '';
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Penilaian%20Siswa/bg-placement-test.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 426px;
  height: 206px;
}
.placement-left{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0rem;
  position: relative;
}
.text-placement{
  padding: 2rem 0; 
}
.img-placement{
  position: relative;
  left: -2rem;
  top: -3rem;
}
.img-placement-mobile{
  display: none; 
}
.title-placement{
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #4D5CB5;
  margin: 0;
}
.under-title-placement{
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #434856;
  margin: 0;
  padding-bottom: 0.5rem;
}
.desc-placement{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #60697F;
  margin: 0;
  padding-bottom: 0;
}
.placement-right{
  padding: 3rem 8rem 2rem 0; 
}
.placement-right .hs-fieldtype-text label{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #60697F;
  margin-bottom: 0.5rem;
}
.placement-right .hs-fieldtype-text{
  margin-bottom: 1rem; 
}
.placement-right .hs-button{
  background: #FF7A1A !important;
  border-radius: 120px !important;
  font-family: Source Sans Pro !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #FFFFFF !important;
  padding: 0.75rem 2.5rem !important;
  display: block !important;
  position: relative !important;
}
#placementTest .btn-primary{
  position: relative;
  background: #FF823C;
  border-radius: 120px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #FFFFFF;
  margin: 0;
  padding: 0.75rem 2.5rem;
  width: 100%;
  border: none;
}
#placementTest .form-group label{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #60697F;
}
#phone_ext-4d6d9c82-c19b-4ce5-b552-9f66a069a913{
  height: 2.5rem !important; 
}
.placement-right .hs-submit > .actions{
  position: relative; 
}
.img-shine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: animation-shine infinite 2s linear;
  animation: animation-shine infinite 2s linear;
  width: 5rem;
}
.penilaian-siswa{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Penilaian%20Siswa/rating-container.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 2rem;
  padding: 2rem 0 2.5rem;
  position: relative;
  top: -3rem;
  box-shadow: 8px 10px 44px 5px rgba(187, 88, 208, 0.1);
  border-radius: 20px;
}
.title-penilaian-siswa{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #333842;
  margin: 0;
  padding-bottom: 1rem;
}
.title-penilaian-mobile{
  display: none; 
}
.content-penilaian{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.card-penilaian{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Penilaian%20Siswa/rate-box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1.5rem 0.5rem;
  width: 200px;
  text-align: center;
}
.title-card-penilaian{
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  align-items: center;
  color: #333842; 
  margin: 0;
  padding-bottom: 0.5rem;
}
.desc-card-penilaian{
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #5E677B;
  margin: 0;
}
.title-card-penilaian span{
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #333842;
}
/*keyframes image shining desktop*/
@keyframes animation-shine{
  from {
    left:-30%;
  }
  to {
    left:80%;
  }
}
/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .placement-test{
    display: grid;
    grid-template-columns: 1fr;
    top: -1rem;
    grid-gap: 0;
  }
  .placement-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0rem;
    position: relative;
  }
  .img-placement{
    display: none;
  }
  .img-placement-mobile{
    display: block;
    width: 100%;
  }
  .placement-test::before{
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .text-placement{
    padding: 0 1.25rem 1rem; 
  }
  .title-placement{
    font-size: 18px;
    line-height: 25px;
  }
  .under-title-placement{
    font-size: 24px;
    line-height: 33px;
  }
  .desc-placement{
    font-size: 14px;
    line-height: 20px;
  }
  .placement-right{
    padding: 0 1.25rem 2rem; 
  }
  
/*   PENILAIAN SISWA */
  .penilaian{
    padding: 0 0 4rem; 
  }
  .penilaian-siswa{
    top: 0;
    padding: 1.25rem;
  }
  .title-penilaian-siswa{
    display: none; 
  }
  .title-penilaian-mobile{
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #333842;
    margin: 0;
    padding: 2rem 0;
  }
  .card-penilaian{
    padding: 1rem;
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-content: center;
    align-items: center;
    grid-gap: 0.5rem;
  }
  .title-card-penilaian{
    font-size: 32px;
    line-height: 48px;
  }
  .desc-card-penilaian{
    font-size: 14px;
    line-height: 18px;  
    text-align: left;
  }
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  
  .placement-test{
    display: grid;
    grid-template-columns: 1fr;
    top: -1rem;
    grid-gap: 0;
  }
  .placement-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0rem;
    position: relative;
  }
  .img-placement{
    display: none;
  }
  .img-placement-mobile{
    display: block;
    width: 100%;
  }
  .placement-test::before{
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .text-placement{
    padding: 0 1.25rem 1rem; 
  }
  .title-placement{
    font-size: 18px;
    line-height: 25px;
  }
  .under-title-placement{
    font-size: 24px;
    line-height: 33px;
  }
  .desc-placement{
    font-size: 14px;
    line-height: 20px;
  }
  .placement-right{
    padding: 0 1.25rem 2rem; 
  }
  
/*   PENILAIAN SISWA */
  .penilaian{
    padding: 0 0 4rem; 
  }
  .penilaian-siswa{
    top: 0;
    padding: 1.25rem;
  }
  .title-penilaian-siswa{
    display: none; 
  }
  .title-penilaian-mobile{
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #333842;
    margin: 0;
    padding: 2rem 0;
  }
  .card-penilaian{
    padding: 1rem;
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-content: center;
    align-items: center;
    grid-gap: 0.5rem;
  }
  .title-card-penilaian{
    font-size: 32px;
    line-height: 48px;
  }
  .desc-card-penilaian{
    font-size: 14px;
    line-height: 18px;  
    text-align: left;
  }
  
}

/* SECTION PACKAGE TIERING */
.tiering{
  position: relative;
  padding: 10rem 0 5.625rem;
  overflow: hidden;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Package%20Tiering/wave-tiering-package.png), #F8EEFA;
  background-repeat: no-repeat;
  background-size: 100%;
}
.tiering::before{
  content: '';
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Package%20Tiering/wave-bottom-tiering.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.top-title-tiering{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #6073E2; 
  margin: 0;
  padding-bottom: 0.5rem;
}
.title-tiering{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #434856;
  margin: 0;
  padding-bottom: 4rem;
}
.container-tiering{
  display: flex;
  flex-direction: row;
  grid-gap: 2rem;
  justify-content: center;
  align-items: center;
}
.tiering-premium{
  padding: 2.25rem 0;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Package%20Tiering/background-premium-package.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
/*   border: 2px solid #FFFFFF; */
  position: relative;
  width: 443px;
}
.top-tiering-card{
  width: 69%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-tiering-logo{
  display: block;
  padding-bottom: 1rem;
  width: 169.06px;
  height: auto;
  object-fit: contain;
}
.price-setara{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 0;
  text-align: left;
}
.price-tiering{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #3547B4;
  margin: 0;
  text-align: left;
  padding-bottom: 2rem;
}
.price-tiering:hover{
  text-decoration: none;
  color: #3547B4;
}
.line-tiering{
  opacity: 0.5;
  border-top: 2px solid #F9CBAB;
  margin: 2rem 2.25rem; 
}
.line-tiering-elite{
  opacity: 0.5;
  border-top: 2px solid #B0D8F9;
  margin: 2rem 2.25rem;
}
.content-tiering-card{
  display: block;
  height: 59rem;
  overflow-x: auto;
  position: relative;
  padding: 0 2.25rem;
}
.text-tiering{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: start;
  padding-bottom: 2.5rem;
}
.icon-tiering{
  object-fit: contain; 
  position: relative;
  width: 32px;
  height: auto;
}
.title-card-tiering{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333842;
  margin: 0;
  padding-bottom: 0.25rem;
}
.desc-card-tiering{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #79808F;
  margin: 0;
}
.line-bottom{
  opacity: 0.5;
  border-top: 1px solid #3A4588;
  margin: 0rem 2.25rem 2rem;
}
.cta-tiering{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background: #FF823C;
  border-radius: 120px;
  display: block;
  position: relative;
  color: #FFFFFF;
  width: 85%;
  padding: 1.25rem 2.5rem;
  margin: 0 2.25rem;
}
.cta-tiering:hover{
  color: #FFFFFF;
  text-decoration: none;
}
.tiering-elite{
  padding: 2.25rem 0;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Package%20Tiering/background-elite-package.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  position: relative;
  width: 443px;
}
.special-tiering{
  background: linear-gradient(138.77deg, #FFFFFF 23.35%, #E2F3FF 114.94%);
  border: 2px solid #B0D8F9;
  border-radius: 8px;
  margin: 1.5rem 0 2rem 0;
  padding: 1.5rem 1rem;
  position: relative;
}

label.special-tiering-label {
    position: absolute;
    right: 20px;
    top: -12px;
    background: #1F98F0;
    background: linear-gradient(180deg, #61BAFC 0%, #219FFC 100%);
    border-radius: 14px;
    width: 89px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .tiering {
    position: relative;
    padding: 2rem 0 4rem;
    overflow: hidden;
    background: #F8EEFA;
  }
  .tiering::before{
    display: none; 
  }
  .tiering-premium, .tiering-elite{
    padding: 2.25rem 0;
  }
  .top-title-tiering{
    font-size: 18px;
    line-height: 28px;
  }
  .title-tiering{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 2.25rem;
  }
  .price-setara{
    font-size: 14px;
    line-height: 20px;
  }
  .price-tiering{
    font-size: 24px;
    line-height: 36px;
  }
  .title-card-tiering{
    font-size: 16px;
    line-height: 24px;
  }
  .desc-card-tiering{
    font-size: 14px;
    line-height: 20px;
  }
  .arrow-price{
    display: inline-block !important; 
  }
  .top-tiering-card {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    left: 22%;
    position: relative;
  }
  .cta-tiering{
    font-size: 16px;
    line-height: 24px;
    padding: 0.75rem 2rem;
    display: inline-block;
    width: 80%;
    margin: 0 2.25rem;
  }
  .content-tiering-card {
    display: block;
    height: 49rem;
    overflow-x: auto;
    position: relative;
    padding: 0 2.25rem;
  }
  .container-tiering .slick-dots{
    bottom: -50px !important;
  }
  .line-tiering, .line-tiering-elite{
    margin: 2rem 2.25rem;
  }
  .line-bottom{
    opacity: 0.5;
    border-top: 1px solid #3A4588;
    margin: 0rem 2.25rem 2rem;
  }
  
}

/* SECTION INTERNASIONAL */
.internasional{
  padding: 2.563rem 0 0;
  position: relative;
  overflow: hidden;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Internasional/background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%
}
.title-internasional{
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 2.5rem;
}
.container-internasional{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  justify-content: center;
}
.image-internasional{
  display: block; 
  width: 558px;
  height: auto;
}
.internasional-right{
  position: relative;
}
.faq-rl {
    padding: 48px 0;
    background: linear-gradient(180deg, #F0FBFD 0%, #FFF6D6 100%);
}
.faq button.btn-apply {
    border: none;
    border-radius: 50px;
    background-image: linear-gradient(to bottom, #ffc800, #f89825);
    padding: 3px 50px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 6px 20px 0 rgba(67, 72, 86, 0.15);
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
}
.accordion {
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 4px rgba(113, 130, 164, 0.08);
    border-radius: 8px;
    padding: 1.25rem;
    cursor: pointer;
}
.accordion:after {
   color: #4D5CB5;
    font-weight: bold;
    float: right;
    margin-top: -50px;
    display: inline-block;
    content: "";
    vertical-align: 0.2em !important;
    border: solid !important;
    border-width: 0 2.2px 2.2px 0 !important;
    padding: 5px;
    -webkit-transform: rotate(45deg);
}
.active:after {
    transform: rotate(225deg);
}
.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    margin-bottom: 16px;
}
.panel,
.panel ol li {
    background-color: transparent;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -5px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #515151;
}
/* .accordion p {
    margin: 0 !important;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #515151;
} */
/* .panel p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    margin-top: 1rem !important;
} */
.faq__content {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 2rem;
}
.faq__title .font-subtitle {
    margin-bottom: 24px;
    /* text-align: center; */
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #434856;
}

[disabled] {
    cursor: not-allowed;
}

.accordion-top{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.text-accordion{
  padding-right: 2rem; 
}
.title-accordion{
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #4D5CB5;
  margin: 0;
}
.desc-accordion{
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4D5CB5;
  margin: 0;
}
.accordion.active{
  background: linear-gradient(331.16deg, #4D5CB5 30.95%, #6073E2 79.42%);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.accordion.active .title-accordion, .accordion.active .desc-accordion{
  color: #FFFFFF;
}
.accordion.active:after{
  color: #FFFFFF;
}
.desc-panel{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 1rem 0;
}
/* FAQ Frequently Ask Question */
@media(max-width:768px) {
    .faq button.btn-apply {
        line-height: 1.8 !important;
    }
}

/*END OF FAQ*/
@media (max-width: 767px) {
    .row-cols-4{
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }
    .row-cols-4>*{
        max-width: 100% !important;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #hero-section-course-detail {
        /*background-size: 30rem, cover;*/
        background-size: cover;
    }
    #form-section {
        background-size: 100%, 32rem, cover;
    }
    .card-hero-1 .card-title {
        font-size: 40px;
        line-height: 55px;
    }
    #form-section .row-y-1 .card-c-1 .card-title {
        font-size: 40px;
        line-height: 55px;
    }
    #detail-section .card-x-1 {
        min-width: 848px;
        width: 848px;
    }
    #hero-section-course-detail .img-hero-c {
        display: block;
    }
    .img-c-paperplane-1,
    .img-c-paperplane-2 {
        display: block;
    }
    .anc.cta-c-1,
    .anc.cta-c-2 {
        width: fit-content;
        width: max-content;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #form-section {
        scroll-margin-top: 6rem;
    }
    #form-section form input[type="submit"] {
        min-width: 248px;
    }
    .card-hero-1 .row-c-1 .col-c-2 {
        border-left: 1px solid white;
    }
    .faq-rl {
        background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/RG%20For%20Kids/Homepage/bg-faq-1.png'), url('https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/RG%20For%20Kids/Homepage/bg-faq-2.png'), linear-gradient(180deg,#f0fbfd 0%,#fff6d6 100%);
        background-repeat: no-repeat;
        background-position: top 6rem left, top 10rem right, center;
        background-size: 15rem, 10rem, contain;
    }
    .faq__content {
        width: 100%;
        margin: auto;
    }
}

/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .internasional{
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/bg-internasional-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.5rem 0 2rem; 
  }
  .container-internasional {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    justify-content: center;
  }
  .internasional-left{
    display: none; 
  }
  .title-internasional{
    font-size: 24px;
    line-height: 36px;
  }
  .accordion-top{
    gap: 0.75rem; 
  }
  .img-accordion{
    width: 25px;
    height: auto;
  }
  .title-accordion{
    font-size: 16px;
    line-height: 24px;
  }
  .desc-accordion{
    font-size: 12px;
    line-height: 18px;
  }
  .desc-panel{
    font-size: 12px;
    line-height: 18px;
  }
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .internasional{
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/bg-internasional-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.5rem 0 2rem; 
  }
  .container-internasional {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    justify-content: center;
  }
  .internasional-left{
    display: none; 
  }
  .title-internasional{
    font-size: 24px;
    line-height: 36px;
  }
  .accordion-top{
    gap: 0.75rem; 
  }
  .img-accordion{
    width: 25px;
    height: auto;
  }
  .title-accordion{
    font-size: 16px;
    line-height: 24px;
  }
  .desc-accordion{
    font-size: 12px;
    line-height: 18px;
  }
  .desc-panel{
    font-size: 12px;
    line-height: 18px;
  }
  
}

/* SECTION FASILITAS */
.fasilitas{
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  background: #FFFFFF;
}
.head-title-fasilitas{
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #6073E2;
  margin: 0;
  padding-bottom: 0.25rem;
}
.title-fasilitas{
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #333842;
  margin: 0;
  padding-bottom: 2.625rem;
}
.tab-fasilitas{
  padding-bottom: 5rem;
}
.tab-fasilitas .slick-track{
  transform: translate3d(0, 0, 0) !important;
}
.tab-card-fasilitas{
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 1.25rem;
  width: 239px !important;
}
.tab-card-fasilitas:hover{
  cursor:pointer; 
}
.img-tab-fasilitas{
  padding-bottom: 1rem;
}
.text-tab-fasilitas{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333842;
  margin: 0;
}
.content-fasilitas{
  display: block; 
}
.content-card-fasilitas{
  display: grid !important;
  grid-template-columns: 50% 50%;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.asset-content-fasilitas{
  margin: 0 auto; 
}
.img-content-fasilitas{
  display: block;
}
.title-content-fasilitas{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #333842;
  margin: 0;
  padding-bottom: 0.25rem;
}
.desc-content-fasilitas{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #79808F;
  margin: 0;
}
.tab-fasilitas .slick-slide{
  margin: 0 1.875rem 0 0; 
}
.tab-fasilitas .slick-list{
  padding: 1rem 0; 
}
.tab-fasilitas .slick-slide.slick-current.slick-active .tab-card-fasilitas{
  background: linear-gradient(331.16deg, #4D5CB5 30.95%, #6073E2 79.42%);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.tab-fasilitas .slick-slide.slick-current.slick-active .text-tab-fasilitas{
  color: #FFFFFF; 
}
/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .fasilitas{
    padding: 2.5rem 0 2rem; 
  }
  .head-title-fasilitas{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .title-fasilitas{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .text-tab-fasilitas{
    display: none; 
  }
  .tab-fasilitas .slick-slide {
    margin: 0 1rem 0 0;
  }
  .tab-card-fasilitas{
    padding: 1.5rem 1.25rem 1rem;
    width: 100% !important;
    align-items: center;
    justify-content: center;
  }
  .tab-fasilitas{
    padding-bottom: 1rem; 
  }
  .content-card-fasilitas{
    display: grid !important;
    grid-template-columns: 100%;
    margin: 0 1rem;
  }
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .fasilitas{
    padding: 2.5rem 0 2rem; 
  }
  .head-title-fasilitas{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .title-fasilitas{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .text-tab-fasilitas{
    display: none; 
  }
  .tab-fasilitas .slick-slide {
    margin: 0 1rem 0 0;
  }
  .tab-card-fasilitas{
    padding: 1.5rem 1.25rem 1rem;
    width: 100% !important;
    align-items: center;
    justify-content: center;
  }
  .tab-fasilitas{
    padding-bottom: 1rem; 
  }
  .content-card-fasilitas{
    display: grid !important;
    grid-template-columns: 100%;
    padding: 0 0.5rem;
  }

}

/* SECTION LAYANAN */
.layanan{
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Layanan/bottom%20wave.png),#F8EEFA;
  background-repeat: no-repeat;
  background-size: 100%;
}
.container-layanan{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 1rem;
}
.head-title-layanan{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #6073E2;
  margin: 0;
  padding-bottom: 0.25rem;
}
.title-layanan{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #434856;
  margin: 0;
}
.layanan-right{
  text-align: center;
}
.content-layanan{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8rem 2rem;
  justify-content: center;
  align-items: center;
}
.card-layanan{
  background: #FFFFFF;
  border-radius: 24px;
  width: 320px;
  padding: 8rem 1.25rem 1.25rem;
  position: relative;
  text-align: center;
}
.title-card-layanan{
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #434856;
  text-align: left;
  margin: 0;
  padding-bottom: 0.625rem;
}
.desc-card-layanan{
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #60697F;
  text-align: left;
  margin: 0;
}
.icon-layanan-1{
  position: absolute;
  top: -17%;
  left: 26%;
}
.icn-micro-1{
  position: absolute;
  top: 0;
  left: 35%;
  animation: swing-right 6s infinite alternate;
}
.icon-layanan-2{
  position: absolute;
  top: -18%;
  left: 28%;
}
.icn-micro-2{
  position: absolute;
  top: -16%;
  left: 62%;
  animation: swing 8s infinite alternate;
}
.icon-layanan-3{
  position: absolute;
  top: -18%;
  left: 28%;
}
.icn-micro-3{
  position: absolute;
  top: -16%;
  left: 43%;
  animation: swing 6s infinite alternate;
}
.icon-layanan-4{
  position: absolute;
  top: -18%;
  left: 28%;
}
.icn-micro-4{
  position: absolute;
  top: -7%;
  left: 43%;
  animation: swing-right 6s infinite alternate;
}
.icon-layanan-5{
  position: absolute;
  top: 6%;
  left: 30%;
}
.icn-micro-5{
  position: absolute;
  top: -18%;
  left: 26%;
  animation: swing-right 9s infinite alternate;
}
@keyframes swing {
    0% {
        transform: rotate(0);
    }
    33% {
        transform: rotate(10deg) translateY(15px);
    }
    66% {
        transform: rotate(0) translateY(0px);
    }
    100% {
        transform: rotate(-10deg) translateY(5px);
    }
}
@keyframes swing-right {
    0% {
        transform: rotate(0);
    }
    33% {
        transform: rotate(-10deg) translateY(15px);
    }
    66% {
        transform: rotate(0) translateY(0px);
    }
    100% {
        transform: rotate(10deg) translateY(5px);
    }
}
/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
   .layanan{
    position: relative;
    padding: 2rem 0 4rem;
    overflow: hidden;
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/bg-layanan-mobile.png),#F8EEFA;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .container-layanan{
    padding-top: 4rem;
    padding-bottom: 2rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .img-layanan{
    display: none; 
  }
  .head-title-layanan{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .title-layanan{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .card-layanan{
    margin-top: 50px;
  }
  .content-layanan .slick-dots{
    bottom: -50px; 
  }
  .slick-dots li button:before{
    font-size: 12px !important;
    color: #BEC8D0 !important;
    opacity: 1 !important;
  }
  .slick-dots li.slick-active button:before{
    opacity: 1 !important;
    color: #9646A6 !important;
    font-size: 18px !important;
  }
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .layanan{
    position: relative;
    padding: 2rem 0 4rem;
    overflow: hidden;
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/bg-layanan-mobile.png),#F8EEFA;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .container-layanan{
    padding-top: 4rem;
    padding-bottom: 2rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .img-layanan{
    display: none; 
  }
  .head-title-layanan{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .title-layanan{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .card-layanan{
    margin-top: 50px;
  }
  .content-layanan .slick-dots{
    bottom: -50px; 
  }
  .slick-dots li button:before{
    font-size: 12px !important;
    color: #BEC8D0 !important;
    opacity: 1 !important;
  }
  .slick-dots li.slick-active button:before{
    opacity: 1 !important;
    color: #9646A6 !important;
    font-size: 18px !important;
  }
  
}

/* SECTION KESERUAN BELAJAR */
.keseruan-belajar{
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Keseruan%20Belajar/background-live-teaching.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.title-keseruan{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 3rem;
}
.container-keseruan{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 5rem;
}

/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .keseruan-belajar{
    background: linear-gradient(95.68deg, #FF4546 0%, #FF4546 0.01%, #2323E6 118.2%);
  }
  .title-keseruan{
    font-size: 24px;
    line-height: 36px;
    padding: 0 4rem 2rem;
  }
  .container-keseruan{
    gap: 2rem;
    padding-bottom: 1rem;
  }
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .keseruan-belajar{
    background: linear-gradient(95.68deg, #FF4546 0%, #FF4546 0.01%, #2323E6 118.2%);
  }
  .title-keseruan{
    font-size: 24px;
    line-height: 36px;
    padding: 0 4rem 2rem;
  }
  .container-keseruan{
    gap: 2rem;
    padding-bottom: 1rem;
  }

}

/* SECTION TESTIMONI */
.testimoni{
  position: relative;
  padding: 4rem 0 8rem;
  overflow: hidden;
  background: #fff;
}
.head-title-testimoni{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #6073E2;
  margin: 0;
  padding-bottom: 0.25rem;
}
.title-testimoni{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #333842;
  margin: 0;
  padding-bottom: 4.25rem;
}
.container-testimoni{
  display: block;
}
.card-testimoni{
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 0;
  width: 304px !important;
}
.card-testimoni:before{
  content: '';
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Testimoni/testimoni-bg-card-quotes.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 151px;
  height: 133px;
}
.img-quote-testimoni{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  top: -1.5rem;
  padding-left: 1rem;
}
.quote-card-testimoni{
  position: relative;
  right: -1rem; 
}
.name-card-testimoni{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #0A2540;
  margin: 0;
  padding: 0 1rem 0.5rem;
}
.text-card-testimoni{
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  padding: 0 1rem 0.75rem;
}
.name-program-testimoni{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  position: relative;
}
.testimoni-runner{
  color: #F89825; 
}
.testimoni-sprinter{
  color: #9646A6;
}
.testimoni-ranger{
  color: #4D5CB5;
}
.testimoni-explorer{
  color: #0084CC; 
}
.desc-card-testimoni{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  margin: 0;
  padding: 0 1rem 2.5rem;
  height: 140px;
}
.container-testimoni .slick-slide{
  margin: 1.5rem 1rem 1rem !important; 
}
.container-testimoni .slick-prev:before{
  content: '';
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Testimoni/left-arrow-testimoni.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
  position: relative;
  display: block;
  filter: drop-shadow(0px 0px 34px rgba(0, 0, 0, 0.11));
}
.container-testimoni .slick-prev:hover:before{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Testimoni/left-arrow-hover-testimoni.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
}
.container-testimoni .slick-next:before{
  content: '';
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Testimoni/right-arrow-testimoni.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
  position: relative;
  display: block;
  filter: drop-shadow(0px 0px 34px rgba(0, 0, 0, 0.11));
}
.container-testimoni .slick-next:hover:before{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Testimoni/right-arrow-hover-testimoni.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
}
.container-testimoni .slick-prev{
  left: 44%;
}
.container-testimoni .slick-next{
  right: 44%;
}
.container-testimoni .slick-prev, .container-testimoni .slick-next{
  top: 115%;
  width: auto;
  height: auto;
}
/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .testimoni{
    padding: 2rem 0 6rem; 
  }
  .head-title-testimoni{
    font-size: 16px;
    line-height: 28px;
  }
  .title-testimoni{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 2.5rem;
  }
  .container-testimoni .slick-next{
    right: 38%;
  }
  .container-testimoni .slick-prev {
    left: 35%;
  }
  .container-testimoni .slick-next:before{
    width: 37px;
    height: 37px;
  }
  .container-testimoni .slick-prev:before{
    width: 37px;
    height: 37px;
  }
  .container-testimoni .slick-next:hover:before{
    width: 37px;
    height: 37px;
  }
  .container-testimoni .slick-prev:hover:before{
    width: 37px;
    height: 37px;
  }
  .container-testimoni .slick-slide{
    text-align: center; 
  }
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .testimoni{
    padding: 2rem 0 6rem; 
  }
  .head-title-testimoni{
    font-size: 16px;
    line-height: 28px;
  }
  .title-testimoni{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 2.5rem;
  }
  .container-testimoni .slick-next{
    right: 38%;
  }
  .container-testimoni .slick-prev {
    left: 35%;
  }
  .container-testimoni .slick-next:before{
    width: 37px;
    height: 37px;
  }
  .container-testimoni .slick-prev:before{
    width: 37px;
    height: 37px;
  }
  .container-testimoni .slick-next:hover:before{
    width: 37px;
    height: 37px;
  }
  .container-testimoni .slick-prev:hover:before{
    width: 37px;
    height: 37px;
  }
  .container-testimoni .slick-slide{
    text-align: center; 
  }

}

/* CSS PENGAJAR INTERNASIONAL */
.pengajar-internasional{
  padding: 9rem 0 0;
  position: relative;
  overflow: hidden;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Pengajar/bg-pengajar-wave.png), #F8EEFA;
  background-repeat: no-repeat;
  background-size: 100%;
}
.background-pengajar-internasional{
  background: #F8EEFA;
  padding: 4rem 0 5.5rem;
}
.head-title-pengajar{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #096BBF;
  margin: 0;
  padding-bottom: 0.25rem;
}
.title-pengajar{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #333842;
  margin: 0;
  padding-bottom: 2.5rem;
}
.card-pengajar{
  text-align: center;
}
.text-pengajar{
  padding: 1.875rem 1rem;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 4px rgba(113, 130, 164, 0.08);
  border-radius: 20px;
}
.name-pengajar{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #4D5CB5;
  margin: 0;
  padding-bottom: 0.25rem;
}
.icon-flag{
  padding-left: 0.5rem; 
  display: inline-block !important;
}
.card-sertifikasi{
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.text-sertifikasi{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #4D5CB5;
  margin: 0;
}
.line-card-pengajar{
  border-bottom: 1px solid #BEC8D0; 
  width: 45%;
  margin: 1rem auto;
}
.desc-pengajar{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #60697F;
  margin: 0;
/*   height: 120px; */
}
.quote-card-pengajar{
  position: relative;
  padding: 0.5rem 0 0 1.813rem;
  width: 84%;
  margin: 0 auto;
}
.quote-card-pengajar:before{
  content: '';
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Pengajar/quote-mark.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 21.87px;
  height: 22px;
}
.text-quote-pengajar{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #434856;
  margin: 0;
  padding-bottom: 1rem;
}
.container-pengajar .slick-slide{
  margin: 0 0.75rem !important; 
}
.container-pengajar .slick-slide img{
  display: inline-block !important; 
}
.container-pengajar .slick-dots{
  bottom: -6rem !important;
  left: 13rem !important;
  width: 70% !important;
}
.container-pengajar .slick-dots li button:before{
  font-size: 12px !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}
.container-pengajar .slick-dots li.slick-active button:before{
  color: #6073E2 !important;
  opacity: 1 !important;
  font-size: 18px !important;
}
.container-pengajar .slick-prev{
  left: 45% !important; 
}
.container-pengajar .slick-next{
  right: 45% !important; 
}
.container-inter{
  position: relative; 
}
.icon-left-pengajar{
  position: absolute;
  left: 2rem;
  top: -2rem;
}
.icon-right-pengajar{
  position: absolute;
  right: 0rem;
  top: -3rem;
}
.container-pengajar .slick-slide.slick-cloned.slick-active .image-pengajar, .container-pengajar .slick-slide.slick-active .image-pengajar{
  width: 230px;
  height: 157px;
}
.container-pengajar .slick-slide.slick-cloned.slick-active .name-pengajar, .container-pengajar .slick-slide.slick-active .name-pengajar{
  font-size: 16px;
  line-height: 28px;
}
.container-pengajar .slick-slide.slick-cloned.slick-active .icon-flag, .container-pengajar .slick-slide.slick-active .icon-flag{
  width: 26px;
  height: 13px;
}
.container-pengajar .slick-slide.slick-cloned.slick-active .icon-badge-sertifikasi, .container-pengajar .slick-slide.slick-active .icon-badge-sertifikasi{
  width: 22px;
  height: 22px;
}
.container-pengajar .slick-slide.slick-cloned.slick-active .text-sertifikasi, .container-pengajar .slick-slide.slick-active .text-sertifikasi{
  font-size: 12px;
  line-height: 24px;
}
.container-pengajar .slick-slide.slick-cloned.slick-active .desc-pengajar, .container-pengajar .slick-slide.slick-active .desc-pengajar{
  font-size: 12px;
  line-height: 24px;
  height: 90px;
}
.container-pengajar .slick-slide.slick-cloned.slick-active .text-quote-pengajar, .container-pengajar .slick-slide.slick-active .text-quote-pengajar{
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}
.container-pengajar .slick-slide.slick-cloned.slick-active .text-pengajar, .container-pengajar .slick-slide.slick-active .text-pengajar{
  padding: 1.5rem 1rem; 
}
.container-pengajar .slick-slide.slick-cloned.slick-active .card-pengajar, .container-pengajar .slick-slide.slick-active .card-pengajar{
  margin-top: 4rem; 
}
.container-pengajar .slick-slide.slick-current.slick-active.slick-center .card-pengajar{
  margin-top: 0;
}
.container-pengajar .slick-slide.slick-current.slick-active.slick-center .image-pengajar{
  width: 360px;
  height: 250px;
}
.container-pengajar .slick-slide.slick-current.slick-active.slick-center .name-pengajar{
  font-size: 24px;
  line-height: 32px;
}
.container-pengajar .slick-slide.slick-current.slick-active.slick-center .icon-flag{
  width: 32px;
  height: 16px;
}
.container-pengajar .slick-slide.slick-current.slick-active.slick-center .icon-badge-sertifikasi{
  width: 28px;
  height: 28px;
}
.container-pengajar .slick-slide.slick-current.slick-active.slick-center .text-sertifikasi{
  font-size: 14px;
  line-height: 21px;
}
.container-pengajar .slick-slide.slick-current.slick-active.slick-center .text-quote-pengajar{
  font-size: 16px;
  line-height: 24px;
  height: auto;
}
.container-pengajar .slick-slide.slick-current.slick-active.slick-center .desc-pengajar
.container-pengajar .slick-slide.slick-current.slick-active.slick-center .card-pengajar{
  margin-top: 0;
}
.container-pengajar .slick-prev:before{
  content: '';
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Testimoni/left-arrow-testimoni.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
  position: relative;
  display: block;
  filter: drop-shadow(0px 0px 34px rgba(0, 0, 0, 0.11));
}
.container-pengajar .slick-prev:hover:before{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Testimoni/left-arrow-hover-testimoni.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
}
.container-pengajar .slick-next:before{
  content: '';
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Testimoni/right-arrow-testimoni.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
  position: relative;
  display: block;
  filter: drop-shadow(0px 0px 34px rgba(0, 0, 0, 0.11));
}
.container-pengajar .slick-next:hover:before{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Testimoni/right-arrow-hover-testimoni.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
}
.container-pengajar .slick-prev{
  left: 44%;
}
.container-pengajar .slick-next{
  right: 44%;
}
.container-pengajar .slick-prev, .container-pengajar .slick-next{
  top: 100%;
  width: auto;
  height: auto;
}
/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .pengajar-internasional{
    padding: 4rem 0 0;
    position: relative;
    overflow: hidden;
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Program%20Dasher/Pengajar/bg-wave-pengajar-mobile.png), #CFD6FF;
    background-repeat: no-repeat;
    background-size: 100%;
  } 
  .background-pengajar-internasional {
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Program%20Dasher/Pengajar/bg-pengajar-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 4rem 0 6rem;
  }
  .head-title-pengajar{
    font-size: 18px;
    line-height: 28px; 
  }
  .title-pengajar{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 0;
  }
  .icon-right-pengajar {
    position: absolute;
    right: 0rem;
    top: 5rem;
    width: 83px;
    height: 104px;
  }
  .icon-left-pengajar {
    position: absolute;
    left: 0rem;
    top: 6rem;
    width: 65.25px;
    height: 79px;
  }
  .container-pengajar .slick-slide.slick-cloned.slick-active .image-pengajar, 
  .container-pengajar .slick-slide.slick-active .image-pengajar{
    width: auto;
    height: auto;
  }
  .container-pengajar .slick-slide.slick-cloned.slick-active .icon-flag, 
  .container-pengajar .slick-slide.slick-active .icon-flag{
    width: 28px;
    height: 13px;
  }
  .container-pengajar .slick-dots {
    bottom: -2rem !important;
    left: 5rem !important;
    width: 60% !important;
  }
  .container-pengajar .slick-next{
    right: 38% !important; 
  }
  .container-pengajar .slick-prev{
    left: 35% !important; 
  }
  .container-pengajar .slick-prev, .container-pengajar .slick-next{
    top: 107% !important;
    width: 40px !important;
    height: 40px !important;
  }
  .container-pengajar .slick-slide.slick-cloned.slick-active .desc-pengajar, 
  .container-pengajar .slick-slide.slick-active .desc-pengajar{
    height: 115px !important;
    font-size: 14px;
    line-height: 21px;
  }
  .container-pengajar .slick-next:before{
    width: 37px;
    height: 37px;
  }
  .container-pengajar .slick-prev:before{
    width: 37px;
    height: 37px;
  }
  .container-pengajar .slick-next:hover:before{
    width: 37px;
    height: 37px;
  }
  .container-pengajar .slick-prev:hover:before{
    width: 37px;
    height: 37px;
  }
  .container-pengajar .slick-slide.slick-cloned.slick-active .text-quote-pengajar, .container-pengajar .slick-slide.slick-active .text-quote-pengajar{
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
  }
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .pengajar-internasional{
    padding: 4rem 0 0;
    position: relative;
    overflow: hidden;
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/wave-bg-pengajar-mobile.png), #F8EEFA;
    background-repeat: no-repeat;
    background-size: 100%;
  } 
  .background-pengajar-internasional {
    background: #F8EEFA;
    padding: 4rem 0 6rem;
  }
  .head-title-pengajar{
    font-size: 18px;
    line-height: 28px; 
  }
  .title-pengajar{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 0;
  }
  .icon-right-pengajar {
    position: absolute;
    right: 0rem;
    top: 5rem;
    width: 83px;
    height: 104px;
  }
  .icon-left-pengajar {
    position: absolute;
    left: 0rem;
    top: 6rem;
    width: 65.25px;
    height: 79px;
  }
  .container-pengajar .slick-slide.slick-cloned.slick-active .image-pengajar, 
  .container-pengajar .slick-slide.slick-active .image-pengajar{
    width: auto;
    height: auto;
  }
  .container-pengajar .slick-slide.slick-cloned.slick-active .icon-flag, 
  .container-pengajar .slick-slide.slick-active .icon-flag{
    width: 28px;
    height: 13px;
  }
  .container-pengajar .slick-dots {
    bottom: -4rem !important;
    left: 5rem !important;
    width: 60% !important;
  }
  .container-pengajar .slick-next{
    right: 38% !important; 
  }
  .container-pengajar .slick-prev{
    left: 35% !important; 
  }
  .container-pengajar .slick-prev, .container-pengajar .slick-next{
    top: 107% !important;
    width: 40px !important;
    height: 40px !important;
  }
  .container-pengajar .slick-slide.slick-cloned.slick-active .desc-pengajar, 
  .container-pengajar .slick-slide.slick-active .desc-pengajar{
    height: 115px !important;
    font-size: 14px;
    line-height: 21px;
  }
  .container-pengajar .slick-next:before{
    width: 37px;
    height: 37px;
  }
  .container-pengajar .slick-prev:before{
    width: 37px;
    height: 37px;
  }
  .container-pengajar .slick-next:hover:before{
    width: 37px;
    height: 37px;
  }
  .container-pengajar .slick-prev:hover:before{
    width: 37px;
    height: 37px;
  }
  .container-pengajar .slick-slide.slick-cloned.slick-active .text-quote-pengajar, .container-pengajar .slick-slide.slick-active .text-quote-pengajar{
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
  }
}

/* SECTION PARTNER */
.partner{
  padding: 6rem 0 0;
  position: relative;
  overflow: hidden;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Partner/top-wave-section-partner.png), #F8EEFA;
  background-repeat: no-repeat;
  background-size: 100%;
}
.background-partner{
  background: #ffffff;
  padding: 4rem 0;
}
.title-partner{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #333842;
  margin: 0;
  padding-bottom: 2rem;
}
.container-partner{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.img-partner{
  object-fit: contain; 
}
.img-partner.img-cambridge{
  width: 312px; 
}
/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .partner{
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/wave-bg-partner-mobile.png), #F8EEFA;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 3rem 0 0;
  }
  .background-partner{
    padding: 4rem 0;
  }
  .title-partner{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 2rem;
  }
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .partner{
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/wave-bg-partner-mobile.png), #F8EEFA;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 3rem 0 0;
  }
  .background-partner{
    padding: 4rem 0;
  }
  .title-partner{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 2rem;
  }
  .img-partner.img-cambridge{
    width: 100%; 
  }
  .img-partner {
    object-fit: contain;
    height: 200px;
    object-position: center;
}
  
}

/* SECTION GRATIS */
.gratis{
  position: relative;
  padding: 2.5rem 0;
  overflow: hidden;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Gratis/background-gratis-desktop.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container-gratis{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20rem;
  justify-content: center;
  align-items: center;
}
.title-gratis{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}
.cta-gratis{
  position: relative; 
}
.gratis-placement-test{
  background: #FF7A1A;
  border-radius: 120px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 0.75rem 3.5rem;
  display: block;  
}
.gratis-placement-test:hover{
  color: #fff;
  text-decoration: none;
}
.img-shine-gratis {
  position: absolute;
  height: 45px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: animation-shine-bottom infinite 2s linear;
  animation: animation-shine-bottom infinite 2s linear;
}
/*keyframes image shining desktop*/
@keyframes animation-shine-bottom{
  from {
    left:0%;
  }
  to {
    left:80%;
  }
}
/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .gratis{
    background: linear-gradient(95.68deg, #FF4546 0%, #FF4546 0.01%, #2323E6 118.2%);
  }
  .container-gratis{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .title-gratis{
    font-size: 24px;
    line-height: 36px;
  }
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .gratis{
    background: linear-gradient(95.68deg, #FF4546 0%, #FF4546 0.01%, #2323E6 118.2%);
  }
  .container-gratis{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .title-gratis{
    font-size: 24px;
    line-height: 36px;
  }

}

/* PAKET PROGRAM KURSUS */
.paket-kursus{
  position: relative;
  overflow: hidden;
  padding: 6rem 0 0;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Paket%20Kursus/bg-top-paket.png), #F8EEFA;
  background-repeat: no-repeat;
  background-size: 100%;
}
.background-paket-kursus{
  background: #FFF;
  padding: 2.5rem 0 4rem;
}
.header-paket-kursus{
  text-align: center; 
}
.top-title-paket{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #4D5CB5;
  margin: 0;
  padding-bottom: 0.5rem;
}
.title-paket-kursus{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #434856;
  margin: 0;
  padding-bottom: 2.5rem;
}
.container-paket{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: center;
}
.paket-left{
  width: 186px;
  background: linear-gradient(170.87deg, #F8EEFA 6.84%, rgba(252, 236, 236, 0.5) 66.13%, rgba(176, 185, 241, 0.3) 117.37%);
  border-radius: 12px;
  padding: 1.5rem 1rem;
}
.paket-diskon{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  background: #EA3E50;
  border-radius: 120px;
  padding: 7px 16px;
  margin-bottom: 1rem;
}
.txt-diskon{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF; 
  margin: 0;
}
.title-paket-left{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #70357D;
  margin: 0;
  padding-bottom: 2rem;
}
.time-diskon{
  position: relative;
  padding-bottom: 0.75rem;
}
.text-time-diskon{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #434856;
  margin: 0;
  padding: 0 0.25rem 0.5rem;
}
.flex-timer{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.25rem;
  align-items: center;
  text-align: left;
}
.font-secondary{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #DF4141;
  background: #FFFFFF;
  border-radius: 4px;
  width: 24px;
}
.countdown-ea span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF; 
}
.kode-diskon{
  position: relative; 
}
.text-kode{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #60697F;
  margin: 0;
}
.text-diskon{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  align-items: center;
  color: #333842;
  margin-bottom: 0.375rem;
  display: block;
  text-align: center;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0.25rem 0;
}
.btn-salin{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #60697F;
  border-radius: 120px;
  padding: 0.25rem 0;
  margin-bottom: 1rem;
  cursor: pointer;
}
.salin-kode{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #434856;
  margin: 0;
}
.img-diskon-left{
  display: block;
  justify-content: center;
  margin: 0 auto;
}

.paket-right{
  position: relative;
  width: 83%;
}
.tab-program{
  background: #FFFFFF;
  box-shadow: 0px -10px 20px rgb(60 71 103 / 10%);
  border-radius: 20px 20px 0px 0px;
  border-bottom: 2px solid #BEC8D0;
  padding: 11px 21px 0;
  margin-bottom: 0.5rem;
}
.program-paket{
  outline: none !important;  
}
.program-paket:hover{
  cursor: pointer;
}
.tab-program .slick-slide.slick-current.slick-active .program-paket{
  padding-bottom: 11px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 4px solid;
  border-image-source: linear-gradient(316.2deg, #584A9A 0.86%, #ED2643 85.75%);
  border-image-slice: 1;
  width: 65% !important;
  outline: none !Important;
}
.tab-program .slick-slide.slick-current.slick-active .program-paket:hover{
  cursor: default;
}
.text-program{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #60697F;
  margin: 0;
}
.tab-program .slick-slide.slick-current.slick-active .text-program{
  background: linear-gradient(316.2deg, #584A9A 0.86%, #ED2643 85.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.age-program{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #667085;
  margin: 0;
}
.tab-program .slick-slide.slick-current.slick-active .age-program{
  background: linear-gradient(316.2deg, #584A9A 0.86%, #ED2643 85.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* CSS PROGRAM PAKET */
.header-program{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #BEC8D0;
  padding-top: 1rem;
}
.title-content-program{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #60697F;
  margin: 0;
}
.text-content-program{
  margin-right: 5rem; 
}
ul.desc-content-program{
  padding-left: 15px;
  margin: 0;
}
ul.desc-content-program li{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #60697F;
}
.cta-content-program{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FF823C;
  margin: 0;
  padding: 6px 20px;
  border: 1px solid #FF823C;
  border-radius: 120px;
}
.cta-content-program:hover{
  text-decoration: none;
  color: #FF823C;
}

.card-program{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 2rem 2rem;
  overflow-x: scroll;
}
.card-header-program{
  border-radius: 12px 12px 0 0; 
  height: auto;
  width: 100%;
  object-fit: contain;
}
.card-content-program{
  position: relative;
  background: #FFFFFF;
  box-shadow: 6px 12px 30px rgba(9, 6, 0, 0.08);
  border-radius: 12px;
  width: 309px;
}
.card-desc-program{
  padding: 1.25rem 1.25rem 1.5rem;
  position: relative; 
}
ul.card-list-program{
  padding-left: 0.5rem;
  margin-bottom: 0;
}
ul.card-list-program li{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #667085;
}
.card-list-program{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #667085;
  margin: 0;
}
.card-bottom-program{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem 1rem;
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Paket%20Kursus/bg-card-content.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0 0 0 12px;
}
.card-bottom-left{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #F8F8F8;
  margin: 0;
  background: #D5375A;
  border-radius: 4px;
  padding: 0.25rem;
}
.card-bottom-mid{
  margin-right: 3rem;
}
.base-price{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #79808F;
  margin: 0;
  text-decoration-line: line-through;
}
.final-price{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}
.card-bottom-cta{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  background: #F26D0F;
  border-radius: 120px;
  padding: 0.25rem 1.5rem;
}
.card-bottom-cta:hover{
  text-decoration: none;
  color: #fff;
}
.card-list-program{
  height: 125px;
  overflow: auto;
}
.img-program{
  width: auto;
  height: 85px;
  object-fit: contain;
}
#paketDasher{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Paket%20Kursus/dasher-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 20px 20px;
}
#paketRunner{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Paket%20Kursus/card-runner-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 20px 20px;
}
#paketSprinter{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Paket%20Kursus/sprinter-bg-card.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 20px 20px;
}
#paketRanger{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Paket%20Kursus/ranger-bg-card.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 20px 20px;
}
#paketExplorer{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Paket%20Kursus/explorer-bg-card.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 20px 20px;
}
#paketToefl{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Paket%20Kursus/toefl-bg-card.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 20px 20px;
}
#paketProfessional{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/Paket%20Kursus/professional-bg-card.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 20px 20px;
}
#paketIelts{
  background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/6ed151d0-105f-4a99-b538-c0325bfd6edd.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 20px 20px;
}
.no-data{
  justify-content: center !important; 
}
.nodata-program{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 4.5rem;
}
.magnifying-icon{
  padding-bottom: 0.5rem;
  text-align: center;
}
.title-nodata-program{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: 0;
  padding-bottom: 0.5rem;
}
.desc-nodata-program{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cta-nodata-program{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  padding: 0.5rem 2.5rem;
  background: #FF823C;
  border-radius: 120px;
  display: inline-block;
}
.cta-nodata-program:hover{
  text-decoration: none;
  color: #fff;
}
.tab-program .slick-track{
  transform: translate3d(0, 0, 0) !important;
}
.tab-program .slick-slide{
  outline: none; 
}
.banner-package{
  position: relative;
  display: block;
}
.name-package{
  position: absolute;
  top: 2rem;
  left: 1rem;
  width: 60%;
  font-family: Poppins;
  font-weight: 700;
  font-size: 14.5px;
  line-height: 20px;
  color: #fff;
}

/* for Ipad  */
@media (min-width: 768px) and (max-width: 1024px) {
  .paket-kursus{
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/bg-top-paket-kursus.png), #F8EEFA;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 3rem 0 0;
  }
  .top-title-paket{
    font-size: 18px;
    line-height: 28px;
  }
  .title-paket-kursus{
    font-size: 24px;
    line-height: 36px;
    padding: 0 2rem 2.5rem;
  }
  .container-paket{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .paket-left{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .img-diskon-left{
    display: none;  
  }
  .title-paket-left{
    padding-bottom: 1rem; 
  }
  
/*   PAKET KURSUS */
  .paket-right{
    width: 100%; 
  }
  .tab-program .slick-slide{
    width: 100px;
  }
  .tab-program .slick-list{
    overflow-x: scroll; 
  }
  .tab-program .slick-slide.slick-current.slick-active .program-paket{
    width: 100% !important; 
  }
  .img-program{
    display: none !important; 
  }
  .header-program{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: baseline;
    padding: 18px 17px 0;
  }
  .text-content-program{
    margin-right: 0; 
  }
  .cta-content-program{
    margin-bottom: 0.5rem; 
  }
  
}

/* for Mobile phone  */
@media (max-width: 767px) {
  .paket-kursus{
    background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/2%20English%20Academy%202022/Homepage/mobile/bg-top-paket-kursus.png), #F8EEFA;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 3rem 0 0;
  }
  .top-title-paket{
    font-size: 18px;
    line-height: 28px;
  }
  .title-paket-kursus{
    font-size: 24px;
    line-height: 36px;
    padding: 0 2rem 2.5rem;
  }
  .container-paket{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .paket-left{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .img-diskon-left{
    display: none;  
  }
  .title-paket-left{
    padding-bottom: 1rem; 
  }
  
/*   PAKET KURSUS */
  .paket-right{
    width: 100%; 
  }
  .tab-program .slick-slide{
    max-width: 150px;
    position: relative;
    float: none;
    min-width: 100px;
  }
  .tab-program .slick-list{
    overflow-x: scroll; 
  }
  .tab-program .slick-slide.slick-current.slick-active .program-paket{
    width: 100% !important; 
    border-bottom: 4px solid;
    border-image-source: linear-gradient(316.2deg, #584A9A 0.86%, #ED2643 85.75%);
    border-image-slice: 1;
    outline: none !important;
    padding-bottom: 11px;
  }
  .img-program{
    display: none !important; 
  }
  .header-program{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: baseline;
    padding: 18px 17px 0;
  }
  .text-content-program{
    margin-right: 0; 
  }
  .cta-content-program{
    margin-bottom: 0.5rem; 
  }
  .nodata-program{
    padding: 2.5rem 0 3.2rem; 
  }
  .tab-program .slick-track{
    transform: translate3d(0, 0, 0) !important;
    width: 100% !important;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
}
