.logo {
    width: 153px;
}

.sangphai {
    display: flex;
    justify-content: end;
    margin-right: 104px;
}

li {
    margin-left: 16px;
}

.nut2 {
    background-color: white;
    color: #2B2B2B;
    padding: 10px 43px;
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    transition: 0.3s;
}

@keyframes dropdown-gal {
    from {
        transform: translateY(-166px);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        opacity: 100%;
    }
}
@keyframes color-button {
    from {
        background-color: white;
    }
    to {
        background-color: #2B2B2B;
    }
}
/* Style The Dropdown Button */
.dropbtn {
    background-color: white;
    color: #2B2B2B;
    padding: 10px 43px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-radius: 24px;
    z-index: 12;
    transition: 0.3s;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 166px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-radius: 24px;
    overflow: hidden;
    transform: translate(0, -120px);
    transition: 0.3s;
}

.gachngang {
    height: 1px;
    width: 134px;
    background-color: #2B2B2B;
    text-align: center;
    position: absolute;
    left: 16px;
}

.maskdrop {
    height: 48px;
    width: 166px;
    /* background-color: #E2E2E2; */
    position: absolute;
    top: -7px;
    left: 0px;
    overflow: hidden;
    transition: 0.3s;
    z-index: 0;
    display: flex;
    justify-content: center;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #2B2B2B;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #E2E2E2
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    transform: translate(0px, 0px);
    /* animation: dropdown-gal 0.3s ease-in alternate; */

}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #2B2B2B;
    color: white;
    text-decoration: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown:hover .maskdrop {
    height: 180px;
    width: 250px;
    /* background-color: #E2E2E2; */
    position: absolute;
    top: 40px;
    left: -42px;
    overflow: hidden;
    visibility: visible;
}
ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nut2:hover {
    background-color: #2B2B2B;
    color: white;
    text-decoration: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
    margin-left: 106px;
}
@media screen and (max-width: 900px) {
    .navbar-brand {
        margin-left: 0px;
    }
    .logo {
        margin-left: 0;
    }
    .sangphai {
        margin-right: 0;
    }
    .nav-item {
        margin-bottom: 30px;
    }
}