@font-face {
  font-family: Lihataja;
  src: url('../fonts/Lihataja.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --crna: #0f0f0f;
  --sekundarni-font: "Open Sans", sans-serif;
  --bijela: #fefefe;
  --zlatna: #cbaf66;
  --glavni-font: Merriweather, serif;
  --size: 1rem;
  --size-2: 2rem;
  --size-3: 5rem;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.body {
  background-color: var(--crna);
  background-image: linear-gradient(90deg, var(--crna), #1a1914 49%, #cbaf6666);
  font-family: var(--sekundarni-font);
  color: var(--bijela);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1.3;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container._3 {
  height: auto;
  margin: 0 2rem;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.navbar {
  z-index: 99999999;
  background-color: var(--crna);
  color: var(--bijela);
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  font-size: 1.4rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -1px 9px 3px #0003;
}

.container-2 {
  color: var(--bijela);
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: var(--bijela);
}

.nav-link {
  text-align: center;
  padding: 1.25rem;
  font-size: 2rem;
  font-weight: 300;
}

.image {
  width: 8rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.nav-menu {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

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

.slide-nav {
  overflow: visible;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.slide {
  overflow: visible;
}

.slider-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.image-3 {
  width: auto;
  height: auto;
}

.slide-2 {
  background-image: url('../images/3o.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/1o.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/2o.webp');
  background-position: 50%;
  background-size: cover;
}

.hea1 {
  text-align: center;
  text-transform: none;
  margin: 0;
  font-family: Lihataja, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.div-block {
  height: 80vh;
}

.footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.line {
  width: auto;
}

.second-footer {
  width: 5vh;
}

.footer2 {
  background-color: var(--zlatna);
  height: 2rem;
}

.div-block-2 {
  text-transform: capitalize;
}

.text-block {
  text-transform: lowercase;
}

.container1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--crna);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 100%;
  margin: 2rem auto 0;
  display: flex;
  box-shadow: 0 0 20px 3px #fff3;
}

.container1._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container1.location {
  flex-flow: column;
  margin-top: 0;
}

.container1._5 {
  background-color: #000;
}

.columns {
  width: 100%;
  height: 50%;
  margin-top: 5rem;
}

.div-block-3 {
  z-index: 9999999;
  background-color: var(--zlatna);
  border-radius: 20px;
  width: 35vw;
  height: 30vh;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-2 {
  color: var(--bijela);
  text-transform: capitalize;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.3;
  display: flex;
}

.floating-island {
  z-index: 999999;
  background-color: var(--crna);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.floating-island._2 {
  border-radius: 0 0 0 20px;
  width: 21rem;
  height: 2rem;
  margin-top: 6.5rem;
  margin-right: 0;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: 0 -1px 9px 3px #0003;
}

.link, .link-2 {
  color: var(--bijela);
}

.dm-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.phone-mail {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.image-4, .image-5 {
  margin-left: 0;
  margin-right: 1rem;
}

.link-3 {
  color: var(--bijela);
  font-size: 1.2rem;
}

.footer-dm-icon {
  width: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.footer-nav {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: center;
  width: 98%;
  height: auto;
  margin-top: 0;
  display: none;
}

.footer-nav-link {
  border-right: 1px none var(--bijela);
  border-left: 1px none var(--bijela);
  color: var(--bijela);
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
}

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
}

.column-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding: 0;
  display: block;
}

.text-block-3 {
  color: var(--zlatna);
  text-align: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: 300;
}

.button {
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  background-color: var(--crna);
  font-family: var(--sekundarni-font);
  color: var(--bijela);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
}

.text-block-4, .text-block-5 {
  color: var(--bijela);
  font-size: 1.4rem;
}

.second-hero {
  height: 50vh;
  position: relative;
}

.slider-3 {
  height: 100%;
}

.image-6, .image-7 {
  width: 100%;
  height: 100%;
}

.div-block-4 {
  height: 100vh;
}

.section {
  height: 60vh;
}

.section.location {
  height: auto;
  margin-top: 2rem;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.s-organizer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.image-8 {
  height: 100%;
}

.text-block-6 {
  color: var(--bijela);
  margin-left: 0;
  margin-right: 1rem;
  font-size: 1.4rem;
}

.s-organizer2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  font-family: Lihataja, Arial, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  width: 100%;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  padding: 0% 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading {
  text-align: center;
  text-transform: capitalize;
  width: auto;
  margin: 0;
  font-family: Lihataja, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1.3;
  position: static;
  inset: 0% 0% auto;
}

.text-block-7 {
  font-family: var(--sekundarni-font);
  font-weight: 300;
}

.div-block-6 {
  width: 50vh;
}

.clasic-section {
  height: 90vh;
}

.container2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 100%;
  display: flex;
}

.container2._5 {
  flex-flow: row;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.section-columns {
  width: 100%;
  height: 100%;
}

.column-33 {
  background-image: url('../images/STA_3746-Enhanced-NR.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-44 {
  background-image: url('../images/STA_3689.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.link-block {
  border: 2px solid var(--zlatna);
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  inset: 0% 0% 0% auto;
}

.div-block-7 {
  background-color: var(--zlatna);
  border-radius: 5px;
  width: 0%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.text-block-8 {
  color: var(--zlatna);
  margin: .5rem .8rem;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
}

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

.colimn5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.columns-2 {
  width: 100%;
  height: 100%;
}

.column-5 {
  height: 100%;
}

.column-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.column7 {
  background-image: url('../images/1o.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.link-organizer {
  background-color: var(--crna);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 10rem;
  display: flex;
}

.menu-button {
  z-index: 0;
  background-color: #c8c8c800;
  margin: 0% 2% 0% 0%;
  padding: 1.125rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button.w--open {
  z-index: 9999;
  background-color: #c8c8c800;
  padding-left: 18px;
  padding-right: 18px;
}

.section-heading {
  font-family: var(--glavni-font);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.section-subhea {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.section-paragraph {
  text-align: left;
  text-transform: none;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.section-paragraph._3 {
  text-align: center;
  width: 60%;
  margin-bottom: 2rem;
}

.small-section {
  height: 70vh;
}

.columns-3 {
  width: 100%;
  height: 100%;
}

.column-8 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.logo-img {
  width: 6rem;
  height: auto;
  font-size: 1.4rem;
}

.column-10 {
  height: 100%;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Lihataja, Arial, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  width: auto;
  margin-top: 3.125rem;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  font-family: var(--sekundarni-font);
  cursor: pointer;
  flex: 1;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.text-center {
  font-family: var(--sekundarni-font);
  text-align: center;
  font-weight: 300;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 60%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.accordion-item-content {
  margin-top: .625rem;
  margin-right: 1.875rem;
  overflow: hidden;
}

.accordion-item {
  background-color: var(--zlatna);
  border-radius: 10px;
  margin-bottom: 1.25rem;
  padding: 1.5rem 1.875rem .875rem;
  box-shadow: 0 3px 7px #00000008;
}

.paragraph {
  text-transform: none;
  margin-bottom: .625rem;
  font-weight: 300;
}

.heading-2 {
  font-family: var(--glavni-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  text-transform: none;
  margin-bottom: .625rem;
  font-weight: 300;
}

.divblock-8 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
}

.text-span {
  color: var(--zlatna);
  text-decoration: underline;
}

.column-11 {
  height: 100%;
  padding: 0 0 0 0;
}

.column-image {
  background-image: url('../images/2o.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  inset: 0%;
  overflow: clip;
}

.preloader {
  z-index: 2147483647;
  background-color: var(--crna);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.image-9 {
  width: 10rem;
  margin: 0;
}

.text-o {
  margin-left: 2rem;
  margin-right: 2rem;
}

.div-block-9 {
  background-image: url('../images/3o.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-9._2 {
  background-image: url('../images/1o.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-9._3 {
  background-image: url('../images/1o.webp');
}

.div-block-10 {
  width: 100%;
  height: 80%;
  margin-bottom: 2rem;
}

.code-embed-2 {
  width: 100%;
  height: 30rem;
  margin-bottom: 0;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.second-sec-hea {
  z-index: 99999;
  font-family: var(--glavni-font);
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  z-index: 99;
  background-color: #0f0f0f80;
  background-image: url('../images/viber_image_2025-11-30_22-24-54-664_converted.webp');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-11.a-frame {
  background-image: url('../images/viber_image_2025-12-01_17-13-19-772_converted.webp');
}

.div-block-11.pzp {
  background-image: url('../images/3.jpg');
}

.div-block-11.dekoracije {
  background-image: url('../images/1000073586.webp');
}

.div-block-11.gastro {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-664_converted.webp');
}

.div-block-11.lokacija {
  background-image: url('../images/1.jpg');
}

.text-span-2 {
  font-size: 1.2rem;
}

.image-11 {
  width: auto;
}

.image-12 {
  width: auto;
  height: 20rem;
}

.language-btn-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  display: flex;
  position: fixed;
}

.language-btn {
  text-decoration: none;
}

.language-btn-txt {
  color: var(--bijela);
  font-size: 1rem;
  text-decoration: none;
}

.div-block-12 {
  z-index: 99999;
  background-color: var(--crna);
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-span-3 {
  color: var(--zlatna);
}

.text-span-4, .text-span-5 {
  color: var(--zlatna);
  text-decoration: underline;
}

.link-4, .link-5 {
  color: var(--zlatna);
}

.site-wrapper {
  width: 100%;
  max-width: 100vw;
  height: auto;
  overflow: hidden;
}

.meni-image-section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-13 {
  background-image: url('../images/Untitled-design.png');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.pozadinski-video {
  display: none;
}

.slider-4 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-4._5, .slider-4._12 {
  display: none;
}

.left-arrow {
  display: block;
  overflow: visible;
}

.right-arrow {
  display: block;
}

.slide-nav-2 {
  display: none;
}

.image-14 {
  width: 100%;
  height: 100%;
}

.slide1 {
  background-image: url('../images/STA_3746-Enhanced-NR.webp');
  background-position: 50%;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/STA_3791-Enhanced-NR.webp');
  background-position: 50%;
  background-size: cover;
}

.slide2._1 {
  background-image: url('../images/STA_3770-Enhanced-NR.webp');
}

.slide2._2 {
  background-image: url('../images/STA_3753-Enhanced-NR.webp');
  background-position: 20%;
}

.slide2._44 {
  background-image: url('../images/STA_3759-Enhanced-NR.webp');
}

.slide4 {
  background-image: url('../images/STA_3749-Enhanced-NR.webp');
  background-position: 50%;
  background-size: cover;
}

.slide5 {
  background-image: url('../images/2o.webp');
  background-position: 50%;
  background-size: cover;
}

.slide6 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide7 {
  background-image: url('../images/1000073586.webp');
  background-position: 50%;
  background-size: cover;
}

.slide8 {
  background-image: url('../images/1000070346.webp');
  background-position: 50%;
  background-size: cover;
}

.slide8._3 {
  background-image: url('../images/1761489637512130.webp');
}

.slide8._4 {
  background-image: url('../images/1000049989.webp');
}

.slide9 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-838_converted.webp');
  background-position: 50%;
  background-size: cover;
}

.slide10 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-475_converted.webp');
  background-position: 50%;
  background-size: cover;
}

.slide11 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-717_converted.webp');
  background-position: 50%;
  background-size: cover;
}

.slide12 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-664_converted.webp');
  background-position: 50%;
  background-size: cover;
}

.slide13 {
  background-image: url('../images/1000073608.webp');
  background-position: 50%;
  background-size: cover;
}

.slide14 {
  background-image: url('../images/IMG_20251110_133057_055.webp');
  background-position: 50%;
  background-size: cover;
}

.slide15 {
  background-image: url('../images/1000070495.webp');
  background-position: 50%;
  background-size: cover;
}

.slide16 {
  background-image: url('../images/1000050932.webp');
  background-position: 50% 40%;
  background-size: cover;
}

.slide16._6 {
  background-image: url('../images/1000020918.webp');
}

.slide16._5 {
  background-image: url('../images/1000050933.webp');
}

.slide3-copy {
  background-image: url('../images/1756305813239114-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-15 {
  display: block;
}

.img-c {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.loc-img {
  width: 24%;
  height: auto;
}

.column1 {
  background-image: url('../images/1756305811964788-min.jpg');
  background-position: 50%;
  background-size: auto;
  height: 100%;
  padding: 0;
}

.column11 {
  background-image: url('../images/STA_3713.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.column2 {
  background-image: url('../images/1756305811318608-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.column3 {
  background-image: url('../images/1000084970.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.column4 {
  background-image: url('../images/1761489637167740.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.column5 {
  background-image: url('../images/IMG-b2f7549479c3216c0ee582a5f318742f-V-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.column6 {
  background-image: url('../images/IMG-6018324fa1019628e3f322e696c8ef3a-V-min.jpg');
  background-position: 100% 31%;
  background-size: auto;
  height: 100%;
  padding: 0;
}

.column8 {
  background-image: url('../images/1761489640100625.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.a-slide10 {
  background-image: url('../images/1761489637512130.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide3 {
  background-image: url('../images/STA_3726-Enhanced-NR.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide3._10 {
  background-image: url('../images/STA_3763-Enhanced-NR.webp');
}

.a-slide11 {
  background-image: url('../images/IMG_20251110_133057_055.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide5 {
  background-image: url('../images/STA_3749-Enhanced-NR.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide6 {
  background-image: url('../images/STA_3770-Enhanced-NR.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide6._8 {
  background-image: url('../images/STA_3753-Enhanced-NR.webp');
}

.a-slide6._9 {
  background-image: url('../images/STA_3759-Enhanced-NR.webp');
}

.a-slide7 {
  background-image: url('../images/STA_3795.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide8 {
  background-image: url('../images/1000050932.webp');
  background-position: 50%;
  background-size: cover;
}

.slide99, .slide98 {
  width: 100%;
  height: 100%;
}

.slide3 {
  background-image: url('../images/STA_3803.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide4 {
  background-image: url('../images/STA_3791-Enhanced-NR.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide12 {
  background-image: url('../images/STA_3808.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide13 {
  background-image: url('../images/STA_3803.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide14 {
  background-image: url('../images/STA_3694.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide21 {
  background-image: url('../images/1000073608.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide22 {
  background-image: url('../images/1000073586.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide23 {
  background-image: url('../images/1000049989.webp');
  background-position: 50%;
  background-size: cover;
}

.a-slide24 {
  background-image: url('../images/1000070495.webp');
  background-position: 50%;
  background-size: cover;
}

.image-menim {
  vertical-align: baseline;
  display: block;
  overflow: visible;
}

.div-block-13 {
  display: none;
}

.icon-2 {
  background-color: #0000;
  border-radius: 20px;
  padding: 0;
}

.icon-3 {
  background-color: #0000;
  border-radius: 20px;
}

.b-slide1 {
  background-image: url('../images/STA_3749-Enhanced-NR.webp');
  background-position: 24% 59%;
  background-size: 2400px;
}

.b-slide2 {
  background-image: url('../images/STA_3746-Enhanced-NR.webp');
  background-position: 50%;
  background-size: cover;
}

.b-slide3 {
  background-image: url('../images/IMG-6018324fa1019628e3f322e696c8ef3a-V-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.b-slide4 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
}

.b-slide5 {
  background-image: url('../images/1000020918.webp');
  background-position: 50%;
  background-size: cover;
}

.b-slide6 {
  background-image: url('../images/STA_3822.webp');
  background-position: 50%;
  background-size: cover;
}

.b-slide7 {
  background-image: url('../images/1000073586.webp');
  background-position: 50%;
  background-size: cover;
}

.b-slide8 {
  background-image: url('../images/IMG-b4bda4e4dba8fe391ed7585dea07ef89-V-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.b-slide9 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-498_converted.webp');
  background-position: 50%;
  background-size: cover;
}

.b-slide9._1 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-475_converted.webp');
}

.b-slide9._2 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-760_converted.webp');
}

.b-slide9._3 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-664_converted.webp');
}

.b-slide9._4 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-838_converted.webp');
}

.b-slide9._5 {
  background-image: url('../images/viber_image_2025-11-30_22-24-54-717_converted.webp');
}

.slider-5, .slider-6 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-6._5 {
  display: none;
}

.slider-7 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-7._5 {
  display: none;
}

.slider-8 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-8._5 {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 5.5rem;
  }

  .nav-link {
    font-size: 1.8rem;
  }

  .image {
    width: 7rem;
  }

  .footer {
    height: 50vh;
  }

  .container1 {
    flex-flow: column;
  }

  .text-block-2 {
    font-size: 1.3rem;
  }

  .floating-island {
    width: auto;
    height: auto;
    padding: 1rem;
  }

  .floating-island._2 {
    height: 2rem;
    margin-top: 5.5rem;
  }

  .footer-dm-icon {
    width: 2rem;
  }

  .footer-nav {
    display: none;
  }

  .footer-nav-link {
    font-size: 1rem;
  }

  .text-block-3 {
    font-size: 1.3rem;
  }

  .body-2 {
    text-transform: uppercase;
  }

  .text-block-4, .text-block-5 {
    font-size: 1.3rem;
  }

  .second-hero {
    text-transform: capitalize;
    height: 45vh;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .background-video, .background-video.columns1 {
    display: block;
  }

  .navbar-container {
    height: 5.5rem;
  }

  .heading {
    font-size: 4rem;
  }

  .text-block-7, .text-block-8 {
    font-size: 1.3rem;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: static;
  }

  .section-heading {
    font-size: 2rem;
    display: block;
  }

  .section-subhea {
    font-size: 1.5rem;
  }

  .section-paragraph {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-img {
    width: 6rem;
  }

  .accordion-heading {
    font-size: 1.3rem;
  }

  .text-center {
    text-align: center;
    font-size: 1.3rem;
  }

  .accordion-item {
    margin-bottom: 1.5rem;
    padding: 1rem;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
    margin-bottom: .5rem;
    font-size: 1.3rem;
  }

  .divblock-8 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .column-11 {
    display: block;
  }

  .column-image {
    display: none;
  }

  .code-embed-2 {
    height: 20rem;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .second-sec-hea {
    z-index: 111;
    text-transform: capitalize;
    font-size: 2.5rem;
    font-weight: 400;
  }

  .div-block-11 {
    z-index: 110;
    text-transform: capitalize;
  }

  .image-10 {
    width: 3rem;
    margin-top: 0;
    display: block;
  }

  .language-btn-holder {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-transform: uppercase;
    margin-left: 2rem;
  }

  .language-btn-txt {
    font-size: 1.3rem;
  }

  .meni-image-section {
    flex-flow: column;
  }

  .image-13 {
    margin-right: 0;
  }

  .menu-org {
    display: none;
  }

  .pozadinski-video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 100vh;
  }

  .navbar {
    height: 4.5rem;
  }

  .nav-link {
    font-size: 1.6rem;
  }

  .image {
    width: 6rem;
  }

  .footer {
    height: auto;
  }

  .footer2 {
    height: auto;
    padding: 0;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .container1 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .container1._2 {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding: 2rem;
  }

  .text-block-2 {
    margin-bottom: 2rem;
  }

  .floating-island {
    width: auto;
    height: auto;
    padding: .5rem;
  }

  .floating-island._2 {
    margin-top: 4.5rem;
  }

  .dm-container {
    margin-bottom: 1rem;
  }

  .footer-nav {
    display: none;
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .second-hero {
    height: 40vh;
  }

  .section {
    height: auto;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .s-organizer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .background-video {
    display: block;
  }

  .navbar-container {
    height: 4.5rem;
  }

  .heading {
    font-size: 3rem;
  }

  .text-block-7 {
    font-size: 1rem;
  }

  .clasic-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-columns, .column-33 {
    display: block;
  }

  .column-44 {
    height: 100%;
    display: none;
    position: relative;
  }

  .text-block-8 {
    font-size: 1rem;
  }

  .colimn5 {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .colimn5._1 {
    padding: 0;
  }

  .column-6 {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .column7 {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    display: none;
  }

  .column-7 {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .menu-button {
    width: auto;
  }

  .section-heading {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .section-subhea {
    text-align: center;
    font-size: 1.2rem;
  }

  .section-paragraph {
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 0;
    font-size: 1rem;
  }

  .section-paragraph._3 {
    text-align: center;
    width: 100%;
  }

  .small-section {
    height: auto;
    padding: 0;
  }

  .column-9 {
    justify-content: center;
    align-items: center;
  }

  .logo-img {
    width: 6rem;
  }

  .accordion-wrapper {
    width: auto;
  }

  .accordion-heading {
    font-size: 1rem;
  }

  .content-wrapper.slim {
    max-width: 80%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .accordion-item {
    margin-bottom: 1rem;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .heading-2 {
    font-family: var(--glavni-font);
    font-size: 2rem;
    font-weight: 400;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: 1rem;
  }

  .divblock-8 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-span {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-image {
    background-image: url('../images/1756305811318608-min.jpg');
    min-height: 400px;
    margin-bottom: 2rem;
    display: block;
  }

  .column-image._1 {
    background-image: url('../images/1756305811964788-min.jpg');
    display: none;
  }

  .column-image._2 {
    background-image: url('../images/1756305814416653-min.jpg');
    display: none;
  }

  .column-image._3 {
    background-image: url('../images/STA_3689.webp');
  }

  .column-image._4 {
    background-image: url('../images/STA_3746-Enhanced-NR.webp');
  }

  .column-image._5 {
    background-image: url('../images/1756305811318608-min.jpg');
  }

  .column-image._6 {
    background-image: url('../images/IMG-b4bda4e4dba8fe391ed7585dea07ef89-V-min.jpg');
  }

  .column-image._7 {
    background-image: url('../images/1756305812174686-min.jpg');
  }

  .column-image._8 {
    background-image: url('../images/IMG-a2e60f597040ca5953b24e4731597ec6-V-min.jpg');
  }

  .column-image._9 {
    background-image: url('../images/IMG-6018324fa1019628e3f322e696c8ef3a-V-min.jpg');
    margin-bottom: 0;
  }

  .column-image._10 {
    background-image: url('../images/1761489640100625.webp');
  }

  .image-9 {
    width: 8rem;
  }

  .code-embed-2 {
    height: 15rem;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .second-sec-hea {
    font-size: 2rem;
  }

  .image-10 {
    width: 3rem;
  }

  .language-btn-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 1rem;
  }

  .language-btn-txt {
    font-size: 1rem;
  }

  .meni-image-section {
    height: auto;
  }

  .image-13 {
    height: auto;
    margin-right: 0;
  }

  .pozadinski-video {
    display: none;
  }

  .slider-4 {
    height: 20rem;
    margin-bottom: 0;
    display: block;
  }

  .slider-4._5 {
    height: 20rem;
    display: block;
  }

  .slider-4._12 {
    display: block;
  }

  .slide1 {
    background-image: url('../images/STA_3803.webp');
    margin-bottom: 2rem;
  }

  .a-slide9 {
    background-image: url('../images/1000090055_converted.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slide4._1 {
    background-image: url('../images/STA_3770-Enhanced-NR.webp');
  }

  .slide4._2 {
    background-image: url('../images/STA_3753-Enhanced-NR.webp');
  }

  .slide4._3 {
    background-image: url('../images/STA_3759-Enhanced-NR.webp');
  }

  .slide5, .slide6, .slide7, .slide8, .slide9._5 {
    height: 100%;
  }

  .column1 {
    display: none;
  }

  .column11 {
    display: block;
  }

  .column2 {
    display: none;
  }

  .column3 {
    background-image: none;
    padding: 0;
  }

  .column4, .column5, .column6 {
    display: none;
  }

  .column8 {
    background-image: none;
    padding: 0;
  }

  .slide98 {
    height: 20rem;
  }

  .slider-5, .slider-6 {
    height: 20rem;
    margin-bottom: 0;
    display: block;
  }

  .slider-6._5 {
    height: 20rem;
    display: block;
  }

  .slider-7 {
    height: 20rem;
    margin-bottom: 0;
    display: block;
  }

  .slider-7._5 {
    height: 20rem;
    display: block;
  }

  .slider-8 {
    height: 20rem;
    margin-bottom: 0;
    display: block;
  }

  .slider-8._5 {
    height: 20rem;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-flow: column;
  }

  .hero-section {
    height: 100vh;
  }

  .navbar {
    height: 3.5rem;
    position: fixed;
  }

  .nav-link {
    font-size: 1.4rem;
  }

  .image {
    width: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    display: block;
  }

  .text-block {
    font-size: .6rem;
  }

  .text-block-2 {
    font-size: .8rem;
  }

  .floating-island {
    width: auto;
    height: auto;
    margin-left: .25rem;
    margin-right: 0;
    padding: .5rem .25rem;
    position: absolute;
  }

  .floating-island._2 {
    border-bottom-right-radius: 20px;
    width: 100%;
    margin-top: 3.5rem;
    margin-left: 0;
    box-shadow: 0 -1px 9px 3px #000000b3;
  }

  .link-3 {
    font-size: .8rem;
  }

  .footer-nav {
    display: none;
  }

  .column {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-size: .8rem;
  }

  .second-hero {
    height: 35vh;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .background-video {
    display: none;
  }

  .navbar-container {
    height: 3.5rem;
  }

  .text-block-7 {
    text-align: center;
  }

  .container2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container2._5 {
    width: 98%;
  }

  .column-33 {
    background-image: none;
    display: block;
  }

  .column-44 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    height: 100%;
    padding-left: 0;
    display: none;
  }

  .text-block-8 {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .8rem;
  }

  .colimn5 {
    padding: 0;
  }

  .column-6 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    display: flex;
  }

  .link-organizer {
    padding-bottom: 10rem;
  }

  .menu-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    display: block;
  }

  .section-subhea {
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  .section-paragraph {
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
    font-size: .8rem;
    display: block;
  }

  .column-9 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-img {
    width: 4rem;
  }

  .code-embed {
    height: 15rem;
  }

  .accordion-heading {
    font-size: .8rem;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .text-center {
    text-align: center;
    font-size: .8rem;
  }

  .accordion-item {
    margin-bottom: 1rem;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: .8rem;
  }

  .divblock-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-span {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .column-image {
    background-image: none;
    min-height: 300px;
    margin-bottom: 2rem;
    display: block;
  }

  .column-image._1 {
    background-image: url('../images/1756305811964788-min.jpg');
  }

  .column-image._3 {
    background-image: url('../images/STA_3689.webp');
    margin-bottom: 1rem;
  }

  .column-image._4 {
    background-image: url('../images/STA_3746-Enhanced-NR.webp');
    margin-bottom: 1rem;
    display: block;
  }

  .column-image._5 {
    background-image: url('../images/2o.webp');
  }

  .column-image._6 {
    background-image: url('../images/1000084970.webp');
    margin-bottom: 1rem;
  }

  .column-image._8 {
    background-image: url('../images/IMG-a2e60f597040ca5953b24e4731597ec6-V-min.jpg');
  }

  .image-9 {
    width: 6rem;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .second-sec-hea {
    font-size: 1.5rem;
  }

  .image-10 {
    width: 2rem;
    height: auto;
  }

  .text-span-2 {
    font-size: .8rem;
  }

  .language-btn-holder {
    margin-left: 0;
    margin-right: auto;
  }

  .language-btn-txt {
    text-transform: uppercase;
  }

  .image-13 {
    vertical-align: baseline;
    height: auto;
    margin-right: auto;
  }

  .pozadinski-video {
    display: block;
  }

  .slider-4 {
    height: 20rem;
    margin-bottom: 1rem;
    display: block;
  }

  .slider-4._5 {
    height: 20rem;
    margin-bottom: 2rem;
    display: block;
  }

  .slider-4._12 {
    margin-bottom: 1rem;
  }

  .slide1 {
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    position: static;
  }

  .slide2 {
    height: 100%;
  }

  .a-slide9 {
    background-image: url('../images/1000090055_converted.webp');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .slide4 {
    height: 100%;
  }

  .slide5 {
    margin-bottom: 0;
  }

  .column1, .column2, .column4, .column5, .column6 {
    display: none;
  }

  .column8 {
    background-image: none;
    padding: 0;
    display: block;
  }

  .a-slide6 {
    background-image: url('../images/STA_3763-Enhanced-NR.webp');
  }

  .a-slide6._6554 {
    background-image: url('../images/STA_3770-Enhanced-NR.webp');
  }

  .a-slide6._456565 {
    background-image: url('../images/STA_3753-Enhanced-NR.webp');
  }

  .a-slide6._365 {
    background-image: url('../images/STA_3759-Enhanced-NR.webp');
  }

  .slide98 {
    margin-bottom: 2rem;
  }

  .div-block-13 {
    display: block;
  }

  .div-block-14 {
    display: none;
  }

  .b-slide9 {
    background-image: url('../images/viber_image_2025-11-30_22-24-54-498_converted.webp');
  }

  .b-slide9._1 {
    background-image: url('../images/viber_image_2025-11-30_22-24-54-475_converted.webp');
  }

  .b-slide9._2 {
    background-image: url('../images/viber_image_2025-11-30_22-24-54-760_converted.webp');
  }

  .b-slide9._3 {
    background-image: url('../images/viber_image_2025-11-30_22-24-54-664_converted.webp');
  }

  .b-slide9._4 {
    background-image: url('../images/viber_image_2025-11-30_22-24-54-838_converted.webp');
  }

  .b-slide9._5 {
    background-image: url('../images/viber_image_2025-11-30_22-24-54-717_converted.webp');
  }

  .slider-5, .slider-6 {
    height: 20rem;
    margin-bottom: 0;
    display: block;
  }

  .slider-6._5 {
    height: 20rem;
    margin-bottom: 2rem;
    display: block;
  }

  .slider-7 {
    height: 20rem;
    margin-bottom: 0;
    display: block;
  }

  .slider-7._5 {
    height: 20rem;
    margin-bottom: 2rem;
    display: block;
  }

  .slider-8 {
    height: 20rem;
    margin-bottom: 0;
    display: block;
  }

  .slider-8._5 {
    height: 20rem;
    margin-bottom: 2rem;
    display: block;
  }
}


@font-face {
  font-family: 'Lihataja';
  src: url('../fonts/Lihataja.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}