/* Előző élet előadás css*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 10px;
    background: url('/_images/mentalis_kimerultseg_bg.png') no-repeat top center;
    background-size: 100% auto;
    background-color: #262e30;
	background-attachment: fixed;
    color: #d9d9d9;
	font-display: swap
}

.notoverflow {
	overflow:hidden;	
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(38, 46, 48, 0);
    transition: background 0.3s ease;
    z-index: 0;
}

.scroll-message {
    border-top: 1px solid #a3a3a3;
    width: calc(100% - 40px);
    height: 44px;
    overflow: hidden;
    background: linear-gradient(73deg, #797052, #e5cf93);
    color: #000000;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 0px !important;
    border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.scrolling-text {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	animation: scrollText 30s linear infinite;
	line-height: 3;
}

#progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 10px;
	width: 0%;
	background: #c10000f0;
	z-index: 9999;
	transition: width 0.2s ease, background 0.4s ease;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e5cf93;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #1e1e1d5e; /* pipa színe */
}

input[type="checkbox"]:checked::after {
	content: "✔";
    color: #e5cf93;
    font-size: 16px;
    position: absolute;
    left: 4px;
    top: -2px;
}

@keyframes scrollText {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.szmodal-content {
	margin: 1% auto;
	padding: 20px;
	border-radius: 8px;
	max-width: 500px;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	border:1px solid gray;
	background: #00000024;
	backdrop-filter: blur(5px);
}

.szmodal-close {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 45px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	text-shadow: 2px 2px 5px black;
}

.section:not(.section1) {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    margin: 20px auto;
    max-width: 1200px;
    backdrop-filter: blur(2px);
    opacity: 0.2;
	border: 1px solid #3d3d3d;
    box-shadow: 2px 2px 7px 0px #00000082;
	background: #00000047;
	border-radius:16px;
	transition: background 0.3s ease, transform 0.3s ease;
}

.section1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 20px auto;
	max-width:900px;
}

.content, .section .image {
    flex: 1;
    min-width: 300px;
    margin: 20px;
    text-align: center;
}

.section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.section1 .contents {
    position: relative;
}

.section h1 {
    font-weight: lighter;
    text-shadow: 4px 4px 5px #000000;
	color:#e5cf93;
	text-wrap: balance;
	font-size: 1.625em;
}

.section1 h1 {
	font-family: 'Playfair Display', serif;
    font-size: 2.625em;
    color: #e5cf93;
    margin-bottom: 10px;
    font-weight: lighter;
    line-height: 1.2;
    text-align: left;
    text-shadow: 2px 2px 4px #171717
}

.section1 h2 {
    font-size: 1.625em;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
	text-shadow: 2px 2px 4px black;
}

.section1 strong {
    color: ##3a2c7a;
}

.section1 .image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 80px;
    z-index: 10;
	text-align:right;
}

.section1 img {
	max-width: 30%;
    filter: hue-rotate(355deg) drop-shadow(2px 4px 6px black);
    height: auto;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 3px 4px 10px #0e0e0e;
	opacity:1;
}

.section2 {
    margin-top: 500px !important;
    z-index: 10;
    background: none !important;
    border: none !important;
    box-shadow: unset !important;
    backdrop-filter: blur(0px) !important;
	opacity:1 !important;
	padding:0px !important;
}

.section2 div {
    margin: 0 auto;
}

.section2 div, .section4 div {
    margin: 0 auto;
}

.section2 p, .section4 p {
    font-size: 1.3em;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.section2 strong, .section5 strong{
    font-family: 'Playfair Display', serif;
    color: #c10000f0;
	text-shadow: 2px 2px 5px black;
    font-size: 1.3em;
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-image-slice: 1;
	padding:15px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgb(0 0 0 / 84%);
}

.logo {
	text-align: center;
}

.section1 .logo {
	text-align: left;
    margin-left: 100px;
    margin-top: 40px;	
}

.logo img {
	border-radius: 50%;
    width: 150px;
    height: 150px;
}


.fancy-list {
    list-style: none;
    padding: 0;
    margin: 0;
	text-align: left;
	margin-left:50px;
	margin-right:50px;
}

.fancy-list li {
    background-color: #33333378;
    color: #d9d9d9;
    font-size: 1.3em;
    text-align: left;
    padding: 15px 20px;
    margin-bottom: 15px;
	border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #585858;
    border-left: 3px solid #e5cf93;
	transition: background 0.3s ease, transform 0.3s ease;
}

.section5 .logo img {
	width: 100px;
	height: 100px;
}

.section5 form {
    padding: 20px;
	padding-top:0px;
    border-radius: 10px;
    width: 100%;
}

.section5 p {
    font-size: 1.3em;
}

.section5 p strong {
	margin-bottom:10px;
}

.section5 form div {
    margin-bottom: 15px;
}

.section5 form label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 1.3em;
}

.section5 form input, .section5 form textarea, .section5 form select, #szek_valaszto {
	width: calc(100% - 20px);
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #5d5d5d;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #1e1d1d96;
    font-size: 1.3em;
    transition: all 0.3s ease;
    color: #d9d9d9;
	text-align:left;
}

.section5 form input:focus,
.section5 form textarea:focus {
    border-color: #f5deb3 !important;
    background-color: #1e1d1d96 !important;
    box-shadow: 0 0 5px rgb(17 17 17 / 50%);
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: #1e1d1d !important;
    color: wheat !important;
    box-shadow: 0 0 0px 1000px #1e1d1d inset !important;
    -webkit-text-fill-color: #d9d9d9 !important;
}

