@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

a {
	text-decoration: none !important;
}

li {
	list-style-type: none !important;
}

.heading1 {
	font-size: 2.5rem;
}

.heading2 {
	font-size: 2rem;
}

.heading3 {
	font-size: 1.75rem;
}

.heading4 {
	font-size: 1.5rem;
}

.heading5 {
	font-size: 1.25rem;
}

.heading6 {
	font-size: 1rem;
}

.pad {
	padding: 90px 0;
}

.wrdbrk {
	white-space: pre;
}

.fullpad {
	padding: 0 !important;
	margin: 0 !important;
}

.smallfnt {
	font-size: 14px;
}

.arial {
	font-family: Arial, sans-serif;
	font-weight: 600;
}

.helvetica {
	font-family: helvetica, sans-serif;
	line-height: 30px;
}

.header-area .header-top {
	background: #214688;
}

.header-area .header-top .header-info-left ul li {
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	padding: 7px 12px 7px 0;
	font-size: 14px;
	font-weight: 500;
}

.header-area .header-top .header-info-left ul li:last-child {
	margin-right: 0px;
	padding-right: 0;
	border-right: 0;
}

.header-area .header-top .header-info-right .header-social li {
	display: inline-block;
}

.header-area .header-top .header-info-right .header-social li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #f57b51;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
}

.header-area .header-top .header-info-right .header-social li a i {
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}

.header-area .header-top .header-info-right .header-social li a:hover i {
	color: #fff;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.logo {
	width: 250px;
}

.clr1 {
	color: #214688;
}

.clr2 {
	color: #f57b51;
}

.clr3 {
	color: #db2a1b;
}

.mynav {
	position: absolute !important;
	width: 100%;
	z-index: 999;
}

