  /* Wrapper for full sticky section */
  .scroll-wrapper {
  	height: 160vh;
  	position: relative;
  	transition: 0.6s;
  }

  /* Sticky Section */
  .h-block {
  	display: flex;
  	gap: 50px;
  	padding: 0 10%;
  	position: sticky;
  	top: 0;
  	height: 100vh;
  	align-items: center;
  }

  .h-block::after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: -50px;
  	background-image: url(../images/Union.svg);
  	background-repeat: no-repeat;
  	width: 100%;
  	height: 400px;
  }

  /* Left options */

  .options ul {
  	list-style: none;
  	padding: 0;
  	margin: 0;
  	display: flex;
  	flex-direction: column;
  	gap: 50px;
  }

  .options li {
  	font-weight: 600;
  	cursor: pointer;
  	transition: all 0.3s ease;
  }

  .options li.active {
  	color: #fff;
  }

  .options li.active p {
  	display: block;
  	transition: 0.2s ease-in-out;
  }

  .options li.active .white-arrow-listing {
  	align-items: start;
  	transition: 1s;
  	height: 68px;
  	overflow: hidden;
  }



  /* Right descriptions */
  .descriptions {
  	width: 100%;
  	position: relative;
  	display: flex;
  }

  .desc-box h2 {
  	margin-top: 0;
  	font-size: 1.5rem;
  	color: #2563eb;
  }

  .our-fintech-content p {
  	display: none;
  	transition: 1s ease-in-out;
  }

  .our-fintech-content {
  	transition: 1s ease-in-out;
  }

  .desc-box {
  	opacity: 0;
  	transition: 0.8;
  }

  .des-box.active img {
  	opacity: 1;
  	transform: scale(1.1);
  	z-index: 2;
  }

  .desc-box.active {
  	opacity: 1;
  	position: relative;
  }

  @keyframes rotateOrbit {
  	0% {
  		transform: scaleY(0deg);
  	}

  	100% {
  		transform: scaleY(360deg);
  	}
  }

  .our-images1 {
  	position: relative;
  	width: 100%;
  	height: 500px;
  }

  .our-images1 img {
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	width: 66%;
  	transform: translate(-50%, -50%);
  	transition: 0.5s ease-in-out linear;
  }

  .ali-center {
  	align-items: center;
  }

  .circle-white {
  	position: relative;
  	width: 36px;
  	height: 36px;
  	border-radius: 50%;
  	background-color: #ffffff4b;
  	margin-right: 15px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  }

  .circle-white::after {
  	width: 36px;
  	height: 36px;
  	border-radius: 50%;
  	content: "";
  	position: absolute;
  	border: 1px solid #ffffff;
  	opacity: 0;
  	transition: opacity 0.5s ease-in-out;
  }

  .circle-white::before {
  	content: "";
  	width: 12px;
  	height: 12px;
  	border-radius: 50%;
  	background-color: #ffffff;
  	position: absolute;
  	padding: 5px;
  	opacity: 0;
  	transition: opacity 0.5s ease-in-out;
  }

  .circle-white.active::after,
  .circle-white.active::before {
  	opacity: 1;
  	transition: opacity 0.7s ease-in-out;
  }

  .wrapper {
  	max-width: 700px;
  	height: 500px;
  	display: flex;
  	gap: 40px;
  	justify-content: center;
  	align-items: center;
  	margin: auto;
  }

  .animate {
  	color: #0828B9;
  	font-size: 32px;
  	font-weight: 700;
  	line-height: 130%;
  	text-align: center;
  }


  /* Slider */
  .responsive {
  	width: 100%;
  	margin: auto;
  	overflow: hidden;
  }

  .responsive img {
  	width: 100%;
  	height: 350px;
  	object-fit: cover;
  	border-radius: 10px;
  	border-radius: 10px;
  	margin: 0 5px;
  }

  .last-look-slider {
  	background-color: #ffffff;
  	padding: 60px 0 100px 0;
  	position: relative;
  }

  .silk-slider {
  	display: flex;
  	transition: transform 0.5s ease-in-out;
  }

  .slide {
  	min-width: 100%;
  	box-sizing: border-box;
  }

  .joy-overlay-text {
  	position: absolute;
  	width: 330px;
  	height: 100%;
  	left: 0px;
  	top: 0;
  	padding-top: 120px;
  	background: linear-gradient(269.71deg, rgba(0, 0, 0, 0) -4.07%, #000000 99.85%);
  	z-index: 9;
  	padding-left: 50px;
  }

  /* Slider */


	/* Loader */
	#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #ffffff;  
	display: flex;
	justify-content: center;
	align-items: center;
	}
 
	.loader {
	border: 6px solid #f3f3f3;
	border-top: 6px solid #0828B9; 
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	}

	/* Spinner animation */
	@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}

 /* Loader */
  @media(max-width: 1199px) {}

  @media(max-width: 1024px) {
  	.descriptions {
  		width: 100%;
  	}

  	.our-images1 img {
  		width: 262px;
  		margin: auto;
  	}
  }

  @media(max-width: 991px) {
  	.wrapper {
  		max-width: 600px;
  	}
  }

  @media(max-width: 480px) {
  	
  }

  @media(max-width: 575px) {
  	.animate {
  		font-size: 28px;
  		padding: 0 42px;
  	}

  	.wrapper {
  		height: 560px;
  		margin-top: 115px;
  	}
	.last-look-slider {
    padding: 50px 0 50px 0;
	}
  }

  @media(max-width: 375px) {
  	.animate {
  		font-size: 23px;
  		padding: 0 20px;
  	}

  	.last-look-slider {
  		padding: 40px 0 40px 0;
  	}
  }