@charset "utf-8";
/* CSS Document */
/***********
1. Fonts
***********/

@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900");

/*********************************
2. Body and some general stuff
*********************************/

@font-face {
  font-family: "NeueEinstellungLight";
  src: url(./NeueEinstellung-Light.ttf);
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  /* font-family: "NeueEinstellungLight"; */
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
}
.mainHeading p {
  font-weight: 700 !important;
}

/* div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} */

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  font-family: "NeueEinstellungLight" !important;
  font-size: 16px;
  /* line-height: 2; */
  font-weight: 500;
  color: #0c0c0c;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #ffa07f;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a:active {
  position: relative;
  color: #ff6347;
}

p a:hover {
  color: #ffffff;
  background: #030303;
}

p a:hover::after {
  opacity: 0.2;
}

::selection {
  background: rgba(255, 163, 123, 1);
  color: #ffffff;
}

p::selection {
}

/*h1 {*/
/*	font-size: 48px;*/
/*}*/

/*h2 {*/
/*	font-size: 36px;*/
/*}*/

/*h3 {*/
/*	font-size: 24px;*/
/*}*/

/*h4 {*/
/*	font-size: 18px;*/
/*}*/

/*h5 {*/
/*	font-size: 14px;*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  line-height: 1.2;
  color: #0c0c0c;
  font-weight: 700;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}

img {
  max-width: 100%;
}

button:active {
  outline: none;
}

/* .form-control {
	color: #db5246;
} */

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

/*.parallax_background {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/

.background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.nopadding {
  padding: 0px !important;
}

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  height: 100%;
}

.slide {
  height: 100%;
}

/*********************************
3. Header
*********************************/

.top_header {
  height: 35px;
  background-color: #00b8a9;
  color: rgb(255, 255, 255);
  padding: 5px 100px;
  z-index: 99999;
  position: relative;
}

.headerDiv,
.headerSocialLink {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.headerSocialLink a {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 5px;
}

.headerDiv p {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  font-weight: 500;
}

.scrolled {
  top: 0 !important;
  padding: 12px 0 !important;
  height: 115px !important;
  box-shadow: 0 0 10px #00b8a9;
}

.header {
  position: fixed;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999999;
  padding: 5px 0;
  box-shadow: 0 0 10px #00b8a9;
}

.header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgb(255, 255, 255);
  content: "";
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header.scrolled::before {
  /* height: 100%; */
  padding: 12px 0 !important;
  height: 115px !important;
}

.header_content {
  width: 100%;
  /* height: 128px; */
  padding-left: 62px;
  padding-right: 62px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header_content .logo img {
  width: 150px;
}

.header.scrolled .header_content {
  height: 90px;
  z-index: 99999;
  position: relative;
}
@media (max-width: 768px) {
  .header_content .logo img {
    width: 130px;
  }
}

/* .logo {
	width: 130px;
	height: 41px;
	border: solid 2px #ffffff;
	text-align: center;
} */

.logo a {
  display: grid;
}
.logo span {
  font-size: 32px;
  margin-bottom: -10px !important;
  color: #daa520;
  font-weight: bold;
  font-family: "NeueEinstellungLight" !important;
}
.logo b {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  font-family: "NeueEinstellungLight" !important;
}

@media (max-width: 768px) {
  .logo span {
    font-size: 26px !important;
    margin-bottom: -5px !important;
  }
  .logo b {
    font-size: 18px !important;
  }
  .test_slider_item {
    height: 60vh !important;
  }
}

.main_nav ul li:not(:last-of-type) {
  padding: 0 20px;
}

.main_nav ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #063334;
  font-family: "NeueEinstellungLight";
}

.main_nav ul li a:hover,
.main_nav ul li.active a {
  color: #daa520;
}

.book_button {
  width: 152px;
  height: 54px;
  background: #0d6efd;
  margin-left: 45px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.book_button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.book_button:hover a {
  color: #fff;
}

.book_button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.header_phone {
  width: 190px;
  height: 54px;
  background: #0d6efd;
  margin-left: 14px;
}

.header_phone span {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 9px;
}

.header_phone span::selection {
  background: #ffffff;
  color: #0d6efd;
}

.hamburger {
  display: none;
  margin-left: 25px;
  cursor: pointer;
}

.hamburger i {
  font-size: 40px;
  color: #0c0c0c;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hamburger:hover i {
  color: #0d6efd;
}
i {
  color: #00b8a9;
}

/*********************************
4. Menu
*********************************/

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  background: rgba(255, 255, 255, 0.93);
  visibility: hidden;
  opacity: 0;
}

.menu.active {
  visibility: visible;
  opacity: 1;
}

.menu_content {
  padding-right: 30px;
  padding-top: 120px;
  width: 100%;
  padding-left: 30px;
  text-align: left;
}

.menu_close {
  position: absolute;
  top: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
}

.menu_close i {
  font-size: 24px;
  color: #121212;
}

.menu_close:hover i {
  color: #0d6efd;
}

.menu_nav ul li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px solid;
  text-align: left;
}
.menu_nav ul li {
  text-align: left;
}

