body,
html {
  height: 100%;
  background: #110101;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}
//div {
  //display: inline-block;
  //vertical-align: middle;
//}

//a {
 // display: inline-block;
  //border-radius: 50%;
//}

//a {
//  display: inline-block;
//  border-radius: 15%;
//}

a:hover .bottom, a:hover .right{
  border: 0.2em solid #fff;
}

a:hover .bottom:after, a:hover .right:after {
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
}

.bottom {
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 0.2em solid #ccc;
  border-radius: 50%;
  margin-left: 0.75em;
}

.bottom:after {
  content: '';
  display: inline-block;
  margin-top: 0.4em;
  width: 0.7em;
  height: 0.7em;
  border-top: 0.2em solid #ccc;
  border-right: 0.2em solid #ccc;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow,
.arrow:before {
  position: absolute;
    display: inline-block;
 // left: 50%;
    opacity: .5;
     float: right;
}

.arrow {
  width: 1.6em;
  height: 1.6em;
 // top: 50%;
    margin-top: -0.6em;
 margin-left: 0.75em;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
}

.arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}


.right {
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 0.2em solid #ccc;
  border-radius: 50%;
 margin-left: 0.75em;
}

.right:after {
  content: '';
  display: inline-block;
  margin-top: 0.5em;
  width: 0.7em;
  height: 0.7em;
  border-top: 0.2em solid #ccc;
  border-right: 0.2em solid #ccc;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 100px;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
      -moz-shadow: 3px 2px 4px #000000;
  -webkit-shadow: 3px 2px 4px #000000;
    text-shadow: 3px 2px 4px #000000;
    
}

.slideshow-text2 {
  position: absolute !important;
  top: 75%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 20px;
  width: 25%;
  text-align: center;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 100;
  //pointer-events: none;
  //text-transform: uppercase;
  //letter-spacing: 20px;
  //line-height: 0.8;
  line-height: 2;
}

@media (max-width: 600px) {
  .slideshow-text {
    font-size: 40px;
  }
    .slideshow-text2 {
    font-size: 17px;
        color:000;
         width: 100%;
        left: 30%;
  }
}