@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Prata&display=swap');

:root {
  --bs-font-sans-serif: font-family: "Montserrat", sans-serif;
}
body,
html,
* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
}
.eyebrow,
.btn,
.button,
label {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", serif;
  font-weight: 700;
  font-style: normal;
}

.btn-primary {
  background-color: #ff681c;
  color: #fff;
  padding: 16px 36px;
  font-size: 14px;
  text-transform: uppercase;
  transition: ease 0.3s;
  display: inline-block;
  border: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2a2e33 !important;
  color: #fff;
}
a {
  color: #e05820;
  text-decoration: none;
}

body {
  background-color: transparent;
}

img {
  max-width: 100%;
  object-fit: cover;
}

.color-white {
  color: #fff !important;
}

.color-white :where(h2, p, span, a, div) {
  color: #fff !important;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-light {
  background-color: #b2b2b2;
}

.subtitle {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1 {
 
  color: #fff;
  max-width: 800px;
  font-weight: 400 !important;
}

h2 {
 
  color: #232021;
  font-weight: 400 !important;
  padding-bottom: 5px;
  position: relative;
  /* text-decoration: underline;
  text-decoration-color: #ff681c;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  */
}
h2 small {
  color: #858585;
  font-size: 16px;
}
 
@media (max-width: 767px) {
  h2 {
    text-underline-offset: 5px;
  }
}

.text-center h2:after,
h2.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

h3 {
  color: #232021;
  font-weight: 400 !important;
}

p {
  color: #858585;
  font-size: 16px;
}

.f-16 {
  font-size: 18px;
}

.color-dark {
  color: #efefef;
}

.eyebrow {
  color: #ff681c;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.underlined-link,
footer ul a,
.news-items .news-item button,
.navbar .logo .logo-info a,
.navbar .nav a:not(.button) {
  display: flex;
  flex-direction: column;
}
.underlined-link:hover:after,
footer ul a:hover:after,
.news-items .news-item button:hover:after,
.navbar .logo .logo-info a:hover:after,
.navbar .nav a:hover:not(.button):after {
  transform: scaleX(1);
}
.underlined-link:after,
footer ul a:after,
.news-items .news-item button:after,
.navbar .logo .logo-info a:after,
.navbar .nav a:not(.button):after {
  content: "";
  width: 100%;
  margin-top: 4px;
  border-bottom: 1px solid #000;
  transition: ease 0.3s;
  transform-origin: left;
  transform: scaleX(0);
}

.book-popup-trigger:hover,
.book-popup-trigger:focus {
  color: #fff !important;
}

.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  transition: ease 0.3s;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.navbar li {
  position: relative;
}
.navbar li.submenu-open:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 0;
}
.navbar li.submenu-open a {
  position: relative;
  z-index: 1;
}
.navbar.fixed {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  min-height: 60px;
}
.navbar.fixed.navbar-2 .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navbar.fixed .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 767px) {
  .navbar .container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .navbar.fixed .container {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
.navbar.fixed .logo {
  transition: ease 0.3s;
}
.navbar.fixed .logo {
}

.navbar.fixed .absolute-logo {
}
.navbar.fixed .absolute-logo .line {
  margin: 10px 0 4px;
}
.navbar.fixed .absolute-logo img {
  width: auto !important;
  height: 70px;
  padding: 0 0 5px 0 !important;
}
.navbar .container {
  transition: ease 0.3s;
}
.navbar .nav a:not(.button) {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  transition: ease 0.6s;
  font-weight: 400;
  padding: 0 10px;
  height: 100%;
  display: flex;
  justify-content: center;
}
.navbar .nav a:not(.button):after {
  border-color: #fff;
}
.navbar .nav a:not(.button):hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.navbar .loyalty {
  color: #fff;
}
.navbar .loyalty h2 {
  color: #fff;
  text-decoration: none;
}
.navbar .loyalty h2:after {
  display: none;
}
.navbar .loyalty span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar .logo {
  position: relative;
}
.navbar .logo .logo-info {
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: -12px;
  right: 0;
  transition: ease 0.5s;
}
.navbar .absolute-logo .logo-info.sign {
  background-image: url("../logo-premium.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 42%;
  background-position: top center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: -7px 0 0 0 !important;
  padding-bottom: 10px;
}
.navbar .absolute-logo .logo-info.sign a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}

.navbar.fixed .absolute-logo .logo-info.sign {
  margin: -12px -10px 10px -10px !important;
}

#start-sub {
  min-height: 55vh !important;
  background-position: center !important;
  background-size: cover !important;
}
#start-sub div.mt-lg-5.mb-1 {
  padding-top: 5rem !important;
}
#start-sub.mask:before {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
#start-sub.mask .section-title-box {
  position: relative;
  z-index: 2;
}

#newsletter.on {
  background-image: url("../assets/images/bg-more-black.png");
  background-size: 400px;
}

#newsletter .pattern {
  background-image: url("../assets/images/more.jpeg");
}
#newsletter .col-md-8 {
  position: relative;
}
#newsletter .col-md-8:before {
  left: 0;
  right: auto;
  top: 0;

  transform: translateX(-50%);
  width: 92px;
  height: 100%;
  background-image: url(../assets/images/bg-more-black.png);
  background-size: 300px;
  content: "";
  display: block;
  position: absolute;
}

#newsletter .black-section {
  background-color: #f8f9fa !important;
}
#newsletter .black-section h2 {
  color: #2a2e33 !important;
}
#newsletter .black-section p {
  color: #858585 !important;
}

.navbar .logo .logo-info span {
  font-weight: 300;
}
.navbar .logo .logo-info a {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.navbar .logo .logo-info a:after {
  border-color: #fff;
}
.navbar .logo .logo-info a:after {
  margin-top: 0;
}
.navbar .logo img {
  min-width: 100px;
}
.navbar .absolute-logo {
  padding: 0;
  background-color: rgba(42, 46, 51, 0.9);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: ease 0.5s;
}
.navbar .absolute-logo:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 77%;
  content: "";
  z-index: -1;
  background: rgba(42, 46, 51, 1);
  display: block;
}
.navbar .absolute-logo .line {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  margin: 16px 0 12px;
  display: flex;
  justify-content: center;
  position: relative;
}
.navbar .absolute-logo .line:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}
.navbar .absolute-logo .logo-info {
  position: static;
  transform: none !important;
}

.navbar .absolute-logo .navbar-brand {
  padding: 7px 15px !important;
  display: block;
  background-color: #2a2e33;
}
.navbar.fixed .absolute-logo,
.navbar.fixed .absolute-logo:before,
.navbar.fixed .absolute-logo .navbar-brand {
  background-color: transparent !important;
}
.navbar.fixed .absolute-logo:before {
  top: -100%;
}

.navbar .absolute-logo .navbar-brand img {
  display: block;
  min-width: auto;
  width: auto;
  height: 110px;
  object-fit: contain;
}

.navbar.fixed .absolute-logo {
  height: 85px;
  overflow: hidden;
}
.navbar.fixed .absolute-logo img {
  width: auto;
  height: 75px;
}
.navbar.fixed .absolute-logo .logo-info.sign {
  opacity: 0;
  padding-top: 0;
}

#social-side {
  z-index: -10;
}
#social-side a {
  display: none;
}

@media (min-width: 1370px) {
  .navbar {
    min-height: 158px;
    border-bottom: solid 1px #ff681c;
  }
  .navbar.fixed {
    min-height: 84px;
  }

  #social-side {
    width: 40px;
    height: auto;
    position: fixed;
    z-index: 1000;
    top: 45vh;
    right: 15px;
    display: none;
  }
  #social-side a {
    display: block;
    border: 1px solid #2a2e33;
    color: #2a2e33;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 38px;
    text-align: center;
  }
}

.section-title-box h2 {
  text-decoration: none !important;
}

.destigo-more {
  display: inline-block;
  width: 93px;
  height: 34px;
  background: url("../assets/images/destigo-more-white.svg") no-repeat center
    left;
}

