@charset "UTF-8";

@font-face {
  font-family: "newyorkregular";
  src: url("../fonts/newyork-webfont.eot");
  src: url("../fonts/newyork-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/newyork-webfont.woff2") format("woff2"),
    url("../fonts/newyork-webfont.woff") format("woff"),
    url("../fonts/newyork-webfont.ttf") format("truetype"),
    url("../fonts/newyork-webfont.svg#newyorkregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DMSansRegular";
  src: url("../fonts/DMSansRegular.eot");
  src: url("../fonts/DMSansRegular.eot") format("embedded-opentype"),
    url("../fonts/DMSansRegular.woff2") format("woff2"),
    url("../fonts/DMSansRegular.woff") format("woff"),
    url("../fonts/DMSansRegular.ttf") format("truetype"),
    url("../fonts/DMSansRegular.svg#DMSansRegular") format("svg");
}
@font-face {
  font-family: "DMSansMedium";
  src: url("../fonts/DMSansMedium.eot");
  src: url("../fonts/DMSansMedium.eot") format("embedded-opentype"),
    url("../fonts/DMSansMedium.woff2") format("woff2"),
    url("../fonts/DMSansMedium.woff") format("woff"),
    url("../fonts/DMSansMedium.ttf") format("truetype"),
    url("../fonts/DMSansMedium.svg#DMSansMedium") format("svg");
}

body {
  font-family: "DMSansRegular", var(--default-font-family);
}
a.cta_link,
.subtitle p,
.carousel-subtitle,
.menu-navigation .nav-item p {
  font-family: "DMSansMedium", var(--default-font-family);
}
h1, h2,
.title_box,
.carousel-title,
.menu-navigation .nav-item h3 {
  font-family: "newyorkregular", var(--default-font-family);
}

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --size: 15px;
  --white: #fff;
  --black: #000;
  --main-color: #000; /* text */
  --main-color-hover: #c9ab81; /* text hover */
  --main-bg-color: #fff; /* bg */
  --main-bg-color-grey: #000; /* tmava */
  --main-bg-color-grey-light: #dccfc6; /* svetla */
  --main-bg-color-custom: #c9ab81; /* hover */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
}

