.grid-three-column-3.q-a {
  padding-top: 0;
  padding-bottom: 20px;
}

.grid-three-column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: stretch;
}

.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;
  padding-bottom: 30px;
}

.feature-outline-r {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  background-color: #f8f6f3;
  border: 1px solid #f5f5f5;
  border-top-color: rgb(245, 245, 245);
  border-right-color: rgb(245, 245, 245);
  border-bottom-color: rgb(245, 245, 245);
  border-left-color: rgb(245, 245, 245);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px 32px 32px;
  transition: all 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
  min-height: 280px;
}

.feature-outline-r:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.wrap-v-large-8 {
  margin-top: auto;
}

.wrap-v-large-8 a {
  color: #fff !important;
  text-decoration: unset !important;
}

.wrap-v-large-8 .button-outline {
  max-width: 292px !important;
}

.button-outline {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00c6c7;
  border: 1px solid #d8dbdf;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition:
    border-color 0.3s,
    color 0.3s,
    background-color 0.3s;
  display: flex;
}

.button-outline:hover {
  color: #000 !important;
  background-color: #e0e0e0;
  border-style: none;
}
a.button-outline {
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  background-color: #00c6c7;
  border: 1px solid #d8dbdf;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition:
    border-color 0.3s,
    color 0.3s,
    background-color 0.3s;
  display: flex;
  text-decoration: unset !important;
}
.feature-card-2 {
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #faf8f5;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  padding-left: 24px;
  text-decoration: none;
  grid-column: span 1;
  grid-row: span 1;
  color: #000 !important;
  text-decoration: unset !important;
}
.process-grid-three {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}
.content-feature-item.left .wrap-v-tiny {
  text-align: left;
}
.content-feature-item.right .wrap-v-tiny,
.content-feature-item.right .wrap-v-tiny h1,
.content-feature-item.right .wrap-v-tiny h2,
.content-feature-item.right .wrap-v-tiny h3,
.content-feature-item.right .wrap-v-tiny h4,
.content-feature-item.right .wrap-v-tiny h5,
.content-feature-item.right .wrap-v-tiny h6 {
  text-align: right;
}
.content-feature-item.right .icon-wrap {
  margin-left: auto;
}
.wrap-v-tiny {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}
.process-step {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  height: 100%;
}
.process-header {
  z-index: 1;
  background-color: #f7f8f800;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}
.process-number-wrapper {
  color: #00c6c7;
  background-color: #d5ebe9;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 32px;
  display: flex;
}
.column-regular-2.column-center {
  justify-content: flex-start;
  align-items: center;
}
.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}
.button-wrapper-small {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  display: flex;
}
.process-image-block {
  margin-top: auto;
}
.container-large-17 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.cta-block {
  text-align: center;
  background-color: #faf8f5;
  border-radius: 24px;
  padding: 40px 5% 50px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.container-small-2 {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.column-gigantic {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.content-main-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.content-main-wrap.mobile {
  padding-top: 0;
}
.content-features-column {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  width: 100%;
  max-width: 312px;
  display: flex;
}
.content-feature-item {
  text-align: center;
}
.content-feature-item.left {
  justify-content: center;
  align-items: flex-start;
}
.icon-wrap {
  border-radius: 12px;
  padding: 16px;
  box-shadow:
    0 0 0 1px #0000000f,
    0 1px 2px #0000000f;
  width: 56px;
  margin-bottom: 15px;
}
img {
  vertical-align: middle;
  display: inline-block;
}
.image-28 {
  max-width: 24px;
}
.content-mockup-wrap {
  justify-content: center;
  align-items: center;
  min-width: 440px;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.mockup-background {
  z-index: -1;
  border-radius: 50%;
  flex: none;
  width: 100%;
  position: absolute;
}
.section-pos-1 {
  padding: 80px 5% 30px;
  position: relative;
}
.section-pos-1.podstranica {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-feature-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}
/* scroll */
.terminal-visual {
    position: relative;
    width: 100%;
    height: clamp(280px, 40vw, 520px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.reveal-popout {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;

    opacity: 0;
    transform-origin: center center;
    transform: translateY(6vh) scale(3.4);
    transition:
        transform 2.3s cubic-bezier(.16,1,.3,1),
        opacity 1.2s ease-out;
    will-change: transform, opacity;
}

.reveal-popout.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1.05);
}

.reveal-popout.is-visible.done {
    transform: translateY(0) scale(1);
    transition: transform .6s ease;
}

/* ucitavanje pojedinih sekcija */
.load-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 0.9s ease,
        transform 0.9s cubic-bezier(.16,1,.3,1);
    will-change: opacity, transform;
}

.load-reveal.is-loaded {
    opacity: 1;
    transform: translateY(0);
}

.load-reveal.delay-1 {
    transition-delay: 0.15s;
}

.load-reveal.delay-2 {
    transition-delay: 0.3s;
}

.load-reveal.delay-3 {
    transition-delay: 0.45s;
}
@media screen and (max-width: 479px) {
  .button-outline {
    border-style: none;
  }
  .mockup-background {
    margin-top: 61px;
  }
  .content-mockup-wrap {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .grid-three-column-3 {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .w-layout-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .content-main-wrap.mobile {
    flex-flow: column;
    padding-top: 0;
  }
  .content-mockup-wrap {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 991px) {
  .content-feature-divider {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .grid-three-column-3.q-a {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .process-header {
    background-color: #f7f8f800;
  }
  .process-number-wrapper {
    background-color: #d5ebe9;
  }
  .text-block-8,
  .text-block-9,
  .text-block-10 {
    color: #00c6c7;
  }
  a.button-outline {
    color: #fff;
    background-color: #00c6c7;
    max-width: 200px;
    padding: 12px 34px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  .container-large-17 {
    border-radius: 20px;
  }
  .cta-block {
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-main-wrap.mobile {
    padding-top: 30px;
  }
  .content-feature-item.left {
    justify-content: center;
    align-items: flex-start;
  }
  .section-pos-1 {
    padding-bottom: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .section-pos-1.podstranica {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .grid-three-column-3.q-a {
    padding-top: 30px;
  }
  .feature-card-2 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    justify-content: flex-start;
    align-items: center;
  }
}
