:root {
  --midnight-blue: #080137;
  --black: black;
  --white: white;
  --white-2: rgba(255, 255, 255, .8);
  --crimson: #d3063d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.hero-section {
  background-image: linear-gradient(to bottom, var(--midnight-blue) 77%, var(--black));
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 0;
  transition: opacity .2s;
}

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

.section.projekti-section {
  background-color: var(--midnight-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.o-nama-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.kontakt-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.footer {
  text-align: center;
  text-transform: uppercase;
  background-color: #2e3741;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 1350px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container.hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1350px;
  margin-top: 165px;
  display: flex;
}

.container.navbar-container {
  clear: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  left: auto;
  overflow: visible;
}

.container.usluge-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1350px;
  display: block;
}

.container.o-nama-container {
  width: 1100px;
}

.heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.25;
}

.heading.main-heading {
  color: #fff;
  letter-spacing: 1px;
  font-size: 4rem;
}

.heading.usluge-heading {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 600;
}

.heading.projekti-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 600;
}

.heading.heading-o-nama {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 600;
}

.heading.kontakt-heading {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 600;
}

.heading.heading-footer {
  color: var(--white-2);
  margin-bottom: 0;
  font-size: 2rem;
}

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

.image {
  aspect-ratio: 4;
  object-fit: cover;
}

