body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.header-container{
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    color: #18191F;
    font-size: 16px;
    background-color: #ffffff;
    box-shadow: 0 5px 5px 0 #6d6f8582;
}
.header-container a{
    text-decoration: none;
    padding: 5px 10px 5px 20px;
    color: #18191F;
}
.header-left{
margin-left: 0;
}
.header-right{
margin-right: 0;
}
.header-right ul{
    margin: 0;
}
.header-right li{
    list-style-type: none;
    display: inline;
    padding: 5px 5px;
}
/* Top Banner */
.top-banner{
    display: flex;
    padding-left: 100px;
    padding-top: 80px;
    margin-bottom: 100px;
}
#about{
    display: flex;
}
#top-banner p{
    margin-bottom: 45px;
    font-size: 20px;
    color: #828282;
    font-weight: 500;
    line-height: 32px;
}
#top-banner h1{
    font-size: 60px;
    color: #575757;
    font-weight: 700;
    margin-top: 180px;
    margin-bottom: 45px;
    line-height: 75px;
}
.half-width{
    width: 50%;
}
.highlighter{
    color: #FBA24F;
}
.btn{
 text-decoration: none;
 color: #ffffff;
 background-image: linear-gradient(to right,#fc8f49,#fd5432);
 padding: 20px 45px;
 border-radius: 25px;
 font-size: 18px;
 font-weight: 600;
}
.about{
    display: flex;
    background-image: url(images/shapes/7.png);
    background-repeat: no-repeat;
    background-size: cover;
   
}
.about-person{
    padding-left: 200px;
}
.about img{
    width: 60%;
}
.about-text{
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.about-text h1{
    color: #707070;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 45px;
}
.about-text p{
    color: #18191F;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 60px;
}
.top-area{
    text-align: center;
    padding-top: 90px;
}
.top-area h1{
    color: #676767;
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 30px;
}
.top-area p{
    color: #676767;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    width: 50%;
    margin: 0 auto;
}
/* Receipes Section */
.receipe-item{
    padding: 0 90px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 100px;
}
.receipe-item h3{
font-weight: 800;
font-size: 28px;
line-height: 40px;
color: #18191F;
padding: 0 10px;
}
.receipe-item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #18191F;
    padding: 0 10px;
}
.receipe-item img{
    max-width: 340px;
    border-radius: 10px;
    padding: 10px 10px;
}
#receipe-item1,#receipe-item2,#receipe-item3{
    border-radius: 20px;
    text-align: left;
    box-shadow: 10px 10px 40px grey;
    margin: 0 45px;
    border: 7px solid;
    border-color: white;
    border-image-slice: 9;
}
/* Milestone Section */
.milestone-row{
    margin: 0 90px;
}
.milestone-item{
    margin: 0 auto;
}
.milestone-item h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #18191F;
}
.milestone-item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #18191F;
    text-align: left;
}
.milestone-container{
    box-shadow: 0px 0px 5px 5px #8080801f;
    border: 7px solid;
    border-color: white;
    border-image-slice: 9;
    display: flex;
    margin-bottom: 100px;
}
/* Footer Section */
footer{
background-color: #0B0D17;
padding:40px 0 100px;

}
.footer-container{
    margin: 0 auto;
    text-align: center;
}
footer h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #5B5B5B;
    margin-bottom: 35px;
}
.special{
    color:#fc8f49;
}

.footer-container p{
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}