*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

header{
    height: 800px;
    width: 100%;
}

.row1{
    height: 500px;
    width: 100%;
}

.row1::after {
    content: "";
    display: table;
    clear: both;
}

.col1{
    height: 500px;
    width: 60%;
    float: left;
    background-image: url(furnit1.jpg);
    background-size: cover;
    background-position: center;
    color: whitesmoke;
}

.col2{
    height: 500px;
    width: 40%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col2 h1{
    font-size: 40px;
    text-align: center;
}

.col2 p{
    font-size: 15px;
    text-align: center;
    color: rgb(82, 81, 81);
    padding-top: 50px;
    position: relative;
}
.shop-now {
    font-size: 20px;
    color: rgb(79, 78, 78);
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    margin-top: 30px;
}
.col1 h1{
    font-size: 25px;
    text-transform: lowercase;
    margin-top: 5px;
    top: 13px;
    position: relative;
}

ol li{
    display: inline;
    font-size: 20px;
    padding: 5%;
    text-transform: lowercase;
    top: 30px;
    position: relative;
}

ol li a{
    color: whitesmoke;
    text-decoration: none;
}

ol li a:hover{
    border-radius: 5px;
    color: black;
    padding: 0%;
}

.row2{
    height: 300px;
    width: 100%;
    display: flex;
}

.col3, .col4, .col5 {
  padding: 10px;
  height: 300px;
  width: calc(100% /3);
}

.col3 img, .col5 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.col4 p{
    top: 10%;
    position: relative;
    color: rgb(82, 81, 81);
    text-align: justify;
    font-size: 15px;
}
.col4 pre{
    top: 10px;
    position: relative;
}