
/* 1. Theme default css */
.bwdads-slider-common img{
	max-inline-size: 100%;
}
.bwdads-slider-common .bwd_single_slider {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    position: relative;
}
.bwdads-slider-common .bwd_content-wrap {
    block-size: 100%;
    inline-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bwdads-slider-common .bwd_main-title{
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
.bwdads-slider-common .bwd_sub-title {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
    margin-block-start: 15px;
}
.bwdads-slider-common .bwd_sub-desc {
    font-weight: 300;
    font-size: 14px;
    margin-block-start: 15px;
}
.bwdads-slider-common .bwd_sub-title,
.bwdads-slider-common .bwd_main-title,
.bwdads-slider-common .bwd_sub-desc,
.bwdads-slider-common .bwd_slide_button {
    color: #fff;
}
.bwdads-slider-common .bwd_slide_button {
    margin-block-start: 15px;
}
.bwdads-slider-common .bwd_main-content {
    inline-size: 60%;
}
.bwdads-slider-common .bwd-slider-image {
    inline-size: 40%;
}
.bwdads-slider-common .bwd-img-wrap {
    inline-size: 350px;
    display: inline-block;
}

/* sliderDesign_1 css */
.bwd_sliderDesign_1 .bwd_single_slider {
    background-image: url(../image/bwd-slider.jpg);
}
.bwd_sliderDesign_1 .bwd_single_slider::before{
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    inline-size: 100%;
    block-size: 100%;
    background: transparent;
    z-index: -1;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-block: 10px;
    padding-inline: 20px;
    transition: all 0.5s linear;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn.bwd-button1 {
    background: #ee3364;
    color: #fff;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn.bwd-button1:hover {
    color: #ee3364;
    background: #fff;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn.bwd-button2 {
    color: #ee3364;
    background: #fff;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn.bwd-button2:hover {
    background: #ee3364;
    color: #fff;
}

/* swiper ------------------------------------------------------------------*/
.bwdads-swiper-wrapper {
    block-size: 600px;
}
.bwdads-swiper-scrollbar-drag {
    background: #fff;
}
.bwdads-swiper-button-next .bwdads-swiper-next, .bwdads-swiper-button-prev .bwdads-swiper-prev {
    inset-block-start: 50%;
    position: absolute;
    color: #fff;
    inline-size: 50px;
    block-size: 50px;
    background: #f5f5f536;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    z-index: 9;
    cursor: pointer;
    transform: translate(0, -50%);
    transition: all .4s ease-in-out;
}
.bwdads-swiper-button-next .bwdads-swiper-next:hover, .bwdads-swiper-button-prev .bwdads-swiper-prev:hover {
    color: #080d1c;
    background: #fff;
}
.bwdads-swiper-button-prev .bwdads-swiper-prev {
    inset-inline-start: 10px;
}
.bwdads-swiper-button-next .bwdads-swiper-next {
    inset-inline-end: 10px;
}

/* dots */
.bwdads-swiper-pagination .bwdads-swiper-pagination-bullet {
    background: #f5f5f536;
    opacity: 1;
    border-radius: 100%;
    inline-size: 23px;
    block-size: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin-block: 0;
    margin-inline: 0;
    position: relative;
}
.bwdads-swiper-pagination .bwdads-swiper-pagination-bullet.bwdads-swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.bwdads-swiper-pagination.bwdads-swiper-pagination-bullets .bwdads-swiper-pagination-bullet:not(:last-child) {
    margin-inline-end: 10px;
}

.bwdads-swiper-pagination-progressbar .bwdads-swiper-pagination-progressbar-fill {
    background: #007aff;
}

/* fraction */
.bwdads-swiper-pagination-fraction {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bwdads-swiper-pagination-fraction span {
    background: #F5F5F540;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    inline-size: 30px;
    block-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* vertically */
.bwdads-swiper-pagination-vertical.bwdads-swiper-pagination.bwdads-swiper-pagination-bullets .bwdads-swiper-pagination-bullet {
    margin-inline-end: 0;
}
.bwdads-swiper-pagination-vertical.bwdads-swiper-pagination.bwdads-swiper-pagination-bullets .bwdads-swiper-pagination-bullet:not(:last-child) {
    margin-block-end: 10px;
}

/* xs devices */
@media (max-width: 767px){

    .bwdads-slider-common .bwd_main-content {
        inline-size: 100%;
    }
    .bwdads-slider-common .bwd-slider-image {
        inline-size: 100%;
    }
    .bwdads-slider-common .bwd_content-wrap {
        flex-direction: column;
    }
    .bwdads-slider-common .bwd-img-wrap {
        inline-size: 235px;
    }

}








