body {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.frame {
  height: 100vh;
  overflow-y: auto;
}

.div {
  height: 100%;
}

.overlap-group {
  background-size: 100% 100%;
  height: auto;
  width: 100%;
}

.imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.img1 {
  width: 100%;
  /* position: relative; */
}

.imgdownload {
  width: 75%;
  z-index: 2;
  /* margin-top: 1rem; */
  animation: rotate-animation 1.5s infinite;
  /* position: relative;
  top: -1rem; */
}

@keyframes rotate-animation {

  0%,
  100% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }
}

.rParambox {
  width: 100%;
  position: relative;
  top: -41.5rem;

}

.rParambox-son {
  display: flex;
  justify-content: start;
  margin-left: 1.5rem;
  width: 100%;
}

.rParam {
  /* color: aqua; */
  border: 2px solid #f3e299;
  background-color: black;
  padding-left: 5px;
  color: aliceblue;
  border-radius: 5px;
  line-height: 1rem;
  height: 1.5rem;
  width: 40%;
}

.cope {
  width: 100px;
  margin-left: 0.2rem;
  /* animation: rotate-animation 1s infinite; */

}
.cope:active {
  transform: scale(1.5);
}
@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.animate-scale {
  animation: scaleUpDown 0.3s ease-in-out;
}
.img2 {
  width: 100%;
  margin-top: -3.8rem;
}

.footerbox1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 10%;
}

.footerbox2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* margin-top: -4.5rem; */
  position: relative;
}

.img4 {
  width: 15%;
  z-index: 2;
  animation: rotate-animation 1.5s infinite;
}

.img5 {
  width: 100%;
}

.img6 {
  width: 35%;
  position: absolute;
  right: 0;
  margin-right: 5%;
  animation: rotate-animation 1.5s infinite;
}


@media screen and (min-width: 360px) {
  .rParambox {
    top: -46.5rem;
  }

  .rParam {
    width: 50%;
  }
}

@media screen and (min-width: 370px) {
  .rParambox {
    top: -47rem;
  }

  .rParam {
    width: 50%;
  }
}

@media screen and (min-width: 375px) {
  .rParambox {
    top: -47.5rem;
  }

  .rParam {
    width: 50%;
  }
}

@media screen and (min-width: 380px) {
  .rParambox {
    top: -48rem;
  }

  .rParam {
    width: 50%;
  }
}

@media screen and (min-width: 385px) {
  .rParambox {
    top: -49rem;
  }
}

@media screen and (min-width: 390px) {
  .rParambox {
    top: -49.5rem;
  }
}

@media screen and (min-width: 395px) {
  .rParambox {
    top: -50.5rem;
  }
}

@media screen and (min-width: 400px) {
  .rParambox {
    top: -51rem;
  }
}

@media screen and (min-width: 405px) {
  .rParambox {
    top: -51.5rem;
  }
}

@media screen and (min-width: 410px) {
  .rParambox {
    top: -52rem;
  }
}

@media screen and (min-width: 415px) {
  .rParambox {
    top: -53rem;
  }
}

@media screen and (min-width: 420px) {
  .rParambox {
    top: -54rem;
  }
}

@media screen and (min-width: 425px) {
  .rParambox {
    top: -54.5rem;
  }
}

@media screen and (min-width: 430px) {
  .rParambox {
    top: -55rem;
  }
}

@media screen and (min-width: 435px) {
  .rParambox {
    top: -56rem;
  }
}

@media screen and (min-width: 440px) {
  .rParambox {
    top: -56.5rem;
  }
}

@media screen and (min-width: 480px) {
  .rParambox {
    top: -61rem;
  }

  .frame {
    display: flex;
    justify-content: center;
  }

  .overlap-group {
    width: 480px;
    height: auto;
  }

  .div {
    width: 480px;
  }

  .img1,
  .img4 {
    width: 480px;
  }

  .img4 {
    width: 50px;
  }

  .img2 {
    width: 100%;
    margin-top: -4.5rem;
  }

  .imgbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 475px) {}