.navbar .absolute-logo > *,
.navbar .absolute-logo img {
  transition: ease 0.5s;
}
.navbar .navbar-toggler {
  border: none;
  box-shadow: none;
}
.navbar .navbar-toggler:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' class='bi' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M2.5 11.5A.5.5 0 0 1 3 11h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 3h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'%3E%3C/path%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    margin-top: 24px;
  }
  .navbar:not(.fixed) .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.navbar .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  border: none;
  border-radius: 0;
  transform: translate(10px, 10px);
  min-width:calc(90% - 1.5rem);
}
.navbar  .nav-link {
    padding: .25rem 1rem;
}
.navbar .dropdown-menu a {
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
.navbar .dropdown-menu a:hover {
  background-color: transparent;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay-2 {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay-3 {
  background-color: rgba(0, 0, 0, 0.8);
}

.hero-slider .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 40px;
  left: auto;
  bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 767px) {
  .hero-slider .swiper-pagination {
    top: auto;
    bottom: 150px;
  }
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  transition: ease 0.3s;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
}

.grid {
  display: grid;
}
.grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .grid.grid-2.responsive {
    grid-template-columns: 1fr;
  }
}
.grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .grid.grid-3 {
    grid-template-columns: 1fr;
  }
}
.grid.gallery-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .grid.gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 300px);
    gap: 24px;
  }
}
.grid.gallery-grid .img-box {
  position: relative;
}
.grid.gallery-grid .img-box img {
  height: 100%;
  width: 100%;
  transition: ease 0.5s;
}
@media (min-width: 768px) {
  .grid.gallery-grid.home .img-box:nth-child(5) {
    height: calc(100% - 24px);
  }
  .grid.gallery-grid.home .img-box:nth-child(1) {
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .grid.gallery-grid.home .img-box:nth-child(5) {
    grid-row-start: 2;
    grid-row-end: span 3;
  }
  .grid.gallery-grid.home .img-box:nth-child(3) {
    grid-column: 3;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.grid.gallery-grid .img-box:hover img {
  filter: brightness(0.4);
}
.grid.gallery-grid .img-box:hover .text-box {
  opacity: 1;
  transform: translateY(0);
}
.grid.gallery-grid .img-box .text-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: ease 0.5s;
  opacity: 0;
  transform: translateY(20px);
}
.grid.gallery-grid .img-box .text-box .eyebrow {
  color: #ff681c;
}

.button {
  padding: 16px 36px;
  font-size: 14px;
  text-transform: uppercase;
  transition: ease 0.3s;
  display: inline-block;
  border: none;
}
.button.button-yellow {
  background-color: #ff681c;
  color: #fff;
}
.button.button-yellow:hover {
  background-color: #948685;
}
.button.button-white {
  background-color: #fff;
  color: #232021;
}
.button.button-white:hover {
  background-color: #948685;
}
.button.button-dark {
  background-color: #232021;
  color: #fff;
}
.button.button-dark:hover {
  background-color: #948685;
}
.button.button-border-orange {
  border: 2px solid #ff681c;
  color: #ff681c;
}
.button.button-border-orange:hover {
  background-color: #ff681c;
  color: #fff;
}

.stat-item {
  display: none !important;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 20px;
  padding-top: 0;
  position: absolute;
  right: -20px;
  bottom: -20px;
  padding: 16px 12px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .stat-item {
    border-width: 2px !important;
  }
  .stat-item .decor-img {
    max-width: 90px !important;
  }
  .stat-item.stat-item-city {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    align-content: center !important;
  }
  .stat-item.stat-item-city img {
    max-width: 80px;
  }
}
.stat-item .hotel-name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.stat-item .city {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.stat-item img {
  max-width: 160px;
}
@media (max-width: 767px) {
  .stat-item {
    border-width: 4px;
    padding: 16px;
    padding-top: 0;
    right: 5px;
    bottom: -8px;
  }
}
.stat-item .count-to {
  display: block;
  min-width: 70px;
}
.stat-item h2 span {
   
}
.stat-item .stat-key {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.stat-item h2 {
  text-decoration: none;
}
.stat-item h2:after {
  display: none;
}

.swiper {
  max-width: 100%;
}

.info-images-slider .swiper-slide {
  height: auto;
  position: relative;
}
.info-images-slider .swiper-slide img {
  height: 100%;
  max-height: 600px;
}
.info-images-slider .navigation {
  position: absolute;
  z-index: 2;
}

.info-images-slider .arrow,
.main-offers-slider .arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #232021;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.3s;
}
.info-images-slider .arrow:hover,
.main-offers-slider .arrow:hover {
  background-color: #ff681c;
}

.hotels-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hotels-column .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .hotels-column .grid {
    grid-template-columns: 1fr;
  }
}
.hotels-column select {
  padding: 8px 12px;
  border: none;
  background-color: #ff681c;
  color: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml,<svg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L7 7L14 1' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/></svg>%0A");
  background-repeat: no-repeat;
  background-position: center right 12px;
  outline: none;
}
.hotels-column select option {
  color: #232021;
  background-color: #fff;
}

.hotels-column .hotel-item {
  margin: 0 !important;
  overflow: hidden;
}
.hotels-column .hotel-item:hover .overlay {
  transform: translateY(0) !important;
}
.hotels-column .hotel-item .overlay {
  opacity: 1 !important;
  transform: translateY(calc(100% - 120px));
}
@media (max-width: 767px) {
  .hotels-column .hotel-item .overlay {
    transform: translateY(calc(100% - 110px));
  }
}
.hotels-column .hotel-item .overlay .text-box {
  transform: none !important;
}

.main-offers-slider .slick-track,
.hotels-column .slick-track {
  display: flex;
}
.main-offers-slider .swiper-slide,
.main-offers-slider .hotel-item,
.hotels-column .swiper-slide,
.hotels-column .hotel-item {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .main-offers-slider .swiper-slide,
  .main-offers-slider .hotel-item,
  .hotels-column .swiper-slide,
  .hotels-column .hotel-item {
    margin-top: 6px;
    margin-left: 6px;
  }
}
.main-offers-slider .swiper-slide:hover .overlay,
.main-offers-slider .swiper-slide.active .overlay,
.main-offers-slider .hotel-item:hover .overlay,
.main-offers-slider .hotel-item.active .overlay,
.hotels-column .swiper-slide:hover .overlay,
.hotels-column .swiper-slide.active .overlay,
.hotels-column .hotel-item:hover .overlay,
.hotels-column .hotel-item.active .overlay {
  opacity: 1;
}
.main-offers-slider .swiper-slide:hover .overlay .text-box,
.main-offers-slider .swiper-slide.active .overlay .text-box,
.main-offers-slider .hotel-item:hover .overlay .text-box,
.main-offers-slider .hotel-item.active .overlay .text-box,
.hotels-column .swiper-slide:hover .overlay .text-box,
.hotels-column .swiper-slide.active .overlay .text-box,
.hotels-column .hotel-item:hover .overlay .text-box,
.hotels-column .hotel-item.active .overlay .text-box {
  transform: translateY(0);
}
.main-offers-slider .swiper-slide.active,
.main-offers-slider .hotel-item.active,
.hotels-column .swiper-slide.active,
.hotels-column .hotel-item.active {
  border: 2px solid #ff681c;
}
.main-offers-slider .swiper-slide .overlay,
.main-offers-slider .hotel-item .overlay,
.hotels-column .swiper-slide .overlay,
.hotels-column .hotel-item .overlay {
  height: 100%;
  opacity: 0;
  transition: ease 0.5s;
}
.main-offers-slider .swiper-slide .overlay .text-box,
.main-offers-slider .hotel-item .overlay .text-box,
.hotels-column .swiper-slide .overlay .text-box,
.hotels-column .hotel-item .overlay .text-box {
  transform: translateY(40px);
  transition: ease 0.5s;
}

.main-offers-slider {
  position: relative;
}
.main-offers-slider .swiper-slide {
  height: auto;
  margin-right: 12px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .main-offers-slider .swiper-slide {
    margin-top: 6px;
    margin-left: 6px;
  }
}

.offer-item-box {
  padding: 24px;
  border: 1px solid #b2b2b2;
  background-color: #fff;
}
.offer-item-box h3 {
  font-size: 24px;
}
.offer-item-box .overlay {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 24px;
  transition: ease 0.5s;
  transform: translateY(calc(100% - 58px));
}
.offer-item-box .overlay h3,
.offers-slick-slider .slick-slide .overlay h3 {
  min-height: 58px;
}

.offer-item-box .overlay {
  min-height: 260px;
}
@media (min-width: 1670px) {
  .offer-item-box .overlay {
    min-height: 15vw;
  }
}

.main-offers-slider .swiper-slide:hover .overlay,
.offer-item-box .overlay {
  opacity: 1;
}
.main-offers-slider .swiper-slide:hover .overlay .text-box {
  transform: translateY(0);
}
.main-offers-slider .swiper-slide .overlay {
  height: 100%;
  opacity: 0;
  transition: ease 0.5s;
}
.offer-item-box .overlay {
  transition: ease 0.5s;
  height: 100%;
}

.main-offers-slider .swiper-slide .overlay .text-box {
  transform: translateY(40px);
  transition: ease 0.5s;
}

.offer-item-box:hover .overlay {
  transform: translateY(0);
}

.main-offers-slider .arrow {
  border: 1px solid #b2b2b2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.main-offers-slider .arrow-left {
  left: 60px;
}
@media (max-width: 767px) {
  .main-offers-slider .arrow-left {
    left: 24px;
  }
}
.main-offers-slider .arrow-right {
  right: 60px;
}
@media (max-width: 767px) {
  .main-offers-slider .arrow-right {
    right: 24px;
  }
}

.feedback-slider h3 {
  font-style: italic;
}
.feedback-slider .eyebrow {
  color: #232021 !important;
}

.feedback-slider .swiper-pagination,
.offers-slider .swiper-pagination {
  position: relative;
}
@media (max-width: 767px) {
  .feedback-slider .swiper-pagination,
  .offers-slider .swiper-pagination {
    top: auto;
    bottom: 40px;
  }
}
.feedback-slider .swiper-pagination .swiper-pagination-bullet,
.offers-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: #232021;
  transition: ease 0.3s;
}
.feedback-slider .swiper-pagination .swiper-pagination-bullet-active,
.offers-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
}