.menu_nav ul li a {
  font-weight: 700;
  font-size: 20px;
  color: #0c0c0c;
  line-height: 2.2;
}

.menu_nav ul li a:hover {
  color: #0d6efd;
}

.menu_nav ul li a span {
  color: #690772;
}

.menu_extra {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.menu_book {
  display: none;
  margin-top: 50px;
}

.menu_book a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #0c0c0c;
}

.menu_book a::after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.62);
  content: "";
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_book a:hover {
  color: #0d6efd;
}

.menu_book a:hover::after {
  background: #0d6efd;
}

.menu_phone {
  margin-top: 10px;
}

.menu_phone span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 9px;
}

/*********************************
5. Home
*********************************/

.home {
  width: 100%;
  height: 100vh;
  position: relative;
}

.home_slider_container {
  width: 100%;
  height: 100%;
}

.home_slider .owl-dots {
  display: none;
}

.home_slider_dots_container {
  position: absolute;
  left: 61px;
  bottom: 39px;
  display: none;
  z-index: 1;
}

.home_slider_custom_dots li {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.home_slider_custom_dots li:not(:last-of-type) {
  margin-right: 5px;
}

.home_slider_custom_dots li.active,
.home_slider_custom_dots li:hover {
  color: #daa520;
}

.home_slider .slide {
  background: #0f0e24;
}

/*.home_slider .background_image {*/
/*	opacity: 0.28;*/
/*}*/

.home_container {
  position: absolute;
  top: 36.5%;
  left: 0;
  width: 100%;
}

.home_title {
  font-size: 110px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.booking_form_container {
  width: 100%;
  margin-top: 34px;
  padding-left: 78px;
  padding-right: 88px;
}

.booking_form {
  display: block;
  width: 100%;
}

.booking_input {
  width: 100%;
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  border: solid 2px #ffffff;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  outline: none;
}

.booking_input_container {
  width: 100%;
}

.booking_input_container > div {
  padding-right: 10px;
}

.booking_input_container > div:first-child,
.booking_input_container > div:nth-child(2) {
  width: 32.60869565217391%;
}

.booking_input_container > div:nth-child(3),
.booking_input_container > div:nth-child(4) {
  width: 17.39130434782609%;
}

.booking_input_a {
}

.booking_input_b {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.booking_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}

.booking_input:-moz-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}

.booking_input::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}

.booking_input:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}

.booking_input::input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}

