.elementor-1305 .elementor-element.elementor-element-9653354{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5cf21bf */@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');
body {
	font-family: 'Barlow', sans-serif;
	background: #e9ebef;
}

 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

.bdt-timeline-container {
	display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
	overflow: hidden;
	margin-top: 50px;
}

.upk-salf-slider-wrapper {
	display: flex;
	flex-direction: row;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	height: 400px;
	padding: 30px;
	position: relative;

.upk-salf-item {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	&.swiper-slide-active {
		.upk-salf-content-wrap {
		}
		.upk-salf-title,
		.upk-salf-desc,
		.upk-salf-button   {
			opacity: 1;
		}
	}
	.upk-salf-image-wrap {
		height: 100%;
		width: 100%;
	}
	.upk-xanc-img {
		display: block;
		width: 100%;
		height: 800px;
		object-fit: cover;
	}
	.upk-salf-content-wrap {
		position: absolute;
		left: 0;
		bottom: 0;
		top: unset;
		max-width: 460px;
		overflow: hidden;
		background: #ffffff8a;
		backdrop-filter: blur(15px);
		transition: backdrop-filter 0.9s;
		padding: 20px;
		padding-left: 20px;
	}
	.upk-salf-title {
		font-size: 23px;
		font-weight: 700;
		line-height: 1.2;
		color: #2B2D42;
		text-transform: capitalize;
		margin-bottom: 20px;
		opacity: 0;
	}
	.upk-salf-desc {
		color: #656565;
		font-size: 14px;
		line-height: 1.6;
		text-transform: capitalize;
		margin-bottom: 20px;
		opacity: 0;
	}
	.upk-salf-button {
		opacity: 0;
		.link {
			color: #2b2d42;
			cursor: pointer;
			font-weight: 500;
			text-decoration: none;
			text-transform: capitalize;
			font-size: 14px;
			transition: all .3s ease;
			&:hover {
				color: #ff215a;
			}
		}
		.link--arrowed {
			display: inline-block;
			.arrow-icon {
				position: relative;
				top: 0;
				-webkit-transition: -webkit-transform 0.3s ease;
				transition: -webkit-transform 0.3s ease;
				transition: transform 0.3s ease;
				transition: transform 0.3s ease, -webkit-transform 0.3s ease;
				vertical-align: middle;
			}
			.arrow-icon--circle {
				transition: stroke-dashoffset .3s ease;
				stroke-dasharray: 95;
				stroke-dashoffset: 95;
			}
			g {
				stroke: currentColor;
				color: #2b2d42;
			}
			&:hover {
				.arrow-icon {
					transform: translate3d(5px, 0, 0);
				}
				.arrow-icon--circle {
					stroke-dashoffset: 0;
				}
				g {
					color: #ff215a;
				}
			}
		}
	}
}

// scroll css start
.upk-page-scroll {
	position: absolute;
    bottom: 8%;
    right: 5%;
    transform: rotate(90deg);
    z-index: 1;
	display: none;
	.arrow-up {
		height: 70px;
		width: 70px;
		display: block;
		background: #ffffffc9;
		backdrop-filter: blur(18px);
		position: relative;
		cursor: pointer;
		transition: all .5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
		transform: rotate(-90deg);
		overflow: hidden;
	}
	.arrow-slide {
		left: 0;
		top: -100%;
		width: 100%;
		height: 100%;
		background: #ff215a;
		position: absolute;
		display: block;
		z-index: 0;
	}
	.long-arrow-left{
		display: block;
		margin: 30px auto;
		width: 16px;
		height: 16px;
		border-top: 2px solid #2b2d42;
		border-left: 2px solid #2b2d42;
	}
	.long-arrow-left{
	transform: rotate(-135deg);
	}
	.long-arrow-left::after{
			content: "";
		display: block;
		width: 2px;
		height: 25px;
		background-color: #2b2d42;
		transform: rotate(
	-45deg
	) translate(8px, 3px);
		left: 0;
		top: 0;
	}
	.arrow-up:hover {
		transition: all .1s;
		.left-arm:after {
		transform: rotate(-10deg);
		}
		.right-arm:after {
		transform: rotate(10deg);
		}
		.arrow-slide {
		transition: all .5s ease-in-out;
		transform: translateY(200%);
		}
	}
}
// scroll css end

.upk-salf-nav-pag-wrap {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
}
.upk-salf-navigation {
	margin-top: 40px;
	margin-right: 2px;
	.link--arrowed {
		display: inline-block;
		.arrow-icon {
			position: relative;
			top: 0;
			-webkit-transition: -webkit-transform 0.3s ease;
			transition: -webkit-transform 0.3s ease;
			transition: transform 0.3s ease;
			transition: transform 0.3s ease, -webkit-transform 0.3s ease;
			vertical-align: middle;
		}
		.arrow-icon--circle {
			transition: stroke-dashoffset .3s ease;
			stroke-dasharray: 95;
			stroke-dashoffset: 95;
		}
		g {
			stroke: currentColor;
			color: #2b2d42;
		}
		&:hover {
			.arrow-icon {
				transform: translate3d(5px, 0, 0);
			}
			.arrow-icon--circle {
				stroke-dashoffset: 0;
			}
			g {
				color: #ff215a;
			}
		}

	}
	.upk-button-next {
		margin-top: 15px;
		transform: rotate(90deg);
	}
	.upk-button-prev {
		transform: rotate(-90deg);
	}
}
// swiper pagination css start
.upk-salf-pagi-wrap {
	position: absolute;
	top: 43%;
    right: 0;
    margin-right: 22px;
// VARIABLES
// =================================================
$black: #2b2d42;
$white: #fff;
$color-bullets: $black;
// MIXIN - PREFIX
// =================================================
@mixin prefix($property, $value, $prefixes: webkit moz ms o) {
	@each $prefix in $prefixes {
		#{'-' + $prefix + '-' + $property}: $value;
	}
	#{$property}: $value;
}

// MIXIN - ANIMATION AND KEYFRAMES
// =================================================
@mixin keyframes($animationName) {
	@-webkit-keyframes #{$animationName} {
		@content;
	}
	@-moz-keyframes #{$animationName} {
		@content;
	}
	@-o-keyframes #{$animationName} {
		@content;
	}
	@keyframes #{$animationName} {
		@content;
	}
}