.news-items.grid.grid-3 {
  gap: 60px;
}
.news-items .news-item {
  position: relative;
}
.news-items .news-item:hover:after {
  right: -10px;
  bottom: -10px;
}
.news-items .news-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
  background-image: url("../assets/images/decor-2.jpeg");
  z-index: 0;
  transition: ease 0.3s;
}
@media (max-width: 767px) {
  .news-items .news-item:after {
    display: none;
  }
}
.news-items .news-item.decor-4:after {
  background-image: url("../assets/images/decor-long.png");
}
.news-items .news-item .content-box {
  background-color: #fff;
  padding: 24px;
  position: relative;
  z-index: 1;
}
.news-items .news-item .eyebrow {
  letter-spacing: 0;
}
.news-items .news-item button {
  border: none;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #a82000;
  padding: 0;
}
.news-items .news-item button:after {
  border-color: #a82000;
}
.news-items.news-items-2 .content-box {
  padding: 0;
}
.news-items.news-items-2 .content-box .text-box {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #fff;
}
.news-items.news-items-2 .content-box .img-box .date {
  position: absolute;
  bottom: 10px;
  left: -10px;
  background-color: #ff681c;
  padding: 4px 12px 4px 22px;
}
.news-items.news-items-2 .content-box .img-box .date:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgba(255, 104, 28, 0.5);
  position: absolute;
  left: 0;
  transform: translate(0, -100%) skewY(-50deg);
}
.news-items.news-items-2 .content-box .img-box .date span,
.news-items.news-items-2 .content-box .img-box .date p {
  color: #fff;
}
.news-items.news-items-2 .content-box .img-box .date p {
  margin-top: -5px;
}
.news-items.news-items-2 .content-box .img-box .date .number {
 
  font-size: 20px;
}
.news-items.news-items-2 .news-item:after {
  background-image: none;
  border: 2px solid #ff681c;
}

.offers-slick-slider .slick-slide {
  margin: 0 12px;
}
@media (max-width: 767px) {
  .offers-slick-slider .slick-slide {
    margin: 0 8px;
  }
}
.offers-slick-slider .slick-slide .overlay {
  background-color: #232021;
}
.offers-slick-slider .slick-slide:hover .overlay {
  transform: translateY(0);
}
.offers-slick-slider .slick-slide h2 {
  line-height: 1;
  font-size: 32px !important;
}
.offers-slick-slider .slick-slide h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .offers-slick-slider .slick-slide h3 {
    font-size: 20px;
  }
}
.offers-slick-slider .slick-slide .overlay {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 24px;
  transition: ease 0.5s;
  transform: translateY(calc(100% - 58px));
}
@media (max-width: 767px) {
  .offers-slick-slider .slick-slide .overlay {
    transform: translateY(calc(100% - 58px));
    height: 350px;
  }
}

.offers-arrows .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  color: #232021;
  font-size: 0;
  cursor: pointer;
  transition: ease 0.3s;
}
.offers-arrows .slick-arrow:hover {
  background-color: #ff681c;
}
.offers-arrows .slick-arrow.slick-prev:before,
.offers-arrows .slick-arrow.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.offers-arrows .slick-arrow.slick-prev:before {
  content: "\f053";
}
.offers-arrows .slick-arrow.slick-next:before {
  content: "\f054";
}

.offers-slider .swiper-slide,
.offers-slider .slick-slide,
.offers-slick-slider .swiper-slide,
.offers-slick-slider .slick-slide {
  padding: 24px;
  border: 1px solid #b2b2b2;
  background-color: #fff;
}
.offers-slider .swiper-slide,
.offers-slider .slick-slide,
.offers-slick-slider .swiper-slide,
.offers-slick-slider .slick-slide {
  background-color: #000;
}
.offers-slider .swiper-slide.black h2,
.offers-slider .swiper-slide.black h3,
.offers-slider .slick-slide.black h2,
.offers-slider .slick-slide.black h3,
.offers-slick-slider .swiper-slide.black h2,
.offers-slick-slider .swiper-slide.black h3,
.offers-slick-slider .slick-slide.black h2,
.offers-slick-slider .slick-slide.black h3 {
  color: #fff;
}
.offers-slider .swiper-slide ul,
.offers-slider .slick-slide ul,
.offers-slick-slider .swiper-slide ul,
.offers-slick-slider .slick-slide ul {
  color: #858585;
  gap: 4px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.offers-slider .swiper-slide ul li,
.offers-slider .slick-slide ul li,
.offers-slick-slider .swiper-slide ul li,
.offers-slick-slider .slick-slide ul li {
  padding-left: 8px;
}
.offers-slider .swiper-slide ul li::marker,
.offers-slider .slick-slide ul li::marker,
.offers-slick-slider .swiper-slide ul li::marker,
.offers-slick-slider .slick-slide ul li::marker {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff681c;
  font-size: 12px;
}
.offers-slider h2,
.offers-slick-slider h2 {
  text-decoration: none;
}
.offers-slider h2:after,
.offers-slick-slider h2:after {
  display: none;
}

.newsletter {
  max-width: 500px;
}
@media (max-width: 767px) {
  .newsletter {
    max-width: 100%;
  }
}
.newsletter input {
  outline: none;
  display: block;
  border: 1px solid #fff;
  border-right: none;
  padding: 10px;
  flex-grow: 1;
}
.newsletter input,
.newsletter input::placeholder {
  font-size: 12px;
  font-weight: 400;
}

footer.bg-white {
  background-color: #2a2e33 !important;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul a {
  display: inline-flex;
  color: #ffff;
  font-weight: 300;
  font-size: 14px;
}
footer ul a:after {
  border-color: #000;
}
footer ul a:hover {
  color: #fff;
}
footer p {
  font-size: 12px;
  font-weight: 300;
}
footer form input {
  outline: none;
  display: block;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  padding: 10px 0;
}
footer form input:focus {
  border-color: #000;
}
footer form input,
footer form input::placeholder {
  font-size: 12px;
  font-weight: 400;
}
footer .border-top {
  border-top: 1px solid #b2b2b2;
}
footer .socials a {
  color: #232021;
  border: 1px solid #232021;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
footer .socials a:hover {
  color: #ff681c;
  border-color: #ff681c;
}
footer .quote {
  font-size: 32px !important;
  color: #ff681c !important;
}
footer .open-popup-link {
  text-transform: uppercase;
}

footer .col-lg-6.text-lg-end.text-center p img {
  filter: brightness(0) invert(1);
}

.hero-play {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 20px;
  cursor: pointer;
}

.overview-images {
  position: relative;
  padding-bottom: 100px;
}
.overview-images > .img-box {
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.overview-images > .img-box:last-child {
  position: absolute;
  max-width: 200px;
  bottom: 0;
  left: 40px;
  transform: rotate(-20deg);
}
.overview-images:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-image: url("../assets/images/decor-2.jpeg");
}

.faq-accordion {
  display: grid;
  gap: 16px;
}
.faq-accordion .ui-accordion-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b2b2b2;
  border-radius: 50px;
  padding: 12px 24px;
  background: none;
  color: #232021;
  transition: ease 0.3s;
}
.faq-accordion .ui-accordion-header-active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.faq-accordion .ui-accordion-header-active .ui-icon:after {
  transform: rotate(-180deg);
}
.faq-accordion .ui-accordion-header-icon {
  text-indent: 0;
}
.faq-accordion .ui-accordion-header-icon:after {
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff681c;
  transition: ease 0.3s;
}
.faq-accordion .ui-accordion-content {
  padding: 0 24px;
  border: none;
  background: none;
}
.faq-accordion .ui-accordion-content,
.faq-accordion .ui-accordion-content span {
  color: #858585;
  font-size: 14px;
}

.button.button-yellow {
  background-color: #232021;
  color: #fff;
}
.button.button-yellow:hover {
  background-color: #948685;
}
.arrow-left:hover,
.arrow-right:hover {
  background-color: #948685;
}
.overlay .swiper-pagination-bullet {
  background-color: #fff;
}
.transition-overlay .overlay {
  background: linear-gradient(to bottom, #232021, rgba(42, 46, 51, 0));
}
.offers li::marker {
  color: #948685 !important;
}
footer a,
footer a i,
footer input,
footer input::placeholder {
  color: #fff !important;
}
footer a:after {
  border-color: #fff !important;
}
footer input {
  background: none !important;
  border-color: #fff !important;
}
footer input:focus {
  border-color: #948685 !important;
}
footer .button {
  background-color: #fff;
  color: #232021;
}
footer .socials a {
  border-color: #fff;
}
footer .socials a:hover {
  border-color: #ff681c;
}
footer .socials a:hover i {
  color: #ff681c !important;
}
footer .quote {
  color: #fff;
}
.stats-section table {
  margin: 30px 0 !important;
}
.stats-section table img {
  object-fit: contain !important;
  margin: 10px 20px 10px 0px;
  width: 40px !important;
  max-height: 40px !important;
}

.stats-section table td {
  color: #fff !important;
}

.gallery-row {
  padding-bottom: 20px;
}
.gallery-row.reverse {
  flex-direction: row-reverse;
}
.img-box.wide .bg-cover {
  padding-top: 50% !important;
  margin-bottom: 15px;
}

.list-unstyled.row.list-icons .text-center {
  padding-bottom: 1.1rem;
}
.list-unstyled.row.list-icons .text-center p {
  margin-bottom: 0.5rem;
}

.stats-section,
.stats-section .grid img,
.stats-section .grid p,
.stats-section h2 {
  transition: ease-out 0.8s;
}
/*
  .eyebrow {
  color: #232021 !important;
}
*/
footer .eyebrow {
  color: #fff !important;
}
.news-item:after {
  content: "";
  background-image: none;
  border: 2px solid #ff681c;
}
.slider-points .slider-point {
  color: #fff;
}
.slider-points .slider-point:hover,
.slider-points .slider-point.active {
  opacity: 1;
}
.overlay-2 h2,
.overlay-2 p {
  color: #232021;
}
.feedback-slider .eyebrow {
  color: #fff !important;
}

.decor-1-section {
  overflow: hidden;
}
.decor-1-section .container {
  position: relative;
}
.decor-1-section .container:before {
  content: "";
  position: absolute;
  top: -20%;
  right: 0;
  transform: translateX(50%);
  z-index: 0;
  width: 92px;
  height: 140%;
  background-image: url("../assets/images/decor-long-2.png");
  opacity: 0.8;
  background-size: 80px;
  mix-blend-mode: lighten;
}
.decor-1-section .row {
  position: relative;
  z-index: 1;
}

.decor-2-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 25%;
  height: 50px;
  background-image: url("../assets/images/decor-long.png");
  background-size: cover;
}
.decor-2-section,
.decor-2-section .container {
  position: relative;
}
.decor-2-section .container {
  z-index: 1;
}

.stats-section {
  background-color: #2a2e33;
}
.stats-section .eyebrow {
  color: #ff681c;
}
#newsletter .eyebrow,
.stats-section .eyebrow {
  color: #ff681c !important;
}

.gallery-section,
#homeTabs {
  background-color: #2a2e33;
}
#homeTabs .overlay-3 {
  background-color: rgba(255, 255, 255, 0.8);
}
#homeTabs .overlay-3 h2,
#homeTabs .overlay-3 p {
  color: #2a2e33 !important;
}
#homeTabs .overlay-3 h2 {
  text-decoration: none !important;
}

