:root {
  --primary-colour: #450a0a;
  --text-colour-dark: #000;
  --text-colour-light: #fff;
  --text-colour-yellow: #fcc192;
  --button-colour-hover: #b45309;
}

/**************************/
/* BELOW 1376px (Smaller desktops) */
/**************************/
@media (max-width: 86em) and (orientation: landscape) {
  .contact-channel-each {
    /* width: 30%; */
    padding: 3rem 2rem;
    flex-basis: 35rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .booking-description-text-1 {
    padding-left: 2rem;
    padding-right: 2rem;
    /* text-align: start; */
  }

  .about-text-heading {
    font-size: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.2;
  }
}

/**************************/
/* BELOW 1360px (Smaller desktops) */
/**************************/

/**************************/
/* BELOW 1280px */
/**************************/
@media (max-width: 80em) and (orientation: landscape) {
  .contact-text {
    width: 85%;
  }

  .contact-channel-each {
    flex-basis: 32rem;
  }
}

/**************************/
/* BELOW 1248px */
/**************************/
@media (max-width: 78em) {
  .services-hero-img-container {
    display: none;
  }

  .services-hero-img-mobile {
    display: block;
  }
}
/**************************/
/* BELOW 1152px */
/**************************/
@media (max-width: 72em) {
  .footer-container-1 {
    padding-top: 12rem;
    flex-direction: column;
    align-items: center;
    gap: 12rem;
  }

  .copyright {
    padding-top: 8rem;
  }

  .figure {
    grid-template-columns: repeat(2, 1fr);
  }

  .heading-services {
    bottom: 8%;
  }

  .blog-text {
    font-size: 2rem;
  }

  .blog-button,
  .blog-button:link,
  .blog-button:visited {
    padding: 1rem 2rem;
  }

  .web-nyc,
  .web-nyc:link,
  .web-nyc:visited {
    font-size: 1.8rem;
  }

  .address {
    font-size: 1.8rem;
  }
}

/**************************/
/* BELOW 1072px */
/**************************/
@media (max-width: 67em) {
  /* MOBILE NAVIGATION */
  .btn-mobile-nav {
    display: block;
    z-index: 9999;
    padding-right: 2rem;
  }

  .main-nav {
    background-color: var(--primary-colour);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* transform: translateX(100%); */

    /* height: 100%; */
    /* transform: translateX(100%); */

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.5s ease-in;

    /* Hide navigation */
    /* Allows NO transition at all */
    /* display: none; */

    /* 1) Hide it visually */
    opacity: 0;

    /* 2) Make it unaccessible to mouse and keyboard */
    pointer-events: none;

    /* 3) Hide it from screen readers */
    visibility: hidden;
  }

  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
  }

  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }

  .main-nav-list {
    flex-direction: column;
    /* gap: 12rem; */
    gap: 8rem;
    padding-right: 0;
  }

  .main-nav-link:link,
  .main-nav-link:visited,
  .current-page {
    font-size: 2.4rem;
  }

  .main-nav-link.nav-cta:link,
  .main-nav-link.nav-cta:visited {
    padding: 1.5rem 3rem;
  }

  .poem-text {
    font-size: 5rem;
  }

  .contact-channels {
    flex-direction: column;
    /* gap: 6rem; */
    align-items: center;
  }

  .contact-channel-each {
    flex-basis: 15rem;
    width: 50%;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
  }

  .contact-channel-text br:first-child {
    display: none;
  }

  .contact-link:link,
  .contact-link:visited {
    padding-top: 2.4rem;
  }

  .services-hero-img {
    height: 100%;
  }

  .services-hero-img-container {
    grid-template-rows: 90vh;
  }

  .hero-heading {
    white-space: nowrap;
  }

  .massage-item {
    width: 85%;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0 auto;
    gap: 3.2rem;
  }

  .massage-item-img {
    height: 50rem;
    width: 100%;
    object-fit: cover;
  }

  .massage-type-heading {
    text-align: center;
  }

  .massage-types {
    gap: 16rem;
  }

  .service-book-btn,
  .service-book-btn:link,
  .service-book-btn:visited {
    margin-top: 2rem;
  }

  #massage-item-white-bg {
    display: flex;
    flex-direction: column-reverse;
  }

  .types-three-img {
    width: 85%;
    height: 50rem;
  }

  .massage-types-three div h2 {
    padding-top: 3rem;
  }

  .massage-types-three div p {
    margin-top: 2.4rem;
  }

  #text-less-margin-2 {
    margin-bottom: 2.4rem;
  }

  .massage-types-three-content .price-table {
    padding-bottom: 2rem;
  }

  .chair-img {
    padding-top: 4rem;
    width: 50%;
  }

  .blog-item {
    width: 90%;
  }
}

