@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --c__royal_blue: #00093c;
  --c__red_musell: #ee1e3c;
  --c__gradient--light_blue: linear-gradient(
    180deg,
    rgba(236, 236, 248, 1) 0%,
    rgba(247, 246, 255, 1) 100%
  );
  --ff-main: "Raleway", sans-serif;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--ff-heading);
  font-weight: bold;
}

h1, .h1 {
  font-size: clamp(3rem, 4rem + (1vw - 0.48rem) * 1.3889, 5rem);
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: clamp(0.8rem, 0.8rem + (1vw - 0.48rem) * 0.2778, 1rem);
}

h2, .h2 {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.48rem) * 1.3889, 3.5rem);
  line-height: 1.1;
  font-weight: 900;
}

h3, .h3 {
  font-size: clamp(1.425rem, 12px + 1.5vw, 1.875rem);
  line-height: 1.1;
}

h4, .h4 {
  font-size: clamp(1.25rem, 12px + 1vw, 1.5rem);
  line-height: 1.1;
}

h5, .h5 {
  font-size: clamp(1.5rem, 1.5rem + (1vw - 0.48rem) * 0.625, 1.95rem);
  line-height: 1.1;
  margin-bottom: clamp(0.25rem, 0.25rem + (1vw - 0.48rem) * 0.3472, 0.5rem);
  font-weight: 300;
  text-transform: uppercase;
}

p {
  font-size: clamp(0.8rem, 0.8rem + (1vw - 0.48rem) * 0.2778, 1rem);
  line-height: 1.1;
}

span {
  font-size: clamp(0.8rem, 0.8rem + (1vw - 0.48rem) * 0.2778, 1rem);
  line-height: 1.1;
}

a,
p,
li,
label {
  font-family: var(--ff-main);
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 200;
}

a {
  color: inherit;
  text-decoration: none;
  margin-bottom: 0 !important;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}
ul li {
  line-height: clamp(1rem, 1rem + (1vw - 0.48rem) * 1.3889, 2rem);
}

/**
*
* Testing
*
**/
h6, .h6 {
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin-bottom: 0.64rem;
}

a {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-bottom: 0.8rem;
}

.f {
  display: flex;
}

.f__fsc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 992px) {
  .f__fsc {
    flex-wrap: wrap;
  }
}

.f__sbc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .f__sbc {
    flex-wrap: wrap;
  }
}

.f__sbfs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .f__sbfs {
    flex-wrap: wrap;
  }
}

.f__sbfe {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .f__sbfe {
    flex-wrap: wrap;
  }
}

