@import url("../fonts/stylesheet.css");
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  /* Show the overflow in Edge */
}

button,
select {
  text-transform: none;
  /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  /* 1. Add the correct box sizing in IE 10- */
  padding: 0;
  /* 2. Remove the padding in IE 10- */
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* -------------------------------------------------------------------------- */
/* HTML elements that should remain in the document, but should be visually 
hidden. */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #FFFFFF;
  background-color: #020202;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  font-family: "Playfair Display";
  line-height: 1.2;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 28px;
}

p {
  line-height: inherit;
  color: #939393;
}

/* -------------------------------- LAYOUTING ------------------------------- */
.mob-only,
.tab-only,
.hidden {
  display: none;
}

.p-0 {
  padding: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}
.flex.equal > * {
  flex: 1;
}

.flex-1 {
  flex: 1;
}

.container {
  max-width: 1220px;
  margin: auto;
  padding: 0px 40px;
}
.container.half {
  max-width: 610px;
}

/* ------------------------------- COMPONENTS ------------------------------- */
.hidden {
  display: none !important;
}

.underline {
  text-decoration: underline;
}

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon.icon-24 {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-20 {
  width: 20px;
  height: 20px;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-gps {
  background-image: url("../img/icons/gps.svg");
}
.icon.icon-mail {
  background-image: url("../img/icons/mail.svg");
}
.icon.icon-phone {
  background-image: url("../img/icons/phone.svg");
}
.icon.icon-hours {
  background-image: url("../img/icons/clock.svg");
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: currentColor;
}

button {
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.full {
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 1px solid #FFFFFF;
  transition: 0.25s;
  font-family: "Playfair Display";
  font-weight: bold;
  min-width: 300px;
}
.btn:hover {
  background-color: #51DA4C;
  border-color: rgba(0, 0, 0, 0);
  color: #020202;
}
.btn[disabled] {
  opacity: 0.5;
}
.btn .icon {
  width: 24px;
  height: 24px;
}
.btn .icon-r {
  margin-left: 12px;
}
.btn .icon-l {
  margin-right: 12px;
}

.btn-wrapper > *:not(:first-child) {
  margin-left: 20px;
}

.input {
  font-size: 18px;
  padding: 20px 24px;
  border: none;
  background-color: #1C1C1C;
  color: #FFFFFF;
}

.subheading {
  font-weight: 600;
  font-family: "Playfair Display";
  font-size: 20px;
  text-transform: uppercase;
  color: #51DA4C;
}

.logo {
  background: url("../img/logo.png") no-repeat center;
  background-size: contain;
  width: 145px;
  height: 150px;
}

.nav {
  position: fixed;
  background-color: #020202;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  background: linear-gradient(0deg, rgba(2, 2, 2, 0) 0%, rgb(2, 2, 2) 100%);
}
.nav .menu-wrapper {
  display: flex;
  align-items: center;
}
.nav .menu-list {
  display: flex;
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 16px;
}
.nav .menu-list li:not(:first-child) {
  margin-left: 40px;
}
.nav .menu-list a:hover {
  opacity: 0.75;
}
.nav .menu-list.right {
  justify-content: flex-end;
}
.nav .logo {
  margin: 0px 12px;
}

.menu-mobile {
  display: none;
}

.content-row {
  display: flex;
  align-items: center;
}
.content-row .media-wrapper,
.content-row .text-wrapper {
  flex: 1;
}
.content-row .text-wrapper {
  margin-left: 100px;
}

.section-hero {
  min-height: 920px;
  background: url("../img/photos/hero.jpg") top no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-hero .container {
  max-width: 920px;
}

.section {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
.section.bg-1 {
  background: url("../img/illustrations/grad-right.png") right top no-repeat;
  background-size: auto;
}
.section.bg-2 {
  background: url("../img/illustrations/grad-left.png") left top no-repeat;
  background-size: auto;
}
.section.v-line:after {
  content: "";
  position: absolute;
  height: 200px;
  width: 10px;
  bottom: -60px;
  left: calc(50% - 5px);
  background: url("../img/illustrations/vertical-line.svg") top no-repeat;
  background-size: contain;
}

.divider {
  height: 200px;
  width: 10px;
  background: url("../img/illustrations/vertical-line.svg") top no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  margin: auto;
}

.socials {
  display: flex;
}
.socials .social {
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
}
.socials .social:not(:first-child) {
  margin-left: 12px;
}
.socials .social.fb {
  background-image: url("../img/icons/sc-fb.svg");
}
.socials .social.tw {
  background-image: url("../img/icons/sc-tw.svg");
}
.socials .social.in {
  background-image: url("../img/icons/sc-in.svg");
}
.socials .social.ig {
  background-image: url("../img/icons/sc-ig.svg");
}
.socials .social:hover {
  opacity: 1;
}

.contacts li, .contacts a {
  display: flex;
  align-items: center;
}
.contacts li:not(:first-child) {
  margin-top: 8px;
}
.contacts .text {
  margin-left: 8px;
}
.contacts a:hover {
  opacity: 0.75;
}

.home-story .media-wrapper {
  width: 100%;
  height: 700px;
}
.home-story .media-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-services {
  padding-top: 0px;
}
.home-services .bg-services {
  height: 1000px;
  position: relative;
  background: url("../img/photos/services.jpg") center no-repeat;
  background-size: cover;
}
.home-services .bg-services:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(0deg, rgba(2, 2, 2, 0) 0%, rgb(2, 2, 2) 100%);
}
.home-services .bg-services:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, rgb(2, 2, 2) 100%);
}
.home-services .text-wrapper {
  text-align: center;
  margin-top: -300px;
  position: relative;
}
.home-services .services-list {
  margin-top: 80px;
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
  position: relative;
}
.home-services .services-list .service-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 520px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.home-services .services-list .service-item::before {
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0px;
  position: absolute;
  background: linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, rgba(2, 2, 2, 0.93) 56.3%, #020202 100%);
}
.home-services .services-list .service-info {
  padding: 20px;
  text-align: center;
  position: relative;
}
.home-services .services-list .name {
  font-size: 30px;
  font-family: "Playfair Display";
  margin-bottom: 20px;
}
.home-services .services-list .name:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #51DA4C;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.home-pricing .content-wrapper {
  padding: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 15%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
}
.home-pricing .text-wrapper {
  text-align: center;
}
.home-pricing .price-list {
  margin-top: 80px;
}
.home-pricing .price-list li {
  display: flex;
}
.home-pricing .price-list li:not(:last-child) {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.home-pricing .price-list .info {
  flex: 1;
}
.home-pricing .price-list .value {
  flex: none;
}
.home-pricing .price-list .name,
.home-pricing .price-list .value {
  font-family: "Playfair Display";
  font-size: 28px;
}
.home-pricing .price-list p {
  margin-top: 12px;
  font-size: 18px;
}
.home-pricing .price-list .name,
.home-pricing .price-list p {
  max-width: 600px;
}

.home-barbers .text-wrapper {
  text-align: center;
}
.home-barbers .barber-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.home-barbers .barber {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.home-barbers .barber::before {
  background: linear-gradient(180deg, rgba(255, 110, 61, 0.69) -29.87%, rgba(59, 26, 15, 0.92) 56.87%, #020202 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.25s;
}
.home-barbers .barber-info {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px;
  transform: translateY(25%);
  opacity: 0;
  transition: 0.25s;
}
.home-barbers .barber-info .name {
  font-size: 28px;
  font-family: "Playfair Display";
}
.home-barbers .barber-info .stars {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.home-barbers .barber-info .stars .star {
  background-image: url("../img/icons/star.svg");
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: 0px 4px;
}
.home-barbers .barber-info .stars .star.active {
  background-image: url("../img/icons/star-filled.svg");
}
.home-barbers .barber-info .role,
.home-barbers .barber-info .socials {
  margin-top: 16px;
}
.home-barbers .barber-info .socials {
  align-items: center;
  justify-content: center;
}
.home-barbers .barber:hover::before {
  opacity: 1;
}
.home-barbers .barber:hover .barber-info {
  opacity: 1;
  transform: translateY(0px);
}

.footer {
  padding: 36px 0px;
  background-color: #1C1C1C;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #939393;
}
.footer .footer-menu > *:not(:first-child) {
  margin-left: 16px;
}
.footer a:hover {
  opacity: 0.75;
}
.indent {
  margin-left: 28px;
}
.day {
  width: 125px;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}
.modal-header {
	padding: 2px 16px;
	background: #FFFFFF;
	position: relative;
}
.modal-header .title {
	text-align: center;
	margin-bottom: 10px;
}
.modal-header .close {
	position: absolute;
	right: 0;
	font-size: 24px;
	cursor: pointer;
}
.modal-body {
	padding: 2px 16px;
	text-align: center;
}
.modal-body #status-icon img {
	height: 70px;
	margin: 25px 0px;
}
.modal-body #status-icon .success {
	color: #4F8A10;
}
.modal-body #status-icon .error {
	color: #D8000C;
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	width: 50%;
	min-width: 300px;
	max-height: calc(100vh - 200px);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 50px; 
	overflow-y: auto;
	animation: fadeIn .5s;
	-webkit-animation: fadeIn .5s;
	-moz-animation: fadeIn .5s;
	-o-animation: fadeIn .5s;
	-ms-animation: fadeIn .5s;
}
#message-modal {
	z-index: 10000;
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
.input-error {
	border: 2px solid #D8000C !important;
}
.loading {
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
}
.spinner {
	height: 100px;
	width: 100px;
	margin: 0px auto;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border: 6px solid rgba(230, 246, 255,1);
	border-top: 6px solid #2B79BE;
	border-radius: 100%;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
@media only screen and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
  .tab-hide {
    display: none;
  }
  .nav .menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s;
    background-color: #020202;
  }
  .nav .menu-wrapper .logo {
    display: none;
  }
  .nav .menu-wrapper .menu-list {
    text-align: center;
    flex: 0;
    display: block;
    padding-bottom: 0px;
    border-bottom: none;
    font-size: 30px;
  }
  .nav .menu-wrapper .menu-list li:not(:first-child) {
    margin-left: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .nav .close-btn {
    width: 40px;
    height: 40px;
    background: url("../img/icons/close.svg") center no-repeat;
    background-size: 36px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .nav .menu-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav .menu-mobile .logo {
    width: 120px;
    height: 120px;
  }
  .nav .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
  .nav .menu-btn .menu-text {
    margin-right: 12px;
  }
  .nav .menu-btn .navicon {
    background: #FFFFFF;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 24px;
  }
  .nav .menu-btn .navicon:before,
  .nav .menu-btn .navicon:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .nav .menu-btn .navicon:before {
    top: 7px;
  }
  .nav .menu-btn .navicon:after {
    top: -7px;
  }
  .nav.menu-show .menu-btn .navicon {
    background: rgba(0, 0, 0, 0);
  }
  .nav.menu-show .menu-btn .navicon:before {
    transform: rotate(-45deg);
  }
  .nav.menu-show .menu-btn .navicon:after {
    transform: rotate(45deg);
  }
  .nav.menu-show .menu-btn .navicon::before,
  .nav.menu-show .menu-btn .navicon:after {
    top: 0;
  }
  .nav.menu-show .menu-wrapper {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform: translateX(0);
    z-index: 99;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
  .mob-only {
    display: block;
  }
  h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
  .nav .menu-btn {
    width: 60px;
    height: 60px;
    margin-right: -12px;
  }
  .nav .menu-btn .menu-text {
    display: none;
  }
  .nav .menu-mobile .logo {
    width: 100px;
    height: 100px;
    margin: 0px;
  }
  .btn {
    min-width: 250px;
  }
  .container {
    padding: 0px 20px;
  }
  .section {
    padding-top: 20px;
  }
  .content-row {
    display: block;
  }
  .content-row .text-wrapper {
    margin-left: 0px;
    margin-top: 32px;
  }
  .btn-wrapper {
    display: flex;
    flex-direction: column;
  }
  .btn-wrapper > *:not(:first-child) {
    margin-left: 0px;
    margin-top: 12px;
  }
  .section-hero {
    min-height: 600px;
    max-height: 800px;
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .home-services {
    padding-top: 0px;
  }
  .home-services .bg-services {
    height: 400px;
  }
  .home-services .services-list {
    grid-auto-flow: row;
  }
  .home-services .services-list .service-item {
    height: 320px;
  }
  .home-services .services-list .service-item::before {
    height: 75%;
  }
  .home-story .media-wrapper {
    height: 400px;
  }
  .home-pricing .content-wrapper {
    padding: 60px 20px;
  }
  .home-barbers {
    padding-top: 80px;
  }
  .home-barbers .barber-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-barbers .barber {
    height: 320px;
  }
  .home-contact .text-wrapper {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .footer-menu {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */