*{
    margin:0px;
    padding: 0px;
}
body{
    background-color: white;
  
}
.background{
    position: absolute;
width: 1471px;
height: 920px;
left: -1px;
top: 0px;
opacity: 0.5;

}

.titlesection{
  


position: absolute;
width: 1440px;
height: 918px;
left: 0px;
top: 0px;
}



.title{
    position: absolute;
    width: 1171px;
    height: 347px;
    left: 211px;
    top: 121px;
    
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 300px;
    line-height: 133.1%;
    /* or 399px */
    
    letter-spacing: 0.9em;
    
    color: #000000;
}

.title1{
    position: absolute;
    width: 1008px;
    height: 376px;
    left: 385px;
    top: 382px;
    
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 300px;
    line-height: 133.1%;
    /* or 399px */
    
    letter-spacing: 0.8em;
    
    color: #000000;
    
}

.title2{
    position: absolute;
    width: 1325px;
    height: 347px;
    left: 170px;
    top: 192px;
    font-family: "Roboto Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 300px;
    line-height: 351px;
    letter-spacing: 0.9em;
    color: rgba(184, 182, 182, 0.1);

}

.title3{
    position: absolute;
    width: 1013px;
    height: 309px;
    left: 310px;
    top: 521px;
    font-family: "Roboto Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 300px;
    line-height: 351px;
    letter-spacing: 0.8em;
    color: rgba(184, 182, 182, 0.1);
}

.home{
    position: absolute;
width: 37px;
height: 16px;
left: 1363px;
top: 63px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 133.1%;
/* identical to box height, or 16px */

letter-spacing: 0.1em;

color: #000000;

text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
background-color: white;
border: none;
}

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

.concept{
    position: absolute;
width: 914px;
height: 498px;
left: 301px;
top: 1154px;

font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 133.1%;
/* or 27px */

letter-spacing: 0.1em;

color: #000000;
}

.background2{
    position: absolute;
    width: 1309px;
    height: 385px;
    left: 63px;
    top: 1819px;
    opacity:0.9;
    filter: blur(5px);
}

.ins{
    position: absolute;
    width: 161px;
    height: 40px;
    left: 81px;
    top: 2354px;
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 133.1%;
    /* identical to box height, or 40px */
    
    letter-spacing: 0.02em;
    
    color: #000000;
}

.ins1{
    position: absolute;
    width: 357px;
    height: 514px;
    left: 242px;
    top: 2479px;

}

.ins2{
    position: absolute;
    width: 351px;
    height: 514px;
    left: 666px;
    top: 2479px;
    
    
}

.black{
    position: absolute;
width: 1470px;
height: 920px;
left: 0px;
top: 3176px;

background: #1C1C1C;
}


.con1{
    position: absolute;
    width: 108px;
    height: 46px;
    left: 49px;
    top: 266px;
    
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 133.1%;
    /* or 23px */
    
    letter-spacing: 0.145em;
    
    color: #FFFFFF;
}

.con-text{
    position: absolute;
width: 196px;
height: 371px;
left: 45px;
top: 329px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 133.1%;
/* or 23px */

letter-spacing: 0.145em;

color: #FFFFFF;

}

.conimg1{
    position: absolute;
    width: 532px;
    height: 466px;
    left: 306px;
    top: 251px;
    filter: brightness(1.1);
}

.conimg2{
    position: absolute;
    width: 551px;
    height: 466px;
    left: 873px;
    top: 251px;
    filter: brightness(1.1);
    
}

.sketch{
    position: absolute;
width: 317px;
height: 330px;
left: 530px;
top: 4293px;
filter: brightness(1.4);
transform: rotate(-90deg);
}

.sketchfinal{
  

    position: absolute;
    width: 317px;
    height: 330px;
    left: 900px;
    top: 4293px;
    filter: brightness(1.2);
transform: rotate(-90deg);
}

.sketchtool{
    position: absolute;
    width: 500px;
    height: 620px;
    left: 839px;
    top: 4650px;
    

}

.material{
    position: absolute;
width: 196px;
height: 73px;
left: 531px;
top: 4708px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 133.1%;
/* or 33px */

letter-spacing: 0.145em;

color: #000000;
}

.material-text{
    position: absolute;
width: 272px;
height: 73px;
left: 530px;
top: 4775px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 133.1%;
/* or 23px */

letter-spacing: 0.145em;

color: #000000;
}

.tool{
    position: absolute;
width: 231px;
height: 181px;
left: 530px;
top: 4850px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 133.1%;
/* or 33px */

letter-spacing: 0.145em;

color: #000000;
}

