* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* middle */
.midf {
    width: 100%;
    /* height: auto; */
    background: linear-gradient(to right, red, black);
}

.midf h3 {
    font-size: 70px; 
    color: white;
}

.midrapf {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    
}

.fashionwear img {
    width: 100%;
    height: 100%;
}

.fashionwear {
    background-color: rgba(11, 75, 55, 0.6); 
    border-radius: 15px;
    height: 80%;
    width: 100%;
}

.fashionwear h4 {
    background-color: rgba(11, 149, 105, 0.6);
    text-align: center;
    text-transform: capitalize;
    color: aliceblue;

}

.fashionwear p {
    color: aliceblue;
    text-align: center;
}

/* footer */
.foot1 {
    width: 100%;
    height: 30vh;
    /* background: linear-grdient(to right, black, red); */
    border-top: 5px solid white;
}

.footrap1 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 50px;
}