.f__c {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.f__c--sefs {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .f__c--sefs {
    justify-content: flex-start;
  }
}

.f__c--fsc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.f__c--fsfe {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.f__c--cc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.f__c--sac {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.g__cc {
  display: grid;
  justify-items: center;
  align-items: center;
}
@media (min-width: 993px) {
  .g__cc {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
.g__cc > *:last-child {
  justify-self: flex-end;
}

.l__h {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  list-style: none;
}

.l__v {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  list-style: none;
}
.l__v > * {
  margin-left: 0;
}

.l__v--cc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  list-style: none;
}
.l__v--cc > * {
  margin-left: 0;
}

.g025 {
  grid-gap: 0.25em;
  gap: 0.25em;
}

.g05 {
  grid-gap: 0.5em;
  gap: 0.5em;
}

.g075 {
  grid-gap: 0.75em;
  gap: 0.75em;
}

.g1 {
  grid-gap: 1em;
  gap: 1em;
}

.g125 {
  grid-gap: 1.25em;
  gap: 1.25em;
}

.g15 {
  grid-gap: 1.5em;
  gap: 1.5em;
}

.g175 {
  grid-gap: 1.75em;
  gap: 1.75em;
}

.g2 {
  grid-gap: 2em;
  gap: 2em;
}

.g225 {
  grid-gap: 2.25em;
  gap: 2.25em;
}

.g25 {
  grid-gap: 2.5em;
  gap: 2.5em;
}

.g275 {
  grid-gap: 2.75em;
  gap: 2.75em;
}

.g3 {
  grid-gap: 3em;
  gap: 3em;
}

.g325 {
  grid-gap: 3.25em;
  gap: 3.25em;
}

.g35 {
  grid-gap: 3.5em;
  gap: 3.5em;
}

.g375 {
  grid-gap: 3.75em;
  gap: 3.75em;
}

.g4 {
  grid-gap: 4em;
  gap: 4em;
}

button,
.button,
.button2 {
  max-width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  max-width: -moz-max-content;
  /* Firefox/Gecko */
  max-width: -webkit-max-content;
  /* Chrome */
  max-width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25em;
  position: relative;
  transition: all 0.5s ease;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.75rem 1.5rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 0.25em;
  cursor: pointer;
}
button:hover,
.button:hover,
.button2:hover {
  background-color: var(--c__red_musell);
  color: white;
}

.button2 {
  background-color: var(--c__red_musell);
}
.button2:hover {
  background-color: var(--c__royal_blue);
}

label {
  font-size: 1rem;
}

input[type=radio] {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 2px white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0 0.2em 0 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
  cursor: pointer;
}
input[type=radio]:focus {
  outline: none;
}
input[type=radio]:checked {
  box-shadow: inset 0 0 0 6px var(--clr-coral);
}

.chkbx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5em 0;
  margin-left: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 1em;
  margin-bottom: 0.3em;
}
.chkbx .pretragaCheckbox {
  margin-right: 0.2em;
}
.chkbx .pretragaCheckbox:checked ~ .aside__checkbox--text {
  color: var(--clr-coral);
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.chkbx .pretragaCheckbox:checked ~ .x {
  background: var(--clr-coral);
}
.chkbx .pretragaCheckbox:checked ~ .x::before {
  background: white;
  left: 18px;
}

.x {
  position: relative;
  display: block;
  width: 28px;
  height: 12px;
  background-color: var(--clr-grey);
  border-radius: 60px;
  transition: 0.5s;
  margin-right: 0.3em;
}
.x::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2px;
  top: calc(50% - 8px);
  transform: translateY(calc(-50% + 8px));
  box-sizing: border-box;
  background-color: white;
  border-radius: 40px;
  transition: 0.5s;
}

.chkbx input[type=checkbox],
.pretragaCheckbox {
  display: none;
}

.field__input,
input,
textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--clr-s-sonic_silver);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact__form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
  grid-auto-flow: dense;
  gap: 1em;
  width: 100%;
  background: var(--c__blue_black);
  border-radius: clamp(1rem, 1rem + (1vw - 0.48rem) * 1.3889, 2rem);
  padding: clamp(1rem, 1rem + (1vw - 0.48rem) * 1.3889, 2rem);
}
@media (max-width: 992px) {
  .contact__form {
    margin-top: 1em;
  }
}
.contact__form > .h2 {
  grid-area: 1/1/-1/-1;
  color: white;
}
.contact__form .contact__form_element--textarea {
  grid-column: 1/-1;
}

.contact__form_element--text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
  transition: 0.3s ease-in all;
  color: white;
}

.contact__form_element--line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--c__purple_light);
  z-index: 0;
  border-radius: 0.2em;
  transition: 0.3s ease-in all;
}

.contact__form_element {
  position: relative;
  margin-top: 1em;
}
.contact__form_element input,
.contact__form_element textarea {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  z-index: 1;
  color: white;
  font-weight: 300;
}
.contact__form_element input:focus + .contact__form_element--text,
.contact__form_element input:valid + .contact__form_element--text {
  top: -30%;
  color: var(--c__grey);
  font-size: 0.8rem;
  color: var(--c__purple_lighter);
}
.contact__form_element input:focus ~ .contact__form_element--line,
.contact__form_element input:valid ~ .contact__form_element--line {
  height: 100%;
}
.contact__form_element textarea:focus ~ .contact__form_element--text,
.contact__form_element textarea:valid ~ .contact__form_element--text {
  top: -15%;
  color: var(--c__grey);
  font-size: 0.8rem;
  color: var(--c__purple_lighter);
}
.contact__form_element textarea:focus ~ .contact__form_element--line,
.contact__form_element textarea:valid ~ .contact__form_element--line {
  height: 100%;
}

