/* small devices */
@media screen and (min-width: 576px) {
  /* common styles */
  .section {
    --ps-padding-y: 4rem;
  }

  .ps-nav-tabs--wide {
    --bs-nav-link-padding-x: 2rem;
    --bs-nav-link-padding-y: 0.875rem;
  }

  /* reboot bootstrap */
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 3rem;
  }

  .navbar {
    --bs-navbar-toggler-border-color: rgba(var(--ps-primary), 0.5);
    --bs-navbar-toggler-focus-width: 0.125rem;
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.5rem;
    --bs-navbar-toggler-font-size: 1.25rem;
  }

  /* Header Main
  ===================== */
  .navbar-brand img {
    width: 10rem;
  }

  .header-main.sticky .navbar-brand img {
    width: 9rem;
  }

  /* AI Prompts
  ===================== */
  .prompt-grid {
    display: grid;
    grid-template-areas:
      "prompt1 prompt1"
      "prompt2 prompt2"
      "prompt4 prompt3";
  }

  /* Features
  ===================== */
  .prompt-isotope--item {
    width: 49.99%;
  }

  /* Favorite Prompts
  ===================== */
  .favorite-propmts--item {
    --ps-margin-x: 0.5rem;
  }

  /* Prompt Engineering
  ===================== */
  .prompt-engineering--countdown {
    --ps-padding-x: 1.5rem;
  }

  /* Network Prompt
  ===================== */
  .network-prompt--card {
    --ps-padding-x: 2rem;
    --ps-padding-y: 3rem;
  }

  .network-prompt--grid {
    grid-template-rows: repeat(7, 2.375rem);
    gap: 0.75rem;
  }

  /* Hero Hire
  ===================== */
  .horo-hire--item {
    min-height: 20rem;
  }

  .horo-hire--item .overlay-text {
    font-size: 1.5rem;
    right: -5.25rem;
  }

  /* Search Result
  ===================== */
  .search-result--block {
    grid-template-columns: 5rem 1fr;
  }

  .search-result--block:first-of-type {
    align-items: center;
  }

  .search-result--block .ps-icon {
    text-align: center;
  }

  .search-result--media {
    --ps-padding-x: 1.5rem;
  }

  /* Profile Details
  ===================== */
  .profile-details--card .btn-outline-light {
    flex-basis: auto;
  }
  /* Dashboard User Area
  ===================== */
  .user-message--reaction {
    top: 50%;
    right: auto;
    left: 100%;
  }

  .user-chat-block--alt .user-message--reaction {
    left: auto;
    right: 100%;
  }

  .user-chat-flex .btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* medium devices */
@media screen and (min-width: 768px) {
  /* common styles */
  .ps-nav-tabs--wide {
    --bs-nav-link-padding-x: 3rem;
  }

  /* reboot bootstrap */
  .btn {
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.5rem;
  }

  .btn-group-sm > .btn,
  .btn-sm {
    --bs-btn-padding-y: 0.25rem;
  }

  /* Header Main
  ===================== */
  .search-trigger-btn {
    --bs-btn-padding-x: 0.5rem;
  }

  /* Partners
  ===================== */
  .partner-slide {
    --ps-padding-x: 1.5rem;
  }

  /* Hottest Prompts
  ===================== */
  .hottest-prompts--item {
    grid-template-columns: repeat(2, 1fr);
  }

  .hottest-prompts--preview::before {
    width: 2.5rem;
    height: 0.1875rem;
    top: 1rem;
    left: 100%;
  }

  /* Network Prompt
  ===================== */
  .network-prompt--card {
    --ps-padding-x: 3rem;
    --ps-padding-y: 4rem;
  }

  .network-prompt--grid {
    grid-template-rows: repeat(7, 3rem);
    gap: 1rem;
  }

  .network-prompt--card .card-body {
    gap: 3rem 4rem;
  }

  /* Hero Hire
  ===================== */
  .hero-hire .btn {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    --bs-btn-padding-inner-x: 1.5rem;
    --bs-btn-padding-inner-y: 0.75rem;

    margin-right: -5rem;
  }

  .horo-hire--item {
    min-height: 25rem;
  }

  /* Dashboard User Area
  ===================== */
  .dashboard-user-area {
    --ps-padding-x: 0.75rem;
    --ps-padding-y: 1rem;
    --ps-sidebar-width: 18rem;
  }

  .dashboard-user-siderbar {
    inset: 0 auto 0 0;
  }

  .dashboad-chats {
    max-width: calc(100vw - var(--ps-sidebar-width));
  }

  [class^="user-chat-block"] .user-photo {
    width: 2.5rem;
    height: 2.5rem;
  }

  .user-message-box .form-control {
    --ps-padding-x: 0.25rem;
    --ps-padding-y: 0.25rem;
  }

  .user-attachments .dropdown-menu {
    --bs-dropdown-padding-x: 1rem;
    --bs-dropdown-padding-y: 1rem;

    margin-bottom: 2.25rem !important;
  }

  .user-attachment-item {
    gap: 0.5rem;
  }

  .user-attachment-item .ps-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }

  /* Dashboard User Area
  ===================== */
  .dashboard-user-footer {
    inset: auto 0 0 var(--ps-sidebar-width);
  }
}

