.slider {
    position: relative;
    overflow: hidden;
}

.item-slide {
    position: relative;
    overflow: hidden;
}


.item-slide .slide-text {
    position: relative;
    display: inline-block;
}

.item-slide h1 {
    color: #242424;
    font-size: 34px;
}


.item-slide h2 {
    color: #242424;
    font-size: 18px;
}

.item-slide p {
    color: #242424;
}

.item-slide {
    overflow: hidden;
    position: relative;
}

.item-slide .slide-img {
    overflow: hidden;
    position: relative;
}

.item-slide .slide-img img {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}

.button-slide a {
    background: #f59b11;
    width: 140px;
    color: white;
    border-radius: 0 25px 0 0;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.button-slide a:hover {
    background: #d4850d;
    width: 200px;
    color: white;
    border-radius: 0 25px 0 0;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


@media (min-width: 992px) {
    .item-slide h1 {
        color: #fff;
        font-size: 64px;
    }

    .item-slide h2 {
        color: #fff;
        font-size: 34px;
    }

    .item-slide p {
        color: #fff;

    }

    .slider {
        position: relative;
        overflow: hidden;
        margin-bottom: 0px;
        top: -80px;
    }

    .item-slide .slide-img img {
        width: 100vw;
        height: 100vh;
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
        animation: immortalkenburns 20000ms linear 0s infinite alternate;
    }

    .item-slide .slide-text .container-xxl {
        padding: 40px;
        background: #00000036;
    }

    .item-slide .slide-text {
        position: absolute;
        left: 0px;
        right: 0;
        display: inline-block;
        bottom: 25vh;
        opacity: 0;
        z-index: 3;
        transform: translateX(-500px);
        -webkit-transition: all 1.5s ease-in-out;
        -khtml-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .item-slide .button-slide {
        position: absolute;
        left: 0px;
        right: 0;
        display: inline-block;
        opacity: 0;
        bottom: 18vh;
        z-index: 3;
        transform: translateX(-600px);
        -webkit-transition: all 2s ease-in-out;
        -khtml-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
    }

    .slick-active .item-slide .button-slide {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transition: all 1.5s ease-in-out;
        -khtml-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .button-slide a {
        background: #f59b11;
        width: 140px;
        color: white;
        border-radius: 0 25px 0 0;
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .button-slide a:hover {
        background: #d4850d;
        width: 200px;
        color: white;
        border-radius: 0 25px 0 0;
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .item-slide .slide-text p {
        font-size: 18px;
        line-height: 24px;
    }

    .item-slide .slide-text h2 {
        font-weight: 400;
    }

    .slick-active .item-slide .slide-text {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transition: all 1s ease-in-out;
        -khtml-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .item-slide .slide-img img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .slider-overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #041329;
        opacity: 0.4;
    }


}




@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation : landscape) {
    .item-slide h1 {
        color: #fff;
        font-size: 48px;
        line-height: 0px;
    }

    .item-slide h2 {
        color: #fff;
        font-size: 24px;
    }

    .item-slide .slide-text p {
        font-size: 14px;
        color: #fff
    }

    .slider {
        position: relative;
        overflow: hidden;
        margin-bottom: 0px;
        top: -80px;
    }

    .item-slide .slide-img img {
        width: 100vw;
        height: 100vh;
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
        animation: immortalkenburns 20000ms linear 0s infinite alternate;
    }

    .item-slide .slide-text .container-xxl {
        background: #00000036;
        width: 70%;
    }

    .item-slide .slide-text {
        position: absolute;
        left: 0px;
        right: 0;
        display: inline-block;
        bottom: 15vh;
        opacity: 0;
        z-index: 3;
        transform: translateX(-500px);
        -webkit-transition: all 1.5s ease-in-out;
        -khtml-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .item-slide .button-slide {
        position: absolute;
        left: 14%;
        right: 0;
        display: inline-block;
        opacity: 0;
        bottom: 5vh;
        z-index: 3;
        transform: translateX(-600px);
        -webkit-transition: all 2s ease-in-out;
        -khtml-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
    }

    .slick-active .item-slide .button-slide {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transition: all 1.5s ease-in-out;
        -khtml-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .button-slide a {
        background: #f59b11;
        width: 140px;
        color: white;
        border-radius: 0 25px 0 0;
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .button-slide a:hover {
        background: #d4850d;
        width: 200px;
        color: white;
        border-radius: 0 25px 0 0;
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }


    .item-slide .slide-text h2 {
        font-weight: 400;
    }

    .slick-active .item-slide .slide-text {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transition: all 1s ease-in-out;
        -khtml-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .item-slide .slide-img img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #041329;
        opacity: 0.4;
    }

}