*{
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;

.Logo{
    margin-left: 300px; 
}


#Navigation{
    background-color: dodgerblue;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Navigation > ul {
    display: flex;
    margin-right: 150px;
}

#Navigation > ul > li{
    list-style: none;
    margin: 0px 15px;
    padding: 50px 0px;
    margin-left: -15px;
}

#Navigation > ul > li > a{
    text-decoration: none;
    columns: white;
    font-size: 20px; 
    color: white;
    border-right: 1px solid white;
    padding: 10px 15px;
    transition: 1s;
}

#Navigation > ul > li:first-child > a{
    border-left: 1px solid white;
    padding-left: 15px;
}

#Navigation > ul > li:hover > a{
    background-color: rgb(3, 59, 116);
}

#heroarea{
    background-color: rgb(233, 233, 233);
    height: 450px;
}

#heroarea{
    display: flex;
    justify-content: space-between;
}

.headtext{
    padding-top: 60px;
    text-align: center;
}

.headtext > h1{
    font-size: 40px;
    padding-left: 350px;
    margin: 10px;
    line-height: 60px;
}

.headtext > p{
    padding-left: 350px;
    padding-top: 10px;
    line-height: 30px;
}

.hero-image > img{
    width: 600px;
    padding-right: 350px;
    padding-top: 50px;
}

.About{
    background-color: rgb(255, 255, 255);
    height: 350px;
}

.About > h1{
    text-align: center;
    padding-top: 50px;
    color: #0a0a86;
}

.About > p{
    text-align: center;
    padding-top: 20px;
    width: 1200px; 
    margin: auto;
    font-size: 20px;
    line-height: 35px;
}

/*first section code start*/

.service{
    background-color: rgb(235, 235, 235);
    height: 600px;
}

.our{
    text-align: center;
    padding-top: 50px;
    color: #0a0a86;
}

#first-section{
    display: flex;
    width: 1100px;
    margin: auto;
    justify-content: space-between;
    padding: 50px 0px;
}

.Pharmaceuticals{
    width: 350px;
    height: 380px;
    text-align: center;
    background-color: rgb(248, 250, 252);
    border-radius: 10px;
    transition: 1s;
}

.Pharmaceuticals:hover{
 box-shadow: 3px 5px 10px gray;
}

.Pharmaceuticals > img{
    width: 350px;
    border-radius: 10px 10px 0px 0px;
}

.Pharmaceuticals > h2{
    padding-top: 15px;
}

.Pharmaceuticals > p{
    margin: 8px;
    line-height: 25px;
}



.Food{
    width: 350px;
    height: 380px;
    text-align: center;
    background-color: rgb(248, 250, 252);
    border-radius: 10px;
    transition: 1s;
}

.Food:hover{
    box-shadow: 3px 5px 10px gray;
}

.Food > img{
   width: 350px;
   border-radius: 10px 10px 0px 0px;
}

.Food > h2{
    padding-top: 15px;
}

.Food> p{
    margin: 8px;
    line-height: 25px;
}



.Service{
    width: 350px;
    height: 380px;
    text-align: center;
    background-color: rgb(248, 250, 252);
    border-radius: 10px;
    transition: 1s;
}

.Service:hover{
    box-shadow: 3px 5px 10px gray;
}

.Service> img{
   width: 350px;
   border-radius: 10px 10px 0px 0px;
}

.Service > h2{
    padding-top: 15px;
}

.Service > p{
    margin: 8px;
    line-height: 25px;
}

#contact-us{
    background-color: rgb(253, 253, 253);
    height: 350px;
}

.contact > h1{
    text-align: center;
    margin-top: 50px;
    padding: 10px;
    color: #0a0a86;
}

.contact > h2{
    text-align: center;
    margin-top: 20px;
    font-family: Arena Condensed;
}

.contact > h3{
    text-align: center;
    margin-top: 20px;
    color: #d18c0c;
}

.contact > p{
    text-align: center;
    margin-top: 10px;
}

.Back{
    background-color: rgb(225, 230, 230);
    height: 50px;
}

#footer{
    background-color: #0a0a86;
    height: 70px;
}

.f-text > p{
    text-align: center;
    color: white;
    padding-top: 25px;
    font-family: USALight;
}