/*
*
* Variables
*/
html,
body {
  font-family: "Noto Sans SC", sans-serif;
  overflow-x: hidden;
  color: #353535;
}

.fancy-font,
.fui-btn {
  font-family: "DM Serif Display", serif;
}

.btn-outline-dark {
  padding: 18px 50px;
  font-size: 20px;
  border: 1px solid black;
  color: black;
}
.btn-outline-dark i {
  margin-left: 20px;
}
.btn-outline-dark:hover {
  background-color: #be8e81;
  border-color: #be8e81;
  color: black;
}

.fui-container {
  max-width: 95%;
}
@media (max-width: 1500px) {
  .fui-container {
    max-width: 95% !important;
  }
}
@media (max-width: 768px) {
  .fui-container {
    max-width: 100% !important;
  }
}

.main-header.fixed-header * {
  -webkit-transition: all 0.32s ease;
  transition: all 0.32s ease;
}

.fui-navbar.fui-default-nav.bg-primary .slidedown,
.fui-navbar.fui-default-nav.bg-primary .sideNavbar {
  background-color: #f3efed !important;
}

.fui-navbar {
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 15px;
  -webkit-transition: all 0.32s ease;
  transition: all 0.32s ease;
  background-color: #f3efed !important;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid white;
}
.fui-navbar .fui-brand {
  position: relative;
}
.fui-navbar .fui-brand img {
  max-width: 240px;
  z-index: 10;
}
@media (max-width: 1500px) {
  .fui-navbar .fui-container {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .fui-navbar {
    padding: 15px 10px !important;
  }
  .fui-navbar .fui-brand {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fui-navbar .fui-menu li .nav-link {
    padding: 10px 10px !important;
  }
}
@media (min-width: 768px) {
  .fui-navbar .menu-1 {
    padding-left: 50px !important;
  }
}
.fui-navbar .menu-1 li.nav-item a {
  padding: 10px 25px !important;
}
@media (max-width: 1500px) {
  .fui-navbar .menu-1 li.nav-item a {
    padding: 10px 15px !important;
  }
}
.fui-navbar .menu-1 li:last-child a:after {
  display: none;
}
.fui-navbar .menu-2 {
  margin-left: 25px !important;
}
@media (max-width: 768px) {
  .fui-navbar .menu-2 {
    padding: 15px !important;
    margin: 0 !important;
    margin-top: 15px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
.fui-navbar .menu-2 .fui-btn {
  border: 1px solid #be8e81;
  padding: 15px 40px;
  color: #be8e81;
}
@media (max-width: 768px) {
  .fui-navbar .menu-2 .fui-btn {
    display: block;
    margin-top: 15px;
  }
}
.fui-navbar .menu-2 .fui-btn:hover {
  background-color: #be8e81;
  border-color: #be8e81;
  color: white;
}
.fui-navbar .menu-2 .nav-link {
  text-transform: none !important;
}
.fui-navbar .menu-2 .tel {
  font-size: 28px;
}
.fui-navbar .menu-2 .tel-nav {
  margin-right: 25px !important;
}
.fui-navbar .menu-2 .tel-nav a {
  color: #be8e81 !important;
}
.fui-navbar .menu-2 .tel-nav a i {
  margin-right: 10px;
}
.fui-navbar .fui-menu {
  text-transform: uppercase;
}
.fui-navbar .fui-menu .nav-link {
  padding: 5px 10px !important;
  color: black !important;
  font-weight: 500;
  background: transparent !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
}
@media (max-width: 768px) {
  .fui-navbar .fui-menu .nav-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.fui-navbar .fui-menu .nav-link:hover {
  color: #be8e81 !important;
}
.fui-navbar .fui-menu .active .nav-link {
  color: #be8e81 !important;
  font-weight: 600 !important;
}
.fui-navbar .fui-menu .btn-link {
  margin-left: 25px !important;
  border: none !important;
}
.fui-navbar .fui-menu .btn-link .fui-btn {
  font-size: 18px;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 12px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#be8e81), to(#f3efed));
  background-image: linear-gradient(to top, #be8e81, #f3efed);
  color: white;
}
.fui-navbar .fui-menu .btn-link .fui-btn strong {
  display: block;
  font-size: 14px;
}
.fui-navbar .fui-menu .btn-link .fui-btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#f3efed), to(#be8e81));
  background-image: linear-gradient(to right, #f3efed, #be8e81);
}
.main-header.fixed-header .fui-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  animation: topToBottom ease 2s;
  -webkit-animation: topToBottom ease 2s;
  -moz-animation: topToBottom ease 2s;
  -o-animation: topToBottom ease 2s;
  -ms-animation: topToBottom ease 2s;
  z-index: 1200;
  -webkit-filter: drop-shadow(0px 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0 4px rgba(0, 0, 0, 0.2));
}
.main-header.fixed-header .fui-brand::after {
  left: -45px !important;
}

section.main-hero {
  min-height: 100vh;
}
section.main-hero .fui-container {
  padding: 100px 15px;
  position: relative;
}
@media (max-width: 768px) {
  section.main-hero .fui-container {
    text-align: center;
    padding: 50px 15px;
  }
}
section.main-hero .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.main-hero .row .main-title {
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-family: "DM Serif Display", serif;
}
@media (max-width: 768px) {
  section.main-hero .row .main-title {
    font-size: 40px;
  }
}
section.main-hero .row .sub-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  section.main-hero .row .sub-title {
    font-size: 16px !important;
    letter-spacing: 0;
  }
}
section.main-hero .row .link {
  margin-top: 40px;
}
section.main-hero .row .fui-btn {
  padding: 18px 50px;
  font-size: 20px;
  border: 1px solid black;
  color: black;
}
section.main-hero .row .fui-btn i {
  margin-left: 20px;
}
section.main-hero .row .fui-btn:hover {
  background-color: #be8e81;
  border-color: #be8e81;
}
section.main-hero .row .info-col {
  padding-bottom: 100px;
}
section.main-hero .row .info-col .content {
  max-width: 600px;
}
@media (max-width: 768px) {
  section.main-hero .row .img-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 25px;
  }
  section.main-hero .row .img-col img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
section.main-hero .row .img-col img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

section.about {
  padding: 100px 15px;
  background-position: top right;
}
section.about .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.about .img-col img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  section.about .info-col {
    padding-top: 40px;
    text-align: center;
  }
}
section.about .info-col .content {
  max-width: 600px;
}
section.about .info-col .content img {
  max-width: 200px;
  width: 100%;
}
section.about .info-col .content .info-p {
  margin-top: 25px;
  margin-bottom: 40px;
  line-height: 1.5;
}
section.about .info-col .content .info-p p {
  font-weight: 500;
}

section.our-services {
  padding: 80px 15px;
}
@media (max-width: 768px) {
  section.our-services {
    padding-bottom: 0;
  }
}
section.our-services .sub-title {
  text-align: center;
  color: #be8e81;
}
section.our-services .main-title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section.our-services .main-title {
    font-size: 28px;
  }
}
section.our-services .fui-container {
  max-width: 1200px;
}
section.our-services .single-service {
  margin-bottom: 40px;
  border-bottom: 1px solid #be8e81;
}
@media (min-width: 768px) {
  section.our-services .single-service:nth-child(3n) .card {
    border-right: none;
  }
  section.our-services .single-service:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  section.our-services .single-service:last-child {
    border: none;
  }
}
section.our-services .single-service .card {
  padding: 25px 15px;
  margin-bottom: 40px;
  border-right: 1px solid #be8e81;
}
@media (max-width: 768px) {
  section.our-services .single-service .card {
    padding: 15px;
    border: none;
  }
}
section.our-services .single-service .title {
  color: #be8e81;
  margin-bottom: 5px;
  font-size: 34px;
}
section.our-services .single-service .info {
  margin-bottom: 25px;
  font-weight: 500;
}
section.our-services .single-service .link a {
  color: black;
  font-weight: 600;
}
section.our-services .single-service .link a i {
  margin-left: 15px;
}

section.our-stylists {
  padding: 100px 15px;
  border-top: 1px solid #be8e81;
}
@media (max-width: 768px) {
  section.our-stylists {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  section.our-stylists .info-col {
    padding-bottom: 40px;
    text-align: center;
  }
}
section.our-stylists .info-col .content {
  max-width: 700px;
  margin: 0 auto;
}
section.our-stylists .info-col .main-title {
  color: #be8e81;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 60px;
}
@media (max-width: 768px) {
  section.our-stylists .info-col .main-title {
    font-size: 40px;
  }
}
section.our-stylists .info-col .sub-p {
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #be8e81;
  padding-bottom: 15px;
}
section.our-stylists .info-col .info-p p {
  line-height: 1.6;
  font-size: 18px;
}
@media (max-width: 768px) {
  section.our-stylists .img-col {
    text-align: center;
  }
}
section.our-stylists .img-col .content {
  max-width: 600px;
}
section.our-stylists .img-col .img {
  border: 1px solid #be8e81;
  padding-top: 25px;
  margin: 0 auto;
}
section.our-stylists .img-col .img img {
  display: block;
  margin-left: -25px;
  margin-bottom: -25px;
  width: 100%;
}
section.our-stylists .img-col .details {
  padding-top: 50px;
}
section.our-stylists .img-col .details .title {
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 5px;
}
section.our-stylists .img-col .details .name {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

section.our-team .fui-container {
  max-width: 80%;
}
section.our-team .col {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media (max-width: 992px) {
  section.our-team .col {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media (max-width: 768px) {
  section.our-team .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
section.our-team .card {
  margin-bottom: 20px;
  padding: 15px;
}
@media (max-width: 992px) {
  section.our-team .card {
    margin-bottom: 0;
  }
}
section.our-team .card .img {
  border: 1px solid #be8e81;
  padding-top: 15px;
  margin: 0 auto;
}
section.our-team .card .img img {
  display: block;
  margin-left: -15px;
  margin-bottom: -15px;
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.our-team .card .details {
  padding-top: 40px;
}
section.our-team .card .details .title {
  color: #be8e81;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
}
section.our-team .card .details .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
section.our-team .card .details .info-p {
  text-align: justify;
  font-size: 14px;
}

section.cta {
  padding-top: 500px;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  section.cta {
    padding: 15px;
    padding-top: 150px;
  }
}
section.cta .main-title {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 70px;
  color: white;
  font-weight: 300;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  section.cta .main-title {
    font-size: 40px;
  }
}

section.stats {
  padding: 50px 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
section.stats .fui-container {
  max-width: 1200px;
}
section.stats .number {
  font-size: 100px;
  font-weight: 900;
  font-family: "DM Serif Display", serif;
}
section.stats .text {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  padding-left: 10px;
}
@media (max-width: 768px) {
  section.stats .text {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  section.stats .text br {
    display: none;
  }
}

.bg {
  background-size: contain;
  background-position: bottom left;
}

section.reviews {
  padding: 50px 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
section.reviews .fui-container {
  max-width: 1200px;
}
section.reviews .single-col .card {
  padding: 25px;
}
section.reviews .single-col .stars {
  color: gold;
  margin-bottom: 15px;
}
section.reviews .single-col .comment {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
section.reviews .single-col .name {
  font-size: 18px;
  font-weight: 600;
}

section.map iframe {
  width: 100% !important;
  height: 500px;
  border: none;
  display: block;
}

section.newsletter {
  background-color: #f3efed;
  padding: 80px 15px;
  text-align: center;
}
section.newsletter .sub-title {
  font-size: 24px;
  color: #be8e81;
}
section.newsletter .main-title {
  margin-bottom: 50px;
}

footer.main-footer {
  border-top: 1px solid white;
  background-color: #f3efed;
  padding-top: 50px;
}
footer.main-footer .single-col {
  padding: 50px;
  padding-top: 50px;
  border-right: 1px solid white;
}
@media (max-width: 768px) {
  footer.main-footer .single-col {
    text-align: center;
  }
}
footer.main-footer .single-col .content {
  max-width: 400px;
  margin: 0 auto;
}
footer.main-footer .single-col:last-child {
  border: none;
}
@media (max-width: 768px) {
  footer.main-footer .single-col {
    padding: 15px;
    padding-bottom: 25px;
    border: none;
  }
}
footer.main-footer .single-col .title {
  font-size: 24px;
  margin-bottom: 25px;
  font-family: "DM Serif Display", serif;
}
footer.main-footer .single-col ul li {
  margin-bottom: 15px;
}
footer.main-footer .about-col {
  text-align: center;
}
@media (max-width: 768px) {
  footer.main-footer .about-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 15px 25px;
  }
}
footer.main-footer .about-col .content {
  max-width: 500px;
}
footer.main-footer .about-col img {
  max-width: 350px;
  width: 100%;
}
footer.main-footer .about-col .info-p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.5;
}
footer.main-footer .about-col .social-links a {
  color: black;
  margin-right: 15px;
  font-size: 20px;
}
footer.main-footer .single-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  footer.main-footer .single-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer.main-footer .single-item strong {
  max-width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  footer.main-footer .single-item strong {
    margin-bottom: 15px;
  }
}
footer.main-footer .single-item span {
  max-width: 300px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
@media (max-width: 768px) {
  footer.main-footer .single-item span {
    text-align: center;
  }
}
footer.main-footer .single-item a {
  color: black;
}
footer.main-footer .single-item + .title {
  margin-bottom: 15px;
}
footer.main-footer .bottom-info {
  border-top: 1px solid white;
  text-align: center;
  color: #949494;
  padding: 25px 15px;
}
footer.main-footer .bottom-info p {
  max-width: 1350px;
  margin: 0 auto;
}