
 body{
   margin: 0;
 }
    #header{
    background-image: url(bakery\ image/backgroud.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;}
    #header .navbar{
        background-color: white;
        display: flex;
        justify-content: space-between;
 align-items: center;
        
    }
 #header .navbar .links {
    display: inline-block;
    padding-right: 20px 40px;
    display: flex;
    justify-content: space-between;
 align-items: center;
 }
   nav ul{
display: flex;
gap: 20px;
   }
    .caption{
        color: white;
        text-align: center;
        font-size: large;
        
    }
    .st{
     font-style:initial;

    }
    #lm{
        display: inline-block;
        width: 170;
        height: 50;
        background-color: burlywood;
        color: rgb(182, 69, 69);
        font-size: large;
    }
    #cu{
        width: 170px;
        height: 50;
        color: rgb(0, 0, 0);
        background-color: transparent;
        font-size:large;
    }
  
 .container{
    display: flex;
    align-items: flex-start;
    padding: 40px;
max-width: 1200px;
gap: 40px;
margin: auto;
 }
 .img{
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
 }
 .text-section{
    max-width: 600px;
 }
 .text-section h2{
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 20px;
 }
 .text-section p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
 }
 .features{
    list-style: none;
    padding: 0;
   margin: 0
 }
 
 .features li{
 display: inline-block;
 width: 20px;
 height:30px;
 border-radius: 50%;
 background-position: center;
 background-size: 60%;
 background-repeat:no-repeat;
 }
 .section-four{
 float: left;
    gap: 40px;
    background-color: rgb(218, 218, 218);
 }
 
 .para{
    display: flex;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 90px;
 }
 .location{
    text-align: center;
    font-size: xx-large;
 }
 
 .section-four img{
    display: flex;
    width: 90%;
    border-radius: 8px;
 }

.card img
{
    display:inline-block
}
.title{
    text-align: center;
    color: brown;
}
.products{
    display: flex;
    justify-content: space-around;
    padding: 20px 40px;
    flex-wrap: wrap;
    text-align: center;
}
.productsp{
    margin: 20px;
}
.product{
    width: 300px;
  
    margin: 20px;
}
.product img{
    width: 100%;
    border-radius: 10px;
}
.contact-section{
    padding: 40px;
}
.contaier{
    background-color: rgb(231, 226, 226);
    display: flex;
    flex-wrap: wrap;
    gap: 30PX;
}
.contact-info{
    flex: 1;
}
.contact-info h2{
    font-size: 28px;
    margin-bottom: 10px;

}
.contact-info p{
    margin-bottom: 20px;
}
.contact-info h3{
    margin-bottom: 15px;
    font-size: 20px;
}
.contact-info ul li {
margin-bottom: 15px;
margin-right: 330px;
}
.info{
    background-color: rgb(209, 199, 199);
    display: flex;
    flex-wrap: wrap;
    font-size:medium;
}
.end{
    width: 100%;
    padding: 80px 450px;
    background-color: rgb(26, 25, 25);
    color: white;
    justify-content: space-around;
    box-sizing: border-box;
}
.end img{
    text-align: center;
}

