
HTML CSS JSResult
*{
  font-family:proxima-nova,sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {

  background: #0e0e0e;
  margin:0;
  padding:0;
  font-family: proxima-nova,sans-serif;
 /* overflow: hidden; */
/* height: 120vh; */

}
html {
  scroll-snap-type: y mandatory;
  overscroll-behavior: none;
  overflow: auto;
}
a{
  text-decoration: none;
  color: white;

}

.copy {
  max-width: 500px;
  margin:0 auto;
}

.big, .small {
  display:none;
}

 @media only screen and (max-width: 670px) {
  body {

  }


  #main-img1 {
    top:100px !important;
  }

}

@media only screen and  (min-width: 601px) {
  .big {
    display:block;
  }
}





.container{
  /* margin-top: -30px; */
  height: 100vh;
  width: 100vw;
  position: relative;
  float: left;
  /* background-color: white; */
  overflow: hidden;
  z-index: -9999999;
  background: #0e0e0e;
  scroll-snap-align: start;
  overflow: hidden;
 height: 100vh;
}


.containerA{

  z-index: -9999999;
}
.containerB{
  z-index: 99999;
}

.containerC{
  z-index: 9999;
}

@keyframes scale-ho {
  0% {
            transform: scaleX(0);
            transform-origin: 0% 0%;
    opacity: .4;
  }
  100% {
            transform: scaleX(1);
            transform-origin: 0% 0%;
    opacity: .4;
  }
}

@keyframes scale-ver {
  0% {
            transform: scaleY(0);
            transform-origin: 100% 0%;
            opacity: 0.4;
  }
  100% {
            transform: scaleY(1);
            transform-origin: 100% 0%;
            opacity: 0.4;
  }
}
/* line end */




#main-img{
  position:absolute;
  top:calc(50vh - 25vmin);
  left:calc(50vw - 25vmin);
  width: 100%;
  position:absolute;
  top:calc(50vh - 25vmin);
  left:calc(50vw - 25vmin);
  width:50vmin;
  height:50vmin;
  z-index:-1;
  transform: scale(1);
  transform-origin: center;
  transition: transform .5s ease-in-out;
  z-index: 99999999999999999999;
  animation: intro 3.3s ease-in-out;
}

#main-img2{
  position:absolute;
  top:calc(50vh - 25vmin);
  left:calc(50vw - 25vmin);
  width: 100%;
  position:absolute;
  top:calc(50vh - 25vmin);
  left:calc(50vw - 25vmin);
  width:50vmin;
  height:50vmin;
  z-index:-1;
  transform: scale(1.1);
  transform-origin: center;
  transition: transform .5s ease-in-out;
  z-index: 99999999999999999999;
  animation: intro 3.3s ease-in-out;
  animation: fade-out-bck 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes intro {
  0% {

    opacity: 0;
  }
  80% {

    opacity: 0;
  }

  100% {

    opacity: 1;
  }
}



#main-img:hover{
  transform: scale(1.17);
}
#main-img2:hover{
  transform: scale(1.27);
}
#main-img3:hover{
  transform: scale(1.17);
}

.main-img-2, .main-img-3{
  transform: scale(1.1);
}

/* grid */
/* grid    */
.line-middle{
  width: 100vw;
  height: 1px;
  background: white;
  position: absolute;
  opacity:0.4;
  animation: scale-ho 1.4s .5s cubic-bezier(0.55,0.005,0.855,0.06) both;
}
.middle1{
  top: 0vh;
}
.middle2{
  top: 50vh;
}
.middle3{
  top: 100vh;
}

.line-vertical{
  opacity:0.4;
  width: 1px;
  height: 100vh;
  position: absolute;
  background: white;
  left: 50vw;
  animation: scale-ver 1.4s .5s cubic-bezier(0.55,0.005,0.855,0.06) both;
}

.line-vertical-1{
left: 25%;
}
.line-vertical-2{
left: 50%;
}
.line-vertical-3{
left: 75%;
}

