    @font-face {
        font-family: 'Nexa-ExtraLight';
        src: url('../fonts/Nexa-ExtraLight.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


    @font-face {
        font-family: 'Nexa-Heavy';
        src: url('../fonts/Nexa-Heavy.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }



    @font-face {
        font-family: 'NicoMoji-Regular';
        src: url('../fonts/NicoMoji-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Ibrand';
        src: url('../fonts/ibrand.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Manrope';
        src: url('../fonts/manrope/Manrope-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


    @font-face {
        font-family: 'Marcellus';
        src: url('../fonts/Marcellus-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Nunito';
        src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'PlayfairDisplay';
        src: url('../fonts/PlayfairDisplay.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

     @font-face {
        font-family: 'Klavika-Regular';
        src: url('../fonts/Klavika-Regular.otf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    
    html{
        font-size: clamp(12px, 1.5vw, 18px);
    }

    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
        overflow-y: hidden;
        background-color: #001B32 ;
    }

    header{
        left:0px !important;    
    }

    /* Page de chargement */
    .loading-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2000;
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .img-robot, .robot{
        width: 341px;
        height: 341px;
    }

    .custom-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2000;
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .loading-screen.hidden {
        opacity: 0;
        pointer-events: none;
    }


    section, footer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.8s ease-in-out;
    }
    
    section.active, footer.active {
        opacity: 1;
        pointer-events: auto;
    }
    
    .wrapper {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    section .container, footer .container{
        /* padding-top:120px; */
    }


    .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/home-bg.jpg'); 
        background-size: cover;
        background-position: center top;
        z-index: -1;

        /* filter: blur(8px) hue-rotate(200deg);  */
        /* background-color: rgba(0, 100, 255, 0.3);  */
    }

    .background-gif {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/home-gif.gif'); 
        background-size: cover;
        background-position: center top;
        z-index: -1;
        opacity:0.5;

        /* filter: blur(8px) hue-rotate(200deg);  */
        /* background-color: rgba(0, 100, 255, 0.3);  */
    }

    .blurred-overlay {
        position: absolute; 
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index:1;
        background: #001B32; 
        opacity: 0.8;
    }
    .home-btn{
        border: 1px solid #FEFFFF66;
        background-color: #024D8180; 
        color: white;
    }

    .home-btn span{
        background: linear-gradient(90deg, rgba(1, 167, 242, 1) 0%, rgba(1, 227, 251, 1) 100%);
    }

    .overlay-animation {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        height: 300px;
        z-index: 2;
    }

    .social-btn {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: white;
        font-size: 24px;
        transition: transform 0.2s;
    }
    .social-btn:hover {
        transform: scale(1.1);
    }

    .social-media a {
        margin-bottom: 10px; 
    }

    .quote{
        border: 0.4px solid #FEFFFF4D;
        background: #0247644D;
        color:white;
        min-height: 45px;
        width: 100% !important;
        padding: 0px 15px !important;

    }

    .quote:focus{
        background: #00c4ff;
        border-color:  #01BFEE;
    }

    .nav-item:focus{

        background: #01BFEE;

    }

    .different-txt {
        font-family: 'NicoMoji-Regular', sans-serif;
        font-weight: 400;
        font-size: 50px;
        letter-spacing: 6px;

        background: linear-gradient(90deg, #198EFA, #00F9FE, #4400FE, #198EFA);
        background-size: 300% 300%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        animation: gradient-move 6s ease infinite;
    }

    @keyframes gradient-move {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    .makes-us-txt{
        font-family: 'Nexa-ExtraLight';
        font-weight: 400;
        font-style: Book;
        font-size: 36px;
        line-height: 51.84px;
        letter-spacing: 6px;
        color:white;

    }


    .makes-us p{
        font-family: 'Ibrand';
        font-weight: 400;
        font-size: 17px !important;
        line-height: 32px;
        letter-spacing: 1px; 

    }

    .makes-us h4 {
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 21px !important;
        line-height: 29px;
        letter-spacing: 1px;
        text-align: justify;

    }

    .services-title{
        font-family: 'NicoMoji-Regular';
        font-weight: 400;
        font-size: 55px;
        line-height: 56px;
        letter-spacing: 6%;

    }

    .services-sub-title{
        font-family: 'Marcellus';
        font-weight: 400;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: -0.2px;
        color: #00FFFF !important;


    }
    .services-paragraph{

        font-family: 'Marcellus';
        font-weight: 400;
        font-size: 24px;
        line-height: 1.8;
        letter-spacing: -0.2px;
        text-align: justify;
        
    }

    .vertical-text {
        writing-mode: vertical-rl; 
        transform: rotate(180deg); 
        font-size: 2rem;
        color: #0076EB !important; 
        position: absolute;
        left: 5%;
        top: 35%;
    }


    .services{
        font-family: 'NicoMoji-Regular';
        font-weight: 400;
        line-height: 51.84px;
        letter-spacing: 6px;
    }
    .our {
        font-family: 'Nexa-ExtraLight';
        font-weight: 400;
        font-size: 46.08px;
        line-height: 51.84px;
        letter-spacing: 6px;
        
        color: #0076EB !important;
    }

    /** Request a quote */
    .info a{
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 20px;
        line-height: 21.6px;
        letter-spacing: 0px;
        text-decoration:none;
        color: #FFFFFF;
    }


    .request-txt{
        font-family: 'NicoMoji-Regular';
        font-weight: 400;
        font-style: Regular;
        font-size: 54px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .request-form{
        background: #FFFEFE12;
        padding:30px;
        border-radius: 21.6px;
        color: #FFFFFFCC !important;

    }

    .request-form input, textArea{
        color: #FFFFFFCC !important;
    }

    .request-form input:focus, textArea:focus{
        color: #FFFFFFCC !important;
        background: #FFFEFE12 !important;
    }

    .submit-btn{
        background: linear-gradient(90deg, #01A7F2 0%, #01E3FB 100%);
        border: none !important;
    }

    .rocket-image {
      mix-blend-mode: screen;
      background-image: url('../icons/rocket.png'); 
      background-size: cover;
      background-position: center;
     
    }

    .contactUs-animation  input,.contactUs-animation textArea,.request-form input, .request-form textArea{
        border: 1.1px solid #FFFFFF33;
        background-color: #FFFFFF0A;
        border-radius: 5.5px;
        
    }

    .contactUs-animation  input::placeholder , .contactUs-animation  textArea::placeholder,.request-form input::placeholder, .request-form textArea::placeholder {
       
         color: #FFFFFFCC !important;
    }

    #contactUs .container-fluid {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }

     .interest p{
        font-family: 'Nunito';
        font-weight: 600;
        font-size: 17.28px;
        line-height: 20.74px;
        letter-spacing: 0px;

    }

    .interest button{
        color: #FFFFFF;
        border-color: #FFFFFF ;
    }
    .interest button:hover{
        border-color: #01BBF5 !important;
        background-color: #01BBF5;
    }

    .btn-selected{
        color: #FFFFFF;
        border-color: #01BBF5 !important;
        background-color: #01BBF5;
    }

    .contact p:nth-child(1){
        font-family: 'Manrope';
        font-weight: 600;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -2%;
    }

    .contact p:nth-child(2){
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -1%; 
    }


    .contact-txt{
        font-family: 'Nexa-ExtraLight';
        font-weight: 400;
        font-size: 46.08px;
        line-height: 51.84px;
        letter-spacing: 6px;
    }
    .contact-txt span, .contact-txt tspan {
        font-family: 'NicoMoji-Regular';
        font-weight: 400;
        font-size: 52.42px;
        line-height: 51.84px;
        letter-spacing: 6px;
    }
    .bokeh-effect {
        position: absolute;
        border-radius: 50%;
                /* background: radial-gradient(circle,#00F9FE4D 0%, #001B32 70%); */
        background: radial-gradient(circle, #00F9FE4D 0%, rgba(0, 123, 255, 0) 70%);
        filter: blur(70px);
    }

     .bokeh-blue-effect {
        position: absolute;
        border-radius: 50%;
                /* background: radial-gradient(circle,#00F9FE4D 0%, #001B32 70%); */
        background: radial-gradient(circle, #155DFC 0%, rgba(0, 123, 255, 0) 70%);
        filter: blur(150px);
    }

    #bokeh-top-right {
        width: 350px;
        height: 350px;
        top: -25%;
        right: -100px;
    }

    #bokeh-top-left {
        width: 350px;
        height: 350px;
        top: -20%;
        left: -180px;
        z-index: -1;

    }
    #bokeh-bottom-left {
        width: 200px;
        height: 200px;
        bottom: -150px;
        left: -100px;
        z-index: -1;
    }

    /** Our branches */

    #branches h1{
        font-family: 'Nexa-ExtraLight';
        font-weight: 400;
        font-size: 36.08px;
        line-height: 51.84px;
        letter-spacing: 6px;

    }

    #branches .branches{
        font-family: 'NicoMoji-Regular';
        font-weight: 400;
        font-size: 42.42px;
        line-height: 51.84px;
        letter-spacing: 6px;
    }

    #branches p{
        font-family: Manrope;
        font-weight: 400;
        font-size: 22px;
        line-height: 1.6;
        letter-spacing: 0px;
        text-align: center;
    }



    /****FOOTER */

    #footer{
     background: linear-gradient(180deg, #06273E 71.3%, #1067A4 113.07%);


    }
    #footer .description{
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 24px;
        line-height: 41px;
        letter-spacing: 0%;
        text-align: center;
    }
        
    #footer .newsletter h2{
        font-family: 'NicoMoji-Regular';
        font-weight: 400;
        font-style: Regular;
        font-size: 32.4px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }
   
    #footer .links a{
        text-decoration: none;
    }    


    #footer .links a:hover{
        text-decoration: underline !important;
    }

    .newsletter button{
        border: #01B9F5;
        background-color:  #01B9F5
    }

    /** header */

    .navbar-collapse {
        min-height: 54px; 
    }
    .nav-link.active {
        color: white !important;
    }
    .nav-link:hover, .nav-link:focus {
        color: white !important;
    }

    .nav-indicator {
        position: absolute;
        /* top: 35px; */
        height: 30px;
        /* left: 0; */
        width:66px;
        background: #01BFEE;
        border-radius: 20px;
        /* transition: all 0.3s ease; */
        z-index: -1 !important;
    }


    /* Our Projects */

    
     .panel {
        flex: 0 0 auto;       /* prevent shrinking */

      position: relative;
      cursor: pointer;
      align-items: center;
      color: white;
      overflow: hidden;
      height:550px;
      width:110px;
    }

    /* Projects container zoom-in animation */
    #ourProjects .projects {

        overflow: hidden auto;
        padding-bottom: 1rem;  

        opacity: 0.8;
        transform: scale(0.5);
        transition: transform 0.6s ease-out, opacity 0.6s ease-out;
        transform-origin: center center;
    }



    #ourProjects .projects.animate {
        opacity: 1;
        transform: scale(1);
    }

    .panel img.bg {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }

    .panel .overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    .panel p{
        font-family: 'PlayfairDisplay';
        font-size: 20px;
        line-height: 1.8;
    }

    .panel .content {
        z-index: 3;
        padding: 20px;
        max-width: 500px;
        text-align: left;
        opacity: 0;
        /* transform: translateY(20px); */
        /* transition: opacity 0.4s ease, transform 0.4s ease; */
    }

    .panel.active .content {
      opacity: 1;
      transform: translateY(0);
    }

    .explore-btn {
      display: inline-block;
      padding: 10px 15px;
     
      color: white;
      border-radius: 5px;
      cursor: pointer;
      font-size: 14px;
    }


/* Animations pour la section #about */

.animate-header .collapse,
.animate-header .quote {
    /* opacity: 1; */
    transform: translateY(0);
    /* pointer-events: none; */
    pointer-events: auto;
    transition: all 0.6s ease-in-out;
}


.collapse{
    background: linear-gradient(89.52deg, rgba(1, 68, 227, 0.4) 7.45%, rgba(1, 143, 238, 0.4) 38.66%, rgba(3, 130, 159, 0.4) 94.72%);
}
/* ..header-hide .navbar-brand {
     position: absolute; 
    top:0px;
    left: 25%; 
    transform: translateX(50%);
    transition: all 0.8s ease-in-out;
    z-index: 1001;
} */

/* Styles pour le header normal */
.navbar-items,
.quote{
    transition: all 0.8s ease-in-out;
}

/* Animation du contenu de la section #about */
.about-content {
    opacity: 0;
    transform: translateX(-200px);
    transition: all 1s ease-in-out;
}

.about-robot  {
    width:120px; 
    height:120px;
}

.about-content.animate {
    opacity: 1;
    transform: translateX(0);
}

.about-animation {
    opacity: 0;
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

.about-animation.animate {
    opacity: 1;
}
#logo img{
    /* max-height: 50px; */
    width: 200px;
    height: 65px !important; 
}
#logo{
    position: fixed;
    left: 5%;   
    z-index: 1031;
}

#logo.animate {
  position: absolute;
  left: 5%;
  transform: translateX(40%);
  transition: transform 0.8s ease-in-out;
}



#logo.animate-footer {
    z-index:1000;
    position: absolute !important;
    top: 0px; 
    left: 0px; 
    transform: translateX(40%);
    opacity: 1; 
    z-index: 1000; 
    transition: none;
    animation: dropZoom 1s ease-in-out forwards;
}

@keyframes dropZoom {
    0% {
        transform: scale(1) translateX(45%) translateY(0); 
    }
    100% {
       
        transform:  scale(1.5) translateX(43%) translateY(8vh) ;
    }
}

#ourProjects h3 {
    font-family: 'Nexa-ExtraLight';
    font-weight: 400;
    font-size: 46.08px;
    line-height: 51.84px;
    letter-spacing: 6px;

    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.6s ease-in-out;
}

#ourProjects h3 span{
    font-family: 'NicoMoji-Regular';
    font-weight: 400;
    font-size: 52.42px;
    line-height: 51.84px;
    letter-spacing: 6px;
    
}