html {
  font-size: 18px;
}
body {
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  background-color: var(--main-bg-color);
}
h1,
h2,
h3,
h4 {
  line-height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: var(--main-color);
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: solid 1px;
}
a:hover {
  color: var(--main-color-hover);
  border-bottom-color: transparent;
}
a.cta_link {
  position: relative;
  font-size: 0.89rem;
  text-align: center;
  letter-spacing: 0.1em;
  border: 2px solid var(--main-bg-color-custom);
  overflow: hidden;
  isolation: isolate;
}
a.cta_link__a {
  color: var(--main-color);
}
a.cta_link__a:hover {
  color: var(--white);
}
a.cta_link__b {
  color: var(--white);
}
a.cta_link:before {
  position: absolute;
  top: 0;
  left: -5px;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--main-bg-color-custom);
  z-index: -1;
  opacity: 0;
}
a.cta_link:hover:before {
  width: 110%;
  opacity: 1;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
.box_margin {
  margin-bottom: calc(var(--size) * 2);
}
.box_margin2 {
  margin-bottom: var(--size);
}
.box_margin3 {
  margin-bottom: calc(var(--size) * 4);
}
.box_padding {
  padding-left: calc(var(--size) * 6);
  padding-right: calc(var(--size) * 6);
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 6);
  padding-bottom: calc(var(--size) * 6);
}
.img-object-fit {
  object-fit: cover;
}
.higher-z-index {
  z-index: 100;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.shadow {
  -webkit-filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.15));
}
.row-smaller-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.row-smaller-gutters > [class^="col-"],
.row-smaller-gutters > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.container_bg__light {
  background-color: var(--main-bg-color-grey-light);
}
.container_bg__dark {
  background-color: var(--main-bg-color-grey);
}
.container_bg__custom {
  background-color: var(--main-bg-color-custom);
}
.container_bg_img {
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg__01 {
  background-color: brown;
  background-image: url("../images/bg01.jpg");
}
.bg__02 {
  background-color: brown;
  background-image: url("../images/bg02.jpg");
}

.title_box {
  position: relative;
}
.text-white .title_box {
  color: var(--white);
}
.title_box > * {
  position: relative;
  color: var(--main-bg-color-custom);
  line-height: 1.2em;
}
.title_box :is(h1, h2) {
  font-size: calc(32px + (74 - 32) * ((100vw - 320px) / (1920 - 320)));
}
.title_box :is(h3, h4) {
  font-size: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
}
.title_box small {
  font-size: 100%;
  color: inherit;
}
.subtitle p {
  font-size: 1.22rem;
}

/* Animate */

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Header ............................................................... */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1000;
}
.header.scroll {
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid var(--main-bg-color-custom);
  animation: animateNav 0.4s linear;
}
.header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    var(--main-bg-color-custom) 0,
    var(--main-bg-color-custom) 40%,
    transparent 40%,
    transparent 60%,
    var(--main-bg-color-custom) 60%,
    var(--main-bg-color-custom) 100%
  );
}
.header.scroll:after {
  display: none;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.header a {
  border-bottom: 0;
}
.main_logo {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
}
.main_logo.scroll {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_logo img {
  width: 350px;
}
.main_logo.scroll img {
  width: 100px;
}

.social-icons {
  position: absolute;
  top: 50%;
  right: calc(var(--size) * 6);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social-icons a {
  font-size: 1.33rem;
  color: var(--white);
}
.social-icons a:hover {
  color: var(--main-color-hover);
}

.mainNavigation {
  padding: 0;
}
.mainNavigation .navbar-nav {
  margin: 0;
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1rem;
  color: var(--white) !important;
  line-height: 40px;
  margin-right: 30px;
  padding: 0 !important;
  background-image: linear-gradient(
    var(--main-bg-color-custom),
    var(--main-bg-color-custom)
  );
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 1s;
}
.mainNavigation .nav-item:last-child .nav-link {
  margin-right: 0 !important;
}
.mainNavigation .navbar-nav:nth-child(2) a.nav-link {
  color: var(--main-bg-color-custom) !important;
  margin-right: 135px !important;
}
.mainNavigation a.nav-link:hover, 
.mainNavigation a.nav-link.hi {
  background-size: 100% 1px;
}

/* Rslider ............................................................... */

.slider-wrapper .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slider-wrapper .owl-carousel .owl-animated-in {
  z-index: 0;
}
.slider-wrapper .owl-carousel .owl-animated-out {
  z-index: 1;
}
.fadeOutScale {
  animation-name: fadeOutScale;
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeInScale {
  animation-name: fadeInScale;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slider-wrapper {
  width: 100%;
  height: 100vh;
}
.slider-wrapper .owl-carousel,
.slider-wrapper .item {
  height: 100vh;
}
.slider-wrapper-in {
  height: 40vh;
}
.slider-wrapper-in .owl-carousel,
.slider-wrapper-in .item {
  height: 40vh;
}
.carousel-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.15);
}
.carousel-subtitle {
  font-size: 1.22rem;
  color: var(--white);
}
.carousel-title {
  font-size: calc(50px + (120 - 50) * ((100vw - 320px) / (1920 - 320)));
  color: var(--main-bg-color-custom);
  line-height: 1.2;
}
.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  border-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)) fill 1;
}
.slider-image img {
  position: relative;
  z-index: -5;
}
.white-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to top, var(--white), rgba(255, 255, 255, 0));
  z-index: 1;
}
.tripadvisor-logo {
  left: 0;
  bottom: 100px;
  z-index: 10;
}
.tripadvisor-logo img {
  width: 110px;
}

/* Main-Content ............................................................... */

/* About-Us */

.about-us-content {
  position: relative;
  padding: 200px 100px 300px 100px;
  color: var(--white);
}
.about-us-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100% + 300px);
  height: 100%;
  background: url("../images/bg01.jpg") center center no-repeat;
  background-size: cover;
  z-index: -1;
}
.main-image {
  margin-top: 120px;
}
.small-image-container {
  margin-top: -150px;
  z-index: 2;
}

/* Offer */

