@font-face {
  font-family: "Josefin Regular";
  src: url("../fonts/JosefinSans-Regular.ttf");
}
@font-face {
  font-family: "Josefin Bold";
  src: url("../fonts/JosefinSans-Bold.ttf");
}
@font-face {
  font-family: "Josefin Light";
  src: url("../fonts/JosefinSans-Light.ttf");
}
@font-face {
  font-family: "Josefin Semibold";
  src: url("../fonts/JosefinSans-SemiBold.ttf");
}

@font-face {
  font-family: "Palatino-Regular";
  src: url("../fonts/pala.ttf");
}
@font-face {
  font-family: "Palatino-Bold";
  src: url("../fonts/palab.ttf");
}

html,
body {
  border: 0 none;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: none;
  overflow-x: hidden;
}
*,
::after,
::before {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
html[xmlns] .clearfix {
  display: block;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  position: relative;
  cursor: pointer;
}
input,
select,
textarea {
  background-color: #fefefe;
  border: 1px solid #ededed;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 6px -4px #006f66;
}
h1 {
  font-family: "Palatino-Bold";
  font-size: 35px;
  color: #0c0000;
  text-align: center;
}
h3 {
  font-family: "Palatino-Regular";
  font-size: 24px;
  font-weight: normal;
}
h6 {
  font-family: "Josefin Bold";
  font-size: 18px;
  color: #0c0000;
}
p {
  font-family: "Josefin Light";
  font-size: 18px;
  color: #0c0000;
}
.mb0 {
  margin-bottom: 0px;
}
.mt0 {
  margin-top: 0px;
}
.text-white {
  color: white;
}
.container {
  width: 87%;
  margin: 0 auto;
}
#welcome {
  height: 100vh;
  width: 100%;
  position: relative;
  perspective: 1000px;
  overflow: hidden;
}
#welcome img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#welcome-small {
  height: 172px;
  width: 100%;
  position: relative;
  perspective: 1000px;
  overflow: hidden;
}
#welcome-small img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #0c0000;
  opacity: 0.6;
}
#menu-btn {
  transition: 0.3s ease;
  background-image: url("../img/menu.svg");
  height: 30px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
#welcome-text {
  z-index: 3;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
#welcome-text h1 {
  font-family: "Palatino-Regular";
  font-size: 75px;
  color: white;
  line-height: 78px;
  font-weight: normal;
  text-align: left;
}
.text-wrapper {
  max-width: 50%;
}
#welcome-text p {
  font-family: "Josefin Regular";
  font-size: 24px;
  color: white;
  max-width: 50%;
  margin-bottom: 11px;
  line-height: 28px;
}
#welcome-text a {
  font-family: "Josefin Regular";
  font-size: 24px;
  color: #f39e3d;
}
.reserve-area {
  position: absolute;
  z-index: 3;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -75%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reserve-area input,
.reserve-area .custom-select {
  padding: 23px 30px 17px 30px;
  border: 1px solid white;
  background: transparent;
  cursor: pointer;
}
.reserve-area .custom-select,
#reservation-form .custom-select {
  padding: 23px 50px 17px 30px;
}
.reserve-area input,
.reserve-area input::placeholder,
.reserve-area .custom-select,
.facility {
  font-family: "Josefin Regular";
  font-size: 18px;
  color: white;
  opacity: 1;
}
.reserve-area input:focus,
.reserve-area input:hover,
.reserve-area .custom-select:focus {
  background-image: url("../img/calendar-yellow.svg") !important;
  border-color: #f39e3d;
  color: #f39e3d;
  box-shadow: none !important;
  outline: 0;
}
.reserve-area .custom-select:hover {
  border-color: #f39e3d;
  color: #f39e3d !important;
  box-shadow: none !important;
  outline: 0;
}

.reserve-area .custom-select:hover .select-selected:after,
.reserve-area .custom-select:focus .select-selected:after {
  border-color: #f39e3d transparent transparent transparent;
}
.reserve-area input:hover::placeholder,
.reserve-area input:focus::placeholder {
  color: #f39e3d !important;
}
.sosire,
.plecare {
  background-image: url(../img/calendar.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 85% !important;
}
.sosire::placeholder {
  color: white;
}
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 57%;
  transform: translateY(-57%);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #f39e3d transparent;
}

.select-items div,
.select-selected {
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  color: #0c0000;
  outline: 1px solid white;
  max-height: 180px;
  overflow-y: scroll;
}

.select-items div {
  padding: 5px 10px 5px 30px;
}
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected,
#tarife_page .same-as-selected {
  background-color: #ffbb6d;
}
.select-selected {
  height: 18px;
  overflow: hidden;
}
.orange-btn {
  font-family: "Josefin Bold";
  font-size: 18px;
  color: black;
  background-color: #f39e3d;
  padding: 24px 0px 18px 0px;
  text-align: center;
}
.slide:hover,
.slide:focus {
  box-shadow: inset 15em 0 0 0 #ffbb6d;
  color: white;
}
.slide {
  transition: 0.5s;
}
.slide:hover,
.slide:focus {
  border-color: #ffbb6d;
}
.perioada.slide:hover {
  border-color: #f39e3d;
  box-shadow: inset 15em 0 0 0 #f39e3d;
}

.reserve-area input,
.reserve-area div.custom-select,
.reserve-area a.orange-btn {
  flex-grow: 1;
  width: 15%;
}
.reserve-area > *:not(:last-child) {
  margin-right: 50px;
}
.despre,
.servicii,
.contact,
.gallery,
.oferte,
.tarife {
  margin-top: 50px;
}
.styled-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.styled-heading:before,
.styled-heading:after {
  content: "";
  border-top: 1px solid #0c0000;
  margin: 0 20px 0 0;
  width: 150px;
}

.styled-heading:after {
  margin: 0 0 0 20px;
}
.section-description {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  line-height: 28px;
}

.image-banner {
  display: flex;
  height: 558px;
}
.img-holder {
  position: relative;
  height: 100%;
  width: 33.3%;
  margin: 0px;
  perspective: 1000px;
  overflow: hidden;
}
.img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}
.img-holder:hover img {
  -webkit-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
}
.img-holder:hover .holder-description {
  transition: 0.35s ease-in-out;
  transform: translateY(-20px);
}
.img-holder h3 {
  text-transform: uppercase;
  margin-bottom: 0px;
}
.holder-description {
  position: absolute;
  z-index: 3;
  top: 70%;
  left: 40px;
  width: 90%;
}
.holder-gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background-image: linear-gradient(
    rgba(12, 0, 0, 0),
    rgba(12, 0, 0, 0.58),
    rgba(12, 0, 0, 0.8)
  );
}
.black-border-btn {
  display: block;
  font-family: "Josefin Bold";
  font-size: 18px;
  border: 1px solid #0c0000;
  color: #0c0000;
  padding: 23px 0px 17px 0px;
  text-align: center;
  width: 300px;
  margin: 60px auto;
}

.video {
  width: 100%;
}
#video-holder {
  height: 405px;
  width: 100%;
  position: relative;
}
.video #video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.video #play-btn {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#video-gradient {
  background-image: linear-gradient(
    rgba(12, 0, 0, 1),
    rgba(12, 0, 0, 0.79),
    rgba(12, 0, 0, 0.5),
    rgba(12, 0, 0, 0)
  );
  height: 296px;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  opacity: 0.45;
}
.slide-dark:hover,
.slide-dark:focus {
  box-shadow: inset 300px 0 0 0 #0c0000;
  color: white;
}
.slide-dark {
  transition: 0.5s;
}
.slide-dark:hover,
.slide-dark:focus {
  border-color: #0c0000;
}
.position-relative {
  position: relative;
}
#detalii-adresa {
  position: absolute;
  left: 67%;
  top: 10%;
  width: 30%;
  height: 310px;
  background-color: white;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  padding: 55px;
}
#map {
  height: 561px;
}
.d-flex {
  display: flex;
}
#detalii-adresa div img {
  margin-right: 16px;
  width: 17px;
  height: 20px;
  object-fit: contain;
}
#detalii-adresa h6,
#detalii-adresa p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.align-items-start {
  align-items: flex-start;
}
#detalii-adresa h6 {
  margin-right: 6px;
}
#detalii-adresa h3 {
  margin-top: 0px;
  margin-bottom: 35px;
}
.text-center {
  text-align: center;
}
#footer {
  background-color: #0c0000;
  padding: 30px 0px 15px 0px;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#lists {
  display: flex;
  justify-content: space-between;
  margin-left: 100px;
  margin-bottom: 60px;
  margin-top: 32px;
}
#lists ul:not(:last-of-type) {
  margin-right: 120px;
}
#lists ul li {
  margin-bottom: 18px;
}
#lists ul li a,
#mobile-list li a {
  font-family: "Josefin Light";
  font-size: 16px;
  color: white;
}
#mobile-list {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#mobile-list li {
  width: 30%;
  text-align: center;
  margin-bottom: 10px;
}
#footer .social {
  margin-left: auto;
  margin-top: 32px;
}
#copyright {
  font-family: "Josefin Light";
  font-size: 14px;
  color: white;
  text-align: center;
}
#share {
  margin-right: 21px;
  display: none;
}

@keyframes zoomOut {
  0% {
    transform: translate3d(0, 0, 100px);
  }
  100% {
    transform: translate3d(0, 0, 0px);
  }
}

@-moz-keyframes zoomOut {
  0% {
    transform: translate3d(0, 0, 100px);
  }
  100% {
    transform: translate3d(0, 0, 0px);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: translate3d(0, 0, 100px);
  }
  100% {
    transform: translate3d(0, 0, 0px);
  }
}

@-o-keyframes zoomOut {
  0% {
    transform: translate3d(0, 0, 100px);
  }
  100% {
    transform: translate3d(0, 0, 0px);
  }
}

@-ms-keyframes zoomOut {
  0% {
    transform: translate3d(0, 0, 100px);
  }
  100% {
    transform: translate3d(0, 0, 0px);
  }
}
.zoom-out {
  animation: zoomOut ease 3s;
  -webkit-animation: zoomOut ease 3s;
  -moz-animation: zoomOut ease 3s;
  -o-animation: zoomOut ease 3s;
  -ms-animation: zoomOut ease 3s;
}
#welcome-text a,
#footer ul li a {
  position: relative;
  text-decoration: none;
}
#welcome-text a:before,
#welcome-text a:after,
#footer ul li a:before {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.effect-4 {
  padding: 10px 0px;
  display: inline-block;
  overflow: hidden;
}
.effect-4:before,
.effect-4:after {
  left: 0;
  width: 100%;
  height: 2px;
  background: #f39e3d;
}
.effect-4:before {
  bottom: 0;
  transform: translateX(-101%);
}
.effect-4:after {
  top: 0;
  transform: translateX(101%);
}
.effect-4:hover:before,
.effect-4:hover:after {
  transform: translateX(0);
}

#footer ul li a:before {
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: white;
  transform: scaleX(0);
}
#footer ul li a:hover:before {
  transform: scaleX(1);
}
#menu-container {
  /* display: none; */
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  margin-top: 0px;
  z-index: 10;
  padding-top: 75px;
  background-color: #fffcf1;
  -webkit-font-smoothing: antialiased;
  background-color: #0c0000;
  opacity: 0.9;
  transition: width 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.menu-opened {
  /* display: block !important; */
  width: 35% !important;
}
#close-btn {
  display: none;
  position: absolute;
  z-index: 11;
  width: 45px;
  height: 45px;
  right: 20%;
  transition: 0.3s ease;
  cursor: pointer;
}
#close-btn svg {
  width: 100%;
  height: 100%;
}
#menu-container ul {
  padding-left: 20px;
  padding-top: 80px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  list-style: none;
}
#menu-container ul li {
  padding-bottom: 24px;
}
#menu-container ul li a:before {
  content: "";
  border-top: 1px solid transparent;
  margin: 0 20px 0 0;
  width: 60px;
  display: block;
  transform: translateX(-50%);
}
#menu-container ul li a.active:before {
  border-top: 1px solid #f39e3d;
  transform: translateX(0%);
}
#menu-container ul li a {
  font-family: "Josefin Light";
  font-size: 24px;
  color: white;
  display: inline-flex;
  align-items: center;
}
#menu-container ul li a:hover:before {
  background: #f39e3d;
  transition: 0.5s ease;
  transform: translateX(0%);
  transition: all 0.5s ease;
}
#menu-container .social {
  position: absolute;
  bottom: 65px;
  padding-left: 100px;
}
.small-holder .holder-description {
  opacity: 0;
}
.big-holder .holder-description {
  transition-property: opacity;
  transition-duration: 3s;
  transition-delay: 3s;
  opacity: 1;
}
.expandable-details .image-banner {
  justify-content: space-between;
  height: 558px;
}
.expandable-details .image-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expandable-details .image-banner .img-holder:not(:last-of-type),
.galerie .img-holder:not(:last-of-type) {
  margin-right: 10px;
}
.big-holder {
  width: 76%;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  perspective: initial;
}
.small-holder {
  width: 12%;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  perspective: initial;
}
#text-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 46px;
}
.text-block {
  width: 48%;
  font-family: "Josefin Light" !important;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
}
.text-block h6 {
  font-family: "Josefin Semibold";
  margin-bottom: 20px;
}
.text-block ul {
  list-style-image: url("../img/bullet.svg");
  padding-left: 20px;
}
.text-block ul li {
  margin-bottom: 7px;
  padding-left: 10px;
}
.reserve-container {
  background-color: #200000;
  margin-top: 60px;
}
#cere-oferta .reserve-area {
  position: inherit;
  transform: none;
  height: 230px;
}
#cere-oferta {
  margin-top: 70px;
}
.servicii-swiper {
  height: 200px;
  margin-top: 60px;
}
.servicii-swiper .swiper-slide img,
.galerie-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galerie-swiper {
  height: 406px;
  margin-top: 25px;
}
.section-description strong,
.section-description a,
#nota-tarife strong {
  font-family: "Josefin Bold";
}
.section-description a,
#nota-tarife a {
  color: black;
  text-decoration: underline;
}
#contact-form,
#reservation-form {
  width: 55%;
  margin: 50px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.input-form,
