@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Regular.otf') format('opentype'); 
  
  }
  
  
  
  
  
  
  
  :root {
      --bg: #0d0d0d; 
      --text:  #a8a9ad;
  }
  
  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  
  html {
    font-size: calc(100vw / 1512 * 10);
    
  }
  
  body {
    font-family: 'Neue Montreal';
    font-weight: 200;
    font-size: medium;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--bg);
    color: var(--text);
    overflow: hidden;
    width: 100vw;
    height: 100vh;   
    overscroll-behavior: contain;
  }
  
  
  ::-webkit-scrollbar{
    width: 0;
  }
  
  
  ::selection{
    background-color: #d8cabd;
    color: #111;
  }

  .loader{
    background-color: var(--bg);
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 90099;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}


.loader h2 span{
    display: inline-block;
    color: var(--text);
    font-weight: lighter;
    animation: fade-lin 1s;
    overflow: hidden;
    height: 4vh;
}

@keyframes fade-lin {
    from{
        opacity: 0;
    }
}


  
  .slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    animation: move 1.2s ease forwards;
    background: var(--bg);
    animation-delay: 2.6s ;
  }


  @keyframes move{
    from{
        transform: translateY(20%);
        scale: 0.7;
        opacity: 0;
    }

    to{
        scale: 1;
        opacity: 1;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg);
    display: none;
    z-index: 99999;
    animation: fade 0.7s ease forwards;
}

@keyframes move3{
    from{
        transform: translateY(30%);
        scale: 0.6;
        opacity: 0;
    }

    to{
        scale: 1;
        opacity: 1;
    }
}


@keyframes fade{
    from{
        opacity: 0;
    }
}

.skeleton {
    background-color: #f3f3f3;
    animation: pulse 1.5s infinite;
    border-radius: 4px;
    z-index: 99999;
}

@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 0.3; }
    100% { opacity: 0.6; }
}

.navigation{
    z-index: 50000;
    position: fixed;
    top: 35px ;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 9vw;
  display: flex;
  justify-content: space-between;
  }


.navigation a{
    color: var(--text);
    text-decoration: none;
    font-weight: 400;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    animation: fade-up 1.2s ease forwards;
    animation-delay: 3.5s;
    cursor: pointer;
}


.link2:hover,.link3:hover{
    opacity: 1;
}



  
.link1{
    opacity: 1;
}

.link2,.link3{
    opacity: 0.5;
transition: opacity 0.3s;
}


@keyframes fade-up {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to{
        opacity: 1;
    }
    
}


  


    .slide {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(0 100%,100% 100%, 100% 100%, 0 100%);
    cursor: pointer;

    }

    #slide-1 {
        clip-path: polygon(0 0,100% 0,100% 100%, 0 100%);
        }

        .two{
          animation: move2 1.4s ease forwards;
          animation-delay: 2.6s;
          
          opacity: 0;
          scale: 1.4;
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
      
      
        @keyframes move2{
            from{
                opacity: 0;
                scale: 1.4;
            }

            to{
              opacity: 1;
                scale: 1;
            }
        }


        .slider-content{
            position: absolute;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
     
          pointer-events: none;
            overflow: hidden;
            opacity: 0;
            animation: cool 2s ease forwards;
            animation-delay: 3.2s ;

        }

        @keyframes cool{
            from{
                opacity: 0;
            }

            to {
                opacity: 1;
            }
            }



        .slide-number{
        position: absolute;
        top: 102%;
        left: 50%;
         transform: translate(-50%, -50%);
        display: flex;



    }

    .postfix span {
        padding-right: 0.35em;
        padding-left: 0.45em;

    }
        .slide-name {
        position: absolute;
        top: 55%;
        left: 30%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        }  
        .slide-year {
        position: absolute;
        top: 55%;
        right: 20%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        }

.slide-number,
.slide-name,
.slide-year {
font-size: 18px;

line-height: 30px;
clip-path: polygon(0 0,100% 0,100% 30px, 0 30px);
}


.cursor {
    position: fixed;
    background: #e9e9e95c;
  backdrop-filter: blur(2px);
    width: 69px;
    height: 36px;
    border-radius: 32px;
    z-index: 10000;
    transition: 0.3s  transform,    0.2s  opacity;
    user-select: none;
    pointer-events: none;
    transform: scale(0);

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8vh;
    letter-spacing: -5%;
    transition: transform translate 0.3s;
    pointer-events: none;
    border: 1px solid #666;
    backdrop-filter: blur(9px);
   
  }
  
  .cursor p{
    text-align: center;
    font-family: sf pro text;
    color: var(--bg);
    font-weight: 400;
    font-size: small;
  
  }
  
  
  
  .cursor.active {
    opacity: 1;
    transform: scale(1);
  }
  
  .cursor.active::before {
    opacity: 1;
  }

  .overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg);
    display: none;
    z-index: 59999;
    animation: fade 0.7s ease forwards;
}

.project1{
  height: 75vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  opacity: 0;
  animation: fade-up 1.2s 0.2s ease forwards;
}

.block{
height: 100%;
width: 92%;
display: flex;
justify-content: center;
flex-direction: column;
}


.blockimg{
  height: 100%;
width: 100%;
overflow: hidden;
border: 1px solid #111;
border-radius: 13px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.blockimg img{
  height: 100%;
width: 100%;
object-fit: cover;
position: absolute;
}


.flexpls{
  display: flex;
  height: fit-content;
  gap: 55px;
  flex-direction: column;
  padding-bottom: 55px;
  margin-top: 90px;
}

.text{
  z-index: 5000;
  color: var(--text);
  font-size: 30px;
  overflow: hidden;
}

.block{
  display: flex;
  align-items: center;
  justify-content: center;
}

.text2{
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid var(--text);
  width: 67px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  opacity: 0.5;
  mix-blend-mode: difference;
}

.text2 span{
  opacity: 0;
}


.text3{
  position: absolute;
  bottom: 20px;
  left: 20px;
  border: 1px solid var(--text);
  width: 55px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  opacity: 0.5;
}


.slide-us{
  animation: come 1s 0.5s ease forwards;
  transform: translateY(100%);
  overflow: hidden
}

.slide-ups{
  opacity: 0;
  transform: translateY(100%);
  overflow: hidden
}

.slide-ups.animated {
  animation: come 0.7s ease forwards;
  opacity: 1;
}

@keyframes come {
  from{
  transform: translateY(100%)
}

to{
  transform: translateY(0)
}
}

@media (hover:hover){
  .mobile{
    display: none;
  }
}


@media (hover:none){
  .desktop {
     display: none;
}

.navigation a{
  animation-delay: 0s;
}

body {

  overflow: scroll;

}



}




  @media (max-width: 500px) {
    .navigation{
      left: 28vw;
      width: 30vw;
      transform: translate(0%, 0%);
    }

}

