
.bb_layer{ position: absolute !important;}
.bb_layer::before{ position: absolute; width: 100%; height: 100vh; position: absolute; left: 0; top: 0px; background-color: rgba(0, 0, 0, 0.25); z-index: 999999; content: "";}
.fs700{ font-weight: 700 !important;} 

.wptb-slider {
    position: relative;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: white;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transition: all 0.5s ease-in-out;
}

.wptb-slider .swiper-slide .wptb-slider--image {
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    transition: all 2s linear;
}
 
.wptb-slider .wptb-heading .wptb-item--subtitle {
    opacity: 0;
	transform-origin: top;
	transform: translateX(150px);
	-webkit-transition: all 3.5s ease;
	-moz-transition: all 3.5s ease;
	transition: all 3.5s ease;
}
.wptb-slider .swiper-slide-active .wptb-heading .wptb-item--subtitle{
	opacity: 1;
	transform: translateX(0px);
}

.wptb-slider .wptb-heading .wptb-item--title {
    opacity: 0;
	transform-origin: top;
	transform: translateX(100px);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.wptb-slider .swiper-slide-active .wptb-heading .wptb-item--title{
	opacity: 1;
	transform: translateX(0px);
}
 
.wptb-slider .wptb-heading .wptb-item--title span {
    opacity: 0;
	transform-origin: top;
	transform: translateX(200px);
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.wptb-slider .swiper-slide-active .wptb-heading .wptb-item--title span {
	opacity: 1;
	transform: translateX(0px);
}

.wptb-slider .wptb-heading .wptb-item--title.text-outline {
    opacity: 0;
	transform-origin: top;
	transform: translateX(200px);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.wptb-slider .swiper-slide-active .wptb-heading .wptb-item--title.text-outline {
	opacity: 1;
	transform: translateX(0px);
}

.wptb-slider .wptb-heading .wptb-item--description {
    opacity: 0;
	transform: translateX(200px);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
.wptb-slider .swiper-slide-active .wptb-heading .wptb-item--description {
	opacity: 1;
	transform: translateX(0px);
}

.wptb-slider .wptb-heading .wptb-item--button {
    opacity: 0;
	transform: translateX(200px);
	-webkit-transition: all 2.5s ease;
	-moz-transition: all 2.5s ease;
	transition: all 2.5s ease;
}
.wptb-slider .swiper-slide-active .wptb-heading .wptb-item--button {
	opacity: 1;
	transform: translateX(0px);
}



/* Swiper Customize */
.swiper-container {
	position: relative;
    overflow: hidden;
}
.swiper-vertical {
    max-height: 1400px;
}
.swiper-vertical .wptb-slider--item,
.swiper-vertical .wptb-slider--image,
.swiper-vertical .wptb-slider--image img {
    height: 100%;
}
.swiper-vertical .wptb-slider--item img {
    border-radius: 30px;
    object-fit: cover;
}

.swiper-gallery-left.swiper-vertical .swiper-slide,
.swiper-gallery-right.swiper-vertical .swiper-slide {
    height: auto !important;
}

/* Style Three */
.wptb-swiper-navigation.style3 {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
} 
.wptb-swiper-navigation.style3 .wptb-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 60px;
    height: 60px;
    color: white;
    background-color: transparent;
    border: 0px dashed #3C3C3C;
    border-radius: 100%;
    margin-top: 0px;
}

.wptb-swiper-navigation.style3 .wptb-swiper-arrow:after {
    font-family: "DM Sans", sans-serif;;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase !important;
}
.wptb-swiper-navigation.style3 .swiper-button-prevs:after {
    content: "Prev";
}
.wptb-swiper-navigation.style3 .swiper-button-nexts:after {
    content: "Next";
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
	top: 0;
	bottom: auto;
	margin-top: 0px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
	height: 10px;
	background-color: white;
	border: 1px solid transparent;
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 14px;
    cursor: pointer;
	transition: all 0.5s ease-in-out;
    position: relative;
	opacity: 1;
    font-size: 14px;
    font-weight: 600;
}


/* Swiper Pagination Two */
.wptb-swiper-dots.style2 {
    position: relative;
}
.wptb-swiper-dots.style2::before,
.wptb-swiper-dots.style2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 125px;
    height: 1px;
    background-color: rgba(255,255,255, 0);
}
.wptb-swiper-dots.style2::before {
    right: calc(100% + 24px);
}
.wptb-swiper-dots.style2::after {
    left: calc(100% + 24px);
}

.wptb-swiper-dots.style2 .swiper-paginations {
    display: flex;
    gap: 4px;
    position: relative;
    transform: none;
} 
.wptb-swiper-dots.style2 .swiper-pagination-bullet {
    width: 7px;
	height: 7px;
	background-color: transparent;
	border: 1px solid #ffffff7a;
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    cursor: pointer;
	transition: all 0.5s ease-in-out;;
    position: relative;
	opacity: 1;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 2px;
}
.wptb-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1);
	border-color: transparent;
    background-color: transparent;
}

