@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
    font-family: Inter;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.navbar {
    background: rgba(250, 255, 255, 0.5);
    height: 80px;
}
.navbar-collapse.show {
    background: rgba(250, 255, 255, 0.5);
}
.nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.nav-item .nav-link.active {
    font-weight: 700;
    color: rgba(54, 92, 180, 1) !important;
}
.btn-login {
    background: rgba(255, 255, 255, 1);
    padding: 8px, 12px, 8px, 12px;
    border-radius: 100px;
}
.mb-100 {
    margin-bottom: 6.25rem;
}
.mb-16 {
    margin-bottom: 1rem;
}
.mb-32 {
    margin-bottom: 2rem;
}
.mb-48 {
    margin-bottom: 3rem;
}
.mb-128 {
    margin-bottom: 8rem;
}
.mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.h-full {
    height: 100%;
}
.inline-block {
    display: inline-block;
}
.pl-8 {
    padding-left: 0.5rem;
}
.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.scroll-list {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.scroll-list li {
    display: inline-block;
    padding: 0 10px;
}
/* MOBILE */
.layout-home {
    background-image: url("../img/bg-section-1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30%;
}
#section-1 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
#section-1 h1 {
    font-size: 1.2rem;
    font-weight: 600;
    background: linear-gradient(91.15deg, #0043f0 1.44%, #d700c1 102.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#section-1 .subtitle-1 {
    font-size: 1rem;
}
#section-1 .subtitle-2 {
    font-size: 1rem;
}
#section-1 .btn-jadwal {
    padding: 15px;
    border-radius: 100px;
    background: rgba(54, 92, 180, 1);
    box-shadow: 4px 4px 12px 0px rgba(0, 67, 240, 0.25);
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    font-weight: bold;
}
#section-2 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
#section-3 .gallery-item {
    height: 16rem;
    width: 8rem;
    position: absolute;
    z-index: 2;
}
#section-3 img {
    height: 100%;
    width: 100%;
}
#section-3 .gallery-item.item-1 {
    z-index: 1;
    left: 2%;
    display: none;
}
#section-3 .gallery-item.item-3 {
    z-index: 1;
    right: 2%;
    display: none;
}
#section-4 .title {
    font-family: Inter;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0em;
}
#section-5 .mx-section-5 {
    margin-right: 0;
    margin-left: 0;
}
#section-5 .card {
    padding: 1.5rem;
    border-radius: 20px;
    background: rgba(245, 245, 245, 1);
    border: none !important;
    position: relative;
}
#section-5 .card .title {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1rem;
}
#section-5 .card .subtitle {
    text-align: left !important;
    font-size: 0.8rem;
    font-weight: 500;
}
#section-5 .card-offer-1 {
    height: 26.25rem;
    margin-bottom: 1rem;
}
#section-5 .card-offer-2 {
    height: 26.25rem;
    margin-bottom: 1rem;
}
#section-5 .offer-image-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15rem;
    width: 100%;
}
#section-5 .offer-image-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15rem;
    width: 100%;
}
#section-6 .card {
    border-radius: 20px;
    border: none !important;
    height: 30.813rem;
    background-image: url("../img/Rectangle_6.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0.8rem 0 0.8rem;
}
#section-6 .container {
    display: flex;
    flex-direction: column;
}
#section-6 .title,
#section-6 .subtitle {
    color: #ffffff;
    text-align: center;
}
#section-7 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#section-7 h1.title {
    padding: 0 0.5rem 0 0.5rem;
    font-size: 1.5rem;
    text-align: center;
}
#section-7 .card {
    box-shadow: 0px 4px 10px 0px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    border: none;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    height: 21rem;
}
#section-7 .card-body {
    padding: 2rem;
}
#section-7 .card .title {
    font-size: 1.25rem;
    font-weight: 600;
}
#section-7 .card .subtitle {
    font-size: 0.875rem;
    font-weight: 400;
}
#section-7 .card .icon {
    width: 4rem;
    height: 4rem;
}
#section-7 .card .container-image {
    align-self: center;
}
#section-8 .bg-grad {
    background-image: url("../img/bg-gradient.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
#section-8 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 1.8rem;
}
#section-8 .title {
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
}
#section-8 .subtitle {
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
}
#section-8 .btn-hubungi {
    width: 10.625rem;
    height: 3.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    font-size: 0.8rem;
    font-weight: 600;
    position: relative;
    border-radius: 30px;
}
#section-8 .btn-icon {
    width: 0.8rem;
    height: 0.8rem;
}
#footer .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
#footer .text-info {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #000000 !important;
}
#footer .text-copyright {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 0.5rem;
    color: #000000 !important;
}

