@font-face {
    font-family: 'futura';
    src: url(fonts/FuturaPTBook.eot);
    src: url(fonts/FuturaPTBook.woff);
    src: url(fonts/FuturaPTBook.woff2);
}

@font-face {
    font-family: 'futura-light';
    src: url(fonts/FuturaPTLight.eot);
    src: url(fonts/FuturaPTLight.woff);
    src: url(fonts/FuturaPTLight.woff2);
}

@font-face {
    font-family: 'futura-medium';
    src: url(fonts/FuturaPTMedium.eot);
    src: url(fonts/FuturaPTMedium.woff);
    src: url(fonts/FuturaPTMedium.woff2);
}

@font-face {
    font-family: 'futura-demi';
    src: url(fonts/FuturaPTDemi.eot);
    src: url(fonts/FuturaPTDemi.woff);
    src: url(fonts/FuturaPTDemi.woff2);
}

@font-face {
    font-family: 'futura-heavy';
    src: url(fonts/FuturaPTHeavy.eot);
    src: url(fonts/FuturaPTHeavy.woff);
    src: url(fonts/FuturaPTHeavy.woff2);
}



:root {
    --light-brown: #5e5751;
    --white: #ffffff;
    --orange: #ff7a16;
    --blackl: #171717;
    --black: #000;
    --bone: #eaefe6;
    --orange_sub: #ffb10a;
}


body {
    padding-top: 0px;
    font-family: "futura", sans-serif;
}

body main {
    overflow: hidden;
}

body .futura-medium {
    font-family: "futura-medium", sans-serif;
}
body .futura-light {
    font-family: "futura-light", sans-serif;
}
body .futura-demi {
    font-family: "futura-demi", sans-serif;
}
body .futura-heavy {
    font-family: "futura-heavy", sans-serif;
}
body .futura {
    font-family: "futura", sans-serif;
}

body a {
    text-decoration: none;
}


nav.navbar {
    background-color: rgba(255, 255, 255, .62) !important;
    transition: all .3s ease-in-out;
    height: auto;
}

header.scrolled .navbar,
header.scrolled-sub .navbar {
    background-color: rgba(255, 255, 255, 1) !important;
}

div.top-green {
    position: fixed;
    top: 0;
    z-index: 50;
    left: 0;
    right: 0;
    height: 48px;
    background-color: rgba(111, 159, 41, .62);
}

div.top-green.scrolled {
    background-color: rgba(111, 159, 41, 1);
}
div.top-green .container {
    display: flex;
    align-items: center;
    gap: 30px;
}

p.tg-p {
    display: flex;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    margin: 6px 0;
    gap: 15px;
}
p.tg-p:first-child {
    margin-left: 290px;
}
p.tg-p:last-child {
    margin-left: auto;
    gap: 6px;
}

p.tg-p img {
    height: auto;
    object-fit: contain;
}

.dark-layer {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .33);
}
.video-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.video-div video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

nav.navbar {
    top: 48px;
    padding: 0;
    height: 62px;
}

li.nav-item {
    margin: 0;
}

a.nav-link {
    color: var(--black);
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px !important;
}

a.nav-link:hover {
    color: #000;
}
a.site-main {
    position: absolute;
    top: -45px;
}
img.site-logo {
    height: auto;
}

/* SITE */
h2.section-title {
    font-size: 40px;
    line-height: 45px;
    color: var(--black);
    margin: 0 0 15px 0;
    font-family: "futura-heavy", sans-serif;
}
h2.section-title span {
    color: #6f9f29;
}
#subpage h2.section-title {
    margin-bottom: 50px;
}
h3.section-title {
    font-size: 32px;
    line-height: 36px;
    color: #6f9f29;
    margin: 0 0 40px 0;
    font-family: "futura-light", sans-serif;
}

p.section-text, .article-content * {
    font-size: 24px;
    line-height: 26px;
    margin: 18px 0;
    font-family: "futura-light", sans-serif;
}

#top-main {
	position: relative;
    color: var(--white);
    background: url('../img/top-main.jpg') no-repeat center center;
    background-size: cover;
    height: 910px;
    display: flex;
    align-items: center;
}

#top-main h2 {
    text-transform: uppercase;
    font-size: 68px;
    line-height: 72px;
    margin: 0 0 20px 0;
}

#top-main p {
    margin: 0 0 40px 0;
    font-size: 40px;
    line-height: 46px;
}

