* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #FFFFFF;

}

html {
    width: 100%;
}



body {
    font-family: "aktiv-grotesk-extended";
    /* font-family: 'Aktiv Grotesk Ex'; */
    background: radial-gradient(48.88% 85.98% at 50% 14.02%, #474C55 0%, #212326 100%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

/* threads */
.thread__container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.thread {
    width: fit-content;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top {
    height: 78.553%;
    width: 35px;
    background-color: #F8C200;
    position: absolute;
    top: -100%;
}

.bottom {
    width: 1px;
    height: calc(100% - 78.553%);
    width: 3px;
    position: absolute;
    bottom: -100%;
}

/* end thread */

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.emty {
    height: 100%;
}

header {
    display: flex;
    justify-content: center;
    position: relative;
}

header svg {
    transform: scale(.8);
    opacity: 0;
    animation: 
        zoomInLogo2 1s ease-out forwards,
        moveLogo2 1s ease-in-out 1.2s forwards;
}

@keyframes zoomInLogo2 {

    0% {
        transform: translateY(calc(50vh - 81%)) scale(.8);
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translateY(calc(50vh - 81%)) scale(1);
        opacity: 1;
    }
}

@keyframes moveLogo2 {
    100% {
        transform: translateY(0);
    }
}

.top__div {
    padding-top: 58px;
    height: 78.553%;
}

.footer {
    height: calc(100% - 78.553%);
    padding-bottom: 58px;
}

#bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
}

.main {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 68px;
    gap: 50px;

    /* overflow: hidden; */
    flex-direction: column;
    align-items: center;
}

.noter {
    
    text-align: center;
}

.h1 {
    font-weight: 600;
    font-size: clamp(30px, 4vw + 1rem, 45px);
    letter-spacing: 0em;
    line-height: 100%;
}

.h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: calc(1em * 0.05);
    text-transform: uppercase;
    width: fit-content;
}

.contact {
    width: 100%;
    max-width: 295px;
    position: relative;
}

.contact .contact__content {
    position: absolute;
    top: 46%;
    left: 51%;
    transform: translate(-50%, -50%);
    letter-spacing: calc(1em * 0.05);
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 25px;
    padding-left: 59px;
}

.contact .contact__content svg {
    transform: translateY(3px);
}

.noter {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.noter__content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.desc {
    font-weight: 300;
    /* font-size: 45px; */
    font-size: clamp(24px, 4vw + 1rem, 45px);
    line-height: 130%;
    letter-spacing: 0em;

    display: none;
}

.fulldesc {
    font-weight: 300;
    /* font-size: 45px; */
    font-size: clamp(24px, 4vw + 1rem, 45px);
    line-height: 100%;
    letter-spacing: 0em;
}

.footer {
    /* overflow: hidden; */
}

.footer .c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 4px;
    margin-top: 56px;
    margin-top: 52px;

    flex-direction: column;
    gap: 35px;
}

.hr {
    border: 1.5px solid #F8C200;
    width: 100%;
}

.list {
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 20px;
}

.list li a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 26px;
    background-color: #474C55;
    display: grid;
    place-content: center;
}

.address {
    display: flex;
    gap: 15px;
    align-items: center;
}

.address a {
    font-family: 'aktiv-grotesk';
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0em;
    max-width: 229px;
    width: 100%;
    color: #F5F5F5;
}


.copy__right {
    font-family: 'aktiv-grotesk';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #F5F5F5;
    letter-spacing: 0em;
}

.membre {
    font-family: 'aktiv-grotesk';
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #F5F5F5;
    display: block;
}


/* lottie */

#devient {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    animation:
        devientOpacity2 1s ease-out forwards;
    animation-delay: 1.4s;
}

@keyframes devientOpacity2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#myLottie {
    background-color: white;
    position: relative;
    z-index: 9999;

    width: 87%;
    margin: 0 auto;
}

.lottie {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: grid;
    place-content: center;
    background-color: #FFFFFF;
}

/* end lottie */

.info__details {
    position: absolute;
    z-index: 99999;
    right: -150%;
    top: 54px;
    /* display: flex; */
    display: none;
    align-items: center;
    gap: 0.5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.c__info__details:hover .info__details {
    opacity: 1;
    visibility: visible;
}

.list {
    position: relative;
}

.c__info__details .link span {
    width: max-content;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    background: rgba(71, 76, 85, .5);
    z-index: 1;
    border-radius: 20px;
    font-family: "acumin-pro-wide", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fbf7f3;
    transition: opacity 0.3s;
}


@media only screen and (max-width: 1199px) {
    .mobile-fade-slide {
      opacity: 0;
      transform: translateY(20px);
      animation: fadeInSlide 1s ease-out forwards;
      animation-delay: 2.1s;
    }
    
    @keyframes fadeInSlide {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }