*{
	margin:  0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: sans-serif;
	box-sizing: border-box;
	
}
header{
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 5%;
}
.logo{
	font-size: 30px;
	color: Black;
	margin-left: 1px;
}
nav ul{
	display: flex;
}
nav ul li{
	list-style: none;
}
nav ul li a{
	font-size: 20px;
	color: black;
	text-decoration: none;
	padding: 0 20px;
	transition: all .2s ease;
}
nav ul li a:hover{
	color: #ffb310;
}
.btn{
	color: black;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #ffb310;
	padding: 10px 20px;
	border-radius: 10vh;
	margin-right: 10px;
}
.btn-1{
	background-color: rgb(196, 22, 22);
}
.btn-1:hover{
	border: 2px solid yellow;
	background-color: yellow;
}


.form-box{
	width: 420px;
	height: 520px;
	position: relative;
	margin: 16% auto;
	background:linear-gradient(rgb(255, 255, 255),rgb(255, 255, 255));
	padding: 15px;
	top: -150px;
	left: 440px;
	overflow: hidden;
	border-radius: 30px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	
	

	

}
.box{
	width: 220px;
	margin: 35px auto;
	position: relative;
	box-shadow: 0 0 20px 9px #4c24ff1f;
	border-radius: 30px;
	margin-bottom: 5px;

}
.login_nav{
	padding: 10px 30px;
	cursor: pointer;
	background: transparent;
	border: 0;
	outline: none;
	position: relative;
	

}
#btn{
	top: 0;
	left: 0;
	position: absolute;
	width: 110px;
	height: 100%;
	background: linear-gradient(to left, #ffb310,#ff4006ef);
	border-radius: 30px;
	transition: .5s;

}
.input-user{
	top: 180px;
	position: absolute;
	width: 280px;
	transition: .5s;
	
}
.input-name{
	width: 100%;
	padding: 10px 0;
	margin: 5px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;


}

.submitt{
	width: 85%;
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	margin: auto;
	background: linear-gradient(to left, #ffb310,#ff4006ef);
	border: 0;
	outline: none;
	border-radius: 30px;
}
.check-box{
	margin: 30px 10px 30px 0;
}

span{
	color: rgb(119, 119, 119);
	font-size: 12px;
	bottom: 68px;
	position: absolute;
}
#login{
	left: 50px;

}
#register{
	left: 450px;
}
.hh{
	background-color: transparent;
	
	
	
}
.mill{
	color: rgb(216, 16, 16);
	font-size: 38px;
	text-align: center;
}
.mil{
	text-align: center;
	font-size: 28px;
	padding-top: 20px;
	color: rgb(216, 16, 16);

}
.descriptionn{
   
	margin: 5px;
	text-align: center;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 120px;
	line-height: normal;
	color: black;
	}

.container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5em;
}
.menu{
	font-family: sans-serif;
	font-size: 14px;
}
.menu-group-heading{
	margin: 0;
	padding-bottom: 1em;
	border-bottom: 2px solid rgb(240, 93, 8);
    color: #ff7200;
}
.menu-group{
	display: grid;
	grid-template-columns: 1fr;
	gap: 3.5em;
	padding: 2.5em 0;
}
.menu-item{
	display: flex;
}
.menu-item-image{
	/*width: 120x;
	height: 100px;*/
	flex-shrink: 0;
	object-fit: cover;
	margin: 4.5em;
}
.menu-iem-text{
	flex-grow: 1;
}
.menu-item-heading{
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.menu-item-name{
	margin-right: 1.5em;
	


}

.menu-item-description{
	line-height: 1.6;
}
@media screen and (min-width: 982px){

	.menu{
		font-size: 16px;

	}
	.menu-group{
		grid-template-columns: repeat(3, 1fr);
	}
	.menu-item-image{
		/*width: 525px;
		height: 425px;*/
		
	}
}
#menui{
	padding: 25px 0 25px 0;
	background-color: white;
	margin-top: 1px;

}
#section{
	padding: 25px 0 25px 0;
	text-align: center;
	font-size: 2rem;
	font-family: Verdana;
	margin-top: -50px;
	align-items: center;

}	
#menu-row{
	display: flex;
	padding: 0 100px 0 100px;  
	margin-left: -35px;  
}
#menu-col{
	box-shadow: 2px 2px 2px #bbb;
	border: 1px solid #bbb;
	background-color: #fff;
	margin: 5px;
	padding: 10px;
	flex: 1;



}
#menu-col h2{
	background-color: red;
	color: #fff;
	text-align: centre;
	padding: 5px;
	font-family: cursive;
	
}
#images{
	width: 350px;
	height: 250px;
	/*border-radius: 50%;*/
	padding: 5px; 
	/*border: 2px solid orange;*/
	border-top: 10px;
}
#images img{
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	object-fit: cover;
}

.boxx{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 5px;
}
.txt{
	text-align: center;
	font-size: 30px;
	color: #ff7200;
	
}
.contain{
	width: 100%;
	height: 100vh;
	background: rgb(25, 152, 190);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: -20px;
}
.swiper{
	width: 80%;
	height: 80%;
	right: -100px;
}
.swiper-slide img{
	width: 80%;
	height: 80%;

}
.swiper .swiper-button-prev, .swiper .swiper-button-next{
	color: transparent;
	

}
.swiper .swiper-pagination-bullet-active{
	background: transparent;
}
.txtt{
	
	padding: 300px;
	text-align: left;
	color: rgb(255, 255, 255);
	border-bottom: 10px;
	font-size: 40px;
	left: 0%;
	
	
}
.vde{
	
}
.back-video{
	position: absolute;
	right: 0;
	width: 100%;

	display: flex;
	z-index: -1;
}
.aboutpage img{
	width: 100%;
	height: 70vh;
}
.bar{
	background-color: rgb(139, 27, 27);
	padding-top: 30px;
	text-align: center;
}
.bar h3{
	color: #fff;
	font-size: 20px;
}
.contact{
	background-color: rgb(145, 43, 43);
	margin-top: -105px;
	padding: 100px;
}
.contact h4{
	color: #fff;
	font-size: 60px;
	padding-top: -70px;
	padding-bottom: 20px;
	padding: -50px;
	margin-top: -20px;
	margin-left: 50px;
}
.contact p{
	color: white;
	font-size: 20px;
	padding-left: 500px;
	padding-top: -70px;
	margin-top: -20px;
}
.contact h6{
	color: #fff;
	margin-bottom: -70px;
	margin-left: -50px;
	font-size: 15px;

}
.contact h5{
	color: #fff;
	font-size: 20px;
	
	margin-left: -50px;
	margin-top: 100px;
}
.cpage{
	padding: 90px 0 90px 0;
}
.contactt{
	background-color: rgb(145, 43, 43);
	margin-top: -15px;
	padding: 100px;
}
.contactt h4{
	color: #fff;
	font-size: 60px;
	padding-top: -70px;
	padding-bottom: 20px;
	padding: -50px;
	margin-top: -20px;
	margin-left: -580px;
}
.contactt p{
	color: white;
	font-size: 20px;
	padding-left: 1100px;
	padding-top: -70px;
	margin-top: -30px;
}
.contactt h6{
	color: #fff;
	margin-bottom: -70px;
	margin-left: -1000px;
	font-size: 15px;

}
.contactt h5{
	color: #fff;
	font-size: 20px;
	
	margin-left: -1000px;
	margin-top: 100px;
}
