body{
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}
.hero1{
	background: #F5FAFA;
	padding: 40px 10px;
	box-sizing: border-box;
}
.hero1 h3{
	font-size: 32px;
	max-width: 700px;
	margin: 20px auto;
	text-align: center;
}
.hero1 div{
	max-width: 1024px;
	margin:0 auto;
}
.hero1 img{
	width: 100%;
	display: block;
}
.hero1 p{
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	line-height: 34px;
}
.negativum{
	background: #FE7A02;
	padding: 40px 10px;
	text-align: center;
}
.negativum h5{
	font-size: 40px;
	font-weight: 200;
	color:white;
	margin: 0 0 40px;
}
.negativum > div{
	max-width: 1024px;
	margin: 0 auto;
}
.negativum > div > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.negativum div div div{
	width: 22%;
	border-radius: 45px;
	background: white;
	padding: 30px 8px 20px;
	margin: 0 0 10px 0;
    box-sizing: border-box;
}
.negativum img{
	display: block;
	margin: 0 auto;
	width: 95px;
}
.negativum div div div p{
	font-weight: 700;
	font-size: 16px;
}
.hero2{
	padding: 40px 10px;
	text-align: center;
}
.hero2 div{
	max-width: 1024px;
	margin: 0 auto;
}
.hero2 p{
	font-size: 26px;
	font-style: italic;
	line-height: 36px;
	max-width: 700px;
	margin: 20px auto;
	text-align: justify;
}
.hero2 h3{
	font-size: 32px;
	max-width: 700px;
	margin: 20px auto;
}
.hero2 img{
	width: 100%;
	display: block;
}
.cta{
	background: #FE7A02;
    text-decoration: none;
    padding: 18px 0;
    margin: 20px auto;
    display: block;
    max-width: 250px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: white;
    border-radius: 15px;
	box-shadow: 0 33px 35px -22px rgb(254 122 2 / 80%);
	cursor:pointer;
}
.ervek{
	background: #F5FAFA;
	padding: 40px 10px;
}
.ervek .logo{
	width:50%;
	display: block;
	margin: 0 auto;
}
.ervek h3{
	font-size: 32px;
	max-width: 700px;
	margin: 0 auto 20px;
	text-align: center;
}
.ervek > div{
	max-width: 1024px;
	margin: 0 auto;
}
.ervek > div > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ervek > div > div > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: #DC4244;
	font-size: 16px;
	font-weight: 300;
	width: 48%;
	max-width: 440px;
	height: 235px;
	margin: 1%;
	padding: 40px;
	box-sizing: border-box;
	color: white;
}
.ervek > div > div > div:nth-child(1){
	border-radius: 60px 60px 15px 60px;
}
.ervek > div > div > div:nth-child(2){
	border-radius: 60px 60px 60px 15px;
	flex-direction: row-reverse;
}
.ervek > div > div > div:nth-child(3){
	border-radius: 60px 15px 60px 60px;
}
.ervek > div > div > div:nth-child(4){
	border-radius: 15px 60px 60px 60px;
	flex-direction: row-reverse;
}
.ervek  > div > div > div img{
	width: 44%;
	border-radius: 25px;
}
.ervek > div > div > div p{
	margin:0 auto;
	width: 55%;
}
.ervek > div > div > div span{
	font-weight: 600;
	font-size: 20px;
}
.garancia{
	padding: 40px 10px;
}
.garancia div{
	max-width: 690px;
	margin: 0 auto;
}
.garancia h3{
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.garancia h4{
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.garancia p{
	font-size: 26px;
	font-style: italic;
	line-height: 36px;
	text-align: justify;
}
.velemenyek{
	background: url(img/zaszlo.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: 40px 10px;
}
.velemenyek > div{
	max-width: 1024px;
	margin: 0 auto; 
}
.velemenyek h3{
	font-size: 32px;
	font-weight: 700;
	color:white;
}
/* Modal styling */
.modal {
	display: none;
	align-items: center;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	position: relative;
    margin: 0 auto;
    width: 80%;
    max-width: 700px;
}

.close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1;
}
video{
	width: 100%;
    aspect-ratio: 16 / 9;
    background: black;
}

/* Video thumbnail styling */
.index{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.index img{
	width: 30%;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
}
.index img:hover {
	transform: scale(1.05);
}
.hero3{
	padding: 40px 10px;
}
.hero3 div{
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.hero3 h4{
	font-size: 26px;
	font-weight: 700;
	color: #8CBCC8;
	margin: 0;
}
.hero3 h3{
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	margin: 0;
}
.hero3 img{
	width: 100%;
	max-width: 795px;
	display: block;
	margin: 0 auto;
}
.form-headline{
	background: #FE7A02;
	padding: 40px 10px;
}
.form-headline div{
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}
.form-headline h3{
	font-size: 36px;
	font-weight: 700;
	color:white;
	margin: 0;
}
.form{
	padding: 40px 10px;
}
.form > div{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.form div div,
.form form{
	width: 45%;
}
.form img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.rendeles-form{
	background: #FE7A02;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 60px;
}
form input[type="text"],
form input[type="email"],
select{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
}
input[name="billing_zip"],
input[name="shipping_zip"]{
    width: 35% !important;
	margin-right: 2% !important;
}
input[name="billing_city"],
input[name="shipping_city"]{
    width: 61% !important;
}

form label {
    display: inline-block;
    margin-top: 10px;
    color: white;
}
input#myCheck {
    height: 20px;
    width: 20px;
    transform: translateY(3px);
}
form button {
    background: white;
    text-decoration: none;
    padding: 18px 45px;
    margin: 20px auto;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #FE7A02;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 33px 35px -22px rgb(255 255 255 / 80%);
    cursor: pointer;
}
form button:hover {
	cursor: pointer;
}
form hr{
	margin: 3px 0 10px;
}

@media (max-width:500px){
body {
    font-size: 16px;
}
.hero1 p {
    line-height: 25px;
}
.negativum h5 {
    font-size: 28px;
}
.negativum div div div {
    width: 45%;
}
.negativum div div div p {
    font-size: 14px;
}
.ervek > div > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #DC4244;
    font-size: 14px;
    font-weight: 300;
    width: 98%;
    max-width: 440px;
    height: 100%;
    margin: 1%;
    padding: 40px;
    box-sizing: border-box;
    color: white;
}
.ervek > div > div > div img {
	width: 100%;
	max-width: 250px;
	border-radius: 25px;
	margin: 0 auto;
}
.ervek p {
    margin: 10px 0 0;
    width: 100%;
}
.hero2 p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.hero2 h3,
.ervek h3,
.garancia h3,
.velemenyek h3,
.form-headline h3{
    font-size: 25px;
}
.garancia p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.velemenyek {
        background-attachment: scroll; /* A fixed háttér kikapcsolása */
    }
.index img {
    width: 100%;
    margin: 0 0 10px;
}
.modal-content {
    width: 70%;
}
video {
    aspect-ratio: 9 / 16;
}
.hero3 h3 {
    font-size: 25px;
    line-height: 30px;
}
.hero3 h4 {
    font-size: 22px;
}
.form {
    padding: 0 10px 40px;
    margin-top: -50px;
}
.form div div,
.form form{
	width: 100%;
}
.form img {
    width: 260px;
}
form.rendeles-form {
    margin-top: -514px;
}
}
