/*
|-----------------------------------------------------------------------------------------------------------
| HOMEPAGE SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-slideshow { 
    position: relative; 
    margin-bottom: 20px;
    background-color: #e9e9e9;
    min-height: 600px;
}

.header-slideshow.height-off {
    min-height: auto;
}

.header-slideshow .home-header .item {
    position: relative;
    width: 100%;
}

.header-slideshow .item .img-cont {
    position: relative;
    overflow: hidden;
}

.header-slideshow .item .img-cont video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    width: auto;
    height: auto;
    min-height: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in;
}

.header-slideshow .item .img-cont img { 
    display: block;
    width: 100%;
}

.header-slideshow .item .img-cont .play-btn,
.header-slideshow .item .video-cont .play-btn  {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
}

@media (min-width: 40.063em) {
    .header-slideshow .item .img-cont .play-btn,
    .header-slideshow .item .video-cont.isvimeo .play-btn  {
        display: none;
    }

    .header-slideshow .item .video-cont .play-btn{

    }
}

.header-slideshow .item .img-cont .play-btn i,
.header-slideshow .item .video-cont .play-btn i {
    font-size: 22px;
    color: white;
    transform: translateX(3px);
}

.header-slideshow .item .img-cont .play-btn::after,
.header-slideshow .item .video-cont .play-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #60335b;
    opacity: 0.85;
    z-index: -1;
    border-radius: 100%;
    border: 1px solid #c0cfd5;
}

@media (min-width: 641px) {
    .header-slideshow .home-header .item .img-cont .play-btn.vimeo {
        display: none;
    }

    .header-slideshow .home-header .item .img-cont video.loaded {
        opacity: 1;
    }
}


.header-slideshow .item.hide-content .slide-content { display: none; }

.header-slideshow .item .slide-content {
    position: relative;
    padding: 15px;
}

.header-slideshow .item .slide-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    pointer-events: none;
}

.header-slideshow .item .slide-content h2 {
    color: #484848;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 38px;
}
.header-slideshow .item .slide-content a:hover {
    text-decoration: none;
}

.header-slideshow .item .slide-content .desc {
    display: none;
}

.header-slideshow .item .slide-content .shared-link { font-size: 17px; }
.header-slideshow .arrow-cont {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.header-slideshow .arrow-cont .inner {
    display: flex;
}

.header-slideshow .custom-arrow {
    display: flex;
    justify-content: center;
    align-items: center;  
    background-color: #672f5d;   
    width: 40px;
    height: 40px;   
    border: none;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #c0cfd5;
}

.header-slideshow .custom-arrow.prev {
    margin-right: 12px;
}

.header-slideshow .custom-arrow.prev img {
    transform: rotate(180deg);
}

/**** DOTS ****/

.header-slideshow ul.slick-dots {
    display: none !important;
    height: 40px;
    width: auto;
    margin: 0px;
    text-align: center;
    padding: 0px;
    list-style: none;
}

.header-slideshow ul.slick-dots li {    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-slideshow ul.slick-dots li button {
    background-color: white !important;
    width: 14px;
    height: 14px;
    font-size: 0px;
    padding: 0px;
    border: 2px solid #672f5d;  
    border-radius: 50%;  
    vertical-align: top;
    margin: 0;
}
.header-slideshow ul.slick-dots li button::before {
    content: "";
}
.header-slideshow ul.slick-dots li.slick-active button { background-color: #672f5d !important; 
}
/**** END DOTS ****/

@media (min-width: 40.063em) {
    .header-slideshow .item .slide-content .desc{
        display: block;
    }
}

@media (min-width: 64.063em) {
    .header-slideshow {
        background-color: transparent;
        /* min-height: 1050px */
    }

    .header-slideshow.height-off {
        min-height: auto;
    }
    
    .header-slideshow .item .slide-content .inner {
        transition: opacity 0.5s, transform 0.5s;
        opacity: 0;
        transform: translateX(45px);
        width: 100%;
        max-width: 440px;
    }
    
    .header-slideshow .item.slick-current .slide-content .inner {
        transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
        opacity: 1;
        transform: translateX(0);
    }
    
    .header-slideshow .item .slide-content {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 42%;
        padding: 65px; 
        z-index: 1;
    }

    .header-slideshow .item .slide-content::after {
        opacity: 0.9;
        background-color: white;
    }

    .header-slideshow .item .slide-content h2 {
        font-size: calc(32px + (82 - 32) * ((100vw - 1025px) / (1700 - 1025)));
        line-height: calc(34px + (76 - 34) * ((100vw - 1025px) / (1700 - 1025)));
        margin-bottom: 20px;
    }

    .header-slideshow .item .slide-content .shared-button {
        font-size: 18px;
    }

    .header-slideshow .arrow-cont {
        bottom: 30px;
        right: 0;
        width: 42%;
        z-index: 10000;
    }

    .header-slideshow .arrow-cont .inner {
        width: 100%;
        max-width: 500px;
        justify-content: space-between;
        padding-left: 65px;
    }

    .header-slideshow .arrow-cont ul.slick-dots {
        position: relative;
        bottom:initial;
        display: flex !important;
        margin-right: auto;
        z-index: 1;
        order: 1;
    }

    .header-slideshow .custom-arrow {
        order: 2;
    }

    .header-slideshow .item .img-cont .play-btn,
    .header-slideshow .item .video-cont .play-btn {
        width: 75px;
        height: 75px;
    }

    .header-slideshow .item .img-cont .play-btn i,
    .header-slideshow .item .video-cont .play-btn i {
        font-size: 35px;

    }
}