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

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

html, body {
	margin: 0px;
	padding: 0px;
	background: #000;
	color: var(--color-body);
	font-family: 'VK Sans Display';
	font-size: 18px;
	height: 100%;
	scroll-behavior: smooth;
}

.color__white {color: #F5F5F7;}
.color__primary {color: var(--color-primary);}

.common__container {
	width: 95%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.common__section {margin-bottom: 136px;}

.common__anchor {
	display: block;
	position: relative;
	overflow: hidden;
	pointer-events: none;
	width: 100%;
	top: -40px;
}

.common__title {
	margin: 0px;
	font-size: 47.5px;
	font-weight: 500;
	letter-spacing: 1.3px;
	-webkit-font-smoothing: antialiased;
}
.common__title i {
	font-style: normal;
	color: var(--color-primary);
}
.common__metabox {
	position: relative;
	box-sizing: border-box;
	background: #101010;
	border-radius: 36px;
	padding: 75px 52px 116px 52px;
}
.common__metabox.decorated:before {
	position: absolute;
	content: '';
	top: 26px;
	left: 50%;
	height: 100%;
	width: 92%;
	transform: translateX(-50%);
	background: #19191B;
	border-radius: 36px;
	z-index: -1;
}

.common__slider-nav {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	font-family: 'VK Sans Display';
	font-size: 70px;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	background: #1A1A1B url(assets/images/slider-nav.svg) left 55% center no-repeat;
	background-size: 27%;
	transition: 0.3s;
}
.common__slider-nav.prev {transform: scaleX(-1);}
.common__slider-nav.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.6;
}
.common__slider-pagination {
	text-align: center;
	--swiper-pagination-bottom: 0px;
	--swiper-pagination-bullet-width: 70px;
	--swiper-pagination-bullet-height: 9px;
	--swiper-pagination-color: #85858B;
	--swiper-pagination-bullet-inactive-color: #19191B;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-border-radius: 10px;
	--swiper-pagination-bullet-horizontal-gap: 6px;
}

.common__typography p {margin: 0px 0px 15px 0px}
.common__typography p:last-child {margin: 0px;}

.header {padding-top: 65px;}
.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
}
.header__logo {
	display: block;
	width: 95px;
	height: 52px;
	background: url(assets/images/logo.svg) center center no-repeat;
	background-size: contain;
}
.header__menu {
	display: flex;
	gap: 35px;
	font-size: large;
	margin: 0px;
	list-style: none;
}
.header__menu a {
	color: #CDCDCD;
	text-decoration: none;
	transition: 0.3s;
}
.header__menu a:hover {color: var(--color-primary);}

.index__hero-title {
	text-align: center;
	margin: 0px 0px 32px 0px;
}
.index__hero-label {
	font-size: 32px;
	font-weight: 400;
	color: #86868B;
	text-transform: uppercase;
	letter-spacing: 7.5px;
	margin-bottom: 6px;
	-webkit-font-smoothing: antialiased;
}
.index__hero-brand {
	font-family: 'NauryzRedKeds';
	font-size: 106px;
	color: #F5F5F7;
}
.index__hero-excerpt {
	text-align: center;
	font-weight: 500;
	margin-bottom: 104px;
}
.index__hero-decorator {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 32.5%;
	width: 90vw;
	background: url(assets/images/index-hero-decorator.svg) top left no-repeat;
}
@media screen and (min-width: 1468px) {
	.index__hero-decorator {
		padding-top: 0px;
		height: calc((100vw / 100) * 31);
	}
}

@media screen and (max-width: 767px) {
	.index__features {
		margin-top: 0!important;
	}
}

.index__features {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: -120px;
}
.index__features-title {margin-bottom: 122px;}
.index__feature-header {
	position: relative;
	padding-bottom: 28px;
	border-bottom: 2px solid #3F3F3F;
	margin-bottom: 52px;
}
.index__features-slider {
	position: relative;
	padding-bottom: 110px;
}
.index__feature-title {
	font-family: 'NauryzRedKeds';
	font-size: 76px;
	color: #F5F5F7;
}
.index__feature-content {
	font-size: 62px;
	line-height: 118%;
}
.index__feature-label a {color: #F5F5F7;}
.index__feature-label a[href] {
	color: var(--color-primary-hover);
	text-decoration: underline;
}

.index__features-navigation {
	position: absolute;
	display: flex;
	pointer-events: none;
	right: 0px;
	top: 0px;
	gap: 12px;
	background-image: linear-gradient(to left, #101010, rgba(0, 0, 0, 0));
	z-index: 10;
}
.index__features-pagination {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.index__examples-title {margin-bottom: 72px;}
.common__title-decorator {
	display: inline-block;
	width: 37px;
	height: 37px;
	object-fit: contain;
	object-position: center center;

}
.index__examples-slider {
	position: relative;
	padding-bottom: 52px;
}
.index__examples-slider:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 10%;
	height: 100%;
	background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	z-index: 5;
}
.index__examples-slider:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 10%;
	height: 100%;
	background-image: linear-gradient(to left, #000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	z-index: 5;
}
.index__examples-navigation {
	position: absolute;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	top: calc(50% - 52px);
	left: 0px;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
}
.index__examples-pagination {
	position: absolute;
	left: 0px;
	width: 100%;
	line-height: 0px;
	--swiper-pagination-bottom: 0px;
}
.index__example {
	display: flex;
	flex-flow: column;
	max-width: 1000px;
	width: 80%;
	height: auto;
	word-break: break-word;
}
.index__example-content {
	position: relative;
	box-sizing: border-box;
	flex-grow: 1;
	padding: 22px;
	color: #F5F5F5;
	font-size: 28px;
	background: #232323;
	border-radius: 32px;
}
.index__example-content:before {
	position: absolute;
	content: '';
	bottom: 0px;
	right: 100%;
	width: 52px;
	height: 37px;
	background: url(assets/images/index-example-decorator.svg) center center no-repeat;
	background-size: contain;
	transform: translateX(70%);
}
.index__example-actions {
	text-align: center;
	padding-top: 31.6px;
}
.index__example-cta {
	display: inline-flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	padding: 5px 34px;
	font-size: 25px;
	line-height: normal;
	font-weight: 600;
	color: #F5F5F7;
	background: var(--color-primary);
	min-height: 67px;
	border-radius: 36px;
	text-decoration: none;
	transition: 0.3s;
}
.index__quote-inner {
	position: relative;
	background: #000B0C;
	padding: 32px 52px;
	font-size: 29px; 
	color: #86868B;
	overflow: hidden;
}
.index__quote-decorator {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	width: 26px;
	height: 100%;
	background: #00DFE1;
}
.index__quote-wrap {max-width: 1150px;}
.index__quote-hero {
	display: flex;
	gap: 35px;
	margin-bottom: 24px;
}
.index__quote-hero:last-child {margin-bottom: 0px;}
.index__quote-icon {
	width: 115px;
	height: 115px;
	flex-shrink: 0;
	object-fit: contain;
	object-position: center;
}
.index__quote-inner i {
	color: #F5F5F7;
	font-style: normal;
}
.index__quote a {
	position: relative;
	color: var(--color-primary);
	text-decoration: none;
}
.index__quote a:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url(assets/images/icon-link.png) center center no-repeat;
	background-size: contain;
}
.index__quote a:after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: var(--color-primary);
}

.index__advantage {
	position: relative;
	margin-bottom: 142px;
}
.index__advantage:last-child {margin-bottom: 0px;}
.index__advantage-decorator {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 105px;
	height: 105px;
	object-fit: contain;
	object-position: top left;
	opacity: 0.1;
}
.index__advantage-header {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px 28px;
	margin-bottom: 40px;
}
.index__advantage-label {
	font-weight: 500;
	font-size: 43px;
}
.index__advantage-title {
	color: #F5F5F7;
	font-size: 44px;
	font-family: 'NauryzRedKeds';
}
.index__advantage-excerpt {
	font-size: 31px;
	max-width: 1130px;
}

