html{
    scroll-behavior: smooth;
}
body{
    background-color: #FAF3E0;
    margin: 0;
}
header{
    width: 97%;
        box-shadow: 0px 10px 30px rgba(0,0,0,0.8);
    border-radius: 5px;
    margin: 25px auto;
    background-color: rgb(141, 95, 39);

}
.NAV{
    justify-content: space-between;
    display: flex;
    padding: 10px 20px;
    color: #fff;
}
.NAV li{
    cursor: pointer;
}
.NAV a{
    text-decoration: none;
    color: #fff;
}
.NAV a:hover{
    filter: brightness(0.5);
}
.NAV p{
    font-size: 37px;
    margin-top: -5px;
}
.navbar{
    display: flex;
    list-style: none;
    gap: 20px;
    text-align: right;
        font-family: "Poiret One",sans-serif;
        font-size: 17px;

}
section{
    text-align: center;

    display: flex;
    justify-content: space-between;
}
.heroleft{
display: flex;
flex-direction: column;
    margin-left:150px ;

}
.heroleft h1{
    font-family: "Marmelad" ,sans-serif;
    font-size: 80px;
    margin-bottom: 0;
    margin-top: 70px;
    color: #fff;
}
.heroleft p{
            font-family: "Poiret One",sans-serif;
font-weight: 500;
color: #fff;
}
button{
    transition: all 0.3s ease;
    cursor: pointer;
}
button:hover{
    transform: scale(1.04);
}
.herobtn{
    border-radius: 20px;
    width: 190px;
        margin-left:10px ;
        padding: 8px 0px;
        text-decoration: none;

        border: 2px solid rgb(82, 47, 3) ;
        background: rgb(82, 47, 3) ;
box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
margin-top: 10px;
color: #fff;

}
.heroright img{
    width: 390px ;
    margin-top: 100px;
    margin-bottom: 0;
    transform: rotate(15deg);
    margin-right: 100px;
}
#menuContainer{
    display: grid;
    padding: 50px;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 20px;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    
}

.croissantsCard{
    width: 220px;
    border-radius: 15px;
    transition: all 0.3s ease;
    flex-direction: column;
    justify-content: space-between;
    color:#fff;
}
.croissantsCard:hover{
    transform: scale(1.03);
}
.inf{
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    flex-grow: 1;
}
.imgCroissants{
    width: 200px;
    height: 200px;
    border-bottom: 1px solid black;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
}
.nameItem{
    margin: 7px 7px 7px 7px;
    font-family: "Poiret One",sans-serif;
    color: #000;
    font-weight: 900;
    font-size: 19px;

white-space: nowrap;
}
.price{
    color: #000;
font-weight: 700;
}
.descr{
    font-family: "Fredoka",sans-serif;
    font-size: 16px;
    flex-wrap: wrap;
    font-weight: 250;
    margin-bottom: 10px;
    flex-grow: 1;
}


.header{
    color: #000;
    font-family: "Marmelad" ,sans-serif;
    grid-column: 1 / -1;
}
.header::after {
    content: "";
    height: 1px;
    width: 190px;
    display: block;
    background-color: rgb(226, 181, 121);
    margin: 10px auto;

}
.footer{
    display: flex;
    justify-content: space-between;
    padding: 35px;
    background-color: rgb(141, 95, 39);
    color: #fff;
}
.navbarF{
    flex-direction: column;
    list-style: none;
}
.navbarF a{
        text-decoration: none;
color: #fff;
}
.navbarF a:hover{
    filter: brightness(0.5);
}
footer{
    text-align: center;
color: #fff;
    background-color: rgb(141, 95, 39);
    padding: 10px;

}
footer p{
    font-size: 20px;
}
#toggleBtn{
    display: none;
}
.hzLine{
    display: none;
}
.pricecontainer{
flex-wrap: wrap;
align-items: flex-start;
margin: 20px;

}
.imgCroissants2{
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.nameItem2{
    color: #000;
  
    font-family: "Montserrat";
}
.descr2{
    color: #000;
    font-family: "Fredoka",sans-serif;
}
.pricecontainer button{
    border-radius: 20px;
    padding: 7px 15px;
    margin-top: 30px;
    border: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.pricecontainer button:hover{
    transform: scale(1.03);
}
.lateral{
  
    background-color: #fff;
    width: 320px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    transform: translateX(960px);
       margin-top: -190px;
       box-shadow: 0px 10px 20px rgba(0,0,0,0.2);

}
.hzLine2{
    height: 1px;
    width: 100%;
    background-color: black;
    margin: 10px;
}
.seperate{
    padding: 50px;
    justify-content: center;
    text-align: left;
    gap: 20px;
}
.qty{
background: transparent;
border: 1px solid black !important;    
border-radius: 0px !important;
}
.btnHolders{
    display: flex;flex-direction: column;}

.cta{
background-color: rgb(255, 174, 75);
color: #fff;
text-decoration: none;
}
.cart{
    border: 2px solid rgb(0, 0, 0) !important;
    background: none;
    text-decoration: none;
}
@media (max-width:768px) {
    #toggleBtn{
        display: block;
            background: local;
border: none;
font-size: 25px;
    }
    .navbar{
        display: none;
    }
    .navbar span{
        display: none;
    }
     .navbar.show{
      display: flex;
      flex-direction: column;
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      background-color: #ececec;
      box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
      border: 1px solid black;
      padding: 35px 20px;
      border-radius: 5px;
z-index: 1;
     }
     .navbar a{
        z-index: 2;
        color: black;
     }
     .hzLine{
        display: block;
        height: 1px;
        width: 100%;
        background-color: black;
     }
     .NAV p{
        display: none;

     }
     .heroleft{
        order: 1;
        margin: 0;

     }
     .heroright{
        order: 2;
     }
     section{
        flex-direction: column;
        display: flex;

     }
     .heroleft h1{
        font-size: 45px;
        text-align: center;
        margin-top: 100px;
     }
     .heroleft p{
        font-size: 10px;
     }
     .herobtn{
        width: 70px;
        padding: 4px 8px;
        font-size: 14px;
     }
     .heroright img{
        width: 240px;
        margin-top: 50px;
        margin-right: 0px;
     }
     #menuContainer{
        text-align: center;
        justify-content: center;
    display: flex;
    padding: 50px;
    gap: 70px;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;



     }
     .croissantsCard{
        width: 220px;
        height: 480px;
     }
     .imgCroissants{
        width: 217px;
     }
     .footer{
flex-direction: column;
display: flex;
     }
     footer p{
        font-size: 17px;
     }
        .pricecontainer{
            flex-direction: column;
            display: flex;
        }
       .imgCroissants2{
        order: 1;
        height: 320px;
       }
       .priceDiv{
            order: 2;

       }
        .lateral{
            transform: translateX(0);
            margin: 20px  auto;
            width: 220px;
        }
    }