* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    /* background-color: #ede6df; */
    background-color: #fff;
    color: #091d26;
}

.highlight {
    color: #094044;
}

.not-overflow {
    overflow: hidden;
}

.header {
    background: #fafafa ;
    padding: 30px 90px;
}

.logo {
    display: inline-block;
    width: 50%;
}

.navbar{
    text-align: right;
}

.navbar-wrapper {
    width: 49.66%;
    display: inline-block;
}

.navbar ul {
    margin-bottom: 5px;
}

.navbar ul li {
    display: inline-block;
    list-style: none;
}

.navbar ul li a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    margin-left: 30px;
}

/* Hero Section For The HomePage */

.hero-text {
    display: inline-block;
    width: 33%;
    text-align: left;
    vertical-align: top;
    padding-left: 90px;
    margin-top: 100px;
}

.hero-text h2 {
    font-size: 64px;
    margin-top: 110px;
    
}

.hero-text p {
    font-size: 18px;
    margin-top: 12px;
    
}

.hero-img {
    display: inline-block;
    width: 66%;
}

.hero-img img {
    width: 100%;
    height: auto;
    margin-left: 120px;
}

/* Styles for the chicken biryani page */

.desc-img {
    width: 100%;
    height: 630px;
}

.img-section {
    display: inline-block;
    vertical-align: top;
    width: 71%;
}

.img-section img {
    width: 100%;
}

.desc-section {
    display: inline-block;
    width: 28.8%;
    height: 100%;
    background-color: #d6c4b0;
    padding: 36px;
    margin-left: -5px;
}

.desc-section h2,
.desc-section p {
    margin: 10px 0;
    
}

.desc-section h2 {
    font-size: 26px;
}

.desc-section p {
    text-align: justify;
}

.ingredients {
    display: inline-block;
    box-sizing: content-box;
    width: 20%;
    margin-left: 90px;
    margin-top: 32px;
    border-right: 2px groove #d6c4b0;
    padding-right: 20px;
    vertical-align: top;
}

.ingredients h2,
.steps-container h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.ingredients ul,
.steps-container ol {
    margin-left: 30px;
}

.ingredients li,
.steps-container li {
    line-height: 26px;

}

.ingred-h2 {
    margin-top: 16px;
}

.steps-container {
    display: inline-block;
    width: 44%;
    margin-top: 32px;
    margin-left: 50px;
}

.footer {
    height: 70px;
    text-align: center;
    background-color: #ccc;
    font-size: 20px;
    line-height: 70px;
    border: 1px solid #d6c4b0;
    margin-top: 20px;
}







