body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  color: #2b2b2b;
}
* {
  border: none;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}
h1,
h2,
h3,
h4 {
  font-family: "Afacad", sans-serif;
}

/*====== Header =========*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.navbar-brand {
  float: left;
  width: 380px;
  height: auto;
  padding: 6px 15px;
}
.navbar-brand img {
  float: left;
  width: 200px;
}
.navbar-brand span {
  color: #fc7309;
  font-size: 20px;
  padding: 17px 0 0 0;
  float: right;
  width: 122px;
}
.navbar.navbar-default {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  font-weight: 700;
}

.navbar-nav a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 11px !important;
  color: #fff !important;
  font-weight: 600;
}
.navbar-nav a:hover,
.navbar-nav li.active a {
  color: #d6d6d6 !important;
}

#hotel-nav {
  width: calc(100% - 180px);
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.language {
  float: right;
  width: 70px;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
.language ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language ul > li {
  float: left;
  width: 100%;
  padding: 0 12px;
  cursor: pointer;
  color: #fff;
}
.language li li {
  padding: 0;
}
.language li li a {
  padding: 9px 10px;
  color: #fff;
  background: #000;
  float: left;
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.language li ul {
  display: none;
  position: absolute;
  padding-top: 10px;
  width: 50px;
}
.language li:hover ul {
  display: block;
}
.spcl {
  float: right !important;
}
.spcl a {
  background: #d6d6d6;
}
.spcl a:hover,
.spcl a:active,
.spcl a:focus {
  background: #b8b8b8 !important;
  color: #fff !important;
}

.navbar-brand {
  float: left;
  width: 116px;
  filter: invert(100%) brightness(100);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.navbar-brand img {
  padding: 5px;
}
.navbar-brand2 {
  float: left;
  width: 170px;
  margin: 0;
  padding: 17px 8px;
  filter: invert(100%) brightness(100) grayscale(100);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.header-phone {
  float: left;
  margin: 0;
  padding: 0;
  width: calc(100% - 180px);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header-phone ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.header-phone li {
  float: left;
  margin: 0;
  padding: 0;
}
.header-phone li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 6px;
  float: left;
}
.nav.navbar-nav.navbar-left {
  width: 100%;
}

.header.topfix {
  background: #fff;
}
.header.topfix .navbar-brand,
.header.topfix .navbar-brand2 {
  filter: none;
}
.header.topfix .header-phone li a,
.header.topfix .language ul > li {
  color: #2b2b2b;
}
.header.topfix .header-phone {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.header.topfix .navbar-nav a {
  color: #2b2b2b !important;
}
.header.topfix .navbar.navbar-default {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.header.topfix #hotel-nav {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.header.topfix .navbar-nav a:hover,
.header.topfix .navbar-nav li.active a {
  color: #d6d6d6 !important;
}

.header.topfix .spcl a:hover {
  background: #b8b8b8 !important;
  color: #fff !important;
}
.header-phone li a:hover {
  color: #d6d6d6 !important;
}
/*====== Banner =========*/
.banner-area {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background: #000;
}
#project-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 4;
  height: 200px;
}
.partner-logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 320px;
}
.welcome-space h3 strong {
  color: #738cbb;
}
/*#project-banner {
  left: -40px;
  right: -40px;
  width: 100vw;
}*/
#project-banner .carousel-control {
  width: 70px;
  background: none;
}
.banner-area .item {
  height: 100vh;
  overflow: hidden;
}

.spcl-book a {
  background: #f2eeeb;
  color: #000 !important;
}
.spcl-book a:hover {
  background: #ddd9d6 !important;
}
#project-banner .carousel-caption {
  position: absolute;
  left: 60px;
  top: 60px;
  bottom: 60px;
  right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#project-banner .carousel-caption h2 {
  font-size: 52px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
