.logo-area img{
    max-width: 100px;
    width: 100%;
}
.footer-logo a img{
    width: 100%;
    max-width: 200px !important;
    margin-left: auto;
    margin-right: auto;
    display:block;
}

.mx-10{
    margin-left: 10px;
    margin-right: 10px;
}
.flex{
    display: flex;
}
.register-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: flex;
}
.rounded-large{
    border-radius: 2rem;
}
.rounded-medium{
    border-radius: 1.5rem;
}
.rounded-small{
    border-radius: 1rem;
}
.line-image{
    border: 2px solid #fff;
}
.icon-slide{
    background-color: #000;
}
img .why-image{
    height: 450px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
}
.img-class{
    height: 350px;
    object-fit: cover;
    object-position: center center;
}
.desc p{
    margin-bottom: 10px;
    color: #202020 !important;
}
.desc ul li{
    color: #202020 !important;
}
.img-facilities{
    height: 250px;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
}

.text-small p{
    font-size: 12px;
}
.testimonial-carousel-area{
    background-color: #E9F0F4;
}
.inner-testi {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.isi-testi p {
  font-size: 16px;
  font-weight: 600;
}
.image-testimony{
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center;
}
.testimonial-style-1{
    background-color: #fff;
}
.list-prestasi ul li{
    color: #fff;
}
.link.flex i {
    margin-right: 10px;
    margin-top: 5px;
}
.container-image{
    position: relative;
    padding: 0 20px;
}
.img-cta{
    width: 100%;
}
.cta-box{
    position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
      width: 100%;
      padding: 15%;
  }
  .cta-img{
    width: 100%;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
  }
  .cta-title{
    font-weight: 600;
    color: #202020 !important;
  }
  .cta-box-inner{
    display: blox;
    color: #202020 !important;
  
  }
  .btn-phone {
    font-size: 18px;
    background-color: green;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  .btn-phone:hover{
    animation: zoom 2s infinite; /* Menambahkan animasi zoom */
  }

  @keyframes zoom {
    0% {
      transform: scale(1); /* Ukuran awal */
    }
    50% {
      transform: scale(1.1); /* Zoom in 10% */
    }
    100% {
      transform: scale(1); /* Kembali ke ukuran awal */
    }
  }
@media only screen and (max-width: 992px) {
    .medium-center{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    .medium-text-center{
        text-align: center;
    }
    .cta-img{
        height: 50vh;
      }
}

@media only screen and (max-width: 1024px) {
   
}
@media only screen and (max-width: 768px) {

    .cta-img{
      height: 70vh;
    }

  }
@media only screen and (max-width: 576px) {

    .cta-img{
      height: 250px;
    }
  
  }