/* =========================== */
/* GLOBALS */
/* =========================== */

.button-facebook {
  border-color: #fff;
  background-color: #f700e2 !important;
}

.button:first-of-type {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

nav a.call-button-main:first-of-type {
  color: #fff;
  background: #f700e2 !important;
}

.button-md {
  font-weight: 400;
  letter-spacing: 3px;
  border-radius: 50px;
}

@media only screen and (max-width: 991px) {
  html.rd-navbar-fixed-linked .page {
    padding-top: 0;
  }

  .rd-navbar-fixed .rd-navbar-panel {
    background: rgba(0, 0, 0, 0.9);
  }

  .rd-navbar-fixed .rd-navbar-collapse {
    background-color: transparent;
  }

  .rd-navbar-fixed .rd-navbar-collapse.active {
    background-color: transparent;
    box-shadow: none;
  }

  .header-soc-list .icon {
    border: 1px solid #f700e2;
    border-radius: 50%;
    padding: 10px;
    color: #f700e2 !important;
    background: rgb(247 0 226 / 25%);
    font-size: 2.5rem;
  }

  .header-soc-list .call-button-main {
    display: none;
  }
}

/* =========================== */
/* PRELOADER */
/* =========================== */
.preloader {
  background-color: #000;
}

.preloader .stylist-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.cssload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px;
}

@media only screen and (max-width: 768px) {
  .preloader .stylist-container {
    flex-direction: column;
  }
}

.preloader .profile-img {
  width: 150px;
  height: 150px;
  margin: 25px;
  border: 5px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .preloader .profile-img {
    margin: 100px;
  }
}

.preloader .logo-img {
  width: 200px;
  height: 200px;
  margin: 10px;
  border: 5px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 1rem;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #f700e2;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =========================== */
/* PAGE HEADER */
/* =========================== */

.rd-navbar-static .rd-nav-item {
  display: inline-block;
  border-bottom: 3px solid #f700e2;
  padding: 10px;
}

.rd-navbar-static .header-soc-list .icon {
  color: #f700e2;
}

.rd-navbar-modern.rd-navbar-static * + .rd-navbar-aside-outer {
  margin-left: 25px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
  padding: 25px 0;
  margin: 0 auto;
  max-width: 90%;
}

.rd-navbar-fixed .rd-navbar-panel {
  height: auto;
  padding: 0 4px;
}

.rd-navbar-fixed .mobile-head-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 3rem;
}

.rd-navbar-fixed .mobile-gallery-button {
  background-color: transparent !important;
  letter-spacing: 3px;
  border: none;
  font-size: 1rem;
  padding: 10px 35px;
}

.mobile-gallery-button-container {
  margin: auto;
}

#page-header nav {
  background-color: rgba(0, 0, 0, 0.9);
}

#page-header .icon:hover {
  color: #f700e2;
}

#page-header .call-button {
  background-color: #f700e2;
  color: #fff;
  min-width: fit-content;
  padding: 10px 20px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
}

.rd-navbar-fixed .rd-nav-link {
  padding: 10px 0;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
  margin-top: 0;
}

.rd-navbar-fixed .rd-nav-item {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: 3px solid #f700e2;
  padding: 0px 0 8px;
  width: 250px;
  margin: 10px auto !important;
}

.mobile-nav-logo {
  display: block;
  margin: 50px auto 0;
}

@media only screen and (min-width: 992px) {
  .header-soc-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 576px) {
  nav .mobile-gallery-button {
    display: none;
  }

  .mobile-nav-logo {
    display: none;
  }
}

/* =========================== */
/* HOME */
/* =========================== */

#home {
  min-height: 100vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .bunner-content-modern {
  margin-top: 3rem;
}

#home .main-bunner-img {
  background-position: center;
}

#home .the-braiders {
  margin-top: 1rem;
  display: flex;
}

#home .the-braiders > div {
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#home .profile-img {
  width: 12.5rem;
  margin-right: 1rem;
  border: 5px solid #fff;
  border-radius: 50%;
}

#home hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 15px 15px -15px rgba(247, 0, 227, 0.5);
  max-width: 600px;
  margin: 0;
}

#home h2 {
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 500px;
}

#home .call-button {
  background-color: #f700e2;
  color: #fff;
  margin: 25px 0;
  max-width: fit-content;
}

#home .button-facebook {
  background-color: #323232;
  max-width: fit-content;
  margin: 0;
}

/* =========================== */
/* VIDEO TESTIMONIAL */
/* =========================== */

#video-testimonials {
  padding: 25px 0;
}

#video-testimonials .box-icon-classic {
  padding-bottom: 25px;
}

#video-testimonials .row {
  margin-top: 25px;
}

#video-testimonials hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 15px 15px -15px rgba(247, 0, 227, 0.5);
  max-width: 600px;
  margin: 0 auto;
}

#video-testimonials video {
  box-shadow: 5px 5px 5px 0px rgba(247, 0, 227, 0.75);
  object-fit: cover;
  width: 100%;
}

#video-testimonials .button {
  color: #fff;
  background-color: #f700e2;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

#video-testimonials .button-facebook {
  background-color: #323232;
}

/* =========================== */
/* WEEKLY SPECIAL */
/* =========================== */

#weekly-special .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 600px;
  display: flex;
  align-items: center;
}

#weekly-special .button {
  color: #fff;
  background-color: #f700e2;
}

#weekly-special .button-facebook {
  background-color: #323232;
}

