*{
    margin:0;
    padding:0;
}

body{
background-color: #000000;
position: relative;
width: 1512px;
height: 4422px;
}

.conceptpart{
    position: absolute;
    width: 1512px;
    height: 982px;
    left: 0px;
    top: 0px;

    background: #FFFFFF;
   
}


.concept{
    position: absolute;
width: 212px;
height: 81px;
left: 68px;
top: 205px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 47px;

color: #000000;

}

.concepttext{
    position: absolute;
width: 961px;
height: 277px;
left: 321px;
top: 178px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 23px;

color: #000000;

}
.num1{
    position: absolute;
width: 136px;
height: 104px;
left: 68px;
top: 455px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 59px;

color: #000000;

}

.title{
    position: absolute;
    width: 186px;
    height: 56px;
    left: 47px;
    top: 541px;
    
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    
    color: #000000;
    
}

.work1text{
    position: absolute;
width: 965px;
height: 323px;
left: 321px;
top: 484px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 23px;

color: #000000;
}

.material{
    position: absolute;
width: 968px;
height: 100px;
left: 321px;
top: 866px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;

color: #000000;
}


.a{
    position: absolute;
width: 531px;
height: 577px;
left: -130px;
top: 1229px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-size: 700px;
line-height: 820px;

color: #FFFFFF;

border: 1px solid #000000;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.r1{
    position: absolute;
width: 380px;
height: 544px;
left: 795px;
top: 1229px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-size: 700px;
line-height: 820px;

color: #FFFFFF;

}

.t{
    position: absolute;
width: 210px;
height: 501px;
left: 1208px;
top: 1229px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-size: 700px;
line-height: 820px;

color: #FFFFFF;
}

.work2{

position: absolute;
width: 1512px;
height: 982px;
left: 0px;
top: 2090px;

background: #FFFFFF;
}

.num2{
    position: absolute;
width: 136px;
height: 104px;
left: 99px;
top: 437px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 59px;

color: #000000;

}

.work2text{
    position: absolute;
width: 891px;
height: 465px;
left: 349px;
top: 466px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-size: 20px;
line-height: 23px;

color: #000000;
}

.title2{
    position: absolute;
width: 186px;
height: 56px;
left: 74px;
top: 535px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 23px;

color: #000000;
}

.w{
    position: absolute;
width: 440px;
height: 564px;
left: -428px;
top: 3273px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-size: 700px;
line-height: 820px;

color: #FFFFFF;
}

.o{
    position: absolute;
width: 159px;
height: 498px;
left: 175px;
top: 3282px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-size: 700px;
line-height: 820px;

color: #FFFFFF;
}

.r{
    position: absolute;
width: 399px;
height: 697px;
left: 881px;
top: 3282px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 200;
font-size: 700px;
line-height: 820px;

color: #FFFFFF;

}

.k{
    position: absolute;
width: 184px;
height: 546px;
left: 1328px;
top: 3282px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 700px;
line-height: 820px;

color: #FFFFFF;
}




