body {
  margin: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="number-slide"],
[class*=" number-slide"] {
  background: grey;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  height: 240px;
  max-height: 100vh;
}

.number-slide1 {
  background: url(./assets/1.Untitled-3-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}

.number-slide2 {
  background: url(./assets/3.Untitled-3-02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}

.number-slide3 {
  background: url(./assets/5.Untitled-3-03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}

.number-slide4 {
  background: url(./assets/2.Untitled-3-04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}

.number-slide5 {
  background: url(./assets/4.Untitled-3-05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}
.number-slide6 {
  background: url(./assets/6.Untitled-3-06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}

.navigation-wrapper {margin-top: -20px;
  position: relative;
  background-image: url(./assets/middle.svg);
}

.dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 20%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: rgb(192, 58, 58);
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: rgb(177, 61, 61);
  cursor: pointer;
}

.arrow--left {
  left: 5px;
}

.arrow--right {
  left: auto;
  right: 5px;
}

.arrow--disabled {
  fill: rgba(197, 190, 190, 0.938);
}

@media screen and (min-width: 768px) {
  [class^="number-slide"],
  [class*=" number-slide"] {
    background: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    height: 500px;
    max-height: 100vh;
  }

  .number-slide1 {
    background: url(./assets/1.Untitled-3-01.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .number-slide2 {
    background: url(./assets/3.Untitled-3-02.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .number-slide3 {
    background: url(./assets/5.Untitled-3-03.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .number-slide4 {
    background: url(./assets/2.Untitled-3-04.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .number-slide5 {
    background: url(./assets/4.Untitled-3-05.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .number-slide6 {
    background: url(./assets/6.Untitled-3-06.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .dot {
    width: 40px;
    height: 40px;
    margin: 0 15px;
    padding: 5px;
  }
  .dot--active {
    background: rgb(192, 58, 58);
  }
}
