.hero-slider {
    margin-bottom: 0 !important;
    background-color: #E4E6DF;
}
.hero-slider .brand-slide-img {
    width: 100%;
    height: 700px;
    background-color: #E4E6DF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.hero-slider .brand-title {
    width: 100% !important;
    color: #FFFFFF;
    font-family: "Ogg";
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 64px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-slider .collection-title {
    color: #FFFFFF;
    font-family: "Basis Grotesque Pro";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 18px;
    display: inline-block;
    text-decoration: none;
}
.hero-slider .background-box {
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    padding: 0 5em;
}
.hero-slider .background-box .inner-box {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.hero-slider .slider-controls {
    position: absolute;
    left: -100px;
    bottom: -30px;
    padding: 100px;
    z-index: 2;
}
.hero-slider .brand-slider-arrows {
    width: 90px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.hero-slider .slide-num {
    color: #FFFFFF;
    font-family: "Basis Grotesque";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
}
.hero-slider .slick-arrow {
    width: 7px;
    height: 100%;
    cursor: pointer;
}
.hero-slider .arrow-prev {
    background: url('/wp-content/themes/hello-theme-child-master/assets/img/home-slider-Left.svg') center/contain no-repeat;
}
.hero-slider .arrow-next {
    background: url('/wp-content/themes/hello-theme-child-master/assets/img/home-slider-Right.svg') center/contain no-repeat;
}
.hero-slider .slick-dots {
    display: none !important;
}
.hero-slider .cursor-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    padding-bottom: 80px;
}
.hero-slider .cursor-box .cursor-left {
    width: 50%;
    cursor: url("/wp-content/themes/hello-theme-child-master/assets/img/cursor-left.svg"), auto;
}
.hero-slider .cursor-box .cursor-right {
    width: 50%;
    cursor: url("/wp-content/themes/hello-theme-child-master/assets/img/cursor-right.svg"), auto;
}


@media (max-width: 1024px) {
    .hero-slider .brand-slide-img {
        height: 700px; }
    .hero-slider .background-box { padding: 0 3.9em; }
    

}
@media (max-width: 991px) {
    .hero-slider .brand-slide-img { height: 530px; }
    .hero-slider .brand-title {
        font-size: 32px;
        line-height: 32px;
    }
    .hero-slider .background-box { padding: 0; }
    .hero-slider .slider-controls {
        display: flex;
        flex-direction: row-reverse;
        padding: 0;
        left: 20px;
        bottom: 22px;
        align-items: center;
    }
    .hero-slider .slick-arrow { display: none !important; }
    .hero-slider .slide-num {
        height: 25px;
        width: 50px;
        border-radius: 12.5px;
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hero-slider .slide-num span {
        color: #1E2937;
        font-family: "Basis Grotesque Pro";
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 15px;
        text-align: center;
        padding: 0 2px;
    }
    .hero-slider .brand-slider-arrows { width: auto; }
    .hero-slider .collection-title {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0;
        margin-left: 20px;
    }
    .hero-slider .cursor-box {
        display: none; }
}
