
.download {
  padding-top: 20px;
}

.download-link button {
  width: 400px;
  margin-top: 20px;
}

.second-content-detail {
  display: flex;
  grid-gap: 70px;
  justify-content: center;
  margin-top: 40px;
}

.second-content {
  margin-bottom: 30px;
}

.second-content-img {
  text-align: center;
}

.second-content-img img {
  width: 544px;
  height: 544px;
}

.line {
  border: none;
  height: 2px;
  background-color: #adacac;
  margin: 20px 0px;
}

.detail-grid {
 
  grid-gap: 14px;
  display: flex;
}
.detail-grid img {
  width: 265px;
  height: 199px;
  border-radius: 10px;
  object-fit: cover;
}



.details .below {
  align-items: center;
}

.below li:before {
  content: "•";
  text-align: center;
  margin-right: 7px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.second-content-detail-text {
  justify-content: center;
  width: 40%;
}

.second-content-detail-img {
  width: 55%;
  text-align: center;
  padding-top: 30px;
  position: relative;
  z-index: -1;
}

.circle-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 32%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.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(-45.5%, -294.9px);
  animation-delay: 0s;
}

.menu-item:nth-child(2) {
  transform: rotate(0deg) translate(-18%, -300px);
  animation-delay: 0.5s;
  z-index: -1;
}

.menu-item:nth-child(3) {
  transform: rotate(0deg) translate(43%, -291px);
  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;
}

@keyframes showItem {
  to {
    opacity: 1;
  }
}

.menu-item:nth-child(2) img {
  width: 432px;
}

@media (max-width: 1024px) {
  .download-link button {
    width: 270px;
    margin-top: 10px;
  }

  .detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 30px;
}
/* .detail-grid img {
  width: 100%;
  height: auto;
} */
  .second-content-img {
    padding: 20px;
  }

  .second-content-detail {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
  }

  .second-content-img img {
    width: 300px;
    height: 300px;
  }

  .second-content {
    margin-bottom: 10px;
  }



  .circle-container {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
  }

  .center-circle img {
    width: 124px;
    position: absolute;
    transform: translate(4%, -54.5%);
  }

  .second-content-detail-img {

        text-align: center;

        height: 280px;
        width: 240px;
        margin: 0 auto;
  }

  .menu-item:nth-child(1) {
    transform: rotate(0deg) translate(-42.5%, -92%);
  }

  .menu-item:nth-child(1) img {
    width: 135px;
  }

  .menu-item:nth-child(2) {
    transform: rotate(-1deg) translate(-15%, -135%);
  }


  .menu-item:nth-child(2) img {
    width:195px;
  }

  .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;
  }

  .second-content-detail-img h2 {
    text-align: start;
  }
  .download-link button {
    width: 285px;
  }

  .second-content-detail-text {
    width: auto;
  }

 
}

@media (max-width: 440px) {
  .circle-container {


    left: 20%;

  }

  .download-link button {
    width: 100%;

  }

  .detail-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

 
}