.wptb-swiper-dots.style2 .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	background-color: #fff0;
	border-radius: 100%;
	transition: all 0.5s ease-in-out;;
} 
.wptb-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fff;
}

/* Layer Style */

.wptb-item-layer {
    position: absolute;
    z-index: -1;
}

/* Main Slider */
.wptb-slider {
	position:relative;
}
.wptb-slider .wptb-slider--item {
	position:relative;
    overflow: hidden;
}

.wptb-slider .wptb-slider--image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.wptb-slider .wptb-heading {
    margin-bottom: 0px;
}


/* Slider Bottom Pane */
.wptb-slider .wptb-bottom-pane {
    position: absolute;
    left: 0; 
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 23px;
}
.wptb-slider .wptb-swiper-dots.style2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}




/* Slider Style Two */
.wptb-slider.style2 {
    padding: 0px 0px;
    height: 100vh;
    overflow: hidden;
    background: white;
} 
.wptb-slider.style2 .wptb-slider--item {
    height: 100vh;
}

.wptb-slider.style2 .wptb-slider--inner {
    position: unset;
    border: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
}
.wptb-slider.style2 .wptb-item-layer-one {
    left: 0;
    right: 0;
    z-index: 0;
}
.wptb-slider.style2 .wptb-item-layer-one img {
    width: 100%;
}
.wptb-slider.style2 .wptb-heading {
    flex: 1;
    text-align: left;
    left: 0;
    position: relative;
}

.wptb-slider.style2 .wptb-heading .wptb-item--title {
    color: #fff;  
    margin-bottom: 3px;  
    font-weight: 100;
    font-size: 44px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    line-height: 40px !important;
    margin-bottom: 16px;
} 
 
.wptb-slider.style2 .wptb-heading .wptb-item--title::before,
.wptb-slider.style2 .wptb-heading .wptb-item--title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0);
}  
.wptb-slider.style2 .wptb-heading .wptb-item--title::before {
    left: 0;
}
.wptb-slider.style2 .wptb-heading .wptb-item--title::after {
    left: auto;
    right: 0;
} 
 
.wptb-slider.style2 .wptb-heading .wptb-item--subtitle {
    color: #ffffff6e;
    font-size: 18px;
    font-weight: 300; 
    line-height: 24px;   
    display: inline-block;
    text-transform: unset;
    letter-spacing: 0.5px; 
    font-family: "Poppins", sans-serif;
    margin-top: 16px;
}  

.wptb-slider.style2 .wptb-heading .wptb-item--subtitle::before,
.wptb-slider.style2 .wptb-heading .wptb-item--subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 95px;
    height: 1px;
    background-color: rgba(255,255,255, 0);
}
.wptb-slider.style2 .wptb-heading .wptb-item--subtitle::before {
    right: calc(100% + 17px);
}
.wptb-slider.style2 .wptb-heading .wptb-item--subtitle::after {
    left: calc(100% + 17px);
}

/* Effect on Slider Active */
.wptb-slider.style2 .swiper-slide .wptb-slider--image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.wptb-slider.style2 .swiper-slide-active .wptb-slider--image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.wptb-slider.style2 .wptb-heading .wptb-item--subtitle {
	transform: translateY(150px);
	transition: all 3.5s ease;
}
.wptb-slider.style2 .swiper-slide-active .wptb-heading .wptb-item--subtitle{
	transform: translateY(0px);
	transition: all 2.5s ease;
}

