@media (max-width: 1024px) {
  header nav {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 20px;
  }

  header nav .nav-left .hamburger {
    display: block;
  }

  header nav .nav-left .nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--primary-color);
    padding: 40px;
    z-index: 1000;
    transition: right 0.4s ease-in-out;
  }

  header nav .nav-left .nav-menu.active {
    display: flex;
    right: 0;
  }

  header nav .nav-left .nav-menu li {
    margin-top: 25px;
    width: 100%;
    text-align: left;
  }

  header nav .nav-right {
    display: none;
  }

  header nav .subscribe {
    margin-right: 10px;
    padding: 6px 12px;
  }

  header nav .nav-left .nav-menu {
    margin-left: 15px;
  }

  .Main-Chart img,
  .Main-Chart-1 img {
    max-width: 55%;
  }

  .Main-Chart .content h1,
  .Main-Chart-1 .content-1 h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  header nav {
    flex-wrap: wrap;
    height: auto;
    padding: 20px 15px;
  }

  header nav .nav-left .hamburger {
    display: block;
  }

  header nav .nav-left .nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--primary-color);
    padding: 40px;
    z-index: 1000;
    transition: right 0.4s ease-in-out;
  }

  header nav .nav-left .nav-menu li {
    margin: 10px 0;
    width: 100%;
  }

  header nav .nav-right {
    display: none;
  }

  header nav .subscribe {
    margin-right: 10px;
    padding: 6px 12px;
  }

  section .content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  section .image-box {
    width: 53%;
  }

  section .image-box .images img {
    object-fit: contain;
  }

  .Main-Chart .content,
  .Main-Chart-1 .content-1 {
    padding: 15px;
  }
}

@media (max-width: 680px) {
  header::before {
    width: 100%;
    right: 0;
  }

  header nav {
    padding: 15px 10px;
  }

  section {
    flex-direction: column;
  }

  section .content,
  section .image-box {
    width: 100%;
  }

  section .content h1 {
    font-size: 35px;
    line-height: 45px;
  }

  section .content p {
    font-size: 13px;
    max-width: 100%;
  }

  section .image-box {
    height: 400px;
  }

  section .image-box .images img {
    width: 90vw;
    height: 100%;
  }

  section .image-box .images img.active {
    width: 90vw;
    height: 400px;
  }

  .Main-Chart,
  .Main-Chart-1 {
    flex-direction: column;
    padding: 25px;
  }

  .Main-Chart img,
  .Main-Chart-1 img {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .Main-Chart .content {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 25px;
  }

  .Main-Chart-1 .content-1 {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;
  }

  .Main-Chart .content h1,
  .Main-Chart-1 .content-1 h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .Main-Chart .content p,
  .Main-Chart-1 .content-1 p {
    font-size: 13px;
    text-align: center;
  }

  footer nav ul {
    flex-direction: column;
  }

  footer nav ul li a {
    font-size: 12px;
  }

  footer .last-line {
    flex-direction: column;
  }

  footer .last-line .last-a {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  section .content h5 {
    font-size: 13px;
    padding: 5px 15px;
  }

  section .content h5 img {
    width: 24px;
  }

  section .content h1 {
    font-size: 32px;
    line-height: 40px;
  }

  section .content .img-slider {
    display: none;
  }

  section .image-box {
    height: 370px;
  }

  section .image-box .images img.active {
    width: 100vw;
    height: 370px;
  }

  .Main-Chart .content h1,
  .Main-Chart-1 .content-1 h1 {
    font-size: 33px;
    line-height: 40px;
  }

  .Main-Chart .content p,
  .Main-Chart-1 .content-1 p {
    font-size: 13px;
  }

  footer nav ul li a,
  footer nav ul li h6 {
    font-size: 12px;
  }

  footer .cont img {
    width: 20px;
  }

  footer .last-line .pra {
    font-size: 12px;
  }

  footer .last-line .last-img {
    width: 80px;
  }
}