#project-banner .carousel-caption h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
#project-banner .carousel-caption hr {
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  max-width: 670px;
}
/* YOUR CSS simplified */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*====== Booking =========*/
.booking-section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.booking-area {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.sb-booking {
  background: #fff;
  float: left;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 30px;
  z-index: 12;
}

.main_book_form_item {
  float: left;
  position: relative;
  width: 16.66%;
}
.first-book {
  float: left;
  position: relative;
  width: 30%;
}
.main_book_form_item h2 span {
  font-size: 12px;
  float: left;
  text-transform: uppercase;
  width: 100%;
}
.date_picker input#search_arrival {
  cursor: pointer;
}
.booking-area input[type="text"] {
  width: calc(100% - 40px);
  margin: 0;
  padding: 5px;
  height: 40px;
  background: transparent;
  color: #000;
  border: none;
  margin: 10px;
  font-size: 14px;
}
.booking-area select {
  width: calc(100% - 10px);
  padding: 5px 10px;
  height: 40px;
  font-size: 14px;
  background: transparent;
  color: #2b2b2b;
  border: none;
  margin: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: transparent url(../images/select-arrow.png) no-repeat;
  background-position: right 10px center;
}
.main_book_form_item:nth-child(3),
.main_book_form_item:nth-child(4),
.main_book_form_item:nth-child(5),
.main_book_form_item:nth-child(2) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.booking-area select option {
  font-size: 12px;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 14px;
  top: 25px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
}
#ui-datepicker-div {
  font-size: 14px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
}
.sb-booking .form_submit {
  width: calc(100% + 1px);
  margin: 0;
  padding: 5px 10px;
  height: 60px;
  background: #d6d6d6;
  color: #2b2b2b;
  border: none;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sb-booking .form_submit:hover {
  background: #b8b8b8;
}

.whybook {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.whybook img {
  margin-bottom: 20px;
}
.booking-area.fixed .sb-booking {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: 0 auto;
  top: 84px;
  background: #f1efed;
  bottom: auto;
}

.main_book_form_item label {
  float: left;
  margin: 0;
  padding: 0 12px;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #d6d6d6;
  width: 100%;
}

/*======home-about===========*/
.home-about {
  float: left;
  width: 100%;
  margin: 0;
  padding: 80px 0;
}
.home-about h2,
.home-about h1 {
  font-size: 34px;
  text-align: right;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.1em;
}
.home-about h2 span,
.home-about h1 span {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 1em;
  color: #d6d6d6;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.h1-smaller {
  font-size: 20px !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  color: #2b2b2b !important;
}
.home-about h3 {
  font-weight: 500;
  padding-left: 60px;
  font-size: 26px;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
}
.home-about p {
  font-weight: 500;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.6em;
}

.home-room {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0 30px;
  position: relative;
  background: #f1efed;
}
.home-room h2 {
  font-weight: 600;
  font-size: 48px;
  float: left;
  position: relative;
  margin: 0;
}
.home-room h2 span {
  color: #d6d6d6;
}

.hm-room-area {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
}
.room-booking {
  float: left;
  width: 100%;
  background: #d6d6d6;
  padding: 15px;
  position: relative;
  z-index: 3;
}
.rm-left {
  float: left;
  width: 60%;
  margin: 0;
  padding: 0;
}
.rm-right {
  float: left;
  width: 40%;
  margin: 0;
  padding: 0;
}
.rm-left {
  font-size: 16px;
  color: #767676;
  font-weight: 600;
}
.rm-right a {
  font-size: 18px;
  color: #a6a6a6;
  font-weight: 600;
  float: right;
}
.rm-right a:hover {
  color: #2b2b2b;
}
.hm-room-area h3 {
  width: 100%;
  text-align: center;
  color: #767676;
  font-weight: 600;
  font-size: 28px;
  background: #d6d6d6;
  float: left;
  margin: 0;
  padding: 10px 0 15px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #cacaca;
}
.hm-room-area h3 span {
  float: left;
  width: 100%;
  font-size: 22px;
}

.hm-room-area .owl-nav {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 45%;
  font-size: 40px;
  z-index: 2;
  color: #b8b8b8;
}
.home-room .view-room {
  margin-right: 0;
}

.hm-room-area .owl-nav .owl-prev {
  float: left;
}
.hm-room-area .owl-nav .owl-next {
  float: right;
}
.hm-room-area img {
  float: left;
  position: relative;
  z-index: 0;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hm-room-area .item {
  overflow: hidden;
  float: left;
}
.hm-room-area .item:hover img {
  transform: scale(1.1);
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.view-room {
  float: right;
  border: 2px solid #b6b6b6;
  padding: 6px 20px;
  color: #b6b6b6;
  margin: 3px 40px 0;
  font-size: 16px;
  font-weight: 600;
}
.view-room:hover {
  border: 2px solid #d6d6d6;
  color: #fff;
  background: #d6d6d6;
}

.home-spcl {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
  text-align: center;
  background: #d6d6d6;
}

.spcl-img {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-40px);
}
.home-spcl h2 {
  font-size: 26px;
  padding: 0 110px;
  font-family: "Poppins", sans-serif;
}
.home-spcl h2 span {
  font-size: 1.3em;
  float: left;
  width: 100%;
  font-weight: 700;
  margin-top: 10px;
}
.home-spcl a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #fff;
  color: #2b2b2b;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
.home-spcl a:hover {
  color: #b8b8b8;
  background: #2b2b2b;
}

.hm-services {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.hm-services:before {
  content: "";
  background: #2b2b2b;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}
.hm-services h2 {
  font-weight: 600;
  font-size: 48px;
  float: left;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  line-height: 1em;
}
.hm-services h2 span {
  color: #d6d6d6;
}
.hm-services p {
  font-size: 16px;
}
.hm-services iframe {
  float: left;
  width: 100%;
  height: 440px;
}
.hm-services a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #d6d6d6;
  color: #2b2b2b;
  display: inline-block;
  font-weight: 600;
}
.hm-services a:hover {
  color: #fff;
  background: #b8b8b8;
}

.hm-newsletter {
  float: left;
  width: 100%;
  margin: 0;
  padding: 80px 0;
  text-align: center;
  background: #d6d6d6;
  color: #fff;
}
.hm-newsletter h3 {
  font-weight: 400;
  font-size: 36px;
  float: left;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 0 120px;
  color: #2b2b2b;
}
#subscribe {
  margin: 15px auto 0;
  display: inline-block;
  width: 470px;
}
.check-privacy {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: normal;
  color: #6b6b6b;
}
.check-privacy a {
  color: #2b2b2b;
}
.hm-newsletter input[type="email"] {
  float: left;
  width: 300px;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  border: 1px solid #fff;
  background: none;
  color: #2b2b2b;
  font-size: 16px;
  height: 50px;
}
#submit-button {
  background: #2b2b2b;
  color: #fff;
  padding: 10px 40px;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  height: 50px;
}
#submit-button:hover {
  background: #000;
}

.footer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.footer-logo a {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.footer-logo a img {
  width: 100%;
  height: 80px;
}
.footer a {
  float: left;
  width: 100%;
  color: #2b2b2b;
}
.footer-logo {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px;
  min-height: 220px;
}
.footer h3 {
  margin: 0 0 10px 0;
}
.footer a:hover {
  color: #000;
}
.footer-address {
  padding: 30px 15px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  min-height: 220px;
}
.footer-call {
  padding: 30px 15px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  min-height: 220px;
}
.footer-vat {
  padding: 30px 15px 0;
  min-height: 220px;
}
.footer-copy {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
}
.footer-call a {
  float: none;
  display: inline;
}
.footer-copy a {
  float: none;
}

/*-------Newly added -----------*/
.hm-adv {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px 0 70px;
  background: #f1efed;
}
.spcl-1 {
  float: left;
  width: calc(50% - 15px);
  text-align: center;
  padding: 70px;
  margin: 0 15px 0 0;
  background: url("../images/spcl-1.webp") no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center center;
}
.spcl-2 {
  float: left;
  width: calc(50% - 15px);
  text-align: center;
  padding: 70px;
  margin: 0 0 0 15px;
  background: url("../images/spcl-2.webp") no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center center;
}
.hm-adv h2 {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
}
.hm-adv a {
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
}
.hm-adv a:hover {
  color: #2b2b2b;
  background: #fff;
}

.bg-text {
  color: #fff;
  background: #2b2b2b;
  padding: 40px;
}
.hm-services {
  background: url("../images/hm-extra.webp") no-repeat;
  background-size: contain;
  background-position: left;
  background-color: #2b2b2b;
}
.hm-services h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

#alert {
  float: left;
  width: 100%;
  font-size: 20px;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
#alert .success {
  color: green;
}
#alert .error {
  color: red;
}

