/* Start Background Image */
/* LG Screen */
.backimgwomen {
  background: url("../img/women-home.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.backimgmen {
  background: url("../img/men-home.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.backimgcont {
  position: relative;
  top: 44%;
  width: 100%;
  height: 50%;
}

.backimgcont h2,
.backimgcont h1 {
  position: absolute;
  width: 100%;
  margin: 0;
}

.backimgcont h2 {
  font-size: 60px;
  top: 0%;
  color: white;
}

.backimgcont h1 {
  font-size: 70px;
  top: 20%;
  letter-spacing: 8px;
}

.backimgcont a {
  margin-top: 23% !important;
}

.backimgwomen .hair-style-slider,
.backimgmen .hair-style-slider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  z-index: 10;
}

.backimgwomen .overlay,
.backimgmen .overlay {
  height: 100vh;
}

.hair-style-slider .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hair-style-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 400px;
}

.hair-style-slider .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Mobile Screen */
.mob-full-slider {
  position: relative;
  height: 100vh;
  width: 100%;
}

.mob-full-slider .down-arrow {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.mob-full-slider .down-arrow .fa-chevron-down {
  color: white;
  font-size: 33px;
  opacity: 0.9;
  transition: 0.5s ease-in-out all;
}
/* End Background Image */

/* Start Services */
.services {
  background: url("../img/services.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.services .services-cont {
  z-index: 3;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.services .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000000f0;
  z-index: 2;
}

.services h1 {
  color: #d1af43;
  letter-spacing: 3px;
}

.services .services-img {
  padding: 20px 0 30px;
}

.services .services-img img {
  height: 70px;
  display: block;
  margin: 0 auto;
}

.services .services-img .barber-logo {
  margin-bottom: 5px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.services .services-img h3 {
  color: #d1af43;
  margin-top: 8px;
}

.limit {
  overflow: hidden;
  text-align: center;
}

.limit span {
  float: left;
  width: 33.33333%;
  text-align: right;
}

.services .note {
  font-size: 14px;
}

.services .container .row .price span:last-of-type {
  float: right;
}

.services .price,
.services .item-note {
  overflow: hidden;
}

.services .item-note span:nth-of-type(1),
.services .item-note span:nth-of-type(2) {
  float: left;
  width: 50%;
}

.services .item-note span:nth-of-type(1) {
  font-size: 20px;
}

.services .item-note span:nth-of-type(2) {
  text-align: right;
}

.services .item-note span:nth-of-type(3) {
  font-size: 12px;
  width: 100%;
  float: left;
}

.services .kinhead {
  margin: 0 0 12px;
}

.services .newline hr {
  width: 100%;
  background-color: #d1af43;
}
/* End Services */

/* Start Product Slide Show */
.products {
  padding: 20px 0;
}

.products .products-slideshow .slide .carousel-inner .carousel-item img {
  height: 150px;
}
/* Start Product Slide Show */

/* Start Gallery Section */
.gallery {
  padding: 30px 0 20px;
}

.gallery-page {
  padding-top: 110px;
  padding-bottom: 10px;
}

.gallery h1,
.gallery-page h1 {
  color: #d1af43;
}

.gallery h3,
.gallery-page h3 {
  margin-bottom: 15px;
}

.gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block.grid-gallery a:hover {
  opacity: 0.85;
}

.gallery-block.grid-gallery .item {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-block.grid-gallery .item img {
  height: 350px;
  width: 350px;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 10px;
  border: 1px solid #d1af43;
}

.gallery-block.grid-gallery .item img:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-2deg);
  border: none;
}

.gallery .see-more {
  display: flex;
  justify-content: center;
  justify-items: center;
}

.gallery .see-more a {
  color: black;
  font-weight: 500;
  border: 2px solid black;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}

.gallery .see-more a:hover {
  background-color: black;
  color: white;
}
/* End Gallery Section */

/* Start Video Section */
.video {
  padding: 40px 0;
  background-color: black;
  color: white;
}

.video .ved-text h1 {
  margin: 20px 0 0;
}

.video .ved-text h6 {
  margin: 0;
}

.video .ved-text p {
  color: #a9a9a9;
  margin: 18px 0;
}

.video .ved-text .more-videos {
  display: flex;
  justify-items: center;
}

.video .ved-text .more-videos a {
  color: white;
  font-weight: 500;
  border: 2px solid white;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}

.video .ved-text .more-videos a:hover {
  background-color: white;
  color: black;
}
.work-hours .overlay {
  background-color: #000000c2;
}
/* End Video Section */

/* Start Video Page */
.video-page {
  padding: 100px 0;
}
.video-page .container .row div {
  margin-bottom: 10px;
}
.video-page .header h1 {
  color: #d1af43;
}
/* End Video Page */
