
.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 3s ease;
	-moz-transition: all 3s ease;
	transition: all 3s 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: 18px;
    position: relative;
    transform: none;
}
.wptb-swiper-dots.style2 .swiper-pagination-bullet {
    width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid transparent;
	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;
}
.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: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 100%;
	transition: all 0.5s ease-in-out;;
} 
.wptb-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #e0c192;
}

/* 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: 15px;
}
.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-color: #fff;
} 
.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;
} 
.wptb-slider.style2 .wptb-heading .wptb-item--title {
    font-size: 34px;
    line-height: 39px;  
    color: #ffffffa3;  
    margin-bottom: 3px;  
    /*! font-family: "Poppins", sans-serif !important; */
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Be Vietnam Pro", serif;
} 
 
.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;
    /*! font-family: "Be Vietnam Pro", serif; */
}  

.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: unset;
  transition: all 3s ease;
  opacity: 1;
}
.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);
}