#top-main div.ikonok {
    justify-content: center;
    align-items: center;
    gap: 30px;
}
div.ikonok div.line {
    width: 1px;
    height: 170px;
    background-color: #fff;
}
#top-main div.ikonok p {
    font-size: 30px;
    line-height: 32px;
    margin: 0;
}
.ba-play {
    position: relative;
}
.pulse-button {
    display: inline-block;
    position: absolute;
    width: 84px;
    top: 19%;
    left: 0;
    right: 0;
    margin: 0 auto;
    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;
}

#miert-mi {
    background-color: #eaebe9;
    padding: 70px 0;
}
#miert-mi div.felsorolas p {
    font-size: 24px;
    line-height: 25px;
    margin: 30px 0 25px 20px;
}

.aktual-jobb .aktual-box .aktual-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 184px;
    flex: 4;
    margin-right: 30px;
}

.aktual-jobb .aktual-box .aktual-tobb {
    flex: 6;
}

#bemutatkozas {
    padding: 80px 0;
    background-image: url('../img/bemut-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
}

div.felsorolas p:first-child {
    margin-top: 0px;
}
div.felsorolas p {
    align-items: center;
    gap: 15px;
    margin: 6px 0;
    font-size: 20px;
}
div.bemut-alul {
    gap: 60px;
}

.bemut-info-sor {
    align-items: center;
    margin-top: 30px;
}


.bemut-info-sor .eleme {
    flex: 1;
}

.bemut-info-sor:first-of-type {
    margin-top: 60px;
}

.bemut-info-sor .eleme p {
    font-size: 27px;
    color: #26c7a3;
    line-height: 29px;
    margin: 18px 0 5px 0;
    text-transform: uppercase;
}

.bemut-info-sor .eleme span {
    color: #00564d;
    font-size: 23px;
}
div.zold-gombok {
    gap: 15px;
    margin: 40px 0;
}
a.btn-green, button.btn-green {
    font-size: 28px;
    color: #fff;
    border: 1px solid #6f9f29;
    background-color: #6f9f29;
    line-height: 49px;
    padding: 0 20px;
    border-radius: 8px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

a.btn-green:hover, button.btn-green:hover {
    background-color: #fff;
    color: #6f9f29;
}


#velemenyek {
    height: 600px;
    padding: 70px 0;
    background: url('../img/rolunk-bg.jpg') no-repeat center center;
}

img.v-kep {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.velemeny-box {
    padding: 25px;
    background-color: #6f9f29;
    position: relative;
    width: 75%;
    margin: 0 auto 35px auto;
}
.velemeny-box p {
    margin: 0;
    font-size: 22px;
    color: #fff;
    line-height: 23px;
}
.velemeny-box::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #6f9f29;
}

.velemenyek-slider {
    margin-top: 70px;
}
.velemenyek-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.velemenyek-slider .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #000000 !important;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5 !important;
  transition: opacity 0.3s;
  border: none !important;
}
.velemenyek-slider .owl-dot.active {
    opacity: 1 !important;
}
.velemenyek-slider .owl-dot.active {
  opacity: 1;
}
.nav-link:focus, .nav-link:hover {
    color: #000;
}

p.sl-nev {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: #000;
    margin: 0;
}


#aktualis {
    padding: 70px 0;
}

#aktualis a.btn-foglal {
    margin-top: 60px;
}

div.akcio-img {
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
a.akcio-cim {
    margin: 15px 0;
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #000;
}
p.akcio-desc {
    font-size: 24px;
    line-height: 25px;
    margin: 10px 0 30px 0;
}

#latnivalok {
    padding: 70px 0;
    height: 1058px;
    background: url('../img/latnivalok-bg.jpg') no-repeat center center;
}
#latnivalok h2.section-title, #latnivalok h3.section-title {
    color: #fff;
}

.textshad {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
}

h2.latni-title {
    font-size: 30px;
    line-height: 33px;
    color: #fff;
}

h3.latni-title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 60px;
}

p.latni-text {
    font-size: 21px;
    line-height: 24px;
    margin: 15px 0;
    padding-right: 40px;
}

.kisfilm {
    margin-top: 125px;
    align-items: center;
    justify-content: center;
}

.kisfilm img {
    margin-right: 20px;
}

.kisfilm p {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}

.filmek_slider {
    margin-top: 60px;
}
.filmek_slider .item {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 15px 20px 15px;
}

.filmek_slider .item img.kep {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.filmek_slider .item a {
    position: relative;
    font-size: 32px;
    color: #000;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
}

.filmek_slider .item p {
    font-size: 24px;
    color: var(--black);
    text-align: center;
    line-height: 24px;
    margin: 0px 0 0 0;
}

.filmek_slider .owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
}