.stats-section h2,
.gallery-section h2 {
  color: #fff;
}

#sub .gallery-section {
  background: #fff;
}
#sub .gallery-section h2 {
  color: #232021;
}

.stats-section .button.button-yellow,
.gallery-section .button.button-dark {
  border: 2px solid #ff681c !important;
  color: #ff681c !important;
  background: none !important;
}
.stats-section .button.button-yellow:hover,
.gallery-section .button.button-dark:hover {
  background-color: #ff681c !important;
  color: #fff !important;
}

.black-section.white-titles h2 {
  color: #232021;
}
.gallery-grid .eyebrow {
  color: #ff681c !important;
}

.orange-section {
  background-color: #f2ece7;
}

.beige-section {
  background-color: #f2ece7;
}

.beige-color {
  color: #8c401a #8c401a;
}

.stats .grid p {
  color: #fff;
}
.stats .button.button-yellow {
  background-color: #fff;
  color: #232021;
}
.stats .eyebrow {
  color: #fff !important;
}

.book-form {
  background-color: rgba(0, 0, 0, 0.5);

  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.book-form .dropdown-menu {
  color: #232021;
}
@media (max-width: 767px) {
  .book-form {
    border-radius: 20px;
    min-width: 300px;
  }
  .book-form .overlay-3 .input {
    border-right: none !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  .book-form .overlay-3 .button {
    margin-top: 12px !important;
    margin-left: 0 !important;
    padding: 12px !important;
    width: 100%;
  }
}
.book-form .overlay-3 {
  background: none;
  backdrop-filter: blur(10px);
  padding: 16px;
  display: flex;
}
.book-form .overlay-3 .input {
  background: none;
  padding: 0 28px;
  border: none;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.book-form .overlay-3 .input input {
  border: none;
  background: none;
  outline: none;
}
.book-form .overlay-3 .input,
.book-form .overlay-3 .input input,
.book-form .overlay-3 .input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.book-form .overlay-3 .input input::-webkit-inner-spin-button,
.book-form .overlay-3 .input input::-webkit-calendar-picker-indicator {
  display: none;
  appearance: none;
}
.book-form .overlay-3 .input input[type="date"] {
  position: absolute;
  opacity: 0;
}
.book-form .overlay-3 .button {
  margin-left: 24px;
  padding: 12px 36px;
  border-radius: 0;
  background-color: #f2ece7;
}
.book-form .button.button-yellow {
  color: #ff681c !important;
  border: solid 1px #ff681c;
  background: transparent;
}

.book-form .button.button-yellow:hover {
  color: #fff !important;
  border: solid 1px #ff681c;
  background: #ff681c;
}

#search_box_submit {
  background: #ff681c;
  color: #fff !important;
}

.button.button-outline {
  color: #ff681c !important;
  border: solid 1px #ff681c;
  background: transparent;
}
.button.button-outline:hover {
  color: #fff !important;
  border: solid 1px #ff681c;
  background: #ff681c;
}

.gallery-section .container:before {
  left: 0;
  right: auto;
  top: 90px;
  transform: translateX(-50%);
  width: 92px;
  height: 550px;
  mix-blend-mode: lighten;
}

@media (max-width: 767px) {
  .slider-points {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 8px;
  }
}
.slider-points .slider-point {
  padding: 24px 0;
  border-bottom: 1px solid #cbcdd0;
  transition: ease 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-points .slider-point {
    font-size: 18px !important;
    padding-bottom: 12px !important;
  }
}
.slider-points .slider-point:hover,
.slider-points .slider-point.active {
  color: #ff681c;
  border-color: #ff681c;
}

.point-content h2 {
  padding-bottom: 0;
  text-decoration: none;
}
.point-content h2:after {
  text-decoration: none;
  display: none;
}

.tab-content > .tab-pane .overlay-3 {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 1200px) {
  .tabs-container .overview-images-slider {
    height: 95vh;
  }
  .tab-content > .tab-pane .overlay-3 {
    height: 95vh;
  }
}
@media (min-width: 1700px) {
  .tabs-container .overview-images-slider {
    height: 80vh;
  }
  .tab-content > .tab-pane .overlay-3 {
    height: 80vh;
  }
}

.blured-text-box .blured-text div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 250px;
}

.blured-text-box:hover .blured-text {
  transform: translateY(0);
}
.blured-text-box .blured-text {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(20px);
  transition: ease 0.5s;
  min-height: 300px;
  max-width: 350px;
}
.col-lg-6 .blured-text-box .blured-text {
  min-height: 400px;
}

.col-lg-3 .blured-text-box .blured-text {
  min-height: 400px;
}
.col-lg-3 .blured-text-box .blured-text div {
  min-height: 350px;
}

.blured-text-box .blured-text .button {
  margin-top: auto !important;
}

.orange-high {
  color: #ff681c !important;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  appearance: none;
}

.section-link-image .collapse-description {
  position: absolute;
  left: 0;
  z-index: 2;
}
.section-link-image .closebtn {
  dispaly: inline-block;
  cursor: pointer;
}
.section-link-image .scrollbar {
  overflow-y: scroll;
}
.section-link-image .scrollbar::-webkit-scrollbar {
  scrollbar-width: thin;
  width: 4px;
}

.section-link-image .scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.section-link-image .scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.pagination span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  margin-right: 4px;
}

.pagination span a {
  color: #212529 !important;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 32px;
  text-align: center;
}

.pagination span:hover a {
  color: #ff681c !important;
}

.pagination span.current {
  color: #fff;
  background: #ff681c;
}

.form-check-input:checked {
  background-color: #ff681c;
  border-color: #ff681c;
}

