/* GENERAL */

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body{
    background-color: #eeeeee;
    font-family: 'Lato', sans-serif;
}

img{
    user-select: none;
}

/* HEADER */

#header{
    width: 100%;
    height: 110px;
    user-select: none;
}

#title, #nav{
    width: 50%;
    float: left;
    text-align: center;
}

#title h1{
    font-size: 35px;
    margin-top: 10px;
    font-family: 'Cinzel', serif; 
}

#nav ol{
    list-style-type: none;
}

#nav ol > li{
    float: left;
    margin: 20px 10px;
}

#nav ol > li > a{
    line-height: 40px;
    font-size: 20px;
    text-decoration: none;
    color: #cebb52;
    display: block;
    padding: 10px;
}

#nav ol > li > i{
    line-height: 40px;
    font-size: 20px;
    text-decoration: none;
    color: #cebb52;
    display: block;
    padding: 10px;
    font-style: normal;
}

#nav ol > li > a:hover{
    color: #232323;
    background-color: #eeeeee;
    border: #232323 2px dashed;
    padding: 8px;
}

#menubutton{
    display: none;
}

/* CONTENT */

.content{
    width: 100%;
    margin: 50px auto 0 auto;
    text-align: center;
}

.content1{
    background-image: url('img/kitchen/kitchen4.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    margin: 50px auto;
    border-radius: 16px;
    text-align: center;
}

.text h2{
    font-size: 50px;
    font-family: 'Cinzel', serif; 
    color: #cebb52;
}

.text p{
    margin-top: 40px;
    line-height: 30px;
    color: #7d7874;
}

.button_oferta{
    width: 170px;
    background-color: #7d7874;
    margin: 100px auto 0 auto;
}

.button_oferta a{
    color: white;
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 15px 0;
    user-select: none;
    font-size: 15px;
}

.button_oferta:hover{
    background: none;
}

.button_oferta a:hover{
    color: #cebb52;
    padding: 13px 0;
    border: #7d7874 dashed 2px;
}

.block{
    background: rgba(255, 255, 255, 0.80);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.9px);
    -webkit-backdrop-filter: blur(4.9px);
    width: 70%;
    height: 350px;
    padding: 50px 15%;
    font-size: 20px;
}

/* FOOTER */

#contact{
    background-color: #232323;
    height: 350px;
    padding: 50px 20% 100px 20%;
    color: white;
}

#contact h1,h2{
    text-align: center;
}

#contact_inf, #media{
    float: left;
    width: 50%;
    margin-top: 50px;
    text-align: center;
}

.icon-facebook, #fb:hover{
    color: #4267b2;
}

.icon-location, #loc:hover{
    color: #c8232c;
}

.icon-mail, #mail:hover{
    color: #1ea362;   
}

.icon-instagram, #ig:hover{
    color:#e95950;
}

#contact a{
    font-size: 20px;
    font-style: italic;
    cursor: pointer;
    text-decoration: none;
    color: white;
    display: list-item;
    list-style: none;
    margin-bottom: 20px;
}

#contact i{
    margin-left: 5px;
}

#footer{
    background-color: #232323;
    height: 350px;
    padding: 50px 10%;
    color: white;
}

.footer_block{
    border-right: #cebb52 2px dashed;
    float: left;
    height: 100%;
    font-weight: 100;
    padding-left: 4%;
    width: 20%;
}

.footer_block:last-child{
    border: none;
}

.footer_block #footer_logo{
    width: 250px;
    transform: translate(-50px, -50px);
    filter: invert(100%);
    display: none;
}

.footer_block > #p1 {
    margin-top: 10px;
    text-align: left;
}

.footer_block .social_media{
    border-radius: 50%;
    border: 1px white solid;
    font-size: 20px;
    width: auto;
    height: 27px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    float: left;
    margin: 5px;
    cursor: pointer;
    
}   

.social_media a{
    display: block;
}

.social_media i{
    color: white;
}

