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

ul,
ol {
    list-style-type: none;
}

@font-face {
    font-family: "M-light";
    src: url("../fonts/Metric-Light.woff2") format("woff2");
}
@font-face {
    font-family: "M-thin";
    src: url("../fonts/Metric-Thin.woff2") format("woff2");
}
@font-face {
    font-family: "M-bold";
    src: url("../fonts/Metric-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "M-outfit";
    src: url("../fonts/Outfit-Black.woff2") format("woff2");
}
@font-face {
    font-family: "M-black";
    src: url("../fonts/Metric-Black.woff2") format("woff2");
}
@font-face {
    font-family: "M-meduim";
    src: url("../fonts/Metric-Medium.woff2") format("woff2");
}
@font-face {
    font-family: "M-black-italic";
    src: url("../fonts/Metric-BlackItalic.woff2") format("woff2");
}
@font-face {
    font-family: "M-regular";
    src: url("../fonts/Metric-Regular.woff2") format("woff2");
}

body,
html {
    width: 100%;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto;
    background: #181818;
}

.btn-primary-separ {
    font-size: 15px;
    font-family: M-light;
    color: #ffffff;
}

.btn-hero {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
    position: relative;
}

.btn-primary {
    color: #ffffff;
    font-family: M-light;
    font-size: 25px;
    letter-spacing: -0.05em;
}

.btn-primary::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #d4d4d4;
    transition: width 0.3s ease;
}

h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.btn-primary:hover {
    color: #ffffff;
}

.btn-primary:hover::after {
    width: 100%;
}

.logo-contact-sc {
    width: 8%;
    margin-top: 20px;
    display: inline-block;
    animation: pulseButton 2s ease-in-out infinite;
    transform-origin: center;
}

.webdesign {
    font-family: M-light;
    color: #ffffff;
    padding-top: 30px;
    font-size: 16px;
    font-size: clamp(1rem, 0.875rem + 0.5556vw, 1.375rem);
}

.webdesign a {
    color: inherit;
    text-decoration: none;
    font-family: M-bold;
}

.webdesign a:hover {
    text-decoration: underline;
}

@keyframes pulseButton {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.12);
    }
    20% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 600px) {
    .btn-primary {
        color: #ffffff;
        font-family: M-thin;
        font-size: 20px;
        letter-spacing: -0.01em;
    }
}

.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.logo-wrapper {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 20px;
}

.logo-wrapper img {
    width: clamp(14rem, 5.8511rem + 21.2766vw, 25rem);
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
    animation: fadeIn 1.2s ease-out forwards;
    padding-bottom: 5px;
}

.down img {
    margin-top: 100px;
    width: 25px;
    animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-12px);
    }
    60% {
        transform: translateY(-6px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.slogan {
    color: #ffffff;
    padding-bottom: 200px;
    font-family: M-light;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 0.9176rem + 1.0638vw, 1.875rem);
    opacity: 0;
    animation: fadeIn 1.6s ease-out 0.5s forwards;
}

span {
    font-family: M-bold;
    color: #ffffff;
}

.title-back {
    background: #1980bb71;
    padding: 5px;
}

.separate {
    height: 1px;
    width: 80%;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #ffffff 0%,
        rgba(217, 217, 217, 0) 100%
    );
    margin: 0 auto;
    margin-bottom: 10px;
}

.separateb {
    height: 1px;
    width: 60%;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #ffffff 0%,
        rgba(217, 217, 217, 0) 100%
    );
    margin: 0 auto;
    margin-bottom: 10px;
}

.separatec {
    height: 1px;
    width: 60%;
    background: #adadad;
    margin: 0 auto;
    margin-bottom: 10px;
}

