body {
  font-family: crimson text, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #1f1f1f;
  font-weight: 400;
}

h1,
h2,
h3 {
  line-height: 1.3em;
  text-transform: uppercase;
  font-family: Lateef, cursive;
  font-weight: 400;
  color: #000000;
}

h4,
h5,
h6 {
  line-height: 1.3em;
  font-family: Cabin, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 26px;
  font-weight: 400;
}

h5 {
  font-size: 17px;
  font-weight: 400;
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.text_white {
  color: #ffffff;
}

.section_title {
  line-height: 1.1em;
}

a,
.btn {
  color: #202020;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s;
  word-break: break-all;  
}

a:hover,
a:focus,
.btn:hover,
.btn:focus {
  color: #c6902e;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
}

.section_space {
  padding: 60px 0;
}

input[type="checkbox"] {
  border-radius: 0.25em;
  cursor: pointer;
}

.btn-close {
  opacity: 1;
}

.text-muted {
  color: #b5b5c3 !important;
}

.formOverlay:before {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5%;
  font-size: 56px;
  margin-top: -34px;
}

.formOverlay {
  /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
  background: rgb(0 0 0 / 70%);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.form-control {
  min-height: 59px;
}

.alert {
  margin-bottom: 0px;
  font-size: 14px;
}

.alert .message-icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  line-height: 30px;
}

.alert-success {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}

.alert-danger {
  color: #ffffff;
  background-color: #ba380e;
  border-color: #ba380e;
}

.btn {
  font-family: Cabin, sans-serif;
  letter-spacing: 1px;

  display: inline-block;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 600;
  padding: 13px 43px;
  font-size: 12px;
  line-height: 1.7em;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn.btn-solid {
  background-color: #202020;
  border: none;
  color: #fff;
  overflow: hidden;
  border-radius: 30px;
}

.btn.btn-solid:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c6902e;
  content: "";
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -200%, 0);
}

.btn.btn-solid:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -160%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -160%, 0);
}

.btn.btn-solid:focus:before,
.btn.btn-solid:hover:before {
  -webkit-animation: bling 1s forwards ease;
  animation: bling 1s forwards ease;
}

ul,
ol li {
  list-style-type: none;
  align-items: center;
  margin-bottom: 10px;
}

@-webkit-keyframes bling {
  100% {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 160%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 160%, 0);
  }
}

@keyframes bling {
  100% {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 160%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 160%, 0);
  }
}

.section_bg_dark {
  position: relative;
  z-index: 1;
}

.section_bg_dark:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgb(0 0 0 / 70%);
}

.lang_picker {
  width: auto !important;
}

.lang_picker .btn.dropdown-toggle {
  background-color: transparent;
  color: #ffffff;
  width: 155px;
  padding: 13px 20px;
  border: 1px solid #c6902e;
  border-radius: 0;
  outline: none;
}

.lang_picker .btn.dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
}

.lang_picker .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin-top: 0px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}

header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.navbar-toggler {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler > svg {
  fill: #ffffff;
}

.navbar-toggler:hover > svg,
.navbar-toggler:focus > svg {
  fill: #b5e0f2;
}

.offcanvas-top {
  bottom: auto;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar .nav-link {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-family: Cabin, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #c6902e;
}

.navbar-active {
  color: #c6902e;
}

.navbar .dropdown-menu {
  background-color: #000000;
  border: 1px solid #252525;
  border-radius: 0;
}

.navbar .dropdown-item {
  color: #797979;
  font-size: 12px !important;
  text-transform: uppercase;
  line-height: 35px !important;
  font-family: Cabin, sans-serif;
  font-weight: 400 !important;
  padding: 0 20px;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #ffffff;
  background-color: #000000;
}

.navbar .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 1px solid rgb(231 231 231 / 0%);
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #000000;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar .dropdown i.bi {
  font-size: 16px;
  line-height: 2.5;
  float: right;
  margin-left: 5px;
}

.section_divider {
  position: absolute;
  display: table;
  table-layout: fixed;
  width: 100%;
  bottom: 0;
  height: 32px;
  z-index: 100;
}

.section_divider .section_divider_side {
  background-color: #fff;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.section_divider .section_divider_middle {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  width: 80px;
  transform: translateZ(0);
}

.section_divider .section_divider_middle svg {
  display: block;
}

.breadcrumb {
  background-color: #000000;
  padding: 95px 0 50px;
  position: relative;
  min-height: 270px;
  background-image: url("../images/testimonials-bg.jpg");
  background-position: center center;
  background-size: cover;
}
.breadcrumb h1 {
  position: relative;
  font-size: 65px;
}
.breadcrumb h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 74px;
  height: 4px;
  background-color: #c9a482;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.imageBox_wrapper {
  position: relative;
  overflow: hidden;
}

