:root{
    --primary-color: #766356;
    --primary-color-dark: #453830;
    --primary-color-light: #958070;
    --secondray-color: rgb(81, 106, 163);
    --secondray-color-dark: rgb(36, 55, 99);
    --text-color: rgb(173, 142, 112);
    --highlight-color: #e06924;
    --highlight-color-light: #ee7f3e;
    --highlight-color-dark: #cb5a18;
}
/* -- COLORS 
#ecdcc9
#edd4b2
#d0a98f
#4d243d
#cac2b5
#5d4e44

-- */

/* raleway-300 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v28-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/raleway-v28-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin_latin-ext-300.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-regular - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/raleway-v28-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin_latin-ext-regular.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-600 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v28-latin_latin-ext-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/raleway-v28-latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin_latin-ext-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin_latin-ext-600.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  
  
  
  

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: "Raleway", sans-serif;
  font-weight: 300;

}
.header{
    background-size: cover;
    background-position: center;
}
.no-webp .header--main {
    background-image: url("../images/hero@2x.jpg"); 
}
.webp .header--main{
    background-image: url("../images/hero@2x.webp");
}
.header--main{
    height: 100vh;
}
.no-webp .header--gallery {
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-galeria@2x.jpg"); 
}
.webp .header--gallery{
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-galeria@2x.webp");
}
.header--gallery{
    height: 25rem;
}
.no-webp .header--contact {
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-contact@2x.jpg"); 
}
.webp .header--contact{
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-contact@2x.webp");
}
.header--contact{
    height: 25rem;
}
.no-webp .header--booking {
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-foglalas@2x.jpg"); 
}
.webp .header--booking{
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-foglalas@2x.webp");
}
.header--booking{
    height: 25rem;
}
.no-webp .header--price {
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-arak@2x.jpg"); 
}
.webp .header--price{
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-arak@2x.webp");
}
.header--price{
    height: 25rem;
}
.no-webp .header--gift {
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-ajandekutalvany@2x.jpg"); 
}
.webp .header--gift{
    background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-ajandekutalvany@2x.webp");
}
.header--gift{
    height: 25rem;
}
figure,img{
    padding: 0;
    margin: 0;
    line-height: 0;
}
.menu_logo{
    height:10rem;
}

.header-container{
    background-color: rgba(69, 56, 48,.8);
    animation: .7s ease-out 0s fade-from-top;
}
.headline{
    padding: 0 5rem;
    display: flex;
    justify-content: space-between;
    max-width: 160rem;
    margin: 0 auto;
}
.main-nav{
    display: flex;
}
.nav-items {    
    font-weight: 400;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
    align-items: center;
}
.nav-items-mobile{
    display: flex;
    height: 100%;
    align-items: center;
}
.hamburger-icon {
    display: none;
    cursor: pointer;
}
  
.hamburger-icon div {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}
  
.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.open .bar2 {
    opacity: 0;
}
.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}
.open .mobile-menu {
    transition: 1s ease-out;
    opacity: 1;
    visibility: visible;
}
.mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0rem;
    left: 0;
    height: calc(100vh);
    width: 100%;
    z-index: 2;
    /* background-color: rgba(69, 56, 48, .8); */
    background: linear-gradient(  rgba(69, 56, 48, .8) 0%, rgba(69, 56, 48,1) 50%,rgba(69, 56, 48,1) 100% );
    transition: .4s ease-in;
    opacity: 0;
    visibility: hidden;

}
.mobile-menu li {
    list-style: none;
    margin-bottom: 20px;
}
.mobile-menu li .menu-item {
    display: inline-block;
}
.nav-items li{
    display: flex;
    align-items: center;
    height: inherit;
    background-color: transparent;
    transition: background 1s;
    
}
.title{
    width:100%;
    height: 100%;
}
.title figure{
    height: 100%;
    margin: auto;
}
.hero-logo{
    position: absolute;
    height: 200px;
    align-content: center;
    margin: auto;
    bottom: 25vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    opacity: 0;
    /* animation-name: zoom-in;
    animation-duration: 1.6s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.1s; */
}
.welcome{
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome__text{
    opacity: 0;
    font-weight: 400;
    font-size: 4rem;
    color: var(--primary-color);
}
.welcome__text-span{
    font-weight: 300;
    color: #d1c6c0;
}
.container{
    max-width: 1200px;
    padding: 0 5rem;
    margin: 0 auto;
}
.container--dark-bg,
.container--light-bg{
    display: flex;
    justify-content: center;
}
.container--dark-bg{
    background-color: var(--primary-color-light);
    color:white;
}
.container--light-bg{
    color: var(--primary-color-dark);
}
.gallery-header{
    height: calc(100% - 10rem);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.title h1{
    margin: 0;
    border-radius: 5px;
    color: rgba(255,255,255, .6);
    font-weight: 600;
    font-size: 8rem;
}
.menu-item{
    display: flex;
    align-items: center;
    position: relative;
    height: inherit;
    margin: 1rem .7rem;
    border: 0;
    border-bottom: 1.5px;
    border-style: solid;
    border-color: transparent;
    padding: .6rem 0;
}
.menu-item:visited,
.menu-item:link{
    padding-right:0;
    font-size: 2.2rem;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    transition: all .5s ease;
    cursor: pointer;
    align-self: center;

}
.menu-item:hover,
.menu-item:active{
    border: 0;
    border-bottom: 1.5px;
    border-style: solid;
    border-color: white;
}
.menu-item:hover.menu-item-icon ,
.menu-item:active.menu-item-icon{
    border: 0;
    border-color: transparent;
}
.menu-item-active{
    border-color: white;
}

.section{
    max-width: 110rem;
    margin: 10rem auto;
    padding: 0 1rem;
}
.section--map{
    max-width: 100%;
    padding: 0;
    margin: 5rem auto 0 auto ;
    opacity: 0;
}

.section-gallery{
    margin-top: 4rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
.container-contact{
    margin-top: 5rem;
}
.contact-details{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-detail{
    padding: 1rem 1rem;
    background-color: #e0d5cd;
    color: var(--primary-color-dark);
    display: flex;
    align-items: center;
    border-radius: 3px;
    margin: 1rem 0rem;
    width: 47rem;
}
.contact-icon{
    margin: 2rem 2rem 2rem 1rem;
}
.contact-icon svg{
    width: 3.6rem;
    height: 3.6rem;
    stroke: var(--primary-color-dark);
}
.contact-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-detail-title{
    font-size: 2.4rem;
    font-weight: 600;
}
.contact-detail-value{
    margin-top: 1rem;
    font-size: 2rem;
}
.contact-detail-value a{
    text-decoration: none;
    color: var(--primary-color-dark);
}

.section-testimonial{
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    color: #666;
    align-items:flex-start;
}

.article-row{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 7rem 3rem;
}
.article-just-text{
    align-items: center;
    font-size: 2rem;
    margin: 0 auto;
    width: 800px;
    padding: 7rem 0;
}
.article-just-text--narrow{
    margin: 0 2rem;
    max-width: 1000px;
}
.article-just-text .new-line{
    margin-bottom: 2rem;

}
.article-just-text p.center{
    text-align: center;

}
.article-just-text p.bold{
    font-weight: 600;

}
.article-just-text .emphasize{
    font-weight: 600;
}
.article-just-text .underline{
    text-decoration: underline;
}
.article-just-text .light{
    font-style: italic;
}
.text--primary-color{
    color: var(--primary-color-dark);
}
.text--white-color{
    color: white;
}

.article__picture{
    width: 45%;
}
.article__image{  
    opacity: 0;
    flex: 1 1 auto; 
    width: 100%; 
    margin: 0 0 0 3rem;
    border-radius: 3px;
    box-shadow: 4px 2px 12px rgba(0,0,0, .5);
}
.article__texts{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 4rem;
    opacity: 0;
}
.article__title{
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: .5rem;
    border-bottom: 1px solid var(--primary-color-dark);
    padding-bottom: 1rem;
}
.article__text{
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 1rem 0;
}
.article-container{
    padding: 3rem 7rem;

}

.szepkartya{
    padding: .5vh 0;
    background-size: cover;
    background-position: center;
    margin-top:3rem;
    background-image: url(../images/szepkartya_bg@2x.jpg);
}
.szepkartya-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 2rem;
    
}
.szepkartya-banks{
    display: flex;
    justify-self: center;
    flex-shrink: 1;
    max-width: 650px;
    justify-content: center;

}


/* ARTICLE FULL WIDTH */
.article-full-width__container{
    background-color: var(--primary-color-light);
    display: flex;
    height: 50rem;
}
.article-full-width__image{
    background-size: cover;
    background-position: center;
    width: 50vw;
    opacity: 0;
}
.no-webp .article-full-width__image.image1{
    background-image: url(../images/article1@2x.jpg);
}
.webp .article-full-width__image.image1{
    background-image: url(../images/article1@2x.webp);
}
.no-webp .article-full-width__image.image2{
    background-image: url(../images/article3@2x.jpg);
}
.webp .article-full-width__image.image2{
    background-image: url(../images/article3@2x.webp);
}
.article-full-width__title{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: .5rem;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
}
.reserve-btn--container{
    position: absolute;
    bottom: 4vh;
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn-reserve{
    background-position: center;
    font-family: inherit;
    font-weight: 400;
    border: 0;
    border-radius: 50px;
    border: 2px solid white;
    font-size: 3rem;
    padding: 2rem 4.5rem;
    background-color: white;
    color: var(--primary-color-dark);
    letter-spacing: .2rem;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 4px 2px 8px rgba(0,0,0, 1);
}
.btn-reserve:hover,
    .btn-reserve-dark:hover{
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-.3rem) scale(1.03);
    box-shadow: 1px 6px 11px rgba(0, 0, 0, .7);
    }
    .btn-reserve:hover{
        border-color: var(--primary-color-light);
        background-color: var(--primary-color-light);
    }
.booking{
    height:25rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.reserve-btn-dark--container{
    display: flex;
    justify-content: center;
    opacity: 0;
}
.reserve-btn--container a,
.reserve-btn-dark--container a{
    text-decoration: none;
}
.btn-reserve-dark{
    background-position: center;
    font-family: inherit;
    font-weight: 400;
    border: 0;
    border-radius: 50px;
    border: 2px solid var(--primary-color);
    font-size: 3rem;
    padding: 2rem 4.5rem;
    background-color: transparent;
    color: var(--primary-color);
    letter-spacing: .2rem;
    cursor: pointer;
    transition: all .5s;
}

.social-icon{
    padding: .5rem;
    width: 3.6rem;
    height: 3.6rem;
    fill:  white;
    transition: all .3s;
    filter: drop-shadow(1px 1px 2px #23190a);
}

.social-icon:hover,
.social-icon:active{
    fill: var(--primary-color-light);
    transform: scale(1.15);
    filter: drop-shadow(1px 1px 3px #23190a);
}
.nav-items li:hover .menu-item svg
{
    fill: white;
    transform: scale(1.15);
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
}
.container-booking-details{
    width: 900px;
    margin: 4rem auto;
}
.container-booking-details--image{
    width: 900px;
    margin-top: 5rem;
    margin-bottom: -1rem;
}
.booking-details{
    background-color: #e0d5cd;
    color: var(--primary-color-dark);
    border-radius: 4px;
    display: flex;
    padding:4rem;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.booking-details--image{
    overflow: hidden;
    padding: 0;
    margin:0;
    background-color: transparent;
}

.booking-details--image img{
    display: block;
}


.booking-image{
    padding: 0;
    margin:0;
    width: 100%;
    height: 100%; 
    object-fit: contain;
}
.booking-details .list{
    margin-top: 2rem;
}
.booking-details h4,
.booking-details-column h4
{
    font-size: 2.4rem;
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
}
.booking-details-full{
    margin: 2rem 0;
    width: 100%;
    flex-direction: column;
    align-items: center; 
    opacity: 0;   
}
.booking-details-full.full :nth-child(2){
    margin-bottom: 3rem;
}
.booking-details.end{
    margin-bottom: 0;
}
.booking-details-half{
    opacity: 0;   
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 2rem;
    margin-bottom: 2rem;;
}
.booking-details-column{
    background-color: #e0d5cd;
    color: var(--primary-color-dark);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:4rem;
    font-size: 2rem;
    width: 100%;
}
.booking-light{
    font-size: 1.4rem;
}
.booking-price{
    font-size: 3rem;
}
.booking-details-column-count{
    margin: 3rem auto;
}
.booking-details li{
    line-height: 1.6;
}

.footer{
    background-color: var(--primary-color-dark);
    color: var(--primary-color-light);
    padding: 2rem 2rem;
    font-size: 2rem;
}

.footer a:link,
.footer a:visited{
    text-decoration: none;
    color:var(--primary-color-light);
    cursor: pointer;
}

.footer-content{
    display: grid;
    margin: auto auto;
    padding: 2rem 5rem 0 5rem;
    grid-template-columns: 40% 20% 40%;
    justify-items: center;
}
.footer-logo{
    width: 16rem;
    padding: 1rem;
    filter: drop-shadow(0 0 3px #23190a);
    transition: all .4s ease-in-out;
}
.footer-logo:hover{
    transform: scale(1.05);
    filter: drop-shadow(2px 6px 5px #2f220e);
}
.footer-left,
.footer-right{
    margin: auto 0;
}
.footer-row-left{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
}
.footer-icon{
    stroke: var(--primary-color-light);
    width: 2.6rem;
    height: 2.6rem;
}

.footer-social{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.social-icon-footer{
    fill: var(--primary-color-light);
    width: 6.2rem;
    height: 6.2rem;
    padding: 1rem;
}

.footer-copyright{
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    margin: 2rem auto 0 auto;
}
/* GALLERY */
.image-gallery {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
  
.image-gallery .column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.image-item {
    border-radius: 5px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
 }
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.image-item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 1s;
    animation-fill-mode: both;

}
.image-item img:hover {
    transform: scale(1);
    filter: brightness(70%);
}
.to_left,
.to_right{
    opacity: 0;
}
.to_left ul{
    padding-left: 2rem;
}
.to_left li::marker {
    color: var(--primary-color-dark);
  }
.booking-frame{
    margin: 7rem 0;
    position: relative;
}

.loader-container{
    padding: 5rem 5rem;
    /* width: 20%; */
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-self:center;
    align-content: center;
    align-items: center;
    /* margin-top: 10rem; */
    position: absolute;
    top: 30rem;
    background-color: rgba(20, 20, 20, .2);
    border-radius: 3px;
}
.loader-container p {
    
    font-size: 2rem;
    margin: 1rem auto;
}
.loader {
    border: 10px solid #eae1d9;
    border-radius: 50%;
    border-top: 10px solid #958070;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.hidden{
    opacity: 0;
    visibility:hidden;
    display: none;
    height:0;
}
.map-iframe{
    width:100%;
}

li a{
    text-decoration: none;
}
li a .brown{
    color: var(--primary-color-dark);
    font-weight: 700;
}
li a .orange{
    color: orange;
    font-weight: 700;
}
/* MEDIA */

@media screen and (max-height: 900px) {
    .hero-logo{
        height: 150px;
    }
    .mobile-menu{
        padding-top: 10px;
    }
    .mobile-menu li .menu-item{
        margin: 10px;
    }

}
@media screen and (max-height: 720px) {
    .hero-logo{
        height: 120px;
    }
    .mobile-menu{
        padding-top: 5px;
    }
    .mobile-menu li .menu-item{
        margin: 8px;
    }
}
@media screen and (max-height: 480px) {
    .hero-logo{
        height: 100px;
    }
    .mobile-menu li .menu-item{
        margin: 5px;
    }
}
@media screen and (max-height: 370px) {
    .hero-logo{
        height: 70px;
    }
    .mobile-menu li{
        padding: 0;
    }
}
@media screen and (max-width: 1200px) {
    .title h1 {
        font-size: 6rem;
    }
    
    .menu-item:visited,
    .menu-item:link{
        font-size: 1.6rem;
        padding-right:0;
    }
    /* .social-icon{
        padding: .5rem;
        width: 3.4rem;
        height: 3.4rem;
        transition: all .3s;
        filter: drop-shadow(1px 1px 2px #23190a);
    } */
    .menu_logo{
        height: 8rem;
    }
}
@media screen and (max-width: 1000px){
    .no-webp .header--gallery {
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-galeria.jpg"); 
    }
    .webp .header--gallery{
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-galeria.webp");
    }
    .no-webp .header--contact {
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-contact.jpg"); 
    }
    .webp .header--contact{
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-contact.webp");
    }
    .no-webp .header--booking {
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-foglalas.jpg"); 
    }
    .webp .header--booking{
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-foglalas.webp");
    }
    .no-webp .header--price {
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-arak.jpg"); 
    }
    .webp .header--price{
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-arak.webp");
    }
    .no-webp .header--gift {
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-ajandekutalvany.jpg"); 
    }
    .webp .header--gift{
        background-image: linear-gradient( rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/hero-ajandekutalvany.webp");
    }
    .szepkartya{
        background-image: url(../images/szepkartya_bg.jpg);
    }
    .title h1{
        font-size: 5rem;
        bottom: -3rem;
    }
    .gallery-header{
        height: calc(100% - 6rem);
    }
    .header--gallery,
    .header--contact,
    .header--booking,
    .header--price,
    .header--gift{
        height: 22rem;

    }
    .menu_logo{
        height:6rem;
    }
    .menu-item{
        /* margin: 0 .5rem; */
        padding: 0px;
    }
    .menu-item:visited,
    .menu-item:link{
        font-size: 1.4rem;
        padding-right:0;
    }
    
    .social-icon{
        width: 2.6rem;
        height: 2.6rem;
    }
    
    .footer{
        font-size: 1.5rem;
    }
    .footer-content{
        padding-top: 0;
    }
    .footer-logo{
        width: 13rem;
    }
    .footer-copyright{
        font-size: 1.2rem;
    }
    .btn-reserve,
    .btn-reserve-dark{
        font-size: 2.2rem;
        padding: 1.2rem 2.5rem;
    }

    .welcome, .booking{
        height: 20rem;
    }
    .article__title,
    .article-full-width__title{
        font-size: 3rem;
    }
    .article-row .article__texts{
        width: 80vw;
    }
    .article__text{
        font-size: 1.6rem;
    }
    .article-row{
        flex-direction: column;
        padding: 2rem;
    }
    .article__picture{
        width: 100%;
        margin: 0;
        padding: 2rem;
    }
    .article__image{
        width: 100%;
        margin: 0;
        flex: 0 1 auto;
    }
    .article-just-text{
        font-size: 1.6rem;
        margin: 0 10rem;
    }
    .loader-container p {
        font-size: 1.6rem;
    }
    .booking-details{
        font-size: 1.6rem;
    }
    
    .booking-details h4,
    .booking-details-column h4
    {
        font-size: 2rem;
    }
    .booking-details-column{
        font-size: 1.6rem;
 
    }
    .booking-light{
        font-size: 1.2rem;
    }
    .booking-price{
        font-size: 2.6rem;
    }
    .booking-details li{
        line-height: 1.6;
    }
    .contact-detail-title{
        font-size: 2rem;
    }
    .contact-detail-value{
        font-size: 1.6rem;
    }
    .contact-icon svg{
        width: 3rem;
        height: 3rem;
    }
    .contact-detail{
        opacity: 0;
    }
    .social-icon-footer{
        height: 3.8rem;
        width: 3.8rem;
    }
    .footer-icon{
        height: 1.8rem;
        width: 1.8rem;
    }
    
}
@media screen and (max-width: 890px){
    .nav-items{
        display: none;
    }
    .hamburger-icon{
        display: block;
    }
    
    .menu-item:visited,
    .menu-item:link{
        font-size: 2.2rem;
    }
    .nav-items-mobile .social-icon{
        padding: 1.4rem;
    }
    .mobile-menu .social-icon{
        width: 6.8rem;
        height: 6.8rem;
    }
    .mobile-menu a{
        text-decoration: none;
    }
    .social-icon-footer{
        height: 3.8rem;
        width: 3.8rem;
    }
    .headline img{
        height:60px;
    }
}
@media screen and (max-width: 700px) and (max-height: 400px){

    .menu-item:visited,
    .menu-item:link{
        font-size: 1.2rem;
    }
    .mobile-menu .social-icon{
        width: 4.8rem;
        height: 4.8rem;
    }
}
@media screen and (max-width: 800px){
    .mobile-menu li{
        margin-bottom: 0rem;
    }
    
    .loader {
        border: 8px solid #eae1d9;
        border-top: 8px solid #958070;
        width: 80px;
        height: 80px;
    }
    
    .no-webp .article-full-width__image.image1{
        background-image: url(../images/article1.jpg);
    }
    .webp .article-full-width__image.image1{
        background-image: url(../images/article1.webp);
    }
    .no-webp .article-full-width__image.image2{
        background-image: url(../images/article3.jpg);
    }
    .webp .article-full-width__image.image2{
        background-image: url(../images/article3.webp);
    }
    .header--gallery,
    .header--contact,
    .header--booking,
    .header--price,
    .header--gift{
        height: 20rem;
    }
    .title h1{
        font-size: 5rem;
    }
    .article-full-width__container{
        flex-direction: column-reverse;
        height: auto;
    }
    .article-full-width__image{
        /* flex-grow: 1; */
        width: 100%;
        height: 50vw;
    }
    .article__texts{
        width: 100%;
        margin: 0;
        padding: 4rem;
    }
    
}

@media screen and (max-width: 730px){
    
    .article-just-text{
        margin: 0 4rem;
    }
    .title h1{
        font-size: 4rem;
    }
    .header--gallery,
    .header--contact,
    .header--booking,
    .header--price,
    .header--gift
    {
        height: 18rem;
    }
    .welcome, .booking{
        height: 15rem;
    }
    .welcome__text{
        font-size:2.2rem;
    }
    .booking-details-half{
        flex-direction: column;
    }
    .szepkartya-banks{
        max-width: 450px;
    }
    .footer{
        font-size: 1.4rem;
    }
    .footer-content{
        /* grid-template-columns:  1fr ; */
        padding: 0;
    }
    .footer-logo{
        width: 11rem;
    }
    .footer-copyright{
        font-size: 1.2rem;
    }
    
}

@media screen and (max-width:550px){
    .mobile-menu li{
        margin-bottom: 0;
    }
    .loader {
        border: 6px solid #eae1d9;
        border-top: 6px solid #958070;
        width: 50px;
        height:50px;
    }
    .article-just-text{
        padding: 3rem 0;
    }
    .container-booking-details{
        margin: 3rem auto;
    }
    .booking-frame{
        margin: 3rem 0;
    }
    .container.container-booking-details{
        padding: 0 2rem;
    }
    .booking-details-column-count{
        margin: 1.6rem auto;
    }
    .no-webp .header--main {
        background-image: url("../images/hero_mobile.jpg"); 
    }
    .webp .header--main{
        background-image: url("../images/hero_mobile.webp");
    }
    .header--gallery,
    .header--contact,
    .header--booking,
    .header--price,
    .header--gift{
        height: 15rem;
    }
    .title h1{
        font-size: 3rem;
    }
    .headline{
        padding:0 2rem;
        width: 100%;
        margin:0;
    }
    .footer-content{
        grid-template-columns:  1fr ;
        padding: 0;
    }
    .footer-logo{
        width: 11rem;
        grid-row: 1;
    }
    .footer-icon{
        width: 1.2rem;
        height: 1.2rem;
    }
    
    .footer-left{
        grid-row: 2; 
    }
    .footer-right{
        grid-row: 3;
    }
    .footer-bottom{
        grid-row: 2;
    }
    .footer-row-left{
        justify-content: center;
        gap: 1rem;
        margin: .7rem 0;
        padding: .8rem 0;
    }
    .contact-icon{
        margin: 1rem 1rem 1rem .5rem;
    }
    .contact-detail{
        width: 34rem;
    }
}
@media screen and (max-width: 450px){
    .welcome__text{
        font-size: 1.8rem;
    }
    .gallery-header{
        height: calc(100% - 5rem);
    }
    .menu_logo{
        height: 5rem;
    }
    .mobile-menu {
        top: 0rem;
    }
    .header--gallery,
    .header--contact,
    .header--booking,
    .header--price,
    .header--gift{
        height: 13rem;
    }
    .title h1{
        font-size: 2.3rem;
    }
    .article-just-text{
        font-size: 1.2rem;
        margin: 0 2rem;
    }
    .szepkartya-banks{
        max-width: 280px;
    }
    .article__title,
    .article-full-width__title{
        font-size: 2.2rem;
    }
    .article-row{
        padding: 0;
        justify-items:center;
    }
    .article__texts{
        padding: 2rem;
    }
    .article__text{
        font-size: 1.4rem;
    }
    .article__picture{
        margin:1rem auto;
    }
    .article__image{
        margin:0;
    }
    .btn-reserve{
        border: 1px solid white;
    }
    .btn-reserve-dark{
        border: 1px solid var(--primary-color);
    }
    .btn-reserve,
    .btn-reserve-dark{
        font-size: 1.6rem;
        padding: 1rem 2.2rem;
    }
    .welcome, .booking{
        height: 11rem;
    }
    
    .loader-container p {
        font-size: 1.2rem;
    }
    .booking-details{
        font-size: 1.2rem;
        padding: 2rem 2rem;
    }
    .booking-details--image{
        padding:0 ;
        margin-top: 3rem;
        margin-bottom: 1rem;
    }
    .container-booking-details--image{
        margin: 1rem 0 0 0;
    }
    .container-booking-details{
        margin: 0;
    }

    
    .booking-details h4,
    .booking-details-column h4
    {
        font-size: 1.4rem;
    }
    .booking-details-column{
        font-size: 1.2rem;
        padding: 2rem 2rem; 
    }
    .booking-light{
        font-size: 1.2rem;
    }
    .booking-price{
        font-size: 1.8rem;
    }
    .booking-details li{
        line-height: 1.2;
    }
    .contact-detail-title{
        font-size: 1.4rem;
    }
    .contact-detail-value{
        font-size: 1.2rem;
    }
    .contact-icon svg{
        width: 2.4rem;
        height: 2.4rem;
    }
    .contact-detail{
        width: 26rem;
    }
    .menu-item:visited,
    .menu-item:link{
        font-size: 1.4rem;
    }
    .mobile-menu .social-icon{
        width: 5.2rem;
        height: 5.2rem;
    }
}
@media screen and (max-width: 350px){
    .btn-reserve,
    .btn-reserve-dark{
        font-size: 1.4rem;
        padding: .8rem 2rem;
    }
    .welcome__text{
        font-size:1.5rem;
    }
}
.for_policy>h3,.for_policy>h2{
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
.left{
    width: 100%;
    justify-content: left;
}
.normal_list{
    width: 100%;
    margin-left: 8rem;
    
}
table
{
    border: 1px solid var(--primary-color-dark);
    border-collapse: collapse;
}
th,td{
    border: 1px solid var(--primary-color-dark);
    padding: 1rem;
    text-align: left;
}

/* ANIMATION CLASSES */
.fade-in-right{
    animation: fade-in-right .7s ease-out;
    opacity: 1;
    /* animation-fill-mode: forwards; */
}
.fade-in-left{
    animation: fade-in-left .7s ease-out;
    opacity: 1;
}
.fade-in-up{
    animation: fade-in-up .7s 1s ease-out;
    animation-fill-mode: forwards;
    opacity: 0;
}
.fade-in{
    animation: fade-in 2.8s ease-out;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0, 1));
    opacity: 1;
}


/* KEYFRAMES */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes fade-out{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
@keyframes fade-in{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes fade-from-top{
    from{
        opacity: 0;
        transform: translateY(-10rem);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fade-in-up{
    from{
        opacity: 0;
        transform: translateY(5rem);
        
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fade-in-right{
    from{
        opacity: 0;
        transform: translateX(-10rem);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fade-in-left{
    from{
        opacity: 0;
        transform: translateX(10rem);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes zoom-in{
    from{
        transform: scale3d(2,2,2) translate(-25%, -25%);
        opacity: 0;
        
    }
    to{
        transform:  translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes menuBg-in {
    from {background-color: transparent;}
    to {background-color: white;}
  }
@keyframes menuBg-out {
    from {background-color: white;}
    to {background-color: transparent;}
}
