.navbar {

    width: 100%;
    height: 90px;
    position: fixed !important;
    background-color: transparent;
    z-index: 999;
    font-family: "Poppins", sans-serif;

}

nav.active {

    width: 100%;
    height: 90px;
    position: fixed !important;
    background-color: black;
    z-index: 999;

}


nav .container .navbar-brand {

    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 200px;

}

nav .container img {

    width: 100%;
    height: 80px;
    object-fit: contain;

}

nav .container .list ul {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

nav .container .list ul li {

    position: relative;
    cursor: pointer;
}

nav .container .list ul li .btn {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 1rem;
    padding: 10px 0;
    outline: none;
    border: none;
    background: linear-gradient(150.27deg, #BA6400 27%, #e29031 51.32%, #613601 73.7%);
}

nav .container .list ul li a {

    text-decoration: none;
    color: #fff;
    font-family: "Poppins";
    font-weight: 300;
    font-size: 1rem;

}

nav .container .list ul li a i {

    font-size: 1.2rem;
    color: #80ea7b;

}

.navbar-toggler {
    width: auto;
    height: auto;
    background: linear-gradient(150.27deg, #BA6400 27%, #e29031 51.32%, #613601 73.7%);
}

@media screen and (max-width:992px) {

    .navbar-nav {
        background-color: rgb(0, 0, 0);
        padding: 20px 0;
    }
}