button,input[type="button"],input[type="submit"] { -webkit-appearance: none;appearance: none;outline: none;box-shadow: none;background-color: inherit; }
button:focus,button:active,input[type="button"]:focus,input[type="button"]:active,input[type="submit"]:focus,input[type="submit"]:active { outline: none; box-shadow: none; -webkit-tap-highlight-color: transparent; }
button:hover,input[type="button"]:hover,input[type="submit"]:hover { background-color: inherit; }
input::placeholder { color: rgba(255,255,255,0.4); }
input::-webkit-input-placeholder { color: rgba(255,255,255,0.4); }
input::-moz-placeholder { color: rgba(255,255,255,0.4); }
input:-ms-input-placeholder { color: rgba(255,255,255,0.4); }
input::-ms-input-placeholder { color: rgba(255,255,255,0.4); }
textarea { font: 16px "Century Gothic", Arial, Helvetica, sans-serif; }
textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
textarea::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); }
textarea::-moz-placeholder { color: rgba(255, 255, 255, 0.4); }
textarea:-ms-input-placeholder { color: rgba(255, 255, 255, 0.4); }
textarea::-ms-input-placeholder { color: rgba(255, 255, 255, 0.4); }

body {
	margin: 0px;
	text-align: center;
	overflow-x: hidden;
	background-image: url("src/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("src/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.header1 {
	position: fixed;
	background-color: #6e443b;
	width: 100%;
	height: 31px;
	top: 0px;
	z-index: 30;
}

.header2 {
	position: fixed;
	background-color: #663e35;
	width: 100%;
	height: 31px;
	top: 31px;
	z-index: 30;
}

.menus {
	width:300px;
	display: block;
	background-color: rgba(199,198,195,1);
	border: 2px solid #d4d0c8;
	border-left-color: rgba(199,198,195,1);
	border-top-color: rgba(199,198,195,1);
	border-right-color: rgba(199,198,195,1);
	border-bottom-color: rgba(199,198,195,1);
	transition: top 0.25s ease, transform 0.25s ease;
}

.header_menu {
	display: flex;
	position: fixed;
	width:1000px;
	height:66px;
	z-index:39;
	text-align:right;
	align-items: center;
}

.logo_container {
	display: flex;
	position: fixed;
	height: 66px;
	width: 1000px;
	align-items: center;
	z-index:40;
	pointer-events: none;
}

.logo {
	position: fixed;
	height: 41px;
	padding: 10px;
	display: none;
	opacity: 0.9;
	padding-left: 20px;
	cursor: pointer;
	z-index: 40;
	pointer-events: auto;
}

.logo_pc {
	position: fixed;
	height: 41px;
	padding: 10px;
	display: inline-block;
	opacity: 0.9;
	padding-left: 20px;
	cursor: pointer;
	z-index: 40;
	pointer-events: auto;
}

.center {
	display: flex;
	justify-content: center;
	z-index: -1;
}

.flag {
	width: 20px;
	cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3),inset 5px 5px 10px rgba(255, 255, 255, 0.6),inset -5px -5px 10px rgba(0, 0, 0, 0.2);
}

.flag_select {
	border: 2px solid #ddd;
}

.flag_select2 {
	border: 2px solid rgba(0,0,0,0.85);
}

.flags {
	display: flex;
	justify-content: center;
}

.icon_div p {
	user-select: text;
}

.container p {
	user-select: text;
}

.container li {
	user-select: text;
}

.highlight-box h2 {
	user-select: text;
}

.highlight-box li {
	user-select: text;
}

.collab-grid div {
	user-select: text;
}

.price-container * {
	user-select: text;
}

.benefit-card * {
	user-select: text;
}

.pr3 * {
	user-select: text;
}

.slideshow {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-color: #333;
	z-index: 0;
	cursor: pointer;
	margin-left: 50px;
}

.main {
	width: 1000px;
}

.row {
	display: flex;
	align-items: center;
	z-index: 2;
}

.header_space {
	height:72px;
}

.slide_text {
    position: absolute;
	width: 70%;
    bottom: 45%;
    transform: translateX(-50%);
    color: white;
    background: rgba(102, 62, 53, 0.8);
    padding: 10px;
    text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.0);
	border: 2px solid #d4d0c8;
	border-left-color: rgba(255,255,255,0.2);
	border-top-color: rgba(255,255,255,0.2);
	border-right-color: rgba(0,0,0,0.5);
	border-bottom-color: rgba(0,0,0,0.5);
	pointer-events: none;
}

