.fancybox-caption__body{
    font-size:24px;
}
#projects-showcase .projects-showcase-slider {
    margin: 0 auto;
    padding: 24px 0;
}
#projects-showcase .swiper {
    overflow: visible;
}
#projects-showcase .swiper-button-prev {
    left: 30%;
    padding: 26px 22px 32px;
}
#projects-showcase .swiper-button-next {
    right: 30%;
    padding: 26px 22px 32px;
}
.swiper-slide {
    opacity: .5;
}
.swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
}
.swiper-slide .album-title {
    opacity: 0;
    font-family: 'cf_bold';
    font-size: 22px;
}
.gallery-thumbnail-content-wrapper {
    padding: 0 ;
}
.swiper-slide .album-stats {
    opacity: 0;
}
.swiper-slide-active .album-title {
    opacity: 1;
}
.swiper-slide-active .album-stats {
    opacity: 1;
}
.swiper-button {
    border: 1px solid #AD8437;
    color: #AD8437!important;
    background: transparent;
    padding: 22px 19px;
    user-select: none;
    transition: .5s;
    font-size: 1.5rem;
}
.swiper-button:hover {
    color: black!important;
    background-color: #AD8437;
}
.swiper-button:after {
    display: none;
}
.swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.swiper-slide>img {
    display: block;
    object-fit: cover;
}
.swiper-slide a:hover {
    cursor: pointer;
}
.swiper-zoom-container {
    position: relative;
}
.album-title {
    font-size: 16px;
}
.album-stats {
    font-family: 'cf_bold';
}
.service-type {
    font-size: 1rem;
    font-family: 'cf_regular';
}
.album-size {
    font-size: 1.3rem;
}
.swiper-slide {
    position: relative;
}
.gallery-thumbnail {
    height: 600px;
    transition-duration: .4s;
    position: relative;
}

@media only screen and (max-width: 1440px) {
    .gallery-thumbnail {
         height: 520px;
     }

     .gallery-thumbnail-content-wrapper{
        padding:0 ;
     }
}

/*
.gallery-thumbnail:before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.8;
    transform: matrix(1, 0, 0, -1, 0, 0);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    z-index: 1;
    width: 100%; 
}
*/

.img-abs {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.swiper {
    position: relative;
}
.swiper-zoom-container {
    position: relative;
    height: 600px;
    max-width: 550px;
    margin: 0 auto;
    overflow: hidden;
    transform: scale(.8);
    transition-duration: .4s;
}

@media only screen and (max-width: 1440px) {
    .swiper-zoom-container {
         height: 520px;
     }
}

.swiper-slide-active .swiper-zoom-container {
    transform: scale(1);
}
.gallery button {
    border: 1px solid #F97316;
    background-color: transparent;
    color: #F97316;
}
.hashtag {
    color: #F97316;
}
.social-showcase-icons .first-social {
    margin-right: 68px;
}
.social-media-img {
    width: auto;
}

@media only screen and (max-width: 1200px) {
  
     #projects-showcase .swiper-button-prev {
        left: 20%;
        
    }
    
    #projects-showcase .swiper-button-next {
        right: 20%;
    
    }
}
@media only screen and (max-width: 991px) {
    #projects-showcase {
        padding: 50px 0;
    }
    .fancybox-caption__body{
        font-size:18px;
    }
     #projects-showcase .swiper-button-prev {
        left: 44px;
        
    }
    
    #projects-showcase .swiper-button-next {
        right: 44px;
    
    }
}
@media only screen and (max-width: 767px) {
    #projects-showcase .swiper-button-prev {
        left: -15px;
        color: #000!important;
    }
    #projects-showcase .swiper-button-next {
        right: -15px;
        color: #000!important;

    }
    #projects-showcase .gallery-thumbnail {
        height: 490px;
    }
     #projects-showcase .gallery-thumbnail img{
        max-width:100%;
    }
    .social-showcase-tag {
        font-size: 28px;
        letter-spacing: 2.2px;
    }
    .social-showcase-icons .first-social {
        margin-right: 38px;
    }
    .gallery-thumbnail-content-wrapper {
        padding: 0px;
    }
    .social-media-img {
        height: 30px;
    }
    .album-stats .album-icon{
      width: 30px;
    }
    #projects-showcase .projects-showcase-slider {
          padding: 0px 5vw;
    }
}