@font-face {
  font-family: Agenda;
  src: url('./ufonts.com_agenda-light.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: 'Agenda';
  line-height: 1.8em;
  width: 100%;
  background-color: #f8f8f8;
}

/* Utilities */
.container {
  margin: auto;
  max-width: 1100px;
  padding: 0 20px;
}

.about-us-container {
  width: 80%;
  margin: auto;
  text-align: center;
}

.locations {
  margin: auto;
  padding: 0 30px;
  text-align: center;
  max-width: 100%;
  overflow: auto;
}

a {
  text-decoration: none;
}

.btn-dark{
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
}

.btn-dark-invert {
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  background-color: transparent;
  color: #333;
  text-align: center;
  padding: 8px 20px;
  border: 1px solid #333;
  border-radius: 5px;
  transition: 0.2s;
}

.btn-light {
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  background-color: #f8f8f8;
  color: #333;
  text-align: center;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
}

.btn-light-invert {
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  background-color: transparent;
  color: #DCE1E3;
  text-align: center;
  padding: 8px 20px;
  border: 1px #DCE1E3 solid;
  border-radius: 5px;
  transition: 0.4s;
  box-shadow: rgba(46, 46, 46, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}


.btn-dark:hover {
  opacity: 0.9;
  letter-spacing: 0.1px;
}

.btn-light:hover {
  opacity: 0.9;
  letter-spacing: 0.1px;
}

.btn-light-invert:hover {
  opacity: 0.9;
  letter-spacing: 0.15rem;
}

.btn-dark-invert:hover {
  opacity: 0.9;
  letter-spacing: 2px;
}


.bg-dark {
  background-color: #333;
  color: #DCE1E3;
}

.bg-light {
  background-color: #DCE1E3;
  color: #333;
}

.box {
  display: block;
  float: left;
  width: 33.33%;
  padding: 10px 30px;
  text-align: center;
  border-radius: 15px;
}

.box-2 {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
}

/* .box-3 {
  display: flex;
  width: 50%;
} */

/* Navbar */

.mobile {
  display: none;
}

.nav-contact-us {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.main-nav {
  position: static;
  background: #333;
  height: 85px;
  z-index: 2;
}

.main-nav a {
  text-decoration: none;
  color: white;
  background-color: #333;
  height: 85px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: background 0.4s;
}

.main-nav ul {
  list-style: none;
  display: flex;
  z-index: 2;
}

.main-nav li {
  width: 100%;
  text-align: center;
}

.main-nav li a img {
  color: white;
}
.main-nav li:hover .submenu li {
  display: block;
  top: 0;
}

.submenu li {
  display: none;
  top: 0;
  border-bottom: #DCE1E3 dotted 1px;
}

.submenu li:last-child {
  border: none;
}

.submenu li a:hover {
  background: rgb(66, 66, 66);
}

.submenu {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
}

/* Index */

/* main-bg-img */
.main-bg {
  background: url('./images/homepage2.webp') no-repeat top center/cover;
  object-fit: cover;
  max-width: 100%;
  height: 85vh;
}

.directory-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.directory-buttons a {
  width: 350px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.8px;
}

.directory-buttons .barbers-btn {
  margin-bottom: 15px;
}

/* Footer */
.main-footer {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  padding: 1rem 0 1rem 0;
  /* margin-top: 25px; */
  background-color: #333;
}

.main-footer .footer-links {
  margin-bottom: 15px;
}

.main-footer .footer-links p {
  display: inline-flex;
  padding-left: 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}


.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8f8f8;
}

.main-footer .payment-methods i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8f8f8;
  padding-left: 25px;
}

.social-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.social-footer i {
  padding-left: 25px;
  color: #f8f8f8;
}

.DTDesigns {
  margin: 7px 0 20px 0;
  letter-spacing: 1.1px;
}

/* About Us */

.about-us {
  position: relative;
  width: 100%;
  height: auto;
}

.about-us h2 {
  text-align: center;
  background: #333;
  color: #f8f8f8;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.9;
  padding: 7.5px;
}

.about-us-section {
  display: flex;
  height: auto;
}

.about-us-info {
  width: 50%;
  display: flex;
  font-size: 1.5em;
  line-height: 1.8;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* .about-us {
  position: relative;
  display: block;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
}

.about-us-title {
  position: relative;
  text-align: center;
  background: #333;
  opacity: 0.9;
  padding: 7.5px;
}

.about-us-title h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f8f8f8;
  margin: auto;
}

.about-us-info {
  text-align: center;
  overflow: auto;
  width: 50%;
  padding-top: ;
  height: auto;
  color: #333;
  font-size: 1vw;
}

.about-us-info strong {
  text-transform: uppercase;
}

.about-us-info h3 {
  font-size: 1.2vw;
  text-align: center;
}

.about-us-info p {
  font-size: 1vw;
  padding: 0px 30px;
} */

.about-us-vid {
  width: 50%;
}

.about-us-vid video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}