.menu-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  overflow: hidden;
}
.menu-background:before,
.menu-background:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.menu-background:before {
  top: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.menu-background:after {
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.content-wrapper {
  z-index: 1;
  padding: 55px 0;
}
.menu-title {
  margin-bottom: 500px;
}
.menu-navigation {
  display: flex;
  justify-content: space-between;
}
.menu-navigation a.nav-item {
  flex: 1;
  color: var(--white);
  text-align: center;
  border-bottom: 0;
}
.menu-navigation a.nav-item:first-child {
  border-right: 1px solid var(--main-bg-color-custom);
}
.menu-navigation a.nav-item h3 {
  font-size: 3.05rem;
  margin-bottom: 15px;
}
.menu-navigation a.nav-item:hover h3 {
  color: var(--main-color-hover);
}
.menu-navigation .nav-item p {
  font-size: 1.22rem;
}

/* Video */

.video_container {
  height: 850px;
}
.video_container a.img-nav {
  isolation: isolate;
}
.video_container a.img-nav:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(24, 24, 25, 0.3);
}
.video_container a.img-nav:hover:before {
  background: rgba(24, 24, 25, 0);
}
.video_container a.img-nav > img {
  z-index: -1;
}
.video_container a.img-nav .img-nav-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video_container a.img-nav .img-nav-icon img {
  width: 130px;
  opacity: 0.75;
}
.video_container a.img-nav:hover .img-nav-icon img {
  opacity: 1;
}
.video-title {
  top: calc(var(--size) * 6);
  right: calc(var(--size) * 6);
  color: var(--white);
  text-align: center;
}
.video-title h2 {
  font-size: calc(16px + (32 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.05;
}
.video-title h2 span {
  display: block;
  font-size: 235%;
  color: var(--main-bg-color-custom);
}

/* Reservation */

.reservation-container {
  margin-top: 260px;
  margin-bottom: 100px;
  padding-right: calc(var(--size) * 6) !important;
}

.page-content .reservation-container {
  margin-top: 60px;
  /*
  margin-bottom: 100px;
  padding-right: calc(var(--size) * 6) !important;
  */
}

.reservation-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: url("../images/bg02.jpg") center center no-repeat;
  background-size: cover;
  z-index: -1;
}
.reservation-content {
  padding: 100px 380px 100px 100px;
}
.content-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}
.reservation-image {
  width: 100%;
  height: 140%;
  object-fit: contain;
  object-position: left center;
  -webkit-filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.5));
}

/* Footer ............................................................... */

.footer {
  color: var(--main-color);
  padding-top: 40px;
}
.footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(to bottom, white, #9e7b61);
  z-index: -1;
}
.footer-icon i {
  font-size: 4.44rem;
  color: #9b775d;
}
.footer h2 {
  font-size: 5rem;
}
.footer-top a {
  color: var(--main-color);
}
.footer p {
  font-size: 1.66rem;
}
.footer-bottom {
  font-size: 0.93rem;
  color: var(--white);
}
.footer-bottom a {
  color: var(--white);
}
.footer-bottom a:hover {
  color: var(--main-color);
}
.footer_logo img {
  width: 280px;
}


.vnutro a img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.vnutro a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/* Effects ............................. */