.wptb-slider.style2 .wptb-heading .wptb-item--title {
	transform: translateY(100px);
	transition: all 3s ease;
}
.wptb-slider.style2 .swiper-slide-active .wptb-heading .wptb-item--title{
	transform: translateY(0px);
	transition: all 2.5s ease;
}

.wptb-slider.style2 .wptb-heading .wptb-item--title span {
	transform: translateY(200px);
}
.wptb-slider.style2 .swiper-slide-active .wptb-heading .wptb-item--title span {
	transform: translateY(0px);
}

.wptb-slider.style2 .wptb-heading .wptb-item--title.text-outline {
	transform: translateY(200px);
}
.wptb-slider.style2 .swiper-slide-active .wptb-heading .wptb-item--title.text-outline {
	transform: translateY(0px);
}

.wptb-slider.style2 .wptb-heading .wptb-item--description {
	transform: translateY(200px);
}
.wptb-slider.style2 .swiper-slide-active .wptb-heading .wptb-item--description {
	transform: translateY(0px);
}

.wptb-slider.style2 .wptb-heading .wptb-item--button {
	transform: translateY(200px);
}
.wptb-slider.style2 .swiper-slide-active .wptb-heading .wptb-item--button {
	transform: translateY(0px);
}

@media screen and (max-width:767px){
    .bb_layer::before {
      position: absolute;
      height: 100vh;
       height: 100dvh !important;
    }
    .new_home_pg .wptb-slider.style2 .wptb-slider--item {
        height: 100vh;
        height: 100dvh !important;
    }
    .new_home_pg .wptb-slider.style2 {
        height: 100vh !important;
        z-index: 99999;
        height: 100dvh !important;
    }
    .new_home_pg .wptb-slider .wptb-slider--image {
        height: 100vh !important;
        height: 100dvh !important;
    }
    .new_home_pg .wptb-slider.style2 .wptb-slider--inner {
height: 88.4vh !important;
        justify-content: unset;
        align-items: flex-end !important;
    }
    .new_home_pg .wptb-slider.style2 .wptb-heading .wptb-item--title {
        font-size: 17px !important;
        line-height: 22px !important;
        margin-bottom: 2px !important;
        letter-spacing: 0.5px !important;
    }
    .wptb-swiper-dots.style2 .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
     .wptb-slider.style2 .wptb-slider--item {
  height: 100vh;
}
    .wptb-slider.style2 { 
        height: 100vh !important;
        height: 100dvh !important;
    }
    .wptb-slider .wptb-slider--image {
        height: 100vh !important;
        height: 100dvh !important;
    }
    .wptb-slider .wptb-swiper-dots.style2 {
        position: absolute;
        left: 11px;
        transform: unset !important;
        z-index: 9999;
        bottom: 0;
    }
    .wptb-swiper-dots.style2 .swiper-paginations {
        gap: 1px;
    }
    .banner_container {
        max-width: 100%;
        padding: 0px 12px 8px;
        margin-top: 0px;
    }
    .wptb-slider.style2 .wptb-slider--inner {
        align-items: flex-end;
    }
    .wptb-slider .wptb-bottom-pane {
        bottom: 20px;
        z-index: 999;
    }
}

@media screen and (min-width:400px) and (max-width:420px) and (min-height:700px) and (max-height:800px){
    .new_home_pg .wptb-slider.style2 .wptb-slider--inner {
        height: 88.4vh !important;
        justify-content: unset;
        align-items: flex-end !important;
    }
    .wptb-slider .wptb-bottom-pane {
        bottom: 20px;
        z-index: 999;
    }
}

@media screen and (max-width:395px) and (min-height:700px) and (max-height:850px){
    .wptb-slider .wptb-bottom-pane {
        bottom: 20px;
        z-index: 999;
    }
    .new_home_pg .wptb-slider.style2 .wptb-slider--inner {
height: 88.4vh !important;
        justify-content: unset;
        align-items: flex-end !important;
    }
}