    @import "https://fonts.googleapis.com/css2?family=Rowdies:wght@300&display=swap";
    @import "https://fonts.googleapis.com/css2?family=Cambay&display=swap";
    @import "https://fonts.googleapis.com/css?family=Poppins";
    @import "https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap";
    @import url('https://fonts.googleapis.com/css2?family=MuseoModerno&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
    /******************************************Pagina iniziale**************************************************/
    
    #check {
        margin-top: 2%;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        text-align: center;
        display: inline-block;
        border-radius: 2em;
        box-sizing: border-box;
        padding: 0.3em 1.2em;
        text-decoration: none;
        color: white;
        background-color: #0071e3;
        font-size: 14px;
        border: none;
    }
    
    #check:hover {
        cursor: pointer;
    }
    
    .contents {
        text-align: center;
    }
    
    .main {
        z-index: -1;
        position: relative;
        width: 100%;
        height: 945px;
        background: url("../img/index/Group\ 1\(1\)3.png");
        transform-origin: 50%;
        background-size: cover;
    }
    
    .description {
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        position: absolute;
        height: auto;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(255, 255, 255, 0.411);
    }
    
    .index-text {
        text-transform: uppercase;
        font-size: 5em;
        color: black;
        line-height: 1.7em;
    }
    
    @media screen and (max-width:1200px) {
        .description {
            width: 90%;
        }
        .main {
            font-size: 1em;
            height: 650px;
            width: auto;
            position: relative;
            background: url("../img/index/Group\ 1\(1\)3.png");
            background-size: cover;
            background-repeat: no-repeat;
            padding-bottom: auto;
        }
    }
    
    @media screen and (max-width:768px) {
        .description {
            font-size: small;
            background-repeat: no-repeat;
            width: 100%;
        }
        .main {
            position: relative;
            padding-top: 400px;
            height: 300px;
            background: url("../img/index/Group\ 1\(1\)3.png");
            background-repeat: no-repeat;
            background-size: cover;
            margin-bottom: -75px;
        }
    }
    /************************************* Presentazione ********************************************/
    
    .powertec {
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        background-color: whitesmoke;
        height: 400px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }
    
    .infotitle {
        text-align: right;
        width: 48%;
        float: left;
        font-size: 27px;
        font-weight: lighter;
    }
    
    .infotext {
        text-align: left;
        width: 50%;
        float: right;
        font-size: 1.3em;
    }
    
    @media screen and (max-width: 768px) {
        .infotitle,
        .infotext {
            width: 100%;
            font-size: 1.2em;
            padding: 10%;
        }
        .infotext {
            text-align: left;
            opacity: 0.7;
        }
        .powertec {
            height: 250px;
        }
        .infotitle {
            margin-bottom: -10%;
            text-transform: uppercase;
            text-align: left;
        }
    }
    /*************************************************************************************************/
    
    .prodotti {
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        height: 700px;
        background-color: white;
    }
    
    a {
        color: #333;
        text-decoration: none;
    }
    
    .pi {
        height: 100px;
        padding-top: 35px;
        font-size: 25px;
    }
    
    .robot1 {
        margin: 0% 0.5% 0% 0.5%;
        background-color: #ff8a2b9d;
        position: relative;
        background-image: url(../img/kk100/R1-min.png);
        background-size: contain;
        background-position-x: center;
        background-repeat: no-repeat;
        float: left;
        /*border: solid black 3px;*/
        width: 49%;
        height: 500px;
    }
    /*.robot1:hover {
    transform: scale(1.1);
    z-index: 1;
}

.robot2:hover {
    transform: scale(1.1);
    z-index: 1;
}*/
    
    .robot2 {
        background-color: #2bc3ff9d;
        margin: 0% 0.5% 0% 0%;
        position: relative;
        float: right;
        /* border: solid black 3px;*/
        width: 49%;
        height: 500px;
    }
    
    .robot3 {
        position: relative;
        float: left;
        /* border: solid black 3px;*/
        width: 50%;
        height: 400px;
    }
    
    .progetto {
        position: relative;
        float: right;
        /*border: solid black 3px;*/
        width: 50%;
        height: 400px;
    }
    
    .ptitile {
        font-size: 1.5em;
        text-transform: uppercase;
    }
    
    @media screen and (max-width:1024) {
        .robot1,
        .robot2 {
            background-size: contain;
            position: relative;
            height: 330px;
            margin: 0;
        }
    }
    
    @media screen and (max-width:768px) {
        .pi {
            display: none;
        }
        .index-text {
            font-size: 10vw;
        }
        .robot1,
        .robot2 {
            background-size: contain;
            position: relative;
            width: 99%;
            height: 330px;
            margin-bottom: 0.8%;
        }
        .prodotti {
            height: 666px
        }
    }