html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
}

/*header*/

@media (min-width:768px) {
  header {
    padding-bottom: 120px;
  }
}

header .navbar {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.navbar.scrolled {
  background-color: #fff;
  padding: 0.5rem;
}

.navbar.scrolled .nav-link, .navbar.scrolled .btn.dropdown-toggle {
  color: #000;
}

.nav-link {
  color: #000;
}

.nav-link:hover {
  color: #2FBDA0;
}

.navbar.scrolled .nav-link:hover {
  color: #2FBDA0;
}

@media (min-width:768px) {
  header .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

header .navbar .navbar-logo {
  font-weight: bold;
  color: inherit;
}

header .navbar .navbar-logo:hover {
  color: #f0f0f0;
}

header .navbar .navbar-collapse {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: .5rem;
}

@media (min-width:768px) {
  header .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
}

header .navbar .navbar-nav a.active {
  background: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  header .navbar-nav .nav-link {
    padding-left: .7rem;
    padding-right: .7rem;
  }
}

@media (min-width: 992px) {
  header .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

header .navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

header .navbar .dropdown-menu .dropdown-item:focus, header .navbar .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

header .navbar .dropdown-menu .dropdown-item:focus, header .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}

header .action-button, header .action-button:not(.disabled):active {
  border: 1px solid #FFECAB;
  background-color: #FFECAB;
  color: #000;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  margin: 0 auto;
  background: transparent;
  transition: background-color 0.25s;
  outline: none;
}

header .action-button:hover {
  color: #fff;
}

header .hero {
  margin-top: 20px;
  text-align: center;
}

.hero img {
  width: 100%;
}

@media (min-width:768px) {
  header .hero {
    margin-top: 60px;
    text-align: left;
  }
}

header .hero h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:992px) {
  header .hero h1 {
    margin-top: 100px;
    margin-bottom: 24px;
    line-height: 1.2;
  }
}

.navbar-expand .navbar-nav {
  float: right;
  width: auto;
}


/*footer*/

.footer-dark {
  padding: 50px 0;
  color: #fff;
  background-color: #E9EFF3;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

footer h2 {
  color: #2fbda0;
  font-weight: 800;
}

footer h2 span {
  color: #000;
  font-weight: 200;
}

footer div {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.social a {
  background-color: #C7A841;
  border-radius: 50%;
  width: 50px;
  display: inline-block;
  height: 50px;
}

.social img {
  margin-top: 13px;
  text-align: center;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

header .navbar .navbar-collapse {
  float: right;
  display: block !important;
}

.navbar-logo {
  padding: 0;
}

.logo {
  margin: 0;
}

.navbar h1.logo {
  background-image: url("../img/logo.png");
  background-size: contain;
  height: auto;
  display: block;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
}

.icon.ion-home {
  font-size: 18pt;
  display: contents;
}

.nav-link.active {
  color: #2FBDA0 !important;
}

.nav-item.langdd {
  position: relative;
}

.phone {
  color: #000;
  text-align: right;
  margin-right: 15px;
  display: block;
}

.phone i {
  margin-right: 8px;
}

.phone.mobile {
  display: none;
}

@media (max-width:768px) {
  .phone {
    display: none;
  }

  .phone.mobile {
    display: block;
  }
}

.dropdown-menu {
  padding-left: 10px;
}

.btn.dropdown-toggle {
  color: #000;
}

.btn.btn-primary.btn-lg {
  padding: 15px 30px;
  min-width: 220px;
  background: #FFECAB;
  border: 1px solid #FFECAB;
  border-radius: 15px;
  margin-top: 0px;
  position: relative;
  display: block;
  margin-top: 50px;
  transition: transform .2s;
}

.btn.btn-primary.btn-lg:hover {
  background: #fff;
  color: #000;
}

.btn-primary {
  margin-top: 30px;
  color: #000;
  background-color: #FFECAB;
  border-color: #FFECAB;
  border-radius: 10px;
  padding: 10px 20px;
  transition: transform .2s;
}

.btn-primary:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -ms-transform: scale(1.05);
 /* IE 9 */
  -webkit-transform: scale(1.05);
 /* Safari 3-8 */
  transform: scale(1.05);
}

header .hero {
  margin-top: 0;
  padding-top: 80px;
}

header .hero h1 {
  font-size: 42pt;
  color: #2FBDA0;
  font-weight: 800;
  line-height: 1;
}

header .hero h1 span, header .hero h1 small {
  color: #000;
  font-weight: 200;
  font-size: 29pt;
}

header .hero h1 small {
  font-size: 18pt;
}

section {
  margin: 100px 0;
}

section h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #1075BD;
}

#contact, #contact .row {
  margin: 0;
}

#contact .col-md-6 {
  padding: 0;
}

