body{
	 font-family: 'Merienda';font-size: 15px;
	 background-image:url("c1.jpg");
	 background-repeat:repeat-no;
	 -webkit-background-size:cover;
	 background-size:cover;
	 background-position:center center;
}
.form-area{
	width:500px;
	height:450px;
	margin:60px auto 0;
	position:relative;
	background:rgba(0,0,0,0.4);
	text-align:center;
	padding:35px;
	border:3px solid #fff;
	-webkit-border-radius:70px 0 70px 0;
	-moz-border-radius:70px 0 70px 0;
	border-radius:70px 0 70px 0;
}
.form-area h2{
	margin-bottom:45px;
	color:#fff;
}
.img-area{
	width:50px;
	height:50px;
	border-radius:50%;
	background:black;
	position:absolute;
	top:-5%;
	left:45%;
}
.img-area img{
	width: 100%;
	padding:10px;
}
input{
	width:100%;
	height:50px;
	border-radius:15px 0 15px 0;
	border:2px solid #fff;
	margin-bottom:15px;
	background-color:transparent;
	color:#fff;
}
.form-area p{
	text-align:left;
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
}
.btn{
	display:inline-block;
	height:40px;
	width:150px;
	line-height:40px;
	overflow:hidden;
	position:relative;
	text-align:center;
	background:tomato;
	border-radius:25px;
	color:#fff;
	text-transform:uppercase;
	margin-top:20px;
	cursor:pointer;
	text-decoration: none;
}
.btn-text{
	display:block;
	height:100%;
	position:relative;
	top:0;
	-webkit-transition:top 0.6s;
	-moz-transition:top 0.6s;
	-ms-transition:top 0.6s;
	-o-transition:top 0.6s;
	transition:top 0.6s;
	width:100%;
}
.btn:hover .btn-text{
	top:-100%;
}
.for-pass{
	text-decoration:none;
	display:block;
	margin-top:30px;
	font-weight:bold;
	font-size:20px;		
	color:#fff;
}

.nav-item{
	padding-right: 12px;
	padding-left: 12px;
}
.flag{
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}
.nav-link.active{
	background-color: lightgrey !important;
}

.reserve-container{
	position: relative;
}
.card-body{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.card-body:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.reserve-text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-reserve{
	opacity: 0.4;
	max-height: 750px;
}

.carousel-caption{
	top: 40%;
}

.img-slider{
	min-height: 320px;
}

.navMenu{
	padding-top:10px;
	padding-bottom: 20px;
}

.card-img-top{
	height: 200px;
}
.cancelbtn 
		{
		width: 100%;
		}

.map{
	height: 420px;
	width: 720px;
	position:right;
}

@media screen and (max-width : 1920px){
  .only-mobile{
  visibility:hidden;
  }
}

@media screen and (max-width : 506px){
 
 .only-mobile{
  visibility:visible;
  }
}
.footer{
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
}
.social-icon{
	font-size:28; 
}
button {
  background-color:#ADABAD;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 25%;
  
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}


footer{
	position: fixed;
	bottom: 0px;
	padding-top: 20px;
}
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

.split {
  height: 100%;
  width: 50%;
  position: fixed;
 top: 0;
}

.left {
  background: url(image/c.jpg);
   width: 50%;
   position: absolute;
   left: 0px;
   height: 100%;
}

.right {  right: 0;
  background-color:gray;

}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

