p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=range] {
    width: 100%;
    margin: 0px 0;
    background-color: transparent;
    -webkit-appearance: none;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    background: rgb(0,128,255);
    background: linear-gradient(90deg, rgba(0,128,255,1) 0%, rgba(135,84,255,1) 12%, rgba(255,56,220,1) 25%, rgba(255,59,85,1) 37%, rgba(220,92,0,1) 50%, rgba(85,135,0,1) 64%, rgba(0,164,0,1) 75%, rgba(0,161,135,1) 88%, rgba(0,128,255,1) 100%);

    border: 0;
    border-radius: 25px;
    width: 100%;
    height: 20px;
    cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
    margin-top: 0px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 20px;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgb(0,128,255);
    background: linear-gradient(90deg, rgba(0,128,255,1) 0%, rgba(135,84,255,1) 12%, rgba(255,56,220,1) 25%, rgba(255,59,85,1) 37%, rgba(220,92,0,1) 50%, rgba(85,135,0,1) 64%, rgba(0,164,0,1) 75%, rgba(0,161,135,1) 88%, rgba(0,128,255,1) 100%);

}
input[type=range]::-moz-range-track {
    background: rgb(0,128,255);
    background: linear-gradient(90deg, rgba(0,128,255,1) 0%, rgba(135,84,255,1) 12%, rgba(255,56,220,1) 25%, rgba(255,59,85,1) 37%, rgba(220,92,0,1) 50%, rgba(85,135,0,1) 64%, rgba(0,164,0,1) 75%, rgba(0,161,135,1) 88%, rgba(0,128,255,1) 100%);

    border: 0;
    border-radius: 25px;
    width: 100%;
    height: 20px;
    cursor: pointer;
}
input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 20px;
    cursor: pointer;
}
input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 1px 0;
    color: transparent;
    width: 100%;
    height: 20px;
    cursor: pointer;
}
input[type=range]::-ms-fill-lower {
    background: #2f6ea5;
    border: 0;
    border-radius: 50px;
}
input[type=range]::-ms-fill-upper {
    background: rgb(0,128,255);
    background: linear-gradient(90deg, rgba(0,128,255,1) 0%, rgba(135,84,255,1) 12%, rgba(255,56,220,1) 25%, rgba(255,59,85,1) 37%, rgba(220,92,0,1) 50%, rgba(85,135,0,1) 64%, rgba(0,164,0,1) 75%, rgba(0,161,135,1) 88%, rgba(0,128,255,1) 100%);
    border: 0;
    border-radius: 50px;
}
input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
    background: rgb(0,128,255);
    background: linear-gradient(90deg, rgba(0,128,255,1) 0%, rgba(135,84,255,1) 12%, rgba(255,56,220,1) 25%, rgba(255,59,85,1) 37%, rgba(220,92,0,1) 50%, rgba(85,135,0,1) 64%, rgba(0,164,0,1) 75%, rgba(0,161,135,1) 88%, rgba(0,128,255,1) 100%);
}
input[type=range]:focus::-ms-fill-upper {
    background: #3174ad;
}
span {
  display: block;
}

a {
  text-decoration: none;
  color: #fff;
}

::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body {
  margin: 0;
  padding: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
font-family: 'Jura', sans-serif;
  font-size: 20px;
}
.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.settings .switcher {
    width: 100%;
    color: white;
    font-size: 14px;
}
#color{
    vertical-align: text-bottom;
}
.vanta-canvas {
  height: 100%;
}

