@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;
}
.btn-login {
    background: rgba(255, 255, 255, 1);
    padding: 8px, 12px, 8px, 12px;
    border-radius: 100px;
}
.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;
}
.section-1 img {
    width: 9.5rem;
}
.section-1 h1 {
    font-size: 3.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 p.title {
    font-size: 1.5rem;
}
.section-1 p.sub-title {
    font-size: 20px;
}
.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: 20px;
    font-weight: bold;
    width: 206px !important;
    height: 64px !important;
}
.section-1 .img-logo {
    margin-top: 8.5rem;
    margin-bottom: 1rem;
}
.h-100vh {
    height: 100vh;
}
.navbar.fixed-top {
    background: rgba(250, 255, 255, 0.5);
    height: 80px;
    width: 100vw;
}
.navbar-collapse.show {
    background: rgba(250, 255, 255, 0.5);
    width: 100vw;
}
.bg-dark .navbar.fixed-top {
    background: none !important;
}
.mt-7 {
    margin-top: 7rem !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
.layout-home {
    background-image: url("../img/bg-section-1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    #featureContainer .carousel-inner .carousel-item > div {
        display: none;
    }
    #featureContainer .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

#featureContainer .carousel-inner .carousel-item.active,
#featureContainer .carousel-inner .carousel-item-next,
#featureContainer .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    #featureContainer .carousel-inner .carousel-item-end.active,
    #featureContainer .carousel-inner .carousel-item-next {
        transform: translateX(20%);
    }

    #featureContainer .carousel-inner .carousel-item-start.active,
    #featureContainer .carousel-inner .carousel-item-prev {
        transform: translateX(-20%);
    }
    #featureContainer .card img {
        max-height: 80px;
    }
    #featureContainer .carousel-item {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    #featureContainer .card img {
        max-height: 70px;
    }
}
#featureContainer .carousel-inner .carousel-item-end,
#featureContainer .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
#featureContainer .card {
    border: 0;
    background: none !important;
}
#featureContainer .card {
    position: relative;
    height: 100% !important;
    vertical-align: middle;
}
#featureContainer .card .card-img-overlays {
    position: absolute;
    bottom: 15%;
    left: 10%;
}
#featureContainer .float-end {
    padding-top: 10px;
}
/*  */

/* GALLERY */
.gallery-container {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: 80vw;
    position: relative;
}

.gallery-item {
    height: 31.25rem;
    opacity: 1;
    position: absolute;
    width: 40.688rem;
    z-index: 0;
}

#gallery-item-1 {
    z-index: 1;
    left: 0;
    height: 25rem;
    display: none;
}

.gallery-item-2 {
    left: 50%;
    z-index: 1;
}

#gallery-item-3 {
    z-index: 1;
    right: -13%;
    height: 25rem;
    display: none;
}

.mb-7 {
    margin-bottom: 100px;
}
.my-7 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-3 h1 {
    font-family: Inter;
    font-size: 3.875rem;
    font-weight: 600;
    line-height: 4.688rem;
    letter-spacing: 0em;
}
.section-4 .card-first {
    height: 100%;
}
.section-4 .card {
    padding: 1.5rem;
    border-radius: 20px;
    background: rgba(245, 245, 245, 1);
    border: none !important;
    max-height: 653px;
}
.section-4 h3 {
    font-weight: 600;
    font-size: 32px !important;
    text-align: left !important;
    margin-bottom: 1rem !important;
}
.section-4 p {
    text-align: left !important;
    font-size: 16px;
    font-weight: 500;
}
.section-4 img.bottom-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.section-4 img.bottom-center {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.h-100 {
    height: 100%;
}
.h-653 {
    height: 653px;
}
.h-410 {
    height: 410px;
}
.h-220 {
    height: 220px;
}

.section-5 .card {
    border-radius: 20px;
    border: none !important;
    height: 30.813rem;
}
.section-5 img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
}
.section-5 h3,
.section-5 p {
    z-index: 1;
    position: relative;
    color: white;
    text-align: left;
}
.bg-grey {
    background: rgba(246, 246, 246, 1) !important;
}

.section-6 h1 {
    font-size: 62px;
    font-weight: 600;
    width: 626px;
}

.section-6 .card {
    box-shadow: 0px 4px 10px 0px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    height: 337px;
    border: none;
}
.section-6 .card-body {
    padding: 2rem !important;
}

