body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #000;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

#container {
    width: 100vw;
    overflow: hidden;
}

.transparent {
    transition: none !important;
    opacity: 0 !important;
}

p,
h3,
h4 {
    line-height: 1.5em;
    font-size: 20px;
}

h3 {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: #fff;
}

h3+h2 {
    margin-top: 20px;
}

h1,
h2 {
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.01em;
    line-height: 1.2em;
}

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

.panel-1 {
    color: #000;
}

h1 {
    margin-top: 30px;
    margin-bottom: 0;
}

img {
    width: 100%;
    display: block;
}

#first {
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
}

#first svg {
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
    aspect-ratio: 16/9;
}

#first svg g {
    clip-path: none;
}

.panel-2 {
    color: #000;
}

.panel-3 {
    color: #000;
}

section {
    /* height: 100vh; */
}

.title-group {
    position: absolute;
    top: 15vh;
    width: 100%;
    z-index: 50;
    text-align: center;
}

.title-group p{
    padding: 0 5%;
}

.title {
    color: #fff;
    z-index: 20;
    font-size: 50px;
    text-align: center;
    opacity: 1;
}

.title2 {
    font-size: 50px;
}

.section2-wrapper{
    width: 100%;
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.section2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 20;
    text-align: left;
    opacity: 0;
    left: 5%;
    max-width: 35%;
}

p {
    color: #dfd4bc;
    font-size: 18px;
}

.section2 p {
    max-width: 540px;
}

.title4 {
    opacity: 0;
}

.title5 {
    opacity: 0;
}

.title3,
.title4,
.title5 {
    color: #fff;
    z-index: 20;
    font-size: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-100%);
}

#one {
    height: 100vh;
}

.two {
    height: 100vh;
    position: relative;
    /* background: #666; */
    position: relative;
    margin-top: -30vh;
}


.three {
    height: 100vh;
    position: relative;
}

.four {
    height: 100vh;
    position: relative;
    margin-top: 250vh;
}

.four-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.title6 {
    color: #fff;
    z-index: 20;
    font-size: 50px;
    text-align: center;
    width: 100%;
}

.five {
    text-align: center;
}

.title7 {
    color: #fff;
    z-index: 20;
    font-size: 50px;
    text-align: center;
    width: 100%;
}

.six {
    height: 100vh;
    position: relative;
}

.six-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.title8 {
    color: #fff;
    z-index: 20;
    font-size: 50px;
    text-align: center;
    width: 100%;
}

.service-container {
    display: flex;
    max-width: 1600px;
    margin: auto;
    position: relative;
    justify-content: space-between;
}

.service-container h2 {
    color: #fff;
    z-index: 20;
    font-size: 50px;
}



.service-container>div {
    width: 48%;
}

.service-anim {
    position: relative;
    height: 200vh;
}

.service-anim img,
.service-anim svg {
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(-50%) !important;
}

.pin-spacer.has-gradient::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 20vh;
    z-index: 10;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* .pin-spacer.has-gradient::after {
            content: "";
            display: block;
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 20vh;
            z-index: 10;
            background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
            transform: rotate(180deg);
        } */

.service-content-wrap {
    width: 50%;
    margin-top: -12vh;
}

.service-content-wrap>div {
    height: 60vh;
    max-width: 600px;
    padding-right: 50px;
}

.service-content-wrap>div:last-child {
    /* padding-bottom: 50vh; */
}



.item {
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    color: #fff;
    border-radius: 40px;
}



.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 40px;
}



.gradient-box {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid 2px transparent;
}

.gradient-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(30deg, #190C19 0%, #6C7399 50%, #FFDEB8 100%);

}

.logos {
    max-width: 1200px;
    margin: auto;
}

.logos ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logos li {
    margin: 0;
    padding: 0;
}