textarea,
#reservation-form .custom-select,
#reservation-form .datepicker-here {
  border: 1px solid #0c0000;
  color: #0c0000;
  font-family: "Josefin Bold";
  font-size: 18px;
  padding: 20px 30px;
  width: 49%;
  margin-bottom: 30px;
}
textarea {
  width: 100%;
  resize: none;
}
.input-form::placeholder,
textarea::placeholder,
#reservation-form .datepicker-here::placeholder {
  opacity: 1;
  color: #0c0000 !important;
  font-family: "Josefin Bold";
  font-size: 18px;
  text-transform: uppercase;
}
.custom-checkbox {
  width: 20px !important;
  height: 20px;
  background-color: white;
  border: 1px solid#0C0000;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 8px;
  margin-left: 0px;
  padding: 0px;
}
.custom-checkbox:checked {
  background-color: #0c0000;
}
label,
#nota-tarife {
  font-family: "Josefin Light";
  font-size: 18px;
  color: #0c0000;
}
label a {
  color: #0c0000;
  font-family: "Josefin Bold";
}
#acord_politica {
  margin: 0 auto;
}
button.orange-btn {
  display: block;
  margin: 0 auto;
  border: 0px;
  padding: 24px 30px 18px 30px;
}
#form-oferta-desk {
  width: 200px;
  padding-left: 0px;
  padding-right: 0px;
}
.orange-btn:active,
.orange-btn:focus {
  outline: none;
}
#contact_page .orange-btn,
#rezervari_page .orange-btn {
  margin-bottom: 60px;
}
#reservation-form .half {
  width: 49%;
}
#reservation-form .three {
  width: 32%;
}
#reservation-form .datepicker-here {
  background-image: url("../img/calendar-b.svg") !important;
}
#reservation-form .custom-select:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}
#reservation-form .select-selected.select-arrow-active:after {
  border-color: transparent;
}
#reservation-form .select-items {
  background-color: #f39e3d;
  outline: 1px solid #0c0000;
  /*   padding-left: 30px; */
}
#galerie_page h3 {
  font-family: "Josefin Bold";
}
/* #galerie_page .swiper-slide {
  width: 7% !important;
}
#galerie_page .swiper-slide-active {
  width: 72% !important;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.5s;
} */
.galerie .img-holder {
  perspective: initial;
}
#interior,
#exterior,
#restaurant {
  margin-bottom: 60px;
}
.oferta {
  margin-bottom: 30px;
  perspective: 1000px;
  overflow: hidden;
  position: relative;
  height: 500px;
}
#oferte_page {
  padding-bottom: 30px;
}
.oferta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}