.check-avail {
  z-index: 2;
  position: relative;
  padding: 24px 30px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
  backdrop-filter: blur(10px);
}
.check-avail .button {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.check-avail .input-box {
  padding: 15px 8px;
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
}
.check-avail .input-box input,
.check-avail .input-box select {
  border: none;
  outline: none;
  background: none;
  color: #fff;
  margin-left: 16px;
}
.check-avail .input-box input [type="date"],
.check-avail .input-box select [type="date"] {
  appearance: none;
}
.check-avail .input-box input [type="date"]::-webkit-inner-spin-button,
.check-avail .input-box input [type="date"]::-webkit-calendar-picker-indicator,
.check-avail .input-box select [type="date"]::-webkit-inner-spin-button,
.check-avail
  .input-box
  select
  [type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  appearance: none;
}

.check-avail select option {
  background: #ff681c !important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  min-width: 60px;
  text-align: left;
}
.check-avail select option:not(:checked) {
  background: #fff !important;
  color: #222;
}

.newsletter-images-slider {
  max-height: 400px;
}

.orange-socials a {
  width: 30px;
  height: 30px;
  background-color: #ff681c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ff681c;
  transition: ease 0.3s;
}
.orange-socials a:hover {
  background-color: #fff;
}
.orange-socials a:hover i {
  color: #ff681c;
}
.orange-socials a i {
  color: #fff;
  transition: ease 0.3s;
}

.tooltip-iframe {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  min-height: 180px;
  max-width: 120px;
}

.full-iframe {
  position: fixed;
  bottom: 0px;
  left: 120px;
  z-index: 100;
  min-width: 400px;
  min-height: 400px;
}

@media (max-width: 767px) {
  .tooltip-iframe,
  .full-iframe {
    display: none;
  }
}

.book-card select {
  appearance: none;
  outline: none;
  background: #fff
    url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L14 1' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    no-repeat calc(100% - 20px) center;
}

.orange-box {
  background-color: #e57152;
  margin-top: -150px;
  position: relative;
}
@media (max-width: 767px) {
  .orange-box {
    margin-top: 0;
  }
}
.orange-box h2 {
  letter-spacing: 3px;
  text-decoration: none;
}
.orange-box .text-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.orange-box .text-box p {
  color: #e7e7e7;
  font-size: 18px;
  line-height: 170%;
}
.orange-box .text-box .button {
  margin-bottom: 8px;
}
.orange-box .swiper-slide {
  height: auto;
  background-color: #e57152;
}
.orange-box .swiper-slide .text-box {
  height: 100%;
}
.orange-box .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 40px;
}
.orange-box .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 0;
  transform: rotate(45deg);
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orange-box .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
}
.orange-box .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}

.border-slider-shape {
  max-width: 434px;
}
@media (max-width: 767px) {
  .border-slider-shape {
    max-width: 100%;
  }
}
.border-slider-shape .shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  user-select: none;
  pointer-events: none;
}

.border-slider {
  max-height: 605px;
  min-height: 605px;
}
@media (max-width: 767px) {
  .border-slider {
    min-height: auto;
  }
}
.border-slider .swiper-slide {
  height: auto;
}
.border-slider .swiper-slide img {
  height: 100%;
}

.question-placeholder {
  font-size: 200px;
}

.cities-list .city {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  padding: 4px 0;
}
.cities-list .city.active,
.cities-list .city.active p {
  border-color: #ff681c;
  color: #ff681c;
  text-shadow: 0 0 2px rgba(255, 104, 28, 0.3);
}
.cities-list .city,
.cities-list .city p {
  color: #232021;
}
.cities-list .city .circle-img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  display: block;
  width: 30px;
  height: 30px;
  display: none;
}
.cities-list .city .circle-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.city-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) {
  .city-offers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .city-offers-grid {
    grid-template-columns: 1fr;
  }
}

.cities-offers .swiper-slide.active .overlay {
  padding-top: 40px !important;
}
.cities-offers .swiper-slide.active .overlay .text-box {
  padding-top: 0 !important;
}
.cities-offers .swiper-slide:not(.active) {
  overflow: hidden;
}
.cities-offers .swiper-slide:not(.active):hover .overlay {
  transform: translateY(0);
}
.cities-offers .swiper-slide:not(.active) .overlay {
  opacity: 1;
  transform: translateY(calc(100% - 128px));
  padding-top: 40px !important;
}
.cities-offers .swiper-slide:not(.active) .overlay .text-box {
  transform: none !important;
  padding-top: 0 !important;
}

.tech-letter,
.vh-100 .tech-letter,
.transition-overlay .tech-letter {
  color: #fff;
  opacity: 0.4;
}

.tech-letter {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  font-size: 80px;
  opacity: 0.2;
  z-index: 10;
  text-transform: uppercase;
  
  display:none !important;
}

.after-border-decor {
  position: relative;
}
.after-border-decor > * {
  position: relative;
  z-index: 1;
}
.after-border-decor:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #ff681c;
}

.float-socials {
  display: none !important;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  transition: ease 0.3s;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .float-socials {
    padding-right: 10px;
  }
}
.float-socials.show {
  opacity: 1;
}
.float-socials a {
  transition: ease 0.3s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #232021;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .float-socials a {
    width: 25px;
    height: 25px;
  }
}
.float-socials a:hover i {
  color: #ff681c;
}
.float-socials a i {
  color: #fff;
}

.book-form-section {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .book-form-section {
    position: static !important;
  }
  .book-form-section .container {
    border-radius: 0;
    grid-template-columns: 1fr;
    padding: 15px;
    background-color: #232021;
  }
  .book-form-section .container button {
    width: 100%;
  }
}

.more-text-box {
  max-width: 400px;
  background-color: #f8f8f8;
}

.more-block {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.special-offers .overlay {
  transform: none !important;
  opacity: 1 !important;
}

.destigo-logo {
  display: inline-block;
  width: 200px;
  height: 133px;
  background-image: url("../Destigo-white.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.dh-logo {
  display: inline-block;
  width: 150px;
  height: 50px;
  background-image: url("../dh-white.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

#homeTabs .slider-points .nav .nav-item .nav-link {
  color: #fff !important;
}
#homeTabs .slider-points .nav .nav-item .nav-link:hover,
#homeTabs .slider-points .nav .nav-item .nav-link.active {
  color: #ff681c !important;
}

.slider-points .nav .nav-item .nav-link:hover,
.slider-points .nav .nav-item .nav-link.active {
  color: #ff681c !important;
  border-color: #ff681c;
  background: transparent !important;
}

.sub-text-more ul {
  margin: 10px 0;
  padding: 0;
}
.sub-text-more h1,
.sub-text-more strong,
.sub-text-more b {
  color: #232021;
}
.sub-text-more ol li::marker {
  color: #ff681c;
}
.section-text .sub-text-more table ul {
  margin-left: 15px;
  margin-top: 0;
}

.sub-text-more ul li {
  display: list-item;
  align-items: center;
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 24px;
  flex: 0 0 100%;
}
.sub-text-more ul li:before {
  content: "";
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  margin-left: -24px;
  transform: rotate(45deg);
  background-color: #ff681c;
  display: inline-block;
  float: left;
  margin-top: 9px;
}
.sub-text-more ul li ul {
  margin-left: 20px;
}
.sub-text-more ul li ul li:before {
  content: "+";
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  margin-left: -24px;
  color: #ff681c;
  display: inline-block;
  float: left;
  background: none;
  transform: none;
  margin-top: 0;
}
div.pattern1 {
  height: 48px;
  background-image: url(../assets/images/decor-4-black.png);
  background-blend-mode: hard-light;
  filter: contrast(1.75);
}
div.pattern2 {
  height: 80px;
  background-image: url(../assets/images/bg-more-black.png);
  background-size: 300px;
}

.navbar .absolute-logo .logo-info.sign {
  position: relative;
}
.navbar .absolute-logo .logo-info.sign a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.navbar .destigo-link:after,
.navbar .destigo-link:hover:after {
  display: none !important;
}
.navbar .destigo-link img {
  margin-bottom: 5px;
}

.card-check-offer .button-yellow {
  color: #fff;
  background: #ff681c;
}

.carousel-2-rows img,
.carousel-3-rows img {
  width: 16px !important;
  float: left;
  margin-right: 5px;
}
.carousel-2-rows {
}
.slick-dots {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.start-video .overlay {
  z-index: 1;
  position: relative;
}
.start-video video {
  z-index: 0;
  max-width: 100%;
  object-fit: cover;
  overflow-clip-margin: content-box;
  overflow: clip;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.section-text div + div {
  padding-top: 10px;
}
.section-text .lead {
  margin-bottom: 5px;
}

nav .button.button-white {
  border: 1px solid #df5720 !important;
  color: #df5720 !important;
  background: none !important;
}
nav .button.button-white:hover {
  border: 1px solid #df5720 !important;
  background-color: #df5720 !important;
  color: #fff !important;
}

/* .section-element.py-lg-5 + .section-element.py-lg-5  {padding-top:0 !important;} */

.rooms-slider .swiper-slide .price,
.badge-info {
  top: 20px;
  left: 20px;
  padding: 10px;
  background: #2a2e33 !important;
  text-transform: uppercase;
  font-size: 14px;
}

.badge-info.text-dark {
  color: #fff !important;
}

.offer-border-bottom {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0 20px 20px 20px;
}
.offer-border-bottom .offer-icons {
  margin: -30px 0 20px 0;
  background: #2a2e33 !important;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 15px;
  text-align: center;
}
.offer-icons.absolute {
  bottom: -30px;
  left: 20px;
  right: 20px;
  background: #2a2e33 !important;
  color: #fff;
  z-index: 2;
  position: absolute;
  padding: 15px;
  text-align: center;
}

.input-group-text,
.form-group,
.form-select {
  border-radius: 0;
}

.popover {
  max-width: 400px;
  border-radius: 0;
}

.btn-primary:hover {
  background-color: #ff681c;
  color: #fff;
}

footer a {
  color: #fff;
}

#sub .section-element:nth-child(odd),
.section-logotypes {
  background: #f8f9fa !important;
}

.list-offer-item .img-box {
  max-height: 320px;
  overflow: hidden;
  background: #efefef;
}
.list-offer-item .img-box.img-box-sm {
  max-height: 390px;
}

#room_list_filter_container .card,
.search-main label,
.search-main + div {
  display: none;
}

.offers-slick-slider .slick-slide {
  padding: 0;
}
.offers-slick-slider .slick-slide .bg-cover {
  padding: 20px;
}

@media (min-width: 1200px) {
  .offers-slick-slider .slick-slide {
    min-height: 370px !important;
  }

  .news-item h3 {
    min-height: 68px;
  }
}

@media (min-width: 1200px) and (max-width: 1700px) {
  .lg-menu-right .languages {
    min-width: 60px;
  }
}

.slider-height {
  min-height: 370px;
}

@media (min-width: 1024px) {
  .slick-no-slide .slick-track {
    width: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    transform: none !important;
  }
  .slick-no-slide .slick-slide {
    float: none;
    display: inline-block;
    padding: 0px;
  }
}

#langSM {
  display: none;
}
#bookSM {
  display: none;
}

@media (max-width: 960px) {
     #main_menu {
        padding-top: 0 !important;
        margin: 0 1rem 0 0 !important;
    }
}

#SubNav {
  margin: 0 0 -3rem 0 !important;
  padding-top: 3rem !important;
}

