.section {
  background: #fff;
}



/*.section-1 {
  background-color: #ff6434;
  background: linear-gradient( #ff6434 15%, #ffab00 0, #ffab00 30%, #ffff56 0, #ffff56 45%, #64dd17 0, #64dd17 60%, #00b8d4 0, #00b8d4 75%, #2962ff 0, #2962ff 90%, #6200ea 0, #6200ea 100%);
}

.section-2 {
  background-color: #f57f17;
}

.section-3 {
  background-color: #651fff;
}

.section-4 {
  background-color: #ff7043
}

.section-5 {
  background-color: #4caf50;
}

.section-6 {
  background-color: #0081cb;
}

.section-7 {
  background-color: #6d4c41;
}*/

/*.slide {
  padding: 70px 20px 40px 20px;
}

@media (max-width: 650px) {
  .slide {
    padding-top: 30px;
  }
}

.step {
  display: inline-block;
  background: #333;
  border-radius: 2px;
  padding: 10px 20px;
}*/
/*
#prev {
  position: absolute;
  font-size: 20px;
  left: 100px;
  bottom: 50px;
  z-index: 3;
  cursor: pointer;
}

#next {
  position: absolute;
  font-size: 20px;
  right: 100px;
  bottom: 50px;
  z-index: 3;
  cursor: pointer;
}*/

.dot {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  text-align: center;
  padding: 0;
  margin: auto;
}

.dot>li {
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
  transform: scale(0.3);
    transition-property: transform;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
    background-color: rgba(0, 0, 0, .3);
}

.dot>li.active,
.dot>li:hover {
  background-color: rgba(0, 0, 0, .3);
    transform: scale(1);

}
/*
.prev-slide,
.next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.prev-slide {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  left: 100px;
}

.next-slide {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 100px;
}

.prev-slide:hover {
  transform: translateY(-50%) rotate(-45deg) scale(1.1);
}

.next-slide:hover {
  transform: translateY(-50%) rotate(45deg) scale(1.1);
}
*/