#contact .map {
  min-height: 500px;
  background-image: url("../img/map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-dark {
  color: #000;
}

.footer-dark .item.social > a {
  box-shadow: 0 0 0 1px #000;
}

.footer-dark .item.social > a {
  color: #000;
}

.social i {
  font-size: 20pt;
  color: #fff;
  padding-top: 10px;
}

/**/

@media screen and (min-width:767px) {
  #menuToggle input {
    display: none;
  }
}

@media screen and (max-width:767px) {

  nav input[type=checkbox] {
    display: block;
  }

  section {
    margin: 50px 0;
  }

  .navbar-logo {
    margin: 0 auto;
  }

  #menuToggle {
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
    line-height: 1;
  }

  #menuToggle a:hover {
    color: tomato;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }

  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }

  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-child(3) {
    transform: rotate(-45deg) translate(-7px, 3px);
  }

  #menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #E9EFF3;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  #menu li {
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
  }

  .btn.dropdown-toggle {
    color: #000;
    width: 100%;
    text-align: left;
  }

  #menuToggle input:checked ~ ul {
    transform: none;
  }

  header .hero h1 {
    font-size: 30px;
  }

  .hero h2 {
    font-size: 18pt;
    line-height: 1.5;
  }

  .btn.btn-primary.btn-lg {
    padding: 10px 25px;
    min-width: 200px;
    margin-bottom: 30px;
  }

  .btn-primary {
    width: 100%;
    margin-bottom: 30px;
  }

  .news {
    clip-path: none;
    border-radius: 0;
  }
}

img.round {
  width: 100%;
  border-radius: 15px;
}

.menu .row {
  margin-bottom: 30px;
}

/*home services*/

#services {
  background-color: #8A8267;
  color: #fff;
  margin: 0;
  padding-top: 70px;
}

#services h2 {
  color: #FFECAB;
  font-weight: bold;
}

#services h2 span {
  color: #fff;
  font-weight: 200;
}

#services .roundb {
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin-top: 30px;
  margin-bottom: 0 !important;
}

#services .col-md-4 img {
  margin-bottom: 20px;
}

#services h4 {
  font-weight: 500;
}

.readm {
  color: #FFECAB;
  margin-top: 10px;
  display: block;
}

.readm:hover {
  text-decoration: none !important;
  color: #fff;
}

.readm i {
  padding-left: 10px;
}

/*home promo*/

#promo {
  background-image: url('../img/promo.jpg');
  background-size: cover;
  margin: 0;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}

.promo {
  font-weight: 800;
  color: #fff;
  font-size: 60pt;
}

#promo .btn.btn-primary {
  background-color: #000;
  box-shadow: none;
  border: 1px solid #000;
  color: #fff;
  border-radius: 15px;
  margin-top: 10px;
}

#promo .btn.btn-primary:hover {
  background-color: #fff;
  color: #000;
}

/*home whyus*/

#whyus {
  background-image: url('../img/whyus.jpg');
  background-size: cover;
  margin: 0;
  padding: 100px 0;
}

#whyus h2 {
  color: #2fbda0;
  font-weight: 800;
}

#whyus h2 span {
  color: #000;
  font-weight: 200;
}

#whyus .ft {
  margin-top: 25px;
}

#whyus .ft img {
  margin-right: 30px;
}

#whyus h3 {
  color: #000;
  margin-bottom: 0;
  font-size: 18pt;
  line-height: 1.2;
}

#whyus h3 span {
  font-weight: 200;
}

/*home contact*/

#contact .info {
  background-image: url('../img/contact.jpg');
  background-size: cover;
  text-align: center;
  padding: 70px 30px;
}

.home #contact .info {
  background-image: url('../img/contact-home.jpg');
}

