@import url(/main.css);


.main-image {

    width: 100%;
    height: 20rem;
    position: absolute;
    object-fit: cover;
    margin-top: 3rem;
    border-radius: 0.4rem;
    left: 0.2rem;
    right: 0.7rem;

    
}

.container-img {

    position: relative;
    padding: 1rem;
}

.primary {
    padding: 1rem 1.4rem;
    font-size: 1rem;
    position: absolute;
    top: 15rem;
    left: 41rem;
}

.card-container{

    margin-top: 25rem;
    display: flex;
    justify-content: space-around;
}

.men-card, .women-card, .kids-card, .best-card {

    background-color: var(--secondary-color);
    width: 15rem;
    border-radius: 0.5rem;
    padding: 0.5rem 0rem;
    height: 34vh;
    box-shadow: 10px 8px 8px var(--primary-color);
    margin-bottom: 5rem;
    cursor: pointer;
}

.men-card:hover, .women-card:hover, .kids-card:hover, .best-card:hover{

    transform: scale(1.05);
}

.img-card {

    width: 15rem;
    height: auto;
    object-fit: cover;  
}

.adjust {

    height: 29vh;
}

.card-heading {

    text-align: center;
    color: var(--color-white);
    font-weight: bold;
}

.sub-heading {

    position: relative;
    margin-top: 0.3rem;
}

.h2 {

position: absolute;
top: 22rem;
left: 3rem;
text-decoration: underline var(--secondary-color);

}