/* scroll */
.scroll-Wrap{
  position: absolute;
  width: 25vw;
  height: 50vh;
  top: 50vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-text{
  margin: 0;
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size:1.2rem;
  color: white;
  text-transform: capitalize;
  letter-spacing: 0.25em;
  position: absolute;
  animation: intro 1.5s ease-in-out;
}

.line-scroll{
  z-index: 99;
  position: absolute;
  height: 90px;
  width: 1.3px;
  background: rgba(255,255,255,.4);
margin-top: 80px;
  animation: line 1.5s 2s infinite ease-in-out both;
  }
  .scroll-up{
margin-top: -80px;
animation: line-up 1.5s 2s infinite ease-in-out both;

  }

  @-webkit-keyframes line {
    0% {
      transform: scaleY(0);
      transform-origin: 0% 100%;
      opacity: 1;
    }
    1% {
      transform: scaleY(1);
      transform-origin: 0% 100%;
      opacity: 1;
    }
    33.3% {
      transform: scaleY(0);
      transform-origin: 0% 100%;
      opacity: 1;
    }
    66.6% {
      transform: scaleY(0);
      transform-origin: 0% 0%;
      opacity: 1;
    }
    100% {
      transform: scaleY(1);
      transform-origin: 0% 0%;
      opacity: 1;
    }
  }

  @-webkit-keyframes line-up {
    0% {
      transform: scaleY(0);
      transform-origin: 100% 0%;
      opacity: 1;
    }
    1% {
      transform: scaleY(1);
      transform-origin: 100% 0%;
      opacity: 1;
    }
    33.3% {
      transform: scaleY(0);
      transform-origin: 100% 0%;
      opacity: 1;
    }
    66.6% {
      transform: scaleY(0);
      transform-origin: 100% 100%;
      opacity: 1;
    }
    100% {
      transform: scaleY(1);
      transform-origin: 100% 100%;
      opacity: 1;
    }
  }

  @keyframes slide-in-leftW {
    0% {
              transform: translateX(-500px);
      opacity: 0;
    }
    40% {
              transform: translateX(-500px);
      opacity: 0;
    }
    100% {
              transform: translateX(0);
      opacity: 1;
    }
  }





/* logo icon */
.logo-Wrap{
    position: absolute;
    width: 25vw;
    height: 50vh;
        /* left: 75%; */
        /* background: red; */
      top: 0;
      animation: fade-in 4s ease;
}
@keyframes fade-in {
  0%{
        opacity: 0;
  }


  100% {
  opacity: 1;
  }
}
.logo{
  position: relative;
  z-index:1;
  width: 25vw;
  height: 50vh;
  transform-origin: center;
  transform: scale(.2);
}

/* Menu-icon start */
.menu-icon-Wrap{
  position: absolute;
  width: 25vw;
  height: 50vh;
  left: 75%;
  animation: slide-in-right 2s ease-in-out both;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

  .menu-line{
    width: 40px;
    margin-left: -20px;
    background: white;
    height: 2.5px;
    position: absolute;
    left: 50%;

  }
  .menu-line-1{
    top: 50%;
    margin-top:-1px;

  }
  .menu-line-2{
    top: 50%;
    margin-top:-11px;

  }
  .menu-line-3{
    top: 50%;
    margin-top:9px;

  }
  /* Menu-icon end */

  /* Text bottom   --> */
.halfbox{
  position: absolute;
  width: calc(25vw/2);
  height: 25vh;
  left: 75%;
  z-index: 1111;
  top: 50vh;
  /* background: pink; */
}
.halfbox2{
  position: absolute;
  width: calc(25vw/2);
  height: 50vh;
  left: 75%;
  z-index: 111;
  top: 50vh;
  /* background: blue; */
}

  @keyframes f222f {

    0%{
      opacity: 0;
    }
    60%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }

.text-01-Wrap{
    position: absolute;
    width: 25vw;
    height: 50vh;
    top: 50vh;
    left: 75%;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    animation: f222f 3s ease;
    text-align: center;
  }

  .ArtWork01{
    margin: 0;
    font-size: 2.2rem;
    font-weight: 500;
    transition: transform .3s ease-in-out;
    /* background: blue; */
    }

    .ArtWork013{
    top: 10px;
    position: relative;
      }
  .num01{
    font-family: proxima-nova,sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 1.12rem;
    font-weight: 500;
}

  .ArtWork01:hover {
    transform-origin: center;
    transform: translate(-100%, 100%);
    transform: scale(1.1);
  }

.arrow{
    margin: 0;
    /* background: purple; */
    width: calc(25vw/8);
    left: 50%;
    position: absolute;
    margin-left: calc(-25vw/16);
    transition: .5s ease-in-out;
    margin-top: 70px;
    z-index: 99999999;
    transition: .2s ease-in-out;
    animation: move-vertical infinite 1s ease-in-out;
    opacity: 0.8;
}
.arrow-up{
    margin: 0;
    /* background: purple; */
    width: calc(25vw/8);
    left: 50%;
    position: absolute;
    margin-left: calc(-25vw/16);
    transition: .5s ease-in-out;
    margin-top: -92.5px;
    z-index: 999999999;
    transition: .2s ease-in-out;
    animation: move-vertical-2 infinite 1s ease-in-out;
    opacity: 0.8;
}
.arrow-up:hover{
  width: calc(25vw/7);
  margin-left: calc(-25vw/14);
  transform-origin: center;
  opacity: 1;

}
.arrow:hover{
  width: calc(25vw/7);
  margin-left: calc(-25vw/14);
  transform-origin: center;
  opacity:1;

}



@keyframes move-vertical {
  0%{
            transform: translateY(0);
  }

  50%
{
            transform: translateY(-8px);
  }


  100% {
            transform: translateY(0px);
  }
}
@keyframes move-vertical-2 {
  0%{
            transform: translateY(0);
  }

  50%
{
            transform: translateY(8px);
  }


  100% {
            transform: translateY(0px);
  }
}

@keyframes move-verticalm {
  0%{
            transform: translateY(0);
  }

  50%
{
            transform: translateY(-8px);
  }


  100% {
            transform: translateY(0px);
  }
}
@keyframes move-vertical-2m {
  0%{
            transform: translateY(0);
  }

  50%
{
            transform: translateY(8px);
  }


  100% {
            transform: translateY(0px);
  }
}








/* Text bottom  end --> */




/* Click- ANIMATION */
/* Click- ANIMATION */
/* Click- ANIMATION */


.pageChangeAnimation #main-img{

  animation: bye .9s ease-in-out;
}



.pageChangeAnimation .scroll-Wrap{
    animation: move-left .75s cubic-bezier(0.755,0.05,0.855,0.06) both;
}
.pageChangeAnimation .text-01-Wrap{
  animation: move-right .75s cubic-bezier(0.755,0.05,0.855,0.06) both;
}
.pageChangeAnimation .menu-icon-Wrap{
  animation: move-right .75s cubic-bezier(0.755,0.05,0.855,0.06) both;
}

/* 22 */





@-webkit-keyframes bye {
  0% {
            transform: scale(1);
    opacity: 1;
  }
  100% {
            transform: scale(0);
    opacity: 1;
  }
}

@keyframes move-left {
0% {
          transform: translateX(0);
}

100% {
          transform: translateX(-500px);
}
}
@keyframes move-right {
0% {
          transform: translateX(0);
}

100% {
          transform: translateX(500px);
}
}


#mobile{
    display: none;
}