.social_media:hover .icon-facebook, #footer_fb:hover{
    color: #4267b2;
    border-color: #4267b2;
}

.social_media:hover .icon-mail, #footer_mail:hover{
    color: #1ea362;  
    border-color: #1ea362;
}

.social_media:hover .icon-instagram, #footer_ig:hover{
    color:#e95950;
    border-color: #e95950;
}

#block2 > a >img{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    filter: brightness(60%);
}

#block2 a {
    color: white;
    text-decoration: none;
}

#block2 h1{
    margin-bottom: 10px;
}

#block2 > a > p{
   padding: 20px;
  
}

#block2 a:hover img{
    filter: brightness(100%);
}

#block2 a:hover{
    color: #cebb52;
}

#block2, .block3and4{
    user-select: none;
}

.block3and4 h1{
    margin-bottom: 30px;
}

.block3and4 ol{
    list-style: none;
}

.block3and4 a, .block3and4 li{
    text-decoration: none;
    color: white;
   line-height: 30px;
}


.block3and4 a:hover{
    color: #cebb52;
}

/* SLIDER */

#s1, #s3, #s2, #sg1, #sg3, #sg2, #sg4, #sg5{
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    animation: slidechange 1s; 
}

#s1{
    background-image: url('img/slider/slider_main/slide1.jpg');
}

#s2{
    background-image: url('img/slider/slider_main/slide2.jpg');
}

#s3{
    background-image: url('img/slider/slider_main/slide3.jpg');
}

.noVisible{
    display: none;
}

.button{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
    cursor: pointer;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.marked{
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.buttons{
    transform: translateY(250px);
    margin: 0 auto;
    width: 130px;
}

.left_button, .right_button, .left_buttong, .right_buttong{
    height: 325px;  
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
    font-size: 60px;
    width: 85px;
    padding-top: 275px;
}

.left_button{
    float: left;
}

.right_button{
    float: right;
    transform: translateY(-302px);
}

.right_button:hover, .left_button:hover{
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.slider_logo{
    width: 500px;
    height: 300px;
    margin: 0 auto;
    transform: translateY(50px);
    text-align: center;
    
}

.slider_logo h1{
    position: relative;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50px);
    
}


/* ANIMATIONS */

@keyframes slidechange {
    0%{
        opacity: 50%;
    }

    100%{
        opacity: 100%;
    }
}

@keyframes navi {
    0%{
        margin-top: -20px;
    }

    100%{
        margin-top: 0;
    }
}

/* GALERY */

#content-galery{
    width: 85%;
    margin: 50px auto;
}

.galery{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 100px;
}

.galery h1{
    color: #cebb52;
    text-align: center;
    margin: 30px;
    padding-bottom: 30px;
    border-bottom: #cebb52 dashed 2px;
}

.photos{
    text-align: center;
}



.photo{
    width: 30%;
    aspect-ratio: 3/2;
    border: #cebb52 3px solid;
    border-radius: 16px;
    margin: 25px 1%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.photo_background{
    width: 0;
    height: 100%;
    background: rgba(206, 187, 82, 0.4);
    border-radius: 14px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition-duration: 0.4s;
}

.photo:hover .photo_background{
    width: 100%;
}

.enlarge{
    width: 50px;
    height: 50px;
    border: white solid 4px;
    display: none;
    border-radius: 50%;
    position: relative;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-25px);
}

.enlarge i{
    position: absolute;
    font-size: 20px;
    color: white;
    left: 10px;
    top:10px;
}

.photo:hover .enlarge{
    display: block;
    cursor: pointer;
}

#fullscreen{
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(50, 50, 50, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    text-align: center;
}

#fullscreen img{
    max-width: 85%;
    margin-top: 100px;
    max-height: 85%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

#fullscreen .icon-close{
    color: white;
    position: absolute;
    top: 30px;
    font-size: 40px;
}

