﻿body {
}

.slick-slider-eat-drink,
.slick-slider-culture {
    height: 800px;
}

.col-slider {
    height: 500px;
}

@media only screen and (min-width: 600px) {
    .col-slider {
        height: 550px;
    }
}

section.slider-section {
    background-color: #efefed; 
    height: 1100px;
}

/* md */
@media only screen and (min-width: 768px) {

    section.slider-section {
        background-color: #efefed;
        height: 1050px;
    }
}


section .slider-section .text {
    padding-top: 50px;
}

.day-night-slider {
    padding-top: 30px;
}

.slick-slide {
    padding: 10px;
    padding-left: 0px;
}

.slick-slide {
    position: relative;
}

.slick-slide img.img-actual {
    height: 500px;
    position: relative;
    top: 0px;
    left: 0px;
}

.slick-slide ::deep img.img-overlay {
    bottom: 10px;
    right: 10px;
    position: absolute;
    width: 155px;
}

.slick-slide .card-text {
    bottom: 10px;
    right: 20px;
    position: absolute;
    width: 120px;
    height: 170px;
    color: #fff;
    font-size: 16px;
}

/* md */
@media only screen and (min-width: 768px) {

    .slick-slide img.img-actual {
        height: 800px;
    }

    .slick-slide ::deep img.img-overlay {
        width: 450px;
    }

    .slick-slide .card-text {
        font-size: 21px;
    }

}

/* lg */
@media only screen and (min-width: 992px) {
    .slick-slide {
        padding: 10px;
    }

    .slick-slide img.img-actual {
        height: 800px;
    }

    .slick-slide ::deep img.img-overlay {
        width: 200px;
    }

    .slick-slide .card-text {
        bottom: 10px;
        right: 10px;
        position: absolute;
        width: 163px;
        height: 160px;
    }

    .col-slider {
        height: 850px;
    }
}


/* lg */
@media only screen and (min-width: 1200px) {
    .slider-buttons-custom-height {
        height: 160px;
    }
}

/* xl */
@media only screen and (min-width: 1400px) {
    .slider-buttons-custom-height {
        height: 300px;
    }
}

/* xxl */
@media only screen and (min-width: 1600px) {
    .slider-buttons-custom-height {
        height: 280px;
    }
}