.top-section{
	height: 52vw;
	width: 100%;
	background: #3947D9;
	position: relative;
}
.top-section .img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.top-section .info{
	width: 48vw;
	padding-left: 5.4vw;
	padding-top: 4vw;
	z-index: 5;
    position: relative;
}
.top-section .info h1{
	font-family: "lexend-extraBold"; 
	color: #fff;
	font-size: 6.25vw;
	margin: 0;
	font-weight: 400;
	line-height: 1.1;
}
.top-section .info h1 span{
	color: #E776FF;
}
.top-section .info p{
	width: 80%;
	font-size: 1.8vw;
	color: #fff;
	margin: 0;
	margin-top: 3vw;
}
.top-section .info a{
	margin-top: 4vw;
}
.engage{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80vw;
	margin: 0 auto;
}
.engage .img{
	width: 48%;
}
.engage .info{
	width: 48%;
}
.engage .info p{
	font-size: 1.8vw;
	margin: 0;
	font-weight: 600;
	width: 90%;
	line-height: 1.57;
}
.engage .info p span{
	color: #E776FF;
}
.engage .info h2{
	font-family: "lexend-bold";
	font-size: 3vw;
	margin: 0;
	margin-top: .5vw;
	margin-bottom: 3vw;
}
.solutions{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 4.2vw 5.3vw;
	background: #000;
}
.solutions  .img{
	width: 103%;
	position: absolute;
	top: 0;
	left: -.5vw;
	z-index: 1;
}
.solutions h2{
	font-size: 5.2vw;
	line-height: 1;
	color: #fff;
	margin: 0;
	margin-bottom: 3vw;
	font-family: "lexend-bold";
}
.solutions h3{
	font-size: 4.2vw;
	line-height: 1;
	color: #fff;
	margin: 0;
	margin-top: 2vw;
	margin-bottom: 3vw;
	font-family: "lexend-bold";
}
.solutions p{
	font-size: 3.4vw;
	line-height: 1;
	color: #fff;
	margin: 0;
	margin-top: -.5vw;
	font-family: "lexend-extralight"; 
	font-weight: 800;
}
.solution{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 5.7vw;
	position: relative;
    z-index: 3;
}
.solution:nth-child(2n-1){
	flex-direction: row-reverse;
	text-align: right;
}

