body{
  background-color: #FFCFA5;
  overflow-x: hidden;
  /* height: 10000px; */
  cursor: pointer;
}

p1{
  font-family: "skia";
  position: fixed;
  font-size: 1vw;
  right: 1.2vw;
  top: 0px;
}

#img0{
  width: 26%;
  height: auto;
  position: absolute;
  top: 10px;
  right: 27%;
  mix-blend-mode: multiply;
}

#img1{
  width: 20%;
  height: auto;
  top: 600px;
  right: 4%;
  position: absolute;

  mix-blend-mode: multiply;
}

#img2{
  width:30%;
  height: auto;
  top: 500px;
  right: 25%;
  position: absolute;

  mix-blend-mode: multiply;
}


#img3{
  width:30%;
  height: auto;
  top: 1600px;
  right: 0px;
  position: absolute;

  mix-blend-mode: multiply;
}

#img4{
  width:20%;
  height: auto;
  top: 2900px;
  right: 25%;
  position: absolute;

  mix-blend-mode: multiply;
}

#img5{
  width:60%;
  height: auto;
  top: 3800px;
  right: 0%;
  position: absolute;

  mix-blend-mode: multiply;
}

#img6{
  width:50%;
  height: auto;
  top: 7500px;
  right: 3%;
  position: absolute;

  mix-blend-mode: multiply;
}

#img7{
  width:70%;
  height: auto;
  top: 9000px;
  right: 0%;
  position: absolute;

  mix-blend-mode: multiply;
}

#button1{
   border-top-right-radius: 200%;
}

#button5{
   border-bottom-right-radius: 200%;
}
button{
 background-color: #868cbb;
 width: 8vw;
 height: 8vw;
 padding: 20px;
 border: none;
 border-radius: 10%;
 outline: none;
 margin: 20px;
 text-decoration: none;
 text-align: center;
 font-family: "skia";
 font-size: 1.05vw;
 transition: 1s;
}

button:hover{
 transform: scale(1.05);
 box-shadow: 1px 1px 20px white;

}
.button-group{
 width: 100px;
 height: 600px;
  top: 1.4vw;

 position: fixed;
 display: block;
 z-index:+1;
}

h1{
 font-family: "skia";
 text-align: center;
 width: 27%;
 left: 220px;
 font-size: 3.2vw;
 z-index:+1;
 position: relative;

}
.text p{
   font-family: "skia";

   font-size: 1.4vw;
   text-align: center;

   width: 27%;
   left: 220px;

   z-index:+1;
   position: relative;


   transition: 2s;
   user-select: none;
}

.text p:hover{
 transform: scale(1.1);
 color: #632525;
 text-decoration: underline;
}

.bar{
 background-color: #ffd0a5;;
 top: 0px;
 left: -20px;
 width: 15.5vw;
 height: 100%;
 border-top-right-radius: 100%;
 border-bottom-right-radius: 100%;
 position: fixed;
 box-shadow: 1px 1px 15px gray;
}


.window{
 background-color: #868cbb;
 top: 0px;
 left: 0px;
 /* width: 658px; */
 width: 45%;
 height: 900px;
 position: fixed;
}

.asset{
 /* width: 792px; */
 width: 55%;
 height: auto;
 top: 0px;
 right: 0%;
 position: fixed;
 box-shadow: 1px 1px 10px;
 pointer-events: none;
}

/* ----------------------------------
---------------------------------- */
@media screen and (max-width: 480px)   {
  body {
    overflow-x: hidden;
	}

  h1{
    top:50px;
    left: 45px;
    font-size: 25px;
    margin: 1px;
  }
.window{
  width: 200px;
}
  .text p{
    width: 45vw;
    left: 0px;
    font-size: 5vw;
    padding: 0px 5px 5px 5px;
    margin:1px;
  }
  .asset{
    display:none;
  }
  .bar{
    /* background-color:#E3F0FF;; */
    top: -40px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 1;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    position: fixed;
    box-shadow: 1px 1px 15px gray;
  }

#button1{
  border-radius: 40%;

  border-bottom-left-radius: 200%;
}


  button{
    /* background-color: #FF9393; */
    width: 40px;
    height: 40px;
    padding: 2px 15px 5px 13px;
    border: none;
    border-radius: 40%;
    outline: none;
    margin: 10px;

    hyphens: auto;

    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-family: "skia";
    font-size: 30px;
    transform-origin: top;
    transition: 1s;
  }

  .button-detail{
    display: none;
  }

  .button-group{

    width: 100px;
    height: 20px;
    top: -10px;
    left: 32px;

    border: none;
    border-radius: 10%;
    outline: none;

    position: fixed;
    display: flex;
    z-index:+1;
  }


  button:hover{
    transform: scale(1.5);
    box-shadow: 1px 1px 20px white;
  }



  #img0{
    width: 50vw;
    height: auto;
    position: absolute;
    top: 12vw;
    right: 0px;
    mix-blend-mode: multiply;
  }

  #img1{
    width: 200px;
    height: auto;
    top: 400px;
    right: -40px;
    position: absolute;

    mix-blend-mode: multiply;
  }

  #img2{
    width:300px;
    height: auto;
    top: 400px;
    right:-20px;
    position: absolute;

    mix-blend-mode: multiply;
  }


  #img3{
    width:400px;
    height: auto;
    top: 1900px;
    right: -100px;
    position: absolute;

    mix-blend-mode: multiply;
  }

  #img4{
    width:200px;
    height: auto;
    top: 2900px;
    right: 0px;
    position: absolute;

    mix-blend-mode: multiply;
  }

  #img5{
    width:400px;
    height: auto;
    top: 3800px;
    right: -90px;
    position: absolute;

    mix-blend-mode: multiply;
  }

  #img6{
    width:230px;
    height: auto;
    top: 7500px;
    right: -10px;
    position: absolute;

    mix-blend-mode: multiply;
  }

  #img7{
    width:500px;
    height: auto;
    top:2450vw;
    right: -100px;
    position: absolute;
    overflow-x: hidden;

    mix-blend-mode: multiply;
  }
}

  @media screen and (max-width: 1045px)and (min-width: 480px){
.text p{
 left: 17%;
 font-weight: bold;
 font-size: 1.3vmin;
}
h1{
 left: 17%;
 font-weight: bolder;
}

.button-group{
  top: 14vw;
  left: -1vw;
}

}