/* mobile version */
@media (max-width: 670px) {
  #mobile{
      display: block;
  }
    #desktop
     {
        display: none;
    }

    body {
        background: #0e0e0e;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
    }
    /* screen*/
    .container-m{
      height: 100vh;
      width: 100vw;
      position: absolute;
      float: left;
      display: block;
      /* background-color: white; */
      overflow: hidden;
      z-index: -9999999;
      background: #0e0e0e;
      scroll-snap-align: start;
      overflow: hidden;
     height: 300vh;

    }
      .container-m1{
        width: 100vw;
        height: 100vh;
        /* background: red; */
        background: #0e0e0e;
      }
      .container-m2{
        top: 100vh;
        width: 100vw;
        height: 100vh;
        background: blue;
        background: #0e0e0e;
      }
      .container-m3{
        top: 200vh;
        width: 100vw;
        height: 100vh;
        background: green;
        background: #0e0e0e;

      }

/* grid    */
.line-middle-m{
  width: 100vw;
  height: 1px;
  background: white;
  position: absolute;
  opacity:0.4;
  animation: scale-ho 1.4s .5s cubic-bezier(0.55,0.005,0.855,0.06) both;
}
.middle1-m{
  top: 25vh;
}
.middle2-m{
  top: 50vh;
}
.middle3-m{
  top: 75vh;
}
.middle4-m{
  top: 100vh;
  z-index: 9999999999999999999999;
  width: 100vw;
  height: 1px;
  background: white;
  position: absolute;
  opacity:1;
  animation: scale-ho 1.4s .5s cubic-bezier(0.55,0.005,0.855,0.06) both;
}
.line-vertical-m{
  opacity:0.4;
  width: 1px;
  height: 100vh;
  position: absolute;
  background: white;
  left: 50vw;
  animation: scale-ver 1.4s .5s cubic-bezier(0.55,0.005,0.855,0.06) both;
}
/* line end *//* line end */


#main-img-m{
  position:absolute;
  top:calc(50vh - 25vmin);
  left:calc(50vw - 25vmin);
  width: 100%;
  position:absolute;
  top:calc(50vh - 25vmin);
  left:calc(50vw - 25vmin);
  width:50vmin;
  height:50vmin;
  z-index:-1;
  transform: scale(1);
  transform-origin: center;
  transition: transform .5s ease-in-out;
  z-index: 99999999999999999999;
  animation: intro 3.3s ease-in-out;
  pointer-events: visible;
  pointer-events: visibleFill;
}
  #main-img-m2{
  position:absolute;
  top:calc(50vh - 25vmin);
  left:calc(50vw - 25vmin);
  width: 100%;
  position:absolute;
  top:calc(50vh - 25vmin);
  left:calc(50vw - 25vmin);
  width:50vmin;
  height:50vmin;
  z-index:-1;
  transform: scale(1.125);
  transform-origin: center;
  transition: transform .5s ease-in-out;
  z-index: 99999999999999999999;
  animation: intro 3.3s ease-in-out;
  }
  #main-img-m:hover{
  transform: scale(1.2);
  }
  .main-img-2, .main-img-3{
  transform: scale(1.1);
  }


