html,
body {
  overflow-x: clip;
}

.proj-slider {
  position: relative;
  overflow: hidden;
}
.proj-slider .proj-track {
  display: flex;
  transition: transform 0.6s ease;
}
.proj-slider .proj-slide {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.proj-slider .proj-slide > .project {
  flex: 1;
}

.project {
  background-color: #000;
  color: #fff;
  min-height: 1100px;
}
@media (max-width: 768px) {
  .project {
    min-height: auto;
  }
}
.project .project-content {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .project .project-content {
    flex-direction: column;
  }
}
.project .project-content .links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 10px;
}
.project .project-content .links a:hover {
  color: #fff;
}
.project .project-content .col {
  width: 50%;
  display: flex;
}
@media (max-width: 768px) {
  .project .project-content .col {
    width: 100%;
  }
}
.project .project-content .col.col-images {
  flex-direction: column;
}
@media (max-width: 768px) {
  .project .project-content .col.col-images img {
    height: 150px;
  }
}
.project .project-content .col .sub-col {
  flex: 1;
}
@media (max-width: 768px) {
  .project .project-content .col .sub-col {
    width: 100%;
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  .project .project-content .col .sub-col.hide-mobile {
    display: none !important;
  }
}
.project .project-content .col .sub-col .arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1rem;
  margin-top: 3rem;
}
.project .project-content .col .sub-col .arrows .proj-arrow {
  width: 50px;
  height: 50px;
}
.project .project-content .col .sub-col .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 38px;
  color: #fff;
  margin-top: 39px;
  margin-bottom: 84px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .project .project-content .col .sub-col .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}
.project .project-content .col .sub-col .item-description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}
.project .project-content .col img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
.project .felso-kep-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .project .felso-kep-wrapper {
    flex-direction: column;
  }
}
.project .felso-kep-wrapper .sarga-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffc920;
  mix-blend-mode: multiply;
  width: 360px;
  height: 129px;
}
@media (max-width: 768px) {
  .project .felso-kep-wrapper .sarga-box {
    width: 250px;
    height: 80px;
  }
}
.project .felso-kep-wrapper .sarga-box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 360px;
  height: 129px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1rem;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-transform: uppercase;
}
.project .felso-kep-wrapper .sarga-box-title a {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .project .felso-kep-wrapper .sarga-box-title {
    width: 250px;
    height: 80px;
    font-size: 13px;
  }
}
.project .felso-kep-wrapper .sarga-box-title img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.project .bigimage {
  flex: 1;
}
.project .bigimage img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .project .bigimage img {
    height: 300px;
  }
}