.filmek_slider .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
}

.filmek_slider .owl-nav .owl-next {
    position: absolute;
    right: 10px;
}

#galeria {
    padding: 70px 0;
    background-color: #e2e6dd;
}

.galeria-elem {
    height: 250px;
    position: relative;
    margin: 15px 0;
    border: 5px solid rgba(111, 159, 41, .62);
    transition: all .3s ease-in-out;
}

.galeria-elem:hover {
    border-color: rgba(111, 159, 41, 1)
}

.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: #f0f1f0;
}


footer img.footer-logo {
    margin: 30px 0;
}


footer p.copyright {
    margin: 0;
    padding: 12px 0;
    color: #fff;
    background-color: #6f9f29;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
}

ul li.nav-item {
    transition: all .3s ease-in-out;
}

a.foglalas-top-btn {
    margin-left: auto;
    font-size: 23px;
    background-color: #6f9f29;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 49px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 8px;
}

ul li.nav-item:hover a {
    color: #6f9f29;
}

ul li.nav-item:last-child a {
    padding-right: 0 !important;
}


#subpage {
    padding: 180px 0 60px 0;
}

#kapcsolat {
    padding: 70px 0;
    background: #f0f1f0;
}

.kapcs-in {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}



.kapcs-in p {
    font-size: 28px;
    line-height: 29px;
    margin: 0;
}



#kapcsolat .errors,
.kapcs-div .errors {
    color: red;
}

#kapcsolat .kapcs-form-input,
.kapcs-div .kapcs-form-input {
    background-color: #5c5c5b;
    border: none;
    font-size: 26px;
    padding: 8px 15px 5px 10px;
    display: block;
    margin: 0;
    width: 100%;
    color: #fff;
    font-family: "futura-light", sans-serif;
    border-radius: 6px;
}

#kapcsolat .kapcs-form-input.kfi,
.kapcs-div .kapcs-form-input.kfi {
    width: 100%;
}

#kapcsolat label {
    font-size: 24px;
}

.kapcs-form {
    margin: 30px 0 0 0;
}

.kapcs-form-input::placeholder {
    color: #fff;

    font-family: "futura-light", sans-serif;
    opacity: 1;
    /* Firefox */
}


.kapcs-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;

    font-family: "futura-light", sans-serif;
}

.custom-checkbox {
    margin: 20px 0;
    font-size: 21px;
}



#google-map iframe {
    width: 100%;
    height: 600px;
    display: block;
}




@media (max-width: 1260px) {}

/* Mobil */
@media (max-width: 768px) {
    body {
        padding-top: 0;
    }

    nav.navbar,
    header.scrolled .navbar {
        top: 0;
        background-color: rgba(111, 159, 41, 1) !important
    }


    .navbar-collapse {
        background: rgba(111, 159, 41);
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 62px;
    }

    

    #latnivalok {
        height: auto;
        background: #171717;
    }
    

    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;
    }

    .vk-cont {
        display: none;
    }
    #top-main {
        height: 92vh;   
        background-position: center -28px;
    }
    #bemutatkozas {
        padding: 30px 0 30px 0;
        margin-top: -25px;
        background: #fff;
    }
    
    #bemutatkozas h2.section-title {
        margin-top: 20px;
    }
    #velemenyek {
        height: auto;
        padding: 30px 0;
        background: #f0f1f0;
    }
    div.akcio-box {
        margin: 15px 0;
    }
    #velemenyek .owl-dots {
        display: none;
    }
    .velemenyek_slider .item p.alairas {
        margin-bottom: 0;
    }
    #velemenyek h2.section-title {
        margin-top: 0;
    }
    #aktualis {
        padding: 30px 0;
    }
    #aktualis h3.section-title {
        margin-bottom: 0;
    }
    #top-main h2 {
        font-size: 54px;
        margin-top: 0;
        line-height: 56px;
    }

    div.top-green {
        display: none;
    }

    a.site-main {
        position: static;
    }
    div.bemut-alul {
        gap: 20px;
        flex-direction: column;
    }
    div.ba-play {
        text-align: center;
    }

    #miert-mi, #latnivalok, #kapcsolat {
        padding: 30px 0;
    }
    .filmek_slider {
        margin-top: 0;
    }

    #kapcsolat .kapcs-form-input.kfi {
        margin-bottom: 10px;
    }
    .kapcs-in p {
        font-size: 24px;
        line-height: 25px;
    }
    #miert-mi .col-sm-4 {
        margin-top: 25px;
    }
	
    #video-slider .video-div {
        height: 100%;
    }
}