@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

:root {

  --ft-ff1 :  'Montserrat', sans-serif;
  --ft-ff2 :  'Lato', sans-serif;
  --bs-gradient : linear-gradient(90deg, #9f1dee, #3e0c93);
}

*{
    box-sizing: border-box;
}

body {

    background-color: #fff;
    color: #5E4B83;
    font-family: var(--ft-ff2);
    font-size:18px;
    line-height: 22px;
    overflow-x: hidden;
    font-weight: 300;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing : auto;
}

.container{
    max-width: 1200px;
}


img{
    max-width: 100%;
}
.container-fluid{
    overflow-x: hidden;
}
/*FONT*/


.ff1{
    font-family: var(--ft-ff1);
}
.ff2{
    font-family: var(--ft-ff2);
}

.font-regular{
    font-weight: 400;
}

.font-medium{
    font-weight: 500;
}

.font-bold{
    font-weight: 700;
}

.font-size-20{
  font-size: 20px;
  line-height: 25px;
}
.font-size-22{
    font-size: 22px;
    line-height: 27px;
}
.font-size-25{
    font-size: 25px;
}
.font-size-28{
    font-size: 28px;
    line-height: 28px;
}
.font-size-16{
    font-size: 16px;
    line-height: 16px;
}
.font-size-18{
    font-size: 18px;
    line-height: 18px;
}
.font-size-39{
    font-size: 39px;
    line-height: 39px;
}
.font-size-43{
    font-size: 43px;
    line-height: 43px;
}
/*END FONT*/


/*GLOBAL*/

.rounded-30{
    border-radius: 30px;
}

.bg-cover{
    background-size:cover;
    background-position: center center;
}
.fill-dark svg * {
    fill:#38098B;
}

.pointer-events-none{
    pointer-events:none;
}
/*END GLOBAL*/


/*BTN*/



a.btn{
    font-family: var(--ft-ff2);
    font-size: 18px;
    padding-right: 30px; 
    padding-left: 30px; 
}



.btn-orange{
    background-color: #FF7F00;
    color: #fff;
    background-color: #FF7F00;
    font-size:0;
    position: relative;
    box-shadow: 0px 0px 20px #FF7F0066;
    transition: all ease 0.3s;
}



.btn-orange:hover{
    transform: translateY(-4px) !important;
    box-shadow: 0px 4px 25px #FF7F0066;
    color: #fff;
}

.btn-white{
    color: #5E4B83;
    box-shadow: 0px 0px 10px #FFFFFF66;
}

.btn-white:hover{
    color: #5E4B83;
    box-shadow: 0px 4px 15px #FFFFFF66;
}

.btn.rounded-pill{
    transition: all ease 0.3s;
}

.btn.rounded-pill:hover{
    transform: translateY(-4px) !important;

}
a.btn.rounded-pill.border-white{
    position: relative;
    border: 0px;
}
a.btn.rounded-pill.border-white:hover{
    transform:unset !important;
     color: #fff ;
}

a.btn.rounded-pill.border-white:after{
    content:"";
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50rem ;
    transition: transform cubic-bezier(.16,1.2,.45,1.76) 0.3s
}

a.btn.rounded-pill.border-white:hover:after{
   
   transform: scale(1.1) ; 
  
}

/*END BTN*/


a {
    text-decoration: none;
    transition: opacity ease 0.3s;
}

a:hover {
    opacity: 0.8;
}
a.btn:hover{
    opacity: 1;
}

.navbar a{
    color: #fff;
    font-family: var(--ft-ff2);
    font-size: 18px;
    margin:0 20px;
}

header {
    color: #fff;
    padding: 0;
    padding-bottom: 200px !important;
    margin-bottom: 100px;
}

.background-header{
    background-image: url(../img/modern-liquid-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    clip-path: url(#headerPath);
    mix-blend-mode: overlay;
    min-width: 1920px;
}

.background-header-color{
    width: 100%;
    height: 100%;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    clip-path: url(#headerPath);
    background:linear-gradient(120deg, #5415c1 0%,  #a51ef6 100%);
    min-width: 1920px;
}


.overflow-visible.img-overlay img {
    width: unset;
    max-width: unset;

}




h1{
    font-family: var(--ft-ff1);
    font-size: 57px;
    font-weight: 700;
}

h1 span{
    font-size: 45px;
}

h2{
    color:#38098B;
    font-size:35px;
    line-height: 39px;
    font-family: var(--ft-ff1);
    font-weight: 600;
    margin-bottom: 50px;
}

h3{
    font-size: 25px;
    line-height: 31px;
    font-family: var(--ft-ff1);
    font-weight: 500;
}

.subtitle{
    color: #A51EF6;
    text-transform: uppercase;
    font-size:18px;
    line-height: 23px;
    font-family: var(--ft-ff2);
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}

.dark{
    color: #fff;

}
.dark h2{
    color:#fff;
    font-size:35px;
    line-height: 39px;
    font-family: var(--ft-ff1);
    font-weight: 600;
    margin-bottom: 50px;
}


.dark .subtitle{
    color: #DBA0FF;
    text-transform: uppercase;
    font-size:18px;
    line-height: 23px;
    font-family: var(--ft-ff2);
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}

/*FINTECH & LEASTECH */

.bg-vague{
    background-image:url(../img/vague.svg);
    background-size: auto 100%;
    background-repeat:repeat-x;
    background-position: left top;
    position: relative;
}


.bg-vague:after{
    content:"";
    width: 100%;
    height: 50%;
    top:50%;
    left:0;
    position: absolute;
    z-index: -1;
    background-color: #fcf7fe;
}

/* END FINTECH & LEASTECH */

/*REVOLUTION TECHNOLOGIQUE*/



#revolution-technologique{
    max-width: 567px;
}






/*END REVOLUTION TECHNOLOGIQUE*/

/*REVOLUTION STRUCTURELLE*/
.background-revolution {
 clip-path: url(#clippathRevolution);
 width: 100%;
 height: 100%;
 min-width: 1920px;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
 z-index: -1;
}

#revolution-structurelle-svg{
    max-width: 600px;
}

.bg-top-lighter{
    position: relative;
}

.bg-top-lighter:before{
    content:"";
    width: 100%;
    height: 50%;
    top:0;
    left:0;
    position: absolute;
    z-index: -1;
    background-color: #fcf7fe;
}

/*END REVOLUTION STRUCTURELLE*/


/*ROCKET*/
.icon-rocket{
    width: 195px;
}

.icon-gradient{
    width: 91px;
    height: 91px;
    background: transparent linear-gradient(119deg, #A51EF6 0%, #5415C1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 25px #6C17FF80;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-gradient-orange{
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform cubic-bezier(.05,.45,.38,1.67) 0.3s;
     background: transparent linear-gradient(119deg, #F6C41E 0%, #F55E00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 35px #FF7F0080;

}
.btn.icon-gradient-orange{

    background: unset;
    box-shadow: unset;
    transition: transform cubic-bezier(.05,.45,.38,1.67) 0.3s;

}

.btn.icon-gradient-orange:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top:0;
    left: 0;
    border:1px solid #F6C41E;
    z-index: -1;
    transform: scale(0.8);
    transition:transform cubic-bezier(.3,-0.75,.86,-0.04) 0.3s;
    transition-delay: 0.2s;
}

.btn.icon-gradient-orange:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top:0;
    left: 0;
    z-index: -1;
    transition:transform cubic-bezier(.27,-0.44,.86,-0.04) 0.3s;
    background: transparent linear-gradient(119deg, #F6C41E 0%, #F55E00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 35px #FF7F0080;
    border-radius: 50%;
    transition-delay: 0.1s;

}
.btn.icon-gradient-orange img{
    transition: transform ease 0.3s;
    transition-delay: 0s;
}


.btn.icon-gradient-orange:hover:before{
    transform: scale(1.1);
    transition: transform cubic-bezier(.16,1.2,.45,1.76) 0.3s;
    transition-delay: 0s;
}
.btn.icon-gradient-orange:hover:after{
    transform: scale(1.1);
    transition: transform cubic-bezier(.16,1.2,.45,1.76) 0.3s;
    transition-delay: 0.1s;
}

.btn.icon-gradient-orange:hover img{
    transform: scale(1.2);

}
.icon-round{
    border-radius: 50%;
    width: 133px;
    height: 133px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.icon-gradient-119{
    width: 119px;
    height: 119px;
}
.icon-gradient-163{
    width: 163px;
    height: 163px;
}

.icon-gradient img{

}
.rocket-container{
    width: 100%;
    min-width: 1920px;
height: 100vh;
    position: absolute;
    top: -100vh;
    left:0;
    z-index: -1;
    background-image:url(../img/rocket-bg-2.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}


.rocket-container-global{
    overflow: hidden;
   clip-path: url(#rocketPath);
/*     background-image: url(../img/rocket-bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
}

.icon-big{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 65px #5415C11A;
    border-radius: 50px;
    width: 100%;
    height: auto;
    padding: 60px 0;
}

/*END ROCKET*/



/*TESTIMONIALS*/
.testimonials{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 65px #5415C11A;
    border-radius: 30px;
    overflow: hidden;

}
.testimonials img{

}

.testimonials-img{
    clip-path: polygon(0 0 , 95% 0, 80% 100%, 0 100%);
    background-size:cover;
    background-position:center center;
    min-height: 375px;
}

.before-footer-img {
    clip-path: url(#clippathFooter);
    min-width: 1920px;
    width: 100%;
    min-height: 850px;
    background-image: url('../img/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom:0px;
    left:50%;
    transform: translateX(-50%);
    z-index: -1;

}

.before-footer-color{
  clip-path: url(#clippathFooter);
  min-width: 1920px;
  width: 100%;
  min-height: 850px;
  bottom:0px;
  left:50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #3d227b;
}

.mix-blend-mode-overlay{
    mix-blend-mode: overlay;
}

.splide__pagination{
  justify-content: flex-end;
  bottom: 45px;
  left: unset;
  right: 60px;
  transform: unset;
}

.splide__pagination__page.is-active{
    background-color:#321565;
    transform: scale(1.5);
}
.splide__pagination__page{
    background-color: #8674A6;
    margin: 0 9px;
    width: 16px;
    height: 16px;
    transition: all cubic-bezier(.16,1.2,.45,1.76) 0.3s;
}
.splide__arrows{
    display: none;
}
.splide__pagination__page:hover{
    transform: scale(1.2);
}

.splide__pagination__page.is-active:hover{
    transform: scale(1.5);
}
/*END TESTIMONIALS*/


/*CALL TO ACTION*/


/*END CALL TO ACTION*/