/* Big Screen Device */
@media only screen and (min-width: 1800px) {
}

/* XXL+ Device. */
@media only screen and (max-width: 1799px) {
}

/* XXL Device. */
@media only screen and (max-width: 1600px) {
}

/* XL Device :1280px. */
@media only screen and (max-width: 1399px) {
}

/* Large Device :992px. */
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 820px;
  }
  .hero--section {
    padding: 77px 0px 75px;
  }
  .hero__content h1 span.text-s--sm {
    font-size: 34px;
  }
  .hero__content h1 span.text-s--md {
    font-size: 60px;
  }
  .hero__content h1 span.text-s--lg {
    font-size: 75px;
  }
  body {
    font-size: 16px;
    line-height: 1.65;
  }
  .hero__text-img {
    position: absolute;
    top: -277px;
    right: -124px;
    max-width: 800px;
  }
  .header__logo a img {
    max-width: 139px;
  }
  .btn {
    min-width: 128px;
    height: 44px;
    font-size: 14px;
    padding: 10px 0px;
    gap: 8px;
  }
  .about__header-title,
  .about__header-content {
    width: 100%;
    max-width: 100%;
  }
  .fs-2 {
    font-size: 50px !important;
    line-height: 1 !important;
  }
  .fs-3 {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  .card--features {
    max-width: 370px;
    width: 100%;
    background-image: url("../imgs/feature-card-mobile.png");
    height: 262px;
  }
  .card-icon img {
    width: 100%;
    max-width: 110px;
  }
  .card--features .card-icon {
    position: absolute;
    right: 6px;
    top: auto;
    transform: translateY(0);
    bottom: 11px;
  }
  .card--features .card-content {
    flex: 0 0 auto;
    width: 100%;
  }
  .about--section {
    padding: 0px 0px 35px;
  }
  .footer__top {
    padding: 84px 0px 24px;
  }
  .joinNow__content h2 {
    margin-bottom: 13px;
  }
  .joinNow__content h3 {
    margin-bottom: 16px;
  }
  .joinNow__content p {
    margin-bottom: 14px;
  }
  .fs-1 {
    font-size: 60px !important;
    line-height: 1 !important;
  }
  .counter__item p {
    font-size: 20px;
  }
  .copywrite-text {
    padding: 21px 0px 35px;
  }
  .footer__logo img {
    max-width: 140px;
    margin-top: -15px;
  }
  .sorceBtn img {
    max-width: 70%;
  }
}

/* Medium Device :768px. */
@media only screen and (max-width: 991px) {
  .container {
    max-width: 740px;
  }
  .joinNow__wrapper {
    background-size: cover;
    height: 300px;
  }
}

/* Small Device :550px. */
@media only screen and (max-width: 767px) {
  .card--features {
    max-width: 316px;
    width: 100%;
    background-image: url("../imgs/feature-card-mobile.png");
    height: 223px;
  }
  .hero--section {
    padding: 50px 0px 20px;
  }
  .hero__text-img {
    position: inherit;
    top: 0;
    right: 0;
    max-width: 491px;
  }
  .hero__content h1 span.text-s--lg {
    font-size: 70px;
  }
  .hero__text-img {
    position: inherit;
    top: 0;
    right: 50px;
    max-width: 520px;
    margin-top: -120px;
  }
  .hero__coin--1 {
    left: 16px;
    top: 20px;
    max-width: 30px;
  }
  .hero__coin--2 {
    right: 0;
    top: 61%;
    max-width: 101px;
  }
  .hero__coin--3 {
    top: 59%;
    max-width: 10px;
    left: 11%;
  }
  .hero__coin--4 {
    bottom: 168px;
    left: 13%;
    max-width: 18px;
  }
  .about--section {
    padding: 0px 0px 35px;
    margin-top: -77px;
  }
  .card--about {
    max-width: 370px;
    min-height: 240px;
  }
  #featuresPagination.swiper-pagination,
  .testimonial__wrapper .swiper-pagination {
    max-width: 80%;
    bottom: -16px;
  }
  .features-section {
    padding: 39px 0px 28px;
    position: relative;
  }
  .testimonial__wrapper .swiper-pagination {
    bottom: -60px;
  }
  .testimonial--section {
    padding: 70px 0px 76px;
  }
  .joinNow__wrapper {
    background-image: none;
    padding: 44px 0px;
    height: auto;
  }
  .joinNow--section {
    background-image: url("../imgs/join-now-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .joinNow__content h3 {
    font-size: 24px !important;
  }
  .footer-nav .nav {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .footer__wrapper {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    gap: 40px;
  }
  .copywrite-text p {
    opacity: 0.6;
  }
  .card--about {
    margin: 0 auto;
  }
}

/* Extra small Device. */
@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 430px) {
}
