body {
    background-color: #111;
    margin: 0px;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#container {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.slide {
  display: block;
  position: absolute;
  height: 375px !important;
  width: 275px !important;
}

.slide-info {
  padding:35px;
  //left:325px;
  //width:300px;
  display:none;
  color:white;
  position: absolute;
  scrollbar-color: dark;
  scrollbar-width: thin;
}

.info-slide{
  font-size: 18px;
  padding: 0px 30px 30px 30px;
}

.slide-title{
  padding-left: 35px;
}

.item{
  padding: 0px 30px 30px 30px;
}
#testCanvas {
  background: #000;
}
.shadow {
  box-shadow: 0 0 20px #000;
}
#container canvas, .overlay, .sliding-background, .photobanner{
  position: absolute;
}

.cards {
  //background: #fff;
  // border-radius: 15px;
  // box-shadow: 0px 10px 20px 20px rgba(0,0,0,0.17);
  // display: inline-block;
  padding: 30px 35px;
  // perspective: 1800px;
  // text-align: left;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transform: rotateX(11deg) rotateY(16.5deg);
  min-width: 595px;
}

.card {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.6);
  cursor: pointer;
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  perspective: 450px;
  position: relative;
  transform-style: preserve-3d;
  transform: translatez(35px);
  transition: transform 200ms ease-out;
  text-align: center;

   &:hover {
     box-shadow: 5px 5px 20px -7px rgba(0,0,0,0.5);
     transform: translatez(60px);
   }

  &:not(:last-child) {
    margin-right: 30px;
  }
}

.card__img {
  position: relative;
  top:75px;
  width: 50%;
  height: 50%;
}

.card__bg {
  bottom: -50px;
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
  transform-origin: 50% 50%;
  transform: translateZ(-50px);
  z-index: 0;
}

.card__one {
  .card__img {
    top: -15px;
    left: -4px;
    height: 85%;
    width: 85%;
  }
  .card__bg {
    //background: url('') center / cover no-repeat;
  }
  .card__text {
    //background-color: #254b60;
  }
}

.card__two {
  .card__img {
    top: -15px;
    left: -4px;
    height: 70%;
    width: 70%;
  }
  .card__bg {
    //background: url('') center / cover no-repeat;
  }
  .card__text {
    //background-color: #274a2e;
  }
}

.card__three {
  .card__img {
    top: -15px;
    left: -4px;
    height: 80%;
    width: 80%;
  }
  .card__bg {
    //background: url('') center / cover no-repeat;
  }
  .card__text {
    //background-color: #3e2222;
  }
}

.card__text {
  align-items: center;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.fa-stack{
  color:#fff;
}

.canvas__text {
  align-items: center;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%);
  height:100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 3;
}

.canvas__text__2 {
  align-items: center;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  height:100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 3;
}

.card__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
  margin-bottom: 3px;
}

.notice {
  background: gold;
  border-top-left-radius: 6px;
  bottom: 0;
  //font-family: monospace;
  font-size: 14px;
  padding: 8px 10px;
  position: absolute;
  right: -20px;
}