.card {
	width: auto;
	padding: 0px;
	background-color: #f8f9fa;
	border: 2px solid #d4d0c8;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-radius: 5px;
	background: #f8f9fa;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	display: flex;
	margin-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 100px;
	margin-right: 100px;
	opacity: 0;
}

.card_image {
	height: 100px;
	margin:0;
	padding:0;
	left: 0;
}

.image_container {
	width:auto;
	padding:20px;
	margin:auto;
}

.content {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content p {
	margin: auto;
}

.button {
	width: auto;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #4c8a4a;
	border: 2px solid #d4d0c8;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #808080;
	border-bottom-color: #808080;
	margin-top: 50px;
	margin-bottom: 50px;
	display: inline-block;
	cursor: pointer;
	opacity: 1;
}

.button-content {
	font-size: 14px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.icon {
	width: 13px;
	height: 13px;
	margin-top: auto;
	margin-bottom: auto;
}

.icon2 {
	width: 20px;
	height: 20px;
	margin: 0;
	margin-right: 10px;
}

.footer_div {
	width: auto;
	background-color: #6e443b;
	padding: 0px;
	margin: 10px;
	margin-bottom: 0px;
	border: 2px solid #d4d0c8;
	border-left-color: rgba(255,255,255,0.2);
	border-top-color: rgba(255,255,255,0.2);
	border-right-color: rgba(0,0,0,0.5);
	border-bottom-color: rgba(0,0,0,0.5);
}

.footer_div p {
	padding: 10px;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #ffffff;
	opacity: 0.65;
	display: inline-block;
}

.input_container {
	width: auto;
	margin: 10px;
}

.footer {
	padding: 0px;
	background-color: rgba(102, 62, 53, 1.0);
	width: 100%;
}

.form {
	width:400px;
}

.hamburger {
	position: fixed;
	width: 30px;
	height: 20px;
	left: 15px;
	top: 21px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	z-index: 200;
	opacity: 0.9;
	
}

.hamburger span {
	display: block;
	height: 4px;
	background-color: white;
}

.side-panel {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
	transition: left 0.3s ease;
	z-index: 1000;
	padding: 0px;
	color: white;
	overflow: hidden;
}

.side-panel.open {
	left: 0;
}

* {
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.content p {
	user-select: text;
}

.content p strong {
	user-select: text;
}

.panel_button {
	background-color: #f3f3f3;
	width: 100%;
	height: 35px;
	color: #333333;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.panel_button:hover {
	background-color: rgb(200,200,200);
	color: #f3f3f3;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);
}

.panel_button_flag {
	background-color: #f3f3f3;
	width: 100%;
	height: 35px;
	color: #333333;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.panel_button_main {
	cursor: pointer;
	border-top: 1px solid #d0d0d0; box-sizing: border-box;
	border-bottom: 1px solid #d0d0d0; box-sizing: border-box;
	background-color: #6e443b;
	width: 100%;
	height: 35px;
	color: #ffffff;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #d4d0c8;
	border-left-color: rgba(255,255,255,0.2);
	border-top-color: rgba(255,255,255,0.2);
	border-right-color: rgba(0,0,0,0.5);
	border-bottom-color: rgba(0,0,0,0.5);
}

.panel_button2 {
	border-top: 1px solid #d0d0d0;
	box-sizing: border-box;
	border-bottom: 1px solid #d0d0d0;
	box-sizing: border-box;
	background-color: #f3f3f3;
	width: 100%;
	height: 35px;
	color: #333333;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}

li {
	color: black;
	FONT: 13px "Century Gothic", Arial, Helvetica, sans-serif;
}

li p {
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
	padding: 0;
}

.infos {
	width: 250px;
	position: absolute;
	bottom: 0px;
	text-align: left;
	border-top: 1px solid #d0d0d0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 1000;
	background-color: #ffffff;
}

.infos2 {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #452B26;
}

.infos2 p {
	color: rgba(255,255,255,0.65);
}

a {
	color: #B7A29D;
	text-decoration: underline;
	opacity: 0.65;
}

.link {
	color: #6e443b;
}

.slideshow_pc {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-color: #333;
	z-index: 0;
	cursor: pointer;
}

.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slides_pc {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slide {
	min-width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2em;
}

.slide_pc {
	min-width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2em;
}

.s1 { left: 50%; }
.s2 { left: 150%; }
.s3 { left: 250%; }
.s4 { left: 350%; }
.s5 { left: 450%; }
.s6 { left: 550%; }

.s1_pc { left: 50%; }
.s2_pc { left: 150%; }
.s3_pc { left: 250%; }
.s4_pc { left: 350%; }
.s5_pc { left: 450%; }
.s6_pc { left: 550%; }

.nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}

.nav_pc {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.side {
	width: 80px;
	height: 60vw;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	pointer-events: auto;
}

.side_pc {
	width: 80px;
	height: 60vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav p {
	color: #fff;
	font-size: 20px;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 1.0);
}

.nav_pc p {
	color: #fff;
	font-size: 20px;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 1.0);
}

.bullets {
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bullets_pc {
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bullets_pc div {
	background-color: #f0eceb;
	border: none;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 1.0);
}

.bullets_pc div.active {
	background-color: #663e35;
}

.bullets div {
	background-color: #f0eceb;
	border: none;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 1.0);
}

.bullets div.active {
	background-color: #663e35;
}

.icon {
	width: 13px;
	height: 13px;
	margin-top: auto;
	margin-bottom: auto;
}

.icon_div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.main_image {
	height: 30vw;
	margin:0;
	padding:0;
	left: 0;
}

.main_image_pc {
	height: 100px;
	margin:0;
	padding:0;
	left: 0;
}

.slider-container {
	margin: 10px;
	width: auto;
	height: 30px;
	background-color: rgba(255,255,255,0.65);
	position: relative;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.slider-handle {
	width: 30px;
	height: 30px;
	background-color: #452b26;
	position: absolute;
	top: 0;
	left: 0;
	cursor: grab;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
	user-select: none;
	transition: transform 0.3s ease;
}

.ido {
	width: 45%;
	padding: 0;
}

.verified {
	background-color: #71a828;
}

.megjegyzes {
	height: 100px;
	max-width: 100%;
	min-width: 100%;
}

.form_input_pc {
	color: rgba(255,255,255,0.65);
	width: 100%;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

input {
	transition: all 0.2s ease-in-out;
}

.form_button {
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.65);
	width: 50%;
	padding: 5px;
	background-color: #6e443b;
	border: 2px solid #d4d0c8;
	border-left-color: rgba(255,255,255,0.2);
	border-top-color: rgba(255,255,255,0.2);
	border-right-color: rgba(0,0,0,0.5);
	border-bottom-color: rgba(0,0,0,0.5);
	margin: 10px;
	display: inline-block;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.form_button_disabled {
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.3);
	width: 50%;
	padding: 5px;
	background-color: #6e443b;
	border: 2px solid #d4d0c8;
	border-left-color: rgba(0,0,0,0.5);
	border-top-color: rgba(0,0,0,0.5);
	border-right-color: rgba(255,255,255,0.2);
	border-bottom-color: rgba(255,255,255,0.2);
	margin: 10px;
	display: inline-block;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.button_container {
	width:100%;
	margin:0px auto;
	text-align:right;
}

.header_menu a {
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	opacity: 0.55;
	cursor: pointer;
}

.header_menu a:hover {
	text-decoration: underline;
}

.header_menu p {
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	opacity: 0.55;
}

.gap {
	width:20px;
}

.megjegyzes {
	height: 100px;
}

.container {
	width: 800px;
	padding: 20px;
	background-color: #f8f9fa;
	border: 2px solid #d4d0c8;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #808080;
	border-bottom-color: #808080;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	opacity: 0;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.service-section p {
	border-bottom: 2px solid rgba(102, 62, 53, 1.0);
	margin: 0px;
	margin-bottom: 30px;
	color: rgba(102, 62, 53, 1.0);
	font-size: 1.5em;
	text-align: left;
}

.highlight-box {
	width: 800px;
	padding: 20px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-left: 4px solid #005EC9;
	background: #f8f9fa;
	opacity: 0;
}

.highlight-box h2 {
	border-bottom: 2px solid #005EC9;
	margin: 0px;
	margin-bottom: 30px;
	color: #005EC9;
	font-size: 1.5em;
	text-align: left;
	font-weight: normal;
}

.highlight-box p {
	text-align: left;
}

.collab-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.collab-item {
	background: rgba(102, 62, 53, 0.0);
	padding: 15px;
	border-radius: 6px;
	text-align: center;
	border: 1px solid #d4d0c8;
}

.note {
	color: #e74c3c;
	font-weight: 500;
	margin: 20px 0;
}

.container p {
	text-align: left;
}

 ul {
	padding-left: 25px;
	margin: 15px 0;
}

ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 10px;
	text-align: left;
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
}

ul li:before {
	color: #3498db;
	position: absolute;
	left: 0;
	font-weight: bold;
	
}

.f_cont2 {
	width: 800px;
	padding: 30px;
	background-color: #f8f9fa;
	border: 2px solid #d4d0c8;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #808080;
	border-bottom-color: #808080;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	opacity: 0;
	box-sizing: border-box;
}

.price-container {
	width: 800px;
	padding: 30px;
	background-color: #f8f9fa;
	border: 2px solid #d4d0c8;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #808080;
	border-bottom-color: #808080;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	opacity: 0;
}

.title {
	border-bottom: 2px solid rgba(102, 62, 53, 1.0);
	margin: 0px;
	margin-bottom: 30px;
	color: rgba(102, 62, 53, 1.0);
	font-size: 1.8em;
	text-align: left;
}

.price-container p {
	border-bottom: 2px solid rgba(102, 62, 53, 1.0);
	margin: 0px;
	margin-bottom: 30px;
	color: rgba(102, 62, 53, 1.0);
	font-size: 1.8em;
	text-align: left;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.price-table th {
	background-color: rgba(102, 62, 53, 1.0);
	color: white;
	padding: 15px;
}

.price-table td {
	padding: 15px;
	border-bottom: 1px solid #ecf0f1;
}

.price-table tr:nth-child(even) {
	background-color: #f8f9fa;
}

.price-table tr:hover {
	background-color: #E1E1E1;
}

.price {
	color: #339F1B;
	font-weight: bold;
	white-space: nowrap;
}


.additional-info li.highlight-item {
	color: #2c3e50;
	margin: 15px 0;
}

.additional-info li.highlight-item:before {
	color: #e74c3c;
}

.notice-text {
	color: #e74c3c;
	font-weight: 500;
	border-left: 3px solid #e74c3c;
	padding-left: 15px;
	margin: 15px 0;
}


.additional-info {
	margin-top: 30px;
	padding: 20px;
	background-color: rgba(0,0,0,0.05);
	font-size: 0.9em;
	line-height: 1.6;
	color: #2c3e50;
}

.additional-info ul {
	list-style-type: none;
	padding-left: 20px;
}

.additional-info li {
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

.additional-info li:before {
	content: "•";
	color: #3498db;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.highlight {
	color: #e74c3c;
	font-weight: 500;
}

.pr2 p {
	user-select: text;
}

.medium {
	display: block;
}

.container2 {
	margin-top: 30px;
	
	padding: 25px;
	background: #f8f9fa;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	opacity: 0;
}

h1, h2 {
	color: #663e35;
	margin-bottom: 25px;
}

h1 {
	font-size: 2.5em;
	text-align: center;
	border-bottom: 3px solid #4a6b57;
	padding-bottom: 15px;
}

.hero-section {
	display: flex;
}

.hero-img {
	width: auto;
	height: 150px;
	margin-top:auto;
	margin-bottom:auto;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
	margin: 30px 0;
}

.benefit-card {
	padding: 25px;
	background: #f8f9fa;
	border-left: 4px solid #9d6b63;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	opacity: 1;
}

.highlight2 {
	color: #663e35;
	font-weight: 600;
}

.pr2 {
	width: 800px;
	padding: 0px;
	margin: auto;
}

.pr3 {
	width: auto;
	padding: 30px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	opacity: 0;
	background: linear-gradient(145deg, rgba(102,62,53,0.05) 0%, rgba(255,255,255,1) 100%);
	border: 1px solid #d4d0c8;
	border-radius: 3px;
}

.pricing-section {
	display: flex;
	gap: 30px;
	align-items: center;
}

.pricing-section2 {
	align-items: center;
	padding: 30px;
	background: linear-gradient(145deg, rgba(0,0,0,0), rgba(255,255,255,0.8));
	border: 2px solid #d4d0c8;
}

.center2 {
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.badge {
	background: #4a6b57;
	color: white;
	padding: 8px 15px;
	border-radius: 20px;
	margin: 10px 0;
}

.icon {
	color: #9d6b63;
	margin-right: 10px;
}

.container p {
	text-align: left;
}	

.c_infos p {
	border: 0;
	margin: 0px;
	padding:0;
	color: rgba(102, 62, 53, 1.0);
	font-size: 14px;
	text-align: left;
	width: 100%;
}	

.m_cont {
	display: flex;
	flex-direction: row;
}	

.maps {
	width: 100%;
	height: 400px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-top: 30px;
}

.pcm {
	margin:0px;
}

.text_icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text_icon h2 {
	margin:0;
}

.menus2 {
	display:grid;
	width:300px;
	gap:2px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.menus.open {
	transform: translateY(0%);
	top: 62px;
}

.f_cont {
	width: 800px;
	margin: 0 auto;
}

.felirat {
	border-bottom: 2px solid rgba(102, 62, 53, 1.0);
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: rgba(102, 62, 53, 1.0);
	font-size: 1.8em;
	text-align: left;
}

.video_container {
	width: 800px;
	display: flex;
	align-items: center;
	justify-content:center;
	margin: 0 auto;
}

.thumb {
	width: 2000px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content:center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border: 2px solid #d4d0c8;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #808080;
	border-bottom-color: #808080;
	box-sizing: border-box;
	margin-top: 30px;
}

.play {
	width: 50px;
	cursor: pointer;
}

.slideshow-container {
	width: 100%;
	overflow:hidden;
	position:relative;
	
}

.slideshow-wrapper {
	display: flex;
	white-space: nowrap;
    will-change: transform;
    transform: translateZ(0);
}

.szoveg .slideshow-wrapper {
    animation: slideLeft 30s linear infinite !important;
}

.slideshow-wrapper img {
	width: auto;
	height: 300px;
}

.slideshow-wrapper video {
	width: auto;
	height: 300px;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideLeft {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-1 * var(--total-width) / 2));
	}
}

.szoveg div.animated {
    animation: slideInFromLeft 0.5s ease forwards;
}

.toast {
	position: fixed;
	margin: auto;
	transform: translateY(50%);
	background-color: #333;
	color: #fff;
	padding: 16px 24px;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s, transform 0.4s;
}

.toast.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}

.toast_container {
	left:0;
	top:0;
	margin: 0;
	padding: 0;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}





@media (max-width: 1000px) {
	.video_container {
		max-width: 400px;
		width: 80%;
		flex-direction: column;
	}
	
	.thumb {
		width: 100%;
	}
	
	.f_cont {
		width: 100%;
		margin: 0 auto;
	}

	.felirat{
        font-size: 1.5em;
        text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
    }
	
	.panel_button_flag {
		display: flex;
	}
	
	.hamburger {
		display: flex;
	}
	
	.menus {
		position: fixed;
		left: 0px;
		top: 0px;
		transform: translateY(-100%);
		z-index: 20;
		width: 100vw;
		padding:0;
		border: 0px solid #d4d0c8;
		margin:0;
	}
	
	.menus2 {
		width: 100%;
	}
	
	.pcm {
		margin:10px;
	}
	.m_cont {
		display: inline;
	}	

	.maps {
		width: 100%;
		height: 60vw;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-top: 40px;
	}
	
	.pr3 {
		overflow: hidden;
		margin-left: 20px;
		margin-right: 20px;
		padding: 10px;
	}
	
	.pr3 h2 {
		margin: 0;
		text-align: center;
	}
	
	.pr3 p {
		margin: 0;
		text-align: center;
		margin-top: 10px;
	}
	
	.benefit-card {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.text {
		width: 100%;
		overflow: hidden;
	}
	
	.hero-section {
		display: inline;
		font-size: 14px;
	}
	
	.pricing-section {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.belyeg {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	
	.another {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		align-items: center;
		width: 100%;
	}
	
	.hero-img {
		width: auto;
		height: 30vw;
		margin-top:auto;
		margin-bottom:auto;
		padding-left:0;
		padding-right:0;
	}
	
	.pr2 {
		width: 100%;
	}
	
	.medium {
		display: none;
	}
	
    .price-container {
        width: 100%;
        padding: 0px;
		border-right: 0;
		border-left: 0;
    }
	
    .price-table {
        width: 90%;
        table-layout: fixed;
        font-size: 14px;
        border: 0;
    }

    .price-table th, .price-table td {
        padding: 10px;
        word-wrap: break-word;
        text-align: left;
    }

    .title {
        font-size: 1.5em;
        text-align: center;
		margin: 10px;
		padding: 10px;
    }
	
	.price-container p {
        font-size: 1.5em;
        text-align: center;
		margin: 10px;
    }

    .price-table td {
        word-wrap: break-word;
    }

    .additional-info {
        padding: 15px;
        font-size: 0.85em;
		margin: 30px;
    }

    .additional-info ul {
        padding-left: 15px;
    }
	
    .price-table th, .price-table td {
        min-width: 120px;
    }
	
	.highlight-box {
		width: 80%;
	}
	
	.container {
		width: auto;
	}
	
	.form {
		width:90vw;
	}
	
	.card {
		width: 100%;
		margin:0;
		padding:0;
		margin-top: 30px;
		border-left: 0px;
		border-right: 0px;
	}
	
	.card_image {
		height: 30vw;
	}
	
	.header_space {
		height:62px;
	}
	
	.main {
		width: 100%;
		padding: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
		color: #333333;
		align-items: center;
		justify-content: center;
	}
	
	.header_menu {
		display: none;
	}
	
	.logo_container {
		justify-content: center;
		width: 100%;
	}
	
	.slideshow {
		position: relative;
		width: 100%;
		height: 60vw;
		overflow: hidden;
		background-color: #333;
		z-index: 0;
		margin-left:0px;
	}
	
	.slide_text {
		bottom: 30%;
	}
	
	.logo {
		padding-left: 10px;
		display: inline-block;
	}
	
	.logo_pc {
		display: none;
	}
	
	.c_infos p {
		font-size: 14px;
		margin:0;
	}
	
	.slideshow-wrapper img {
		width: auto;
		height: 200px;
	}
	
	.slideshow-wrapper video {
		width: auto;
		height: 200px;
	}
}