@charset "utf-8";
.top_header{
	position: fixed;
	z-index:1000;
	color:white;
	background:#ff4040;
	font-size:12px;
}
.top_header i{
	color:#f6a525;
	padding:5px;
}
/*.loader {
  border: 16px solid #f3f3f3; /* Light grey
  border-top: 16px solid #3498db; /* Blue 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/


.ac{
	color:#f6a525!important;
}
.fa-phone{
	transform: rotate(180deg);
}

.top{
	position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #f6a525;
color: #D82531;
cursor: pointer;
padding-left: 5px;
padding-right: 5px;
border-radius: 4px;
}
.top a{
	color:black;
}
.header{
		background-color:rgba(3,3,3,0.8);
		position:fixed;
	top:10px;
	z-index:99;
		
	}
	.logo{
	color:white;
		margin-left:-21px;
		font-family: 'Concert One', cursive;
		font-size: 20px;
		font-weight: bold;
		
	}
	.ss{
		color:#f6a525!important;
		font-size: 32px;
	}
	.nav-link{
		color:white ;
		margin-left:40px;
		font-family: 'Baloo Chettan', cursive !important;
		
	}
	.nav-link:hover{
			color:#f6a525!important;
		}
	.veg{
		margin:30px 0 0 70px;
		border-radius:50%;
		padding: 10px;
	}
	.name{
		font-weight: bold;
		font-size:24px;
		margin-bottom:20px;
	}
.heading{
	color:yellow;
	font-size:18px;
		margin:30px;
		display:block;
		padding:20px;
}
.menu{
	padding:75px 0px;
	
}
.img_over:hover{
	filter: brightness(0.8);
	
}
.img_veg:hover{
	transform: scale(1.3);
	transition: transform 0.3s;
}
.hed5{
	text-align:center;
		font-size:36px;
		display:block;
		padding:10px;
		font-family: 'Bitter', serif;
	color:#f6a525;
	}
	.hed1{
	text-align:center;
		color:#f6a525;
		font-size:36px;
		margin:40px;
		display:block;
		padding:20px;
		font-family: 'Bitter', serif;
	}
.hed2{
	display: block;
	padding:0 0 20px 0;
	font-size:24px;
		font-family: 'Bitter', serif;
	text-align:center;
}
.d_name{
	font-size:18px;
	text-align:center;
font-family: 'Mali', cursive;
	margin-top:30px;
	
}
/* About US*/

.about1{
	/*margin:50px;
	padding:10px;*/
	text-align: justify;
	border : 2px solid #f6a525;
}
	


.line-separator-with-img img{
	position: relative;
top: -34px;
}

.line-separator-with-img{
	width: 990px;
margin: 150px auto;
background: #444;
height: 1px;
text-align: center;
}
/*Table booking*/
.parallax{
	background:url(../images/pizza2.jpg);
	background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
	height:450px;
	margin:30px 0px;
}
.reserv_box{
	margin: 32px 0px;
	background-color: #f6a525;
	font-family: 'Bitter', serif;
}
.book_know{
	background-color: transparent;
	border:none;
	color:white;
}
 .ui-state-active{
	background-color:#ff4040 !important;
	 border-radius:5px !important;
}
.cust li a{
	border:none !important;
}
.name1{
	text-align: center;
	color:#ff4040;
	padding:10px;
	margin:10px;
}
.content{
	font-size:48px;
	text-align: center;
	color:white;
	margin-top:100px;
	padding:40px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.svg-wrapper {
  height: 0px;
	margin: 0 auto;
  transform: translateY(-50%);
	text-align: center;
}

.shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  stroke: red;
}

.text {
  color: #f6a525;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 32px;
  position: relative;
  top: -48px;
	text-align: center;
	cursor: pointer;
}

@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}

.svg-wrapper:hover .shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards;
}


/*gallery*/
.gallery{
	margin:20px auto;
	transition: 0.3s ease;
}


.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev {cursor: pointer;
position: absolute;
padding: 0px;
color: white !important;
font-weight: bold;
font-size: 30px;
border-radius: 0 3px 3px 0;
left: 80px;
}
.next {
 cursor: pointer;
position: absolute;
padding: 0px;
color: white !important;
font-weight: bold;
font-size: 30px;
border-radius: 0 3px 3px 0;
right: 80px;
}

.total_box span{
	color:#ff4040;
	font-size:24px;
	float:right;
}
#total{
	color:white;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
  

/*OFFERS CSS*/
.offers img{
	border-radius: 15px;
}
.offer_overlay {
	position: absolute;
  bottom: 80%;
  left: 4%;
  right: 0;
  background-color:rgba(255,204,51,0.6);
  overflow: hidden;
  width: 92.5%;
  height:0;
  transition: .2s ease;
	border-radius: 15px;
}
.offer_text {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.offer_text p{
	color:white;
	opacity: 0;
}

.col-sm-4:hover .offer_overlay {
	bottom:0px;
	height: 100%;
}
.offer_overlay:hover p{opacity: 1;
	
}




/* ourMenu */
.cust{
	background-color:#f6a525;
	border-radius: 15px;
}
.cust li{
	display: inline;
}
.cust li a{
	text-decoration: none;
	color:white!important;
	font-weight: bold;
	border:1px solid green;
	padding:10px 15px;
	margin:10px;
}
.btn1{
		margin:5px;
	}
	

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.food_name{
	margin-left:10px;
}
.section{
	margin:50px;
}
.btn{
	padding:10px;
	margin:10px;
	color:white;
	
}
.ind{
	margin-left:14px;
}
.ind [type] button{
	background-color:white;
	width:50px;
	height:50px;
	background-color:transparent;
}
#value{
	width:50px;
	height:50px;
}



.add{
	font-size:24px;
	color:white;
	margin:20px 0px;
	padding:12px;
	text-align: center;
	background-color:#ff4040;
	border-radius:10px
}

/*footer*/

.footer_bot{
	margin-top:-245px;
}
.map{
	position:relative;
	top:251px;
	border:2px solid #f6a525;
	border-radius: 10px;
}

footer{
	background-color:rgba(1,1,1,0.7);
	color:white;
	height:300px;
}
footer i{ 
	margin:10px;
	padding:15px;
	font-size:24px;
}
footer i:hover{
	color:#f6a525;
}
.footer_title{font-size: 21px;
color:black;
margin-top: 16px;
	font-weight: bold;
}
.footer_content{
	position:relative;
	top:120px;
	background-color: #f6a525;
border-radius: 45px;
color: #fff;

padding: 10px 20px 10px 60px;
}
.footer_content a{
	text-decoration: none;
	color:white;
}
.footer_bottom{
	position: relative;
top: 140px;
}

/*order details php*/


/*admin.php css*/

.list-group-item{
	background-color:#ff4040 !important;
}

/*admin.php */



.over_view  a{
	text-decoration: none;
	font-weight: bold;
}

/*MODAL BOX LOGIN FORM*/

.login_form {
	
	margin: 10px auto 0px;
	color: white;
	background: #ff4040;
	text-align: center;
	border: 1px solid #B0C4DE;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
}

	.input-group{
		padding:10px;
	}
	.input-group2{
		text-align:center;
		padding:10px;
		
	}
	.input-group2 input{
		background-color:#f6a525;
		cursor: pointer;
		font-weight: bold;
		
	}
.hd{
	text-align:center;
	
}

.over_view a{
	cursor: pointer;
	color:#ff4040;
}