body {
    background:#ffffff;
    margin:0;
   font-family: 'Inter', sans-serif;
}



/* Menu */
.navbar01 {
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    background-color: #0d1015;
    position: fixed;
    z-index: 4000;
    top: 0;
}

.navbar01 img.logo01 {
    width: 110px;
    margin-right: 50px;
    margin-left: 30px;
}

.navbar01 a.nav-link01 {
    font-size: 16px;
    color: white;
    text-decoration: none;
    padding: 14px 16px;
    z-index: 1000;
    font-weight: 300;
     font-family: 'Inter', sans-serif;
}

.navbar01 a.nav-link01:hover {
    color: #ff4d4f;
}

.dropdown01 {
    position: relative;
    margin-right: 10px;
}

.dropbtn01 {
    font-size: 16px;
    color: white;
    padding: 14px 16px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

.dropbtn01 i {
    margin-left: 6px;
}

.dropdown-content01 {
    display: none;
    position: absolute;
    background-color: #1a1d24;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgb(0, 0, 0);
    z-index: 2000;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

.dropdown-content01 a {
    display: block;
    padding: 12px 16px;
    color: white;
    text-decoration: none;
}

.dropdown-content01 a:hover {
    background-color: #0d1015;
    color: #ff4d4f;
}

/* Hover desktop */
.dropdown01:hover .dropdown-content01 {
    display: block;
}

.profile01 {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: white;
    position: absolute;
    right: 2%;
    cursor: pointer;
}

.profile01 img {
    width: 27px;
    height: 27px;
    margin-left: 8px;
}

/* Hamburger icon */
.hamburger01 {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

/* Mobile menyu */
.mobile-menu01 {
    display: none;
    flex-direction: column;
    background-color: #1a1d24;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5000;
    position: fixed;
    background: rgba(13, 16, 21, 0.8); /* Yarim shaffof fon */
    backdrop-filter: blur(10px); /* Blur effekti */
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.mobile-menu01 a {
    padding: 12px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.mobile-menu01 a:hover {
    background-color: #30333704;
    color: #ff4d4f;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar01 a.nav-link01,
    .dropdown01 {
        display: none;
    }

    .profile01 {
        display: none;
    }
    .hamburger01 {
        display: block;
    }
}


/* Glass effect uchun class */
.navbar-glass {
    background: rgba(13, 16, 21, 0.8); /* Yarim shaffof fon */
    backdrop-filter: blur(10px); /* Blur effekti */
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}


.nav-link0_numb{
    text-decoration: none; 
    color:aliceblue; 
    font-size:15px;
    margin-right: 30px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 600px) {
    .nav-link0_numb{
   display: none;
}
}
