* {
    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: #d6d6d6;            
    background: #2e2e2e;      
    background: #181818;     
} 

p{
    margin: 0;
    padding: 0;
    margin-block-start: 0px;
}

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

.video-container {
    position: relative;
    overflow: hidden;
}

.video-loader {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 220px;
    height: 4px;
    background: rgba(255,255,255,0.18);
    z-index: 20;
    overflow: hidden;
    border-radius: 999px;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.video-loader-bar {
    width: 0%;
    height: 100%;
    background: #ffffff;
    transition: width 0.2s linear;
}

.video-loader.is-hidden {
    opacity: 0;
    pointer-events: none;
}
/* ------------------------------------------------------------------------------- */



.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;
    }



.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: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #000;
    background: #000000;    

} 

/* .block-accroa{ */
    /* width: 100%; */
    /* margin: 0 auto;         */
    /* text-align: left; */
    /* padding: 50px 10px; */

/* }  */


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


.slogan-accroc-a{
    color: #1ABCE0;
    color: #ffffff;
    font-size: 35px;
    font-family: M-black;
    /* margin-bottom: 20px;     */
    padding-top: -50px;
    text-transform: uppercase; 
}


.slogan-accroc-b{
    color: #1ABCE0;
    color: #ffffff;
    font-size: 35px;
    font-family: M-thin;
    /* margin-bottom: 20px;     */
    text-transform: uppercase; 
}

.slogan-accrocb {
     width: 70%;
    color: #ffffff;
    font-family: M-thin;   
    letter-spacing: -0.03em;    
    font-size: 25px;
    margin-top: -5px; 
    margin: 0px auto;
} 


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


.slogan-presention-b {
    color: #bbbbbb;
    font-family: M-light;    
    letter-spacing: -0.03em;    
    font-size: clamp(1.25rem, 1.0838rem + 0.5319vw, 1.5625rem);
    text-align: center;
    padding-top: 50px;

}

.mbtoom{
    padding-bottom: 10px;
}



.separated {
    height: 1px;
    width: 80%;
    background: #adadad;
    background: #1ABCE0;
    margin: 0 auto;  
    margin-bottom: 30px;
    margin-top: 30px;
    
}


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


.outfit-a{
 
    letter-spacing: -0.035em;  
    color: #ffffff; 
    font-family: M-outfit;
    text-transform: uppercase; 
    font-size: 44px;
}

.outfit-b{
    font-family: M-thin;  
    letter-spacing: -0.01em;  
    color: #ffffff;  
    text-transform: uppercase; 
    font-size: 37px;
    margin-top: -7px;
}

    




.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: 30px;
    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;
}

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

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

@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: 50vh;
            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;  */
            object-fit: contain;
            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);
            width: 450px;
            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: 500px; */
            font-family: M-light;     
            letter-spacing: -0.03em;    
            /* font-size: clamp(1.25rem, 0.9176rem + 1.0638vw, 1.875rem);    */
            font-size: 40px;
            /* 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 0%); */
            background-image: url(../img/img-home-tele-c.jpg);
            background-size: cover;
            padding-top: 80px;
            padding-bottom: 50px;
            text-align: center;
            /* background: #000; */
        }
        
        .block-presentation{
            width: 70%;
            margin: 0 auto;        
        }
        
        .logo-presentation{
            width: 40%;
            padding-bottom: 40px;
            padding-top: 0px;
        }

          .logo-presentation-b{
            width: 20%;     
            padding-bottom: 50px;
        }


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


 

        .content-presentation-d {
            background: linear-gradient(180deg, #000 0%, #303d46 90%);
            /* background: #000; */
            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: 0px auto;  
            width: 90%;
        }

        .content-photo {
            background-image: url(../img/test-hexa.jpg);
            background-size: cover;
            background: linear-gradient(180deg, #303d46be 100%, #000000 0%);
            background: #000;
            position: relative;          
            color: white;
            padding: 30px 10px 0px;
            overflow: hidden;
            background-color: #000000;
        }
 
        .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: 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 {
            /* background: linear-gradient(0deg, #1d1f1e 50%, #23292d 100%); */
            /* background: linear-gradient(0deg, #000000 50%, #23292d 100%); */
            background-image: url('../img/img-home-tele.jpg');
            background-size: cover; 
            background-position: center bottom;
            /* position: relative;           */
            padding: 100px 10px 50px;
            text-align: center;
        } 
        
        /* .block-accroa{
            width: 10%;
            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/img-home-tele-b.jpg');
            background-size: cover; 
            background-position: center;
            background-position: center bottom;
            position: relative;          
            color: white;
            padding: 100px 10px;   
        }     
        
        .block-video{
            width: 70%;
            margin: 0 auto; 
        }

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

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

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

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

        .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;   
        }



    .slogan-accroc-gallery{        
        color: #1ABCE0;
        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');
        background-size: cover; 
        background-position: center;
        position: relative;          
        color: white;
        padding: 100px 10px; 
        margin-top: 20px;   
    }    

    .content-contact {
        background: #000;
        padding: 1px 0px 20px;
        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%;
        height: 100%;
        /* max-width: 1920px; */
        margin: 0 auto;
        aspect-ratio: 16 / 9;
        /* overflow: hidden; */
        /* background-color: black; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ratio{
        aspect-ratio: 16 / 7;
    }

    .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%);
    width: 100%;
    max-width: 1440px;
    z-index: 100001;
    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: 1;
}

    
    /* 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%;
        margin: 0 auto;     
    }

    .logo-presentation{
        width: 50%;
        padding-bottom: 10px;
        padding-top: 20px;
    } 

    .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;        
    }


    .separate-up {
        width: 90%;
    }


    .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;
        padding-top: 10px;
    }

    .content-accroa {
        padding: 30px 10px 1px;
    } 


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

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

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


    .slogan-accrocb {
        width: 100%;
        font-size: 20px;
    } 


    .slogan-presention{
        width: 100%;
    }

    .slogan-presention-d{
        width: 100%;
    }    

    .outfit-a{
        font-size: 25px;
        margin-bottom: 0px;
    }
    .outfit-b{
    margin-bottom: 10px;
}


    .logo-presentation-b{
        width: 50%;     
        padding-bottom: 20px;
    }


    .logo-presentation-d{
        display: none;
    }

    .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-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;
}

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




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



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