/* XL Device :1200px. */

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

@media screen and (max-width: 1399px) {
  .hero__content h1 {
    font-size: 72px;
  }

  .game__score {
    right: 16px;
  }

  .single__data {
    gap: 29px;
  }
}

/* LG Device :992px. */

@media screen and (max-width: 1200px) {
  .header__menu-list {
    gap: 32px;
  }

  .hero__area {
    padding-block: 80px;
  }

  .hero__content h1 {
    font-size: 60px;
  }

  .chat__box {
    margin-top: 60px;
  }

  .footer__main-wrapper > .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 32px;
  }

  .chat__actions-btns {
    gap: 21px;
  }

  .single__input-wraper .single-input-wrap {
    width: 49.4%;
  }

  .single__data {
    gap: 29px;
  }

  .data__item {
    width: 80%;
  }

  .data__btn {
    width: 16%;
  }

  .price__info-box {
    width: 32.5%;
  }

  .dashbord {
    padding-inline: 28px;
  }

  .dashbord__card {
    width: 32.4%;
  }

  .single-progress {
    width: 49.4%;
  }

  .score__progress-wraper {
    gap: 10px;
    align-items: unset;
  }
}

/* MD Device :768px. */

@media screen and (max-width: 991px) {
  .hero__thumb {
    max-width: 200px;
  }

  .hero__shape-1 {
    width: 100px;
    right: -34px;
    top: -80px;
  }

  .hero__content h1 {
    font-size: 44px;
  }

  .hero__content h4 {
    font-size: 20px;
  }

  .hero__content p {
    font-size: 14px;
    line-height: 22px;
  }

  .chat__box-sidebar {
    width: 200px;
  }

  .chat__actions-btns {
    gap: 21px;
  }

  .chatbox__dark .chat__action-btn {
    width: auto !important;
  }

  .chatbox__area .chat__input-dark input {
    width: 78%;
  }

  .single__input-wraper .single-input-wrap {
    width: 49%;
  }

  .single__data {
    gap: 29px;
  }

  .data__item {
    width: 72%;
  }

  .data__btn {
    width: 23%;
  }

  .price__info-box {
    width: 32.3%;
  }

  .hero__input input {
    width: 90%;
  }

  .footer__title {
    font-size: 44px;
  }
}

/* SM Small Device :320px. */

@media screen and (max-width: 767px) {
  .theme-btn {
    gap: 0;
  }

  .hero__input input {
    width: 78%;
  }

  .hero__area {
    padding-block: 40px;
  }

  .hero__content h1 {
    font-size: 36px;
  }

  .hero__content h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero__thumb {
    max-width: 270px;
  }

  .hero__shape-1 {
    width: 90px;
    right: -40px;
    top: -30px;
  }

  .hero__content p {
    font-size: 12px;
    line-height: 18px;
  }

  .hero__btn {
    width: calc(50% - 7px);
  }

  .chat__action-btn {
    width: calc(50% - 13px);
  }

  .footer__widget {
    min-height: 0;
  }

  .chat__send-btn {
    background-color: var(--primary-color);
    color: var(--black-color);
  }

  .chat__box-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1031;
    width: 265px;
    height: 100vh;
    min-height: 0;
    transform: translateX(-270px);
    transition: all 0.3s;
  }

  .chat__box-sidebar.show {
    transform: translateX(0);
  }

  .chat__box-sidebar-overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }

  .chat__box-sidebar-overlay.show {
    opacity: 1;
    visibility: visible;
  }

  .chat__box-sidebar-toggle-sm {
    width: 30px;
    height: 30px;
  }

  .chat__box-sidebar-toggle-sm img {
    width: 25px;
  }

  .contact__user {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .contact__header-btn {
    padding-right: 0;
    width: 100%;
    justify-content: center;
  }

  .single__input-wraper .single-input-wrap {
    width: 100%;
  }

  .data__item {
    width: 100%;
  }

  .data__content {
    width: 100%;
    order: 2;
  }

  .data__btn {
    width: 100%;
    justify-content: end;
  }

  .price__info-box {
    width: 100%;
  }

  .peice__item {
    gap: 10px;
  }

  .footer__title {
    font-size: 36px;
  }
  .footer__widgets {
    padding: 16px;
  }
}

/* SM Small Device :550px. */

@media screen and (max-width: 575px) {
  .modal-title {
    font-size: 32px;
  }

  .footer__widget-title {
    font-size: 16px;
    line-height: 22px;
  }
  .footer__contact {
    padding: 10px 0px 0;
  }
  .footer__contact-title {
    gap: 6px;
    font-size: 12px;
  }
  .footer__widget-link {
    gap: 6px;
    font-size: 12px;
    padding-inline: 0;
  }
}