a,
a.cta_link,
a.cta_link:before,
.menu-navigation a.nav-item h3,
.video_container a.img-nav:before,
.video_container a.img-nav .img-nav-icon img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
  .box_padding {
    padding-left: calc(var(--size) * 5);
    padding-right: calc(var(--size) * 5);
  }
  .header {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .main_logo {
    top: 20px;
  }
  .main_logo img {
    width: 240px;
  }
  .social-icons {
    right: calc(var(--size) * 5);
  }
  .video_container {
    height: 700px;
  }
  .video-title {
    top: calc(var(--size) * 5);
    right: calc(var(--size) * 5);
  }
  .reservation-container {
    padding-right: calc(var(--size) * 5) !important;
  }
  .reservation-content {
    padding: 70px 300px 70px 70px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .box_margin {
    margin-bottom: var(--size);
  }
  .box_margin3 {
    margin-bottom: calc(var(--size) * 2);
  }
  .box_padding {
    padding-left: calc(var(--size) * 3);
    padding-right: calc(var(--size) * 3);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .subtitle p {
    font-size: 1.07rem;
  }
  .main_logo {
    top: 15px;
  }
  .main_logo img {
    width: 200px;
  }
  .main_logo.scroll img {
    width: 80px;
  }
  .social-icons {
    right: calc(var(--size) * 3);
  }
  .mainNavigation a.nav-link {
    font-size: 0.93rem;
    line-height: 25px;
  }
  .mainNavigation .navbar-nav:nth-child(2) a.nav-link {
    margin-right: 95px !important;
  }
  .carousel-subtitle {
    font-size: 1.07rem;
  }
  .tripadvisor-logo {
    bottom: 60px;
  }
  .tripadvisor-logo img {
    width: 80px;
  }
  .about-us-content {
    padding: 130px 60px 230px 60px;
  }
  .main-image {
    margin-top: 90px;
  }
  .content-wrapper {
    padding: 35px 0;
  }
  .menu-title {
    margin-bottom: 400px;
  }
  .menu-navigation a.nav-item h3 {
    font-size: 2.71rem;
    margin-bottom: 15px;
  }
  .menu-navigation .nav-item p {
    font-size: 1.07rem;
  }
  .video_container {
    height: 600px;
  }
  .video_container a.img-nav .img-nav-icon img {
    width: 90px;
  }
  .video-title {
    top: calc(var(--size) * 3);
    right: calc(var(--size) * 3);
  }
  .reservation-container {
    margin-top: 190px;
    margin-bottom: 70px;
    padding-right: calc(var(--size) * 3) !important;
  }
  .reservation-content {
    padding: 45px 250px 45px 45px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-icon i {
    font-size: 4rem;
  }
  .footer h2 {
    font-size: 4.71rem;
  }
  .footer p {
    font-size: 1.42rem;
  }
  .footer_logo img {
    width: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .box_padding {
    padding-left: calc(var(--size) * 2);
    padding-right: calc(var(--size) * 2);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main_logo {
    top: 10px;
  }
  .main_logo img {
    width: 140px;
  }
  .mainNavigation a.nav-link {
    margin-right: 10px;
  }
  .about-us-content {
    padding: 90px 45px 180px 45px;
  }
  .content-wrapper {
    padding: 30px 0;
  }
  .menu-title {
    margin-bottom: 300px;
  }
  .menu-navigation a.nav-item h3 {
    font-size: 2.28rem;
    margin-bottom: 10px;
  }
  .video_container {
    height: 450px;
  }
  .video_container a.img-nav .img-nav-icon img {
    width: 60px;
  }
  .video-title {
    top: calc(var(--size) * 2);
    right: calc(var(--size) * 2);
  }
  .reservation-container {
    margin-top: 140px;
    margin-bottom: 45px;
    padding-right: calc(var(--size) * 2) !important;
  }
  .reservation-content {
    padding: 30px 200px 30px 30px;
  }
}

@media screen and (max-width: 991px) {
  .box_margin3 {
    margin-bottom: var(--size);
  }
  .box_padding {
    padding-left: var(--size);
    padding-right: var(--size);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 2);
    padding-bottom: calc(var(--size) * 2);
  }
  .rellax-mobile {
    transform: translate3d(0, 0, 0) !important;
  }
  .header {
    position: fixed !important;
    background-color: var(--main-bg-color-grey) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid var(--main-bg-color-custom);
    animation: none !important;
  }
  .header_in:before,
  .header:after {
    display: none;
  }
  .main_logo {
    top: 8px !important;
    left: 10px;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .main_logo img {
    width: 100px !important;
  }
  .social-icons {
    top: 18px;
    right: 85px;
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-left: 0;
  }
  .mainNavigation a.nav-link {
    display: inline-block;
    font-size: 1.11rem;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .mainNavigation .navbar-nav:nth-child(2) a.nav-link {
    margin-right: 0 !important;
  }
  .mainNavigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .slider-wrapper {
    height: 400px;
    margin-top: 65px;
  }
  .slider-wrapper .owl-carousel,
  .slider-wrapper .item {
    height: 400px;
  }
  .slider-wrapper-in {
    height: 250px;
  }
  .slider-wrapper-in .owl-carousel,
  .slider-wrapper-in .item {
    height: 250px;
  }
  .slider-wrapper-in .slider-image {
    border-image: none;
  }
  .tripadvisor-logo {
    bottom: 30px;
  }
  .tripadvisor-logo img {
    width: 50px;
  }
  .video-title {
    top: var(--size);
    right: var(--size);
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .title-image img {
    width: 50% !important;
  }
  .about-us-content {
    padding: 45px 15px;
    color: var(--white);
  }
  .main-image {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .small-image-container {
    margin-top: 15px;
  }

  .menu-title {
    margin-bottom: 200px;
  }
  .reservation-container {
    margin-top: 40px;
    margin-bottom: 0;
    padding-right: 0 !important;
  }
  .reservation-container:before {
    width: 100%;
  }
  .reservation-content {
    padding: 30px 15px !important;
  }
  .content-img {
    position: relative;
    height: auto;
    justify-content: center;
  }
  .reservation-image {
    width: 70%;
    height: 70%;
    object-position: center center;
  }
  .footer-icon i {
    font-size: 3rem;
  }
  .footer h2 {
    font-size: 3.22rem;
  }
  .footer p {
    font-size: 1.11rem;
  }
}

@media screen and (max-width: 480px) {
  .menu-background {
    height: 70%;
  }
  .menu-navigation a.nav-item h3 {
    font-size: 1.85rem;
  }
  .menu-navigation .nav-item p {
    font-size: 0.87rem;
  }
  .video_container {
    height: 300px;
  }
  .footer-icon i {
    font-size: 2.5rem;
  }
  .footer h2 {
    font-size: 2.71rem;
  }
}
