@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neuton&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=Italiana&family=Neuton&family=Poppins&display=swap');
*{
    background: none;
    font-family: Poppins;
    margin: 0;
    padding: 0;
    color: #F2F2F2;
    text-align: center;
    /*cursor: none;*/
    overflow: hidden;
}
html{
    overflow-y: visible;

}
body {
    background-color: #010711;
    text-decoration: none;
}
/* body::before{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
} */
header{
    position: relative;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head{
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-bg{
    width: 95%;
    border-radius: 2vh;
    background-color: #030f277c;
    padding: 1.6vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.head-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lan-change {
    font-size: 1.4vh;
    color: #e1e1e1;
    font-family: inherit;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
}
.lan-change:hover{
    color: #e1e1e19c;
}
.button-index{
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}
.btn-contact{
    position: relative;
    z-index: 1001;
    cursor: pointer;
    padding-block: 9px;
    padding-inline: 25px;
    border: 0.8px solid #F2F2F2;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 15px;
    transition: all 200ms ease-out;
}
.btn-contact:hover{
    background-color: #F2F2F2;
    color: #010711;
    padding-inline: 3.5vh;
}
.btn-an{
    margin-inline: 25px;
}
.s3-logo{
    width: 3vh;
}
.spacer-inter_div{
    height: 30vh;
}
.spacer-inter_div_2{
    height: 10vh;
}
.page-container_1{
    width: 100%;
    height: 89vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-div{
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-title_sp{
    font-size: 6vh;
    text-align: center;
    color: #F2F2F2;
    font-weight: black;
}
.scroll{
    overflow: hidden;
    color: #F2F2F2;
    font-weight: thin;
    text-align: center;
    font-size: 1.5vh;
}
.top{
    z-index: 100000;
    overflow:visible;
    position: fixed;
    transform: translateX(-50%);
    top: 92.5%;
    left: 50%;
}
.button {
    opacity: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(20, 20, 20);
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px #0540f252;
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
}
.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}
.svgIcon path {
    fill: white;
}
.button:hover {
    width: 140px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: #0540F2;
    align-items: center;
}
.button:hover .svgIcon {
    /* width: 20px; */
    transition-duration: 0.3s;
    transform: translateY(-200%);
}
.button::before {
    position: absolute;
    bottom: -20px;
    content: "Back to Top";
    color: white;
    /* transition-duration: .3s; */
    font-size: 0px;
}
.button:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    /* transform: translateY(-30px); */
    transition-duration: 0.3s;
}
.img-evrn{
    width: 70%;
    border-radius: 40px;
}
a{
    text-decoration: none;
}
.page-container_2{
    width: 100%;
    height: 100vh;
    margin-top: 7vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    color: #F2F2F2;
    font-family: Poppins;
}
.rocket-9{
    position: absolute;
    object-fit: cover;
    height: 95%;
    width: 95%;
    border-radius: 4vh;
    z-index: 2;
}

.txt-container-2{
    position: absolute;
    /* background-color: red !important; */
    width: 45%;
    height: 100vh;
    left: 53.5%;
    top: 0%;
}
.txt-container-2_2{
    position: absolute;
    /* background-color: red !important; */
    width: 45%;
    height: 100vh;
    left: 1.5%;
    top: 0%;
}
.dspt, .scnd-title_pres, .txt-container_2-ltl, .s100-1st{
    width: 100%;
}
.dspt, .scnd-title_pres, .txt-container_2-ltl, .s100-1st{
    width: 100%;

}

.scnd-title_pres{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    opacity: 0%;
    z-index: 1;
    width: 100%;
    font-size: 3vh;
}

.dspt{
    font-family: Arial Rounded MT Bold;
    font-size: 110%;
    color: #f2f2f298;
}

.s100{
    color: #F2F2F2;
}

.s100-1st{
    position: absolute;
    top: 50%;
    left: 15.65%;
    width: 70%;
    opacity: 100%;
    transform: scale(60%);
}

.s100-2nd{
    position: absolute;
    top: 58%;
    left: 50.5%;
    transform: translate(-50%);
    opacity: 0%;
    width: 70%;
}

.s100-3rd{
    position: absolute;
    top: 65%;
    left: 51%;
    transform: translate(-50%);
    opacity: 0%;
    width: 80%;
}

.page-container_3{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.presentation-img{
    position: absolute;
    object-fit: cover;
    height: 90%;
    width: 95%;
    border-radius: 4vh;
    z-index: 2;
}

.scnd-title_pres_special{
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 250%;
    z-index: 1;
}

.s100-4th{
    position: absolute;
    opacity: 0%;
    top: 48%;
    left: 15%;
    width: 70%;
    transform: scale(60%);
}

.s100-5th{
    position: absolute;
    top: 65%;
    left: 10.23%;
    opacity: 0%;
    width: 80%;
}

.s100-6th{
    position: absolute;
    top: 70%;
    left: 15%;
    opacity: 0%;
    width: 70%;
}

.page-container_4{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}

.cards-container{
    z-index: 100;
    overflow-x: hidden;
    position: absolute;
    height: 80vh;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.cards{
    border: 4px solid #0540f200;
    cursor: pointer;
    margin: 3.5vh;
    height: 20vh;
    width: 41vh;
    background-color: #F2F2F2;
    opacity: 70%;
    border-radius: 3vh;
    transition: all 0.5s ease-in-out;
}
.cards:hover{
    border: 4px solid #0540F2;
    transform: scale(106%);
    transition: all 0.3s ease-in-out;
    border-radius: 2vh;
}

.cards-1:hover > .logo-isae_sup{
    transform: scale(110%);
}

.cards-2:hover > .logo-foundation_isae-sup{
    transform: scale(110%);
}

.cards-3:hover > .logo_cnes{
    transform: scale(105%);
}

.cards-4:hover > .logo-soc_gen{
    transform: scale(113%);
}

.cards-5:hover > .logo_plan-spc{
    transform: scale(110%);
}

.cards-6:hover > .logo_onera{
    transform: scale(110%);
}

.cards-7:hover > .logo_ass-students{
    transform: scale(110%);
}

.cards-8:hover > .logo_perseus{
    transform: scale(110%);
}

.cards-9:hover > .logo_ar-group{
    transform: scale(110%);
}

.cards-1, .cards-2, .cards-3, .cards-4, .cards-5, .cards-6, .cards-7, .cards-8, .cards-9{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-isae_sup{
    width: 17vh;
    transition: all 0.52s ease-in-out;
}

.logo-foundation_isae-sup{
    width: 20vh;
    transition: all 0.52s ease-in-out;
}

.logo_cnes{
    width: 15vh;
    transition: all 0.52s ease-in-out;
}

.logo-soc_gen{
    width: 12vh;
    border-radius: 1vh;
    transition: all 0.52s ease-in-out;
}

.logo_plan-spc{
    width: 20vh;
    transition: all 0.52s ease-in-out;
}

.logo_onera{
    width: 25vh;
    transition: all 0.52s ease-in-out;
}

.logo_ass-students{
    width: 14vh;
    transition: all 0.52s ease-in-out;
}

.logo_perseus{
    width: 13vh;
    transition: all 0.52s ease-in-out;
}

.logo_ar-group{
    width:18vh;
    transition: all 0.52s ease-in-out;
}
/**Soon Page*/
.soon{
    font-weight: 900;
    opacity: -1;
    transform: scale(20%, 20%);
}
.soon-div{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.countdown{
    position: fixed;
    top: 95%;
    left: 50%;
    transform: translateX(-50%) scale(-20%, -20%);
    opacity: 0;
}
/**  Project Page  */
.main-top-div{
    background-color: #01071100;
    height: 18vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-title-prj{
    color: #F2F2F2;
    opacity: 1  ;
}
.card-prj-l{
    
    opacity: 1;
    border-block: 1px solid #f2f2f27f;
    background-color: #01071100;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out 200ms;
}
.card-prj-l::before{
    content: "";
    width: 100%;
    height: 12.5vh;
    background-color: #0540F2;
    position: absolute;
    z-index: 1;
    transform: translateX(-100%);
    transition: all ease-out 500ms;
    opacity: 0;
}
.card-prj-l:hover::before{
    transform: translateX(0);
    opacity: 1;
}
.card_large{
    height: 12.5vh;
    width: 95%;
    background-color: #f2f2f200;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all ease-out 200ms;
}
.title_txt-h1{
    margin-left: 1em;
    z-index: 5;
    color: #F2F2F2;
    font-family: Italiana;
    transition: all ease-out 200ms;
}
.desc_txt-p{
    z-index: 5;
    color: #030F27;
    opacity: 0.58;
    transition: all ease-out 300ms;
}
.img-cards_pr{
    margin-right: 3em;
    z-index: 250;
    transition: all ease-out 400ms;
    width: 4%;
}
.card-prj-l:hover .title_txt-h1{
    color: #F2F2F2;
}
.card-prj-l:hover .desc_txt-p{
    color: #F2F2F2;
}
.card-prj-l:hover .img-cards_pr{
    transform: scale(130%);
}
.nav-prj-sup{
    position: fixed;
    background-color: #01071100;
    z-index: 1000;
}
/** Contact Page */
.nav-open_bg{
    z-index: 1;
    position: fixed;
    top: 1.5%;
    width: 100%;
    height: 99vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.nav-open{
    display: flex;
    width: 97%;
    height: 7vh;
    border-radius: 2vh;
    background-color: #02102aed;
    transition: all 500ms ease-in-out;
}
.contact-main-div{
    z-index: 2;
    position: relative;
}
.social-div_flex-placement{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-div{
    margin-top: 2%;
    position: relative;
    z-index: 2;
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.icons-txt{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.email-div-more{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 40%;
}
.resize{
    height: 27vh;
}
.resizeBtn{
    background-color: #F2F2F2;
    color: #010711;
    padding-inline: 3vh;
}
.main-title-contact{
    font-size: 2vh;
}
.icons-contact{
    width: 30px;
}

/** contact page */

.contact-dropdown {
    display: none;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 13.5vh;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
}

.contact-expansion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.contact-icon {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}

.contact-icon i {
    font-size: 24px;
    margin-bottom: 5px;
    transition: all ease 300ms;
}

.contact-icon i.fa-linkedin:hover {
    color: #0E76A8;;
}
.contact-icon i.fa-facebook:hover {
    color: #3B5998;;
}
.contact-icon i.fa-instagram:hover {
    color: #FD1D1D;
}

.icon-title {
    /* overflow: hidden; */
    font-size: 14px;
}

.factice-header_nav {
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%);
    width: 97%;
    height: 8vh;
    border-radius: 2vh;
    background-color: #010b1b;
}

/*  */

/* Hamburger styles */
.hamburger {
    z-index: 5;
    cursor: pointer;
    display: none;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    height: 2em;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
    transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

.head-open {
    height: 98%;
    backdrop-filter: blur(9px);
    transition: all 0.3s ease;
}

.head-btn_media {
    margin-left: 15%;
    z-index: 6;
    position: fixed;
    width: 100%;
    height: 65%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.head-btn_media button,
.nav-contact_div a,
.mail-title-nav_acurate {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    pointer-events: none;
}

.head-open .head-btn_media button,
.head-open .nav-contact_div a,
.head-open .mail-title-nav_acurate {
    opacity: 0.5;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}
/* Hover effect */
.head-open .head-btn_media button:hover,
.head-open .nav-contact_div a:hover,
.head-open .mail-title-nav_acurate:hover {
    opacity: 1;
    color: #F2F2F2;
    transition: opacity 0.3s ease, color 0.3s ease;
}
.btn-an_media {
    z-index: 6;
    cursor: pointer;
    color: #F2F2F2;
    border: none;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 900;
    font-size: 250%;
    opacity: 0.5;
    transition: all ease-out 300ms;
    background: none;
}
.btn-an_media:hover {
    opacity: 1 !important;
}
.general-nav_contact-div {
    z-index: 5;
    position: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 87vh;
    opacity: 0.7;
}
.active {
    opacity: 0.5;
}
.nav-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.cards-logo-txt{
    display: none;
}






/** media queries  */
@media all and (max-width: 1650px) {
    .cards-logo-txt{
        display: flex;
    }
    .cards-logo-txt{
        color: #010711;
        margin-right: 5%;
        font-weight: 500;
    }
    .cards{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px;
        height: 5vh;
        margin: 0;
        margin-inline: 30px;
        width: 40vh;
    }
    .cards:hover{
        border: 2px solid #0540F2;
        transform: scale(100%);
        transition: all 0.3s ease-in-out;
        border-radius: 3vh;
    }
    .logo-isae_sup{
        width: 5vh;
        margin-left: 8%;
    }
    .logo-foundation_isae-sup{
        width: 9vh;
        margin-left: 5%;
    }
    .logo_cnes{
        width: 5vh;
        margin-left: 7.5%;
    }
    .logo-soc_gen{
        width: 4vh;
        margin-left: 8.65%;
        border-radius: .7vh;
    }
    .logo_plan-spc{
        margin-left: 6.30%;
        width: 7vh;
    }
    .logo_onera{
        margin-left: 4.5%;
        width: 10vh;
    }
    .logo_ass-students{
        margin-left: 8.5%;
        width: 5vh;
    }
    .logo_perseus{
        margin-left: 9%;
        width: 4vh;
    }
    .logo_ar-group{
        margin-left: 6%;
        width: 8vh;
    }
    .cards-container{
        width: 55%;
    }
}
@media all and (max-width: 1000px) {
    .cards-container{
        width: 100%;
    }
    .hamburger {
        display: flex;
    }
    .head-btn {
        display: none;
    }
    .main-title_sp{
        font-size: 3vh;
    }
    .img-evrn{
        width: 90%;
        border-radius: 2vh;
    }
    .txt-container-2, .txt-container-2_2{
        width: 100%;
        left: 0%;
    }
    .scnd-title_pres_special{
        font-size: 3vh;
    }
    .scnd-title_pres{
        font-size: 2vh;
    }
}
@media all and (max-width: 500px) {
    .dspt{
        font-size: 80%;
    }
    .desc_txt-p{
        display: none;
    }
    .img-cards_pr{
        width: 16%;
    }
}