@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');

/* Base */
html {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin-bottom: 0;
}
.white-c {
  color: #fff;
}
.center-block {
  float: none;
}
body {
	background: url(../images/footerbg.png) no-repeat center bottom;
	background-size: 100% auto; 	
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden;
	font-family: 'Poppins', serif;
	font-weight: 400;
}
.container {
  position: relative;
  z-index: 10;
}
.sidebar-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
}
a,
button {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input,
button,
a {
  outline: none !important;
  text-decoration: none !important;
}
textarea {
  outline: none;
}
button {
  background: none;
  border: none;
}
ul {
  margin-bottom: 0;
}
img {
	max-width: 100%; 
	height: auto;
}

/* Custom CSS */
.header-bg1 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 38vw;
}
.header-bg2 {
	position: absolute;
	top: 45px;
    right: 47px;
    max-width: 250px;
}
header {
	padding-top: 80px;
	text-align: right;
}
.header-wado {
	text-align: center;
	margin-bottom: 70px;
}
h1 {
	color: #b7d333;
	font-size: 34px;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 20px;
}
h1 span {
	color: #6c7a86;
	font-size: 28px;
	font-weight: 300;
}
h1 strong {
	font-size: 38px;
	font-weight: 800;
	color: #222a30;
}
.mb-20 {
	margin-bottom: 20px;
}
p {
	color: #6c7a86;
    font-size: 28px;
    font-weight: 300;
}
.circle {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #b7d333;
	border-radius: 50%;
}
.position-relative {
	position: relative;
}
.arrow-row {
	height: 55px;
}
.arrow {
	position: absolute;
	color: #b7d333;
	top: 0;
	/* left: calc(50% - 14px); */
	width: 0;
	height: 44px;
	border: 1px solid;
	border-radius: 2px;
	animation: jumpInfinite 2s infinite;
}
.arrow:after {
	content: " ";
	position: absolute;
	top: 25px;
    left: -8px;
    width: 16px;
    height: 16px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-radius: 2px;
	transform: rotateZ(45deg);
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
.video-box {
	background-color: #fff;
	padding: 60px 85px;
}
.form-text h2 {
	font-size: 34px;
	color: #b7d333;
	margin: 0 0 40px;
    line-height: 1.6;
}
.form-text h2 span {
	font-size: 28px;
	font-weight: 300;
	color: #6c7a86;
}
.form-text h3 {
	color: #222a30;
	font-size: 38px;
	font-weight: 800;
	margin: 0 0 15px;
}
.form-box {
	/*background-color: #fff;
	padding: 60px 85px;
	border: 3px solid #d0d5d9;
	border-radius: 80px;
	-webkit-border-radius: 80px;*/
}
.form-box label {
	font-size: 16px;
	margin-bottom: 5px;
}

.form-control {
	background: #EAF2F8;
    color: #8BA4B2;
    margin-bottom: 1.9375rem;
    padding: 1.375rem 1.875rem 1.1875rem;
    width: 100%;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	line-height: 1.4;
	font-size: 16px;
    box-shadow: none;
    height: auto;	
}
.form-control:focus	{
	border-color: #b6d309;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(182,211,9,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(182,211,9,.6)
}
textarea.form-control {
	height: 250px;
}
.no-margin {
	margin: 0;
}
.submit-line {
	text-align: center;
	padding-top: 22px;
}
.submit-button-new {
	display: inline-block;
	font-size: 1.625rem;
    font-weight: 700;
    color: #fff;
    padding: 1.8rem 8.125rem;
    text-align: center;
    border: none;
    background: #B9D60A;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.submit-button-new:hover {
	background: #9CCB13;
	color: #ffffff;
}
/*
.submit-button {
	font-size: 24px;
	font-weight: 700;
	padding: 20px 50px;
	color: #fff;
	background-color: #ff8400;
	border: none;
	border-right: 4px solid #cc6a00;
	border-bottom: 4px solid #cc6a00;
	border-radius: 8px;
	-webkit-border-radius: 8px;		
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.submit-button:hover {
	background: #ff9c00;	
}*/
.references {
	display: grid;
    grid-template-columns: repeat(5, 1fr);  /* 5 oszlop, egyenlő szélességgel */
    gap: 60px;  /* Az elemek közötti távolság */
	margin: 100px 0;
	align-items: center;  /* Vertikális középre rendezés */
    justify-items: center;  /* Horizontális középre rendezés */
}
.references img {
    max-height: 100%;  /* A képek illeszkedjenek a sormagassághoz */
    max-width: 100%;  /* A képek ne lépjék túl a konténert */
}
.typeform {
	margin-bottom: 100px;
}
.typeform p,
.form-box p {
	margin-bottom: 60px;
}
.wado-line {
	text-align: right;
	padding-right: 70px;
}
.wado-line a {
	display: inline-block;
	padding: 25px 35px;
	color: #d4d9dd;
	font-weight: 300;
	font-size: 20px;
	background-color: #060606;
	text-transform: uppercase;
	-webkit-border-bottom-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;	
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;	
}
.wado-line a span {
	color: #fff;
	font-weight: 700;
}
.wado-line a:hover {
	-webkit-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.75);	
	-moz-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.75);
	background: #515151;
}	
.google-logo {
	padding: 145px 0 140px 0;
}
.google-logo a {
	text-decoration: none;
    display: inline-block;
    margin-top: 45px;
    color: #fff;
    font-size: 34px;
}
.google-logo img {
	position: absolute;
	right: 0;
}
.success-message {
	padding: 20px 40px;
	border-radius: 20px;	
	-webkit-border-radius: 20px;	
}
.success-message h1 {
	margin: 0;	
}
.facebook-box {
	text-align: center;
}
.form-box {
    margin-bottom: 100px;
}

