﻿@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body.newHome {
	font-family: "Open Sans", sans-serif;
}

body.newHome .header.style-2 {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
}

body.newHome .header.style-2 .header-inner-wrap,
body.newHome .header.header-sticky .header-inner-wrap {
	padding: 0;
}

body.newHome .header .header-inner-wrap {
	gap: 20rem;
}

body.newHome .main-menu {
	padding: 20px 68px;
	background: #e8f1ff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.main-menu .navigation li::before,
.main-menu .navigation li:hover::before,
.main-menu .navigation li.current-menu::before,
.main-menu .navigation li.current-menu-item::before,
.navigation > li:hover > a::before {
	opacity: 0;
	display: none;
}

body.newHome .header.style-2 .navigation > li.current-menu > a {
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 145%;
	color: var(--C4);
	opacity: 0.5;
}

body.newHome .header-sticky .navigation > li.current-menu > a,
body.newHome .header.style-2 .navigation > li.current-menu > a,
body.newHome .header.style-2 .navigation > li:hover > a,
body.newHome .header.style-2 .navigation > li:focus > a {
	color: var(--C3);
	opacity: 1;
	font-weight: 700;
}

body.newHome .header.header-sticky {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(5px);
}

#footer.new-footer.style-3 .footer-body {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

#footer.new-footer.style-3 .content-left .content {
	gap: 14px;
}

.new-incotrade-social {
	display: flex;
	gap: 16px;
}

.new-incotrade-social a.icon {
	display: flex;
	padding: 6px;
	align-items: center;
	border-radius: 8px;
	background: var(--C4);
}

.new-incotrade-social a.icon:hover {
	background: var(--C3);
}

.new-incotrade-social a.icon svg {
	width: 20px;
	height: 20px;
	aspect-ratio: 1;
	fill: var(--white);
}

.text-C4 {
	color: var(--C4);
}

.text-C3 {
	color: var(--C3);
}

.new-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-py {
	padding: 30px 0;
}

.w-fit-content {
	width: fit-content;
}

.new-section-title {
	margin-bottom: 20px;
}

.new-section-title > * {
	font-family: "Open Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 800;
	line-height: 132%;
}