/*====room====*/
.room-section-inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
}
.room-section-inner ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}
.room-section-inner li {
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 2px 15px 12px 0;
  line-height: 1em;
  font-size: 14px;
}
.room-section-inner li i {
  font-size: 14px;
  width: 20px;
  text-align: center;
}
.room-section-inner h2 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #c6c6c6;
  font-size: 36px;
}
.room-section-inner h2 span {
  position: relative;
}
.room-section-inner h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #d6d6d6;
  bottom: 5px;
  z-index: -1;
}
.room-section-inner .owl-nav {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 45%;
  font-size: 20px;
}
.room-section-inner .owl-nav button i {
  padding: 10px !important;
  color: #fff !important;
  background-color: #1b1b1b1f !important;
}
.room-section-inner .owl-nav .owl-prev {
  float: left;
}
.room-section-inner .owl-nav .owl-next {
  float: right;
}
.room-section-inner p {
  font-size: 15px;
}
.room-page .room-section-inner p {
  line-height: 1.2em;
}
.room-section-inner p span {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.room-section-inner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.room-section-inner:nth-child(2n + 2) .container {
  flex-direction: row-reverse;
}
.room-page .room-section-inner .container {
  align-items: flex-start;
}

.service-breakfast {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
  padding: 80px 0;
  background: #d6d6d6;
  position: relative;
}

.service-breakfast h2 {
  font-size: 36px;
  float: left;
  width: 100%;
}
.service-breakfast p {
  font-size: 16px;
  float: left;
  width: 100%;
}
.service-breakfast:before {
  content: "";
  left: 0;
  right: 52%;
  top: 0;
  bottom: 0;
  background: url("../images/service-1-4.jpg") no-repeat;
  background-size: cover;
  position: absolute;
}
.service-breakfast h3 {
  font-size: 30px;
  padding: 90px 0;
  margin: 0;
  font-weight: 400;
  line-height: 1em;
}
.gallery-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 330px;
  background: url("../images/banner-3.webp") no-repeat;
  background-size: cover;
  background-position: top center;
}

.location-map {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.location-map iframe {
  float: left;
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
}
.location-map h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.location-map h2 span {
  float: left;
  width: 100%;
  color: #d6d6d6;
  font-size: 0.8em;
}
.location-map p {
  font-size: 15px;
}

.service-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 60px;
}
.service-list li {
  float: left;
  width: 50%;
  font-size: 15px;
  margin: 0;
  padding: 10px 0;
  align-items: center;
  display: flex;
}
.service-list li svg-icon,
.service-list li i {
  float: left;
  font-size: 20px;
  margin: 0;
  padding: 0 15px 0 0;
}

.gallery-section .hm-room-area {
  padding: 0 40px;
}
.gallery-section .hm-room-area .owl-nav {
  left: -35px;
  right: -35px;
  z-index: -1;
  top: 40%;
}
.home-room.gallery-section {
  padding: 0 0 40px 0;
  background: #fff;
}
.home-room.gallery-section h2 {
  text-align: center;
  float: left;
  width: 100%;
}
.owl-nav .disabled {
  opacity: 0.1;
}
.hm-adv h2 span {
  float: left;
  width: 100%;
  font-size: 0.7em;
  line-height: 1em;
  padding-top: 20px;
}
.service-pg a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #d6d6d6;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
.service-pg a:hover {
  color: #fff;
  background: #b8b8b8;
}
.home-room.gallery-section a:hover::before {
  content: "\f002";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daterangepicker td.in-range {
  background: #b8b8b8 !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #88684d !important;
}

.drp-calendar.right {
  display: none !important;
}
.gallery-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 4;
  height: 200px;
}

