* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.ban {
    width: 100%;
    height: 100vh;
    background-image: url(./banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* middler */
.rap2 {
    width: 100%;
    height: auto;
    /* background: linear-gradient(to right, red, black); */
    /* text-align: center; */
}

.rap2 h5 {
    font-size: 10vh;
    background-color: antiquewhite;
    color: brown;
    text-align: center;
}

.social2 {
    width: 70%;
    margin: auto;
    display: grid;
}

.social2 h6 {
    /* border: 2px solid white; */
    color: green;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
}

.social2 p {
    color: green;
    text-align: center;
}

/* footer */
.foot4 {
    width: 100%;
    height: 100%;
    background-color: white;
}

.footrap4 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;

}

.fashionwear4 {
    border: 2px solid rgb(119, 156, 110);
    border-radius: 20px;
    padding: 20px;

}

.fashionwear4 h2 {
    background-color: rgb(136, 162, 133);
    text-align: center;
    text-transform: capitalize;

}