.new-button {
	padding: 15px 32px;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	color: var(--white);
	font-weight: 700;
	font-size: 16px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.new-button:hover {
	padding: 25px 45px;
	box-shadow: 0 0 8px 4px rgb(1 24 166 / 20%) inset,
		0 0 8px 4px hsl(268.34deg 86.9% 44.9% / 50%);
}

/*end setup css*/
/*section 1*/
.section-badge {
	display: inline-flex;
	height: 29px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 56px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
}

.badge__1 {
	background: #8a38f5;
}

.new-section-title__1 {
	background: linear-gradient(96deg, #0118a6 -2.79%, #6d0fd6 72.02%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-1__text {
	max-width: 100%;
	padding: 10px 0;
}

.new-button__1 {
	width: fit-content;
	background: linear-gradient(96deg, #0118a6 -2.79%, #6d0fd6 72.02%);
}

.new-button__1:hover {
	background: #e8f1ff;
	color: #1e3a8a;
}

.new-button__2 {
	width: fit-content;
	border-radius: 10px;
	background: linear-gradient(91deg, #2563eb -3.93%, #6c34d1 118.97%);
}

.new-button__header {
	width: fit-content;
	border-radius: 45px;
	background: linear-gradient(90deg, #406bbd 0%, #7328cf 100%);
}

@media (max-width: 767px) {
	.new-button.new-button__header {
		padding: 10px;
		font-size: 12px;
		width: fit-content;
		border-radius: 45px;
		background: linear-gradient(90deg, #406bbd 0%, #7328cf 100%);
	}

	body.newHome .header.header-sticky .header-inner-wrap,
	body.newHome .header.style-2 .header-inner-wrap {
		padding: 10px 0;
	}

	body.newHome .header .header-inner-wrap {
		gap: 5rem;
	}
}

.right-image {
	margin-top: 30px;
	height: 100%;
}

.right-image img {
	position: relative;
	border-radius: 20px;
	box-shadow: 12px 12px 20px 0 rgba(164, 164, 164, 0.6), -8px -8px 20px 0 #fff;
	z-index: 1;
	transition: all 0.2s ease-in-out;
}

.list-frame {
	height: 40rem;
}

img.frame-1 {
	left: 0px;
	bottom: -35%;
}

img.frame-2 {
	left: 5%;
	bottom: 20%;
}

img.frame-3 {
	right: -10%;
	bottom: 80%;
}

@media (min-width: 768px) {
	img.frame-1 {
		left: 0px;
		bottom: -5%;
	}

	img.frame-2 {
		left: 5%;
		top: -20%;
	}
	img.frame-3 {
		right: -10%;
		top: -50%;
	}
}

img.frame-1:hover,
img.frame-2:hover,
img.frame-3:hover {
	transform: scale(1.05);
}

.badge-time {
	padding: 10px 16px;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 3px 3px 6px 0 rgba(255, 255, 255, 0.25) inset,
		0 0 1px 0 rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.badge-time .clock {
	display: inline-flex;
	padding: 12px;
	align-items: center;
	border-radius: 31px;
	background: #47238d;
	transition: all 0.2s;
}

.badge-time .clock:hover svg {
	width: 32px;
	height: 32px;
}

.badge-customer {
	display: flex;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	gap: 28px;
	width: fit-content;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 3px 3px 6px 0 rgba(255, 255, 255, 0.25) inset,
		0 0 1px 0 rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	position: relative;
	z-index: 2;
}

.cus {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	border-radius: 54px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	animation: jump 3s infinite;
}

.cus:nth-child(1) {
	animation-delay: 0s;
}

.cus:nth-child(2) {
	animation-delay: 1s;
}

.cus:nth-child(3) {
	animation-delay: 2s;
}

@keyframes jump {
	33.34%,
	100%,
	0% {
		transform: translateY(0);
	}
	33.33% {
		transform: translateY(-15px);
	}
}

.grad {
	position: absolute;
}

.grad-1 {
	bottom: 0;
	left: 0;
	width: 1439px;
	height: 779px;
	background: radial-gradient(
		155.97% 123.1% at 92.04% 8.54%,
		#fff 56.1%,
		#fff 78.41%,
		#e9f2ff 91.12%,
		#8faed9 100%
	);
	z-index: 1;
}

.grad-2 {
	bottom: 0;
	right: -10%;
	width: 649.97px;
	height: 709.53px;
	opacity: 0.79;
	background: #cb30e0;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: moveGrad 20s ease-in-out infinite;
}

.grad-3 {
	bottom: 0;
	right: -10%;
	width: 474.548px;
	height: 593.091px;
	opacity: 0.79;
	background: #08f;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: moveGrad 20s ease-in-out infinite;
}

.grad-4 {
	right: 45%;
	top: 5%;
	width: 108px;
	height: 108px;
	border-radius: 146px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(115, 31, 216, 0.15);
	backdrop-filter: blur(2.5px);
	z-index: 1;
	animation: moveGrad 20s ease-in-out infinite;
}

.grad-5 {
	right: 5%;
	bottom: 0%;
	width: 167px;
	height: 167px;
	border-radius: 146px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(2.5px);
	z-index: 1;
	animation: moveGrad 20s ease-in-out infinite;
}

@keyframes moveGrad {
	100%,
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(0.8);
	}
	60% {
		transform: scale(1.2);
	}
}

/*end section 1*/

/*section 2*/
.new-section-3,
.new-section-4,
.new-section-2 {
	background: #e8f1ff;
}

.badge__2 {
	background: linear-gradient(90deg, #916bff 0%, #081a98 100%);
}

.new-section-title__2 {
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
}

.new-section-title__2 span {
	background: linear-gradient(90deg, #3937bd 0%, #8f6afe 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Open Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
}

.list-challenge-card {
	margin-top: 20px;
}

.list-challenge-card .row > div.col-12 {
	margin-bottom: 30px;
}

.card-challenge {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 35px 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 13px;
	border-radius: 32px;
	background: var(--C2, #e8f1ff);
	box-shadow: -15px -15px 18px 0 rgba(255, 255, 255, 0.75),
		15px 15px 18px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.card-challenge:hover {
	height: 238px;
}

.card-challenge__icon > svg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 207.959px;
	height: 207.959px;
	transform: rotate(-4.58deg);
	aspect-ratio: 207.96/207.96;
	fill: #cbd5e1;
	filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.25))
		drop-shadow(-8px -8px 12px rgba(255, 255, 255, 0.74));
}

.card-challenge:hover .card-challenge__icon > svg {
	bottom: 3%;
}

.card-challenge__title {
	color: #475569;
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%;
}

.card-challenge__text {
	color: #475569;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
}

.card-challenge__last {
	align-items: center;
	justify-content: center;
	background: #1e3a8a;
}

.card-challenge-right {
	display: flex;
	flex-direction: column;
	gap: 40px;
	height: 100%;
	transition: all 0.2s ease-in-out;
}

.card-challenge__light {
	height: 178px;
	padding: 24px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	background: var(--C2, #e8f1ff);
	box-shadow: -15px -15px 18px 0 #fff, 15px 15px 18px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.2s ease-in-out;
}

.card-challenge-right:hover .card-challenge__light {
	height: 78px;
}

.card-challenge-right:hover .card-challenge__solution {
	height: 100%;
}

.card-challenge-right .card-challenge__solution .card-challenge__icon > svg {
	bottom: -13%;
	right: -13%;
}

.card-challenge-right:hover
	.card-challenge__solution
	.card-challenge__icon
	> svg {
	bottom: -2%;
	right: -2%;
	transform: rotate(-5.743deg);
}

.card-challenge__solution {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 13px;
	padding: 65px 50px;
	border-radius: 32px;
	height: 100%;
	background: linear-gradient(127deg, #916bff 7.74%, #001592 92.09%);
	border-radius: 32px;
	box-shadow: -15px -15px 18px 0 #fff, 15px 15px 18px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
	transition: all 0.2s ease-in-out;
}

.card-challenge__solution .card-challenge__title {
	color: #475569;
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%;
}

.card-challenge__solution .card-challenge__title {
	color: var(--BG, #fbfbfb);
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%;
}

.card-challenge__solution .card-challenge__text {
	color: #fbfbfb;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 100%;
}

.card-challenge__solution .card-challenge__icon svg {
	transform: rotate(-20.743deg);
	aspect-ratio: 211.15/211.15;
}

.section-2-grad-1 {
	width: 515px;
	height: 515px;
	border-radius: 515px;
	opacity: 0.8;
	background: #011693;
	filter: blur(125px);
	z-index: 1;
	bottom: -1%;
	left: -1%;
}

.section-2-grad-2 {
	width: 426px;
	height: 425px;
	border-radius: 426px;
	opacity: 0.8;
	background: #3d39c0;
	filter: blur(125px);
	z-index: 1;
	bottom: -1%;
	left: 10%;
	animation: zoom 10s ease-in-out infinite;
}

.section-2-grad-3 {
	width: 331px;
	height: 331px;
	border-radius: 331px;
	opacity: 0.8;
	background: #e62af8;
	filter: blur(125px);
	z-index: 1;
	bottom: -1%;
	left: 20%;
	animation: zoom 10s ease-in-out infinite;
}
/*end section 2*/

/* section 3 */
.badge__3 {
	border-radius: 56px;
	background: #3429c7;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
}

.new-section-title__3 {
	color: var(--C4, #475569);
	font-family: "Open Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
}

.card-solution {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	border-radius: 16px;
	background: #e8f1ff;
	box-shadow: -10px -10px 12px 0 rgba(255, 255, 255, 0.75),
		15px 15px 18px 0 rgba(0, 0, 0, 0.25);
}

.card-solution__icon {
	width: 52px;
	height: 52px;
	padding: 10px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8f1ff;
	box-shadow: -4px -4px 6px 0 #fff, 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.card-solution__content > * {
	color: #475569;
	font-family: "Open Sans";
	font-style: normal;
	line-height: 135%;
}

.bg-section-3-left {
	background: url("../images/banner/background-section-3-left.png") no-repeat
		center center;
	background-size: cover;
}

.solution-1-decor-1,
.solution-1-decor-2,
.solution-1-decor-3,
.solution-2-decor-1,
.solution-2-decor-2,
.solution-2-decor-3,
.solution-3-decor-1,
.solution-3-decor-2,
.solution-3-decor-3 {
	display: none;
}

.section-3-grad-1 {
	width: 289px;
	height: 289px;
	border-radius: 289px;
	background: #6b00ed;
	filter: blur(125px);
	z-index: 1;
	bottom: 3%;
	left: 3%;
	animation: zoom 10s ease-in-out infinite;
}

.section-3-grad-2 {
	width: 260px;
	height: 260px;
	border-radius: 260px;
	background: #31bce6;
	filter: blur(125px);
	z-index: 1;
	bottom: 30%;
	left: 10%;
	animation: zoom 10s ease-in-out infinite;
}

.section-3-grad-3 {
	width: 362px;
	height: 362px;
	border-radius: 362px;
	background: #7ca9ff;
	filter: blur(125px);
	z-index: 1;
	bottom: 20%;
	left: 30%;
	animation: zoom 10s ease-in-out infinite;
}

.section-3-grad-4 {
	width: 152px;
	height: 152px;
	border-radius: 152px;
	transform: rotate(-8.635deg);
	background: radial-gradient(
		93.11% 93.11% at 60.84% 29.52%,
		#7f85d5 0%,
		#282bcf 20.19%,
		#1e3a8a 100%
	);
	box-shadow: -6px 9px 12.7px 0 rgba(255, 255, 255, 0.25) inset,
		9px -9px 11.4px 0 rgba(0, 0, 0, 0.25) inset;
	filter: drop-shadow(10px 8px 10px rgba(0, 0, 0, 0.25))
		drop-shadow(-9px -2px 13.2px rgba(255, 255, 255, 0.3));
	z-index: 1;
	bottom: 40%;
	left: 15%;
	animation: zoom 10s ease-in-out infinite;
}

.section-3-grad-5 {
	width: 83px;
	height: 83px;
	border-radius: 83px;
	transform: rotate(-8.635deg);
	background: radial-gradient(
		93.11% 93.11% at 60.84% 29.52%,
		#7f85d5 0%,
		#7328cf 20.19%,
		#1e3a8a 100%
	);
	box-shadow: -6px 9px 12.7px 0 rgba(255, 255, 255, 0.25) inset,
		9px -9px 11.4px 0 rgba(0, 0, 0, 0.25) inset;
	filter: drop-shadow(10px 8px 10px rgba(0, 0, 0, 0.25))
		drop-shadow(-9px -2px 13.2px rgba(255, 255, 255, 0.3));
	z-index: 1;
	bottom: 16%;
	left: 16%;
	animation: zoom 10s ease-in-out infinite;
}

.section-3-grad-6 {
	width: 41px;
	height: 42px;
	border-radius: 41px;
	transform: rotate(-8.635deg);
	background: radial-gradient(
		93.11% 93.11% at 60.84% 29.52%,
		#7f85d5 0%,
		#282bcf 20.19%,
		#1e3a8a 100%
	);
	box-shadow: -6px 9px 12.7px 0 rgba(255, 255, 255, 0.25) inset,
		9px -9px 11.4px 0 rgba(0, 0, 0, 0.25) inset;
	filter: drop-shadow(10px 8px 10px rgba(0, 0, 0, 0.25))
		drop-shadow(-9px -2px 13.2px rgba(255, 255, 255, 0.3));
	z-index: 1;
	bottom: 20%;
	left: 19%;
	animation: zoom 10s ease-in-out infinite;
}

.section-3-grad-7 {
	width: 83px;
	height: 83px;
	border-radius: 83px;
	transform: rotate(-8.635deg);
	background: radial-gradient(
		93.11% 93.11% at 60.84% 29.52%,
		#7f85d5 0%,
		#7328cf 20.19%,
		#1e3a8a 100%
	);
	box-shadow: -6px 9px 12.7px 0 rgba(255, 255, 255, 0.25) inset,
		9px -9px 11.4px 0 rgba(0, 0, 0, 0.25) inset;
	filter: drop-shadow(10px 8px 10px rgba(0, 0, 0, 0.25))
		drop-shadow(-9px -2px 13.2px rgba(255, 255, 255, 0.3));
	z-index: 1;
	bottom: 34%;
	left: 40%;
	animation: zoom 10s ease-in-out infinite;
}

.section-3-grad-8 {
	width: 41px;
	height: 42px;
	border-radius: 41px;
	transform: rotate(-8.635deg);
	background: radial-gradient(
		93.11% 93.11% at 60.84% 29.52%,
		#7f85d5 0%,
		#7328cf 20.19%,
		#1e3a8a 100%
	);
	box-shadow: -6px 9px 12.7px 0 rgba(255, 255, 255, 0.25) inset,
		9px -9px 11.4px 0 rgba(0, 0, 0, 0.25) inset;
	filter: drop-shadow(10px 8px 10px rgba(0, 0, 0, 0.25))
		drop-shadow(-9px -2px 13.2px rgba(255, 255, 255, 0.3));
	z-index: 1;
	bottom: 14%;
	left: 21%;
	animation: zoom 10s ease-in-out infinite;
}

.section-3-grad-9 {
	width: 41px;
	height: 42px;
	border-radius: 41px;
	transform: rotate(-8.635deg);
	background: radial-gradient(
		93.11% 93.11% at 60.84% 29.52%,
		#7f85d5 0%,
		#282bcf 20.19%,
		#1e3a8a 100%
	);
	box-shadow: -6px 9px 12.7px 0 rgba(255, 255, 255, 0.25) inset,
		9px -9px 11.4px 0 rgba(0, 0, 0, 0.25) inset;
	filter: drop-shadow(10px 8px 10px rgba(0, 0, 0, 0.25))
		drop-shadow(-9px -2px 13.2px rgba(255, 255, 255, 0.3));
	z-index: 1;
	bottom: 7%;
	left: 19%;
	animation: zoom 10s ease-in-out infinite;
}

@media (min-width: 768px) {
	.solution-1-decor-1 {
		display: block;
		top: 25px;
		left: 105px;
	}

	.solution-1-decor-2 {
		display: block;
		top: 120px;
		left: -45px;
	}

	.solution-1-decor-3 {
		display: block;
		top: 70px;
		right: 185px;
	}

	.solution-2-decor-1 {
		display: block;
		top: 25px;
		left: 105px;
	}

	.solution-2-decor-2 {
		display: block;
		top: 120px;
		left: -45px;
	}

	.solution-2-decor-3 {
		display: block;
		bottom: 170px;
		right: 120px;
	}

	.solution-3-decor-1 {
		display: block;
		top: 25px;
		left: 112px;
	}

	.solution-3-decor-2 {
		display: block;
		top: 60px;
		left: 170px;
	}
}
/* end section 3 */

/* section 4 */
.badge__4 {
	border-radius: 56px;
	background: #475569;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
}

.new-section-title__4 {
	color: #000;
	font-family: "Open Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
}

.new-section-title__4 span {
	background: linear-gradient(90deg, #011695 0%, #7a58b8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.card-platform {
	padding: 24px 32px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 16px;
	background: #e8f1ff;
	box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.5),
		8px 8px 12px 0 rgba(0, 0, 0, 0.21);
}

.card-platform__left {
	display: flex;
	gap: 24px;
}

.card-platform__icon {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8f1ff;
	box-shadow: -4px -4px 6px 0 #fff, 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.card-platform__image {
	position: relative;
	/* box-shadow: -13px 37px 48.3px 0 rgba(0, 0, 0, 0.25); */
	width: 200px;
	height: 178px;
	aspect-ratio: 100/89;
}

.card-platform__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.card-platform__content {
	max-width: 100%;
}

.card-platform__content > * {
	color: #000;
	font-family: "Open Sans";
	font-style: normal;
	line-height: 135%;
}

.section-4-grad-1 {
	bottom: 10%;
	left: -10%;
	width: 511.466px;
	height: 558.334px;
	opacity: 0.79;
	background: #cb30e0;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

.section-4-grad-2 {
	bottom: 0;
	right: -10%;
	width: 616.593px;
	height: 673.095px;
	opacity: 0.79;
	background: #05e6f4;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

.section-4-grad-3 {
	bottom: 10%;
	left: -5%;
	width: 373.425px;
	height: 466.707px;
	opacity: 0.79;
	background: #08f;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

.section-4-grad-4 {
	bottom: 0;
	right: -5%;
	width: 561.699px;
	height: 702.013px;
	opacity: 0.79;
	background: #7675fa;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}
/* end section 4 */

/* section 5 */
.badge__5 {
	border-radius: 56px;
	background: #6d6ad4;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
}

.new-section-title__5 {
	color: #000;
	font-family: "Open Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
}

.new-section-title__5 span {
	background: linear-gradient(90deg, #2563eb 0%, #153885 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.package-item__header h3 {
	color: #6f27ca;
	text-align: center;
	font-family: "Open Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
}

.package-item__header p {
	color: #4368bf;
	text-align: center;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.package-item__body {
	margin-top: 23px;
	border-radius: 20px;
	border: 1px solid #d7d7d7;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 10px 0 rgba(37, 99, 235, 0.4);
	backdrop-filter: blur(9.4px);
}

.package-item-center {
	color: #fff;
	border-radius: 20px;
	border: 1px solid #d7d7d7;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 10px 0 rgba(37, 99, 235, 0.4);
	backdrop-filter: blur(5px);
	background: linear-gradient(
		174deg,
		#285eb5 1.15%,
		#6810d2 56.09%,
		#000735 94.82%
	);
}

.package-item-center.package-item__body h4 {
	background: transparent;
}

.package-item-center .package-item__body__list li {
	color: #fff;
}

.package-item__body h4 {
	border-radius: 20px 20px 0 0;
	background: linear-gradient(128deg, #9281f2 17.49%, #091a99 86.43%);
	color: #fff;
	text-align: center;
	font-family: "Open Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	padding: 20px 40px;
}

.package-item__body__list {
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.package-item__body__list li {
	color: #000;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	display: flex;
	align-items: center;
	gap: 30px;
}

.section-5-grad-1 {
	display: none;
	width: 511.466px;
	height: 558.334px;
	top: 5%;
	right: -3%;
	transform: rotate(-49.463deg);
	opacity: 0.79;
	background: #cb30e0;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

.section-5-grad-2 {
	width: 616.593px;
	height: 673.095px;
	transform: rotate(-49.463deg);
	bottom: 0;
	left: -20%;
	opacity: 0.79;
	background: #05e6f4;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

.section-5-grad-3 {
	display: none;
	width: 373.425px;
	height: 466.707px;
	transform: rotate(-56.844deg);
	top: 5%;
	right: -3%;
	opacity: 0.79;
	background: #08f;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

.section-5-grad-4 {
	width: 561.699px;
	height: 702.013px;
	transform: rotate(-56.844deg);
	bottom: 0;
	left: -20%;
	opacity: 0.79;
	background: #7675fa;
	filter: blur(105.44999694824219px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

@media (min-width: 768px) {
	.section-5-grad-3,
	.section-5-grad-1 {
		display: block;
	}
}
/* end section 5 */

/* section 6 */
.new-section-6 {
	background: linear-gradient(
		98deg,
		#7328cf -7.3%,
		#1d1d1d 32.8%,
		#1d1f24 68.97%,
		#1e3a8a 108.51%
	);
}
.badge__6 {
	border-radius: 56px;
	background: #b3b8fe;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
}

.new-section-title__6 {
	color: #fff;
	max-width: 850px;
	font-family: "Open Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
}

.list-card-commitment {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: center;
}

.card-commitment {
	padding: 50px 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 28px;
	border: 1px solid rgba(215, 215, 215, 0.13);
	background: rgba(255, 255, 255, 0.01);
	box-shadow: -8px -8px 6px 0 rgba(255, 255, 255, 0.05) inset,
		8px 8px 12.1px 0 rgba(0, 0, 0, 0.15) inset,
		4px 3px 8.4px 0 rgba(255, 255, 255, 0.15) inset;
}

.card-commitment__icon {
	padding: 10px;
	border-radius: 10px;
	background: #e8f1ff;
}

.card-commitment__icon svg {
	width: 24px;
	height: 24px;
}

.card-commitment__content {
	color: #fff;
	text-align: center;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	min-width: 174px;
}
/* end section 6 */

/* section 7 */
.promotion-title {
	color: #1d1d1d;
	font-family: "Open Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
	text-align: center;
}
.promotion-percent {
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
	font-family: "Open Sans";
	font-size: 118px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
	background: linear-gradient(90deg, #fcdb3b 0%, #f59d30 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.promotion-text {
	background: linear-gradient(90deg, #7328cf 0%, #47238d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Open Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
}

.inc-clock {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.inc-clock__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
}

.inc-clock__number {
	font-family: "Open Sans";
	color: #475569;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
	padding: 14px 8px;
	border-radius: 12px;
	background: #e8f1ff;
	box-shadow: -4px -4px 10px 0 #fff inset,
		4px 4px 8px 0 rgba(0, 0, 0, 0.1) inset,
		-4px -4px 4px 0 rgba(255, 255, 255, 0.81),
		4px 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.inc-clock__text {
	font-family: "Open Sans";
	color: #475569;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 145%;
}

.inc-clock__symbol {
	font-family: "Open Sans";
	color: #475569;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 145%;
}

.promotion-range__bar {
	position: relative;
	width: 100%;
	height: 24px;
	border-radius: 35px;
	background: #e8f1ff;
	box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.25);
}

.promotion-range__bar-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	border-radius: 43px;
	background: linear-gradient(90deg, #406bbd 26.81%, #914ee4 88.07%);
}

.new-section-7 .col-left {
	max-width: 100%;
}

.new-form label {
	color: #1d1d1d;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
}

.new-form input,
.new-form select {
	display: flex;
	padding: 14px 20px;
	width: 100%;
	gap: 18px;
	border: none;
	margin-bottom: 15px;
	border-radius: 12px;
	background: #fbfbfb;
	box-shadow: -5px -5px 8px 0 rgba(255, 255, 255, 0.7),
		6px 6px 8px 0 rgba(0, 0, 0, 0.2);
}

.new-form button.btn-submit {
	width: 100%;
	border-radius: 12px;
	background: linear-gradient(90deg, #47238d 17.79%, #6d98ea 100%);
	color: #fff;
	transition: all 0.3s ease-in-out;
	border: none;
	margin-bottom: 15px;
}

.new-form button.btn-submit:focus,
.new-form button.btn-submit:hover {
	transform: scale(1.05);
	background: linear-gradient(90deg, #47238d 17.79%, #6d98ea 100%);
	box-shadow: -5px -5px 8px 0 rgba(255, 255, 255, 0.7),
		6px 6px 8px 0 rgba(0, 0, 0, 0.2);
}

.section-7-grad-1 {
	width: 684px;
	height: 684px;
	top: -10%;
	left: -10%;
	border-radius: 684px;
	background: #fbfbfb;
	filter: blur(275px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

.section-7-grad-2 {
	width: 903px;
	height: 903px;
	top: -10%;
	right: -12%;
	border-radius: 903px;
	opacity: 0.3;
	background: #406bbd;
	filter: blur(275px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

.section-7-grad-3 {
	width: 496px;
	height: 496px;
	bottom: -20%;
	left: 40%;
	border-radius: 496px;
	opacity: 0.5;
	background: #7328cf;
	filter: blur(275px);
	z-index: 1;
	animation: zoom 10s ease-in-out infinite;
}

/* end section 7 */
@media (min-width: 1024px) {
	.section-py {
		padding: 60px 0;
	}

	.new-section-title > * {
		font-size: 44px;
	}

	.new-section-title__6,
	.new-section-title__5,
	.new-section-title__5 span,
	.new-section-title__4,
	.new-section-title__3,
	.new-section-title__2,
	.new-section-title__2 span {
		font-size: 48px;
	}

	.section-1__text {
		max-width: 542px;
		padding: 40px 0;
	}

	.list-frame {
		height: 100%;
	}

	.right-image {
		height: 100%;
		margin-top: 0;
	}

	.right-image img {
		position: absolute;
		border-radius: 20px;
		box-shadow: 12px 12px 20px 0 rgba(164, 164, 164, 0.6),
			-8px -8px 20px 0 #fff;
		z-index: 1;
	}

	img.frame-1 {
		left: 5%;
		bottom: -6%;
	}

	img.frame-2 {
		left: 12%;
		top: 3%;
	}

	img.frame-3 {
		right: -20%;
		top: -5%;
	}

	.badge-customer {
		position: absolute;
		top: -12%;
		right: -15%;
	}

	.badge-time {
		position: absolute;
		bottom: 15%;
		left: 0;
	}

	.list-challenge-card {
		margin-top: 89px;
	}

	.card-challenge {
		width: 252px;
		height: 258px;
	}

	.card-challenge__solution {
		height: 328px;
	}

	.card-challenge__solution .card-challenge__text {
		max-width: 257px;
	}

	.card-challenge__icon > svg {
		position: absolute;
		bottom: -45%;
	}

	.card-challenge-right {
		height: 100%;
	}

	.card-platform__image {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.card-platform {
		min-height: 130px;
	}

	.card-platform:not(:last-child) {
		margin-bottom: 50px;
	}

	.card-platform__content {
		max-width: 320px;
	}
	.card-solution {
		gap: 50px;
		padding: 24px 30px;
	}

	.swiper-package .swiper-wrapper {
		align-items: end;
	}

	.package-item__body__list {
		height: 700px;
	}

	.list-card-commitment {
		justify-content: space-between;
	}

	.card-commitment:nth-child(even) {
		margin-top: 100px;
	}

	.card-commitment:nth-child(odd) {
		margin-bottom: 100px;
	}

	.inc-clock {
		margin-bottom: 60px;
	}

	.inc-clock__number {
		font-size: 48px;
	}

	.promotion-range__bar {
		width: 100%;
	}
	.promotion-range__bar-fill {
		width: 75%;
	}

	.new-section-7 .col-left {
		max-width: 520px;
	}
}

@keyframes zoom {
	100%,
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.1);
	}
}