.navfont {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.navbar {
	padding: 0 !important;
}

.navbg {
	background-color: #fff;
	border-radius: 0 0 30px 30px;
}

.navbar-light .navbar-nav .nav-link {
	color: #333 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #0c54a0 !important;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #f57b51 !important;
}

.navbar button {
	background-color: #f57b51;
	color: #fff !important;
	font-weight: bold;
}

.homebanner {
	background-image: url(../images/homebanner.jpg);
	height: 100vh;
	padding: 180px 0 100px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.homebanner::before {
	background: #131314 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.headfnt {
	font-size: 5rem;
}

.button_hover {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

.theme_btn {
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	background: #ffa017;
	padding: 5px 30px;
}

.button_hover::before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: -1;
	background: #f8b100;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
}

.theme_btn::before {
	background: #f8b100;
}

.button_hover:hover {
	color: #fff;
}

.theme_btn:hover {
	color: #fff;
}

.button_hover:hover::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.mar-10 {
	margin-right: 10px;
}

.text-anim {
	background: -webkit-linear-gradient(left, #FED708 20%, #3CE0C1);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.clr1 {
	color: #214688;
}

.resortfac {
	background-image: url(../images/resortfac.jpg);
	padding: 80px 0 80px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.resortfac::before {
	background: #04091e none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.facilities_item {
	border: 1px solid #777777;
	border-radius: 10px;
	background-color: rgba(249, 249, 255, 0.102);
	padding: 25px;
	color: #fff;
	margin-bottom: 30px;
}

.img-rad img {
	padding-bottom: 10px;
	border-radius: 15px;
	object-fit: cover;
}

.gold {
	color: gold;
}

.accomodation_item {
	margin-bottom: 30px;
}

.accomodation_item .hotel_img {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 10px;
}

.accomodation_item .hotel_img img {
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	height: 250px;
}

.accomodation_item .hotel_img:hover img {
	-webkit-transform: scale(1.19);
	-ms-transform: scale(1.19);
	transform: scale(1.19);
}

.accomodation_item .hotel_img .theme_btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	padding: 5px 10px;
}

.work-image-ser img {
	width: 100%;
	height: 27.7em;
}

.whychooseside {
	background-image: url("../images/bg.jpg");
	padding: 40px 60px 46px 80px;
	background-repeat: repeat;
}

.know-top {
	border-bottom: 1px solid #0b1c30;
}

.know-top h2::after {
	content: '';
	width: 60px;
	height: 2px;
	display: inline-block;
	background: #ffb606;
	margin: 0 0 0 12px;
}

.know-bot {
	border-top: 1px solid #234470;
	padding: 2em 0 0;
}

.about-img {
	float: left;
	margin: 0 1em 0 0;
}

.about-cont {
	float: left;
}

.abt-brdr {
	border-right: 1px dashed #6e6e6e;
}

.nav-tabs .nav-link {
	border-radius: 0 !important;
	padding: 12px 72px !important;
	font-size: 16px;
}

.nav-tabs .nav-link.active {
	color: #fff !important;
	background-color: #143050 !important;
}

.footer {
	background-color: #ffe9be;
	background-image: url("../images/footimg.png"), radial-gradient(#ffe9be, #ffe9be);
	padding: 110px 0 80px;
	background-size: 100%;
	background-position: bottom;
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

.elementor-shape-top {
	margin-top: -110px;
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.elementor-shape-top svg {
	height: 60px;
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.foot-bottom {
	background: #214688;
}

.footlogo {
	width: 370px;
}

.text1 {
	position: relative;
	padding: 5px 0 0 26px;
	margin-top: -52px;
}

.text-1 {
	position: relative;
	padding: 5px 0 0 24px;
	margin-top: -36px;
}

.text3 {
	position: relative;
	padding: 0 0 0 45px;
	margin-top: -54px;
}
.f-12{font-size:12px;}
.gray{color:gray;}
.smallborder1 {
	background-color: #f57b51;
	width: 60px;
	height: 3px;
}

.smallborder2 {
	background-color: #f57b51;
	width: 60px;
	height: 3px;
	margin: 0 auto;
}

.owl-nav {
	display: none !important;
}

.owl-dots {
	display: none !important;
}

.head-icn {
	background: #f0483e;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50px;
	color: #fff !important;
	transition: .5s all;
}

.secpad {
	padding: 0px 0px 4px 6px !important;
}

.direction-map {
	background-color: #f0483e;
	border-color: #f0483e !important;
	color: #fff !important;
	padding: 10px 30px;
	border-radius: 5px;
}

.aboutbanner {
	background-image: url(../images/aboutbanner.jpg);
	padding: 180px 0 100px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.aboutbanner::before {
	background: #131314 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.whytext {
	position: relative;
	padding: 0 0 0 40px;
	margin-top: -37px;
}

.tour-line {
	border-bottom: 1px dashed #27a5dc;
}

.tour-icn {
	position: relative;
	padding: 5px 0 0 26px;
	margin-top: -29px;
}

.card-body {
	height: 220px;
	padding: 10px !important;
}

.roombanner {
	background-image: url(../images/roombanner.jpg);
	padding: 180px 0 100px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.roombanner::before {
	background: #131314 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.showcase-wrapper,
.thumb-previewer {
	padding: 8px;
	margin-bottom: 10px;
}

.brdr-rad {
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.thumb-img {
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-left: -20px;
	margin-top: 40px;
}

.thumb-img li {
	margin-left: 8px;
	width: calc(100% / 5 - 23px);
	cursor: pointer;
}

.thumb-img li a {
	display: block;
	padding: 0px;
}

.thumb-img li a img {
	max-width: 100%;
}

.gallerybanner {
	background-image: url(../images/gallerybanner.jpg);
	padding: 180px 0 100px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.gallerybanner::before {
	background: #131314 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-best-place {
	position: relative;
	overflow: hidden;
	margin-bottom: 9px;
	cursor: pointer;
	border-radius: 5px;
}

.single-best-place .best-place-thumb img {
	width: 100%;
	transform: scale(1) rotate(0deg);
	transition: all 0.65s ease-in 0s;
}

.single-best-place:hover .best-place-thumb img {
	transform: scale(1.2) rotate(3deg);
	-webkit-transform: scale(1.2) rotate(3deg);
}

.contactbanner {
	background-image: url(../images/contactbanner.jpg);
	padding: 180px 0 100px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.contactbanner::before {
	background: #131314 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact-form .form-control {
	height: 45px;
}

.form-control {
	font-size: 14px !important;
}

.formheight {
	height: 100px !important;
}

.lightbox {
	position: fixed !important;
	top: 50px !important;
}

.box-height {
	height: 170px;
}

.w-35 {
	width: 35%;
}

.w-65 {
	width: 65%;
}

.testi-img {
	width: 80px !important;
	margin: auto;
}

.testi-detail {
	padding: 10px 15px;
	width: 100%;
	border: 1px solid #bab6ae;
	position: relative;
	background-color: #f0ebdf;
}

.testi-detail ::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #bab6ae;
	bottom: 58px;
	content: " ";
	position: absolute;
	left: 0%;
	margin-left: -14px;
	transform: rotate(90deg);
}

.w0 {
	width: 0%;
}

.fixed {
	position: fixed;
	z-index: 2;
}

.priceicn {
	width: 50px;
}

.priceicn2 {
	width: 120px;
}

.point {
	bottom: 10px;
	left: 10px;
}

.point1 {
	bottom: 70px;
	left: 10px;
}

.point2 {
	bottom: 15px;
	right: 10px;
}

.blink {
	-webkit-animation: blink 1s;
	animation: blink 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


@media (min-width:1px) and (max-width:767.98px) {
	.pad {
		padding: 40px 0;
	}

	.logo {
		width: 200px;
	}

	.headfnt {
		font-size: 3rem;
	}

	.homebanner {
		height: auto;
	}

	.gallerybanner {
		height: auto;
	}

	.contactbanner {
		height: auto;
	}

	.abt-brdr {
		border-right: none;
	}

	.work-image-ser img {
		height: auto;
	}

	.whychooseside {
		padding: 40px 20px;
	}

	.nav-tabs .nav-link {
		padding: 10px 20px !important;
		font-size: 16px;
	}

	.mynav {
		position: relative !important;
	}

	.navbg {
		border-radius: 0;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.pad {
		padding: 40px 0;
	}

	.headfnt {
		font-size: 4rem;
	}

	.homebanner {
		height: auto;
	}

	.gallerybanner {
		height: auto;
	}

	.contactbanner {
		height: auto;
	}
}

#notfound {
	position: relative;
	height: 100vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 410px;
	width: 100%;
	text-align: center;
}

.oopslogo {
	width: 350px;
}

.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
}

.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		height: 142px;
	}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;
}

.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: "";
	position: absolute;
	left: 0%;
	margin-left: -13px;
	transform: rotate(92deg);
}

.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

span.infos {
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	color: #d93025;
	background-color: #faede7;
	border: 1px solid #d87575;
	padding: 4px;
	font-weight: bold;
	margin: 2px;
}

span.infos i {
	margin-right: 0px;
}

.button2{
    background-color: #214688;
    color: #fff;
    padding: 8px 50px;
    font-size: 18px;
    border: 2px solid #214688;
    border-radius: 5px;}