/* Main Color */
/* Neutral Colors */
.color-grey-0 {
  color: #FFF;
}

.color-grey-600 {
  color: #DFDFDF;
}

.color-grey-700 {
  color: #B1B1B1;
}

.color-grey-800 {
  color: #646464;
}

.color-grey-900 {
  color: #181818;
}

.color-grey-1000 {
  color: #000;
}

.input-color-form {
  color: #656565;
}

body.page-template-homepage {
  overflow: hidden;
}
body.page-template-homepage .swiper-button-next,
body.page-template-homepage .swiper-button-prev {
  top: auto !important;
  color: #ffffff !important;
  height: 32px !important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  bottom: 50px !important;
}
@media (min-width: 1024px) {
  body.page-template-homepage .swiper-button-next,
  body.page-template-homepage .swiper-button-prev {
    height: 40px !important;
  }
}
body.page-template-homepage .sidebar .box-links-sidebar li a {
  color: #595851;
}
body.page-template-homepage .swiper-button-next {
  left: 60px !important;
}
@media (min-width: 768px) {
  body.page-template-homepage .swiper-button-next {
    left: 76px !important;
  }
}
@media (min-width: 1280px) {
  body.page-template-homepage .swiper-button-next {
    left: 120px !important;
  }
}
body.page-template-homepage .swiper-button-prev {
  left: 24px !important;
}
@media (min-width: 768px) {
  body.page-template-homepage .swiper-button-prev {
    left: 40px !important;
  }
}
@media (min-width: 1280px) {
  body.page-template-homepage .swiper-button-prev {
    left: 80px !important;
  }
}
body.page-template-homepage .swiper.slider2 {
  width: 100%;
  height: 100vh;
}
body.page-template-homepage .swiper.slider1 {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-homepage .swiper .project-name {
  position: absolute;
  left: 80px;
  font-weight: 250;
  font-size: 36px;
  line-height: 140%;
  color: #ffffff;
  z-index: 9;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  bottom: 100px;
}
@media (max-width: 1280px) {
  body.page-template-homepage .swiper .project-name {
    left: 40px;
  }
}
body.page-template-homepage .swiper.slider1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-homepage .swiper-slide:after {
  content: "";
  position: absolute;
  width: 600px;
  height: 184px;
  left: -140px;
  bottom: -26px;
  z-index: 1;
  background: #21201d;
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
body.page-template-homepage .swiper.slider1 .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
@media (max-width: 768px) {
  body.page-template-homepage .swiper .project-name {
    left: 24px;
    bottom: 104px;
    max-width: 70%;
    font-size: 24px;
  }
}

footer {
  display: none;
}
/*# sourceMappingURL=home.css.map */
