@charset "UTF-8";
.din {
  font-family: "din-2014", sans-serif;
}

.din_narrow {
  font-family: "din-2014-narrow", sans-serif;
}

/* ---------------- Basic css ------------------ */
img {
  width: 100%;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

input {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: 200ms;
  transition: 200ms;
  color: inherit;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

/* body */
body {
  font-size: 1.6rem;
  color: #101010;
  overflow-x: hidden;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  line-height: 1.92rem;
  text-align: left;
  background: #fff9f4;
}

main {
  position: relative;
  width: 100%;
}

.figure img,
.figure {
  width: 100%;
}

.fp-watermark {
  display: none;
}

@media (max-width: 767px) {
  .fp-overflow {
    max-height: inherit !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #101010;
  font-family: "din-2014", sans-serif;
}

/* default_styles */
.xy_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.y_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.x_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.position_center_xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.position_center_x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.position_center_y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* color collection */
.text_Cream {
  color: #fff9f4;
}

.bg_Cream {
  background: #fff9f4;
}

.text_white {
  color: #fff;
}

.bg_white {
  background: #fff;
}

.text_black {
  color: #333333;
}

.bg_black {
  background: #333333;
}

.text_modra {
  color: #becece;
}

.bg_modra {
  background: #becece;
}

.link {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.link img {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.link.tab_nav:hover {
  background: #629b9b !important;
}
.link:not(.tab_nav):hover {
  background: #629b9b;
}
.link:not(.tab_nav):hover h3 {
  color: #fff;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.link:not(.tab_nav):hover img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(325deg) brightness(105%) contrast(101%) !important;
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(325deg) brightness(105%) contrast(101%) !important;
}
@media (max-width: 991.98px) {
  .link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .link img {
    width: 1.63rem;
  }
}

.h_links .link:hover {
  background: #becece;
}

@media (max-width: 991.98px) {
  .link .container > div, .link .container > a {
    padding: 0 !important;
  }
}
.white_link:hover,
.footer_link:hover,
.menu_link:hover {
  color: #becece !important;
}

/* img colors */
.imgWhite {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(325deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(325deg) brightness(105%) contrast(101%);
}

.imgBlack {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(6932%) hue-rotate(346deg) brightness(100%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(6932%) hue-rotate(346deg) brightness(100%) contrast(99%);
}

.imgBlack2 {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(2788%) hue-rotate(157deg) brightness(69%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(2788%) hue-rotate(157deg) brightness(69%) contrast(87%);
}

/* icon sizes */
.icon20 {
  width: 20rem;
}

.icon24 {
  width: 2.4rem;
}

.icon25 {
  width: 2.5rem;
}

.icon30 {
  width: 3rem;
}

.icon36 {
  width: 3.6rem;
}

/* Font Weights */
.f_300 {
  font-weight: 300 !important;
}

.f_400 {
  font-weight: 400 !important;
}

.f_500 {
  font-weight: 500 !important;
}

.f_600 {
  font-weight: 600 !important;
}

.f_700 {
  font-weight: 700 !important;
}

.f_800 {
  font-weight: 800 !important;
}

.f_900 {
  font-weight: 900 !important;
}

/* z-index */
.z1 {
  z-index: 1 !important;
}

.z0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: -1 !important;
}

/* titles */
h1 {
  font-size: 4.8rem;
  line-height: 4.8rem;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 3.2rem;
    line-height: 3.84rem;
  }
}

h2 {
  font-size: 4.5rem;
  line-height: 5.4rem;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 2.8rem;
    line-height: 3.36rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 2.88rem;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 2.4rem;
    line-height: 2.88rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 2.4rem;
}
h4.space {
  font-weight: 600;
  letter-spacing: 0.58em;
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 1.6rem;
    line-height: 1.92rem;
  }
  h4.space {
    letter-spacing: 0.41em;
  }
}

h5 {
  font-family: "Signerica Fat";
  font-size: 4.4rem;
  line-height: 6.16rem;
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 3.2rem;
    line-height: 3.84rem;
  }
}

/* texts */
.text_xl {
  font-size: 2rem;
  line-height: 2.4rem;
}

.text_lg {
  font-size: 1.8rem;
  line-height: 120%;
}

.text_md {
  font-size: 16px;
  line-height: 1.92rem;
}

.text_sm {
  font-size: 1.4rem;
  line-height: 120%;
}

.text_15 {
  font-size: 1.5rem;
  line-height: 120%;
}

.text_xsm {
  font-size: 1.2rem;
  line-height: 120%;
}

.text_smallest {
  font-size: 1rem;
  line-height: 120%;
}

/* border */
.border_all {
  border: 0.1rem solid #101010;
}

.border_l {
  border-left: 0.1rem solid #101010;
}

.border_r {
  border-right: 0.1rem solid #101010;
}

.border_b {
  border-bottom: 0.1rem solid #101010;
}

.border_t {
  border-top: 0.1rem solid #101010;
}

@media (max-width: 767px) {
  .border_t_none_sm {
    border-top: 0 !important;
  }
  .border_b_none_sm {
    border-bottom: 0 !important;
  }
  .border_l_none_sm {
    border-left: 0 !important;
  }
  .border_r_none_sm {
    border-right: 0 !important;
  }
}

.flex_block_content {
    display: grid !important;
    height: 100% !important;
}

.gallery-block {
    display: grid;
    grid-template-columns: 6fr 6fr;
    align-items: stretch;
}

.flex_block_content_new {
    display: grid !important;
    grid-template-rows: 100px auto 100px;
    height: 100%; /* Make it stretch to fill the row's height */
}


@media (min-width: 992px) {
    .flex_block_content_new > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; /* Ensures inner content fills available space */
    }
}

.block_image_carousel_col {
    height: 100%; /* Ensure right column fills the grid row height */
}

.hamburger_btn input {
  display: none;
}
.hamburger_btn .grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.hamburger_btn .grid > * {
  position: relative;
}
.hamburger_btn label {
  display: block;
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}
.hamburger_btn svg {
  width: 11rem;
  height: 11rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
.hamburger_btn circle {
  font-size: 5rem;
}
@media (min-aspect-ratio: 1/1) {
  .hamburger_btn label {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.hamburger_btn .menu--1 label {
  bottom: 0;
}
.hamburger_btn .menu--1 label {
  right: 0;
}
.hamburger_btn path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger_btn circle {
  fill: rgba(255, 255, 255, 0);
  opacity: 0;
}
.hamburger_btn label:hover circle {
  opacity: 1;
}
.hamburger_btn .cross input:checked + svg .line--1,
.hamburger_btn .cross input:checked + svg .line--3 {
  --length: 22.627416998;
}
.hamburger_btn .cross input:checked + svg .line--2 {
  --length: 0;
}
.hamburger_btn .back input:checked + svg .line--1,
.hamburger_btn .back input:checked + svg .line--3 {
  --length: 8.602325267;
}
.hamburger_btn .menu--1 .line--1,
.hamburger_btn .menu--1 .line--3 {
  --total-length: 126.64183044433594;
}
.hamburger_btn .menu--1 .line--2 {
  --total-length: 70;
}
.hamburger_btn .menu--1 input:checked + svg .line--1,
.hamburger_btn .menu--1 input:checked + svg .line--3 {
  --offset: -94.1149185097;
}
.hamburger_btn .menu--1 input:checked + svg .line--2 {
  --offset: -50;
}

.black_link:hover {
  opacity: 0.75;
}

/* buttons */
.button {
  height: 4.9rem;
  padding: 0 3rem;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 600;
}
.button span {
  line-height: 120%;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: 0.65s ease;
  transition: 0.65s ease;
  text-transform: uppercase;
}
.button span:nth-child(1) {
  opacity: 0;
}
.button span:nth-child(2) {
  -webkit-transform: translateY(15rem) rotate(30deg);
          transform: translateY(15rem) rotate(30deg);
}
.button:hover span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}
.button:hover span:nth-child(3) {
  -webkit-transform: translateY(-10rem) rotate(30deg);
          transform: translateY(-10rem) rotate(30deg);
}
@media (max-width: 991.98px) {
  .button {
    height: 4rem;
    padding: 0 1.5rem;
  }
  .button span {
    font-size: 1.4rem;
  }
}

/* -------------- preloader --------------- */
@media (min-width: 768px) and (max-width: 991.98px) {
  .border_mid {
    position: relative;
  }
  .border_mid:before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 0.1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* -------------- preloader --------------- */
#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#preloader .loader3 {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  padding: 0;
  text-align: left;
}
#preloader .loader3 span {
  position: absolute;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
  background: #333333;
}
#preloader .loader3 span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
  .container {
    max-width: 1360px;
    padding: 0;
  }
  .container.container_xl {
    max-width: 1280px;
  }
  .container.container_lg {
    max-width: 1248px;
  }
  .wide_screen_container {
    width: 1440px !important;
  }
  .site_header .container {
    max-width: 100%;
    padding: 0 9.6rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1439.99px) {
  html {
    font-size: 0.6944vw;
  }
  .container {
    max-width: 136rem;
    padding: 0;
  }
  .container.container_xl {
    max-width: 128rem;
  }
  .container.container_lg {
    max-width: 124.8rem;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 1.302vw;
  }
  html .container {
    max-width: 100%;
    padding: 0 2rem;
  }
  html .container.container_xl {
    max-width: 100%;
  }
  html .container.container_lg {
    max-width: 100%;
  }
  .owl-stage-outer {
    overflow: hidden;
  }
  main {
    overflow: hidden;
  }
  br {
   /* display: none; */
  }
  .container-fluid.pl_95 {
    padding-left: 0;
  }
  .container-fluid.pr_95 {
    padding-right: 0;
  }
}
/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
/*Medium devices (tablets, 767px and down)*/
@media (max-width: 575px) {
  html {
    font-size: 2.666vw;
  }
}
/* -------------- Header --------------- */
.site_header {
  z-index: 999;
  position: fixed;
  height: 13.4rem;
  width: 100%;
  background: transparent;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.site_header.site_header_v2 {
  background: #fff9f4;
}
.site_header.fixed_menu {
  height: 10rem;
  -webkit-box-shadow: 0 0 1.5rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.5rem 0.1rem rgba(0, 0, 0, 0.1);
  top: 0;
  background: #fff;
}
.site_header.fixed_menu .logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(6932%) hue-rotate(346deg) brightness(100%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(6932%) hue-rotate(346deg) brightness(100%) contrast(99%);
}
.site_header.fixed_menu a {
  color: #333333 !important;
}
.site_header .menu_link:hover {
  color: #becece !important;
}
.site_header .logo img {
  width: 6.3rem;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site_header {
    height: 11.3rem;
    padding: 0 2rem;
  }
  .site_header.fixed_menu {
    height: 8rem;
    background: #fff;
  }
  .site_header.fixed_menu .logo img {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .site_header {
    height: 11.3rem;
    top: 0;
    padding: 2.5rem;
  }
  .site_header.fixed_menu {
    height: 8rem;
  }
  .site_header.fixed_menu .logo img {
    width: 5rem;
  }
  .site_header .header_right > * {
    margin-left: 1rem;
  }
}

.page_top_space {
  margin-top: 13.4rem;
}
@media (max-width: 991.98px) {
  .page_top_space {
    margin-top: 11.3rem;
  }
}

@media (max-width: 991.98px) {
  .mobile_menu {
    bottom: 0;
    position: fixed;
    width: 100%;
    right: -100%;
    background: #fff;
    height: calc(100% - 11.3rem);
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    opacity: 0;
    pointer-events: all;
    margin: 0 !important;
    overflow-y: auto;
  }
  .mobile_menu::-webkit-scrollbar {
    scrollbar-width: 0;
    display: none;
  }
  .mobile_menu .primary_menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 !important;
    gap: 0;
  }
  .mobile_menu .primary_menus a {
    height: 10.6rem;
    font-size: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400 !important;
    line-height: 2.64rem;
    border-bottom: 0.1rem solid #101010;
    margin: 0;
    color: #333333 !important;
    padding: 0 2rem;
  }
  .mobile_menu .primary_menus a:hover {
    opacity: 1 !important;
    background: #fff9f4;
  }


  .fixed_menu {
    background: #fff;
  }
  .fixed_menu .mobile_menu {
    bottom: 0;
    height: calc(100% - 8rem);
  }
  .menu_toggled {
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }
  .menu_toggled .mobile_menu {
    opacity: 1;
    right: 0;
    pointer-events: all;
  }
  .menu_toggled .fixed_menu .mobile_menu {
    bottom: 0;
    height: calc(100% - 8rem);
  }
  .menu_toggled .site_header {
    background: #fff;
    border-bottom: 0.1rem solid #101010;
  }
  .menu_toggled .site_header img,
  .menu_toggled .site_header svg {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(2788%) hue-rotate(157deg) brightness(69%) contrast(87%);
            filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(2788%) hue-rotate(157deg) brightness(69%) contrast(87%);
  }
}
.fixed_menu img,
.fixed_menu svg {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(6932%) hue-rotate(346deg) brightness(100%) contrast(99%) !important;
          filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(6932%) hue-rotate(346deg) brightness(100%) contrast(99%) !important;
}

.footer_area .footer_logo img {
  width: 10rem;
}
.footer_area .footer_row1 {
  border-bottom: 1px solid #fff9f4;
}
@media (max-width: 991.98px) {
  .footer_area br {
    display: block;
  }
  .footer_area .footer_row2 .footer_col_mid {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .footer_area .footer_row2 .footer_col_mid a {
    text-align: left !important;
  }
  .footer_area .footer_row2 .footer_col_mid a:not(:last-child) {
    padding-bottom: 1rem;
  }
  .footer_area .row.row1 {
    padding: 3rem 0;
  }
  .footer_area .row.row1 .footer_logo_col {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .footer_area .row.row3 {
    padding-bottom: 0;
    padding-top: 3rem;
  }
  .footer_area .footer_logo img {
    width: 8.4rem;
  }
}
@media (max-width: 767px) {
  .footer_area .row.row1 .footer_logo_col {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

.hero_area {
  padding: 12rem 0;
  height: 100vh;
}
.hero_area .hero_image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
@media (max-width: 991.98px) {
  .hero_area {
    padding: 6rem 0;
    height: 100vh;
  }
  .hero_area br {
    display: block;
  }
  .hero_area h5 {
    padding-left: 5rem;
  }
}
@media (max-width: 767px) {
  .hero_area h5 {
    padding-left: 0;
  }
}

.text_area .container {
  padding: 15rem 0;
}
.text_area .container h2 {
  max-width: 64.1rem;
}
@media (max-width: 991.98px) {
  .text_area .container {
    width: calc(100% - 4rem);
    left: 2rem;
    padding: 12rem 0;
  }
  .text_area .container h2 {
    max-width: 50rem;
  }
}

.text_box {
  max-width: 64.1rem;
}
@media (max-width: 991.98px) {
  .text_box {
    max-width: 50rem;
    padding-right: 2rem;
  }
}

.početi_slider_area .product img {
  height: 42.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .početi_slider_area .product img {
    height: 38.3rem;
  }
  .početi_slider_area .container-fluid {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .početi_slider_area .product img {
    height: 24.5rem;
  }
}

@media (max-width: 991.98px) {
  .section_top {
    padding: 8rem 0 2rem 0;
  }
}
.horizontal_accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 46.2rem;
}
.horizontal_accordion .h_accordion_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.horizontal_accordion .h_accordion_item:not(.active) .h_accordion_content {
  width: 0 !important;
}
.horizontal_accordion .h_accordion_item .h_accordion_content {
  width: 0;
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.horizontal_accordion .h_accordion_item .h_accordion_content h2 {
  width: 64rem;
}
.horizontal_accordion .h_accordion_item .h_accordion_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 5.35rem;
}
.horizontal_accordion .h_accordion_item:not(:nth-child(1)) .h_accordion_content h2 {
  padding-left: 2.4rem;
}
.horizontal_accordion .h_accordion_item.h_accordion_item2 {
  background: #f4eee8;
}
.horizontal_accordion .h_accordion_item.h_accordion_item3 {
  background: #e5ded6;
}
@media (max-width: 991.98px) {
  .horizontal_accordion .h_accordion_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .horizontal_accordion .h_accordion_item .h_accordion_content {
    padding: 11.1rem 0;
  }
  .horizontal_accordion .h_accordion_item .h_accordion_content h2 {
    width: 60vw;
    padding-left: 2rem;
  }
  .horizontal_accordion .h_accordion_item .h_accordion_btn {
    padding: 2rem 2.25rem;
  }
}
@media (max-width: 767px) {
  .horizontal_accordion {
    height: auto;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .horizontal_accordion .h_accordion_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .horizontal_accordion .h_accordion_item:not(.active) .h_accordion_content {
    width: 100% !important;
  }
  .horizontal_accordion .h_accordion_item .h_accordion_content {
    height: 0 !important;
    overflow: hidden;
    padding: 0;
    width: 100%;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .horizontal_accordion .h_accordion_item .h_accordion_content h2 {
    width: 100%;
    padding: 2rem;
  }
  .horizontal_accordion .h_accordion_item.active .h_accordion_content {
    height: 29.6rem !important;
  }
  .horizontal_accordion .h_accordion_item .h_accordion_btn {
    padding: 1.65rem 2rem;
    text-align: end !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .horizontal_accordion .h_accordion_item .h_accordion_btn.border_r {
    border-bottom: 0.1rem solid #101010 !important;
    border-right: 0;
  }
}

@media (max-width: 991.98px) {
  .Zgodba_img {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .Zgodba_img {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .horizontal_accordion_area .container {
    padding: 0;
  }
}
.flex_block .flex_block_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .flex_block .flex_block_img {
    height: 53rem !important;
  }
  .flex_block .block_image_carousel {
    overflow: hidden;
    height: 100%;
  }
  .flex_block .block_image_carousel .flex_block_img {
    height: 63.4rem !important;
  }
}
@media (max-width: 991.98px) {
  .flex_block .row {
    display: grid;
    grid-template-columns: 34.9rem 1fr;
  }
  .flex_block .row .col-lg-4 {
    width: 34.9rem;
  }
  .flex_block .row .col-lg-8 {
    width: 100%;
  }
  .flex_block .row .flex_block_content_v2 {
    height: 56.5rem;
  }
  .flex_block.rooms_flex_block .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex_block.rooms_flex_block .block_image_carousel {
    height: 100%;
  }
  .flex_block.rooms_flex_block .block_image_carousel .owl-stage-outer,
  .flex_block.rooms_flex_block .block_image_carousel .owl-stage,
  .flex_block.rooms_flex_block .block_image_carousel .owl-item {
    height: 100%;
  }
  .flex_block .flex_block_content {
    display: grid;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    height: 100%;
  }
  .flex_block .flex_block_content h4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .flex_block .flex_block_content .flex_block_mid {
    padding: 3rem 2.5rem;
  }
  .flex_block.flex_block_reversed .row {
    grid-template-columns: 1fr 34.9rem;
  }
}
@media (max-width: 767px) {
  .flex_block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex_block .row .col-lg-4 {
    width: 100%;
  }
  .flex_block .row .col-lg-8 {
    width: 100%;
  }
  .flex_block .flex_block_content h4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .flex_block .flex_block_content .flex_block_mid {
    padding: 3rem 2.5rem;
  }
  .flex_block.flex_block_reversed .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex_block .flex_block_img {
    height: 30rem !important;
  }
}

.product_slider_area .product img {
  height: 70.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.animated_cursor_box {
  position: relative;
  overflow: hidden;
}
.animated_cursor_box .drag-circle {
  position: absolute;
  width: 12rem; /* Adjust size as needed */
  height: 12rem;
  background-color: #becece;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  line-height: 2.88rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5) rotate(15deg);
          transform: scale(0.5) rotate(15deg);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; /* Adjust transition time for smoother movement */
}
.animated_cursor_box:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.animated_cursor_box:hover .drag-circle {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

.product_slider .owl-nav {
  display: none;
}
.product_slider .owl-dots {
  display: none;
}
.product_slider .product {
  height: 100%;
}
@media (max-width: 991.98px) {
  .product_slider .drag-circle {
    display: none !important;
  }
  .product_slider .container {
    padding: 0;
  }
  .product_slider.product_slider_main .product {
    height: 100%;
  }
  .product_slider.product_slider_main .product .product_img img {
    height: 55.4rem;
  }
}
@media (max-width: 767px) {
  .product_slider.product_slider_main .product .product_img img {
    height: 41.4rem;
  }
}

.product .product_img {
  overflow: hidden;
}
.product .product_img img {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.product:hover .product_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 991.98px) {
  .product {
    padding: 2rem;
  }
  .product h3 {
    padding: 2rem 0 0 0;
  }
  .product p {
    padding: 1rem 0 0 0;
  }
}

@media (max-width: 991.98px) {
  .drag-circle {
    display: none !important;
  }
}
.tab_navs .tab_nav {
  padding: 3.9rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.tab_navs .tab_nav.active {
  background: #becece;
}
.tab_navs .tab_nav.active:hover {
  background: #becece;
}
.tab_navs .tab_nav:hover {
  background: #fff;
}
@media (max-width: 991.98px) {
  .tab_navs .tab_nav {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding: 2.05rem 2rem;
    border-bottom: 0.1rem solid #101010;
  }
  .tab_navs .col-lg-4:nth-child(1) .tab_nav {
    border-top: 0rem solid #101010;
  }
}

@media (max-width: 991.98px) {
  .flex_block_content_v2 h2 {
    padding-left: 0;
    padding-right: 2rem;
  }
}

@media (max-width: 991.98px) {
  .container-fluid .flex_block_content_v2 h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991.98px) {
  .product_block_v3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 991.98px) {
  .tab_navs.row.m-0.border_b.border_b_none_sm {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tab-pane .col-md-6:not(last-child) {
    border-bottom: 0.1rem solid #000;
  }
}
.product_info_wrap .row {
  margin-left: -4rem;
  margin-right: -4rem;
  gap: 4rem 0;
}
.product_info_wrap .row > * {
  padding: 0 4rem;
}
@media (max-width: 991.98px) {
  .product_info_wrap .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .product_info_wrap .row > * {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .product_info_wrap .row {
    margin-left: 0;
    margin-right: 0;
  }
  .product_info_wrap .row > * {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .slider4 .owl-stage-outer {
    padding-left: 2rem;
  }
}
.product_info_content p {
  padding-bottom: 0;
}
.product_info_content li p {
  padding-bottom: 0;
}

.image_carousel .owl-stage-outer {
  overflow: hidden;
}
.image_carousel .owl-stage-outer .owl-item img {
  height: 65rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .image_carousel .owl-stage-outer .owl-item img {
    height: 55.8rem;
  }
}
@media (max-width: 767px) {
  .image_carousel .owl-stage-outer .owl-item img {
    height: 37.8rem;
  }
}

.owl-nav.disabled {
  display: none;
}

.dots_shown .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2rem;
  z-index: 99;
  position: relative;
  height:15px;
  transform: translateY(-20px);
}
.dots_shown .owl-dots .owl-dot span {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 10rem;
  display: block;
  margin: 0 0.5rem;
}
.dots_shown .owl-dots .owl-dot.active span {
  background: #becece;
}

/* Sample styles */
.water_bottle {
  position: absolute;
  opacity: 0;
  width: 26.8rem;
  height: 23.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out; /* Smooth transform, rotation, and fade */
  pointer-events: none;
  -webkit-transform: rotateY(50deg);
          transform: rotateY(50deg);
}
.water_bottle.active {
  opacity: 1; /* Fades in */
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.h_links a {
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.h_links .owl-dots {
  display: none;
}
.h_links .owl-item {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.product_desc {
  padding-bottom: 5rem !important;
}
@media (max-width: 991.98px) {
  .product_desc {
    padding-bottom: 3rem !important;
  }
}

.Reservation_area .reservation_img {
  width: 77.2rem;
  height: 107.1rem;
}
@media (max-width: 991.98px) {
  .Reservation_area .reservation_img {
    width: 100%;
    height: 107.1rem;
  }
}
@media (max-width: 767px) {
  .Reservation_area .reservation_img {
    height: 94.931rem;
  }
}

.cinery_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.cinery_slide img {
  width: 64rem;
  height: 50.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.cinery_slide .cinery_slide_text h2 {
  width: 45.8rem;
}
@media (max-width: 991.98px) {
  .cinery_slide img {
    width: 46rem;
    height: 41rem;
  }
  .cinery_slide .cinery_slide_text {
    padding: 4rem;
  }
  .cinery_slide .cinery_slide_text h2 {
    width: 32rem;
  }
}
@media (max-width: 767px) {
  .cinery_slide img {
    width: 28rem;
    height: 31rem;
  }
  .cinery_slide .cinery_slide_text {
    padding: 4rem;
  }
  .cinery_slide .cinery_slide_text h2 {
    width: 32rem;
  }
}

.image_carousel.block_image_carousel {
  height: 100% !important;
}
.image_carousel .owl-stage-outer,
.image_carousel .owl-item,
.image_carousel .owl-stage {
  height: 100% !important;
}
.image_carousel .flex_block_img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .block_image_carousel_col {
    height: 30rem;
  }
}
.contact_area .col-md-6:nth-child(1) {
  padding-right: 10.3rem;
  padding-left: 0;
}
.contact_area .col-md-6:nth-child(2) {
  padding-left: 10.3rem;
  padding-right: 0;
}
.contact_area .contact_form {
  display: grid;
  gap: 2rem;
}
.contact_area .contact_form .contact_form_icon img {
  width: 20.154rem;
}
@media (max-width: 991.98px) {
  .contact_area .col-md-6:nth-child(1) {
    padding-right: 2rem;
  }
  .contact_area .col-md-6:nth-child(2) {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .contact_area .contact_row {
    padding: 2rem 0;
  }
  .contact_area .col-md-6 {
    border: 0;
  }
  .contact_area .col-md-6:nth-child(1) {
    padding-right: 0;
  }
  .contact_area .col-md-6:nth-child(2) {
    padding-left: 0;
  }
  .contact_area .contact_form {
    padding: 0 0 2rem 0;
  }
  .contact_area .contact_form .contact_form_icon img {
    width: 14.406rem;
  }
  .contact_area .row {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.form_group input,
.form_group textarea {
  font-size: 2rem;
  line-height: 2.4rem;
  border-bottom: 0.1rem solid #101010;
  color: #101010;
  height: 6.4rem;
  padding: 3rem 1.5rem 1rem 1.5rem;
  width: 100%;
}
.form_group input::-webkit-input-placeholder, .form_group textarea::-webkit-input-placeholder {
  font-size: 2rem;
  color: #101010;
  line-height: 2.4rem;
}
.form_group input::-moz-placeholder, .form_group textarea::-moz-placeholder {
  font-size: 2rem;
  color: #101010;
  line-height: 2.4rem;
}
.form_group input:-ms-input-placeholder, .form_group textarea:-ms-input-placeholder {
  font-size: 2rem;
  color: #101010;
  line-height: 2.4rem;
}
.form_group input::-ms-input-placeholder, .form_group textarea::-ms-input-placeholder {
  font-size: 2rem;
  color: #101010;
  line-height: 2.4rem;
}
.form_group input::placeholder,
.form_group textarea::placeholder {
  font-size: 2rem;
  color: #101010;
  line-height: 2.4rem;
}
.form_group input:focus,
.form_group textarea:focus {
  border-bottom: 0.1rem solid #becece;
  color: #becece;
}
.form_group input:focus::-webkit-input-placeholder, .form_group textarea:focus::-webkit-input-placeholder {
  color: #becece;
}
.form_group input:focus::-moz-placeholder, .form_group textarea:focus::-moz-placeholder {
  color: #becece;
}
.form_group input:focus:-ms-input-placeholder, .form_group textarea:focus:-ms-input-placeholder {
  color: #becece;
}
.form_group input:focus::-ms-input-placeholder, .form_group textarea:focus::-ms-input-placeholder {
  color: #becece;
}
.form_group input:focus::placeholder,
.form_group textarea:focus::placeholder {
  color: #becece;
}
.form_group textarea {
  padding-top: 4rem;
  height: 30.4rem;
  border: none;
}
.form_group textarea:focus {
  border-bottom: 0.1rem solid transparent;
}
@media (max-width: 767px) {
  .form_group input,
  .form_group textarea {
    padding: 3rem 0 1rem 0;
  }
  .form_group textarea {
    height: 28rem;
    border-bottom: 0.1rem solid #101010;
    padding-top: 0;
  }
  .form_group textarea:focus {
    border-bottom: 0.1rem solid #becece;
  }
}

.successfull_message {
  display: none !important;
}
.successfull_message h2 {
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  opacity: 0;
}
.successfull_message p {
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  opacity: 0;
}

.successfully_sent .successfull_message {
  display: grid !important;
}
.successfully_sent .successfull_message .form_loader {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.successfully_sent .successfull_message.hide_loader .form_loader {
  opacity: 0;
}
.successfully_sent .successfull_message.hide_loader h2 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.successfully_sent .successfull_message.hide_loader p {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  opacity: 1;
}
.successfully_sent .form_area {
  display: none;
}

.sp {
  width: 3.2rem;
  height: 3.2rem;
  clear: both;
  margin: 2rem auto;
}

/* Spinner Circle Rotation */
.sp-circle {
  border: 0.4rem #333333 solid;
  border-top: 0.4rem #333333 solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 0.6s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* Spinner Wave */
.sp-wave {
  border-radius: 50%;
  position: relative;
  opacity: 1;
}

.sp-wave:before,
.sp-wave:after {
  content: "";
  border: 1px #101010 solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}

.sp-wave:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
}

.sp-wave:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.map_area .link {
  padding: 4.45rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map_area .link:hover {
  background: #becece;
}
.map_area .map_img {
  height: 56rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .map_area .link {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .map_area .link {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    border-bottom: 0.1rem solid #101010;
  }
  .map_area .link.link_last {
    border-bottom: 0;
  }
}

.tesing_hero_area img {
  height: 54.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .tesing_hero_area img {
    height: 36.1rem;
  }
}
@media (max-width: 767px) {
  .tesing_hero_area img {
    height: 30.3rem;
  }
}

.prices_lists {
  height: 100%;
  display: grid;
}

.prices_area .container-fluid {
  padding-right: 0;
}
.prices_area .prices_list_right {
  text-align: right;
}
.prices_area .price_img {
  height: 100%;
}
.prices_area .price_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prices_area .prices_list {
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .prices_area .container-fluid {
    padding: 0;
  }
  .prices_area .prices_list {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .prices_area .price_img img {
    height: 30rem;
  }
}

.sevenII_section .container-fluid {
  padding-right: 0;
  padding-left: 9.6rem;
}
.sevenII_section .seven_image {
  height: 59rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .sevenII_section .container {
    padding-right: 0;
    padding-left: 2rem;
  }
  .sevenII_section .container .seven_content {
    padding: 5rem 6rem 12rem 6rem;
  }
  .sevenII_section .seven_image {
    width: calc(100% + 4rem) !important;
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
    height: 40rem;
  }
}
@media (max-width: 767px) {
  .sevenII_section .container .seven_content {
    padding: 5rem 2rem 12rem 2rem;
  }
  .sevenII_section .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 0;
  }
  .sevenII_section .seven_image {
    width: calc(100% + 4rem) !important;
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
    height: 30rem;
  }
}

.terms_conditions .terms_condition_texts_wrapper {
  max-width: 82.9rem;
}
@media (max-width: 991.98px) {
  .terms_conditions .terms_condition_texts_wrapper {
    border-right: 0.1rem solid #000;
  }
  .terms_conditions .terms_condition_texts {
    max-width: 59.8rem;
  }
  .terms_conditions .container {
    padding: 0 2rem !important;
  }
}
@media (max-width: 991.98px) {
  .terms_conditions .terms_condition_texts {
    max-width: 100%;
    padding-right: 2rem;
  }
}/*# sourceMappingURL=style.css.map */

.menu-active {
    color:#900 !important;
}

.rooms_flex_block img {
    width:unset;
}

@media (max-width: 767px) {
    .rooms_mobile_order div:nth-child(1){
        order:1;
    }
}

.mobile-languages {
    display:flex;
    flex-direction: row;
    align-content: space-between;
}

.mobile-languages > a {
    display:block;
    width:100%;
    text-align:center;
    text-transform: uppercase;
    background:#fff;
    padding:2rem;
    border-left:solid 1px #000;
    border-right:solid 1px #000;
    border-bottom:solid 1px #000;
}

.mobile-languages > a.active {
    background:#FFF9F4 !important;
}

.desktop-languages {
    display:flex;
    flex-direction: row;
    align-content: space-around;
    gap:2rem;
    margin-left:2rem;
}

.desktop-languages > a {
    text-align:center;
    text-transform: uppercase;
    padding-left:.7rem;
}

.desktop-languages > a.active,
.desktop-languages > a:hover {
    color:#BECECE;
}

body.homepage .desktop-languages > a {
    color:#fff;
}

body.homepage .desktop-languages > a.active,
body.homepage .desktop-languages > a:hover {
    color:#BECECE;
}

@media (max-width: 991px) {
    .mobile-languages {
        display:flex;
    }

    .desktop-languages {
        display:none;
    }
}

@media (min-width: 992px) {
    .mobile-languages {
        display:none;
    }

    .desktop-languages {
        display:block;
    }
}
