
ol {
  padding: 0px;
  list-style-type: none;
}

.download {
  padding-top: 50px;
}

.download-link button {
  width: 400px;
  margin-top: 20px;
}

/* li {
  margin-bottom: 20px;
} */

.circle-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 97%;
    left: 31%;
  transform: translate(-50%, -50%);
  z-index: -1;
  
}

.download-link button {
  text-align: start;
}

.second-content-detail {
  display: flex;
  grid-gap: 20px;
  justify-content: center;
  
}

.second-content-detail-text {
  justify-content: center;
  width: 45%;
}

.second-content-detail-img {
  width: 55%;
  text-align: center;

  position: relative;
}

.second-content {
  margin-top: 30px;
}

.inline-p {
  display: inline;
  margin: 0px;
}

.third-content {
  margin-top: 30px;
}

.second-content-detail-img h2 {
  margin: 0;
  text-align: center;
}

.menu-item {
  position: absolute;
  display: block;
  opacity: 0;
  transition: 0.5s;
  transform-origin: center;
  animation: showItem 0.5s ease-in-out forwards;
}

.menu-item:nth-child(1) {
  transform: rotate(0deg) translate(-44.9%, -296.9px);
  animation-delay: 0s;
}

.menu-item:nth-child(2) {
  transform: rotate(0deg) translate(-25%, -302px);
  animation-delay: 0.5s;
  z-index: -1;
}

.menu-item:nth-child(3) {
  transform: rotate(0deg) translate(43%, -293px);
  animation-delay: 1s;
  z-index: -2;
}

.menu-item:nth-child(4) {
  transform: rotate(0deg) translate(123px, -150px);
  animation-delay: 1.5s;
  z-index: -3;
}

.menu-item:nth-child(5) {
  transform: rotate(3deg) translate(-19%, 50px);
  animation-delay: 2s;
  z-index: -4;
}

.menu-item:nth-child(6) {
  transform: rotate(0deg) translate(-63%, -144px);
  animation-delay: 2.5s;
}

.center-circle {
  position: absolute;

  transform: translate(3%, -59.5%);
  animation: showCircle 0.5s ease-in forwards;
  opacity: 0;
  animation-delay: 3s;
}

@keyframes showItem {
  to {
    opacity: 1;
  }
}

@keyframes showCircle {
  to {
    opacity: 1;
  }
}

.hidden {
  opacity: 0;
  filter: blur(1px);

  transition: ease-in 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
}

.menu-item:nth-child(2) img {
  width: 551px;
}

.text-mobile{
  display: none;
}
@media (max-width: 1024px) {
  .download {
    padding-top: 10px;
  }

  .second-content-detail {
    display: block;
 
  }

  .text-mobile{
    display: block;
    margin-top: 30px;
  }

  .text-desktop{
    display: none;
  }

  .menu-item {
    position: absolute;
    display: block;
    opacity: 0;
    transition: 0.5s;
    transform-origin: center;
    animation: showItem 0.5s ease-in-out forwards;
  }

  .circle-container {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
  }

  .menu-item:nth-child(1) {
    transform: rotate(0deg) translate(-40.9%, -93%);

  }

  .menu-item:nth-child(1) img {
    width: 134px;
  }

  .menu-item:nth-child(2) {
    transform: rotate(0deg) translate(-24%, -49%);
  }

  .menu-item:nth-child(2) img {
    width: 260px;
  }

  .menu-item:nth-child(3) {
    transform: rotate(0deg) translate(47%, -70%);
  }

  .menu-item:nth-child(3) img {
    width: 130px;
  }

  .menu-item:nth-child(4) {
    transform: rotate(6deg) translate(39%, -34%);
  }

  .menu-item:nth-child(4) img {
    width: 130px;
  }

  .menu-item:nth-child(5) {
    transform: rotate(6deg) translate(-18%, 33.2%);
  }

  .menu-item:nth-child(5) img {
    width: 191px;
  }

  .menu-item:nth-child(6) {
    transform: rotate(4deg) translate(-65.5%, -33%);
  }

  .menu-item:nth-child(6) img {
    width: 100px;
  }

  .center-circle img {
    width: 124px;
    position: absolute;
    transform: translate(4%, -54.5%);

   
  }

  .second-content-detail-img {
    width: auto;
    text-align: center;
    height: 280px;
    width: 240px;
    margin: 0 auto;
    text-align: center;
 
  }

  .second-content-detail-img h2 {
    text-align: start;
  }
  .download-link button {
    width: 285px;
  }

  .second-content-detail-text {
    width: auto;
  }

  .second-content {
    margin-top: 0px;
  }
}

@media (max-width: 440px) {
  .circle-container {

    top: 50%;
    left: 20%;

  }
  .download-link button {
    width: 100%;
}
}
