/*===========================================================================
    Slider Css ( Slider Skin Dragon )
===========================================================================*/
.bdt-ps-blur-effect--yes {
    .bdt-ps-dragon-bg {
        .bdt-ps-slide-img {
            filter: blur(8px) brightness(90%);
        }
    }
}

.bdt-prime-slider-dragon {
    position: relative;

    .bdt-slideshow-items {
        li {
            margin: 0;
        }
    }

    .bdt-ps-dragon-bg {
        height: 100%;
        width: 100%;
        pointer-events: none;
        z-index: 0;
        position: fixed;
        overflow: hidden;

        .bdt-ps-slide-img {
            position: absolute;
            min-width: ~'calc(100% + 50px)';
            height: 100%;
            max-width: none;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
    }

    .bdt-ps-dragon-slide-image {
        position: absolute;
        height: 100%;
        width: 100%;
        .bdt-ps-slide-img {
            position: absolute;
            min-width: ~'calc(100% + 50px)';
            height: 100%;
            max-width: none;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
    }

    .bdt-prime-slider-wrapper {
        position: relative;
    }
    .bdt-prime-slider-content {
        max-width: 270px;
        margin-left: 20px;
        width: 100%;
    }
    .bdt-sub-title-inner {
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.7;
        margin: 0;
        letter-spacing: 1px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .bdt-title-tag {
        font-size: clamp(32px, 7vw, 90px);
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
        margin: 0;
        padding-bottom: clamp(20px, 5vw, 50px);
        letter-spacing: 1px;

        a {
            color: inherit;
        }
    }

    .bdt-slider-excerpt {
        color: #fff;
        font-size: clamp(14px, 2vw, 18px);
        font-weight: 300;
        margin-bottom: clamp(20px, 3vw, 50px);
        max-width: clamp(270px, 52vw, 620px);
    }

    // Button Css
    .bdt-ps-button {
        display: inline-flex;
        cursor: pointer;
        align-items: center;
        padding-right: 40px;

        &:hover {
            & .bdt-ps-button-border-circle {
                transform: translateX(60px);
            }

            & .bdt-ps-button-mask-circle {
                clip-path: circle(25px at 85px);
            }
        }
    }

    .bdt-ps-button-text {
        z-index: 1;
        font-size: 14px;
        margin-right: -18px;
        color: #FAFAFA;
        letter-spacing: 0.05em;
        transition: color .3s ease;
    }

    .bdt-ps-button-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    .bdt-ps-button-arrow {
        left: 30px;
        height: 3px;
        width: 50px;
        display: flex;
        position: absolute;
        align-items: center;
        background-color: #fe506c;

        &:after {
            content: '';
            width: 0;
            height: 0;
            top: -5px;
            right: -7px;
            position: absolute;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid #fe506c;
        }
    }

    .bdt-ps-button-border-circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #BFBFBF;
        transition: transform 987ms;
    }

    .bdt-ps-button-mask-circle {
        width: 40px;
        height: 40px;
        position: absolute;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        clip-path: circle(25px);
        transition: clip-path 987ms;
    }

    .bdt-ps-button-small-circle {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        transform: translateX(60px);
        background-color: #fe506c;
    }

    //Social Css
    .bdt-prime-slider-social-icon {
        position: absolute;
        left: 20px;
        bottom: 20px;

        a {
            font-size: 10px;
            text-transform: uppercase;
            color: #fff;
            margin-right: 5px;
            letter-spacing: 1px;
            position: relative;
            display: inline-flex;

            &:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 0;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                border: 1px solid rgba(255, 255, 255, .5);
                transition: all .7s ease;
                opacity: 0;
                transform: translate(0, -50%);
            }

            &:hover {
                &:before {
                    opacity: 1;
                    transform: translate(100%, -50%);
                }
            }
        }

        .bdt-social-share-title {
            z-index: 1;
            position: relative;
        }
    }
}

/*===========================================================================
    Navigation Css ( Slider Dragon )
===========================================================================*/
.bdt-prime-slider-dragon {
    .bdt-dotnav {
        position: absolute;
        top: auto;
        bottom: 15px;
        right: 30px;
        transform: translateY(0);

        li {
            position: relative;
            padding: 5px 0;
            opacity: 0.5;
            transition: all .3s ease;

            &:after {
                content: attr(data-label);
                font-size: 15px;
                color: #fff;
                transition: all .3s ease;
                cursor: pointer;
            }

            &:before {
                content: '';
                position: absolute;
                right: 20px;
                background: #fff;
                height: 1px;
                width: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: all .3s ease;
                border-radius: 3px;
                opacity: 0;
            }

            a {
                position: absolute;
                height: 40px;
                width: 40px;
                background-color: transparent !important;
                left: -10px;
                top: 4px;
                &:focus, &:hover {
                    outline: 0;
                }
            }

            &.bdt-active {
                opacity: 1;

                &:before {
                    width: 40px;
                    opacity: 1;
                }
            }
        }
    }
}

/*===========================================================================
    Responsive Css ( Slider Dragon )
===========================================================================*/
@media (min-width: 768px) {
    .bdt-prime-slider-dragon {
        .bdt-prime-slider-content {
            max-width: 480px;
            margin-left: 50px;
        }

        .bdt-ps-button {
            margin-bottom: 50px;
        }

        .bdt-ps-button-arrow {
            left: 35px;
        }

        .bdt-ps-button-border-circle, .bdt-ps-button-mask-circle {
            width: 50px;
            height: 50px;
        }

        .bdt-prime-slider-social-icon {
            left: 50px;
            bottom: 30px;

            a {
                font-size: 11px;
                margin-right: 10px;
                letter-spacing: 2px;
            }
        }

        .bdt-dotnav {
            top: 50%;
            bottom: auto;
            transform: translateY(-50%);

            li {
                padding: 10px 0;

                &:after {
                    font-size: 18px;
                }

                &:before {
                    right: 25px;
                }

                &.bdt-active {
                    &:before {
                        width: 50px;
                    }
                }
            }
        }
    }
}

@media (min-width: 1024px) {
    .bdt-prime-slider-dragon {
        .bdt-ps-dragon-slide-image {
            -webkit-mask-image: url(../images/side-round-mask.svg);
            mask-image: url(../images/side-round-mask.svg);
            -webkit-mask-position: left;
            mask-position: left;
            -webkit-mask-size: contain;
            mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
        }

        .bdt-prime-slider-content {
            max-width: 840px;
            margin-left: 100px;
        }
       
        .bdt-prime-slider-social-icon {
            left: 100px;
            bottom: 50px;
        }

        .bdt-dotnav {
            right: 100px;
        }
    }
}