.rds-hero-slide {
    height: 100vh;
    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;
    margin-bottom: 35px;
}

.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-dots {
    display: flex;
    justify-content: center;
    margin-top: -50px;
    bottom: 50px;
    gap: 17px;
}

.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-slide-title {
    position: absolute;
    left: 5%;
    top: 20%;
    font-size: 50px;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;    
    z-index: 2;
    color: #FFF;
}

.rds-hero-slide-title h1 {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;    
}

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

.rds-hero-slide-btn {
    background-color: #DF6B6B;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 20px 20px 53px !important;
    text-decoration: none;
    padding: 20px;
    border-radius: 0;
    opacity: 1;
}

.rds-hero-slide-btn:before {
    content:'>';
    font-size: 36px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}


.rds-hero-slide-btn {
    position: absolute;
    bottom: -135px;
    left: 0;
}

@media screen and (max-width: 1023px) {
    .rds-hero-slide .desktop {
        display: none !important;
    }
    .rds-hero-slide-content {
        margin-bottom: 135px;
    }
}
@media screen and (min-width: 1024px) {
    .rds-hero-slide .mobile {
        display: none !important;
    }
    .rds-hero-slide {
        height: 47.8125vw;
        max-height: 100vh;
        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-slide-title,
    .rds-hero-slide-title h1 {
        left: 21.5%;
        top: 30%;
        font-size: 5.73vw;
        line-height: 100%;
        width: 970px;
    }
    
}

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