.BannerSec {
	position: relative;
	width: 100%;
	height: 100vh;
}
.BannerSec .ImgBx {
	width: 100%;
	height: 100%;
}
.BannerSec .ImgBx .BannerImg {
	height: 100%;
	object-fit: cover;
}
.BannerSec .ImgBx .overlay {
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90%;
	background: #1b1d21;
	background: linear-gradient(180deg, rgba(27, 29, 33, 0) 0%, #0a0b0c 100%);
}
.BannerSec .ContentBx {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: calc(var(--container_left_space) + 15px);
}
.BannerSec .ScrollDown {
	position: absolute;
	bottom: 40px;
	width: 40px;
	height: 40px;
	border: 1px solid var(--color_white);
	border-radius: 20px;
	margin-left: calc(var(--container_left_space) + 15px);
	padding: 11px;
}
.BannerSec .ScrollDown .ScrollBx {
	overflow: hidden;
}
.BannerSec .ScrollDown .ScrollBx .DownImg {
	width: 16px;
	animation: arrowFall 1.2s linear infinite;
}
@keyframes arrowFall {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	70% {
		transform: translateY(100%);
		opacity: 1;
	}
	100% {
		transform: translateY(100%);
		opacity: 0;
	}
}

/* text animation sec */
.who_we_are_section {
	position: relative;
}
.who_we_are_section .text_img_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	height: 520px;
	gap: 60px;
}
@media screen and (max-width: 1199px) {
	.who_we_are_section .text_img_wrap {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		height: unset;
	}
}
.who_we_are_section .text_img_wrap .text_wrap {
	width: 55%;
}
.who_we_are_section .text_img_wrap .text_wrap .text_lg_a{
		font-size:24px;
		line-height:34px;
	}
@media screen and (max-width: 767px) {
	.who_we_are_section .text_img_wrap .text_wrap .text_lg_a{
		font-size:20px;
		line-height:26px;
	}
}
@media screen and (max-width: 1199px) {
	.who_we_are_section .text_img_wrap .text_wrap {
		width: 100%;
	}
}
.who_we_are_section
.text_img_wrap
.text_wrap
.first_text_wrap
.line
.word
.char {
	opacity: 0.25;
}
.who_we_are_section
.text_img_wrap
.text_wrap
.second_text_wrap
.line
.word
.char {
	opacity: 0.25;
}
.who_we_are_section .text_img_wrap .images_wrap {
	position: relative;
	width: 45%;
}
@media screen and (max-width: 991px) {
	.who_we_are_section .text_img_wrap .images_wrap {
		width: 100%;
	}
}
.who_we_are_section .text_img_wrap .images_wrap img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
}
.who_we_are_section .text_img_wrap .images_wrap .second_image {
	border-radius: 20px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
}
@media screen and (max-width: 1199px) {
	.who_we_are_section .text_img_wrap .images_wrap .second_image {
		transform: translateY(0%);
	}
}