.index__onboarding-header {margin-bottom: 32px;}
.index__onboarding-title {margin-bottom: 18px;}
.index__onboarding-excerpt {font-size: 31px;}
.index__onboarding-slider {
	position: relative;
	padding-bottom: 16px;
}
.index__onboarding-slider:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	z-index: 5;
}
.index__onboarding-slider:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	background-image: linear-gradient(to left, #000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	z-index: 5;
}
.index__onboarding-navigation {
	position: absolute;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	top: calc(50% - 16px);
	left: 0px;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
}
.index__onboarding-pagination {
	position: absolute;
	left: 0px;
	width: 100%;
	line-height: 0px;
	--swiper-pagination-bottom: 0px;
}
.index__onboarding-slide {max-width: 646px;}
.index__onboarding-slide img {
	max-width: 100%;
	height: auto;
}
.index__clients-title {
	text-align: center;
	margin-bottom: 55px;
}
.index__clients-items {
	display: grid;
	grid-template-columns: repeat(4, minmax(auto, 305px));
	gap: 35px;
	justify-content: space-between;
}
.index__client {
	display: flex;
	flex-flow: column;
	box-sizing: border-box;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.05);
	min-height: 290px;
	padding: 32px 25px;
}
.index__client-cover {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}
.index__client-image {
	max-width: 100%;
	max-height: 73%;
	width: auto;
	height: auto;
}
.index__client-title {
	text-align: center;
	font-size: 26px;
	margin: auto 0px 0px 0px;
}

.index__tiers-header {
	box-sizing: border-box;
	padding-bottom: 46px;
	border-bottom: 2px solid #3F3F3F;
	margin-bottom: 95px;
}
.index__tiers-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 115px;
}
.index__tier {font-size: 45px;}
.index__tier-title {
	color: #F5F5F7;
	font-weight: 500;
	margin-bottom: 67px;
}
.index__tier-prop:not(:last-child) {margin-bottom: 92px;}
.index__tier-price {font-weight: 600;}
.index__tier-unit {font-size: 26px;}
.index__tiers-hint {font-size: 30px;}

.index__stages-header {margin-bottom: 144px;}
.index__stages-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	counter-reset: index__stage;
}
.index__stage {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-flow: column;
	counter-increment: index__stage;
	min-height: 330px;
	text-align: center;
	padding: 0px 20px 42px 20px;
	border: 1px solid #1D1D1D;
}
.index__stage-cover {
	display: flex;
	align-items: center;
	justify-content: center;
}
.index__stage-cover img {
	flex-shrink: 0;
	height: 82%;
	width: auto;
}

.index__stage:nth-child(3n + 1) {border-left: 0px;}
.index__stage:nth-child(3n) {border-right: 0px;}

.index__stage:nth-child(-n+3) {border-top: 0px;}
.index__stage:nth-last-child(-n+3) {border-bottom: 0px;}

.index__stage:before {
	position: absolute;
	content: counter(index__stage);
	top: 20px;
	left: 20px;
	font-size: 122px;
	font-weight: 600;
	line-height: 84px;
	color: #0B0B0B;
}
.index__stage:nth-child(-n+3):before {top: 0px;}
.index__stage:nth-child(3n + 1):before {left: 0px;}

.index__stage-cover {flex-grow: 1;}
.index__stage-title {
	color: #F5F5F7;
	font-size: 26px;
	min-height: 66px;
	margin: auto 0px 0px 0px;
	max-width: 340px;
}

.index__functions-header {
	text-align: center;
	margin-bottom: 64px;
}
.index__functions-items {
	display: grid;
	grid-template-columns: repeat(4, minmax(auto, 285px));
	justify-content: space-between;
	gap: 20px;
}

