.section-content {
    background-color: #FDFDFDFD;
    border-radius: 180px 0px 0px 0px;
    box-shadow: -20px 14px 20px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -20px 14px 20px 20px rgba(0, 0, 0, 0.1);
}

#section-banner {
    border-radius: 200px 0px !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

#list-submenu {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 500px 0px;
    margin-left: 1rem;
}

.nav-list-submenu>a {
    color: #ffffff !important
}

.nav-list-submenu.active>a {
    color: #6454f0 !important
}

.nav-list-submenu:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 66px;
    background: linear-gradient(0deg, #FFFFFF -161.02%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 4px solid #6454f0;
    border-radius: 10px 10px;
}

.nav-list-submenu:hover>a {
    color: #6454f0 !important
}

.nav-list-submenu.active {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 66px;
    background: linear-gradient(0deg, #FFFFFF -161.02%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 4px solid #6454f0;
    border-radius: 10px 5px;
}

body {
    background-color: #FFFFFF !important;
}

#section-navigasi {
    padding: 50px 0 !important;
}

.navigasi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 55px;
    border: 2px solid #BDBDBD;
    border-radius: 60px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    overflow: hidden,
}

.navigasi:hover {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 55px;
    border-radius: 60px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
}

.navigasi.active {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 55px;
    /* background-size: cover; */
    background-size: cover;
    border-radius: 60px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.navigasi>.text-navigasi {
    color: #BDBDBD
}

.navigasi:hover>.text-navigasi {
    color: #ffffff;
}

.navigasi.active>.text-navigasi {
    color: #ffffff
}

.card-faq {
    background: #FFFFFF;
    /* M3/Elevation Light/1 */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 60px 10px;
}

#contact:hover {
    cursor: pointer;
}
