@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1256px;
  }
}

/* 
  Extra large devices (less than 1400px)
*/
@media (max-width: 1399px) {
h2 {
	font-size: 40px;
}
.section__title--lg {
	font-size: 50px;
}
  .hero__title {
    font-size: 80px;
    padding-bottom: 60px;
  }
  .hero__title-shape {
    width: 240px;
    bottom: -20px;
  }
  .hero__img {
    width: 280px;
  }
  .hero__img:nth-child(2) {
    width: 300px;
  }.hero__annotation-text {
  font-size: 18px;
}
.hero__annotation-arrow {
  width: 100px;
}
.hero__annotation--left {
  right: -45px;
}
.hero__annotation--right {
  left: -30px;
}

.brands__title {
  font-size: 36px;
}
.brands {
  --brands-gap: 60px;
}

.card {
  padding: 40px 24px;
}
.card-title {
  font-size: 24px;
}
.card-desc {
  font-size: 18px;
}
.card-icon {
  width: 100px;
  height: 90px;
}

.features__bg {
	width: 1300px;
	right: -140px;
	top: -150px;
}
.market__thumb {
  width: 280px;
}
.market__thumb--two {
  width: 320px;
}
.section__circle-shape {
  width: 400px;
  height: 400px;
}

.download__note {
  margin-top: 60px;
}

.cta {
	padding-block: 100px;
}

.footer {
  padding-block: 60px 32px;
}
.footer__wrapper {
  padding-bottom: 80px;
}
.footer__bottom {
  padding-top: 32px;
}
}

/* 
  Large devices (less than 1200px)
*/
@media (max-width: 1199px) {
h2 {
  font-size: 36px;
}
  .header {
  top: 24px;
}
.header__wrapper {
  padding-inline: 24px;
}
.header__logo img {
  width: 70px;
}

.hero__title {
  font-size: 64px;
  max-width: 500px;
}
.hero__title-shape {
  width: 200px;
}
.hero__images {
  gap: 8px;
}
.hero__img {
  width: 240px;
}
.hero__img:nth-child(2) {
  width: 260px;
}
.hero__annotation-text {
  font-size: 14px;
}
.hero__annotation-arrow {
  width: 80px;
}
.hero__annotation--left {
  right: -30px;
}
.hero__annotation--right {
  left: -20px;
}
.hero__bg {
  height: 550px;
}
.brands {
  --brands-gap: 40px;
}
.brands__logo {
  height: 56px;
}
.brands__title {
  font-size: 32px;
  padding-inline: 24px;
  margin-bottom: 60px;
}

.card-desc {
  font-size: 16px;
}
.card-title {
  font-size: 20px;
}

.market__thumb {
  width: 250px;
}
.market__thumb--two {
  width: 280px;
}
.section__circle-shape {
  width: 360px;
  height: 360px;
}
.market__emoji {
  bottom: 140px;
  left: 160px;
}
.market {
  padding-bottom: 40px;
}

.subscribe__wrapper {
  gap: 40px;
}
.subscribe__thumb--one {
  width: 280px;
}
.subscribe__thumb--two {
  width: 300px;
}
.section__title img {
  max-width: 40px;
}

.alert__content {
	width: 500px;
}
.alert__card--white {
  max-width: 320px !important;
}
.alert__card {
  max-width: 310px;
}
.alert__flash-icon {
  left: 20px;
  top: 150px;
}


.portfolio {
  padding-block: 100px;
}
.section__title--lg {
  font-size: 44px;
}
.portfolio .section__header {
  max-width: 600px;
  margin-bottom: 48px;
}
.portfolio__wrapper .row {
  --bs-gutter-x: 32px;
}
.portfolio__thumb {
  height: 240px;
}
.portfolio__title {
  font-size: 18px;
}

.ai {
  padding-block: 100px;
}
.ai__thumb {
  width: 400px;
  margin-inline: 24px 36px;
}
.ai__features {
  width: 220px;
  gap: 40px;
}

.download .section__header {
  max-width: 400px;
}
.download__wrapper {
  gap: 70px;
}
.download__qr-title {
  font-size: 24px;
}
.download__qr-image {
  width: 250px;
}
.download__btn {
  width: 280px;
}
.download__or {
  font-size: 50px;
}
.download {
  padding-bottom: 100px;
}
.download__note {
  margin-top: 48px;
}

.testimonial {
  padding-top: 100px;
}
.testimonial .section__header {
  margin-bottom: 48px;
}
.testimonial__cards {
  gap: 24px;
}
.testimonial__card {
  padding: 16px 24px 24px;
}

.cta__wrapper {
  gap: 40px;
}
.cta {
  padding-block: 80px;
}

.footer__wrapper {
	gap: 60px;
}
}

