@charset "UTF-8";

:root {
  --primary: #b31f26;
  --primary-l: #d9262f;
  --primary-d: #82171c;
  --accent: #ffb612;
  --grey: #888888;
  --grey-l: #cccccc;
}

html {
  scroll-behavior: smooth;
  font-size: 15px;
}

html ::selection {
  background: var(--primary);
  color: white;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  background: #f5f5f5;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.container-md {
  max-width: 720px;
}

.container-lg {
  max-width: 960px;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none;
}

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none;
  }
}

.column-list ul {
  -moz-columns: 300px 2;
  columns: 300px 2;
}

.bg-primary {
  background: var(--primary);
}

.bg-primary-d {
  background: var(--primary-d);
}

.bg-accent {
  background: var(--accent);
}

.bg-primary-footer{
  background:#004163;
}

.bg-light {
  background: #ffe1d0;
}

.bg-gray {
  background: #f5f5f5;
}

table {
  width: 100%;
}

table th {
  border-bottom: 2px solid #ff6913;
  color: #ff6913;
}

table tr:not(:last-child) td {
  border-bottom: 1px solid #ff6913;
}

@-webkit-keyframes heroText {
  0% {
    opacity: 0;
    transform: translate3d(0, 10rem, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroText {
  0% {
    opacity: 0;
    transform: translate3d(0, 10rem, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-0.8rem, 0, 0);
  }
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-0.8rem, 0, 0);
  }
}

body {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.font-display {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
}

.article {
  line-height: 2;
  max-width: 70ch;
}

.article p {
  margin-bottom: 1rem;
  /*text-align: justify;*/
}

.article ul li {
  display: flex;
  margin-bottom: 1rem;
  line-height: 2;
}

.article ul li::before {
  content: "\2022";
  flex-shrink: 0;
  color: #999;
  font-size: 2rem;
  line-height: 0.8;
  margin-right: 1rem;
}

.article img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left top;
  object-position: left top;
  max-height: 40rem;
}

.article figure {
  margin-bottom: 2rem;
}

a.theme {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #ff6913;
}

a.theme svg {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1rem;
  transition: all 0.3s ease-out;
}

a.theme:hover svg {
  -webkit-animation: 1s ease infinite alternate shake;
  animation: 1s ease infinite alternate shake;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-vw-sm {
  font-size: min(calc(1rem + 0.5vw), 30px);
}

.text-vw {
  font-size: min(calc(2rem + 1.2vw), 160px);
  text-wrap: balance;
  line-height: 1;
}

@media (min-width: 576px) {
  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-md {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-vw-sm {
    font-size: min(calc(1rem + 1vw), 40px);
  }

  .sm\:text-vw {
    font-size: min(calc(1.5rem + 3vw), 160px);
  }
}

@media (min-width: 768px) {
  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-md {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-vw-sm {
    font-size: min(calc(1rem + 1vw), 40px);
  }

  .md\:text-vw {
    font-size: min(calc(1.5rem + 3vw), 160px);
  }
}

@media (min-width: 992px) {
  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-md {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-vw-sm {
    font-size: min(calc(1rem + 1vw), 40px);
  }

  .lg\:text-vw {
    font-size: min(calc(1.5rem + 3vw), 160px);
  }
}

@media (min-width: 1200px) {
  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-md {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-vw-sm {
    font-size: min(calc(1rem + 1vw), 40px);
  }

  .xl\:text-vw {
    font-size: min(calc(1.5rem + 3vw), 160px);
  }
}

@media (min-width: 1400px) {
  .xxl\:text-xs {
    font-size: 0.75rem;
  }

  .xxl\:text-sm {
    font-size: 0.875rem;
  }

  .xxl\:text-md {
    font-size: 1rem;
  }

  .xxl\:text-lg {
    font-size: 1.125rem;
  }

  .xxl\:text-xl {
    font-size: 1.25rem;
  }

  .xxl\:text-2xl {
    font-size: 1.5rem;
  }

  .xxl\:text-3xl {
    font-size: 1.875rem;
  }

  .xxl\:text-4xl {
    font-size: 2.25rem;
  }

  .xxl\:text-5xl {
    font-size: 3rem;
  }

  .xxl\:text-vw-sm {
    font-size: min(calc(1rem + 1vw), 40px);
  }

  .xxl\:text-vw {
    font-size: min(calc(1.5rem + 3vw), 160px);
  }
}

.text-primary {
  color: var(--primary);
}

.text-accent {
  color: var(--accent);
}

.hover\:text-primary:hover {
  color: #ff6913;
}

.text-gray {
  color: #555;
}

.text-gray-700 {
  color: #374151;
}

.text-gold {
  color: #d8cb55;
}

.text-light {
  color: #ffe1d0;
}

.text-white {
  color: white;
}

.text-green {
  color: forestgreen;
}

.text-red {
  color: firebrick;
}

.hover\:text-accent:hover {
  color: #ff6913;
}

.heading {
  position: relative;
}

.heading::after {
  content: "";
  display: block;
  width: 10rem;
  height: 1px;
  background: #ff6913;
}

.brand {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}

.brand .brand-small {
  font-size: 1.2rem;
  font-weight: normal;
}

.btn {
  padding: 0.6rem 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

.btn.btn-lg {
  padding: 0.8rem 1.2rem;
  font-size: 0.9rem;
}

.btn.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.btn-black {
  background: var(--primary);
  color: white;
  outline-offset: -2px;
  transition: all 100ms;
}

.btn-black:hover {
  background: var(--primary-l);
}

.btn-outline-primary {
  border: 2px solid var(--primary);
  color: var(--primary);
}

.btn-gold {
  background: #ffb612;
  color: #282828;
}

.btn-gold:hover {
  background: #f8ab00;
}

.btn-outline-gold {
  background: white;
  color: #555;
  border: 2px solid #fa911e;
  outline: 2px solid #fa911e;
  outline-offset: -2px;
}

.btn-outline-gold:hover {
  outline-offset: 2px;
}

.btn-subscribe {
  padding: 0.6rem 2rem;
  background: white;
  color: #555;
  border: 1px solid #fddab4;
}

@media (min-width:768px) {
  .btn-subscribe {
    border-left: 0;
  }
}

.btn-accent {
  background: #ff6913;
  color: white;
}

.btn-accent:hover {
  background: #f95b00;
}

.hero img {
  min-height: 15rem;
  height: 40rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .text {
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.hero .slide .text h2 {
  transform: translateY(300px);
  transition: transform 1s ease-out;
}

.hero .tns-slide-active .text h2 {
  transform: translateY(0);
}

.hero .hero-nav-wrapper {
  bottom: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .hero .hero-nav-wrapper {
    bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .hero .hero-nav-wrapper {
    bottom: 10rem;
  }
}

.hero .hero-nav-wrapper .circle {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.hero .hero-nav-wrapper .tns-nav-active .circle {
  opacity: 1;
}

.hero-sm img {
  height: 20rem;
}

.review img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.review p {
  font-style: italic;
}

.article img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.article h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.article .content {
  padding: 0 1rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: 1px solid var(--accent);
}

.form-group label {
  color: var(--grey);
}

.has-icon {
  position: relative;
}

.has-icon .icon {
  position: absolute;
}

.has-icon.icon-right .icon {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 68px;
  transition: all 0.3s ease-out;
}

header .btn-header {
  border: 2px solid #fa911e;
  outline: 2px solid #fa911e;
  outline-offset: -2px;
}

header .btn-header:hover {
  border: 2px solid #e07705;
  outline-offset: 2px;
}

header.scroll {
  /* background: white; */
  background:#004163;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}

#navbar{
  background:#004163;
  /* background:#004163; */
}

header .logo img {
  filter: drop-shadow(0 0.2rem 0.5rem rgba(0, 0, 0, 0.1));
  height: 30px;
}

@media (min-width: 768px) {
  header .logo img {
    height: 50px;
    transition: 200ms ease-out;
    filter: drop-shadow(0 5px 20px white) drop-shadow(0 5px 20px white) drop-shadow(0 5px 40px white) drop-shadow(0 5px 60px white);
  }

  header.scroll .logo img {
    height: 50px;
  }
}

header #headernav {
  top: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  header nav:not(.show) {
    display: none;
  }
}

footer {
  color: white;
}

@media (max-width: 767px) {
  .form-group-lg {
    width: 100%;
  }

  .form-group-lg input {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .form-group-lg .checkin-checkout {
    min-width: 20rem;
  }

  .form-group-lg .narrow {
    width: 5rem;
  }
}

.room {
  flex-direction: column;
}

.room img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .room {
    flex-direction: row;
  }

  .room .image {
    flex-basis: 55%;
  }

  .room .text {
    flex-basis: 45%;
  }

  .room:nth-of-type(even) .image {
    order: 2;
  }
}

.bg-parallax {
  min-height: 30rem;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.6);
}

.gallery .image {
  padding-top: 70%;
}

.restaurants .item.grid {
  grid-template-columns: 1rem 1fr 1rem;
  grid-template-rows: 1fr 2rem auto;
}

.restaurants .image {
  grid-column: 1/span 3;
  grid-row: 1/span 2;
  padding-top: 110%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.restaurants a {
  grid-column: 2/span 1;
  grid-row: 2/span 2;
}

.facilities .image {
  padding-top: 100%;
}

.amenities-list ul {
  -moz-columns: 260px 3;
  columns: 260px 3;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.amenities-list ul img {
  width: 2rem;
  height: 2rem;
}

.amenities-list ul li {
  /*border-bottom: 1px solid #ddd;*/
  padding: 0.5rem 0;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.offer-checks> :first-child {
  border-top: 1px solid #aaa;
}

.offer-checks>div {
  border-bottom: 1px solid #aaa;
}

.sm-simple {
  background: #fff;
  box-shadow: 0 0.5rem 0.2rem rgba(0, 0, 0, 0.05);
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  /* color: #555555; */
  font-family: Poppins;
  font-size: 15px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a:hover,
.sm-simple a.highlighted {
  color: #111;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 13px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple>li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: 13px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (max-width: 768px) {
  .sm-simple .sub-arrow::before {
    content: "+";
  }

  .sm-simple.highlighted .sub-arrow::before {
    content: "-";
  }
}

@media (min-width: 768px) {

  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple {
    box-shadow: none;
  }

  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple ul li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap>li>a,
  .sm-simple .sm-nowrap>li> :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: transparent;
  }

  .sm-simple a,
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    padding: 18px 18px;
    text-transform: uppercase;
  }

  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    background: transparent;
  }

  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }

  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }

  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 18px;
    width: 8px;
    height: 16px;
    font: 13px/16px monospace !important;
    background: transparent;
  }

  .sm-simple a.highlighted .sub-arrow::before {
    content: "";
  }

  .sm-simple>li {
    border-top: 0;
  }

  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .sm-simple ul a {
    border: 0 !important;
    color: #555;
  }

  .sm-simple ul a:hover,
  .sm-simple ul a:focus,
  .sm-simple ul a:active,
  .sm-simple ul a.highlighted {
    color: #555;
    background: #eed;
  }

  .sm-simple ul a.has-submenu {
    padding-right: 18px;
  }

  .sm-simple ul a .sub-arrow {
    left: 6px;
    right: auto;
  }

  .sm-simple ul>li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }

  .sm-simple ul>li:first-child {
    border-top: 0;
  }

  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }

  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #333 transparent;
  }

  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #333 transparent transparent transparent;
  }

  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 18px;
    padding-left: 30px;
  }

  .sm-simple.sm-rtl a .sub-arrow {
    left: 18px;
    right: auto;
  }

  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 18px 18px;
  }

  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 6px;
  }

  .sm-simple.sm-rtl>li:first-child {
    border-left: 1px solid #eeeeee;
  }

  .sm-simple.sm-rtl>li:last-child {
    border-left: 0;
  }

  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 18px 18px;
  }

  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 6px;
  }

  .sm-simple.sm-vertical a .sub-arrow {
    left: 6px;
    right: auto;
  }

  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }

  .sm-simple.sm-vertical>li:first-child {
    border-top: 0;
  }
}

.scroll .sm-simple a,
.scroll .sm-simple a:hover,
.scroll .sm-simple a:focus,
.scroll .sm-simple a:active,
.scroll .sm-simple a.highlighted {
  /* color: #333; */
}

.shadow {
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.1));
}

/*Booking form*/
.booking-form {
  background-color: white;
  padding-top: 1rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05),
    0 4px 4px rgba(0, 0, 0, 0.05);
}

.booking-form label {
  color: var(--grey);
  font-weight: bold;
  padding-left: 1.5rem;
}

.booking-form svg {
  right: 0.5rem;
  top: 50%;
  color: var(--grey-l);
  pointer-events: none;
}

.booking-form input:focus {
  outline: none;
}

.booking-form .field:focus-within svg {
  color: var(--accent);
}

@media (min-width:992px) {
  .booking-form .form-group-lg:not(:last-of-type) .field {
    border-right: 1px solid var(--grey-l);
  }
}