#weekly-special p {
  margin-top: 15px;
}

#weekly-special .button {
  margin-top: 30px;
}

@media only screen and (max-width: 576px) {
  #weekly-special h2 {
    font-size: 2rem;
  }
}

/* =========================== */
/* GALLERY */
/* =========================== */

#gallery {
  padding: 50px 0;
}

#gallery .gallery-item-classic-caption a {
  color: #fff;
  background-color: #f700e2;
}

#gallery .gallery-item-classic-caption a:hover {
  color: #fff;
  background-color: #f700e2;
  box-shadow: 0 0 0 20px rgba(247, 0, 227, 0.3);
}

#gallery .headlines {
  padding: 0 30px;
}

#gallery hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 15px 15px -15px rgba(247, 0, 227, 0.5);
  max-width: 600px;
  margin: 0 auto;
}

#gallery span {
  color: #f700e2;
  font-weight: 600;
}

/* =========================== */
/* ABOUT */
/* =========================== */

.about-section {
  padding: 100px 0;
}

.about-section h2 {
  font-size: 2rem;
}

.about-section .button {
  margin-top: 25px;
}

.about-section .decorative-square::before {
  height: 600px;
}

.about-section .button {
  color: #fff;
  background-color: #f700e2;
  margin: 15px;
}

.about-section .button-facebook {
  background-color: #323232;
}

@media (min-width: 992px) {
  .decorative-square::before {
    content: '';
    position: absolute;
    top: -58px;
    right: -46px;
    width: 488px;
    height: 495px;
    background: rgba(255, 255, 255, 0.15);
    z-index: -1;
  }
}

/* =========================== */
/* ABOUT TOYA */
/* =========================== */

.about-toya {
  background-color: #000;
}

/* =========================== */
/* ABOUT MEIDJIE */
/* =========================== */

.about-meidjie {
  padding-top: 100px !important;
  display: none;
}

.about-meidjie .decorative-square::before {
  height: 600px;
}

.about-meidjie .button {
  color: #fff;
  background-color: #f700e2;
  margin-top: 25px;
}

.about-meidjie .button-facebook {
  background-color: #323232;
}

/* =========================== */
/* FEATURED */
/* =========================== */

#featured hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 15px 15px -15px rgba(247, 0, 227, 0.5);
  max-width: 600px;
  margin: 0 auto;
}

#featured .button-facebook {
  background-color: #323232;
}

/* =========================== */
/* PRICING */
/* =========================== */

.nav-tabs-classic {
  background-color: #000;
}

.nav-tabs-classic .nav-link:hover,
.nav-tabs-classic .nav-link.active {
  color: #f700e2;
  font-weight: 700;
}

#pricing hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 15px 15px -15px rgba(247, 0, 227, 0.5);
  max-width: 600px;
  margin: 0 auto;
}

#pricing .special-discount {
  display: none;
}

#pricing .event-item-modern-text {
  margin-top: 0;
}

#pricing .button {
  color: #fff;
  background-color: #f700e2;
  padding: 10px 20px;
  margin: 10px 0;
  box-shadow: 0px 0px 5px 0px #f700e2;
}

#pricing .event-time {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}

#pricing .event-item-modern-text p {
  color: #f700e2;
}

#pricing .event-item-modern {
  text-align: center;
  margin: 25px 0;
}

#pricing .event-item-modern img {
  width: 600px;
  height: 600px;
  box-shadow: 5px 5px 5px 0px rgb(247 0 227 / 75%);
}

#pricing .button-facebook {
  background-color: #323232;
}

.nav-tabs-classic .nav-link {
  color: #fff;
  padding: 25px 20px;
}

@media only screen and (max-width: 992px) {
  #pricing .event-item-modern img {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 5px 0px rgb(247 0 227 / 75%);
  }
}

/* =========================== */
/* SALON LOCATION SECTION */
/* =========================== */

.salon-section {
  background-color: #000;
  text-align: center;
  padding: 50px 0;
}

#salon hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 15px 15px -15px rgba(247, 0, 226);
  max-width: 600px;
  margin: 0 auto;
}

#salon h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

#salon h4 {
  margin: 25px 0;
}

#salon video {
  max-width: 100%;
  max-height: 600px;
  box-shadow: 5px 5px 5px 0px rgba(255, 255, 255, 0.75);
}

#salon .decorative-square::before {
  height: 600px;
}

#salon ul {
  line-height: 2rem;
}

#salon .call-button {
  background-color: #f700e2;
  color: #fff;
  margin: 25px 0;
  max-width: fit-content;
}

#salon .button-facebook {
  background-color: #323232;
  max-width: fit-content;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .headline-one {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .headline-two {
    display: none;
  }
}

/* =========================== */
/* GOOGLE MAPS */
/* =========================== */

#map {
  height: 600px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

/* =========================== */
/* FOOTER */
/* =========================== */

#footer .col-12 {
  margin-bottom: 25px;
}

#footer ul.social-list {
  margin-bottom: 25px;
  border-top: 3px solid #f700e2;
  border-bottom: 3px solid #f700e2;
}

.footer-minimal {
  background-color: #000;
  padding: 50px 0;
}

.footer-minimal .social-list li {
  margin: 0px 10px;
}

#footer .address,
#footer .rights {
  margin-top: 25px;
}

.casely-group-logo {
  margin-top: 10px;
}

/* =========================== */
/* UI TO TOP */
/* =========================== */

.ui-to-top {
  left: 40px;
}