/**************************/
/* BELOW 1000px */
/**************************/

@media (max-width: 62.5em) {
  .slide__text {
    font-size: 4rem;

    width: 80%;
  }

  .standard-text {
    margin-bottom: 4.8rem;
  }

  .introduction-img {
    padding-top: 4.8rem;

    height: 40rem;
  }

  .tertiary-heading {
    margin-top: 0;
  }

  .gallery-slide-img {
    height: 40rem;
  }

  .highlighted-text {
    font-size: 2rem;
  }

  #text-less-margin {
    margin-top: 3rem;
  }

  .chair-tertiary-heading {
    padding-top: 0rem;
  }
}

/**************************/
/* BELOW 960px */
/**************************/

@media (max-width: 60em) {
  .faq-button,
  .faq-button:link,
  .faq-button:visited {
    width: 80%;
  }

  .faq-answer {
    width: 80%;
  }

  .faq-icon {
    right: 12%;
  }

  .blog-list {
    width: 100%;
  }

  .blog-item {
    width: 85%;
  }
}

/**************************/
/* BELOW 896px */
/**************************/

@media (max-width: 56em) {
  .blog-page-primary-heading {
    font-size: 4.8rem;
  }

  .blog-page-img {
    width: 70%;
    height: 35rem;
    object-fit: cover;
    display: block;
    margin: 3rem auto 0;
  }
}

/**************************/
/* BELOW 848px */
/**************************/

@media (max-width: 53em) {
  .booking-heading {
    font-size: 3.2rem;
  }

  .booking-description-text-1,
  .booking-description {
    font-size: 2rem;
  }

  .booking-number {
    font-size: 2.2rem;
    padding-top: 4.8rem;
    row-gap: 3rem;
  }

  .booking-chat {
    margin-top: 3.6rem;
  }

  .booking-text {
    text-align: end;
  }

  .hero-heading {
    font-size: 4.8rem;
  }

  #massage-white-bg {
    padding-left: 0;
  }

  .massage-types-three-content:not(:last-child) {
    border-bottom: none;
  }

  .about-text {
    width: 90%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 40%);
  }

  .faq-button,
  .faq-button:link,
  .faq-button:visited {
    line-height: 1.5;
  }
}

