@charset "utf-8";
/* css Document */
* {
    margin:0 ;
    scroll-behavior: smooth;/*serve per dare fluidità allo scrollo*/
    box-sizing: border-box;       
} 

a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
h1 {
    font-family: 'Granola';
    font-size: 300px;
}

p {
    font-size: 20px;
    padding: 1%;
    font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family:'Granola';
    font-style: normal;
    font-weight: normal;
    src: local('../granola/granola'), url('../granola/granola.ttf') format('ttf');
    src: local('../granola/granola'), url('../granola/granola.woff') format('woff');		
}

#menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: solid 1px #000000;  
    padding: 10px;
}
.ancore_menu{
    font-size: 20px; 
    padding-left: 2%; 
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #000000;
}
.ancore_menu:hover {
    color: #d69519;
}


/********************** home*********************************/
.titolo {
    height: 20%;
    border-bottom: #d69519 solid 1px;
    display: flex;
    align-items: flex-end;
    max-width: 100%;
   
}
.titolo h2, h3{
    font-family: 'Montserrat', sans-serif;  
    font-size: 60px;
    padding-top: 3%;   
}

.testo  {
    padding: 3%; 
}

.first{
    background-image: url(/img/icon-08.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px; 
    background-position: center;
}
.claim{
    flex-wrap: wrap;
    padding: 30px;
    display: flex;
    justify-content: center;
    font-size: 25px;
   
}
.claim h2{
    font-family:'Granola'; 
    font-size: 60px;
    font: weight 900px;  
}
.claim h5{
    font-size: 25px;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
  
}
.movie{
   height: 85vh;
   background: rgb(221,169,82);
   background: linear-gradient(90deg, rgba(221,169,82,1) 0%, rgba(249,211,211,1) 50%, rgba(179,212,205,1) 100%);
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
    
}

.entrata{
    height:100vh;
    width:100%;
    position:absolute;
    left:0;
    overflow: hidden;
    background-color: #f9d3d3;
    z-index: 999;
}
.contenitore-logo{
    overflow: hidden;
    height: 100%;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;

}


#header{  
    position: relative;
    height: 100vw;
    max-width: 100%;
    height: 75px;
    overflow-x: hidden;
}
.track{
    position: absolute;
    display: flex;
    height: 100%;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 40s linear infinite;
}
.content img {
    height: 100%;

}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

body{
    margin:0; 
    padding:0;
    background: #fff;
    background-size: cover;
    
}
section {
    position:relative;
    width: 100%;
    height:100vh;
}

section .scroll{
    width: 100%;
    display: flex; 
}
section .scroll div{
    color: #000; 
    font-size: 40px;
    font-family:'Granola';
    background: #ffffff;
    white-space: nowrap;
    font-weight:900;
    text-transform: uppercase;
    animation: animate 100s linear infinite;
    animation-delay:-50s;
}
section .scroll div span{
    -webkit-text-stroke: 2px #000;
    color:transparent;

}
section .scroll div:nth-child(2){
    animation: animate2 100s linear infinite;
    animation-delay:-40s;
}


span img {
    height: 55px;
    width: 55px;
}

@keyframes animate 
{
    0%
    {transform:translatex(100%);
    }
    100%
    { transform:translatex(-100%)
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 1em;
      }
    .cs {
        width:80vw;
        margin-left: 10vw;
        margin-top: 50px;
    }  
    img {
        width: 100%;
    }
}


.col-md-6 {
    border-bottom: solid 1px rgba(179,212,205,1); 
    border-top: solid 1px rgba(179,212,205,1);
    min-height: 900px;
}

.bottone a{
    padding: 5px;
    border: solid 1px #000000;
    text-decoration: none;
    color: #000000;
    background-color: #f9d3d3;
    font-size: 20px;
}
.bottone a:hover{
    color: #d69519;
    background-color: #000000;
}
 
/*prima fascia*/
.vbf-present{
    background-image: url(../img/01_maiken.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vbf-rewrite{
    background-image: url(../img/Maiken-bali.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.icon{
    min-height: 24vh; 
}
.icon.uno {
    background: rgb(221,169,82);
   background: linear-gradient(90deg, rgba(221,169,82,1) 0%, rgba(249,211,211,1) 50%, rgba(179,212,205,1) 100%);
}
.icon.due {
    background: rgb(221,169,82);
   background: linear-gradient(90deg, rgba(249,211,211,1) 00%, rgba(221,169,82,1) 50%,  rgba(179,212,205,1) 100%);
}
.icon.tre {
    background: rgb(221,169,82);
    background: linear-gradient(180deg,  rgba(221,169,82,1) 0%, rgba(179,212,205,1) 50%, rgba(249,211,211,1) 100%);
}
.icon.quatt {
    background: rgb(221,169,82);
   background: linear-gradient(180deg,  rgba(249,211,211,1) 0%, rgba(179,212,205,1) 50%, rgba(221,169,82,1) 100%);
}
.icon:hover {
    background: rgba(249,211,211,1);
   
}
.product{
    display: flex;
    align-items: center;
    justify-content: center;   
}

.product p{
    color: #000; 
    font-size: 40px;
    font-family:'Granola';
    background-color: rgba(255, 255, 255, 0.255);
    width: 100%;
    
    
    
}
.wisdom{
    background-image: url(../img/wisdom.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.vbf-maiken{
    background-image: url(../img/Foto-Maiken.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
 /********************** home*********************************/





 /********************body***********************/

#corso{
    height: 100%;
}
#web img{
    opacity: 1;
    width: 100vw;
}
#mobile{
    display:none;
}
#mobile img {
    opacity: 0;
}
@media screen and (max-width: 500px) {

    #corso{
        background-image: none;
    }
    #mobile{
        display:block;
    }
    #mobile img {
        opacity: 1;    
    }

    #web{
        display:none;
    
    }
    #web img {
        opacity: 0;
    }
    
}