@charset "UTF-8";
/* CSS Document */

h1 {
    font-size: 80px;
    font-family: 'Cairo', sans-serif;
    margin-top: 10px;
    text-align: left;
    color: #a39e6c;
    line-height: 60px;
    font-weight: 600;
}

.scritta2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 0px;
}

.scritta3 {
    font-size: 20px;
    font-weight: 200;
}

h2 {
    font-size: 40px;
    font-family: 'Cairo', sans-serif;
    margin-top: 10px;
    text-align: left;
    color: #a39e6c;
    line-height: 50px;
    font-weight: 600;
}


h3 {
    font-size: 70px;
    font-family: 'Cairo', sans-serif;
    margin-top: 10px;
    text-align: left;
    color: #a39e6c;
    line-height: 50px;
    font-weight: 600;
}

h4 {
    font-size: 50px;
    font-family: 'Cairo', sans-serif;
    margin-top: 10px;
    text-align: left;
    font-weight: 700;
    line-height: 100px;
    color: #a39e6c;

}

h5 {
    font-size: 50px;
    font-family: 'Cairo', sans-serif;
    text-align: left;
    font-weight: 700;
    line-height: 50px;


}


p {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    text-align: left;
    font-weight: 200;
    color: #f2f2f2;
}

.utilizzi {
    font-size: 30px;
    text-align: center;
}


.black {
    color: #161616;
}

.bordo {
    border-bottom: 2px solid #29465b;
    font-size: 25px;

}

.bordowhite {
    border-bottom: 2px solid #fff;
    font-size: 25px;

}

.schede {
    margin: 15px;
    background-color: #ececec;
    border-radius: 5px;

}



a {
    color: #1a1a1a;
}

a:hover {
    color: #a13232;
    text-decoration: none;
}

.cassetta {
    background-color: #ab2c2c;
    border-top: 100px solid #be3232;
    margin-top: 100px;
}

.titolofooter {
    padding-top: 50px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}

.tfoot {
    font-size: 19px;
    line-height: 10px;
    color: #d4d6d9;
}

.hovereffect:hover {
    background-color: #274f62;
    opacity: 0.8;
}


.nopadding {
    padding: 0;
    margin: 0;
}

.btn-outline-danger {
    color: #a39e6b;
    background-color: transparent;
    background-image: none;
    border-color: #a39e6b;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #a39e6b;
    border-color: #a39e6b;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #a39e6b;
    border-color: #a39e6b;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem #a39e6ba6;
}

.back1 {
    background-image: url(../img/mondo.png);
    background-repeat: no-repeat;
    background-position: center;
}

.backradar {
    background-image: url(../img/sez/radar1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
}

.backprotezione {
    background-image: url(../img/sez/protezione.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
}

.backgasoli {
    background-image: url(../img/sez/gasoil.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}

.backpower {
    background-image: url(../img/sez/power.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
}

.spazio {
    padding-top: 130px;
}


.hoverimg {
    position: relative;
    opacity: 0.8;
    transition: 0.3s ease;
    cursor: pointer;
}

.hoverimg:hover {
    transform: scale(1.1, 1.1);
    /** default is 1, scale it to 1.5 */
    opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #e4e4e4;
    background-color: #2a465b;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #e4e4e4;
    background-color: #2a465b;
    border-color: #b8b482;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.bandiera {
    padding-right: 20px;
    padding-top: 20px;

    z-index: 9999;
}



body {
    margin: 0;
    padding: 0;


    font-family: 'Cairo', sans-serif;
}

a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: color 0.3s ease;
}

a:hover {
    color: tomato;
}

#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    margin-left: 50px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    border: 5px solid #a39e6c;
    background: #29465b;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    font-size: 22px;
}

/*
 * And let's slide it in from the left
 */

#menuToggle input:checked ~ ul {
    transform: none;
}

* {
    box-sizing: border-box;
}

html,
body {}

.parallax {
    -webkit-perspective: 100px;
    perspective: 100px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -1500px;
}

.parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parallax__layer img {
    display: block;
    position: absolute;
    bottom: 0;
}

.parallax__cover {
    background: #29465b;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2000px;
    z-index: 2;
}

.parallax__layer__0 {
    -webkit-transform: translateZ(-300px) scale(4);
    transform: translateZ(-300px) scale(4);
}

.parallax__layer__1 {
    -webkit-transform: translateZ(-250px) scale(3.5);
    transform: translateZ(-250px) scale(3.5);
}

.parallax__layer__2 {
    -webkit-transform: translateZ(-200px) scale(3);
    transform: translateZ(-200px) translateX(-200px) scale(3);

}

.parallax__layer__3 {
    -webkit-transform: translateZ(-150px) scale(2.5);
    transform: translateZ(-150px) scale(2.5);
}

.parallax__layer__4 {
    -webkit-transform: translateZ(-100px) scale(2);
    transform: translateZ(-100px) scale(2);
}

.parallax__layer__5 {
    -webkit-transform: translateZ(-50px) scale(1.5);
    transform: translateZ(-50px) scale(1.5);
}

.parallax__layer__6 {
    -webkit-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
}

@media only screen and (max-width: 1200px) {
    .utilizzi {
    font-size: 22px;
    text-align: center;
}
h4 {
    font-size: 26px;
    font-family: 'Cairo', sans-serif;
    margin-top: 10px;
    text-align: left;
    font-weight: 700;
    line-height: 100px;
    color: #a39e6c;
}
}
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 30px;
        line-height: 25px;
    }

    .scritta2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 0px;
    }

    .scritta3 {
        font-size: 10px;
        font-weight: 200;
    }

    .parallax__cover {
        padding-top: 80px;
        top: 0;
    }
    h4 {
        font-size: 30px;
    }
    #menuToggle {
        display: block;
        position: relative;
        top: 20px;
        margin-left: 20px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }
    .bandiera {
        padding-right: 5px;
        padding-top: 0px;
        margin-top: -5px;
    }
    .backradar {
        background-color: #29465b;
        background-image: url(../img/sez/);
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;

    }

    .backprotezione {
        background-color: #29465b;
        background-image: url(../img/sez/);
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
    }

    .backgasoli {
        background-color: #29465b;
        background-image: url(../img/sez/);
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
    }

    .backpower {
        background-color: #29465b;
        background-image: url(../img/sez/);
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
    }

}
