/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/**
 *  Global
 */

 #homepage-presentation{
    position: relative;
    z-index: 1;
 }

#homepage-presentation h1.home-title {
    margin-top: -5rem;
    margin-bottom: 4rem;
}

#homepage-slider {
    position: relative;
    height: calc(100vh - 150px);
    background-color: #fff;
}

.homeslider-container .homeslider-link {
    float: right;
}

.homeslider-container{
    width:100vw!important;
}

.homeslider-presentation {
    position: absolute;
    left: 15%;
    top: 20vh;
    clear: both;
}

.homeslider-presentation .presentation-title {
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    color: #707070;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.homeslider-presentation .presentation-description {
    width: 60%;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 200;
    color: #707070;
    line-height: 50px;
}

.colored-row {
    position: absolute;
    top: 100vh;
    display: none;
}

/*
 * To change the color scheme of slider change each
 * background property for each of the five styles below
 */
.bx-controls {
    position: absolute;
    top: 55vh;
    left: 15%;
}

.bx-wrapper .bx-controls-direction a {
    top: 0;
    z-index: 2;
    width: 80px;
    height: 80px;
    background-size: contain;
    transition: ease 0.3s;
}

.bx-wrapper .bx-controls-direction a:before {
    display: none;
}

.bx-window {
    margin-bottom: 20px;
}

.bx-wrapper {
    margin-bottom: 20px;
    height: 300px
}

.bx-wrapper img {
    width: 100%;
    height: calc(100vh - 150px);
    object-fit: cover;
}

/*next button*/
.bx-next {
    background: url(../../../img/slide-right.png) no-repeat;
    left: 100px;
}

/*previous button*/
.bx-prev {
    background: url(../../../img/slide-left.png) no-repeat;
    left: 0;
}

/*pager links*/
.bx-pager {
    position: absolute;
    bottom: 20px;
    bottom: 40px !ie;
    /* hack ie7 */
    right: 15px;
    padding-top: 7px;
    font-size: 11px;
    color: #666;
    text-align: center;
}

.bx-pager a {
    display: inline-block;
    zoom: 1;
    margin-right: 5px;
    padding: 4px 0 0 1px;
    height: 16px;
    /* 19 */
    width: 18px;
    /* 19 */
    font-weight: bold;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    background: url(../img/gray_pager.png) no-repeat 0 -20px;
}

/*
 * End color scheme styles
 */
/*next/prev button hover state*/
.bx-wrapper .bx-controls-direction a:hover {
    transform: scale(1.1);
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
    color: #fff;
    text-decoration: none;
    background-position: 0 0;
}

/*captions*/
.bx-captions {
    text-align: center;
    font-size: 12px;
    padding: 7px 0;
    color: #666;
}

/*auto controls*/
.bx-auto {
    text-align: center;
    padding-top: 15px;
}

.bx-auto a {
    color: #666;
    font-size: 12px;
}

.bx-viewport {
    overflow: inherit !important;
    width: 100vw !important;
    height: 100vh !important;
}

@media screen and (max-width: 1450px) {
    .homeslider-presentation {
        top: 4vh;
    }

    .bx-controls {
        top: 55vh;
    }
}

@media screen and (max-width: 1199px) {
    .homeslider-presentation {
        left: 12%;
    }

    .bx-controls {
        left: 12%;
    }

    .homeslider-presentation .presentation-title,
    .homeslider-presentation .presentation-description {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .homeslider-presentation {
        left: 8%;
    }

    .bx-controls {
        left: 8%;
    }

    .homeslider-presentation .presentation-title,
    .homeslider-presentation .presentation-description {
        font-size: 25px;
    }
}

@media screen and (max-width: 970px) {
    #homepage-slider {
        top: 227px;
    }

    #homepage-presentation h1.home-title {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 767px) {
    #homepage-slider {
        height: auto;
    }

    .homeslider-presentation .presentation-title,
    .homeslider-presentation .presentation-description {
        line-height: 30px;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 70px;
        height: 70px;
    }

    .bx-wrapper img {
        height: 100vh;
        max-height: 510px;
        min-height: 300px;
    }

    .homeslider-presentation .presentation-title,
    .homeslider-presentation .presentation-description,
    .homeslider-presentation a.link {
        font-size: 20px;
    }

    .homeslider-presentation .presentation-description {
        width: 100%;
    }

    .homeslider-presentation {
        left: 2rem;
        top: 2rem;
        position: relative;
        z-index: 1;
    }

    .bx-controls {
        position: relative;
        left: 55%;
        top: -2rem;
    }

    #homepage-presentation .bx-prev {
        left: 2rem;
    }

    .colored-row {
        top: 0;
        position: relative;
        margin-top: 28rem;
    }

    .homepage-title {
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .homeslider-presentation {
        left: 1rem;
        top: 1rem;
    }

    .bx-controls {
        left: 46%;
    }

    .homeslider-presentation .presentation-title,
    .homeslider-presentation .presentation-description {
        font-size: 18px;
    }
}