*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Itim' , sans-serif ;
    

}
html{
    background-color: #F3F7F0;
}
body{
    height: 200vh;
}
.navbar {
    display: flex;
    justify-content: center;
    align-items: center; /* Optional: จัดให้รายการเมนูอยู่ตรงกลางในแนวตั้ง */
    width: 100%;
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* เพิ่มเงาด้านล่าง */
    font-size: 1.5em;
    
}
.navbar .SueKhong {
    width: 5em;
    height: auto;
    max-width: none;
    max-height: none; 
}

.navbar .SueKhong img {
    max-width: 100%;
    max-height: 100%;
    margin-left: 1em;
    margin-top: 1em;
    margin-right: 2em;
}

.nav-link{
    margin-right: 1.75em;
    margin-left: 1.75em;
    color:#333;
    text-transform: uppercase;
}
.nav-item #home{
    margin-left: 1em;
}

.nav-item #userlogo{
    margin-left: 10em;
}

.nav-item #user{
    margin-left: 0.1em;
    margin-right: 1em;
}

.search{
    height: 2.5em;
    width: 15vw;
    border-radius: 60px;
    outline: none;
    border: 1px solid black;
    margin-right: -3em;
    margin-left: 0;
}


.btn0{
    height:  2.5em;
    width: 6vw;
    outline: none;
    background-color: #A72608;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 60px;
    margin-right: 2em;
}

.search::placeholder {
    text-align: center; /* จัดข้อความใน placeholder ให้อยู่ตรงกลาง */
  }
.d-flex img{
    width: 2em;
    height: 2em;
    position: absolute;
    margin-top: 0.4em;
    margin-left: 0.5em;
    cursor: pointer;
}

.nav-item img{
    width: 2em;
    margin-left: 10px;
    margin-right: 10px;
}

.main{
    display: flex;
    align-items: center;
    background: url(./Picture/Mainsection.png)no-repeat;
    background-size: cover ;
    height: 89.945vh;
    width: 99.1vw;
}

.main .container{
    padding-top: 8em;
    display: flex;
}
.main h1{
    font-size: 4rem;
    font-weight: 700;
}

.btn1{
    height: 45px;
    width: 35%;
    border: none;
    outline: none;
    background-color:#A72608 ;
    color: white;
    font-weight: 500;
    border-radius: 60px;
}

#logoFood{
    display: flex;
    justify-content: center;
}

#MeatCircle{
    border: 1px solid #C2462E;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #C2462E;
    position: absolute;
    margin-top:  125px;
    margin-left: 150px;
}

#VegCircle{
    border: 1px solid #3C5949;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #3C5949;
    position: absolute;
    margin-top: 125px;
    margin-left: 150px;
}

#FruitCircle{
    border: 1px solid #F9A63A;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #F9A63A;
    position: absolute;
    margin-top: 125px;
    margin-left: 150px;
}

#MeatText{
    font-size: 24px;
    font-weight: bold;
    margin-top: -120px;
    margin-left: 220px;
}

#VegText {
    font-size: 24px;
    font-weight: bold;
    margin-top: -120px;
    margin-left: 180px
}

#FruitText{
    font-size: 24px;
    font-weight: bold;
    margin-top: -120px;
    margin-left: 220px;
}

#card-meat:hover{
    box-shadow: 1px 0px 24px -4px rgba(181,133,133,0.75);
    -webkit-box-shadow: 1px 0px 24px -4px rgba(181,133,133,0.75);
    -moz-box-shadow: 1px 0px 24px -4px rgba(181,133,133,0.75);
    transition: 0.5s ease all;
}

#card-veg:hover{
    box-shadow: 1px 0px 24px 1px rgba(157,173,152,1);
    -webkit-box-shadow: 1px 0px 24px 1px rgba(157,173,152,1);
    -moz-box-shadow: 1px 0px 24px 1px rgba(157,173,152,1);
}

#card-fruit:hover{
    box-shadow: 1px 0px 24px 1px rgba(248,204,148,1);
    -webkit-box-shadow: 1px 0px 24px 1px rgba(248,204,148,1);
    -moz-box-shadow: 1px 0px 24px 1px rgba(248,204,148,1);
}

.card{
    transition: 0.5s ease all;
}

.lastsection{
    background: url(./Picture/lastsection.jpg)no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
}

.lastsection .container{
    padding-top: 7em;
}

#LastSectionText{
    font-family: 'Merienda', cursive;
    color: white; /* สีข้อความภายใน h1 */
    -webkit-text-stroke-width: 1px; /* กำหนดความกว้างของ stroke */
    -webkit-text-stroke-color: black; /* กำหนดสีของ stroke */
}



.btn2{
    height: 3em;
    width: 6em;
    background-color: white;
    border: 2px solid white;
    font-weight: 600;
    margin-left: -20px;
}

footer{
    color: white;
}

footer input{
    height: 3em;
    width: 55%;
    background-color: black;
    border: 2px solid white;
    outline: none;
    color: white;
    margin-top:20px;
}

footer input::placeholder{
    padding-left: 1em;
    color: white;
    opacity: 0.6;
}

footer p{
    margin: 0;
    font-size: 0.8em;
    opacity: 0.7;   
}