/* ALAP BEÁLLÍTÁSOK */
body, html {
margin: 0;
padding: 0;
font-family: "Playfair Display", serif;
scroll-behavior: smooth;
	
}
@media (max-width: 768px) {
    body {
        padding-top: 90px;
    }
}
h1 {
font-family: 'Playfair Display', serif;
font-size: clamp(26px, 6vw, 50px);
}
 h3 {
font-family: 'Playfair Display', serif;
	 
font-size: clamp(20px, 4.5vw, 36px);
}
p {font-family: 'Playfair Display', serif;
font-size: clamp(16px, 4vw, 36px);}
h2 {font-family: 'Playfair Display', serif;
font-size: clamp(16px, 3.5vw, 20px);}
.h2 {font-family: 'Playfair Display', serif;
font-size: clamp(16px, 3.5vw, 20px);}
.abril-fatface-regular {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
}


/* FIX FEJLÉC */

header {
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 15px;
background:  #001733;
color: white;
z-index: 1000;
}

.logo {
font-size: 22px;
font-weight: bold;
}
.logo1 {
font-size: 22px;
font-weight: bold;
}

nav a {
margin-left: 0px;
padding: 30px;
color: white;
font-family: 'Playfair Display', serif;
text-decoration: none;
font-size: 18px;
}

