/* ===============================
   X-SMALL < 576px (Portrait phones)
================================ */
@media (max-width: 575.98px) {

  .hero-content {
    padding-bottom: 80px;
  }

  .subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .title {
    font-size: 44px;
  }

  /* Play button */
  .hero-play {
    left: 20px;
    top: 92%;
    width: 38px;
    height: 38px;
  }

  .hero-play i {
    font-size: 14px;
  }

  /* Navigation arrows */
  .hero-nav {
    right: 50%;
    top: 92%;
    transform: translate(50%, -50%);
    gap: 24px;
  }

  .hero-nav i {
    font-size: 18px;
    display: none;
  }

  /* Keep dots aligned with arrows */
  .banner .owl-dots {
    right: 50%;
    top: 88%;
    transform: translateX(50%);
  }

  /* Social icons hidden */
  .social-icons {
    display: none;
  }

  /* ============
      Categories
  =============== */
  .category-hero {
    height: 100vh;
  }

  /* Text overlay */
  .hero-overlay {
    left: 20px;
    bottom: 140px;
    max-width: 90%;
  }

  .hero-overlay h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .hero-overlay h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .hero-overlay p {
    font-size: 14px;
    line-height: 20px;
  }

  /* Thumbnail slider */
  .category-thumb-swiper {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 30px;
    padding: 0 20px;
  }

  .category-thumb-swiper .swiper-slide {
    width: 140px;
    height: 180px;
  }

  .swiper-slide.swiper-slide-active {
    height: 200px;
  }

  .category-thumb-swiper .swiper-slide span {
    left: 14px;
    font-size: 18px;
  }

  /* Navigation */
  .category-nav {
    gap: 12px;
  }

  .category-next img,
  .category-prev img {
    width: 26px;
    height: 26px;
  }

  /* ========
      About 
  ===========*/

   .about-hero {
    height: 100vh;
    justify-content: center;
    padding: 0 20px;
  }

  .about-overlay {
    background: linear-gradient(
      to top,
      rgba(17, 17, 17, 0.7) 30%,
      rgba(17, 17, 17, 0.4) 65%,
      rgba(17, 17, 17, 0) 100%
    );
  }

  .about-content {
    margin-top: 0;
    text-align: center;
    max-width: 100%;
  }

  .about-content h1 .small {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .about-content h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .about-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-signature {
    width: 140px;
    margin-top: 20px;
  }

  /* ===========
        Blog
  ==============*/

  .blog-section {
    padding: 90px 0 60px;
    margin-top: 0;
  }

  .blog-subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .blog-title {
    font-size: 36px;
  }

  .blog-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  /* Slider cards */
  .centerSwiper .swiper-slide {
    width: 260px;
    height: 180px;
    transform: scale(1);
  }

  .centerSwiper .swiper-slide-active {
    transform: scale(1.05);
  }

  .slide-content {
    padding: 14px 16px;
  }

  .slide-content h3 {
    font-size: 13px;
  }

  .slide-content p {
    font-size: 11px;
    line-height: 16px;
  }

  .blog-nav {
    margin-top: 40px;
    gap: 14px;
  }

  .blog-next img,
  .blog-prev img {
    width: 26px;
    height: 26px;
  }


}

/* ===============================
   SMALL 576px – 768px
================================ */
@media (min-width: 576px) and (max-width: 767.98px) {

  .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .title {
    font-size: 60px;
  }

  .hero-play {
    left: 30px;
    top: 92%;
  }

  .hero-nav {
    right: 50%;
    top: 92%;
    transform: translate(50%, -50%);
    gap: 24px;
  }

  .hero-nav i {
    font-size: 18px;
    display: none;
  }

  .banner .owl-dots {
    right: 40px;
    top: 88%;
  }

  .social-icons {
    left: 30px;
    gap: 10px;
  }


  /* Categories */
   .category-hero {
    height: 110vh;
  }

  .hero-overlay {
    left: 40px;
    bottom: 120px;
    max-width: 80%;
  }

  .hero-overlay h5 {
    font-size: 18px;
  }

  .hero-overlay h1 {
    font-size: 48px;
  }

  .hero-overlay p {
    font-size: 15px;
  }

  .category-thumb-swiper {
    width: 100%;
    bottom: 40px;
    padding: 0 40px;
  }

  .category-thumb-swiper .swiper-slide {
    width: 170px;
    height: 210px;
  }

  .swiper-slide.swiper-slide-active {
    height: 240px;
  }

  .category-thumb-swiper .swiper-slide span {
    font-size: 22px;
    left: 20px;
  }

  /* About */
  .about-hero {
    height: 100vh;
    justify-content: center;
    padding: 0 40px;
  }

  .about-overlay {
    background: linear-gradient(
      to top,
      rgba(17, 17, 17, 0.65) 30%,
      rgba(17, 17, 17, 0.35) 65%,
      rgba(17, 17, 17, 0) 100%
    );
  }

  .about-content {
    text-align: center;
    margin-top: 0;
    max-width: 90%;
  }

  .about-content h1 .small {
    font-size: 18px;
  }

  .about-content h1 {
    font-size: 48px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 22px;
  }

  .hero-signature {
    width: 160px;
    margin-top: 24px;
  }

  /* ===========
        Blog
  ==============*/
  .blog-section {
    padding: 110px 0 80px;
  }

  .blog-subtitle {
    font-size: 18px;
  }

  .blog-title {
    font-size: 48px;
  }

  .blog-desc {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .centerSwiper .swiper-slide {
    width: 320px;
    height: 220px;
    transform: scale(0.95);
  }

  .centerSwiper .swiper-slide-active {
    transform: scale(1.15);
  }

  .slide-content h3 {
    font-size: 14px;
  }

  .slide-content p {
    font-size: 12px;
  }

}

/* ===============================
   MEDIUM 768px – 992px
================================ */
@media (min-width: 768px) and (max-width: 991.98px) {

  .subtitle {
    font-size: 18px;
  }

  .title {
    font-size: 80px;
  }

  .hero-play {
    left: 60px;
    top: 91%;
  }

  .hero-nav {
    right: 80px;
    top: 91%;
    gap: 60px;
  }

  .banner .owl-dots {
    right: 90px;
    top: 87%;
  }

  .social-icons {
    left: 60px;
  }

  /* Categories */
  .category-hero {
    height: 115vh;
  }

  .hero-overlay {
    left: 60px;
    bottom: 100px;
  }

  .hero-overlay h5 {
    font-size: 22px;
  }

  .hero-overlay h1 {
    font-size: 60px;
  }

  .hero-overlay p {
    font-size: 15px;
  }

  .category-thumb-swiper {
    width: 55%;
    bottom: 80px;
  }

  .category-thumb-swiper .swiper-slide {
    width: 190px;
    height: 230px;
  }

  .swiper-slide.swiper-slide-active {
    height: 270px;
  }

  .category-thumb-swiper .swiper-slide span {
    font-size: 26px;
  }

  /* About */
  .about-hero {
    height: 95vh;
    padding-right: 6%;
  }

  .about-content {
    margin-top: 60px;
    max-width: 600px;
  }

  .about-content h1 .small {
    font-size: 22px;
  }

  .about-content h1 {
    font-size: 60px;
  }

  .about-content p {
    font-size: 15px;
  }

  .hero-signature {
    width: 180px;
  }

  /* ===========
        Blog
  ==============*/

   .blog-section {
    padding: 130px 0 90px;
  }

  .blog-subtitle {
    font-size: 22px;
  }

  .blog-title {
    font-size: 60px;
  }

  .blog-desc {
    font-size: 15px;
  }

  .centerSwiper .swiper-slide {
    width: 400px;
    height: 260px;
    transform: scale(0.9);
  }

  .centerSwiper .swiper-slide-active {
    transform: scale(1.25);
  }

  .slide-content {
    padding: 20px 24px;
  }

}

/* ===============================
   LARGE 992px – 1200px
================================ */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .subtitle {
    font-size: 22px;
  }

  .title {
    font-size: 100px;
  }

  .hero-play {
    left: 100px;
  }

  .hero-nav {
    right: 120px;
    gap: 90px;
  }

  .banner .owl-dots {
    right: 140px;
  }

  .social-icons {
    left: 100px;
  }

  /* Categories */
  .hero-overlay {
    left: 80px;
    bottom: 90px;
  }

  .hero-overlay h5 {
    font-size: 26px;
  }

  .hero-overlay h1 {
    font-size: 70px;
  }

  .category-thumb-swiper {
    width: 45%;
    bottom: 90px;
  }

  .category-thumb-swiper .swiper-slide {
    width: 205px;
    height: 250px;
  }

  .swiper-slide.swiper-slide-active {
    height: 300px;
  }

  /* About */
  .about-hero {
    height: 98vh;
    padding-right: 7%;
  }

  .about-content {
    margin-top: 90px;
    max-width: 650px;
  }

  .about-content h1 .small {
    font-size: 26px;
  }

  .about-content h1 {
    font-size: 70px;
  }

  .hero-signature {
    width: 190px;
  }

  /* ===========
        Blog
  ==============*/

  .blog-title {
    font-size: 70px;
  }

  .blog-subtitle {
    font-size: 26px;
  }

  .centerSwiper .swiper-slide {
    width: 460px;
    height: 280px;
  }

  .centerSwiper .swiper-slide-active {
    transform: scale(1.3);
  }

  .blog-nav {
    margin-top: 70px;
  }

}

/* ===============================
   X-LARGE 1200px – 1400px
================================ */
@media (min-width: 1200px) and (max-width: 1399.98px) {

  .subtitle {
    font-size: 24px;
  }

  .title {
    font-size: 120px;
  }

  .hero-overlay {
    left: 100px;
    bottom: 80px;
  }

  .hero-overlay h1 {
    font-size: 78px;
  }

  .category-thumb-swiper {
    width: 40%;
  }

  /* About */
  .about-content {
    margin-top: 110px;
    max-width: 700px;
  }

  .about-content h1 {
    font-size: 76px;
  }

  .about-content h1 .small {
    font-size: 28px;
  }

  .hero-signature {
    width: 200px;
  }

  /* ===========
        Blog
  ==============*/

  .blog-title {
    font-size: 76px;
  }

  .centerSwiper .swiper-slide {
    width: 500px;
    height: 290px;
  }

  .centerSwiper .swiper-slide-active {
    transform: scale(1.32);
  }

}

/* ===============================
   XX-LARGE 1400px and up
================================ */
@media (min-width: 1400px) {

  .subtitle {
    font-size: 25px;
  }

  .title {
    font-size: 132px;
  }

  .category-hero {
    height: 120vh;
  }

  .hero-overlay {
    left: 120px;
    bottom: 80px;
  }

  .hero-overlay h1 {
    font-size: 80px;
  }

  .category-thumb-swiper {
    width: 40%;
  }

  /* About */
   .about-hero {
    height: 98vh;
  }

  .about-content {
    margin-top: 120px;
    max-width: 720px;
  }

  .about-content h1 {
    font-size: 80px;
  }

  .about-content h1 .small {
    font-size: 30px;
  }

  .hero-signature {
    width: 210px;
  }

  /* ===========
        Blog
  ==============*/

  .blog-title {
    font-size: 80px;
  }

  .centerSwiper .swiper-slide {
    width: 520px;
    height: 300px;
  }

  .centerSwiper .swiper-slide-active {
    transform: scale(1.35);
  }

}
