@media (max-width: 480px) {
  .logo {
    width: 140px;
  }

  .sec1 h1 {
    font-size: 38.6px;
    width: 100%;
    line-height: 47px;
  }
  .chart-parrent {
    padding-top: 0px;
  }
  .sec1 {
    padding-top: 30px;
  }

  .sec1 p {
    font-size: 17px;
    width: 100%;
  }

  .sec2 {
    padding-top: 80px;
  }

  .sec2 h1 {
    font-size: 32.8px;
  }

  .subsdiv input {
    width: 170px;
  }

  .subsdiv button {
    font-size: 14.8px;

    width: 106px;
  }

  .footer {
    margin-top: 70px;
  }

  td {
    font-size: 15.9px;
  }

  .getstartbtn {
    width: 180.8px;
    height: 53.6px;
    font-size: 15.9px;
  }

  .sec2 h3 {
    font-size: 18.2px;
  }

  .sec2 h4 {
    font-size: 14.9px;
  }

  .regbox h1 {
    font-size: 26.8px;
  }

  .navbar-nav {
    height: fit-content !important;
  }

  .navbar-nav {
    /* background-color: #ffffff; */
    border-radius: 26px;
    border: 1px solid rgba(204, 255, 0, 30%);
    box-shadow: none;
    height: 54px;
    display: flex;
    align-items: start;
    padding: 0px 0px;
  }
  .navbar-nav .nav-item .actives::after {
    bottom: -1px;
    left: 0;
    height: 4px;
    width: 100%;
  }
  .chart-head {
    font-size: 18px;
  }
  
  .copy-btn{
    padding: 10px 0px;
    width: 100px;
    font-size: 12px;
  }
  
}

@media (min-width: 481px) and (max-width: 991px) {
  .sec1 h1 {
    font-size: 59.6px;
    width: 100%;
    line-height: 65px;
  }

  .sec1,.chart-parrent {
    padding-top: 0px;
  }

  .sec1 p {
    font-size: 18px;
    width: 100%;
  }

  .sec2 h1 {
    font-size: 35.8px;
  }
  .chart-head {
    font-size: 21px;
  }

  .copy-btn{
    padding: 10px 0px;
    width: 100px;
    font-size: 12px;
  }
  
  .navbar-nav {
    height: fit-content !important;
  }

}
