/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.book-ap > a {
    border: 1px solid lightgray;
    padding: .8rem 1.5rem;
    border-radius: .5rem;
}

.home .setting-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0 calc((100% - 1200px)/2);
    background: rgb(71 75 65 / 90%);
    border-radius: 10rem;
}

.home .setting-menu .menu-section > ul > li > a {
    color: white;
}

.home .setting-menu .menu-section > ul > li > a:hover {
    color: var(--color-highlight);
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.swiper-highlight-main {
    padding: 5rem 3rem;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
    border-radius: 200px;
    background-color: white;
}

.item-highlight {
    text-align: center;
}

.swiper-highlight--tile {
    text-transform: uppercase;
    font-weight: bold;
    margin: 1rem 0;
    font-size: 1.5rem;
}

.ratio-about:before {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    background: var(--color-highlight);
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    animation: ab_img_midd_shap 5s linear 1s infinite alternate running;
}

@keyframes ab_img_midd_shap {
    0%{
        transform: translateY(0px);
      }
    100%{
        transform: translateY(45px);
      }
}

.title-about {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: var(--color-highlight);
}

.call-about {
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    color: black;
}

.call-about .fa-phone {
    padding: 1.5rem;
    font-size: 2rem;
    background: var(--color-highlight);
    border-radius: 100%;
    color: white;
    margin-right: 1rem;
}

.inner-about-left-shap {
    position: absolute;
    left: -12rem;
    bottom: 1rem;
    z-index: -1;
    animation: ab_img_midd_shap 5s linear 1s infinite alternate running;
}

.inner-about-right-shap {
    position: absolute;
    right: -12rem;
    bottom: 1rem;
    z-index: -1;
    animation: ab_img_midd_shap 5s linear 1s infinite alternate running;
}

.ratio-service img {
    width: 24.2rem;
    height: 24.2rem;
    object-fit: contain;
    animation: servic_shap 20s linear 1s infinite normal running;
}

.item-service {
    position: relative;
}

.inner-service {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.service--tile {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

@keyframes servic_shap {
    0%{
        transform: rotate(0deg);
      }
    100%{
        transform: rotate(180deg);
      }
}

.title-counter {
    color: var(--color-highlight);
}

.desc-counter {
    color: gray;
}

.item-top {
    display: flex;
    align-items: center;
    font-size: 6rem;
    font-weight: bold;
}

.item-top span {
    color: #444444;
}

.item-counter .description {
    color: var(--color-highlight);
    font-size: 1.6rem;
    text-transform: uppercase;
}

.section-counter {
    position: relative;
}

.section-counter:before {
    content: "";
    width: 15vw;
    height: 15vw;
    background: rgb(112 175 57 / 20%);
    position: absolute;
    top: -70%;
    left: -3rem;
    border-radius: 100%;
    z-index: -1;
    animation: ab_img_midd_shap 5s linear 1s infinite alternate running;
}

.section-counter:after {
    content: "";
    width: 30vw;
    height: 30vw;
    background: rgb(112 175 57 / 20%);
    position: absolute;
    bottom: -150%;
    right: -3rem;
    border-radius: 100%;
    z-index: -1;
    animation: ab_img_midd_shap 5s linear 1s infinite alternate running;
}

.bg-responsive {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.section-faq {
    background-position: top;
    background-size: auto;
}

.acc-programs .card-header .btn.btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 1.7rem;
    border-bottom: 1px solid white;
    text-decoration: none;
}

.acc-programs .card-header .btn.btn-link:not(.collapsed) {
    color: var(--color-highlight);
}

.acc-programs .card-body {
    color: white;
    padding: 2rem;
}

.title-faq {
    color: white;
    font-weight: bold;
}

.section-image {
    animation: main_ac_shap 5s linear 1s infinite alternate running;
}

@keyframes main_ac_shap {
    0%{
        transform: translateX(0px);
      }
    100%{
        transform: translateX(45px);
      }
}

.item-book-service {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3rem;
    padding: 3rem;
}

.title-book-sv {
    color: var(--color-highlight);
    font-size: 3rem;
    font-weight: bold;
}

.price-book-sv {
    font-size: 2.5rem;
    font-weight: 500;
}

.desc-book-sv {
    margin-top: 3rem;
}

.desc-book-sv ul > li:before {
    content: "\f058";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    color: var(--color-highlight);
    margin-right: .5rem;
}

.desc-book-sv ul {
    list-style: none;
    padding: 0;
}

.desc-book-sv ul > li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.item-book-service > i {
    position: absolute;
    top: 3rem;
    right: 3rem;
    font-size: 8rem;
    color: var(--color-highlight);
    opacity: .7;
}

.item-book-service:hover {
    background: var(--color-highlight);
}

.item-book-service:hover > *:not(.btn-submit-1), .item-book-service:hover .desc-book-sv ul > li:before {
    color: white;
}

.item-feedback--wrap {
    text-align: center;
}

.item-feedback--wrap i {
    font-size: 7rem;
    color: var(--color-highlight);
    margin-bottom: 1rem;
}

.feedback--description {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.feedback--title {
    color: var(--color-highlight);
    font-size: 1.6rem;
    font-weight: bold;
}

.home-form .desc-form {
    color: var(--color-highlight);
    font-size: 1.6rem;
}

.home-form *::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.home-form *::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}

.title-page {
    font-size: 2rem;
}

.product-detail-title {
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
    .swiper-slide--tile {
        font-size: 2rem;
    }
}
