@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}

/* 
  Extra large devices (less than 1400px)
*/
@media (max-width: 1399px) {
  .section__title {
    font-size: 80px;
  }
  .section__desc {
    font-size: 20px;
  }
  .theme-btn {
    padding: 20px 29px;
    font-size: 18px;
  }
  .hero {
    padding-bottom: 120px;
  }
  .hero__thumb {
    width: 1060px;
    top: -80px;
    right: -300px;
  }
  .get-started {
    padding-top: 140px;
  }
  .get-started__item {
    max-width: 510px;
  }
  .cta__btn-container::before {
    width: 80%;
  }
}

/* 
  Large devices (less than 1200px)
*/
@media (max-width: 1199px) {
  .hero {
    padding-block: 40px 80px;
  }
  .hero__logo {
    margin-bottom: 60px;
  }
  .section__title {
    font-size: 60px;
  }
  .section__desc {
    font-size: 18px;
  }
  .section__subtitle {
    font-size: 18px;
  }
  .theme-btn {
    padding: 16px 24px;
  }
  .hero__content {
    max-width: 440px;
  }
  .hero__thumb {
    width: 900px;
    top: -70px;
    right: -280px;
  }
  .get-started {
    padding-top: 120px;
  }
  .get-started__wrapper {
    margin-top: 60px;
    gap: 60px;
  }
  .get-started__item h4 {
    font-size: 20px;
  }
  .get-started__item {
    max-width: 470px;
  }

  .cta__btn {
    font-size: 24px;
    padding: 15px 24px;
  }
  .cta__btn-container::before {
    width: 78%;
  }
  .section-slash {
    width: 180px;
    height: 370px;
  }
  .section-slash::after {
    transform: skew(-25deg);
  }
  .cta .section-slash--one {
    left: -70px;
  }
  .section-box-border {
    width: 200px;
    height: 203px;
  }
  .section-box-border::after {
    width: 90px;
    transform: skew(-25deg);
  }
  .cta .section-box-border {
    top: 30px;
  }
  .feed__wrapper {
    padding: 30px;
  }
  .section__title.section__title--sm {
    font-size: 48px;
  }
  .footer {
    padding-block: 60px 80px;
  }
  .footer__wrapper {
    gap: 36px;
  }
  .footer__logo img {
    width: 100px;
  }
  .footer__widget-title {
    font-size: 18px;
  }
  .section-box-shape {
    width: 200px;
    height: 205px;
  }
  .section-box-shape::after {
    width: 90px;
    transform: skew(-25deg);
  }
  .footer .section-box-shape {
    right: 120px;
  }
}

/* 
  Medium devices (less than 992px)
*/
@media (max-width: 991px) {
  .hero__logo {
    width: 100px;
    margin-bottom: 48px;
  }
  .section__subtitle {
    font-size: 16px;
  }
  .section__title {
    font-size: 50px;
  }
  .section__title.section__title--sm {
    font-size: 40px;
  }
  .hero .section__desc {
    margin-bottom: 32px;
  }
  .hero__content {
    max-width: 340px;
  }
  .theme-btn {
    font-size: 16px;
  }
  .hero {
    padding-bottom: 60px;
  }
  .hero__thumb {
    width: 650px;
    right: -200px;
    top: -50px;
  }
  .get-started {
    padding-top: 80px;
  }
  .cta__btn {
    font-size: 20px;
  }
  .cta__btn-container::before {
    width: 80%;
  }
  .feed {
    padding-bottom: 60px;
  }

  .footer__wrapper {
    gap: 24px;
  }
  .footer__logo img {
    width: 80px;
  }
  .footer__widget-title {
    font-size: 16px;
  }
  .social-icons {
    gap: 20px;
  }
}

/* 
  Small devices (less than 768px)
*/
@media (max-width: 767px) {
  .section__title {
    font-size: 40px;
  }
  .section__desc {
    font-size: 16px;
  }
  .theme-btn {
    padding: 14px 24px;
  }
  .hero__content {
    max-width: 100%;
  }
  .hero .section__desc {
    max-width: 100%;
  }
  .hero__thumb {
    position: static !important;
    padding: 40px 20px 0;
    margin-inline: auto;
  }

  .get-started {
    padding-top: 60px;
  }
  .get-started__wrapper {
    margin-top: 40px;
    gap: 40px;
  }
  .card-slash {
    width: 24px;
    height: 36px;
  }
  .card-slash::after {
    width: 6px;
  }
  .get-started__item {
    max-width: 100%;
    padding-left: 40px;
  }
  .section-slash {
    display: none;
  }
  .section-box-border {
    display: none;
  }
  .section-box-shape {
    display: none;
  }
  .cta__btn-container::before {
    width: 100%;
    clip-path: unset;
  }
  .cta__btn {
    letter-spacing: 0.05em;
    font-size: 18px;
  }
  .cta {
    padding-block: 60px;
  }
  .feed__wrapper {
    padding: 20px;
  }
  .footer {
    padding-block: 50px;
  }
}

/* 
  Extra small devices (less than 576px)
*/
@media (max-width: 575px) {
}
