.hidden {
  display: none;
}

.particles {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.particles_holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}

.particles_holder video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: none;
}

@media (max-width: 768px) {
  .particles_holder video {
    display: block;
  }
}
.particles_holder canvas {
  position: relative;
  z-index: 0;
  display: block;
}

@media (max-width: 768px) {
  .particles_holder canvas {
    display: none;
  }
}
.particles .mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("/wp-content/themes/markobrajovic/assets/images/home/mask_fixed.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  pointer-events: none;
  user-select: none;
}

.particles .mask .location {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-bottom: 24px;
  opacity: 1;
  transition: 1s;
}

.particles .mask .location span {
  color: #7c786f;
  font-family: NeuzeitGro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 215%;
  text-transform: uppercase;
}

.particles .mask .location img {
  float: right;
}

@media (max-width: 768px) {
  .particles .mask .location span {
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .particles .mask .location img {
    display: block;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 768px) {
  .particles .mask {
    background-image: url("/wp-content/themes/markobrajovic/assets/images/home/mask.svg");
  }
}
.marqueeHolder {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: flex;
  align-items: center;
  pointer-events: none;
  user-select: none;
}

.marqueeHolder .marquee {
  display: flex;
}

.marqueeHolder .marquee .marqueeItem {
  white-space: nowrap;
  color: #292929;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Klavika;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  padding-left: 40px;
  letter-spacing: -4.8px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (max-width: 768px) {
  .marqueeHolder .marquee .marqueeItem {
    font-size: 92px;
    letter-spacing: -1.84px;
    animation-duration: 10s;
  }
}
.marqueeHolder .marquee .marqueeItem span {
  font-size: 40px;
  display: block;
  margin-left: 40px;
}

.header_holder {
  opacity: 0;
}

.scroller {
  width: 100%;
}

.gallery {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transform: scale(0);
  pointer-events: none;
  user-select: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(41, 41, 41, 0.8);
  transition: 1s;
}

.gallery .overlay .pageBody {
  height: 100%;
}

.gallery .overlay .pageBody .intro {
  height: 100%;
  position: relative;
}

.gallery .overlay .right {
  color: #fff;
  font-size: 62px;
}

@media (max-width: 1024px) {
  .gallery .overlay .right {
    font-size: 40px;
    position: absolute;
    bottom: 40px;
  }
}
.intro {
  padding-top: 152px;
}

.intro .line {
  margin-bottom: 24px;
}

.intro .title {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .intro .title {
    display: block;
  }
}
.intro .title .left {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  color: #fff;
  font-family: Klavika;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.intro .title .left img {
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .intro .title .left {
    width: 100%;
  }
}
.content {
  position: relative;
  z-index: 0;
  background-color: #f8f6f1;
}

.content .intro {
  padding-top: 64px;
  padding-bottom: 40px;
}

.content .intro .title {
  margin-bottom: 40px;
}

.content .pageBody .categories {
  padding-bottom: 0px;
}

.content .pageBody .categories .category {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .content .pageBody .categories .category {
    display: block;
  }
}
.content .pageBody .categories .category .left {
  width: 50%;
  height: 400px;
  position: relative;
}

.content .pageBody .categories .category .left.images {
  margin-right: 80px;
}

@media (max-width: 1024px) {
  .content .pageBody .categories .category .left {
    width: 100%;
    height: auto;
  }
  .content .pageBody .categories .category .left .images.mobile {
    height: 200px;
    position: relative;
  }
  .content .pageBody .categories .category .left.images {
    margin-right: 0px;
  }
}
.content .pageBody .categories .category .right {
  width: 50%;
  height: 400px;
  position: relative;
}

.content .pageBody .categories .category .right.images {
  margin-left: 80px;
}

@media (max-width: 1024px) {
  .content .pageBody .categories .category .right {
    width: 100%;
    height: auto;
  }
  .content .pageBody .categories .category .right .images.mobile {
    height: 200px;
    position: relative;
  }
  .content .pageBody .categories .category .right.images {
    margin-left: 0px;
  }
}
.content .pageBody .categories .category .title {
  color: #767268;
  font-family: Klavika;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  padding-bottom: 16px;
}

@media (max-width: 1024px) {
  .content .pageBody .categories .category .title {
    padding-top: 40px;
  }
}
.content .pageBody .categories .category .description {
  color: #292929;
  font-family: NeuzeitGro;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .content .pageBody .categories .category .description {
    font-size: 32px;
  }
}
.content .pageBody .categories .category a.projectsMini {
  color: #7c786f;
  font-family: NeuzeitGro;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  border-radius: 45px;
  border: 1px solid #7c786f;
  display: flex;
  padding: 7px 32px 5px 32px;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  float: left;
  transition: 0.4s;
}

.content .pageBody .categories .category a.projectsMini:hover {
  background: #7c786f;
  color: #f8f6ef;
}

.content .pageBody .categories .category a.projectsMini:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 1024px) {
  .content .pageBody .categories .category a.projectsMini {
    width: 100%;
    float: none;
    justify-content: center;
  }
}
.content .pageBody .categories .category.alternative .title {
  text-align: right;
}

.content .pageBody .categories .category.alternative .description {
  text-align: right;
}

.content .pageBody .categories .category.alternative a.projectsMini {
  float: right;
}

.content .pageBody .categories .category .image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content .pageBody .categories .category .image1 {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 60%;
  z-index: 0;
}

.content .pageBody .categories .category .image2 {
  position: absolute;
  left: 0px;
  bottom: 20px;
  height: 50%;
  width: 60%;
  z-index: 1;
}

.content .pageBody .categories .category .image3 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 50%;
  width: 60%;
  z-index: 0;
}

.content .pageBody .categories .category .image4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 70%;
  width: 80%;
  z-index: 1;
}

.menuProjects {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f8f6f1;
}

@media (max-width: 1024px) {
  .menuProjects {
    display: none;
  }
}
.menuProjects .menuProjectsLink {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuProjects .menuProjectsLink a.projects {
  color: #f8f6ef;
  font-family: NeuzeitGro;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: block;
  border-radius: 45px;
  border: 1px solid #7c786f;
  background: #7c786f;
  display: flex;
  padding: 7px 32px 5px 32px;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .menuProjects .menuProjectsLink a.projects {
    font-size: 20px;
  }
}
.menuProjects .menuProjectsImageHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.menuProjects .menuProjectsImageHolder .menuProjectsimage {
  width: 150px;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 1s;
  opacity: 0;
}

.menuProjects .menuProjectsImageHolder .menuProjectsimage[data-status=inactive] {
  opacity: 0;
  z-index: 0;
}

.menuProjects .menuProjectsImageHolder .menuProjectsimage[data-status=active] {
  opacity: 1;
  z-index: 1;
}