@charset "UTF-8";
/*=== Prasid Codes ===*/
/*=== Start Date:  ===*/
/*=== End Date:  ===*/
/*===  Project8848 ===*/
@font-face {
  font-family: fonticons;
  src: url(../fonts/fonticons.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: simple-fonts;
  src: url(../fonts/simple-fonts.ttf);
  font-weight: normal;
  font-style: normal;
}
.fa-call::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-mail::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-facebook::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-twitter::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-youtube::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-instagram::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-gps::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-briefcase::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-globe::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-user::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-people::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-bookmark::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-paperplane::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-arrow-up:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-heart:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-screen:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-docs:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-map:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-lock:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-search:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-location:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-cash:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-clock:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-graph:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-cart:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-date:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-arrow-right:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
  font-size: 0.9em;
}

.fa-bonfire:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-star:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-plus-circle:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-smile:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-trophy:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-lady:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-leaf:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-design:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-family: "Titillium Web", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 15px;
  background: lightgrey;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, #b82b56, transparent);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

a,
a:visited,
a:focus {
  text-decoration: none;
}

#return-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
}
#return-to-top:hover p {
  background: #f99cb7;
}
@media (max-width: 500px) {
  #return-to-top {
    right: 15px;
    bottom: 30px;
  }
}
#return-to-top img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
#return-to-top p {
  background: #b82b56;
  color: white;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
}

.pri-color {
  color: #b82b56 !important;
}

.sec-color {
  color: #deb235;
}

p {
  color: rgba(0, 0, 0, 0.7);
}

.cursive {
  font-family: "Merienda", cursive;
}

.section-gap {
  padding: 80px 0;
}

h2.title,
.footer h4.title {
  color: #b82b56;
  font-family: "Merienda", cursive;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
h2.title:before,
.footer h4.title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #deb235;
}

.owl-carousel .owl-nav svg {
  color: #b82b56;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  outline: none;
  background: white;
  box-shadow: 0 0 10px lightgrey;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  outline: none;
  background: white;
  box-shadow: 0 0 10px lightgrey;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

input.form-control {
  height: 50px;
  border-radius: 50px;
  padding-left: 20px;
}
input.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #b82b56;
}

textarea.form-control {
  border-radius: 20px;
  padding-left: 20px;
}
textarea.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #b82b56;
}

