/*
Theme Name: Givemepublic
Author: Givemepublic
Version: 1.0
*/

:root {
	--color-body: #252432;
	--color-primary: #198FEE;	
	--color-primary-hover: #4faaf4;
}

html, body {
	margin: 0px;
	padding: 0px;
	color: var(--color-body);
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	height: 100%;
	color: var(--color-body);
	background: #F5F8FF;
	scroll-behavior: smooth;
}

.common__wrap {
	max-width: 100%;
	overflow: hidden;
}
.common__container {
	width: 95%;
	max-width: 1224px;
	margin: auto;
}
.common__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 120%;
	margin: 0px;
}

.index__hero {
	position: relative;
	text-align: center;
	padding-top: 215px;
	margin-bottom: 220px;
}
.index__hero-before {
	display: block;
	position: absolute;
	left: -10px;
	bottom: -20%;
	width: 230px;
	height: 400px;
	pointer-events: none;
	background: url(assets/images/index-hero-decorator-01.png) center center no-repeat;
	background-size: contain;
}
.index__hero-after {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 335px;
	height: 382px;
	pointer-events: none;
	background: url(assets/images/index-hero-decorator-02.png) center center no-repeat;
	background-size: contain;
}
.index__hero-container {
	position: relative;
	max-width: 936px;
}
.index__hero-title {
	font-family: 'NauryzRedKeds';
	font-size: 73.34px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
}
.index__hero-title p {margin: 0px;}
.index__hero-title i {
	display: inline-block;
	background: linear-gradient(to right, #FFE62E 0%, #EA493A 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-style: normal;
}
.index__hero-lead {
	font-size: 40px;
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 30px;
}
.index__hero-lead p {margin: 0px;}

.index__examples {
	overflow: hidden;
	margin-bottom: 30px;
}
.index__examples-header {margin-bottom: 36px;}
.index__examples-items {
	display: grid;
	grid-template-columns: minmax(auto, 350px) minmax(auto, 475px) minmax(auto, 350px);
	align-items: center;
	gap: 30px;
	justify-content: space-between;
}
.index__example img {
	position: relative;
	left: 50%;
	max-width: 120%;
	height: auto;
	transform: translateX(-50%);
}
.index__examples-decorator {pointer-events: none;}
.index__examples-decorator img {
	width: 100%;
	height: auto;
}

.index__partners {position: relative;}
.index__partners:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 840px;
	background: url(assets/images/index-partners-decorator.png) center center no-repeat;
	background-color: #F5F8FF;
	background-blend-mode: color-burn;
	background-size: 100% auto;
	z-index: 1;
}
.index__partners-header {
	position: relative;
	z-index: 5;
}
.index__partners-slider {
	position: relative;
	z-index: 5;
}
.index__partners-slider:before {
	position: absolute;
	content: '';
	pointer-events: none;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	background: linear-gradient(to left, rgba(245, 248, 255, 0) 0%, rgba(245, 248, 255, 1) 70%);
	z-index: 10;
}
.index__partners-slider:after {
	position: absolute;
	content: '';
	pointer-events: none;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 100%;
	background: linear-gradient(to right, rgba(245, 248, 255, 0) 0%, rgba(245, 248, 255, 1) 70%);
	z-index: 10;
}
.index__partners-header {
	text-align: center;
	margin-bottom: 200px;
}
.index__partners-slider {margin-bottom: 200px;}
.index__partners-navigation {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	top: 50%;
	left: 0px;
	width: calc(100% + 20px);
	transform: translateY(-50%);
	z-index: 20;
}
.index__partners-nav {
	display: block;
	cursor: pointer;
	pointer-events: all;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #fff url(assets/images/slider-nav.svg) center center no-repeat;
	background-size: 24px auto;
}
.index__partners-nav.prev {transform: scaleX(-1);}
.index__partners-nav.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.7;
}

.index__partners {margin-bottom: 130px;}
.index__partner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	min-width: 250px;
	width: 30%;
}
.index__partner img {
	max-width: 250px;
	max-height: 90px;
	width: auto;
	height: auto;
}
.index__partners-excerpt {
	position: relative;
	font-size: 40px;
	line-height: 100%;
	font-weight: 500;
	max-width: 936px;
	text-align: center;
	margin: 0px auto;
	z-index: 5;
}

.index__steps {margin-bottom: 210px;}
.index__steps-header {margin-bottom: 52px;}
.index__steps-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	counter-reset: index__step;
}
.index__step {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	counter-increment: index__step;
	background: #fff;
	border-radius: 20px;
	font-size: 34px;
	font-weight: 500;
	line-height: 100%;
	padding: 80px 26px 26px 26px;
	min-height: 299px;
}
.index__step:before {
	position: absolute;
	top: 30px;
	left: 26px;
	font-family: 'Inter';
	font-size: 60px;
	font-weight: bold;
	content: counter(index__step);
}

