body{
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
}

/* ANIMATION */
.header{
    background: linear-gradient(to right, black 50%, yellow 50%);
    z-index: 1000;
    transition: left 0.7s ease-in-out;
}

.second{
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

/* ANIMATION */




/* FIRST PAGE */

.header{
    background-image: url(IMAGES/bed.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0.5rem;
}

.image{
    display: flex;
    align-items: center;
}
.image a{
    text-decoration: none;
    font-size: 2em;
    font-weight: bolder;
    color: white;
    margin-left: 10px;
    letter-spacing: 1.5px;
}
.head{
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.one{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 3rem;
}
.two{
    display: flex;
    gap: 5rem;
    align-items: center;
}
.sidebar li{
    display: inline;
    margin-right: 25px;
}
.sidebar a{
    text-decoration: none;
    color: white;
    font-weight: 200;
    letter-spacing: 1.5px;
}
.sidebar a:hover{
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 2px solid orangered;
    transition: 0.3s ease; 
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.two input{
    padding: 12px 16px;
    font-size: 16px;
    color: #070707;
    background-color: white;
    border: none;
    border-radius: 10px;
    background-origin: border-box;

}


.svg{
    letter-spacing: 15px;
}
.header hr{
    border: 0.3px solid white;
}

.four{
    width: 70%;
    margin: auto;
    padding-top: 25rem;
    padding-bottom: 25rem;
}
.four h5{
    font-size: 1.1em;
    font-weight: 700;
    color: white;
    letter-spacing: 1.5px;
}
.four h1{
    font-size: 4em;
    font-weight: 700;
    color: white;
    letter-spacing: 1.5px;
}
.four a{
    text-decoration: none;
    padding: 10px 40px 10px 40px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    background-color: rgb(255, 179, 0);
    border-radius: 5px;
    color: black;
    transition: 0.3s ease;
}
.four a:hover{
    background-color: rgb(255, 219, 102);
    transition: 0.3s ease;
    color: white;
}
.four span{
    margin-left: 10px;
    align-self: center;
}

/* SECOND PAGE */

.container{
    width: 70%;
    margin: auto;
}
.grid{
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    height: 700px;
    padding-bottom: 10rem;
}
.grid a{
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 500;
    color: black;
}
.item1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(IMAGES/desk.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    grid-row-start: 1;
    grid-row-end: 4;
    padding: 20px;
    letter-spacing: 1.5px;
}
.item2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(IMAGES/armchair.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    grid-row-start: 1;
    grid-row-end: 3;
    padding: 20px;
    letter-spacing: 1.5px;
}
.item3{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(IMAGES/stand.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 20px;
    letter-spacing: 1.5px;
}

.new{
    margin-top: 90px;
    text-align: center;
}
.new h5{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.new h2{
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.new hr{
    width: 5%;
    border: 1px solid orangered;
}


/* THIRD PAGE */

.third-container{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
    align-items: center;
}
.third-container #img{
    width: 100%;
}
.third-container h5{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.third-container p{
    font-size: 1.5em;
    color: gray;
    font-weight: 400;
}

.button{
    margin-top: 80px;
    text-align: center;
    margin-bottom: 80px;
}

.button a{
    text-decoration: none;
    padding: 10px 50px 10px 50px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    background-color: rgb(255, 179, 0);
    border-radius: 5px;
    color: black;
    transition: 0.3s ease;
}
.button a:hover{
    background-color: rgb(255, 219, 102);
    transition: 0.3s ease;
    color: white;
}

/* FORTH PAGE */

.collection{
    width: 80%;
    margin: auto;
}

.five{
    text-align: center;
}
.five h3{
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.five p{
    font-size: 1.3em;
    color: rgb(81, 80, 80);
    font-weight: 400;
    letter-spacing: 1px;
}
.featured{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
    text-align: center;
}
.featured #img{
    width: 100%;
}
.featured h4{
    font-size: 20px;
    letter-spacing: 1px;
}

/* FIFTH PAGE */
.forth{
    background-image: url(IMAGES/background\ 2-2-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.forth h5{
    font-size: 12px;
    font-weight: 700;
    color: white;
    letter-spacing: 1.5px;
}
.forth h3{
    font-size: 30px;
    font-weight: 600;
    color: white;
    letter-spacing: 1.5px;
}
.forth hr{
    border: 1px solid white;
}
.future button{
    padding: 15px 30px 15px 30px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.future button:hover{
    background-color: rgb(255, 219, 102);
}
.neo{
    width: 70%;
    margin: auto;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.future{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fifth{
    background-image: url(IMAGES/background\ 3-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fifth h5{
    font-size: 12px;
    font-weight: 700;
    color: white;
    letter-spacing: 1.5px;
}
.fifth h3{
    font-size: 30px;
    font-weight: 600;
    color: white;
    letter-spacing: 1.5px;
}
.fifth hr{
    border: 1px solid white;
}
.home button{
    padding: 15px 30px 15px 30px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.home button:hover{
    background-color: rgb(255, 219, 102);
}
.rustic{
    width: 70%;
    margin: auto;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.home{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* SIXTH PAGE */

.sixth{
    width: 70%;
    margin: auto;
    margin-top: 70px;
}
.sixth h6{
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: gray;
}
.keep{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sixth h3{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.sixth p{
    font-size: 1.3em;
    color: gray;
    font-weight: 400;
}

.go{
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
}
.go #img{
    width: 100%;
}
.go h4{
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.go a{
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: black;
}


/* SEVENTH PAGE */

.seventh{
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url(IMAGES/background4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.seventh h1{
    font-size: 70px;
    font-weight: 700;
    color: white;
    letter-spacing: 1.5px;
}
.seventh a{
    text-decoration: none;
    padding: 10px 50px 10px 50px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    background-color: rgb(255, 179, 0);
    border-radius: 5px;
    color: black;
    transition: 0.3s ease;
}
.seventh a:hover{
    background-color: rgb(255, 219, 102);
    transition: 0.3s ease;
}

/* LAST PAGE */


.foot{
    display: flex;
    align-items: center;
}
.foot #img{
    width: 25px;
}
.foot h2{
    margin-left: 10px;
    letter-spacing: 1.5px;
}
.eight .don{
    letter-spacing: 1rem;
}
.eight{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.last{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.last h3{
    font-weight: 600;
    letter-spacing: 1.5px;
}
.last p{
    color: gray;
    letter-spacing: 1.5px;
}
.footer hr{
    border: 0.3px thin black;
}
.copy{
    text-align: center;
    color: gray;
    font-size: 15px;
    font-weight: 500;
    padding-top: 2rem;
    padding-bottom: 2rem;
    letter-spacing: 1px;
}



/* RESPONSIVENESS */
@media (max-width: 992px){
    .sidebar{
        display: none;
    }
    .two{
        display: none;
    }
    .three{
        display: none;
    }
    .svg{
        display: none;
    }
    .sidebar a{
        font-size: 2em;
        font-weight: 600;
    }
    .image a{
        font-size: 2.5em;
        font-weight: 900;
    }

    .four{
        width: 90%;
        margin: auto;
        line-height: 3rem;
    }
    
    .four a{
        text-decoration: none;
        padding: 10px 30px 10px 30px;
        border: none;
        background-color: rgb(255, 179, 0);
        border-radius: 5px;
        color: black;
        transition: 0.3s ease;
    }
    .four a:hover{
        background-color: rgb(255, 219, 102);
        color: white;
        transition: 0.3s ease;
    }
    .header hr{
        border: 0.2px solid white;
    }

    /* SECOND PAGE */

    .container{
        width: 90%;
        margin: auto;
    }
    .grid{
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .item1{
        height: 400px;
    }
    .item2{
        height: 400px;
    }
    .item3{
        height: 400px;
    }

    .new{
        text-align: center;
        padding-bottom: 3rem;
    }
    .new h5{
        letter-spacing: 2px;
    }
    .new h2{
        letter-spacing: 1.5px;
    }
    .new hr{
        width: 10%;
    }

    .third-container{
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 4rem;
    }
    

    /* THIRD PAGE */

    .third{
        width: 90%;
        margin: auto;
    }
    .collection{
        text-align: center;
    }
    .five h3{
        letter-spacing: 2px;
    }
    
    .featured{
        display: flex;
        flex-direction: column;
    }

    /* FORTH PAGE */

    .neo{
        width: 90%;
        margin: auto;
        padding-bottom: 30px;
    }
    .future{
        display: flex;
        flex-direction: column;
    }

    .rustic{
        width: 90%;
        margin: auto;
        padding-bottom: 30px;
    }
    .home{
        display: flex;
        flex-direction: column;
    }

    /* FIFTH PAGE */

    .sixth{
        width: 90%;
        margin: auto;
        padding-top: 5rem;
    }
    .keep{
        display: inline;
    }
    

    .go{
        display: flex;
        flex-direction: column;
    }

    /* SEVENTH PAGE */
    .seventh{
        padding-top: 5rem;
    }
    

    /* LAST PAGE */

    .last{
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    /* HAMBURGER MENU */
    .hamburger{
        display: block;

    }

    .header .sidebar{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 85px;
        right: 0;
        left: 0;
        height: auto;
        width: 100%;
        background-color: rgb(55, 54, 54);
        text-align: justify;
        overflow: hidden;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .sidebar li{
        display: flex;
        line-height: 6rem;
    }
    
    .header.active .hamburger:nth-child(1) {
        transform: rotate(360deg) translateY(5px);
    }
    
    .header.active .hamburger:nth-child(3) {
        transform: rotate(-360deg) translateY(-5px);
    }
    


}



@media(min-width: 993px) and (max-width: 4000px) {
    .hamburger{
        display: none;
    }
    
}
