@font-face {
    font-family: 'fpt-book';
    src: url(fonts/fonnts.com-Futura_PT_Book.eot);
    src: url(fonts/fonnts.com-Futura_PT_Book.otf);
    src: url(fonts/fonnts.com-Futura_PT_Book.woff);
    src: url(fonts/fonnts.com-Futura_PT_Book.woff2);
}

@font-face {
    font-family: 'fpt-demi';
    src: url(fonts/fonnts.com-Futura_PT_Demi.eot);
    src: url(fonts/fonnts.com-Futura_PT_Demi.otf);
    src: url(fonts/fonnts.com-Futura_PT_Demi.woff);
    src: url(fonts/fonnts.com-Futura_PT_Demi.woff2);
}

@font-face {
    font-family: 'fpt-medium';
    src: url(fonts/fonnts.com-Futura_PT_Medium.eot);
    src: url(fonts/fonnts.com-Futura_PT_Medium.otf);
    src: url(fonts/fonnts.com-Futura_PT_Medium.woff);
    src: url(fonts/fonnts.com-Futura_PT_Medium.woff2);
}

@font-face {
    font-family: 'fpt-light';
    src: url(fonts/fonnts.com-Futura_PT_Light.eot);
    src: url(fonts/fonnts.com-Futura_PT_Light.otf);
    src: url(fonts/fonnts.com-Futura_PT_Light.woff);
    src: url(fonts/fonnts.com-Futura_PT_Light.woff2);
}



.fpt-book {
    font-family: "fpt-book", sans-serif;
}

.fpt-demi {
    font-family: "fpt-demi", sans-serif;
}
.fpt-medium {
    font-family: "fpt-medium", sans-serif;
}
.fpt-light {
    font-family: "fpt-light", sans-serif;
}



:root {
    --brown: #4c4035;
    --title-brown: #3c3229;
    --white: #ffffff;
    --light-brown: #e6e3db;
    --title-grey: #5f5e5e;
    --black: #000;
    --footer-bg: #63594f;
}


body {
    padding-top: 130px;
    font-family: "bst-light", sans-serif;
}

body a {
    text-decoration: none;
}

div.felso-sav {
    height: 68px;
    background-color: var(--brown);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    right: 0;
}

a.site-main {
    position: absolute;
    left: 0;
    top: -70px;
}

nav.navbar {
    background-color: var(--white) !important;
    transition: all .3s ease-in-out;
    height: auto;
}

header.scrolled .navbar,
header.scrolled-sub .navbar {
    background-color: var(--white) !important;
}


nav.navbar {
    top: 68px;
    padding: 0;
    height: 62px;
}

li.nav-item {
    margin: 0;
}

a.nav-link {
    color: var(--black);
    font-size: 19px;
    text-transform: uppercase;
    padding: 7px 15px 0px 15px !important;
}

a.nav-link:hover {
    color: #ffb10a;
}

a.btn-hunor, a.btn-hunor-lg, button.btn-hunor {
    border-radius: 8px;
    font-size: 20px;
    color: var(--brown);
    background-color: var(--light-brown);
    border: 1px solid var(--light-brown);
    display: inline-block;
    line-height: 41px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
a.btn-hunor:hover, 
a.btn-hunor-lg:hover {
    background-color: var(--brown);
    color: var(--light-brown);
}

body a.btn-hunor-lg {
    border-radius: 12px;
    font-size: 34px;    
    padding: 0 22px;
    line-height: 67px;
}

img.site-logo {
    height: auto;
}

.felso-sav .container {
    align-items: center;
    height: 68px;
    justify-content: flex-end;
    gap: 40px;
}

.felso-sav .elem-fent {
    display: flex;
    align-items: center;
    gap: 16px;
}

.felso-sav .elem-fent p {
    margin: 0;
    color: var(--white);
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
/* SITE */
h2.section-title {
    font-size: 40px;
    line-height: 42px;
    color: var(--title-brown);
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

h3.section-title {
    font-size: 34px;
    color: var(--title-grey);
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

p.section-text, .article-content p, .article-content li {
    font-size: 26px;
    line-height: 28px;
    margin: 18px 0;
    color: var(--black);
    font-family: "fpt-light", sans-serif;
}

#galeria p.section-text {
    font-size: 23px;
    line-height: 23px;
    margin: 18px 0;
    color: var(--black);
}

#top-main {
    color: var(--white);
    background: url('../img/top-main.jpg') no-repeat center center;
    background-size: cover;
    height: 868px;
}

#top-main h2 {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 54px;
    margin: 200px 0 20px 0;
}

#top-main p {
    margin: 0 0 40px 0;
    font-size: 36px;
    line-height: 49px;
}

