
/* Root */

::-webkit-scrollbar {
width: 1.8em;
background: #943855;
height: 100%;
}

::-webkit-scrollbar-track {
background: transparent;
border-radius: 15px;
}

::-webkit-scrollbar-thumb{
background: #5F6F52;
border-radius: 100vw;
border: .40em solid #2C3639;
}


::-webkit-scrollbar-thumb:hover{
background: #A9B388
}



/* Body , Plant , Shelf Dividers */

html {
scroll-behavior: smooth;
background: url(https://i.redd.it/jn0h36jz4lb61.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
  
  
body {
  font-family: "Teko", sans-serif;
font-weight: 100;
font-style: normal;
width: 1040px;
margin: 0 auto;
height: 3870px;
background-image: url(https://media.istockphoto.com/id/1129947907/photo/maroon-brown-grunge-triangle-pattern-seamless-texture-geometric-minimalism-computer-graphic.jpg?s=612x612&w=0&k=20&c=1ZVPltfjmIDjgelxxXgIsdjdtSncEQ-9YCBM74QgsNI=);
background-blend-mode: multiply;
background-repeat: repeat;
border: black  5px solid;
}

.deskplant {
margin-top: -870px;
margin-left: 20px;
height: 450px;
z-index: -867;
width: 80px;
z-index: -20;
}

.deskplant img {
  width: 500px;
  height: 600px;
  filter: brightness(0.8);
  z-index: -40;
}


#shelfOne {
z-index: -800;
border-radius: 15px;
align-items: center;
margin-top: -20px;
margin-left: -184px;
}

#shelfOne img {
width: 1400px;
height: 200px;
border-radius: 15px;
z-index: -800;
filter: invert();
}

.polaroid {
width: 680px;
height: 500px;
position: relative;
margin-left: 560px;
display: flex;
margin-top: -50px;
}

.polaroid img{
  width: 200px;
  height: 170px;
  position: relative;
  }
  

.bookz{
width: 80px;
height: 90px;
z-index: 1;
margin-left: -50px;
position: relative;
transform: scale(1.4);
display: flex;
}


.bookz img{
  width: 340px;
  height: 290px;
  margin-top: -80px;
  z-index: 1;
  filter: brightness(0.9);
}




.shelfTwo {
margin-left: -184px;
width: 100px;
height: 50px;
margin-top: 150px;
border-radius: 15px;
align-items: center;
z-index: -786;
}

.shelfTwo img {
width: 1400px;
height: 200px;
border-radius: 15px;
filter: invert();
}


.shelfThree {
margin-left: -184px;
width: 1200px;
height: 100px;
margin-top:-50px;
border-radius: 15px;
align-items: center;
z-index: -900;
}


.shelfThree img {
width: 1400px;
height: 200px;
border-radius: 15px;
z-index: -900;
filter: invert();
}

.printerimg img {
margin-top: -400px;
width: 500px;
margin-left: 560px;
}

/* Nav Bar */

  
nav {
font-style: normal;
background: #2D033B;
grid-area: nav;
border-bottom: 5px solid black;
border-radius: var(--main-radius);
font-size: 30px;
font-weight: 200;
height: 95PX;
animation-name:glows;
animation-duration:1s;
animation-iteration-count:infinite;
animation-direction:alternate;
margin-top: -60px;
padding-top: 20px;
padding-left: 20px;
color: #E1F0DA;
font-family: "Press Start 2P", system-ui;
text-shadow: 0 -1px 0 #AED8CC, 0 1px 0 #004d40, 0 2px 0 #00483B, 0 3px 0 #004639, 0 4px 0 #004336, 0 5px 0 #004134, 0 6px 0 #003F32, 0 7px 0 #003D30, 0 8px 0 #003A2D, 0 9px 0 #00382B, 0 10px 0 #003528, 0 11px 0 #003225, 0 12px 0 #002F22, 0 13px 0 #002B1E, 0 14px 0 #00281C, 0 15px 0 #001F13, 0 22px 30px rgba(0, 0, 0, 0.9), 0 22px 30px rgba(0, 0, 0, 0.9), 0 22px 15px rgba(0, 0, 0, 0.9), 0 11px 15px rgba(0, 0, 0, 0.9), 0 15px 20px rgba(0, 0, 0, 0.9), 0 15px 11px rgba(0, 0, 0, 0.9), 0 16px 11px rgba(0, 0, 0, 0.9);
transition: text-shadow 0.3s ease 0.3s, transform 0.3s ease 0.3s, letter-spacing 0.3s ease 0.3s;
}




/* Weather */

.card {
width: 90%;
max-width: 450px;
background: linear-gradient(to right, #151515, #1F4068, #301B3F, #1F4068, #151515);
padding: 40px 35px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
text-align: center;
box-shadow: 10px 10px 20px #000000;
margin-left: 20px;
}
    
.search {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
    
.search input {
border: 0;
outline: 0;
background: #001524;
padding: 10px 35px;
height: 60px;
border-radius: 30px;
flex: 1;
font-size: 18px;
color: antiquewhite;
margin-right: -40px;
margin-left: -10px;
margin-bottom: -3px;
}
    
.search input:focus {
animation: glow 800ms ease-out infinite alternate;
background: #001524;
box-shadow: 0 0 10px 15F5BA, 0 2px 0 #000;
color: antiquewhite;
outline: none;
}
    
@keyframes glow {
0% {
border-color: #D2DE32;
box-shadow: 0 0 5px #D2DE32, 0 2px 0 #000;
}	
100% {
border-color: #D2DE32;
box-shadow: 0 0 20px #D2DE32, 0 2px 0 #000;
}}
    
    
.search button img {
width: 70px;
height: 85px;
margin-left: 10px;
margin-top: -20px;
}
    
.search button {
border: 0;
outline: 0;
width: 60px;
height: 60px;
cursor: pointer;
margin-left: -30px;
}
    
.weather-icon {
width: 150px;
margin-top: 10px;
margin-bottom: 80px;
}
    
.weather h1 {
font-size: 40px;
font-weight: 100;
color: antiquewhite;
margin-top: -80px;
font-family: "Press Start 2P", system-ui;
}
    
.weather h2 {
font-size: 50px;
font-weight: 100;
color: antiquewhite;
margin-top: -10px;
}
    
.details {
display: flex;
align-items: center;
padding: 15px 15px;
margin-top: 50px;
}

.details .unu, .doi {
display: inline-block;
width: 500px; 
min-height: 50px; 
height: auto; 
}
    
.col {
display: flex;
align-items: center;
text-align: left;
margin-left: 5px;
margin-bottom: 20px;
}
    
.doi {
margin-left: 10px;
}
    
.colt {
        display: flex;
        align-items: center;
        text-align: left;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .col img, .colt img {
        width: 65px;
        margin-right: 10px;
    }
    
    .humidity, .wind, .grnd_level, .clouds {
        font-size: 35px;
        color: antiquewhite;
    }
    
    ::placeholder {
        color: antiquewhite;
        opacity: 1;
        font-family: "Teko", sans-serif;
       font-size: 25px;
       font-weight: 100;
      }
    
      input:focus::placeholder {
        color: transparent;
      }


/* Clock */

      .clock{
        background: #16191e;
        height: 200px;
        width: 200px;
        position: static;
        transform: translate(-50%,-50%);
        box-sizing: content-box;
        border-radius: 50%;
        border: 15px solid;
        border-color: #4A3764;
        box-shadow: 15px 15px 35px rgba(0,0,0,0.2),
        inset 0 0 30px rgba(0,0,0,0.4);
        margin-top: -590px;
        margin-left: 640px;
        box-shadow: 10px 10px 20px #000000;
    }
    .clockimg {
        position: relative;
        height: 200px;
        width: 200px;
        z-index: -3;
    }
    .hand{
        position: absolute;
        background-color: #FFD89C;
        border-radius: 5px;
        transform-origin: bottom;
        box-shadow: 5px 5px 15px black;
        margin-left: 100px;
    }
    .hour{
        height: 60px;
        width: 5px;
        top: 40px;
        margin-left: 100px;
    }
    .minute{
        height: 80px;
        width: 5px;
        top: 20px;
    }
    .seconds{
        height: 90px;
        width: 3px;
        top: 10px;
        background-color: #B5C99A;
    }


    /* Coffee Cup */
    
    .cup-container {
        position: absolute;
        top: 810px;
        margin-left: 320px;
        z-index: 1;
    }

    .cup-container img {
      width: 400px;
      margin-top: -130px;
      margin-left: -150px;
    }

    
    .vapour {
    position: relative;
    display: flex;
    z-index: 1;
    padding: 0 20px;
    }
    
    .vapour span {
    position: relative;
    bottom: 50px;
    display: block;
    margin: 0 2px 50px;
    width: 8px;
    height: 120px;
    background: wheat;
    border-radius: 50%;
    animation: animate 5s linear infinite;
    filter: blur(8px);
    opacity: 0;
    animation-delay: calc(var(--i) * -0.5s);
    }
    
    @keyframes animate {
        0%
        {
            transform: translateY(0) scaleX(1);
            opacity: 0;
        }
        15%
        {
            opacity: 10.8;
        }
        50%
        {
            transform: translateY(-150px) scaleX(4);
        }
        95%
        {
            opacity: 0;
        }
        100%
        {
            transform: translateY(-300px) scaleX(7);
        }
    }


    /* Stopwatch */

      .namewatch{
        padding: 1em;
        grid-column: span 5;
        font-weight: 400;
        text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
        font-family: "Press Start 2P", system-ui;
        text-align: center; 
        color: antiquewhite;
        font-size: larger;
      }

      #container {
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        background: linear-gradient(to right, #151515, #1F4068, #301B3F, #1F4068, #151515);
        color: antiquewhite;
        width: 326px;
        height: 180px;
        margin-left: 620px;
        margin-top: 120px;
        box-shadow: 10px 10px 20px #000000;
        transform: scale(1.22);
        align-items: center;
      }

      #container #display {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(-45deg, black, rgb(48, 48, 48), black);
        box-shadow: inset 0 8px 20px black;
      border: 3px inset dimgrey;
        width: var(--display-size);
        border-radius: 5px;
        height: 80px;
        padding: 8px;
        text-shadow: 0 0 1px 1px rgba(2, 4, 3, 0.5);
        margin-left: 4px;
      }
      #container #display .time {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        width: var(--time-size);
        height: 80px;
        margin: 0 6px;
        font-family: "Teko", sans-serif;
      }
      #container #display .dot {
        font-size: var(--dot-font-size);
      }
      
      #container .buttons {
        margin: 10px 0;
      }
      .buttons button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: var(--button-font-size);
        width: var(--button-size);
        height: var(--button-size);
        margin: 0 3px;
        border: none;
        border-radius: 10%;
        background: #1C0A00;
        box-shadow: 4px 4px 7px black;
      }
    
      :root {
        --color-1: #e0e0e0;
        --color-2: #f5f5f5;
      
        --display-size: 300px;
      
        --time-size: 65px;
        --time-font-size: 38px;
      
        --dot-font-size: calc(var(--time-font-size) - 10px);
      
        --button-size: 30px;
        --button-font-size: 16px;
      }
      
      /* Calendar*/

      .main-div {
        width: 150px;
        position: absolute;
        top: 40px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        padding: 0;
        box-shadow: 10px 10px 30px #000000;
        background: #4A3764;
        margin-left: 820px;
        margin-top: 75px;
        color: antiquewhite;
        height: 170px;
      }
      
      #date {
        font-size: 2.5em;
        color: antiquewhite;
        margin-top: -2px;
        padding: 0;
        font-family: "Press Start 2P", system-ui;
      }
      .calend {
        display: flex;
        padding: 0;
      }
      .calend .calen {
        list-style-type: circle;
        list-style-position: inside;
        width: 15px;
        height: 45px;
        border-radius: 10px;
        background-image: radial-gradient(white 30%, #000000e3 40%, #aca9a9ad 70%);
        margin: 0px 12px;
        display: block;
        position: relative;
        box-shadow: 0px 4px 3px 0px #000;
        margin-top: 20px;
      }
      .top-div {
        position: absolute;
        top: -50px;
        width: 100%;
      }
      .sub-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background: #070739;
        border-radius: 17px 17px 0 0;
        height: 100px;
      }
      .year-div {
        font-size: 30px;
        margin-top: 5px;
        padding: 10px 0 5px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #year {
        font-size: 25px;
        margin-top: -10px;
      }
      
      .date-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        height: 180px;
        top: 13px;
      }
      #day {
        padding: 0;
        position: absolute;
        top: 35px;
        bottom: 6px;
        font-size: 23px;
      }

 /*Joke Gen*/


    .jokeheight {
      width: 500px;
      height: 1000px;
    }

    .wrapper{
        width: 400px;
        padding: 50px 40px;
        background: linear-gradient(to right, #151515, #1F4068, #301B3F, #1F4068, #151515);
        border-radius: 15px;
        box-shadow: 10px 10px 30px #000000;
        margin-top: 180px;
        color: antiquewhite;
        font-size: 30px;
        text-align: center;
        word-wrap: break-word;
        font-family: "Teko", sans-serif;
        font-weight: 100;
        font-style: normal;
        margin-left: 20px;
    }
    .jokegen{
        display: block;
        text-align: center;
        font-size: 100px;
    }
    
    p #joke{
      
        color: black;
        font-weight: 200;
        text-align: center;
        word-wrap: break-word;
        line-height: 35px;
        margin: 30px 0;
        opacity: 0;
        margin-bottom: 80px;
    }
   
   .fade{
        opacity: 1;
        transition: opacity 1.5s;
    }
   
   #btn {
        display: block;
        background:#1C0A00;
        border: none;
        padding: 5px;
        font-size: 15px;
        color: antiquewhite;
        font-weight: 200;
        padding: 12px 25px;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 5px;
        cursor: pointer;
        outline: none;
        font-family: "Press Start 2P", system-ui;
    }

    /* Penholder */
    
    .penholder{
      width:300px;
      height:400px;
      position:relative;
      margin:0 auto;
      margin-top: -780px;
      margin-left: 620px;
      
    }
    
    .bottom{
      position:absolute;
      background-color:#1B262C;
      width:50%;
      height:8%;
      border-radius:50%;
      bottom:-2%;
      left:10%;
      box-shadow: 20px 20px 40px black;
    }
    
    .top-back{
      position:absolute;
      background-color:#0F0F0F;
      width:50%;
      height:5%;
      border-radius:100% 100% 0 0;
      top:37%;
      left:10%;
      z-index:1;
      box-shadow: 20px 20px 40px black;
    }
    
    .top-front{
      position:absolute;
      background-color:#1B262C;
      width:50%;
      height:3%;
      border-radius:100% 100% 0 0;
      top:40%;
      left:10%;
      z-index:3;
      transform:rotate(180deg);
    }
    
    .side{
      position:absolute;
      height:60%;
      width:50%;
      left:10%;
      top:41%;
      z-index:3;
      background-image: repeating-linear-gradient(-45deg, #0F0F0F, rgba(255,255,255, 0.25) 1px, transparent 1px, black 6px);
      background-size:4px 4px;
      border-bottom-left-radius: 15%;
        border-bottom-right-radius: 15%;
    }
    
    .pencil{
      height:85%;
      width:5%;
      background-image: url(https://t3.ftcdn.net/jpg/02/14/07/58/360_F_214075801_lbWBuEs7Te85zf7KYfj96SA2ytsqILKt.jpg);
      position:absolute;
      z-index:1;
      left:20%;
      top:10%;
      transform:rotate(-20deg);
    }

    .erasero{
      position:absolute;
      background: linear-gradient(90deg,#E9A6A6 20%, #3F3351 80%);
      top:2;
      height:3%;
      width:100%;
    }
    
    .eraser{
      position:absolute;
      background: linear-gradient(90deg,#F4CE14 20%, #6B240C 80%);
      top:0;
      height:6%;
      width:100%;
    }
    
    .tip{
      bottom:-5%;
      width: 0;
      height: 0;
      position:absolute;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top:20px solid tan;
    }
    
    .pencil:nth-child(2){
      transform:rotate(-5deg);
      left:22%;
      top:20%;
      top:7%;
    }
    
    .pencil:nth-child(3){
      transform:rotate(5deg);
      left:25%;
      top:5%;
    }
    
    .pencil:nth-child(4){
      transform:rotate(15deg);
      left:30%;
      top:8%;
    }
    
    .pencil:nth-child(5){
      transform:rotate(20deg);
      left:40%;
      top:10%;
    }
    

 
    /*Calculator Casio*/


    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      color: whitesmoke;
    }
    .cont {
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 455px;
      min-height: 600px;
      padding: 2em;
      margin-top: -730px;
      margin-left: 560px;
      z-index: 1;
    }
    .calcu {
      display: grid;
      border-radius: 15px;
      background: linear-gradient(to right, #151515, #1F4068, #301B3F, #1F4068, #151515);
      padding: 2em;
      padding-top: 0;
      color: antiquewhite;
      box-shadow: 10px 10px 20px #000000;
    }
    .calcu .logo {
      user-select: none;
      padding: 0.8em;
      grid-column: span 4;
      font-weight: 400;
      text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
      font-family: "Press Start 2P", system-ui;
      text-align: right; 
      color: antiquewhite;
    }

    .value::placeholder{
      font-size: 3rem;
    }
    .calcu .value {
      grid-column: span 4;
      height: 100px;
      width: 328px;
      text-align: right;
      border: none;
      outline: none;
      padding: 8px;
      font-size: 3em;
      font-family: "Teko", sans-serif;
      background: linear-gradient(-45deg, black, rgb(48, 48, 48), black);
      box-shadow: inset 0 8px 20px black;
      border: 3px inset dimgrey;
      border-radius: 8px;
      margin-bottom: 1em;
      text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
    }
    .calcu .value::selection {
      background-color: #1C0A00 ;
    }
    .calcu span:not(.material-icons-outlined) {
      user-select: none;
      font-size: 2.3em;
      display: flex;
      width: 80px;
      height: 70px;
      background-color: #363062;
      place-items: center;
      justify-content: center;
      margin: 1px;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
      border: 3px outset #876445;
      border-radius: 8px;
      cursor: pointer;
    }
    .calcu span.clear {
      background: #940B92;
    }
    .calcu span .material-icons-outlined {
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      color: antiquewhite;
      font-size: 40px;
    }
    .calcu span.exp {
      font-size: 24px;
    }
    .calcu span.exp sup {
      font-size: 16px;
    }
    .calcu span.equals {
      background: #17B794;
    }
    .calcu span.nums {
      background-color: #254B62;
    }
    .calcu span.del {
      font-size: 1.3em;
    }
    .calcu span.numx {
      font-size: 2em;
    }
    .calcu span:not(.material-icons-outlined):hover {
      filter: brightness(120%);
    }
    .calcu span:active {
      filter: brightness(100%);
      transform: scale(0.96);
    }
    

/* Lava Lamp */
   
.lamp{
position:relative;
margin-left: 220px;
transform:translate(-50%,-50%);
height:500px;
width:400px;
margin-top: -290px;
z-index: 1;}


/*Random Num Gen*/


#containersz{
height: 500px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 270px;
margin-left: 600px;
}


#boxd{
width: 300px;
height: 400px;
background: linear-gradient(to right, #151515, #1F4068, #301B3F, #1F4068, #151515);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius: 20px;
box-shadow: 0px 1.2rem 3rem 0.5rem rgba(0,0,0,0.2); 
box-shadow: 10px 10px 20px #000000;
}


.input{
width: 250px;
height: 40px;
background:#6FA5B1; 
padding: 10px;
margin-bottom: 50px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}


.input input{
background: none;
outline: none;
border: none;
margin-left: 10px;
}


label{
font-size: 25px;
color: #321D2F;
}


#btnc{
width: 170px;
height: 40px;
background:#6FA5B1;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 1.2rem 3rem 0.5rem rgba(0,0,0,0.2);
font-family: "Press Start 2P", system-ui;} 
  
#btnc input{
width: 100%;
height: 100%;
background: none;
outline: none;
border: none;
font-size: 10px;
color:#321D2F;
font-weight: 700;
text-transform:capitalize;
font-family: "Press Start 2P", system-ui;
}


#output{
width:200px;
height: 50px;
color: antiquewhite;
margin-top: 40px;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
}

/*Text Editor*/
#containeryz h1 {
  display: inline-block;
  padding: 15px;
 margin-left: 200px;
 font-weight: 100;
 font-size: 40px;
 color: #c5d6a3;
}

#containeryz {
  width: 90%;
  max-width: 34em;
  height: 600px;
  position: static;
  transform: translate(-50%, -50%);
  margin-top: -150px;
  margin-left: 300px;
  background: linear-gradient(to right, #151515, #1F4068, #301B3F, #1F4068, #151515);
  border-radius: 15px;
  overflow: scroll;
  box-shadow: 10px 10px 20px #000000;
  &::-webkit-scrollbar {
    width: 1.8em;
    background: #0C2233;
    height: 100%;
    border-radius: 15px;
    }
}
#new-task {
  position: relative;
  padding: 1.8em 1.25em;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 9fr 3fr;
  gap: 1em;
}
#new-task input {
  font-size: 1em;
  font-weight: 100;
  border: none;
  border-bottom: 2px solid #7F9F80;
  padding: 0.8em 0.5em;
  color: wheat;
  font-weight: 500;
  background-color: #092635;
}
#new-task input:focus {
  outline: none;
  border-color: #C5EBAA;
}
#new-task button {
  font-weight: 100;
  font-size: 1.8em;
  font-family: "Teko", sans-serif;
  background-color: #BACD92;
  color: #1C0A00;
  outline: none;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
}
#tasks {
  
  position: relative;
  padding: 1.5em 1em;
  width: 100%;
  border-radius: 0.6em;
}
.task {
  background-color: #092635;
  padding: 0.3em 0.6em;
  margin-top: 0.6em;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #A7D397;
  cursor: pointer;
}
.task span {
  font-family: "Teko", sans-serif;
  font-size: 1.2em;
  font-weight: 100;
}
.task button {
  color: #000;
  padding: 0.8em 0;
  width: 2.8em;
  border-radius: 0.3em;
  border: none;
  outline: none;
  cursor: pointer;
}
.delete {
  background-color: #344955;
  margin-left: 10px;
  padding-left: 0;
}
.edit {
  background-color: darkblue;
  margin-left: auto;
}
.completed {
  text-decoration: line-through;
}