.section-6 p {
    font-size: 14px;
    font-weight: 400;
}
.section-6 h4 {
    font-size: 20px;
    font-weight: 600;
}

.my-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.mt-6 {
    margin-top: 5rem;
}
.h-50 {
    height: 50vh !important;
}
.section-7 {
    height: 22.063rem;
}
.section-7 .bg-grad {
    background-image: url("../img/bg-gradient.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.section-7 img:not(.icon-btn) {
    width: 100%;
    height: 353px;
    position: absolute;
    z-index: 0;
    left: 0;
}
.section-7 h1,
.section-7 p {
    color: white;
    position: relative;
    z-index: 1;
}

.section-7 h1 {
    font-size: 46px;
}
.section-7 p {
    font-size: 24px;
}

.btn-hubungi {
    width: 171px;
    height: 59px;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    border-radius: 30px;
}
.icon-btn {
    width: 16px;
    height: 16px;
    z-index: 1;
    position: relative;
}
.footer table td {
    padding: 2px 8px !important;
}
.bold {
    font-weight: 600;
}
body.bg-dark {
    background: #121212 !important;
    background-color: #121212 !important;
    color: white !important;
}

.bg-dark a,
.bg-dark table td {
    color: white !important;
}
.bg-dark .card-body {
    background: none;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.bg-dark .card {
    border-radius: 20px;
    border: none;
    box-shadow: none;
    background: none;
}
.bg-dark .section-1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.bg-dark .section-1 .card-body {
    height: 100vh !important;
}
.bg-dark .section-1 h1,
.bg-dark .section-1 p {
    position: relative;
    z-index: 1;
}
.bg-dark .section-1 h1 {
    font-size: 58px;
    font-weight: 700;
    width: 654px;
    background: unset !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    margin-left: 7rem;
    margin-bottom: 2rem;
}
.bg-dark .section-1 p {
    font-size: 24px;
    font-weight: 500;
    width: 797px;
    margin-left: 7rem;
}
.bg-dark .section-2 h1 {
    font-size: 34px;
    font-weight: 500;
}
.bg-dark .section-3 p {
    font-size: 40px;
    font-weight: 700;
    text-align: center !important;
    width: 756px;
    line-height: 1.25;
}
.bg-dark .section-3 .card {
    background: rgba(33, 33, 33, 1);
    border-radius: 20px;
}
.bg-dark footer {
    background: rgba(33, 33, 33, 1);
}
/* Container DIV - automatically generated */
.simply-scroll-container {
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
    width: 100%;
    height: 8rem;
    margin-bottom: 1rem;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 6rem;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
    position: relative;
    float: left; /* Horizontal scroll only */
    width: 16rem;
    height: 4rem;
}
/* Mobile devices (portrait and landscape) */
@media only screen and (max-width: 767px) {
    /* CSS rules for mobile devices */
}

/* Tablets and small devices (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* CSS rules for tablets and small devices */

    .section-1 h1 {
        font-size: 50px;
    }
    .section-1 p.title {
        font-size: 18px;
    }

    .section-1 .btn-jadwal {
        padding: 10px;
        border-radius: 80px;
        font-size: 16px;
        font-weight: bold;
        width: 166px !important;
        height: 54px !important;
    }
    .section-1 p.sub-title {
        font-size: 16px;
    }

    .page:not(.h-custom) {
        min-height: 70vh;
    }

    .h-100vh {
        height: 70vh;
    }

    .gallery-container {
        align-items: center;
        display: flex;
        height: 70vh;
        margin: 0 auto;
        max-width: 80vw;
        position: relative;
    }

    .gallery-item {
        height: 300px;
        opacity: 1;
        position: absolute;
        transform: translateX(-50%);
        transition: all 0.3s ease-in-out;
        width: 451px;
        z-index: 0;
    }

    .gallery-item-1 {
        z-index: 0;
        left: 25%;
        height: 200px;
        opacity: 0;
        transition: opacity 0.75s;
    }

    .gallery-item-2 {
        left: 50%;
        z-index: 1;
    }

    .gallery-item-3 {
        z-index: 0;
        left: 75%;
        height: 200px;
        opacity: 0;
        transition: opacity 0.75s;
        transition-delay: 0.75s;
    }
}

/* Laptops, desktops, and larger devices */
@media only screen and (min-width: 1024px) {
    /* CSS rules for laptops, desktops, and larger devices */
}