.grecaptcha-badge {
  visibility: hidden;
}
.footer-vat p {
  float: left;
  width: 100%;
}
.follow-us a {
  display: inline-block;
  float: none;
  width: 30px;
}
.follow-us i {
  font-size: 20px;
}
.room-page .room-section-inner h2 {
  margin-top: 0;
}
.footer-vat a {
  padding: 5px 0;
  line-height: 1em;
}
.footer ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
}
.footer ul li {
  float: left;
  margin-right: 15px;
}
.footer ul li a {
  font-size: 16px;
}

.show-more-dtl ul {
  list-style: disc;
  padding-left: 18px;
}
.show-more-dtl li {
  width: 100%;
}

.offer-pg a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #d6d6d6;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
.offer-pg a:hover {
  color: #fff;
  background: #b8b8b8;
}
.offer-pg .container {
  align-items: flex-start;
}
.show-more {
  margin: 20px 0;
  padding: 10px 40px;
  background: #d6d6d6;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}
.show-more:hover {
  color: #fff;
  background: #b8b8b8;
}
.show-more-dtl {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 20px;
  position: relative;
  display: none;
}
.show-more-dtl:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -9px;
  width: 20px;
  height: 9px;
  background: #ccc;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.offer-pg h1 {
  float: left;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
  width: 100%;
  font-size: 42px;
  text-transform: uppercase;
}

.service-pg-spcl {
  padding: 25px 0;
}
.service-pg-spcl h2 {
  font-size: 54px;
  line-height: 0.8em;
}
.service-pg {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 40px;
}
.service-pg h2 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #c6c6c6;
  font-size: 36px;
}
.service-pg p {
  font-size: 15px;
}
.rest-spcl .owl-dot {
  width: 15px;
  height: 15px;
  background: #ccc !important;
  margin: 5px;
  border-radius: 10px;
}
.rest-spcl .owl-dot.active {
  background: #9e9e9e !important;
}
.rest-spcl .owl-dots {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}
.rest-spcl h3 {
  line-height: 1em;
}

