@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Poppins", sans-serif;
}

.authorize-partner-banner {
	position: relative;
	background-color: #000;
}

.authorize-partner-banner::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../../authorized-partner-page/banner-bg.svg);
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: center -560px;
	pointer-events: none;
}

.authorize-partner-banner .video-wrapper video {
	width: 100%;
	object-fit: cover;
	height: 770px;
}

.authorize-partner-banner .text-banner {
	text-align: center;
	padding-bottom: 70px;
}

.authorize-partner-banner .text-banner .small-text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding-bottom: 30px;
}

.authorize-partner-banner .text-banner .small-text p {
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	letter-spacing: 5%;
	font-weight: 300;
}

.authorize-partner-banner .text-banner .small-text figure {
	width: 35px;
}

.authorize-partner-banner .text-banner h1 {
	font-size: 96px;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 5%;
	font-weight: 700;
	line-height: 100px;
}

.authorize-partner-banner .text-banner h1 span {
	display: block;
	color: rgba(0, 255, 205, 1);
}

.header_bar.header_warpp {
	position: absolute;
	z-index: 999;
	width: 100%;
	background: transparent;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	background: rgba(17, 17, 17, 0.1);
	left: 0;
	right: 0;
}

.topbar {
	display: none;
}

header .header_inner .logo img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(36%) hue-rotate(239deg) brightness(105%) contrast(100%);
}

.header_bar.header_warpp .navbar_menu ul li a {
	color: #FFF;
}

.intro-section {
	padding: 100px 0;
}

.small-heading {
	color: rgba(0, 0, 0, 1);
	font-size: 32px;
	letter-spacing: 5%;
	font-weight: 300;
	line-height: 42px;
	font-family: "Poppins", sans-serif;
	padding-bottom: 15px;
}