nav {
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transform: translate3d(35px, -35px, 0);
    /* transition: transform 0.5s cubic-bezier(0.3, 1.4, 0.5, 0.9); */
  }
  nav.open {
    transform: translate3d(0, 0, 0);
  }
  nav.top-right {
    top: -140px;
    right: -80px;
  }
  
  .disc {
    position: absolute;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font:  'Roboto Slab', serif;
   
   
    line-height: 40px;
    padding-top: 10px;
    border-radius: 300px;
    transform: scale3d(0.5, 0.5, 0.5) rotate3d(0, 0, 1, 190deg);
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.3, 1.4, 0.5, 0.9), opacity 0.5s;
  }
  .disc div {
    transform: rotate(180deg);
  }
  .open .disc {
    pointer-events: auto;
    opacity: 1;
  }
  
  /* .l1 {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0);
   
    transition-delay: 0s;
  }
  .open .l1 {
    transition-delay: 0s;
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 190deg);
    opacity: 1;
  }
  .open .l1:hover {
    background: shade(rgb(1, 1, 1), 90%);
    color: rgb(254, 254, 254);
    transition-delay: 0s;
  }
  .open .l1:active {
    background: shade(rgb(1, 1, 1), 50%);
    color: rgb(250, 250, 250);
  }
  .open .l1.toggle {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 10deg);
  } */
  
  .l2 {
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    background: #494949;
    color: rgb(179, 175, 175);
    transition-delay: 0.1s;
    
  }
  .open .l2 {
    transition-delay: 0.1s;
    transform: scale3d(1, 1, 1) rotate3d(0, 180, 360, 80deg);
    opacity: 1;
  }
  
  .l2 p{
    position: absolute;
    left:40%;
    top:86%;
    font-size: 20px ;
    letter-spacing: .1rem;
   
  }
  .open .l2:hover {
    background: shade(#5b5a5a, 90%);
    color: #ffffff;
    transition-delay: 0s;
  }
  .open .l2:active {
    background: shade(#ff7a39, 50%);
    color: #ff7a39;
  }
  .open .l2.toggle {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 10deg);
  }
  
  .l3 {
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;
    background: #6d6d6c;
    color: rgb(169, 169, 169);
    transition-delay: 0.2s;
    
  }
  .open .l3 {
    transition-delay: 0.2s;
    transform: scale3d(1, 1, 1) rotate3d(0, 180, 360, 80deg);
    opacity: 1;
  }
  
  .l3 p{
    position: absolute;
    left:32%;
    top:84%;
    font-size: 20px ;
    letter-spacing: .1rem;
  
   
  }
  .open .l3:hover {
    background: shade(#bdbbbb, 90%);
    color: #ffffff;
    transition-delay: 0s;
  }
  .open .l3:active {
    background: shade(#ff912b, 50%);
    color: #ff912b;
  }
  .open .l3.toggle {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0,0, 1, 10deg);
  }
  
  .l4 {
    top: 150px;
    left: 150px;
    right: 150px;
    bottom: 150px;
    background: #adacac;
    transition-delay: 0.3s;
    color: rgba(80, 79, 79, 0.802);
  
   
  }
  .open .l4 {
    transition-delay: 0.3s;
    transform: scale3d(1, 1, 1) rotate3d(0, 180, 360, 70deg);
    opacity: 1;
    padding-top: 0px;
  }
  
  .l4 p{
    position: absolute;
    left:16%;
    top:145px;
    font-size: 20px ;
    letter-spacing: .1rem;
    transform: scale3d(1, 1, 1) rotate3d(0, 180, 360, 20deg);
  }
  .open .l4:hover {
    background: shade(#c6c6c6, 90%);
    color: #fcfcfc;
    transition-delay: 0s;
  }
  .open .l4:active {
    background: shade(#ffa91c, 50%);
    color: #0c0c0c;
  }
  .open .l4.toggle {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 10deg);
  }
  
  .l5 {
    top: 210px;
    left: 210px;
    right: 200px;
    bottom: 200px;
    background: #b8b6b6;
    transition-delay: 0.4s;
    color:rgb(208, 206, 206);
    letter-spacing: .1rem;
  }
  .open .l5 {
    transition-delay: 0.4s;
    transform: scale3d(1, 1, 1) rotate3d(0, 180, 360, 80deg);
    opacity: 1;
  }
  .open .l5:hover {
    background: shade(#949393, 90%);
    color: #ffffff;
    transition-delay: 0s;
  }
  .open .l5:active {
    background: shade(#e3e377, 50%);
    color: #b4b45b;
  }
  .open .l5.toggle {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 180, 360, 80deg);
  }
  
  .toggle {
    line-height: 80px;
    padding: 0px;
    width: 80px;
    height: 80px;
    background: rgb(255, 255, 255);
    color:rgb(0, 0, 0);
    /* opacity: 0.6; */
    font-family: 'Roboto Slab', serif;
    font-size: 8px ;
    text-shadow: 1px 1px grey;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .open .toggle {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  .toggle:hover {
    background-color: (rgb(201, 201, 73), 90%);
    text-decoration: underline;
    transform: scale(1.1);
    color:rgb(0, 0, 0);
  }
  .toggle:active {
    background: shade(gold, 50%);
    color: rgba(255, 215, 0, 0.5);
    transform: scale(1);
    transition-duration: 0.5s;
  
  }


  .img1{
    position: absolute;
    width: 628px;
    height: 700px;
    left: 260px;
    top: 1287px;
  }

  .img2{
    position: absolute;
width: 806px;
height: 800px;
left: 334px;
top: 3278px;
border-radius: 306.5px;
  }

  .button{
    position: absolute;
width: 1473px;
height: 229px;
left: 0px;
top: 4294px;

background: #FFFFFF;
  }

  .previous{
    position: absolute;
width: 158px;
height: 54px;
left: 88px;
top: 100px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 30px;
line-height: 35px;
background-color: white;
border:none;

color: #000000;
  }

  .next{
    position: absolute;
width: 152px;
height: 45px;
left: 1194px;
top: 100px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 30px;
line-height: 35px;
background-color: white;
border:none;

color: #000000;
  }

  .next:hover{
    border:2px dotted #000000;
    border-radius: 50%;
    color: rgba(54, 54, 54, 0.681);
   
}

.previous:hover{
    border:2px dotted #000000;
    border-radius: 50%;
    color: rgba(49, 49, 49, 0.681);
   
}