.pulse-button {
    display: inline-block;
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.pulse-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Fehér pulzálás */
.pulse-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    z-index: 1;
}

/* Pulzáló effekt */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/* Kép fölé helyezzük a pulzáló réteget */
.pulse-button img {
    position: relative;
    z-index: 2;
}


#bemutatkozas {
    background-color: var(--white);
    padding: 90px 0 85px 0;
}

p.b-fels {
    font-size: 20px;
    color: var(--black);
    text-transform: uppercase;
    margin: 0 0 8px 0;
    align-items: center;
    gap: 15px;
}

#szolgaltatasaink {
    background-color: var(--brown);
    padding: 80px 0;
}

#szolgaltatasaink h2.section-title {
    color: var(--white);
}

p.sz-cim, p.sz-leir {
    color: var(--white);
}
p.sz-cim {
    text-transform: uppercase;
    font-size: 30px;
    margin: 5px 0;
}

p.sz-leir {
    font-size: 24px;
    line-height: 26px;
    margin: 5px 0;
}
.haz {
    margin-top: 60px;
}
.haz img {
    margin-bottom: 30px;
    width: 95%;
}
body a.sz-btn {
    margin-top: 30px;
}


#miert-mi {
    background-color: var(--light-brown);
    padding: 80px 0;
    background-image: url('../img/miert-bg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 1065px;
}

.mm-boxes {
    margin-top: 80px;
}
.mm-box {
    gap: 24px;
    margin-bottom: 82px;
    justify-content: center;
}
.mm-boxes .mm-box:last-child {
    margin-bottom: 0;
}

.mm-box p.szam {
    background-color: var(--brown);
    color: var(--white);
    font-size: 50px;
    margin: 0;
    width: 87px;
    line-height: 87px;
    text-align: center;
    border-radius: 50%;
    flex-shrink: 0;
    max-height: 87px;
}

.mm-box p.mm-cim {
    font-size: 22px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    line-height: 26px;
}
.mm-box p.mm-szoveg {
    font-size: 22px;
    margin: 0;
    line-height: 23px;
}

#velemenyek {
    background: url('../img/velemenyek-bg.jpg') no-repeat center center var(--brown);
    height: 548px;
    padding: 70px 0;
}
#velemenyek .section-title {
    color: var(--white) !important;
}

.velemenyek_slider .item p.bubble {
    position: relative;
    background: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 21px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px; /* hely a háromszögnek */
}

/* lefelé mutató háromszög */
.bubble::after {
    content: "";
    position: absolute;
    bottom: -12px;      /* kilógjon */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
}

.velemenyek_slider .alairas {
    font-size: 21px;
    line-height: 21px;
    color: var(--white);
}

/* dots konténer */
.owl-dots {
    text-align: center;
    margin-top: 0px;
}

/* egy pötty */
.owl-dot {
    display: inline-block;
    margin: 0 6px;
}

/* pötty kinézete */
.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bdbdbd;      /* inaktív: szürkés */
    transition: all 0.3s ease;
}

/* aktív pötty */
.owl-dot.active span {
    background: #ffffff;      /* aktív: fehér */
}

/* hover (opcionális) */
.owl-dot:hover span {
    background: #e0e0e0;
}


#galeria {
    padding: 70px 0;
    background-color: var(--light-brown);
}

#galeria a.btn-hunor, #kapcsolat button.btn-hunor {
    background-color: var(--brown);
    color: var(--white);
    font-size: 24px;
    line-height: 49px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 17px;
    border-color: var(--brown);
}

#galeria a.btn-hunor:hover, #kapcsolat button.btn-hunor:hover {
    color: var(--brown);
    background-color: var(--white);
}
#galeria img.mt-7 {
    margin-top: 42px;
}

.galeria-elem {
    height: 250px;
    position: relative;
    margin: 15px 0;
    border: 5px solid var(--brown);
    transition: all .3s ease-in-out;
}

.galeria-elem:hover {
    border-color: var(--light-brown);
}

