@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url("../images/bkg.png");
	background-repeat: repeat;
	position: relative;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
@media only screen and (max-width: 800px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #36454F;
  margin: 1em 0;
  padding: 0;
}
/*head*/
.banner {
	box-sizing: border-box;
	position: relative;
	height: 100vw;
	width: 100vw;
	max-height: 500px;
	margin-bottom: 50px;
}
.bannerimg {
	height: 100vw;
	width: 100vw;
	max-height: 500px;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
}
.reflections {
	display: block;
	max-height: 110px;
	margin-left: auto;
	margin-right: auto;
}
/*head / menu - start */
.menubar {
	margin: auto;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 10;
	position: relative;
}
.menu {
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}
.menu a {
	color: #FFFFFF;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 18px;
}
.menu a:hover {
	color: #C0C0C0;
}
.menu a.current {
	color: #71797E;
}
/*head / menu - end */
.main-tagline {
	color: #FFFFFF;
	text-align: center;
	position: relative;
	margin-top: 150px;
	z-index: 10;
}
.main-tagline p {
	text-align: center;
}
.book-btn {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
.booknow-btn {
    background-image: linear-gradient(to right, #2196f3 0%, #f44336  51%, #2196f3  100%);
    margin: 10px;
    padding: 15px 45px;
	max-width: 100px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}
.booknow-btn:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
/*index / body / about */
.about-container {
	color: white;
	text-align: justify;
	max-width: 1000px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;	
	display: flex;
	width: 80%;
}
/*index / body / about / image-slideshow start*/
.images {
	display: block;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	vertical-align: middle;
	flex: 1;
}
.slide-container {
	max-width: 400px;
	position: relative;
	margin: auto;
}
.slide {
	display: none;
}
.fade {
 	animation-name: fade;
 	animation-duration: 2s;
}
@keyframes fade {
 	from {opacity: .4} 
 	to {opacity: 1}
}
.slidenumber {
 	color: #f2f2f2;
 	font-size: 12px;
 	padding: 8px 12px;
 	position: absolute;
 	top: 0;
}
.dot {
 	height: 5px;
 	width: 5px;
 	margin: 0 2px;
 	background-color: #bbb;
 	border-radius: 50%;
 	display: inline-block;
 	transition: background-color 2s ease;
}
/*index / body / about / image-slideshow end*/
.active {  
	background-color: #717171;
}
/*gallery*/
.gallery-main {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gallery-container {
 	display: -ms-flexbox; /* IE10 */
  	display: flex;
  	-ms-flex-wrap: wrap; /* IE10 */
  	flex-wrap: wrap;
  	padding: 0 4px;
}
/* gallery / download */
.dl-text h1, p {
	text-align: center;
	color: white;
}
.dl-text {
	margin: 20px;
}
.download-container {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.dl-box {
	display: flex;
}
.dl {
	display: block;
	flex: 1;
	margin: 5px;
}
.dl img {
	width: 60%;
}
/*gallery - end*/
/* Create four equal columns that sits next to each other */
.gallery {
 	-ms-flex: 23%; /* IE10 */
  	flex: 23%;
  	max-width: 23%;
  	padding: 0 4px;
}

.gallery img {
  margin-top: 8px;
  vertical-align: middle;
  width: 85%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/*index / body / about*/
.about {
	color: white;
	max-width: 350px;
	flex: 1;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
}
.about h2 {
	margin-top: 5px;
	margin-left: 15px;
	text-align: left;
}
.about p {
	margin-top: 20px;
	text-align: justify;
}
/*index / body / videoplayer*/
.promovid {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}
iframe {
	width: 100%;
	height: 100%x;
}
/*index / body / rate*/
.rate-title {
	text-align: center;
	color: white;
	margin-top: 40px;
}
.rate-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 100%;	
}
.rate {
	width: 80%;
	color: white;
	display: flex;
}
.gifimg{
	width: 80%;
}
.packs {
	display: block;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.package-list {
	display: block;
	text-align: center;
  	padding: 0;
	margin: 0;
	flex: 1;
}
.list-group {
  	display: block;
  	padding: 10px;
  	border: 1px solid rgba(60, 60, 60);
	flex-direction: row;
	margin-top: 0;
	margin-bottom: 0;
}
.list {
	font-weight: bolder;
	padding: 0.75rem 1.25rem;
}

/*index / body / gif*/
.gifimg {
	flex: 1;
	max-width: 400px;
	margin-left: 10px;
	margin-bottom: 40px;
}
.gifimg img {
	max-width: 400px;
}
/*index / body / rate / packages button*/
.p-button {
	color: white;
	text-align: center;
}
.pack-deets {
	width: 300px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 8px;
	color: #D3D3D3;
  	background-color: #818589;
  	border-color: #818589;
	border-radius: 8px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.pack-deets:hover {
  	color: #E5E4E2;
  	background-color: #71797E;
  	border-color: #71797E;
}
/*index / body / we cater to*/
.cater {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 100%;
}
.cater-title {
	color: white;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.image-overlay {
    position: relative;
    display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.image-overlay .top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.image-overlay:hover .top {
    display: inline;
}
/*index / body / testimonials*/
.test-title {
	color: white;
	text-align: center;
	margin-top: 20px;
}
.p-test {
	color: white;
	text-align: center;
}
.testimonials {
	display: block;
	position: relative;
	max-width: 800px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.testi-panels {
	display: flex;
}
.testi {
	background: rgba(210, 210, 210, 0.4);
	border-radius: 0.5rem;
	padding: 5px;
	height: 360px;
	width: 200px;
	text-align: center;
	font-size: 13px;
	flex: 1;
	margin: 5px;
}
.testi img {

}
.testi h4 {

}
.testi p {
	font-style: italic;
	display: inline-block;
	margin-top: 10px;
}
/*index end*/
/*about*/
.about-container1 {
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;	
	width: 80%;
}
.about-text1 {
	margin-top: 30px;
	color: white;
	text-align: justify;
}
.about-text1 h2 {
	text-align: center;
}
.about-text1 ol {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}
.about1-title {
	text-align: center;
	margin-bottom: 15px;
}
.a-img {
	display: block;
	height: 80%;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.a-gallery {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.a-gallery img {
	max-height: 200px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.a-sample {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.a-sample img {
	max-height: 200px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*about-end*/
/*packages*/
.packages {
	color: white;
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
  	padding-left: 0;
  	padding: 5px;
  	border: 4px solid rgba(60, 60, 60);
}
.pack-img {
	max-height: 80%;
	margin-top: 54px;
	margin-left: 10px;
}
.rate-list {
	max-width: 450px;
	width: 100%;
	flex: 1;
}
.rate-list p {
	text-align: center;
}
/*packages / add ons*/
.add-container {
	color: white;
	max-width: 1000px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.addon-list {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	flex: 1;
	text-align: center;
	width: auto;
}
.addon-p {
	font-size: 12px;
	text-align: center;
}
.list-group {
	text-align: center;
}
/*packages / faq*/
.faq {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-right: 100px;
}
/*packages end*/
/*gallery*/



/*gallery - end*/
/*contact*/
.message-container {
	display: block;
	max-width: 750px;	 
	color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: center;
}
.message-board {
	color: white;
	border: 2px solid rgba(60, 60, 60);
	border-radius: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
	max-width: 800px;
}
.message-container a{
	color: #228B22;
	text-decoration: none;
}
.phone-email {
	display: inline-block;
	max-height: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.social {
	width: 130px;
	margin-left: 0;
	background: rgba(210, 210, 210, 0.4);
	padding: 20px;
	border-radius: 0.5rem;
}
.img-social {
	display: inline-grid;
	max-height: 80px;
}
.contact-side {
	flex: 1;
}
/*contact / form*/
form {
	color: white;
	padding: 20px;
    max-width: 400px;
    margin: auto;
	flex: 1;
	text-align: left;
}
input, textarea {
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius: 0.8rem;
	
}
button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background-color: #45a049;
}
/*contact - end*/
/*footer*/
footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer-container {
	max-width: 1000px;
	padding: 50px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*footer / contactus*/
.contact {
	color: #808080; 
	display: inline-grid;
	margin-right: 100px;
}
.contact a, p{
	margin-left: 20px;
	text-align: left;
}
.foot-titles {
	margin-bottom: 10px;
	color: #36454F;
}
.link-foot {
	color: #808080;
	text-decoration: none;
} 
.phone {
	color: #228B22;
}
/*footer / site map*/
.sitemap {
	color: #808080; 
	display: inline-grid;
	margin-right: 180px;
}
.sitemap a {
	margin-left: 20px;
}
/*footer / links*/
.links {
	color: #808080; 
	display: inline-grid;
}
.links-overlay {
    position: relative;
    display: inline-block;
	margin-left: 20px;
	margin-bottom: 10px;
}
.links-overlay .link-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.links-overlay:hover .link-top {
    display: inline;
}
/*footer / copyright*/
.copyright {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	font-size: 12px;
	color: #A9A9A9;
	text-align: center;
}
.copyright p {
	text-align: center;
}
.foot-logo {
	max-height: 80px;
}