.rds-hero-slide {
    height: 650px;
    position: relative;
}

.rds-hero-slide img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.rds-hero-slide-content {
    position: absolute;
    z-index: 2;
    bottom: 10%;
    left: 5%;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    padding-left: 10px;
    padding-right: 20px;
}

.rds-hero-slide-content:before {
    display: block;
    position: absolute;
    content: '';
    height: 110%;
    width: 1px;
    background-color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}


.rds-hero .owl-dot {
    height: 13px;
    width: 13px;
    background-color: rgba(255, 255, 255, 0.3) !important;
    z-index: 2;
}

.rds-hero .owl-dot.active {
    background-color: #FFF !important;
}

.rds-hero .owl-nav {
    position: absolute;
    top: calc(50% - 41.5px);
    width: 100%;
}

.rds-hero .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}

.rds-hero .owl-nav .owl-next {
    right: 0;
    position: absolute;
    transform: rotate(180deg);
}    

.rds-hero .owl-nav button {
    width: 62px;
    height: 83px;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.rds-hero .owl-nav button span {
    display: none;
}

.rds-hero .owl-nav button:after {
    display: block;
    content: '<';
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 200;
    color: #FFF;
} 

.rds-hero-second-title {
    position: absolute;
    left: 5%;
    top: 20%;
    font-size: 40px;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;    
    z-index: 2;
    color: #FFF;
}

.rds-hero-second-title h1 {
    font-size: 40px;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;    
    z-index: 2;
}

.rds-hero-slide-title span {
    color: #000;
}

@media screen and (max-width: 1023px) {
    .rds-hero-slide {
        max-height: 50vh;
    }
}

@media screen and (min-width: 1024px) {
    .rds-hero-slide {
        position: relative;
    }

    .rds-hero-slide-content {
        position: absolute;
        width: 538px;
        z-index: 2;
        bottom: 21.5%;
        left: 21.5%;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #FFF;
        padding-left: 30px;
    }

    .rds-hero-second-title,
    .rds-hero-second-title h1 {
        left: 21.5%;
        top: 30%;
        font-size: 5.73vw;
        line-height: 100%;
        width: 970px;
    }
    
}

@media screen and (min-width: 1921px) {
    .rds-hero-second-title,
    .rds-hero-second-title h1 {
        font-size: 110px;
    }
}