#fullscreen .icon-close:hover{
    color: red;
    cursor: pointer;
}

#img_left, #img_right{
    display: inline-block;
    font-size: 80px;
    color: white;
    position: absolute;
    top:50%;
    transform: translateY(-35px);
}

#img_left{
    transform: translate(-110px, -35px);
}

#img_left:hover, #img_right:hover{
    color:aquamarine;
    cursor: pointer;
}

.enlarge:hover, .enlarge:hover i{
    border-color: #cebb52;
    color: #cebb52;
}

/* GALERY SLIDER */ 

.buttonsg{
    transform: translateY(250px);
    margin: 0 auto;
    width: 250px;
}

#sg1{
    background-image: url('img/slider/slider_galery/slide1.jpg');
}

#sg2{
    background-image: url('img/slider/slider_galery/slide2.jpg');
}

#sg3{
    background-image: url('img/slider/slider_galery/slide3.jpg');
}

#sg4{
    background-image: url('img/slider/slider_galery/slide4.jpg');
}

#sg5{
    background-image: url('img/slider/slider_galery/slide5.jpg');
}

.left_buttong, .right_buttong{
    height: 325px;  
    padding-top: 275px;
}

.left_buttong{
    float: left;
}

.right_buttong{
    float: right;
    transform: translateY(-302px);
}

.right_buttong:hover, .left_buttong:hover{
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.slider_text{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 500px;
    height: 300px;
    margin: 0 auto;
    transform: translateY(50px);
}

.slider_text h2{
    font-size: 50px;
    text-align: center;
    margin-top: 50px;
    font-family: 'Cinzel', serif;
    color: #232323;
    user-select: none;
}

.slider_buttong{
    width: 170px;
    background-color: #7d7874;
    margin: 20px auto 0 auto;
    cursor: pointer;
    display: block;
    text-align: center;
    user-select: none;
}

.slider_buttong:hover{
    background: none;
}

.slider_buttong a{
    color: white;
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 15px 0;
}

.slider_buttong a:hover{
    color: #cebb52;
    padding: 13px 0;
    border: #7d7874 dashed 2px;
}

/* SCROLL BUTTON */
#scroll-top {
    display:none;  
    width:35px;
    height:35px;
    position:fixed;
    bottom:30px;
    right:30px;
    
}

#scroll-top i{
    font-size: 40px;
    color: #cebb52;
    border: #cebb52 solid 2px;
    border-radius: 15px;
}

#scroll-top i:hover{
    color: #232323;
    border: #232323 solid 2px;
}


/*OFFR*/

#content_container_offer{
    margin-top: 50px;
    width: 100vw;
}

.offer_block{
    width: 70%;
    margin: 50px auto;
    font-size: 18px;
    color: #7d7874;
}

.offer_block h1{
    font-family: 'Cinzel', serif; 
    color: #cebb52;
    font-size: 40px;
    margin: 30px;
}

.offer_block_text{
    width: 90%;
    margin: 0 auto;
    border-bottom: #7d7874 dashed 2px;
    padding-bottom: 50px;
}

.offer_block:last-child > .offer_block_text{
    border: none;
}

.tiles{
    border: solid #7d7874 1px;
    margin: 30px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.tiles h2{
    text-align: left;
    color: #232323;
    margin-bottom: 5px;
    font-size: 20px;
    display: inline;
}

.tiles h2 i{
    margin-right: 5px;
}

.visible_tile{
    transform: scaleY(1);
    visibility: visible;
    transform-origin:50% 0;
    height: 100px;
    transition-duration: 300ms;
    padding: 10px;
}

.novisible_tile{
    visibility:hidden;
    transform-origin:50% 0;
    transform:scaleY(0);
    height: 0;
    transition-duration: 300ms;
}

#tiles_left{
    float: left;
    width: 50%;
}

#tiles_right{
    float: right;
    width: 40%;
}

#tiles_right img{
    width: 100%;
    margin-top: 30px;
}