/*======Offer page=========*/
.offer-pg {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
}
.offer-pg .container {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
.offer-pg.row-reverse .container {
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
}
.show-more-dtl ul {
  list-style: disc;
  padding-left: 18px;
}
.show-more-dtl li {
  width: 100%;
}
.offer-pg a {
  margin: 20px 0 20px;
  padding: 10px 40px;
  background: #d6d6d6;
  color: #2b2b2b;
  display: inline-block;
  font-weight: 600;
}
.offer-pg a:hover {
  color: #000;
  background: #b8b8b8;
}
.offer-pg .container {
  align-items: flex-start;
}
.show-more {
  margin: 20px 0;
  padding: 10px 40px;
  background: #d6d6d6;
  color: #2b2b2b;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}
.show-more:hover {
  color: #000;
  background: #b8b8b8;
}
.show-more-dtl {
  float: left;
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 0 20px;
  position: relative;
  display: none;
}
.show-more-dtl:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -9px;
  width: 20px;
  height: 9px;
  background: #b8b8b8;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.offer-pg h1 {
  float: left;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
  width: 100%;
  font-size: 42px;
  text-transform: uppercase;
}
.show-more-dtl h3 {
  float: left;
  width: 100%;
}
.show-more-dtl hr {
  float: left;
  width: 100%;
  margin: 8px 0;
}
.show-more-dtl h3 span {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.offers-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 330px;
  background: url("../images/banner-15.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.offers-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 4;
  height: 200px;
}

hr.spcl-line {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.service-pg ul {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.service-pg li {
  font-size: 15px;
  float: left;
  width: 100%;
  margin: 5px 0;
}
.event-listing li {
  width: 50%;
  float: left;
  padding-right: 40px;
}
.spcl-bknow {
  background: #d6d6d6;
  padding: 5px 15px;
  color: #2b2b2b;
  margin: 10px 0 20px 60px;
  display: inline-block;
}
.btn-restaurant {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px 0;
}
.btn-restaurant a {
  flex: 1;
  text-align: center;
  margin: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-spa {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px 0;
}
.btn-spa a {
  flex: 1;
  text-align: center;
  color: #2b2b2b;
  margin: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.inline-link {
  background: none;
  color: #b8b8b8;
  padding: 0%;
  margin: 0%;
  text-decoration: underline;
}
a.inline-link:hover {
  color: #575454;
}
.easter {
  text-align: center;
  background-color: #f5f5f5 !important;
  padding: 10px 50px;
}
.easter h2 {
  margin: 10px 0px;
}
.easterbutton {
  background: #f2e5af !important;
  color: #ffffff !important;
  text-shadow: #2b2b2b4b 1px 1px;
}
.easterbutton:hover {
  background: #d0c386 !important;
}

.container.row-reverse {
  flex-direction: row-reverse;
}
.villa-area {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}
.villa-area li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 8px 0;
}
.villa-pg li {
  list-style: none;
}
.villa-pg ul {
  padding: 0;
}

.villa-pg .owl-nav {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 45%;
  font-size: 20px;
}
.villa-pg .owl-nav button i {
  padding: 10px !important;
  color: #fff !important;
  background-color: #1b1b1b54;
}
.villa-pg .owl-nav .owl-prev {
  float: left;
}
.villa-pg .owl-nav .owl-next {
  float: right;
}

/*=====================================================
MEDIA QUERY
=====================================================*/
@media (max-width: 767px) {
  .villa-pg .col-sm-6 {
    float: left;
    width: 100%;
  }
  .header-phone {
    position: fixed;
    right: 0;
    bottom: 0;
    border: none !important;
    width: 100vw;
    background: #d6d6d6;
    border-radius: 10px 10px 0 0;
    left: 0;
  }
  .header.topfix .header-phone {
    background: #d6d6d6;
  }
  .header-phone li a {
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  .header-phone li {
    width: 25%;
  }

  .navbar-brand {
    float: left;
    width: 100px;
  }
  .navbar-brand2 {
    width: 125px;
    padding: 19px 13px 20px;
  }
  .navbar-header {
    float: left;
    width: 289px;
  }
  .navbar-toggle {
    margin-top: 17px;
  }
  .language ul > li {
    padding: 0 5px;
  }
  .language {
    float: right;
    width: 52px;
  }
  #hotel-nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: 70px;
    background: #fff;
    z-index: 9;
  }
  .header {
    position: fixed;
    z-index: 9;
    background: #fff;
  }
  .navbar-brand,
  .navbar-brand2 {
    filter: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .language ul > li {
    color: #2b2b2b;
  }
  .navbar-nav a {
    color: #2b2b2b !important;
    padding: 10px 16px !important;
  }
  .nav.navbar-nav.navbar-left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .spcl {
    float: right !important;
    width: 100%;
  }
  .banner-area .item {
    height: 400px;
    overflow: hidden;
  }
  .banner-area .item img {
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(-220px);
  }
  #project-banner .carousel-caption h2 {
    font-size: 24px;
  }
  #project-banner .carousel-caption h3 {
    font-size: 16px;
  }
  .home-about h2,
  .home-about h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .home-about h2 span,
  .home-about h1 span {
    font-size: 36px;
  }
  .home-about h3 {
    font-size: 21px;
    padding: 0;
    text-align: center;
    float: left;
  }
  .home-about p {
    font-size: 16px;
    line-height: 1.5em;
    float: left;
    padding: 0;
    text-align: center;
  }
  .home-room h2 {
    font-size: 38px;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
  .home-room {
    text-align: center;
    padding-bottom: 0;
  }

  .view-room {
    float: none;
    display: inline-block;
    margin: 15px auto 0;
  }
  .room-booking {
    padding: 15px;
  }
  .rm-left,
  .rm-right {
    width: 100% !important;
    text-align: center;
  }
  .rm-right a {
    font-size: 20px;
    font-weight: 600;
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
  .home-spcl h2 {
    font-size: 22px;
    padding: 0 15px;
    float: left;
    width: 100%;
  }
  .home-spcl h2 span {
    font-size: 30px;
    margin-top: 15px;
  }
  .hm-services h2 {
    font-size: 35px;
    text-align: center;
  }
  .hm-services iframe {
    float: left;
    width: 100%;
    height: 300px;
  }
  .home-about {
    padding: 60px 0;
  }
  .hm-services h3 {
    font-size: 19px;
    float: left;
    text-align: center;
  }
  .hm-services p {
    line-height: normal;
    font-size: 16px;
    float: left;
    text-align: center;
    width: 100%;
  }
  .hm-services {
    text-align: center;
  }
  .hm-services a {
    margin: 20px auto 0;
  }
  .hm-newsletter h3 {
    font-size: 26px;
    padding: 0 15px;
  }
  #subscribe {
    width: 330px;
  }
  .hm-newsletter input[type="email"] {
    width: 196px;
    font-size: 14px;
  }
  #submit-button {
    font-size: 14px;
    padding: 10px 29px;
  }

  .footer p {
    font-size: 14px;
  }
  .footer h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .footer-copy {
    padding: 10px 20px;
    font-size: 12px;
    margin-top: 20px;
  }
  .sb-booking.mn-booking {
    position: relative;
    bottom: 0;
    z-index: 1;
  }
  .main_book_form_item {
    width: 100%;
    border: none !important;
  }
  .booking-area input[type="text"],
  .booking-area select {
    font-size: 14px;
  }
  .footer {
    text-align: center;
    padding-top: 20px;
  }
  .footer-logo,
  .footer-address,
  .footer-call,
  .footer-vat {
    padding: 10px;
    border: none !important;
    min-height: auto;
    float: left;
    width: 100%;
  }
  .footer h3 {
    margin: 10px 0;
  }
  #ui-datepicker-div {
    width: 300px !important;
  }
  .sb-booking .form_submit {
    font-size: 14px;
    height: auto;
    padding: 15px 0;
  }
  .spcl-img {
    transform: translateY(0);
    overflow-x: hidden;
    padding-top: 15px;
  }
  .home-spcl img {
    border-radius: 0;
    height: 280px;
    width: auto;
    max-width: none;
    transform: translateX(-470px);
  }
  .footer-logo a img {
    width: auto;
    height: 55px;
  }
  .hm-room-area {
    padding: 0;
  }
  .hm-room-area .owl-nav {
    left: 10px;
    right: 10px;
    top: 45%;
    font-size: 30px;
    z-index: 2;
  }
  .hm-adv {
    padding: 0px;
    background: #000;
  }
  .spcl-1,
  .spcl-2 {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .hm-adv h2 {
    font-size: 36px;
  }
  .hm-services {
    text-align: center;
    padding-top: 190px;
    background-size: 100%;
    background-color: #2b2b2b;
    background-position: top center;
  }
  .hm-adv .container,
  .home-room .container,
  .hm-spcl .container {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .hm-services:before {
    display: none;
  }
  .footer-copy {
    padding: 10px 20px 70px;
    font-size: 12px;
  }
  .header-phone li a:hover {
    background: #1b1b1b !important;
    filter: none;
  }
  .header-phone ul {
    float: none;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .language {
    margin-top: 22px;
  }
  .navbar-header {
    float: left;
    width: calc(100% - 42px);
  }
  .banner-area {
    padding: 70px 0 0 0;
  }
  .navbar-default .navbar-toggle {
    border: none;
  }
  .spcl-mob {
    display: none;
  }
  .bg-text {
    margin-top: 12px;
  }
  .home-spcl {
    padding: 0 0 12px;
  }
  .desktop-hide {
    background: #5b5b5b;
    border-radius: 0 10px 0 0;
  }
  .room-section-inner {
    width: 100%;
  }
  .room-section-inner .container {
    display: block;
    padding: 5px;
  }
  .room-section-inner li {
    width: 100%;
  }
  .service-pg {
    text-align: center;
  }
  .service-breakfast:before {
    right: 0;
    bottom: auto;
    height: 260px;
  }
  .service-breakfast h2 {
    margin-top: 290px;
  }
  .gallery-section a {
    width: 50%;
  }
  #map,
  #floating-panel {
    width: 100%;
  }
  .service-breakfast {
    padding: 0 0 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .service-breakfast p {
    font-size: 15px;
  }
  .location-map {
    padding-bottom: 40px;
    text-align: center;
  }
  .location-map h2 {
    padding-top: 20px;
    float: left;
    width: 100%;
  }
  .service-list li {
    width: 100%;
    padding: 10px 20px;
  }
  .service-list {
    float: none;
    list-style: none;
    margin: 0;
    padding: 25px 25px;
    display: inline-block;
    background-color: #d6d4d430;
  }
  .service-list li svg-icon {
    float: none;
    display: inline-block;
    padding-right: 5px;
  }
  .gallery-section .hm-room-area .owl-nav {
    left: -25px;
    right: -25px;
  }
  .header.topfix .header-phone li a {
    color: #fff;
  }
  #ui-datepicker-div {
    width: 300px !important;
    font-size: 12px;
  }
  .room-page .room-section-inner h2 {
    margin-top: 15px;
  }
  .show-more-dtl ul {
    list-style: disc;
    padding-left: 18px;
  }
  .show-more-dtl li {
    width: 100%;
  }
  .offer-pg h1 {
    font-size: 32px;
  }
  .offer-pg .container,
  .offer-pg.row-reverse .container {
    flex-direction: column;
  }
  .service-pg-spcl {
    text-align: center;
  }
  .btn-restaurant {
    flex-direction: column;
  }
  .btn-restaurant-pasqua {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
  }
  .btn-restaurant-pasqua a {
    flex: 1;
    text-align: center;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .villa-area li {
    width: 100%;
  }
  .villa-pg {
    text-align: center;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .banner-area .item img {
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .desktop-hide {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .language ul > li {
    padding-top: 16px;
  }
  .header-phone {
    position: fixed;
    right: 0;
    bottom: 0;
    border: none !important;
    width: 100vw;
    background: #d6d6d6;
    border-radius: 10px 10px 0 0;
    left: 0;
  }
  .header.topfix .header-phone {
    background: #d6d6d6;
  }
  .header-phone li a {
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding: 12px;
  }
  .header-phone li {
    width: 33.33%;
  }
  .navbar-brand {
    float: left;
    width: 66px;
    padding: 11px 4px;
  }
  .navbar-brand2 {
    width: 114px;
    padding: 20px 10px 21px;
  }
  #hotel-nav {
    width: calc(100% - 125px);
  }
  .header .container {
    width: 100%;
  }
  .navbar-nav a {
    font-size: 10px;
    text-transform: uppercase;
    padding: 25px 4px !important;
  }
  .language {
    margin-top: 9px;
  }
  .banner-area .item {
    height: auto;
    overflow: hidden;
  }
  #project-banner .carousel-caption h2 {
    font-size: 34px;
  }
  #project-banner .carousel-caption h3 {
    font-size: 22px;
  }
  .home-about h2,
  .home-about h1 {
    font-size: 28px;
  }
  .home-about h2 span,
  .home-about h1 span {
    font-size: 30px;
  }
  .home-about h3 {
    font-size: 21px;
  }
  .home-about p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .home-room h2 {
    font-size: 38px;
  }
  .booking-area.fixed .sb-booking {
    max-width: 748px;
    top: 71px;
  }
  .home-about {
    padding: 60px 0;
  }
  .hm-services h3 {
    font-size: 19px;
  }
  .hm-services p {
    line-height: normal;
    font-size: 16px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .footer-copy {
    padding: 10px 20px 70px;
    font-size: 12px;
  }
  .header-phone li a:hover {
    background: #b8b8b8 !important;
    filter: none;
    border-radius: 10px 10px 0 0;
  }
  .header-phone ul {
    float: none;
  }
  .room-section-inner .col-sm-6 {
    width: 100%;
  }
  .room-section-inner .container {
    display: block;
  }
  #map {
    width: 60%;
  }
  #floating-panel {
    width: 40%;
  }
  .service-list li {
    width: 100%;
  }
  .footer-logo,
  .footer-address,
  .footer-call,
  .footer-vat {
    min-height: 230px;
  }
  .offer-pg .container,
  .offer-pg.row-reverse .container {
    flex-direction: column;
  }
  .offer-pg .col-sm-6 {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .navbar-nav a {
    padding: 15px 7px !important;
    font-size: 11px;
  }
  .header-phone li a {
    padding: 7px 9px 6px;
  }
  .banner-area .item {
    height: auto;
    overflow: hidden;
  }
  .home-about h2 span,
  .home-about h1 span {
    font-size: 40px;
  }
  .home-about h3 {
    font-size: 28px;
  }
  .hm-room-area h3 {
    font-size: 30px;
  }
  .rm-left {
    line-height: 1em;
    padding-right: 0px;
  }
  .booking-area.fixed .sb-booking {
    max-width: 940px;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
}

@media (min-width: 1024px) {
  .navbar-nav a {
    transform: translateY(-17px);
  }
  .spcl a {
    transform: translateY(0) translateX(1px);
  }
}

@media (min-width: 1280px) {
  .bg-text {
    padding: 100px 40px 60px;
  }
  .header-phone li a {
    padding: 7px 13px 6px;
    float: left;
  }
}

@media (min-width: 1600px) {
}

@media (min-width: 1400px) and (min-height: 900px) and (max-width: 1600px) {
  .banner-area .item {
    height: auto;
    overflow: hidden;
  }
}

.banner-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.192) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}
@media (max-width: 768px) {
  .banner-video {
    /* Rende il banner un po' più alto su mobile, es. un quadrato 1:1 o 4:3 */
    aspect-ratio: 1 / 1;
  }
}
@media (min-width: 768px) and (max-width: 1065px) {
  .hm-services {
    background-size: cover;
    background-position: right;
    background-color: #2b2b2b;
  }
}
.spcl-logo {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
.restaurant-logo h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .restaurant-logo h1 {
    position: static;
  }
}

/* ==========================================================================
   1. PAGINA EVENTS - BANNER VIDEO & INTRO
   ========================================================================== */

.events-video video {
  filter: brightness(80%);
}

.events-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px;
  display: grid;
  align-content: flex-end;
  justify-items: start;
  gap: 20px;
}

.events-banner h1 {
  color: rgb(255, 255, 255);
  font-weight: 800;
  font-size: 60px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  margin: 0;
  justify-self: center; /* ← era end, ora center */
  text-align: center;
}

.events-banner a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 14px 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  justify-self: center; /* ← era end, ora center */
  text-align: center;
  background-color: #0e0d0d3d;
}
/* ==========================================================================
   AGGIORNAMENTO BOTTONI BANNER (STESSA RIGA E STESSA DIMENSIONE)
   ========================================================================== */

.events-buttons-wrapper {
    display: flex;
    gap: 15px;              /* Spazio tra i due bottoni */
    width: 100%;
    max-width: 580px;       /* Limita la larghezza massima su desktop per estetica */
    justify-self: center;   /* Centra il blocco dei bottoni nel banner */
}

.events-buttons-wrapper a {
    flex: 1 1 0%;           /* Forza i bottoni ad avere esattamente la stessa larghezza */
    width: auto !important; /* Annulla il width: 100% presente nella media query dei 1024px */
    display: flex !important;/* Sostituisce inline-block per gestire perfettamente l'altezza e il testo */
    align-items: center;    /* Centra il testo verticalmente se va a capo su mobile */
    justify-content: center;/* Centra il testo orizzontalmente */
    line-height: 1.4;
}

/* Riduzione del padding orizzontale su mobile per evitare che il testo esca dai bottoni */
@media (max-width: 768px) {
    .events-buttons-wrapper a {
        padding: 12px 10px !important; 
    }
}
.events-banner a:hover {
  background-color: #ffffff;
  color: #000000;
}

.events-intro {
  padding: 40px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.events-intro p {
  text-align: center;
  padding: 0;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  max-width: 80%;
}
.events-intro h3 {
  text-align: center;
  margin: 10px 0px;
  padding: 0;
  font-size: 30px;
  color: #444141;
  font-weight: 500;
}

/* ==========================================================================
   2. SEZIONE SERVIZI CON SFONDO BANNER (WEDDING)
   ========================================================================== */

.event-services {
  background-color: white;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
  box-sizing: border-box;
  position: relative;
}

.event-bgbanner {
  background-image: url("../images/wedding-8.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 800px;
  position: relative;
  box-sizing: border-box;
  padding: 80px 60px;

  /* Sovrascrive il flex orizzontale di .event-container */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Overlay scuro semi-trasparente sopra la foto */
.event-bgbanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.644);
  z-index: 0;
}

/* Tutto il contenuto sopra l'overlay */
.event-bgbanner > * {
  position: relative;
  z-index: 1;
}
.event-bgbanner h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  max-width: 700px;
}

.event-bgbanner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.8;
  max-width: 60%;
  margin: 0 0 36px 0;
}

.event-bgbanner a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 14px 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.event-bgbanner a:hover {
  background-color: #ffffff;
  color: #000000;
}

.event-title {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  color: #c8a88d;
}

/* Griglia icone */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
  width: 100%;
  max-width: 1100px;
}

.wedding-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: calc(100% / 6 - 20px); /* 6 per riga su desktop */
}