.booking_button {
  width: 152px;
  height: 54px;
  background: #0d6efd;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}

.booking_button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/*********************************
6. Features
*********************************/

.features {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.icon_box_col {
  margin-bottom: 40px;
}

.icon_box_icon {
  width: 80px;
  height: 60px;
}

.icon_box_icon i {
  font-size: 50px;
  color: #00b8a9;
}

@media (max-width: 768px) {
  .icon_box_icon i {
    font-size: 45px !important;
  }
  .icon_box {
    height: 100%;
  }
  .icon_box_col {
    margin-bottom: 25px !important;
  }
}

.icon_box_icon svg {
  max-width: 100%;
  max-height: 100%;
}

.svg path,
.svg rect,
.svg polygon {
  fill: #a1a1a1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.icon_box:hover .svg path,
.icon_box:hover .svg rect,
.icon_box:hover .svg polygon {
  fill: #0d6efd;
}

/* .icon_box_title {
	margin-top: 16px;
} */

.icon_box_title h2 {
  font-size: 16px;
  font-weight: 300;
}

.icon_box {
  border: 1px solid grey;
  border-radius: 15px;
  box-shadow: 0 0 10px;
  padding: 20px 0px;
}

.icon_box:hover {
  transform: translateY(10px);
  opacity: 1;
}

/* .icon_box_text {
	margin-top: 21px;
} */

/*********************************
7. Gallery
*********************************/

.gallery {
  width: 100%;
}

.gallery_item {
  height: calc(100vw / 4);
}

.gallery_item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*********************************
8. About
*********************************/

.about {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about_text {
  margin-top: 29px;
}

.about_images {
  height: 100%;
  padding-left: 17px;
  padding-right: 19px;
}

.about_content h1 {
  font-weight: bold;
}

/* .about_text div {
} */

.welAFH {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.welAFH img {
  margin-right: 20px;
}
.DesktopView {
  display: block;
  /* padding: 20px 0px; */
}
.MobileView {
  display: none;
}
@media (max-width: 768px) {
  .about {
    padding-top: 150px !important;
  }
  .DesktopView {
    display: none !important;
  }
  .MobileView {
    display: block !important;
  }
}

/*********************************
9. Testimonials
*********************************/

.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonials_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 11, 24, 0.79);
  pointer-events: none;
}

.test_slider_item {
  background: #ffffff;
  padding: 30px 20px;
  box-shadow: 0 0 10px #0000ff80;
  height: 70vh;
}

.testimonials_slider_container .owl-stage-outer {
  padding: 20px;
}

.rating i::before {
  font-family: "FontAwesome";
  content: "\f005";
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
}

.rating i:not(:last-of-type) {
  margin-right: 6px;
}

.rating_1 i:first-child::before {
  color: #ffb400;
}

.rating_2 i:first-child::before {
  color: #ffb400;
}

.rating_2 i:nth-child(2)::before {
  color: #ffb400;
}

.rating_3 i:first-child::before {
  color: #ffb400;
}

.rating_3 i:nth-child(2)::before {
  color: #ffb400;
}

.rating_3 i:nth-child(3)::before {
  color: #ffb400;
}

.rating_4 i:first-child::before {
  color: #ffb400;
}

.rating_4 i:nth-child(2)::before {
  color: #ffb400;
}

.rating_4 i:nth-child(3)::before {
  color: #ffb400;
}

.rating_4 i:nth-child(4)::before {
  color: #ffb400;
}

.rating_5 i:first-child::before {
  color: #ffb400;
}

.rating_5 i:nth-child(2)::before {
  color: #ffb400;
}

.rating_5 i:nth-child(3)::before {
  color: #ffb400;
}

.rating_5 i:nth-child(4)::before {
  color: #ffb400;
}

.rating_5 i:nth-child(5)::before {
  color: #ffb400;
}

.testimonial_title {
  margin-top: 21px;
}

.testimonial_title a {
  font-size: 24px;
  font-weight: 600;
  color: #0c0c0c;
  line-height: 1.2;
}

.testimonial_title a:hover {
  color: #0d6efd;
}

.testimonial_text {
  margin-top: 24px;
}

.testimonial_image {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.testimonial_author {
  margin-top: 26px;
  font-size: 15px;
  font-weight: 600;
  color: #393939;
}

.testimonial_author a {
  font-size: 22px;
  font-weight: 600;
  color: #0c0c0c;
  text-transform: uppercase;
}

.testimonial_author a:hover {
  color: #0d6efd;
}

/*********************************
10. Booking
*********************************/

.booking {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.booking_text {
  margin-top: 28px;
}

.booking_slider_container {
  margin-top: 63px;
}

.booking_item {
  height: 350px;
}

.booking_price {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 150px;
  height: 40px;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #393939;
}

.booking_link {
  position: absolute;
  bottom: 18px;
  left: 15px;
  width: calc(100% - 30px);
  height: 40px;
  background: #0d6efd;
  text-align: center;
}

.booking_link a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.booking_amenities {
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  background: #000000a3;
}

.booking_amenities .card i {
  color: #00b8a9;
}

.booking_amenities .card:hover {
  background-color: #daa520;
  color: #fff;
}

.booking_amenities .card:hover i,
.booking_amenities .card:hover p {
  color: #fff;
}

.booking_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 9, 30, 0.67);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.booking_item:hover .booking_overlay {
  visibility: visible;
  opacity: 1;
}

/*********************************
11. Blog
*********************************/

.blog {
}

.blog_slider_container {
  width: 100%;
  height: 487px;
}

.blog_slide {
  height: 100%;
  background: #0f0a27;
}

.blog_slide .background_image {
  opacity: 0.33;
}

.blog_content {
  position: absolute;
  left: 52px;
  bottom: 57px;
  width: calc(100% - 52px);
  padding-right: 30px;
}

.blog_date {
  width: 116px;
  height: 26px;
  background: #0d6efd;
  text-align: center;
}

.blog_date a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
}

.blog_title {
  margin-top: 14px;
}

.blog_title a {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.blog_title a:hover {
  color: #0d6efd;
}

/*********************************
12. Footer
*********************************/

.footer {
  background: #010103;
  padding-top: 10px;
}

.footer_content {
  padding-bottom: 52px;
}

.footer_logo {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.footer .logo img {
  width: 200px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

.footer_logo > div:first-of-type {
  width: 235px;
  height: 74px;
  border: solid 3px #393939;
  font-size: 43.32px;
  font-weight: 600;
  color: #393939;
  line-height: 68px;
}

.footer_logo > div:last-of-type {
  font-size: 16px;
  font-weight: 600;
  color: #393939;
  line-height: 0.75;
  margin-top: 15px;
}

.footer_logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer_row {
  margin-top: 40px;
}

.footer_list_social a {
  border: 1px solid #fff;
  padding: 1px 10px;
  border-radius: 10px;
  font-size: 40px;
  margin: 0 5px;
  background-color: #fff;
}
.footer_list_social .faceb:hover {
  background-color: #000000;
}
.footer_list_social .insta:hover {
  background-color: #000000;
}

/* .fa-instagram {
  color: purple;
} */

.footer_title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: underline;
}

.footer_list {
  margin-top: 9px;
}

.footer_list ul li {
  font-size: 15px;
  font-weight: 500;
  color: #a1a1a1;
  line-height: 2;
}
.footer_list ul li a {
  color: #fff !important;
}
.footer_list ul li a:hover {
  color: #daa520 !important;
}

.newsletter_container {
  margin-top: 8px;
}

.newsletter_form {
  display: block;
  position: relative;
}

.newsletter_input {
  width: 100%;
  height: 64px;
  background: #ffffff;
  border: none;
  border-bottom: solid 2px #393939;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  color: #393939;
}

.newsletter_input::-webkit-input-placeholder {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}

.newsletter_input:-moz-placeholder {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}

.newsletter_input::-moz-placeholder {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}

.newsletter_input:-ms-input-placeholder {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}

.newsletter_input::input-placeholder {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}

.newsletter_button {
  width: 152px;
  height: 54px;
  background: #0d6efd;
  margin-top: 23px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.certificates {
  padding-left: 12px;
  padding-top: 10px;
}

.cert {
  margin-bottom: 30px;
}

.copyright {
  width: 100%;
  height: 50px;
  background: rgba(0, 123, 255, 0.5);
  text-align: center;
  /* line-height: 35px; */
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
}
.copyright a {
  color: #daa520 !important;
}
.copyright a:hover {
  color: #fff !important;
}

.MobileView .check-availabilty {
  /* margin-top: -170px; */
  position: relative;
  z-index: 9999;
  margin: auto;
  width: 100%;
  padding: 20px;
  border: 1px solid goldenrod;
  border-radius: 10px;
  background: transparent;
}
.modal-body .check-availabilty {
  position: relative;
  z-index: 9999;
  margin: auto;
  width: 100%;
}
.modal{
    z-index:9999999;
}

.MobileView .searchBar {
  position: absolute;
  bottom: 40%;
  width: 100%;
  padding: 0px 150px;
}

@media (max-width: 768px) {
  .MobileView .searchBar {
    position: absolute;
    bottom: 25% !important;
    width: 100%;
    padding: 0px 30px !important;
    z-index: 10;
  }
}

.DesktopView .searchBar {
  /* position: absolute; */
  bottom: 10%;
  width: 100%;
  padding: 0px 120px;
  z-index: 999;
}
.DesktopView .check-availabilty {
  /* margin-top: -170px; */
  position: relative;
  z-index: 9999;
  margin: auto;
  width: 100%;
  padding: 20px;
  border: 1px solid goldenrod;
  border-radius: 10px;
  background: #063334;
}

@media (max-width: 768px) {
  .DesktopView .searchBar {
    position: absolute;
    bottom: 10% !important;
    width: 100%;
    padding: 0px 30px !important;
    z-index: 10;
  }
}

h3.archivment-back {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin: 0 auto;
}
/* .aboutBannerSection h3.archivment-back {
  position: absolute;
  top: 0%;
  transform: translateY(50%);
  font-size: 40px;
  font-family: "NeueEinstellungLight";
  font-style: italic;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: "NeueEinstellungLight";
  color: #afafaf34;
} */

.modal-hover-opacity {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
}

.modal-hover-opacity:hover {
  transform: scale(1.05);
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-backface-visibility: hidden;
}

.main-div {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 0 150px;
}

.main-div h1 {
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #ffffff;
  text-shadow: 0 0 10px #d5a929;
}
.main-div p {
  font-size: 20px !important;
  color: #fff;
}
.main-div .animet-text {
  background: #00000082;
  padding: 50px 10px;
  /* border: 2px solid #ffffffa6; */
  border-radius: 50px 0px 50px 0px;
}

.booking_title h2 {
  font-size: 50px !important;
  color: #0c0c0c !important;
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .main-div {
    padding: 0px !important;
  }
  .main-div .animet-text {
    border-radius: 0px !important;
  }
}

html .njs-sticky-side.image_button_cover.placement-right {
  right: 0;
}

html .njs-sticky-side.image_button_cover {
  position: fixed;
  top: 50%;
  box-shadow: none;
  z-index: 99999;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}

html .njs-sticky-side.image_button_cover.placement-right.now-show a {
  transform: translate3d(4px, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}

html .njs-sticky-side.image_button_cover.placement-right a {
  border-radius: 3px 3px 0 0;
  transform: translate3d(200%, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}

html .njs-sticky-side.image_button_cover a {
  padding: 6px 15px 12px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  background-color: black;
  color: white;
  font-weight: 100;
  top: -106.5px;
  font-family: "Arial";
}

html .njs-sticky-side.image_button_cover a:hover {
  background-color: white;
  color: black;
  border: 2px solid #acacac;
}

.attractions {
  background-image: url(../images/KBD_3465-min.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.attractions::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #000000b3;
}

.attractions .carousel-inner {
  border-radius: 20px;
}
.fw-bold {
  font-weight: 700 !important;
}
