@font-face {
	font-family: 'Bacasime Antique';
	src: url('fonts/BacasimeAntique-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html{
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body{
	margin: 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #313131;
	background: #FFF9F0;
	overflow-x: hidden;
}
#succes-cart{
	position: fixed;
	top:-120px;
	right: calc(50% - 142px);
	background: linear-gradient(70deg, #742429, #BB1715);
	color:white;
	border-radius: 20px;
	padding: 20px 18px;
	z-index: 111;
	box-shadow: 0 29px 27px -16px rgba(180, 45, 44, 0.4);
	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: 50px 10px;
}
.hero1 > div{
	max-width: 1200px;
	margin: 0 auto;
}
.hero1 > div > div > div{
	width: 50%;
	margin: 50px 0 0;
	position: relative;
	z-index: 1;
}
.hero1 > div > div img{
	width: 50%;
	display: block;
	margin: 0 auto;
	transform: scale(1.5);
	transform-origin: center;
	position: relative;
	z-index: 0;
}
.alcim{
	background: #313131;
	width: fit-content;
	padding: 6px 20px;
	margin: 0 0 10px;
	border-radius: 50px;
	color: #FFF9F0;
	font-size: 14px;
	font-weight: 700;
}
.hero1 h3{
	font-family: 'Bacasime Antique', cursive;
	font-weight: 400;
	font-size: 78px;
	margin: 0 0 10px;
	line-height: 1;
}
.hero1 p{
	margin: 0 0 20px;
}
.hero1 > div > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.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 #FF7B0065;
	text-decoration: none;
}

.hero2{
	background: url('img/hero2-bg.jpg') center center no-repeat;
	background-size: cover;
	padding: 50px 10px;
}
.hero2 > div{
	max-width: 1200px;
	margin: 0 auto;
}
.hero2 > div > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.hero2 > div > div > div{
	width: 65%;
	margin: 50px 0 0;
	text-align: right;
	position: relative;
}
.hero2 > div > div img{
	width: 32%;
	display: block;
	margin: 0 auto;
}
.hero2 > div > div > div:after{
	content: '';
	display: block;
	width: 40%;
	height: 7px;
	background: #313131;
	position: absolute;
	bottom: -50px;
	right: 0;
	border-radius: 50px;
}
.hero2 .alcim{
	margin: 0 0 10px auto;
}
.hero2 h3{
	font-family: 'Bacasime Antique', cursive;
	font-weight: 400;
	font-size: 60px;
	margin: 0;
	line-height: 1;
}

.hero3{
	background: url('img/hero3-bg.jpg') center center no-repeat;
	background-size: cover;
	padding: 100px 10px;
}
.hero3 > div{
	max-width: 1200px;
	margin: 0 auto;
}
.hero3 > div > div{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.hero3 > div > div > div{
	width: 50%;
	margin: 50px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.hero3 img{
	width: 100%;
	max-width: 350px;
	display: block;
	margin: 0 auto;
}
.hero3 h3{
	font-family: 'Bacasime Antique', cursive;
	font-weight: 400;
	font-size: 42px;
	margin: 0;
	line-height: 1;
}
.hero3 h6{
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px;
}
.hero3 h4{
	font-size: 20px;
	margin: 0 0 10px;
}
.hero3 p{
	margin: 0 0 10px;
}
.osszetevok{
	display: block;
	background: #313131;
	width: fit-content;
	padding: 15px 30px;
	margin: 20px auto;
	border-radius: 15px;
	color: #FFF9F0;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	cursor: pointer;
}
.nappali, .ejszakai{
	font-style: italic;
	font-family: 'Crimson Text', serif;
	display: none;
}
.nappali.visible, .ejszakai.visible{
	display: block;
}


.hero4{
	background: url('img/hero4.jpg') center center no-repeat;
	background-size: cover;
	padding: 100px 10px;
}
.hero4 > div{
	max-width: 1024px;
	margin: 0 auto;
}
.hero4 h3{
	font-family: 'Bacasime Antique', cursive;
	font-size: 42px;
	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;
	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 #FF7B0065;
}
.hero4 cite span{
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}
.velemenyek{
	padding: 50px 10px;
	box-sizing: border-box;
}
.velemenyek h3{
	font-family: 'Bacasime Antique', cursive;
	font-size: 42px;
	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 cite{
	display: block;
	font-family: 'Bacasime Antique', cursive;
	font-size: 24px;
	text-align: center;
	font-style: normal;
	margin: 0 0 25px;
}
.velemenyek p {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.hero5{
	padding: 100px 10px;
	box-sizing: border-box;
}
.hero5 h3{
	max-width: 1024px;
	font-family: 'Bacasime Antique', cursive;
	font-size: 60px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
}
.hero5 p{
	max-width: 720px;
	margin: 0 auto 220px;
	text-align: center;
}
.termekek{
	max-width: 1200px;
	margin: 150px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.termek{
	width: 32%;
	border-radius: 60px;
	color: white;
	padding: 30px 30px 60px;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.termek:nth-child(1){
	background: linear-gradient(70deg, #FF7B00, #FFC100);
	box-shadow: 0 29px 27px -16px #FF7B0065;
}
.termek:nth-child(2){
	background: linear-gradient(70deg, #9A9BF3 0%, #696AB8 6%, #35366F 38%, #1A1330 100%);
	box-shadow: 0 29px 27px -16px #35366F65;
}
.termek:nth-child(3){
	background: linear-gradient(70deg, #F39AC6 0%, #B86992 6%, #6F3550 38%, #30131F 100%);
	box-shadow: 0 29px 27px -16px #6F355365;
}
.termek img {
    width: 100%;
	transform: scale(1.4);
    margin: -120px 0 0;
}
.termek-nev{
	font-family: 'Bacasime Antique', cursive;
	font-size: 42px;
}
.termek h6{
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px;
}
.termek ul{
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.ar-cta{
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-top: 30px;
}
.termek-ar{
	font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.termek-ar del {
    font-size: 20px;
    font-weight: 600;
}
.kosar-gomb{
	background: white;
	display: inline-block;
    padding: 20px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFA701;
    border: 0;
    border-radius: 15px;
    cursor: pointer;
	text-decoration: none;
    transition: 100ms ease-in-out;
}
.termek:nth-child(2) .kosar-gomb{
	color: #2C2B5B;
}
.termek:nth-child(3) .kosar-gomb{
	color: #602D44;
}
.kosar-gomb:active {
    transform: scale(0.97);
}
.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: 20px;
    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, #742429, #BB1715);
    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: #971e20;
    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, #742429, #BB1715);
	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, #742429, #BB1715);
    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(180, 45, 44, 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: 70%;
}
.hero1 > div div:last-child{
	flex-direction: column-reverse;
}
.hero2 {
	background: url(img/hero2-bg.jpg) center 40% no-repeat;
	background-size: contain;
	padding: 0 10px;
}
.hero2 > div > div img {
	width: 40%;
	display: block;
	margin: 0 0 -80px;
}
.hero2 > div > div > div {
	width: 100%;
	margin: 0;
}
.hero3 > div > div > div {
	width: 100%;
}
.termek {
    width: 100%;
    margin: 0 0 180px;
}
.hero4 h3,
.hero5 h3,
.termekek h3,
.velemenyek h3,
.form h3,
.hero2 h3{
	font-size: 28px;
}
.hero1 h3{
	font-size: 36px;
	margin: 0 0 20px;
}

.hero4{
	padding: 40px 10px;
}
.hero4 > div div,
.hero4 > div img{
	width: 100%;
}
.kosar-termek div div {
    width: 100%;
}
.rendeles-form {
    padding: 0;
}
.form > div > div, .form form {
    width: 100%;
}
.velemenyek > div > div {
    width: 100%;
}
}