#ourProjects h3.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Inquire Now Btn*/
.inquire-btn{
    border: 0.2px solid #FEFFFF66; color: #525252;
    transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.inquire-btn span{
    background: linear-gradient(90deg, #0E252F 0%, #157883 100%);
    transition: background 0.4s ease;
}

.inquire-btn i{
    transition: color 0.4s ease;
}

.inquire-btn.inquire-activated{
    background: #05A0BF5C;
    color: white;
    border: 0.2px solid #FEFFFF66;
}

.inquire-btn.inquire-activated span{
    background: linear-gradient(90deg, #01A7F2 0%, #01E3FB 100%);
}

.inquire-btn.inquire-activated i{
    color: #FFFFFF !important;
}


/* Animation de fadeOut pour les sections précédentes */
/* .section-fade-out {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.8s ease-in-out;
} */

/* Indicateur de navigation */
/* .nav-indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, #01BFEE, #00F9FE);
    transition: all 0.3s ease;
    z-index: 1000;
}
 */


.lottie-responsive {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.show-btn {
    position: absolute;
    top: 4%;                     
    left: 90%;                    
    transform: translateY(-50%); 
    cursor: pointer;
    z-index: 1100;
}
.hide-btn {
    left:90%; 
    top:120px; 
    cursor: pointer; 
    z-index: 1001;
}

/*** SVG ***/
.svg-arc {
    width: 600px;
    height: 400px;
    overflow: visible;
}
.svg-arc text {
    /* font-size: 24px;
    font-weight: bold;
    fill: black; */
}
.svg-arc path {
    /* stroke: #555;
    stroke-dasharray: 5; */
    fill: none;
}


.projects {
  scrollbar-width: thin; 
  scrollbar-color: #0076EB #001B32; 
}


.projects::-webkit-scrollbar {
  height: 10px;  
  width: 10px;   
}

.projects::-webkit-scrollbar-track {
  background: #001B32; 
  border-radius: 10px;
}

.projects::-webkit-scrollbar-thumb {
  background: #0076EB;
  border-radius: 10px;
}

.projects::-webkit-scrollbar-thumb:hover {
  background: #00A3FF;
}

.database-img{
 width:70% !important;
}

#apiIntegration .api-integration {
    width: 80% !important;
}

#branches .map{
    width: 80% ;
}

#serverHosting .server-hosting-img{
     width: 80% ;
}

#serverHosting .services-title{
    font-size: 45px ;
}

#serverHosting .services-paragraph{
    font-size: 24px ;
}

.navbar-collapse {
    transition: none !important;
}


.swal2-title{
    font-family: 'NicoMoji-Regular';
    font-weight: 400;
    font-size: 25px;
    line-height: 20.74px;
}
.swal2-html-container {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 20.74px;
    color:#000;
}

.no-border{
   border: none !important;
}

.red-color{
    color: red !important;
}

.green-color{
    color: green !important;
}
.home-robot{
    margin-left:10% !important
}