@media (max-width: 780px) {
  /*  NAV LINKS PROBLEM!!! */
  .nav_links,
  .phone,
  .tattoo-video-overlay,
  .cover_service_images {
    display: none;
  }

  .hero {
    height: 130vh;
    display: flex;
  }

  .hero .title {
    font-size: clamp(36px, 7vw, 10vw) !important;
    width: 100vw;
  }

  nav,
  .about,
  .artists,
  .artists .card,
  .contact,
  .footer {
    height: fit-content !important;
    min-height: fit-content;
  }

  .start {
    text-align: start;
  }

  .end {
    text-align: start;
  }

  .center {
    text-align: start;
  }

  .hero_image img {
    position: relative;
    top: -10vh;
    z-index: 1;
    width: 100%;
    height: auto;
    opacity: 0.5;
    object-fit: contain;
  }

  .hero_link {
    font-size: 18px;
  }

  .about {
    margin-top: -100%;
  }
  /* 
  .about .title,
  .services .title,
  .artists .title,
  .faq .title {
    font-size: 32px;
  } */

  /* .contact .title {
    font-size: 24px;
  } */

  .about_row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 5vh;
    z-index: 2000;
  }

  /* .about_icon {
    font-size: 150px;
  } */

  .about_description,
  .about_title {
    max-width: 80%;
  }

  .service_image {
    visibility: hidden;
  }

  .services .grid-container {
    width: 100% !important;
  }

  .services .row {
    justify-content: space-between;
    width: 100%;
    padding: 5vh 4vw;
  }
  .services .row:hover {
    background-color: #131212;
    padding: 5vh 4vw 7vh 4vw;
  }

  /* PROBLEMMMMMMMMM */
  .pricing {
    position: relative;
    top: 40px;
    left: -40vw;
  }

  .artists {
    margin-top: 0;
  }

  .artists .cards_cover {
    flex-direction: column;
  }

  .artists .card {
    margin-bottom: 5vh;
    padding: 5vh 4vw;
    width: 80%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.621);
  }

  .artist_image {
    text-align: center;
    width: 70%;
  }

  .cards_cover:has(.card:hover) .card {
    filter: blur(0px) brightness(1);
  }

  .contact {
    flex-direction: column;
    margin-bottom: 20vh;
  }

  .input_scope {
    margin-right: 0vw;
    width: 80%;
    max-width: 100%;
  }
  /* 
  .send_button {
    font-size: 24px;
  }

  .hint {
    font-size: 16px;
  }

  input {
    font-size: 20px;
  } */

  /* input::placeholder {
    font-size: 20px;
  } */

  .faq {
    align-items: start;
    justify-content: start;
  }

  .faq_container {
    flex-direction: column;
    margin-left: 0;
  }

  .right_container {
    display: none;
    width: 100%;
    padding-left: 10vw;
  }

  .left_container {
    width: 100%;
  }

  /* PROBLEMMMM */
  .question:hover {
    padding-bottom: 10vh;
  }

  .footer {
    flex-direction: column;
    padding: 5vh 4vw;
    gap: 10vh;
    justify-content: start;
    align-items: start;
  }

  footer .logo {
    text-transform: uppercase;
    /* font-size: 30px; */
    font-weight: 500;
  }

  footer .logo_convert {
    align-items: center;
  }
  footer .logo_icon {
    height: 100%;
    width: 10vw;
  }

  .footer_link {
    font-size: 18px !important;
  }

  footer .subtitle {
    text-transform: uppercase;
    /* font-size: 24px; */
    margin-bottom: 2vh;
  }

  .contact_icon {
    width: 50px;
  }

  nav.scrolled {
    margin-left: -10vw;
    background-color: #1c1c1ca7;
    backdrop-filter: blur(5px);
    padding: 2vh 2vw;

    width: 100%;
    height: 15vh;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.696);
  }

  nav {
    padding: 2vh 2vw;
    display: fixed;
    width: 100%;
    height: 15vh;
  }

  .hero .title {
    font-size: clamp(20px, 5vw, 32px);
    width: 80%;
  }

  .hero_link {
    font-size: clamp(16px, 4vw, 20px);
  }

  .about .title,
  .services .title,
  .artists .title,
  .faq .title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .contact .title {
    font-size: clamp(18px, 5vw, 28px);
  }

  .about_icon {
    font-size: clamp(80px, 20vw, 150px);
  }

  .send_button {
    font-size: clamp(16px, 5vw, 24px);
  }

  .hint {
    font-size: clamp(14px, 4vw, 18px);
  }

  input {
    font-size: clamp(16px, 5vw, 20px);
  }

  input::placeholder {
    font-size: clamp(16px, 5vw, 20px);
  }

  .footer_link {
    font-size: clamp(14px, 4vw, 18px) !important;
  }

  footer .subtitle {
    font-size: clamp(16px, 5vw, 24px);
  }

  footer .logo {
    font-size: clamp(20px, 6vw, 32px);
  }

  .services_title {
    font-size: clamp(16px, 4vw, 28px);
  }


}
