/* Párkapcsolati kommunikáció előadás css*/
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 10px;

    background:
        linear-gradient(to right, rgba(88, 76, 64, 0.7), rgba(120, 96, 72, 0.7)),
        url(/_images/parkapcsolat_kommunikacio.png) no-repeat center center;

    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-repeat: no-repeat;

    color: #f1e9e0;
    font-display: swap;
}

#backdrop-layer {
	position: fixed;
	inset: 0;
	z-index: -1;
	backdrop-filter: brightness(1);
	transition: backdrop-filter 0.2s ease;
	background: rgba(255, 255, 255, 0.01);
	pointer-events: none;
}

.scroll-message {
    height: 44px;
    overflow: hidden;
    background: linear-gradient(90deg, #e8cfa866, #e8cfa808);
    color: #d7d7d7;
    font-weight: bold;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.scrolling-text {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	animation: scrollText 30s linear infinite;
	line-height: 3;
}

@keyframes scrollText {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

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::after {
	content: "✔";
    color: #e8cfa8;
    font-size: 16px;
    position: absolute;
    left: 4px;
    top: -2px;
}

.section:not(.section1) {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background: linear-gradient(92deg, #00000014, #100d0836);
    margin: 20px auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 84%);
    max-width: 1200px;
    border-radius: 10px;
    color: #c1c1c1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    backdrop-filter: hue-rotate(8deg) blur(5px) brightness(1.1);
    border: none;
	opacity: 0;
    transition: opacity 0.8s ease, transform 2s ease;
    will-change: transform, opacity;
	transform: none;
}

.section.visible.down {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.section.down-init {
    transform: translateY(50px) scale(0.98);
}

.section.visible.up {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.section.up-init {
    transform: translateY(-50px) scale(0.98);
}

.section:not(.section1)::before {
	content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(to top right, rgb(131 130 124 / 28%), rgb(135 112 112 / 28%));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.section1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 20px auto;
	max-width:1300px;
}

.content, .section .image {
    flex: 1;
    min-width: 300px;
    margin: 20px;
    text-align: center;
}

.section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
	filter: hue-rotate(68deg);
}

.section1 .contents {
    position: relative;
}

.section h1 {
    font-weight: lighter;
    text-shadow: 4px 4px 10px #000000;
	color:#e8cfa8;
	text-wrap: balance;
	font-family: 'Playfair Display', serif;
	font-size:2.5em;
}

.section1 h1 {
	font-family: 'Dancing Script', cursive;
    font-size: 6em;
    color: #e8cfa8	;
    margin-bottom: 10px;
	margin-top:0px;
    line-height: 1.2;
    text-align: left;
    text-shadow: 2px 2px 4px black
}

.section1 h2 {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
	color:#fff4e4;
	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: 40%;
    height: auto;
    border: 1px solid #838080;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 3px 4px 10px #0e0e0e;
    opacity: 1;
    filter: drop-shadow(2px 4px 6px black);
}

.section2 {
    text-align: center;
	margin-top:300px !important
}

.section2 div {
    margin: 0 auto;
}

.section2 p {
    font-size: 1.7em;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.logo {
	text-align: center;
}

.section1 .logo {
	text-align: left;
    margin-left: 100px;
    margin-top: 40px;
}

.logo img {
	border-radius: 50%;
    width: 150px;
    height: 150px;
}

.section4 {
    text-align: center;
	hyphens: auto;
}

.section4 div {
    margin: 0 auto;
}
.section4 p {
    font-size: 1.7em;
	text-align: justify;
    hyphens: auto;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.section5 .logo img {
	width: 100px;
	height: 100px;
}

.section5 form {
    padding: 20px;
	padding-top:0px;
    border-radius: 10px;
    width: 100%;
}

.section5 p {
    font-size: 1.5em;
    text-shadow: 2px 2px 3px black;
}

.section5 p strong {
	display:block;
	margin-bottom:10px;
}

.section5 form div {
    margin-bottom: 15px;
}

.section5 form label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 1.4em;
}

.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: #23180b59;
    font-size: 1.2em;
    transition: all 0.3s ease;
    color: white;
	text-align:left;
}

.section5 form input:focus,
.section5 form textarea:focus,
.section5 form select:focus {
    border-color: #5aab3b;
    background-color: #23180b59 !important;
    box-shadow: 0 0 5px rgb(17 17 17 / 50%);
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #150f08 inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 5000s ease-in-out 0s;
  color: white !important;
  caret-color: white;
  border: none;
}

.section5 form button, .button {
	background-color: #2b2d2e;
    color: #c6c6c6;
    background-color: #dfb471;
    color: #000000;
    padding: 12px 20px;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
    margin: 30px;
}

.section5 form button:hover, .button:hover {
	background-color: #76532c;
    color: white;
}

input[readonly] {
	border: none !important;
	box-shadow: unset !important;
    background: #63668900 !important;
    color: #e8cfa8 !important;
    cursor: unset;
    font-size: 1.4em !important;
    padding: 0px !important;
    width: 100% !important;
	pointer-events: none;
	user-select: none;
}

label.required:after {
    content: " *";
    color: #e8cfa8;
    font-weight: bold;
    margin-left: 5px;
}

button {
  position: relative;
  overflow: hidden;
}

button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.6s;
}

button:hover::after {
  left: 100%;
}

.section5 a {
	text-decoration:none;
	color: #e8cfa8;
}

.testimonial {
    padding: 1rem 1.5rem;
    font-style: italic;
    position: relative;
    width: 100%;
	font-size: 1.2em;
	border-top: 1px solid #373636;
}

.testimonial::before {
  content: "“";
  font-size: 3rem;
  color: #e8cfa8;
  position: absolute;
  left: 10px;
  top: -10px;
  line-height: 1;
}

.testimonial p:last-child {
  font-style: normal;
  font-weight: bold;
  margin-top: 0.75rem;
  color: #e8cfa8;
}

footer {
    text-align: center;
    padding: 20px;
	margin:0 auto;
    margin-top: 100px !important;
	line-height: 1.7em;
	font-size:0.9em;
	max-width:1200px;
	color:lightgray;
}

footer a {
	text-decoration:none;
	color:#e8cfa8;
}

.section.lila-background {
    position: relative;
    overflow: hidden;
}

.section.lila-background .content {
    position: relative;
    z-index: 2;
}

.kezdunk {
	margin-bottom:0px;
}

.motivacios-valasz {
	background: white;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom right, #fc7ca1, #2196f3);
    border-image-slice: 1;
    padding: 20px 30px;
    font-size: 1.1em;
    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: 200px;
	right: 60px;
	width: 500px;
	z-index: 3;
}

.live-badge img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.9;
	border: none;
	box-shadow: unset;
	border-radius:0;
	filter: hue-rotate(298deg);
}

#cta-fix {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(23, 17, 11, 0.52);
	border-top: 1px solid rgb(95, 84, 67);
	box-shadow: rgba(0, 0, 0, 0.52) -6px -8px 14px 0px;
	padding: 12px 0px;
	display: block;
	z-index: 999;
	text-align: center;
	backdrop-filter: blur(4px);
}

@media (max-width: 1200px) {
    .section1 h2 {
        font-size: 2.1em;
    }

	.section1 .logo {
		display:none
	}
}

@media (max-width: 992px) {

    .section1 h1 {
		text-align: center;
    }

    .section1 h2 {
        font-size: 2em;
		text-align: center;
    }

	.section2 div, .section4 div {
		width:100%
	}

	.live-badge {
		display: none;
	}
	.section {
		padding-left: 15px !important;
        padding-right: 15px !important;
	}
}

@media (max-width: 768px) {

    .section1 h1 {
        font-size: 3em;
    }

    .section1 h2 {
        font-size: 2em;
    }

	.section1 .image {
		min-width: 180px;
        right: -20px;
	}

    .section1 {
        margin-top: 0;
        padding-top: 0;
    }
	.section2 {
		margin-top:20px !important
	}
	.section5 form {
		margin-left: -20px
	}
}

@media (max-width: 576px) {
    .section1 h1 {
        font-size: 4em;
    }

    .section1 h2 {
        font-size: 1.8em;
    }
}
