*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#navbar{
    position: relative;
    width: 100%;
}
#navbar.active{
    position: sticky;
    z-index: 10000;
    background-color: white;
    top: 0;
    left: 0;
}

.nav-top{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
}
.nav-top ul{
    display: flex; 
    justify-content:flex-end;
    text-align: center;
    list-style: none;
    width: 72%;
}
.nav-top ul li{
    margin: 0 16px 0 0;
}
.nav-top a{
    text-decoration: none;
    color: #009ACE;
}
.nav-top a h6{
    font-size: 14px;
    margin: 0;
}
nav{
    display: flex;
    margin: 0.5rem 18rem;
    height: auto;
}
footer{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 18rem;
}

nav .nav-left .logo{
    display: flex;
    text-decoration: none;
}
nav .nav-left img{
    width: 70px;
}
nav .nav-left .logo-alt p{
    margin: 0 0 0 0.5rem;
}
nav .nav-left .logo h1, .footer-left h1, footer h2{
    font-size: 24px;
    text-decoration: none;
    color: #0099D2;
    font-weight: 900;
    margin: auto 0;
}
nav .nav-left p{
    text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.3);
    font-size: 14px;
}
.btn{
    font-size: 16px;
    border-radius: 16px;
}
.favorilerim:hover{
    color: whitesmoke;
}

.butonlar span{
    font-size: 10px;
}

.login{
    background-color: transparent;
    color: #004C7F;
    border: none;
}
.butonlar{
    background-color: transparent;
    color: #000000;
    border: none;
}
.category p, footer p{
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    margin: 0.5rem 0;
}
.btn.butonlar {
    display: flex;
    align-items: center;
    gap: 8px;
}




.bars{
    font-size: 40px;
    color: #009ACE;
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgb(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content:flex-start;
}
.sidebar .butonlar{
    margin: 20px;
}
.sidebar .btn{
    width: 100%;
    display: flex;
}
.menu-button{
    display: none;
}

.nav-bottom{
    display: flex;
    width: 100%;
    height: 15px;
}

.nav-bottom .kutu1{
    background: linear-gradient(to right, #012949, #024376);
    width: 100%;
    border: none;
}
.nav-bottom .kutu2{
    background: linear-gradient(to right, #024376, #035CA3);
    width: 100%;
    border: none;
}
.nav-bottom .kutu3{
    background: linear-gradient(to right, #035CA3, #0476D0);
    width: 100%;
    border: none;
}
.nav-bottom .kutu4{
    background: linear-gradient(to right, #0476D0, #088FFA);
    width: 100%;
    border: none;
}
.nav-bottom .kutu5{
    background: linear-gradient(to right, #088FFA, #50B9FF);
    width: 100%;
    border: none;
}

.category{
    display: flex;
    justify-content: center;
    /* width: 100%; */
    text-align: center;
}
.category .categ{
    display: flex;
    place-items: center;
    cursor: pointer;
    margin-right: 1rem;
}
.category a{
    text-decoration: none;
}
.category .categ i{
    margin-right: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.category .categ p{
}

.category .categ button{
    display: flex;
}
.category .categ:hover{
    border-bottom: 2px solid #004C7F;
}
.category .dropdown-first li{
    display: block;
}
.category .dropdown-first{
    width: 16%;
    top: 60px;
    left: 230px;
    position: absolute;
    z-index: 9999;
    display: none;
    background-color: #EFF8FB;
}
.categ:hover .dropdown-first{
    display: block;
}
.dropdown-first a{
    text-decoration: none;
    color: whitesmoke;
}
.dropdown-first li{
    list-style: none;
    margin: 0 0 10px 0;
}
.dropdown-first li p{
    display: flex;
    justify-content: space-between;
    padding: 8px 30px 0 10px;
}
.dropdown-first li i{
    display: flex;
}
.category2 .dropdown2{
    width: 72.5%;
    top: 60px;
    left: 230px;
    position: absolute;
    z-index: 9999;
    display: none;
    background-color: #EFF8FB;
    border-radius: 10px;
}
.categ a{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: block;
    color: black;
    text-decoration: none;
}
.categ:hover .dropdown2{
    display: block;
}


.footer-genel{
    display: flex;
}

footer .footer-right{
    display: flex;
    justify-content: end;
}
footer .baslik{
    margin: 0 2rem;
}
footer h2{
    color: #0099D2;
}
footer .footer-left, .footer .footer-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

footer a{
    text-decoration: none;
    color: black;
}

footer .footer-left i{
    font-size: 22px;
    margin: 0 10px 0 0;
}


@media(max-width: 1600px){
    .category .moda-right img{
        width: 230px;
        height: 230px;
        margin-right: 0.8rem;
    }
    .category2 .dropdown2{
        width: 69%;
    }
    .category .dropdown-first{
        left: 220px;
    }
    nav, footer{
        margin: 0.5rem 15rem;
    }
}
@media(max-width: 1460px){
        .category .moda-right img{
            width: 210px;
            height: 210px;
            margin-right: 0.6rem;
        }
}

@media (max-width: 1400px){
    footer h1{
        font-size: 34px;
    }
    footer h2{
        font-size: 26px;
    }
    footer .footer-left i{
        font-size: 20px;
        margin: 0 8px 0 0;
    }
    .category .dropdown-first{
        left: 180px;
        width: 30%;
    }
    nav, footer{
        margin: 0 1rem;
    }
}
@media (max-width: 1300px){
    .category .moda-right .moda-right-photo{
        display: block;
    }
    .category .moda-right img{
        width: 180px;
        height: 180px;
        margin-right: 0.4rem;
    }
    .category2 .dropdown2{
        width: 80%;
        left: 100px;
    }
    .category .dropdown-first{
        left: 160px;
        width: 30%;
    }
}
@media (max-width:1200px) {
    .category .categ{
        font-size: 14px;
    }
    .category2 .dropdown2{
        width: 80%;
        left: 120px;
    }
    nav .category .categ{
        align-items: center;
    }
}
@media (max-width: 900px){
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
    .nav-top h6{
        font-size: 12px;
    }
    .category .dropdown-first{
        left: 110px;
        width: 50%;
    }
    .nav-top ul{
        width: 100%;
    }
    nav .category .categ p{
        font-size: 10px;
    }
}

@media (max-width: 800px){
    .sidebar{
        width: 100%;
    }
    footer h1{
        font-size: 22px;
    }
    footer h2{
        font-size: 16px;
    }
    footer p{
        font-size: 12px;
    }
    footer .footer-left i{
        font-size: 20px;
        margin: 0 8px 0 0;
    }
    .category .categ{
        font-size: 10px;
    }
    .category2 .dropdown2{
        width: 97%;
        left: 10px;
    }
}

@media (max-width: 700px){
    .category .categ{
        font-size: 10px;
    }
    .sidebar{
        width: 100%;
    }
    .category .category-content{
        display: flex;
        width: 90%;
    }
    .category .dropdown-first{
        left: 30px;
        width: 50%;
    }
    .seller-person-img, .brand-logo img{
        width: 70px;
        height: 70px;
    }
    .seller-message-button-big{
        width: 160px;
    }
}
@media (max-width: 570px){
    .nav-top h6{
        font-size: 8px;
    }
    /* .category{
        display: none;
    } */
    .nav-top a h6{
        font-size: 12px;
    }
}
@media (max-width: 400px){
    footer{
        margin: 0 0.5rem;
    }
}