
.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: 24px;
	height: 24px;
	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.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: 5px;
	height: 5px;
	background-color: #e3e3e3;
	border-radius: 100%;
	transition: all 0.5s ease-in-out;;
} 
.wptb-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #ce6c31;
} 

/* 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: 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);
}

/*  */
 
.wptb-swiper-navigation.style3 .swiper-button-prevs{
  width: 40px !important;
  height: 40px !important;
  line-height: 34px;
  background: transparent !important;
  border-radius: 100%;
  color: #fffefe;
   border: 1px solid rgb(230, 230, 230) !important;
  font-size: 10px;
  margin-right: 3px;
  cursor: pointer !important;

  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
  left: 24px !important;
  margin-top: -21px !important;
}
.wptb-swiper-navigation.style3 .swiper-button-prevs::after{
  content: "\f104" !important;
  font-family:"Font Awesome 6 Pro" !important;
  font-size: 13px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 37px;
  font-weight: 400 !important;
}
.wptb-swiper-navigation.style3 .swiper-button-nexts{
  width: 40px !important;
  height: 40px !important;
  line-height: 34px;
  background: transparent !important;
  border-radius: 100%;
  color: #fff;
   border: 1px solid rgb(230, 230, 230) !important;
  font-size: 10px;
  margin-right: 3px;
  cursor: pointer !important;

  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
  right: 24px !important;
  margin-top: -21px !important;
}
.wptb-swiper-navigation.style3 .swiper-button-nexts:after{
  content: "\f105" !important;
  font-family:"Font Awesome 6 Pro" !important;
  font-size: 14px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  line-height: 37px !important;
  font-weight: 400 !important;
}

.banner_txt {
  position: relative;
  margin-bottom: 20px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 40px !important;
  text-transform: uppercase !important;
  line-height:  46px !important;
  -webkit-animation-delay: .6s !important;
  animation-delay: .6s;
  color: #000000 !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}

.banner_txt_2 {
  position: relative;
  margin-bottom: 20px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 40px !important;
  text-transform: uppercase !important;
  line-height: 46px !important;
  -webkit-animation-delay: .6s !important;
  animation-delay: .6s;
  color: #ffffff !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}

.al-hero-archi-link_1 {
  font-weight: 500;
  font-size: 11px;
  line-height: 2.08;
  color: #fff;
  font-family: var(--tp-ff-inter);
  text-transform: uppercase;
  padding-left: 116px;
  position: relative;
}
 
.al-hero-archi-link_1::before {
position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  top: 6px;
  left: 11px;
  background-color: rgb(206, 206, 206);
}
.al-hero-archi-link1:hover {
  color: var(--tp-theme-secondary);
}

.op2 .al-hero-archi-link_1 {
  font-weight: 500;
  font-size: 11px;
  line-height: 2.08;
  color: #000000 ;
  font-family: var(--tp-ff-inter);
  text-transform: uppercase;
  padding-left: 116px;
  position: relative;
}
 
.op2 .al-hero-archi-link_1::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    top: 6px;
    left: 11px;
    background-color: #cecece;
}
.op2 .al-hero-archi-link_1:hover {
  color: #ce6c31;
}


.banner_left{padding-left: 150px; }

@media screen and (max-width: 767px) {
  .wptb-slider .wptb-slider--image {
    height: 26vh !important;
  }

   .wptb-slider.style2 {
    padding: 0px 0px;
    height: 26vh !important;
    margin-top: 82px;
  }
    .wptb-slider.style2 .wptb-slider--inner {
    height: 26vh !important;
    padding: 0 15px;
    z-index: 1;
    position: relative;
  }

  .banner_txt_2 {
    margin-bottom: 5px !important;
    font-size: 22px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
}
 
.banner_txt {
    margin-bottom: 5px !important;
    font-size: 22px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
}



.banner_left{padding-left: 0px; }

.al-hero-archi-link_1 {
  font-weight: 600;
  font-size: 11px;
  line-height: 2.08;
  color: rgb(255, 255, 255) !important;
  font-family: var(--tp-ff-inter);
  text-transform: uppercase;
  padding-left: 44px;
}
 .al-hero-archi-link {
    font-weight: 600 !important;
  font-size: 11px !important;
  line-height: 2.08 !important;
  color: rgb(255, 255, 255) !important;
  font-family: var(--tp-ff-inter) !important;
  text-transform: uppercase !important;
  padding-left: 44px !important;
  }
.al-hero-archi-link_1::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 1px;
  top: 6px;
  left: 0;
  background-color: #fff;
}
 .al-hero-archi-link::before {
    display: block !important;
    position: absolute !important;
    content: "" !important;
    width: 34px !important;
    height: 1px !important;
    top: 6px !important;
    left: 0 !important;
    background-color: #fff !important;
  }
.wptb-swiper-navigation.style3 .swiper-button-prevs {
  left: 0px !important;
  scale: 0.8;
}
.wptb-slider.style2 .wptb-slider--item {
  height: 26vh;
}
.wptb-swiper-navigation.style3 .swiper-button-nexts {
  right:0px !important;
  scale: 0.8;
}
.wptb-swiper-dots.style2 .swiper-paginations {
  gap: 13px;
  bottom: 4px !important;
}
.wptb-swiper-navigation.style3 {
  display: none;
}
.wptb-slider.style2 .wptb-slider--item:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.43);
    height: 100%;
    width: 100%;
    right: 0;
}
}