@mixin animation($animate...) {
	$max: length($animate);
	$animations: '';
	@for $i from 1 through $max {
		$animations: #{$animations + nth($animate, $i)};
		@if $i < $max {
			$animations: #{$animations + ", "};
		}
	}
	-webkit-animation: $animations;
	-moz-animation: $animations;
	-ms-animation: $animations;
	animation: $animations;
}
// KEYFRAMES
// =================================================
@include keyframes(progress) {
	0% {
		stroke-dashoffset: 75;
		opacity: 1;
	}
	95% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		opacity: 0;
		stroke-dashoffset: 0;
	}
}

// SWIPER
.swiper-pagination-bullet{
	background-color: transparent;
	opacity: 0.8;
	// bullet svg animation
	&--svg-animation {
		width: 20px;
		height: 20px;
		margin: 6px -7px;
		display: inline-block;
		svg {
		@include prefix(transform, rotate(-90deg));
		}
		.svg__circle-inner {
		stroke: $color-bullets;
		fill: transparent;
		@include prefix(transition, all 0.3s ease);
		}
	}
	&-active {  
		.svg__circle {
		stroke: #ff215a;
		stroke-dasharray: 75;
		stroke-dashoffset: 0;
		@include animation(progress 4s ease-in-out 1 forwards);
		}
		.svg__circle-inner {
		    fill: $color-bullets;
			stroke:#ff215a;
		}
	}
	// &.swiper-pagination-bullet-active{
	// 	&--svg-animation {
	// 		.svg__circle-inner {
	// 	    	stroke: #f00;
	// 		}
	// 	}
	// 	&-active {  
	// 		.svg__circle {
	// 		stroke: #f00;
	// 		}
	// 		.svg__circle-inner {
	// 			fill: #f00;
	// 		}
	// 	}
	// }
	}
  }
}
// swiper pagination css start
@media  (min-width:768px)  {
	.upk-salf-slider-wrapper {
		height: 550px;
		padding: 60px;
		.upk-page-scroll {
			bottom: 4%;
			display: inherit;
		}
		.upk-salf-item {
			.upk-salf-title {
				font-size: 40px;
			}
			.upk-salf-content-wrap {
				max-width: 400px;
				padding: 40px;
				padding-left: 0;
				top: 50%;
				transform: translateY(-50%);
				bottom: unset;
			}
			.upk-salf-image-wrap {
				width: 80%;
			}
		}
		.upk-salf-navigation {
			margin-top: 60px;
			margin-right: 20px;
		}
		//  .upk-salf-nav-pag-wrap {
		// 	// right: 30px;
        // }
		.upk-salf-pagi-wrap {
			margin-right: 47px;
			.swiper-pagination-bullet--svg-animation {
				margin: 6px 0;
			}
		} 
	}
}
@media (min-width: 1024px) { 
	.upk-salf-slider-wrapper {
		height: 650px;
		padding: 70px;
		.upk-page-scroll {
			bottom: 9%;
		}
		.upk-salf-item {
			.upk-salf-title {
				font-size: 50px;
			}
			.upk-salf-content-wrap {
				max-width: 460px;
				padding: 50px;
				padding-left: 0;
			}
			.upk-salf-desc {
				font-size: 16px;
			}
			.upk-salf-button {
				.link {
					font-size: 16px;
				}
			}
			.upk-salf-image-wrap {
				width: 70%;
			}
		}
		.upk-salf-navigation {
			margin-top: 85px;
			margin-right: 30px;
		}
		.upk-salf-pagi-wrap {
			margin-right: 53px;
			.swiper-pagination-bullet--svg-animation {
				margin: 6px -5px;
			}
		}
    }
}

@media (min-width: 1440px) { 
	.upk-salf-slider-wrapper {
		height: 700px;
		padding: 80px;

	.upk-salf-item {
		.upk-salf-title {
			font-size: 55px;
		}
	}
   }
}

// demo perposes css
.button {
    background: #f00;
    padding: 18px 20px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}/* End custom CSS */