nav a:hover {
    color: #C09209;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* PARALLAX ALAP */
.parallax {
    min-height: 100vh;
    height: auto;
}

.parallax {
height: 700px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.parallax {
background-image: url('kep1.jpg');
	/* fő háttérkép */
}

.parallax2, .parallax3 {
height: 300px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
	  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax2 {
background-image: url('kep2.jpg');
}

.parallax3 {
background-image: url('kep3.jpg');
}


.hero-text {
position: relative;
    top: 80px;
	  margin-top: 20px;
text-align: center;
color: white;
font-size: 30px;
text-shadow: 0 0 20px black;
}
@media (max-width: 768px) {
    .hero-text {
        margin-top: 40px;
    }
}


.overlay {
position: static;
top: 35%;
text-align: center;
color: white;
font-size: 40px;
text-shadow: 0 0 10px black;
}

/* TARTALMI BLOKKOK */
.content {
color:  #001733;
padding: 80px 10%;
background: white;
text-align: center;
}
.logo img{
	width: 45px;
	height: auto;
}

/* Kapcsolat szekció */
.contact-section {
background: #001733; /* sötétkék háttér */
padding: 80px 0;
color: white;
}

.contact-container {
width: 90%;
max-width: 1200px;
margin: auto;
display: flex;
justify-content: space-between;
gap: 60px;
}

/* Bal oldal */
.contact-info h2,
.contact-form h2 {
color: #C09209; /* arany cím */
margin-bottom: 15px;
}

/* Jobb oldal form */
.contact-form {
flex: 1;
background: #00224d;
padding: 30px;
border: 3px solid #C09209; /* arany keret */
border-radius: 12px;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

/* Inputok */
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 12px;
margin-bottom: 15px;
background: #001733;
border: 2px solid #C09209;
border-radius: 8px;
color: white;
font-size: 16px;
outline: none;
transition: 0.3s;
}

/* Hover/input fókusz */
.contact-form input:focus,
.contact-form textarea:focus {
border-color: #C09209;
box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

/* Gomb */
.contact-form button {
width: 100%;
padding: 12px;
background: #C09209; /* arany */
color: #001733; /* sötétkék felirat */
border: none;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: 0.3s;
}

/* Hover gomb */
.contact-form button:hover {
background: #C09209; /* világosabb arany */
}

/* Reszponzív mobil nézet */
@media (max-width: 800px) {
.contact-container {
flex-direction: column;
}
}

body {
background: #001733; /* sötétkék háttér */
font-family: Arial, sans-serif;
padding: 20px 0;
}

/* Container beállítások */
@media (max-width: 768px) {

    .row {
        flex-direction: column;
        align-items: center;
    }

    .price-box {
        width: 100%;
        max-width: 320px;
        font-size: 18px;
        padding: 20px;
    }

    .price-box span {
        font-size: 24px;
    }
}

.pricing-container {
width: 90%;
max-width: 1200px;
margin: auto;
}

/* Sorok (3 felül, 2 alul) */
.row {
display: flex;
justify-content: center;
gap: 30px;
margin-bottom: 40px;
}

/* Dobozok */
.price-box {
background: #00224d; /* sötétkék téglalap */
border: 3px solid #C09209; /* arany keret */
color: white;
font-size: 22px;
text-align: center;
padding: 25px 25px;
border-radius: 12px;
width: 900px;
transition: 0.3s ease;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
font-family: 'Playfair Display', serif;/* finom fehér árnyék */
}

/* Ár stílus */
.price-box span {
font-size: 28px;
font-weight: bold;
display: block;
margin-top: 10px;
	
}

/* Hover (kiemelés, de nem link/gomb) */
.price-box:hover {
border-color: #C09209; /* világosabb arany */
box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
transform: translateY(-5px);
font-family: 'Playfair Display', serif;
}

/* Kapcsolat szekció */
.contact-section {
background: #001733; /* sötétkék háttér */
padding: 80px 0;
color: white;
	font-family: 'Playfair Display', serif;
}

.contact-container {
width: 90%;
max-width: 1200px;
margin: auto;
display: flex;
justify-content: space-between;
gap: 60px;
}

/* Bal oldal */
.contact-info h2,
.contact-call-box h2 {
color: #C09209; /* arany cím */
margin-bottom: 15px;
}

/* Jobb oldali hívásdoboz */
.contact-call-box {
flex: 1;
background: #00224d;
padding: 30px;
border: 3px solid #C09209; /* arany keret */
border-radius: 12px;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

/* Hívás gomb */
.call-button {
display: inline-block;
text-align: center;
width: 100%;
padding: 5px;
background: #C09209;
color: white;
font-size: 20px;
font-family: 'Playfair Display', serif;
font-weight: bold;
border-radius: 8px;
text-decoration: none;
transition: 0.3s;
}

/* Hover */
.call-button:hover {
background: #C09209;
}
@media (max-width: 768px) {
    /* Parallax mobilon */
    .parallax,
    .parallax2,
    .parallax3 {
        background-attachment: scroll;  /* Mobilon ezt állítjuk */
        background-size: cover;        /* Kép megfelelő méretezése */
        background-position: center;   /* Kép középre igazítása */
        height: 50vh;                  /* 50% a képernyő magassága */
        min-height: 250px;             /* Legalább 250px magasság */
    }
}

/* =========================
   iOS SAFARI FIX (IPHONE)
   ========================= */
@supports (-webkit-touch-callout: none) {

    .parallax,
    .parallax2,
    .parallax3 {
        background-attachment: scroll !important;
        background-size: cover;
        background-position: center;
        min-height: 300px;
        height: auto;
    }

}

html, body {
    overflow-x: hidden;
}


/* Reszponzív */
/* =========================
   FADE IN ANIMÁCIÓ
   ========================= */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Szövegek */
h1, h2,h3, p {
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
}

/* Késleltetés, hogy szebb legyen */
h1 { animation-delay: 0.2s; }
h2 { animation-delay: 0.4s; }
p  { animation-delay: 0.6s; }

/* Árajánlat dobozok */
.price-box {
    opacity: 0;
    animation: fadeInUp 0.9s ease forwards;
}

/* Dobozok egymás után jelennek meg */
.price-box:nth-child(1) { animation-delay: 0.2s; }
.price-box:nth-child(2) { animation-delay: 0.4s; }
.price-box:nth-child(3) { animation-delay: 0.6s; }
.price-box:nth-child(4) { animation-delay: 0.8s; }
.price-box:nth-child(5) { animation-delay: 1s; }

/* =========================
   MOBIL BETŰMÉRET – HERO SZÖVEG
   ========================= */

@media (max-width: 768px) {

    .hero-text h1 {
        font-size: 26px;
    }

    .hero-text p {
        font-size: 18px;
    }
}
/* =========================
   HAMBURGER MENÜ
   ========================= */

.hamburger {
    display: none;
    font-size: 32px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
	padding-right: 35px;
}

/* MOBIL */
@media (max-width: 768px) {

    nav {
        position: absolute;
        top: 70px;
        right: 15px;
        background: #001733;
        flex-direction: column;
        width: 200px;
        display: none;
        box-shadow: 0 5px 20px rgba(0,0,0,0.4);
        border-radius: 8px;
    }

    nav a {
        padding: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    nav.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }
}
