@charset "UTF-8";
/* header.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  } */
.hero-logo-wrap {
  grid-area: 1/1/2/13;
}

@media (max-width: 600px) {
  .hero-logo-wrap {
    grid-area: 1/1/2/5;
  }
}
.logo-wrap {
  width: 100%;
}

.hero-h1-header-wrapper {
  grid-area: 2/1/3/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
  /* margin-top: 1rem */
}

@media (max-width: 600px) {
  .hero-h1-header-wrapper {
    margin-left: 1.1rem;
    top: 4rem;
  }
}
.lang-flex li:first-child {
  margin-right: 3rem;
}

.lang-flex li:first-child::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: var(--light);
  position: absolute;
  top: 0.65rem;
  left: 1.9rem;
}

.max-width-hero-header {
  max-width: 37ch;
  padding-right: 0.4rem;
  line-height: 1.06;
}

@media (max-width: 600px) {
  .max-width-hero-header {
    font-size: 2.3rem;
  }
}
.hero-image-wrap {
  grid-area: 1/1/2/13;
  width: 100%;
}

.hero-grid-space {
  row-gap: 3rem;
}

.padding-section-hero {
  padding-top: 1.5rem;
  padding-bottom: 6rem;
}

.sticky-logo {
  position: sticky;
  top: 0;
}

.trecolore-logos-wrap {
  grid-area: 1/1/2/6;
  z-index: 2;
  position: relative;
  top: 1.5rem;
  left: 1.4rem;
  padding-bottom: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
}

.trecolore-logo-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.location-headline {
  font-size: 4rem;
  letter-spacing: -0.04em;
  overflow: hidden;
  height: 4rem;
  line-height: 1;
  width: 100%;
}

.header-titles-topfix {
  top: -0.3rem;
}

.hero-arrow-position {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.hero-padding-bottom {
  padding-bottom: 1.5rem;
}

.arrow-right-selection {
  position: absolute;
  top: 50%;
  left: -3rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

.trecolore-header-position {
  top: -2rem;
}

/* HERO SUBTITLE REVEAL ODMA ISPOD LOGA */
.item {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}

.item h1 {
  position: relative;
  top: 4.375rem;
  /* padding-bottom: 0.3rem */
  padding-top: 0.3rem;
  padding-right: 0.3rem;
}

.item-revealer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3rem;
}

.item-revealer:after {
  content: "";
  position: absolute;
  left: 0;
  width: 105%;
  height: 110%;
  background: var(--color-bg);
  top: 60px;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center */
}

/* HOMEPAGE OBSERVER SLIDER */
/* .slides {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
    place-items: center;
} */
/* .slidenew {
    width: 100%;
    height: 100%;
    grid-area: 1 / 1 / -1 / -1;
    pointer-events: none;

    ||*| opacity: 0 |*||
    overflow: hidden;
    position: relative;
    display: grid;
    place-items: center;
    will-change: transform, opacity;
} */
/* .slide__img {
    width: 101%;
    height: 100%;

    ||*| background-size: cover |*||

    will-change: transform, opacity, filter;
} */
.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background: rgba(0, 0, 0, 0.35);
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.hero-potpisi {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}

.slide-number,
.slide-name,
.slide-year {
  font-size: 1.125rem;
  /* color: black */
  /* background: #fff */
  line-height: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1.3rem, 0 1.3rem);
          clip-path: polygon(0 0, 100% 0, 100% 1.3rem, 0 1.3rem);
  text-transform: uppercase;
}

.slide-number {
  /* position: absolute */
  /* top: 55% */
  /* left: 10% */
  /* transform: translate(-50%, -50%) */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.prefix,
.names,
.years {
  height: 1.5rem;
  overflow: hidden;
}

.postfix span {
  padding: 0 0.25rem;
}

.slide-year {
  position: absolute;
  top: 55%;
  right: 20%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.names {
  height: 1.5rem;
  overflow: hidden;
  /* font-size: 18px */
}

.hero-trika-logo-absolute {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
}

.hero-trika-logo-small {
  grid-area: 1/1/2/4;
}

@media (max-width: 991px) {
  .hero-trika-logo-small {
    padding-top: 3rem;
  }
}
.hero-trika-hamburger-wrap {
  /* grid-area: 1 / 12 / 2 / 13 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  z-index: 25;
  right: 1.5rem;
  top: 1.6rem;
}

@media (max-width: 991px) {
  .hero-trika-hamburger-wrap {
    top: 1rem;
  }
}
@media (max-width: 600px) {
  .hero-trika-hamburger-wrap {
    top: 1rem;
    /* right: 0.4rem */
  }
}
.hero-arrow-down {
  grid-area: 1/12/2/13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 600px) {
  .hero-arrow-down {
    grid-area: 1/4/2/5;
  }
}
/* HERO SELECTOR HOME CR CREATE */
.slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  will-change: transform, opacity, filter;
}

