/* common css */
*{
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
h1{
    font-weight: 600;
    font-size: 50px;
    color: #AB0505;
}
h2{
    font-weight: 500;
    font-size: 50px;
    color: black;
    text-align: center;
}
h3{
    font-weight: 500;
    font-size: 35px;
    color: black;
}
p{
    font-size: 20px;
    color: black;
}
button{
    background-color: #FF6B2C;
    color: white;
    font-weight: 500;
    font-size: 32px;
    border-radius: 30PX;
    padding: 20px 60px;
    border: none;
}
button:hover{
    color: #FF6B2C;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.611);
    scale: 1.05 !important;
    border: 2px solid #FF6B2C;
}
/* common css */
/* nav bar */
.nav{
    margin-top: 17px;
    height: 130px;
    display: flex;
    justify-content: space-between;
}
.i{
    display: flex;
}
.nav ul{
    display: flex;
    margin-top: 31px;
    margin-bottom: 0;
}
.nbtn{
    width: 112px;
    height: 86px;
    text-align: center;
}
.nbtn:hover{
    scale: 1.03;
}
.nbtn h4{
    font-size: 32px;
    color: #797575;
}
.nbtn h4:hover{
    color: #FF6624;
}
.phone{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82px;
    width: 330px;
    border-radius: 20px;
    background-color: #FF6624;
    color: white;
    font-weight: 500;
    font-size: 32px;
    margin: 25px 0 0 30px;
    cursor: pointer;
}
.phone:hover{
    color: #FF6624;
    background-color: white;
    scale: 1.05;
    border: 2px solid #FF6624;
}
.logo{
    margin: 45px 0 0 20px;
    color: #A79D9D;
    font-weight: 500;
    font-size: 32px;
    height: 40px;
    width: 70px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
/* nav bar */
/* header */
header{
    background-image: url("/Images/Header.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 770px;
}
.ii{
    padding: 275px 0 160px 50px;
}
.ii button{
    margin-left: 105px;
}
.ii p{
    padding: 25px 0 60px 0px;
    text-align: center;
    font-size: 25px;
}
/* header */
/* <!-- Teste of food --> */
.iv{
    display: flex;
    font-size: 17px;
    height: 140px;
    gap: 20px;
    padding: 14px 16px;
    border-radius: 10px;
}
.iv:hover{
background-color: #FF7F48;
scale: 1.03;
}
.iv p{
    font-size: 17px;
}
#i h2{
    margin: 77px 0 77px 0;
}
#i button{
    margin:108px 0 40px 520px !important;
}
.iii{
    height: 4px;
    width: 741px;
    border: 2px solid black;
    margin: auto;
}
/* <!-- Teste of food --> */
/* Recipes */
#ii h2{
    margin: 77px 0 77px 0;
}
#ii img{
    width: 108%;
}
#ii img:hover{
    cursor: pointer;
    border: 3px solid #747474;
}
#ii button{
    margin:108px 0 40px 520px !important;
}
/* Recipes */
/* Blog */
.dot{
    margin:25px 0 60px 590px;
    display: flex;
    gap: 20px;
}
.v{
    display: flex;
    height: 244px;
    gap: 20px;
    margin-left: 230px;
}
.vi{
    margin-top: 50px;
    width: 595px;
}
#iii button{
    margin:108px 0 40px 520px !important;
}
.vector img:nth-child(1){
    position: absolute;
    left: 470px;
    top: 2670px;
}
.vector img:nth-child(2){
    position: absolute;
    right: 625px;
    top: 2920px;
}
.vector img:nth-child(3){
    position: absolute;
    left: 150px;
    top: 2815px;
}
.vector img:nth-child(4){
    position: absolute;
    right: 150px;
    top: 2815px;
}
/* Blog */
/* footer */
footer{
    background-color: #FF6624;
}
.logo-2{
    color: white !important;
    font-size: 20px;
    display: flex;
    gap: 30px;
    padding:40px 0 140px 0;
}
.vii h4{
    color: white !important;
    font-size: 40px;
    font-weight: 400;
}
.vii p{
    color: white !important;
}

/* footer */