@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
	margin:0;
	font-family:Arial;
  	background-image: url('./css/bg.jpg');
  	background-repeat: repeat;
}
.jpm {
	background-color: gold;
	color: black;
	width: 100%;
	text-align: center;
}
.mycontainer {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 70.25%; /* 16:9 Aspect Ratio (9/16 = 0.5625) */
}

* {
  box-sizing: border-box;
}

form.example input[type=text] {
  padding: 5px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
/* ************** Search ****************** */
.search {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search input[type="text"] {
    padding: 6px;
    margin-right: 10px;
    border: none;
    font-size: 17px;
    border-radius: 4px;
}

.search button {
    padding: 6px 10px;
    background: white;
    color: green;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.search button i {
    font-size: 18px;
}

.search button:hover {
    background: darkgreen;
    color: white;
}
/* ********************** end search ************** */
.top-left {
	position: absolute;
	left: 10px;
	top: 10px;
}
.top-middle {
	position: absolute;
	left: 10px;
	top: 105px;
	color: yellow;
}
.top-right {
	position: absolute;
	right: 10px;
	top: 88px;
}
.toped-right {
  position: absolute;
  top: 137px;
  right: 10px;
}
.centered {
  position: absolute;
  margin-top: 10px;
  top: 0px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: black;
  font-family: anmol;
  font-weight: bold;
}
.button {
background-color: #0000FF;
; /* Blue */
border: none;
color: white;
padding: 5px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 5px 5px 0px 0px;
}
.button:hover {
background-color: #4CAF50; /* Green */
color: white;
}

@font-face {
	font-family: anmol;
	src: url(AnmolLipi.woff);
}
@font-face {
	font-family: anmollipi;
	src: url(AnmolLipi.woff);
}
/*
body {
  background-color: #353836;
  color: white;
  font-family: "Poppins", sans-serif;
}
*/
header a {
  text-decoration: none;
}

header {
  padding: 0 0px;
  background-color: blue; /*#1d1f1d;*/
  height: 50px;
  display: flex;
  justify-content: space-between;
}

#brand {
  font-weight: bold;
  font-size: 14px;
  float: right;
  color: white;
}

#brand a {
  color: white; /*#09c372;*/
}

navbar {
	padding: 0px;
}

nav {
    background-color: blue;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
ul {
  list-style: none;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: white;
}

ul li {
  padding: 5px;
  margin-left: 10px;
}

ul li:hover {
  transition: 0.0s;
  color: blue;
}
ul a:hover {
	background-color: white;
	color: black;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#login,
#signup {
  border-radius: 5px;
  padding: 5px 8px;
}

#login {
  border: 1px solid #498afb;
}

#signup {
  border: 1px solid #ff3860;
}

#signup a {
  color: #ff3860;
}

#login a {
  color: #498afb;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
  padding-right: 20px;
}

#hamburger-icon div {
  width: 30px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  text-align: center;
  position: absolute;
  top: 170px;
  left: 800px;
  height: calc(100vh - 650px);
  width: 100%;
}
.mobile-menu a:hover {
	background-color: white;
	color: black;
	padding: 10px;
}
.mobile-menu li {
  margin-bottom: 5px;
}

.clWrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	border:solid 1px #999999;
}
.iframe {
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
}

#main-online-booking {
    height: 74%;
    border-bottom: 0px #939393 solid;
    border-left: 0px #939393 solid;
    border-right: 0px #939393 solid;
    z-index: 4;
    background-color: #fff;
}

.booking-dimensions {
    width: 100%;
    height: 100%;
}
.wrap-element {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.wrapped-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  height: 40px;
  padding: 10px;
}

.mbutton {
background-color: brown ;/*#0000FF; /* Blue */
border: none;
color: white;
padding: 4px 4px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
border-radius: 5px 5px 0px 0px;
}
.mbutton:hover {
background-color:blue; /*#4CAF50; /* Green */
color: white;
}

#branda {
  font-weight: bold;
  font-size: 14px;
  display: none;
  align-items: center;
}

#branda a {
  color: white; /*#09c372;*/
}
@media only screen and (max-width: 800px) {
  header nav {
    display: none;
  }
.mobile-menu {
  display: none;
  text-align: center;
  position: absolute;
  top: 170px;
  left: 0;
  height: calc(100vh - 650px);
  width: 100%;
  background-color: red;
}

  #hamburger-icon {
    display: block;
	padding-left: 80%;
  }
  
  #main-online-booking {
    height: 75%;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    z-index: 4;
    background-color: none;
}
#brand {
  font-weight: bold;
  font-size: 12px;
  display: none;
  align-items: center;
}

#brand a {
  color: white; /*#09c372;*/
	}
#branda {
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
}

#branda a {
  color: white; /*#09c372;*/
}
}

