*{
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

/* ##### Stile della Navbar ##### */
.navbar {
    width: 100vw;
    height: 7vh;
    background-color: #F5EBD9;
    display: flex;
    position: fixed;
    z-index: 3;
    font-family: 'Coco Gothic', sans-serif;
    color: black;
    border-bottom: solid 2px black;
}

.navbar_menu{
    height: 7vh;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7vw;
}

.navbar_menu a{
    margin-right: 15px;
}

.navbar_menu a:hover{
    border-bottom: solid 2px black;
}

.navbar_titolo{
    height: auto;
    width: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    font-weight: bold;
}

.navbar_social{
    height: 7vh;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar_social img{
    width: 3vw;
}

.cont_musica{
    margin-top: 10vh;
    position: absolute;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.tasto_canzone{
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: flex-start;
    justify-content: right;
}

.tasto_canzone img{
    margin-right: 40px;
    width: 5vh;
    border-radius: 100px;
    background-color: rgb(224, 224, 224);
    border: solid 3px rgb(0, 238, 255);
    box-shadow: -2px 2px px rgb(0, 238, 255);
    cursor: pointer;
}

/* ############### HOME ############## */

.container_home{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    border-bottom: solid 2px black;
    font-family: 'Coco Gothic', sans-serif;
    z-index: 2;
}

.home_immagine{
    opacity: 1;
    height: 100vh;
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/img/webp_img/casa_esterno.webp');
    background-repeat: no-repeat;
    background-size: cover;
    border-right: solid 2px black;
}

.home_booknow{
    height: 100vh;
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home_testo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60vh;
}

.home_testo h3{
    font-size: 3vw;
}

.testo_home{
    width: 40vw;
    font-size: 1.5vw;
    text-align: center;
}

.home_bottone{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.container_scroll{
    height: 7vh;
    width: 50vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    z-index: 2;
}

.container_scroll p{
    font-size: 1.3vw;
    border-bottom: solid 1px black;
    cursor: pointer;
}

.home_booknow a{
    color: black;
    padding: 3px;
    border-radius: 10px;
    background-color: #F5EBD9;
    border: solid 2px black;
    box-shadow: 0px 5px 3px black;
    font-size: 1.7vw;
}

.home_booknow a:hover{
    transition: calc(0.5s);
    border-radius: 20px;
}

.home_booknow a:not(:hover){
    transition: calc(0.5s);
}

.discount{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2vw;
    border-top: solid 3px black;
    color: red;
    font-weight: bold;
}
/* ############### FOTO ############## */

/*##### CUCINA #####*/

.container_foto_cucina{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    font-family: 'Coco Gothic', sans-serif;
    background-color: rgb(176, 152, 112);
}

.cucina{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titolo_stanze{
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}

.titolo_stanze h1{
    font-size: 5vh;
    font-weight: bold;
    color: #F5EBD9;
}

.container_img_foto{
    height: 100vh;
    width: 85vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img_foto{
    height: 85vh;
    width: 40vw;
    border: solid 3px white;
    border-radius: 10px;
    filter: brightness(100%);
}

.img_foto:hover{
    transition: calc(0.7s);
    filter: brightness(110%);
    box-shadow: 0px 10px 30px black;
}

.img_foto:not(:hover){
    transition: calc(0.7s);
}

.img_cucina_1{
    background: url('/img/webp_img/cucina.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.img_cucina_2{
    background: url('/img/webp_img/cucina_2.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

/*##### BAGNO #####*/

.container_foto_bagno{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    font-family: 'Coco Gothic', sans-serif;
    background-color: #F5EBD9;
}

.bagno{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titolo_bagno{
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}

.titolo_bagno h1{
    font-size: 5vh;
    font-weight: bold;
    color: rgb(176, 152, 112);
}

.img_bagno_1{
    background: url('/img/webp_img/bagno.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.img_bagno_2{
    background: url('/img/webp_img/bagno_2.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

/*##### SALOTTO SOTTO #####*/

.container_foto_salottosotto{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    font-family: 'Coco Gothic', sans-serif;
    background-color: rgb(176, 152, 112);
}

.salottosotto{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titolo_salottosotto{
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}

.titolo_salottosotto h1{
    font-size: 5vh;
    font-weight: bold;
    color: #F5EBD9;
}

.img_salottosotto_1{
    background: url('/img/webp_img/salotto_sotto.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.img_salottosotto_2{
    background: url('/img/webp_img/salotto_sopra.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

/*##### CAMERA DA LETTO #####*/

.container_foto_cameradaletto{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    font-family: 'Coco Gothic', sans-serif;
    background-color: #F5EBD9;
}

.cameradaletto{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titolo_cameradaletto{
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}

.titolo_cameradaletto h1{
    font-size: 5vh;
    font-weight: bold;
    color: rgb(176, 152, 112);
}

.img_cameradaletto_1{
    background: url('/img/webp_img/camera.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.img_cameradaletto_2{
    background: url('/img/webp_img/camera_2.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

/*##### SCALE #####*/

.container_foto_scale{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    font-family: 'Coco Gothic', sans-serif;
    background-color: rgb(176, 152, 112);
}

.scale{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titolo_scale{
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}

.titolo_scale h1{
    font-size: 5vh;
    font-weight: bold;
    color: #F5EBD9;
}

.img_scale_1{
    background: url('/img/webp_img/scale.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.img_scale_2{
    background: url('/img/webp_img/scale_2.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

/*##### TERRAZZO #####*/

.container_foto_terrazzo{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    font-family: 'Coco Gothic', sans-serif;
    background-color: #F5EBD9;
}

.terrazzo{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titolo_terrazzo{
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}

.titolo_terrazzo h1{
    font-size: 5vh;
    font-weight: bold;
    color: rgb(176, 152, 112);
}

.img_terrazzo_1{
    background: url('/img/webp_img/terrazzo_sedie.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.img_terrazzo_2{
    background: url('/img/webp_img/tavolino_terrazzo_sopra.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

/* ############### SERVICE ############## */

.container_service{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    font-family: 'Coco Gothic', sans-serif;
    background-color: rgb(176, 152, 112);
}

.main_service{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titolo_service{
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}

.titolo_service h1{
    font-size: 5vh;
    font-weight: bold;
    color: #F5EBD9;
}

.container_categorie_service{
    height: 100vh;
    width: 85vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.cont_service{
    height: 85vh;
    width: 40vw;
    display: felx;
    justify-content: center;
    align-items: center;
    border: solid 3px white;
    border-radius: 10px;
    background-color: #F5EBD9;
}

.categoria_service{
    width: auto;
    height: 9vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    font-weight: bold;
}

.categoria_service_2{
    width: auto;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2vw;
    font-weight: bold;
}

.categoria_service_2{
    font-size: 1.5vw;
}

.timetable_service{
    border-bottom: solid 2px blue;
}

/* Tolta per ora

.img_finestra{
    background: url('/img/webp_img/finestrina.webp');
    background-size: cover;
    background-repeat: no-repeat;
} */

.cont_service:hover{
    transition: calc(0.7s);
    filter: brightness(110%);
    box-shadow: 0px 10px 30px black;
}

.cont_service:not(:hover){
    transition: calc(0.7s);
}

.where_eat a{
    border-bottom: solid 2px rgb(200, 0, 0);
}

/*##### What do we recommend? #####*/

.container_service_eat{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: black;
    font-family: 'Coco Gothic', sans-serif;
    background-color: #F5EBD9;
}

.titolo_service_eat{
    z-index: 1;
}

.titolo_service_eat h1{
    color: rgb(176, 152, 112);
}

.categoria_service_eat_2{
    width: auto;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2vw;
    font-weight: bold;
}


/*### FONT ###*/

@font-face {
    font-family: 'Coco Gothic';
    src: url('/font/coco_gothic/Coco-Gothic-Light-trial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}