@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Prosto+One&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* list-style: none; */
    text-decoration: none;
}
img {
    transition: all 1s ease 0.2s;
}
body {
    color: #f1f7ed; 
    background-color: #333333;
    background-image: url(sfondo_sito.png);
    background-repeat: no-repeat;
    background-position: top, center;
    background-size: contain;
    text-align: left;
    font-size: 17px;
    font-family: "Poppins", sans-serif; 
    align-content: center;
}
.container{
    padding: 7px 33px 7px 15px;
    background-color: #262626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0px auto 0px;
    box-shadow: 0px 0px 10px 1px black;
    position: sticky;
    top: 0;
    width: 100%;
}
nav {
    opacity: 0.9;
}
.logo-block{
    border:1px solid #c89115;
}
.logo-block-link{
    display: flex;
    border:1px solid black;
}
.logo{
    width: 50px;
    height: 50px;
}
.logo-tittle{
    font-size:20px;
    color:#f1f7ed;
    letter-spacing: 2px;
    font-family: "Lato", sans-serif;
    margin: 15px 10px;
}
.logo-tittle:active {
    text-shadow: -2px -3px 2px #f1f7ed;
}
.nav-list{
    flex:1;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
#nav1:hover {
    text-decoration: underline;
}
#nav1:active {
    text-shadow: 2px -3px 2px #f1f7ed;
}
#nav2:hover {
    text-decoration: underline;
}
#nav2:active {
    text-shadow: 2px -3px 2px #f1f7ed;
}
#nav3:hover {
    text-decoration: underline;
}
#nav3:active {
    text-shadow: 2px -3px 2px #f1f7ed;
}
#nav4:hover {
    text-decoration: underline;
}
#nav4:active {
    text-shadow: 2px -3px 2px #f1f7ed;
}
.nav-list li a{
    font-size: 17px;
    color:#f1f7ed;
    font-family: "Poppins", sans-serif;
}
div#big-container {
    max-width: 1100px;
    margin: 50px auto 0px;
}
.header {
    width: 50%;
    float: left;
    position: inherit;
}
#inheader {
    margin-top: 400px;
    font-family: 'Prosto One', sans-serif;
    font-size: 55px;
}
.uinheader {
    margin-top: 30px;
    font-style: italic;
}
.images {
    padding-top: 90px;
    padding-bottom: 250px;
    position: relative;
    overflow: hidden;
}
.img-code {
    float: right;
    margin-top: 50px;
    margin-right: 30px;
}
#code {
    opacity: 0;
    transform: translateY(-100%);
}
.img-coding {
    position: absolute;
    margin-top: 250px;
    margin-left: 30px;
}
#coding {
    opacity: 0;
    transform: translateX(-100%);
}
.img-core {
    position: absolute;
    float: right;
    margin-top: 200px;
    margin-left: 185px;
    z-index: -1;
}
#core {
    opacity: 0;
}
img.attiva {
    transition: all 3s ease 2s;
}
.attiva #code {
    opacity: 1;
    transform: translateY(0);
}
.attiva #coding {
    opacity: 1;
    transform: translateX(0);
}
.attiva #core {
    opacity: 1;
}
.second-section {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(255, 241, 179) 37%, rgba(255, 241, 179) 90%, rgb(33, 33, 33) 100%);
    background-color: black;
    padding: 70px 90px;
    color: black;
    box-shadow: 2px 5px 11px black;
}
.second-section:hover {
    box-shadow: 0px 0px 0px black, 2px 5px 10px black inset; 
}
.greeting {
    margin-top: 30px;
}
.cartoon-portrait {
    float: right;
}
.insecond-section, .services {
    padding: 15px 0px;
}
.services-list {
    list-style-type: disc;
    padding-left: 15px;
}
.best-conn {
    margin-top: 25px;
    padding-left: 230px;
    font-weight: normal;
    font-style: italic;
}
.third-section {
    padding: 50px;
}
.inthird-images {
    padding: 15px;
    border-radius: 15px; width: 400px; 
}
.inthird-images:hover {
    box-shadow: none; 
    transition: all 1s ease; 
}
.inthird-images:active {
    transition: none; 
    box-shadow: 0px 0px 0px black, 0px 2px 7px 5px black inset; 
}
.slide-left {
    box-shadow: -2px 5px 11px black;
    transform: translate(100%);
}
.slide-right {
    box-shadow: 2px 5px 11px black;
    transform: translateX(-100%);
}
.fade-in {
    opacity: 0.1;
}
.scroll {
    transform: translate(0);
    opacity: 1;
    transition: transform 2.2s ease;
    text-shadow: 0px 5px 3px black;
}
.inthird1 {
    margin-top: 70px;
}
.inthird1-text {
    margin-left: 400px;
    padding: 45px 70px;
    transition: opacity 2.2s ease 0.8s;
}
.inthird2 {
    margin-top: 100px;
}
.inthird2-text {
    padding: 50px 70px;
    margin-right: 400px;
    text-align: right;
    transition: opacity 2.2s ease 0.9s;
}
.inthird3 {
    margin-top: 150px;
}
.inthird3-text {
    padding-top: 90px;
    text-align: center;
    margin: 0px 350px;
    transition: opacity 2.2s ease 0.9s;
}
#inthird3-antenna {
    width: 300px;
    margin-left: 30px;
}
#inthird3-antenna:hover {
    box-shadow: none;
}
#inthird3-antenna:active {
    box-shadow: none;
    box-shadow: 0px 0px 0px black, 0px 2px 7px 5px black inset;
}
#inthird3-install {
    width: 300px;
    margin-top: 50px;
    margin-right: 30px;
}
#inthird3-install:hover {
    box-shadow: none;
}
#inthird3-install:active {
    box-shadow: none;
    box-shadow: 0px 0px 0px black, 0px 2px 7px 5px black inset;
}
#inthird3-textp {
    margin: 25px 25px;
}
/* CAROUSEL ANIMATION */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.logos {
    margin-top: 180px;
    overflow: hidden;
    padding: 45px 0;
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0.11) 0%, rgb(255, 80, 10) 9%, rgb(255, 80, 10) 89%, rgba(33, 33, 33, 0.11) 100%);
    white-space: nowrap;
    position: relative;
    box-shadow: 0px 5px 5px 7px black;
}
.logos:hover {
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0.11) 0%, rgb(255, 80, 10) 7%, rgb(255, 80, 10) 92%, rgba(33, 33, 33, 0.11) 100%);
    box-shadow: 1px 4px 7px black;
}
.logos:before, .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}
.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(33, 33, 33));
}
.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(33, 33, 33));
}
.logos:hover .logos-slide {
    animation-play-state: paused;
}
.logos-slide {
    display: inline-block;
    animation: 17s slide infinite linear;
} 
.logos-slide img{
    height: 70px;
    width: 250px;
    margin: 0 40px;
}


footer {
    width: 100%;
    float: inline-end;
    text-align: right;    
    margin: 10px 30px;
}