@font-face {
  font-family: Hubotsans Slnt Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #060609;
  --alice-blue: #f0f5ff;
  --drap: #b99d63;
  --dark-grey: #777;
  --black-second: #edede9;
  --bezz: #f8f7f2;
  --honeydew-section: #ecfcf4;
  --slova: #2c2c2c;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--alice-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35;
}

a {
  color: var(--drap);
  text-decoration: none;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
}

li {
  padding-bottom: 4px;
  font-size: 15px;
}

blockquote {
  border-left: 1px solid var(--dark-grey);
  color: var(--white);
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}

figcaption {
  color: #e7fbfc99;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 500;
}

.utility-page-wrap {
  background-color: var(--white);
  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;
  align-items: center;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subhead {
  opacity: 1;
  color: var(--alice-blue);
  margin-top: 33px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.subhead.white {
  color: var(--white);
}

.subhead.small {
  font-size: 21px;
}

.subhead.small.for-quote {
  font-size: 17px;
  font-weight: 300;
}

.subhead.centr {
  text-align: center;
}

.input {
  border: 2px solid var(--black);
  background-color: #fff;
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.input:hover {
  border-color: #111314;
}

.input:focus {
  color: #444;
  border-color: #111314;
}

.input::placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.margin-15px {
  margin-top: 15px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.title-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.3;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: var(--dark-grey);
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arvo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.margin-60px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.color-block {
  background-color: var(--black);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block._2 {
  background-color: var(--black-second);
  color: #3d3d3d;
}

.section {
  background-color: var(--black);
  padding: 76px 5%;
  position: relative;
}

.section.add-top-margin {
  background-color: var(--white);
  padding-top: 200px;
}

.section.for-inner {
  padding-top: 160px;
}

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

.section.for-work {
  padding: 30px;
}

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

.section._60px-top {
  padding-top: 60px;
  padding-bottom: 65px;
}

.section.white {
  background-color: var(--white);
}

.margin-25px {
  margin-top: 25px;
}

.title-1 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10.7em;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.title-1.left {
  text-align: left;
  font-family: Arvo, sans-serif;
  font-weight: 700;
}

.title-1.for-blog-page {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
  line-height: 1.1;
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.margin-20px {
  margin-top: 20px;
}

.container {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.button {
  background-color: var(--black-second);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.full {
  width: 100%;
}

.button.full.margin {
  margin-top: 7px;
}

.margin-40px {
  margin-top: 40px;
}

.licensing-content {
  min-height: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  display: flex;
}

.margin-30px {
  margin-top: 30px;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 16px;
  display: flex;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

.shrink-item.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-link {
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.dark-link:hover {
  color: #000;
}

.copyright-dot {
  background-color: var(--white);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading {
  font-weight: 600;
}

.margin-50px {
  z-index: 10;
  margin-top: 50px;
  position: relative;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.photo-line-animation {
  border-radius: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.margin-100px {
  margin-top: 100px;
}

.photo-move-2 {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.photo-move {
  max-width: 95%;
  position: relative;
  overflow: hidden;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.toggle-main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.uppercase {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.project-grid-main {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.project-grid-main.top {
  align-items: stretch;
}

.info-flex {
  background-color: var(--black);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  padding: 47px 50px;
  display: flex;
}

.project-line-divider {
  background-color: var(--black);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.rich-text-minus-20px {
  margin-top: -20px;
}

.info-content {
  grid-column-gap: 50px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}

.navigation-main {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000000ad 24%, #0000);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 140px;
  transition: opacity .2s;
}

.menu-square {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.hamburger-line.first, .hamburger-line.second {
  background-color: var(--alice-blue);
}

.hamburger-circle {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: relative;
}

.circle-absolute {
  background-color: var(--black-second);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.circle-absolute.hide {
  background-color: var(--drap);
}

.menu-big {
  z-index: 888;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: invert();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-background {
  background-color: var(--black-second);
  flex-direction: column;
  position: absolute;
  inset: 0%;
}

.menu-content {
  z-index: 3;
  position: relative;
}

.navigation-items {
  z-index: 99;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link-move {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-text-wrapper {
  height: 74px;
  overflow: hidden;
}

.text-line {
  color: var(--black);
  text-transform: capitalize;
  font-size: 80px;
  font-weight: 600;
  line-height: .9;
  display: block;
}

.text-full {
  color: var(--black);
  font-size: 80px;
  font-weight: 600;
  line-height: .9;
}

.title-tag {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}

.title-tag.big {
  font-size: 40px;
  font-weight: 600;
}

.title-tag.big.add-bottom {
  margin-bottom: 20px;
}

.title-tag.big.center {
  text-align: center;
}

.title-tag.big {
  color: var(--white);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 38px;
  font-weight: 700;
}

.card-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block.second {
  height: 40svh;
}

.button-underline {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.photo-animation-1 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.text-gray {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-top: 1px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: relative;
  top: -5px;
}

.checkout-form {
  background-color: var(--white);
  color: var(--black);
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 70px;
}

.contact-link {
  z-index: 2;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 29px;
  display: flex;
  position: relative;
  overflow: visible;
}

.parallax-image-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-triger {
  width: 105%;
  height: 105%;
  position: absolute;
}

.image-triger-second {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.parallax-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.numbers {
  z-index: 2;
  justify-content: flex-start;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number-digit {
  text-align: center;
  font-size: 150px;
  font-weight: 500;
  line-height: 150px;
}

.number-digit.other-color {
  opacity: .55;
  color: var(--white);
  font-size: 62px;
  font-weight: 400;
  line-height: 70px;
}

.number-digit.other-color.light {
  margin-top: 3px;
  margin-left: 6px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.social-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-loading {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-overlay {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.parallax-image-block {
  width: 100%;
  height: 43em;
  position: relative;
  overflow: hidden;
}

.parallax-image-block.blog-page {
  height: 50em;
}

.color-parallax {
  z-index: 2;
  background-color: var(--black);
  display: none;
  position: absolute;
  inset: 0%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.success-message {
  background-color: var(--white);
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

.pricing-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-card {
  grid-row-gap: .6em;
  background-color: var(--black-second);
  text-align: left;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 40px 40px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-part-grid {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  overflow: hidden;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.main-pricing-title {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.feature-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.feature-grid.center {
  text-align: center;
  justify-items: start;
  margin-top: 0;
}

.feature-big-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.feature-big-title.dark {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-product {
  opacity: 1;
  color: var(--black);
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
}

.feature-second {
  color: var(--dark-grey);
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pricing-center-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero {
  background-image: url('../images/brusnik.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 180px 5% 160px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero.for-inner {
  background-color: var(--bezz);
  min-height: auto;
  padding-top: 190px;
  padding-bottom: 165px;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper.left {
  justify-content: flex-start;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.animation-image {
  z-index: 1;
  width: 20px;
  position: relative;
}

.social-circle {
  background-color: var(--black-second);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-liner {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.display-1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.1;
}

.display-1.biger {
  font-size: 55px;
}

.display-1.center {
  text-align: center;
  font-size: 80px;
}

.hero-title-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.hero-title-flex.full {
  max-width: none;
  display: flex;
}

.hero-title-flex.full.inner {
  align-items: center;
}

.block-gray {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.work-wrapper-first {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.view-project-icon {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.project-circle-text {
  z-index: 999;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.title-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.title-flex.space {
  justify-content: space-between;
}

.max-w-center {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.flex-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-left.add-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-title-tag {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.copyright-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gray-link {
  color: var(--black);
  text-decoration: none;
  display: inline;
}

.copyright {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.link-no-overline {
  text-decoration: none;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .6fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.footer-tag {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-underline {
  border-bottom: 2px solid var(--black);
  opacity: 1;
  color: var(--black);
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.link-underline._0px {
  margin-bottom: 0;
}

.visit-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 5% 40px;
  display: flex;
  position: relative;
}

.flex-tag-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  padding: 12px 18px 11px;
  display: flex;
}

.flex-tag-footer.white {
  border-color: var(--black);
}

.team-name-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.1;
}

.job-role {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 70%;
  padding-right: 70px;
  display: flex;
}

.scroll-down-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.category-tag {
  border: 2px solid var(--black);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.category-tag:hover {
  opacity: .76;
}

.cta-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.2;
}

.cta-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link-cta {
  z-index: 2;
  background-color: #f5e9ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 27px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.gray-color {
  opacity: .6;
}

.button-arrow-link {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-arrow-link:hover {
  color: #fff;
  background-color: #424242;
}

.margin-150px {
  margin-top: 150px;
}

.section-video {
  padding: 120px 5%;
  position: relative;
}

.section-video.image {
  z-index: -1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.main-display {
  color: #fff;
  max-width: 60%;
  margin: 0 auto 5px;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3;
}

.button-underline-2 {
  color: #fff;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.button-underline-2:hover {
  color: #fff;
}

.button-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-flex.second {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
}

.button-flex.add-to-center.more {
  margin-top: 35px;
}

.button-flex.cen {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.toggle-main {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph {
  padding-top: 15px;
}

.toogle-max-w {
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.toggle-content {
  background-color: #0000;
  padding: 20px 20px 10px 0;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.filter-image {
  filter: invert();
  width: 17px;
}

.lightbox-wrapper {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.delete-me {
  z-index: 9999;
  background-color: #fff;
  background-image: url('../images/button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 140px;
  height: 30px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button-with-animation {
  background-color: var(--drap);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-animation.donji {
  margin-top: 34px;
}

.arrow-button {
  filter: invert();
  width: 22px;
  position: absolute;
}

.option-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black-second);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 50px 36px;
  display: flex;
}

.main-display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.margim-150px {
  margin-top: 150px;
}

.main-display-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.faq-grid {
  grid-column-gap: 100px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.faq-grid.for-faq {
  grid-column-gap: 100px;
  grid-template-columns: .8fr 1fr;
}

.qa-text-main {
  color: var(--black);
  white-space: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.drodpwdown-toggle-main {
  grid-column-gap: 30px;
  border-bottom: 1px solid #333438;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: flex;
}

.toggle-icon {
  background-color: var(--black-second);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.logo-main {
  z-index: 1;
  border: 1px solid #2e2e2e;
  flex: 0 33.333%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: -1px;
  margin-left: -1px;
  display: flex;
  position: relative;
}

.arrow-image {
  filter: invert();
}

.arrow-image.invert {
  filter: none;
}

.overlay-bottom {
  background-image: linear-gradient(180deg, #0000, var(--black) 80%, var(--black));
  justify-content: center;
  align-items: flex-end;
  min-height: 220px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down {
  filter: invert();
  width: 20px;
}

.project-grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-rotator {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 3px 3px 8px #000000eb;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.start-icon {
  flex: none;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
}

.view-project-main {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.project-circle {
  z-index: 999;
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.text-rotator-wrapper {
  align-items: center;
  padding-left: 13px;
  display: flex;
  position: absolute;
  inset: auto 0% 14px;
  overflow: hidden;
}

.work-photo {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-photo.add-px {
  height: 600px;
}

.work-wrapper {
  aspect-ratio: 3 / 2;
  cursor: none;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-line-main {
  color: var(--white);
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-line-main:hover {
  border-bottom-color: #6f00ff;
  padding-right: 0;
}

.work-main {
  overflow: hidden;
}

.data {
  margin-bottom: 0;
}

.max-w-left {
  max-width: 580px;
}

.photo-background {
  background-image: url('../images/hero.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  position: relative;
}

.photo-background.second-photo {
  background-image: url('../images/palagruza.webp');
}

.photo-background.second-photo.around {
  background-image: url('../images/south.webp');
}

.photo-background.second-photo.hvar {
  background-image: url('../images/aleksandra-krasinska-pRH473DZjCg-unsplash.webp');
}

.photo-background.second-photo.volcanic {
  background-image: url('../images/untitled-113-of-204.webp');
}

.photo-background.second-photo.caves {
  background-image: url('../images/blue.webp');
}

.photo-background.second-photo.south {
  background-image: url('../images/Screenshot-2024-05-06-at-14.32.54.webp');
}

.photo-background.second-photo.taxi {
  background-image: url('../images/Screenshot-2024-05-06-at-14.45.06.webp');
}

.photo-background.second-photo.custom {
  background-image: url('../images/Screenshot-2024-05-06-at-14.45.29.webp');
}

.number-grid-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.title-4 {
  z-index: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.title-4.fun-text {
  margin-bottom: 0;
}

.button-first-line {
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.arrow-animation {
  width: 30px;
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-wrapper {
  color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-title-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.blog-main-title {
  color: #000;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.photo-animation-3 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.photo-main {
  opacity: .85;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.icon-main {
  z-index: 2;
  position: relative;
}

.paragraph-dark {
  color: var(--dark-grey);
}

.pattern-1 {
  opacity: .25;
  position: absolute;
  inset: 0% 0% auto;
}

.pattern-1.bottom {
  opacity: .5;
  inset: auto 0% 0%;
}

.hero-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.absolute-shape {
  width: 150%;
  height: 150%;
  position: absolute;
}

.rocket-image {
  opacity: .2;
  width: 700px;
  max-width: 100%;
  height: 100%;
  position: absolute;
}

.logos-title {
  margin-top: 0;
  font-size: 19px;
  font-weight: 600;
}

.logo-strip {
  grid-column-gap: 100px;
  grid-row-gap: 7px;
  filter: invert();
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--alice-blue);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.flex-tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.image-invert {
  filter: invert();
}

.service-circle {
  background-color: var(--black-second);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  padding-bottom: 3px;
  display: flex;
}

.grid-3-columns-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.make-gray {
  color: #0006;
}

.step-box {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 74px 40px;
  display: flex;
}

.testiomonials-photo {
  background-image: url('../images/test-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 90px;
  height: 90px;
  margin-right: 30px;
}

.testiomonials-photo._2 {
  background-image: url('../images/test-3.png');
}

.testiomonials-photo._3 {
  background-image: url('../images/test-1.png');
}

.role-name {
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
}

.lighter-gray {
  opacity: .6;
}

.text-field-contact {
  background-color: var(--black-second);
  color: #000;
  border: 1px #000;
  border-radius: 10px;
  height: 52px;
  margin-bottom: 15px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-contact::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.text-field-contact.area {
  border-radius: 5px;
  padding-bottom: 55px;
}

.success-message-3 {
  text-align: center;
  background-color: #b6ffb6;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

.checkbox-select {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.checkbox-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
}

.checkbox-main {
  background-color: #0000;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.checkbox-main.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-size: 10px;
  border-color: #000;
}

.checkbox-field-wrapper {
  margin-bottom: 0;
}

.error-message-3 {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.form-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label-main {
  color: #000;
  flex: none;
  font-size: 14px;
  font-weight: 600;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-family: Arvo, sans-serif;
  font-weight: 700;
}

.image-2 {
  aspect-ratio: 16 / 9;
  filter: invert();
  width: 200px;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.display-2.biger {
  color: var(--white);
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

.hero-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 180px 5% 160px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-2.for-inner {
  background-color: var(--black);
  min-height: auto;
  padding-top: 190px;
  padding-bottom: 165px;
}

.overlay-bottom-2 {
  background-image: linear-gradient(180deg, #0000, var(--black) 80%, var(--black));
  justify-content: center;
  align-items: flex-end;
  min-height: 220px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mapa-tura-1 {
  border-radius: 20px;
  width: 100%;
  margin-top: 39px;
  margin-bottom: 39px;
}

.grid-mapa-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 88px;
  display: grid;
}

.info-flex-2 {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  filter: invert();
  background-color: #060609;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 47px 50px;
  display: grid;
}

.uppercase-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.button-2 {
  color: #060609;
  text-align: center;
  background-color: #edede9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  color: #fff;
  background-color: #060609;
}

.button-3 {
  color: #060609;
  text-align: center;
  background-color: #edede9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.button-3:hover {
  color: #fff;
  background-color: #060609;
}

.para {
  text-align: right;
  font-size: 17px;
}

.button-4 {
  background-color: var(--drap);
  filter: invert();
  color: #060609;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 38px;
  padding: 17px 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.button-4:hover {
  color: #fff;
  background-color: #060609;
}

.button-4.ne {
  filter: none;
  color: var(--white);
}

.price {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 35px;
  font-weight: 600;
}

.ikona {
  filter: invert();
  width: 40px;
  margin-bottom: 11px;
  margin-right: 17px;
  padding-right: 0;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-fotke {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 46px;
  margin-bottom: 45px;
  display: grid;
}

.slika-grid {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.slider {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

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

.mask {
  width: 100%;
}

.video {
  margin-top: 34px;
  margin-bottom: 34px;
}

.slika-tekst {
  width: 100%;
  margin-bottom: 24px;
}

.mapa, .html-embed {
  width: 100%;
}

.social-circle-2, .social-circle-3 {
  background-color: #edede9;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.podeblj {
  color: var(--alice-blue);
  font-size: 15px;
  font-weight: 700;
}

.div-block-3 {
  text-align: center;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block {
  color: var(--alice-blue);
}

.link {
  color: var(--drap);
}

.div-ture {
  margin-bottom: 69px;
}

@media screen and (min-width: 1280px) {
  .display-1 {
    font-size: 80px;
  }

  .text-rotator {
    font-size: 45px;
  }
}

@media screen and (max-width: 991px) {
  .color-block-parent {
    width: 33.3333%;
  }

  .title-3 {
    line-height: 1.2;
  }

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

  .section.add-top-margin {
    padding-top: 150px;
  }

  .section.for-inner {
    padding-top: 155px;
  }

  .title-1 {
    font-size: 6em;
  }

  .title-1.for-blog-page {
    font-size: 70px;
  }

  .licensing-block {
    width: 100%;
  }

  .services-wrapper {
    width: 70%;
  }

  .margin-100px._60px {
    margin-top: 60px;
  }

  .project-grid-main {
    flex-direction: column;
    display: flex;
  }

  .info-flex {
    width: 100%;
  }

  .project-line-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .navigation-main {
    grid-template-columns: 1fr .4fr;
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-big {
    align-items: center;
  }

  .navigation-items {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .nav-text-wrapper {
    height: 64px;
  }

  .text-line, .text-full {
    font-size: 70px;
  }

  .card-block.second {
    height: 32svh;
  }

  .text-gray {
    top: -10px;
  }

  .parallax-image-block {
    height: 35em;
  }

  .parallax-image-block.blog-page {
    height: 40em;
  }

  .pricing-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero {
    background-image: url('../images/brusnik.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: auto;
    padding-top: 159px;
    padding-bottom: 134px;
    position: relative;
  }

  .hero.for-inner {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .display-1 {
    font-size: 70px;
  }

  .display-1.biger {
    font-size: 100px;
  }

  .display-1.center {
    font-size: 80px;
  }

  .hero-title-flex {
    text-align: center;
    align-items: center;
  }

  .view-project-icon {
    font-size: 14px;
    font-weight: 600;
  }

  .project-circle-text {
    width: 115px;
    height: 115px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .team-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .hero-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .section-video {
    padding: 80px 2%;
  }

  .section-video.image {
    max-width: none;
    min-height: 450px;
  }

  .main-display {
    max-width: 90%;
  }

  .main-display.for-fade {
    font-size: 29px;
  }

  .button-flex.add-to-center {
    justify-content: center;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .main-display-2 {
    font-size: 42px;
  }

  .main-display-2.for-fade {
    font-size: 29px;
  }

  .main-display-3 {
    font-size: 42px;
  }

  .main-display-3.for-fade {
    font-size: 29px;
  }

  .faq-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .faq-grid.for-faq {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column-reverse;
  }

  .qa-text-main {
    white-space: normal;
  }

  .text-rotator {
    font-size: 26px;
    line-height: 120%;
  }

  .project-circle {
    width: 120px;
    height: 120px;
  }

  .text-rotator-wrapper {
    display: block;
  }

  .work-photo.add-px {
    height: 680px;
  }

  .work-main {
    width: 100%;
  }

  .photo-background {
    height: 60vh;
  }

  .title-4 {
    line-height: 1;
  }

  .blog-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .icon-main {
    width: 400px;
  }

  .logo-strip {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .about-grid {
    width: 80%;
  }

  .grid-3-columns-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .step-box {
    padding: 30px 72px 20px;
  }

  .display-2 {
    font-size: 70px;
  }

  .display-2.biger {
    font-size: 100px;
  }

  .hero-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
    padding-top: 159px;
    padding-bottom: 134px;
    position: relative;
  }

  .hero-2.for-inner {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .info-flex-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .subhead {
    text-align: left;
  }

  .subhead.podnaslov {
    text-align: center;
  }

  .title-2 {
    font-size: 40px;
  }

  .title-3 {
    font-size: 40px;
    line-height: 1.1;
  }

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

  .section.for-inner {
    padding-top: 150px;
  }

  .section._100px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

  .title-1.for-blog-page {
    max-width: 100%;
    font-size: 50px;
  }

  .services-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .project-grid-main {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .navigation-main {
    grid-template-columns: 1fr .6fr;
  }

  .menu-big {
    flex-direction: column;
    align-items: stretch;
    padding: 19px;
  }

  .nav-text-wrapper {
    height: auto;
  }

  .text-full {
    font-size: 95px;
    display: none;
  }

  .card-block.second {
    height: 37svh;
  }

  .text-gray {
    top: -8px;
  }

  .contact-link {
    margin-top: 40px;
  }

  .numbers {
    height: 120px;
  }

  .numbers.on-preloader {
    height: 100px;
  }

  .number-digit {
    font-size: 120px;
    line-height: 120px;
  }

  .number-digit.other-color {
    font-size: 100px;
    line-height: 100px;
  }

  .parallax-image-block.blog-page {
    height: 30em;
  }

  .hero {
    padding-top: 128px;
    padding-bottom: 167px;
  }

  .hero.for-inner {
    padding-top: 157px;
    padding-bottom: 157px;
  }

  .display-1 {
    font-size: 60px;
  }

  .display-1.biger {
    font-size: 70px;
  }

  .display-1.center {
    font-size: 60px;
  }

  .hero-title-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .copyright-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .team-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .cta-title {
    font-size: 12vw;
  }

  .section-video.image {
    min-height: 420px;
  }

  .main-display {
    font-size: 30px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .main-display-2, .main-display-3 {
    font-size: 33px;
  }

  .faq-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .faq-grid.for-faq {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
  }

  .logo-main {
    flex-basis: 50%;
    height: 8.9em;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .text-rotator {
    font-size: 7vw;
  }

  .work-photo.add-px {
    height: 100%;
  }

  .photo-background {
    background-size: cover;
    height: 60vh;
  }

  .title-4 {
    font-size: 10vw;
  }

  .hide {
    display: none;
  }

  .logo-strip {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }

  .about-grid {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

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

  .step-box {
    padding-bottom: 40px;
  }

  .form-grid-2 {
    grid-column-gap: 20px;
  }

  .display-2 {
    font-size: 60px;
  }

  .display-2.biger {
    text-align: center;
    font-size: 70px;
  }

  .hero-2 {
    padding-top: 128px;
    padding-bottom: 167px;
  }

  .hero-2.for-inner {
    padding-top: 157px;
    padding-bottom: 157px;
  }

  .info-flex-2 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .grid-fotke {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .subhead {
    text-align: left;
    max-width: 100%;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 300;
  }

  .subhead.centr {
    text-align: left;
  }

  .subhead.podnaslov {
    text-align: center;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .color-row {
    flex-direction: column;
  }

  .title-2 {
    font-size: 15vw;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-3 {
    font-size: 30px;
  }

  .margin-60px {
    margin-top: 14px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .section.add-top-margin {
    padding-top: 115px;
  }

  .section.for-inner {
    padding-top: 120px;
  }

  .section.for-work {
    padding-left: 0;
    padding-right: 0;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .title-1.for-blog-page {
    font-size: 30px;
  }

  .licensing-content {
    flex-direction: column;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .copyright-dot {
    display: none;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .services-wrapper {
    width: 100%;
  }

  .photo-move-2, .photo-move {
    max-width: 100%;
  }

  .line-divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .uppercase {
    font-size: 15px;
  }

  .project-grid-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .info-flex {
    padding: 29px 16px;
  }

  .info-content {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .navigation-main {
    grid-template-columns: 1fr 1fr;
    padding: 4px 2% 4px 3%;
  }

  .logo {
    width: 100px;
  }

  .circle-absolute.hide {
    display: none;
  }

  .text-line {
    font-size: 46px;
  }

  .title-tag.big {
    font-size: 36px;
    font-weight: 400;
  }

  .card-block.second {
    height: 26svh;
  }

  .text-gray {
    width: 30px;
    height: 30px;
    font-size: 10px;
    top: -3px;
  }

  .numbers, .numbers.on-preloader {
    height: 80px;
  }

  .number-digit, .number-digit.other-color {
    font-size: 80px;
    line-height: 80px;
  }

  .parallax-image-block {
    height: 23em;
  }

  .parallax-image-block.blog-page {
    height: 25em;
  }

  .pricing-grid {
    grid-row-gap: 40px;
  }

  .pricing-card {
    padding: 30px 20px;
  }

  .pricing-center-wrapper {
    font-size: 18px;
  }

  .hero {
    min-height: 400px;
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .hero.for-inner {
    padding-top: 115px;
    padding-bottom: 120px;
  }

  .display-1 {
    text-align: center;
    font-size: 45px;
  }

  .display-1.biger {
    text-align: center;
    font-size: 44px;
  }

  .display-1.center {
    font-size: 40px;
  }

  .hero-title-flex {
    max-width: 100%;
  }

  .hero-title-flex.full.inner {
    justify-content: center;
    align-items: center;
  }

  .view-project-icon {
    font-size: 15px;
    line-height: 20px;
  }

  .view-project-icon.w--current {
    width: 60px;
    height: 60px;
  }

  .title-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .max-w-center {
    max-width: 100%;
  }

  .footer-title-tag {
    font-size: 11px;
    line-height: 1.4;
  }

  .visit-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-bottom: 20px;
  }

  .hide-social {
    display: none;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .collection-item {
    width: 100%;
  }

  .scroll-down-wrapper {
    bottom: 30px;
  }

  .cta-title {
    font-size: 50px;
  }

  .hero-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-video.image {
    min-height: 350px;
  }

  .main-display {
    font-size: 26px;
  }

  .main-display.for-fade {
    font-size: 24px;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-flex.second {
    align-items: flex-start;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .button-with-animation {
    font-size: 17px;
  }

  .button-with-animation.donji {
    margin-top: 28px;
  }

  .main-display-2 {
    font-size: 26px;
  }

  .main-display-2.for-fade {
    font-size: 24px;
  }

  .main-display-3 {
    font-size: 26px;
  }

  .main-display-3.for-fade {
    font-size: 24px;
  }

  .faq-grid.for-faq {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .qa-text-main {
    white-space: break-spaces;
  }

  .drodpwdown-toggle-main {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .logo-main {
    flex-basis: 100%;
    min-width: 35vw;
    height: 8em;
  }

  .overlay-bottom {
    min-height: 150px;
  }

  .project-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-rotator {
    font-size: 7vw;
    line-height: 120%;
  }

  .start-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .view-project-main.w--current {
    width: 60px;
    height: 60px;
  }

  .project-circle {
    width: 50px;
    height: 50px;
    top: 10.125px;
    right: 32px;
  }

  .text-rotator-wrapper {
    bottom: 15px;
  }

  .work-wrapper {
    border-radius: 0;
  }

  .button-line-main {
    font-size: 16px;
  }

  .photo-background {
    height: 350px;
  }

  .number-grid-main {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .title-4 {
    font-size: 12vw;
  }

  .title-4.fun-text {
    font-size: 60px;
  }

  .blog-main-title {
    max-width: 95%;
    font-size: 23px;
    line-height: 30px;
  }

  .read-more-margin {
    display: none;
  }

  .icon-main {
    width: 250px;
  }

  .logo-strip {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .step-box {
    padding-left: 29px;
    padding-right: 29px;
  }

  .testiomonials-photo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .checkbox-flex {
    grid-row-gap: 5px;
  }

  .checkbox-field-wrapper {
    align-items: center;
    padding-right: 5px;
    display: flex;
  }

  .form-grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .display-2 {
    font-size: 50px;
  }

  .display-2.biger {
    text-align: center;
    font-size: 37px;
  }

  .hero-2 {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .hero-2.for-inner {
    padding-top: 115px;
    padding-bottom: 120px;
  }

  .overlay-bottom-2 {
    min-height: 150px;
  }

  .info-flex-2 {
    padding: 29px 16px;
  }

  .uppercase-2, .para {
    font-size: 15px;
  }

  .price {
    font-size: 30px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-fotke {
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    display: flex;
  }
}

#w-node-_1bb98a3f-7440-0562-df9e-2f58af415198-85e9b1e2, #w-node-_936323eb-ff04-9663-5f59-6ee5acd2d246-85e9b1e2, #w-node-_936323eb-ff04-9663-5f59-6ee5acd2d24a-85e9b1e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a48725d2-5e9e-2213-0f69-c7af29e3488c-29e34889, #w-node-a48725d2-5e9e-2213-0f69-c7af29e34893-29e34889, #w-node-a48725d2-5e9e-2213-0f69-c7af29e348a4-29e34889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ac50a65-37bc-27e0-9852-a4a48d24ffed-ac5c2932 {
  justify-self: start;
}

#w-node-e6b90070-534e-6249-9c3c-caa7200ae1d1-ac5c2932 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-85e9b200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8dc9aeb-e5bc-2487-74a0-f106e606f065-85e9b254 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3f2-272f6ad4, #w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-272f6ad4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfc6e7a-5c25-bade-7ee0-b7664e008f51-272f6ad4 {
  place-self: auto;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3f2-f5a9edc2, #w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-f5a9edc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfc6e7a-5c25-bade-7ee0-b7664e008f51-f5a9edc2 {
  place-self: auto;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3f2-7ebecfbd, #w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-7ebecfbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfc6e7a-5c25-bade-7ee0-b7664e008f51-7ebecfbd {
  place-self: auto;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3f2-93ecf91c, #w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-93ecf91c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfc6e7a-5c25-bade-7ee0-b7664e008f51-93ecf91c {
  place-self: auto;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3f2-5b5e75f8, #w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-5b5e75f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfc6e7a-5c25-bade-7ee0-b7664e008f51-5b5e75f8 {
  place-self: auto;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3f2-3b5acf6c, #w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-3b5acf6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfc6e7a-5c25-bade-7ee0-b7664e008f51-3b5acf6c {
  place-self: auto;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3f2-f8daa21b, #w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-f8daa21b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfc6e7a-5c25-bade-7ee0-b7664e008f76-f8daa21b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3f2-9017f2c4, #w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-9017f2c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfc6e7a-5c25-bade-7ee0-b7664e008f76-9017f2c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-acb57ddc, #w-node-a8abcd2a-28e5-adae-855d-34cdf5dcc3fc-f706ed78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_7ac50a65-37bc-27e0-9852-a4a48d24ffed-ac5c2932 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Hubotsans Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}