:root {
  --side-padding: 5%;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background-color: #fafafa;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
}

a,
b,
button,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
p,
span,
textarea {
  text-align: left;
  font-family: "Kufam", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3d3939;
  text-decoration: none;
  line-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit";
}

::after,
::before {
  font-family: "Kufam", sans-serif;
}

span {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

:focus {
  outline: 0;
}

article,
aside,
body,
div,
form,
main,
menu,
nav,
ol,
section,
ul {
  padding: 0;
  margin: 0;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

section,
#main,
header,
footer {
  padding: 4rem var(--side-padding) 0 var(--side-padding);
}

.paddingBottom {
  padding-bottom: 4rem;
}

.heading {
  margin-bottom: 2rem;
}

.button {
  box-sizing: border-box;
  font-family: "Outfit";
  display: inline-block;
  color: #fff;
  background-color: #46a079;
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 3rem;
  line-height: 0.9;
  text-transform: uppercase;
  cursor: pointer;
}

.button:has(img) {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.button:has(img) img {
  height: 1.2rem;
}

.buttonBig {
  font-size: 1.5rem;
  padding: 1.5rem 3rem;
}

.buttonBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-top: 2rem;
}

.buttonLine {
  border: 2px solid #46a079;
  background-color: #ffffff;
  color: #46a079;
}

.light .button {
  background-color: #ffffff;
  color: #46a079;
}

.outlineButton {
  background: none;
  border: 1px solid #3d3939;
  color: #3d3939;
  opacity: 0.8;
}

.mainLogos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.mainLogos img {
  height: 5rem;
}

h1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.25;
}
h1 span {
  color: #46a079;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  font-size: 1.1rem;
  font-weight: 700;
}

h6 {
  font-size: 0.8rem;
  color: #46a079;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 500;
}

.display {
  text-transform: uppercase;
  font-size: 3.5rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  opacity: 0.8;
  font-family: "Outfit";
}

p {
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem 0;
}

.textS {
  font-size: 0.9rem;
  line-height: 1.1;
}

.textXS {
  font-size: 0.8rem;
}

.accent {
  color: #46a079;
}

.accentBcg {
  background-color: #46a079;
}

.light p,
.light,
.light h2,
.light h3,
.light h4,
.light h1,
.light a {
  color: #f3f4f3;
}

header {
  padding-top: 2rem;
  display: flex;
}
header .mainLogos {
  flex-direction: row;
}
header .mainLogos img {
  height: 3rem;
}
header nav {
  display: none;
}

#kako .heading {
  margin-right: var(--side-padding);
}
#kako .steps article {
  background-color: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
#kako .steps article img {
  position: absolute;
  top: 1rem;
  height: 55%;
  right: 0;
}
#kako h4 {
  color: #006239;
}
#kako .stepContent {
  width: 80%;
  min-height: 10rem;
  padding: 1.75rem;
}
#kako .stepContent p {
  padding-bottom: 0;
}
#kako .stepLabel {
  display: flex;
  background-color: #25513f;
  width: 100%;
  justify-content: space-between;
  padding: 0 1.75rem;
}
#kako .stepLabel p {
  text-transform: uppercase;
  font-family: "Outfit";
  font-weight: 700;
  line-height: 1;
}
#kako .swiper {
  overflow: visible;
}
#kako .swiper-slide {
  height: auto;
}
#kako .swiper-pagination {
  position: relative;
  top: 0;
  padding: 1.5rem var(--side-padding) 0 0;
}
#kako .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
}
#kako .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.whiteBcg {
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(12, 0, 22, 0.08);
}

#dokumentacija article {
  padding: 2.5rem 1.5rem;
  box-shadow: 0px 2px 8px 0px rgba(12, 0, 22, 0.04);
  margin-bottom: 1rem;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 2rem;
  overflow: hidden;
}
#dokumentacija article > img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -1rem;
  height: 70%;
  max-height: 8rem;
}
#dokumentacija article p {
  width: 70%;
}