.solution>img{
	width: 36vw;
}
.solution .info{
	margin-left: 8.2vw;
	width: 36vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.solution:nth-child(2n-1) .info{
	align-items: flex-end;
	margin-left: 0;
	margin-right: 8.2vw;
}
.solution .info a{
	color: #fff;
	font-size: 1.8vw;
	width: 13.8vw;
	height: 8vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	transition: .3s;
	font-family: "lexend-medium"; 
	outline: none;
}
.solution .info a:hover{
	font-size: 2.1vw;
}
.descovery-secton{
	display: flex;
	justify-content: space-between;
	margin-top: 7vw;
}
.descovery-secton .img{
	width: 49%;
}
.descovery-secton .info{
	width: 44%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
}
.descovery-secton .info h2{
	font-size: 4.7vw;
	margin: 0;
	line-height: 1;
	font-family: "lexend-bold";
}
.descovery-secton .info h3{
	font-size: 3.4vw;
	margin: 0;
	margin-bottom: 1vw;
	color: #3947D9;
	font-family: "lexend-extralight";
}
.descovery-secton .info p{
	font-size: 1.8vw;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 9vw;
}
.descovery-secton .info a{
	font-family: "lexend-bold";
}
.content-and-intelligent{
	margin-top: 5vw;
}
.content-and-intelligent h3{
	font-size: 2.6vw;
	line-height: 1.4;
	width: 52vw;
	margin: 0;
	font-family: "lexend-medium"; 
}
.content-and-intelligent-items{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 6vw;
}
.content-and-intelligent-item{
	width: 25%;
	margin-bottom: 7vw;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.content-and-intelligent-item img{
	width: 4.7vw;
}
.content-and-intelligent-item p{
	font-size: 1.8vw;
	margin: 0;
	margin-top: 1vw;
	font-weight: 800;
}
.delivery-resoult{
	margin-top: 4.3vw;
}
.delivery-resoult h2{
	font-size: 4.2vw;
	margin: 0;
	font-family: "lexend-bold"; 
	color: #3947D9;
}
.delivery-resoult-blocks{
	box-shadow: 0px 3px 20px -17px;
	display: flex;
	border: 1px solid #3947D9;
	margin-top: 2.6vw;
}
.delivery-resoult-block{
	width: 25%;
	border-right: 1px solid #3947D9;
}
.delivery-resoult-block:last-child{
	border-right: none;
}
.delivery-resoult-block img{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.delivery-resoult-block h3{
	font-size: 4.2vw;
	margin: 0;
	font-family: "lexend-medium"; 
	color: #3947D9;
	margin-top: 1vw;
	margin-left: 1vw;
}
.delivery-resoult-block p{
	margin: 0;
	padding: 1vw;
	font-size: 1.1vw;
	line-height: 1.4;
	font-family: "lexend-medium"; 
	color: #3947D9;
}
.delivery-resoult-block .info{
	height: 8.73vw;
	padding: 1vw;
	font-size: 1.1vw;
	font-family: "lexend-medium"; 
	color: #3947D9;
	line-height: 2;
	border-bottom: 1px solid #3947D9;
}
.delivery-resoult-block  .download{
	background: #3947D9;
	padding-bottom: 2vw;
}
.delivery-resoult-block  .download p{
	color: #fff;
	font-size: 2.4vw;
	text-align: center;
	margin: 0;
}
.delivery-resoult-block  .download a{
	width: 80%;
	margin-left: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5.4vw;
	border: 1px solid #fff;
	color: #fff;
	font-family: "lexend-bold"; 
}
.delivery-resoult-block  .download a:hover{
	color: #3947D9;
}	
.delivery-resoult-block  .download a:before{
	background: #fff;
}
.our-clients{
	margin-top: 3.8vw;

}
.our-clients h2{
	font-size: 4.2vw;
	margin: 0;
	font-family: "lexend-bold"; 
	text-align: center;
}
.our-clients-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 3vw;
}
.our-clients-cont img{
	width: 10.4vw;
	margin: 2vw 5vw;
}
.cafe{
	display: flex;
	justify-content: space-between;
	margin-top: 4.2vw;
}
.cafe .info{
	width: 53vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.cafe .info>span{
	font-size: 1.3vw;
	margin: 0;
	
}
.cafe .info h2{
	font-size: 4.7vw;
	font-family: "lexend-bold"; 
	line-height: 1.3;
	margin: 0;
	margin-bottom: 6vw;
}
.cafe .info p{
	font-size: 1.8vw;
	margin: 0;
	line-height: 2.5vw;
	margin-bottom: 3vw;
	
}
.cafe .info p span{
	color: #E776FF;
}
.cafe .img{
	width: 29vw;
}
.marketing{
	display: flex;
	justify-content: space-between;
	padding: 3.5vw 5.2vw;
	position: relative;
	margin-top: 5.9vw;
}
.marketing:before{
	width: 100%;
	height: calc(100% - 7vw);
	position: absolute;
	content: '';
	background: #3947D9;
	z-index: -1;
	left: 0;
	top: 0;
}
.marketing .img{
	width: 36.5vw;
}

.marketing .info{
	width: 48.5vw;
	color: #fff;
}
.marketing .info>span{
	font-size: 1.3vw;
	margin: 0;
}
.marketing .info h2{
	font-size: 4.7vw;
	margin: 0;
	font-family: "lexend-bold"; 
}
.marketing .info p{
	font-size: 1.8vw;
	line-height: 1.7;
	margin: 0;
	margin-top: 5vw;
}
.marketing .info a{
	margin-top: 7vw;
	border-color: #3947D9;
}
@media (max-width: 767px) {
	.top-section .info{
		width: 100%;
		position: absolute;
		left: 0;
		top: 45vh;
		padding: 7vw;
		background: inherit;
	}
	.top-section .info h1{
		font-size: 11vw;
		width: 80%;
	}
	.top-section .info p{
		font-size: 4vw;
		margin-top: 8vw;
		width: 80%;
	}
	.top-section{
		height: 100vh;
	}
	.top-section .info a{
		margin-top: 8vw;
	}
	.main-invert-btn{
		padding: 4vw 5vw;
		font-size: 3.5vw;
	}
	.top-section .img{
		width: 185%;
		height: 45vh;
		object-fit: cover;
		right: 0;
		left: unset;
	}
	.engage{
		width: 90vw;
		flex-direction: column;
		margin-bottom: 8vw;
	}
	.engage .img{
		width: 85%;
	}
	.engage .info{
		width: 100%;
		margin-top: 5vw;
	}
	.engage .info p{
		font-size: 3.5vw;
	}
	.engage .info h2{
		font-size: 6vw;
		margin-top: 3vw;
		margin-bottom: 6vw;
	}
	.solutions{
		padding: 8vw 6vw;
	}
	.solutions h2{
		font-size: 8vw;
		margin: 5vw 0;
	}
	.solutions p{
		font-size: 5vw;
	}
	.solution{
		align-items: center;
		margin-top: 12vw;
	}
	.solution,
	.solution:nth-child(2n-1){
		flex-direction: column;
		text-align: left;
	}
	.solution:nth-child(2n-1) .info{
		align-items: flex-start;
		margin-right: 0;
	}
	.solution .info{
		margin-left: 0;
		margin-top: 5vw;
		width: 80%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.solution>img{
		width: 80%;
	}
	.solution p{
		font-size: 10vw;
		width: 15%;
	}
	.solutions h3{
		font-size: 8vw;
		line-height: 1.2;
		margin: 0;
		text-align: right;
		width: 85%;
		margin-bottom: 4vw;
	}
	.solution .info a{
		font-size: 3.5vw;
		width: 35vw;
		height: 12vw;
	}
	.descovery-secton{
		flex-direction: column-reverse;
		align-items: center;
	}
	.descovery-secton .img{
		width: 80%;
	}
	.descovery-secton .info{
		width: 100%;
		margin-top: 10vw;
	}
	.descovery-secton .info h2{
		width: 90%;
		font-size: 8vw;
	}
	.descovery-secton .info h3{
		font-size: 5vw;
		margin-top: 3vw;
		margin-bottom: 2vw;
	}
	.descovery-secton .info p{
		font-size: 3.5vw;
		margin-bottom: 5vw;
	}
	.content-and-intelligent{
		margin-top: 8vw;
	}
	.content-and-intelligent h3{
		font-size: 5vw;
		width: 100%;
	}
	.content-and-intelligent-items{
		margin-top: 10vw;
	}
	.content-and-intelligent-item {
		width: 50%;
		margin-bottom: 10vw;
	}
	.content-and-intelligent-item img{
		width: 40%;
	}
	.content-and-intelligent-item p{
		font-size: 3.5vw;
		margin-top: 3vw;
	}
	.delivery-resoult{
		margin-top: 6vw;
	}
	.delivery-resoult h2,
	.our-clients h2{
		font-size: 8vw;
	}
	.delivery-resoult-blocks{
		margin-top: 7vw;
		flex-wrap: wrap;
		border: none;
	}
	.delivery-resoult-block{
		width: 100%;
		border: 1px solid #3947D9;
		border-bottom: none;
	}
	.delivery-resoult-block:last-child{
		border: 1px solid #3947D9;
	}
	.delivery-resoult-block img{
		width: 80%;
	}
	.delivery-resoult-block h3{
		font-size: 8vw;
		margin-top: 3vw;
		margin-left: 3vw;
	}
	.delivery-resoult-block p,
	.delivery-resoult-block .info,
	.delivery-resoult-block .download p{
		font-size: 3.5vw;
		padding: 3vw;
	}
	.delivery-resoult-block .info{
		height: unset;
	}
	.our-clients-cont img{
		width: 30vw;
		margin: 4vw;
	}
	.cafe{
		flex-direction: column;
		align-items: center;
	}
	.cafe .img{
		width: 75%;
	}
	.cafe .info{
		width: 100%;
		margin-top: 7vw;
	}
	.cafe .info>span,
	.cafe .info p{
		font-size: 3.5vw;
	}
	.cafe .info p{
		font-size: 4vw;
		line-height: 1.5;
		margin-bottom: 5vw;
	}
	.cafe .info h2{
		font-size: 8vw;
		margin-bottom: 3vw;
	}
	.marketing{
		margin-top: 8vw;
		flex-direction: column-reverse;
		align-items: center;
	}
	.marketing:before{
		top: 10vw;
		height: calc(100% - 20vw);
	}
	.marketing .img{
		width: 60%;
	}
	.marketing .info{
		width: 100%;
		margin-top: 5vw;
	}
	.marketing .info>span{
		font-size: 3.5vw;
	}
	.marketing .info h2{
		font-size: 8vw;
		margin-top: 2vw;
	}
	.marketing .info p{
		font-size: 4vw;
	}
	
}