@font-face {
    font-family: GSMG-Medium;
    src: url(GSMG-Medium.ttf);
}

html, body{
    font-family: GSMG-Medium;
    font-size: 1.5vw;
    height: 100%;
    text-align: center;
}

.title {
    font-weight: bold;
    color: 	#FF3333;
    text-decoration: underline;
    font-size: 5.5vw;
}

.category {
    font-weight: bold;
    color: 	#666666;
    font-size: 3.5vw;
}

.messenger {
    line-height: 1.9vw;
}

.tv-container {
  display: flex;
  height: 40%;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.monitor {
  z-index: 2;
  position: relative;
  height: 90%;
  width:  50%;
  background-color: #444;
  border-radius: 10px;
  border: none;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.screen {
  width: 96%;
  height: 92%;
  background-color: #EEE;
  border-radius: 10px;
  border: 1px solid #999;
}

.container {
    z-index: 1;
    height: 60%;
    width: 100%;
    overflow: hidden;
}
.background {
    background:#CFD8DC;
    position: relative;
    width:100%;
    height:10%;
    top: 40%;
}
.platform {
    background: #E0E0E0;
    position: relative;
    width: 100%;
    height: 50%;
    top:40%;
}
.elevator-shaft-one {
    position: relative;
    left: 10%;
    bottom: 20%;
    background: #bdbdbd;
    height: 50%;
}
.elevator-one {
    position: relative;
    width: 100%;
    top: 100%;
    background: #546E7A;
    height: 10px;
}
.elevator-shaft-two {
    position: relative;
    left: 85%;
    bottom:70%; 
    background: #bdbdbd;
    height: 50%;
}
.elevator-two {
    position: relative;
    width: 100%;
    top: 100%;
    background: #546E7A;
    height: 10px;
}
.allbox{
    position: relative;
    display: flex;
    height: 10%;
    width: 100%;
    bottom: 80%;
    justify-content: space-around;
    align-items: center;
}

.box {
    position: relative;
    height: 100%;
}


.robot {
    position: relative;
    height: 10%;
    background: #607D8B;
    border-radius: 7px 7px 0 0;
}
.arm_one{
    position: relative;
    height: 20%;
    width: 20%;
    background: #FFA000;
    top: 40%;
    left: -20%;         /*  -20%  */
}

.arm-right_one{
    position: relative;
    left: -40%;             /* -40%  */
    top: 10%;
    width: 20%;
    height: 40%;
    background: #FF6F00;
}

.wheel-right_one{
    position: relative;
    top: 10%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    left: 60%;
    background: #FF6F00;
}
.wheel-left_one{
    position: relative;
    top: 40%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    left: 10%;
    background: #FF6F00;
}

.arm {
    position: relative;
    height: 20%;
    width: 20%;
    background: #FFA000;
    top: 40%;
    left: 100%;         /*  -20%  */
}

.arm-right {
    position: relative;
    left: 120%;             /* -40%  */
    top: 10%;
    width: 20%;
    height: 40%;
    background: #FF6F00;
}

.wheel-right{
    position: relative;
    top: 10%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    left: 60%;
    background: #FF6F00;
}
.wheel-left{
    position: relative;
    top: 40%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    left: 10%;
    background: #FF6F00;
}

#load {
    position: relative;
    z-index: 5;
    height: 100%;
}

#ahref {
    position: relative;
    left: 47%;
    top: 35%;
    height: 65%;
}

.loading {
    position: relative;
    display: flex;
    height: 60%;
    width: 100%;
    bottom: 60%;
}

.head_one{
    position: relative;
    width: 60%;
    height: 40%;
    bottom: 160%;
    left: 20%;
    background:#FFA000;
    border-radius: 50% 50% 0 0;
}

.head{
    position: relative;
    width: 60%;
    height: 40%;
    bottom: 160%;
    left: 20%;
    background:#FFA000;
    border-radius: 50% 50% 0 0;
}

#robot-one{
    bottom: 90%;
    left: 50%;
}


#robot-two{
    top: -153%;
    left: -10%;
}

#robot-three{
    top: -163%;
    left: 110%;
}

.btn {
    left: 10%;
    padding: 1vw 1.5vw;
    font-size: 2.5vw;
    cursor: pointer;
    position: relative;
    border: 2px solid 	#666666;
    outline: none;
    color: 	#666666;
    background-color: transparent;
    margin: 2.5vw;
    white-space: nowrap;
    border-radius:5%;
    width: 30%;
    float: left;
  }
  .btn--swap span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1vw 1.5vw;
    font-size: 2.5vw;
    box-sizing: border-box;
    opacity: 0;
    color: white;
    transition: 0.3s ease;
  }
  .btn--swap::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: 	#666666;
    transition: 0.5s ease;
    border-radius:5%;
  }
  .btn--swap:hover:before {
    width: 100%;
  }
  .btn--swap:hover span {
    opacity: 1;
  }



  .rebtn {
    left: 75%;
    padding: 0.5vw 1vw;
    font-size: 1.5vw;
    cursor: pointer;
    position: relative;
    border: 2px solid 	#666666;
    outline: none;
    color: 	#666666;
    background-color: transparent;
    margin: 1vw;
    white-space: nowrap;
    border-radius:5%;
    width: 15%;
    float: left;
  }


  .rebtn--swap span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5vw 1vw;
    font-size: 1.5vw;
    box-sizing: border-box;
    opacity: 0;
    color: white;
    transition: 0.3s ease;
  }
  .rebtn--swap::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: 	#666666;
    transition: 0.5s ease;
    border-radius:5%;
  }
  .rebtn--swap:hover:before {
    width: 100%;
  }
  .rebtn--swap:hover span {
    opacity: 1;
  }


.sortbtn {
    left: 13%;
    padding: 0.5vw 1vw;
    font-size: 1.5vw;
    cursor: pointer;
    position: relative;
    border: 2px solid 	#666666;
    outline: none;
    color: 	#666666;
    background-color: transparent;
    margin: 1vw;
    white-space: nowrap;
    border-radius:5%;
    width: 35%;
    float: left;
  }

  .sortbtn--swap span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5vw 1vw;
    font-size: 1.5vw;
    box-sizing: border-box;
    opacity: 0;
    color: white;
    transition: 0.3s ease;
  }
  .sortbtn--swap::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: 	#666666;
    transition: 0.5s ease;
    border-radius:5%;
  }
  .sortbtn--swap:hover:before {
    width: 100%;
  }
  .sortbtn--swap:hover span {
    opacity: 1;
  }
  