@import "../font/icons/css/s-icons.css?1";
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGuGQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tangerine/v12/IurY6Y5j_oScZZow4VOBDg.ttf) format('truetype');
}
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tangerine/v12/Iurd6Y5j_oScZZow4VO5srNpjA.ttf) format('truetype');
}
body {
  margin: 0;
  padding: 0;
  background: #30190e;
  font-family: "Vollkorn", serif;
}
body.fixed {
  overflow: hidden;
}
body .jq-top,
body .jq-item,
body .jq-bottom,
body .jq-items-toggle {
  background: #30190e;
  color: white;
  box-shadow: none;
  transition: all 0.2s;
  box-shadow: 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white;
}
body .jq-top:hover,
body .jq-item:hover,
body .jq-bottom:hover,
body .jq-items-toggle:hover {
  color: #30190e;
  background: white;
  box-shadow: 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white;
}
body .jq-mid,
body .jq-big {
  font-size: 16px;
  line-height: 16px;
  padding: 12px 0;
  width: 40px;
  margin: 3px 10px;
}
body .jq-sml {
  opacity: 0;
  pointer-events: none;
}
body.fullscreen {
  overflow: hidden;
}
body.fullscreen #s-fixmenu,
body.fullscreen #s-fixbrand {
  display: none;
}
body.fullscreen .s-header-hide_elements-icon::after {
  content: "\e815";
}
body.fullscreen .s-header {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  background: #30190e;
}
body.fullscreen .s-header .s-header-gallery-slider .bx-viewport {
  height: 100vh !important;
}
body.fullscreen .s-header .s-header-gallery-slider img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.s-show-content {
  display: none;
  position: relative;
}
.s-show-input:checked ~ .s-show-content,
.s-show a:hover ~ .s-show-content {
  display: block;
  transition: max-height ease-in-out 500ms;
}
.s-hidden {
  width: 0;
  height: 0;
  display: none;
  overflow: hidden;
}
.s-header-fixmenu {
  position: absolute;
  width: auto;
  top: -80px;
  margin-top: 200px;
  transition: top 250ms ease-in-out;
  z-index: 1;
}
.s-header-fixmenu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  box-shadow: 0 0 20px black;
  z-index: 5;
}
.s-header-fixmenu.fixed .s-header-fixmenu-items {
  padding: 0 0 0 150px;
  border-radius: 0;
}
@media screen and (max-width: 800px) {
  .s-header-fixmenu.fixed .s-header-fixmenu-items-item-left {
    display: none;
  }
}
.s-header-fixmenu-items {
  padding: 0 12px 0 0;
  border-radius: 0 12px 12px 0;
  text-align: right;
  background: #30190e;
}
.s-header-fixmenu-items-item {
  display: inline-block;
  margin: 14px 0;
  padding: 0 7px;
  color: white;
  font-size: 32px;
  background: #30190e;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.s-header-fixmenu-items-item:nth-of-type(1),
.s-header-fixmenu-items-item:nth-of-type(2) {
  float: left;
}
.s-header-fixmenu-items-item:hover {
  margin: 0;
  padding: 14px 7px;
  color: #30190e;
  background: white;
}
.s-header-fixmenu-items-item:hover a {
  color: #30190e;
}
.s-header-fixmenu-items-item:active {
  color: #f5d88e;
}
.s-header-fixmenu-items-item a {
  color: white;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1100px) {
  .s-header-fixmenu-items-item-text {
    display: none;
  }
}
.s-header-fixmenu-items-item-title {
  padding-top: 6vw;
}
.s-header-fixmenu-items-item-title img {
  width: 100%;
}
.s-header-menu {
  display: block;
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: -100vw;
  font-size: 32px;
  opacity: 0.2;
  overflow: hidden;
  z-index: 5;
  transition: left 400ms cubic-bezier(0, 0, 0.2, 1);
}
.s-header-menu.active {
  left: 0;
  opacity: 1;
}
.s-header-menu-close {
  width: 100%;
  height: 70px;
  background: #30190e;
}
.s-header-menu-close-container {
  float: right;
  padding: 17px 10px 0 0;
  color: white;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.s-header-menu-close-container-text {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .s-header-menu-close-container-text {
    display: none;
  }
}
.s-header-menu-close-container-icon {
  font-size: 24px;
}
.s-header-menu-close-container:hover {
  color: #f5d88e;
}
.s-header-menu-container {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(63, 43, 21, 0.795);
}
.s-header-menu-container-main {
  width: 40vw;
  padding: 40px;
  box-sizing: border-box;
  text-align: right;
  background: #30190e;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .s-header-menu-container-main {
    width: 100vw;
    text-align: center;
  }
}
.s-header-menu-container-main-item {
  display: block;
  padding: 20px 20px 0 0;
  text-decoration: none;
  color: white;
  transition: all 200ms ease-in-out;
  border-top: 1px solid transparent;
}
.s-header-menu-container-main-item:nth-child(n + 2) {
  border-top-color: #a15e11;
}
.s-header-menu-container-main-item.active,
.s-header-menu-container-main-item:hover {
  color: #f5d88e;
}
.s-header-menu-container-main-item a {
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 800px) {
  .s-header-menu-container-main-item {
    padding: 20px 0 0 0;
  }
}
.s-header-menu-container-main-icons {
  padding: 20px 15px 0 0;
}
@media screen and (max-width: 800px) {
  .s-header-menu-container-main-icons {
    padding: 20px 0 0 0;
  }
}
.s-header-menu-container-main-icons-icon {
  font-size: 24px;
  text-decoration: none;
  color: white;
}
.s-header-menu-container-main-icons-icon:hover {
  color: #f5d88e;
}
.s-header-menu-container-submenu {
  position: relative;
  box-sizing: border-box;
  width: 60vw;
  max-height: 100vh;
  text-align: left;
  overflow-y: auto;
}
@media screen and (max-width: 800px) {
  .s-header-menu-container-submenu {
    display: none;
  }
}
.s-header-menu-container-submenu-group {
  position: absolute;
  left: -60vw;
  padding: 60px 20px 20px 40px;
  opacity: 0.9;
  transition: left 400ms cubic-bezier(0, 0, 0.2, 1);
}
.s-header-menu-container-submenu-group.active {
  left: 0;
  opacity: 1;
}
.s-header-menu-container-submenu-item {
  display: block;
  margin: 10px 0;
  font-size: 80%;
  text-decoration: none;
  color: white;
  transition: all 200ms ease-in-out;
}
.s-header-menu-container-submenu-item:hover {
  color: #f5d88e;
}
.s-header-gallery {
  line-height: 0.4;
}
.s-header-gallery-image,
.s-header-gallery-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}
.s-header-gallery-image img,
.s-header-gallery-slider img {
  height: 90vh;
  object-fit: cover;
  width: 100%;
}
.s-header-gallery-slider .bx-controls-direction a {
  position: absolute;
  top: calc(50% - 25px);
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 1;
  text-decoration: none;
}
.s-header-gallery-slider .bx-controls-direction a::after {
  display: block;
  font-family: "s-icons";
  content: "\f137";
  font-size: 50px;
  color: white;
  text-indent: 0;
  width: 50px;
  text-align: center;
  opacity: 0.5;
  transition: 0.25s;
  text-shadow: 0 0 5px rgba(48, 25, 14, 0.5);
}
.s-header-gallery-slider .bx-controls-direction a:hover::after {
  opacity: 1;
}
.s-header-gallery-slider .bx-controls-direction a.bx-prev {
  left: 10px;
}
.s-header-gallery-slider .bx-controls-direction a.bx-next {
  right: 15px;
  z-index: 1;
}
.s-header-gallery-slider .bx-controls-direction a.bx-next::after {
  content: "\f138";
}
.s-header-gallery-slider .bx-controls-direction a.bx-down {
  bottom: 15px;
}
.s-header-gallery-slider .bx-controls-direction a.bx-down::after {
  content: "\f138";
}
.s-header-brand {
  display: flex;
  position: absolute;
  width: 26vw;
  max-width: 400px;
  flex-direction: column;
  justify-content: space-around;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 2vh 4vw;
  box-sizing: border-box;
}
.s-header-brand.brandfixed {
  position: fixed;
  width: 140px;
  height: 68px;
  left: 0;
  padding: 0px;
  transition: none;
  background: transparent;
  z-index: 10;
}
.s-header-brand.brandfixed .s-header-brand-items-title {
  padding: 5px 0 0px 20px;
}
.s-header-brand.brandfixed .s-header-brand-items-logo {
  display: none;
}
.s-header-brand.brandfixed .s-header-brand-items-subtitle {
  display: none;
}
.s-header-brand-bg {
  transition: all 200ms ease-in-out;
  background: rgba(48, 25, 14, 0.65);
}
.s-header-brand-items {
  color: #f5d88e;
}
.s-header-brand-items-title {
  transition: all 200ms ease-in-out;
}
.s-header-brand-items-title img {
  width: 100%;
}
.s-header-brand-items-logo {
  flex: 1 1 100%;
  max-height: 50vh;
}
.s-header-brand-items-logo img {
  width: 100%;
}
.s-header-brand-items-subtitle img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .s-header-brand {
    width: 100vw;
    padding: 0;
    justify-content: space-around;
    text-align: center;
  }
  .s-header-brand-bg {
    background: none;
  }
  .s-header-brand-items-title img {
    max-width: 200px;
  }
  .s-header-brand-items-logo {
    margin-top: 0;
  }
  .s-header-brand-items-logo img {
    max-width: 200px;
  }
  .s-header-brand-items-subtitle img {
    max-width: 200px;
  }
}
.s-header-hide_elements {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
.s-header-hide_elements-icon {
  display: inline-block;
  margin: 14px;
  color: white;
  font-size: 32px;
  background: #30190e;
  border-radius: 50%;
  transition: all 0.2s;
}
.s-header-hide_elements-icon::after {
  font-family: "s-icons";
  content: "\e814";
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}
.s-header-hide_elements-icon:hover {
  color: #30190e;
  background: white;
}
.s-content .s-header {
  position: relative;
  height: 90vh;
}
.s-info-sections-item {
  position: relative;
  min-height: 80vh;
  display: flex;
  font-size: 18px;
}
.s-info-sections-item:last-of-type .s-info-sections-item-collage,
.s-info-sections-item:last-of-type .s-info-sections-item-background-container {
  border-bottom: unset;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item {
    display: flex;
    flex-direction: column;
  }
}
.s-info-sections-item-background {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-background {
    display: block;
    position: relative;
    flex: 1 1 100%;
    z-index: 0;
    order: 2;
  }
}
.s-info-sections-item-background-title {
  color: white;
  width: 75%;
  box-sizing: border-box;
  font-family: "Tangerine", cursive;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 3px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
}
.s-info-sections-item-background-title span {
  max-width: 57%;
  padding: 15px 20px;
  backdrop-filter: blur(6px);
  display: inline-block;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-background-title {
    display: flex;
    position: absolute;
    width: 100%;
    height: 60vh;
    top: 0vh;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    font-size: 60px;
  }
  .s-info-sections-item-background-title span {
    padding: 0 !important;
    float: none !important;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-background-title {
    display: none;
  }
}
.s-info-sections-item-background-title-only {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.s-info-sections-item-background-container {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, #30190e 30%, rgba(48, 25, 14, 0.65)) 1;
}
.s-info-sections-item-background-container-left {
  border-image: linear-gradient(to left, #30190e 30%, rgba(48, 25, 14, 0.65)) 1;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-background-container {
    flex: 1 1 100%;
    order: 2;
    flex-direction: column;
    border-image: unset;
    border-bottom: 3px solid #f5d88e;
  }
}
.s-info-sections-item-boxes {
  align-self: stretch;
  width: 32vw;
  padding: 50px 20px;
  background: linear-gradient(#30190e, rgba(48, 25, 14, 0.65));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-boxes {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: unset;
    padding: 0 0 40px;
  }
}
.s-info-sections-item-boxes-title {
  color: white;
  font-size: 24px;
}
.s-info-sections-item-boxes-title::before,
.s-info-sections-item-boxes-title::after {
  display: inline-block;
  padding: 0 10px;
  content: "~";
  color: #f9e8bd;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-boxes-title {
    padding: 12px 0;
    color: #30190e;
    background: #f5d88e;
  }
  .s-info-sections-item-boxes-title::before,
  .s-info-sections-item-boxes-title::after {
    content: unset;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-boxes-title {
    font-size: 24px;
  }
}
.s-info-sections-item-boxes-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-boxes-container {
    flex-direction: row;
    min-height: unset;
    align-items: unset;
    padding-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-boxes-container {
    display: block;
  }
}
.s-info-sections-item-boxes-box {
  max-height: 250px;
  max-width: 400px;
  margin: 20px 0;
  padding: 20px;
  text-align: left;
  border-radius: 12px;
  background: #f5d88e;
}
.s-info-sections-item-boxes-box-title {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-boxes-box-title {
    color: #f5d88e;
  }
}
.s-info-sections-item-boxes-box p {
  margin: 5px 0;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-boxes-box {
    min-width: 25%;
    margin: 0 10px;
    padding: 10px 20px 0 20px;
    text-align: left;
    color: white;
    background: none;
  }
  .s-info-sections-item-boxes-box p {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-boxes-box {
    max-width: 100%;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
  }
  .s-info-sections-item-boxes-box p {
    margin: 0;
    padding: 0;
  }
  .s-info-sections-item-boxes-box + .s-info-sections-item-boxes-box::before {
    display: block;
    width: 100px;
    height: 0;
    content: "";
    margin: 10px auto 20px auto;
    border-bottom: 1px solid #f5d88e;
  }
}
.s-info-sections-item-without-background {
  min-height: auto;
  color: white;
}
.s-info-sections-item-without-background-boxes {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  border-bottom: 10px solid #f5d88e;
}
.s-info-sections-item-without-background-boxes-title {
  font-size: 32px;
}
.s-info-sections-item-without-background-boxes p {
  margin: 10px 0;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-without-background-boxes {
    border-bottom: 3px solid #f5d88e;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-without-background-boxes {
    padding: 0;
    border-top: unset;
  }
  .s-info-sections-item-without-background-boxes-title {
    padding: 12px 0;
    font-size: 24px;
    color: #30190e;
    background: #f5d88e;
  }
  .s-info-sections-item-without-background-boxes-title::before,
  .s-info-sections-item-without-background-boxes-title::after {
    content: unset;
  }
}
.s-info-sections-item-without-background-boxes-container {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-without-background-boxes-container {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.s-info-sections-item-without-background-boxes-box {
  text-align: left;
  width: 26vw;
}
.s-info-sections-item-without-background-boxes-box-title {
  font-size: 24px;
  border-bottom: 1px solid #f5d88e;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-without-background-boxes-box {
    width: auto;
    margin: 0;
    padding: 10px 40px;
    color: white;
    background: none;
  }
  .s-info-sections-item-without-background-boxes-box-title {
    border-bottom: 1px solid #f5d88e;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-without-background-boxes-box {
    text-align: center;
  }
}
.s-info-sections-item-collage {
  display: flex;
  height: 80vh;
  width: 100%;
  border-bottom: 12px solid #30190e;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-collage {
    flex-direction: column;
    height: auto;
    border-bottom: 3px solid #f5d88e;
  }
}
.s-info-sections-item-collage-bg {
  display: flex;
  box-sizing: border-box;
  width: 70vw;
  height: 100%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
}
.s-info-sections-item-collage-bg-title {
  position: absolute;
  box-sizing: border-box;
  width: auto;
  color: white;
  font-size: 80px;
  font-family: "Tangerine", cursive;
  font-weight: 700;
  letter-spacing: 3px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
}
.s-info-sections-item-collage-bg-title span {
  padding: 15px 20px;
  backdrop-filter: blur(6px);
  display: inline-block;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-collage-bg {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-collage-bg-title {
    display: none;
  }
}
.s-info-sections-item-collage-left {
  flex-direction: row-reverse;
}
.s-info-sections-item-collage-left .s-info-sections-item-collage-boxes {
  padding: 0 12px 0 0;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-collage-left {
    flex-direction: column;
  }
}
.s-info-sections-item-collage-boxes {
  display: flex;
  width: 30vw;
  flex-direction: column;
  align-items: center;
  color: white;
  background: linear-gradient(#30190e, rgba(48, 25, 14, 0.65));
  box-sizing: border-box;
  padding: 0 0 0 12px;
}
.s-info-sections-item-collage-boxes-title {
  display: none;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-collage-boxes {
    width: 100%;
    padding: 0;
  }
  .s-info-sections-item-collage-boxes-title {
    background: #f5d88e;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #30190e;
    padding: 12px 0;
  }
  .s-info-sections-item-collage-boxes-title::before,
  .s-info-sections-item-collage-boxes-title::after {
    content: unset;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-collage-boxes-title {
    font-size: 24px;
  }
}
.s-info-sections-item-collage-boxes-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-collage-boxes-container {
    flex-direction: row;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-collage-boxes-container {
    flex-direction: column;
  }
}
.s-info-sections-item-collage-boxes-box {
  box-sizing: border-box;
  height: calc(100% / 3);
  line-height: 0;
}
.s-info-sections-item-collage-boxes-box:nth-of-type(2) {
  padding: 12px 0;
}
.s-info-sections-item-collage-boxes-box-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .s-info-sections-item-collage-boxes-box {
    height: auto;
    padding: 10px 10px;
  }
  .s-info-sections-item-collage-boxes-box:nth-of-type(2) {
    padding: 10px 0;
  }
}
@media screen and (max-width: 800px) {
  .s-info-sections-item-collage-boxes-box {
    padding: 10px 10px;
  }
  .s-info-sections-item-collage-boxes-box:nth-of-type(2) {
    padding: 0 10px;
  }
}
.s-contact {
  display: flex;
  width: 100%;
  min-height: 80vh;
  color: #30190e;
  background: #f5d88e;
}
@media screen and (max-width: 1100px) {
  .s-contact {
    flex-direction: column;
  }
}
.s-contact-reserve {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .s-contact-reserve {
    padding: 20px 0;
  }
}
.s-contact-reserve-title {
  font-size: 32px;
}
.s-contact-reserve-info {
  padding: 0 30px 20px 30px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .s-contact-reserve-info {
    padding: 0 30px 30px 30px;
    text-align: center;
  }
}
.s-contact-reserve-form {
  color: white;
  display: flex;
  flex-direction: column;
  width: 40vw;
  background: #30190e;
  padding: 30px 40px;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .s-contact-reserve-form {
    width: 85vw;
  }
}
.s-contact-reserve-form-title {
  text-align: center;
  font-size: 24px;
}
.s-contact-reserve-form-field {
  margin-top: 20px;
}
.s-contact-reserve-form-input {
  width: 95%;
  padding: 10px;
  font-size: 20px;
  border-radius: 3px solid;
  border-color: #a7a2a0;
}
.s-contact-reserve-form-input:last-child {
  margin-bottom: 0;
}
.s-contact-details {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  color: white;
  background: #30190e;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .s-contact-details {
    padding: 0;
  }
}
.s-contact-details-info {
  border: 12px solid #f5d88e;
  padding: 12px;
}
@media screen and (max-width: 1100px) {
  .s-contact-details-info {
    border: 0;
    text-align: center;
    font-size: 24px;
  }
}
.s-contact-details-map {
  background: #f5d88e;
  flex-grow: 1;
  height: 65vh;
}
.s-contact-details-map-title {
  padding: 10px 0 0 10px;
}
.s-contact-details-button {
  float: right;
  margin-top: 20px;
  padding: 6px 12px;
  font-size: 20px;
  color: #30190e;
  font-family: "Vollkorn", serif;
}
.s-contact-details-button:hover {
  background: #f5d88e;
  color: white;
}
.s-contact-details-social {
  text-align: center;
}
.s-contact-details-social-item {
  display: inline-block;
  margin: 14px 0;
  padding: 0 7px;
  font-size: 24px;
  background: #30190e;
  cursor: pointer;
}
.s-contact-details-social-item-icon {
  transition: all 200ms ease-in-out;
  color: white;
  text-decoration: none;
}
.s-contact-details-social-item-icon:hover {
  color: #30190e;
  background: white;
  margin: 0;
  padding: 14px 0px;
}
.s-contact-details-social-item-icon:active {
  color: #f5d88e;
}
.s-footer {
  text-align: center;
  color: white;
  border-top: 10px solid #f5d88e;
}
@media screen and (max-width: 1100px) {
  .s-footer {
    border-top: 3px solid #f5d88e;
  }
}
.s-footer-text {
  padding: 20px;
}
.s-footer-text-title {
  display: block;
  font-size: 24px;
}
.s-footer-text-info {
  display: block;
  padding: 20px 0;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .s-footer-text {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 24px;
    color: #30190e;
    background: #f5d88e;
  }
}
.s-footer-items {
  background: #30190e;
}
@media screen and (max-width: 800px) {
  .s-footer-items {
    text-align: unset;
  }
}
.s-footer-items-item {
  display: inline-block;
  margin: 14px 0;
  padding: 0 7px;
  font-size: 24px;
  background: #30190e;
  cursor: pointer;
}
.s-footer-items-item-icon {
  transition: all 200ms ease-in-out;
  color: white;
  text-decoration: none;
}
.s-footer-items-item-icon:hover {
  color: #30190e;
  background: white;
  margin: 0;
  padding: 14px 0px;
}
.s-footer-items-item-icon:active {
  color: #f5d88e;
}