.galeria-elem .hirkep {
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.galeria-elem .hirkep a {
    height: 100%;
    width: 100%;
    position: absolute;
}

footer {
    background: var(--footer-bg)
}


footer img.footer-logo {
    margin-bottom: 30px;
}

footer .nav-link-footer {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    padding: 8px 10px;
}


footer p.copyright {
    margin: 0;
    padding: 12px 0;
    color: var(--black);
    background-color: var(--light-brown);
    text-align: center;
    font-size: 16px;
}

ul li.nav-item {
    transition: all .3s ease-in-out;
}


ul li.nav-item:hover a {
    color: #ffb10a;
}

ul li.nav-item:last-child a {
    padding-right: 0 !important;
    padding-left: 50px !important;
    padding-top: 4px !important;
}


#subpage {
    padding: 70px 0 60px 0;
}

#kapcsolat {
    padding: 70px 0;
    background: var(--white);
}

.kapcs-in {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    gap: 25px;
    align-items: center;
}

.kapcs-in p {
    
    text-align: left;
    color: var(--black);
    font-size: 24px;
    line-height: 25px;
    margin: 0;
}



#kapcsolat .errors,
.kapcs-div .errors {
    color: red;
}

#kapcsolat .kapcs-form-input,
.kapcs-div .kapcs-form-input {
    background-color: var(--light-brown);
    border: none;
    font-size: 24px;
    padding: 8px 15px 5px 10px;
    display: block;
    margin: 0;
    width: 100%;
    color: var(--black);
    font-family: "fpt-book", sans-serif;
}

#kapcsolat .kapcs-form-input.kfi,
.kapcs-div .kapcs-form-input.kfi {
    width: 100%;
}

.kapcs-form {
    margin: 30px 0 0 0;
}

.kapcs-form-input::placeholder {
    color: var(--black);

    font-family: "bst-light", sans-serif;
    opacity: 1;
    /* Firefox */
}


.kapcs-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--black);

    font-family: "bst-light", sans-serif;
}

.custom-checkbox a {
    color: var(--title-brown);
}
.custom-checkbox {
    margin: 20px 0;
    font-size: 21px;
    color: var(--title-brown);
}
#google-map {
    height: 645px;
}
#google-map iframe {
    width: 100%;
    height: 650px;
}

/* Mobil */
@media (max-width: 768px) {
    body {
        padding-top: 68px;
    }
    nav.navbar {
        height: 68px;
    }
    nav.navbar,
    header.scrolled .navbar {
        top: 0;
        background-color: var(--title-brown) !important
    }

    body a.site-main {
        position: relative;
        top: auto;
        left: auto;
    }
    body div.felso-sav {
        display: none;
    }


    .navbar-collapse {
        background: var(--footer-bg);
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 59px;
    }


    img.site-logo {
        height: 50px;
    }

    footer .nav-link-footer {
        display: block;
        margin: 10px 0;
    }

    footer img.footer-logo {
        max-width: 60%;
    }

    footer p.copyright {
        font-size: 12px;
    }


    a.nav-link {
        color: #fff;
    }

    
    #top-main {
        height: 92vh;   
        background-position: left center;
        background-size: auto;
    }

    #top-main p {
        font-size: 28px;
        line-height: 30px;
    }
    #top-main h2 {
        font-size: 30px;
        line-height: 32px;
    }
    body a.btn-hunor-lg {
        font-size: 21px;
        line-height: 58px;
    }
    #bemutatkozas, #szolgaltatasaink, #miert-mi, #velemenyek, #galeria, #kapcsolat {
        padding: 30px 0;
    }
    #miert-mi {
        background-image: none;
    }
    h2.section-title {
        font-size: 34px;
        line-height: 36px;
    }
    h3.section-title {
        font-size: 26px;
        line-height: 29px;
    }
    .mm-boxes {
        margin-top: 10px;
    }
    .mm-box, .mm-box:last-child {
        margin-bottom: 35px !important;
        gap: 18px;
    }
    .mm-boxes-2 .mm-box {

        flex-direction: row-reverse;
        text-align: left !important;
    }
    .mm-box p.szam {
        width: 60px;
        max-height: 60px;
        line-height: 60px;
        font-size: 40px;
    }
    
    body .mm-boxes-2 .mm-box:last-child {
        margin-bottom: 0 !important;
    }
    #velemenyek {
        background: var(--brown);
    }
    #galeria img.mt-7 {
        margin-top: 0;
    }
    #galeria img {
        margin-bottom: 15px;
    }
    #galeria a.btn-hunor {
        width: 100%;
        text-align: center;
    }
    #bemutatkozas h2.section-title {
        margin-top: 20px;
    }
    p.b-fels:first-child {
        margin-top: 15px;
    }
    #user_name {
        margin-bottom: 20px !important;
    }
}