.wedding-service-item img {
  width: 70px;
}

.wedding-service-text {
  color: #727272;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   3. SEZIONI EVENTI (FLEXBOX & ALTERNANZA IMAGINI/TESTO)
   ========================================================================== */

.event-section {
  width: 100%;
  overflow: hidden;
  background-color: #f8f5f5;
  position: relative;
}

/* Contenitore Flexbox principale */
.event-container {
  display: flex;
  width: 100%;
  min-height: 600px;
}

/* Inverte l'ordine dei div interni solo per le sezioni PARI */
.event-section:nth-child(even) .event-container {
  flex-direction: row-reverse;
}

/* Gestione dei due blocchi interni (50% di larghezza ciascuno) */
.event-image,
.event-content {
  flex: 0 0 50%;
  width: 50%;
}

/* Blocco Immagine Base */
.event-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Classi per gli sfondi */
.es-1 .event-image,
.eventsection-1 {
  background-image: url("../images/banner-3.webp");
}

.eventsection-2 {
  background-image: url("../images/banner-12.webp");
}

.eventsection-3 {
  background-image: url("../images/banner-6.webp");
}
.eventsection-4 {
  background-image: url("../images/hm-extra.webp");
}

/* Blocco Testo (Centrato verticalmente, allineato a sinistra) */
.event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 6.8%;
  box-sizing: border-box;
}

