
#main {
    position: relative;
    overflow: hidden;
}

#intro {
    height: 100vh;
}

#aboutus {
    position: relative;
    height: inherit;
    width: 100vw;
    z-index: 8;
}

#aboutus .rx {
    opacity: 0;
    margin-top: 8%;
    margin-left: 100px;
}

@media (max-width: 992px) {
    #aboutus .rx {
        margin-top: 0;
        margin-left: 0;
    }
}



/*
url('../../../images/
*/


#terminal {
    position: relative;
    height: inherit;
    width: 100%;
    z-index: 10;
    background-color: #4041e9;
}

.develop-container {
    background-color: #000016;
}

#cont-section-anim {
    position: relative;
    height: 1000px;
    width: 100%;
    z-index: 10;
    background-color: #4041e9;
    opacity: 1 !important;
}


#develop-knowledge {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#game-worship {
    position: relative;
    height: 100dvh;
    width: 100dvw;
    z-index: 2;
}


#create {
    position: relative;
    height: 100dvh;
    width: 100dvw;
    z-index: 2;
}

.cont-page {
    height: 40vh;
    width: 100%;
    z-index: 9;
}

#omnia-book {
    width: 100%;
    height: 1000px;

}

#omnia-book .title {
    display: flex;
    width: 100%;
    height: 570px;
    align-items: center;
}

@media (min-width: 1921px){

    #omnia-book .title {
        display: flex;
        width: 100%;
        height: 800px;
        align-items: center;
    }
}

#omnia-book .title h1 {
    position: absolute;
    font-size: var(--sizeH1);

    /* left: -100vw; */
    text-align: center;
    width: 100%;
    color: #002255;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #ced0de;
    z-index: 8;
}

#omnia-book .title h1.outline-text {
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #ced0de;
    z-index: 10;
}

#omnia-book .title h1.filter-text {
    mix-blend-mode: screen;
    color: #00225500;
    z-index: 10;
}

#omnia-book .sub {
    top: 49%;
    font-family: 'Lato', sans-serif;
    z-index: 8;
    opacity: 1;
    font-weight: 300;
    margin-left: 2dvw;
    margin-top: 20%;
    font-size: 2.4dvw;
    width: 100%;
    text-align: center;
}

/*prova text*/

canvas {
    position: absolute;
    z-index: 9;
    max-width: 100vw;
    max-height: 100vh;
    opacity: 1;
    transition: opacity 1s linear 0.5s;
}

canvas#terminal-canvas {
    position: relative;
    z-index: 9;
    margin-top: 10dvh;
    max-width: 100dvw;
    height: 70dvh;
    opacity: 1;
    margin-left: 2dvw;
}

.show {
    opacity: 1;

}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes anim {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}


#prova {
    position: absolute;
}



/*

#page1>#cont-sect>h3{
    width: 60%;
}

#page1>#cont-sect> .cont-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
} */

.ceo {
    width: 30%;
}

/* #page1>#cont-sect> .cont-text p {

    width: 20%;
    margin-left: 5%;
} */

.container-animation {
    position: absolute;
    z-index: 14;
    left: 0;
    top: -15vh;
    max-width: 100vw;
}

div.cont-alien-loop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

div.cont-alien-loop img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


div.cont-shoot-loop {
    z-index: 13;
    width: 600px;
    height: 1200px;
    overflow: hidden;
    opacity: 0;
    top: 0;
    left: 0;
}

div.cont-shoot-loop img {
    height: 100%;
}

.cont-section-anim {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#mare-canvas {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    opacity: 1;
}

#develop-knowledge > #text3 h2,
#page4 > #text4 h2,
#page5 > #text5 h2 {
    color: #fff;
    font-weight: 600;
}

#develop-knowledge > #text3 > p,
#page4 > #text4 > p,
#page5 > #text5 p {
    width: 25dvw;
    color: #fff;
}


#products {
    position: relative;
    height: inherit;
    width: 100%;
}

#products .prod-1 {
    aspect-ratio: 0.8/1;
    /*background-image: url('../../../images/Products/sfondoGep@portrait.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;


}

#products .prod-2 {
    aspect-ratio: 0.8/1;
    /*background-image: url('../../../images/Products/sfondoOmnia.webp');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;

}

#products .prod-1 > h3 {
    align-self: flex-start;
    color: #fff;
    font-weight: 400;

}

#products .prod-1 > p {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    line-height: 25px;
}

#products .prod-2 > h3 {
    align-self: flex-start;
    color: #fff;
    font-weight: 400;

}

#products .prod-2 > p {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    line-height: 25px;
}

.btn-prod {
    position: absolute;
    right: 3%;
    bottom: 30%;
    margin-right: 5%;
    width: 100px;
    height: 100px;
}

.btn-prod img {
    width: 100%;
}


div.con-color-title {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 40px;
}

/* STEALSAVIOR */
#game-cta {
    position: relative;
    height: 100vh;
    width: 100%;
    background-image: url('../../../images/BG/steelBG_1.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#game-cta .cnt-btn {
    position: absolute;
    top: 30vh;
    right: 0%;
    z-index: 99;
}

#game-cta p {
    color: var(--PrimaryBlue);
    font-weight: 500;
}

/*.cont-box-split-game .box-left, .cont-box-split-game .box-right {
    height: 100%;
}

.cont-box-split-game .box-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35vw;
}

.cont-box-split-game .box-left p {
    color: #fff;
}

.cont-box-split-game .box-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
}*/

.containare-steel-saviour {
    position: absolute;
    z-index: 13;
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
}

#steelsaviour {
    width: 40%;
    height: auto;
    aspect-ratio: 1/1;
    opacity: 1;
    margin-left: 20%;
}

#game-video {
    margin-top: 100px;
}

.container-sez-game {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.container-sez-game h3 {
    font-size: var(--sizeH3);
    font-weight: 400;
}

.cont-video-game {
    width: 65%;
    aspect-ratio: 16 / 9;
    height: auto;
    background-color: #002255;
    overflow: hidden;
}


.latest-blogs {
    padding: 15px;
    position: relative;
    margin-top: 15dvw;
}

.parent-latest-blogs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
}

.latest-blogs::before {
    content: 'press';
    padding: 15px;
    position: absolute;
    top: 0vh;
    left: 0;
    right: 0;
    z-index: -1;
    color: #002255;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20dvw;
    transform: translateY(-60%);
}

.latest-blogs1 {
    grid-area: 1 / 1 / 5 / 3;
}

.latest-blogs2 {
    grid-area: 1 / 3 / 5 / 5;
}

.latest-blogs3 {
    grid-area: 1 / 5 / 5 / 7;
}

.cover-blog {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 1dvw;
}

.latest-blogs1 img, .latest-blogs2 img, .latest-blogs3 img {
    width: 100%;
}

.latest-blogs1 p, .latest-blogs2 p, .latest-blogs3 p {
    font-size: var(--sizeP);
    margin-bottom: 1dvw;
}

.latest-blogs1 h3, .latest-blogs2 h3, .latest-blogs3 h3 {
    margin-bottom: 1dvw;
}

.post_heading a {
    color: inherit;
    text-decoration: none!important;
    font-weight: normal;
}


@media (min-width: 992px){
    .latest-blogs .card .card-body .post_heading {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }
    .latest-blogs .card {
        height: 100% !important;
        box-shadow: none !important;
    }
    .latest-blogs .card .card-body {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 0 !important;
    }
    .latest-blogs .card .card-body .btn-b {
        height: auto !important;
        margin-top: auto !important;
    }
}