*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    width: 100%;
    height: auto;
    background-color: #644F42;
}
nav{
    width: 98%;
    height: 10vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav .burger{
    width: 30px;
    height: 30px;
    display: block;
    display: flex;
    flex-direction: column;
    color: #C09E80;
    gap: 5px;
    background-color: transparent;
    justify-content: center;
    position: fixed;
}
nav .burger span{
    width: 30px;
    border: 1px solid;
    border-radius: 10px; 
}
nav .burger span:nth-child(2){
    width: 20px;
}
nav .burger span:last-child{
    width: 10px;
}
.box{
    width: 100%;
    height: 70vh;
    display: flex;
    font-family: 'Lora';
}
.box .item_1{
    width: 20%;
    height: 90vh;
}
.box .item_1 img{
    width: 90%;
}
.box .item_2{
    width: 60%;
    height: 60vh;
    color: #EABF9A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.box .item_2 h1{
    margin-bottom: 40px;
}
.box .item_2 h2{
    font-style: italic;
}
.box .item_2 img{
    width: 60%;
}
.box .item_2 .img_1{
    width: 50%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box .item_2 .img_1 img{
    width: 40%;
}
.box .item_2 p{
    width: 80%;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
.box .item_3{
    width: 20%;
    height: 90vh;
}
.box .item_3 img{
    width: 90%;
}
.box_2{
    width: 100%;
    height: 115vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.box_2 .item{
    width: 280px;
    height: 450px;
    border: 1.5px solid black;
    border-radius: 10px;
    background: linear-gradient(180deg, #5B4838 15.62%, #896E56 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #EABF9A;
    gap: 6px;
    font-family: 'Lora';
    font-style: italic;
}
.box_2 .item img{
    width: 60%;
    border-radius: 10px;
}
.box_2 .item .img_1{
    width: 90%;
    margin-bottom: 20px;
}
.box_2 .item .img_2{
    width: 90%;
}
.box_2 .item .price{
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.box_2 .item .price img{
    width: 24px;
    height: 24px;
}
.list{
    width: 100%;
    height: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}
.list .box_3{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #EABF9A;
    gap: 10px;
    font-family: 'Lora';
}
.list .box_3 img{
    width: 40%;
}
.list .box_3 p{
    width: 50%;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
.list .box_3 .img_1{
    width: 50%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list .box_3 .img_1 img{
    width: 25%;
}
.list .box_4{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.list .box_4 .item{
    width: 280px;
    height: 450px;
    border: 1.5px solid black;
    border-radius: 10px;
    background: linear-gradient(180deg, #5B4838 15.62%, #896E56 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #EABF9A;
    gap: 6px;
    font-family: 'Lora';
    font-style: italic;
}
.list .box_4 .item img{
    width: 60%;
    border-radius: 10px;
}
.list .box_4 .item .img_1{
    width: 90%;
    margin-bottom: 20px;
}
.list .box_4 .item .img_2{
    width: 90%;
}
.list .box_4 .item .price{
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.list .box_4 .item .price img{
    width: 24px;
    height: 24px;
}
.list .box_4 .item .img_3{
    width: 90%;
    margin-bottom: 80px;
    margin-top: 70px;
}
.list .box_4 .item .img_4{
    width: 70%;
}
.list .box_4 .item .img_5{
    width: 65%;
}
.list .box_4 .item .img_6{
    width: 80%;
}
.list .box_4 .item .img_7{
    width: 50%;
}
.list .box_4 .item .img_8{
    width: 30%;
}
.list .box_4 .item .img_9{
    width: 25%;
}
.list .box_4 .item .img_10{
    width: 35%;
}
.box_5{
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.box_5 img{
    width: 100%;
    height: 80vh;
}
footer{
    width: 100%;
    height: 70vh;
    background-color: #554237;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
footer .logo{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .logo h1{
    margin-bottom: -46px;
    font-family: "Irish Grover";
}
footer .logo img{
    width: 40%;
}
footer .main{
    display: block;
    width: 100%;
    height: auto;
}
footer .main ul{
    list-style: none;
    text-align: center;
    font-family: 'Irish Grover';
    line-height: 27px;
}
footer .main ul li a{
    text-decoration: none;
    color: black;
}
footer .main ul li a:hover{
    color: #C09E80;
}
footer p{
    font-family: 'Roboto';
    letter-spacing: 1px;
    font-size: 12px;
}
@media screen and (min-width: 320px){
    .box{
        height: auto;
    }
    .box .item_1{
        height: auto;
    }
    .box .item_2{
        height: auto;
        gap: 4px;
    }
    .box .item_2 h1{
        margin-bottom: 0;
        font-size: 12px;
    }
    .box .item_2 h2{
        font-style: italic;
        font-size: 12px;
    }
    .box .item_2 .img_1{
        height: auto;
    }
    .box .item_2 p{
        font-size: 8px;
    }
    .box .item_3{
        height: auto;
    }
    .box_2{
        height: auto;
        margin-top: 20px;
    }
    .list .box_3{
        height: auto;
    }
    .list .box_3 h2{
        font-size: 12px;
    }
    .list .box_3 .img_1{
        height: auto;
    }
    .list .box_3 .img_1 img{
        width: 50%;
    }
    .list .box_3 p{
        width: 80%;
        font-size: 12px;
    }
    .list .box_3 img{
        width: 60%;
    }
    .box_4{
        height: auto;
        margin-top: 20px;
    }
    .box_5{
        height: auto;
    }
    .box_5 img{
        height: auto;
    }
    footer .logo{
        height: auto;
        margin-top: 30px;
    }
    footer .logo h1{
        font-size: 150%;
        margin-bottom: -30px;
    }
    footer .logo img{
        width: 66%;
    }
    footer p{
        text-align: center;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 480px){
    .box{
        height: auto;
    }
    .box .item_1{
        height: auto;
    }
    .box .item_2{
        height: auto;
        gap: 4px;
    }
    .box .item_2 h1{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .box .item_2 h2{
        font-style: italic;
        font-size: 16px;
    }
    .box .item_2 .img_1{
        height: auto;
    }
    .box .item_2 p{
        font-size: 14px;
    }
    .box .item_3{
        height: auto;
    }
    .box_2{
        height: auto;
        margin-top: 20px;
    }
    .box_3{
        height: auto;
        justify-content: unset;
        gap: 4px;
        margin-top: 40px;
    }
    .list .box_3 p{
        width: 80%;
        font-size: 16px;
    }
    .list .box_3 h2{
        font-size: 16px;
    }
    .list .box_3 img{
        width: 70%;
    }
    .list .box_3 .img_1{
        height: auto;
    }
    .list .box_3 .img_1 img{
        width: 50%;
    }
    .box_4{
        height: auto;
        margin-top: 20px;
    }
    .box_5{
        height: auto;
    }
    .box_5 img{
        height: auto;
    }
    footer{
        height: auto;
    }
    footer .logo{
        height: auto;
        margin-top: 30px;
    }
    footer .logo h1{
        font-size: 150%;
        margin-bottom: -30px;
    }
    footer .logo img{
        width: 50%;
    }
    footer .main ul li a{
        font-size: 10px;
    }
    footer p{
        text-align: center;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 768px){
    .box .item_2 h1{
        font-size: 20px;
    }
    .list .box_3 h2{
        font-size: 16px;
    }
    .list .box_3 .img_1 img{
        width: 30%;
    }
    .list .box_3 p{
        font-size: 16px;
    }
    .list .box_3 img{
        width: 42%;
    }
    footer{
        height: auto;
    }
    footer .logo img{
        width: 32%;
    }
    footer .main ul li a{
        font-size: 10px;
    }
    footer p{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1024px){
    .box .item_2 h1{
        font-size: 20px;
        margin-bottom: 100px;
    }
    .box_3{
        margin-top: 100px;
    }
    footer{
        height: auto;
    }
    footer .logo img{
        width: 23%;
    }
    footer .main ul li a{
        font-size: 14px;
    }
    footer p{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1200px){
    .box .item_2 h1{
        font-size: 24px;
        margin-bottom: 82px;
    }
    .box .item_2 h2{
        font-size: 20px;
    }
    .box .item_2 .img_1{
        width: 70%;
    }
    .box .item_2 p{
        font-size: 18px;
    }
    .box .item_2 img{
        width: 52%;
    }
    .list{
        margin-top: 20px;
    }
    .list .box_3{
        margin-top: 100px;
    }
    .list .box_3 p{
        width: 80%;
        font-size: 18px;
    }
    .list .box_3 h2{
        font-size: 18px;
    }
    .list .box_3 img{
        width: 40%;
    }
    .list .box_3 .img_1{
        height: auto;
    }
    .list .box_3 .img_1 img{
        width: 30%;
    }
    footer .logo img{
        width: 23%;
    }
    footer .logo h1{
        margin-bottom: -33px;
    }
    footer .main ul li a{
        font-size: 18px;
    }
}