*{
	margin:0;
  	padding: 0;
  	box-sizing: border-box;
	font-family: "Times New Roman", Times, serif;
	
}

nav{
  position: fixed;
  height: 80px;
  width: 100%;
  background: linear-gradient(to right, #00093c, #2d0b00);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px 0px 100px;
  margin-left: px;
  margin-top: -100px;
  border-bottom-left-radius: 125px;
  border-bottom-right-radius: ;

}
nav .logo{
  font-size: 33px;
  color: #fff;
  font-weight: 600;
  margin-left: -55px;
}
nav ul{
  display: flex;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
  margin-left: -10px;
}
nav ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
nav ul li a:hover,
nav ul li a.active{
   color: gray;
  background: linear-gradient(to right, #00093c, #2d0b00);;
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
#click{
  display: none;
}
@media (max-width: 770px){
  nav .menu-btn i{
    display: block;
    margin-right: -25px;
    
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav .logo{
    font-size: 20px;
    margin-left: -75px;
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.5s ease;
  }
  #click:checked ~ ul{
    left: 0%;
  }
  nav ul li{
    margin: 40px 0;
  }
  nav ul li a{
    font-size: 20px;
    display: block;
  }
  nav ul li a:hover,
  nav ul li a.active{
    color: cyan;
    background: none;
  }
}
.book-now-details{
	height: 100%;
	width: 100%;
	display: flex;
	margin-top: 100px;
}
.book-now-details h1{
	font-size: 34px;
	margin-left: 45px;
	font-family: "Times New Roman", Times, serif;
	background: linear-gradient(to right, #00093c, #2d0b00);
	color: white;
	border-bottom-right-radius: 100%;
	box-shadow: 20px 30px;
	width: 245px; 
	height: 150px;
	padding: 10px;
	padding-left: 15px;
	box-shadow: 0 13px 26px rgba(0, 0, 0, 0.4), 0 12px 6px rgba(0, 0, 0, 0);

}

.book-now-form{
	margin-left: 320px;
	margin-top: -150px;
	background: linear-gradient(to left,  #00093c, #2d0b00 );
	width: 800px;
	color: white;
	height: 450px;
	padding: 55px;
	border-radius:;
	border-bottom-left-radius: 100%;
	border-top-right-radius: 100%;
	box-shadow: 0 13px 26px rgba(0, 0, 0, 0.4), 0 12px 6px rgba(0, 0, 0, 0);
}



.detail-1{
	margin-top: 40px;
	margin-left: -20px;
}
.detail-1 input{
	border-radius: 25%;
	background: transparent;
	color: black;
}
.detail-2{
	margin-top: 10px;
	margin-left: 20px;
}
.detail-2 input{
	border-radius: 25%;
	background: transparent;
	color: black;
}
.detail-3{
	margin-top: 10px;
	margin-left: 80px;
}
.detail-3 input{
	border-radius: 25%;
	background: transparent;
	color: black;
}
.detail-4{
	margin-left: 160px;
}
.detail-4 input{
	border-radius: 25%;
	background: gray;
	color: black;
}
.detail-5{
margin-left: 275px;
}
.detail-5 input{
	border-radius: 25%;
	background: gray;
	color: black;
}

















.interior-book{
  margin-left: 1143px;
  margin-top: -25px;
  background: linear-gradient(to right, #00093c, #2d0b00);
  width: 100px;
  height: 80px;
  border: none;
  border-radius: 100%;
  color: white;
  cursor: pointer;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  
}
.interior-book:hover{
  color: gray;
  transition: 1s;
}

.important-note{
	text-align: center;
  	height: 10px; 
  	margin-top: 10px;
}
.important-note h2{
  color: white;
  background: linear-gradient(to right, #00093c, #2d0b00);
  border-radius: 100%;
}

.required-items{
	color: white;
	background: linear-gradient(to right, #00093c, #2d0b00);
	margin-top: 45px;
	height: 200px;
	text-align: center;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;


}
.required-items h3{
	font-size: 25px;
	padding-top: 20px;
}
.required-items ul{
	padding-top: 25px;

}













.thanku-comment{
  text-align: center;
  height: 10px; 
  margin-top: 10px;
}
.thanku-comment h2{
  color: white;
  background: linear-gradient(to right, #00093c, #2d0b00);
  border-radius: 100%;
}






footer{
  width: 100%;
  position: absolute;
  margin-top: 23px;
  margin-left: px;
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: #fff;
  padding: 100px 0 30px;
  border-top-left-radius: 125px;
  font-size: 13px;
  line-height: 27px;
}
.row{
  width: 84%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.col{
  flex-basis: 25%;
  padding: 10px;
}
.col:nth-child(2), .col:nth-child(3){
  flex-basis: 20%;
}
.logo-2{
  width: 250px;
  margin-bottom: 50px;
}
.col h3{
  width: fit-content;
  margin-bottom: 50px;
  position: relative;
  margin-left: 10px;
}
.email-id{
  width: fit-content;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}
.col ul li{
  list-style: none;
  margin-bottom: 12px; 
}
.col ul li a{
  text-decoration: none;
  color: #fff;
}
.email-form{
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.email-form .far{
  font-size: 18px;
  margin-right: 10px;
}
.email-form input{
  width: 100%;
  background: transparent;
  color: #ccc;
  border: 0;
  outline: none;
}
.email-form button{
  background: transparent;
  border: 0 ;
  outline: none;
  cursor: pointer;
}
.email-form button .fas{
  font-size: 16px;
  color: #ccc;
}
.social-icons .fab{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  background: #fff;
  margin-right: 15px;
  cursor: pointer;
}
hr{
  width: 90%;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 20px auto;
}
.copyright{
  text-align: center;
}
.underline{
  width: 100%;
  height: 5px;
  background: #767676;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  left: 0;
  overflow: hidden;
}
.underline span{
  width: 15px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 10px;
  animation: moving 2s linear infinite
}
@keyframes moving{
  0%{
    left: -20px;
  }
  100%{
    left: 100%;
  }
}


@media ( max-width: 770px){
  footer{
    bottom: unset;
  }
  .col{
    flex-basis: 100%;
   
  }
  .col:nth-child(2), .col:nth-child(3){
    flex-basis:100%;
  }
}