.contact__form_element--submit {
  grid-column: 1/-1;
  background-color: var(--c__purple);
  width: 100%;
  border-radius: 999em;
  transition: 0.5s ease all;
}
.contact__form_element--submit:hover {
  background-color: var(--c__purple_light);
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  right: 1rem;
  left: unset;
  top: unset;
  bottom: 1rem;
  width: 4em;
  z-index: 4;
  color: transparent !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 100%;
  background-image: url(/html/assets/arrow__right.svg);
  background-size: 0.6em;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev {
  margin-right: 4em;
}
.swiper-button-prev::after {
  background-image: url(/html/assets/arrow__left.svg);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper__home_baner, .swiper__projekat_baner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  margin-top: 0;
  height: 39.5em;
}
.swiper__home_baner .swiper-slide > img, .swiper__projekat_baner .swiper-slide > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.swiper__home_baner::after, .swiper__projekat_baner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 10em;
  -webkit-clip-path: polygon(100% 15%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 15%, 0% 100%, 100% 100%);
  background-color: white;
  z-index: 3;
}
.swiper__home_baner .swiper-button-prev, .swiper__projekat_baner .swiper-button-prev,
.swiper__home_baner .swiper-button-next,
.swiper__projekat_baner .swiper-button-next {
  position: absolute;
  right: 1rem;
  left: unset;
  top: unset;
  bottom: 1rem;
  width: 4em;
  z-index: 4;
  color: transparent;
}
.swiper__home_baner .swiper-button-prev::after, .swiper__projekat_baner .swiper-button-prev::after,
.swiper__home_baner .swiper-button-next::after,
.swiper__projekat_baner .swiper-button-next::after {
  width: 100%;
  background-image: url(/html/assets/arrow__right.svg);
  background-size: 0.7em;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper__home_baner .swiper-button-prev, .swiper__projekat_baner .swiper-button-prev {
  margin-right: 4em;
}
.swiper__home_baner .swiper-button-prev::after, .swiper__projekat_baner .swiper-button-prev::after {
  background-image: url(/html/assets/arrow__left.svg);
}

.swiper__home_baner--hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  height: 30em;
  padding-bottom: 6em;
  padding-left: 1.5em;
  z-index: 2;
  -webkit-clip-path: polygon(0 13%, 0% 100%, 100% 100%);
          clip-path: polygon(0 13%, 0% 100%, 100% 100%);
  background-color: rgba(255, 255, 255, 0.3);
}
@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .swiper__home_baner--hero {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.swiper__home_baner--hero > * + * {
  margin-top: 1em;
}

.swiper__home_baner--text,
.swiper__home_baner--headline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  left: 0;
  width: 70%;
  text-align: left;
}

.swiper__home_baner--headline,
.swiper__home_baner--subheadline {
  position: relative;
  left: 0;
  font-size: clamp(2rem, 2rem + (1vw - 0.48rem) * 2.7778, 4rem);
  font-weight: 100;
  text-transform: uppercase;
  padding: 0;
}

.swiper__home_baner--headline {
  line-height: inherit;
  width: 50%;
  margin-top: 0.2em;
}

.swiper__home_baner--subheadline {
  position: relative;
  left: 0;
  font-size: 2rem;
  text-transform: inherit;
}

.swiper__projekat_baner .swiper__home_baner--hero {
  position: absolute;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-clip-path: unset;
          clip-path: unset;
}
.swiper__projekat_baner .swiper__home_baner--headline {
  position: relative;
  bottom: 0;
  font-size: clamp(3rem, 3rem + (1vw - 0.48rem) * 2.7778, 5rem);
}
.swiper__projekat_baner .swiper__home_baner--subheadline {
  position: relative;
  bottom: 0;
  text-align: left;
}
.swiper__projekat_baner::after {
  display: none;
}

.swiper__fasade {
  border-radius: 0.5em;
}
.swiper__fasade img {
  border-radius: 0.5em;
}
.swiper__fasade .swiper-button-prev,
.swiper__fasade .swiper-button-next {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 0.5em;
  width: 4em;
  right: 0;
  left: unset;
  top: unset;
  bottom: 1em;
}

.home__projekti--swipers---wrapper > * + * {
  margin-top: 4em;
}
.home__projekti--swipers---wrapper > *:nth-of-type(2) {
  position: relative;
}
.home__projekti--swipers---wrapper > *:nth-of-type(2)::after {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background-color: var(--c__ghost_white);
  z-index: -1;
  padding: 2em 0;
}