/*Scroller*/

#headline {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 3px solid green;*/
  z-index: 1;
}

.scroller {
  border: 5px solid #FFC700;
  background-color: #FF204E;
  height: 85px;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
  margin-top: -450px;
  margin-left: 580px;
}

.scrolled {
  animation: scroll 15s linear infinite;
}

.scroller .text {
  font-size: 4em;
  display: inline-block;
  width: 90%;
  color: #FFDB00;
  font-weight: 200;
  text-align: center;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(calc(1000px * -1));
  }
}


.stickydiv {
display: flex;
top: 10px;
margin-left: 540px;
border-bottom-right-radius: 15px;
border-top-right-radius: 15px;
z-index: 1;
position: relative;
}



#btn-old-pc1 {
  background-color: #080808;
  color: #BEFFF7;
  text-align: center;
  position: relative;
  width: 145px;
  height: 60px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0px -2px 2px 4px #0d0e0d, 2px 2px 2px 2px #292c2a, 2px -2px 2px 2px #222423, -2px 2px 2px 2px #2b3230;
  border-radius: 5px;
  z-index: 1;
  font-size: 12px;
  transition: .2s;
  cursor: pointer;
  font-family: "Press Start 2P", system-ui;
 margin-right: -138px;
}

#btn-old-pc1::after {
  content: attr(data-title);
  line-height: 2em;
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #26355D;
  color: #BEFFF7;
  text-shadow: 0px 2px 1px #1a2b2c;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid #BC6FF1;
  border-left: 8px solid #892CDC;
  border-right: 8px solid #52057B;
  border-bottom: 12px solid #00224D;
  border-radius: 6px;
  opacity: 1;
  box-shadow: inset 10px -5px 14px #141E46, inset -10px -7px 22px #1E0342;
  transition: .2s;
  text-align: center;

}
#btn-old-pc1:hover::after {
  opacity: 1;
  transform: scale(.97);
  border-top: 8px solid #26363a;
  border-bottom: 9px solid #101b1c;
  border-right: 8px solid #2b2725;
  background-color: #1d323b;
  color: #35494e;
  box-shadow: inset 10px 16px 14px #1c1f2066, inset -10px 13px 22px #3a373566;
  text-align: center;
}

