@import url('splide.min.css');
.main_sliders {
    position: relative;
}
#splide1.splide {
	opacity:0;
	transition: opacity 0.3s;
}
#splide1 .splide__arrows {
    
}
#splide1 .splide__arrow.splide__arrow--prev {
    left: 4vw;
    opacity: 1;
    background: #fff;
    width: 50px;
    height: 50px;
    background-image: url(/images/left_arrow.svg);
    background-color: #00000038;
    backdrop-filter: blur(5px);
    transition: background 0.3s;
}
#splide1 .splide__arrow.splide__arrow--next {
    right: 4vw;
    opacity: 1;
    background: #00000038;
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    color: #eee;
    backdrop-filter: blur(5px);
    transition: background 0.3s;
}
#splide1 .splide__arrow.splide__arrow--next {
    /*background: initial;*/
}
#splide1 .slide_img {
    width: 100%;
}
#splide1 .main_sliders li {
    position: relative;
}
.main_sliders .container {
	position: absolute;
	top:0;
	height:100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}
.container__inner {
	
}
.main_slider_h1 {
  margin-bottom: 50px;
}
.main_slider_h1 h1 {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
}
.slider_button {
  color: #000;
  text-decoration: none;
  padding: 16px 29px;
  background: #FFF;
  font-size: 16px;
}
.slide_img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	height: calc(100vh - 56px);
}

.splide__pagination {
    display: none;
}

.splide__pagination__page {
    background: rgba(255, 255, 255, .5);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 0;
	margin-right: 25px;
}
.splide__pagination__page.is-active {
    background: #82C73E;
    border: 2px solid #fff;
}
#splide_gallery {
	display:none; 
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 99999999999;
  overflow: hidden;
}
#splide_gallery img {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}
#splide1 .splide__slide {
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
}
#splide_gallery__close {
    position: absolute;
    top: 4vh;
    right: 4vw;
    background-color: #00000099;
    color: #eee;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    background-image: url(/images/close.svg);
    backdrop-filter: blur(5px);
    transition: background 0.3s;
    cursor: pointer;
    user-select: none;
}
/*#splide_gallery__close:after {
    content: "+";
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    width: 100%;
    font-size: 60px;
    font-weight: 200;
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    left: 3px;
    transition: transform 0.3s;
}
#splide_gallery__close:hover:after  {
    transform: rotate(45deg) scale(1.3);
}*/
#splide_gallery__close:hover {
	text-decoration:none;
	cursor:pointer;
}
.splide__arrows button {
    outline:0;
    transition: opacity 0.5s;
    opacity: 0.4;
}
.project-other {
    background: #161616;
    padding: 0 0 20px 0;
    position: relative;
}
.project-other--h3 {
    font-family: Roboto Condensed;
    font-size: 60px;
    font-weight: 300;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
    padding: 110px 0 60px;
    color: #eee;
    text-transform: uppercase;
}

#splide_gallery_bottom {
	margin:0 auto;
}
#splide2 .splide__slide img {
  vertical-align: middle;
  width: 100%;
}
#splide2 .splide__slide {    
    position: relative;
}
#splide2 .splide__slide a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
    transition: opacity 0.3s;
}
#splide2 .splide__slide:hover a:before {
    opacity: 0;
}
#splide2 span {
    position: absolute;
    color: #eee;
    top: 30px;
    left: 0;
    width: 100%;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
}
#splide2 .splide__arrow {
  border-radius: 0;
  width: 5em;
  background: #fff;
  height: 100%;
}
#splide2 .splide__arrow--prev {
  left: 0;
}
#splide2 .splide__arrow--next {
  right: 0;
}