.swiper__home_projekti {
  display: grid;
  grid-template-areas: "title scrollbar arrows" "card card card";
  grid-template-columns: auto 1fr 6em;
  grid-template-rows: auto 1fr;
  grid-gap: 1.5em 3em;
  gap: 1.5em 3em;
}
.swiper__home_projekti .h2 {
  grid-area: title;
  display: block;
  margin: auto 0;
}
.swiper__home_projekti .swiper-scrollbar {
  position: relative !important;
  left: 0;
  top: 50%;
  height: 1px !important;
  grid-area: scrollbar;
}
.swiper__home_projekti .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--c__grey);
}
.swiper__home_projekti .home__projekti--swipers---nextprev----wrapper {
  grid-area: arrows;
}
.swiper__home_projekti .swiper-wrapper {
  grid-area: card;
}
.swiper__home_projekti .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.swiper__home_projekti .swiper-slide a > img {
  border-radius: 0.3em;
}

.home__projekti--swipers---nextprev----wrapper {
  position: relative;
  width: 6em;
}

.swiper__home_projekti--headline {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.swiper__home_projekti--subheadline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  padding: 0.5em;
  text-align: left;
}
.swiper__home_projekti--subheadline span {
  position: relative;
  z-index: 2;
  font-size: 0.8rem;
}
.swiper__home_projekti--subheadline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 44%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 44%, 100% 100%, 0% 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}

.gallery__1--full, .gallery__1--full_screen {
  max-height: 26em;
}
.gallery__1--full .swiper-slide, .gallery__1--full_screen .swiper-slide {
  aspect-ratio: 1/0.55;
}
.gallery__1--full .swiper-button-prev, .gallery__1--full_screen .swiper-button-prev,
.gallery__1--full .swiper-button-next,
.gallery__1--full_screen .swiper-button-next {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  margin: 0;
}
.gallery__1--full .swiper-button-prev::before, .gallery__1--full_screen .swiper-button-prev::before,
.gallery__1--full .swiper-button-next::before,
.gallery__1--full_screen .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  width: 3.3em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.gallery__1--full .swiper-button-prev::after, .gallery__1--full_screen .swiper-button-prev::after,
.gallery__1--full .swiper-button-next::after,
.gallery__1--full_screen .swiper-button-next::after {
  margin-left: 0.5em;
  background-position-x: left;
  z-index: 1;
  transition: 0.5s all ease;
}
.gallery__1--full .swiper-button-prev:hover::after, .gallery__1--full_screen .swiper-button-prev:hover::after,
.gallery__1--full .swiper-button-next:hover::after,
.gallery__1--full_screen .swiper-button-next:hover::after {
  margin-left: 0.2em;
}
.gallery__1--full .swiper-slide-active, .gallery__1--full_screen .swiper-slide-active {
  position: relative;
  cursor: zoom-in;
}
.gallery__1--full .swiper-slide-active::after, .gallery__1--full_screen .swiper-slide-active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  background-image: url(/html/assets/icons/icon__gallery--enlarge.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(2rem, 2rem + (1vw - 0.48rem) * 2.7778, 4rem);
  transition: 0.3s all ease;
  transition-delay: 200ms;
}
.gallery__1--full .swiper-slide-active::before, .gallery__1--full_screen .swiper-slide-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  transition: 0.5s all ease;
}
.gallery__1--full .swiper-slide-active:hover::after, .gallery__1--full_screen .swiper-slide-active:hover::after {
  width: clamp(2rem, 2rem + (1vw - 0.48rem) * 2.7778, 4rem);
  height: clamp(2rem, 2rem + (1vw - 0.48rem) * 2.7778, 4rem);
}
.gallery__1--full .swiper-slide-active:hover::before, .gallery__1--full_screen .swiper-slide-active:hover::before {
  width: clamp(3rem, 3rem + (1vw - 0.48rem) * 2.7778, 5rem);
  height: clamp(3rem, 3rem + (1vw - 0.48rem) * 2.7778, 5rem);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.gallery__1--full .swiper-button-next, .gallery__1--full_screen .swiper-button-next {
  right: 0;
  left: unset;
}
.gallery__1--full .swiper-button-next::before, .gallery__1--full_screen .swiper-button-next::before {
  right: 0;
  left: unset;
}
.gallery__1--full .swiper-button-next::after, .gallery__1--full_screen .swiper-button-next::after {
  margin-left: 0;
  margin-right: 0.5em;
  background-position-x: right;
}

.gallery__1--thumb, .gallery__1--thumb---full_screen {
  margin-top: clamp(1rem, 1rem + (1vw - 0.48rem) * 1.3889, 2rem);
  max-height: 6em;
}
.gallery__1--thumb .swiper-slide, .gallery__1--thumb---full_screen .swiper-slide {
  aspect-ratio: 1/0.55;
  opacity: 0.3;
  transition: all 0.5s ease;
}
.gallery__1--thumb .swiper-slide:hover, .gallery__1--thumb---full_screen .swiper-slide:hover {
  opacity: 0.5;
}
.gallery__1--thumb .swiper-slide-thumb-active, .gallery__1--thumb---full_screen .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery__1--full_screen---off {
  opacity: 0;
  z-index: -1 !important;
}

.wrapper__gallery--full_screen {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 2% 15%;
  z-index: 999999999;
  background-color: white;
  margin: 0;
  z-index: 999999999999999;
}

.gallery__1--full_screen {
  max-height: inherit;
  z-index: 1000000000000000100;
}
.gallery__1--full_screen .swiper-slide-active {
  cursor: -webkit-grab;
  cursor: grab;
}
.gallery__1--full_screen .swiper-slide-active::before, .gallery__1--full_screen .swiper-slide-active::after {
  display: none;
}

.gallery__1--thumb---full_screen {
  max-height: 6em;
}

.gallery__1--full_screen---close {
  position: fixed;
  top: 1em;
  right: 1em;
  height: 2em;
  cursor: pointer;
  z-index: 1000000000000000100;
}
.gallery__1--full_screen---close img {
  height: 2em;
}

.home__fasade {
  display: grid;
  grid-template-columns: 1fr 70%;
  position: relative;
}
.home__fasade > * + * {
  margin-left: 4em;
}

.home__fasade--left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.home__fasade--left > * + * {
  margin-top: 1em;
}
.home__fasade--left > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.8rem;
  line-height: 1rem;
}

