/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --font-base: 15px;
  }
}
/* Medium devices (tablets, laptops between 992px to 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --font-size--h1: 44px;
    --font-size--h2: 32px;
    --font-base: 15px;
  }
  .hero-banner.hero-banner-1 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
/* Medium devices (tablets, Between 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --font-size--h1: 44px;
    --font-size--h2: 38px;
    --font-size--h3: 22px;
    --font-size--h4: 22px;
  }
  .hero-banner.hero-banner-1 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .hero-banner.hero-banner-3 {
    padding-top: 100px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
  /* Reset CSS */
  :root {
    --font-base: 15px;
    --font-sm: 12px;
    --font-xsm: 10px;
    --font-lg: 16px;
    --font-size--h1: 36px;
    --font-size--h2: 32px;
    --font-size--h3: 22px;
    --font-size--h4: 22px;
    --font-size--h5: 18px;
    --font-size--h6: 15px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-75 {
    padding-bottom: 45px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-30 {
    padding-bottom: 20px !important;
  }
  .px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-60 {
    padding-inline: 20px;
  }
  .btn-lg, .btn-md {
    padding: 12px 26px;
    font-size: var(--font-base);
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-75 {
    width: 100% !important;
  }
  .go-top {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .section-title .title,
  .content-title h2 {
    margin-top: -4px;
  }
  .title-md {
    font-size: 22px;
  }
  .hero-banner.hero-banner-1 {
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .hero-banner.hero-banner-3 {
    padding-top: 70px;
  }
  .hero-banner.hero-banner-3 .banner-content {
    margin-bottom: 40px;
  }
  .spacer {
    padding: 10px 0;
  }
  .tabs-navigation {
    overflow: hidden;
    overflow-x: auto;
  }
  .tabs-navigation .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: unset;
  }
  .tabs-navigation .nav li {
    flex: 0 0 auto;
  }
  .footer-area .footer-links {
    gap: 15px;
  }
  .hero-banner.hero-banner-2 .banner-vertical {
    height: auto;
  }
  .hero-banner.hero-banner-2 .banner-inline {
    height: auto;
  }
  .banner-sm.content-bottom .banner-content {
    padding: 0 20px 20px !important;
    max-width: 100%;
  }
  .match-item_schedule {
    padding: 20px;
    background-color: var(--bg-2);
  }
}
/* Small devices (landscape phones, between 576px to 768px) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .game-details-area .product-banner .banner-content {
    margin-inline: auto !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog-details-area .comments .comment-box {
    padding: 20px;
  }
  .blog-details-area .comments .comment-list .comment .comment-body .comment-author {
    max-width: 60px;
  }
  .blog-details-area .comments .comment-list .comment .comment-body .comment-content p {
    font-size: 14px;
  }
  .game-details-area .product-banner .banner-content {
    padding-inline: 20px !important;
  }
  .product-inline,
  .hero-banner.hero-banner-2 .banner-inline,
  .banner-vertical {
    padding-inline: 0.75rem !important;
  }
}