.event-content h3 {
  color: #c8a88d;
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
}

.event-content p {
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px 0;
  text-align: left;
}

.event-content iframe {
  width: 100%;
  height: 440px;
  border: none;
}

.btn-location {
  display: inline-block;
  background-color: #c8a88d;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 14px 28px;
  transition: opacity 0.3s ease;
}

.btn-location:hover {
  opacity: 0.9;
  color: #f8f8f8;
}

/* ==========================================================================
   4. RESPONSIVE (MEDIA QUERIES IN ORDINE DECRESCENTE)
   ========================================================================== */

/* --------------------------------------------------------------------------
   4.1. TABLET (Sotto i 1024px)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .events-banner h1 {
    font-size: 38px;
  }

  .events-banner a {
    justify-self: center;
    width: 100%;
    text-align: center;
  }

  .events-intro {
    padding: 40px 20px;
  }

  .event-bgbanner {
    padding: 60px 30px;
    min-height: auto;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    justify-items: center;
  }

  .wedding-service-item {
    width: 100%;
  }
  .wedding-service-item img {
    width: 65px;
  }
  /* Incolonnamento di Immagine e Testo nelle sezioni eventi */
  .event-container,
  .event-section:nth-child(even) .event-container {
    flex-direction: column !important;
  }

  .event-image,
  .event-content {
    flex: 0 0 100% !important;
    width: 100% !important;
  }

  /* Forza l'altezza dell'immagine su Tablet */
  .event-image {
    min-height: 400px !important;
    height: 400px !important;
    flex: none !important;
    display: block !important;
  }

  .event-content {
    padding: 45px 50px;
  }
}

