.main {
    background-color: #0A0B0A;
    width: 100%;
    font-family: "Roboto", serif;
    color: white;
    overflow-x: hidden;
    box-sizing: border-box;
}

.black {
    background-color: #000000 !important;
    color: white;
    width: 100%;
    height: 100%;
}

.navbar {
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav-link {
    color: white !important;
}

.dumplings {
    width: 100%;
}

.dumplings-text {
    width: 750px;
}

.dumplings-img {
    width: 750px;
    height: 100%;
    /* background-color: rgb(55, 101, 101); */
}

.dumplings img {
    width: 100%;
    height: 100%;
}

.extra {
    display: none;
}

.names :hover {
    transform: scale(1.1);
    transition: 0.4s ease-in-out;
}

.btn-2 {
    background-color: white;
    color: black;
    transition: none;
    border: none;
}

.btn-2:hover {
    background-color: rgb(137, 94, 78);
    color: white;
}

.btn-3 {
    transition: none;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    border-radius: 0;
    padding: 0.3vw 2.6vw;
    letter-spacing: 1px;
}

.footer {
    background-color: #1A191B;
    font-weight: 300;
}

.footer button {
    padding: 10px 15px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.footer h5 {
    letter-spacing: 1px;
    cursor: pointer;
}

.footer p:hover {
    text-decoration: underline;
}

.btn-1:hover {
    background-color: rgb(255, 255, 255);
    color: #0A0B0A;
}

.para {
    color: #aeaeae;
    cursor: pointer;
}

.box-4 li {
    list-style-type: none;
}

.none {
    display: none;
}

@media (max-width:990px) {
    .none {
        display: block;
    }

    .block {
        display: none;
    }
}

.small-footer {
    background-color: #2A292B;
}

.small-footer a {
    color: white;
    text-decoration: none;
}

.btn {
    text-decoration: none;
}

.small-footer div {
    cursor: pointer;
}

.small-footer div:hover {
    text-decoration: underline;
}


@media (max-width:1500px) {
    .upper {
        display: none !important;
    }

    .extra {
        display: flex;
        flex-direction: column;
    }
}