
:root {
	--color-green: #5BBE73;
	--color-blue: #3F53E7;
	--color-yellow: #f0b540;
	--color-red: #fc404e;
}

html, body {
	overflow-x: hidden;
	overflow-y: auto;
}

html, body, h1, h2, h3, h4, h5 p, ul, li {
	font-family: 'Montserrat', sans-serif;
}

.mt-48 {
	margin-top: 48px;
}

.mb-48 {
	margin-bottom: 48px;
}

section {
	padding: 32px 0;
}

/* Navbar */
.section-navbar {
	z-index: 1000;
	transition: all 0.3s;
}

.navbar.scrolltop-1 {
	background-color: transparent;
}

.navbar.scrolltop-0 {
	background-color: #212134;
}

/* Welcome */
.section-welcome {
	position: relative;
	background: #32324D;
	padding: 0 !important;
	min-height: 300px;
}

.section-welcome-background {
	background-size: contain;
	background: #32324D;
	
}

.section-welcome-headlines-container {
	min-height: 300px;
}

.section-welcome-headlines {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.section-welcome-headlines h1 {
	color: #fff;
	font-size: 3rem;
	line-height: 3.8rem;
	font-weight: 700;
}

.section-welcome-headlines h3 {
	color: #fff;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 400;
}

.section-welcome .headline-texts {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	opacity: 0;
}

@media screen and (max-width: 992px) {
	.section-welcome-headlines h1 {
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.8rem;
		font-weight: 700;
	}

	.section-welcome-headlines h3 {
		color: #fff;
		font-size: 1rem;
		line-height: 1.2rem;
		font-weight: 400;
	}
}

/* What is coachingmatrix */
.section-what-is {
	background-color: #fff;
}

.section-what-is h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}

.section-what-is p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #32324D;
}