/* Awards */

.awards {
  position: relative;
  display: block;
  width: 100%;
  max-height: 30vh;
}

.awards-title {
  position: relative;
  text-align: center;
  background: #333;
  opacity: 0.9;
  padding: 7.5px;
}

.awards-title h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f8f8f8;
}

.barbers-awards-icon {
  width: 140px;
  height: 140px;
  background: url('./images/1.png') no-repeat center center/cover;
  color: #333;
  margin: auto;
}

.awards-info-barbers {
  display: block;
  float: left;
  width: 33.33%;
  line-height: 40px;
  font-size: 1.4em;
  color: #333;
  text-align: center;
}

.awards-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 100%;
}

.awards-img img {
  max-width: 100%;
  position: relative;
  top: 20px;
}

.stylist-awards-icon {
  width: 140px;
  height: 140px;
  background: url('./images/2.png') no-repeat center center/cover;
  color: #333;
  margin: auto;
}

.awards-info-stylist {
  display: block;
  margin: auto;
  float: right;
  width: 33.33%;
  line-height: 40px;
  font-size: 1.4em;
  color: #333;
  text-align: center;
}

.awards-info-stylist ul {
  list-style: none;
}

.return-to-top {
  display: flex;
  justify-content: center;
  min-width: 100%;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.return-to-top span {
  border-left: 1px #333 solid;
  border-right: 1px #333 solid;
  border-radius: 7.5px;
  padding: 7.5px;
}

.return-to-top a {
  text-decoration: none;
  color: #333;
}

.return-to-top span:hover,
.return-to-top a:hover {
  opacity: 0.9;
}

/* Barber Page */

.barber-showcase {
  background: url('./images/showcase.png') no-repeat center center/cover;
  height: 650px;
}

.barber-book {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 150px;;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.barber-book h2 {
  color: #F3F3F3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 45px;
}

.barber-book p {
  color: #DCE1E3;
  font-style: italic;
  font-size: 25px;
}

.barber-book .btn-light-invert {
  margin-top: 15px;
  font-size: 22px;
  text-transform: uppercase;
}

.contact {
  background-color: rgb(85, 85, 85);
  margin: 5rem 0 0 0;
}

.address {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  color: white;
}

.address p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-right: 2rem;
}

.address h3 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}

.contact h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.9rem;
  margin: 2rem auto;
  padding-top: 50px;
  padding-bottom: 40px;
  color: white;
}

.contact h2:after {
  content: ""; 
  display: block;
  margin: 0 auto;
  width: 6.5%;
  padding-top: 15px;
  border-bottom: 3px solid white;
}

.contact h4 {
  font-size: 1.4rem;
  text-transform: lowercase;
  letter-spacing: 1.6px;
}

.address a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  color: white;
}

.address i {
  line-height: 1.6;
  margin: 0.6rem 0.5rem 0 0;
}

.gettoknowus {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}

.gettoknowus h4 {
  text-align: center;
  color: white;
  font-size: 1.4rem;
  text-transform: lowercase;
  letter-spacing: 1.6px;
  margin-bottom: 1.4rem;
}

.gettoknowus a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: white;
}

.gettoknowus i {
  margin: 0.6rem 0.5rem 1rem 0;
}

/* Social Icons */
.barber-social-icons {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  opacity: 0.9;
  background-color: #F3F3F3;
}

.social-icons {
  display: flex;
  margin: auto;
}

.social-icons p {
  font-size: 14px;
  padding-top: 15px;
}

.barber-social-icons .social-icons i {
  background-color: #F3F3F3;
  color: #333;
  padding: 16px;
}

/* Salon Page */

.salon-showcase {
  background: rgba(51, 51, 51, 0.884);
  height: 650px;
  position: relative;
  z-index: 1;
}

.salon-showcase::before {
  content: '';
  background: url('./images/salon\ edited.png') no-repeat center center/cover;
  height: 650px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.salon-book {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 150px;
  line-height: 1.6;
}

.salon-book > h2 {
  color: #F3F3F3;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 3rem;
}

.salon-book p {
  color: white;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 1.6rem;
  /* text-shadow: 0.6px 0.6px #333; */
}

.salon-book .btn-light {
  margin-top: 15px;
  font-size: 22px;
  text-transform: uppercase;
}

.booking-options {
  display: flex;
}

.booking-options div {
  padding: 1rem 2rem;
  /* text-align: left; */
  color: white;
}

.booking-options div a {
  text-align: center;
  color: white;
  border-radius: 0;
}

small {
  color: #fff;
}

.instagallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem;
}