#btn-old-pc2 {
  background-color: #080808;
  color: #BEFFF7;
  text-align: center;
  position: relative;
  width: 145px;
  height: 60px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0px -2px 2px 4px #0d0e0d, 2px 2px 2px 2px #292c2a, 2px -2px 2px 2px #222423, -2px 2px 2px 2px #2b3230;
  border-radius: 5px;
  z-index: 1;
  font-size: 12px;
  transition: .2s;
  cursor: pointer;
  font-family: "Press Start 2P", system-ui;
 margin-right: -138px;
}

#btn-old-pc2::after {
  content: attr(data-title);
  line-height: 2em;
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #26355D;
      color: #BEFFF7;
      text-shadow: 0px 2px 1px #1a2b2c;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid #BC6FF1;
  border-left: 8px solid #892CDC;
  border-right: 8px solid #52057B;
  border-bottom: 12px solid #00224D;
  border-radius: 6px;
  opacity: 1;
  box-shadow: inset 10px -5px 14px #141E46, inset -10px -7px 22px #1E0342;
  transition: .2s;
  text-align: center;

}
#btn-old-pc2:hover::after {
  opacity: 1;
  transform: scale(.97);
  border-top: 8px solid #26363a;
  border-bottom: 9px solid #101b1c;
  border-right: 8px solid #2b2725;
  background-color: #1d323b;
  color: #35494e;
  box-shadow: inset 10px 16px 14px #1c1f2066, inset -10px 13px 22px #3a373566;
  text-align: center;
}