.separate-left {
    height: 1px;
    width: 100%;
    background: linear-gradient(45deg, #d3d3d3 0%, rgba(232, 129, 29, 0) 99%);
    margin: 10px 0 15px;
}

.separate-right {
    height: 1px;
    width: 100%;
    background: linear-gradient(303deg, #d3d3d3 0%, rgba(232, 129, 29, 0) 99%);
    margin: 10px 0 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-presentation {
    background: linear-gradient(180deg, #3f3f3f 0%, #000 90%);
    background-image: url(../img/img-home-tele-c.jpg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

.block-presentation {
    width: 70%;
    margin: 0 auto;
}

.logo-presentation {
    width: 40%;
    padding-bottom: 40px;
    padding-top: 0px;
}

.slogan-presention {
    color: #bbbbbb;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    margin: 15px auto;
}

.content-presentation-d {
    background: linear-gradient(180deg, #000 0%, #303d46 90%);
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
}

.block-presentation-d {
    width: 70%;
    margin: 0 auto;
}

.slogan-presention-d {
    color: #bbbbbb;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    margin: 15px auto;
}

.content-photo {
    position: relative;
    color: white;
    padding: 100px 10px;
    overflow: hidden;
    background-color: #000;
    background-image: url("../img/photo55a_.jpg");
    background-size: cover;
    background-position: center;
}

.block-photo {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
}

.block-photo-svg {
    display: flex;
    gap: 5px;
}

.block-photo-svg img {
    margin-bottom: -10px;
    width: 30px;
}

.phototitle {
    text-align: left;
    font-family: M-bold;
    font-size: 45px;
    color: #ffffff;
    margin-bottom: -5px;
}

.slogan-photo-a {
    color: #ffffff;
    text-align: left;
    font-family: M-meduim;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    margin-bottom: -5px;
}

.slogan-photo {
    color: #ffffff;
    text-align: right;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    margin: 15px auto;
}

.content-accroa {
    background: linear-gradient(0deg, #1d1f1e 50%, #23292d 100%);
    background-image: url(../img/img-home-tele-b.jpg);
    background-size: cover;
    padding: 50px 10px;
    text-align: center;
}

.block-accroa {
    width: 70%;
    margin: 0 auto;
}

.slogan-accroa {
    color: #ffffff;
    font-family: M-meduim;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.slogan-accrob {
    color: #1abce0;
    /* color: #ffffff; */
    font-size: 35px;
    font-family: M-black;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.words {
    font-size: clamp(1.5625rem, 1.2292rem + 1.3333vw, 2.0625rem);
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px;
}

.words- {
    font-size: clamp(1.5625rem, 1.2292rem + 1.3333vw, 2.0625rem);
    color: #e9e9e9;
    font-family: M-black-italic;
    text-transform: uppercase;
}

.slogan-container {
    font-size: clamp(1.5625rem, 1.2292rem + 1.3333vw, 2.0625rem);
    font-size: 35px;
    font-family: M-black-italic;
    text-align: center;
    margin: 20px;
    letter-spacing: -0.03em;
}

#dynamic-word {
    transition: opacity 0.2s ease-in-out;
    text-transform: uppercase;
    font-family: M-black-italic;
}

.content-video {
    background-image: url("../img/video55_.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    padding: 100px 10px;
}

.block-video {
    width: 70%;
    margin: 0 auto;
}

.block-video-svg {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

.block-video-svg img {
    margin-bottom: -8px;
    width: 5x;
}

.videotitle {
    text-align: right;
    font-family: M-bold;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: -5px;
}

.slogan-video-a {
    color: #ffffff;
    text-align: right;
    font-family: M-meduim;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    margin-bottom: -5px;
}

.slogan-video {
    color: #ffffff;
    text-align: left;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    margin: 15px auto;
}

.content-accroa-b {
    background: linear-gradient(0deg, #1d1f1e 50%, #23292d 100%);
    background-image: url("../img/img-home-tele.jpg");
    background-size: cover;
    background-position: center bottom;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.block-accroa {
    width: 70%;
    margin: 0 auto;
}

.studio {
    color: #1abce0;
}

.slogan-accrocb {
    color: #ffffff;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.slogan-accroc {
    color: #1abce0;
    color: #ffffff;
    font-size: 35px;
    font-family: M-black;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slogan-accroc-gallery {
    color: #1abce0;
    /* color: #ffffff; */
    font-size: 35px;
    font-family: M-black;
    margin-top: 50px;
    /* margin-bottom: -25px;     */
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.btn-primary-g {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.btn-primary-g::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #d4d4d4;
    transition: width 0.3s ease;
}

.btn-primary-g:hover .slogan-accroc-gallery {
    color: #ffffff;
}

.btn-primary-g:hover::after {
    width: 100%;
}

.content-3d {
    background-image: url("../img/3d55_.jpg");
    /* opacity: 50%; */
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    padding: 100px 10px;
}

.content-contact {
    background: linear-gradient(0deg, #1d1f1e 50%, #23292d 100%);
    padding: 30px 0px;
    text-align: center;
}

.block-contact {
    margin: 0 auto;
    width: 70%;
}

.slogan-contact-title {
    color: #1abce0;
    font-size: 35px;
    font-family: M-black;
    margin-bottom: 20px;
}

.slogan-contact-phone {
    margin-top: 10px;
    margin-bottom: 10px;
}

.slogan-contact-phone a {
    color: #adadad;
    font-size: 25px;
    font-family: M-regular;
    text-decoration: none;
}

.slogan-contact-up {
    color: #ffffff;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.slogan-contact {
    color: #ffffff;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.logo-contact {
    width: 15%;
    margin-top: 20px;
}

.logo-contact-lg {
    width: 15%;
    margin-top: 20px;
}
.logo-contact-pm {
    width: 6%;
    margin-top: 20px;
    padding-left: 15px;
}

.logo-contact-sc {
    width: 10%;
    margin-top: 20px;
}

.footer {
    margin-bottom: 10px;
}

.slogan-footer {
    text-align: center;
    color: #505050;
    font-family: M-light;
    font-size: 16px;
}

.separate-footer {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.content-mov {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 20px;
}

.video-container {
    position: relative;
    margin-top: 10px;
}

.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.content-mov-a {
    color: #ffffff;
    font-family: M-black;
    letter-spacing: -0.03em;
    font-size: 50px;
    margin-top: 10px;
    text-transform: uppercase;
}

.content-mov-aa {
    color: #ffffff;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: 25px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.content-mov-b {
    color: #ffffff;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: clamp(1.5625rem, 1.1032rem + 1.2048vw, 2.1875rem);
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 1));
    margin-bottom: -5px;
}

.content-mov-bb {
    color: #ffffff;
    font-family: M-thin;
    letter-spacing: -0.03em;
    font-size: clamp(1.5625rem, 1.1032rem + 1.2048vw, 2.1875rem);
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 1));
    margin-top: -10px;
    margin-bottom: 20px;
}

.logo-presentation-mov {
    width: 30%;
    padding-top: 40px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.no-barre {
    text-decoration: none;
}

.top-nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    width: 100%;
    max-width: 1440px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
}

/* MEDIA */

@media screen and (max-width: 600px) {
    .content-mov-a {
        font-size: 20px;
    }

    .content-mov-aa {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .content-mov-b {
        font-size: 15px;
        padding-top: 10px;
    }

    .content-mov-bb {
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .logo-presentation-mov {
        width: 30%;
        margin-top: -100px;
        margin-bottom: 0px;
    }

    .logo-contact-pm {
        width: 15%;
        margin-top: 20px;
        padding-left: 15px;
    }

    .logo-contact-lg {
        width: 40%;
    }

    .slogan-contact-up {
        font-size: 30px;
    }

    .slogan-contact {
        font-size: 20px;
    }

    .slogan-contact-title {
        font-size: 35px;
    }

    .slogan-contact-phone a {
        font-size: 20px;
    }

    .block-contact {
        width: 90%;
    }

    .block-photo {
        width: 90%;
    }

    .block-video {
        width: 90%;
    }

    .phototitle {
        font-size: 35px;
    }

    .videotitle {
        font-size: 35px;
    }

    .block-presentation {
        width: 85%;
    }

    .block-accroa {
        width: 85%;
    }

    .logo-presentation {
        width: 70%;
        padding-bottom: 10px;
    }

    .content-presentation {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .content-presentation-d {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .block-presentation {
        width: 90%;
        margin: 0 auto;
    }

    .block-presentation-d {
        width: 90%;
        margin: 0 auto;
    }

    .content-photo {
        padding: 50px 10px;
    }

    .content-3d {
        padding: 50px 10px;
    }

    .content-video {
        padding: 50px 10px;
    }

    .slogan-video-a {
        letter-spacing: -0.03em;
        font-size: 20px;
    }

    .slogan-accrob {
        font-size: 30px;
    }

    .content-accroa {
        padding: 20px 10px;
    }

    .logo-contact-sc {
        width: 25%;
        margin-top: 20px;
    }

    .content-accroa-b {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .slogan-accroc-gallery {
        font-size: 30px;
    }

    .top-nav {
        gap: 30px;
    }
}

/* ------------------------------------------------ */

.carousel-container {
    width: 100%;
    overflow: hidden;
    background: #000000;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

.carousel-container:active {
    cursor: grabbing;
}

.carousel-container-c {
    background: linear-gradient(180deg, #000000 0%, #000000 50%);
}

.carousel-track {
    display: flex;
    width: max-content;
}

.gallery-item {
    display: block;
    flex-shrink: 0;
    text-decoration: none;
}

.gallery-item img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    display: block;
    padding: 10px 5px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.92);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.lightbox.is-open {
    display: flex;
}

.lightbox-content {
    max-width: 92vw;
    max-height: 92vh;
    object-fit: contain;
    display: block;
}

.close-lightbox {
    position: absolute;
    top: 20px;
    right: 24px;
    background: transparent;
    border: 0;
    color: white;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    z-index: 100000;
    padding: 0;
}

/* menu--------------------------------------- */

/* .top-nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    width: 100%;
    max-width: 1440px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
} */

.top-nav.show-nav {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.top-nav a {
    color: #ffffff;
    text-decoration: none;
    font-family: M-light;
    font-size: 18px;
    letter-spacing: -0.02em;
    transition: opacity 0.3s ease;
}

.top-nav a:hover {
    opacity: 0.7;
}
