
/*------------------------------------------------------------------
## Carousel
-------------------------------------------------------------------**/
.skip {
  fill: #b8b8b8;
}
#skip {
  display: block;
  position: relative;
  bottom: 22.5%;
  text-align: center!important;
  width: 100%;
}
#beforfoot {
  display: block;
  position: fixed;
  bottom: 12.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cs-image:hover img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfolio-showcase.carousel-showcase {
    width: 100%;
    height: 100vh;
	display: flex;
}

.cas-project-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
	top: 50%;
}

.cas-project {
    display: block;
    margin-right: 20px;
    width: 23vw;
    position: relative;
    height: 50vh;
}
.cas-project .cs-cat {
    display: none
}

.cas-project:last-child {
    margin-right: 0
}

.cas-headline {
    position: absolute;
    top: 50%;
    left: 8.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 65vw;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 75px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cas-headline .cas-line {
    overflow: hidden;
    padding-right: 6px
}

.cas-headline .cas-line span {
    display: block
}

.cs-image {
    width: 100%;
    overflow: hidden;
	border-radius: 16px;
    height: 100%;
}

.cs-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
	-webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


.cas-progress.swiper-pagination-progressbar {
    position: absolute;
    bottom: 5%;
    top: unset;
    width: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
}

.cas-progress.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #191b1d;
}

.cas-titles {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    height: 200px;
    overflow: hidden;
}

.cas-titles .cas-titles-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.cas-titles .cs-title {
    font-size: 12vw;
    font-weight: 700;
    letter-spacing: -0.06em;
    white-space: nowrap;
    padding: 3vw 0
}

.cas-titles .cs-title a {
    text-decoration: none;
    color: #191b1d;
    display: block;
    overflow: hidden
}

.cas-progress {
    display: block;
    position: fixed;
    bottom: 7.5%;
    width: 50%;
    height: 1px;
    background: rgba(25, 27, 29, .2);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cas-progress span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
}

.carousel-showcase.dark .cas-progress,
.ve-dark .cas-progress {
    background: hsla(0, 0%, 100%, .2)
}

.carousel-showcase.dark .cas-progressspan,
.ve-dark .cas-progress span {
    background: #fff
}

.cas-bg-text {
    font-size: 200px;
    font-weight: 700;
    letter-spacing: -0.07em;
    position: fixed;
    top: 10%;
    left: 0;
    white-space: nowrap;
    opacity: .02;
}

.ve-dark .cas-bg-text {
    opacity: .52;
}
.carousel-showcase.dark .cas-titles .cs-title a,
.ve-dark .cas-titles .cs-title a,
.carousel-showcase.dark .cas-headline,
.ve-dark .cas-headline {
    color: #fff
}



/*------------------------------------------------------------------
## Phone
-------------------------------------------------------------------**/
@media only screen and (max-width: 1000px) {
.cas-project {
    width: 46vw!important;
}
}
@media only screen and (max-width: 1100px) {

.cas-titles .cs-title {
    padding: 8vw 0!important;
}
}
@media only screen and (max-width: 750px) {

.cas-titles .cs-title {
    padding: 14vw 0!important;
}
}

@media only screen and (max-width: 580px) {

.cas-titles .cs-title {
    padding: 20vw 0!important;
}
}
@media only screen and (max-width: 450px) {
#skip {
   bottom: 1%!important;
}
.cas-titles .cs-title {
   padding: 20vw 0!important;
}
.cas-project {
  margin-right: 160px;
  width: 90vw !important;
  height: 60vh;
}
.cas-titles .cs-title {
    padding: 7vw 0 !important;
  }
/*.cas-progress {
    display: none;
}*/
}