@media (max-width: 991px) {
  .slider-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.slider-slide {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .slider-slide {
    /* height: calc(100vh / 3) */
  }
}
.slider-slide:hover .slider-contenttre {
  opacity: 1;
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
}

.slider-slide:hover {
  -webkit-box-flex: 1.2;
      -ms-flex-positive: 1.2;
          flex-grow: 1.2;
}

.slider-contenttre {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 2rem;
  color: var(--light);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.trecolori-smallprint {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem;
  z-index: 2;
  color: var(--light);
  text-transform: uppercase;
}

.logo-3select {
  height: 1.5rem;
}

.slide-name-position {
  grid-area: 1/2/2/5;
}

@media (max-width: 600px) {
  .slide-name-position {
    grid-area: 1/2/2/5;
    left: -3rem;
  }
}
.prefix {
  width: 0.7rem;
}

/* DUOTONE */
/* CSS variables. Not needed for the effect to work. */
:root {
  --base: #e1ccbf;
  --bg-blend: multiply;
  --blur: 0px;
  --fg-blend: lighten;
  --foreground: #000000;
  --opacity: 1;
  --spacing: 0;
}

.img-wrapper {
  background-color: var(--base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  padding: var(--spacing);
  position: relative;
}

.img-wrapper img {
  -webkit-filter: grayscale(100%) brightness(1) contrast(1) blur(var(--blur));
          filter: grayscale(100%) brightness(1) contrast(1) blur(var(--blur));
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: var(--bg-blend);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: var(--opacity);
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  /* Add transition for filter */
}

.slider-slide:hover .img-wrapper img {
  -webkit-filter: none;
          filter: none;
}

.img-wrapper::before {
  background-color: var(--foreground);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: var(--fg-blend);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* First image */
.img-wrapper.img1 {
  --base: #e1ccbf;
  --foreground: #000;
}

/* Second image */
.img-wrapper.img2 {
  --base: #d3d3c5;
  --foreground: #000;
}

/* Third image */
.img-wrapper.img3 {
  --base: #ccdbd6;
  --foreground: #000;
}

/* Third image */
.img-wrapper.img4 {
  --base: #DED5D5;
  --foreground: #000;
}

.footer-copyright {
  position: absolute;
  right: -1.4rem;
  top: 0.97rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 600px) {
  .footer-copyright {
    font-size: 0.875rem;
    top: 0.8rem;
  }
}
/* BARBA TRANSITIONS */
.slide-up-leave,
.slide-up-enter-to {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transform: translateY(0);
  position: absolute;
  top: 0;
  left: 0;
}

.slide-up-leave {
  z-index: 4;
}

.slide-up-leave-active,
.slide-up-enter-active {
  -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01), -webkit-transform 0.8s cubic-bezier(1, 0, 0.47, 1.01);
  transition: opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01), -webkit-transform 0.8s cubic-bezier(1, 0, 0.47, 1.01);
  transition: transform 0.8s cubic-bezier(1, 0, 0.47, 1.01), opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01);
  transition: transform 0.8s cubic-bezier(1, 0, 0.47, 1.01), opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01), -webkit-transform 0.8s cubic-bezier(1, 0, 0.47, 1.01);
  -webkit-transition: transform 0.8s cubic-bezier(1, 0, 0.47, 1.01), opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01);
  opacity: 1;
}

.slide-up-leave-to {
  -ms-transform: translateY(-20%);
      transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  opacity: 0;
}

.slide-up-enter {
  -ms-transform: translateY(100vh);
      transform: translateY(100vh);
  -webkit-transform: translateY(100vh);
  position: absolute;
  top: 100vh;
  left: 0;
  z-index: -2;
  opacity: 1;
}

.slide-up-enter-to {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  min-height: 100vh;
  opacity: 1;
  -webkit-transform: translateZ(0);
}

.slide-down-leave,
.slide-down-enter-to {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transform: translateY(0);
}

.slide-down-leave-active,
.slide-down-enter-active {
  -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01), -webkit-transform 0.8s cubic-bezier(1, 0, 0.47, 1.01);
  transition: opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01), -webkit-transform 0.8s cubic-bezier(1, 0, 0.47, 1.01);
  transition: transform 0.8s cubic-bezier(1, 0, 0.47, 1.01), opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01);
  transition: transform 0.8s cubic-bezier(1, 0, 0.47, 1.01), opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01), -webkit-transform 0.8s cubic-bezier(1, 0, 0.47, 1.01);
  -webkit-transition: transform 0.8s cubic-bezier(1, 0, 0.47, 1.01), opacity 0.8s cubic-bezier(1, 0, 0.47, 1.01);
}