.logos li {
    padding: 30px;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.buttons a {
    margin: 0 10px;
    padding: 15px 40px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(78, 86, 130, 1);
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.03em;
box-shadow: -1px -1px 44px 1px rgba(181,171,230,0.29);
-webkit-box-shadow: -1px -1px 44px 1px rgba(181,171,230,0.29);
-moz-box-shadow: -1px -1px 44px 1px rgba(181,171,230,0.29);
}

.btn.gradient {
background: #000000;
background: linear-gradient(53deg, rgba(0, 0, 0, 1) 36%, rgba(78, 86, 130, 1) 85%, rgba(162, 151, 156, 1) 100%);
border-color: rgba(78, 86, 130, 1);
}

.navbar {
    display: flex;
    justify-content: flex-start;
    padding: 40px 5%;
    position: absolute;
    width: 100%;
    z-index: 100;
}

/* @media(min-width: 768px) {
    .masonry {
        box-sizing: content-box;
        max-width: 1200px;
        margin: auto !important;
        margin-top: 70px;
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
        grid-auto-rows: 10px;
        gap: 20px;
        padding: 40px 5% !important;
    }
} */

.splide2 .splide__track {
    padding-bottom: 100px;
    padding-top: 50px;
}

.masonry {
    margin-top: 50px;
}

.masonry .item {
    transition: opacity 0.4s;
}

.masonry .item:not(.is-active) {
    opacity: 0.2;

}

.masonry .item.is-prev,
.masonry .item.is-next {
    opacity: 1;
}

.masonry .item.is-active {
    /* transform: scale(1.1); */
    /* margin: 0 30px; */
    transform-origin: center;
}

.splide__pagination__page{
    background-color: #CAAD70;
    padding: 6px;
    margin: 0 5px;
    opacity: 1;
}

.splide__pagination__page.is-active{
    background-color: #ffffff;
}

.footer-menu{
    padding: 50px 10%;
    text-align: center !important;
    position: relative;
    margin-top: -200px;
}

.footer-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.footer-menu ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 10px;
}

.footer-menu ul li a{
    color: #02D6FF;
    display: block;
    font-size: 0.8rem;
    text-decoration: none;
    color: #fff !important;
}

.footer-menu p{
    font-size: 0.8rem !important;
    color: #fff;
}

@media(max-width: 960px) {
    .title,
    .title2,
    .title3,
    .title4,
    .title5,
    .title6,
    .title7,
    .title8 {
        font-size: 30px;
    }

     .title3,
    .title4,
    .title5{
        font-size: 30px;
    }

    .service-container h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 0.9rem;
    }

    .footer-menu{
        margin-top: 0;
    }
}

@media(max-width: 500px) {

    .title6 br,
    .title7 br,
    .title8 br
     {
        display: none;
    }

    #first {
        top: auto;
        bottom: -20vh;
    }

    /* #first svg {
        scale: 300%;
    } */

    .title,
    .title2,
    .title3,
    .title4,
    .title5,
    .title6,
    .title7,
    .title8 {
        font-size: 7vw;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10%;
    }

     .title3,
    .title4,
    .title5{
        font-size: 10vw;
    }

    .title2 {
        padding: 0;
    }

    p {
        font-size: 1rem;
    }

    h3 {
        font-size: 0.9rem;
    }

    .buttons a {
        padding: 12px 26px;
    }

    .section2 {
        top:55%;
        transform: none;
        max-width: 80%;
    }

    .service-container h2 {
        font-size: 7vw;
    }

    .service-container {
        display: block;
        max-width: 1600px;
        margin: auto;
        position: relative;
        justify-content: space-between;
    }

    .service-container>div {
        width: 100%;
    }

    .service-anim {
        position: relative;
        height: 50vh;
        z-index: 50;
    }

    .service-anim img,
    .service-anim svg {
        display: block;
        position: absolute;
        top: 0;
        transform: translateY(-100%) !important;
    }

    .service-content-wrap {
        width: 50%;
        margin-top: -50vh;
        padding: 0 10%;
    }

    .pin-spacer.has-gradient::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 40vh;
        z-index: 10;
        background: #000;
    }

    .pin-spacer.has-gradient::after {
        content: "";
        display: block;
        position: fixed;
        bottom: auto;
        top: 40vh;
        width: 100%;
        height: 5vh;
        z-index: 10;
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        transform: rotate(0);
    }

    .service-content-wrap>div {
        height: 60vh;
        max-width: 600px;
        padding-right: 0;
    }



    .item {
        border-radius: 40px;
    }

    .main-logo img{
        max-height: 30px;
    }

}





/*  */

body.text-page * {
    color: #fff;
    font-size: 1rem;
}

body.text-page h1 {
    font-size: 2.5rem;
}

body.text-page h2 {
    font-size: 1.4rem;
    margin-top: 4rem;
}

body.text-page h3 {
    font-size: 1.2rem;
}

body.text-page a {
    color: #02D6FF;
}

body.text-page ul li {
    margin-top: 1em;
}

body.text-page .page-content {
    max-width: 1200px;
    margin: auto;
    padding: 120px 5%;
    padding-bottom: 300px;
}