/* reset */

/*
@media (min-width: $media-md) {
}
@media (min-width: $media-lg) {
}
@media (min-width: $media-xl) {
}
@media (min-width: $media-x2l) {
}
@media (min-width: $media-x3l) {
}
*/

.section-title {
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  padding: 15px 0;
  background-color: #121212;
  position: relative;
}

.section-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  background: #2c2c2c;
}

.section-title__h1 {
  text-transform: uppercase;
  font-size: 26px;
  color: #2d2d2d;
  line-height: 1.2em;
  font-weight: 300;
  max-width: 50%;
}

.section-title--nice:before {
  display: none;
}

.section-title--nice .section-title__h1 {
  font-family: "Apoc Hairline", Helvetica, Arial, Lucida, sans-serif;
  color: #ededed;
  font-weight: 400;
  max-width: 100%;
}

.section-title-large {
  border-bottom: 1px solid #2c2c2c;
  position: relative;
  z-index: 2;
}

.section-title-large__bg {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1100px;
  height: auto;
}

.section-project {
  position: relative;
  height: 342px;
  z-index: 1;
  text-align: center;
}

.section-project__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-position: center;
     object-position: center;
}

.section-project:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%, rgba(0, 0, 0, 0) 100%);
}

.section-project .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.section-project__title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.section-project__title .h1 {
  font-size: 36px;
    font-family: "Apoc Hairline";
    
}

.section-project__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section-project__info {
  width: 30%;
  margin-right: 5%;
  background: #141414;
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
}

.section-project__info:before {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 30px;
  height: 2px;
  background-color: #b0322b;
  left: calc(50% - 15px);
}

.section-project__info:nth-last-child(2) {
  margin-right: 0;
}

.section-project__info-title {
  color: rgba(237, 237, 237, 0.5);
  font-size: 10px;
  line-height: 24px;
}

.section-project__info-content {
  color: #ededed;
  line-height: 24px;
  font-weight: 800;
}

.section-project__info--line {
  background-color: #b0322b;
  padding: 0 !important;
}

.section-project__info--line .scroll__line {
  -webkit-animation: none;
          animation: none;
}

.section-project__info--line .scroll__line.aos-init {
  -webkit-animation: scroll 2.4s infinite normal;
          animation: scroll 2.4s infinite normal;
  opacity: 0;
}

.aos-animate .scroll__line {
  -webkit-animation: scroll 2.4s infinite normal;
          animation: scroll 2.4s infinite normal;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 1;
}

.section-gallery {
  margin-bottom: -5px;
}

.gallery-wrapper {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}


.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery:after {
  display: block;
  clear: both;
  content: "";
}

.before-after-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 20px;
  color: #ededed;
  margin-bottom: 40px;
}

.before-after-title p {
  width: 50%;
  position: relative;
  padding: 10px;
}

.before-after-title p:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.before-after {
  overflow: visible !important;
}

.before-after-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.before-after .image-lft {
  background-color: #141414;
  z-index: 2;
}

.before-after .dragger {
  height: 44px;
  width: 44px;
  border: 2px solid #b0322b;
  -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  z-index: 4;
  cursor: pointer;
  overflow: visible !important;
  position: absolute;
}

.before-after .dragger__arrow-left {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
  border-right-color: #b0332b;
}

.before-after .dragger__arrow-right {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
  border-left-color: #b0332b;
}

.before-after .dragger:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 3;
  height: 2000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: 50%;
  margin-bottom: 22px;
  width: 1px;
  background-color: #b0332b;
  -webkit-box-shadow: 0 -3px 0 #b0332b, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0 -3px 0 #b0332b, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.before-after .dragger:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 3;
  height: 2000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 50%;
  margin-top: 22px;
  width: 1px;
  background-color: #b0332b;
  -webkit-box-shadow: 0 -3px 0 #b0332b, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0 -3px 0 #b0332b, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.section--grey .before-after .image-lft {
  background-color: #191919;
}

@media (min-width: 768px) {
  .section-title {
    padding: 23px 0;
  }

  .section-title__h1 {
    font-size: 36px;
  }

  .section-title-large {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .section-title-large__bg {
    opacity: 1;
  }

  .section-title--nice .section-title__h1 {
    text-align: center;
  }

  .section-project {
    height: 470px;
  }

  .section-project__title .h1 {
    font-size: 48px;
  }

  .section-project__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-project__info {
    width: 50%;
    margin-right: 0%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-project__info:before {
    display: none;
  }

  .section-project__info-title {
    font-size: 14px;
  }

  .section-project__info-content {
    font-size: 18px;
  }

  .before-after-title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .section-title-large {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-title-large:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(25% - 0.5px);
    width: 1px;
    background: #2c2c2c;
  }

  .section-title-large:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(75% - 0.5px);
    width: 1px;
    background: #2c2c2c;
  }

  .section-project {
    padding-top: 40px;
    padding-bottom: 30px;
    height: 640px;
  }

  .section-project__title {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .section-project__title .h1 {
    font-size: 64px;
  }

  .section-project__bottom {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }

  .section-project__info {
    width: 25%;
  }

  .section-project__info:before {
    display: block;
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    top: calc(50% - 30px);
    bottom: auto;
    right: 0;
    left: auto;
  }

  .section-project__info:nth-last-child(2)::before {
    display: none;
  }

  .section-project__info--line {
    width: 75px;
    margin: 0 auto;
  }

  .section-project__info--line::before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .section-title__h1 {
    font-size: 42px;
  }

  .before-after-title {
    font-size: 32px;
  }

  .before-after-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
}

.section__project-info
{
  max-width: 640px;
  margin: 0 auto;
}
.section__project-info blockquote
{
  margin: 20px 0 30px;
  border-left: 1px solid #B0332B;
  padding-left: 20px;
  font-style: italic;
}


