html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("../Images/Body-BackgroundImage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    max-width: 100%;
    min-height: 100vh;


}


.logo_title{
    justify-content: space-evenly;
    display: flex;


}

.logo_title img{
    display: flex;
    width: 60px;
    height: 50px;
    margin-top: 10px;
}


.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    font-family: courier, monospace;
    background-size: cover;
    letter-spacing: 3px;
}

.heading:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(66, 55, 55);
    transition: 0.5s;
}

.heading:hover .search {
    background-color: rgba(66, 55, 55, 0.06);
}

.heading:hover .search button {
    background: rgb(66, 55, 55);
    color: rgb(255, 255, 255);
}


.heading:hover .women {
    background-color: transparent;
    color: rgb(66, 55, 55);
}

.heading:hover .men {
    background-color: transparent;
    color: rgb(66, 55, 55);
}

.heading:hover .home {
    background-color: transparent;
    color: rgb(66, 55, 55);
}



.search {
    display: flex;
    gap: 8px;
    color: rgb(66, 55, 55);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 6px 10px;
    border-radius: 999px;
    border-color: rgb(255,255,255);
    padding: 20px, 10px;
    align-items: right;
}

.search input {
    padding: 8px 12px;
    background: transparent;
    color: rgb(66, 55, 55);
    font-family: courier, monospace;
    font-size: 14px;
    outline-color: transparent;
    border: none;
}

.search button {
    padding: 8px 14px;
    background: rgb(255, 255, 255);
    color: rgb(66, 55, 55);
    border: none;
    border-radius: 999px;
    font-family: courier, monospace;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.08s;
}

.search button:active {
    transform: scale(0.98);
    background-color: rgb(113, 96, 96);
}

.search button:hover {
    background-color: rgb(129, 116, 116) !important;
}

.navigation {
    display: flex;
    gap: 0px;
    align-items: center;
}

.navigation a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    color: inherit;
    border: 2px solid transparent;
    text-decoration: none;
    border-radius: 6px;
    transition: transform 0.12s, background-color 0.12s;
}

.navigation a:hover {
    transform: scale(1.02);
    text-decoration: underline 2px rgb(66, 55, 55);
}

.home {
    padding: 10px 20px;
    background-color: transparent;
    color: rgb(255,255,255);
    border: 2px solid transparent;
    border-radius: 6px;
    font-family: courier, monospace;
    cursor: pointer;
}

.home:hover {
    background-color: transparent;
    transform: scale(1.02);
    text-decoration: underline 2px rgb(66, 55, 55);
}

.women {
    padding: 10px 20px;
    background-color: transparent;
    color: rgb(255,255,255);
    border: 2px solid transparent;
    border-radius: 6px;
    font-family: courier, monospace;
    cursor: pointer;
}

.women:hover {
    background-color: transparent;
    transform: scale(1.02);
    text-decoration: underline 2px rgb(66, 55, 55);
}

.men {
    padding: 10px 20px;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 2px solid transparent;
    font-family: courier, monospace;
    cursor: pointer;

}

.kids:hover {
    background-color: transparent;
    transform: scale(1.02);
    text-decoration: underline 2px rgb(66, 55, 55);
}

.kids {
    padding: 10px 20px;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 2px solid transparent;
    font-family: courier, monospace;
    cursor: pointer;

}

.kids:hover {
    background-color: transparent;
    transform: scale(1.02);
    text-decoration: underline 2px rgb(66, 55, 55);
}

.men:focus,
.women:focus,
.home:focus,
.kids:focus,
.search input:focus {
    outline: none;
    box-shadow: none;
}

.T-shirts h2 {
    text-align: center;
    color: rgb(66, 55, 55);
    background-color: rgb(255, 255, 255);
    font-family: courier, monospace;
}

.Jeans h2 {
    text-align: center;
    color: rgb(66, 55, 55);
    background-color: rgb(255, 255, 255);
    font-family: courier, monospace;
}

.Joggers h2 {
    text-align: center;
    color: rgb(66, 55, 55);
    background-color: rgb(255, 255, 255);
    font-family: courier, monospace;
}

.Jumpers-Hoodies h2 {
    text-align: center;
    color: rgb(66, 55, 55);
    background-color: rgb(255, 255, 255);
    font-family: courier, monospace;
}