#SubNav a {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  color: #222;
}

#SubNav a:hover {
  color: #e05820 !important;
}

#SubNav a + a:before {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  left: -14px;
  width: 6px;
  height: 6px;
  background: #ff681c;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ca-slider-item p.lead {
  max-height: 300px;
  overflow-y: scroll;
  height: 95px;
}

.ca-bg-dark {
  background-color: #2a2e33 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.ca-bg-dark h2 {
  color: #fff;
}
#ca-widget img {
  mix-blend-mode: exclusion;
}
.ca-slider-item p.lead::-webkit-scrollbar {
  scrollbar-width: thin;
  width: 4px;
}

.ca-slider-item p.lead::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.ca-slider-item p.lead::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  body,
  #sub {
    max-width: 100vw;
    overflow-x: hidden;
  }
  #SubNav,
  #SubNav a {
    display: block !important;
  }
  #SubNav a {
    font-size: 0.9rem;
  }

  .navbar {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }

  .navbar-brand {
    padding: 7px !important;
    background-color: #2a2e33;
    width: 100px;
    text-align: center;
    height: 110px;
    text-align: center;
  }
  .navbar .logo {
    background-color: rgba(42, 46, 51, 0.9);
  }
  .navbar .logo img {
    margin: auto !important;
  }
  .navbar .logo.flex-column {
	  padding: 0 !important;
        margin: 0 !important;
  }

  .logo-info.sign {
    background-image: url(../logo-premium.png);
    transform: translate(0);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 32%;
    background-position: top center;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: -7px 0 0 0 !important;
    padding-bottom: 10px;
    transform: none !important;
    bottom: 50%;
    position: relative !important;
  }

  .navbar.fixed .logo .logo-info.sign {
    opacity: 0;
    height: 0;
    padding: 0 !important;
  }

  p {
    font-size: 14px;
    padding: 0 10px;
  }
  .eyebrow {
    display: block;
    text-align: center;
  }

  .navbar .navbar-toggler {
    padding: 0;
    margin-top: -14px;
  }
  .fixed.navbar .navbar-toggler {
    /* margin-top: 30px; */
  }
  #langSM {
    display: block;
    width: 80px;
    position: fixed;
    z-index: 100;
    top: 35px;
    right: 57px;
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
  }
  #langSM a {
    display: inline-block;
    padding: 7px 1px;
    margin: 0 2px;
    color: #fff;
  }
  #langSM a.active {
    color: #ff681c;
  }
  .fixed #langSM {
    top: 30px;
  }
  nav .languages {
    display: none;
  }

  .section-element.py-3 {
    padding-bottom: 0 !important;
  }

  .flex-column-reverse {
    flex-direction: column !important;
  }

  .book-form-section {
    position: relative !important;
    margin-top: -250px;
    bottom: 0 !important;
    z-index: 4;
  }
  .section-starter .txt {
    margin-top: -4rem !important;
  }

  main,
  .row {
    width: auto !important;
  }
  .button-underlined {
    padding: 10px 0 !important;
  }
  .button,
  .hero-slider .btn-primary,
  .start-video .btn-primary,
  .book-popup-trigger {
    height: 41px;
    padding: 10px 14px !important;
  }
  .row {
    --bs-gutter-x: 1rem;
  }
  .check-avail {
    display: flex;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
    justify-content: space-between !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .check-avail .input-box {
    padding: 10px;
    width: 100%;
  }
  .check-avail .d-flex.align-items-center:not(.input-box),
  .check-avail .d-flex.align-items-center:not(.input-box) + .d-flex {
    width: 100%;
    flex: 100%;
    margin: 0 -1rem !important;
  }
  .check-avail .d-flex.align-items-center:not(.input-box) + .d-flex {
    width: 50%;
    flex: 0 0 auto;
  }
  .check-avail .d-flex.align-items-center:not(.input-box) + .d-grid,
  .check-avail .d-flex.align-items-center:not(.input-box) + .d-grid + .d-grid {
    display: flex !important;
    width: 100%;
  }
  .list-offer-item .flex-grow-1 {
    font-size: 12px;
  }

  footer .open-popup-link {
  }
  .gallery .img-box.square {
    margin-bottom: 1rem;
  }
  .gallery-row {
    padding-bottom: 0px;
  }

  #room_list_filter_container {
    display: none;
  }
  #room_list_container .col-md-4 .col-auto {
    display: none;
  }

  #bookSM {
    display: block;
    width: 120px;
    position: fixed;
    z-index: 100;
    top: 35px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
  }
  .fixed #bookSM {
    top: 28px;
  }
  nav .button.button-white {
    display: none;
  }
  #bookSM .button-white {
    border: 1px solid #df5720 !important;
    color: #df5720 !important;
    background: none !important;
    padding: 10px 12px !important;
    display: inline-block;
  }

  .list-offer-item h3 {
    text-align: center;
  }
  .list-offer-item .col-md-8 div.m-0.py-3 {
    margin: 0 10px 0px 10px !important;
    text-align: center;
  }
  .list-offer-item .col-md-8 div.mb-2.me-3 {
    margin: 0 10px 10px 10px !important;
  }

  .list-icons {
    margin: 0 -2rem;
  }
  .list-icons small {
    font-size: 0.7em;
    line-height: 0.9rem;
    display: inline-block;
  }
  .lead {
    font-size: 1rem;
    text-align: justify !important;
  }
  .list-icons img {
    width: 18px !important;
  }
  .card-check-offer {
    margin-bottom: 1rem;
  }
  .card-check-offer p strong {
    font-size: 2rem;
  }
  .menu-list p {
    font-size: 0.8rem;
  }
  .navbar .nav .dropdown-menu .nav-link {
    padding: 5px 12px !important;
  }
  .section-images-text p,
  .list-offer-item p {
    text-align: justify !important;
  }

  .blured-text-box.section-link-image .p-5.bg-cover {
    padding: 1rem !important;
    margin-bottom: 1rem;
  }
  .grid.gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  #homeTabs .overlay-3 {
    padding: 1rem !important;
    margin: 10rem 1rem 1rem 1rem;
  }
  #homeTabs .overlay-3 .color-white {
    padding: 1rem !important;
  }
  .slider-points .nav .nav-item .nav-link {
    font-size: 1.2rem !important;
  }

  #specjalne #start-sub + .col-12.py-lg-5.py-3 {
    padding: 1rem !important;
  }
  .pagination {
    justify-content: center;
  }

  .navbar .navbar-collapse {
    margin-top: 0px;
  }

  #bdNavbar {
    overflow-y: scroll;
    max-height: 80vh;
    padding-bottom: 3rem;
  }
  .navbar .nav a:not(.button):after {
    border: none !important;
    display: none !important;
  }
  #bdNavbar .destigo {
    max-width: 100px !important;
    margin: auto;
  }

  .eyebrow,
  h2.display-4,
  footer h3.text-end {
    text-align: center !important;
  }
  .section-text {
    padding-top: 1rem;
  }
  .slider-points .nav .nav-item .nav-link {
    padding: 14px 0 !important;
  }

  header .logo img {
    max-width: 90px !important;
    min-width: 55px !important;
    max-height: 90% !important;
  }

  .eyebrow,
  .decor-1-section h2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .decor-1-section .container:before {
    display: none;
  }
  .decor-1-section p {
    text-align: justify;
  }
  .decor-1-section table {
    text-align: center;
  }
  .decor-1-section table img {
    display: block;
    margin: 10px auto;
  }
  .decor-1-section table div,
  .decor-1-section table p {
    margin: 10px 0 !important;
    display: block !important;
    text-align: center;
  }
  .section-tabs .color-white,
  .slider-points .nav .nav-item .nav-link {
    text-align: center !important;
  }
  .section-tabs .color-white p,
  .blured-text-box .blured-text {
    text-align: justify;
  }
  .blured-text-box h2 {
    width: 100%;
    text-align: center;
  }
  .blured-text-box .blured-text .button {
    margin: 2rem auto 0 auto !important;
  }
  .gallery-grid.home {
    margin-bottom: 3rem;
  }

  #newsletter .col-md-8:before {
    display: none;
  }
  #newsletter .pattern {
    background-image: none;
    /* background-image: url(../assets/images/more.jpeg); */
    justify-content: center !important;
  }
  .section-title-box h2 {
    margin: 5rem 0 0 0 !important;
  }
  .offer-item-box {
    height: 350px !important;
  }
  footer ul.align-items-center,
  footer ul.align-items-center li {
    width: 100%;
    text-align: center;
  }
  .xs-none {
    display: none !important;
  }

  #newsletter .col-md-8.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .more-block {
    box-shadow: unset;
  }
  .more-block img {
    height: 36px !important;
  }

  .check-avail .input-box select {
    min-width: 60px !important;
  }

  .daterangepicker:before,
  .daterangepicker.opensright:after {
    display: none !important;
  }
  .daterangepicker {
    max-width: 100%;
    width: 100vw;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
  }
  .daterangepicker .drp-calendar {
    max-width: 100% !important;
  }

  .daterangepicker .drp-buttons .btn {
    font-size: 14px !important;
  }
  .daterangepicker .drp-selected {
    font-size: 14px !important;
  }

  .section-form-items button {
    display: flex;
    margin: auto;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .modal-dialog {
    margin: 0;
  }
  .modal-content label {
    font-size: 0.8rem;
  }
  .modal-content .mb-3 {
    margin-bottom: 0.5rem !important;
  }
  .modal-content .btn-primary {
    padding: 9px 20px;
  }
  .modal-content .modal-footer {
    justify-content: center;
  }

  #cookies_config_container .row.infoTabs .col {
    flex: 0 0 100%;
    padding: 3px 10px;
  }
  #cookies_config_container .card p {
    font-size: 11px;
  }
  #cookies_config_container .btn {
    height: 34px;
    padding: 7px 14px !important;
    margin-top: 5px;
  }

  .navbar.fixed .logo.flex-column {
    
  }
  .navbar.fixed .navbar-brand {
    box-shadow: none !important;
    height: 60px;
    background: none !important;
    overflow: hidden;
  }
  .navbar.fixed .logo {
    background: none !important;
  }
  .navbar.fixed .navbar-brand img {
    margin: 10% auto !important;
    height: 50px !important;
    width: 50px;
    object-fit: contain;
  }
  .navbar.fixed #main_menu {
    padding-top: 2rem;
  }

  #newsletter_subscribe_subscribe {
    min-width: 140px;
  }

  #cookies_config_container .card p {
    font-size: 11px !important;
  }
  #cookies_config_container .infoTabs .col h6 {
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .ca-slider-item p.lead {
    max-height: 200px;
    overflow-y: scroll;
    padding: 0 50px;
    font-size: 0.9rem;
  }
  #ca-widget .ca-bg-dark small {
    font-size: 0.75em;
  }
  #ca-widget .ca-bg-dark .col-lg-2 img {
    height: 22px !important;
  }
  .container {
    width: 100%;
    padding: 0 0.7rem;
  }
}

