
.slider {
  background: #000;
  height: 550px;
  position: relative;
  text-align: center;
  width: 100%;
}
.arrow {
  background: black;
  border: none;
  border-radius: 10%;
  color: white;
  cursor: pointer;
  display: none;
  opacity: .4;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: .2s;
	top: 50%;
  transition: .2s;
}
.arrow:hover {
  opacity: .8;
}
.arrow.next {
  right: 2%
}
.arrow.prev {
  left: 2%;
}
.slide {
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  height: 100%;
  padding: 90px 0 0;
  position: absolute;
  width: 100%;
}
.slide-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  text-transform: uppercase;
  color:#F94892;
}
.slide-title-2 {
      font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  text-transform: uppercase;
    color:#FC28FB;
}
.slide-desc {
  font-size: 20px;
  margin: 40px auto 0;
  width: 65%;
  color:#FC28FB;
}
.slide-image,
.slide-image img{
  height: 80%;
  width: 80%;
}
.slide:first-of-type {
  background-image: url("../images/sliderimages/spa7.jpg");
}
.slide:nth-of-type(2) {
  background-image: url("../images/sliderimages/spa8.jpg");
}
.slide:nth-of-type(3) {
  background-image: url("../images/sliderimages/spa9.jpg");
}
.slide:nth-of-type(4) {
  background-image: url("../images/sliderimages/spa4.jpg");
}
.slide:last-of-type {
  background-image: url("../images/sliderimages/spa5.jpg");
}
.active {
  display: block;
}
.slide-nav {
  bottom: 30px;
	position: absolute;
   width: 100%;
}
.nav-item {
  background: #fff;
  border: 2px solid #ff686b;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  transition: background .4s;
}
.nav-item:last-of-type {
  margin-right: 0;
}
.nav-item:hover {
  transform: scale(1.3);
}
.item-active {
  background: #ff686b;
  transform: scale(1.3);
}
.dot {
  border-radius: 50%;
}
.dot,
.square{
  height: 15px;
	width: 15px;
}
.rectangle {
  height: 15px;
  width: 30px;
}