.leggings h2 {
    text-align: center;
    color: rgb(66, 55, 55);
    background-color: rgb(255, 255, 255);
    font-family: courier, monospace;
}

.pjs h2 {
    text-align: center;
    color: rgb(66, 55, 55);
    background-color: rgb(255, 255, 255);
    font-family: courier, monospace;
}

.info{
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: courier, monospace;
}

.clothes-img {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 8px;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
}

.img-1 {
    position: absolute;
}

.img-1:hover{
    transform: scale(1.05);
    transition: 0.3s;
    opacity: 0;
}


.clothes-img img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.clothes-img h2 {
    margin-left: 125px;
    color: rgb(66, 55, 55);
    text-align: left;
    font-size: 1.4rem;
}

.clothes-img2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 8px;
    padding: 12px;
    box-sizing: border-box;

}

.clothes-img2 img:hover{
    transform: scale(1.05);
    transition: 0.3s;
}


.clothes-img2 img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.clothes-img2 h2 {
    color: rgb(66, 55, 55);
    text-align: center;
    font-size: 1.4rem;
}

.clothes-img3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 8px;
    padding: 12px;
    box-sizing: border-box;

}

.clothes-img3 img:hover{
    transform: scale(1.05);
    transition: 0.3s;
}


.clothes-img3 img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.clothes-img3 h2 {
    color: rgb(66, 55, 55);
    text-align: center;
    font-size: 1.4rem;
}

.clothes-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-color: rgb(255,255,255);
}

.clothes-img {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 8px;
    padding: 12px;
    box-sizing: border-box;

}

.dropdown-men {
    display: none;
    color: rgb(66, 55, 55);
    padding: 12px 16px;
    text-decoration: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    min-width: 160px;
    flex-direction: column;
}

.Men-section:hover .dropdown-men{
    background-color: rgb(255, 255, 255);
    color: rgb(66, 55, 55);  
    display: flex;
} 

.dropdown-Women {
    display: none;
    color: rgb(66, 55, 55);
    padding: 12px 16px;
    text-decoration: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    min-width: 160px;
    flex-direction: column;
}

.Women-section:hover .dropdown-Women{
    background-color: rgb(255, 255, 255);
    color: rgb(66, 55, 55);  
    display: flex;
} 

.dropdown-kids {
    display: none;
    color: rgb(66, 55, 55);
    padding: 12px 16px;
    text-decoration: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    min-width: 160px;
    flex-direction: column;
}

.Kids-section:hover .dropdown-kids{
    background-color: rgb(255, 255, 255);
    color: rgb(66, 55, 55);  
    display: flex;
} 

@media (max-width: 700px) {
    body {
        overflow-x: hidden;
    }

    .heading {
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px 12px 12px;
        box-sizing: border-box;
    }

    .logo_title {
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 100%;
        gap: 10px;
    }

    .logo_title img {
        width: 44px;
        height: 38px;
        margin-top: 0;
    }

    .logo_title h1 {
        margin: 0;
        font-size: clamp(1rem, 5vw, 1.35rem);
        letter-spacing: 1px;
    }

    .navigation {
        flex: 1 1 100%;
        justify-content: space-between;
        gap: 2px;
    }

    .navigation a {
        padding: 8px 7px;
        font-size: 0.85rem;
    }

    .search {
        flex: 1 1 100%;
        padding: 5px 8px;
    }

    .search form {
        display: flex;
        width: 100%;
    }

    .search input {
        min-width: 0;
        flex: 1;
    }

    .info {
        padding: 0 16px;
        font-size: 0.95rem;
    }

    .clothes-section {
        gap: 12px;
        padding: 12px;
    }

    .clothes-img,
    .clothes-img2,
    .clothes-img3 {
        width: 100%;
        align-items: center;
        padding: 8px;
    }

    .clothes-img img,
    .clothes-img2 img,
    .clothes-img3 img {
        width: min(400px, 100%);
        height: auto;
        aspect-ratio: 1;
    }

    .clothes-img h2,
    .clothes-img2 h2,
    .clothes-img3 h2 {
        margin-left: 0;
        font-size: 1.1rem;
    }

    .dropdown-men,
    .dropdown-Women,
    .dropdown-kids {
        min-width: 130px;
        padding: 8px;
        z-index: 2;
    }
}