/* Media Queries */
@media (max-width:1440px){
	.form-box {
		margin-bottom: 0;
	}
}
@media (max-width:1200px){
	.typeform {
		margin-bottom: 0;
	}
	.google-logo {
		padding: 145px 0 80px 0;
	}
}
@media (max-width:992px){
	.references {
		grid-template-columns: repeat(4, 1fr);
	}
	.video-box {
		padding-right: 0;
		padding-left: 0;
	}
	.header-bg2 {
		display: none;
	}
	p,
	.form-text h2 span {
		font-size: 22px;
	}
	h1 strong,
	.form-text h3 {
		font-size: 30px;
	}
	.form-text h2 {
		font-size: 28px;
	}
	.google-logo {
		text-align: left !important;
	}
	.google-logo a {
		font-size: 24px;
	}
	.google-logo img {
		max-width: 100px;
		bottom: 15px;
	}
}
@media (max-width:768px){
	.references {
		grid-template-columns: repeat(3, 1fr);
	}
	.header-wado {
		margin: 20px 0 30px 0;
	}
	header {
		padding-top: 30px;
	}
	h1 {
		font-size: 24px;
		line-height: 1.4;
	}
	h1 span {
		font-size: 20px;
	}
	.google-logo {
		padding: 100px 0 20px 0;
	}
	.submit-button-new {
		padding: 1.8rem 3rem;
	}
	.form-text h2 {
		margin: 0 0 15px;
	}
	.references {
		margin: 50px 0;
	}
}
@media (max-width:480px){
	.submit-button-new {
		width: 100%;
	}
	.references {
		grid-template-columns: repeat(2, 1fr);
	}
	.form-control.no-margin {
		margin-bottom: 20px;
	}
	.submit-button {
		padding: 10px 20px;
	}
	.wado-line {
		padding-right: 20px;
	}
	.wado-line a {
		padding: 10px 20px;
		font-size: 18px;
		-webkit-border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	body {
		background-size: 160% auto;
	}
	.google-logo {
		text-align: center;
	}
	.google-logo img {
		max-width: 20vw;
	}
	.submit-line {
		padding: 0;
	} 
}