@media only screen and (min-width: 1023px) {
    .layout-home {
        padding-top: 12.5%;
    }
    #section-1 .container-title {
        width: 55rem;
    }
    #section-1 h1 {
        font-size: 3.2rem;
    }
    #section-1 .container-subtitle {
        width: 56rem;
    }
    #section-1 .subtitle-1 {
        font-size: 1.5rem;
    }
    #section-2 {
        margin-bottom: 12rem;
    }
    #section-2 .subtitle-1 {
        font-size: 1.25rem;
    }
    #section-3 {
        margin-top: 5rem;
    }
    #section-3 .gallery-item {
        height: 31.25rem;
        width: 40.688rem;
    }
    #section-4.mt-section {
        margin-top: 18rem;
    }
    #section-4 .title {
        font-size: 3.875rem;
        font-weight: 600;
        line-height: 4.688rem;
        width: 48rem;
    }
    #section-5 .w-section {
        width: 75%;
    }
    #section-5 .card {
        position: relative;
    }
    #section-5 .card-offer-1 {
        height: 100%;
    }
    #section-5 .card .title {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    #section-5 .card .subtitle {
        font-size: 1rem;
        font-weight: 500;
    }
    #section-5 .card-offer-2 .subtitle {
        width: 65%;
    }
    #section-5 .card-offer-2 .bottom-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
    }
    #section-5 .card-offer-2 .offer-image-2 {
        width: 100%;
    }
    #section-6 .w-section {
        width: 75%;
    }
    #section-6 .container {
        justify-content: center;
    }
    #section-6 .title {
        font-size: 1.75rem;
        text-align: left;
    }
    #section-6 .subtitle {
        font-size: 1rem;
        text-align: left;
        margin-top: 0;
    }
    #section-7 h1.title {
        font-size: 3.875rem;
        text-align: center;
        width: 40rem;
    }
    #section-8 {
        height: 22.063rem;
    }
    #section-8 .bg-grad {
        height: 100%;
    }
    #section-8 .title {
        font-size: 2.875rem;
    }
    #section-8 .title {
        font-size: 1.5rem;
    }
    #section-8 .btn-hubungi {
        font-size: 1rem;
    }
    #footer .text-copyright {
        font-size: 1rem;
    }
    #footer .container {
        margin-left: 15%;
    }
}

@media only screen and (min-width: 1200px) {
    .layout-home {
        padding-top: 12.5%;
    }
    #section-1 .container-title {
        width: 55rem;
    }
    #section-1 h1 {
        font-size: 3.2rem;
    }
    #section-1 .container-subtitle {
        width: 56rem;
    }
    #section-1 .subtitle-1 {
        font-size: 1.5rem;
    }
    #section-2 {
        margin-bottom: 12rem;
    }
    #section-2 .subtitle-1 {
        font-size: 1.25rem;
    }
    #section-3 {
        margin-top: 5rem;
    }
    #section-3 .gallery-item {
        height: 31.25rem;
        width: 40.688rem;
    }
    #section-4.mt-section {
        margin-top: 18rem;
    }
    #section-4 .title {
        font-size: 3.875rem;
        font-weight: 600;
        line-height: 4.688rem;
        width: 48rem;
    }
    #section-5 .w-section {
        width: 75%;
    }
    #section-5 .card {
        position: relative;
    }
    #section-5 .card-offer-1 {
        height: 100%;
    }
    #section-5 .card .title {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    #section-5 .card .subtitle {
        font-size: 1rem;
        font-weight: 500;
    }
    #section-5 .card-offer-2 .subtitle {
        width: 65%;
    }
    #section-5 .card-offer-2 .bottom-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
    }
    #section-5 .card-offer-2 .offer-image-2 {
        width: 100%;
    }
    #section-6 .w-section {
        width: 75%;
    }
    #section-6 .container {
        justify-content: center;
    }
    #section-6 .title {
        font-size: 1.75rem;
        text-align: left;
    }
    #section-6 .subtitle {
        font-size: 1rem;
        text-align: left;
        margin-top: 0;
    }
    #section-7 h1.title {
        font-size: 3.875rem;
        text-align: center;
        width: 40rem;
    }
    #section-8 {
        height: 22.063rem;
    }
    #section-8 .bg-grad {
        height: 100%;
    }
    #section-8 .title {
        font-size: 2.875rem;
    }
    #section-8 .title {
        font-size: 1.5rem;
    }
    #section-8 .btn-hubungi {
        font-size: 1rem;
    }
    #footer .text-copyright {
        font-size: 1rem;
    }
    #footer .container {
        margin-left: 15%;
    }
}