#cookes_settings_container input.form-check-input + label:after {
  content: "OFF";
  display: inline;
}
#cookes_settings_container input.form-check-input + label:before {
  content: "ON";
  display: none;
}

#cookes_settings_container input.form-check-input:checked + label:after {
  display: none;
}
#cookes_settings_container input.form-check-input:checked + label:before {
  display: inline;
}

.section-text a.open-popup-link {
  transition: ease 0.3s;
  color: #ff681c !important;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #ff681c !important;
}

.modal-content,
.modal-content .form-control {
  border-radius: 0;
}

#newsletter .button.button-yellow {
  background-color: #ff681c;
  color: #fff;
  min-width: 150px;
}

.section-starter .swiper-pagination-bullet {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 0;
  margin-left: 0px;
  margin-right: 0px;
}

.input-group div {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

#ca-widget img {
  filter: grayscale(1);
}

.header-info {
  position: absolute;
  width: 100%;
  z-index: 111;
  top: 15px;
}
.alert {
  border-radius: 0;
}
.alert.alert-success {
  background: #e05820;
  color: #fff;
  font-size: 1.1rem;
}
.alert a.pull-right {
  float: right !important;
  color: #fff;
}

.disabled .form-check-input,
.disabled input {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

footer .author a {
  color: #858585 !important;
}

 

/* news - blog */

.news-items.grid.grid-3 {
  gap: 60px;
}
.news-items .news-item {
  position: relative;
}
.news-items .news-item:hover:after {
  right: -10px;
  bottom: -10px;
}
.news-items .news-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
  background-image: url("../assets/images/decor-2.jpeg");
  z-index: 0;
  transition: ease 0.3s;
}
@media (max-width: 767px) {
  .news-items .news-item:after {
    display: none;
  }
}
.news-items .news-item.decor-4:after {
  background-image: url("../assets/images/decor-4.png");
}
.news-items .news-item .content-box {
  background-color: #fff;
  padding: 24px;
  position: relative;
  z-index: 1;
}
.news-items .news-item .eyebrow {
  letter-spacing: 0;
}
.news-items .news-item button {
  border: none;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #a82000;
  padding: 0;
}
.news-items .news-item button:after {
  border-color: #a82000;
}
.news-items.news-items-2 .content-box {
  padding: 0;
}
.news-items.news-items-2 .content-box .text-box {
  padding: 24px;
}
.news-items.news-items-2 .content-box .img-box .date {
  position: absolute;
  bottom: 10px;
  left: -10px;
  background-color: #ff681c;
  padding: 4px 12px 4px 22px;
}
.news-items.news-items-2 .content-box .img-box .date:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgba(255, 104, 28, 0.5);
  position: absolute;
  left: 0;
  transform: translate(0, -100%) skewY(-50deg);
}
.news-items.news-items-2 .content-box .img-box .date span,
.news-items.news-items-2 .content-box .img-box .date p {
  color: #fff;
}
.news-items.news-items-2 .content-box .img-box .date p {
  margin-top: -5px;
}
.news-items.news-items-2 .content-box .img-box .date .number {
  font-size: 30px;
}
.news-items.news-items-2 .news-item:after {
  background-image: none;
  border: 2px solid #ff681c;
}

/* ===================================================================== */
.navbar .absolute-logo .navbar-brand img.logo-dark {
  display: none !important;
}
.navbar > .container {
  width: 100%;
  max-width: 100%;
}

body {
  background: #f4f0f2 !important ;
}
p {
  color: #39545b;
}
.decor-1-section p {
  color: #fff;
}

.navbar {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.navbar .nav .dropdown-menu {
  right: 1.5rem;
  transform: none;
}
.navbar .absolute-logo,
.navbar .absolute-logo:before,
.navbar .absolute-logo .navbar-brand {
  background: none !important;
}
.navbar .absolute-logo .logo-info.sign {
  background-image: url(../logo-lux.png);
  display: none !important;
  opacity: 0 !important;
}


.slider-points .nav, .slider-points .nav .nav-item {display:block; width:100%; border:none;}

.slider-points .nav .nav-item .nav-link {
  padding: 24px 0;
  border:none;
  border-bottom: 1px solid #cbcdd0;
  transition: ease 0.3s;
  cursor: pointer;
 display:block !important; 
 width:100% !important;
 color: #2a2e33;
 font-weight: 400 !important;
 font-size: 1.75rem;
 text-align: left;
}

.slider-points .nav .nav-item .nav-link:hover, .slider-points .nav .nav-item .nav-link.active {
  color: #ff681c;
  border-color: #ff681c;
  background: transparent !important;
}



#bookAbsolute {
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
}
#bookAbsolute .button-white svg {
  display: inline-block;
  fill: #fff;
  widrth: 22px;
  height: 22px;
}
#bookAbsolute .button-white svg {
  display: none;
}
#languages {
  margin: auto;
  padding: 5px 0;
  text-transform: uppercase;
  display: flex !important;
  gap: 0.5rem !important;
}
#languages a {
  color: #6b97a3 !important;
  display: inline-block;
}
#languages a.active {
  color: #fff !important;
}

.navbar {
  border-bottom: none;
}
@media (min-width: 1370px) {
  .main_menu_left {
    margin-left: 20px;
    margin-top: -12px;
  }
  #bookAbsolute .button-white svg {
    display: none;
  }
  #bookAbsolute .button-white span {
    display: inline;
  }
 
}
@media (max-width: 767px) {
	
 #bookAbsolute {margin-right:80px;}
  #bookAbsolute #langAbsolute {order:2;}
}


/* fonty */

/* kolory i przyciski */
.offer-border-bottom .offer-icons {
  background: #39545b !important;
}

.ca-bg-dark {
  background-color: #39545b !important;
}
.bottom-opinie {
  background: #f4f0f2 !important;
}
.bottom-opinie h2 {
  color: #fff !important;
}
.text-secondary {
  color: #6b97a3 !important;
}

.eyebrow {
  color: #405d65 !important;
}
#sub .section-element:nth-child(odd),
.section-logotypes {
  background: #fff !important;
}

#newsletter .eyebrow,
.stats-section .eyebrow {
  color: #6b97a3 !important;
}

