*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.container{
	height: 100vh;
	width: 100%;
	background: linear-gradient(rgba(1, 1, 0, 0.7),rgba(1, 1, 0, 0.7)),url("home1.jpg");
    background-size: cover;
  	background-position: center;
  	font-family: Arial, Helvetica, sans-serif;
}
.nav-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 80px;
}
.nav-bar .title{
	color: white;
	font-size: 67px;
	font-weight: 600;
	cursor: pointer;
}
span{
	color: orange;
	font-family: cursive;
}
.nav-bar p{
	position: absolute;
	margin-top: 90px;
	margin-left: 50px;
	color: white;
	font-size: 20px;
	font-weight: 500;
}
.menu li{
	list-style: none;
	display: inline-block;
}
.menu li a{
	text-decoration: none;
	color: blue;
	font-size: 27px;
	font-weight: 600;
	margin-left: 25px;
	transition: .3s ease;
}
.menu li a:hover{
	color: blue;
	padding: 10px 20px;
	border: 2px solid white;
}
.home{
	height: 400px;
	padding: 70px;
}
.title-1{
	font-size: 56px;
	color: white;
	font-weight: 600;
}
.home p{
	color: lemonchiffon;
	font-size: 20px;
	padding-top: 10px;
}
#menu{
	padding: 20px 0 20px 0;
}
#section{
	padding: 25px 0 25px 0;
	text-align: center;
	font-size: 2rem;
	font-family: verdana;
}
#menu_row{
	display: flex;
	padding: 0 10px 0 10px;
}
#menu_col{
	box-shadow: 2px 2px 2px #bbb;
	border: 1.5px solid #bbb;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	flex: 1;
}
#menu_col h2{
	background-color: sandybrown;
	color: #solid black;
	text-align: center;
	padding: 5px;
	font-family: cursive;
}
.box{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 5px;
}
.about{
	width: 100%;
	height: 100vh;
	padding: 30px 0;
    background: #FFEBCD	;

}
.main-about{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.main-about .image img{
	width: 400px;
	height: 300px;
	position: relative;
	top: 100px;
}
.text-about h1{
	font-size: 70px;
	position: center;
	top: 30px;
}
.text-about h1 span{
	color: orange;
	margin-right: 15px;
	font-family: cursive;
}
.text-about h3{
	font-size: 30px;
	margin: 0 0 50px 0;
}
.text-about p{
	text-align: center;
	margin-right: 10px;
	line-height: 22px;
	width: 620px;
}
.benefits{
	height: 750px;
	width: 100%;
	background:url("benefits.jpg");
    background-size: cover;
  	background-position: center;
  	
}
.contact{
  	font-family: Arial, Helvetica, sans-serif;
      margin: 0;
      padding: 0;
}
.contact{
    max-width: 1000px;
    height: 700px;
    margin: 0 auto;
    padding: 40px;
    background: url(back1.jpg);
}
.contact h1 {
	font-size: 65px;
      text-align: center;
}
.contact-form {
      margin-top: 30px;
    }
.form-group {
      margin-bottom: 20px;
    }
    .form-group label {
      display: block;
      font-size: 30px;
      color: black;
      margin-bottom: 10px;
    }
    .form-group input, .form-group textarea {
      width: 100%;
      padding: 10px;
      border: 2px solid lightsalmon;
      border-radius: 5px;
      font-size: 16px;
      color: orange;
    }
    .form-group textarea {
      resize: vertical;
    }
    .form-group input[type="submit"] {
      background-color: sandybrown;
      color: white;
      border: none;
      cursor: pointer;
    }
    .form-group input[type="submit"]:hover {
      background-color: saddlebrown;
    }
.footer
{
    height: 200px;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footerb
{
    height: 180px;
    width: 270px;
    float: left;
    color: white;
    text-align: center;
}

