.navLinks {
    position: fixed;
    top: 0;
    background: transparent;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-bottom: 0;
    z-index: 20;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.navLinks .boxLinks {
    position: relative;
    width: 50%;
    height: 60%;
    background: var(--putih);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: 0.5s;
    overflow: hidden;
    /* top: -80px; */
}

.navLinks .boxLinks ul {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    list-style: none;
    font-weight: bolder;
    height: 100%;
    transition: 0.3s;
}

.navLinks .boxLinks ul li {
    transform: translateY(0);
    transition: 0.3s;
    height: 100%;
    min-width: 120px;
}

.navLinks .boxLinks ul li:nth-child(3) {
    transition: 0.3s !important;
    position: relative;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
}

.navLinks .boxLinks ul li:hover {
    transform: translateY(-5px);
}

.navLinks .boxLinks ul li a {
    transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
}

.navLinks .boxLinks ul li:hover a {
    color: var(--hijau);
}

.navLinks .boxLinks ul li a {
    color: var(--text-color);
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    align-items: center;
    text-transform: uppercase;
}

.navLinks .boxLinks ul li:nth-child(3) {
    opacity: 1;
    top: 0;
}

.navLinks .boxLinks .boxLogo {
    position: relative;
    width: 60px;
    height: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navLinks .boxLinks .boxLogo img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navLinks .boxLinks .kegiatan {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navLinks .boxLinks .kegiatan a {
    height: 50%;
    width: 100%;
    padding: 0;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

/* Nav Mode 2 */
.navLinks-2 {
    position: fixed;
    top: 0;
    background: transparent;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-bottom: 0;
    text-transform: uppercase;
    z-index: 20;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.navLinks-2 .boxLinks {
    width: 100%;
    height: 100%;
    background: var(--putih);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: 0.5s;
    min-width: 50vw;
    overflow: hidden;
    position: relative;
}

.navLinks-2 .boxLinks ul {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    list-style: none;
    font-weight: bolder;
    height: 100%;
    transition: 0.3s;
    /* background: crimson; */
}

.navLinks-2 .boxLinks ul li {
    transform: translateY(0);
    transition: 0.3s;
    height: 100%;
    min-width: 120px;
}

.navLinks-2 .boxLinks ul li:nth-child(3) {
    transition: 0.3s;
    position: relative;
    opacity: 1;
}

.navLinks-2 .boxLinks ul li:hover {
    transform: translateY(-5px);
}

.navLinks-2 .boxLinks ul li:hover a {
    color: var(--hijau);
}

.navLinks-2 .boxLinks ul li a {
    color: var(--text-color);
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    align-items: center;
}

.navLinks-2 .boxLogo {
    width: 60px;
    height: 60px;
    /* transition: .5s; */
    /* opacity: 0; */
    position: relative;
    /* top: -100px; */
}

.navLinks-2 .boxLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navLinks-2 .kegiatan {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navLinks-2 .kegiatan a {
    height: 50% !important;
    width: 100%;
    border: 2px solid var(--hijau);
    padding: 10px 40px 10px 40px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    color: var(--hijau) !important;
}

/* Mobile and Tablet */
.navNotDesktop {
    position: fixed;
    background-color: transparent;
    display: block;
    height: 80px;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 5;
    align-items: center;
}

.blur {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 18%);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-transform: translate(-50%, 18%);
    -moz-transform: translate(-50%, 18%);
    -ms-transform: translate(-50%, 18%);
    -o-transform: translate(-50%, 18%);
}

#menuToggle {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    user-select: none;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.2);
    /* backdrop-filter: blur(5px); */
    /* border: 1px solid #ccc; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

#menuToggle input {
    display: flex;
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    right: 0;
    top: 0;
}

#menuToggle span {
    display: flex;
    width: 30px;
    height: 3px;
    border-radius: 100px;
    border-radius: 500px;
    position: relative;
    background: #333;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(5px, 5px);
    background: var(--kuning);
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(2px, 5px);
}

#menu {
    position: absolute;
    top: 0;
    width: 90vw;
    height: 50vh;
    max-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translateY(60%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    list-style-type: none;
}

#menu li a {
    text-decoration: none;
    color: #333;
    opacity: 1;
    font-size: 1.2em;
    font-weight: bolder;
    transition: 200ms;
}

#menu li a:hover {
    /* opacity: 0.5; */
    color: var(--hijau);
}

#menu li {
    /* padding: 10px 0; */
    transition-delay: 2s;
}

#menuToggle input:checked ~ ul {
    transform: translateY(-105%);
}

/* Bootstrap Dropdown */
/* .dropdown
{
    background: #000;
}
.dropdown-menu {
    position: absolute !important;
    top: 0 !important;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 0 15px;
    animation: 0.5s slideup;
    z-index: 100000 !important;
    display: flex;
}

.dropdown-menu li {
    margin: 10px;
}

.dropdown-menu li a {
    color: #333;
    transition: 0.3s;
}

.dropdown-menu li a:hover {
    color: crimson;
    background: transparent;
} */