/* Cards section */
.CocreatingSec {
	position: relative;
	height: 100vh;
}
.CocreatingSec .HeadBx .Subtitle{
	color:#0b1b3d;
}
@media screen and (max-width: 1300px) {
	.CocreatingSec {
		padding: 50px 0;
		height: auto;
	}
}
@media screen and (max-width: 1199px) {
	.CocreatingSec {
		padding: 50px 0 60px;
	}
}
@media screen and (max-width: 767px) {
	.CocreatingSec {
		padding: 20px 0 60px;
	}
}
.CocreatingSec .HeadBx {
	width: 50%;
}
@media screen and (max-width: 1300px) {
	.CocreatingSec .HeadBx {
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 1199px) {
	.CocreatingSec .HeadBx {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1199px) {
	.CocreatingSec .HeadBx {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.CocreatingSec .HeadBx {
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 1300px) {
	.CocreatingSec .HeadBx .Title {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 1199px) {
	.CocreatingSec .HeadBx .Title {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 1300px) {
	.CocreatingSec .HeadBx .Title p {
		font-size: 55px;
		line-height: 60px;
	}
}
@media screen and (max-width: 767px) {
	.CocreatingSec .HeadBx .Title p {
		font-size: 35px;
		line-height: 40px;
	}
}
.CocreatingSec .CardsWrap {
	position: relative;
	padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
	.CocreatingSec .CardsWrap {
		margin-top: 20px;
	}
}
.CocreatingSec .CardsWrap .Card {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 991px) {
	.CocreatingSec .CardsWrap .Card {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}
}
.CocreatingSec .CardsWrap .Card:nth-child(1) {
	background-color: #ffd5a6;
}
.CocreatingSec .CardsWrap .Card:nth-child(2) {
	position: absolute;
	top: 60px;
	transform: translateY(90vh);
	background-color: #ffbd74;
}
@media screen and (max-width: 767px) {
	.CocreatingSec .CardsWrap .Card:nth-child(2) {
		top: 50px;
	}
}
.CocreatingSec .CardsWrap .Card:nth-child(3) {
	position: absolute;
	top: 120px;
	transform: translateY(90vh);
	background-color: var(--color_yellow);
}
@media screen and (max-width: 767px) {
	.CocreatingSec .CardsWrap .Card:nth-child(3) {
		top: 100px;
	}
}
.CocreatingSec .CardsWrap .Card .ContentBx {
	width: 55%;
	color:#0b1b3d;
}
@media screen and (max-width: 1280px) {
	.CocreatingSec .CardsWrap .Card .ContentBx {
		width: 60%;
	}
}
@media screen and (max-width: 1199px) {
	.CocreatingSec .CardsWrap .Card .ContentBx {
		width: 55%;
	}
}
@media screen and (max-width: 991px) {
	.CocreatingSec .CardsWrap .Card .ContentBx {
		width: 100%;
	}
}
.CocreatingSec .CardsWrap .Card .ImgBx {
	width: 40%;
}
@media screen and (max-width: 1280px) {
	.CocreatingSec .CardsWrap .Card .ImgBx {
		width: 28%;
	}
}
@media screen and (max-width: 1199px) {
	.CocreatingSec .CardsWrap .Card .ImgBx {
		width: 40%;
	}
}
@media screen and (max-width: 991px) {
	.CocreatingSec .CardsWrap .Card .ImgBx {
		width: 100%;
	}
}

.led_by .led_by_wrap {
	position: relative;
}
@media screen and (max-width: 991px) {
	.led_by .led_by_wrap {
		width: 100%;
		background: linear-gradient(38deg, #0b1b3d 65.41%, #2656bc 164.92%);
	}
}
.led_by .led_by_wrap .mobile_title_sub_wrap {
	display: none;
}
@media screen and (max-width: 991px) {
	.led_by .led_by_wrap .mobile_title_sub_wrap {
		display: block;
		padding: 60px 35px 0px 35px;
	}
}
@media screen and (max-width: 767px) {
	.led_by .led_by_wrap .mobile_title_sub_wrap {
		padding: 60px 15px 0px 15px;
	}
}
.led_by .led_by_wrap .blue_box_wrap {
	position: relative;
	width: 75%;
	background: linear-gradient(38deg, #0b1b3d 65.41%, #2656bc 164.92%);
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 100px;
	padding-left: calc(var(--container_left_space) + 15px);
	border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 1200px) {
	.led_by .led_by_wrap .blue_box_wrap {
		width: 70%;
		padding: 60px 65px 60px 40px;
	}
}
@media screen and (max-width: 991px) {
	.led_by .led_by_wrap .blue_box_wrap {
		background: unset;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.led_by .led_by_wrap .blue_box_wrap {
		padding: 20px 15px 20px 15px;
	}
}
@media screen and (max-width: 991px) {
	.led_by .led_by_wrap .blue_box_wrap .title_sub_wrap {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.led_by .led_by_wrap .blue_box_wrap .description_wrap {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
}
.led_by .led_by_wrap .blue_box_wrap .partner_details_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.led_by .led_by_wrap .blue_box_wrap .partner_details_wrap .details_wrap {
	display: flex;
	align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.led_by .led_by_wrap .blue_box_wrap .partner_details_wrap .details_wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}
.led_by .led_by_wrap .blue_box_wrap .partner_details_wrap .arrows_wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}
.led_by .led_by_wrap .blue_box_wrap .partner_details_wrap .arrows_wrap .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #f3f3f3;
	box-shadow: 0 0 0 1px #fff inset;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.led_by
.led_by_wrap
.blue_box_wrap
.partner_details_wrap
.arrows_wrap
.arrow.swiper-button-disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
}
.led_by
.led_by_wrap
.blue_box_wrap
.partner_details_wrap
.arrows_wrap
.left_arrow {
	transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
	.led_by .led_by_wrap .blue_box_wrap .partner_details_wrap .arrows_wrap {
		display: none;
	}
}
.led_by .led_by_wrap .blue_box_wrap .img_hidden_wrap {
	border-radius: 20px;
	display: none;
}
.led_by .led_by_wrap .blue_box_wrap .img_hidden_wrap img {
	border-radius: 20px;
}
@media screen and (max-width: 991px) {
	.led_by .led_by_wrap .blue_box_wrap .img_hidden_wrap {
		display: block;
	}
}
.led_by .led_by_wrap .blue_box_wrap .absolute_arrows {
	position: absolute;
	bottom: 5%;
	right: 15%;
	display: flex;
	align-items: center;
	gap: 20px;
}
.led_by .led_by_wrap .blue_box_wrap .absolute_arrows .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #f3f3f3;
	box-shadow: 0 0 0 1px #fff inset;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.led_by
.led_by_wrap
.blue_box_wrap
.absolute_arrows
.arrow.swiper-button-disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
}
.led_by .led_by_wrap .blue_box_wrap .absolute_arrows .left_arrow {
	transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
	.led_by .led_by_wrap .blue_box_wrap .absolute_arrows {
		display: none;
	}
}
.led_by .led_by_wrap .image_wrap {
	border-radius: 20px;
	width: calc((25%) + (50px));
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.led_by .led_by_wrap .image_wrap img {
	border-radius: 20px;
}
@media screen and (max-width: 991px) {
	.led_by .led_by_wrap .image_wrap img {
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.led_by .led_by_wrap .image_wrap {
		width: calc((30%) + (50px));
	}
}
@media screen and (max-width: 991px) {
	.led_by .led_by_wrap .image_wrap {
		position: relative;
		transform: translateY(0%);
		width: calc((50%) + (50px));
	}
}
@media screen and (max-width: 767px) {
	.led_by .led_by_wrap .image_wrap {
		width: calc((80%) + (50px));
	}
}

.turning_swiper .title {
	width: 60%;
}
@media screen and (max-width: 1200px) {
	.turning_swiper .title {
		width: 100%;
	}
}
.turning_swiper .text_button_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.turning_swiper .text_button_wrap .texts_wrap {
	width: 48%;
}
@media screen and (max-width: 1200px) {
	.turning_swiper .text_button_wrap .texts_wrap {
		width: 60%;
	}
}
@media screen and (max-width: 767px) {
	.turning_swiper .text_button_wrap .texts_wrap {
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.turning_swiper .text_button_wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}
.turning_swiper .cards_wrap {
	padding: 0 10px;
}
@media screen and (max-width: 767px) {
	.turning_swiper .cards_wrap {
		margin-right: -15px;
	}
}
.turning_swiper .cards_wrap .card .img_wrap {
	margin-bottom: 15px;
	border-radius: 20px;
}
.turning_swiper .cards_wrap .card .img_wrap img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
}

/* who we are creating new card */

.new_creating_cards{
	display:flex;
	gap:20px;
}

.new_creating_cards .card{
	height:350px;
	padding:20px;
	border-radius:20px;
	background:#FDAA4F;
	display:flex;
	align-items:center;
	gap:40px;
	flex:1;
	transition:all 0.5s linear;
	position:relative;
	overflow:hidden;
}

.plus_icon{
	position:absolute;
	bottom:20px;
	left:20px;
}

.new_creating_cards .card .left{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:start;
	justify-content:space-between;
}

.new_creating_cards .card .left .description{
	width:300px;
	opacity:0;
	/* 	transition:all 0.5s ease-out;
	transition-delay:0.7s; */
	transition: all 0.5s ease;
	position:absolute;
	left:20px;
	top:30%;
}




.new_creating_cards .card .right{
	width:50%;
	height:100%;
}

.new_creating_cards .card .right img{
	position:absolute;
	right:-100%;
	top:0%;
	display:none;
	border-radius:20px;

}

.new_creating_cards .card .right{
	position:relative;
	/* 	display:none;
	opacity:0.5;
	margin-right:-100% */
}

.new_creating_cards .card.active{
	flex:2.5;
}

.new_creating_cards .card.active .left .description{
	opacity:1;

}

.new_creating_cards .card.active .left .plus_icon .minus{
	opacity:0;
}

.new_creating_cards .card.active .right{
	opacity:1;
	margin-right:0%
}

.new_creating_cards .card.active .right img{
	right:0;
	display:block;
	opacity:1
}

@media(min-width:1025px){
	.new_creating_cards .card.active .right img{
		height:100%;
	}
}

@media(max-width:1024px){
	.new_creating_cards .card .left .description{
		width:200px;
		top:25%;
	}

	.new_creating_cards .card.active .right img{
		top:5%;
	}

	.new_creating_cards{
		flex-direction:column;
		padding-top:50px;
	}

	.new_creating_cards .card.active .left .description{
		position:relative;
	}

	.plus_icon{
		top:35px;
		right:20px;
		left:unset;
	}

	.new_creating_cards .card .left .description{
		left:unset;
	}

	.new_creating_cards .card .right img{
		position:relative;
		height:100%;
		top:unset;
	}

	.new_creating_cards .card .left .description{
		width:80%;
	}
	
	.new_creating_cards .card.active .right img{
		right:40px;
	}
}

@media(max-width:991px){
	/* 	.new_creating_cards{
	flex-direction:column;
	padding-top:50px;
}

	.new_creating_cards .card.active .left .description{
	position:relative;
}

	.plus_icon{
	top:35px;
	right:20px;
	left:unset;
}

	.new_creating_cards .card .left .description{
	left:unset;
}

	.new_creating_cards .card .right img{
	position:relative;
	height:220px;
	top:unset;
}

	.new_creating_cards .card .left .description{
	width:80%;
} */
}


@media(max-width:767px){
	.new_creating_cards .card .left .description{
		top:0%;
	}
	
	.new_creating_cards .card.active{
		flex-direction:column;
	}

	.new_creating_cards .card .left .description{
		width:100%;
	}

	.new_creating_cards .card.active .right{
		width:100%;
	}

	.new_creating_cards .card.active .right img{
		object-fit:cover;
		width:100%;
	}

	.new_creating_cards .card{
		gap:unset;
		height:unset;
	}
	
	.new_creating_cards .card.active .right img{
		right:unset;
	}
}