/* --------------------------------------------------------------------------
   4.2. LAPTOP PICCOLI / TABLET VERTICALI (Sotto i 992px)
   -------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .events-intro {
    padding: 60px 7%;
  }
  .events-intro p {
    font-size: 14px;
    text-align: left;
    max-width: none;
  }
  .event-bgbanner p {
    font-size: 16px;
    max-width: none;
  }
  .event-bgbanner {
    min-height: 500px;
  }
  .event-bgbanner h3 {
    font-size: 30px;
  }
  .events-intro h3 {
    text-align: left;
  }
  .event-content p {
    font-size: 14px;
  }
  .events-banner a,
  .event-bgbanner a {
    font-size: 10px;
  }
}

/* --------------------------------------------------------------------------
   4.3. SMARTPHONE (Sotto i 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .events-banner h1 {
    font-size: 30px;
  }
  .events-video {
    aspect-ratio: 3 / 4;
  }
  .events-intro h3 {
    text-align: left;
  }
  .event-title {
    font-size: 26px;
    margin-bottom: 35px;
  }

  /* La griglia mantiene le 2 colonne ma eredita le regole dei 1024px */
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Riduzione altezza dell'immagine sui telefoni */
  .event-image {
    min-height: 300px !important;
    height: 300px !important;
  }

  .event-content,
  .events-intro {
    padding: 35px 40px;
  }
  .wedding-service-item img {
    width: 50px;
  }
  .events-intro h3 {
    font-size: 25px;
  }
  .wedding-service-text {
    font-size: 12px;
    line-height: 1.2;
  }
}
.gallery-carousel-wedding {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a1814;
}
.gallery-track-wedding {
  display: flex;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}
.gallery-slide-wedding {
  min-width: 100%;
  height: 700px;
}
.gallery-slide-wedding img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-arrow-wedding {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  opacity: 0.6;
}
.gallery-arrow-wedding:hover {
  opacity: 1;
}
.gallery-arrow-wedding svg {
  stroke: #fff;
}
.gallery-arrow-wedding.prev {
  left: 20px;
}
.gallery-arrow-wedding.next {
  right: 20px;
}
.gallery-dot-weddings-wedding {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
}
.gallery-dot-wedding {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.4s ease;
}
.gallery-dot-wedding.active {
  background: #fff;
  width: 22px;
  border-radius: 3px;
}
.gallery-label-wedding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 32px;
  letter-spacing: 0.25em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  text-align: center;
}