.navbar {
  z-index: 9999;
  background-color: var(--midnight-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 2rem;
}

.brand {
  flex: 1;
}

.nav-menu {
  flex: 0 auto;
}

.text-span-2, .text-span-3 {
  color: var(--crimson);
  font-size: 24px;
}

.nav-link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.usluge-description {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
}

.usluge-description.white {
  color: var(--white);
}

.usluge-content {
  flex: 0 auto;
  align-self: auto;
}

.usluge-columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-wrapper {
  border-bottom: 2px solid #3171e9;
  border-left: 2px solid #3171e9;
  border-radius: 25px;
  min-height: 300px;
  padding: 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.text-span-4 {
  color: var(--crimson);
}

.usluge-heading-item {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.25;
}

.usluge-icon-item {
  margin-top: 10px;
  margin-bottom: 30px;
}

.text-block {
  color: var(--white);
  line-height: 1.4;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.text-size-medium {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}

.gallery21_lightbox-link {
  width: 100%;
}

.gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery21_arrow {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery21_arrow.is-left {
  border-width: 2px;
  right: 4rem;
}

.gallery21_slide-nav {
  filter: invert();
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery21_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery21_slide {
  padding-right: 2rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery21_arrow-icon {
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_gallery21 {
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.heading-2 {
  color: var(--white);
}

.text-span-5 {
  color: var(--crimson);
}

.grid {
  grid-template-rows: auto;
}

.text-wrapper {
  text-align: center;
}

.text-span-6 {
  color: var(--crimson);
}

.text-block-2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}

.btn {
  border: 2.5px solid var(--crimson);
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 40px;
  padding: 10px 20px;
  display: none;
}

.text-span-7 {
  color: var(--crimson);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-wrapper-phone {
  border-bottom: 2px solid #3171e9;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.column {
  text-align: center;
  padding-left: 40px;
  padding-right: 0;
}

.text-block-3 {
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}

.link {
  color: #333;
  text-decoration: none;
}

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

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.text-span-8, .text-span-9 {
  color: var(--crimson);
}

.text-block-5 {
  color: var(--white-2);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.link-block {
  margin-bottom: 40px;
}

.text-block-6 {
  color: var(--white-2);
  text-transform: none;
}

.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;
}

.brands {
  background-color: rgba(255, 255, 255, 0);
  margin: 40px auto 60px;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-image {
  height: 50px;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gallery21_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery21_image-wrapper-2 {
  width: 100%;
}

.gallery21_arrow-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery21_arrow-2.is-left {
  right: 4rem;
}

.gallery21_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery21_mask-2 {
  width: 50%;
  overflow: visible;
}

.text-block-7 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.contact-text {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.adress-link {
  text-decoration: none;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: var(--midnight-blue);
  font-weight: 400;
}

.div-block-36 {
  background-image: url('../images/73210207_142203937177875_3292220856201117696_n-1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
}

.div-block-34 {
  background-image: url('../images/33079-DS-Barbers.PNG');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
}

.section_content {
  width: 100%;
  max-width: 1600px;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.section_content.gallery {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-28 {
  background-image: url('../images/73546060_480817215975261_4975138065293536011_n.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
}

.div-block-29 {
  background-image: url('../images/black3.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
}

.div-block-32 {
  background-image: url('../images/home-showcase-3.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
}

.div-block-31 {
  background-image: url('../images/Skin-Fade-with-Beard-and-Quiff.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
}

.div-block-33 {
  background-image: url('../images/home-showcase-4-1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
}

.div-block-35 {
  background-image: url('../images/cool-Low-Skin-Fade-Haircut-2019.jpg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #000;
}

.div-block-30 {
  background-image: url('../images/72891252_968226523560204_6679666730276343814_n.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  grid-template-rows: 387px 499px 250px 400px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.large-image {
  background-image: url('../images/dsfdsfsdfdsf-392x800.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
}

.overview-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.card-flip {
  cursor: pointer;
  border-bottom: 2px solid #3171e9;
  border-left: 2px solid #3171e9;
  border-radius: 30px;
  min-width: 400px;
  min-height: 400px;
  position: relative;
}

.overview-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 300px;
  padding: 20px 20px 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
}

.overview-wrapper.is-back {
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.overview-heading {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
}

.overview-number {
  color: rgba(51, 51, 51, .19);
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.pointer {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.overview-txt {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: auto;
  margin-bottom: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.slide {
  width: auto;
  padding: 16px;
}

.mask {
  width: 50%;
  overflow: visible;
}

.slide-nav {
  top: auto;
  bottom: -3%;
  right: auto;
}

.left-arrow {
  height: 100px;
  top: auto;
  bottom: -6%;
  left: auto;
  right: 10%;
}

.right-arrow {
  height: 100px;
  top: auto;
  bottom: -6%;
  left: auto;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .section.hero-section {
    min-height: 80vh;
  }

  .section.kontakt-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section.footer {
    padding-top: 80px;
  }

  .heading.main-heading {
    font-size: 3.5rem;
  }

  .nav-menu {
    background-color: var(--midnight-blue);
  }

  .nav-link {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
  }

  .column-wrapper {
    margin-bottom: 10px;
  }

  .padding-section-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery21_mask {
    width: 80%;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 0;
    display: grid;
  }

  .contact-wrapper-phone {
    margin-bottom: 15px;
  }

  .text-block-5 {
    padding: 21px;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .icon {
    color: #fff;
  }

  .logo-container {
    min-width: 150%;
  }

  .logo-image {
    height: 45px;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .adress-link {
    display: block;
  }

  .div-block-36, .div-block-34 {
    border-width: 4px;
  }

  .section_content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-28, .div-block-29, .div-block-32, .div-block-31, .div-block-33 {
    border-width: 4px;
  }

  .div-block-35 {
    border-width: 4px;
    display: none;
  }

  .div-block-30 {
    border-width: 4px;
  }

  .grid-4 {
    grid-template-rows: 334px 291px 349px 315px 416px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 0;
  }

  .large-image {
    border-width: 4px;
  }

  .overview-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .mask {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section.hero-section {
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .container.hero-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .heading.main-heading {
    font-size: 2.9rem;
  }

  .padding-section-large {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery21_mask {
    width: 100%;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-wrapper {
    text-align: center;
  }

  .logo-container {
    min-width: 200%;
  }

  .logo-image {
    height: 40px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery21_arrow-2.is-left {
    right: 3.5rem;
  }

  .gallery21_mask-2 {
    width: 100%;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-rows: 158px 291px 162px 315px 416px;
  }

  .overview-heading {
    font-size: 1.5rem;
  }

  .left-arrow, .right-arrow {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading.main-heading {
    text-align: center;
    font-size: 2.4rem;
  }

  .image {
    aspect-ratio: 4 / 4;
    object-fit: cover;
  }

  .nav-menu {
    background-color: #0a0136;
  }

  .usluge-columns {
    text-align: center;
    display: block;
  }

  .column-wrapper {
    min-width: 265px;
  }

  .padding-section-large {
    padding-top: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid {
    display: block;
  }

  .img-wrapper {
    justify-content: center;
    display: flex;
  }

  .image-2 {
    margin-bottom: 30px;
  }

  .menu-button {
    background-color: #0a0036;
  }

  .menu-button.w--open {
    background-color: rgba(10, 0, 54, 0);
  }

  .icon {
    color: #fff;
    background-color: rgba(19, 19, 19, 0);
  }

  .logo-container {
    min-width: 500%;
  }

  .text-block-7 {
    line-height: 1.6;
  }

  .section_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    grid-template-rows: 153px 158px 162px 205px 196px;
  }

  .card-flip {
    min-width: 200px;
  }

  .overview-wrapper {
    min-width: 200px;
    min-height: 300px;
  }

  .overview-txt {
    text-align: center;
  }

  .slide {
    padding: 0;
  }

  .slide-nav {
    bottom: -5%;
  }
}

#w-node-_6df9bf80-21d9-4fb7-b1cf-5ce092c25db3-bc22af48, #w-node-_83870836-2b52-db01-90d6-4bc840396109-bc22af48, #w-node-_83870836-2b52-db01-90d6-4bc840396118-bc22af48, #w-node-_83870836-2b52-db01-90d6-4bc840396124-bc22af48, #w-node-_7538a08b-6999-4113-2fe4-173167c9e5dc-bc22af48, #w-node-_7538a08b-6999-4113-2fe4-173167c9e5e9-bc22af48, #w-node-_7538a08b-6999-4113-2fe4-173167c9e5f6-bc22af48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2566b26d-aa21-41bc-bab4-8553227db9be-bc22af48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_54cfeb33-6905-49d8-a98d-e76a4552b7ae-bc22af48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da2a4c1-6cfc-a5e5-f939-115409ad9df9-bc22af48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5053e968-9df0-19e2-78d5-a3910369c144-bc22af48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dabb81c-4702-18f3-a43b-461c338e2844-bc22af48, #w-node-ea91ef11-b1f8-e174-19ea-b9293ae80dda-bc22af48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}


