@font-face {
  font-family: "Klavika";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Klavika";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-Bold.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klavika";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-Light.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klavika";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-Medium.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klavika";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-LightItalic.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Klavika";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Klavika";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-MediumItalic.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/Klavika-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NeuzeitGro";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/NeuzeitGro-Lig.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/NeuzeitGro-Lig.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuzeitGro";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/NeuzeitGro-Reg.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/NeuzeitGro-Reg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuzeitGro";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/NeuzeitGro-Bol.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/NeuzeitGro-Bol.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuzeitGro";
  src: url("/wp-content/themes/markobrajovic/assets/fonts/NeuzeitGro-Bla.woff2") format("woff2"), url("/wp-content/themes/markobrajovic/assets/fonts/NeuzeitGro-Bla.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "NeuzeitGro";
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none;
}

body, html {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f8f6f1;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  animation: fadeInAnimation ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.clear {
  clear: both;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
#mouse-trail {
  background: #fff;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.7) 100%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  pointer-events: none;
  transition: width 1s, height 1s;
  mix-blend-mode: difference;
}

.pageBody {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 64px;
}

@media (max-width: 1024px) {
  .pageBody {
    padding: 0px 16px;
  }
}
.pageTitle {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 224px;
}

.pageTitle .left {
  width: 40%;
  padding-right: 16px;
  padding-bottom: 16px;
  color: #292929;
  font-family: Klavika;
  font-size: 88px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}

.pageTitle .right {
  width: 60%;
  color: #292929;
  font-family: NeuzeitGro;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding-bottom: 88px;
}

@media (max-width: 1024px) {
  .pageTitle {
    display: block;
  }
  .pageTitle .left {
    font-size: 48px;
  }
  .pageTitle .right {
    font-size: 24px;
  }
  .pageTitle .left, .pageTitle .right {
    width: 100%;
  }
}
.header_holder {
  position: fixed;
  z-index: 99;
  left: 0px;
  top: 0px;
  mix-blend-mode: difference;
  width: 100%;
  opacity: 1;
  transition: 1s;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 0px;
  mix-blend-mode: difference;
}

.header img {
  mix-blend-mode: difference;
}

.header a {
  display: block;
  height: 60px;
  width: 37px;
}

.header .spacer {
  width: 100%;
}

.header .spacer .wind {
  color: #7c786f;
  font-family: NeuzeitGro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 215%;
  padding-left: 18%;
  text-transform: uppercase;
  display: none;
  opacity: 1;
}

@media (max-width: 1024px) {
  .header .spacer .wind {
    opacity: 0;
  }
}
.header .search {
  cursor: pointer;
}

.header .menu {
  margin-left: 16px;
  cursor: pointer;
  display: block;
}

.header .menu_close {
  margin-left: 16px;
  cursor: pointer;
  display: none;
}

.header .menu_search_close {
  margin-left: 16px;
  cursor: pointer;
  display: none;
}

.line {
  width: 100%;
  height: 1px;
  background: #cec9b9;
}

.footer {
  background: #292929;
  position: relative;
  z-index: 1;
}

.footer .info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .footer .info {
    display: block;
  }
}
.footer .info .block {
  color: #cec9b9;
  font-family: NeuzeitGro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 33%;
}

@media (max-width: 1024px) {
  .footer .info .block {
    width: 100%;
    padding-bottom: 64px;
  }
}
.footer .info .block a.contact {
  color: #f8f6ef;
  font-family: NeuzeitGro;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  display: block;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .footer .info .block a.contact {
    font-size: 24px;
  }
}
.footer .info .block a.menu {
  color: #f8f6ef;
  font-family: NeuzeitGro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
  text-decoration: none;
}

.footer .info .block a.menuOut {
  color: #f8f6ef;
  font-family: NeuzeitGro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
  text-decoration: none;
  background-image: url("/wp-content/themes/markobrajovic/assets/images/arrow_menu_out.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

.footer .info .block div.address, .footer .info .block div.address a {
  color: #cec9b9;
  font-family: NeuzeitGro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .footer .info .block div.address, .footer .info .block div.address a {
    margin-left: 0px;
  }
}
.footer .info .block.right {
  margin-left: 24px;
}

@media (max-width: 1024px) {
  .footer .info .block.right {
    margin-left: 0px;
  }
}
.footer .info .block.last {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer .info .block .line {
  width: 100%;
  height: 1px;
  background: #767268;
  margin-bottom: 16px;
}

.footer .info .block .sub {
  width: 50%;
}

.footer .info .block .sub.right {
  margin-left: 24px;
}

.footer .marqueeHolderFooter {
  padding-top: 160px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .footer .marqueeHolderFooter {
    padding-top: 0px;
  }
}
.footer .marqueeHolderFooter .marqueeFooter {
  display: flex;
  overflow: hidden;
}

.footer .marqueeHolderFooter .marqueeFooter .marqueeItemFooter {
  white-space: nowrap;
  color: #292929;
  display: flex;
  align-items: center;
  color: #f8f6ef;
  font-family: Klavika;
  font-size: 162px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -4.86px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (max-width: 1024px) {
  .footer .marqueeHolderFooter .marqueeFooter .marqueeItemFooter {
    color: #f8f6ef;
    font-family: Klavika;
    font-size: 88px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -2.64px;
  }
}
.footer .marqueeHolderFooter .marqueeFooter .marqueeItemFooter img {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: -20px;
}

@media (max-width: 1024px) {
  .footer .marqueeHolderFooter .marqueeFooter .marqueeItemFooter img {
    height: 40px;
    margin-top: -10px;
  }
}
.footer .pageBody .copy {
  color: #929292;
  font-family: NeuzeitGro;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  text-align: right;
  padding-bottom: 32px;
}

.overlay_search {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f8f6ef;
  z-index: 98;
  display: none;
}

.overlay_search .searchHolder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f8f6ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay_search .searchHolder .search {
  border-radius: 77px;
  border: 1px solid #cec9b9;
  background: rgba(0, 0, 0, 0);
  padding: 32px 72px;
  padding-right: 120px;
  width: 100%;
  color: #292929;
  font-family: NeuzeitGro;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.overlay_search .searchHolder .search::placeholder {
  color: #292929;
  font-family: NeuzeitGro;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  opacity: 1;
}

.overlay_search .searchHolder .search::-ms-input-placeholder {
  color: #292929;
  font-family: NeuzeitGro;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

@media (max-width: 1024px) {
  .overlay_search .searchHolder .search {
    font-size: 24px;
    padding: 24px 32px;
    padding-right: 64px;
  }
}
.overlay_search .searchHolder button {
  background: none;
  border: none;
  outline: none;
  width: 56px;
  height: 56px;
  background-image: url("/wp-content/themes/markobrajovic/assets/images/search_big.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  right: 126px;
  top: 50%;
  margin-top: -28px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .overlay_search .searchHolder button {
    width: 32px;
    height: 32px;
    right: 40px;
    margin-top: -16px;
  }
}
.overlay_menu {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 98;
  display: none;
}

.overlay_menu .iframe_mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 98;
  z-index: 1;
}

.overlay_menu iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
  user-select: none;
}

.overlay_menu .items {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  padding-bottom: 64px;
}

.overlay_menu .items .pageBody {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}

@media (max-width: 1024px) {
  .overlay_menu .items .pageBody {
    display: block;
  }
}
.overlay_menu .items a.item {
  color: #f8f6ef;
  font-family: NeuzeitGro;
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid #cec9b9;
  display: flex;
  align-items: start;
  justify-content: start;
  width: 80%;
  text-decoration: none;
}

.overlay_menu .items a.item span.number {
  color: #cec9b9;
  font-family: NeuzeitGro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-right: 24px;
  display: flex;
  align-items: start;
  justify-content: start;
  height: 20px;
}

.overlay_menu .items a.item.first {
  border-Top: 1px solid #cec9b9;
}

@media (max-width: 1024px) {
  .overlay_menu .items a.item {
    font-size: 40px;
    line-height: 200%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .overlay_menu .items {
    padding-left: 0px;
    padding-bottom: 115px;
  }
}

font {
	all: unset !important;
  font: inherit !important;
  color: inherit !important;
  background: transparent !important;
  text-decoration: inherit !important;
}