.slide-down-leave {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transform: translateY(0);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 6;
}

.slide-down-leave-to {
  -ms-transform: translateY(100vh);
      transform: translateY(100vh);
  -webkit-transform: translateY(100vh);
  opacity: 1;
  position: absolute;
  bottom: -100vh;
  left: 0;
  z-index: 6;
  min-height: 100vh;
}

.slide-down-enter {
  -ms-transform: translateY(-20%);
      transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  opacity: 0;
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}

.slide-down-enter-to {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  min-height: 100vh;
  -webkit-transform: translateZ(0);
}

.splash-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: block;
  opacity: 0;
  pointer-events: none;
  background-color: #bababa;
}

.with-cover-leave,
.with-cover-enter {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.with-cover-leave .splash-screen {
  opacity: 0;
}

.with-cover-leave-active .splash-screen {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.with-cover-leave-to .splash-screen {
  opacity: 1;
}

.with-cover-enter .splash-screen {
  opacity: 1;
}

.with-cover-enter-active .splash-screen {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.with-cover-enter-to .splash-screen {
  opacity: 0;
}

.fade-leave {
  opacity: 1;
}

.fade-leave-active {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fade-leave-to {
  opacity: 0;
}

.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fade-enter-to {
  opacity: 1;
}

.hero-header-item {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}

.paramask {
  height: 100%;
  overflow: hidden;
}

.paraimg {
  height: 130%;
}

/* .paramask-horizontal {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.paraimg-horizontal {
    width: 130%;
    height: 100%;
    object-fit: cover;
} */
/* TRECOLORE ZAJEDNIČKE */
.spacer {
  /* height: 800px */
}

.arrow {
  width: 60px;
  height: 80px;
  margin: 0 1em;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.arrow.active {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamby-link {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.mobile-nav-wrap {
  grid-area: 2/7/3/12;
  /* align-self: flex-start */
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .mobile-nav-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .mobile-nav-wrap {
    grid-area: 2/2/3/4;
    left: -1.5rem;
    margin-top: 3.8rem;
  }
}
.mobile-nav-contacts {
  grid-area: 2/1/3/3;
  align-self: end;
}

@media (max-width: 600px) {
  .mobile-nav-contacts {
    grid-area: 4/1/5/3;
  }
}
.full-nav-social-header {
  grid-area: 2/3/3/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  align-self: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 991px) {
  .full-nav-social-header {
    grid-area: 2/4/3/7;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .full-nav-social-header {
    grid-area: 3/2/4/3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    top: -1rem;
    margin-bottom: 2.83rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.small-line {
  width: 2rem;
  height: 2px;
  background-color: var(--light);
  top: 0.5rem;
  margin: 0 0.5rem;
}

.small-line {
  width: 2rem;
  height: 2px;
  background-color: var(--light);
  top: 0.5rem;
  margin: 0 0.5rem;
}

footer .current-menu-item {
  font-family: "Editorial New";
  font-style: italic;
  text-transform: none;
  top: 0.1rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}

nav .current-menu-item {
  font-style: italic;
}

.mobile-nav-item.current-menu-item .mobile-nav-text {
  font-style: italic;
}

.menu-lines-light .mline1,
.menu-lines-light .mline2,
.menu-lines-light .mline3 {
  background-color: var(--light);
}

.menu-lines-dark .mline1,
.menu-lines-dark .mline2,
.menu-lines-dark .mline3 {
  background-color: var(--dark);
}

.menu-open .mline1,
.menu-open .mline2,
.menu-open .mline3 {
  background-color: var(--light);
}

.mline {
  height: 2px;
  margin-bottom: 5px;
  /* background-color: var(--white) */
}

.mline1 {
  width: 3rem;
}

@media (max-width: 600px) {
  .mline1 {
    width: 2rem;
  }
}
.mline2 {
  width: 100%;
}

.mline3 {
  width: 50%;
}

.hamby-wrapper {
  /* top: 0.3rem */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mobile-nav-logo {
  grid-area: 1/1/2/4;
}

/* Apply only to the first child under 600px */
/* Default styling for the first 3 children */
.faketeamblock > *:nth-child(-n+3) {
  border-top: 1px solid var(--line);
}

/* Under 600px: Apply only to the first child */
@media (max-width: 600px) {
  .faketeamblock > * {
    border-top: none !important;
    /* Clear borders for all children */
  }
  .faketeamblock > *:first-child {
    border-top: 1px solid var(--line) !important;
    /* Add border only to the first child */
  }
}
/* BUTTON DRUGI */
/* .btn_main_inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid black;
    background-color: transparent;
    color: black;
    padding: .7rem 1.4rem;
    display: flex;
}

.btn_main_inner.hover {
    border-color: white;
    background-color: black;
    color: white;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.btn_main_svg {
    width: 2rem;
}

.btn_main_wrap {
    position: relative;
} */
.footer-nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-head-marg {
  margin-right: 1rem;
}

.list-location-fix {
  top: 0.12rem;
}

.is-second {
  top: -0.3rem;
}

.nav-switcher {
  grid-area: 2/10/2/13;
  align-self: end;
}

@media (max-width: 600px) {
  .nav-switcher {
    grid-area: 4/4/5/5;
  }
}
.lang-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-logo-link {
  padding: 1rem 0 0 0;
}

/* BUTTON FINAL */
/* button solid */
/* .btn_main_inner {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 1.5px solid #904fd2;
    background-color: #904fd2;
    color: #ffffff;
    border-radius: 100vw;
    padding: 0.7rem 1.4rem;
    display: flex;
}

.btn_main_inner.hover {
    border-color: #2b1c37;
    background-color: #2b1c37;
    color: #ffffff;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

[data-button-style="outlined"] .btn_main_inner {
    border: 1.5px solid #904fd2;
    background-color: rgba(255, 255, 255, 0);
    color: #2b1c37;
}

[data-button-style="outlined"] .btn_main_inner.hover {
    border-color: #904fd2;
    background-color: #904fd2;
    color: #ffffff;
}

.btn_main_svg {
    width: 1rem;
}

.button_list {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    align-items: center;
    display: flex;
}

.btn_main_wrap {
    position: relative;
    z-index: 10
}

.btn_main_hover {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 1.5px solid #2b1c37;
    background-color: #2b1c37;
    color: #ffffff;
    border-radius: 100vw;
    padding: 0.7rem 1.4rem;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.brands-max-width {
    max-width: 41ch;
}

.team-max-width {
    max-width: 15ch;
} */
/* .button-container {
    position: relative;
    z-index: 10;
}

.btn_main_wrap {
    position: relative;
    display: inline-block;
}

.btn_main_inner {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 1.5px solid #904fd2;
    background-color: #904fd2;
    color: #ffffff;
    border-radius: 100vw;
    padding: 0.7rem 1.4rem;
    display: flex;
}

.btn_main_inner.hover {
    border-color: #2b1c37;
    background-color: #2b1c37;
    color: #ffffff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

[data-button-style="outlined"] .btn_main_inner {
    border: 1.5px solid #904fd2;
    background-color: transparent;
    color: #2b1c37;
}

[data-button-style="outlined"] .btn_main_inner.hover {
    border-color: #904fd2;
    background-color: #904fd2;
    color: #ffffff;
}

.btn_main_svg {
    width: 1rem;
} */
.butonio {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 100vw;
  width: 100%;
  height: 3.8rem;
  text-transform: uppercase;
  border: 2px solid #0f3936;
}

.butonio {
  color: #0f3936;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.butonio span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0f3936;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.butonio:hover {
  color: #e8e4e3;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.butonio:hover span {
  width: 225%;
  height: 562.5px;
}

/* VELIKI OUTLINE BUTTON */
.butonio-i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 3ch 4ch;
  /* border-radius: 100vw */
  height: auto;
  text-transform: uppercase;
  border: 1px solid var(--dark);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.butonio-i {
  color: var(--dark);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -ms-flex-item-align: center;
      align-self: center;
}

.butonio-i span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--dark);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.butonio-i:hover {
  color: var(--button-hover-color);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.butonio-i:hover span {
  width: 225%;
  height: 562.5px;
}

.butonio-s {
  color: var(--dark);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  /* Ensure the span is positioned correctly */
  overflow: hidden;
  /* Hide the span overflow */
  display: inline-block;
  /* Ensure the container fits the content */
}

.butonio-s span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--dark);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  /* Ensure the span is behind the text */
}

.butonio-s input {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 1px solid var(--dark);
  outline: 1px solid transparent;
  -webkit-box-shadow: 0 0 0 1px var(--dark);
          box-shadow: 0 0 0 1px var(--dark);
  white-space: nowrap;
  color: inherit;
  cursor: pointer;
  padding: 3ch 10ch 3ch;
  letter-spacing: 0.1em;
  font-size: 1rem;
}

.butonio-s:hover {
  color: var(--button-hover-color);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.butonio-s:hover span {
  width: 225%;
  height: 562.5px;
}

/* VELIKI OUTLINE BUTTON */
.butonio-pill {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1ch 2ch;
  border-radius: 100vw;
  height: auto;
  text-transform: uppercase;
  /* outline: 1px solid transparent */
  border: 1px solid var(--dark);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: var(--dark);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .butonio-pill {
    padding: 0.5ch 1ch;
  }
}
.butonio-pill span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--dark);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.butonio-pill:hover {
  color: var(--light);
}

.butonio-pill:hover span {
  width: 250%;
  height: 300px;
}

.butonio-pill.active {
  color: var(--light);
  background-color: var(--dark);
}

.butonio-pill.active span {
  width: 250%;
  height: 300px;
}

/* FINAL MARQUEE */
.marquee__part {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 4px;
  font-smooth: always;
  padding-right: 3rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  will-change: transform filter;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.marquee {
  /* background: #3B7FFF */
  /* color: #EEE */
  /* text-transform: uppercase */
  /* font-weight: 600 */
  /* font-size: 1.667vw */
  /* padding: 32px 0 */
  position: relative;
  overflow: hidden;
}

.marquee__inner {
  -webkit-font-smoothing: antialiased;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* .marquee__part {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 4px;
} */
/* GALLERY */
/* .tricks-slider {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    column-gap: 1.5rem;
} */
.tricks-slider_slide {
  /* position: relative */
  /* display: flex */
  /* width: 23% */
  /* padding-right: 3rem */
  /* padding: 0em */
  /* justify-content: center */
  /* align-items: center */
  /* flex: 0 0 auto */
  /* align-self: flex-start */
  /* will-change: transform filter */
  /* flex-direction: column */
  /* align-items: flex-start */
  /* text-align: center */
}

.tricks-slider_wrap {
  position: relative;
  /* display: flex */
  overflow: hidden;
  width: 100%;
  /* padding-top: 100% */
  /* justify-content: center */
  /* align-items: center */
  margin-bottom: 1rem;
  /* flex: 0 0 auto */
}

/* .tricks-slider_flex {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.tricks-slider_text {
  display: none;
  position: relative;
  z-index: 2;
  font-size: 8.4rem;
  /* font-weight: 400; */
  letter-spacing: -0.08em;
}

.hero-section {
  /* position: relative */
  /* height: 100vh */
  /* height: 100svh */
  z-index: 2;
}

.spacer100 {
  /* height: 100vh */
}

@media (max-width: 600px) {
  .spacer100 {
    height: 0;
  }
}
.footer_component {
  /* position: sticky */
  /* bottom: 0px */
  /* overflow: hidden */
  /* min-height: auto */
}

/* ANIMATED SCROLL DOWN */
.ico {
  /* margin: 0 auto; */
  top: 0.95rem;
  text-align: center;
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ico .circle {
  border: 2px solid var(--light);
  border-radius: 50%;
  display: inline-block;
  height: 1.5625rem;
  width: 1.5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-62%);
      -ms-transform: translateX(-50%) translateY(-62%);
          transform: translateX(-50%) translateY(-62%);
  -webkit-transform-origin: 0%;
      -ms-transform-origin: 0%;
          transform-origin: 0%;
}

.ico .circle.is-black {
  border: 2px solid var(--dark);
}

.ico .st-arrow {
  fill: var(--light);
  -webkit-animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  -webkit-perspective: 9000px;
          perspective: 9000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

.ico .st-arrow.is-black {
  fill: var(--dark);
}

.svg {
  width: 0.75rem;
  height: 0.875rem;
  z-index: 9;
  position: relative;
  top: -0.08rem;
}

@-webkit-keyframes scrolly {
  0% {
    -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
            transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }
  30% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  95% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
            transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
  100% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
            transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}
@keyframes scrolly {
  0% {
    -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
            transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }
  30% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  95% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
            transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
  100% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
            transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}
.home-badge {
  height: 1.3vw;
  position: absolute;
  z-index: 1;
}

@media (max-width: 600px) {
  .home-badge {
    height: 1.6vw;
  }
}
@media (max-width: 991px) {
  /* .home-badge {
      height: 0.8rem
  } */
}
.fixedheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.content-top-padding {
  padding-top: 4.5rem;
}

@media (max-width: 600px) {
  .content-top-padding {
    padding-top: 3rem;
  }
}
.info-blok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80ch;
}

.gallery-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  /* padding: 1.5rem */
}

@media (max-width: 1024px) {
  .gallery-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    height: auto;
  }
}
.gallery-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.gallery-image-wrap {
  height: auto;
}

.info-arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.parent-stick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main-stick {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tre-cr-x1 {
  grid-area: 3/4/4/8;
}

.second-section {
  /* margin-top: -100vh */
}

@media (max-width: 600px) {
  .second-section {
    margin-top: 0;
  }
}
.tc-bottom-margin {
  margin-bottom: 6rem;
}

.img-contain {
  width: 100%;
  /* object-fit: display */
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

@media (max-width: 600px) {
  .marq-image {
    width: 70vw;
  }
}
.teamprivremeni {
  grid-area: 3/1/4/13;
  /* margin-top: 2rem */
}

@media (max-width: 600px) {
  .teamprivremeni {
    grid-area: 3/1/4/5;
  }
}

.priv-team-item {
  width: 100;
  border-bottom: 1px solid var(--line);
  padding: 3rem 0 2.8rem;
}

.fake-team-grid {
  display: grid;
}

@media (max-width: 1024px) {
  .pin-width {
    width: 100%;
  }
}
.faketeamblock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

@media (max-width: 600px) {
  .faketeamblock {
    grid-template-columns: 1fr;
  }
}
.reference-header-up {
  grid-area: 1/1/2/12;
}

@media (max-width: 991px) {
  .reference-header-up {
    grid-area: 1/1/2/6;
  }
}
@media (max-width: 768px) {
  .reference-header-up {
    grid-area: 1/1/2/8;
  }
}
@media (max-width: 600px) {
  .reference-header-up {
    grid-area: 1/1/2/5;
  }
}
.index-gallery-wrap {
  display: block;
}

@media (max-width: 991px) {
  .index-gallery-wrap {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .pozadina {
    background-color: var(--darkbeige);
  }
}
.is-contact {
  row-gap: 2rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

@media (max-width: 800px) {
  .padding-form {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--darkbeige);
  }
}
.badge-size {
  width: 100%;
  height: auto;
}

.solo-gallery-max-with {
  max-width: 105ch;
}

@media (max-width: 991px) {
  .is-brands {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* SUPERSCRIPT */
.reference-sup {
  position: absolute;
  top: 1.5rem;
  /* Adjust this value as needed */
  right: -1em;
  /* Adjust this value as needed */
  font-size: 1.1875rem;
  /* Adjust this value as needed */
  vertical-align: super;
}

.reference-text::after {
  content: attr(data-superscript);
  font-size: 1.75rem;
  vertical-align: super;
  margin-left: 0.2rem;
  top: -1.2rem;
  letter-spacing: -0.04em;
}

@media (max-width: 600px) {
  .reference-text::after {
    top: -0.8rem;
    line-height: 0.8;
  }
}
.no-wrap {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .gallery-mobile-txt {
    font-size: 1.37rem;
  }
}

@media (max-width: 991px) {
  .sticky {
    position: static;
    top: 0;
  }
}
.brands-leads-new {
  grid-area: 2/1/3/13;
  top: -0.3rem;
  max-width: 25ch;
  /* margin-bottom: 2rem */
}

@media (max-width: 600px) {
  .brands-leads-new {
    grid-area: 2/1/3/5;
    top: 0;
    /* margin-bottom: 4rem */
  }
}

@media (max-width: 600px) {
  .spacer-out {
    /* display: none */
  }
}
.team-leads {
  grid-area: 2/1/3/13;
  top: -0.5rem;
  max-width: 36ch;
}

@media (max-width: 600px) {
  .team-leads {
    grid-area: 2/1/3/5;
  }
}
.heading-style-fix-italic {
  font-size: 2.3rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.015em;
}

@media (max-width: 991px) {
  .heading-style-fix-italic {
    font-size: 1.8rem;
  }
}
.grid-special {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  position: relative;
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .grid-special {
    row-gap: 2rem;
  }
}
@media (max-width: 600px) {
  .grid-special {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.3rem;
  }
}
.team-header-wrap {
  grid-area: 1/1/2/11;
}

@media (max-width: 600px) {
  .team-header-wrap {
    grid-area: 1/1/2/5;
  }
}
.privacy-header {
  grid-area: 1/1/2/6;
}

.createline1 {
  border-bottom: solid 1px var(--line);
}

@media (max-width: 599px) {
  .createline1 {
  }
}
/* SWIPER* */
.swiper-container {
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.swiper-slide {
  /* text-align: center */
  /* font-size: 150px */
  /* font-weight: bold */
  /* display: flex */
  /* justify-content: center */
  /* align-items: center */
  width: auto;
  position: relative;
  overflow: hidden;
  /* padding: 0 50px */
}

.panel06 {
  width: 100vw !important;
  /* Force full viewport width */
  max-width: 100vw !important;
  /* Prevent overflow */
}

@media (max-width: 991px) {
  .panel06 {
    position: static;
    height: auto;
  }
  .panel06 .up {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
}
.newsletter-button {
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid var(--dark);
  text-decoration: none;
  color: var(--dark);
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 100vw;
  top: -0.65rem;
}

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

/* MAILCHIMP */
.my-modal-container {
  top: 6rem;
  z-index: 999;
}

.my-modal-container * {
  /* margin: 0 */
  /* padding: 0 */
  /* box-sizing: border-box */
}

.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.my-modal__dimmer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0;
}

.my-modal__window {
  /* width: 70%; */
  max-width: auto;
  padding: 2rem !important;
  width: 35rem !important;
  /* height: 400px; */
  background: var(--light);
  opacity: 0;
}

.my-modal__show-button,
.my-modal__close-button {
  padding: 0.5rem 2rem;
  margin: 1rem;
  cursor: pointer;
}

/* MAILCHIMP STYLING */
/* Main form container */
#mc_embed_signup {
  /* max-width: 600px !important; */
  margin: 0 auto !important;
  background-color: var(--light) !important;
  position: relative !important;
  width: 100% !important;
}

/* Form element */
#mc_embed_signup form {
  padding: 0 !important;
  margin: 0 !important;
}

/* Form title */
#mc_embed_signup h2 {
  display: none !important;
  margin: 0 0 1rem 0 !important;
  color: var(--dark) !important;
  font-size: 2.31rem !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  font-family: "Neue Montreal", Arial, Helvetica, sans-serif !important;
}

/* Style "newsletter" differently */
#mc_embed_signup h2 em {
  font-family: "Neue Montreal", Arial, Helvetica, sans-serif !important;
  font-style: italic !important;
}

/* Required indicator - hidden as per design */
#mc_embed_signup .indicates-required {
  display: none !important;
}

/* Form fields container */
#mc_embed_signup .mc-field-group {
  padding: 0 !important;
  margin-bottom: 1rem !important;
  min-height: auto !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 0.25rem !important;
  /* flex-direction: column-reverse !important; */
}

/* Labels */
#mc_embed_signup .mc-field-group label {
  display: block !important;
  /* margin-bottom: 0.5rem !important; */
  /* font-weight: 400 !important; */
  color: var(--dark) !important;
  text-transform: uppercase !important;
  /* letter-spacing: 0.05em !important; */
  font-size: 1rem !important;
  font-family: "Neue Montreal", Arial, Helvetica, sans-serif !important;
}

/* Inputs */
#mc_embed_signup .mc-field-group input {
  width: 100% !important;
  padding: 0.6rem !important;
  border: 1px solid var(--dark) !important;
  font-size: 1rem !important;
  height: auto !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  font-family: "Neue Montreal", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
}

/* Message container - fixed position for all messages */
#mc_embed_signup .message-container {
  height: 24px !important;
  margin: 0.5rem 0 1.5rem 0 !important;
  position: relative !important;
}

/* Response messages container */
#mc_embed_signup #mce-responses {
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
  width: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  font-family: "Neue Montreal", Arial, Helvetica, sans-serif !important;
  max-width: 39ch !important;
}

/* Individual response messages */
#mc_embed_signup .response {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
  width: 100% !important;
  /* position: absolute !important; */
  top: 0 !important;
  left: 0 !important;
  color: var(--dark) !important;
  font-size: 1rem !important;
  background: none !important;
  border: none !important;
  /* max-width: 33ch; */
}

#mc_embed_signup .asterisk {
  color: var(--dark) !important;
  line-height: 0 !important;
}

/* Error message */
#mc_embed_signup #mce-error-response {
  color: var(--dark) !important;
}

/* Success message */
#mc_embed_signup #mce-success-response {
  color: var(--dark) !important;
}