.container {
    position: relative;
  max-width: 100%;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.settings {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0080ff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background: white;
    visibility: hidden;
    box-sizing: border-box;
    transition: top .5s;
    background-color: rgba(0, 128, 255, 0.2);

}
.settings-move {
    top: -55px;
}

.settings-label {
    color: white;
    font-size: 14px;
    padding-right: 5px;
}

.sts {
    position: absolute;
    top: 10px;
    right: 10px;
}

.column {

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 50%;

    text-align: center;
    box-sizing: border-box;
    vertical-align: center;
}
.info {
  width: 100%;
  padding: 1.5rem;
  background-color: #000000;
  border: 1px solid #0080ff;
  color: #ffffff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 47px 10px rgba(0, 128, 255, 0.25);
          box-shadow: 0 10px 47px 10px rgba(0, 128, 255, 0.25);
  /* box-shadow: 0 -10px 47px 10px rgba(255, 255, 255, 0.28); */
  text-align: center;
  -webkit-transform: translate3d(0, 0, 400px);
          transform: translate3d(0, 0, 400px);
  -webkit-perspective: 400px;
          perspective: 400px;
  opacity: 0;
}
.info-move {
	-webkit-animation-name: move;
	  animation-name: move;
	-webkit-animation-duration: 1s;
	  animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	  animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
	-webkit-animation-delay: 0.3s;
	  animation-delay: 0.3s;

}
.photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  background-image: url(../img/ava.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-box-shadow: 0 -5px 25px 5px rgba(247, 106, 205, 0.5);
          box-shadow: 0 -5px 25px 5px rgba(247, 106, 205, 0.5);
  -webkit-transform: translate3d(0, 0, 400px);
          transform: translate3d(0, 0, 400px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.photo-move {
	  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.name {
  font-size: 24px;
  margin: 0.6rem 0;
  -webkit-transform: translate3d(0, 0, 400px);
          transform: translate3d(0, 0, 400px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.name-move {
	  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.about {
	min-width: 400px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 400px);
          transform: translate3d(0, 0, 400px);

  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.about-move {
	  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bottom {
  width: 100%;
  min-height: 60%;
  background-color: rgba(0, 128, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid #0080ff;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 47px 10px rgba(0, 128, 255, 0.25);
          box-shadow: 0 10px 47px 10px rgba(0, 128, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-perspective: 400px;
          perspective: 400px;

  opacity: 0;
}
.bottom-move {
	  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.5em;
  font-size: 20px;
  margin-bottom: 0.8rem;
  color: #fff;
  background-color: rgba(0, 128, 255, 0.2);
}
.bottom a {
  text-align: center;
  display: block;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 10px;
  color: #0080ff;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.bottom a:hover {
  border: 1px solid #0080ff;
  border-radius: 5px;
}
.bottom a:hover.fa-vk:before, .bottom a:hover.fa-instagram:before, .bottom a:hover.fa-twitter:before, .bottom a:hover.fa-telegram:before, .bottom a:hover.icon-nowapp:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.bottom a:hover.fa-steam:before, .bottom a:hover.fa-teamspeak:before, .bottom a:hover.fa-discord:before, .bottom a:hover.fa-github:before, .bottom a:hover.fa-globe-americas:before {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.bottom a:hover .link-bg {
  width: 130px;
  -webkit-transition: .2s .2s;
  transition: .2s .2s;
}
.bottom a:hover .link-bg span {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: .2s .4s;
  transition: .2s .4s;
}
.bottom a:last-child {
  margin: 0;
}
.bottom .online {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #09a909;
  top: 7%;
  right: 7%;
  -webkit-transform: translate(7%, -7%);
          transform: translate(7%, -7%);
  /* display: none; */
}
.bottom .offline {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #666666;
  top: 7%;
  right: 7%;
  -webkit-transform: translate(7%, -7%);
          transform: translate(7%, -7%);
  /* display: none; */
}
.bottom-block-1 {
  margin: 0 0 5% 18%;
  -webkit-transform: translate3d(0, 0, 400px);
          transform: translate3d(0, 0, 400px);

  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.bottom-block-1-move {
	  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.bottom-block-1 .link-bg {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: rgba(0, 128, 255, 0.2);
  border-radius: 0 5px 5px 0;
  width: 0;
  height: 70%;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}
.bottom-block-1 .link-bg span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: 400;
}
.bottom-block-2 {
  margin: 0 18% 5% 0;
  -webkit-transform: translate3d(0, 0, 400px);
          transform: translate3d(0, 0, 400px);

  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.bottom-block-2-move {
	  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.bottom-block-2 .link-bg {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: rgba(0, 128, 255, 0.2);
  border-radius: 5px 0 0 5px;
  width: 0;
  height: 70%;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}
.bottom-block-2 .link-bg span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: 400;
}

.fa-vk:before, .fa-instagram:before, .fa-twitter:before, .fa-telegram:before, .fa-discord:before, .fa-steam:before, .fa-teamspeak:before, .fa-at:before, .fa-github:before, .icon-nowapp:before {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}


@-webkit-keyframes move {
  from {
    -webkit-transform: translate3d(0, 0, 400px);
            transform: translate3d(0, 0, 400px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes move {
  from {
    -webkit-transform: translate3d(0, 0, 400px);
            transform: translate3d(0, 0, 400px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  body {
    padding: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .container {
	  min-width: calc(100% - 20px);
    -webkit-perspective: none;
            perspective: none;
  }

  .info {
	
    -webkit-box-shadow: 0 -10px 47px 10px rgba(0, 128, 255, 0.25);
            box-shadow: 0 -10px 47px 10px rgba(0, 128, 255, 0.25);
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-perspective: none;
            perspective: none;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    /*-webkit-transform: none;*/
    /*        transform: none;*/
  }

  .photo {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }

  .name {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }

  .about {
	min-width: calc(100% - 20px);
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }

  .bottom {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-perspective: none;
            perspective: none;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 128, 255, 0.25);
            box-shadow: 0 0 0 0 rgba(0, 128, 255, 0.25);
  }

  .bottom a:hover .link-bg {
    width: 0;
  }

  .bottom a:hover .link-bg span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  .bottom-block-1 {
    margin: 0 0 1.5rem 20%;
    -webkit-animation: none;
            animation: none;
    -webkit-perspective: none;
            perspective: none;
    -webkit-transform: none;
            transform: none;
  }

  .bottom-block-2 {
    margin: 0 20% 1.5rem 0;
    -webkit-animation: none;
            animation: none;
    -webkit-perspective: none;
            perspective: none;
    -webkit-transform: none;
            transform: none;
  }
}
