/* COOKIE-BAR */
#cookie-bar {
    background-color: rgba(0, 0, 0, 0.85);
    height: auto;
    color: white;
    padding: 10px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#cookie-bar p {
    text-align: left;
    padding: 0px 30px;
}

#cookie-bar img {
    width: 300px;
    margin-bottom: 40px;
}

#cookie-bar .cookie { 
    line-height: 70px;
    padding-bottom: 30px;
    font-size: 58px;
    color: white;
}

#cookie-bar .cookie-link {
    text-decoration: underline;
    display: inline-block;
}


/* <<-- Háttér -->> */
.site-bg {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    width: 100vw;
    z-index: -999999;
    position: fixed;
}

.site-bg img,
.site-bg video,
.site-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#site-bg-portrait {
    display: none;
}



/*  LOADER  */
.loader_hatter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.2);
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes reverseSpin {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes reverseSpin {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}




/* <<-- Általános tulajdonságok -->> */

html {
    scroll-behavior: smooth;
}

.hide-on-mobile {
    display: inline-block;
}

body {
    /* poiret one regular*/
   
   
   
   /*  font-family: 'Poiret One', cursive;  */
   
    font-family: 'Spartan', sans-serif;
    color: white;
    font-size: 16px;
    line-height: 2;


}




body * {
    user-select: none;
    -webkit-user-select: none;
}



a {
    color: inherit;
    
    transition: .5s;

}

a:hover {
    color: #d7c29f;
    text-decoration: none;
}

.bg-brown a:hover {
    color: white;
}

.bg-blue {
    background-color: #324561
}

.padding {
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.c-black {
    color: black;
}

.c-blue {
    color: #324561;
}

.bg-kek-atmenet {
    background-image: url(/files/sys/img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.focim-box {
    margin-top: -400px;
    padding-top: 470px;
    height: 650px;
}

.szolgaltatasaink.focim-box{
    height:750px;
}



h1 {

    font-size: 4em
}

h2,
.h2 {
    font-size: 1.8em;

}

h2 {
    text-transform: uppercase;
    padding-top: 50px;
    animation-name: beuszas;
    animation-duration: 1s;

}

li{
    list-style-type:none;
    font-size:1.1em;
}

.kapcsolat {
    position: relative;
}

.kapcsolat .lufi1 {
    background-image: url(files/cont/img/lufi.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;

    animation-name: lufi;
    animation-duration: 1s;
}

.kapcsolat .lufi1 {
    height: 50vw;
    width: 20vw;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.kapcsolat .logo1 {
    width: 150px;

}

.kapcsolat.logo-nelkul .logo {
    display: none;
}

@-webkit-keyframes lufi {
    from {
        margin-bottom: -50vw
    }

    ;

    to {
        margin-bottom: 0;
    }

}

@keyframes lufi {
    from {
        margin-bottom: -50vw
    }

    ;

    to {
        margin-bottom: 0;
    }

}


@-webkit-keyframes beuszas {
    from {
        margin-left: -100%
    }

    ;

    to {
        margin-left: 0;
    }

}

@keyframes beuszas {
    from {
        margin-left: -100%
    }

    ;

    to {
        margin-left: 0
    }

}



h2::before {
    content: ' ';
    display: block;
    width: 160px;
    height: 20px;
    position: relative;
    top: -30px;
    background-color: #324561;

}

h2.light::before {
    content: ' ';
    display: block;
    width: 160px;
    height: 20px;
    position: relative;
    top: -30px;
    background-color: #d7c29f;
}

h3 {
    font-size: 1.5em;
}

p {
    font-size: 1.1em;
    padding-top: 20px;
    text-align: justify;

}

.behuzas {
    padding-left: 100px;
    padding-right: 100px;
}

.button {
    text-transform: uppercase;
    padding: 10px 50px;
    border: 3px solid #d7c29f;
    background-color: white;
    color: black;
    font-size: 1.2;
    transition: .5s;

}

.button:hover {
    background-color: #d7c29f;
    color: black;
}

.bg-brown .button:hover {
    border: 3px white solid;
}



.bg-alakzat-kerettel {
    background-image: url(/files/sys/img/kiegeszito-arany-csikkal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 330px;
    width: 330px;
    color: white;
    margin: -165px auto;
    z-index: 1000;
    position: relative;
    font-size:.7em;

}

.bg-alakzat {
    background-image: url(/files/sys/img/kiegeszito-kek-csikkal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 330px;
    width: 330px;
    color: white;
    margin: -165px auto;
    z-index: 10;
    position: relative;
}

.bg-brown {
    background-color: #d7c29f;
}

.szolg .szolg-almenu div {
    height: 250px;
    font-size: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .5s;
}

.szolg .szolg-almenu div:hover {
    transform: scale(1.1);
    transition: .5s;
    z-index: 2;

}

.szolg .szolg-almenu {
    z-index: 1;
    overflow: hidden
}

.szolg .szolg-almenu div a {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 70px;
    z-index: 1;
    font-size:.7em;
}

.szolg .szolg-almenu div:first-child {
    background-image: url(/files/sys/img/hostess-szolgaltatas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.szolg .szolg-almenu div:nth-child(2) {
    background-image: url(/files/sys/img/piackutatas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}


.szolg .szolg-almenu div:nth-child(3) {
    background-image: url(/files/sys/img/promociok.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}


.szolg .szolg-almenu div:nth-child(4) {
    background-image: url(/files/sys/img/rendezvenyszervezes.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}


.terepen img {
    max-height: 300px;
    margin: 20px;

}

.terepen div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.terepen img:hover {
    cursor: pointer;
    transition: 0.5s;
    transform: scale(1.1)
}


.kapcsolat a {
    padding: 0 20px;
}

.kapcsolat a:hover{
    color:black;
    text-decoration: underline;
    text-decoration-color: black;
    transition: .1s;
}

.kapcsolat .soc{
    background-color: #324561;
    border-radius:50px;
    transition: .5s;
    width:60px;
}

.kapcsolat .soc:hover{
    background-color: #d7c29f;
    border-radius:50px;
}

.elerhetosegeink{
    padding-top:195px;
}

form {
    width: 80%;
    max-width: 600px;
    margin: auto
}

input,
textarea {
    background-color: transparent;
    border: 2px solid black;
    padding: 5px;
    margin: 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size:.9em;
}

input.form-check-input {
    text-align: left;
    width: 30px;
    display: inline-block;
    background-color: transparent;
    transform: scale(2);
    position: relative;
    bottom: -40px;
    margin-left: -3.25rem;
}

.form-check-label a {
    padding: 0;
    font-size: 1em;
}

.submit {
    background-color: black;
    color: white;
    border: 2px solid black
}



.logok img {
    max-width: 250px;
    max-height: 200px;
}

.carousel-inner::after {
    display: none;
    clear: both;
    content: "";
}

.testimonial .bg-alakzat-kerettel {
    margin-bottom: 00px;
    margin-top: 0;
    width: 220px;
    height: 220px;
    font-family: 'Montserrat', sans-serif;
}

.testimonial .slick-track {
    display: flex;
}

.testimonial .slick-slide {
    height: auto;
}

.testimonial-box {}

.testimonial-szoveg {
    height: 65%;
    padding: 50px 30px 30px 30px;
    margin: -100px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.4);
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: .8em;
}

.testimonial .carousel-item {
    margin-left: 50px;
    margin-right: 5px;
    0;
    width: 45vw;
}

.carousel-control-prev {
    justify-content: start;
    width: 5%;
    left: -50px;

}

.carousel-control-next {
    justify-content: end;
    width: 5%;
    right: -50px;

}

.testimonial {

    margin-top: -80px;
}
.slick-prev::before, .slick-next::before {
    font-size: 30px;
    border: 1px solid white;
    padding: 10px;
    border-radius: 30px;
}

.slick-prev {
    left: -55px;
}


#slider-container1 {
    position: relative;
}

.logok div, .galeria div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#logok1 .logok div,
#logok2 .logok div,
#logok3 .logok div {
    display: block;
}

- .slick-slide:focus {
    outline: 0px;
}

.szolg #logok1{
    display:none;
}

.logok .logo-height {
    padding-top: 25%;
    height: 0;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.logok .logo-height img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slick-active img{
    transform: scale(1.05);
}


.galeria .galeria-height {
    padding-top: 5%;
    height: 100%;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.galeria .slick-prev::before, .galeria .slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #324561;
    border:1px solid #324561;
    border-radius:30px;
}

#szolgGaleria img{
    max-height: 300px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;

    align-items: center;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: rgb(98, 98, 98);
    margin: auto;
    padding: 0;
    width: 90%;
    height: 90%;
    max-width: 90%;
    align-items: center;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
    display: flex;
    text-align: center;
    align-items: center;
    align-self: center;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.mySlides img {
    max-height: 100%;
    max-width: 100%;

}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.prev {
    left: 0
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}




/* Űrlap*/
.form_loader {
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 100
}

.form_loader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}



/* <<==--   RESPONSIVE   --==>> */
/* Fekvő nézet */
@media (orientation: landscape) {}

/* Álló nézet */
@media (orientation: portrait) {
    #site-bg-landscape {
        display: none;
    }

    #site-bg-portrait {
        display: block;
    }
}


/* 1680 px (1670 - 1919px)*/
@media only screen and (max-width: 1900px) {}

/* 1440 px (1430 - 1669px)*/
@media only screen and (max-width: 1669px) {}

/* 1366 px (1356 - 1429px)*/
@media only screen and (max-width: 1429px) {}

/* 1280 px (1270 - 1355px)*/
@media only screen and (max-width: 1355px) {}

/* 1024 px, Tablet fekvő (1014 - 1269px)*/
@media only screen and (max-width: 1269px) {
    .behuzas {
        padding-left: 50px;
        padding-right: 50px;
    }

    h1 {

        font-size: 3em
    }

    .testimonial-szoveg {
        height: 78%;
    }

    .focim-box {
        margin-top: -400px;
        padding-top: 400px;
        height: 550px;
    }
    
    .szolgaltatasaink.focim-box {
    height: 650px;
}



}

/* 768 px, Tablet álló (768 - 1013px) */
@media only screen and (max-width: 1013px) {
    .szolg .szolg-almenu div {
        height: 200px;
        font-size: 1.7rem;
        padding: 70px;
    }

    .logok img {
        max-width: 150px;
        max-height: 100px;
    }

    .testimonial-szoveg {
        height: 78%;
    }

}
@media only screen and (max-width: 991px) {

.elerhetosegeink {
    padding-top: 70px;
    font-size:1.8em;
}
}

/* 576 px, Telefon fekvő (576 - 767px) */
@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    body {
        font-size: 14px;
    }

    .padding {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .focim-box {
        margin-top: -200px;
        padding-top: 250px;
        height: 400px;
    }
    
    .szolgaltatasaink.focim-box {
    height: 500px;
}

    .szolg .szolg-almenu div {
        height: 300px;
        font-size: 2rem;
        padding: 70px;
    }

    h2 {
        font-size: 2em;
    }

    p {
        font-size: 1.2em;
        padding-top: 10px;
    }

    .behuzas {
        padding-left: 20px;
        padding-right: 0px;
    }

    h2::before,
    h2.light::before {
        height: 20px;
        width: 130px;
    }




    .bg-alakzat-kerettel {
        height: 300px;
        width: 300px;
        margin: -150px auto;
        z-index: 10;
        position: relative;
        font-size:.9em;

    }

    .bg-alakzat {
        height: 270px;
        width: 270px;
        margin: -150px auto;
        z-index: 10;
        position: relative;

    }

    .kapcsolat .logo1 {
        width: 120px;
    }
    
    .kapcsolat .soc{
    width:40px;
}
    

    input,
    textarea {
        padding: 5px;
        margin: 10px;

    }

    .logok img {
        max-width: 100px;
        max-height: 70px;
    }

    .testimonial-szoveg {
        height: 74%;
    }
    
    .slick-prev {
    left: 0px;
}
}

/* 300 px, Telefon álló (300 - 575px) */
@media only screen and (max-width: 575px) {
    body {
        font-size: 10px;
    }

    .padding {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .bg-alakzat {
        height: 220px;
        width: 220px;
    }

    .focim-box {
        margin-top: -200px;
        padding-top: 200px;
        height: 300px;
    }
    
    .szolgaltatasaink.focim-box {
    height: 400px;
}

    h2 {
        padding-top: 20px;
    }

    h2::before,
    h2.light::before {
        height: 15px;
        width: 100px;
        top: -15px;
    }

    h1 {

        font-size:2em
    }

    .testimonial-szoveg {
    padding: 60px 10px 30px 10px;
    margin: -100px 35px 20px 35px;
}
    .szolg .szolg-almenu div {
        height: 260px;
        font-size: 2rem;
        padding: 70px;
    }
    .szolg .szolg-almenu div a {
        font-size: .5em;

}