/* scroll m */
.scroll-Wrap-m{
  position: absolute;
  width: 50vw;
  height: 25vh;
  top: 75vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
}
.scroll-text-m{
  z-index: 111;
  margin: 0;  /* height: 100px; */
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size:.9rem;
  color: white;
  text-transform: capitalize;
  letter-spacing: 0.25em;
  position: absolute;
  transform-origin: center;
  margin-top: 10px;

  /* margin-top: 20px; */
}
.line-scroll-m{
z-index: 99;
position: absolute;
height: 60px;
width: 1.3px;
background: rgba(255,255,255,.6);
margin-top: 70px;
animation: line 1.5s  1.5s infinite ease-in-out both;
}
.scroll-up-m{
margin-top: -60px;
animation: line-up 1.5s  1.5s infinite ease-in-out both;
}
/* scroll end */


/* logo icon */
.logo-Wrap-m{
  pointer-events: visible;
  pointer-events: visibleFill;
  position: absolute;
  width: 50vw;
  height: 25vh;
  top: 0;
  /* background: red; */
  animation: fade-in 4s ease;
}
.logo-m{
  position: relative;
  z-index:1;
  width: 50vw;
  height: 25vh;
  transform-origin: center;
  transform: scale(.25);
}

/* Menu-icon start */
.menu-icon-Wrap-m{
  pointer-events: visible;
  pointer-events: visibleFill;
  position: absolute;
  width: 50vw;
  height: 25vh;
  left: 50%;
  animation: slide-in-right 2s ease-in-out both;
  overflow: hidden;
}
.menu-line-m{
  pointer-events: visible;
  pointer-events: visibleFill;
  width: 40px;
  margin-left: -10px;
  background: white;
  height: 2.5px;
  position: absolute;
  left: 50%;
}
.menu-line-1-m{
  top: 50%;
  margin-top:-1px;
}
.menu-line-2-m{
  top: 50%;
  margin-top:-11px;
}
.menu-line-3-m{
  top: 50%;
  margin-top:9px;
}
/* Menu-icon end */


/* Text bottom   --> */
.text-01-Wrap-m{
pointer-events: visible;
pointer-events: visibleFill;
width: 50vw;
height: 25vh;
top: 75vh;
left: 50%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
/* background: red; */
}

.ArtWork-m{
/* background: black; */
margin: 0;
font-size: 1.6rem;
font-weight: 500;
transition: transform .3s ease-in-out;
margin-top: 15px;
pointer-events: visible;
pointer-events: visibleFill;
}

.ArtWork-m1{
transition: transform .3s ease-in-out;
margin-top: -2px;
}

.ArtWork-m2{
  transition: transform .3s ease-in-out;
margin-top: 0px;
}

.ArtWork-m3{
  transition: transform .3s ease-in-out;
margin-top: 15px;
}

.ArtWork-m:hover {
  transform-origin: center;
  transform: translate(-100%, 100%);
  transform: scale(1.1);
}

.num01-m{
font-family: proxima-nova,sans-serif;
margin: 0;
padding: 0;
display: block;
text-align: center;
font-size: 1rem;
font-weight: 500;
}

.ArtWork01-m:hover {
transform-origin: center;
transform: translate(-100%, 100%);
transform: scale(1.1);
}

.arrow-m{
margin: 0;
/* background: purple; */
width: calc(25vw/4);
left: 50%;
position: absolute;
margin-left: calc(-25vw/8);
transition: .5s ease-in-out;
margin-top: 50px;
z-index: 99999999;
transition: .2s ease-in-out;
animation: move-vertical infinite 1s ease-in-out;
opacity: 0.8;

}
.arrow-up-m{
margin: 0;
/* background: purple; */
width: calc(25vw/4);
left: 50%;
position: absolute;
margin-left: calc(-25vw/8);
transition: .5s ease-in-out;
margin-top: -65px;
z-index: 99999999;
transition: .2s ease-in-out;
animation: move-vertical-2 infinite 1s ease-in-out;
opacity: 0.8;

}
.arrow-up-m:hover{
width: calc(25vw/3);
margin-left: calc(-25vw/6);
transform-origin: center;
opacity: 1;

}
.arrow-m:hover{
width: calc(25vw/3);
margin-left: calc(-25vw/6);
transform-origin: center;
opacity:1;
}










      /* Text bottom  end --> */
