.banner-container {
    /* max-width: 1440px; */
    width: 100%;
    margin: 0 auto;
}

.wthi-unlocking-secrets-wrapper {
    margin-bottom: 50px;
}

.design_expert_banner_section {
    padding-top: 120px;
}

.wthi-unlocking-secrets-wrapper .wthi-unlocking-secrets-title {
    /* font-size: 42px;
    font-weight: 700;
    font-family: BioRhyme;
    line-height: 49.224px; */
    text-align: center;
    /* max-width: 687px; */
    margin: 0px auto 32px;
    /* color: #323232; */
    font-family: Archivo;
    font-weight: 500;
    font-size: 52px;
    line-height: 101%;
    color: transparent;
    background: linear-gradient(91.13deg, #7C35E9 -17.49%, #3A3A3A 36.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 750px;
}

.bh-slider-wrapper {
    position: relative;
}

.bh-slider-wrapper .bh-slider .unlocking-slider-img {
    position: relative;
}

.bh-slider-wrapper .bh-slider .unlocking-slider-img img {
    width: 100%;
    height: 100%;
}

.unlocking-slider-btn {
    position: absolute;
    /* bottom: 70px; */
    /* right: 210px; */
    bottom: 45px;
    right: 296px;
}

 .blackbg .unlocking-slider-btn a {
    /* background-color: #7345B2; */
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    padding: 10px 48px 10px 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: lato;
    position: relative;
    display: inline-block;
    line-height: 24px;

}
.whitebg .unlocking-slider-btn a {
    /* background-color: #7345B2; */
    background-color: #FFF;
    color: #000;
    border-radius: 30px;
    padding: 10px 48px 10px 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: lato;
    position: relative;
    display: inline-block;
    line-height: 24px;

}
.blackbg .unlocking-slider-btn a::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../../../content/dam/asianpaintsbeautifulhomes/where-the-heart-is/unlocking-secrets/read-more-arrow-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.whitebg .unlocking-slider-btn a::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../../../content/dam/asianpaintsbeautifulhomes/where-the-heart-is/unlocking-secrets/white-read-more-arrow-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.wthi-unlocking-secrets .slick-dots {
    background-color: #000;
    width: max-content;
    min-width: 415px;
    height: 74px;
    transform: rotate(90deg);
    transform-origin: left;
    border-radius: 38px;
    top: calc(50% - 208px);
    left: 86px;
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

.wthi-unlocking-secrets .slick-dots li,
.wthi-unlocking-secrets .slick-dots li button,
.wthi-unlocking-secrets .slick-dots li button::before {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 0;
    padding: 0;
}

.unlocking-slider-custom-dots {
    background-color: #1c2933;
    width: max-content;
    height: 74px;
    transform: rotate(90deg);
    transform-origin: left;
    border-radius: 38px;
    top: calc(50% - 208px);
    left: 86px;
    display: flex;
    padding: 12px;
    position: absolute;
    bottom: -25px;
    gap: 10px;
    display: none;
}

.unlocking-slider-custom-dots_dot {
    width: 50px;
    position: relative;
    height: 50px;
    border-radius: 50px;
    display: block;
    cursor: pointer;
    opacity: 0.5;
}

.unlocking-slider-custom-dots_dot.active {
    width: 70px;
    opacity: 1;
}

.unlocking-slider-custom-dots_dot.active .unlocking-slider-custom-dots_img {
    height: 70px;
    width: 50px;
    margin-left: 10px;
    margin-top: -10px;
    border: 1px solid #FFF;
    cursor: default;
}

.unlocking-slider-custom-dots div img {
    transform: rotate(-90deg);
    transition: all 100ms linear;
    transform-origin: center;
    height: 100%;
    border-radius: 50px;
    width: 100%;
    object-fit: cover;
}


/* .wthi-unlocking-secrets .slick-dots li button::before {
    content: '';
    background-image: url('clientlib-unlocksecrete/assets/image/janhvi-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: unset;
    transform: rotate(-90deg);
    transition: all 300ms linear;
    transform-origin: center;
}

.wthi-unlocking-secrets .slick-dots li:nth-child(2) button::before {
    background-image: url('clientlib-unlocksecrete/assets/image/sania-icon.png');
}

.wthi-unlocking-secrets .slick-dots li:nth-child(3) button::before {
    background-image: url('clientlib-unlocksecrete/assets/image/bhajju-icon.png');
}

.wthi-unlocking-secrets .slick-dots li:nth-child(4) button::before {
    background-image: url('clientlib-unlocksecrete/assets/image/sunil-icon.png');
}

.wthi-unlocking-secrets .slick-dots li:nth-child(5) button::before {
    background-image: url('clientlib-unlocksecrete/assets/image/falguni-icon.png');
}

.wthi-unlocking-secrets .slick-dots li.slick-active,
.wthi-unlocking-secrets .slick-dots li.slick-active button {
    width: 70px;
}

.wthi-unlocking-secrets .slick-dots li:nth-child(1).slick-active button::before {
    background-image: url('clientlib-unlocksecrete/assets/image/janhvi-active.png');
}

.wthi-unlocking-secrets .slick-dots li:nth-child(2).slick-active button::before {
    background-image: url('clientlib-unlocksecrete/assets/image/sania-active.png');
}

.wthi-unlocking-secrets .slick-dots li:nth-child(3).slick-active button::before {
    background-image: url('clientlib-unlocksecrete/assets/image/bhajju-active.png');
}

.wthi-unlocking-secrets .slick-dots li:nth-child(4).slick-active button::before {
    background-image: url('clientlib-unlocksecrete/assets/image/sunil-active.png');
}

.wthi-unlocking-secrets .slick-dots li:nth-child(5).slick-active button::before {
    background-image: url('clientlib-unlocksecrete/assets/image/falguni-active.png');
} */

.wthi-unlocking-secrets .slick-dots li.slick-active button::before {
    height: 70px;
    top: -10px;
    left: 10px;
    border: 2px solid #fff;
    border-radius: 50px;
    /* border: none; */
}

@media screen and (min-width:320px) and (max-width: 767px) {
    .design_expert_banner_section {
        padding-top: 50px;
    }
    .wthi-unlocking-secrets-wrapper .wthi-unlocking-secrets-title {
        /* font-size: 26px;
        line-height: 31.2px; */
        margin: 0px 13.5px 13px;
        font-weight: 500;
        font-size: 30px;
        line-height: 110.00000000000001%;
        background: linear-gradient(90.41deg, #7C35E9 -35.6%, #3A3A3A 78.16%);
          color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .wthi-unlocking-secrets .slick-dots {
        background-color: transparent;
        border: none;
        width: max-content;
        min-width: 95px;
        height: 7px;
        transform: translateX(-50%);
        transform-origin: unset;
        border-radius: 0px;
        top: unset;
        /* bottom: 20px; */
        bottom: -20px;
        left: 50%;
        padding: 0px;
    }

    .wthi-unlocking-secrets .slick-dots li,
    .wthi-unlocking-secrets .slick-dots li button,
    .wthi-unlocking-secrets .slick-dots li button::before {
        width: 6px;
        height: 6px;
        border-radius: 30px;
        transition: all 500ms linear;
    }

    .wthi-unlocking-secrets .slick-dots li button::before,
    .wthi-unlocking-secrets .slick-dots li.slick-active button::before {
        background-image: none !important;
        border: none;
        transform: unset;
        /* background-color: #fff; */
        background-color: #2D2D2D;
        font-size: unset;
    }

    .wthi-unlocking-secrets .slick-dots li.slick-active,
    .wthi-unlocking-secrets .slick-dots li.slick-active button,
    .wthi-unlocking-secrets .slick-dots li.slick-active button::before {
        width: 30px;
        height: 6px;
        top: 0;
        left: 0;
    }

    .unlocking-slider-btn {
        bottom: 20px;
        /* right: 45px; */
        right: 19px;
        /* min-width: 145px; */
        width: max-content;
    }

    .blackbg .unlocking-slider-btn a {
        padding: 6px 36px 6px 16px;
        font-size: 14px;
    }
    .whitebg .unlocking-slider-btn a {
        padding: 6px 36px 6px 16px;
        font-size: 14px;
    }
    .blackbg .unlocking-slider-btn a::after{
    width: 16px;
    height: 16px;
    right: 16px;
}
   .whitebg .unlocking-slider-btn a::after{
    width: 16px;
    height: 16px;
    right: 16px;
}
    .unlocking-slider-custom-dots {
        display: none;
    }
}