:root {
  --green: #033631;
}

.section1 {
  background-image: url('../images/Slika.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100% 100vh;
  background-attachment: scroll;
  height: 100vh;
}

.section1-overlay {
  background-image: linear-gradient(#03020000, #033631);
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #ddd0;
  margin-top: 30px;
  margin-bottom: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  order: 1;
  display: none;
}

.nav-menu.desktopnav {
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Rufina, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.brand {
  order: -1;
  align-self: auto;
}

.navlink {
  color: #fff;
  vertical-align: baseline;
  padding: 20px;
  font-family: Rufina, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
}

.navlink:hover {
  text-decoration: none;
}

.section1-container {
  max-width: 90%;
  margin-left: 5%;
  margin-right: auto;
}

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

.div-block {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: left;
  background-color: #d9d9d91a;
  max-width: 90%;
  padding: 30px;
}

.section1-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rufina, sans-serif;
  font-size: 3.125rem;
  line-height: 1.4;
}

.section1-paragraph {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.button {
  margin-top: 30px;
}

.btn-kontakt {
  color: #000;
  mix-blend-mode: screen;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  font-family: Rufina, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  position: absolute;
}

.btn-kontakt.btn-kontakt-bg {
  mix-blend-mode: screen;
  background-color: #fff0;
  outline: 1px solid #fff;
  justify-content: center;
  margin-top: 30px;
  margin-left: 0;
  display: flex;
}

.section2 {
  background-color: #033631;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section2.desktop {
  display: block;
}

.section2-up-panel {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.section2-down-panel {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.section2-up-left {
  margin-right: 20px;
  transition: all .5s;
  display: flex;
}

.section2-up-left:hover {
  filter: drop-shadow(0 2px 5px #6d6d6d);
}

.section2-up-right {
  max-width: 50%;
  margin-left: 20px;
}

.section2-down-right {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
}

.section2-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image {
  height: 30rem;
  display: block;
}

.section2-up-left-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
  position: relative;
}

.section2-image-overlay {
  background-image: none;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.section2-heading {
  color: #fff;
  text-align: center;
  font-family: Rufina, sans-serif;
  font-size: 3.125rem;
  line-height: 1.4;
}

.section2-paragraph {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.section2-down-image1, .section2-down-image2, .section2-down-image3, .heading, .heading-2 {
  text-align: center;
}

.section2-down-heading {
  color: #fff;
  text-align: center;
  font-family: Rufina, sans-serif;
  font-size: 1.7rem;
  line-height: 1.4;
}

.section2-down-paragraph {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.section3 {
  background-color: var(--green);
  background-image: url('../images/Vector-1.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 150px;
  position: relative;
}

.section3-heading {
  justify-content: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-line {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.left-line.section5-leftline {
  width: 34%;
}

.right-line {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.right-line.section5-rightline {
  align-items: center;
  width: 34%;
}

.section3-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section3-uslugeheading {
  color: #fff;
  text-align: center;
  margin: 0 10px;
  font-family: Rufina, sans-serif;
  font-size: 3.125rem;
  line-height: 1.4;
}

.div-block-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.section3-headingdiv {
  justify-content: space-between;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.section3-slider {
  padding-bottom: 100px;
  display: none;
}

.div-block-4 {
  justify-content: center;
  display: flex;
  overflow: visible;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  margin-top: 60px;
}

.div-block-5 {
  border: 1px solid #fff;
  border-radius: 10px;
}

.slider-content {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  overflow: visible;
}

.slider-heading {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}

.slider-line {
  background-color: #fff;
  width: 90%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.slider-down-line {
  display: none;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.4;
  display: none;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3.125rem;
  line-height: 1.4;
  display: none;
}

.slider-list {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.4;
  position: static;
}

.list {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 40px;
}

.mask {
  padding: 30px;
  overflow: visible;
}

.slide-nav {
  display: none;
  inset: auto 0% -10%;
}

.section4 {
  background-color: #033631;
  padding-top: 0;
  padding-bottom: 100px;
}

.infinity-swiper-heading {
  color: #e4e0cd;
  margin-bottom: 5rem;
  font-size: 4rem;
  line-height: 1.1em;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section.infinity-loop-swiper-section {
  background-color: #1d1c21;
  background-image: url('../images/Infinite-Loop-Swiper-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 10rem;
  font-weight: 400;
  overflow: hidden;
}

.section.infinity-loop-swiper-section.hide-propagation {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.swiper-section-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 3rem;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.infinity-swiper-slide {
  background-color: #e4e0cd00;
  border-width: .0625rem;
  border-color: #e4e0cd33;
  border-radius: .5rem 1.5rem;
  max-width: 25%;
}

.infinity-swiper-logo {
  object-fit: contain;
  width: 100%;
  height: 13rem;
}

.container {
  width: 100%;
  max-width: 87rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.split-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-container {
  width: 100%;
}

.swiper-container.infinity-swiper-container {
  margin-bottom: 2rem;
  display: none;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 87rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
}

.container-2.cont {
  display: none;
}

.container-2.split-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.container-3 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.container-3.cont {
  display: none;
}

.container-3.split-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.section3-overlay {
  background-image: linear-gradient(#0000 70%, #033631);
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.section5 {
  background-image: linear-gradient(#033631, #0e0c0c 31%);
  padding-top: 200px;
  padding-bottom: 0;
}

.section5-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section5-upper-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section5-down-content {
  text-align: center;
  margin-top: 200px;
  padding-bottom: 20px;
}

.section5-mail-info {
  align-items: center;
  display: flex;
}

.section5-phone-info {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.section5-location-info, .section5-social-info {
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  font-family: Montserrat, sans-serif;
}

.section5-form {
  width: 40%;
}

.form-block {
  display: none;
  position: relative;
}

.form {
  position: relative;
}

.section5-bottom--text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.section4-heading {
  max-width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section4-content {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section4-right-content {
  color: #fff;
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.navlinkblock {
  margin-left: 40px;
}

.div-block-6 {
  background-color: #fff;
  width: 0%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  text-decoration: none;
}

.btn-div {
  justify-content: center;
}

.btn-div.btn-m-v {
  display: flex;
}

.image-2 {
  mix-blend-mode: multiply;
}

.navbtn {
  display: none;
}

.bold-text, .bold-text-2 {
  font-family: Rufina, sans-serif;
  font-size: 1.7rem;
}

.section3-content-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: relative;
}

.section3-content-card {
  padding: 20px;
}

.navmenudesktop {
  order: 1;
  align-items: center;
  display: flex;
}

.submit-button {
  outline-offset: 0px;
  mix-blend-mode: screen;
  background-color: #3898ec00;
  outline: 1px solid #fff;
  font-size: 30px;
  line-height: 1.4;
  display: none;
}

.submit-button.submitbtn2 {
  outline-offset: 0px;
  color: #000;
  mix-blend-mode: screen;
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 10px;
  outline: 0 #fff0;
  margin-top: 30px;
  font-family: Rufina, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  transition: all .5s;
  display: inline-block;
}

.submit-button.submitbtn2:hover {
  box-shadow: -1px 1px 1px 1px #fff;
}

.bold-text-3 {
  font-family: Rufina, sans-serif;
  font-size: 1.7rem;
}

.bold-text-4 {
  text-align: center;
}

.image-3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #033631;
    width: 0%;
    height: 0;
    margin-left: auto;
    display: block;
    position: absolute;
    inset: 0%;
  }

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

  .section1-heading {
    text-align: center;
    font-size: 2rem;
  }

  .section1-paragraph {
    font-size: 1rem;
  }

  .btn-kontakt {
    position: relative;
  }

  .btn-kontakt.btn-kontakt-bg {
    position: absolute;
  }

  .section2 {
    display: block;
  }

  .section2.desktop {
    display: none;
  }

  .section2-up-panel, .section2-down-panel, .section2-up-left {
    flex-flow: column;
  }

  .section2-up-right {
    max-width: 100%;
  }

  .section2-down-right {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .section5 {
    background-image: linear-gradient(#033631, #0e0c0c 30%);
  }

  .section5-upper-content {
    flex-flow: column;
  }

  .section5-down-content {
    margin-top: 100px;
  }

  .section5-logo-wrapper, .section5-info-wrapper {
    margin-bottom: 40px;
  }

  .section5-form {
    text-align: center;
    width: 100%;
  }

  .navlinkblock {
    margin-left: 0;
  }

  .btn-div {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

  .btn-div.btn-m-v {
    justify-content: center;
  }

  .navbtn {
    color: #fff;
    order: 1;
    font-size: 3rem;
    line-height: 1.4;
    display: block;
  }

  .section3-content-wrapper {
    flex-flow: column;
  }

  .section3-content-card {
    align-self: center;
  }

  .navmenudesktop {
    order: 1;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section1-overlay {
    justify-content: center;
  }

  .navbar {
    margin-top: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #033631;
    width: 0%;
    height: 0;
    margin-left: auto;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

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

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

  .btn-kontakt {
    position: relative;
  }

  .btn-kontakt.btn-kontakt-bg {
    position: absolute;
  }

  .section2-up-panel, .section2-down-panel, .section2-up-left {
    flex-flow: column;
  }

  .section2-up-right {
    max-width: 100%;
  }

  .section2-down-right {
    width: 100%;
  }

  .infinity-swiper-heading {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section5-upper-content {
    flex-flow: column;
  }

  .section5-down-content {
    margin-top: 100px;
  }

  .section5-logo-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .section5-info-wrapper {
    text-align: left;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .section5-form {
    width: 100%;
  }

  .section4-content {
    flex-flow: column;
  }

  .section4-right-content {
    max-width: 100%;
  }

  .navlinkblock {
    margin-left: 0;
  }

  .btn-div {
    text-align: center;
    position: relative;
  }

  .icon {
    color: #fff;
    font-size: 3rem;
    line-height: 1.4;
  }

  .menu-button {
    display: none;
  }

  .navbtn {
    display: block;
  }

  .section3-content-wrapper {
    flex-flow: column;
  }

  .section3-content-card {
    align-self: center;
  }

  .navmenudesktop {
    display: none;
  }

  .form-block-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section1 {
    position: relative;
  }

  .section1-overlay {
    text-align: center;
    justify-content: flex-start;
  }

  .navbar {
    background-color: #03363100;
    margin-top: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #033631;
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    width: 0%;
    height: 0;
    margin-left: auto;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .section1-container {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

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

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

  .section1-paragraph {
    font-size: .8rem;
  }

  .btn-kontakt {
    position: relative;
  }

  .btn-kontakt.btn-kontakt-bg {
    position: absolute;
  }

  .section2 {
    display: block;
  }

  .section2.desktop {
    display: none;
  }

  .section2-up-panel {
    flex-flow: column;
  }

  .section2-down-panel {
    flex-flow: column;
    align-items: center;
  }

  .section2-up-left {
    flex-flow: column;
    max-width: 100%;
    margin-right: 0;
  }

  .section2-up-right {
    max-width: 100%;
    margin-left: 0;
  }

  .section2-down-right {
    width: 100%;
  }

  .image {
    height: 20rem;
  }

  .section2-heading {
    font-size: 1.875rem;
  }

  .section2-paragraph {
    text-align: center;
    font-size: .938rem;
  }

  .section2-down-heading {
    font-size: 1.25rem;
  }

  .section2-down-paragraph {
    font-size: .938rem;
  }

  .section3-uslugeheading {
    font-size: 1.875rem;
  }

  .heading-3 {
    font-size: .938rem;
  }

  .div-block-4 {
    width: 100%;
    display: inline-block;
  }

  .slider-content {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
  }

  .heading-4 {
    font-size: 1.563rem;
  }

  .slider-list {
    font-size: .938rem;
  }

  .mask {
    padding: 0;
  }

  .slide {
    overflow: hidden;
  }

  .section4 {
    padding-bottom: 0;
  }

  .section.infinity-loop-swiper-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .swiper-section-wrapper {
    width: 100%;
  }

  .swiper-slide.infinity-swiper-slide {
    max-width: 9.4375rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .infinity-swiper-logo {
    height: 8rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .swiper-container.infinity-swiper-container {
    display: none;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section5-container, .section5-upper-content {
    flex-flow: column;
  }

  .section5-logo-wrapper, .section5-info-wrapper {
    margin-bottom: 40px;
  }

  .section5-mail-info, .section5-phone-info, .section5-location-info {
    margin-bottom: 10px;
  }

  .section5-form {
    width: 100%;
  }

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

  .section4-content {
    flex-flow: column;
  }

  .section4-right-content {
    max-width: 100%;
  }

  .navlinkblock {
    margin-left: 0;
  }

  .btn-div {
    text-align: center;
    position: relative;
  }

  .image-2 {
    max-width: 70%;
  }

  .icon {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 1.4;
  }

  .menu-button {
    background-color: #03363100;
  }

  .menu-button.w--open {
    background-color: #033631;
    display: none;
  }

  .menu-button.menubtn.w--open {
    width: 100%;
  }

  .navbtn {
    cursor: pointer;
    display: block;
  }

  .link-block {
    margin-top: 10px;
  }

  .bold-text, .bold-text-2 {
    font-size: 1.25rem;
  }

  .section3-content-wrapper {
    flex-flow: column;
  }

  .navmenudesktop {
    display: none;
  }

  .submit-button.submitbtn2 {
    border-top: 1px solid #0000;
  }

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