#bookAbsolute .button-white {
  border: solid 1px #fff;
  background: none !important;
  color: #fff;
}

.button.button-yellow,
.btn-primary,
.start-video .btn-primary,
.book-popup-trigger {
  background-color: #405d65;
  color: #fff;
}
.button.button-yellow:hover,
.button.button-yellow:focus,
.btn-primary:hover,
.start-video .btn-primary:hover,
.book-popup-trigger:hover {
  background-color: #39545b;
  color: #fff;
}
.book-form-section,
.decor-1-section .container:before {
  display: none !important;
  opacity: 0 !important;
}
.stats-section .button.button-yellow,
.gallery-section .button.button-dark {
  border: 2px solid #fff !important;
  color: #fff !important;
}

.btn-outline-primary,
.button-underlined {
  color: #405d65;
  border-color: #405d65;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #405d65;
  border-color: #405d65;
}

.stats-section .button.button-yellow,
.gallery-section .button.button-dark {
  border: 2px solid #405d65 !important;
  background: none !important;
  color: #405d65 !important;
}
.stats-section .button.button-yellow:hover,
.gallery-section .button.button-dark:hover {
  border: 2px solid #fff !important;
  background: #fff !important;
  color: #405d65 !important;
}

.gallery-section,
.stats-section {
  background: #39545b !important;
} /* czarne */
#homeTabs {
  background: #39545b !important;
} /* ciemno niebieski */

#homeTabs .slider-points .nav .nav-item .nav-link {
  color: #6b97a3 !important;
  border-bottom: 1px solid #6b97a3;
}
#homeTabs .slider-points .nav .nav-item .nav-link:hover,
#homeTabs .slider-points .nav .nav-item .nav-link.active {
  color: #fff !important;
}
#homeTabs .overlay-3 {
  background-color: #f4f0f2a3 !important;
  backdrop-filter: blur(5px);
  color: #405d65 !important;
}
.offers-slick-slider .slick-slide .overlay,
.blured-text-box .blured-text {
  background-color: #f4f0f2a3 !important;
  color: #405d65 !important;
  backdrop-filter: blur(5px);
}

#homeTabs .overlay-3 h2 {
  color: #39545b !important;
}
.badge-info.text-dark {
  background: #39545b !important;
  color: #6b97a3 !important;
}
.offer-border-bottom {
  background: #fff;
}

.gallery-section .container:before,
div.pattern1,
.navbar .navbar-toggler:before {
  display: none !important;
}

/* newsletter */
#newsletter,
#newsletter .black-section {
  background-color: #f7f4e6 !important; /* jasny */
}
#newsletter_container {
  max-width: 100% !important;
}

#newsletter .button.button-yellow {
  background-color: #405d65; /* czerwony */
  color: #fff;
}

/* footer */
footer.bg-white {
  background: #39545b !important;
} /* czarne */
footer .eyebrow {
  color: #6b97a3 !important;
} /* jasno niebieski */
footer ul a {
  color: #fff !important;
}
footer .loga {
  max-width: 150px;
}

footer ul li img {
  height: 100px !important;
}

header .logo img.sm {
  display: none !important;
}

.navbar-toggler {
  border: none; /* Usuwa domyślną ramkę przycisku */
  background-color: transparent; /* Ustawia przezroczyste tło */
  position: relative;
  width: 30px; /* Szerokość ikony */
  height: 20px; /* Wysokość ikony */
  cursor: pointer;
  padding: 0;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px; /* Grubość linii */
  width: 100%;
  background-color: #fff; /* Kolor linii */
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; /* Płynne przejście */
}

/* Pozycjonowanie poszczególnych linii hamburgera */
.navbar-toggler span:nth-child(1) {
  top: 0px;
}

.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
  top: 9px; /* Środkowa pozycja */
}

.navbar-toggler span:nth-child(4) {
  top: 18px;
}

/* Transformacja w znak "X" po rozwinięciu */
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

@media (max-width: 767px) {
  
  .navbar .logo {
    background: none !important;
  }
  .navbar:not(.fixed) .navbar-collapse {
    background: none !important;
  }
     .navbar .nav .dropdown-menu {
        right: 0;
        transform: none;
        left: 10px;
        position: relative;
        min-width: 100%;
    }
  .navbar-brand {
    padding: 0 !important;
    background: none !important;
    height: 60px;
  }

  header .logo img.lg {
    display: none !important;
  }
      header .logo img.sm, header.fixed .logo img.sm {
        display: block !important;
        width: 55px;
        height: 55px;
        margin: 0 !important;
    }
	header.fixed .logo img.sm {
        
    }

  .navbar .navbar-toggler {
           margin-right: 0px;
        top: 30px;
        position: absolute;
        right: 9px;
        z-index: 100;
  }

  footer ul li img {
    height: 80px !important;
  }

  .navbar.fixed,
  .navbar {
    background: #39545b;
  }
  .navbar.fixed {
    min-height: 67px;
  }

  .navbar-toggler {
    background: #39545b;
    border-radius: 0;
    width: 54px; /* Szerokość ikony */
    height: 42px; /* Wysokość ikony */
    border: solid 1px #fff;
  }

  .navbar-toggler span {
    left: 20%;
    width: 60%;
  }

  /* Pozycjonowanie poszczególnych linii hamburgera */
  .navbar-toggler span:nth-child(1) {
    top: 9px;
  }
  .navbar-toggler span:nth-child(2),
  .navbar-toggler span:nth-child(3) {
    top: 18px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 27px;
  }

  /* Transformacja w znak "X" po rozwinięciu */
  .navbar-toggler[aria-expanded="true"] span:nth-child(1),
  .navbar-toggler[aria-expanded="true"] span:nth-child(4) {
    top: 9px;
  }
  
  .fixed #bookAbsolute {top:20px !important;}
.fixed.navbar .navbar-toggler {top:40px !important;}
	.fixed .logo.flex-column {margin-top:10px !important;}
	
}

.decor-1-section tr {
  display: flex; /* Ustawia wiersz jako kontener Flexbox */
  flex-wrap: nowrap; /* Zapobiega zawijaniu się komórek do nowej linii */
  justify-content: space-between; /* Rozkłada komórki równomiernie z odstępami między nimi */
}
.decor-1-section td {
  flex: 1 1 50%; /* Każda komórka zajmuje równo 50% dostępnej szerokości */
  box-sizing: border-box; /* Zapewnia, że padding i border są wliczane w szerokość elementu */
  display: flex; /* Aktywuje Flexbox dla komórki */
  align-items: center; /* Wyśrodkowuje elementy pionowo */
  gap: 10px; /* Dodaje odstęp między obrazkiem a tekstem */
  font-size: 16px;
  color: #fff;
}
.decor-1-section td img {
  flex-shrink: 0; /* Zapobiega zmniejszaniu się obrazka */
}
.decor-1-section td {
  /* Opcjonalnie: Ustawienie minimalnej szerokości dla tekstu, aby uniknąć jego zbyt dużego ściskania na małych ekranach */
  min-width: 0; /* Ważne, aby tekst mógł się zmniejszać, jeśli to konieczne */
  overflow: hidden; /* Ukrywa nadmiarowy tekst, jeśli nie mieści się w linii */
  text-overflow: ellipsis; /* Dodaje trzy kropki, jeśli tekst jest zbyt długi */
}

.start-video h1,
.section-title-box h1 {
  text-transform: uppercase;
}
.start-video h1 {
  letter-spacing: 7px;
}
.section-title-box h1 {
  letter-spacing: 3px;
}

.section-starter .txt, .section-starter .txt h1{width:100%; min-width: 100%}


.tabs-container .button-yellow, .section-link-image .button-yellow {background:#405d65; color:#fff;}

#newsletter {    background: #f4f0f2 url(h-mark-2.png) center no-repeat !important;
    background-size: auto 80% !important;}
#newsletter .black-section {background:transparent !important;}


@media (min-width: 1370px) {
    .section-title-box h1 {
        font-size: 3rem;
    }
	#langAbsolute {padding-top:.6rem !important; padding-right:2rem !important;}
	.start-video h1 {padding-top:calc(1.5rem + 2vw); letter-spacing: 50px;         font-size:  calc(6rem + 4vw);}
	.decor-1-section .col-md-5.mb-3.mb-md-0 {padding-right:3.5vw !important;}
}
@media (min-width: 1600px) {
	.start-video h1 {letter-spacing: 70px;         font-size:  calc(8rem + 4vw);}
}



@media screen and (max-width: 960px) {
   .start-video h1 {
		letter-spacing: 3px;
	}
	.display-2 {
    font-size: calc(1.2rem + 3.5vw);}

    header .hasSubMenu ul.dropdown-menu {display:none; width:100% !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    }


    .nav .nav-link.hasSubMenu > a::before{
        display:block;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
       font-weight: 900;
    font-family: "Font Awesome 5 Free";
        content:"\f078";
        padding:4px 6px;
        text-align:center;
        width:20px;
        position:absolute;
        right:0;
        top:0;
		color:#fff;
    }
     
     
    .nav .nav-link.open>a::before{
      content:"\f077";
    }
}