.container h3 {
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  margin: 3rem 0 2rem 0;
}

.instagallery img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

/* Salon Boxes */

.salon-information {
  max-width: 100%;
}

.pricelist {
  display: inline-flex;
  background: #f8f8f8;
  margin-top: 25px;
  width: 100%;
}

.pricelist img {
  width: 50%;
}

.price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1.8px;
}

.price-info h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  margin-bottom: 10px;
}

.price-info p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  margin-bottom: 15px;
}

.mission {
  display: flex;
  max-width: 100%;
  background: rgb(83, 83, 83);
  color: rgb(228, 228, 228);
  margin: 4rem 0;
  padding: 5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mission h2 {
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.mission h2::after {
  content: ""; 
  display: block;
  margin: 0 auto;
  width: 40%;
  padding-top: 10px;
  border-bottom: 3px solid rgb(99, 99, 99);
}

.mission p {
  width: 60%;
  font-size: 1.4rem;
  line-height: 1.7;
}

.salon-location {
  display: inline-flex;
  flex-direction: row-reverse;
  width: 100%;
}

.salon-location-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1.8px;
}

.box-2.salon-location-info h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  text-align: right;
  margin-bottom: 10px;
}

.box-2.salon-location-info img {
  margin: 10px 0;
  width: 80px;
}

.box-2.salon-location-info p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  padding-bottom: 25px;
}

.salon-location img {
  width: 50%;
}

.btn-dark-invert-car {
  cursor: pointer;
  display: inline-flex;
  font-weight: 300;
  background-color: transparent;
  color: #333;
  text-align: center;
  padding: 8px 20px;
  border: 1px solid #333;
  border-radius: 5px;
  transition: 0.2s;
}

.salon-opening-times {
  margin-top: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.salon-opening-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1.8px;
  /* padding-left: 50px; */
}

.salon-opening-info h2 {
  margin-bottom: 10px;
}

.salon-opening-times img {
  width: 90%;
  height: auto;
  object-fit: cover;
}

.salon-opening-info table {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 10px 0 50px 0;
}

.salon-opening-info table tr th {
  padding: 15px 25px 5px 0px;
  text-align: left;
  border-bottom: dotted 1px #333;
}

.salon-opening-info table td {
  padding: 15px 0px 5px 150px;
  text-align: right;
  border-bottom: dotted 1px #333;
}



/* Barber Locations */

.surrey-street {
  background: url('./images/surrey-street-mercury.jpeg') no-repeat center center/cover;
  color: white;
  height: 300px;
  padding-top: 40px;
  border: solid 10px #f8f8f8;
}

.surrey-street .btn-dark {
  margin: auto;
}

.surrey-street:hover {
  background: url('./images/surrey-street.jpeg') no-repeat center center/cover;
}
.division-street {
  background: url('./images/division-street-mercury.jpeg') no-repeat center center/cover;
  color: white;
  height: 300px;
  padding-top: 40px;
  border: solid 10px #f8f8f8;
}

.division-street .btn-light {
  margin: auto;
}

#parking-btn {
  margin-top: 5px;
}

.btn-light-car {
  cursor: pointer;
  display: inline-flex;
  font-weight: 300;
  background-color: #f8f8f8;
  color: #333;
  text-align: center;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
}

.btn-dark-car {
  cursor: pointer;
  display: inline-flex;
  font-weight: 300;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
}

.btn-light-car:hover {
  opacity: 0.9;
  letter-spacing: 0.1px;
}

.btn-dark-car:hover {
  opacity: 0.9;
  letter-spacing: 0.1px;
}

.fa-car {
  margin-right: 5px;
  font-size: 1.6rem;
}

.division-street:hover {
  background: url('./images/division-street.jpeg') no-repeat center center/cover;
}

.dronfield {
  background: url('./images/dronfield-mercury.png') no-repeat center center/cover;
  color: white;
  height: 300px;
  padding-top: 40px;
  border: solid 10px #f8f8f8;
}

.dronfield .btn-dark {
  margin: auto;
}

.dronfield:hover {
  background: url('./images/dronfield.png') no-repeat center center/cover;
}

.table-heading {
  text-align: center;
  margin-top: 25px;
}