.index__function {
	text-align: center;
	font-size: 23px;
}
.index__function-cover {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 162px;
}
.index__function-image {position: relative;}
.index__function-image img {
	display: block;
	width: auto;
	height: 82px;
}
.index__function-decorator{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	box-shadow: 0 0 90px 60px rgba(129, 9, 185, 0.5);
	transform: translate(-50%, -50%);
}
.index__function-title {
	font-weight: 500;
	color: rgba(129, 9, 185);
	margin-bottom: 24px;
}

.index__function:nth-child(2) .index__function-decorator{box-shadow: 0 0 90px 60px rgba(9, 184, 27, 0.5);}
.index__function:nth-child(2) .index__function-title {color: rgba(9, 184, 27, 1);}
.index__function:nth-child(3) .index__function-decorator {box-shadow: 0 0 90px 60px rgba(9, 101, 186, 0.5);}
.index__function:nth-child(3) .index__function-title {color: rgba(9, 101, 186, 1);}
.index__function:nth-child(4) .index__function-decorator {box-shadow: 0 0 90px 60px rgba(186, 9, 9, 0.5);}
.index__function:nth-child(4) .index__function-title {color: rgba(186, 9, 9, 1);}

.index__trial-header {margin-bottom: 44px;}
.index__trial-excerpt {
	margin-top: 8px;
	font-size: 31px;
}
.index__trial-stages {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(auto, 364px));
	justify-content: space-between;
	z-index: 5;
}
.index__trial-stage img {
	width: 100%;
	height: auto;
}

.index__trial-hero {
	position: relative;
	display: flex;
	box-sizing: border-box;
	flex-flow: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	height: 635px;
	padding-bottom: 78px;
}
.index__trial-hero:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -50px;
	left: 0px;
	background: url(assets/images/index-trial-cover.png) top center no-repeat;
	background-size: contain;
}
.index__trial-value {
	width: 500px;
	height: 326px;
	background: url(https://givemepublic.com/wp-content/uploads/2024/10/free_posts.svg) center center no-repeat;
	background-size: contain;
	margin-bottom: 48px;
}
.index__trial-content {
	font-size: 31px;
	max-width: 550px;
}
.index__trial-actions {text-align: center;}
.index__trial-cta {
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: 'NauryzRedKeds';
	font-size: 50px;
	line-height: 102px;
	height: 90px;
	color: #F5F5F7;
	text-decoration: none;
	padding: 0px 85px;
	border-radius: 40px;
	background: var(--color-primary);
	transition: 0.3s;
}
.index__trial-cta:hover {background: var(--color-primary-hover);}
.index__trial-cta:before {
	position: absolute;
	content: '';
	top: 50%;
	width: 67px;
	height: 71px;
	background: url(assets/images/index-trial-cta.svg) center center no-repeat;
	background-size: contain;
	left: -80px;
	transform: scaleX(-1) translateY(-50%);
}
.index__trial-cta:after {
	position: absolute;
	content: '';
	top: 50%;
	width: 67px;
	height: 71px;
	background: url(assets/images/index-trial-cta.svg) center center no-repeat;
	background-size: contain;
	right: -80px;
	transform: translateY(-50%);
}

.page__container {
	color: var(--color-body);
	padding: 0px 0px 50px 0px;
}
.page__container a {color: var(--color-primary);}

.footer {
	background: #0F0F0F;
	color: #F5F5F7;
	font-size: 18px;
}
.footer a {color: var(--color-primary);}

.footer__container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
}
.footer__identity {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.footer__logo {
	width: 105px;
	height: auto;
}
.footer__legal {
	display: flex;
	flex-flow: column;
	text-align: center;
	gap: 10px;
}
.footer__platforms {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.footer__platform {
	display: block;
	width: 33px;
	height: 33px;
	background: url(assets/images/platform-telegram.png) center center no-repeat;
	background-size: contain;
}