.index__features {
	position: relative;
	margin-bottom: 125px;
}
.index__features:before {
	content: '';
	position: absolute;
	top: 180px;
	left: 0px;
	width: 560px;
	height: 720px;
	background: url(assets/images/index-features-decorator.png) center center no-repeat;
	background-color: #F5F8FF;
	background-blend-mode: color-burn;
	background-size: contain;
	z-index: -1;
}
.index__features-header {margin-bottom: 52px;}
.index__features-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 36px;
}
.index__feature {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	padding: 46px 22px 26px 22px;
	min-height: 497px;
}
.index__feature-title {
	font-size: 40px;
	line-height: normal;
	font-weight: 600;
	max-width: 275px;
	padding-left: 26px;
}
.index__feature-value {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0px 26px;
	font-family: 'Inter';
	font-size: 60px;
	font-weight: 600;
	height: 127px;
	background: #F5F8FF;
	border-radius: 10px;
}

.index__pricing {margin-bottom: 120px;}
.index__pricing-container {position: relative;}
.index__pricing-container:after {
	position: absolute;
	right: -63px;
	bottom: 0px;
	content: '';
	width: 300px;
	height: 290px;
	background: url(assets/images/index-pricing-decorator.png) center center no-repeat;
	background-size: contain;
	background-color: #F5F8FF;
	background-blend-mode: color-burn;
	background-size: contain;
	transform: translateY(25%);
	z-index: -1;
}
.index__pricing-info {
	box-sizing: border-box;
	background: #fff;
	padding: 24px 26px;
	border-radius: 20px;
	font-size: 28px;
	margin-bottom: 20px;
}
.index__pricing-items {display: none;}
.index__pricing-header {margin-bottom: 40px;}
.index__pricing-legend {
	background: #F5F8FF;
	border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-items: center;
	font-weight: bold;
	margin-bottom: 46px;
}
.index__pricing-values {font-weight: 500;}
.index__pricing-layout {
	display: grid;
	grid-auto-columns: minmax(0px, 1fr);
	grid-auto-flow: column;
	gap: 20px;
	padding-left: 26px;
	padding-right: 26px;
}
.index__pricing-hint {font-size: 24px;}

.index__process {
	position: relative;
	margin-bottom: 220px;
}
.index__process:before {
	position: absolute;
	content: '';
	right: 0px;
	bottom: -200px;
	width: 225px;
	height: 280px;
	background: url(assets/images/index-process-decorator.png) center center no-repeat;
	background-size: contain;
	background-color: #F5F8FF;
	background-blend-mode: color-burn;
	background-size: contain;
	z-index: -1;
}
.index__process-header {margin-bottom: 40px;}
.index__process-brand {
	display: inline-block;
	font-family: 'NauryzRedKeds';
	font-weight: bold;
}
.index__process-brand i {
	display: inline-block;
	background: linear-gradient(to right, #FFE62E 0%, #EA493A 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-style: normal;
}
.index__process-layout {
	display: grid;
	grid-template-columns: 20% 1fr 20% 1fr 30%;
	align-items: center;
}
.index__process-layout img {
	max-width: 100%;
	height: auto;
}
.index__process-decorator {
	display: block;
	margin: auto;
	width: 70px;
	height: 28px;
	background: url(assets/images/index-steps-decorator-01.svg) center center no-repeat;
	background-size: contain;
}
.index__process-transaction {
	display: block;
	margin: auto;
	width: 102px;
	height: 300px;
	background: url(assets/images/index-steps-decorator-02.svg) center center no-repeat;
	background-size: contain;
}

.index__magnet {
	position: relative;
	text-align: center;
	padding-bottom: 154px; 
	background: url(assets/images/index-magnet-background.png) bottom center no-repeat;
	background-size: 100% 100%;
}
.index__magnet-header {
	font-size: 48px;
	line-height: 100%;
	font-weight: 600;
	margin-bottom: 64px;
}
.index__magnet-header p {margin: 0px;}
.index__magnet-header i {
	display: inline-block;
	font-family: 'NauryzRedKeds';
	font-style: normal;
}
.index__magnet-qr {
	max-width: 531px;
	margin: 0px auto 48px auto;
}
.index__magnet-qr img {
	max-width: 100%;
	height: auto;
}
.index__magnet-cta {
	display: inline-flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	height: 84px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: #4E47FF;
	border-radius: 10px;
	width: 469px;
	max-width: 100%;
	text-decoration: none;
}