.opening-times {
  margin-bottom: 3rem;
}

.opening-times table {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 10px 0 50px 0;
}

.opening-times table tr th {
  padding: 15px 150px 5px 0px;
  text-align: left;
  border-bottom: dotted 1px #333;
}

.opening-times table td {
  padding: 15px 0px 5px 150px;
  text-align: right;
  border-bottom: dotted 1px #333;
  
}

/* Coming Soon */

.coming-soon img {
  margin: auto;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.coming-soon-body {
  overflow-y: none;
}

/* About Us Page */

.about-us-container > video {
  max-width: 100%;
  height: 500px;
}

.about-us-title {
  text-align: center;
  letter-spacing: 6px;
  color: #333;
  font-size: 2.5em;
  text-transform: uppercase;
  padding: 40px 0;
  line-height: 1;
}

.about-us-title:after {
  content: ""; 
  display: block;
  margin: 0 auto;
  width: 6.5%;
  padding-top: 15px;
  border-bottom: 3px solid #DAE8E8;
}

.history-info {
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 80%;
}

.history-info-one {
  display: flex;
  flex-direction: column;
}

.history-info-one > h2 {
  text-align: left;
  letter-spacing: 8px;
  line-height: 1.2;
  color: #a5afaf;
  font-size: clamp(3em, 2.5vw, 6em);
  border-bottom: #333 0.1px solid;
}

.history-info-one > p {
  text-align: left;
  line-height: 1.8;
  font-size: clamp(1em, 2.5vw, 1.2em);
}

.history-info-two {
  display: flex;
  flex-direction: column;
}

.history-info-two > h2 {
  text-align: right;
  letter-spacing: 8px;
  line-height: 1.2;
  color: #a5afaf;
  font-size: clamp(3em, 2.5vw, 6em);
  border-bottom: #333 0.1px solid;
}

.history-info-two > p {
  text-align: right;
  line-height: 1.8;
  font-size: clamp(1em, 2.5vw, 1.2em);
}

/* .director-images-top {
  display: flex;
  max-width: 100%;
  height: 5;
} */

.directors-section {
  display: grid;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
}

.profile-picture {
  margin: 0 auto;
}

.profile-picture > img {
  position: relative;
  max-width: 300px;
  aspect-ratio: 1;
  background-color: #333;
  object-fit: cover;
}

.profile-picture > h3 {
  font-size: clamp(1em, 2.5vw, 1.4em);
  letter-spacing: 1.6;
  font-weight: 600;
  color: #333;
}

.profile-picture > h3:after {
  content: ""; 
  display: block;
  margin: 0 auto;
  width: 10%;
  padding-top: 2px;
  border-bottom: 3px solid #DAE8E8;
}

.profile-picture > p {
  font-size: clamp(0.9em, 2.5vw, 1.2em);
  font-weight: 100;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 5rem;
  line-height: 1.5;
}

/* Gallery */

input {
  display: none;
}

.gallery-container {
  width: 100%;
  text-align: center;
}

.top-content {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 5px;
  box-shadow: 3px 3px 5px lightgray;
}

label {
  display: inline-block;
  height: 100%;
  margin: 0 20px;
  line-height: 60px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #333;
  cursor: pointer;
  transition: .5s;
}

label:hover {
  color: black;
}

.photoGallery {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 20px;
  margin-bottom: 25px;
}

.pic {
  position: relative;
}

.pic img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: contain;
  border-radius: 10px;
}

.pic img:hover {
  filter: brightness(90%)
}

#check1:checked ~ .gallery-container .photoGallery .pic {
  opacity: 1;
  transform: scale(1);
  position: relative;
}

#check2:checked ~ .gallery-container .photoGallery .men {
  transform: scale(1);
  opacity: 1;
  position: relative;
}

#check2:checked ~ .gallery-container .photoGallery .women {
  opacity: 0;
  transform: scale(0);
  position: absolute;
}

#check3:checked ~ .gallery-container .photoGallery .women {
  transform: scale(1);
  opacity: 1;
  position: relative;
}

#check3:checked ~ .gallery-container .photoGallery .men {
  opacity: 0;
  transform: scale(0);
  position: absolute;
}



/* JS SHIT */

.model {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 1;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
}

.modelContent {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modelImg {
  width: 80%;
  max-width: 700px;
}

.close {
  position: absolute;
  top: 2.5em;
  right: 6em;
  font-size: 1.5em;
  cursor: pointer;
}

.model.appear {
  opacity: 1;
  pointer-events: all;
}

.model.appear .modelImg {
  animation: zoom 0.2s linear;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}


/* Footer */