#contact h2 {
  font-weight: 800;
}

#contact h2 span {
  font-weight: 200;
}

input, textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 10px;
  border: none;
  max-width: 400px;
}

form {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 50px;
}

input.submit {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  max-width: 200px;
}

input.submit:hover {
  background-color: #fff;
  color: #000;
}

/*totop*/
#totop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#totop:hover {
  background-color: #555;
}


/**/

@media (max-width:767px) {
  #services .roundb {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 30px !important;
  }

  #services .col-md-4 {
    text-align: center;
  }

  .promo {
    font-size: 30pt;
  }

  #whyus {
    background-image: none;
  }

  .row.ft {
    margin: 10px 0;
    margin-top: 10px;
  }
}

.headerimg-2b {
  display: none;
}

@media (min-width:767px) and (max-width:1200px) {
  .headerimg {
    display: none;
  }

  .headerimg-2b {
    display: block;
  }

  header .hero h1 {
    font-size: 26pt;
  }

  header .hero h1 span, header .hero h1 small {
    font-size: 18pt;
  }

  header .hero h1 small {
    font-size: 14pt;
  }

  .btn.btn-primary.btn-lg {
    padding: 15px 5px;
    min-width: unset;
  }
}



/*pages*/

.page header .navbar {
  background-color: rgba(255,255,255,0.7);
}

.page header .navbar.scrolled {
  background-color: #fff;
}

header {
  padding-bottom: 50px;
  background-size: cover;
}

.page header .hero h1 {
  margin-bottom: 10px;
}

.page h2 {
  font-weight: 800;
}

.page h2 span {
  font-weight: 200;
}

.page header p {
  color: #fff;
  font-size: 14pt;
}

section .page {
  margin: 50px 0;
}

.table td.price {
  vertical-align: middle;
  text-align: right;
}

.table tr:last-child td {
  border: none;
}

.page .table td {
  border-top: none;
  border-bottom: 3px dotted #ccc;
  padding: 15px 0;
  font-size: 10pt;
}

.page .table td:nth-child(2) {
  padding-left: 10px;
  min-width: 70px;
}

.page ul {
  padding: 0;
  margin-left: 15px;
}

.table td.price {
  vertical-align: middle;
}

.row .row {
  margin: 0;
}

/*contact*/

.about header {
  background-image: url(../../assets/img/about-header.jpg);
}

.about-contact .promo {
  font-size: 26pt;
}

.about-contact a {
  color: #fff;
  margin-right: 30px;
}

.about-contact i {
  color: #000;
  margin-right: 10px;
}

/*contact*/

.contact header {
  background-image: url(../../assets/img/contact-header.jpg);
}

.box {
  margin-bottom: 50px;
}

.gold {
  color: #C7A841;
}

.box ul {
  padding: 0;
}

.box li {
  list-style: none;
}

.box i {
  color: #C7A841;
}

.contact #info img {
  max-width: 100%;
}

.contact #contact .info {
  width: 100%;
}

/*career*/
.career header {
  background-image: url(../../assets/img/career-header.jpg);
}

.career #info img {
  max-width: 100%;
}

@media screen and (max-width:767px) {
  .career #info img {
    display: none;
  }
}

/*nails*/
.nails header {
  background-image: url(../../assets/img/nails-header.jpg);
}

.nails header p {
  color: #000;
}

/*hair*/
.hair header {
  background-image: url(../../assets/img/hair-header.jpg);
}

.page header p {
  color: #000;
}
/*eyelash*/
.eyelash header {
  background-image: url(../../assets/img/eyelash-header.jpg);
}

.page header p {
  color: #000;
}
/*background*/
.whitening header {
  background-image: url(../../assets/img/whitening-header.jpg);
}

.page header p {
  color: #000;
}
/*waxing*/
.waxing header {
  background-image: url(../../assets/img/waxing-header.jpg);
}

.page header p {
  color: #000;
}
/*ionzyme*/
.ionzyme header {
  background-image: url(../../assets/img/ionzyme-header.jpg);
}

.page header p {
  color: #000;
}

/*about gallery*/

.slides {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 50px;
  position: relative;
}

.slides p {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 30px;
}

.thumb {
  margin-top: 30px;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 52%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff !important;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}