@media (max-width: 767px) {
  body {
    padding-top: 80px;
  }

  .navbar-top {
    padding: 10px 10px;
  }

  .nav-mid {
    display: none;
  }

  .nav-bottom {
    display: none;
  }

  .nav-button-section {
    display: none;
  }

  .contact-section {
    display: none;
  }

  .logo {
    height: 50px;
    /* Default size */
  }

  .menu {
    display: inline;
  }

  .trending-section.b {
    display: inline;
    padding: 10px 10px;
    display: flex;
  }

  .trending {
    font-size: 12px;
  }

  .marquee-text {
    font-size: 12px;
  }

  /* trending-section */
  .trending-section {
    display: none;
  }

  /* body-content */
  .body-content {
    padding: 10px 10px;
  }

  /* first-section */
  .first-section {
    padding: 0px 0px;
  }

  .first-section-grid {
    display: flex;
    flex-direction: column;
  }

  .first-section-side {
    width: 100%;
    order: 0;
  }

  .first-section-mid {
    width: 100%;
    order: -1;
  }

  /* section */
  .section {
    padding: 20px 0px;

  }

  .section-head {
    font-size: 20px;
    border-bottom: 2px solid #000;
  }

  .grid-section {
    display: flex;
    flex-direction: column;
  }

  .grid {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .grid-l {
    width: 100%;
  }

  .grid-r {
    width: 100%;
  }

  .grid-head {
    font-size: 18px;
    line-height: 1.3rem;
  }

  .section-btn {
    font-size: 12px;
  }

  .section.r {
    padding: 20px 10px;
  }

  /* footer */
  .footer {
    padding: 20px 10px;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-paragraph-section {
    width: 100%;
    padding: 15px 0;
  }

  .footer-para {
    font-size: 16px;
    line-height: 1.5rem;
    opacity: 0.6;
  }

  .footer-logo {
    height: 50px;
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 20px 0;
  }

  .footer-links {
    margin-bottom: 10px;
  }

  .footer-links a {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
  }

  .footer-text {
    width: 100%;
    font-size: 14px;
  }

  .footer-socials {
    margin-top: 10px;
  }

  .footer-socials img {
    width: 25px;
    height: 25px;
    padding: 4px;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    padding-top: 80px;
  }

  .navbar-top {
    padding: 10px 10px;
  }

  .nav-mid {
    display: none;
  }

  .nav-bottom {
    display: none;
  }

  .nav-button-section {
    display: none;
  }

  .contact-section {
    display: none;
  }

  .logo {
    height: 50px;
    /* Default size */
  }

  .menu {
    display: inline;
  }

  .trending-section.b {
    display: inline;
    padding: 10px 10px;
    display: flex;
  }

  .trending {
    font-size: 12px;
  }

  .marquee-text {
    font-size: 12px;
  }

  /* trending-section */
  .trending-section {
    display: none;
  }

  /* body-content */
  .body-content {
    padding: 10px 10px;
  }

  /* first-section */
  .first-section {
    padding: 0px 0px;
  }

  .first-section-grid {
    display: flex;
    flex-direction: column;
  }

  .first-section-side {
    width: 100%;
    order: 0;
    display: flex;
    gap: 10px;
  }

  .first-section-mid {
    width: 100%;
    order: -1;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1201px) and (max-width: 1400px) {}