.imageBox_wrapper .imageBox_overlay_content {
  z-index: 100;
  position: absolute;
  bottom: 0;
  opacity: 0;
  background-color: #000;
  padding: 15px 33px 10px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.imageBox_wrapper:hover .imageBox_overlay_content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.imageBox_wrapper .imageBox_overlay_content .imageBox_overlay_content_title,
.imageBox_wrapper .imageBox_overlay_content .imageBox_overlay_content_title a {
  color: #ffffff;
  margin: 0;
}

.imageBox_wrapper .imageBox_overlay_content p {
  color: #ffffff;
  display: inline;
  font-size: 16px;
  font-family: inherit;
  text-transform: none;
  font-style: normal;
  color: #c9a482;
  margin: 0;
}

.content_icon_top {
  text-align: center;
}

.content_icon_top .content_icon_top_icon {
  position: relative;
  padding-bottom: 12px;
}

.content_icon_top_icon svg {
  max-width: 26px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content_icon_top:hover .content_icon_top_icon svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.content_icon_top .content_icon_top_icon:after {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.section_testimonial {
  position: relative;
  background-image: url("../images/testimonials-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 90px 0;
}

.section_testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3); /* Adjust the alpha value for the darkness */
}

.testimonial-slider {
  cursor: col-resize;
}

.testimonial_image {
  background-color: #ffffff;
  text-align: center;
  padding: 15px;
  height: 100%;
}

.testimonial_image img {
  width: 120px !important;
  display: inline-block !important;
}

.testimonial_content {
  background-color: #202020d0;
  color: #a5a4a4;
  height: 100%;
  padding: 15px 25px 15px 75px;
  position: relative;
}

.testimonial_content p {
  position: relative;
  margin: 0;
}

.testimonial_content p:first-child:before {
  content: "\201D";
  font-size: 55px;
  display: inline;
  position: absolute;
  left: -40px;
  top: 26px;
  color: #ffffff;
}

.testimonial_content p:first-child:after {
  content: "";
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
  position: absolute;
  top: 7px;
  left: -50px;
  height: 35px;
  width: 35px;
}

.testimonial_author {
  font-size: 14px;
  line-height: 1.1em;
  margin-top: 20px !important;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Cabin, sans-serif;
  letter-spacing: 1px;
}

.testimonial_author a {
  font-size: 16px;
  color: #c9a482;
  font-family: crimson text, serif;
  text-transform: none;
  vertical-align: middle;
}

.testimonial-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

.section_stats {
  background-image: url("../images/testimonial_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 90px 0;
}

.section_stats .content_icon_top svg {
  fill: #ffffff;
}

.section_stats .stat_count {
  font-size: 40px;
  line-height: 1em;
  color: #fff;
  overflow: hidden;
  display: inline-block !important;
  height: 1em;
}

.section_stats .stat_title {
  color: #fff;
}

.img_holder {
  position: relative;
  overflow: hidden;
}

.img_holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out 0.1s;
  transition: transform 0.3s ease-out 0.1s;
}

.img_holder:hover img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.img_holder .img_holder_shader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -110%, 0);
}

.img_holder:hover .img_holder_shader {
  -webkit-animation: bling 1.8s forwards ease;
  animation: bling 1.8s forwards ease;
}

.gallery-slider a,
.gallery-slider {
  cursor: col-resize;
}

.gallery-slider img:hover {
  opacity: 0.7;
}

.section_newsletter {
  background-image: url("../images/testimonial_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 90px 0;
}

.RoundProgress {
  width: 160px;
  height: 160px;
  background: none;
  position: relative;
}

.RoundProgress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.RoundProgress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.RoundProgress .RoundProgress-left {
  left: 0;
}

.RoundProgress .RoundProgress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  border-color: #c9a482;
  position: absolute;
  top: 0;
}

.RoundProgress .RoundProgress-left .RoundProgress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.RoundProgress .RoundProgress-right {
  right: 0;
}

.RoundProgress .RoundProgress-right .RoundProgress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.RoundProgress .RoundProgress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.footer_top {
  padding: 60px 0;
  background-color: #202020;
  color: #797979;
}
.footer_block-title {
  color: #ffffff;
  position: relative;
  padding: 0 0 17px;
  margin: 0 0 12px;
}