/**************************/
/* BELOW 784px */
/**************************/
@media (max-width: 49em) {
  .introduction-img,
  .gallery-slide-img {
    height: 30rem;
  }

  .poem-text {
    font-size: 4rem;
  }

  .contact-text {
    width: 90%;
  }

  .highlighted-text {
    line-height: 1.5;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-channel-each {
    width: 70%;
    padding: 3rem 2rem;
    flex-basis: auto;
  }

  .section-booking {
    display: flex;
    flex-direction: column;
  }

  .figure {
    grid-template-columns: repeat(6, 1fr);
    padding: 1.6rem;
    gap: 1.6rem;
  }

  .massage-description {
    gap: 1.4rem;
  }

  .chair-body-text {
    margin: 3.6rem auto;
  }

  .faq-icon {
    right: 11%;
  }

  .blog-img {
    height: 28rem;
  }
}

/**************************/
/* BELOW 720px */
/**************************/
@media (max-width: 45em) {
  .main-nav-list {
    gap: 10rem;
  }

  .tertiary-heading {
    font-size: 2.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .standard-text {
    font-size: 1.8rem;
  }

  .faq-button,
  .faq-button:link,
  .faq-button:visited {
    width: 90%;
  }

  .faq-answer {
    width: 90%;
  }

  .faq-icon {
    right: 6%;
  }

  .blog-item {
    grid-template-columns: 1fr;
  }

  .blog-description {
    padding: 3rem;

    gap: 1rem;
  }

  .blog-link {
    align-self: center;
  }

  .blog-button {
    align-self: center;
  }

  .blog-page-body {
    width: 80%;
  }
}

/**************************/
/* BELOW 624px */
/**************************/
@media (max-width: 39em) {
  .secondary-heading {
    font-size: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slide__text__description {
    font-size: 4.8rem;
  }

  .standard-text {
    margin: 3rem auto;
  }

  .introduction-img,
  .gallery-slide-img {
    height: 28rem;
  }

  .poem-text {
    font-size: 3.2rem;
  }

  .secondary-heading {
    padding-top: 4rem;
  }

  .contact-channel-text {
    font-size: 1.8rem;
  }

  .contact-text br {
    display: none;
  }

  .contact-channel-text,
  .contact-link:link {
    padding-top: 1.5rem;
  }

  .bold-text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .more-padding {
    padding-bottom: 3rem;
  }

  .booking-description-text-1,
  .booking-description {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .logo {
    padding-left: 2rem;
  }

  .address {
    width: 80%;
    margin: 0 auto;
    line-height: 1.7;
  }
}

/**************************/
/* BELOW 528px */
/**************************/
@media (max-width: 33em) {
  .slide__text {
    width: 90%;
  }

  .secondary-heading {
    font-size: 3.2rem;
  }

  .standard-text {
    width: 90%;
  }

  .tertiary-heading {
    font-size: 2.2rem;
  }

  .introduction-img,
  .gallery-slide-img {
    height: 22rem;
  }

  .booking-details {
    padding-top: 2rem;
  }

  .figure {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
  }

  #text-less-margin {
    margin-top: 2rem;
  }

  .massage-types {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .massage-item {
    width: 100%;
    /* display: flex;
    flex-direction: column;
    height: auto;
    margin: 0 auto; */
    gap: 2rem;
  }

  .massage-item-img {
    height: 40rem;
  }

  #massage-item-white-bg {
    width: 100%;
  }

  .types-three-img {
    width: 100%;
    height: 40rem;
  }

  .faq-button,
  .faq-button:link,
  .faq-button:visited {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
  }

  .faq-answer {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
  }

  .faq-icon {
    font-size: 1.8rem;
    right: 5%;
  }

  .faq-heading {
    font-size: 3.6rem;
  }

  .blog-img {
    height: 23rem;
  }
}

/**************************/
/* BELOW 480px */
/**************************/
@media (max-width: 30em) {
  .btn-mobile-nav {
    padding-right: 1rem;
  }

  .logo {
    padding-left: 1.4rem;
  }

  .poem-text {
    font-size: 2.4rem;
    line-height: 1;
  }

  .copyright {
    padding: 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .footer-container-1 {
    padding-top: 9rem;
  }

  .booking-number {
    grid-template-columns: 1fr 2fr;
    column-gap: 3rem;
  }

  .booking-text {
    /* text-align: start; */
    justify-content: end;
  }

  .booking-link {
    text-align: start;
  }

  .massage-type-heading {
    padding-top: 1.4rem;
  }

  .types-three-img {
    padding-top: 6rem;
  }

  .hero-heading {
    font-size: 4rem;
  }

  .about-text {
    width: 90%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 70%);
  }

  .about {
    padding-bottom: 45rem;
  }

  .about-container {
    gap: 40rem;
  }

  .about-text-body {
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.5;
    padding: 2rem 2rem 3rem;
  }

  .about-text-heading {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }

  .heading-page {
    font-size: 4.8rem;
  }

  .blog-button,
  .blog-button:link,
  .blog-button:visited {
    padding: 1rem 2rem;
  }

  .blog-page-primary-heading {
    font-size: 3.6rem;
  }

  .blog-page-img {
    height: 20rem;
  }

  .blog-page-body {
    width: 85%;
  }

  .blog-page-heading {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .blog-page-text {
    font-size: 1.8rem;
  }

  .social {
    gap: 1.5rem;
  }
}

/**************************/
/* BELOW 432px */
/**************************/
@media (max-width: 27em) {
  .slide__text__description {
    font-size: 3.8rem;
  }

  .secondary-heading,
  .massage-type-heading {
    font-size: 3.6rem;
  }

  .tertiary-heading {
    font-size: 2rem;
  }

  .standard-text {
    letter-spacing: 0;
  }

  .introduction-img {
    width: 80%;
    height: 25rem;
  }

  .gallery-slider {
    width: 80%;
  }

  /* .gallery-slide-img {
  } */

  .dots {
    margin-top: 1.8rem;
  }

  .dots-dot {
    height: 1.5rem;
    width: 1.5rem;
  }

  .section-booking {
    padding-bottom: 1rem;
  }

  .booking-description {
    padding-top: 4.8rem;
  }

  .chair-tertiary-heading {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.3;
  }

  .chair-tertiary-heading br {
    display: block;
  }

  .faq-button,
  .faq-button:link,
  .faq-button:visited {
    line-height: 1.5;
  }

  .faq-answer {
    line-height: 1.5;
  }

  .faq-heading {
    font-size: 3.6rem;
  }

  .blog-page-primary-heading {
    font-size: 3.6rem;
  }
}

/**************************/
/* BELOW 400px */
/**************************/

@media (max-width: 25em) {
  .contact-text {
    margin-top: 1rem;
  }

  .contact-channel-each {
    /* flex-basis: 18rem; */
    width: 85%;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
  }

  .footer-logo-img {
    width: 20rem;
  }

  .social-icon {
    color: var(--text-colour-light);
    height: 3.2rem;
    width: 3.2rem;
  }

  .copyright {
    font-size: 1.4rem;
  }

  .main-nav-link:link,
  .main-nav-link:visited,
  .current-page {
    font-size: 2rem;
  }

  .hero-heading {
    padding: 1.5rem 3rem;
    font-size: 3.6rem;
  }

  .chair-tertiary-heading {
    font-size: 2.2rem;
  }

  .about {
    padding-bottom: 45rem;
  }

  .about-container {
    gap: 50rem;
  }

  .about-text-heading {
    line-height: 1.3;
  }
}

/**************************/
/* BELOW 368px */
/**************************/
@media (max-width: 23em) {
  .booking-heading {
    line-height: 1.4;
  }

  .booking-text {
    padding-right: 1rem;
  }

  .booking-number {
    column-gap: 1.5rem;
  }

  .blog-description {
    padding: 2rem 1.5rem;

    gap: 1rem;
  }
}

/**************************/
/* BELOW 352px */
/**************************/
@media (max-width: 22em) {
  .introduction-img,
  .gallery-slide-img {
    height: 20rem;
  }

  .poem-text {
    font-size: 2rem;
  }

  .hero-heading {
    padding: 1rem 2rem;
    font-size: 3.2rem;
  }

  .about {
    padding-bottom: 55rem;
  }

  .about-container {
    gap: 60rem;
  }
}

/**************************/
/* BELOW 320px */
/**************************/
@media (max-width: 20em) {
  /* .social {
    gap: 2.6rem;
  } */

  .booking-description-text-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .booking-text {
    padding-right: 1rem;
  }

  .booking-number {
    column-gap: 1rem;
  }

  .faq-heading {
    font-size: 3.2rem;
  }
}

/**************************/
/* BELOW 288px */
/**************************/
@media (max-width: 18em) {
  .booking-text,
  .booking-link {
    font-size: 2rem;
  }

  .booking-number {
    column-gap: 0.5rem;
  }

  .hero-heading {
    padding: 0.5rem 1rem;
    font-size: 2.8rem;
  }

  .about {
    padding-bottom: 55rem;
  }

  .about-container {
    gap: 65rem;
  }
}
