:root {
  --black: #333;
  --red: #ef1c25;
  --pink: #f8c4d3;
  --dodger-blue: #3898ec;
}

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

.slider-nav {
  z-index: 1000;
  text-align: right;
  font-size: 18px;
  display: block;
  position: absolute;
  bottom: 8%;
  left: 4%;
  right: 4%;
  overflow: visible;
}

.home-logo {
  width: 150px;
  margin-top: 4%;
  margin-left: 8%;
  position: relative;
}

.slide3 {
  background-image: url('../images/Kozmetični-salon-Lakšmi-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3.slika-1 {
  background-image: url('../images/Ličenje-kozmetični-salon-Lakšmi-1.webp');
  background-position: 50%;
}

.left-arrow {
  display: none;
}

.slider {
  background-color: #1d1416;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.slides-text {
  color: #fff;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
  width: 70%;
  font-family: Merriweather, serif;
  font-size: 12vh;
  font-weight: 600;
  line-height: 10vh;
  position: relative;
}

.right-arrow {
  color: #fff;
  width: 44px;
  height: 44px;
  padding-top: 2px;
  font-size: 40px;
}

.body {
  font-family: Exo, sans-serif;
}

.menu_item {
  margin-top: 5px;
  display: inline-block;
}

.menu_list {
  display: inline-block;
}

.nav-logo {
  background-image: url('../images/hairspa_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 60px;
}

.nav-logo.w--current {
  width: 100px;
  height: 70px;
}

.nav-logo.home-logo {
  display: none;
}

.nav-container {
  background-color: #fff;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.nav {
  background-color: #ffffffe6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  margin-top: 10px;
}

.menu_link {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 14px;
  font-size: 16px;
  transition: background-color .4s;
}

.menu_link:hover, .menu_link.w--current {
  background-color: var(--red);
  color: #fff;
}

.menu_link.dropdown {
  margin-top: -10px;
  padding-right: 40px;
}

.link-block {
  width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  position: absolute;
}

.dropdown-link {
  font-family: Open Sans, sans-serif;
}

.dropdown-link:hover, .dropdown-link.w--current {
  background-color: var(--red);
  color: #fff;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: 5px;
  font-size: 24px;
  display: inline-block;
}

.text-span {
  font-family: Great Vibes, cursive;
  font-size: 80px;
  font-weight: 400;
  display: block;
}

.background {
  background-color: #170d10;
  background-image: linear-gradient(#0003, #0003), url('../images/Kozmetični-salon-Lakšmi-5.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background.slika-1 {
  background-image: linear-gradient(#0003, #0003), url('../images/Kozmetični-salon-Lakšmi-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.div-block-2 {
  background-color: #ffffffbf;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 25px;
}

.link {
  color: #fffcfc;
}

.link:hover {
  transform: scale(1.02);
}

.left-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 50%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.button {
  text-align: center;
  width: 200px;
  margin-top: 10px;
  font-size: 16px;
}

.button:hover {
  background-color: var(--pink);
  color: var(--black);
}

.text-block-2 {
  margin-top: 0;
}

.link-block-2 {
  border: 1px solid var(--black);
  border-radius: 8px;
  width: 35px;
  margin-top: 0;
  margin-left: 10px;
  padding-top: 5px;
  padding-left: 5px;
}

.link-block-2:hover {
  background-color: var(--red);
  transform: scale(1.1);
}

.section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-2 {
  text-align: center;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  display: flex;
  position: relative;
}

.link-block-3:hover {
  transform: scale(1.01);
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-2 {
  width: 500px;
}

.noga {
  background-color: #ebebeb;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.icon {
  padding-top: 0;
}

.container {
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 20px;
}

.html-embed-2 {
  flex: 1;
}

.text-block-3 {
  text-align: center;
  padding-top: 20px;
}

.naslov {
  padding-top: 0;
  font-size: 18px;
}

.button-2 {
  border-radius: 8px;
  margin-top: 15px;
  font-size: 15px;
}

.button-2:hover {
  background-color: var(--red);
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-2 {
  color: var(--dodger-blue);
}

.link-2:hover {
  color: var(--red);
}

.text-span-2 {
  color: var(--dodger-blue);
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.lightbox-link-6 {
  box-shadow: 7px 7px 40px #0000004d;
}

.lightbox-link-6.izdelki {
  box-shadow: none;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.lightbox-link-6.manjsa-slika {
  box-shadow: none;
  width: 80px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  padding-left: 40px;
  display: flex;
}

.div-block-7.kreme {
  width: 100%;
}

.heading-7 {
  color: #748857;
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
}

.section-2 {
  margin-top: 80px;
}

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

.list-item.sublist {
  margin-left: 18px;
  list-style-type: none;
}

.text-block-4, .text-block-5 {
  text-align: center;
}

.div-block-8 {
  flex: 1;
}

.container-3 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-3, .text-span-3 {
  color: var(--dodger-blue);
}

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

.container-4 {
  display: flex;
}

.div-block-10 {
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto;
  display: flex;
}

.dropdown-list {
  background-color: #d9d7d7;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.section-4 {
  margin-left: 30px;
  margin-right: 30px;
}

.about-gallery-container {
  border-top: 1px #ddd;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 50px;
}

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

.button-3 {
  border-radius: 8px;
  margin-top: 15px;
  font-size: 15px;
}

.button-3:hover {
  background-color: #ef1c25;
}

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

.div-block-12 {
  position: absolute;
  inset: 0%;
}

.naziv-noga {
  margin-top: 0;
  font-size: 18px;
}

.d {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  flex: 1;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .home-logo {
    width: 120px;
    margin-left: 4%;
  }

  .slider {
    margin-top: 47px;
  }

  .slides-text {
    width: 65%;
  }

  .menu_item {
    margin-top: 3px;
  }

  .nav-container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav {
    background-image: none;
  }

  .nav-menu {
    margin-top: 5px;
  }

  .menu_link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu_link.dropdown {
    margin-top: -10px;
  }

  .link-block {
    width: 100px;
    margin-top: 10px;
    margin-left: 0;
  }

  .link-block.w--current {
    padding-top: 3px;
  }

  .div-block-2 {
    margin-top: 13%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .left-content {
    margin-left: 1%;
    margin-right: 1%;
  }

  .button {
    width: 100%;
  }

  .link-block-3 {
    text-align: center;
  }

  .heading-6 {
    font-size: 25px;
  }

  .div-block-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon {
    margin-top: 9.9905px;
  }

  .lightbox-link-6.manjsa-slika {
    width: 80px;
  }

  .div-block-10 {
    flex-wrap: wrap;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .slider-nav {
    z-index: 800;
  }

  .home-logo {
    width: 100px;
  }

  .slider {
    margin-top: 81px;
  }

  .slides-text {
    width: 75%;
    font-size: 11vh;
  }

  .right-arrow {
    display: none;
  }

  .menu_list {
    padding-left: 0;
  }

  .nav-container {
    width: 100%;
  }

  .nav {
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 85px;
    padding-bottom: 0;
  }

  .menu_link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu_btn.w--open {
    color: #f2f2f2;
    text-transform: uppercase;
    background-color: #fffffff0;
  }

  .link-block {
    width: 200px;
  }

  .div-block {
    margin-top: 33%;
  }

  .text-span {
    line-height: 60px;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-top: 19%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .left-content {
    width: 90%;
  }

  .heading {
    font-size: 28px;
  }

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

  .heading-6 {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    padding-left: 0;
  }

  .container-2 {
    flex-direction: column;
  }

  .div-block-6 {
    text-align: center;
    width: 100%;
  }

  .lightbox-link-6.manjsa-slika {
    width: 95px;
  }

  .div-block-7 {
    width: 90%;
    padding-left: 0;
  }

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

  .icon-2 {
    color: var(--red);
    font-size: 50px;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .section-4 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    height: 65vh;
  }

  .slides-text {
    font-size: 6vh;
  }

  .menu_btn {
    font-size: 35px;
  }

  .link-block {
    width: 125px;
    margin-top: 17px;
  }

  .div-block {
    margin-top: 60%;
  }

  .text-span {
    font-size: 60px;
  }

  .div-block-2 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-content {
    width: 95%;
  }

  .button {
    width: 100%;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-2 {
    font-size: 14px;
  }

  .lightbox-link-6.manjsa-slika, .div-block-7 {
    width: 100%;
  }

  .heading-7 {
    margin-top: 30px;
    font-size: 50px;
  }

  .button-3 {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'News706n';
  src: url('../fonts/NEWS706N.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}