/* @group Project
------------------------------------ */
.header__internal { height: 43.1rem; margin-bottom: 4.7rem; }
/* Main
----------------------*/
.project-main { margin: 0 0 4.5rem; }
.project-main header { margin-bottom: 1.6rem; }
.project-main h2 { color: rgba(244,160,0,1); font-size: 1.5em; line-height: 1.067em; text-transform: uppercase; }
.project-main h1 { color: rgba(45,45,45,1); font-size: 3.5em; line-height: 1.286em; text-transform: uppercase; position: relative; margin: 0 0 1.5rem; }
.project-main h1::before { content: ''; display: block; background: rgba(237,156,3,1); height: .2rem; width: 2rem; margin: 0 0 1.5rem; }
.project-main header p { color: rgba(244,160,0,1); font: 700 1.5em / 1.067em TitilliumText22L; }
.project-main header .bttn { margin-top: 4rem; }
.project-main article p { margin: 0 0 1.800em; }

.project-main article p:last-child { margin: 0; }
@media only screen
and (min-width : 961px) {
  .header__internal { height: 41.2rem; margin-bottom: 7.4rem; }
  /* Main
  ----------------------*/
  .project-main { margin: 0 0 9rem; }
  .project-main header { margin-bottom: 0; }
  .project-main h2 {}
  .project-main h1 { margin: 0; }
  .project-main h1::before { width: 2.6rem; margin: 0; position: absolute; top: 2.1rem; left: -5.2rem; }
  .project-main header p { color: rgba(34,34,34,1); line-height: 1.200em; }
  .project-main article p { margin: 0 0 1.800em; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
  .project-main header { display: flex; flex-direction: column; }
  .project-main header h1 { order: -1; }


  .fixed-button{
    position: fixed;
    bottom: 0;
    height: 8rem;
    background: #2D2D2D;
    z-index: 3;
  }
  .fixed-button a{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: bold;
    font-family: TitilliumText22L;
  }
  .fixed-button a i{
    transform: rotate(-90deg);
    display: inline-block;
    padding: 0 .5rem;
  }

  .site-footer { margin-bottom: 8rem; }
}
/* @end */

/* Projects Slider */

.gallery-thumbs .swiper-slide img,
.gallery-top .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gallery-top .swiper-slide{
  width: 100% !important;
  height: 45.9rem !important;
}

.project-slider .swipwrap{
  padding: 0;
}

.gallery-top{
  margin-bottom: 3.3rem;
}

.gallery-thumbs{
  margin-bottom: 7.4rem;
  padding-right: 3rem;
  transform: translateX(-9rem);
}

.gallery-thumbs .swiper-slide,
.gallery-thumbs .swiper-wrapper{
  height: 12.4rem;
}

.project-slider .swiper-button-next,
.project-slider .swiper-button-prev{
  right: 0;
}

.project-slider .swiper-button-next{
  top: 0;
  margin-top: 0;
}

.project-slider .swiper-button-prev{
  top: auto;
  bottom: 0;
}

.button_wrap{
  position: absolute;
  background-color: #fff;
  width: 6.3rem;
  height: 12.4rem;
  bottom: 7.4rem;
  right: 2.7rem;
}

.bt__desktop{
  display: none;
}

.project-slider__filter__btnwrapper{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.project-slider__filter button{
  color: #2D2D2D;
  font-family: TitilliumText22L;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  width: 50%;
  padding: 2.5rem 0;
  transition: all .4s ease;
  position: relative;
}

.project-slider__filter button:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: .3rem;
  background-color: #F4A000;
  width: 3.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.project-slider__filter button.active{
  color: #F4A000;
}

.project-slider__filter button.active::after{
  opacity: 1;
  visibility: visible;
}

.galleries__wrap{
  position: relative;
  height: 68.9rem;
}

.swipwrap{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.swipwrap.active{
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1024px){
  .gallery-thumbs{
    transform: translateX(0);
    padding-right: 0;
  }

  .gallery-thumbs .swiper-slide, .gallery-thumbs .swiper-wrapper{
    height: 20.3rem;
  }
  .gallery-thumbs .swiper-slide,
  .gallery-thumbs .swiper-wrapper{

  }


  .gallery-thumbs .swiper-slide:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.28);
    z-index: 2;
    cursor: pointer;
    transition: all .4s ease;
  }

  .gallery-thumbs .swiper-slide:hover:after,
  .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after{
    background-color: rgba(0,0,0,.0);
  }


  .gallery-thumbs .swiper-slide{
    cursor: pointer;
  }

  .bt__desktop{
    display: flex;
    position: relative;
    margin-top: 20rem;
  }

  .bt__mobile{
    display: none;
  }

  .bt__desktop .swiper-button-prev,
  .bt__desktop .swiper-button-next{
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    position: relative;
  }

  .bt__desktop .swiper-button-prev{
    margin-top: 2rem;
  }

  .galleries__wrap{
    height: 81.9rem;
  }

  .button_wrap__item{
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }

  .button_wrap__item.active{
    opacity: 1;
    visibility: visible;
  }

  .button_wrap{
    right: 0;
    bottom: 0;
    margin-left: auto;
  }

  .project-slider__filter__btnwrapper{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 9rem;
  }

  .project-slider__filter button{
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6rem;
    padding: 0;
    text-align: right;
  }

  .project-slider__filter button:hover,
  .project-slider__filter button.active{
    font-size: 2em !important;
    color: #F4A000;
  }

  .project-slider__filter button:hover:after{
    visibility: visible;
    opacity: 1;
  }

  .project-slider__filter button:after{
    left: auto;
    right: 9.6rem;
  }

  .project-slider__filter button:first-child{
    margin-bottom: 1.5rem;
  }
}