.tool-text{
    position: absolute;
width: 231px;
height: 181px;
left: 530px;
top: 4900px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 133.1%;
/* or 33px */

letter-spacing: 0.145em;

color: #000000;
}

.sketchtext{
    position: absolute;
width: 353px;
height: 314px;
left: 530px;
top: 5050px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 133.1%;
/* or 33px */

letter-spacing: 0.145em;

color: #000000;
}

.background3{
    position: absolute;
width: 1293px;
height: 385px;
left: 59px;
top: 5455px;
}

.shadow{
    position: absolute;
width: 272px;
height: 45px;
left: 71px;
top: 5918px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 133.1%;
/* or 40px */

letter-spacing: 0.02em;

color: #000000;
}

.shadow-text{
    position: absolute;
width: 720px;
height: 121px;
left: 102px;
top: 6027px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 133.1%;
/* or 23px */

letter-spacing: 0.02em;

color: #000000;
}

.shadowfinal{
    position: absolute;
    width: 460px;
    height: 680px;
    left: 102px;
    top: 6249px;
    
}

.shadow1{
    position: absolute;
    width: 279px;
    height: 320px;
    left: 735px;
    top: 6249px;
    filter: brightness(1.2);
}

.shadow2{
    position: absolute;
width: 247px;
height: 320px;
left: 1095px;
top: 6264px;
filter: brightness(1.2);
}

.shadow3{
    position: absolute;
width: 292px;
height: 320px;
left: 735px;
top: 6607px;
}

.shadow4{
    position: absolute;
width: 237px;
height:330px;
left: 1095px;
top: 6607px;
filter: brightness(1.3);

}

.blacksection{
    position: absolute;
width: 1470px;
height: 900px;
left: 0px;
top: 7083px;

background: #1C1C1C;
}

.box-text{
    position: absolute;
width: 913px;
height: 248px;
left: 246px;
top: 132px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 133.1%;
/* or 23px */

text-align: center;
letter-spacing: 0.03em;

color: #FFFFFF;
}

.box1{
    position: absolute;
width: 273px;
height: 387px;
left: 81px;
top: 442px;
}

.box2{
    position: absolute;
width: 276px;
height: 387px;
left: 424px;
top: 442px;
}

.box3{
    position: absolute;
width: 287px;
height: 390px;
left: 779px;
top: 442px;

}

.box4{
    position: absolute;
width: 273px;
height: 390px;
left: 1136px;
top: 439px;
}

.draft{
    position: absolute;
width: 367px;
height: 107px;
left: -31px;
top: 8050px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 133.1%;
/* or 40px */

text-align: center;
letter-spacing: 0.02em;

color: #000000;

}

.draft1{
    position: absolute;
width: 329px;
height: 469px;
left: 81px;
top: 8243px;
}

.draft2{
    position: absolute;
width: 306px;
height: 475px;
left: 441px;
top: 8243px;
}

.draft3{
    position: absolute;
width: 329px;
height: 503px;
left: 81px;
top: 8768px;

}

.draft4{
    position: absolute;
width: 328px;
height: 495px;
left: 430px;
top: 8768px;
}

.draft-text{
    position: absolute;
width: 341px;
height: 142px;
left: 832px;
top: 9129px;

font-family: 'Roboto Serif';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 133.1%;
/* or 24px */

letter-spacing: 0.02em;

color: #000000;
}

.blacksection2{
    position: absolute;
width: 1470px;
height: 900px;
left: 0px;
top: 9400px;

background: #1C1C1C;

}

.paperlight{
    position: absolute;
width: 1016px;
height: 642px;
left: 174px;
top: 73px;
}

.paperlight-text1
{
    position: absolute;
width: 276px;
height: 87px;
left: 614px;
top: 598px;

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 50px;
line-height: 133.1%;
/* or 67px */

letter-spacing: 0.495em;

color: rgba(255, 255, 255, 0.4);}

.paperlight-text2{
    position: absolute;
width: 276px;
height: 87px;
left: 614px;
top: 671px;

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 50px;
line-height: 133.1%;
/* or 67px */

letter-spacing: 0.495em;

color: rgba(255, 255, 255, 0.7);
}

.paperlight-text3{
    position: absolute;
    width: 276px;
    height: 83px;
    left: 614px;
    top: 738px;
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 133.1%;
    /* or 67px */
    
    letter-spacing: 0.495em;
    
    color: #FFFFFF;
   filter:contrast(1.5);
   filter:brightness(1.3);
}    