body {
    font-family: "Space Grotesk", sans-serif;
    margin: 10px;
    padding: 0;
    background-color: white;
    color: #333;
    /* overflow-x: hidden; */
    
}



 main {
     flex: 1;
     display: flex;
     flex-direction: column;   
     padding-bottom: 50px; 
 }

header {
    /* background-color: #f36e10; */
    padding: 50px;
    text-align: center;
   
}



header h1 {
    
    margin: 0;
    font-style: italic;
    /* text-decoration: underline; */
    font-size: 58px;
    font-family: "Edu AU VIC WA NT Hand", cursive;
    color: #ff6f61;
    font-size: 60px; 
    /* background: linear-gradient(90deg, #000000, #4a4743);  */
    background-clip: border-box;
    /* -webkit-background-clip: text;  */
    /* -webkit-text-fill-color: transparent;  */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); 
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer; 
}

h1:hover {
    transform: scale(1.1); 
    color: #ff6f61;
}

.img {
    position: absolute;
    top: 25px; 
    right: 30px; 
    
}
.img img {
    width: 190px;
    height:130px;
    /* border-radius: 50%;  */
    object-fit: cover;
    
}

.immg {
    position: absolute;
    top: 25px; 
    left: 30px; 
}
.immg img {
    width: 190px;
    height:130px;
    /* border-radius: 50%;  */
    object-fit: cover;
}
.img, .immg {
    display: inline-block;
    animation: blink 3s infinite;
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

nav {
    padding: 10px;
    margin: 0px;
    /* background-color: #eaa778; */
    /* background-color: #333; */
    font-family: "Edu AU VIC WA NT Hand", cursive;
    /* text-align: right; */
    
}

nav ul {
    list-style-type: style none;
    padding: 0;
    margin-left: 20px;
}

nav ul li {
    display: inline;
    margin-right: 50px;
}

nav ul li a {
   
    /* color: #333; */
    color: #ff6f61;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

nav ul li a:hover{
    color: #e9a349;
}



.home1 {
    display: flex;
}

.take-away {
    margin-top: 30px;
    width: 50%;
}
.take-away img{
align-items: center;
}

.headline {
    font-size: 34px;
    padding: 30px;
    margin-left: 10%;
    justify-content: right;
    font-family: "Space Grotesk", sans-serif;
}

.headline p {
    color: #ff6f61;
    font-size: 20px;
}
.headline h3 {
    color: #e9a349;
}

.homeb button{
    margin-top: 20px;
    padding: 10px 30px;
    background-color: #ff6f61;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 20px;
    border: none;
    font-family: "Edu AU VIC WA NT Hand", cursive;
}
.homeb button:hover{
    cursor: pointer;
    background-color: #fb5546;
}

.breakfast, .lunch, .dinner {
    display: flex;
    margin: 20px;
    align-items: center;
    background-color: #ff948a;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.breakfast h3, .lunch h3, .dinner h3 {
    color: #403837;
}

.breakw , .dinnerw, .lunchw{
   
    justify-content: center;
    text-align: center;
    margin: 80px;
    font-weight: 500;
}


.breaki, .dinneri {
    margin: 10px;
    width: 50%;
    align-items: center;
    padding: 30px;
}


.lunchi {
    margin: 10px;
    width: 50%;
    padding: 30px;
}

.breaki img, .lunchi img ,.dinneri img   {
    width: 50vh;
    height: 50vh;
    border-radius: 50% ;

}


.choose1 , .choose2 {
    display: flex;
    font-size: large;
}

.homemade , .fresh , .safe , .package , .consistency , .deliver {
    display: flexbox;
    width: 33%;
    text-align: center;
    align-items: center;
    
}

.choose {
    text-align: center;
    padding: 20px;
    font-size: 50px;
    font-family: "Edu AU VIC WA NT Hand", cursive;
}
.choose1 {
    margin-top: 20px;
}

.choose1 img , .choose2 img {
    width: 45%;
}




















.goal {
    padding: 50px;
    /* background-color: whitesmoke; */
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); */
    text-align: center;
    background-image: url(pics/aim.jpeg);
    border-radius: 15px;
    margin-top: 30px;
    font-weight: bold;
}


.goal h2 {
    text-align: center;
    font-family: "Edu AU VIC WA NT Hand", cursive;
    font-size: 35px;
}

.goal em {
    font-size: 20px;
    
}



        /* fotter section */



footer {
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
    
}

.logo {
    text-align: left;
    margin-left: 30px;
}

.logo ul li {
    list-style-type: none;
}
.logo ul li a {
   color: white;
   text-decoration: none;
   
}
.social {
    text-align: right;
    font-size: 30px;
    margin-right: 30px;
}













