body {
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
}

.slider {
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  overflow: hidden;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slides {
  width: 500%;
  height: 100vh;
  display: flex;
}

.slides input {
  display: none;
}

.slide {
  width: 20%;
  transition: all 2s;
}

.slide img {
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.navigation-manual {
  justify-content: center;
  width: 100vw;
  margin-top: -40px;
  display: none;
  position: absolute;
}

.manual-btn {
  cursor: pointer;
  border: 2px solid #161818;
  border-radius: 10px;
  padding: 5px;
  transition: all 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background: #40d3dc;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

.navigation-auto {
  justify-content: center;
  width: 100vw;
  margin-top: 94.9vh;
  display: flex;
  position: absolute;
}

.navigation-auto div {
  border: 2px solid #40d3dc;
  border-radius: 10px;
  padding: 5px;
  transition: all 1s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1, #radio2:checked ~ .navigation-auto .auto-btn2, #radio3:checked ~ .navigation-auto .auto-btn3, #radio4:checked ~ .navigation-auto .auto-btn4 {
  background: #40d3dc;
}

@media screen and (width >= 850px) and (width <= 5000px) {
  body {
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end !important;
  }

  .AccountCard {
    padding-right: 5vw;
  }

  .para {
    width: 40vw;
    margin-top: -70vh;
    margin-left: 100px;
  }

  .P-Header {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }

  .P-Content {
    color: #fff;
    font: 25px;
    line-height: 4vh;
  }
}

@media screen and (width <= 640px) {
  .slide img {
    object-fit: cover;
  }

  body {
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center !important;
  }

  .P-Content, .P-Header {
    display: none;
  }
}

/*# sourceMappingURL=index.4b4f1b80.css.map */