.oferta:hover img {
  -webkit-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
}
.title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.title h1 {
  font-family: "Palatino-Regular";
  font-size: 36px;
  font-weight: normal;
  color: white;
  margin: 0px 10px 0px 0px;
  line-height: 36px;
  text-transform: uppercase;
}
.title .title-details {
  font-family: "Palatino-Regular";
  font-size: 24px;
  font-weight: normal;
  color: white;
  margin: 0px;
}
.period {
  font-family: "Josefin Semibold";
  font-size: 18px;
  color: #f39e3d;
}
#oferte_page .holder-description {
  width: 70%;
  top: 65%;
}
.facilities {
  width: 200px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 40px;
  top: 62%;
  z-index: 3;
}
.facilities .facility {
  display: flex;
  align-items: center;
}
.facilities .facility:not(:last-of-type) {
  margin-bottom: 15px;
}
.facility img {
  margin-right: 25px;
  object-fit: contain;
  width: 30px;
}
.oferta:hover .facility img {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0x);
}
.perioade {
  display: flex;
  margin-bottom: 30px;
}
.perioada {
  flex: 1;
  max-width: 180px;
  padding: 10px 20px;
  color: #0c0000;
  font-family: "Josefin Bold";
  font-size: 18px;
  border: 1px solid #0c0000;
  cursor: pointer;
  text-align: center;
}
.perioada.selected {
  border: none;
  background-color: #f39e3d;
}
.perioada:not(:last-of-type) {
  margin-right: 25px;
}
.tarif {
  border: 1px solid #0c0000;
  padding: 23px 100px 17px 40px;
  font-family: "Josefin Bold";
  font-size: 18px;
  color: #0c0000;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.tarif a {
  position: absolute;
  right: 2%;
  background-image: url("../img/plus.svg");
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#rezervari_page .sosire,
#rezervari_page .plecare {
  background-position: 90% !important;
}
#nota-tarife {
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
#nota-tarife a {
  margin-left: 5px;
}
strong a {
  text-decoration: none !important;
}
#interior,
#exterior,
#restaurant {
  margin-top: 25px;
}

.interior-mobile,
.exterior-mobile,
.restaurant-mobile {
  display: none;
  height: 400px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.interior-mobile img,
.exterior-mobile img,
.restaurant-mobile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swiper-scrollbar-drag {
  background: #f39e3d;
}
.swiper-scrollbar {
  background: #707070;
  margin-bottom: 10px;
  width: 90% !important;
  left: 5% !important;
}

.swiper-scrollbar-drag:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #f39e3d;
  background: white;
}

.select {
  cursor: pointer;
  display: none;
  position: relative;
  font-size: 16px;
  color: #0c0000;
  width: 100%;
  height: 42px;
  margin-bottom: 20px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #f39e3d;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0c0000;
  font-family: "Josefin Bold";
  font-size: 16px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #f39e3d;
}
.select-styled:active,
.select-styled.active {
  background-color: #f39e3d;
}
.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #000 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f39e3d;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #f39e3d;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #0c0000;
  font-family: "Josefin Bold";
  font-size: 16px;
  text-align: center;
}
.select-options li:hover {
  color: #f39e3d;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
#perioade-mobile {
  display: none;
}
.go-top {
  bottom: 50px;
  display: none;
  padding: 10px;
  position: fixed;
  right: 2%;
  text-decoration: none;
  z-index: 999;
  background: url("../img/up-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.fancybox-lock,
.fancybox-overlay {
  overflow: visible !important;
}
.termeni-enum {
  font-family: "Josefin Light" !important;
  color: black;
  font-size: 18px;
}
#politica_page,
#termeni_page {
  padding-bottom: 40px;
}
.small-holder:hover img,
.big-holder:hover img {
  transform: translate3d(0, 0, 0) !important;
}
.small-holder:hover .holder-description,
.big-holder:hover .holder-description {
  transform: translateY(0px) !important;
  transition: none;
}
.multiple-columns {
  font-family: "Josefin Light" !important;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
  /* -webkit-columns: 60px 2;
  -moz-columns: 60px 2;
  columns: 60px 2;
  column-gap: 50px; */
  opacity: 1;
  transition: opacity 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  min-height: 92px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
#form-oferta-desk {
  display: block;
}
#form-oferta-mobile,
.multiple-col-mobile {
  display: none;
}
#ceva{
  min-height: 650px;
}