@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');



body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
}


.home_page{
	background-image: url('/assets/images/main-home-backround.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 680px;
}

.home_page header{
	position: absolute;
	top: 20px;
	width: 100%;
}

.text_msg{
	margin-top:5%;
}
.text_msg h4{
	line-height: 42px;
}

.banner_content {
	position: absolute;
	bottom: 210px;
	width: 100%;
}
.banner_content h1 {
	font-size: 34px;
	color: #fff;
	text-shadow: 5px 6px 2px #333;
	font-weight: bold;
	margin-top: 100px;
}

.banner_content h2 {
	font-size: 32px;
	color: #fff;
	text-shadow: 5px 6px 2px #333; 
	font-weight: bold;
	margin-top: 15px;
}

.banner_content h2 span{
/* 	color: rgb(1,39,58); */
	color: #fedd18;

}
header ul {
	margin-top: 25px;
}
header ul li {
	margin-left: 13px;
}
header ul li a{
	font:600 14px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
	 color: #333;
} 



.Deals {
    color: #000;
    height: auto;
    text-align: center;
    background: rgba(245,184,14,1);
    background: -moz-linear-gradient(top, rgba(245,184,14,1) 0%, rgba(255,224,25,1) 97%, rgba(255,224,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,184,14,1)), color-stop(97%, rgba(255,224,25,1)), color-stop(100%, rgba(255,224,25,1)));
    background: -webkit-linear-gradient(top, rgba(245,184,14,1) 0%, rgba(255,224,25,1) 97%, rgba(255,224,25,1) 100%);
    background: -o-linear-gradient(top, rgba(245,184,14,1) 0%, rgba(255,224,25,1) 97%, rgba(255,224,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,184,14,1) 0%, rgba(255,224,25,1) 97%, rgba(255,224,25,1) 100%);
    background: linear-gradient(to bottom, rgba(245,184,14,1) 0%, rgba(255,224,25,1) 97%, rgba(255,224,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b80e', endColorstr='#ffe019', GradientType=0 );
    margin-bottom: 15px;
}
.Deals p {
	line-height: 50px;
}

.home_page header ul li a {
	color: #1a53a2;
}
.salling-time{
	border: 1px #fff solid;
	border-radius:3px;
}
.buy-ticket{
	background: #1a53a2;
		border-radius: 3px;
}
header ul li a:hover{
	color: #1a53a2;
}
.three_btn{
	position: absolute;
	bottom: 0;
		width: 100%;
}
.three_btn a {
	background: #01263b;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 0;
	display: inline-block;
	border-radius: 10px 10px 0px 0;
	font-weight: bold;
}
.three_btn a:hover,.bottom-cont span.text-right a:hover{
	text-decoration: none;
}
section.banner{
	margin:50px 0;
}

section.live_update {
    /* margin: 4px 0; */
    width: 100%;
    float: left;
    margin-top: 130px;
}

section.banner .carousel-caption {
	top: 20px;
font-size: 40px;
font-weight: 700;
text-transform: uppercase;

}
section.banner .carousel-caption h2 {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 2px 3px #333;
	font-style: italic;
}
.bottom-cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
}
.bottom-cont span.text-left{
		font-size: 25px;
	font-weight: 700;
	text-shadow: 1px 2px 3px #333;
	color: #fff;
}
.bottom-cont span.text-right{

	background: #01263b;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 0;
	display: inline-block;
	border-radius:5px;
	font-weight: bold;
	float: right;

}
.bottom-cont span.text-right a{
	color: #fff;
		padding: 8px 20px;
}
.offer_dis{
	position: relative;
}
.offer_dis h2{
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.offer_text{
position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size:18px;
	font-weight: 700;
}
.offer_price {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #01263b;
	border-radius: 50%;
	height: 170px;
	width: 170px;
	text-align: center;
	color: #fff;
}
.inc {
	padding-top: 20px;
	margin-bottom: 0;
}
.offer_price h3 {
	font-size: 45px;
	font-weight: 700;
}
.offer_price .trip{
	color: #f5b70e;
	font-size: 20px;
}
.discount-list{
	background: #01263b;
	padding: 15px;
	text-align: center;
	color: #fff;
	margin-top:20px;
}
.discount-list h4{
		font-weight: 700;
}
.discount-list ul{padding-left: 0}
.discount-list ul li {
	display: inline;
	margin: 0 10px;
}
.discount-list ul li a,.buy-btn{
	color: #f5b70e;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.discount-list ul li a:hover,.buy-btn:hover{
text-decoration:none;
color: #e0a401;
}
.view-all a {
	background: #f5b70e;
	color: #fff;
	width: 100%;
	padding: 15px 0;
	margin: 50px 0;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}
footer{
	background: #01263b;
	padding:50px 0;
	color: #fff;
	margin-top: 5px;
}
footer h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
.footer-link{
	margin-top: 50px;
}
footer ul{
	padding-left: 0;
}
footer li{
		margin-bottom: 15px;
	list-style: none;
}
footer a{
	color: #fff;

}
footer a:hover{
	color:#ececec;
}
.main-title {
	background-image: url(../images/breadcrumb.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 50px 0;
    background-size: cover;

	margin: 50px 0;
}
.main-title.golf_bg {
	background-image: url(../images/golf_bg.png);
	min-height: 540px;
	/* vertical-align: middle; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-content: center; */
	padding: 300px 0;
}
.main-title.golf_bg p {
	font-size: 24px;
	line-height: 40px;
	text-transform: initial;
	font-weight: 400;
	/* padding: 200px 0; */
}
.main-title h1 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 52px;
}

.dropdown-menu .dropdown-item{
	color: #212529 !important
}

.top_warning {
    background: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.direction_btn{
	background:#1a53a2 !important;
	color:white !important;
}


.custom_btn {
    font: 400 16px/20px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #252525;
    border-radius: 2px;
    padding: 15px 25px;
    margin-top: 15px;
    display: inline-block;
    border: 0;
}
.no-padding_col{
	padding:0;
}

 .middle_cont {
	background: #fcfcfc;
	border-top: 1px #e1e1e1 solid;
	padding: 45px 0;
	position: relative;
}

.error-title {
	color: #1a53a2;
	font-size: 200px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 300;
	text-stroke: 1px transparent;
	display: block;
	text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.2),0 20px 20px rgba(0,0,0,0.15);
}

.header.js-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	padding: 5px 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px -3px rgba(0,0,0,0.5);
	box-shadow: 0 3px 5px -3px rgba(0,0,0,0.5);
	-webkit-transition: all 0.33s cubic-bezier(0.33, 0, 0.2, 1);
	transition: all 0.33s cubic-bezier(0.33, 0, 0.2, 1);
	/* -webkit-transform: translateZ(0); */
	/* transform: translateZ(0); */
}
.header.js-header li a{
	color: #252525;
}
.download_app-col {
	background: #01263b;
	padding: 30px 0;
}
.download_app-col h4{
	color: #fff;
}


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.gallery_product.filter {
	padding: 0;
	margin-bottom: 1px;
}
.gallery_product.filter img {
	width: 100%;
	height: 312px;
	padding-left: 1px;
}

.food_centered{
   position: absolute;
   top: 25%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 3.14285714em;
   line-height: 1.31818182em;
   color: #fff;
   width: 60%;
}

.video_content {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	color: #fff;
	width: 100%;
	text-align: center;
	z-index: 9;
		font-size: 24px;
	font-family: Open Sans, "Helvetica", "Arial", sans-serif;
	color: #fff;
	font-weight: 400;
}
.video_content h1{
	font-size: 56px;
	font-family: Open Sans, "Helvetica", "Arial", sans-serif;
	color: #fff;
	font-weight: 700;
}
.video_content p{

}

.figure .figure-img {
	margin-bottom: 1.5rem;
	line-height: 1;
	max-height: 250px;
}   

.food-bg {
	position: relative;

}
.food-bg h2 {
	background-color: rgba(1,38,59,0.8);
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	margin-bottom: 0;
	padding: 10px;
		font-size: 16px;
	color: #ffffff;
}

.food_drk_col figure.figure .figure-caption {
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.food_drk_col {
	margin-top: 25px;

}
.food_drk_col  .figure .figure-img {
	line-height: 1;
	/* man-height: 300px; */
	min-height: 300px;
	max-height: 300px;
}

.video-overlay,.video-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.family-fan_col{
	background: #e8eaec;
	padding: 50px 0;
		font-size: 24px;
	font-family: Open Sans, "Helvetica", "Arial", sans-serif;
	color: rgb(37, 37, 37);
	font-weight: 400;

text-align: center;

}
.family-fan_col h2,.Peninsula_content h2{
			font-size: 56px;
	font-family: Open Sans, "Helvetica", "Arial", sans-serif;
	color: rgb(37, 37, 37);
	font-weight: 700;
}
.Peninsula_content h2{
	text-transform: uppercase;
	color: #fff;
}
.fun_work_img2 {
	padding: 0;
}
.fun_work_img1{
padding: 25px 0;
}
.fun_work_img1 img{
	border-radius: 3px;
min-height: 310px;
}
.video_content,.Peninsula_content {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	color: #fff;
	width: 100%;
	text-align: center;
	z-index: 9;
	font-size: 24px;
	font-family: Open Sans, "Helvetica", "Arial", sans-serif;
	color: #fff;
	font-weight: 400;
}
.peninsula_col-label{
	position: relative;
}

.video_content_play video{
	height: 80vh;
    width: 100%;
    object-fit: cover;
    z-index: -100;
}
figure.figure .figure-img{
	margin-bottom: 0;
}
figure.figure .figure-caption,.lightboat,.beach {
	padding: 8px;
	background-color: #75c6e6;
	color: rgb(61, 61, 61);
	font-size: 18px;
	border-radius: 0 0 3px 3px;
	margin-top: -2px;

}
.lightboat, .beach {
	width: 100%;
	display: inline-block;
	line-height: 30px;
	min-height: 75px;
}
.our-ter {
	margin-bottom: 35px;
	text-align: center;
		margin-top: 35px;
}

.our-ter ul li{
 list-style: none;
 font-weight: normal;
}
.carousel-control-next, .carousel-control-prev {
	width: 2%;
}
.main_banner{
	padding:0;
	margin-bottom: 35px;
}
.expole_top_section,.expole_footer_section{
	background: #01263b;
	padding: 50px 0;
	color: #fff;
}
.expole_top_section h2{
	font-size: 56px;
	font-weight: 700;
}
.expole_footer_section{
		background: #e8eaec;
}
.expole_footer_section h2 {
	color: rgb(31, 31, 31);
	text-align: center;
	margin-bottom: 25px;
	width: 100%;
}
.food_on-over{
	width: 100%;
}
.privacy-policy-check {
	margin-top:  .9rem !important;
}

#exampleCheck1.privacy-policy-check{
	top: -10px;
}
div.table-responsive table{
	border: 1px #D4D4D4 solid;

}
div.table-responsive table td{
		border-left: 1px #D4D4D4 solid;
}
/* Responsive Css  */

@media screen and (max-width: 812px) and (min-width: 320px) {
	.offer_dis h2 {
	font-size: 14px;
	font-weight: 700;
}

.home_page{
	background-image: url('/assets/images/mobile-home-backround.gif');
	background-position: center;
}

	.main-title h1 {
	font-size: 20px;
}
.video_content h1,.family-fan_col h2, .Peninsula_content h2 {
	font-size: 22px;
}
.video_content, .Peninsula_content {
	top: 40%;

}

.video_content, .Peninsula_content {
	font-size: 15px;

}
	.Deals {
		padding-top: 10px;
	}
	.Deals p{
		line-height: 20px;
		font-size: 14px;
	}

.logo_col{
	text-align: center;
}
.banner_content h1{
	display: none;
}
.navbar {
	background: #1a53a2;
	margin-top: 15px;
}
.navbar #navbarNav {
	background: #255faf;
	position: absolute;
	top: 50px;
	z-index: 9;
	width: 100%;
	left: 0;
}
header .navbar ul li a{
	color: #fff;
}
.three_btn a {
	border-radius: 10px;
	margin-bottom: 10px;
}
.offer_text {
	bottom: 0;
	font-size: 15px;
}
.header.js-header li a {
	color: #fff;
}
.expole_top_section h2,h2,.h2 {
	font-size: 22px;

}
.family-fan_col {
	font-size: 15px;
}
.fun_work_img2 img{
	min-height: 300px;
}
.pass_sav-col{
	width: 100%;
	height: auto;
}
}

/*  Responsive Css */

.captcha_col {
	border: 1px solid #ced4da;
	min-height: 40px;
}
.captcha_col input {
	width: 38%;
	display: inline-block;
	float: right;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
}

.captcha_col img {
	width: 215px !important;
	height: 38px !important;
	border: 0;
}