* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif, arial !important;
    background: #000000;
}

/*___________STYLE MODIFICHE_____________*/
.page-int {
    z-index: 9999;
}

.social a {
    color: #fff;
    font-size: 1.1rem;
    padding-right:20px;
}


.social{
    padding-top:30px;
    z-index:9999;
    position:relative
}




.inner {
    width: 700px;
    color: #fff;
}

    .inner h1 {
        font-family: MonumentExtended-Ultrabold;
        font-weight: normal;
        font-size: 50px;
        line-height: 60px;
        text-decoration: none;
        position: relative;
        display: block;
        text-transform: uppercase;
        /*-webkit-text-stroke: 1px #FFFFFF;
                text-stroke: 1px #FFFFFF;*/
        background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
        background-size: 0;
        background-position: left;
        background-repeat: no-repeat;
        color: #fff;
    }

    .inner a {
        /*    color: #fff;
        text-decoration: underline;*/
    }

.back {
    text-decoration: initial !important;
    font-style: italic;
}


/*	Medium devices (tablets, 768px and up)	*/
@media (max-width: 767px) {

    .social {
        width: 100%;
        text-align: right;
    }
}

    .inner {
        width: auto;
    }

        .inner h1 {
            font-size: 30px;
            line-height: 20px;
            margin: 20px 0;
        }

    .back {
        font-size: 0.8rem;
    }

    .inner p {
        font-size: 0.8rem;
    }
}
/* ========== Custom CSS Starts ========== */
.main_wrapper .container {
    background-color: #000000;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

    .main_wrapper .container .globe_image {
        position: absolute;
        text-align: center;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 0;
    }

        .main_wrapper .container .globe_image img {
            max-width: 800px;
        }

.stratos_logo {
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 999999;
}

    .stratos_logo img {
        max-width: 40px;
    }

.upper_arrow {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999999;
}

    .upper_arrow img {
        max-width: 40px;
    }

.body_paragraph {
}

    .body_paragraph p {
        position: fixed;
        right: 1%;
        bottom: 42%;
        transform: rotate(-90deg) translate(-40%, 160%);
        max-width: 420px;
        color: #FFFFFF;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 0px;
        z-index: 99;
    }

.menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    margin-left: -20%;
}

    .menu_wrap ul {
        margin-bottom: 0px;
        position: relative;
        z-index: 999;
    }

        .menu_wrap ul li {
            list-style: none;
            margin: 5px 0px;
        }

.voce_menu {
    color: #FFFFFF;
    font-family: MonumentExtended-Ultrabold;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    text-decoration: none;
    position: relative;
    display: block;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #FFFFFF;
    text-stroke: 1px #FFFFFF;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
    background-size: 0;
    background-position: left;
    background-repeat: no-repeat;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    letter-spacing: 5px;
}

    .voce_menu:hover {
        background-size: 100%;
        color: #fff;
        text-decoration:none;
    }


.voce_menu_rossa {
    color: #FFFFFF;
    font-family: MonumentExtended-Ultrabold;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    text-decoration: none;
    position: relative;
    display: block;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #7fff31;
    text-stroke: 1px #FFFFFF;
    background: linear-gradient(90deg, #7fff31 0%, #7fff31 100%);
    background-size: 0;
    background-position: left;
    background-repeat: no-repeat;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    letter-spacing: 5px;
}

    .voce_menu_rossa:hover {
        background-size: 100%;
        color: #7fff31;
        text-decoration: none;
    }

.menu_wrap .menu_inner_wrap {
    position: relative;
}

.menu_wrap .bakcground_image {
    position: absolute;
    top: -20px;
    left: 100px;
    bottom: 0px;
    z-index: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}

    .menu_wrap .bakcground_image.manifest_image {
        top: -20px;
        left: 100px;
        bottom: 0px;
    }

    .menu_wrap .bakcground_image.crew_image {
        top: 10px;
        left: 100px;
        bottom: 0px;
    }

    .menu_wrap .bakcground_image.music_image {
        top: 40px;
        left: 100px;
        bottom: 0px;
    }

    .menu_wrap .bakcground_image.contacts_image {
        top: 70px;
        left: 100px;
        bottom: 0px;
    }

    .menu_wrap .bakcground_image img {
        max-width: 520px;
        height: 290px;
        object-fit: cover;
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    .menu_wrap .bakcground_image.manifest_image img {
        height: 430px;
        max-width: 520px;
        object-fit: cover;
    }

    .menu_wrap .bakcground_image.crew_image img {
        height: 430px;
        max-width: 520px;
        object-fit: cover;
    }

    .menu_wrap .bakcground_image.music_image img {
        height: 430px;
        max-width: 520px;
        object-fit: cover;
    }

    .menu_wrap .bakcground_image.contacts_image img {
        height: 430px;
        max-width: 520px;
        object-fit: cover;
    }
