@charset "utf-8";
/* CSS Document */
/*
@font-face {
    font-family: 'poppinsblack';
    src: url('fonts/poppins-black-webfont.eot');
    src: url('fonts/poppins-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-black-webfont.woff2') format('woff2'),
         url('fonts/poppins-black-webfont.woff') format('woff'),
         url('fonts/poppins-black-webfont.svg#poppinsblack') format('svg');
    font-weight: 900;
    font-style: normal;

}
*/

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.eot');
    src: url('fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('fonts/poppins-bold-webfont.woff') format('woff'),
         url('fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsitalic';
    src: url('fonts/poppins-italic-webfont.eot');
    src: url('fonts/poppins-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-italic-webfont.woff2') format('woff2'),
         url('fonts/poppins-italic-webfont.woff') format('woff'),
         url('fonts/poppins-italic-webfont.svg#poppinsitalic') format('svg');
    font-weight: 400;
    font-style: normal;

}

/*
@font-face {
    font-family: 'poppinslight';
    src: url('fonts/poppins-light-webfont.eot');
    src: url('fonts/poppins-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-light-webfont.woff2') format('woff2'),
         url('fonts/poppins-light-webfont.woff') format('woff'),
         url('fonts/poppins-light-webfont.svg#poppinslight') format('svg');
    font-weight: 300;
    font-style: normal;

}
*/

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.eot');
    src: url('fonts/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('fonts/poppins-medium-webfont.woff') format('woff'),
         url('fonts/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.eot');
    src: url('fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff'),
         url('fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'robotoslabbold';
    font-display: swap;
    src: url('fonts/RobotoSlab-Bold.woff2') format('woff2'),
		 url('fonts/RobotoSlab-Bold.woff') format('woff'),
		 url('fonts/RobotoSlab-Bold.eot') format('eot')/*,
		 url('fonts/RobotoSlab-Bold.ttf') format('truetype')*/;
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'dancing_scriptregular';
    src: url('fonts/dancingscript-variablefont_wght-webfont.eot');
    src: url('fonts/dancingscript-variablefont_wght-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dancingscript-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/dancingscript-variablefont_wght-webfont.woff') format('woff'),
         url('fonts/dancingscript-variablefont_wght-webfont.svg#dancing_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: "poppinsregular", Arial, sans-serif;
  line-height: 1.5;
  font-display: swap;
  /*background-color: #dfe7fd;*/
}
body {
  overflow-x: hidden;
}
h2 {
  font-family: 'robotoslabbold', serif;
}

h2 {
  font-family: 'dancing_scriptregular', cursive;
}

h3,
h4,
h5,
h6 {
  font-family: 'poppinsmedium', sans-serif;
}

.dancing-script {
	font-family: 'dancing_scriptregular', cursive;
}

.roboto-slab {
	font-family: 'robotoslabbold', serif;
}

/*
.poppins-regular {
	font-family: 'poppinsmedium', sans-serif;
}
*/

.bg-body {
  background-color: #dee2e6 !important;
}

.privacy-image {
  background-image: url("../images/privacy_policy.webp"); 
  background-color: #cccccc; 
  height: 350px;
  background-position: right;
  background-repeat: no-repeat; 
  background-size: cover; 
}

/* Start Nav */


.enq-link {
  background-color: aliceblue;
  border: 1px solid black;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
}
.nav-bg {
	background-color: #ffffff;
}
.bg-img-color {
	background-color: #ced4da !important;
}
/* .nav-link {
	color: white !important;
} */
/* End Nav */

/* Start Gallery Carousel */

/* End Gallery Carousel */
.color-blue {
	color: #03045e;
}
.color-orange {
	color: #ef9f05;
}
.color-gold {
	color: #ffb703 !important
}
.color-brown {
	color: #902e43;
}
/* Background Video */
#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.video-container {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
/*
.bg-img {
  background-image: url("../images/display/bg.jpg"); 
  background-color: #ffffff; 
  height: 250px;
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover; 
}
*/
.shadow-text {
	text-shadow: 2px 2px 3px #000000;
}

.ls {
	letter-spacing: 3px;
}

#location ul li {
	font-size: 1.2rem !important;
}
.disclaimer {
	font-size: 0.5rem !important;
}
.fs-7 {
	font-size: 0.8rem !important;
}
/* Start Banner */
@media (min-width: 992px) {
  .vh-lg-100 {
    height: 100vh !important;
  }
}
#more {
	display: none;
}
/*
@media (min-width: 768px) {
  .pa {
    position: absolute !important;
	top: 5% !important;
	left: 15% !important;
  }
}
*/

/*
.tb-underline {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  
}
.marker-icon {
	position: relative;
	padding-left: 20px;
}
.marker-icon::before {
	position: absolute;
	content: '';
	background: url("../images/marker.svg")no-repeat;
	width: 15px;
	height: 20px;
	left: 0;
	top: 5px;
	
}
*/

.border-gold {
  border-color: #876613 !important;
}
/* End Banner */
/* Start Overview */
.overview {
  text-align: justify;
}
/* Start About Us */

/* End About Us */
/* Start Location */
.icon-color {
	color: #ec353a;
}
.icon-color:hover {
	color: #61C3FF;
}
/* End Location */
/* Start Gallery */
 
/* End Gallery */
/* Start Flex */


/* End Flex */
/* Start Price */

/* End Price */
/* Start form */
#accordianFaq h2 {
	font-family: 'poppinsmedium', sans-serif;
}

/* End form */

@media (max-width: 575.98px) {
  
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  	
}
@media only screen and (min-width: 768px) {
	.pa {
      position: absolute !important;
      top: 2% !important;
      left: 5% !important;
    }
	
  	
}
@media only screen and (min-width: 992px) {
	
	

}
@media only screen and (min-width: 1200px) {
	.pa {
      position: absolute !important;
      top: 15% !important;
      left: 15% !important;
    }

}
@media only screen and (min-width: 1400px) {
	
  	
}

