@import url(./assets/fonts/font.css);

@media (max-width: 375px) {
    .main-container{
       max-width: 100%;
        
    }

    .content-page{
        max-width: 90%;
        border-top-left-radius:0px !important;
        border-top-right-radius:0px !important;
    }
    *{
        box-sizing: border-box;
    }


    .heading{
        width: 100% !important;
        max-height: 250px;
        border-radius: 0px;
        margin: 0 !important;
    }

    .heading img{
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
        display: flex;
        border-radius: 0 !important;
        width: 100%;
    }

}

*{
    font-family: "Outfit", sans-serif;
    font-weight: normal;
}

body{
    margin: 0;
    background-color: #f3e5d8;
}

.main-container{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 1440px;
    min-height: 100vh;
}

.main-container .content-page{
    display: block;
    flex-direction: column;
    box-sizing: border-box;
    background-color: hsl(0, 0%, 100%);
    width: 1000px;
    min-height: 600px;
    border-radius: 20px;
    
}

.main-container .content-page .heading{
    width: 90%;
    height: 500px;
    margin: 50px auto;
    border-radius: 20px;
}

.heading img{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    border-radius: 20px;
}

.main-container .content-page .hero{
    width: 90%;
    max-height: fit-content;
    margin: 0 auto;
}

.hero h1 {
    font-weight: 400;
    font-family: "Young Serif", serif;
    color: #000000;
}

.hero p {
    font-size: 16px;
    color: #000000ce;
}

.main-container .prepar{
  
    width: 90%;
    height: 220px;
    max-height: 220px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 15px;
     border-radius: 20px;
     background-color: #fff7fc;
}

.prepar h3{
    font-size: 24px;
    color: hsl(332, 51%, 32%);
    font-weight: bold;
}

.prepar li {
    color: #000000c7;
}

.prepar li b {

    font-weight: bold;
}

.main-container .ingredients{
    width: 90%;
    max-height: fit-content;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    gap: 15px;
}

.ingredients h3{
    font-size: 26px;
    color: hsl(14, 45%, 36%);
    font-family: "Young Serif", serif;
    font-weight: bold;
}

.ingredients li {
    color: #000000c7;
}

.main-container .instructions{
    width: 90%;
    max-height: fit-content;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    gap: 15px;
}

.instructions h3{
    font-size: 26px;
    color: hsl(14, 45%, 36%);
    font-family: "Young Serif", serif;
    font-weight: bold;
}

.instructions li {
    color: #000000c7;
}

.nutrition{
    width: 90%;
    max-height:fit-content;
    display: flex;
    margin: 20px auto;
    flex-direction: column;
    
    
}



.nutrition h3{
    font-size: 26px;
    color: hsl(14, 45%, 36%);
    font-family: "Young Serif", serif;
    font-weight: bold;
}

.nutrition tr {
    display: flex;
    justify-content: space-between;
}

.nutrition tr td {
    font-size: 20px;
    color: hsl(14, 45%, 36%);
    font-family: "Young Serif", serif;
    font-weight: bold;
}

.nutrition tr th , td {
    padding: 10px;
    text-align: left;
    border-bottom:1px solid #0000004f;
    width: 100%;
}