@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap');
.jura-regular {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.jura-bold {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.sansation-light {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sansation-regular {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sansation-bold {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sansation-light-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.sansation-regular-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sansation-bold-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: italic;
}


:root {
  --primary-color: #9c7268;
  --black: #000;
  --brown: #522d2d;
  --grey: #efedf6;
  --headerHeight: 67px;
  --text-default-color:white;
  --bs-btn-hover:#9c7268;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#9c7268;
  --fonts-fml:Play;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jura" !important;
  font-size: 1.6rem;
    font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  color:#643119 !important;
}
.btn-light {
    border: 1px solid #e4e4e4 !important;
    -webkit-box-shadow: -10px 0px 13px -7px #ccc, 10px 0px 13px -7px #ccc, 2px 2px 2px 2px rgba(0,0,0,0); 
box-shadow: -10px 0px 13px -7px #ccc, 10px 0px 13px -7px #ccc, 2px 2px 2px 2px rgba(0,0,0,0);
}
.border-white {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

h3, .title-sm {
  font-size: 3rem;
    line-height: 1;
  color:var(--text-default-color);
}
.text-uppercase {
  text-transform: uppercase;
}
img {
  max-width: 100%;
  border-style: none;
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
/*-------------- section navigate -----------*/

.header-group {
  margin-top: 4rem;
}
/*-------------- banner-header -----------*/
.banner-content {
  display: flex;
  height: 100vh;
  min-height: 50rem;
}
.banner-content.center {
  align-items: center;
}
.banner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.banner-header .v-sep {
  background-color: #fff;
  margin: 4px 2vw;
}
.v-sep {
  background-color: var(--primary-color);
  height: auto;
  width: 1px;
  align-self: stretch;
  margin: 0 2vw;
}

.banner-header img {
  height: ;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: invert(1);
  filter: invert(1);
  border-right: 1px solid black;
}
.text-em {
  padding-left: 3vw;
  border-left: 1px solid #fff;
  font-size: 1.3rem;
  color:var(--text-default-color);
}
.btn-primary-hub {
  color: #fff;
  background: var(--primary-color) !important;
  border: 1px solid transparent !important;
  border-radius: 0px !important;
}
.btn {
  padding: 1rem 1rem !important; 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase !important;
  font-weight: bold !important;
  min-width: 22rem;
}
.btn-group .btn:not(:last-child) {
  margin-right: 2rem;
}
.btn-primary-hub:hover {
  -webkit-filter: brightness(0.9) !important;
  filter: brightness(0.9) !important;
}
.btn:hover {
  background-color: var(--primary-color);
  border-color: none;
  -webkit-filter: brightness(0.9) !important;
  filter: brightness(0.9) !important;
}
.btn-default {
  background: transparent;
  border: 1px solid var(--primary-color);
}

.bg {
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.color-grey {
  color: var(--grey);
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  max-width: 1380px;
}
.grid-half {
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-gap: 4rem;
}

.section {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.big-num {
  font-size: 2.2rem;
}
h1,
.title-lg {
  font-size: 3.6rem;
  line-height: 1;
}
.text-2-col {
  column-count: 2;
  column-gap: 2rem;
}

.content-adv-bloc {
    padding-top: 1em;
}
.adv .title-adv {
    font-weight:600;
    font-size:4em;
    font-family: var(--fonts-fml);
    line-height: 0.9;
    margin-bottom:0.3em;
}
.adv .text-adv li{
    padding:1em;
}
.adv .text-adv p{
    padding: 0em 3em 0em 0em;
}
.adv img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.block-rooms-title {
text-align: center;
    background-color:#f0f0f0;
}
.block-rooms-title .title {
    margin:.5em;
   font-size: 3em;
  font-weight: 700;
    
}
.block-rooms-title .text-rooms {
  margin-left: 3em;
  margin-right: 3em;
  margin-top: 1em;
  margin-bottom: 3em;
}
    .block-rooms .title {
       font-size: 2.5em;
          color: white;
          font-weight: 800;
          font-style: initial;
          text-transform: uppercase;

    }
    .block-rooms .introtext {
        font-size: 1em;
        color: white;
        font-weight: 300;
        border-bottom:1px solid white;
        border-top:1px solid white;
        margin:0.5em;
    }

.gap-40 {
  grid-gap: 40px;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gap-20 {
  grid-gap: 20px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid {
  display: grid;
}

.swiper {
      width: 100%;
      height:100%;
    }

.swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
    }

.presents .title {
    font-weight:600;
    font-size:4em;
    font-family: var(--fonts-fml);
    line-height: 0.9;
    margin-bottom:0.3em;
}
.presents .descr, .presents .text-content-1, .presents .title, .presents .doubl-text  {
    margin-left:0.5em;
    padding-top: 0.5em;
}
.presents .w-100 {
    width: 100% !important;
    object-fit: cover;
    height: 100%;
}
.party-time .title-head-part {
  font-weight: 600;
  font-size: 4em;
  font-family: var(--fonts-fml);
  line-height: 0.9;
  margin-bottom: 0.3em;
}
.party-time .icon-party {
    font-size:4em;
}
.party-time .title-party{
    font-size: 2em;
    font-weight: 600;
}
.party-time .sec-br {
    border-right:1px solid #000;
}
.party-time .sec-br:last-child {
    border-right:none
}
.maps iframe {
    border:none;
    width:100%;
    filter: invert(1);
}
/* Стили для экранов меньше 650px */
    @media (max-width: 650px) {
        .text-em {
            font-size: 0.9em;
            font-size: 1em;
            margin-left: 1em;
            margin-right: 1em;
            padding-right: 2em !important;
        }
        .title-sm {
           margin: 0.5em 0px 0px 0em;
          font-size: 1.2em;
          margin-bottom:3em;
        }
        .banner-header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 0rem;
        }
        
        .banner-header img{
            border-right: 0px solid black;
        }
        .banner-content {
          display: flex;
          height: 100vh;
          min-height: 30rem;
        }
        
        .adv .title-adv {
          font-weight: 600;
          font-size: 2em;
          font-family: var(--fonts-fml);
          line-height: 0.9;
          margin-bottom: 0.3em;
          margin-left: 0.5em;
          margin-top: 0.5em;
        }
        .text-2-col {
          column-count: 1;
          column-gap: 0rem;
        }
        .adv .text-adv li {
          margin-top: 0.7em;
          font-size: 0.8em;
          margin-right: 2.7em;
        }
        .adv .text-adv p {
            padding: 1em;
          font-size: 0.9em;
        }
        .adv .btn-les {
          justify-content: center;
          display: flex;
        }
        .grid-1-mb {
          grid-template-columns: repeat(1, 1fr) !important;
        }
        .swiper {
          width: 100% !important;
          height: 390px !important;
        }
        .presents .text-content-1, .presents .title {
            text-align:left;
        }
        .presents .descr, .presents .text-content-1, .presents .title, .presents .doubl-text  {
                margin-left:0em !important;
                padding-left:0.5em;
                padding-right:0.5em;
            }
        .presents .flex-nowrap {
          flex-wrap: wrap !important;
        }
        .presents .order-2 {
          order: 0 !important;
        }
        .presents .w-100 {
              width: 100% !important;
              object-fit: cover;
              height: 390px;
            }
        .presents .title {
            font-weight:600;
            font-size:3em;
            font-family: var(--fonts-fml);
            line-height: 0.9;
            margin-bottom:0.3em;
        }
    }