#btn-old-pc3 {
  background-color: #080808;
  color: #BEFFF7;
  text-align: center;
  position: relative;
  width: 145px;
  height: 60px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0px -2px 2px 4px #0d0e0d, 2px 2px 2px 2px #292c2a, 2px -2px 2px 2px #222423, -2px 2px 2px 2px #2b3230;
  border-radius: 5px;
  z-index: 1;
  font-size: 12px;
  transition: .2s;
  cursor: pointer;
 margin-right: -138px;
 font-family: "Press Start 2P", system-ui;
}

#btn-old-pc3::after {
  content: attr(data-title);
  line-height: 2em;
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #26355D;
      color: #BEFFF7;
      text-shadow: 0px 2px 1px #1a2b2c;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid #BC6FF1;
  border-left: 8px solid #892CDC;
  border-right: 8px solid #52057B;
  border-bottom: 12px solid #00224D;
  border-radius: 6px;
  opacity: 1;
  box-shadow: inset 10px -5px 14px #141E46, inset -10px -7px 22px #1E0342;
  transition: .2s;
  text-align: center;

}
#btn-old-pc3:hover::after {
  opacity: 1;
  transform: scale(.97);
  border-top: 8px solid #26363a;
  border-bottom: 9px solid #101b1c;
  border-right: 8px solid #2b2725;
  background-color: #1d323b;
  color: #35494e;
  box-shadow: inset 10px 16px 14px #1c1f2066, inset -10px 13px 22px #3a373566;
  text-align: center;
}


/*FOOTER*/

#foots {
  color: white;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: -50px;
  width: 1011px;
  margin-left:0;
  height: 170px;
}


#foots a {
  border-top: s;
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

#foots a:hover {
  color: #FA944B;
  text-decoration: none;
}


.footer-middle {
  padding-top: 2em;
  color: white;
}


ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 10px;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

.footsh {
  font-size: 25px;
  margin-left: 35px;
  margin-bottom:10px;
  font-weight: 100;
}

.text-center {
  margin-top: 10px;
}

.col-md-3 {
margin-top:10px ;
}

/*Cradle*/

#main-wrapper {
  margin-left: 600px;
  margin-top: -170px;
  position: relative;
  transform: scale(1.2);
}

#main-wrapper img {
  filter:grayscale(0.5) brightness(3);
}