/* Offer section */
.section-blue-try {
	background: linear-gradient(180deg, #3A38CA 0%, #416BFF 100%);
	padding: 4rem 0;
}

.section-blue-try h1 {
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: #fff;
}

.section-blue-try button {
	font-weight: 600;
	font-size: 1.0rem;
}

/* Offer section */
.section-green-try {
	background: linear-gradient(180deg, #6DC557 0%, #4FB986 100%);
	padding: 4rem 0;
}

.section-green-try h1 {
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: #fff;
}

.section-green-try button {
	font-weight: 600;
	font-size: 1.0rem;
}

/* Reasons with icons */
.section-reasons {
	margin: 48px 0;
}

.reason {
	position: relative;
	margin: 32px 48px;
}

.reason .reason-icon {
	position: absolute;
	left: -64px;
	top: 0;
	z-index: -1;
	width: 75px;
	height: 75px;
}

.reason .reason-title {
	display: flex;
	align-items: center;
	z-index: 1;
	height: 75px;

}

.reason .reason-title span {
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	line-height: 2.3rem;
	font-size: 1.8rem;
	font-weight: 600;
}

.reason .reason-description {
	font-size: 1.0rem;
	font-family: 'Montserrat', sans-serif;
	margin-top: 24px;
}

/* Recommend Section */
.section-recommend {
	background-color: #F6F6F9;
}

.section-recommend .recommend-titlebar h1 {
	margin-top: 48px;
	margin-bottom: 32px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.section-recommend .recommend-titlebar p {
	font-size: 1.0rem;
	font-family: 'Montserrat', sans-serif;
	opacity: 0.8;
}

.section-recommend .recommend-container {
	background: #FFFFFF;
	box-shadow: 0px 2px 15px rgba(33, 33, 52, 0.1);
	border-radius: 4px;
	padding: 32px 28px;
	margin: 0 32px;
	margin-bottom: 32px;
}

.section-recommend .recommend-container h2 {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-bottom: 16px;
	color: #3A38CA;
}

.section-recommend .recommend-container p {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0rem;
	margin-bottom: 16px;
	color: #000;
}

.section-recommend .recommend-container button {
	margin-top: 32px;
}

.section-recommend ul {
	position: relative;
    list-style: none;
}

.section-recommend ul li {
	position: relative;
	font-size: 1.0rem;
	margin-bottom: 10px;
}

.section-recommend ul li:before {
	position: absolute;
	top: -14px;
	left: -28px;
    content: '+';
	color: #3A38CA;
	font-size: 2rem;
}

.section-recommend .recommend-footer h2 {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-bottom: 16px;
	color: #3A38CA;
	margin-top: 28px;
}

/* Demo Section */
.section-demo {
	margin: 32px 0;
}

.section-demo h1 {
	font-weight: bold;
}

.section-demo .yellow {
	color: #ffc929;
}

.section-demo .green {
	color: #1aa179;
}

.section-demo .red {
	color: #d02c20;
}

.section-demo .demo-image {
	position: relative;
	border-radius: 4px;
}

.section-demo .demo-image img {
	width: 100%;
	z-index: 100;
	border-radius: 4px;
}

.section-demo .demo-image.yellow:after {
	border: 6px solid #FFF4D4;
}

.section-demo .demo-image.green:after {
	border: 6px solid #EAFBE7;
}

.section-demo .demo-image.red:after {
	border: 6px solid #FCECEA;
}

.section-demo .demo-image:after {
	content: '';
	position: absolute;
	left: -16px;
	top: -16px;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	z-index: -1;
}

/* Contact section */
.section-contact {
	background-color:  #F6F6F9;
}

@media screen and (min-width: 992px) {
	.section-contact {
		background-image: url('/assets/landing/contact-background.svg');
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 40vw auto;
	}
}

.section-contact h1 {
	font-family: 'Montserrat', sans-serif;
}

.section-contact p {
	font-family: 'Montserrat', sans-serif;
}

.section-contact .contact-input {
	display: flex;
	flex-direction: column;
	margin: 28px 0;
}

.section-contact .contact-input label {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 8px;;
}

.section-contact .contact-input input, textarea {
	background: #FFFFFF;
	border: 1px solid #DCDCE4;
	border-radius: 4px;
	padding: 10px 16px;
	font-family: 'Montserrat', sans-serif;
	outline: none;
}

.section-contact .alert {
	display: none;
	opacity: 0;
	transition: all 0.3s;
}

/* Checkbox */
.checkbox-container {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 25px;
	width: 25px;
	min-width: 25px;
}

.checkbox-container .checkbox-input {
	position: absolute;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	left: 0;
	top: 0;
	height: 25px;
	width: 25px;
}

.checkbox-container .checkbox-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 4px;
	background: #FFFFFF;
	border: 1px solid #DCDCE4;
	transition: all 0.3s;
}

.checkbox-container:hover input ~ .checkbox-checkmark {
	background: #eee;
}

.checkbox-container input:checked ~ .checkbox-checkmark {
}

.checkbox-container .checkbox-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkbox-checkmark:after {
	display: block;	
}

.checkbox-container .checkbox-checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #111;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Footer */
.section-footer {
	background: #212134;
	padding: 32px 0;
	position: relative;
} 

.section-footer a {
	text-decoration: none !important;
	color: #fff;
	transition: all 0.3s;
}

.section-footer span {
	color: #fff;
	line-height: 51px;
}

.section-footer .uil {
	color: #fff;
	font-size: 2rem;
	
}

.section-footer a:hover {
	transform: scale(1.1);
}

.szechenyi-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 256px;
	min-width: 150px;
	width: 25vw;
	cursor: pointer;
	transition: all 0.3s;
}

.szechenyi-footer:hover {
	transform: scale(1.05);
}

.szechenyi-footer img {
	width: 100%;
	cursor: pointer;
}

.section-szechenyi .szechenyi-container {
	background: #FFFFFF;
	box-shadow: 0px 2px 15px rgba(33, 33, 52, 0.1);
	border-radius: 4px;
	padding: 32px 28px;
	margin-bottom: 32px;
}

.section-szechenyi {
	padding-top: 128px;
	min-height: calc(100vh - 64px);
}

.hiventures-logo {
	min-width: 150px;
	max-width: 200px;
	width: 10vw;
}

/* Cookie bar */
.js-cookie-consent {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	bottom: 0;
	background-color: #212134;
	width: 100vw;
	z-index: 1000;
	height: 64px;
	color: #fff;
}

.js-cookie-consent-agree {
	display: inline-block;
	font-weight: 400;
	line-height: 1.6;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.9rem;
	border-radius: 6px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

	margin-left: 8px;
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.js-cookie-consent-agree:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 50%);
}

.section-what-is-woman  {
	max-height: 400px;
}