html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	font-size: 16px;
	font-family: 'Montserrat';
	font-feature-settings: "lnum" 1;
	color: #313131;
}
#succes-cart{
	position: fixed;
	top:-120px;
	right: calc(50% - 142px);
	background: linear-gradient(70deg, #FF7B00, #FFC100);
	color:white;
	border-radius: 20px;
	padding: 20px 18px;
	z-index: 111;
	box-shadow: 0 0 43px 0 rgb(203, 150, 70);
	transition: 300ms ease-in-out;
}
#succes-cart.active{
	top:10px;
}
.hero1{
	background: url('img/hero1-bg.jpg') center center no-repeat;
	background-size: cover;
	padding: 130px 10px;
}
.hero1 > div{
	max-width: 1024px;
	margin: 0 auto;
}
.hero1 h3{
	font-family: 'Comfortaa';
	font-weight: 400;
	font-size: 60px;
	margin: 0;
}
.hero1 p{
	margin: 0;
}
.hero1 > div > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hero1 > div div div{
	width: 50%;
	margin: 50px 0 0;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.hero1 > div > div img{
	width: 50%;
	display: block;
	margin: 0 auto;
}
.cta {
    background: linear-gradient(70deg, #FF7B00, #FFC100);
    padding: 18px 0;
    font-size: 20px;
    margin: 30px auto;
    display: block;
    max-width: 180px;
    text-align: center;
    font-weight: 600;
    border-radius: 15px;
    color: white;
    box-shadow: 0 29px 27px -16px rgba(255, 123, 0, 0.4);
    text-decoration: none;
}
.hero2{
	padding: 40px 10px;
}
.hero2 > div{
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.hero2 h3{
	font-family: 'Comfortaa';
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
.hero2 img{
	width: 100%;
	max-width: 438px;
	display: block;
	margin: 0 auto;
}
.hero2 p{
	max-width: 700px;
	margin: 0 auto 20px;
}
.hero2 circle {
    position: absolute;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(0deg, rgba(255, 123, 0, 0.05), rgba(255, 193, 0, 0.05));
    border-radius: 50%;
    top: -100px;
    left: 0;
	z-index: -1;
}

.hero3{
	background: url('img/hero3.jpg') center center no-repeat;
	background-size: cover;
	padding: 30px 10px;
	text-align: center;
}
.hero3 > div{
	max-width: 1024px;
	margin: 0 auto;	
}
.hero3 > div > div{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 30px 0;
}
.hero3 > div > div div{
	width: 28%;
	padding: 20px;
	margin: 0 20px 20px;
	box-sizing: border-box;
	background: white;
	border-radius: 20px;
	box-shadow: 2px 4px 25px -7px rgba(0,0,0,0.1);
}
.hero3 img{
	display: block;
	width:100%;
}
.hero3 h3{
	font-family: 'Comfortaa';
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.hero3 h4{
	font-family: 'Comfortaa';
	font-size: 24px;
	margin: 0;
}
.hero3 p{
	margin: 0;
}
.hero4{
	background: url('img/hero4.jpg') center center no-repeat;
	background-size: cover;
	padding: 0 10px 100px;
}
.hero4 > div{
	max-width: 1024px;
	margin: 0 auto;
}
.hero4 h3{
	font-family: 'Comfortaa';
	font-size: 40px;
	font-weight: 400;
	margin: 0;
}
.hero4 p{
	margin: 10px 0;
}
.hero4 > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hero4 > div div{
	width: 50%;
	margin: 50px 0 0;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.hero4 > div img{
	width: 50%;
	display: block;
	margin: 0 auto;
}
.hero4 cite{
    background: linear-gradient(70deg, #FF7B00, #FFC100);
    padding: 10px 0;
    font-size: 24px;
	font-style: normal;
	margin: 30px 0;
    display: block;
    max-width: 220px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    border-radius: 15px;
    color: white;
    box-shadow: 0 29px 27px -16px rgba(255, 123, 0, 0.4);
}
.hero4 cite span{
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}
.velemenyek{
	padding: 50px 10px;
	box-sizing: border-box;
}
.velemenyek h3{
	font-family: 'Comfortaa';
	font-size: 40px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
.velemenyek > div{
	max-width: 1200px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.velemenyek > div > div{
	width:30%;
	margin: 0 0 40px;
}
.velemenyek img{
	display: block;
	margin: 0 auto;
	max-width: 178px;
}
.velemenyek p {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
.velemenyek cite{
	display: block;
	font-family: 'Comfortaa';
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	font-style: normal;
}
.hero5{
	background: url('img/hero5.jpg') center center no-repeat;
	background-size: cover;
	padding: 100px 10px;
	box-sizing: border-box;
}
.hero5 h3{
	font-family: 'Comfortaa';
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.hero5 p{
	text-align: center;
}
.termekek{
	max-width: 1024px;
	margin: 120px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.termek{
	width: 31%;
	background: white;
	border-radius: 30px;
	box-shadow: 8px 8px 25px rgba(0,0,0,0.1);
	padding: 27px;
	margin: 0 0 20px;
	box-sizing: border-box;
	position: relative;
}
.termek img {
    width: 100%;
    margin: -120px 0 0;
}
.termek-nev{
	font-family: 'Comfortaa';
	font-size: 24px;
	font-weight: 700;
}
.termek ul {
	font-family: 'Comfortaa';
	font-weight: 500;
	padding: 0 0 0 18px;
}
.ar-cta{
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-top: 30px;
}
.termek-ar{
	font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.termek-ar del {
    font-size: 16px;
    font-weight: 600;
    color: #FF7B00;
}
.termek-leiras{
	font-size: 16px;
	color: #7B7B7B;
}
.kosar-gomb{
	background: linear-gradient(70deg, #FF7B00, #FFC100);
	display: inline-block;
    padding: 14px 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
	text-decoration: none;
    color: white;
    border: 0;
    border-radius: 15px;
	box-shadow: 0 29px 27px -16px rgba(255, 123, 0, 0.4);
    cursor: pointer;
    transition: 100ms ease-in-out;
}
.kosar-gomb:active {
    transform: scale(0.97);
    box-shadow: 0 20px 23px -10px rgba(255, 123, 0, 0.5);
}
.kosar-gomb input{
	display: none;
}
.akcio {
    background: #F22D0A;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    top: 120px;
    right: -15px;
}
.rendeles{
	max-width: 1024px;
	margin: 0 auto;
}
.rendeles h3, .rendeles p{
	text-align: center;
	margin: 0;
}
.rendeles .form{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top:30px;
}
.rendeles .form > div{
	width: 45%;
}
.kosar-termek {
    display: flex;
    align-items: center;
	gap: 10px;
    background: linear-gradient(70deg, #FF7B00, #FFC100);
    border-radius: 30px;
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0 0 50px;
    box-sizing: border-box;
    color: white;
	position: relative;
	transition: 300ms ease-in-out;
}
.kosar-termek.remove{
	transform: translateX(-100px);
	opacity: 0;
}
.kosar-termek .kosar-termekkep img{
	max-height: 136px;
	margin: -30px 0 0 0;
}
.kosar-termeknev {
	font-weight: 600;
	font-size: 22px;
	margin: 0;
}
.kosar-termekar {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 15px;
}
.kosar-termek input[type="text"] {
    width: 42px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 0;
    font-size: 20px;
	font-weight: 600;
    background: transparent;
    color: #f2a339;
    text-align: center;
}
.kosar-mennyiseg {
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-weight: 300;
	width: 90px;
	padding: 5px 0;
	text-align: center;
	border-radius: 50px;
	background: white;
}
.kosar-mennyiseg button {
	background: transparent;
	border: 0;
	padding: 0;
	width: 15px;
	cursor: pointer;
}
.kosar-mennyiseg button img{
	display: block;
}
.x-button img{
	display: block;
	filter:invert(1);
}
.x-button {
	background: transparent;
	border: 0;
	padding: 0;
	width: 20px;
	position: absolute;
	top: 38px;
	right: 6px;
	cursor: pointer;
}
.kosar .osszeg {
	text-align: right;
	margin: 0 0 30px;
	padding-top: 10px;
}
.kosar .osszeg span{
	font-weight: 600;
	font-size: 30px;
}
.kosar #sum {
	font-size: 26px;
	font-weight: 600;
}
.kosar-promo {
	display: none;
	color: red;
}
input#myCheck {
	height: 20px;
	width: 20px;
	transform: translateY(3px);
	margin: 0 0 20px;
}
#form{
	transition: 500ms ease-in-out;
}
.form {
	padding: 10px;
	box-sizing: border-box;
}
.form h3{
	font-family: 'Comfortaa';
	font-size: 40px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
}
.form .alcim{
	text-align: center;
}
.form > div{
	max-width: 1024px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-evenly;
}
.form > div > div,
.form form{
	width: 46%;
}
.rendeles-form{
	padding: 20px;
	box-sizing: border-box;
}
#theForm input[type="text"],
#theForm input[type="email"]{
	width: 100%;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
	margin: 0 0 20px;
	border: 0;
	border-bottom: 1px solid rgba(15, 40, 70, 0.3);
	font-size: 18px;
	background: transparent;
}
#theForm input[type="text"]:focus-visible,
#theForm input[type="email"]:focus-visible{
	outline: none;
}
.rendeles-form label {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
}
.iranyitoszam{
	width:37%;
	display: inline-block;
}
.varos{
	width:60%;
	display: inline-block;
}
.radio-label{
	margin: 20px 0;
}
.radio-label label:has(> input:checked) {
	background: linear-gradient(70deg, #FF7B00, #FFC100);
	color: white;
	border: 2px solid rgba(15, 40, 70, 0.3);
}
.radio-label label {
	padding: 10px;
	margin: 10px auto;
	font-size: 14px;
	border-radius: 5px;
	border: 2px solid;
	text-align: center;
	cursor: pointer;
	transition: 150ms ease-in-out;
}
.radio-label input{
	display: none;
}
.radio-label .szallitasi-koltseg{
	font-size: 12px;
}
.rendeles-gomb {
    background: linear-gradient(70deg, #FF7B00, #FFC100);
    text-decoration: none;
    padding: 20px 50px;
    margin: 20px auto;
    display: block;
    max-width: 320px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: white;
	border:0;
    border-radius: 15px;
	box-shadow: 0 29px 27px -16px rgba(255, 123, 0, 0.4);
	cursor:pointer;
}


@media (max-width:500px){
.hero1 {
    padding: 40px 10px;
}
.hero1 > div div div{
    width: 100%;
	margin: 20px 0 0;
}
.hero1 > div > div img{
    width: 100%;
}
.hero1 > div div:first-child {
    flex-direction: column-reverse;
}
.hero3 > div > div div {
	width: 100%;
}
.hero4 > div div {
	width: 100%;
	padding: 0;
}
.hero4 > div img {
	width: 90%;
}
.hero5{
	padding: 0 10px 20px;
}
.termek {
    width: 100%;
    margin: 0 0 100px;
}
.hero1 h3,
.hero2 h3 span,
.hero3 h3 span,
.hero4 h3,
.hero5 h3,
.termekek h3,
.velemenyek h3,
.form h3,
.kosar-promo{
    font-size: 32px !important;
}
.kosar-termek div div {
    width: 100%;
}
.rendeles-form {
    padding: 0;
}
.form > div > div, .form form {
    width: 100%;
}
.velemenyek > div > div {
    width: 100%;
}
}