/* *{
    margin:0;
    padding:0;
    box-sizing:border-box;
} */



.main{
    display:flex;
    justify-content: space-between;
    font-family:  "Times New Roman", Georgia, Serif;
    letter-spacing: 4px;
    background-color: rgb(239, 224, 200);
    padding-left: 15px;
    padding-right: 90px;
    margin-bottom: 10px;
    width: 100%;

}


ol{
    list-style: none;
    display:flex;
    font-size: 15px;
    gap: 30px;
    
}

a{
   text-decoration: none;
   color: brown;
   font-family: 'Times New Roman', Times, serif;
}
.a1{
    position: relative;
  
}

.p1{
    position:absolute;
    bottom: 20px;
    left:30px;
    font-size:35px;
    padding-left: 20px;
    color:dimgray;
    letter-spacing:5px;


}

.img2{
    margin-top: 60px;
    margin-left: 300px;
    width: 550px;
}

.img2-side{
  width: 500px;
  justify-content: end;
  margin-top: 60px;
}

.main2{
    display: flex;
}


.aboutcatering{
    display: flex;
    justify-content: center;
    letter-spacing: 3px;
    font-size: 40px;
    font-weight: 5;
}

.Tradition{
    display: flex;
    justify-content: center;
    letter-spacing: 3px;
    font-size: 20px;

}

.t1{

 font-size: 18px;
}

.t2{
    font-size: 18px;
    color: rgb(83, 112, 121);
    width: 450px;

}

.main3{
    display: flex;
    margin-top: 90px;
    justify-content: center;
    row-gap: 30px;
}

.img3-side{

    width: 600px;
    color: rgb(65, 120, 120);

}

.menu{
    display: flex;
    justify-content: center;
    letter-spacing: 3px;
    font-size: 40px;
    font-weight: 5;
    color: black;
}


.bd{

    display: flex;
    letter-spacing: 3px;
    font-size: 20px;
    align-self: start;
    color: black;


}


.main4{
    padding-left: 200px;
    margin-bottom: 25px;

}

.contact{
    display: flex;
    justify-content: start;
    letter-spacing: 3px;
    font-size: 40px;
    font-weight: 5;
    color: black;
}

.lt{
    color: rgb(151, 120, 181);
    font-size: 18px;
}

.input{
    height: 60px;
    width: 1150px;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 0;
}

button{

    padding: 10px 15px;
}


.final{
   background-color: rgb(239, 244, 245);
   width: 100%;
   height: 60px;
   text-align: center;
   padding-top: 20px;
   padding-bottom: 20px;

}
