*{
    padding: 0vw;
    margin: 0vw;
    box-sizing: border-box;
}

#navbar{
    display: flex;
    position: relative;
    justify-content: space-between;
}

#navbar::before{
    content: "";
    position: absolute;
    background-color: black;
    opacity: 0.4;
    height: 100%;
    width: 100vw;
    z-index: -1;
}

#logo img{
   width: 5.5vw;
   height: 5.5vw;
   position: relative;
   left: 1.7vw;
   top: 0.8vw;
   margin-bottom: 1vw;
}


div span{
    display: inline-block;
    position: relative;
    top: -2.8vw;
    left: 2.7vw;
}

ul{
    font-family: 'Bree Serif', serif;
    font-size: 2.28vw;
    display: flex;
    margin: auto;
    align-items: center;
   
}

ul li{
    list-style: none;
}

ul li a{
    color: white;
    text-decoration: none;
    padding: 1vw 2vw;
    border-radius: 2vw;
}

#navbar ul li a:hover{
    color: black;
    background-color: white;
    border-radius: 2vw;
}
#obtn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
#orderbtn{
   font-family: 'Baloo 2', cursive;
   margin-right: 1.3vw;
   height: 4vw;
   padding: 0.2vw 1vw;
   background-color: red;
   font-weight: bold;
   letter-spacing: 0.1vw;
   font-size: 2.1vw;
   
}
#orderbtn:hover{
  transform: scale(1.1);
   cursor: pointer;
}

/*Home Section */
#home::before{
    content: "";
    position: absolute;
    height: 70vw;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
    background: url("pizzam1.jpg") no-repeat center center/cover;
}
#home{
    display: flex;
    height: 48vw;
    flex-direction: column;
    padding: 0.8vw 20vw;
    justify-content: center;
    align-items: center;
    outline: none;
}


/* Order button in Home Section */
#obtn1{
    margin-top: 0.5vw;
    outline: none;
    border-color: black;
}
#orderbtn1{
    font-family: 'Baloo 2', cursive;
    height: 4vw;
    padding: 0.3vw 1vw;
    background-color: red;
    font-weight: bold;
    letter-spacing: 0.1vw;
    cursor: pointer;
    border-radius: 0.5vw;
    font-size: 2.1vw;
}
#orderbtn1 a{
    text-decoration: none;
    color: black;
}
#orderbtn1 a:hover{
    transform: 
}

 
/* Heading */ 
#home h1{
    font-family: 'Baloo 2', cursive;
    color: black;
    text-align: center;
}
#home p{
    font-family: 'Bree Serif', serif;
    font-size: 2vw;
    text-align: center;
    color: darkblue;
    margin-bottom: 1vw;
    margin-top: -1.5vw;
}
.hprimary{
  font-size: 4vw;
  padding: 1.2vw;
}
#services .hprimary{
    font-size: 4vw;
    margin-top: 7vw;
    padding: 1.2vw;
    font-family: 'Baloo 2', cursive;
  }
 .center{
     text-align: center;
 }


 /* Our Services Section */
#services{
    display: flex;
    margin: 3.2vw;
    flex-direction: column;
}
#mainbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#services .box{
    background-color: #f2f2f2;
    border: 1px solid brown;
    padding: 16px;
    margin-top: 12px;
    border-radius: 2.3vw;
    text-align: justify;
}
#services .box img{
    display: block;
    margin: auto;
    height: 15vw;
    border-radius: 10%;
} 
.hsecondary{
    margin-top: 4px;
    font-family: 'Baloo 2', cursive;
}

.box p{
    font-family: 'Bree Serif', serif; 
}

/*About Us*/
#about{
    display: flex;
    flex-direction: column;
    margin: 3.2vw;
}
#about .hprimary{
    font-weight: 800;
    font-size: 4vw;
    margin-top: 4vw;
    padding: 1.2vw;
    font-family: 'Baloo 2', cursive;
}
#about .box{
    background-color: #f2f2f2;
    border: 1px solid brown;
    padding: 16px;
    margin-top: 12px;
    border-radius: 2.3vw;
    text-align: justify;
}
#about .justify{
    text-align: justify;
}
#about .blist{
    list-style-type: circle;
    font-family: 'Bree Serif', serif;
}
#about ol.bulletlist{
    list-style-type: circle;
    list-style-position: inside;
}
/*Contact Us*/

#contact{
    display: flex;
    flex-direction: column;
    margin: 3.2vw;
}
#contact .hprimary{
    font-size: 4vw;
    margin-top: 4vw;
    padding: 1.2vw;
    font-family: 'Baloo 2', cursive;
}
#contact .box{
    background-color: #f2f2f2;
    border: 1px solid black;
    border-radius: 2.3vw;
    text-align: justify;
    padding: 16px;
    margin-top: 12px;
    outline: none;
    display: flex;
    justify-content: space-evenly;
}
.form{
    font-family: 'Bree Serif', serif;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 7px;
}
input[placeholder]{
    text-align: center;
    font-family: 'Bree Serif', serif;
    font-weight: 500;
}
input[type="text"]{
    height: 4.7vw;
    width: 27vw;
    margin-left: 2vw;
    margin-top: 0.3vw;
    border-color: black;
}
input[type="text"]:hover{
    border-color: #f2f2f2;
}
#contact .head{
    text-align: center;
    color: blue;
    font-size: 3vw;
    font-family: 'Baloo 2', cursive;
}
#contact .button{
    text-align: center;
    padding-bottom: 7px;
    margin-left: 2vw;
}
.button #sbbtn{
    text-align: center;
    font-family: 'Baloo 2', cursive;
    font-weight: 700;
    height: 4.7vw;
    width: 27vw;
    font-size: 2.4vw;
    color: white;
    background-color: blue;
    cursor: pointer;
    outline: none
    ;
}
.box #info{
   text-align: center;
}
.box #info h2{
    font-family: 'Baloo 2', cursive;
    font-size:  24px;
    margin-top: 7px;
   
}
.box #info .center{
    font-size: 2.4vw;

}
a{
    text-decoration: none;
}


/* Footer Section */
#footer{
    display: flex;
    justify-content: center;
    border: 1px solid black;
    background-color: rgb(75, 75, 75);
    color: white;
    font-family: 'Baloo 2', cursive;

}
#footer .links{
   text-align: center;
}
#footer #link1{
    margin-top: 5px;
    border-radius: 60%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#footer #link2{
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 60%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.foot .center{
   font-size: 20px;
}





