.back-top{
    position:fixed;
    right:30px;
    bottom:30px;

    width:60px;
    height:60px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);

    color:#fff;
    text-decoration:none;

    font-size:12px;
    letter-spacing:.15em;

    border:1px solid rgba(255,255,255,.3);

    z-index:1000;

    transition:.3s;
}

.back-top:hover{
    background:rgba(255,255,255,.35);
    transform:translateY(-5px);
}

@media(max-width:767px){

    .back-top{
        right:20px;
        bottom:20px;

        width:50px;
        height:50px;
    }

}

html,
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  color: #fff;
  line-height: 1.5;
  font-family: -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 100%;
  height: 100%;
  --swiper-theme-color: #fff;
}

.demo-slide-title {
  font-weight: bold;
  font-size: 58px;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  z-index: 100;
  transform: translate3d(0, 0, 0);
}