/* Button container */
#mc_embed_signup .clear {
  clear: both !important;
  width: auto !important;
  display: inline-block !important;
}

/* Improved Checkbox and Button Styling */
#mc_embed_signup .checkbox-button-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  /* Adjust as needed: space-around, flex-start, flex-end */
  margin-bottom: 10px !important;
  /* Added margin back, if you need it */
}

#mc_embed_signup .checkbox-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  /* Changed to row direction for checkbox and text */
  /* align-items: center !important; */
  /* Ensure vertical alignment is centered */
  margin-bottom: 0 !important;
  /* Remove extra bottom margin */
  gap: 0.25rem !important;
}

#mc_embed_signup .checkbox-group .checkbox-label-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 0.5rem !important;
}

#mc_embed_signup .checkbox-group .mce_inline_error {
  margin-top: 0.25rem !important;
}

#mc_embed_shell p {
  display: none !important;
  /* Hide all <p> tags within the signup form */
}

/* Revert column direction for other mc-field-groups if needed - should not be necessary as default from mailchimp is column, and we are only changing checkbox group */
/* #mc_embed_signup .mc-field-group {
    flex-direction: column !important;  /* If other fields are messed up, uncomment this and remove !important from checkbox-group rule above for direction */
/* } */
#mc_embed_signup .checkbox-group input[type=checkbox] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: transparent !important;
  margin-right: 0 !important;
  font: inherit !important;
  color: currentColor !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  border: 1px solid currentColor !important;
  -webkit-transform: translateY(-0.075em) !important;
      -ms-transform: translateY(-0.075em) !important;
          transform: translateY(-0.075em) !important;
  display: grid !important;
  place-content: center !important;
  top: 0.1rem !important;
  align-self: center !important;
  /* Changed to center for row layout */
}

