body {
    font-family: 'Barlow Condensed', sans-serif;
    margin: 0;
    background: #eee;
    height: auto;
    width: 100%;
    overflow-x: hidden;
}

/* utilitiesCodeStart */

.container {
    max-width: 900px;
    margin: auto;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 25px;
}

.grid {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 25px;
}

.auto {
    margin: auto;
}

.tx-center {
    text-align: center;
}

.btn-prim {
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 10px 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.btn-sec {
    background-color: #0d0d0d;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.color-w {
    color: #fff;
    text-decoration: none;
}

/* utilitiesCodeEnd */

/* navCodeStart */

.nav {
  background-color: #0d0d0d;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: top 0.3s ease;
  z-index: 1000;
}

.nav-holder.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  padding-left: 25px;
}

.nav-button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  position: relative;
  z-index: 1111;
}

.nav-button div {
  width: 30px;
  height: 3px;
  background-color: #fff;
}

.wide-menu {
    display: none;
}

/* navCodeEnd */

/* hamburgerMenuCodeStart */

/* Side menu - hidden by default */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 175px;
  height: 100vh;
  background-color: #111;
  padding: 60px 20px;
  transition: right 0.4s ease;
  z-index: 1100;
  display: flex;
  flex-direction: column;
}

.mobile-menu.active {
  right: 0;
  display: flex; /* show */
}

/* Side menu list */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  padding-left: 50px;
  margin: 0;
}

.mobile-menu ul li {
  margin: 20px 0;
}

.mobile-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
}

/* Hide nav on scroll down */
.nav.hide {
  top: -80px; /* adjust based on nav height */
}

/* hamburgerMenuCodeEnd */

/* heroSectionCodeStart */

.hero-section {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
    padding-top: 80px;
    background-image: url(../img/wa5-crop.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.hero-top div {
    font-size: 2.5rem;
}

.hero-section a {
    color: #fff;
    text-decoration: none;
}

/* heroSectionCodeEnd */

/* bookSectionCodeStart */

.book-section {
    font-size: 1.2rem;
    text-align: left;
}

.book-top {
    margin: auto;
    padding-top: 25px;
}

.book-top a {
    color: #fff;
    text-decoration: none;
}

/* bookSectionCodeEnd */

/* aboutSectionCodeStart */

.about-section {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
    background-image: url(../img/wa6-crop.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.about-holder {
    margin: auto;
}

.about-top div {
    font-size: 2.4rem;
}

.about-bottom {
    margin: auto;
}

.about-bottom a {
    color: #fff;
    text-decoration: none;
}

/* aboutSectionCodeEnd */

/* whiteBarSecOneCodeStart */

.wbso-holder {
    font-size: 1.2rem;
    text-align: left;
}

/* whiteBarSecOneCodeEnd */

/* testimonialsSectionCodeStart */

.testimonials-section {
    background-color: #0d0d0d;
    height: auto;
}

.testimon-holder.grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.testimon-box-one {
    height: 400px;
    width: 275px;
    background-image: url(../img/wa11.jpeg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.testimon-box-two {
    height: 400px;
    width: 275px;
    background-image: url(../img/wa13.jpeg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.testimon-box-three {
    height: 400px;
    width: 275px;
    background-image: url(../img/wa10.jpeg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.testimon-bot div {
    font-size: 1.1rem;
    color: #fff;
    text-shadow: 1px 1px 4px #0d0d0d;
}

/* testimonialSectionCodeEnd */

/* meetUrArtistCodeStart */

.meet-ur-artist {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    background-image: url(../img/wa4-crop.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.meet-ur-artist h1 {
    padding-left: 50px;
    font-weight: 500;
}

.meet-ur-artist p {
    font-size: 1.2rem;
    text-shadow: 1px 1px 2px black;
}

/* meetUrArtistCodeEnd */

/* galleryCodeStart */

.gallery {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    height: auto;
    background-image: url(../img/tattoo-gallery.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.gallery-holder.flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gallery-box-one {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa10.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-two {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa11.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-three {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa12.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-four {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa13.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-five {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa16.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-six {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa17.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-seven {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa19.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-eight {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa20.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-nine {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa21.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-ten {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa23.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-eleven {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa29.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-twelve {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa30.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-thirteen {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa31.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.gallery-box-fourteen {
    height: 50vh;
    width: 85vw;
    background-image: url(../img/wa35.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

/* galleryCodeEnd */

/* footerCodeStart */

footer {
    background-color: #0d0d0d;
    color: #fff;
    font-size: 1.2rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:visited {
    color: #fff;
    text-decoration: none;
}

.foot-center.grid {
    justify-content: left;
    padding-left: 3rem;
}

/* footerCodeEnd */

/* mediaQueriesCodeStart */

/* Medium devices (tablets ≥ 768px) */
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }

  .nav-holder {
    max-width: 80%;
    margin: auto;
  }

  .wide-menu {
    display: flex;
    padding-right: 25px;
  }

  .wide-menu ul.flex {
    padding: 0;
  }

  .wide-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s;
  }

  .wide-menu ul li a:hover {
    color: gray;
  }

  #hamburger {
    display: none;
  }

  .hero-top div {
    font-size: 3.5rem;
  }

  .btn-prim {
    width: 150px;
    padding: 20px 25px;
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: all 0.3s;
  }

  .btn-prim:hover {
    border-radius: 35px;
    background-color: black;
    color: #fff;
  }

  .btn-sec {
    width: 225px;
    padding: 25px 30px;
    font-size: 1.5rem;
    transition: all 0.3s;
  }

  .btn-sec:hover {
    border-radius: 25px;
  }

  .book-mid p {
    font-size: 1.5rem;
  }

  .book-bottom div a {
    font-size: 1.5rem;
  }

  .about-top div {
    font-size: 3rem;
    padding-bottom: 25px;
  }

  .about-bottom a div {
    font-size: 2rem;
  }

  .wbso-holder {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .wbso-holder p {
    font-size: 1.5rem;
  }

  .testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .location-holder iframe {
    height: 600px;
  }

  footer {
    font-size: 1.5rem;
  }

  .foot-holder {
    display: flex;
    justify-content: center;
    gap: 125px;
  }

  .wide-logo {
    background-image: url(../img/logo-white-png.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 225px;
  }
/*aboutCode*/
  .meet-holder h1 {
    font-size: 3rem;
    margin-left: 100px;
  }

  .meet-holder p {
    font-size: 1.5rem;
  }
}

/* Extra large devices (large desktops ≥ 1200px) */
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

/* mediaQueriesCodeEnd */