.tab {
  width: 30em;
}

.tablinks {
  position: relative;
  display: block;
  transition: 0.3s;
  border-top: 1px solid grey;
  width: 100%;
  cursor: pointer;
  color: black;
  line-height: 5em;
  transition: all 0.5s ease;
}
.tablinks::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 3em;
  height: 2em;
  background-color: transparent;
  background-image: url(/html/assets/arrow__right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  transition: all 0.8s ease;
}
.tablinks span {
  position: relative;
  left: 0em;
  transition: all 1s ease;
  transition-delay: 0.4s;
}
.tablinks span::before {
  opacity: 0;
  position: absolute;
  left: -3em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 3em;
  height: 2em;
  background-color: transparent;
  background-image: url(/html/assets/arrow__right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  transition: all 1.5s ease;
}

.tablinks:hover span,
.tablinks.active span {
  position: relative;
  left: 3em;
}
.tablinks:hover span::before,
.tablinks.active span::before {
  opacity: 1;
}
.tablinks:hover::after,
.tablinks.active::after {
  right: -2em;
  opacity: 0;
}

.tabcontent {
  position: relative;
  overflow: hidden;
}

.table__wrapper {
  overflow: hidden;
  border: 1px solid lightgrey;
}

.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

thead {
  display: table-header-group;
  vertical-align: middle;
}

tr {
  display: table-row;
  vertical-align: inherit;
}

.table thead th {
  vertical-align: bottom;
  background-color: var(--c__royal_blue);
  color: white;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid lightgrey;
}

.hero {
  position: relative;
  height: 40em;
  margin-top: 1em;
  padding: 4em 2em;
}
.hero::before {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background: var(--c__gradient--light_blue);
}
.hero h1 {
  color: var(--c__red_musell);
}
.hero p {
  width: 30em;
}
@media (max-width: 992px) {
  .hero {
    height: 33em;
  }
}
@media (max-width: 992px) {
  .hero .button2 {
    margin-top: 1em;
  }
}
@media (max-width: 992px) {
  .hero {
    margin-top: -0.5em;
    padding: 1em;
  }
}

.hero__deco--elipse,
.hero__deco--man,
.hero__deco--van {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero__deco--elipse {
  right: -3em;
  bottom: -3em;
}
@media (max-width: 992px) {
  .hero__deco--elipse {
    height: 15em;
  }
}

.hero__deco--man {
  z-index: 1;
}
@media (max-width: 992px) {
  .hero__deco--man {
    height: 15em;
  }
}

.hero__deco--van {
  right: 50%;
  z-index: 0;
}
@media (max-width: 992px) {
  .hero__deco--van {
    left: 0;
    right: unset;
    height: 10em;
  }
}

.app {
  position: relative;
  padding: 4em 2em;
}
.app::before {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background: var(--c__red_musell);
}
.app * {
  color: white;
}

.app__mob {
  max-height: 30em;
}
@media (max-width: 992px) {
  .app__mob {
    position: absolute;
    max-height: 15em;
    right: -1em;
    left: unset;
    top: 3em;
    margin-left: auto;
  }
}

.app__text {
  padding-right: 5em;
}

.app__mob2 {
  display: block;
  margin-top: auto;
}
.app__mob2 img {
  max-width: 30em;
}
@media (max-width: 992px) {
  .app__mob2 img {
    max-width: 20em;
  }
}

.app__mob2--bubble {
  position: relative;
  margin-bottom: -3em;
  right: -10%;
  z-index: 9;
}
.app__mob2--bubble > div:last-of-type {
  position: absolute;
  opacity: 0.4;
  top: 3px;
  right: 84px;
  z-index: -1;
}
@media (max-width: 992px) {
  .app__mob2--bubble > div:last-of-type {
    right: unset;
    left: 31px;
  }
}
@media (max-width: 992px) {
  .app__mob2--bubble {
    margin-top: 2em;
  }
}

.bubble {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  background: ivory;
  display: block;
  margin: 0 auto;
  border-radius: 0.25em;
  font-size: 1.2rem;
  color: var(--c__red_musell);
  font-weight: 400;
  text-align: center;
  padding: 2em;
  z-index: 9;
}
@media (max-width: 992px) {
  .bubble {
    padding: 1em;
  }
}

.pointer {
  height: 40px;
  width: 40px;
  background: ivory;
  margin: 0 auto;
  transform: rotate(45deg);
  border-radius: 0 0 0.25em 0;
  margin-top: -22px;
  position: relative;
  left: calc(0.5vw - 50px);
  z-index: -1;
}

.cjenovnik,
.o_nama {
  margin-top: 2em;
}
.cjenovnik .h2,
.o_nama .h2 {
  color: var(--c__royal_blue);
  margin-bottom: 0.5em;
}

.kontakt__wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .kontakt__wrapper button[type=submit] {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}

.kontakt {
  position: relative;
  margin-top: 2em;
  padding: 2em;
}
.kontakt::before {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background: var(--c__royal_blue);
}
.kontakt > img {
  margin-bottom: 2em;
}

.kontakt__contacts {
  color: white;
}
.kontakt__contacts li {
  line-height: 2;
}
.kontakt__contacts li i {
  color: var(--c__red_musell);
}

.header__mobile {
  background-color: var(--c__royal_blue);
  width: 100vw;
  padding: 0.5em;
}

.logo__mob {
  max-height: 1.5em;
}

.mobile__phone {
  color: white;
}
.mobile__phone i {
  color: white;
  font-size: 1.3rem;
}

.wrapper--global {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.5em;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 2.5em);
  flex: 1111;
}
@media (max-width: 992px) {
  .wrapper--global {
    width: 100%;
    margin: 0 auto;
  }
  .wrapper--global .swiper-container {
    margin: 0 auto;
  }
}
.wrapper--inside {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.5em;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 1em);
}
@media (max-width: 576px) {
  .wrapper--inside {
    width: calc(100% - 0.5em);
  }
}

footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  margin-top: 4em;
}
footer main {
  display: grid;
  grid-template-areas: "logo contacts" "links contacts";
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
}
footer .footer__logo {
  grid-area: logo;
  margin-top: auto;
  display: block;
}
footer nav {
  grid-area: links;
  margin-top: 0;
}
footer .footer__contacts {
  grid-area: contacts;
  list-style: none;
  margin-bottom: 4em;
}
footer .footer__contacts li {
  text-align: right;
  font-size: 0.8rem;
}
footer .footer__contacts li > img {
  margin-left: 0.5em;
  max-height: 1em;
}
footer .footer__contacts li > * + * {
  margin-top: 1em;
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--c__ghost_white);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 73%);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 73%);
  z-index: -1;
}

/* MENU DESKTKOP */
nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 992px) {
  nav {
    display: none;
  }
}
@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  nav {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
nav > * + * {
  margin-left: 1em;
}
nav a {
  color: white;
  font-weight: 200;
  white-space: nowrap;
}
nav a:hover {
  text-decoration: none;
}

#menu__mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 0;
  overflow: hidden;
  background-color: var(--c__royal_blue);
  height: 100vh;
  width: 100vw;
  left: 100vw;
  padding: 2em;
  transition: all 0.5s ease-out;
  z-index: 99999999;
}