#mc_embed_signup .checkbox-group input[type=checkbox]::before {
  content: "" !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  -webkit-transform: scale(0) !important;
      -ms-transform: scale(0) !important;
          transform: scale(0) !important;
  -webkit-transition: 120ms -webkit-transform ease-in-out !important;
  transition: 120ms -webkit-transform ease-in-out !important;
  transition: 120ms transform ease-in-out !important;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out !important;
  -webkit-box-shadow: inset 1.5rem 1rem var(--dark) !important;
          box-shadow: inset 1.5rem 1rem var(--dark) !important;
}

#mc_embed_signup .checkbox-group input[type=checkbox]:checked::before {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}

#mc_embed_signup .checkbox-group label {
  -ms-flex-item-align: center !important;
      align-self: center !important;
  /* Keep label centered */
  line-height: normal !important;
  /* Reset line-height if necessary */
}

#mc_embed_signup .checkbox-group label a {
  text-decoration: underline !important;
  /* Underline the privacy policy link */
}

/* You might need to adjust button styling slightly for better alignment */
#mc_embed_signup #mc-embedded-subscribe {
  /* Add any button specific adjustments here if needed, for example: */
  /* margin-top: 0; */
}

/* Submit button */
#mc_embed_signup #mc-embedded-subscribe {
  width: auto !important;
  min-width: 150px !important;
  margin: 0 !important;
  height: 3rem !important;
  font-family: "Neue Montreal", Arial, Helvetica, sans-serif !important;
  padding: 1rem 2rem !important;
  background-color: var(--dark) !important;
  color: var(--light) !important;
  border: none !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  margin-top: 0.4rem !important;
}