/* 
  Medium devices (less than 992px)
*/
@media (max-width: 991px) {
h2 {
	font-size: 32px;
}
.section__title--lg {
  font-size: 40px;
}
.section__title img {
	max-width: 32px;
}
.header__logo img {
  width: 60px;
}
.hero__title {
  font-size: 48px;
  max-width: 400px;
  padding-bottom: 48px;
}
.hero__title-shape {
  width: 145px;
  bottom: -14px;
  left: -6px;
}
.hero__img {
  width: 210px;
}
.hero__img:nth-child(2) {
  width: 230px;
}

.brands__title {
  font-size: 28px;
}
.brands__logo {
  height: 44px;
}
.card {
  padding: 32px 16px;
}
.card-icon {
  width: 80px;
  height: 72px;
  margin-bottom: 20px;
}
.card-title {
  font-size: 18px;
}
.features__bg {
  width: 800px;
  right: -80px;
  top: -70px;
}
.features {
  padding-block: 60px;
}

.market__content {
  padding-top: 50px;
}
.market__thumb {
  margin-top: 0;
}
.market__thumb {
  width: 280px;
}

.subscribe__thumb--two {
	margin-inline-start: 0;
}

.alert__content {
  width: 340px;
}
.alert__card:nth-child(2) {
  margin-right: 0;
}
.alert__card--white {
  max-width: 100% !important;
}
.alert__card {
  max-width: 100%;
}
.alert__wrapper {
  gap: 32px;
}
.alert-section .section__circle-shape {
  right: 0;
}
.section__circle-shape {
  width: 320px;
  height: 320px;
}


.portfolio {
  padding-block: 80px;
}

.ai {
  padding-block: 80px;
}
.ai__thumb {
  width: 320px;
  flex-shrink: 0;
}

.download {
  padding-bottom: 80px;
}
.section__title-shape {
  width: 150px;
}
.download__wrapper {
  gap: 40px;
}
.download__qr-image {
  width: 220px;
}
.download__btn {
  width: 220px;
}
.testimonial {
  padding-top: 80px;
}
.testimonial__star-shape {
  width: 100px;
}
.testimonial__cards {
  grid-template-columns: repeat(2, 1fr);
}
.footer__wrapper {
  gap: 40px;
  padding-bottom: 50px;
}
.footer__contact {
  padding-top: 0;
}
}

/* 
  Small devices (less than 768px)
*/
@media (max-width: 767px) {
h2 {
	font-size: 30px;
}
.section__title--lg {
  font-size: 36px;
}
.header__wrapper {
  padding-inline: 20px;
}

.hero {
	padding-top: 140px;
}
.hero__title {
  font-size: 36px;
  max-width: 300px;
  padding-bottom: 40px;
}
.hero__title-shape {
  width: 115px;
  bottom: -10px;
}
.hero__images {
	flex-wrap: wrap;
}
.hero__img, .hero__img:nth-child(2) {
  width: 280px;
  max-width: 100%;
}
.brands {
  --brands-gap: 24px;
  padding-top: 50px;
}
.brands__title {
  font-size: 24px;
  margin-bottom: 40px;
}
.brands__logo {
  height: 36px;
}

.market {
	padding-bottom: 30px;
}
.market .section__subtitle {
  margin-bottom: 16px;
}
.market .section__title {
  margin-bottom: 24px;
}
.market__thumb {
	width: 100%;
}

.subscribe {
  padding-block: 30px 50px;
}
.subscribe__form {
  max-width: 100%;
}
.subscribe__thumb--two {
	width: 100%;
}

.alert-section {
	padding-bottom: 60px;
}

.portfolio {
  padding-block: 60px;
}
.portfolio .section__title span {
  padding-inline: 24px;
}
.portfolio__thumb {
  height: auto;
}

.ai {
  padding-block: 60px;
}
.ai__features {
  width: calc(50% - 16px);
  gap: 24px;
  order: 2;
}
.ai__wrapper {
  gap: 32px 20px;
}
.ai__thumb {
  width: 100%;
  margin-inline: 0;
  max-width: 340px;
  order: 1;
}
.ai__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.download {
	padding-bottom: 60px;
}

.testimonial {
  padding-top: 60px;
}
.testimonial__cards {
  grid-template-columns: 1fr;
}
.testimonial__show-more-btn {
  bottom: 50px;
}

.cta {
	padding-block: 60px;
}
.footer__newsletter {
  max-width: 100%;
}
}

/* 
  Extra small devices (less than 576px)
*/
@media (max-width: 575px) {
}