/* large devices */
@media screen and (min-width: 992px) {
  /* common styles */
  .section {
    --ps-padding-y: 5rem;
  }

  .ps-nav-tabs--wide {
    --bs-nav-link-padding-x: 5rem;
  }

  /* Header Main
  ===================== */
  .header-main {
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .header-main.sticky {
    --ps-bg-opacity: 0.25;

    box-shadow: 0 0.5rem 2rem 0 rgba(var(--ps-dark), var(--ps-bg-opacity));
    backdrop-filter: blur(0.25rem);
    -webkit-backdrop-filter: blur(0.25rem);
  }

  .navbar-search-mobile {
    display: none !important;
  }

  /* Hero Home
  ===================== */
  .hero-home .bg-holder--sm {
    width: 52%;
    right: auto;
    background-size: 340px auto;
    background-position: right bottom;
  }

  .hero-home .bg-holder--lg {
    width: 48%;
    left: auto;
    filter: brightness(100%);
  }

  /* Features
  ===================== */
  .isotope-navbar .navbar-nav {
    --ps-gap-column: 2.5rem;
  }

  /* Features
  ===================== */
  .prompt-isotope--item {
    width: 32.99%;
  }

  /* Hottest Prompts
  ===================== */
  .hottest-prompts--item {
    grid-template-columns: 1fr;
  }

  .hottest-prompts--preview::before {
    height: 2.5rem;
    width: 0.1875rem;
    top: 100%;
    left: calc(100% - 1rem);
  }

  /* Prompt Engineering
  ===================== */
  .prompt-engineering--item {
    grid-template-columns: repeat(2, 1fr);
  }

  .prompt-engineering--preview::before {
    top: 1rem;
    left: 100%;
    width: 2.5rem;
    height: 0.1875rem;
  }

  /* Network Prompt
  ===================== */
  .network-prompt--card .card-body {
    grid-template-columns: 55% 1fr;
  }

  .network-prompt--grid {
    --ps-margin-negative: -2.75rem;

    grid-template-rows: repeat(7, 1.5rem);
    transform: scale(1.25);
  }

  /* Hero Hire
  ===================== */
  .horo-hire--item .overlay-text {
    font-size: 2rem;
  }

  .hero-hire .bg-holder--lg {
    left: auto;
    width: 25%;
  }

  /* Search Filters
  ===================== */
  .search-filters--card {
    --bs-card-spacer-y: 2rem;
    --bs-card-spacer-x: 1.5rem;
  }

  .search-filters--block:not(:first-of-type) {
    flex: 0 0 calc(100% / 2 - (var(--ps-gap-column) / 2));
  }

  /* Search Result
  ===================== */
  .search-result--block {
    grid-template-columns: 6rem 1fr;
  }

  .profile-avatar {
    width: 6rem;
    height: 6rem;
  }

  .profile-avatar--sm {
    width: 4rem;
    height: 4rem;
  }

  .search-result--media {
    --ps-padding-x: 1rem;
  }

  /* Custom Offers
  ===================== */
  .offer-setup--card {
    --bs-card-spacer-y: 2rem;
    --bs-card-spacer-x: 2rem;
  }

  /* Prompt Details
  ===================== */
  .custom-file-upload-box {
    --ps-padding-x: 2rem;
    --ps-padding-y: 4rem;
  }

  /* Search Profiles
  ===================== */
  .search-profile--card {
    --ps-margin-x: 1rem;
  }

  /* Dashboard User Area
  ===================== */
  .dashboard-user-area .profile-avatar--sm {
    width: 3rem;
    height: 3rem;
  }

  .user-avatar {
    width: 3rem;
    height: 3rem;
  }

  .current-user--username {
    font-size: 1.5rem;
  }

  .greeting-message {
    font-size: 1.125rem;
  }

  .weather-status {
    width: 1.75rem;
    height: 1.75rem;
  }

  /* Latest Articles
  ===================== */
  .latest-post--card-featured .card-body {
    grid-template-columns: 5fr 7fr;
  }

  .latest-post--card-featured .latest-post--img {
    aspect-ratio: 8/10;
  }

  /* Our Prompt Stats
  ===================== */
  .play-btn {
    --ps-size: 4rem;
  }
}

/* extra-large devices */
@media screen and (min-width: 1200px) {
  /* common styles */
  /* reboot bootstrap */
  .navbar {
    --bs-navbar-nav-link-padding-x: 1.25rem;
  }

  /* Footer Main
  ===================== */
  .footer-main .bg-holder {
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  }

  /* Hero Home
  ===================== */
  .hero-home .bg-holder--sm {
    width: 58%;
    background-size: 557px auto;
  }
  
  .hero-home .bg-holder--lg {
    width: 42%;
  }

  /* Network Prompt
  ===================== */
  .network-prompt--card {
    --ps-padding-x: 3.5rem;
    --ps-padding-y: 4.5rem;
  }

  .network-prompt--grid {
    --ps-margin-negative: -3rem;

    grid-template-rows: repeat(7, 2rem);
  }

  /* Hero Hire
  ===================== */
  .hero-hire .btn {
    --bs-btn-padding-inner-x: 2rem;
    --bs-btn-padding-inner-y: 0.875rem;

    transform: translateX(6rem);
    z-index: 1;
  }

  .horo-hire--item {
    min-height: 32rem;
  }

  /* Marketplace Area
  ===================== */
  .marketplace-area .offcanvas-backdrop {
    display: none;
  }

  .marketplace--sidebar {
    --bs-offcanvas-bg: transparent;

    visibility: visible;
    position: static;
    transform: none !important;
  }

  /* Search Result
  ===================== */
  .search-result--block {
    grid-template-columns: 7rem 1fr;
  }

  .profile-avatar {
    width: 7rem;
    height: 7rem;
  }

  .profile-avatar--sm {
    width: 5rem;
    height: 5rem;
  }

  .search-result--media {
    --ps-padding-x: 1.5rem;
    --ps-padding-y: 1.25rem;
  }

  /* Dashboard User Area
  ===================== */
  .dashboard-user-area .profile-avatar--sm {
    width: 4rem;
    height: 4rem;
  }

  .dashboard-user-area {
    --ps-sidebar-width: 20rem;
  }

  .dashboard-user-siderbar--alt {
    inset: 0 0 0 auto;
  }

  .dashboad-chats {
    max-width: calc(100vw - 2 * var(--ps-sidebar-width));
    margin-right: auto;
  }

  [class^="user-chat-block"] .user-photo {
    width: 3rem;
    height: 3rem;
  }

  .dashboard-user-footer {
    --ps-padding-x: 1rem;
    --ps-padding-y: 1rem;
  }

  .user-chat-flex {
    gap: 0.75rem;
  }

  .dashboard-user-footer {
    inset: auto var(--ps-sidebar-width) 0;
  }
}

/* 2-extra-large devices */
@media screen and (min-width: 1400px) {
  /* common styles */
  .section {
    --ps-padding-y: 6rem;
  }

  /* reboot bootstrap */
  .navbar-brand img {
    width: 12rem;
  }

  .header-main.sticky .navbar-brand img {
    width: 10rem;
  }

  /* Header Main
  ===================== */
  .search-box {
    min-width: 25rem;
  }

  /* Hero Home
  ===================== */
  .hero-home .bg-holder--sm {
    background-size: 520px auto;
  }

  .hero-home .text-body-secondary {
    margin-bottom: 8rem;
  }

  /* Partners
  ===================== */
  .partner-slide {
    --ps-padding-x: 2rem;
  }

  /* Features
  ===================== */
  .prompt-isotope--item {
    width: 24.99%;
  }

  /* Hottest Prompts
  ===================== */
  .hottest-prompts--item {
    grid-template-columns: repeat(2, 1fr);
  }

  .hottest-prompts--preview::before {
    width: 2.5rem;
    height: 0.1875rem;
    top: 1rem;
    left: 100%;
  }

  /* Network Prompt
  ===================== */
  .network-prompt--grid {
    --ps-margin-negative: -5.5rem;

    grid-template-rows: repeat(7, 2.5rem);
    transform: none;
  }

  /* Hero Hire
  ===================== */
  .hero-hire .btn {
    --bs-btn-font-size: 1.5rem;
  }

  /* Search Filters
  ===================== */
  .search-filters--block:first-of-type {
    flex: 0 0 40%;
  }

  .search-filters--block:not(:first-of-type) {
    flex: 0 0 calc(60% / 2 - (var(--ps-gap-column)));
  }

  /* Search Result
  ===================== */
  .search-result--block {
    grid-template-columns: 8rem 1fr;
  }

  .profile-avatar {
    width: 8rem;
    height: 8rem;
  }

  .search-result--media {
    --ps-padding-x: 2.5rem;
    --ps-padding-y: 2rem;
  }

  /* Dashboard User Area
  ===================== */
  .dashboard-user-area {
    --ps-sidebar-width: 22rem;
  }
}

/* 3-extra-large devices */
@media screen and (min-width: 1600px) {
  /* common styles */
  body {
    --bs-body-font-size: 1.125rem;
  }

  /* reboot bootstrap */
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1540px;
  }

  .h1,
  h1 {
    font-size: 3rem;
  }

  .fs-5 {
    font-size: 1.5rem !important;
  }

  .btn {
    --bs-btn-font-size: 1.125rem;
  }

  /* Network Prompt
  ===================== */
  .network-prompt--grid {
    grid-template-rows: repeat(7, 3.25rem);
  }

  /* Hero Hire
  ===================== */
  .hero-hire .btn {
    transform: translateX(8rem);
  }
}

/* full-hd-plus devices */
@media screen and (min-width: 1900px) {
}

/* 2k devices */
@media screen and (min-width: 2500px) {
  /* Hero Home
  ===================== */
  .hero-home .bg-holder--sm {
    width: 55%;
  }

  .hero-home .bg-holder--lg {
    width: 45%;
  }
}
