*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body,html{
    height: 100%;
    background-color: #000;
    font-family: 'Mulish', sans-serif;
    position: relative;
}

body{ 
    margin: 0; 
}

    /* Start Preload */

#preload{
    z-index: 500;
    color: transparent;
    font-size: 3rem;
    font-family: 'Mulish', sans-serif;
    height: 100%;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    -webkit-text-stroke:2px aqua;
    top: 0;
}

#preload h3{
    animation: 
    typing 3.5s steps(40, end),
    blinking-cursor .5s step-end infinite;
     border-right: .15em solid white;
    overflow: hidden; 
    white-space: nowrap;
    margin: 0 auto; 
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

    /* End Preload - Start Nav */

img{
    width: 100%;
    display: block;
}

nav{
    height: 100%;
    width: 15%;
    position: fixed;
}

nav ul{
    height: 100%;
    width: 100%;
}

nav ul li{
    height: 33.33%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.2vw;
    text-transform: uppercase;
    font-weight: 700;
}

a{
    color: transparent;
    transition: all 0.5s;
    background-image: linear-gradient(to right ,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#f00,#f00,#f00,#f00,#f00,#f00,#f00,#f00,#f00,#f00,#f00,#f00,#f00,#f00,#f00,#f00,transparent,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0,#0f0);
    -webkit-background-clip: text;
    animation: animate 20s linear infinite;
    background-size: 1000%;
}

@keyframes animate{
    
    100%{
        background-position: 0% 100%;
    }
    
    50%{
        background-position: 50% 50%;
    }
    
    0%{
        background-position: 100% 0%;
    }
    
}

li a:hover{
    -webkit-text-stroke: 0.015vw;
    transform: scale(1.1);
}

#gc{
    background-color: #585858;
}

#gm{
    background-color: #504f4f;
}

#gs{
    background-color: #393939;
}

    /* End Nav - Start Home */

.home{
    height: 100%;
    width: 85%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background-image: url("sfondob.png");
    background-color: #0b0b0b;
    padding-bottom: 0.5%;
}

#logo{
    width: 10%;
    display: block;
    margin: 4% 0 0 10%;
}

.claim{
    color: #fff;
    font-size: 3.5vw;
    margin: 6% auto 0;
    letter-spacing: 5px;
    word-spacing: 30px;
    font-weight: 700;
    display: flex;
}

.fotohome{
    width: 80%;
    margin: 0 auto;
    display: block;
}

    /* End Home - Start page #me */

#me{
    width: 85%;
    background-color: #585858;
    left: 15%;
    position: absolute;
    top: 0;
    padding: 4% 0;
}

#logome{
    width: 10%;
    position: absolute;
    top: 75px;
    left: 3%;
}

.closed{
    width: 2%;
    position: fixed;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.desc{
    width: 70%;
    font-size: 3vw;
    color: #fff;
    margin: 10% auto 0;
    padding-bottom: 5%;
    font-weight: 300;
}

.foto{
    width: 40%;
    display: block;
    float: right;
    color: transparent;
    background-image: linear-gradient(to right, #fff,#fff);
    background-size: 100%;
    padding: 2%;
    margin-left: 2.5%;
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    -webkit-background-clip: text;
    border: solid 2px #fff;
    box-sizing: border-box;
}

.foto img{
    width: 100%;
    margin-top: 5%;
}

    /* End page #me - Start page #po */

#po{
    width: 85%;
    background-color: #504f4f;
    left: 15%;
    position: absolute;
    right: -85%;
    top: 0;
    padding: 4% 0 5% 0;
    flex-wrap: wrap;
}

.sito{
    width: 70%;
    margin: 5% auto;
    font-size: 3vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.fotosito{
    width: 70%;
    margin: 0 auto;
    transition: ease-in-out all 0.35s;
}

.fotosito:hover{
    transform: scale(1.05);
}

.su{
    width: 2%;
    position: fixed;
    right: 2.5%;
    bottom: 5%;
    cursor: pointer;
}

    /* End page #po - Start page #co */

#co{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    background-color: #393939;
    padding: 5% 0;
    left: 15%;
    position: absolute;
    top: 0;
}

.contatti{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin: 3% auto;
    color: #fff;
    text-align: center;
}

.contatti a{
    margin: 0 auto;
    font-size: 2.75vw;
    color: #fff;
}

.contatti a:hover{
    color: #36ff00;
    -webkit-text-stroke: 0.015vw;
}

.icone{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon{
    width: 30%;
}

.text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5% auto;
}

    /* End page #po - Start .sec */

.sec{
    width: 80%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 1%;
    margin-top: -5%;
}

.sec a{
    width: 8%;
}

    /* End page .sec*/

    /* responsive Qhd */

@media only screen and (max-width:2560px){

#preload{
    font-size: 2rem;
    -webkit-text-stroke:1.34px aqua;
 
}
    
}

    /* responsive Full hd */

@media only screen and (max-width:1920px){

#preload{
    font-size:1.5rem;
    -webkit-text-stroke:1px aqua;
}
    
}

    /* responsive Hd */

@media only screen and (max-width:1366px){

#preload{
    font-size:1.063rem;
    -webkit-text-stroke:1px aqua;
}
    
}

    /* responsive Tablet */

@media only screen and (max-width:1024px){

#preload{
    font-size: 0.8rem;
    -webkit-text-stroke:0.52px aqua;
}
    
}

/*     responsive Smartphone */

@media only screen and (max-width:667px){

#preload{
    font-size: 0.938rem;
    -webkit-text-stroke:0.25px aqua;
}

nav{
    height: 15%;
    width: 100%;
    position: fixed;
}

nav ul{
    height: 100%;
    width: 100%;
    display: flex;
}

nav ul li{
    height: 100%;
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 700;
}

.home{
    width: 100%;
}

#logo{
    width: 100%;
    margin: 30% auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo img{
    width: 50%;
}

.claim{
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-size: 10vw;
    word-wrap: break-word;
    text-align: center;
}

.fotohome{
    width: 100%;
    display: block;
}

#me{
    width: 100%;
    top: 15%;
    left: 0;
    padding: 5% 0;
}

#logome{
    width: 30%;
    position: absolute;
    top: 5%;
    left: 35%;
}

.closed{
    width: 5%;
    position: fixed;
    top: 20%;
    right: 5%;
    cursor: pointer;
}

.desc{
    width: 80%;
    font-size: 1.5rem;
    color: #fff;
    margin: 20% auto 0;
    padding-top: 20%;
    padding-bottom: 10%;
    font-weight: 300;
    text-align: center;
}

#po{
    width: 100%;
    left: 0;
    top: 15%;
    padding: 4% 0 55% 0;
}

.sito{
    width: 80%;
    margin: 45% auto 5%;
    font-size: 2rem;
}

.fotosito{
    width: 90%;
    margin-bottom: -40%;
}

.su{
    width: 2%;
    position: fixed;
    right: 2.5%;
    bottom: 5%;
    cursor: pointer;
}

#co{
    width: 100%;
    padding: 5% 0;
    left: 0;
    top: 15%;
}

.contatti{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 3% auto;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.contatti a{
    margin: 30% auto 0;
    font-size: 1.5rem;
    color: #fff;
}

.face{
    padding-top: 20%;
}

.maps{
    padding-bottom: 25%;
}

.text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5% auto -5%;
}

.sec{
    width: 100%;
    display: flex;
    justify-content: center;
}

.sec a{
    width: 10%;
}
    
}

    /* End...   Goodbye */
