@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');


body {
    background: url(../img/bg-slideshow.jpg) 50% 0 #fff no-repeat;
    background-size: cover;
    overflow: hidden;
    background-color: #dfe6ee;
}
button {
    font-family: 'Roboto Condensed', sans-serif;
}

.slideshow_mp ul {
    -webkit-box-shadow: -1px 0px 8px 0px rgba(34, 60, 80, 0.24);
    -moz-box-shadow: -1px 0px 8px 0px rgba(34, 60, 80, 0.24);
    box-shadow: -1px 0px 8px 0px rgba(34, 60, 80, 0.24);
    border-radius: 5px;
    -webkit-webkit-border-radius: 5px;
    -moz-webkit-border-radius: 5px;
    -ms-webkit-border-radius: 5px;
    -o-webkit-border-radius: 5px;
    webkit-border-radius: 5px;
 
}
.slideshow_mp {
    width: 40%;
    height: 80vh;
}

.btns {
    bottom: 1%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    width: 100%;
    align-items: center;
}
.slideshow-btn {
    cursor: pointer;
    border: none;
    background: none;
}
.slideshow-btn svg {
    width: 40px;
}
.slideshow-btn:hover svg path:first-child{
    fill: #066594;
}

.slideshow-btn:hover svg path:last-child{
    stroke: #fff;
    
}
.slideshow-btn:hover svg.close path:last-child {
    fill: #fff;
}

.uk-slideshow-items .uk-position-relative img {
    width: 100% !important;
    height: auto !important;
}

.slideshow_mp ul {
    background-color: #dfe6ee;
}


/*.slideshow-btn[ uk-slideshow-item="next"]:before {*/

/*}*/

/*.slideshow-btn.uk-invisible[ uk-slideshow-item="next"]:before {*/

/*}*/
/*.slideshow-btn[ uk-slideshow-item="previous"]:before {*/

 
 .slideshow-btn.uk-invisible[ uk-slideshow-item="previous"]  { 
    visibility: hidden !important; 
 } 
.slideshow-btn.uk-invisible[ uk-slideshow-item="next"] svg{
    display: none;
}
.slideshow-btn[ uk-slideshow-item="next"]  .close  {
    display: none;
}


.slideshow-btn.uk-invisible[ uk-slideshow-item="next"] .close {
    display: block;
}

.slideshow-item__content {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    z-index: 9;
    font-weight: bold;
    font-size: 15px;
    padding: 11px 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 92%;
    line-height: 1.5;
    bottom: 20%;
    text-align: center;
    text-transform: uppercase;
    color: #0C2D47;
}


  .uk-dotnav {
    padding: 7px 7px;
    background: rgba(255, 255, 255, 0.8);
}

  .uk-dotnav>* {
    padding: 0 6px;
}
.uk-slideshow-items {
    height: 100vh;  
}

.dots {
    bottom: -5%;
}

@media screen and (max-width: 1200px) {
    .slideshow-item__content {
        font-size: 16px;
        padding: 15px 15px;
        width: 74%;
        box-sizing: border-box;
    }
    .slideshow_mp {
        width: 80%;
    }

    
}

@media screen and (max-width: 768px) {
    .slideshow_mp {
        width: 100%;
    }

    body {
        background-image: none;
    }
 

    .slideshow-item__content {
        font-size: 12px;
        padding: 12px 56px;
        width: 95%;

    }

}


@media screen and (max-width: 456px) {
    .slideshow_mp {
        width: 100%;
    }
    .slideshow_mp ul {
        max-height: 100vh !important;
    }
    .slideshow-item__content {
        font-size: 12px;
        width: 90%;
    }
    .slideshow-btn svg {
        width: 40px;
    }
}
