

/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
 a{
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    color: inherit;
} */


.background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.background_img iframe {
    width: 100%!important;
    height: 100%!important;
}
.bwdsb-title,
.bwdsb-desc{
   font-family: 'Josefin Sans', sans-serif;
}

.background_img .section-background {
    width: 100%!important;
    height: 100%!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative!important;
    transition: all .4s ease-in-out;
}
.bwdsb-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}
.bwdsb-max-bttn {
    margin-top: 15px;
}

.bwdsb-max-bttn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.content-wrappersss {
    flex: 1;
    max-width: 100%;
}
.bwdsb-title,
.bwdsb-desc,
.bwdsb-bttn {
    transition: all .4s ease-in-out;
}
.bwdsb-switch-overflow {
    overflow-x: scroll;
}
/* Background Switcher */

.bwdsb-style-common {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
}
.bwdsb-bttn {
    display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    background: rgb(204, 43, 94);
    padding: 10px 15px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
}
.bwdsb-bttn:hover {
    background: rgb(175, 36, 53);
}
.content-wrappersss .background_img {
    transition: all 450ms;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.content-wrappersss.active .background_img {
    visibility: visible;
    opacity: 1;
}
.content-wrappersss .background_img .section-background {
        transform: scale(1.5);
}
.content-wrappersss.active .background_img .section-background {
        transform: scale(1);
}
.content-wrapper {
    position: relative;
    z-index: 2;
    border-right-color: rgba(255, 255, 255, 0.4);
    border-right-width: 1px;
    border-right-style: solid;
    flex: 1;
    overflow: hidden;
    height: 500px;
}


.content-inner-wrapper {
    display: flex;
    height: 100%;
    align-items: end;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 20px;
    transition: all .4s ease-in-out;
    opacity: 0;
}
.content-wrappersss.active .content-inner-wrapper {
    animation-name: flipInY;
    animation-duration: 1250ms;
    animation-timing-function: linear;
    opacity: 1;
}

/* style2 */
.bwdsb-style2 .content-inner-wrapper {
    opacity: 1;
}
.bwdsb-style2 .content-wrappersss.active .content-inner-wrapper {
    animation-name: none;
}
.bwdsb-style2 .content-inner-wrapper .content-inner-wrapper-extra {
    transform: translateY(calc(100% - 15px));
    transition: all .4s ease-in-out;
}
.bwdsb-style2 .content-wrappersss.active .content-inner-wrapper .content-inner-wrapper-extra {
    transform: translateY(0);
}

/* style3 */
.bwdsb-style3 .content-inner-wrapper {
    justify-content: center;
    transform: scale(1.5);
}
.bwdsb-style3 .content-wrappersss.active .content-inner-wrapper {
    opacity: 1;
    transform: scale(1);
    animation-name: none;
}

/* style4 */
.bwdsb-style4 .content-wrappersss.active .content-inner-wrapper {
    animation-name: none;
    opacity: inherit;
}
.bwdsb-style4 .content-inner-wrapper {
    opacity: 1;
    text-align: center;
    padding: 45px;
}
.bwdsb-style4 .content-wrappersss .background_img {
    transform: skew(10deg);
}
.bwdsb-style4 .content-wrappersss.active .background_img {
    transform: skewX(10deg);
}

/* style5 */
.bwdsb-style5 .content-inner-wrapper {
    justify-content: center;
    transform: scale(1);
}
.bwdsb-style5 .content-wrappersss .content-inner-wrapper {
    opacity: 0;
    transition: all .2s ease-in-out;
}
.bwdsb-style5 .content-wrappersss.active .content-inner-wrapper {
    opacity: 1;
    animation-name: none;
}
.bwdsb-style5 .content-wrappersss .content-wrapper {
    transition: all .4s ease-in-out;
}
.bwdsb-style5 .content-wrappersss.active .content-wrapper {
    background-color: rgba(0, 0, 0, 0.479);
}
.bwdsb-style5 .content-wrappersss .background_img .section-background{
    transform: scale(1);
}
.bwdsb-style5 .content-wrappersss.active .background_img .section-background{
    transform: scale(1);
}

/* style6 */
.bwdsb-style6 .content-wrappersss.active .content-inner-wrapper {
    animation-name: none;
    opacity: inherit;
}
.bwdsb-style6 .content-inner-wrapper {
    opacity: 1;
    padding: 45px;
    align-items: center;
}
.bwdsb-style6 .content-wrappersss .background_img {
    transform: skewY(5deg);
    transition: all .4s ease-in-out;
}
.bwdsb-style6 .content-wrappersss.active .background_img {
    transform: skewY(5deg);
}

/* style7 */
.bwdsb-style7 .content-inner-wrapper {
    justify-content: center;
    transform: scale(1);
}
.bwdsb-style7 .content-wrappersss .content-inner-wrapper {
    opacity: initial;
    transition: all .2s ease-in-out;
}
.bwdsb-style7 .content-wrappersss.active .content-inner-wrapper {
    opacity: initial;
    animation-name: none;
}
.bwdsb-style7 .content-wrappersss .content-wrapper {
    background-color: rgba(0, 0, 255, 0.472);
    transition: all .4s ease-in-out;
}
.bwdsb-style7 .content-wrappersss.active .content-wrapper {
    background-color: rgba(0, 0, 0, 0.479);
}
.bwdsb-style7 .content-wrappersss .background_img .section-background{
    transform: scale(1);
}
.bwdsb-style7 .content-wrappersss.active .background_img .section-background{
    transform: scale(1);
}

/* style8 */
.bwdsb-style8 .content-inner-wrapper {
    justify-content: center;
    transform: scale(1);
}
.bwdsb-style8 .content-wrappersss .content-inner-wrapper {
    transition: all .2s ease-in-out;
    opacity: 0;
}
.bwdsb-style8 .content-wrappersss.active .content-inner-wrapper {
    opacity: 1;
    animation-name: none;
}
.bwdsb-style8 .content-wrappersss .background_img .section-background {
    transform: scale(1);
}
.bwdsb-style8 .content-wrappersss.active .background_img .section-background {
    transform: scale(1);
}
.bwdsb-style8 .content-wrappersss .content-wrapper {
    border: 10px solid transparent;

}
.bwdsb-style8 .content-wrappersss.active .content-wrapper {
    border: 10px solid #fff;
    transition: all .4s ease-in-out;
}

/* style9 */
.bwdsb-style9 .content-inner-wrapper {
    opacity: 1;
}
.bwdsb-style9 .content-wrappersss.active .content-inner-wrapper {
    animation-name: none;
}
.bwdsb-style9 .content-inner-wrapper .content-inner-wrapper-extra {
    transform: translateY(calc(100% - 15px));
    transition: all .4s ease-in-out;
}
.bwdsb-style9 .content-wrappersss .content-inner-wrapper:hover .content-inner-wrapper-extra {
    transform: translateY(0);
}
.bwdsb-style9 .content-wrapper {
    border: 0;
    border-top: 10px solid #12c2e9;
}
.bwdsb-style9 .content-wrappersss.active .content-wrapper {
    border-top: 10px solid #f64f59;
}

/* style10 */
.bwdsb-style10.bwdsb-style-common {
    flex-direction: column;
}
.bwdsb-style10 .content-inner-wrapper {
    opacity: 1;
}
.bwdsb-style10 .content-wrappersss.active .content-inner-wrapper {
    animation-name: none;
}
.bwdsb-style10 .content-inner-wrapper .content-inner-wrapper-extra {
    transform: translateY(calc(100% - 15px));
    transition: all .4s ease-in-out;
}
.bwdsb-style10 .content-wrappersss .content-inner-wrapper:hover .content-inner-wrapper-extra {
    transform: translateY(0);
}
.bwdsb-style10 .content-wrapper {
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    height: 200px;
}


/* style11 */
.bwdsb-style11.bwdsb-style-common {
    flex-direction: column;
}
.bwdsb-style11 .content-inner-wrapper {
    justify-content: center;
    transform: scale(1);
}
.bwdsb-style11 .content-wrappersss .content-inner-wrapper {
    opacity: initial;
    transition: all .2s ease-in-out;
}
.bwdsb-style11 .content-wrappersss.active .content-inner-wrapper {
    opacity: initial;
    animation-name: none;
}
.bwdsb-style11 .content-wrappersss .content-wrapper {
    background-color: #ff0080c0;
    /* background: linear-gradient(to right, rgba(64, 224, 208, 0.5), rgba(255, 140, 0, 0.5), rgba(255, 0, 128, 0.5)); */
    transition: all .4s ease-in-out;
    height: 200px;
    border: 0;
    border-bottom: 2px solid #fff;
}
.bwdsb-style11 .content-wrappersss.active .content-wrapper {
    background-color: rgba(0, 0, 0, 0.479);
}
.bwdsb-style11 .content-wrappersss .background_img .section-background {
    transform: scale(1);
}
.bwdsb-style11 .content-wrappersss.active .background_img .section-background {
    transform: scale(1);
}

/* style12 */
.bwdsb-style12.bwdsb-style-common {
    flex-direction: column;
}
.bwdsb-style12 .content-wrappersss .content-wrapper {
    height: 200px;
    border-right: 25px solid #99f2c8;
}
.bwdsb-style12 .content-wrappersss.active .content-wrapper {
    border-right: 25px solid rgb(255, 0, 128);
}
.bwdsb-style12 .content-inner-wrapper {
    justify-content: center;
    transform: scale(1.5);
}
.bwdsb-style12 .content-wrappersss.active .content-inner-wrapper {
    opacity: 1;
    transform: scale(1);
    animation-name: none;
}

/* style13 */
.bwdsb-style13 .content-wrappersss .content-wrapper {
    background: linear-gradient(to right, rgba(64, 224, 208, 0.5),
     rgba(255, 140, 0, 0.5), rgba(255, 0, 128, 0.5));
    transition: all .4s ease-in-out;
    height: 200px;
    border: 0;
}
.bwdsb-style13 .content-wrappersss.active .content-wrapper {
    background: linear-gradient(to right, rgba(64, 224, 208, 0.8),
     rgba(255, 140, 0, 0.8), rgba(255, 0, 128, 0.8));
}
.bwdsb-style13 .content-wrappersss .content-inner-wrapper {
    opacity: 0;
}
.bwdsb-style13 .content-wrappersss.active .content-inner-wrapper {
    opacity: 0;
}
.bwdsb-style13 .content-wrappersss.active:hover .content-inner-wrapper {
    opacity: 1;
}

/* style14 */
.bwdsb-style14.bwdsb-style-common {
    gap: 10px;
}
.bwdsb-style14 .content-inner-wrapper {
    justify-content: center;
    transform: scale(1);
}
.bwdsb-style14 .content-wrappersss .content-inner-wrapper {
    opacity: initial;
    transition: all .2s ease-in-out;
}
.bwdsb-style14 .content-wrappersss.active .content-inner-wrapper {
    opacity: initial;
    animation-name: none;
}
.bwdsb-style14 .content-wrappersss .content-wrapper {
    border: 7px solid #00fbff;
    transition: all .4s ease-in-out;
}
.bwdsb-style14 .content-wrappersss.active .content-wrapper {
    border: 7px solid #8800ff;
}
.bwdsb-style14 .content-wrappersss .background_img .section-background {
    transform: scale(1);
}
.bwdsb-style14 .content-wrappersss.active .background_img .section-background {
    transform: scale(1);
}