.footer_top a {
  color: #797979;
}
.footer_top a:hover,
.footer_top a:focus {
  color: #c6902e;
}
.footer_top ul {
  margin: 0;
  padding: 0;
}
.footer_top ul li {
  list-style: none;
  margin-bottom: 6px;
}
footer svg {
  fill: #c6902e;
  min-width: 24px;
  width: 24px;
}
.footer_copyright {
  background-color: #0e0e0e;
  color: #797979;
  padding: 20px 0;
}
.footer_copyright a {  
  color: #797979;  
}
.footer_copyright p {
  margin: 0;
  font-size: 16px;
}

.contact_info_box {
  background-color: #202020;
  color: #ffffff;
  padding: 25px;
}
.contact_info_box h5,
.contact_info_box h5 a {
  color: #ffffff;
}
.contact_info_box h5 a:hover,
.contact_info_box h5 a:focus {
  color: #c6902e;
}

.activity_block {
  background-color: #c6902e;
  transition: all 0.3s;
  cursor: grab;
}
.activity_block:hover {
  background-color: #000000;
  transition: all 0.3s;
  transform: scale(1.05);
  z-index: 99;
}
.activity_content_wrapper {
  padding: 20px;
  color: #ffffff;
}
.activity_content_wrapper p {
  margin-bottom: 0;
}
.activity_image_wrapper {
  overflow: hidden;
}
.activity_image_wrapper img {
  transition: all 0.3s;
}
.activity_block:hover .activity_image_wrapper img {
  transform: scale(1.1);
  transition: all 0.3s;
}

.mySwiper {
  position: absolute;
  left: 15px;
  right: 15px;
}
.mySwiper .swiper-slide img {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.5s;
  opacity: 0.7;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active img,
.mySwiper .swiper-slide:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.app-props {
  margin-top: 150px;
  box-shadow: 0 0 3px 1px #c6902e;
}

.imageBox_wrapper {
  position: relative;
  overflow: hidden;
}

.imageBox_wrapper img {
  transition: transform 0.5s;
}

.imageBox_wrapper:hover img {
  transform: scale(1.1);
}

/* Custom styles for amenities */
.amenities {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  color: white;
  font-weight: bold;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.amenities::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease;
}

.amenities:hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.amenities span {
  background-color: #202020;
  padding: 10px;
}

.amenities:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.05);
}

.card {  
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  animation: rotateOnce 0.9s ease-in-out forwards;
}

#cookie-table {
  border: 1px solid black;
  border-collapse: collapse;
}

#cookie-table th,
#cookie-table td {
  border: 1px solid black; 
  padding: 8px;
}
#cookie-types,
#server-data {
  list-style-type: disc;
}



@keyframes rotateOnce {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.card:hover {
  animation: none; /* Disable the animation on hover */
}

.card img {
  width: auto;
  height: auto;
  border-radius: 4px;
}

.card-line {
  height: 1px;
  background-color: #C9A482;
  margin: 15px 0;
  width: 60%;
}

.card p {
  font-size: 18px;
}

.rotate {
  animation: rotateOnce 0.9s ease-in-out forwards;
}
.rotate:hover {
  animation: none; /* Disable the animation on hover */
}

.col .card-col{
  justify-content: center;
}

.extras {
  color: #202020;  
}

.extras span {
  display: inline-flex;  
  align-items: center;
  justify-content: center;  
  background-color: #d6baa0b2;
  height: 130px;
  width: 220px;
  transition: transform 0.9s ease-in-out;
}

.extras:hover span {
  transition: transform 0.9s ease-in-out;
  transform: rotateY(360deg);  
}


@media only screen and (max-width: 992px) {
  .section_title {
    line-height: 1em;
    font-size: 48px;
  }

  header {
    background-color: #000000;
    position: relative;
  }

  .navbar-nav {
    border-top: 1px solid #ffffff;
    padding: 10px 0;
    margin: 10px 0;
  }

  .navbar .nav-link {
    font-size: 14px;
    padding: 8px 15px !important;
  }
  .breadcrumb {
    padding: 25px 0 35px;
    min-height: 189px;
  }
  .breadcrumb h1 {
    font-size: 52px;
  }
  .app-props {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .section_title {
    line-height: 1em;
    font-size: 45px;
  }
  .app-props {
    margin-top: 50px;
  }
}
