*{
    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: 80vh;
    display: flex;
    font-family: 'Lora';
}
.box .item_1{
    width: 30%;
    height: 50vh;
}
.box .item_1 img{
    width: 100%;
}
.box .item_2{
    width: 60%;
    height: 50vh;
    color: #EABF9A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.box .item_2 img{
    width: 70%;
}
.box .item_2 p{
    width: 100%;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
.box .item_2 img:last-child{
    transform: rotateX(180deg);
}
.box .item_3{
    width: 30%;
    height: 50vh;
    transform: rotateY(-180deg);
}
.box .item_3 img{
    width: 100%;
}
.catalog{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.catalog .item{
    width: 280px;
    height: 400px;
    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;
}
.catalog .item img{
    width: 60%;
    border-radius: 10px;
}
.catalog .item .price{
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.catalog .item .price img{
    width: 24px;
    height: 24px;
}
.catalog .item .img_1{
    width: 80%;
    margin-top: 60px;
}
.catalog .item_4{
    gap: 40px;
}
.catalog .item_4 .p_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.catalog .item_5{
    gap: 30px;
}
.catalog .item_5 .img_2{
    width: 80%;
    margin-top: 20px;
}
.catalog .item_5 .p_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catalog .item .img_3{
    width: 70%;
}
.catalog .item .img_4{
    width: 80%;
}
.catalog .item_6{
    gap: 50px;
}
.catalog .item_6 .p_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catalog .item_6 .img_5{
    width: 80%;
    margin-top: 40px;
}
.catalog .item .img_6{
    width: 40%;
}
.catalog .item_7{
    gap: 70px;
}
.catalog .item_7 .img_7{
    width: 80%;
    margin-top: 50px;
}
.catalog .item_7 .p_3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catalog .item .img_8{
    width: 70%;
}
.catalog .item .img_9{
    width: 80%;
}
.catalog .item .img_10{
    width: 75%;
}
.catalog .item .img_11{
    width: 45%;
}
.catalog .item .img_12{
    width: 50%;
}
.catalog .item_8{
    gap: 70px;
}
.catalog .item_8 .img_13{
    width: 80%;
    margin-top: 75px;
}
.catalog .item_8 .p_3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}.catalog .item_9 .img_8{
    width: 80%;
    margin-bottom: 20px;
    margin-top: 50px;
}
.catalog .item_9{
    gap: 20px;
}
.catalog .item_9 .img_7{
    width: 75%;
}
.catalog .item_9 .p_3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.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 .img_1{
        height: auto;
    }
    .box .item_2 p{
        font-size: 8px;
    }
    .box .item_3{
        height: auto;
    }
    .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;
    }
}
@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 .img_1{
        height: auto;
    }
    .box .item_2 p{
        font-size: 12px;
    }
    .box .item_3{
        height: auto;
    }
    .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;
    }
    .box .item_2 p{
        font-size: 14px;
    }
    footer .logo img{
        width: 32%;
    }
    footer .main ul li a{
        font-size: 12px;
    }
}
@media screen and (min-width: 1024px){
    .box .item_2 h1{
        font-size: 20px;
    }
    .box .item_2 p{
        font-size: 16px;
    }
    footer .logo img{
        width: 23%;
    }
    footer .main ul li a{
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px){
    .box .item_2 h1{
        font-size: 24px;
    }
    .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%;
    }
    footer .logo img{
        width: 23%;
    }
    footer .logo h1{
        margin-bottom: -33px;
    }
    footer .main ul li a{
        font-size: 18px;
    }
}