section.breadcrumbs {
  height: 200px;
  display: flex;
  align-items: flex-end;
}
section.breadcrumbs h5 {
  color: white;
}
section.breadcrumbs h5 a {
  color: #f99cb7;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
section.breadcrumbs h5 a:hover {
  color: #b82b56;
}

.breadcrumbs.about-us {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs.tailor {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/tailor.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/contact-bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs.products {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/product-bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs.girls-collection {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/girls-bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs.mens-collection {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/mens-bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs.ladies-collection {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/ladies-bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs.boys-collection {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/boys-bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs.bulletin {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../pics/bulletin-bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.site-btn a, .site-btn span {
  color: white;
  text-decoration: none;
  border: 2px solid #deb235;
  padding: 5px 30px;
  border-radius: 50px;
  transition: 0.3s;
}
.site-btn a:hover, .site-btn span:hover {
  background: #deb235;
}

.site-btn-m a, .site-btn-m span {
  color: white;
  text-decoration: none;
  border: 2px solid #deb235;
  padding: 5px 30px;
  border-radius: 50px;
  transition: 0.3s;
  background: #deb235;
}
.site-btn-m a:hover, .site-btn-m span:hover {
  background: transparent;
  color: #deb235;
}

.form-btn {
  box-shadow: none;
  text-align: center;
  background: #deb235;
  border: 1px solid #deb235;
  border-radius: 20px;
  height: 50px;
  color: white;
}
.form-btn:hover {
  background: white;
  color: #deb235;
}

.top-bar {
  background: #b82b56;
}
.top-bar p {
  color: white;
}
.top-bar a {
  text-decoration: none;
  color: white;
}
.top-bar a:hover {
  color: lightgrey;
}

.navbar {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.308);
}
.navbar .navbar-brand {
  width: 150px;
}
.navbar .navbar-brand img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.navbar .nav-item {
  position: relative;
  z-index: 1;
}
.navbar .nav-item:before {
  content: "";
  position: absolute;
  background: #b82b56;
  z-index: -1;
  top: -18px;
  left: 0;
  height: 0;
  width: 100%;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .navbar .nav-item:before {
    top: 0;
  }
}
.navbar .nav-item.active .nav-link, .navbar .nav-item:hover .nav-link {
  color: white !important;
}
.navbar .nav-item.active:before, .navbar .nav-item:hover:before {
  height: calc(100% + 20px);
}
@media (max-width: 1024px) {
  .navbar .nav-item.active:before, .navbar .nav-item:hover:before {
    height: 100%;
  }
}
.navbar .nav-item .nav-link {
  padding: 10px 15px;
  color: black !important;
  transition: 0.4s;
}
.navbar .drop-nav {
  position: relative;
}
.navbar .drop-nav:hover .drop-content {
  opacity: 1;
  visibility: visible;
}
.navbar .drop-nav .drop-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 200px;
  background: #f8f9fb;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background: #b82b56;
}
.navbar .drop-nav .drop-content li {
  list-style: none;
  width: 100%;
  transform: translateX(-10px);
}
.navbar .drop-nav .drop-content li a {
  display: block;
  padding: 10px 0;
  padding-right: 15px;
  text-decoration: none;
  color: white;
}
.navbar .drop-nav .drop-content li a:hover svg {
  opacity: 1;
  visibility: 1;
}
.navbar .drop-nav .drop-content svg {
  opacity: 0;
  visibility: 0;
  transition: 0.5s;
}

section.footer {
  background: url(../pics/bg-7.png), #fff;
  border-top: 2px solid #b82b56;
}

section.footer .title .seperator {
  text-align: center;
  left: 10px;
}

section.footer .title .seperator:after {
  display: none;
}

section.footer ul li {
  border-bottom: 1px dashed #dcdfe1;
}

section.footer ul li:nth-last-of-type(1) {
  border: none;
}

section.footer ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  padding: 5px 30px;
  position: relative;
  line-height: 45px;
}

section.footer ul li a:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
  font-size: 0.9em;
  position: absolute;
  left: 0;
}

section.footer ul li a:hover {
  color: #b82b56;
}

section.footer .subs input {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
}

section.footer .subs input:focus {
  border: 1px solid #b82b56;
}

section.footer .subs button {
  background: #b82b56;
  color: white;
  border-radius: 0;
}

section.footer .social-icons a:hover i {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

section.footer .social-icons i {
  border-radius: 50%;
  width: 40px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

section.footer .social-icons .fa-facebook {
  background: #3b5998;
}

section.footer .social-icons .fa-twitter {
  background: #00acee;
}

section.footer .social-icons .fa-instagram {
  background: #e4405f;
}

section.footer .social-icons .fa-youtube {
  background: #dd4b39;
}

section.copyright {
  background: #b82b56;
}

section.copyright p {
  color: white;
}

section.copyright a {
  text-decoration: none;
  color: white;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
}

.social-icons i {
  margin: 0 5px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.115);
}

.our-barbers {
  padding: 80px 0px;
}

.team-img-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  border-right: 2px solid #fff;
  cursor: pointer;
}

.barbers .img {
  height: 380px;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.barbers .top-image:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.123);
  transition: 0.3s;
}

.barbers .img img {
  visibility: hidden;
}

.team-wrapper .info {
  padding: 20px;
}

.info .title {
  font-size: 16px;
  color: #000000;
  padding-bottom: 10px;
  margin: 0;
}

.info .text {
  font-size: 15px;
  color: #7c7c7c;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}

.team-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0px;
  bottom: 0;
  left: 0px;
  margin: auto;
  right: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.barbers:hover .team-overlay {
  opacity: 1;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal {
  padding-right: 0px !important;
}

.modal-open .modal {
  overflow: hidden !important;
  padding-right: 0px !important;
}

.modal-open {
  padding-right: 0px !important;
  overflow-y: visible !important;
}

.modal-open .navbar {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.modal-backdrop.show {
  opacity: 0.85 !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff !important;
}

#team-modal .modal-dialog {
  width: 100%;
  height: 100vh;
  margin: 0;
  margin: 0px auto;
  padding: 25px;
  overflow: hidden;
  max-width: 780px;
}

.modal-close {
  position: absolute;
  z-index: 3;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.modal-close img {
  width: 25px;
  height: 25px;
}

.modal-content .popup-bottom-content-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-body {
  position: relative;
  padding: 0px;
  border-radius: 0%;
  background: transparent;
}

.modal-footer button {
  opacity: 1 !important;
  position: relative;
  background: transparent;
  width: 41px;
  height: 41px;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 0px;
  outline: none;
}

.modal-footer button img {
  opacity: 1;
}

.modal-footer button:hover {
  border: 2px solid #000;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.modal-content {
  border-radius: 10px !important;
  background: transparent;
  border: none;
}

.modal-header .close {
  margin-top: -40px;
  position: absolute;
  right: 0px;
  opacity: 1;
}

.modal-header {
  padding: 0px;
  border-bottom: none !important;
}

.popup-bottom-content-left {
  width: 50%;
  margin-top: -20px;
  text-align: center;
  margin-bottom: auto;
  height: 470px;
}

.modal .popup-bottom-content-left {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -100);
  -ms-transform: matrix(1, 0, 0, 1, 0, -100);
  transform: matrix(1, 0, 0, 1, 0, -100);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal.show .popup-bottom-content-left {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.reverse-close-left {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -100);
  -ms-transform: matrix(1, 0, 0, 1, 0, -100);
  transform: matrix(1, 0, 0, 1, 0, -100);
}

.modal .popup-bottom-content-right {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
  -ms-transform: matrix(1, 0, 0, 1, 0, 100);
  transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal.show .popup-bottom-content-right {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.reverse-close-left {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
  -ms-transform: matrix(1, 0, 0, 1, 0, 100);
  transform: matrix(1, 0, 0, 1, 0, 100);
}

.popup-bottom-content-right {
  width: 50%;
  padding: 40px 30px;
  background: #fff;
  border: 10px solid #b82b56;
  height: 470px;
  margin-top: 20px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  padding: 1rem;
  border-top: 0px;
}

.close-btn {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.popup-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.pop-details-head {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  padding-bottom: 20px;
  margin: 0;
  letter-spacing: 1px;
}

.onlyone .pop-details-head {
  font-size: 25px;
  color: #404041;
  font-weight: 600;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  border-bottom: none;
}

.detail-name {
  font-size: 18px;
  color: #404040;
  width: 30%;
  margin-bottom: auto;
  text-transform: capitalize;
}

.detail-name-right {
  font-size: 18px;
  color: #404040;
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
}

.modal-deatil {
  display: none;
}

.content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content h4 {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content p {
  margin-bottom: 25px;
  line-height: 27px;
  color: #333;
  font-weight: normal;
}

.modal-inner-text img {
  width: auto;
  height: 160px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 100%;
  padding: 35px 0px;
}

.products-img {
  position: relative;
  text-align: center;
  width: 100%;
}

.latest-product .products-img .img img {
  width: 100%;
  height: 350px;
  object-fit: cover !important;
}

.products-img img {
  max-width: 100%;
  width: 100%;
}

.products-img .products-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-img:hover .products-overlay {
  opacity: 1;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.products-img h3 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.products-img P {
  color: #fff;
  font-size: 16px;
}

.banner-slider .owl-carousel .item {
  height: 80vh;
  position: relative;
  overflow: hidden;
}
.banner-slider .owl-carousel .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner-slider .owl-carousel .item .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.323);
}
.banner-slider .owl-carousel .item .text {
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  z-index: 1;
}
.banner-slider .owl-carousel .owl-nav {
  opacity: 0;
  transition: 0.5s;
}
.banner-slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px !important;
  background: #f99cb7;
  transform: translateY(-50%);
  font-size: 3em;
  color: white !important;
  opacity: 0.5;
  outline: none;
  border-radius: 0;
  height: unset;
}
.banner-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px !important;
  background: #f99cb7;
  transform: translateY(-50%);
  font-size: 3em;
  color: white !important;
  opacity: 0.5;
  outline: none;
  border-radius: 0;
  height: unset;
}
.banner-slider .owl-carousel:hover .owl-nav {
  opacity: 1;
}

.collection {
  background: url("../pics/collection-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.collection .row a {
  text-decoration: none;
}
.collection .row a:hover span {
  background: #deb235;
}
.collection .ladies-collection {
  background: linear-gradient(to left, #b82b557a, #f99cb671), url("../pics/ladies-collection.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 425px;
  box-shadow: 0 0 20px #f99cb7;
  border-radius: 100px 5px 5px 5px;
}
.collection .mens-collection {
  background: linear-gradient(to left, #b82b55b0, transparent), url("../pics/mens-collection.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  box-shadow: 0 0 20px #f99cb7;
  border-radius: 5px 100px 5px 5px;
}
.collection .boys-collection {
  background: linear-gradient(to left, #b82b557a, #f99cb671), url("../pics/boys-collection.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  box-shadow: 0 0 20px #f99cb7;
  border-radius: 5px 5px 100px 5px;
}
.collection .girls-collection {
  background: linear-gradient(to left, #b82b557a, #f99cb671), url("../pics/girls-collection.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  box-shadow: 0 0 20px #f99cb7;
  border-radius: 5px 5px 5px 100px;
}

section.latest-product .owl-carousel .owl-nav button:hover {
  color: #b82b56;
}
section.latest-product .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-20px, -50%);
  font-size: 25px;
  color: lightgrey;
  padding: 10px;
  outline: none;
}
section.latest-product .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(20px, -50%);
  font-size: 25px;
  color: lightgrey;
  padding: 10px;
  outline: none;
}

section.offer {
  background: linear-gradient(to right, white, transparent), url(../pics/offer-bg.jpg);
  background-position: center;
  background-size: cover;
  height: 300px;
}
section.offer a {
  text-decoration: none;
}
section.offer a:hover h3 {
  color: #b82b56 !important;
}

section.testimonial .owl-carousel .card {
  border: none;
  box-shadow: 0px 0px 20px lightgrey;
  position: relative;
  min-height: 260px;
}
section.testimonial .owl-carousel .card:hover::before {
  width: 100%;
}
section.testimonial .owl-carousel .card:hover::after {
  width: 100%;
}
section.testimonial .owl-carousel .card::before {
  content: "";
  background: #b82b56;
  height: 4px;
  width: 30%;
  right: 0;
  top: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
}
section.testimonial .owl-carousel .card::after {
  content: "";
  background: #b82b56;
  height: 4px;
  width: 30%;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
}
section.testimonial .owl-carousel .card .img-box img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  object-fit: cover;
  padding: 5px;
  border: 2px solid #b82b56;
}
section.testimonial .owl-carousel .card .img-text {
  position: relative;
}
section.testimonial .owl-carousel .card .img-text svg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  color: #f99cb7;
  font-size: 3em;
}

section.appointment {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url(../pics/bg-11.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../pics/bg-11.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
section.appointment .left-side {
  background: #b82b56;
}
section.appointment .left-side .form input {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  height: 40px;
  color: #fff;
}
section.appointment .left-side .form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.color {
  color: #b82b56;
}

section.appointment .left-side .form input::-webkit-input-placeholder {
  color: #fff;
}

section.appointment .left-side .form input:-ms-input-placeholder {
  color: #fff;
}

section.appointment .left-side .form input::-ms-input-placeholder {
  color: #fff;
}

section.appointment .left-side .form input::placeholder {
  color: #fff;
}

section.appointment .left-side .form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.appointment .left-side .form textarea::-webkit-input-placeholder {
  color: #fff;
}

section.appointment .left-side .form textarea:-ms-input-placeholder {
  color: #fff;
}

section.appointment .left-side .form textarea::-ms-input-placeholder {
  color: #fff;
}

section.appointment .left-side .form textarea::placeholder {
  color: #fff;
}

section.appointment .left-side .form button {
  background: rgba(0, 0, 0, 0.781);
  color: #fff;
}

section.appointment .left-side .form button:hover {
  background: #000;
}

section.appointment .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  section.appointment .right-side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
section.appointment .right-side .open-box {
  border: 5px solid #b82b56;
  border-left: 0;
  width: 85%;
  text-align: right;
  position: relative;
}

@media (max-width: 1024px) {
  section.appointment .right-side .open-box {
    width: 90%;
  }
}
section.appointment .right-side .open-box:before {
  content: "";
  background: #b82b56;
  height: 20%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

section.appointment .right-side .open-box:after {
  content: "";
  background: #b82b56;
  width: 5px;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
}

section.appointment .right-side .open-box ul {
  margin-top: 20px;
}

section.appointment .right-side .open-box ul li {
  font-style: italic;
  font-weight: bold;
  font-size: 1.1em;
}

section.appointment .right-side .open-box ul li span {
  display: inline-block;
  width: 200px;
}

section.appointment .right-side .open-box h5 {
  width: 90%;
  margin-left: auto;
}

section.appointment .right-side .open-box .side-btn {
  color: white;
  background: #b82b56;
  text-decoration: none;
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
  transform: translateY(-50%) rotateZ(-90deg);
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.appointment .right-side .open-box .side-btn:hover {
  background: black;
}

.clients {
  background: url(../pics/bg-6.jpg);
  background-size: cover;
  background-position: center;
}

.clients img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px grey;
  transition: 0.5s;
}

.clients .item {
  margin: 10px;
}

.clients img:hover {
  filter: grayscale(1);
}

.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  margin: 0 10px;
}

.owl-carousel .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: #000;
  border: 2px solid white;
}

.owl-carousel .owl-dots .owl-dot:hover:before {
  background: #b82b56;
}

.owl-carousel .owl-dots .active:before {
  background: #b82b56;
}

section.about {
  background: url(../pics/collection-bg.jpg);
  background-size: cover;
}
section.about .row img {
  box-shadow: 0 0 20px lightgrey;
  border-radius: 10px;
  min-height: 350px;
  object-fit: cover;
}

section.parlour-services {
  background: linear-gradient(to right, white, transparent), url(../pics/parlour-service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
section.parlour-services .owl-carousel .item .img-box {
  position: relative;
  z-index: 1;
}
section.parlour-services .owl-carousel .item .img-box img {
  box-shadow: 0 0 20px grey;
}
section.parlour-services .owl-carousel .item .img-box::before {
  position: absolute;
  content: "";
  background: transparent;
  border: 10px solid #b82b56;
  height: 100%;
  width: 100%;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}

.service-list ul li {
  position: relative;
  line-height: 30px;
  background: white;
}
.service-list ul li .text {
  background: white;
  z-index: 2;
  display: inline-block;
  background: white;
  position: relative;
}
.service-list ul li .price {
  float: right;
  position: relative;
  display: inline-block;
}
.service-list ul li .price:before {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.parlour-location {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.5)), url(../pics/offer-bg.jpg);
  background-position: center;
  background-size: cover;
}
.parlour-location .card {
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.parlour-location .card .icon i {
  height: 80px;
  width: 80px;
  display: inline-block;
  border: 1px solid #b82b56;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 1.5em;
  color: #b82b56;
}
.parlour-location .card .icons i {
  height: 40px;
  width: 40px;
  display: inline-block;
  border: 1px solid #b82b56;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #b82b56;
}

.map h4 {
  border-bottom: 2px solid lightgrey;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.products-main-container {
  position: relative;
  padding: 80px 0px 0px;
}

#products {
  width: 100%;
}

.productsdiv {
  padding-top: 50px;
  width: 100%;
}

.filter {
  text-align: center;
}

.filter ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.filter ul li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

.filter ul li a {
  color: #000;
  padding: 10px;
  background: transparent;
  text-decoration: none;
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  width: 137px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.filter ul li a:hover,
.filter ul li a.active,
.filter ul li a:focus {
  background: #b82b56;
  color: #fff;
  text-decoration: none;
}

.filter ul li:last-child {
  border-right: none;
}

.col-25 {
  width: 25%;
  padding: 10px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
  width: 100%;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.products-img {
  position: relative;
  text-align: center;
  width: 100%;
}

.products-img img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}

.products-img .products-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-img:hover .products-overlay {
  opacity: 1;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.products-img h3 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.products-img P {
  color: #fff;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
