body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    background-color: 151617;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 17px;
    overflow-x: hidden;
}



  
  video::-webkit-media-controls-played-progress {
    background-color: #ff5733 !important;
  }
  
#particle-canvas {
    width: 100%;
    height: 5%;
  }


ul a {
    text-decoration: none;
}


.disableselect_header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -115px;
}

.disableselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clearfix {
    clear: both;
}

.blur{
    filter: blur(4px);

}
.errpage {
    padding: 50px;
    font-size: 22px;
    font-weight: 600;
}

.ct_text{
    text-align: center;
}

.line {
    border-bottom: 0.25px solid #888;
    width: 40%;
  }

  .grayscale{
    filter: grayscale(1);
  }

/*FONTS*/
.font_rsp_1{
    font-size: clamp(8px,4vw,16px) !important;
}
.font_rsp_2{
    font-size: clamp(10px,4vw,18px) !important;
}
.font_rsp_3{
    font-size: clamp(12px,4vw,20px) !important;
}

.roboto_condensed-light{	
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
.roboto_flex-light{	
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight:100 !important;
    font-style: normal;
    font-size: 12px!important;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "XOPQ" 96,
      "XTRA" 468,
      "YOPQ" 79,
      "YTAS" 750,
      "YTDE" -203,
      "YTFI" 738,
      "YTLC" 514,
      "YTUC" 712;
}

.tallfilms{
    font-family: "Tall Films Fine";
    font-weight: 100;
    font-style: normal;
}

/*HAMBURGER*/

.hamburger {
    display: none;
    margin-top: 30px;
    z-index: 10000;
    height: 29px;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

img {
    filter: saturate(1.5) drop-shadow(2px 4px 6px rgba(0, 0, 0, .15));
}

.slide {
    float: left;
    margin-right: 5px;
    animation: sliderx 55s linear infinite;
}

.slides {
    width: 100%;
    display: flex;
    overflow: hidden;
}



@keyframes sliderx {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-316px * 20));
    }
}

.scroller_info {
    display: flex;
    font-family: 'Poppins-Light', sans-serif;
    justify-content: center;
    transform: rotate(270deg);
    top: -80px;
    position: relative;
    font-weight: 700;
    color: rgb(240, 240, 240);
    font-weight: 200;
    font-size: 18px;

}

/*ScrollTO*/
html {
    scroll-behavior: smooth;
  }
  
  a,
  button{
    display: inline-block;
  }
  
  .first {
      background: #ccc;
  }
  rgb(255, 114, 114)
  .second {
      width: 100%;
      height: 1000px;
      background: #999;
  }
  .animation-on-scroll{
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s ease-in;
}
/*ScrollBar*/  

::-webkit-scrollbar {
    width: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 15px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #646464;
}


/*ANIMATION*/
.zoom{

}
.zoom:hover{
    transform: scale(1.05);
    transition: transform .2s ease;
}  

.speed{
    speed
    
    }
    
.fade_in {
    animation: fade_in 3s ease-in 0s forwards;
}

@keyframes fade_in {
    0% {
    opacity: 0;
    }

    100% {
    opacity: 1;
    }
}
/*VIDEO*/
.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_gallery {
    width: 100%;
    height: 80%;
}

/*IMAGE*/
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.main-img {
    width: 311px;
    height: 675px;
}


    /*CONTAINT*/
    .all_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;

        }

    /*Main_Title*/
    .main_title {
        justify-items: center;
        width: 100%;
        height: 500px;
    }


    .video_title {
        object-position: 50% 8%;
        width: 100%;
    }

    .main_title-countaint{
        z-index: 99;
        margin: 35px;
        text-align: center;
    }
    .main_title-title{

    }

    .block_text{
        width: 100%;
        max-width: calc(100% - 35%);
    }

    /*LatestProject*/
    .latest_project {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: black;
        height: 870px;
    }
    .latest_video {
        object-fit: cover;
        height: 100%;
    }
    .latest-title{
        text-align: center;
        letter-spacing: 5px;
        font-size: 90%;
        line-height:initial
    }
    .latest_project-a{
        overflow: hidden;
        text-align: center;
        height: inherit;
    }

 
    .info_project-texte{
        font-size: 12px;
        position: absolute;
        bottom: 20px;
        right: 50px;
        line-height: 5px;
        text-align: right;
        color: #868686;
        font-family: "Inter", sans-serif;

    }
    .black_box{
        position: absolute;
        right: 0px;
        bottom: 0px;
        border-bottom: 130px solid rgba(0, 0, 0, 0.397);
        border-left: 75px solid transparent;
        height: 0;
        width: 600px;
        filter: blur(18px);

    }

    /*WHO-WHAT-HOW*/
    .wwh{
        margin-top: 6rem;
        margin-bottom: 10rem;
        display: flex;
        justify-items: center;
        justify-content: center;
        gap: 10%;
        width: 60%;

    }


    .margin_TB{
        margin-top: 36px;
        margin-bottom: 36px;
    }


    /*PROCESS*/
    .process{
        margin-bottom: 130px;
        width: 780px;
    }


    @media screen and (max-width: 1600px) {
        .wwh {gap: 0%;
        flex-direction: column;
        
        }
      }
    @media screen and (max-width: 1300px) {
    .wwh {gap: 0%;
    }
    }


    .gallery{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap:1vh;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    @media screen and (in-width: 600px) {
        .gallery {        flex-direction: column;
            ;
        }

    }
    .gallery-items{
        width: 100%;
        height: 500px;
        object-fit: cover;
    }


    /* Details */

    details {
        border-radius: 4px;
        padding: 0.5em 0.5em 0;
        margin-bottom: 3em;
        width: 80%;
      }
      
      summary {
        font-weight: 100;
        margin: -0.5em -0.5em 0;
        padding: 0.5em;
      }
      
      details[open] {
        padding: 0.5em;
      }
      
      details[open] summary {
        border-bottom: 1px solid #aaa;
        margin-bottom: 0.5em;
        font-weight: 100;
      }