.section5 form button, .button {
    background-color: #2b2d2e;
    color: #c6c6c6;
    padding: 12px 20px;
    border: 1px solid #4f4d4d;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.3em;
    transition: background-color 1s ease;
    margin: 30px;
}

.section5 form button:hover, .button:hover {
    background-color: #e5cf93;
    color: black;
}

.section6 .flex-container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; 
}

.section6 .flex-container .kep {
    flex: 1 1 300px; 
    max-width: 400px;
}

.section6 .flex-container .kep img {
    width: 100%;
    height: auto;
    display: block;
	filter: drop-shadow(2px 4px 6px black);
	rotate: 355deg;
}

.section6 .flex-container .szoveg {
    flex: 2 1 400px; 
    font-size: 1.3em;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.section6 strong {
	color:#c10000f0;
	text-shadow:2px 2px 5px black;
}

/* Mobilnézet – 768px alatt a flex oszlopirány */
@media (max-width: 768px) {
    .section6 .flex-container {
        flex-direction: column;
    }
    .section6 .flex-container .kep,
    .section6 .flex-container .szoveg {
        max-width: 100%;
    }
    .section6 .flex-container .szoveg {
        text-align: justify;
    }
}

input[readonly] {
    cursor: unset;
}

label.required:after {
    content: " *";
    color: #b70101;
    font-weight: bold;
    margin-left: 5px;
}

.section5 a {
	text-decoration:none;
	color: wheat;
}

.testimonial {
    background: #33333378;
    padding: 1rem 1.5rem;
	font-size:1.3em;
    font-style: italic;
    position: relative;
    width: 100%;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #585858;
    border-left: 3px solid #e5cf93;
	transition: background 0.3s ease, transform 0.3s ease;
}

.testimonial::before {
  content: "“";
  font-size: 3rem;
  color: #e5cf93;
  position: absolute;
  left: 10px;
  top: -10px;
  line-height: 1;
}

.testimonial p:last-child {
  font-style: normal;
  font-weight: bold;
  margin-top: 0.75rem;
  color: #e5cf93;
  font-size: 0.8em;
}

footer {
    text-align: center;
    padding: 20px;
	margin:0 auto;
    margin-top: 100px !important;
	line-height: 1.7em;
	font-size:0.9em;
	max-width:1200px;
	position: relative;
	z-index:10;
	margin-top:100px
}

footer a {
	text-decoration:none;
	color:#e5cf93;
}

.section.lila-background {
    position: relative;
    overflow: hidden;
}

.section.lila-background::before {
	content: "";
    background-size: 180px;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
    width: 260px;
    opacity: 0;
    z-index: 10;
    filter: grayscale(1) drop-shadow(2px 4px 6px black);	
}

.section.lila-background .content {
    position: relative;
    z-index: 12;
}

.kezdunk {
	margin-bottom:0px;	
	display:block;
	margin-top:10px;
}

.motivacios-valasz {
	background: #d9d9d9;
    color: black;
    border: 4px solid #1eab08;
    padding: 20px 30px;
    font-size: 1.3em;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    z-index: 9999;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9998;
}

.live-badge {
    position: absolute;
    top: 40px;
    left: -175px;
    width: 500px;
    z-index: 13;
}

.live-badge img {
    max-width: 50%;
    width: 30%;
    height: auto;
    display: block;
    opacity: 1;
    border: none;
    box-shadow: unset;
    border-radius: 0;
}
@media (max-width: 1600px) {
    .live-badge {
        position: absolute;
        top: 240px;
        left: 15px;
        width: 500px;
        z-index: 13;
    }	
}
@media (max-width: 1200px) {
    .section1 h1 {
        font-size: 2.625em
    }

    .section1 h2 {
        font-size: 1.62em;
    }

	.section1 .logo {
		display:none
	}
	

}

@media (max-width: 992px) {
	
	body {
		background-size: unset;
	}

    .section1 h1 {
        font-size: 2.625em;
		text-align: center;
    }

    .section1 h2 {
        font-size: 1.62em;
		text-align: center;
    }

	.section2 div {
		margin-right: 20px !important;
        width: calc(100% - 162px);
        margin-left: 20px !important;
	}
	
	.section2 {
		margin-top:300px !important;
	}

	.section {
		padding-left: 15px !important;
        padding-right: 15px !important;
	}
}

@media (max-width: 768px) {
	
	.live-badge {
		display: none;
	}
    .section1 h1 {
        font-size: 2.6em;
    }

    .section1 h2 {
        font-size: 1.62em;
    }

	.section.lila-background::before {
        background-size: 70px;
        top: 5px;
        right: 4px;
        bottom: auto;
        height: 150px;
        opacity: 0.5;
    }

	.section1 .image {
		min-width: 180px;
        right: -20px;
	}
	
    .section1 {
        margin-top: 0;
        padding-top: 0;
    }	
	.section5 form {
		margin-left: -20px
	}
	.fancy-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.section2 p {
		font-size: 1.3em;
		text-align: center;
		hyphens: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
	}
	
	.section2 strong{
		font-size: 1.2em;
	}
}

@media (max-width: 576px) {
    .section1 h1 {
        font-size: 2em;
    }

    .section1 h2 {
        font-size: 1.62em;
    }
}