*{
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

/* ##### Stile della Navbar ##### */
.navbar {
    width: 100vw;
    height: 7vh;
    background-color: whitesmoke;
    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: space-around;
    align-items: center;
    flex-direction: row;
    color: black;
    border-bottom: solid 2px white;
    font-family: 'Coco Gothic', sans-serif;
    z-index: 2;
}

.home_booknow{
    height: 90vh;
    width: 48vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 7vh;
}

.home_cinqueterre{
    background-color: #F5EBD9;
    border: solid 2px black;
    border-radius: 70px;
}

.home_marinadicarrara{
    background-color: #ccfdff;
    border: solid 2px black;
    border-radius: 70px;
}

.home_testo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60vh;
}

.home_testo h3{
    font-size: 2.5vw;
}

.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;
    font-family: Arial, Helvetica, sans-serif;
}

.container_scroll p{
    font-size: 1.5vw;
    border-bottom: solid 1px black;
    cursor: pointer;
}

.home_bottone a{
    color: black;
    padding: 3px;
    border-radius: 10px;
    background-color: white;
    border: solid 2px #000000;
    box-shadow: 0px 5px 3px #000000;
    font-size: 1.7vw;
}

.bottone_marina a{
    background-color: #ffffff;
}

.home_bottone a:hover{
    transition: calc(0.5s);
    border-radius: 20px;
}

.home_bottone 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;
}

/*### 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;
}