#ko li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 1rem 0;
  gap: 2rem;
}
#ko li img {
  height: 6rem;
  border-left: 2px solid #3d3939;
}

#cifre article {
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  border: 1px solid #3d3939;
  border-radius: 2rem;
  margin: 1.5rem 0;
}
#cifre article p {
  padding: 0;
}
#cifre article img {
  height: 3.5rem;
  width: 3.5rem;
}
#cifre article .num {
  font-size: 2.5rem;
  font-weight: 900;
  color: #46a079;
  margin-bottom: 1rem;
  line-height: 1;
}

.benefitsContent {
  background-color: #378261;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.benefitsContent article {
  aspect-ratio: 1/1.2;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
}
.benefitsContent article img {
  height: 3rem;
  align-self: flex-start;
  margin-bottom: 1.5rem;
}
.benefitsContent article:nth-child(3n+1) {
  background-color: #46a079;
}

.cta {
  background-color: #46a079;
}
.cta .accent {
  color: #3d3939;
}
.cta ul {
  display: flex;
  gap: 2rem;
}
.cta ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cta ul li p {
  margin-bottom: -0.3rem;
}
.cta ul li::before {
  content: "";
  background-image: url("../img/checkmark.svg");
  width: 1.25rem;
  height: 1.25rem;
  background-size: 100%;
  display: block;
}

#o-projektu .imageHolder {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(12, 0, 22, 0.08);
}
#o-projektu .imageHolder img {
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}
#o-projektu dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
#o-projektu dl div {
  margin: 1rem 0;
}
#o-projektu dl div:nth-child(2n+1) {
  padding-right: 5rem;
  border-right: 1px solid #3d3939;
}

dt {
  font-weight: 600;
  text-align: center;
  font-family: "Outfit";
}

dd {
  margin: 0;
  text-align: center;
  font-family: "Outfit";
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

#kontakt .card {
  background-color: #46a079;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 2rem;
  margin: 1.5rem 0;
}
#kontakt .card p {
  padding: 0;
}
#kontakt .card img {
  height: 3rem;
  width: 3rem;
}
#kontakt .card h4 {
  margin-bottom: 2rem;
}

.faq {
  border: 1px solid #fafafa;
  border-radius: 1.5rem;
  position: relative;
  background-color: #ffffff;
  margin: 1.5rem 0;
  padding: 0 1.5rem;
  box-shadow: 0 2px 8px 0 rgba(12, 0, 22, 0.04);
}
.faq::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #46a079;
  border-bottom: 2px solid #46a079;
  rotate: 45deg;
  transition: rotate 250ms ease;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  font-size: 1rem;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1.5;
  padding: 1rem 3rem 1rem 0;
  padding-right: 3rem;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq[open] {
  border-color: #46a079;
}
.faq[open]::after {
  rotate: 225deg;
}
.faq[open] .faq-content {
  opacity: 1;
}
.faq .faq-content {
  padding: 1rem 0;
  border-top: 1px solid #46a079;
  font-size: 0.8rem;
  line-height: 1.15;
  margin-right: 3rem;
  opacity: 0;
  transition: opacity 250ms ease;
}
.faq .faq-content p {
  margin: 0;
}

:root {
  interpolate-size: allow-keywords;
}

.faq::details-content {
  block-size: 0;
  overflow: clip;
  transition: block-size 300ms ease, content-visibility 300ms ease allow-discrete;
}
.faq[open]::details-content {
  block-size: auto;
}

footer .footerContent ul li a {
  display: inline-block;
  text-align: center;
  padding: 1.5rem 0;
}
footer .subFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

br {
  display: none;
}

.mobileHide {
  display: none;
}

