
@font-face {
    font-family: 'crs-light';
    src: url(fonts/CoreSansA35Light.eot);
    src: url(fonts/CoreSansA35Light.woff);
    src: url(fonts/CoreSansA35Light.svg);
}

@font-face {
    font-family: 'pg-lima';
    src: url(fonts/1584PragmaticaLimaW01-Rg.eot);
    src: url(fonts/1584PragmaticaLimaW01-Rg.woff);
    src: url(fonts/1584PragmaticaLimaW01-Rg.svg);
    src: url(fonts/1584PragmaticaLimaW01-Rg.ttf);
}

:root {
    --light-brown: #5e5751;
    --white: #ffffff;
    --orange: #ff7a16;
    --blackl: #171717;
    --black: #000;
    --bone: #eaefe6;
    --orange_sub: #ffb10a;
}

.crs-light {
    font-family: 'crs-light', sans-serif;
}


.pg-lima {
    font-family: 'pg-lima', sans-serif;
}

body {
    padding-top: 0px;
}

body a {
    text-decoration: none;
}


nav.navbar {
    background-color: transparent !important;
    transition: all .3s ease-in-out;
    height: auto;
}

header.scrolled .navbar,
header.scrolled-sub .navbar {
    background-color: #000 !important;
}
header.scrolled .navbar .site-logo {
    height: 50px;        
}


nav.navbar {
    top: 0px;
    padding: 0;
    height: 150px;
    transition: all .3s ease-in-out;
}
.navbar>.container {
    border-bottom: 1px solid #50473c;
    padding-bottom: 30px;
    padding-top: 30px;
    transition: all .3s ease-in-out;
}

header.scrolled .navbar {
    height: 85px;
}
header.scrolled .navbar>.container {
    padding-top: 15px;
    padding-bottom: 15px;
}
li.nav-item {
    margin: 0;
}

a.nav-link {
    color: #eedcbc;
    font-size: 22px;
    padding: 0px 15px 0px 15px !important;
    line-height: 40px;
    margin-right: 20px;
}

a.nav-link:hover {
    color: #ffb10a;
}
li.nav-item img {
    margin: 0 5px;
    display: inline-block;
}
img.site-logo {
    height: 88px;
    transition: all .3s ease-in-out;
}

/* SITE */
h2.section-title {
    font-size: 30px;
    line-height: 34px;
    color: var(--black);
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

h3.section-title {
    font-size: 30px;
    line-height: 34px;
    color: #26c7a3;
    margin: 0 0 40px 0;
}

p.section-text {
    font-size: 21px;
    line-height: 24px;
    margin: 18px 0;
}

#top-main {
    color: var(--white);
    background: url('../img/top-main.jpg') no-repeat center center;
    background-repeat: no-repeat;
    height: 869px;
    display: flex;
    align-items: center;
}

#top-main h2 {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 49px;
    color: #eedcbc;
    text-transform: uppercase;
    margin: 0;
}

#top-main p {
    margin: 0;
    color: #eedcbc;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 41px;
}
.mt-minus {
    margin-top: -50px;
}

.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;
}

#nehany-szabaly {
    background-color: #000;
    padding: 100px 0;
    
    color: #eedcbc;
}
#nehany-szabaly .dekorvonal {
    margin: 20px 0;
}
#nehany-szabaly h2.stitle, #kapcsolat h2.stitle {
    font-size: 60px;
    color: #eedcbc;
}
p.ptitle {
    font-size: 40px;
}
#nehany-szabaly p.ptitle {
    margin-bottom: 100px;
}
.szabalyok_slider {
    margin-top: 20px;
}
.szabalyok_slider .item .d-flex {
    align-items: center;
    margin: 30px 0;
}
.szabalyok_slider .item .d-flex p {
    font-size: 20px;
    margin: 0 0 0 25px;
    line-height: 23px;
}

.szabalyok_slider .item img {
    width: auto;
}

.owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.owl-dots .owl-dot {
  padding: 0;
  cursor: pointer;
}

.owl-dots .owl-dot span {
  --dot-size: 10px;
  --dot-stroke: 2px;
  --dot-color: #eedcbc;

  width: var(--dot-size);
  height: var(--dot-size);
  display: block;
  border: var(--dot-stroke) solid var(--dot-color);
  border-radius: 50%;
  background: transparent;
  transition: background-color .2s ease, transform .2s ease;
}

.owl-dots .owl-dot.active span {
  background: #eedcbc;
  transform: scale(1.05);
}

.owl-dots .owl-dot:focus-visible span {
  box-shadow: 0 0 0 3px rgba(238, 220, 188, .4);
}

#galeria {
    padding: 100px 0;
    background-image: url('../img/galeria-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 1522px;
}
#galeria h2.stitle {
    font-size: 60px;
    line-height: 63px;
}

#galeria h2.stitle {
    margin-bottom: 40px;
}
#galeria p {
    font-size: 20px;
    color: #000;
    line-height: 23px;
    margin-top: 50px;
}
.swiper.main-swiper .swiper-slide {
    height: 605px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.thumb-swiper .swiper-slide {
    margin-top: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 135px;
}
a.play-btn-lg {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    display: inline-block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}
.swiper.main-swiper {
    margin-top: 45px;
}
.swiper.thumb-swiper {
    margin-bottom: 80px;
}

#tarsadalom {
    padding: 100px 0 0 0;
    background-color: #000;
    color: #fff;
}

