body {
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  height: 40px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}

.link-block:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.image {
  display: block;
  width: 22px;
}

.text-block {
  margin-top: 2px;
  margin-left: 8px;
  color: #010101;
  font-size: 14px;
}

.text-block:hover {
  color: #f7be00;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.navbar.white {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-style: none;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.nav-menu {
  z-index: 1;
  margin-top: 5px;
  border-radius: 4px;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
  text-transform: none;
}

.dropdown-link:hover {
  color: #f7be00;
}

.dropdown-link.w--current {
  color: #562b7c;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.dropdown-link.kontakti.d {
  display: none;
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.nav-link {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  color: #231f20;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f7be00;
}

.nav-link.w--current {
  color: #f7be00;
}

.nav-link.w--current:hover {
  color: #333;
}

.nav-link.dropdown-toggle {
  margin-top: -5px;
  padding-right: 30px;
}

.nav-link.dropdown-toggle:hover {
  color: #f7be00;
}

.nav-link.dropdown-toggle.w--open {
  color: #f7be00;
}

.logo-block {
  position: absolute;
  z-index: 4000;
  width: 120px;
  margin-top: -45px;
  padding: 5px;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.image-4 {
  margin-top: -10px;
}

.text-block-9 {
  margin-bottom: 40px;
  font-family: 'Alex Brush', sans-serif;
  color: #f7be00;
  font-size: 75px;
  text-shadow: 2px 2px 1px #231f20;
}

.naslovna-2 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  text-shadow: 3px 0 1px #231f20;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 192, 70, 0.01)), to(rgba(162, 192, 70, 0.01))), url('../images/Vino-kmetija-Kraljič.jpg');
  background-image: linear-gradient(180deg, rgba(162, 192, 70, 0.01), rgba(162, 192, 70, 0.01)), url('../images/Vino-kmetija-Kraljič.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-3.slika-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0.2)), to(rgba(35, 31, 32, 0.2))), url('../images/Vinogradi-kmečki-turizem-Kraljič-5.jpg');
  background-image: linear-gradient(180deg, rgba(35, 31, 32, 0.2), rgba(35, 31, 32, 0.2)), url('../images/Vinogradi-kmečki-turizem-Kraljič-5.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.slide-3.slika-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Praznovanja-poroke-kmetija-Kraljič-3.JPG');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Praznovanja-poroke-kmetija-Kraljič-3.JPG');
}

.section {
  position: static;
  background-color: #fff;
}

.right-arrow {
  text-shadow: 3px 0 1px #000;
}

.align-center-2 {
  margin-top: 20px;
  margin-right: 5%;
  margin-left: 5%;
  text-align: center;
}

.left-arrow {
  text-shadow: 2px 2px 1px #000;
}

.slider-2 {
  height: 100vh;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #231f20;
  font-size: 38px;
  line-height: 37px;
  font-weight: 600;
}

.feature-intro-title {
  margin-bottom: 10px;
  font-family: 'Alex Brush', sans-serif;
  color: #f7be00;
  font-size: 45px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 1px 1px 1px #231f20;
}

.feature-intro-title.naslov {
  margin-bottom: 40px;
  font-size: 80px;
}

.section-2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-2.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.feature-section.odd {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top-width: 1px;
  border-top-color: rgba(51, 112, 166, 0.25);
  background-color: #fafafa;
}

.feature-text-block {
  width: 50%;
  float: left;
}

.feature-text-block.right {
  width: 50%;
  margin-right: 30px;
  margin-left: 30px;
  float: right;
  text-align: left;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-10 {
  padding-top: 10px;
  font-family: 'Alex Brush', sans-serif;
  color: #fff;
  font-size: 44px;
  text-shadow: 1px 1px 1px #231f20;
}

.paragraph-2 {
  padding-top: 20px;
  color: #fff;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Italian.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-block-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.jezik {
  color: #231f20;
  text-decoration: none;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-6 {
  padding: 1px;
}

.section-4 {
  margin-top: 160px;
  margin-bottom: 20px;
}

.container-8 {
  text-align: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #231f20;
}

.div-block-32.ozadje {
  background-image: url('../images/Kmečki-turizem-kmetija-Kraljič-24.JPG');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.background-video {
  height: 100%;
}

.icon-2 {
  padding-top: 40px;
}

.icon-3 {
  padding-top: 40px;
}

.div-block-33 {
  width: 50%;
}

.section-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link-8 {
  padding: 5px;
}

.list-item {
  list-style-type: disc;
}

.text-block-12 {
  padding-bottom: 20px;
  font-size: 20px;
}

.paragraph-5 {
  color: #231f20;
}

.link-block-3 {
  width: 30px;
}

.link-block-3:hover {
  border-radius: 20px;
  background-color: #f7be00;
}

.text-block-13 {
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prices-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 2%;
  font-family: Oswald, sans-serif;
  color: #f7be00;
  font-size: 3vh;
  line-height: 3.4vh;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.paragraph {
  color: #333;
}

.text {
  display: block;
  margin-bottom: 8%;
}

.right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.div-block-39 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.link-2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-decoration: none;
}

.link-2:hover {
  color: #f7be00;
}

.text-block-15 {
  margin-top: 30px;
  padding: 5px;
  background-color: #333;
  color: rgba(255, 255, 255, 0.5);
}

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

.slider {
  position: relative;
  overflow: hidden;
  height: 40vh;
  padding-bottom: 0px;
  background-color: transparent;
}

.slider-mask {
  display: block;
  overflow: visible;
  width: 25%;
  margin-right: auto;
}

.slider-arrow {
  left: 0px;
  top: 0px;
  width: 55px;
  height: 55px;
  background-color: #fff;
}

.slider-arrow.left {
  left: auto;
  top: auto;
  right: 6%;
  bottom: 0%;
}

.slider-arrow.right {
  left: auto;
  top: auto;
  right: 2%;
  bottom: 0%;
}

.slide-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow-icon {
  color: #000;
  font-size: 22px;
}

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

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: none;
  perspective: none;
}

.swiper-slide {
  overflow: hidden;
  width: 300px;
  height: 300px;
  min-width: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
}

.swiper-container {
  overflow: visible;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.picture {
  overflow: hidden;
  width: 300px;
  height: 301px;
  background-image: url('../images/Vino-kmetija-Kraljič-3.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.picture.t-7 {
  background-image: url('../images/Pridelava-jabolk-kmetija-Marko-1.jpg');
}

.picture.t-4 {
  background-image: url('../images/Vino-kmetija-Kraljič-2.JPG');
  background-size: cover;
}

.picture.t-8 {
  background-image: url('../images/Pridelava-jabolk-kmetija-Marko.jpg');
}

.picture.t-3 {
  background-image: url('../images/Kmečki-turizem-kmetija-Kraljič-11.jpg');
  background-size: cover;
}

.picture.t-5 {
  background-image: url('../images/Turistična-kmetija-Kraljič-17.jpg');
  background-size: cover;
}

.picture.t-6 {
  background-image: url('../images/Pridelava-jabolk-kmetija-Marko-2.jpg');
  background-size: cover;
}

.picture.t-10 {
  background-image: url('../images/Vinogradništvo-kmetija-Marko.jpg');
}

.picture.t-2 {
  background-image: url('../images/Vino-kmetija-Kraljič-4.JPG');
  background-size: cover;
}

.picture.t-1 {
  background-image: url('../images/Pridelava-sadja-kmetija-Marko.-1.jpg');
  background-size: cover;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-right-arrow {
  color: #444;
}

.slide-4.tabor {
  background-image: url('../images/Sobe-prenočišča-kmetija-Kraljič-17.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4.tabor-1 {
  background-image: url('../images/Sobe-prenočišča-kmetija-Kraljič.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4.tabor-2 {
  background-image: url('../images/Sobe-prenočišča-kmetija-Kraljič-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.slider-text {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.slider-3 {
  position: static;
  width: 400px;
  height: 400px;
  background-color: transparent;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-left-arrow {
  color: #444;
}

.slide-content-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.povpra-evanje {
  background-color: #333;
}

.povpra-evanje:hover {
  background-color: #f7be00;
}

.div-block-41 {
  text-align: center;
}

.piskotki-naslov {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.section-7 {
  margin-top: 100px;
}

.image-5 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-6 {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.section-8 {
  background-color: #333;
}

.container-9 {
  padding: 30px;
  text-align: center;
}

.text-block-16 {
  padding-bottom: 5px;
  color: #fff;
}

.image-7 {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .div-block {
    z-index: 1000;
    padding-left: 20%;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-block.email {
    display: none;
  }

  .text-block {
    font-size: 14px;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .icon {
    margin-top: -3px;
    padding-top: 0px;
    font-size: 40px;
  }

  .fixed-nav-menu-button {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #231f20;
    color: #fff;
    text-align: center;
  }

  .fixed-nav-menu-button:hover {
    background-color: #f7be00;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #f7be00;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.white {
    background-color: hsla(0, 0%, 100%, 0.9);
    background-image: none;
  }

  .container-6 {
    margin-top: -34px;
  }

  .nav-menu {
    margin-top: -1px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-color: #292c31;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    font-size: 16px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
  }

  .nav-link:hover {
    background-color: #f7be00;
    color: #231f20;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.dropdown-toggle:hover {
    color: #333;
  }

  .logo-block {
    margin-top: -38px;
    margin-left: -35px;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .text-block-9 {
    font-size: 65px;
  }

  .naslovna-2 {
    font-size: 55px;
    line-height: 55px;
  }

  .section {
    padding-bottom: 45px;
  }

  .section-2 {
    padding: 45px;
  }

  .section-2.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-text-block {
    width: 400px;
  }

  .div-block-34 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-block-3 {
    width: 40px;
    margin-left: 31px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #f7be00;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .prices-title {
    margin-right: 15px;
  }

  .slider {
    height: 24vh;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    display: none;
  }

  .container {
    padding-right: 20px;
  }

  .link-block {
    margin-right: 5px;
    margin-left: 5px;
  }

  .text-block {
    font-size: 13px;
  }

  .icon {
    margin-top: -3px;
    font-size: 40px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    margin-top: 0px;
  }

  .container-6 {
    margin-top: -10px;
    padding-top: 13px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .dropdown-link:hover {
    background-color: #f7be00;
  }

  .dropdown-link.kontakti:hover {
    color: #333;
  }

  .dropdown-link.kontakti.d {
    display: block;
  }

  .nav-link {
    padding-left: 25px;
  }

  .logo-block {
    margin-top: -14px;
    margin-left: 5px;
  }

  .image-4 {
    margin-top: -25px;
  }

  .text-block-9 {
    padding-right: 40px;
    padding-left: 40px;
    line-height: 30px;
  }

  .align-center-2 {
    margin-right: 7%;
    margin-left: 7%;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-2.feature-section.odd {
    margin-top: -48px;
  }

  .feature-text-block {
    width: 100%;
  }

  .feature-text-block.right {
    width: 90%;
  }

  .div-block-31 {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .section-4 {
    margin-top: 120px;
  }

  .paragraph-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-32 {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .section-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-36 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .left-content {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .prices-title {
    margin-right: 20px;
  }

  .right-content {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
    float: none;
  }

  .div-block-38 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    display: none;
  }

  .icon {
    font-size: 45px;
  }

  .fixed-nav-menu-button {
    margin-right: 0px;
  }

  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .navbar.white {
    margin-top: 0px;
    padding-top: 5px;
  }

  .dropdown-link:hover {
    background-color: #f7be00;
  }

  .nav-link.dropdown-toggle.w--open {
    background-color: #f7be00;
    color: #333;
  }

  .logo-block {
    margin-top: 18px;
    padding: 0px;
  }

  .image-4 {
    margin-top: -55px;
  }

  .text-block-9 {
    font-size: 55px;
  }

  .naslovna-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .section {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .slider-2 {
    margin-top: 72px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .feature-intro-title.naslov {
    font-size: 52px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.feature-section.odd {
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-text-block.right {
    margin-right: 5px;
    margin-left: 5px;
  }

  .paragraph-2 {
    padding-top: 10px;
  }

  .slide-nav {
    margin-bottom: 42%;
  }

  .div-block-31 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-32 {
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-32.ozadje {
    background-position: 71% 50%;
  }

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

  .section-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-34 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-12 {
    padding-bottom: 0px;
    font-size: 16px;
  }

  .text-block-13 {
    padding-bottom: 10px;
  }

  .prices-title {
    margin-right: 5px;
    margin-left: 5px;
  }
}

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