@media (max-width: 600px) {
  #mc_embed_signup #mc-embedded-subscribe {
    width: 100% !important;
  }
  #mc_embed_signup .clear {
    width: 100% !important;
  }
}
.my-modal__window h3 {
  font-family: "Neue Montreal", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 2.375rem !important;
  line-height: 1.1 !important;
  letter-spacing: -0.015em !important;
  margin-bottom: 1.3rem !important;
  top: -0.25rem !important;
}

.my-modal__window h3 em {
  font-family: "Editorial New" !important;
  font-style: italic !important;
  letter-spacing: -0.015em !important;
}

/* Error states */
#mc_embed_signup input.mce_inline_error {
  border-color: var(--dark) !important;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  font-weight: normal !important;
  color: var(--dark) !important;
  font-size: 1rem !important;
  font-family: "Neue Montreal", Arial, Helvetica, sans-serif !important;
  /* position: absolute !important; */
}

.mailchimp-close-modal {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 2;
}

.social-position {
  grid-area: 1/3/2/5;
}

.social-width {
  display: inline-block;
  /* width: auto */
}

p:empty {
  display: none !important;
}

/* Initial items should be visible by default */
.projects-item-wrap {
  opacity: 1;
}

/* Dynamic items slide up and fade in */
.projects-item-wrap.dynamic-item {
  opacity: 0;
  -webkit-transform: translateY(4rem);
      -ms-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: opacity 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 1s ease, transform 0.8s ease;
  transition: opacity 1s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.projects-item-wrap.dynamic-item.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.works_grid,
.works_index {
  width: 100%;
  position: relative;
}

.works_index {
  opacity: 0;
  visibility: hidden;
}

.works_index.active {
  opacity: 1;
  visibility: visible;
}

/* .scroll-sentinel {
    width: 100%;
    height: 10px;
    background-color: yellowgreen;
    margin-top: 20px;
    opacity: 0;
} */
/* .fade-in {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }


  #macy-container {
    min-height: 200px; 
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  #macy-container.loading {
    opacity: 0.6;
  }

  .projects-item-wrap {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .projects-item-wrap.loaded {
    opacity: 1;
    transform: translateY(0);
  }

  .scroll-sentinel {
    height: 20px;
    margin-top: 20px;
    visibility: hidden;
  }

  .gallery-item-image {
    min-height: 200px; 
    background: #f5f5f5; 
  } */
.ifeame-position {
  grid-area: 2/1/3/13;
  width: 100%;
}