@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
/* menu section start */
.menu-header{
    background: #0795F8;
}
.color-red{
    color: red;
}
.menu-wrapper{
    display: flex;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 2px;
}
.menu-wrapper .logo{
    width: 20%;
    padding-top: 5px;
}
.menu-wrapper .logo a{
    text-decoration: none;
}
.menu-wrapper .logo a h3{
    color: #fff;
}
.menu-wrapper .list-item{
    width: 80%; 
}
.list-item ul{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    
}
.list-item ul li{
    padding: 15px;
}
.list-item ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}
/* menu section end */
/* start top section */
.top-section{
    display: flex;
    margin-bottom: 110px;
}
.half-width{
    width: 50%;
}
.left-section{
    margin-left: 50px;
}
.text-color{
    color: #0795F8;
}
h1.heading {
    margin-top: 170px;
    font-size: 50px;
    line-height: 1.3;
}
p.sort-desc {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.6;
    padding-bottom: 20px;
}
.top-section .half-width img{
    width: 80%;
    margin-top: 50px;
}
.link-btn{
    text-decoration: none;
    padding: 19px 33px;
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(#058FF7,#9ed6f5);
    border-radius: 24px;
    font-size: 18px;
}
/* end top section */
/* Start About section */
.about-section{
    display: flex;
    background-image: url('../images/shapes/frame57.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.about-section .half-width img{
    max-width: 340px;
    padding-top: 60px;
}
.half-width.about-img{
    text-align: center;
}
.half-width.about-txt {
    padding-top: 140px;
    /* padding-right: 100px; */
}
.half-width.about-txt h2{
    font-weight: bold;
    font-size: 40px;
}
.half-width.about-txt p{
    margin-right: 80px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 60px;
    text-align: justify;
}

/* End About section */
/* start recipie section */
.racipie-section{
    margin-bottom: 110px;
}
.recipie-title{
    width: 50%;
    margin: 0 auto;
    padding-bottom:25px;
}
.recipie-title h2{
    text-align: center;
    font-size: 36px;
}
.recipie-title p{
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
}
.card-container{
    display: flex;
    margin: -2%;
    margin-left: 20px;
    margin-right: 20px;
}
.card-container .card{
    width: 29.33%;
    margin: 2%;
    border-radius: 20px;
    box-shadow: 5px 3px 20px gray;
}
.card-header {
    padding: 20px;
}
.card-body {
    padding: 20px;
}
.card-header img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.card-title h2{
    font-size: 28px;
    text-transform: capitalize;

}
.card-desc p{
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.5;
}
/* End recipie section */
/* Start count section */
.count-section{
    margin-bottom: 100px;
}
.count-wrapper{
    display: flex;
    margin: -2%;
    margin: 0 44px;
    border-radius: 20px;
    box-shadow: 5px 3px 20px grey;
}
.count-wrapper .item{
    width: 29.33%;
    margin: 2%;
    text-align: center;
}
/* End count section */
/* start book a table */
.book-section{
    background-image: url('../images/shapes/7.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 150px;
    padding-bottom: 50px;

}
.book-wrapper{
    display: flex;
    margin: -2%;
    margin: 0 44px;
}
.book-table{
    padding-top: 50px;
    font-size: 36px;
    text-align: center;
}
.book-wrapper .item{
    width: 29.33%;
    margin: 2%;
    text-align: center;
}
.form-control{
   
    border: transparent!important;
    border: 1px solid #1E99F3!important;
    height: 50px!important;
    background: transparent!important;
    color: black!important;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%;
    
}
input:focus { 
    outline: none !important;
    border-color: #0f61b9;
    box-shadow: 0 0 10px #719ECE;
}
.book-btn{
    padding: 20px 35px;
    display: block;
    margin: 0 auto;
    /* margin-bottom: 20px; */
    border: none;
    color: white;
    background: linear-gradient(#058FF7,#8cc4e2);
    font-size: 18px;
    border-radius: 24px;
    cursor: pointer;
    
}
/* end book a table */
/* start footer section */
.footer-wrapper{
    text-align: center;
    background-color: #0B0D17;
    padding: 10px 0 80px;
}
.footer-wrapper h1{
    color: #5B5B5B;
}
.footer-wrapper p{
    color: #C2C3C5;
}
/* End footer section */
