html {
	scroll-behavior: smooth;
}

body {
	background-color: #fafafa;
	box-sizing: border-box;
	font-family: 'Playfair Display', sans-serif;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

/* Navbar */

#navbar {
	position: sticky;
	top: 0;
	z-index: 100;
	transition: box-shadow 0.3s ease;
	/* overflow: hidden; */
	background: linear-gradient(to right, #311b92, #9575cd);
	width: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.side-menu-wrapper,
.cta-container {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.hamb {
	cursor: pointer;
	display: none;
	padding: 0px 20px;
}

.hamb-line {
	background: white;
	display: block;
	height: 2px;
	position: relative;
	width: 24px;
}

.hamb-line::before,
.hamb-line::after {
	background: white;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all 0.2s ease-out;
	width: 100%;
}

.hamb-line::before {
	top: 5px;
}

.hamb-line::after {
	top: -5px;
}

.side-menu {
	display: none;
}

.side-menu:checked ~ nav {
	max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
	background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
	transform: rotate(-45deg);
	top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
	transform: rotate(45deg);
	top: 0;
}

select {
	order: 2;
	margin-bottom: 6px;
}

.hamburger-menu-wrapper {
	order: 1;
}

.header-logo-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 1275px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

.header-logo-wrapper .cta-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.header-logo-wrapper .logo {
	width: 60px;
	height: 60px;
}

.header-logo-wrapper .cta {
	color: white;
	width: fit-content;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
}

.cta:hover {
	opacity: 0.8;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	border: none;
	color: white;
	font-size: large;
	outline: none;
	margin-bottom: 6px;
}

select:focus,
select:active {
	border: none;
	outline: none;
}
/* Typography */

h1 {
	font-size: 3.5rem;
	font-weight: bolder;
	margin: 0px;
}
h2 {
	font-size: 2rem;
	font-weight: lighter;
	margin: 0px;
}

h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}

p {
	font-size: 20px;
	line-height: 1.5;
}

/* HEADER section */

header {
	padding-top: 60px;
	background: linear-gradient(to right, #311b92, #9575cd);
}

.header {
	display: flex;
	color: white;
}

.header-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	max-width: 1275px;
	margin: auto;
	gap: 60px;
}

.hero-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-image img {
	width: 90%;
	height: auto;
	margin: auto;
}

.hero-text {
	justify-content: flex-start;
	flex: 1;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 30px;
	max-width: 50%;
}

.call-to-action {
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: fit-content;
	align-items: center;
	margin-top: 40px;
}
.cta {
	max-width: 200px;
	cursor: pointer;
}

.cta {
	position: relative;
	padding-bottom: 8px;
}

.cta:hover {
	opacity: 0.8;
}

.cta.active {
	text-decoration: none;
	border-bottom: 4px solid #b2ff59;
	padding-bottom: 4px;
}

.svg-wrapper {
	position: relative;
}
.sch-shape {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: -10;
}

/* FEATURES SECTION */

.features-list-wrapper {
	display: flex;
	flex-direction: column;
}

.features-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: auto;
	max-width: 1275px;
	margin-top: 50px;
}

.card {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 300px;
	height: 400px;
	border-radius: 8px;
	padding: 36px;
	background-color: white;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 50%;
	background-color: #efdff7;
}

.card-icon img {
	width: 50px;
	color: white;
}

/* FEATURES-LIST-SECTION */

.features-list-section-wrapper {
	background-color: #f2f0f6;
	padding-bottom: 10em;
}

.features-list-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1275px;
	margin: auto;
}

.feature-image {
	max-width: 50%;
	display: flex;
	margin: auto;
}

.feature-image img {
	width: 80%;
	height: auto;
	margin: auto;
}

.features-list {
	display: flex;
	flex-direction: column;
	max-width: 50%;
}

.features-list h3 {
	margin-top: 0px;
}

.badge {
	color: #5000ca;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

.features-list-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 50px;
}

.software-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	/* padding-bottom: 50px; */
}

ul.software-list {
	list-style-type: none;
}

ul.features-list-list {
	list-style-type: none;
}

ul.features-list-list li {
	position: relative;
	padding-left: 25px;
	margin-left: -35px;
	font-size: 20px;
}

ul.software-list li {
	position: relative;
	padding-left: 25px;
	margin-left: -35px;
	font-size: 20px;
}

ul.features-list-list li::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('images/heart.webp');
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

ul.software-list li::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('images/medal.webp');
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

ul.features-list-list li:nth-child(1):before {
	background-image: url('images/cowbell.webp');
}
ul.features-list-list li:nth-child(3):before {
	background-image: url('images/bookmark.webp');
}

.cta-learn-more {
	background-color: #5000ca;
	color: white;
	padding: 20px 30px;
	font-size: 14px;
	border-radius: 8px;
	border: none;
	width: fit-content;
	cursor: pointer;
	font-weight: bold;
	border: 2px solid #311b92;
	text-decoration: none;
}

.cta-learn-more:hover {
	color: #311b92;
	background-color: #f4ebf8;
	border: 2px solid #311b92;
	text-decoration: none;
}

/* BEST {PRACTICIES SECTION */

.best-practices-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: auto;
	padding-bottom: 15%;
	padding-top: 5em;
}

