@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 1050px) {
  #text2 {
    padding: 0rem 2% 5rem 3rem;
  }
  #side-img-2 {
  margin-bottom: -12.3rem;
}
}
@media (max-width: 900px) {
  .heading1 {
    font-size: 18rem;
  }
}
@media (max-width: 880px) {
    #text2 {
    padding: 2rem 2% 5rem 3rem;
  }
  .top-side1 {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 4rem 2% 0 2%;
  }
  #text1 {
    margin-bottom: 2rem;
    width: auto;
  }
  #text3,
  #text2 {
    padding: 2rem 2% 2rem 2%;
  }
  #text3 {
    margin-left: 0;
  }
  .text {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .copy-btn-box {
      width:auto;
    align-items: center;
    justify-content: center;
  }
  .top-side3,
  .top-side2 {
    flex-direction: column;
  }
  
  #side-img-2 {
    top: 0;
    margin-bottom: -0.3rem;
      overflow: hidden;
  }
  #side-img-3 {
    top: -0;
    margin-bottom: -4rem;
    margin-left: auto;
    margin-right: 0;
  
  }
}
@media (max-width: 600px) {
  .copy-btn-box{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .soon-btn,
  .copy-btn{
    margin: auto;
  }
  .copy-text{
    flex-direction: column;
  }
  .copy-text p{
    font-size: 2.2vmin;
  }
  .phase-box {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .para1 {
    font-size: 2.2rem;
  }
  .heading1 {
    font-size: 16rem;
  }
  .heading2 {
    font-size: 8rem;
  }
  .logo {
    width: 8rem;
  }
  .right-img {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 300px) {
  .heading2 {
    font-size: 7rem;
  }
}