#tarsadalom h2.stitle {
    font-size: 60px;
    margin: 0 0 60px 0;
    color: #eedcbc;

}
.tars-top img {
    margin-bottom: 60px;
}
.tars-top p, .ettermek_slider p {
    font-size: 20px;
    color: #eedcbc;
    line-height: 24px;
}

.ettermek_slider {
    margin-top: 60px;
}
.ettermek_slider .item {
    padding-bottom: 150px;
}
.ettermek_slider .item img {
    width: auto;
    text-align: center;
    margin-bottom: 60px;
}
.ettermek_slider .owl-dots {
    margin-top: -100px;
    z-index: 150;
    position: relative;
}
img.society {
    position: absolute;
    right: 0;
    bottom: -145px;
    margin: 0 !important;
}

#tarsadalom .etterem-title h2.stitle {
    margin: 80px 0 100px 0;
}

#map {
    height: 660px;
    overflow: hidden;
}
#map iframe {
    margin-top: -60px;
}



footer {
    background: #000;

}
footer .container {
    border-top: 1px solid #87796a;
    border-bottom: 1px solid #87796a;
    padding-top: 45px;
    padding-bottom: 70px;
}

.footer-nav {
    justify-content: flex-end;
    flex-direction: column;
}

.footer-nav .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-nav a.nav-link {
    display: block;
    width: fit-content;
    margin: 5px 0 0 0;
    padding: 0 !important;
}

footer p.copyright {
    margin: 0;
    padding: 12px 0;
    color: #ddccaf;
    background-color: #000;
    text-align: center;
    font-size: 12px;
}

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;
}


#kapcsolat {
    padding: 100px 0 180px 0;
    background: var(--black);
    color: #eedcbc;
}
#kapcsolat h2.stitle {
    margin-bottom: 25px;
}

#kapcsolati-form {
    margin-top: 130px;
}

#kapcsolat .errors,
.kapcs-div .errors {
    color: red;
}

#kapcsolat .kapcs-form-input,
.kapcs-div .kapcs-form-input {
    background-color: transparent;
    border: 1px solid #e7d6b7;
    font-size: 19px;
    padding: 8px 15px 5px 10px;
    display: block;
    margin: 0;
    width: 100%;
    color: #eedcbc;
    font-family: "crs-light", 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: #eedcbc;

    font-family: "crs-light", sans-serif;
    opacity: 1;
    /* Firefox */
}


.kapcs-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #eedcbc;

    font-family: "crs-light", sans-serif;
}

.custom-checkbox {
    margin: 20px 0;
    font-size: 21px;
}

.custom-checkbox .checkbox-label, 
.custom-checkbox .checkbox-label a {
    font-size: 18px;
    color: #eedcbc;
}

.kuldes-btn-lg {
    border: none;
    padding: 0;
    margin: 0;
}




@media (max-width: 1260px) {}

/* Mobil */
@media (max-width: 768px) {
    body {
        padding-top: 82px;
    }

    nav.navbar,
    header.scrolled .navbar {
        top: 0;
        background-color: #000 !important;
        height: 85px;
    }
    
    .topdekor, .dekorvonal {
        width: 75%;
    }

    .navbar-collapse {
        background: rgba(0, 0, 0);
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 82px;
    }

    img.site-logo {
        height: 50px;
    }
    header .navbar>.container {
        padding-top: 15px;
        padding-bottom: 15px;
    }


    .mt-minus {
        margin-top: -42vh;
    }
    .aktual-box {
        display: block !important;

    }
    #nehany-szabaly, #galeria, #tarsadalom, #kapcsolat {
        padding: 40px 0;
    }
    #nehany-szabaly h2.stitle, #kapcsolat h2.stitle, #galeria h2.stitle, 
    #tarsadalom h2.stitle {
        font-size: 48px;
    }
    #nehany-szabaly p.ptitle {
        font-size: 30px;
        margin-bottom: 50px;
    }
    #galeria h2.stitle {
        margin-bottom: .5rem;
    }
     #tarsadalom h2.stitle {
        margin-bottom: 1.5rem;
     }
    #galeria {
        height: auto;
    }
    .swiper.main-swiper .swiper-slide {
        height: 450px;
    }
    a.play-btn-lg {
        top: 35%;
    }
    .tars-top img {
        margin-bottom: 2rem;
    }
    img.society {
        width: 30vw !important;
        right: 14px;
    }
    .ettermek_slider .item img {
        width: 100%;
        margin-bottom: 30px;
    }
    .ettermek_slider {
        margin-top: 30px;
    }
    #tarsadalom .etterem-title h2.stitle {
        margin: 80px 0 40px 0;
    }
    #kapcsolati-form {
        margin-top: 40px;
    }
    .footerlogo {
        margin-bottom: 30px;
    }
    footer .container {
        padding-bottom: 40px;
    }
    .footer-nav a.nav-link {
        text-align: center;
        margin-top: 15px;
        line-height: 26px;
    }
    header .navbar-nav {
        text-align: center;
    }
    /* A Bootstrap mobilos column irányát felülírjuk */
.navbar-nav {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px !important;
}

.navbar-nav .nav-item:first-child { 
    flex: 0 0 100%; 
    margin-bottom: 8px;
}
.navbar-nav .nav-item:not(:first-child) { 
    flex: 1 0 0; 
    text-align: center; 
}

    
}