@import url("https://fonts.googleapis.com/css?family=Just+Another+Hand");
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family:sans-serif;
  overflow-X: hidden;
}

.container {
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  width: 80%;
  height: auto;
  padding-bottom: 48%;
  user-select: none;
  background-color: #1c1c1c;
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.2), 0 7px 7px rgba(0, 0, 0, 0.24);
}
.container input {
  display: none;
}
.container .slide_img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container .slide_img img {
  width: inherit;
  height: inherit;
}
.container .slide_img .prev, .container .slide_img .next {
  width: 12%;
  height: inherit;
  position: absolute;
  top: 0;
  background-color: rgba(97, 92, 92, 0.4);
  z-index: 99;
  transition: .45s;
  cursor: pointer;
  text-align: center;
}
.container .slide_img .next {
  right: 0;
}
.container .slide_img .prev {
  left: 0;
}
.container .slide_img .prev:hover, .container .slide_img .next:hover {
  transition: .1s;
  background-color: rgba(97, 92, 92, 0.6);
}
.container .slide_img .prev span, .container .slide_img .next span {
  position: absolute;
  width: 0px;
  height: 0px;
  border: solid 20px;
  top: 50%;
  transform: translateY(-50%);
}
.container .slide_img .prev span {
  border-color: transparent #fff transparent transparent;
  right: 35%;
}
.container .slide_img .next span {
  border-color: transparent transparent transparent #fff;
  left: 35%;
}
.container #nav_slide {
  width: 100%;
  bottom: 12%;
  height: 11px;
  position: absolute;
  text-align: center;
  z-index: 99;
  cursor: default;
}
.container #nav_slide .dots {
  top: -5px;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  transition: .2s;
  cursor: pointer;
}
.container #nav_slide #dot1:hover {
  background: black;
}
.container #nav_slide #dot2:hover {
  background: #F44336;
}
.container #nav_slide #dot3:hover {
  background: #2196F3;
}
.container #nav_slide #dot4:hover {
  background: #4CAF50;
}
.container #nav_slide #dot5:hover {
  background: #4CAF50;
}
.container #nav_slide #dot6:hover {
  background: #4CAF50;
}
.container #nav_slide #dot7:hover {
  background: #4CAF50;
}
.container #nav_slide #dot8:hover {
  background: #4CAF50;
}
.container #nav_slide #dot9:hover {
  background: #4CAF50;
}
.container #nav_slide #dot10:hover {
  background: #4CAF50;
}
.container #nav_slide #dot11:hover {
  background: #4CAF50;
}
.container #nav_slide #dot12:hover {
  background: #4CAF50;
}
.container #nav_slide #dot13:hover {
  background: #4CAF50;
}
.container #nav_slide #dot14:hover {
  background: #4CAF50;
}
.container #nav_slide #dot15:hover {
  background: #4CAF50;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three,
#i4:checked ~ #four,
#i5:checked ~ #five,
#i6:checked ~ #six,
#i7:checked ~ #seven,
#i8:checked ~ #eight,
#i9:checked ~ #nine,
#i10:checked ~ #ten,
#i11:checked ~ #eleven,
#i12:checked ~ #twelf,
#i13:checked ~ #threeteen,
#i14:checked ~ #fourteen,
#i15:checked ~ #fiveteen


{
  z-index: 15;
  animation: scroll 1s ease-in-out;
}

#i1:checked ~ #nav_slide #dot1 {
  background: grey;
}

#i2:checked ~ #nav_slide #dot2 {
  background: grey;
}

#i3:checked ~ #nav_slide #dot3 {
  background: grey;
}

#i4:checked ~ #nav_slide #dot4 {
  background: grey;
}
#i5:checked ~ #nav_slide #dot5 {
  background: grey;
}
#i6:checked ~ #nav_slide #dot6 {
  background: grey;
}
#i7:checked ~ #nav_slide #dot7 {
  background: grey;
}
#i8:checked ~ #nav_slide #dot8 {
  background: grey;
}
#i9:checked ~ #nav_slide #dot9 {
  background: grey;
}
#i10:checked ~ #nav_slide #dot10 {
  background: grey;
}
#i11:checked ~ #nav_slide #dot11 {
  background: grey;
}
#i12:checked ~ #nav_slide #dot12 {
  background: grey;
}
#i13:checked ~ #nav_slide #dot13 {
  background: grey;
}
#i14:checked ~ #nav_slide #dot14 {
  background: grey;
}
#i15:checked ~ #nav_slide #dot15 {
  background: grey;
}

@keyframes scroll {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 685px) {
  .container {
    border: none;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
  }
  .container .slide_img .prev, .container .slide_img .next {
    width: 15%;
  }
  .container .slide_img .prev span, .container .slide_img .next span {
    border: solid 12px;
  }
  .container .slide_img .prev span {
    border-color: transparent #fff transparent transparent;
  }
  .container .slide_img .next span {
    border-color: transparent transparent transparent #fff;
  }
  .container #nav_slide .dots {
    width: 12px;
    height: 12px;
  }
}