.section-heading {
	font-size: 64px;
	line-height: 66px;
	font-weight: 700;
	letter-spacing: 5%;
	background: linear-gradient(177.68deg, #000000 23.66%, #00FFCD 156.01%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding-bottom: 40px;
}

.section-text p {
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
}

.row.intro-row {
	align-items: center;
}

.intro-video {
	max-width: 630px;
	margin: auto;
	position: relative;
}

.intro-video::after {
	content: '';
	width: 50px;
	height: 60px;
	position: absolute;
	background-image: url(../../authorized-partner-page/play-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	margin-right: 227px;
}

.authorize-partner-banner::after {
	content: '';
	width: 457px;
	height: 119px;
	position: absolute;
	background-image: url(../../authorized-partner-page/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -90px;
}

.become-section {
	padding: 137px 0 72px;

}

.text-slider-section {
	background: linear-gradient(180deg, #000000 84.94%, #00FFCD 132.53%);
	padding: 30px 0;

}

.text-slider-section .text-slider-row {
	position: relative;
}

.text-slider-section .text-slider-row .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -90px;
	width: 300px;
	left: -40px;
	overflow: hidden;
	padding: 46px;
}

.text-slider-section .text-slider-row .icon img {
	transform: scale(3.1);
}
/* .text-slider-section .text-slider-row .icon img{	transform: rotateY(100deg);
	animation: rotateAnimation 5s linear infinite;}
	@keyframes rotateAnimation {
	0% {transform: rotateY(0deg) rotateZ(0deg);}
	50% {transform: rotateY(500deg) rotateZ(0deg);}
	100% {transform: rotateY(1000deg) rotateZ(0deg);}
} */
.text-slider-section h2 {
    background: linear-gradient(
180deg, #FFFFFF 27.55%, #00FFCD 110.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 5%;
    font-weight: 600;
    padding: 0 85px;
}
.swiper-content {
	padding: 15px;
	position: relative;
	box-shadow: 0px 4px 14.4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 33px;
}

.swiper-content::before {
	content: '';
	position: absolute;
	inset: 0;
	right: 0px;
	left: 0px;
	padding: 2px;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #00FFCD 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	left: 0;
	right: 0;
	height: 100%;
	border-radius: 33px;
	z-index: 0;
}

.swiper-content-inner {
	background: linear-gradient(154.51deg, #000000 2.26%, #00FFCD 113.31%);
	border: 1px solid rgba(206, 206, 206, 1);
	padding: 30px 20px;
	border-radius: 27px;
}

.swiper-content-inner h2 {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 5%;
	line-height:25px;
	padding: 10px 0;
}

.swiper-content p {
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	letter-spacing: 1%;
	text-transform: uppercase;
}

.swiper-content-inner figure {
	max-width: 50px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-content-inner {
	height: 329px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.become-section .heading-row {
	padding-bottom: 111px;
}

.swiper-slide.magin-top {
	margin-top: 240px;
}

.swiper-scrollbar {
	display: none;
}

.become-section {
	/* background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../../authorized-partner-page/become-bg.webp); */
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.column-slider .item.swiper-slide {
	display: none;
}

.column-slider .item.swiper-slide.swiper-slide-active {
	display: block;
}

/* .row-column-become {
	padding-bottom: 117px;
} */
.bottom-heading .section-heading {
	padding-bottom: 10px;
}

.swiper-content-inner {
	position: relative;
}

.swiper-content-inner::before {
	content: '';
	position: absolute;
	height: 329px;
	width: 100%;
	bottom: -345px;
	left: 0;
	right: 0;
	background:linear-gradient(359deg, rgba(255, 255, 255, 0.52) 0%, rgb(203 241 235 / 42%) 100%);
	border-radius: 27px;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	opacity: 0.7;
}

.row-column-become .swiper-slide {
	padding-bottom: 337px;
}

.bottom-heading {
	margin-top: -135px;
	position: relative;
	z-index: 1;
}

.work-content {
	position: relative;
}

.work-content::before {
	content: '';
	position: absolute;
	inset: 0;
	right: 0px;
	left: 0px;
	padding: 2px;
	border-radius: inherit;
	background: linear-gradient(130.72deg, #00FFCD 0%, #FFFFFF 51.88%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	left: 0;
	right: 0;
	height: 100%;
	border-radius: 33px;
	z-index: 0;
	pointer-events: none;
}

.work-content {
	backdrop-filter: blur(15.94555950164795px);
	box-shadow: 0px 4px 14.9px 0px rgba(0, 255, 205, 1) inset;
	border-radius: 33px;
	background: linear-gradient(139.35deg, #000000 20.79%, #A8A8A8 124.35%);
	padding: 50px 38px 15px;
}

.work-column.column-2 .work-content {
	background: linear-gradient(180deg, #000000 44.69%, #00FFCD 163.76%);
}

.work-column.column-3 .work-content {
	background: linear-gradient(180deg, #000000 0%, #000000 163.76%);

}

.work-content span {
	width: 56px;
	position: absolute;
	top: -20px;
	left: -20px;
	height: 56px;
	box-shadow: 0px 4px 4px 0px rgba(0, 255, 205, 1) inset;
	background: linear-gradient(180deg, #000000 0%, #000000 163.76%);
	border-radius: 100px;
	color: rgba(255, 255, 255, 1);
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.work-row.row .col-md-4 {
	padding: 0 35px;
}

.work-row.row {
	margin: 0 -35px;
}

.work-content .icon {
	position: absolute;
	right: -100px;
	top: -110px;
	width: 220px;
	height: 220px;
}

.work-column.column-3 .work-content .icon {
	top: -60px;
}

.work-section .heading-row {
	padding-bottom: 80px;
}

.work-content .column-title {
	font-size: 24px;
	color: #FFF;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: -1%;
	padding-bottom: 18px;
}

.work-content p {
	margin: 0;
	color: rgb(255, 255, 255);
	font-size: 12px;
	letter-spacing: -1%;
	line-height: 20px;
	max-width: 270px;
}

.work-column.column-1 .img {
	max-width: 198px;
	margin: 10px auto 20px;
}

.work-column.column-2 .img {
	max-width: 89px;
	margin: auto;
}

.work-column.column-3 .column-title {
	padding-right: 140px;
	position: relative;
	padding-bottom: 80px;
}

.work-column.column-3 .work-content .img {
	position: absolute;
	right: 0px;
	top: 0;
	mix-blend-mode: luminosity;
	max-width: 190px;
}

.work-column.column-3,
.work-column.column-1 {
	margin-top: 130px;
}

.work-inner {
	position: relative;
}

.work-inner::after {
	content: '';
	background-image: url(../../authorized-partner-page/work-bg.svg);
	height: 183px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	transform: translateY(-50%);
	margin-top: 60px;
}

.work-column.column-3 .column-title::after {
	content: '';
	background-image: url(../../authorized-partner-page/grow.webp);
	height: 86px;
	width: 86px;
	position: absolute;
	left: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	top: 40px;
}

.building-section {
	background-image: url(../../authorized-partner-page/building-bg.webp);
	padding: 61px 0 68px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.building-section .section-heading {
	color: #FFF !important;
	background: inherit;
	background-clip: inherit;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background-clip: inherit;
	padding-bottom: 20px;
}

.building-section .section-heading span {
	display: block;
	background: linear-gradient(90deg, #FFFFFF 0%, #00FFCD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.building-section p {
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	color: #FFF;
}

.building-section .img-center {
	max-width: 573px;
	margin: auto;
	position: relative;
	text-align: center;
}

.building-section .img-center span {
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	color: #FFF;
	margin-top: 30px;
	position: relative;
}

.bnuilding-inner {
	position: relative;
}

.bnuilding-inner .text-left,
.bnuilding-inner .text-right {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	color: #FFF;
	padding-top: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -10px;
}

.bnuilding-inner .text-right {
	right: 0;
}

.building-section .img-center span::before {
	content: '';
	width: 19px;
	height: 19px;
	position: absolute;
	left: -30px;
	background: linear-gradient(90deg, #00FFCD 16.8%, #FFFFFF 160.53%);
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);

}

.building-section .img-center span::after {
	content: '';
	width: 19px;
	height: 19px;
	position: absolute;
	right: -30px;
	background: linear-gradient(90deg, #00FFCD 16.8%, #FFFFFF 160.53%);
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);
}

.bnuilding-inner .text-left::after,
.bnuilding-inner .text-right::after {
	content: '';
	width: 19px;
	height: 19px;
	position: absolute;
	left: 0;
	background: linear-gradient(90deg, #00FFCD 16.8%, #FFFFFF 160.53%);
	border-radius: 100px;
	right: 0;
	margin: auto;
	bottom: -30px;
}

.bnuilding-inner .text-left::before {
	content: '';
	position: absolute;
	background-image: url(../../authorized-partner-page/before-border.svg);
	width: 656px;
	height: 315px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 90px;
	left: 72px;
}

.bnuilding-inner .text-left {
	margin-left: -174px;
	margin-top: -70px;
}

.bnuilding-inner .text-right {
	margin-right: -34px;
	margin-top: -70px;
}

.bnuilding-inner .text-right::before {
	content: '';
	position: absolute;
	background-image: url(../../authorized-partner-page/right-before-border.svg);
	width: 656px;
	height: 315px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 90px;
	right: 2px;
}

.bottom-button a {
	background: linear-gradient(90deg, #FFFFFF 0%, #00FFCD 75%);
	border: 2.04px solid rgba(255, 255, 255, 1);
	backdrop-filter: blur(15.276681900024414px);
	box-shadow: 0px 8px 4.2px 0px rgba(0, 0, 0, 0.59);
	height: 71px;
	display: inline-block;
	border-radius: 100px;
	min-width: 241px;
	text-align: center;
	line-height: 71px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 1);
}

.building-section .bottom-button {
	padding-top: 127px;
	text-align: center;
}

.building-section .bottom-bg {
	background-image: url(../../authorized-partner-page/building-after.png);
	width: 100%;
	height: 56px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
}

section.everything-section {
	background-image: url(../../authorized-partner-page/everything-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 168px 0 134px;
	text-align: center;
}

.everything-section .section-heading {
	color: rgba(0, 0, 0, 1);
	background: inherit;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background-clip: inherit;
	padding-bottom: 18px;
	font-weight: 600;
}

.everything-section h3 {
	background: linear-gradient(90.76deg, #000000 40.57%, #00FFCD 76.49%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-weight: 700;
	font-size: 40px;
	line-height: 55px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	max-width: 650px;
	margin: auto;
	padding-bottom: 32px;
}

section.everything-section .button-group {
	display: flex;
	justify-content: center;
	gap: 92px;
	padding-bottom: 26px;
}

section.everything-section .button-group button {
	border: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 255, 205, 0.14) 75%);
	min-width: 174px;
	height: 58px;
	border-radius: 100px;
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 5%;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	position: relative;
}

section.everything-section .button-group button span {

	font-size: 20px;

}

section.everything-section .button-group button::before {
	content: '';
	position: absolute;
	inset: 0;
	right: 0px;
	left: 0px;
	padding: 2px;
	border-radius: inherit;
	background: linear-gradient(88.75deg, #000000 -0.95%, #B3B3B3 96.63%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	left: 0;
	right: 0;
	height: 100%;
	border-radius: 33px;
	z-index: 0;
	pointer-events: none;
}

section.everything-section .bottom-button a {
	background: linear-gradient(180deg, #000000 -18.77%, #000403 28.07%, #00FFCD 131.93%);
	color: #FFF;
}



.potentiai-section {
	padding: 106px 0 179px;
}

.rotating-slider ul.slides {
	pointer-events: none;
}

.outer-card {
	position: relative;
	display: flex;
}

.avatar-wrap {
	position: absolute;
	left: -170px;
	bottom: -230px;
	width: 328px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 5;
	background-image: url(../../authorized-partner-page/user-before-icon.webp);
	height: 367px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.avatar-head {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: radial-gradient(circle at 38% 35%, #2db89a, #0d5a4a);
	box-shadow: 0 3px 12px rgba(13, 74, 66, 0.40);
	flex-shrink: 0;
}

.avatar-body {
	width: 108px;
	height: 70px;
	background: radial-gradient(ellipse at 50% 0%, #1a9e82, #0a4f40);
	border-radius: 54px 54px 0 0;
	margin-top: -2px;
	box-shadow: 0 -2px 12px rgba(10, 79, 64, 0.30);
}

.left-panel {

	padding: 74px 330px 35px 110px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	border-radius: 31px;
	background: linear-gradient(347deg, rgba(255, 255, 255, 0) 40.87%, #00ffcdc7 185.25%);
	box-shadow: 8px 19px 24.7px -12px rgba(0, 0, 0, 0.65);
	position: relative;
	width: 1145px;
}

.left-panel::after {
	content: '';
	position: absolute;
	inset: 0;
	right: 0px;
	left: 0px;
	padding: 5px;
	border-radius: inherit;
	background: linear-gradient(135deg, #000000 0%, rgba(153, 153, 153, 0) 90.35%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	left: 0;
	right: 0;
	height: 100%;
	border-radius: 33px;
	z-index: 0;
	pointer-events: none;
}

.left-panel h2 {
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 1);
	padding-bottom: 10px;
}

.left-panel .tagline {
	margin-bottom: 38px;
	font-weight: 400;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 9%;
	text-align: center;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 1);
}

.income-rows {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 18px;
}

.income-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 20px 3px 40px;
}

.income-row .users {
	color: rgba(0, 0, 0, 1);
	font-family: Poppins;
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 5%;
	text-transform: capitalize;
}

.income-row .amount {
	color: rgba(0, 0, 0, 1);
	font-family: Poppins;
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 5%;
	text-transform: capitalize;
	width: 150px;
}

.disclaimer {
	padding: 0 20px;
	font-family: Poppins;
	font-weight: 600;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 1);
}

.calc-card {
	width: 690px;
	flex-shrink: 0;
	background: linear-gradient(311deg, #000000 1.57%, #00FFCD 103.3%);
	border-radius: 31px;
	padding: 26px 22px 22px 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	box-shadow: 0 8px 36px rgba(8, 61, 48, 0.38);
	z-index: 2;
	position: absolute;
	right: -110px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 8px 19px 24.7px -12px rgba(0, 0, 0, 0.65);


}

.calc-card h3 {
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 15px;
}

.gauge-row {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
	padding-bottom: 50px;
}

.gauge-wrap {
	position: relative;
	width: 273px;
	height: 131px;
	flex-shrink: 0;
}

.gauge-center-label {
	color: #fff;
	pointer-events: none;
	white-space: nowrap;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	margin-top: -85px;
}

.earning-block {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.earning-label {
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 5%;
	text-transform: capitalize;
	text-align: center;
}

.earning-amount {
	color: #fff;
	font-family: Poppins;
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
}

.calc-note {
	color: rgba(255, 255, 255, 1);
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	margin: .0;
}

.coin {
	position: absolute;
	bottom: -44px;
	right: -44px;
	width: 92px;
	height: 62px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 800;
	transform: rotate(2.85deg);
	mix-blend-mode: luminosity;
	z-index: 9999;
}

.left-panel-inner {
	max-width: 540px;
}

.calc-card::after {
	content: '';
	position: absolute;
	inset: 0;
	right: 0px;
	left: 0px;
	padding: 5px;
	border-radius: inherit;
	background: linear-gradient(173deg, #FFFFFF 0%, rgba(153, 153, 153, 0) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	left: 0;
	right: 0;
	height: 100%;
	border-radius: 31px;
	z-index: 0;
	pointer-events: none;
}

.coin img {
	filter: grayscale(1);
}

.somparison-wrapper {
	display: flex;
	gap: 43px;
	width: 100%;
	max-width: 100%;
	align-items: stretch;
}

.somparison-wrapper .card {
	flex: 1;
	border-radius: 31px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 14px 47.5px -18px rgb(0, 0, 0) !important;
	border: 0 !important;
}

.somparison-wrapper .card-feat {
	background: linear-gradient(322deg, #000000 40.87%, #00C8B3 121.25%);
	border: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.55);
}

.somparison-wrapper .card-feat::after {
	content: '';
	position: absolute;
	inset: 0;
	right: 0px;
	left: 0px;
	padding: 5px;
	border-radius: inherit;
	background: linear-gradient(340deg, #FFFFFF 0%, rgba(153, 153, 153, 0) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	height: 100%;
	border-radius: 31px;
	z-index: 0;
	pointer-events: none;
}


.somparison-wrapper .rows .row {
	margin: 0;
}

.somparison-wrapper .card-norm {
	background: linear-gradient(312deg, #FFFFFF 43.92%, #00FFCD 133.69%);
}

.somparison-wrapper .card-norm::after {
	content: '';
	position: absolute;
	inset: 0;
	right: 0px;
	left: 0px;
	padding: 5px;
	border-radius: inherit;
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(134, 134, 134, 0) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	height: 100%;
	border-radius: 31px;
	z-index: 0;
	pointer-events: none;
}



.somparison-wrapper .card-auth {
	background: linear-gradient(159.77deg, #000000 62.57%, #00FFCD 137.79%);
}

.somparison-wrapper .card-auth::after {
	content: '';
	position: absolute;
	inset: 0;
	right: 0px;
	left: 0px;
	padding: 5px;
	border-radius: inherit;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(102, 102, 102, 0) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	height: 100%;
	border-radius: 31px;
	z-index: 0;
	pointer-events: none;
}

.somparison-wrapper .card-auth::before {
	content: '';
	background-image: url(../../authorized-partner-page/auth-bf.webp);
	pointer-events: none;
	width: 90%;
	height: 126px;
	position: absolute;
	left: -3px;
	right: -1px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.somparison-wrapper .card-auth::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: -40px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(20, 180, 130, 0.18) 0%, transparent 70%);
	pointer-events: none;
}

.somparison-wrapper .pill {
	position: absolute;
	top: -10px;
	left: 28px;
	width: 87px;
	height: 20px;
	border-radius: 0 0 10px 10px;
	z-index: 3;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.55);
}

.somparison-wrapper .card-head {
	padding: 38px 18px 27px;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-bottom: 46px;
	min-height: 136px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.somparison-wrapper .head-dark {
	color: rgba(255, 255, 255, 1);
	font-family: Poppins;
	font-weight: 600;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
}

.somparison-wrapper .card-head::before {
	content: '';
	position: absolute;
	right: 0px;
	left: 0px;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, #FFFFFF 52.88%, rgba(153, 153, 153, 0) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	mask-composite: add, add;
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	border-radius: 31px;
	z-index: 0;
	bottom: 0;
	pointer-events: none;
	padding: 0.5px;
}


.somparison-wrapper .head-light {
	color: rgba(0, 0, 0, 1);
	font-family: Poppins;
	font-weight: 600;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
}

.somparison-wrapper .rows {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	padding-bottom: 40px;
}

.somparison-wrapper .row+.row {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.somparison-wrapper .card-norm .row+.row {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.somparison-wrapper .icon-box {
	width: 45px;
	height: 45px;
	flex-shrink: 0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 13px;
	padding: 0;
}

.somparison-wrapper .icon-box img {
	filter: grayscale(100%);
}

.somparison-wrapper .icon-box svg {
	width: 17px;
	height: 17px;
	stroke: #7adec0;
	stroke-width: 1.7;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.feat-txt {
	color: rgba(255, 255, 255, 1);
	font-family: Poppins;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 5%;
	text-transform: capitalize;
	width: 100%;
	display: block;
}

.somparison-wrapper .val-dark {
	color: rgba(255, 255, 255, 1);
	width: 100%;
	font-family: Poppins;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
}

.somparison-section {
	padding-top: 0px;
	padding-bottom: 106px;
}

.somparison-section .section-heading {
	color: rgba(0, 0, 0, 1);
	background: inherit;
	background-clip: inherit;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background-clip: inherit;
	padding-bottom: 26px;
}

.somparison-section h3 {
	font-weight: 600;
	font-size: 38px;
	line-height: 45px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	background: linear-gradient(90.08deg, #000000 53.07%, #666666 99.93%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.somparison-section .heading-row {
	padding-bottom: 98px;
}

.somparison-wrapper .rows .row {
	margin: 0;
	display: flex;
	flex-wrap: inherit;
	padding: 28px 25px;
	align-items: center;
	position: relative;
	border: 0;
}

.somparison-wrapper .rows .row::after {
	content: '';
	position: absolute;
	right: 0px;
	left: 0px;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, #FFFFFF 52.88%, rgba(153, 153, 153, 0) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: add, add;
	mask-composite: add, add;
	mask-composite: add, add;
	mask-composite: add, add;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 100%;
	border-radius: 31px;
	z-index: 0;
	bottom: 0;
	pointer-events: none;
	padding: 0.5px;

}

.somparison-wrapper .val-light {
	color: rgba(0, 0, 0, 1);
	width: 100%;
	font-family: Poppins;
	font-weight: 400;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	font-size: 20px;
	line-height: normal;
}

.somparison-wrapper .card-norm .rows .row::after,
.somparison-wrapper .card-norm .card-head::before {
	background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, #000000 52.88%, rgba(153, 153, 153, 0) 100%);
}

.somparison-wrapper .rows .row:last-child::after {
	display: none;
}

.header_bar.header_warpp .navbar_menu ul li ul li a {
	color: #222222;
}

header,
.main-wrapper,
footer {
	max-width: 1920px;
	margin: auto;
}

.rotating-slider ul.slides li {
	color: #fff
}

.rotating-slider ul.slides li {
	background-image: url(../../authorized-partner-page/side-img.webp);
	color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 332px !important;
	height: 326px !important;
	background-color: transparent !important;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rotating-slider ul.slides li.active {
	background-image: url(../../authorized-partner-page/side-img-active.webp);
}

.rotating-slider ul.slides li .inner {
	box-sizing: border-box;
	padding: 2em;
	width: 100%;
}

.rotating-slider ul.slides li .inner h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 32px;
	line-height: 26px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 15px;
}

.rotating-slider ul.slides li .inner p {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	max-width: 180px;
	margin: auto;
}

.rotating-slider {
	margin: auto;
	height: auto !important;
}

.proof-section {
	padding-top: 96px;
}

.proof-section .section-heading {
	background: inherit;
	background-clip: inherit;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background-clip: inherit;
	font-size: 48px;
	color: rgba(0, 0, 0, 1);
	line-height: 50px;
	padding-bottom: 20px;
}

.proof-section .text {
	display: flex;
	justify-content: center;
	gap: 14px;
	font-family: Poppins;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 1);
}

.proof-section .heading-row {
	margin-bottom: 0;
}

.proof-section svg {
	display: none;
}

.rotating-slider {
	margin: auto;
	height: 574px !important;
	width: 100% !important;
	overflow: hidden;
}

.proof-section {
	position: relative;
	padding-bottom: 20px;
}

.proof-section::before {
	content: '';
	background-image: url(../../authorized-partner-page/proof-bg-img.webp);
	width: 100%;
	height: 444px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	pointer-events: none;
}

.proof-inner {
	position: relative;
}

.proof-inner::before {
	content: '';
	background-image: url(../../authorized-partner-page/slider-bg.webp);
	width: 1000px;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	pointer-events: none;
	z-index: -1;
	border-radius: 600px 570px 0 0;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 90px;
}

.proof-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 99;
	text-align: center;
	max-width: 400px;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.proof-section {
	overflow: hidden;
}

.proof-content h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 1);
}

.promote-container {
	background-image: url(../../authorized-partner-page/promote-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 325px 0 214px;
	position: relative;
}

.promote-container .section-heading {
	background: inherit;
	background-clip: initial;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: inherit;
	background-clip: inherit;
	font-weight: 600;
	font-size: 36px;
	line-height: 47px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #FFF;
	max-width: 660px;
	margin: auto;
}

.promote-container .section-heading span {
	color: rgba(0, 200, 179, 1);
}

.promote-row {
	/* display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center; */
	max-width: 690px;
	margin: auto;
	padding-top: 30px;
}

.promote-column .promote-column-content {
	background-image: url(../../authorized-partner-page/box-bg.png);
	background-size: 104%;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-radius: 30px;
	position: relative;
}

.promote-column {
	display: flex;
	width: 100%;
	margin-bottom: 50px;
}

.promote-column-inner strong {
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 5%;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	color: #FFF;
}

.promote-column-inner p {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 5%;
	text-align: center;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 1);
	padding-top: 13px;
}

.promote-column-inner {
	padding: 30px 70px;
	border: 1px solid rgba(0, 255, 205, 1);
	background: rgba(0, 0, 0, 1);
	box-shadow: -1px 3px 10.5px 0px rgba(0, 255, 205, 1) inset;
	border-radius: 30px;
	text-align: center;
}

.promote-column-inner {
	padding: 25px;
	border: 1px solid rgba(0, 255, 205, 1);
	background: rgba(0, 0, 0, 1);
	box-shadow: -1px 3px 10.5px 0px rgba(0, 255, 205, 1) inset;
	border-radius: 30px;
	text-align: center;
	margin: 0px 0px 45px;
}

.promote-column.promote-2 {
	position: relative;
}

.promote-column.promote-3 .promote-column-inner {
	background: #FFF;
}

.promote-column.promote-3 .promote-column-inner strong {
	font-size: 24px;
	color: rgba(0, 0, 0, 1);
}

.promote-column.promote-3 .promote-column-inner p {
	color: #000;
	max-width: 400px;
}

.promote-column.promote-2 .promote-column-inner {
	background: linear-gradient(180deg, #00FFCD -64.07%, #000000 77.96%);
}

.promote-column .promote-column-content span {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 4px 2px rgba(0, 255, 205, 1) inset;
	border-radius: 100px;
	font-weight: 600;
	font-size: 26px;
	line-height: 57px;
	letter-spacing: -1%;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	left: -30px;
	top: -30px;
}

.promote-column.promote-2 .promote-column-content span {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: none;
	color: #000;
}




.promote-column .promote-column-content {
	z-index: 0;
}


.promote-section {
	position: relative;
}

.promote-container::before {
	content: '';
	background-image: url(../../authorized-partner-page/mobile50.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	bottom: 0px;
	width: 600px;
	height: 860px;
	left: -30px;
	z-index: 9;
}

.promote-group {
	position: absolute;
	bottom: 0;
	left: -80px;
	right: 0;
	max-width: 1315px;
	background: #FFF;
	margin: auto;
	padding: 20px 60px 20px 150px;
	clip-path: polygon(93.78% -1.38%, 100% 100%, 0% 100%, 9.14% -11%);
}

.promote-group .promote-group-inner {
	display: flex;
	gap: 45px;
}

.promote-group .promote-group-inner .promote-group-icon {
	display: flex;
	gap: 15px;

}

.promote-group .promote-group-inner .promote-group-icon .img {
	width: 115px;
}

.promote-group-content {
	display: flex;
	align-items: center;
	gap: 6px;

}

.promote-group-content p {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0%;
	text-align: center;
	margin: 0;
}

.promote-group-content .img {
	width: 15px;
}

.text-slider-section .text-slider-row .icon {
	pointer-events: none;
}

.section-heading {
	text-transform: capitalize;
}

.promote-column-inner p {
	margin: 0;
}

/* ============================
   PROMOTE SECTION SCROLL-DRIVEN ANIMATIONS
   ============================ */

/* --- Heading: fade up --- */

@media (max-width:1699px) {
	.row-column-become .swiper-slide {
  padding-bottom: 207px;
}
	.authorize-partner-banner .text-banner .small-text p {
		font-size: 20px;
	}

	.authorize-partner-banner .text-banner h1 {
		line-height: 80px;
		font-size: 76px;
	}

	.authorize-partner-banner .text-banner .small-text figure {
		width: 28px;
	}

	.authorize-partner-banner::before {
		background-size: 170%;
	}

	.authorize-partner-banner::after {
		width: 117px;
		height: 89px;
		bottom: -70px;
	}

	.authorize-partner-banner .video-wrapper video {
		height: 685px;
	}

	.authorize-partner-banner .text-banner {
		padding-bottom: 60px;
	}

	.small-heading {
		font-size: 28px;
	}

	.section-heading {
		font-size: 54px;
		line-height: 56px;
		padding-bottom: 30px;
	}

	.intro-section .section-heading {
		max-width: 540px;
	}

	.section-text p {
		font-size: 15px;
		line-height: 25px;
	}

	.intro-section .section-text {
		max-width: 560px;
	}

	.intro-video {
		max-width: 540px;
	}

	.intro-video::after {
		margin-right: 197px;
		width: 30px;
		height: 40px;
	}

	.text-slider-section .text-slider-row .icon {
		width: 270px;
		margin-top: -75px;
	}

	.text-slider-section h2 {
		font-size: 29px;
		line-height: 41px;
		max-width: 780px;
		margin: auto;
	}

	.text-slider-section {
		padding: 20px 0;
	}

	.become-section {
		padding: 100px 0 52px;
	}

	.become-section .heading-row {
		padding-bottom: 70px;
	}

	.bottom-heading {
		max-width: 1110px;
		margin-left: auto;
		margin-right: auto;
	}

	.promote-container {
		padding: 295px 0 134px;
	}





	.promote-container::before {
		width: 410px;
		height: 690px;
	}

	.promote-group {
		left: 0;
	}

	.promote-column .promote-column-content span {
		width: 55px;
		height: 55px;
		font-size: 24px;
	}

	.promote-column {
		margin-bottom: 30px;
	}

	.proof-section .section-heading {
		font-size: 42px;
		line-height: 45px;
	}

	.proof-section .text {
		font-size: 25px;
		line-height: 30px;
	}

	.rotating-slider ul.slides li .inner h2 {
		font-size: 26px;
	}

	.rotating-slider ul.slides li .inner p {
		font-size: 16px;
		line-height: 22px;
	}

	.somparison-section .section-heading {
		padding-bottom: 20px;
	}

	.somparison-section h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.somparison-wrapper .head-dark {
		font-size: 22px;
	}

	.somparison-wrapper .head-light {
		font-size: 22px;
		line-height: 30px;
	}

	.feat-txt {
		font-size: 18px;
	}

	.somparison-wrapper .rows .row {
		padding: 22px 20px;
	}

	.somparison-section {
		padding-top: 0px;
		padding-bottom: 56px;
	}

	.somparison-wrapper .card-head {
		min-height: 125px;
	}

	.potentiai-section {
		padding: 85px 0 140px;
	}

	.avatar-wrap {
		left: -120px;
		bottom: -159px;
		width: 258px;
		height: 287px;
	}

	.left-panel {
		padding: 60px 270px 25px 80px;
		width: 1085px;
	}

	.calc-card {
		right: -50px;
	}

	.left-panel h2 {
		font-size: 32px;
	}

	.left-panel .tagline {
		font-size: 22px;
		line-height: 23px;
		margin-bottom: 28px;
	}

	.income-row .amount,
	.income-row .users {
		font-size: 20px;
		line-height: 30px;
	}

	.calc-card h3 {
		font-size: 27px;
		line-height: 32px;
	}

	.gauge-wrap {
		width: 253px;
		height: 111px;
	}

	.earning-label {
		font-size: 18px;
	}

	.earning-amount {
		font-size: 34px;
		line-height: 35px;
	}

	.calc-note {
		font-size: 17px;
		line-height: 24px;
	}

	.coin {
		bottom: -34px;
		right: -34px;
		width: 82px;
		height: 52px;
	}

	.everything-section h3 {
		font-size: 35px;
		line-height: 42px;
	}

	section.everything-section .button-group button span {
		font-size: 18px;
	}

	section.everything-section .button-group button {
		font-size: 14px;
		height: 50px;
	}

	.bottom-button a {
		min-width: 231px;
		font-size: 18px;
		line-height: 61px;
		height: 61px;
	}

	section.everything-section {
		padding: 118px 0 104px;
	}

	.bnuilding-inner .text-right::before {
		top: 99px;
		right: 22px;
		width: 559px;
		height: 275px;
	}

	.bnuilding-inner .text-right {
		margin-right: 20px;
		margin-top: -40px;
	}

	.bnuilding-inner .text-left {
		margin-left: -64px;
		margin-top: -16px;
	}

	.bnuilding-inner .text-left::before {
		width: 536px;
		height: 315px;
		top: 63px;
		left: 74px;
	}

	.somparison-wrapper .val-light,
	.somparison-wrapper .val-dark {
		font-size: 18px;
	}

	.work-section {
		overflow-x: hidden;
	}

	.swiper-content-inner h2 {
		line-height: 25px;
		font-size: 18px;
	}

	.promote-column-inner {
		margin: 0px 0px 39px;
	}
	.swiper-content-inner::before{height: 279px; bottom: -292px;}
}

@media (max-width:1499px) {
	.authorize-partner-banner .video-wrapper video {
		height: 585px;
	}

	.authorize-partner-banner .text-banner .small-text p {
		font-size: 18px;
	}

	.authorize-partner-banner .text-banner h1 {
		line-height: 66px;
		font-size: 66px;
	}

	.authorize-partner-banner .text-banner .small-text {
		padding-bottom: 20px;
	}

	.authorize-partner-banner::after {
		width: 87px;
		height: 79px;
		bottom: -50px;
	}

	.intro-section {
		padding: 80px 0;
	}

	.small-heading {
		font-size: 24px;
		line-height: 35px;
	}

	.section-heading {
		font-size: 46px;
		line-height: 46px;
		padding-bottom: 20px;
	}

	.bottom-heading {
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}

	.intro-section .section-heading {
		max-width: 530px;

	}

	.intro-video {
		max-width: 480px;
	}

	.intro-video::after {
		margin-right: 177px;
		width: 30px;
		height: 40px;
	}

	.text-slider-section .text-slider-row .icon {
		width: 230px;
		margin-top: -55px;
		padding: 36px;
		left: 0;
	}

	.text-slider-section h2 {
		font-size: 26px;
		line-height: 31px;
		max-width: 740px;
		margin: auto;
	}

	.become-section {
		padding: 70px 0 52px;
	}

	.become-section .heading-row {
		padding-bottom: 60px;
	}

	.row-column-become .swiper-slide {
		padding-bottom: 200px;
	}

	.swiper-content-inner::before {
		height: 209px;
		width: 100%;
		bottom: -225px;
	}

	.swiper-slide.magin-top {
		margin-top: 200px;
	}

	.work-section .heading-row {
		padding-bottom: 60px;
	}

	.work-inner {
		padding: 0 30px;
	}

	.work-row.row .col-md-4 {
		padding: 0 20px;
	}

	.promote-container {
		padding: 270px 0 110px;
	}

	.work-content .column-title {
		line-height: 28px;
		max-width: 256px;
		font-size: 21px;
	}

	.work-column.column-1 .img {
		max-width: 168px;
	}

	.work-column.column-2 .img {
		max-width: 75px;
	}

	.work-column.column-3 .column-title {
		padding-right: 110px;
		padding-bottom: 69px;
	}

	.work-column.column-3,
	.work-column.column-1 {
		margin-top: 100px;
	}

	.work-content span {
		height: 50px;
		width: 50px;
		font-size: 22px;
	}

	.promote-container .section-heading {
		font-size: 31px;
		line-height: 37px;
		max-width: 560px;
	}

	.promote-container::before {
		width: 290px;
		height: 620px;
	}

	.promote-group .promote-group-inner .promote-group-icon .img {
		width: 85px;
	}

	.promote-group {
		max-width: 1105px;
		padding: 20px 60px;
	}

	.promote-group .promote-group-inner {
		display: flex;
		gap: 15px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.promote-group .promote-group-inner .promote-group-icon {
		justify-content: center;
	}

	.promote-group-content {
		justify-content: center;
	}

	.promote-column .promote-column-content::before {
		height: 180px;
		bottom: -135px;
	}

	.promote-column .promote-column-content::after {
		width: 16px;
		height: 16px;
		bottom: -145px;
	}

	.promote-column.promote-2 .promote-column-content::before {
		height: 127px;
		bottom: -75px;
	}

	.promote-column.promote-2 .promote-column-content::after {
		bottom: -85px;
	}

	.promote-column.promote-3 .promote-column-content::before {
		height: 71px;
		bottom: -13px;
	}

	.promote-column.promote-3 .promote-column-content::after {
		bottom: -23px;
	}

	.proof-section {
		padding-top: 56px;
	}

	.proof-section .section-heading {
		font-size: 34px;
		line-height: 35px;
	}

	.proof-section .text {
		font-size: 20px;
		line-height: 20px;
	}

	.proof-content h4 {
		font-size: 22px;
		line-height: 28px;
	}

	.proof-section::before {
		height: 344px;
	}

	.somparison-section h3 {
		font-size: 26px;
		line-height: 20px;
	}

	.somparison-section .heading-row {
		padding-bottom: 68px;
	}

	.somparison-wrapper {
		gap: 30px
	}

	.somparison-wrapper .head-dark {
		font-size: 18px;
		line-height: 26px;
	}

	.somparison-wrapper .head-light {
		font-size: 18px;
		line-height: 26px;
	}

	.somparison-wrapper .card-head {
		min-height: 118px;
	}

	.somparison-wrapper .card-head {
		margin-bottom: 26px;
	}

	.somparison-wrapper .val-light,
	.somparison-wrapper .val-dark,
	.feat-txt {
		font-size: 16px;
	}

	.somparison-wrapper .rows .row {
		padding: 18px 20px;
	}

	.potentiai-section {
		padding: 65px 0 120px;
	}

	.avatar-wrap {
		left: -20px;
		bottom: -70px;
		width: 118px;
		height: 147px;
	}

	.left-panel {
		padding: 50px 230px 25px 50px;
		width: 955px;
	}

	.left-panel h2 {
		font-size: 27px;
	}

	.left-panel .tagline {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 23px;
	}

	.income-row .amount,
	.income-row .users {
		font-size: 18px;
		line-height: 27px;
	}

	.calc-card h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.gauge-wrap {
		width: 203px;
		height: 75px;
	}

	.gauge-center-label {
		margin-top: -55px;
		font-size: 14px;
		line-height: 20px;
	}

	.calc-card {
		right: 30px;
		width: 550px;
	}

	.earning-label {
		font-size: 16px;
	}

	.earning-amount {
		font-size: 30px;
		line-height: 30px;
	}

	.calc-note {
		font-size: 13px;
		line-height: 21px;
	}

	.coin {
		bottom: -14px;
		right: -24px;
		width: 62px;
		height: 12px;
	}

	.everything-section h3 {
		font-size: 30px;
		line-height: 37px;
		max-width: 360px;
		margin: auto;
	}

	section.everything-section {
		padding: 78px 0 64px;

	}

	.building-section .bottom-button {
		padding-top: 77px;
	}

	.bnuilding-inner .text-left,
	.bnuilding-inner .text-right {
		font-size: 16px;
		line-height: 28px;
	}

	.bnuilding-inner .text-left::after,
	.bnuilding-inner .text-right::after {
		width: 15px;
		height: 15px;
	}

	.bnuilding-inner .text-right {
		margin-right: 48px;
		margin-top: -71px;
	}

	.bnuilding-inner .text-right::before {
		top: 86px;
		right: 11px;
		width: 529px;
		height: 265px;
	}

	.bnuilding-inner .text-left::before {
		width: 486px;
		height: 285px;
		top: 60px;
		left: 58px;
	}

	.bnuilding-inner .text-left {
		margin-left: 0px;
		margin-top: -40px;
	}

	.building-section .img-center {
		max-width: 473px;
	}

	.building-section .bottom-button {
		padding-top: 57px;
	}

	.building-section .bottom-bg {
		height: 36px;
	}

	.work-section {
		overflow-x: hidden;
	}

	.promote-column-inner {
		margin: 0px 0px 32px;
	}

	.promote-column.promote-3 .promote-column-inner strong {
		font-size: 22px;
	}
}

@media (max-width:1199px) {
	.authorize-partner-banner .video-wrapper video {
		height: 465px;
	}

	.authorize-partner-banner .text-banner .small-text p {
		font-size: 16px;
	}

	.authorize-partner-banner .text-banner h1 {
		line-height: 50px;
		font-size: 50px;
	}

	.authorize-partner-banner .text-banner {
		padding-bottom: 40px;
	}

	.authorize-partner-banner::after {
		width: 67px;
		height: 49px;
		bottom: -40px;
	}

	.intro-section {
		padding: 60px 0;
	}

	.section-heading {
		font-size: 38px;
		line-height: 40px;
		padding-bottom: 15px;
	}

	.intro-section .section-heading {
		max-width: 420px;
	}

	.section-text p {
		font-size: 14px;
		line-height: 23px;
	}

	.text-slider-section .text-slider-row .icon {
		width: 190px;
		margin-top: -25px;
		padding: 26px;
		left: 0;
	}

	.text-slider-section h2 {
		font-size: 20px;
		line-height: 23px;
		max-width: 600px;
		margin: auto;
	}

	.become-section .heading-row {
		padding-bottom: 40px;
	}

	.swiper-slide.magin-top {
		margin-top: 140px;
	}

	.row-column-become .swiper-slide {
		padding-bottom: 237px;
	}

	.swiper-content-inner::before {
		height: 239px;
		width: 100%;
		bottom: -255px;
	}

	.bottom-heading {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

	.work-content {
		padding: 30px 38px 15px;
	}

	.work-content .column-title {
		line-height: 25px;
		max-width: 236px;
		font-size: 18px;
	}

	.work-column.column-1 .img {
		max-width: 118px;
	}

	.work-column.column-2 .img {
		max-width: 55px;
	}

	.work-column.column-3 .work-content .img {
		max-width: 130px;
	}

	.work-column.column-3 .column-title {
		padding-right: 100px;
		padding-bottom: 49px;
	}

	.promote-section {
		background-position: 0 -35px;
	}

	.promote-container {
		padding: 230px 0 110px;
	}

	.promote-column.promote-2 {
		left: 337px;
	}

	.promote-column-inner strong {
		font-size: 20px;
		line-height: 20px;
	}

	.promote-column .promote-column-content span {
		width: 45px;
		height: 45px;
		font-size: 18px;
		left: -20px;
		top: -20px;
	}

	.promote-column-inner {
		margin: 0px 0px 25px;
	}

	.promote-column-inner p {
		font-size: 14px;
		line-height: 18px;
	}

	.promote-column-inner {
		padding: 25px;
	}

	.promote-container::before {
		width: 170px;
		height: 210px;
	}

	.promote-group-content p {
		font-size: 11px;
	}

	.promote-group .promote-group-inner {
		gap: 5px;
	}

	.promote-group {
		max-width: 895px;
		padding: 14px 0px;
	}

	.proof-section {
		padding-top: 36px;
	}

	.proof-section .section-heading {
		font-size: 30px;
		line-height: 30px;
	}

	.proof-section .text {
		font-size: 16px;
		line-height: 20px;
	}

	.rotating-slider ul.slides li .inner h2 {
		font-size: 22px;
		line-height: 20px;
	}

	.rotating-slider ul.slides li .inner p {
		font-size: 14px;
	}

	.proof-inner::before {
		width: 1000px;
		height: 500px;

	}

	.proof-section::before {
		height: 300px;
	}

	.somparison-section h3 {
		font-size: 22px;
		line-height: 17px;
	}

	.somparison-section .heading-row {
		padding-bottom: 48px;
	}

	.somparison-wrapper {
		gap: 15px;
	}

	.potentiai-section {
		padding: 5px 0 60px;
	}

	.outer-card {
		flex-wrap: wrap;
	}

	.calc-card {
		position: relative;
		right: 0;
		top: 0;
		transform: inherit;
		max-width: 550px;
		width: 100%;
		margin: -110px auto auto;
	}

	.left-panel {
		padding: 40px 50px 143px;
		max-width: 955px;
		width: 100%;
		margin: auto;
	}

	.left-panel h2 {
		font-size: 23px;
	}

	.left-panel .tagline {
		font-size: 16px;
		line-height: 15px;
		margin-bottom: 17px;
	}

	.income-row {

		padding: 3px 10px 3px 20px;
	}

	.income-row .amount,
	.income-row .users {
		font-size: 16px;
		line-height: 24px;
	}

	.left-panel-inner {
		max-width: 540px;
		margin: auto;
	}

	.avatar-wrap {
		left: -20px;
		bottom: 100px;
		width: 118px;
		height: 147px;
	}

	.everything-section h3 {
		font-size: 24px;
		line-height: 27px;
		max-width: 280px;
		margin: auto;
	}

	section.everything-section .button-group {
		gap: 42px;
		padding-bottom: 20px;
	}

	.bottom-button a {
		min-width: 181px;
		font-size: 16px;
		line-height: 51px;
		height: 51px;
	}

	section.everything-section {
		padding: 68px 0 54px;
	}


	.building-section p {
		font-size: 16px;
		line-height: 24px;
	}

	.building-section .img-center {
		max-width: 383px;
	}

	.bnuilding-inner .text-left,
	.bnuilding-inner .text-right {
		font-size: 14px;
		line-height: 28px;
	}

	.building-section .img-center span {
		font-size: 14px;
	}

	.building-section .img-center span::before,
	.building-section .img-center span::after {
		width: 15px;
		height: 15px;
	}

	.bnuilding-inner .text-right,
	.bnuilding-inner .text-left {
		padding-top: 0;
	}

	.bnuilding-inner .text-right::before {
		top: 56px;
		right: 38px;
		width: 349px;
		height: 195px;
	}

	.bnuilding-inner .text-right {
		margin-right: 38px;
		margin-top: -28px;
	}

	.bnuilding-inner .text-left::before {
		width: 356px;
		height: 175px;
		top: 55px;
		left: 53px;
	}

	.bnuilding-inner .text-left {
		margin-left: 0px;
		margin-top: -7px;
	}

	.bnuilding-inner .text-left {
		margin-left: 0px;
		margin-top: -7px;
	}

	.building-section {
		padding: 61px 0 38px;
	}

	.bnuilding-inner {
		position: relative;
		max-width: 970px;
		margin: auto;
	}

	.promote-column.promote-3 .promote-column-inner strong {
		font-size: 20px;
	}
}

@media (max-width:991px) {

	.authorize-partner-banner .video-wrapper video {
		height: 345px;
	}

	.authorize-partner-banner .video-wrapper video {
		height: 345px;
	}

	.authorize-partner-banner .text-banner h1 {
		line-height: 40px;
		font-size: 40px;
	}

	.authorize-partner-banner .text-banner h1 {
		line-height: 40px;
		font-size: 40px;
	}

	.authorize-partner-banner::after {
		width: 37px;
		height: 29px;
		bottom: -20px;
	}

	.intro-section .col-md-6 {
		width: 100%;
	}

	.row.intro-row {
		flex-direction: column-reverse;
	}

	.small-heading {
		font-size: 20px;
		line-height: 25px;
		text-align: center;
	}

	.column-intro {
		padding-top: 40px;
	}

	.intro-section .section-heading {
		max-width: 420px;
		margin: auto;
		text-align: center;
	}

	.section-heading {
		font-size: 32px;
		line-height: 36px;
		padding-bottom: 15px;
	}

	.intro-section .section-heading {
		max-width: 360px;
		margin: auto;
		text-align: center;
	}

	.intro-section .section-text {
		max-width: 560px;
		margin: auto;
		text-align: center;
	}

	.intro-section {
		padding: 50px 0;
	}

	.become-section {
		padding: 50px 0 50px;
	}

	.become-section {
		padding: 50px 0 50px;
	}

	.become-section {
		padding: 50px 0 50px;
	}

	.row-column-become .swiper-slide {
		padding-bottom: 175px;
	}

	.swiper-content-inner::before {
		height: 169px;
		width: 100%;
		bottom: -185px;
	}

	.bottom-heading {
		margin-top: -85px;
	}

	.bottom-heading {
		max-width: 670px;
		margin-left: auto;
		margin-right: auto;
	}

	.work-section .heading-row {
		padding-bottom: 50px;
	}

	.bottom-heading .section-heading {
		padding-bottom: 0;
	}

	.work-row.row .col-md-4 {
		padding: 20px 20px;
		width: 100%;
		max-width: 340px;
		margin: auto;
	}

	.work-column.column-3,
	.work-column.column-1 {
		margin-top: 0;
	}

	.work-inner::after {
		display: none;
	}

	.promote-container {
		padding: 210px 0 80px;
	}

	.promote-column.promote-2 {
		left: 180px;
	}

	.promote-row {
		max-width: 470px;
	}

	.promote-column-inner strong {
		font-size: 18px;
		line-height: 20px;
	}

	.promote-column-inner p {
		font-size: 13px;
		line-height: 29px;
		padding: 0;
	}

	.promote-column.promote-3 .promote-column-inner strong {
		font-size: 18px;
	}

	.promote-column .promote-column-content::before {
		height: 100px;
		bottom: -65px;
	}

	.promote-column .promote-column-content::after {
		width: 10px;
		height: 10px;
		bottom: -75px;
	}

	.promote-column.promote-2 .promote-column-content::before {
		height: 37px;
		bottom: -5px;
	}

	.promote-column.promote-2 .promote-column-content::after {
		bottom: -15px;
	}

	.promote-column.promote-3 .promote-column-content::before {
		height: 21px;
		bottom: 7px;
	}

	.promote-column.promote-3 .promote-column-content::after {
		bottom: 7px;
	}

	.promote-group {
		max-width: 545px;
		padding: 14px 70px;
	}

	.promote-group-content .img {
		width: 15px;
		display: none;
	}

	.proof-inner::before {
		width: 100%;
		height: 340px;
	}

	.somparison-wrapper .card {
		flex: inherit;
		width: 48%;
	}

	.somparison-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.header_bar.header_warpp {
		backdrop-filter: inherit;
	}

	.menu-open::before {
		z-index: 1;
	}

	.header_bar.header_warpp .navbar_menu ul li a {
		color: #000;
	}

	.proof-section::before {
		height: 520px;
	}

	.rotating-slider {
		margin: auto;
		height: 574px !important;
		width: 100% !important;
		overflow: hidden;
	}

	.bnuilding-inner .text-right::before {
		top: 56px;
		right: 38px;
		width: 239px;
		height: 125px;
	}

	.bnuilding-inner .text-right {
		margin-right: 38px;
		margin-top: 37px;
	}

	.bnuilding-inner .text-left::before {
		width: 236px;
		height: 135px;
		top: 45px;
		left: 53px;
	}

	.bnuilding-inner .text-left {
		margin-left: 0px;
		margin-top: 48px;
	}

	.left-panel {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width:767px) {
	.authorize-partner-banner .text-banner .small-text figure {
		display: none;
	}

	.authorize-partner-banner .video-wrapper video {
		height: 265px;
	}

	.authorize-partner-banner::before {
		background-size: 180%;
		background-position: center;
	}

	.authorize-partner-banner .text-banner .small-text p {
		font-size: 13px;
	}

	.authorize-partner-banner .text-banner h1 {
		line-height: 40px;
		font-size: 35px;
	}

	.text-slider-section h2 {
		padding: 0 20px;
	}

	.text-slider-section .text-slider-row .icon {
		display: none;
	}

	/* .swiper-slide.magin-top {
		margin-top: 0;
	} */

	.promote-section {
		background-position: 0 25px;
	}

	.promote-column .promote-column-content {
		z-index: 0;
		width: 100%;
		padding: 0 11px;
	}

	.promote-column .promote-column-content span {
		width: 45px;
		height: 45px;
		font-size: 18px;
		left: 0px;
		top: -9px;
	}

	.promote-column.promote-2 {
		left: 0;
	}

	.promote-column.promote-2 .promote-column-content::before {
		height: 107px;
		bottom: -45px;
	}

	.promote-column.promote-2 .promote-column-content::after {
		display: none;
	}

	.promote-column.promote-3 .promote-column-content::after {
		display: none;
	}

	.promote-column.promote-3 .promote-column-content::before {
		display: none;
	}

	.promote-container::before {
		display: none;
	}

	.promote-group {
		clip-path: inherit;
	}

	.proof-section .section-heading {
		font-size: 20px;
		line-height: 30px;
	}

	.proof-section .text {
		flex-wrap: wrap;
	}

	.rotating-slider {
		margin: auto;
		height: 394px !important;
		width: 100% !important;
		overflow: hidden;
	}

	.proof-inner::before {
		width: 100%;
		height: 170px;
	}

	.proof-section::before {
		height: 340px;
	}

	.somparison-section h3 {
		font-size: 20px;
		line-height: 27px;
	}

	.somparison-wrapper .card {
		width: 98%;
	}

	.left-panel {
		padding: 40px 10px 40px;
	}

	.avatar-wrap {
		display: none;
	}

	.gauge-row {
		flex-wrap: wrap;
	}

	.gauge-row {
		padding-bottom: 20px;
	}

	.gauge-row {
		justify-content: center;
	}

	.earning-block {
		margin-top: 35px;
	}

	.calc-card {

		margin: 20px auto auto;
	}

	.coin {
		right: -4px;

	}

	section.everything-section {
		padding: 38px 0px 44px;
	}

	.everything-section .section-heading {
		padding-bottom: 10px;
	}

	section.everything-section .button-group {
		gap: 22px;
		padding-bottom: 10px;
	}

	.bnuilding-inner .text-right {
		display: none;
	}

	.bnuilding-inner .text-left {
		display: none;
	}

	.building-section .bottom-button {
		padding-top: 27px;
	}

	.building-section .bottom-bg {
		height: 16px;
	}
}

.swiper-row .swiper-wrapper-row .swiper-slide {
	width: 25%;
	transition: all .4s ease;
	padding-left: 40px;
	padding-right: 40px;
}

.swiper-row .swiper-wrapper-row .swiper-slide.active {
	opacity: 1;
	transform: scale(1.08);
}

.swiper-row .swiper-wrapper-row {
	display: flex;
}




#scroll-section {
	overflow: hidden;
}

@media (min-width: 992px) {
	#scroll-section {
		position: relative;

	}

	.become-section .container {
		height: 100%;
	}

	.become-section .sticky-wrap {
		position: sticky;
		top: 5%;
		height: 90vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.become-section canvas {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		display: block;
	}
}

@media (max-width: 1399px) {
	.swiper-row .swiper-wrapper-row {
		display: flex;
	}

	.swiper-row .swiper-wrapper-row .swiper-slide {
		padding-left: 20px;
		padding-right: 20px;
	}

}
@media (max-width: 1199px) {
.swiper-row .swiper-wrapper-row .swiper-slide {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 991px) {
	.become-section canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: block;
}
	.become-section .sticky-wrap {
		display: block !important;
		position: relative !important;
		height: auto !important;
	}

	.swiper-row {
		padding: 20px 0px 40px !important;
	}

	.swiper-row .swiper-wrapper-row {
		display: flex !important;
		margin: 0 !important;
	}

	.swiper-row .swiper-wrapper-row .swiper-slide,
	.swiper-row .swiper-wrapper .swiper-slide {
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-bottom: 0 !important;
	}

	.swiper-row .swiper-wrapper-row .swiper-slide.active {
		transform: none !important;
	}

	.swiper-row .swiper-wrapper-row .swiper-slide .swiper-content-inner::before {
		display: none !important;
	}

	.swiper-row .swiper-wrapper-row .swiper-slide .swiper-content-inner {
		height: auto !important;
		min-height: 280px !important;
	}

	.bottom-heading {
		margin-top: 30px !important;
	}
}




.scroll-flow-track {
	position: relative;
	width: 100%;
	/* height: 400vh; */

}

.sticky-flow-wrapper {
	position: sticky;
	top: 0;
	width: 100%;

	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.glowing-glow-arc {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 140vw;
	height: 800px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-top: 3px solid rgba(0, 255, 170, 0.6);
	background: radial-gradient(ellipse at top, rgba(0, 255, 170, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
	box-shadow: 0 -10px 40px rgba(0, 255, 170, 0.2), inset 0 20px 100px rgba(0, 255, 170, 0.1);
	z-index: 0;
}





.flow-content-grid {
	position: relative;
	z-index: 10;
	display: flex;
	width: 100%;
	max-width: 690px;
	margin: auto;
}

.device-col-left {
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 40px;
}

.device-mockup-frame {
	max-width: 300px;
	width: 100%;
	z-index: 20;
	transform: rotate(-3deg);
	transition: transform 0.4s ease;
}

.flow-steps-col {
	width: 100%;
	position: relative;
	height: 550px;
}

.svg-connector-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.mobile-progress-track {
	display: none;
}

.process-step-container {
	position: absolute;
	width: 640px;
	z-index: 10;
	opacity: 0.5;
	filter: grayscale(100%) brightness(0.7);
	transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
	transform: translateY(20px) scale(0.95);
}

.process-step-container.active {
	opacity: 1;
	filter: grayscale(0%) brightness(1);
	transform: translateY(0) scale(1);
}

.process-step-badge {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 34px;
	height: 34px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	z-index: 11;
	border: 2px solid #020805;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease;
}





/* Exact positions based on SVG viewBox="0 0 750 600" */
.process-step-first {
	top: 30px;
	left: 0px;
}

.process-step-second {
	top: 145px;
	left: 560px;
}

.process-step-third {
	top: 322px;
	left: 0px;
}

.sticky-footer-banner {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 15px 40px;
	width: 100%;
	max-width: 850px;
	z-index: 10;
	clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
}

.sticky-footer-banner .badges {
	display: flex;
	gap: 10px;
}

.sticky-footer-banner img {
	height: 32px;
}

.sticky-footer-banner .text {
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 480px;
}

.outro-viewport {
	height: 100vh;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.outro-viewport h2 {
	color: #444;
}

.svg-junction-point {
	fill: #00ffaa;
	stroke: #fff;
	stroke-width: 2px;
	filter: drop-shadow(0 0 10px #00ffaa);
	opacity: 0.2;
	transition: opacity 0.4s ease;
}

.svg-junction-point.active {
	opacity: 1;
}

.svg-connector-vertical {
	stroke-dasharray: 70;
	stroke-dashoffset: 70;
	transition: stroke-dashoffset 0.5s ease-out;
}

.svg-connector-vertical.active {
	stroke-dashoffset: 0;
}

.svg-guide-path-bg {
	fill: none;
	stroke: rgba(0, 255, 170, 0.3);
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-dasharray: 2 12;
}

/* --- RESPONSIVE STYLES --- */
@media (max-width: 900px) {
	.flow-content-grid {
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
		overflow-y: auto;
		/* Allow internal scroll if needed */
	}

	.device-col-left {
		width: 100%;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	.device-mockup-frame {
		max-width: 200px;
	}

	.flow-steps-col {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		padding-top: 10px;
		padding-bottom: 60px;
	}

	.svg-connector-canvas {
		display: none;
		/* Hide complex desktop path */
	}

	.mobile-progress-track {
	display: block;
	position: absolute;
	top: 36px;
	left: 0px;
	width: 3px;
	height: calc(100% - 121px);
	background: rgba(52, 56, 55, 0.1);
	z-index: 0;
	right: 0;
	margin: auto;
}

	.mobile-progress-fill-bar {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		background: #00ffaa;
		box-shadow: 0 0 10px #00ffaa;
		transition: height 0.1s linear;
	}

	.process-step-container {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: calc(100% - 0px) !important;
    max-width: 400px;
    margin-left: 0px !important;
		transform: translateY(20px) scale(0.95) !important;
	}

	.process-step-container.active {
		transform: translateY(0) scale(1) !important;
	}

	.process-step-badge {
		top: 50% !important;
		left: -43px !important;
		transform: translateY(-50%) !important;
	}

	.sticky-footer-banner {
		flex-direction: column;
		text-align: center;
		padding: 15px;
		clip-path: none;
		border-radius: 20px 20px 0 0;
		width: 100%;
	}

	.sticky-footer-banner .text {
		font-size: 11px;
	}

	.headline-group h1 {
		font-size: 22px;
		padding: 0 15px;
	}

}

@media (max-width:1399px) {

	.process-step-second {
		left: 460px;
	}
}

@media (max-width: 1199px) {
	.promote-column.promote-2 {
		left: 397px;
	}
}

@media (max-width:991px) {
	.promote-column.promote-2 {
		left: 287px;
	}

	.intro-video::after {
		margin-right: 0;
		width: 30px;
		height: 40px;
		margin: auto;
		left: 55px;
	}

	.promote-column {
		margin-bottom: 0;
	}

	.become-section .heading-row {
		padding-bottom: 0;
	}

	.work-section .heading-row {
		padding-bottom: 10px;
	}
}

.particles {
	position: absolute;
	width: 100%;
	height: 110px;
	opacity: 0.6;
}

.particles span {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	animation: float 3s ease-in-out infinite alternate,
		blink 2s linear infinite;
}

/* Different sizes & positions */

.particles span:nth-child(1) {
	width: 3px;
	height: 3px;
	top: 5px;
	left: 20px;
}

.particles span:nth-child(2) {
	width: 8px;
	height: 8px;
	top: 35px;
	left: 5px;
}

.particles span:nth-child(3) {
	width: 5px;
	height: 5px;
	top: 15px;
	left: 50px;
}

.particles span:nth-child(4) {
	width: 9px;
	height: 9px;
	top: 70px;
	left: 15px;
}

.particles span:nth-child(5) {
	width: 7px;
	height: 7px;
	top: 65px;
	left: 60px;
}

.particles span:nth-child(6) {
	width: 4px;
	height: 4px;
	top: 20px;
	left: 100px;
}

.particles span:nth-child(7) {
	width: 7px;
	height: 7px;
	top: 35px;
	left: 75px;
}

.particles span:nth-child(8) {
	width: 3px;
	height: 3px;
	top: 5px;
	left: 125px;
}

.particles span:nth-child(9) {
	width: 4px;
	height: 4px;
	top: 10px;
	left: 200px;
}

.particles span:nth-child(10) {
	width: 8px;
	height: 8px;
	top: 45px;
	left: 215px;
}

.particles span:nth-child(11) {
	width: 9px;
	height: 9px;
	top: 72px;
	left: 210px;
}

.particles span:nth-child(12) {
	width: 5px;
	height: 5px;
	top: 15px;
	left: 250px;
}

.particles span:nth-child(13) {
	width: 8px;
	height: 8px;
	top: 35px;
	left: 315px;
}

.particles span:nth-child(14) {
	width: 7px;
	height: 7px;
	top: 68px;
	left: 330px;
}

.particles span:nth-child(15) {
	width: 4px;
	height: 4px;
	top: 12px;
	left: 370px;
}

.particles span:nth-child(16) {
	width: 8px;
	height: 8px;
	top: 35px;
	left: 360px;
}

.particles span:nth-child(17) {
	width: 6px;
	height: 6px;
	top: 65px;
	left: 380px;
}

.particles span:nth-child(18) {
	width: 10px;
	height: 10px;
	top: 88px;
	left: 388px;
}

.particles span:nth-child(19) {
	width: 8px;
	height: 8px;
	top: 70px;
	left: 398px;
}

.particles span:nth-child(20) {
	width: 4px;
	height: 4px;
	top: 8px;
	left: 420px;
}

.particles span:nth-child(odd) {
	animation-delay: .5s;
}

.particles span:nth-child(3n) {
	animation-duration: 4s;
}

@keyframes float {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-8px);
	}
}

@keyframes blink {

	0%,
	100% {
		opacity: .4;
	}

	50% {
		opacity: 1;
	}
}

.column-slider .owl-nav,
.column-slider .owl-dots {
	display: none !important;
}

.column-slider .owl-stage {
	display: flex;
	align-items: center;
}

div#authorized-partner-action-alert {
	display: none;
}

.work-column.column-1 .work-content .icon img,
.work-column.column-3 .work-content .icon img {
	transform: scale(1.3);
	pointer-events: none;
}



@media (max-width:991px) {

}
@media (max-width:767px) {
.intro-video::after{display: none;}

}


 
.swiper-wrapper-row {
position: relative;
z-index: 10;
width: 100%;

}
.work-section {
	margin-bottom: -120px;
}
       
@media (max-width: 991px) {
	.mobile-slider-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0px;
		scrollbar-width: none;
	}
	.mobile-slider-wrapper::-webkit-scrollbar {
		display: none;
	}
	.mobile-slider-wrapper.active-drag {
		cursor: grabbing;
		cursor: -webkit-grabbing;
	}
	.row-column-become {
		min-width: 1000px; /* Force desktop width so it creates a slider */
		padding:  0px;
	}
	.become-section {
	background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)), url(../../authorized-partner-page/become-bg.webp);
	background-position: left center;
}
.swiper-row .swiper-wrapper-row{gap: 0px;}
  .swiper-row .swiper-wrapper-row .swiper-slide, .swiper-row .swiper-wrapper .swiper-slide {padding: 0 15px !important;}
  #scroll-section .container {
	padding-right: 0;
	padding-left: 0;
}
.bottom-heading {
	padding: 0 15px;
}
header, .main-wrapper, footer{overflow-x: hidden;}
}

@media (max-width: 767px) {
.section-heading {font-size: 26px;line-height: 30px;padding-bottom: 15px;}
.text-slider-section h2 {font-size: 16px;line-height: 21px;}
.promote-container .section-heading {font-size: 26px;line-height: 30px;max-width: 560px;}
.somparison-section .section-heading {padding-bottom: 0;}
.work-inner.desktop-view {
	display: none;
}
.work-inner.mobile-view.d-none {
	display: block !important;
	overflow: hidden;
	padding: 30px 60px 0 30px;
}
.work-section .container {
	padding: 0;
}
.work-inner.mobile-view .owl-stage-outer {
	overflow: unset;
}
.work-inner.mobile-view .owl-nav {
	display: none;
}
.work-inner.mobile-view .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100px;
	background: radial-gradient(50% 50% at 50% 50%, #00FFCD 0%, #000000 77.41%);
}
.work-inner.mobile-view .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-top: 50px;
}
.work-inner.mobile-view .owl-stage-outer .owl-stage {
	display: flex;
}
.work-inner.mobile-view .owl-stage-outer .owl-stage .item, .work-inner.mobile-view .owl-stage-outer .owl-stage .item .work-column, .work-inner.mobile-view .owl-stage-outer .owl-stage .item .work-column .work-content {
	height: 100%;
}
.work-section {
	margin-bottom: -60px;
}
}

/* .slider-content h2{
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease;
}

.owl-item.active .slider-content.active h2{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
} */
section.everything-section figure.img {display: none;}
@media (max-width: 991px) {
.somparison-wrapper{flex-wrap: inherit;gap: 0;}
 }
@media (max-width: 767px) {
.somparison-section h3 {font-size: 15px;line-height: 37px;}
.proof-section {display: none;}
.superhero-section {display: block !important;text-align: center;padding: 50px 0;}
.superhero-section .superhero-column-row {padding-top: 25px;display: flex;flex-wrap: wrap;flex-direction: column;gap: 40px;}
.superhero-section .superhero-column-row h4 {font-weight: 700;font-size: 25px;line-height: 14px;letter-spacing: 5%;text-align: center;text-transform: capitalize;padding-top: 20px;padding-bottom: 15px;background: linear-gradient(90deg, #000000 0%, #00FFCD 100%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;}
.superhero-section .superhero-column-row p {margin: 0;font-weight: 500;font-size: 15px;line-height: 17px;letter-spacing: 5%;text-align: center;text-transform: capitalize;color: #808080;}
.promote-group {display: none;}
.promote-container {padding: 50px 0 !important;background: transparent !important;}
.work-section {margin-bottom: 0;}
.promote-container .section-heading{color: #000;}
.promote-column-inner {margin: 0;}
.everything-section {display: block;}
.left-panel::after{display: none;}
.left-panel{box-shadow: none;border-radius: 0;    padding-bottom: 0;}
.potentiai-section .container {padding: 0;}
.calc-card {width: 90%;}
.left-panel .tagline{display: none;}
.income-row {border: 2px dashed #000;border-radius: 7px;padding: 11px 20px;max-width: 280px;margin: auto;text-align: center;}
.income-row {border: 2px dashed #000;border-radius: 7px;padding: 11px 20px;max-width: 320px;margin: auto;text-align: center;width: 100%;background: #FFF;}
.income-rows {position: relative;}
.income-rows::before {content: '';position: absolute;left: 0;right: 0;width: 2px;height: 100%;margin: auto;border: 1px dashed #000;}
section.everything-section .button-group {display: none;}
section.everything-section .bottom-button {display: none;}
.building-section .img-center span{display:none;}
.mobile-progress-track {right: inherit;left: 20px;height: 100%;top: 0;}
.flow-steps-col{padding-bottom: 0;padding-left: 65px;}
.flow-content-grid{overflow: unset;}
.somparison-wrapper .card.card-norm, .somparison-wrapper .card.card-auth {width: 130px;}
.somparison-wrapper .card.card-feat {width: calc(100% - 205px);}
.somparison-wrapper {box-shadow: 0px 14px 47.5px -18px rgb(0, 0, 0) !important;background: linear-gradient(322deg, #000000 40.87%, #00C8B3 121.25%);border: 1px solid rgba(255, 255, 255, 0.07);box-shadow: 0 12px 48px rgba(0, 0, 0, 0.55);border-radius: 35px;}
.somparison-wrapper::after {content: '';position: absolute;inset: 0;right: 0px;left: 0px;right: 0px;left: 0px;padding: 5px;border-radius: inherit;background: linear-gradient(340deg, #FFFFFF 0%, rgba(153, 153, 153, 0) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite: add, add;mask-composite: add, add;mask-composite: add, add;-webkit-mask-composite: xor;mask-composite: exclude;width: 100%;height: 100%;border-radius: 31px;z-index: 0;pointer-events: none;}
.somparison-wrapper .card-feat::after{display: none;}
.somparison-wrapper{position: relative;}
.somparison-wrapper .card{box-shadow: none;}
.somparison-wrapper .card.card-norm, .somparison-wrapper .card.card-auth{position: initial;}
.particles{left: 0; right: 0;}
.somparison-wrapper .card.card-norm .pill, .somparison-wrapper .card.card-auth .pill{display: none;}
.somparison-wrapper .card.card-norm {background: transparent;border-left: 1px solid #999 !important;border-radius: 0;}
.somparison-wrapper .card-auth::before{display: none;}
.somparison-wrapper .card{box-shadow: none !important;}
.somparison-wrapper .card-feat {background: transparent;}
.somparison-wrapper .head-light, .somparison-wrapper .val-light{color: #FFF;}
.somparison-wrapper .val-light, .somparison-wrapper .val-dark, .feat-txt {font-size: 11px;}
.somparison-wrapper .icon-box{width: 25px;height: 25px;}
.somparison-wrapper .card.card-auth {background: linear-gradient(2deg, #FFFFFF 8.23%, #00FFCD 92.59%);border: 1px solid #FFF !important;}
.somparison-wrapper .card.card-auth .head-dark {color: #000;font-size: 14px;}
.somparison-wrapper .card.card-auth .val-dark {color: #000;}
.somparison-wrapper .card-norm .rows .row::after, .somparison-wrapper .card-norm .card-head::before{display: none;}
.somparison-wrapper .card-head{border-bottom: 1px solid #999;}
.somparison-wrapper .card-head::before{display: none;}
.somparison-wrapper .card-head{padding: 14px 18px 13px;}
.somparison-wrapper .card-head {margin-bottom: 10px;}
.somparison-wrapper .rows .row {padding: 15px 20px;border-bottom: 1px solid #DDD;min-height: 68px;}
.somparison-wrapper .rows .row::after{display: none;}
.somparison-wrapper .rows .row:last-child {border-bottom: 0;}
section.everything-section figure.img {display: block;}
}  
#mobile-connector-svg {
	display: none;
}

@media (max-width: 900px) {
  .svg-connector-canvas {
    display: none !important;
  }

  .mobile-progress-track {
    display: none !important;
  }

  .flow-steps-col {
    position: relative;
  }

  .promote-column-inner > span {
    position: relative;
    z-index: 2;
  }
  #mobile-connector-svg {
	display:block;
}
.promote-column .promote-column-content span {
    width: 45px;
    height: 45px;
    font-size: 18px;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}
}
@media (max-width: 900px) {
  .flow-steps-col .svg-connector-canvas {
    display: none !important;
  }
}

#mobile-connector-svg {
    margin-left: -20px;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
/* .text-slider-section .text-slider-row .icon img {
	transform: inherit;
} */
@media (max-width: 991px) {
    .bnuilding-inner {
        max-width: 730px;
    }
}
@media (max-width: 767px) {
section.everything-section .bottom-button {
    display: block;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 1;
    right: 0;
}
section.everything-section{position: relative;        padding: 38px 0px 74px;}
.bottom-button a {
    min-width: 151px;
    font-size: 14px;
    line-height: 41px;
    height: 41px;
}
.building-section .img-center {
    max-width: 100%;
    transform: scale(1.1);
}
.building-section .bottom-bg {
    height: 21px;
    background-size: cover;
    bottom: 0;
}
.building-section {
    padding: 30px 0 28px;
}
.building-section .section-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
	    padding-bottom: 10px;
}
.building-section p {
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
}
.bottom-button a {
    min-width: 131px;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
}
.building-section .bottom-button {
    padding-top: 15px;
    margin-bottom: -13px;
}
.proof-section{display: block;}
.proof-content{margin-top: 150px;}
}

.swiper-content-inner::before {display: none !important;}
 .row-column-become .swiper-slide {padding-bottom: 150px !important;}

.bottom-heading{    margin-top: -95px;}