footer {
  background-image: url("../img/footer.jpg");
  background-size: auto 74%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 2rem;
}
footer .footerContent {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footerContent .button {
  margin-bottom: 2rem;
}
footer .footerContent ul li {
  width: 10rem;
  text-align: center;
}
footer .socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .socials img {
  height: 3.5rem;
}

@media (min-width: 1024px) {
  .mobileHide {
    display: block;
  }
  br {
    display: block;
  }
  :root {
    --side-padding: calc((100% - 1320px) / 2);
  }
  h1 {
    font-size: 6rem;
  }
  h2,
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  .textS {
    font-size: 1rem;
    line-height: 1.5;
  }
  .textXS {
    font-size: 1rem;
  }
  .eyebrow {
    font-size: 1.5rem;
  }
  .display {
    font-size: 6rem;
  }
  .heading.headingFlex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 2rem;
  }
  .heading.headingFlex > p {
    text-align: right;
  }
  .dirtyWhite {
    background-color: #fafafa;
  }
  section,
  #main,
  header,
  footer {
    padding: 7rem var(--side-padding) 0 var(--side-padding);
  }
  header {
    padding-top: 4rem;
    justify-content: space-between;
    align-items: center;
  }
  header .mainLogos img {
    height: 4rem;
  }
  header nav {
    display: block;
  }
  header nav ul {
    display: flex;
    align-items: center;
  }
  header nav ul li a {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-family: "Outfit";
  }
  header nav ul .button {
    margin-left: 2rem;
  }
  .paddingBottom {
    padding-bottom: 7rem;
  }
  .heading {
    margin-bottom: 5rem;
  }
  #prijava {
    position: relative;
    padding-bottom: 12rem;
  }
  #prijava .bike {
    position: absolute;
    height: 43rem;
    bottom: 0;
    left: 45%;
  }
  #kako .stepContent {
    padding: 2.5rem;
    min-height: 13.5rem;
    width: 85%;
  }
  #kako .steps article img {
    top: 2rem;
    height: 50%;
  }
  #kako .stepLabel {
    padding: 0.4rem 2.5rem 0 2.5rem;
  }
  #kako .swiper {
    overflow: hidden;
    padding-top: 2rem;
  }
  #kako .swiper::after {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% - 3.5rem);
    top: 0;
    width: 0.2rem;
    background-color: #3d8d6b;
    right: 0;
    z-index: 99;
  }
  #kako .swiper-nav {
    padding-top: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
  }
  #kako .swiper-nav::after {
    content: "";
    display: block;
    flex: 1;
    background-color: #f3f4f3;
    height: 1px;
    order: 1;
  }
  #kako .swiper-nav .swiper-button-prev,
  #kako .swiper-nav .swiper-button-next {
    display: block;
    position: relative;
    margin: 0;
    height: 1.5rem;
    width: 1.5rem;
    color: #ffffff;
  }
  #kako .swiper-nav .swiper-button-next {
    order: 2;
  }
  #prvi-korak {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #prvi-korak::after {
    pointer-events: none;
    content: "";
    opacity: 0.32;
    position: absolute;
    transform: rotate(3.67deg);
    top: 5%;
    height: 70%;
    width: 50vw;
    background-image: url("../img/prvi-korak.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
  }
  #ko {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 25% 70%;
    align-items: center;
    gap: 10%;
  }
  #ko .heading {
    margin-bottom: 1rem;
  }
  #ko ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #ko ul li {
    display: block;
    border-left: 2px solid #3d3939;
  }
  #ko ul li h4 {
    padding-left: 1rem;
  }
  #ko ul li img {
    border: none;
    width: 70%;
    height: auto;
    margin-top: 4rem;
  }
  #dokumentacija .docs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
  }
  #dokumentacija .docs .desktopFlex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #dokumentacija .docs .desktopFlex p {
    padding-bottom: 0;
  }
  #dokumentacija .docs article > img {
    max-height: none;
  }
  #dokumentacija .docs article:nth-child(1) {
    grid-column: span 2;
    padding: 5rem;
  }
  #dokumentacija .docs article:nth-child(1) > img {
    max-height: none;
    height: 115%;
    top: -15%;
    width: auto;
    right: 5rem;
  }
  #dokumentacija .docs article:nth-child(2),
  #dokumentacija .docs article:nth-child(3) {
    position: relative;
    padding: 0 2.5rem 2.5rem 2.5rem;
  }
  #dokumentacija .docs article:nth-child(2) > img,
  #dokumentacija .docs article:nth-child(3) > img {
    position: relative;
    height: 18rem;
    margin-top: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #dokumentacija .docs article:nth-child(2) > img {
    transform: translateX(-55%) rotate(-35deg);
  }
  #cifre {
    position: relative;
    padding-top: 7rem;
  }
  #cifre::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 13rem;
    background-image: url("../img/praksa.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 2rem;
    left: 0;
  }
  #cifre .cifreHolder {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
  #cifre article {
    display: block;
    border-radius: 3rem;
  }
  #cifre article img,
  #cifre article .num {
    margin-bottom: 3rem;
  }
  .benefitsHolder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .benefitsHolder .mobileHide {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .benefitsHolder .mobileHide div {
    z-index: 2;
    position: relative;
    border-radius: 3rem;
    overflow: hidden;
  }
  .benefitsHolder .mobileHide div img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .benefitsHolder .mobileHide > div:nth-child(1) {
    grid-row: span 2;
  }
  .benefitsHolder::after {
    pointer-events: none;
    z-index: 1;
    content: "";
    height: 45%;
    width: 70%;
    position: absolute;
    background-image: url("../img/benefits.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    left: 0;
  }
  .benefitsContent {
    z-index: 2;
    border-radius: 3rem;
  }
  .benefitsContent article {
    aspect-ratio: 1/1.1;
    padding: 2rem;
  }
  .benefitsContent article img {
    height: 4.2rem;
  }
  .cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cta .display {
    font-size: 5rem;
  }
  .cta ul li p {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .cta ul li::before {
    height: 1.5rem;
    width: 1.5rem;
  }
  .cta::after {
    pointer-events: none;
    z-index: 1;
    content: "";
    height: 90%;
    width: 40%;
    position: absolute;
    background-image: url("../img/najbrzi.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 17%;
    opacity: 0.36;
  }
  #kontakt address {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
  #kontakt address .card {
    display: block;
  }
  #kontakt address .card img {
    height: 4rem;
    width: 4rem;
    margin-bottom: 1.5rem;
  }
  .faq {
    border-radius: 2.5rem;
    padding: 0;
  }
  .faq summary {
    font-size: 1.5rem;
    padding: 1.5rem 0 1.5rem 4rem;
  }
  .faq .faq-content {
    margin-left: 4rem;
    padding-top: 0;
    margin-right: 7rem;
  }
  .faq::after {
    right: 4rem;
  }
  #o-projektu {
    display: grid;
    grid-template-columns: 43% 50%;
    gap: 7%;
  }
  #o-projektu .heading {
    margin-bottom: 1rem;
  }
  #o-projektu .imageHolder img {
    display: block;
    position: absolute;
    max-width: none;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  #o-projektu dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  #o-projektu dl div {
    padding: 0;
    padding-left: 1.5rem;
    padding-right: 2rem !important;
  }
  #o-projektu dl div:nth-child(1) {
    padding-left: 0;
  }
  #o-projektu dl div:nth-child(2) {
    border-right: 1px solid #3d3939;
  }
  #o-projektu dl dt,
  #o-projektu dl dd {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
  }
  #o-projektu dl dd {
    font-size: 3rem;
    line-height: 1;
    margin-top: 1rem;
  }
  .mainLogos {
    display: flex;
    flex-direction: row;
  }
  .mainLogos img {
    height: 6rem;
  }
  footer {
    background-color: #fafafa;
    margin-top: 5rem;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-size: auto 90%;
  }
  footer .footerContent {
    margin-top: 7rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .footerContent ul li {
    text-align: left;
  }
  footer .subFooter {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  footer > img {
    position: absolute;
    bottom: 0;
    height: 59rem;
    left: 35%;
  }
}/*# sourceMappingURL=main.css.map */