.best-practices {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.best-practices-wrapper p {
	margin-bottom: 2em;
	line-height: 1.5;
}

.best-practices-wrapper h4 {
	margin-bottom: 0em;
}
.best-practices-image-wrapper {
	display: flex;
	align-self: center;
}

.best-practices .row img {
	width: 20px;
	height: 20px;
	margin-top: 1.8em;
}

.best-practices-image {
	width: 80%;
	height: auto;
	margin: auto;
	display: flex;
}

.best-practices .colum {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
	justify-content: space-between;
	align-items: center;
}
.best-practices .row {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	/* align-items: center; */
	min-height: 350px;
}

.best-practices .row div {
	height: 100%;
	min-height: 350px;
	display: flex;
	flex-direction: column;
}

/* FOOTER */

.footer-wrapper {
	background: linear-gradient(to right, #311b92, #9575cd);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
	max-width: 100%;
	padding-bottom: 10em;
}

.footer-wrapper p {
	margin-top: 0px;
	font-size: 30px;
	display: flex;
	align-items: center;
}

.footer-wrapper h3 {
	margin-top: 0px;
}

.svg-footer-wrapper {
	position: relative;
	height: 200px;
}

.footer-wave-1 {
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: -1;
}

.footer-wave {
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -10;
}

.social-wrapper {
	background: linear-gradient(to right, #311b92, #9575cd);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 50px;
	margin: auto;
	padding-left: 200px;
	padding-right: 200px;
	color: white;
}

.logo {
	width: 80px;
	height: 80px;
}

.logo-wrapper {
	display: flex;
	gap: 20px;
}

.logo-wrapper p {
	font-weight: lighter;
	font-size: medium;
}

.logo-wrapper a {
	font-weight: lighter;
	font-size: medium;
	color: white;
	text-decoration: none;
}

.social {
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
}

.social a {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.social a:hover {
	opacity: 0.8;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-direction: column;
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	right: 0;
	max-width: 350px;
	background-color: #f4ebf8;
	color: black;
	text-align: center;
	padding: 20px;
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	z-index: 1000;
	border-top-left-radius: 10px;
	transition: transform 0.3s ease-in-out;
	transform: translateY(100%);
	box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
}

.cookie-banner a {
	padding-bottom: 10px;
	text-decoration: none;
}
.cookie-banner a:focus {
	color: #5000ca;
}

.cookie-banner.show {
	transform: translateY(0);
}

.cookie-banner p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.cookie-banner button {
	margin-left: 10px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 5px;
}

.accept-btn {
	background-color: #5000ca;
	color: white;
	border: 1px solid #5000ca;
}

.reject-btn {
	background-color: #f4ebf8;
	color: #5000ca;
	border: 1px solid #5000ca;
}

.support-ukraine {
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.3s ease, scale 0.3s ease;
}

.support-ukraine-button {
	font-size: 12px;
	font-family: inherit;
	font-weight: 700;
	padding: 4px;
	border-radius: 20px;
	cursor: pointer;
	border: none;
	color: black;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	background: linear-gradient(0deg, rgba(255, 213, 0, 1) 0%, rgba(255, 213, 0, 1) 47%, rgba(0, 91, 187, 1) 47%, rgba(0, 91, 187, 1) 100%);
	transition: all 0.1s ease-in-out;
	margin-left: 8px;
}

.support-ukraine-button:active {
	transform: translateY(3px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.support-ukraine-button .button-content {
	display: flex;
	align-items: center;
	background: white;
	padding: 0.7em 1.5em;
	padding-left: 1.2em;
	border-radius: 16px;
}

.support-ukraine-button svg {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	color: #ff0000;
	transition: transform 0.3s;
}

.support-ukraine-button:hover svg {
	transform: scale(1.2);
}

.google-image-container {
	position: relative;
	display: inline-block;
}

.label {
	position: absolute;
	top: -27px;
	right: -80px;
	background-color: #b2ff59;
	color: #5000ca;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	text-transform: uppercase;
	z-index: 1;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.google-image-container:hover .label {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1353px) {
	.header-logo-wrapper,
	.header-wrapper,
	.best-practices-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 1024px) {
	.header-logo-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.headline {
		font-size: 50px;
	}

	.hero-text {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 30px;
		max-width: 100%;
	}

	.header-wrapper {
		justify-content: center;
		padding-right: 40px;
		padding-left: 40px;
	}

	.hero-image {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.hero-image img,
	.best-practices-image {
		width: 60%;
		padding-bottom: 40px;
	}

	.call-to-action {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		width: fit-content;
		align-items: center;
	}

	.feature-image {
		max-width: 100%;
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.features-list {
		max-width: 100%;
		justify-content: center;
	}

	.features-list-section-wrapper {
		padding-bottom: 6em;
	}

	.social-wrapper,
	.features-list-section,
	.best-practices-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.social-wrapper {
		justify-content: center;
		align-items: center;
		gap: 30px;
	}

	.best-practices-wrapper {
		padding-bottom: 0.5em;
	}

	.best-practices {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.best-practices .row {
		min-height: unset !important;
		justify-content: flex-start;
		width: 100%;
	}
	.best-practices .row div {
		min-height: unset !important;
	}

	.best-practices .row h4 {
		margin: 0;
	}

	.footer-wrapper p {
		text-align: center;
	}
}

@media (max-width: 908px) {
	.call-to-action {
		justify-content: center;
	}
}

@media (max-width: 807px) {
	.hamb {
		display: inline;
	}

	.hamburger-menu-wrapper {
		order: 2;
	}

	.cta-wrapper {
		background-color: #f2f0f6;
		padding: 40px;
		flex-direction: column;
		min-width: 200px;
		align-items: flex-start !important;
		position: absolute;
		top: 125px;
		right: 20px;
		z-index: 1000000;
		border-radius: 10px;
		box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease;
	}

	.side-menu:checked ~ .cta-wrapper {
		opacity: 1;
		visibility: visible;
	}

	.cta-wrapper a {
		color: black !important;
	}
}

@media (max-width: 747px) {
	.social-wrapper {
		justify-content: space-between;
	}

	.logo-wrapper {
		flex-direction: column;
		gap: 0px;
	}
	.logo-wrapper p {
		margin-top: 0px;
	}
}