#toggle {
  height: 1.4em;
}

.menu__mobile--first---shift {
  left: 0vw !important;
  transition: all 0.5s ease-in;
}

.menu__mobile--body {
  overflow-y: hidden;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: var(--c__royal_blue);
  height: 4em;
  z-index: 99999999;
}
@media (max-width: 992px) {
  header {
    display: none;
  }
}
header .header__logo {
  margin-bottom: 0;
}
header .header__logo img {
  max-height: 2em;
}

.news__list--block {
  display: grid;
  grid-template-columns: 40% auto;
  grid-gap: 2em;
  gap: 2em;
  position: relative;
}
.news__list--block:nth-last-of-type(2)::after {
  position: absolute;
  content: "";
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background-color: var(--c__ghost_white);
  z-index: -1;
  padding: 2em 0;
}

.news__list--block---title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-between;
  height: 100%;
}
.news__list--block---title .h3 {
  background: linear-gradient(0deg, #ebf2f9, #ebf2f9) no-repeat right bottom/0 var(--c__light_grey);
  transition: background-size 350ms;
  --c__light_grey: 100%;
}
.news__list--block---title .h3:where(:hover, :focus-visible) {
  background-size: 100% var(--c__light_grey);
  background-position-x: left;
}
.news__list--block---title .h3:hover {
  text-decoration: none;
}

.news__list--block---image img {
  width: 100%;
  margin-bottom: 1em;
  aspect-ratio: 1/0.55;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__list--block---image p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: clamp(1rem, 1rem + (1vw - 0.48rem) * 1.3889, 2rem);
}

.news__similar_articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18em, 1fr));
  grid-gap: 2em;
  gap: 2em;
  grid-auto-flow: dense row;
  margin-bottom: 2em;
}
.news__similar_articles > div img {
  max-width: 100%;
}
.news__similar_articles > div .h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.5em;
}

.news__full {
  padding-top: 4em;
}
.news__full img {
  display: block;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/0.55;
  margin: 1em auto;
}
.news__full p {
  -moz-column-count: 2;
       column-count: 2;
  line-height: clamp(1rem, 1rem + (1vw - 0.48rem) * 1.3889, 2rem);
}

.page__title--vijesti .h1 {
  background-image: url(https://source.unsplash.com/random/1200x500/?buildings);
}

.page__title--proizvodi .h1 {
  background-image: url(https://source.unsplash.com/random/1200x500/?modernbuilding);
}

.page__title--o_nama .h1 {
  background-image: url(https://source.unsplash.com/random/1200x500/?managers);
}

.page__o_nama p {
  -moz-column-count: 3;
       column-count: 3;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.page__o_nama::after {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--c__ghost_white);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 100%, 100% 0, 0% 100%);
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0, 0 50%);
          clip-path: polygon(0 50%, 100% 100%, 100% 0, 0 50%);
  z-index: -1;
}

.page__title--kontakt .h1 {
  background-image: url(https://source.unsplash.com/random/1200x500/?contact);
}

.wrapper__contact {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(37em, 1fr));
  grid-auto-flow: row dense;
  grid-gap: 2em;
  gap: 2em;
}
.wrapper__contact > * {
  width: 100%;
}
.wrapper__contact .contact__details {
  height: 100%;
}
.wrapper__contact .contact__contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
}
.wrapper__contact ul li {
  line-height: clamp(2rem, 2rem + (1vw - 0.48rem) * 2.7778, 4rem);
}

* {
  box-sizing: border-box;
  font-family: var(--ff-main);
  padding: 0;
  margin: 0;
}
*::after, *::before {
  font-family: var(--ff-main);
}

*::-webkit-scrollbar {
  width: 0.4em;
  border-radius: 9999em;
}

*::-webkit-scrollbar-track {
  background-color: var(--clr-s-sonic_silver);
  border-radius: 999em;
  margin: 0.3em 0;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--clr-s-green_ryb);
  border-radius: 999em;
}

html {
  height: 100vh;
  scrollbar-color: var(--clr-s-green_ryb) var(--clr-s-sonic_silver) !important;
  scrollbar-width: thin !important;
  scroll-behavior: smooth;
}
@media (max-width: 992px) {
  html {
    height: 100%;
  }
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: black;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100vh;
}
@media (max-width: 992px) {
  body {
    padding-bottom: 4em;
    height: 100%;
  }
}/*# sourceMappingURL=main.css.map */