/*

TemplateMo 571 Hexashop

https://templatemo.com/tm-571-hexashop

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

@font-face {
    font-family: 'Inka A Display';
    src: url('../fonts/InkaADisplay-Bold.woff2') format('woff2'),
        url('../fonts/InkaADisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lucia BT';
    src: url('../fonts/LuciaBT-Regular.woff2') format('woff2'),
        url('../fonts/LuciaBT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Transcend';
    src: url('../fonts/TranscendRegular.woff2') format('woff2'),
        url('../fonts/TranscendRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {

  --primary: #ebd86b;
  --secondary: #d0aa4a;

  --text-white: #ffffff;
  --text-black: #050404;

  --bg-body: #0c0c0c;

}

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

@font-face {
    font-family: 'Maginia';
    src: url('../fonts/Maginia-Regular.woff2') format('woff2'),
        url('../fonts/Maginia-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


.column-left{
	width: 72px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.border-bottom-light {
    border-bottom: 2px solid var(--text-green);
}
.border-top-light {
  border-top: 2px solid var(--text-green);
}


html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 16px;
  background: var(--bg-body);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: var(--text-white);
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #7b8448;
}

::-moz-selection {
  background: #7b8448;
  color: #2a2a2a;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.color-gold a {
  font-size: 18px;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 600;
  transition: all .3s;
  background: var(--yellow);
}
.color-gold a:hover{
  background: #000 !important;
}
.text-dark-gold{
    color: #7b8448 !important;
}


.main-white-button a {
  font-size: 13px;
  color: #feffe2;
  background-color: #d9dd7a;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #feffe2;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h2 {
    font-size: 45px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 10px;
    line-height: 55px;
    text-transform: capitalize;
    text-align: center;
    width: -moz-fit-content;
    margin: 0;  
}

.section-heading span {
  font-family: 'Lucia BT';
  font-weight: 500;
  font-size: 75px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  border-bottom: none !important;
  background-color: #7b8448;
  height: 100px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  /*padding: 15px 0;*/
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff !important;
}
img.logo-img {

  position: relative;
}
.background-header .main-nav .nav li:hover a {
  color: #2a2a2a!important;
}

.background-header .nav li a.active {
  color: #2a2a2a!important;
}

.header-area {
  box-shadow: none;
  position: relative;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 100;
  padding: 0;
  border-bottom: solid 2px var(--primary);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  box-shadow:rgb(0 0 0 / 19%) 0px 0px 10px 0px;
  background: rgb(80,80,80);
  background: radial-gradient(circle, rgba(80,80,80,1) 0%, rgba(5,4,4,1) 100%);
}
/*
.header-area .main-nav:before {
  content: "";
  background: #fff;
  width: 15vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
*/ 

.header-area .main-nav .logo {
  width: 20%;
  color: #7b8448;
  font-size: 28px;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 90px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 45px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 35px;
  line-height: 35px;
  border: transparent;
  letter-spacing: 1px;
  padding: 0 10px;
  border-radius: 5px;
}

.header-area .main-nav .nav li a {
    color: var(--text-white);
   font-weight: 600;
   transition: all .3s ease-in-out;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    opacity: 1;
    font-weight: bold;
    color: var(--text-black) !important;
    background: rgb(208,170,74);
    background: linear-gradient(45deg, rgba(208,170,74,1) 0%, rgba(235,216,107,1) 51%, rgba(208,170,74,1) 100%);
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  	color: var(--text-green) !important;
    opacity: 1;
    border-bottom: 2px solid var(--text-green);
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #7b8448;
  color: #beaf90 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
    display: block;
    position: absolute;
    top: 25px;
    width: 45px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 15px;
    display: none;
    background: var(--primary);
    border-radius: 5px;
}

.background-header .main-nav .menu-trigger {
  top: 30px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--text-black);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 8px;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--second);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--text-black);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--neon);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 19px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 90%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: var(--text-black);
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: var(--text-black);
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-in-out;
}
.header-area.header-sticky img.logo-img {
  height: 80px;
}
.header-area.header-sticky .main-nav .nav {
  margin-top: 30px;
}
.header-area .nav {
  margin-top: 30px;
}


.main-banner {
   position: relative;
}
.main-banner .left-content .thumb {
  position: relative;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
}



@media (min-width: 767px) {

  .background-header .nav {
    margin-top: 30px !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.overlay-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  font-family: 'Lato', sans-serif;
  color: var(--text-white);
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.main-banner .left-content .inner-content h4 span {
  display: block;
  font-family: 'Transcend';
  font-size: 92px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
}
.main-banner .left-content .inner-content p {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: 400;
  display: block;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin: 0 auto !important;
  display: block;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: var(--primary);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

a.btn-social {
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    transform: scale(1);
    transition: all .3s ease-in-out;
    line-height: 38px;
    padding: 0 15px;
    margin: 10px auto;
}
a.btn-social:hover {
  transform: scale(1.1);
  color: #fff;
}
a.btn-social i {
  margin-right: 10px;
}
a.btn-social.insta {
  background: url(../images/bg-insta.jpg) no-repeat center;
  background-size: 100%;
}
a.btn-social.face {
  background: #1B76F2;
}

a.btn-social.google {
  background: #EA4335;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background:url(../images/bg-logo-01.jpg) no-repeat center bottom;
  background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.main-banner .right-content .right-first-image .thumb:hover .inner-content {
  opacity: 0;
  visibility: hidden;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content .inner-content{
  display: none !important;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: var(--text-black) !important;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  padding: 0px 20px;
  margin-bottom: 20px;
  color: var(--text-black) !important;
  font-size: 18px;
}



/*
---------------------------------------------
Men
---------------------------------------------
*/
.about-contact {
  background: #111;
  position: relative;
}
.about-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-menu.jpg) no-repeat center top;
  background-size: 150%;
}

#menu-specialties .section-heading,
#menu-services .section-heading,
#menu-gallery .section-heading {
  margin-bottom: 50px;
}

#menu-specialties,
#menu-services,
#menu-gallery,
#menu-about,
#subs,
#salon-policies {
  padding: 70px 0;
  position: relative;
}

#menu-about {
  position: relative;
  background: transparent;
}
#menu-about:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 20px;
  background: rgb(208, 170, 74);
  background: radial-gradient(circle, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 50%, rgba(208, 170, 74, 1) 100%);
}
#menu-about .b_3d div:nth-child(1) {
  background: var(--text-white);
  color: var(--text-black);
}
#menu-about .b_3d div:nth-child(4) {
  background: var(--text-white);
  color: var(--text-black);
}

#menu-specialties {
  position: relative;
  background: rgb(80, 80, 80);
  background: radial-gradient(circle, rgba(80, 80, 80, 1) 0%, rgba(5, 4, 4, 1) 100%);
}
#menu-specialties .container {
  position: relative;
}
#menu-specialties:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 20px;
  background: rgb(208, 170, 74);
  background: radial-gradient(circle, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 50%, rgba(208, 170, 74, 1) 100%);
}

#menu-specialties h2 {
  color: var(--primary);
}
#menu-gallery {
  position: relative;
  background: rgb(80, 80, 80);
  background: radial-gradient(circle, rgba(80, 80, 80, 1) 0%, rgba(5, 4, 4, 1) 100%);
  z-index: 2;
}

#menu-gallery h2 {
  color: var(--primary);
}
/*
#menu-specialties .col-lg-4:before {
  content: "";
  background: #fff;
  position: absolute;
  left: -50%;
  top: -70px;
  width: 100vw;
  height: 100vh;
}
*/


#menu-gallery p,
#menu-specialties p {
  position: relative;
  text-align: center;
  font-size: 18px;
}
#menu-specialties .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #7b8448;
}
#menu-specialties .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}
#menu-specialties .item .down-content span {
  font-size: 18px;
  color: #7b8448;
  font-weight: 500;
  display: block;
}

#menu-specialties .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}
#menu-specialties .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}
#menu-specialties .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
#menu-specialties .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#menu-specialties .item .thumb {
  position: relative;
  background: rgb(208, 170, 74);
  background: linear-gradient(45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
  border-radius: 10px;
  padding: 5px;
}
#menu-specialties .item img {
  border-radius: 5px;
}
#menu-specialties .item .thumb a {
  cursor: pointer;
}
#menu-specialties .item .overlay {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    color: #f1f1f1;
    width: 100%;
    height: 100px;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
}
#menu-specialties .item .thumb:hover .overlay {
  opacity: 1;
  bottom: 0;
}
#menu-specialties .item .meta {
  margin: auto;
}
#menu-specialties .item .meta a {
    display: inline-block;
    margin: 3px;
    width: 40px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text-black);
    transition: all .2s ease;
    background: rgb(208,170,74);
    background: linear-gradient(45deg, rgba(208,170,74,1) 0%, rgba(235,216,107,1) 51%, rgba(208,170,74,1) 100%);
}
#menu-specialties .item .meta a:hover {
  color: var(--text-black);
  background: rgb(208,170,74);
  background: linear-gradient(-45deg, rgba(208,170,74,1) 0%, rgba(235,216,107,1) 51%, rgba(208,170,74,1) 100%);
}

#menu-specialties .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#menu-specialties .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #7b8448;
}


#menu-specialties .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(10px);
}

#menu-specialties .owl-dots {
  display: none;
}
    
#menu-specialties .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  outline: none;
}

#menu-specialties .owl-nav .owl-prev span,
#menu-specialties .owl-nav .owl-next span {
  opacity: 0;
}

#menu-specialties .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: var(--text-black);
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 5px;
  border-radius: 100%;
  transition: all .3s ease;
  background: rgb(208,170,74);
  background: linear-gradient(-45deg, rgba(208,170,74,1) 0%, rgba(235,216,107,1) 51%, rgba(208,170,74,1) 100%);
}
#menu-specialties .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

#menu-specialties .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

#menu-specialties .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -5.5%;
}

#menu-specialties .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: var(--text-black);
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 5px;
  border-radius: 100%;
  transition: all .3s ease;
  background: rgb(208,170,74);
  background: linear-gradient(45deg, rgba(208,170,74,1) 0%, rgba(235,216,107,1) 51%, rgba(208,170,74,1) 100%);
}
#menu-specialties .owl-nav .owl-prev:hover:before {
  background: rgb(208,170,74);
  background: linear-gradient(45deg, rgba(208,170,74,1) 0%, rgba(235,216,107,1) 51%, rgba(208,170,74,1) 100%);
}
#menu-specialties .owl-nav .owl-next:hover:before {
  background: rgb(208,170,74);
  background: linear-gradient(-45deg, rgba(208,170,74,1) 0%, rgba(235,216,107,1) 51%, rgba(208,170,74,1) 100%);
}


/*
---------------------------------------------
Women
---------------------------------------------
*/
#menu-services {
  background-color: #111;
  position: relative;
}
#menu-services:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-menu.jpg) no-repeat center top;
  background-size: 150%;
}
#menu-services:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 20px;
  background: rgb(208, 170, 74);
  background: radial-gradient(circle, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 50%, rgba(208, 170, 74, 1) 100%);
}
#menu-services .box-service img {
  border-radius: 10px;
}

/*
---------------------------------------------
Kids
---------------------------------------------
*/

/*
#menu-gallery .col-lg-4:before {
  content: "";
    background: #fff;
    position: absolute;
    right: -50%;
    top: -70px;
    width: 100vw;
    height: 100vh;
}
*/
#menu-gallery .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
#menu-gallery .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#menu-gallery .item .thumb {
  position: relative;
  background: rgb(208, 170, 74);
  background: linear-gradient(45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
  border-radius: 10px;
  padding: 5px;
}
#menu-gallery .item img {
  border-radius: 5px;
}
#menu-gallery .item .thumb a {
  cursor: pointer;
}
#menu-gallery .item .overlay {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    color: #f1f1f1;
    width: 100%;
    height: 100px;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
}
#menu-gallery .item .thumb:hover .overlay {
  opacity: 1;
  bottom: 0;
}
#menu-gallery .item .meta {
  margin: auto;
}
#menu-gallery .item .meta a {
    display: inline-block;
    margin: 3px;
    width: 40px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text-black);
    transition: all .2s ease;
    background: rgb(208, 170, 74);
    background: linear-gradient(45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
}
#menu-gallery .item .meta a:hover {
  background: rgb(208, 170, 74);
    background: linear-gradient(-45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
}


#menu-gallery .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#menu-gallery .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #7b8448;
}

#menu-gallery .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(10px);
}

#menu-gallery .owl-dots {
  display: none;
}
    
#menu-gallery .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  outline: none;
}

#menu-gallery .owl-nav .owl-prev span,
#menu-gallery .owl-nav .owl-next span {
  opacity: 0;
}

#menu-gallery .owl-nav .owl-prev:before {
  display: inline-block;
    font-family: 'FontAwesome';
    color: var(--text-black);
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 5px;
    border-radius: 100%;
    transition: all .3s ease;
    background: rgb(208, 170, 74);
    background: linear-gradient(-45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
}

#menu-gallery .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -5.5%;
}

#menu-gallery .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: var(--text-black);
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 5px;
  border-radius: 100%;
  transition: all .3s ease;
  background: rgb(208, 170, 74);
  background: linear-gradient(45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
}
#menu-gallery .owl-nav .owl-prev:hover:before {
  background: rgb(208, 170, 74);
  background: linear-gradient(45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
}
#menu-gallery .owl-nav .owl-next:hover:before {
  background: rgb(208, 170, 74);
  background: linear-gradient(-45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
}


/*
---------------------------------------------
Explore
---------------------------------------------
*/

.section_about .left-content {
    margin-right: 20px;
    text-align: justify;
}

.section_about h4 {
  color: var(--text-white);
  font-weight: 600;
  font-size: 17px;
  margin-top: 20px;
}

.section_about .quote {
  margin-top: 25px;
}

.section_about .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.section_about .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.section_about p {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-white);
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.section_about img {
  width: 100%;
  overflow: hidden;
}
.section_about .leather01 img {
  border-radius: 20px 20px 0 20px;
}
.section_about .leather02 img {
  border-radius: 20px 20px 20px 0;
}
.section_about .leather03 img {
  border-radius: 20px 0 20px 20px;
}
.section_about .leather04 img {
  border-radius: 0 20px 20px 20px;
}
.section_about .first-image {
  margin-bottom: 30px;
}

.section_about .leather,
.section_about .types {
  /*background-color: #f8f8f8;*/
  text-align: center;
  width: 100%;
}

.section_about .leather h4,
.section_about .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}

.section_about .leather span,
.section_about .types span {
  font-size: 14px;
  font-style: italic;
  color: #606060;
  font-weight: 500;
}


#salon-policies h2 {
  text-align: center;
  width: 100%;
}
#salon-policies p {
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  border-top: dotted 1px #a7a7a7;
  padding-top: 15px;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #d9dd7a;
}

#social .col-2 {
  padding-left: 0;
  padding-right: 0;
}

#social .images {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

#social .thumb {
  position: relative;
}

#social .thumb .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#social .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

#social .thumb .icon h6 {
  color: #7b8448;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #7b8448;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/
.subscribe {
  position: relative;
  background: transparent;
}
.subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 20px;
  background: rgb(208,170,74);
  background: radial-gradient(circle, rgba(208,170,74,1) 0%, rgba(235,216,107,1) 50%, rgba(208,170,74,1) 100%);
}
.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .section-heading h2 {
  line-height: 55px;
}

.subscribe form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #606060;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.subscribe form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.subscribe form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #7b8448;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #7b8448;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

#subs .contact-info {
  padding: 30px;
}

#subs .subs-social {
  padding: 3px 10px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 12px;
  color: var(--text-white);
  border: 1px solid var(--text-white);
  margin-right: 5px;
  text-align: center;
  transition: all .2s ease;
}
#subs .subs-social:hover {
  background: rgb(208, 170, 74);
  background: linear-gradient(45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
  border: 1px solid var(--primary);
  color: var(--text-black);
}

.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-white);
    letter-spacing: 0;
    text-transform: none;
    display: block;
  transition: all .2s ease;

}

.subscribe ul li span a:hover {
  color: var(--primary);
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    text-align: center;
    z-index: 10000;
    border-radius: 5px;
    cursor: pointer;
    visibility: hidden;
    border-radius: 100%;
    border: solid 2px #fff;
    background: var(--primary);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.back-to-top i {
    font-size: 22px;
    display: block;
    line-height: 35px;
    color: var(--text-black);
}

footer {
  padding: 70px 0px 0;
  position: relative;
  background: rgb(80, 80, 80);
  background: radial-gradient(circle, rgba(80, 80, 80, 1) 0%, rgba(5, 4, 4, 1) 100%);
}

footer .logo {
  margin-bottom: 20px;
}

footer .logo img {
  height: 120px;
}

footer ul {
  margin: 0;
  flex-wrap: wrap;
}

footer ul li {
  display: block;
  margin-bottom: 15px;
}

footer li a {
  font-size: 18px;
  color: var(--text-white);
  transition: all .3s;
}

footer li a:hover {
  color: var(--primary) !important;
  transition: all .3s;
}

footer li i {
    padding-right: 10px;
}

footer li a.phone {
	font-family: sans-serif;
	font-size: 20px;
	color: #d9dd7a !important; 
}
footer h4 {
  letter-spacing: 0.5px;
  font-size: 18px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;
}

footer .row {
    padding: 0;
}
footer .footer-social ul {
  padding-top: 15px;
  margin: 0 -5px;
}
footer .footer-social li {
  width: calc(100% / 3 - 10px);
  margin: 0 5px;
}
footer .footer-social li a {
  display: block;
  width: 100%;
    text-align: center;
    padding: 5px 0;
    border: 1px solid var(--text-white);
    border-radius: 5px;
}
footer .footer-social li i {
  margin: 0;
  padding: 0;
}
footer .footer-social li a:hover {
  background: rgb(208, 170, 74);
  background: linear-gradient(45deg, rgba(208, 170, 74, 1) 0%, rgba(235, 216, 107, 1) 51%, rgba(208, 170, 74, 1) 100%);
  border: 1px solid var(--primary);
  color: var(--text-black) !important;
}
footer .footer-social li a:hover .fa {
    color: var(--second) !important;
}

footer .under-footer {
  margin-top: 30px;
  padding: 30px 0 0;
  text-align: center;
  border-top: 1px solid #6b6b6b;
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}

footer .under-footer ul li a {
  font-size: 22px;
}

footer .under-footer p {
  color: var(--text-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

footer .under-footer a {
  color: #d9dd7a;
}
footer .under-footer a {
  font-weight: 600;
}
footer .under-footer a {
  color: var(--primary);
  transition: all .3s ease;
}
footer .under-footer a:hover,
footer .under-footer a:hover i {
  color: var(--secondary);
}
footer .under-footer a i {
  color: #d9dd7a;
}


/* 
---------------------------------------------
Products Page
--------------------------------------------- 
*/

.page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/products-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-heading .inner-content {
  padding: 150px 0px;
  text-align: center;
}

.page-heading .inner-content h2 {
  font-size: 52px;
  color: #7b8448;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-heading .inner-content span {
  font-size: 16px;
  font-weight: 500;
  color: #7b8448;
  font-style: italic;
}

#products .section-heading {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}

#products .item {
  margin-bottom: 30px;
}

#products .item .thumb img {
  width: 100%;
  overflow: hidden;
}

#products .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #7b8448;
}

#products .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#products .item .down-content span {
  font-size: 18px;
  color: #6a6f6f;
  font-weight: 500;
  display: block;
}

#products .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#products .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#products .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#products .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#products .item .thumb {
  position: relative;
}

#products .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#products .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #6a6f6f;
}

#products .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#products .pagination ul {
  text-align: center;
  width: 100%;
}

#products .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#products .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#products .pagination ul li a:hover,
#products .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #6a6f6f;
}



/* 
---------------------------------------------
Single Product Page
--------------------------------------------- 
*/

#product {
  margin-top: 80px;
}

#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#product .right-content {
  position: relative;
  z-index: 3;
  background-color: #6a6f6f;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
}

#product .right-content span.price {
  font-size: 18px;
  color: #6a6f6f;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#product .right-content span {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#product .right-content .quote {
  margin-top: 25px;
}

#product .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#product .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#product .right-content p {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.quantity-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.quantity-content .right-content {
  text-align: right;
}

.quantity-content .left-content h6 {
  padding-top: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #606060;
  position: relative;
  z-index: 11;
}

.total h4 {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  color: #606060!important;
}

.total .main-border-button {
  text-align: right;
}

.total .main-border-button a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}

.total .main-border-button a:hover {
  color: #6a6f6f;
  background-color: #2a2a2a;
}

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #6a6f6f;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }

.marquee {
  height: 40px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  background: #FFEB00;
  z-index: 999;
}

.marquee div {
  display: block;
  width: 200%;
  line-height: 40px;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
  color: #000;
  font-size: 16px;
  animation: color-change 1s infinite;
}


/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.about-page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/about-us-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.about-us .right-content span {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.about-us .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.about-us .right-content p {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.about-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #6a6f6f;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

.about-us .right-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #6a6f6f;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #6a6f6f;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 14px;
  color: #6a6f6f;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 1px solid #d9dd7a;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.our-services .service-item p {
  margin-bottom: 25px;
}


/*========== POPUP ================ */
#popup-ads.modal {
    display: block;
    opacity: 1;
}
/*
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
*/
.modal-dialog {
  max-width: 700px;
  margin: 5% auto;
}
.modal button.close {
  top: -15px;
  position: absolute;
  right: -15px;
  font-size: 26px;
  z-index: 10;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  opacity: 1 !important;
  transition: all .2s ease;
}
.modal button.close:hover {
  background: #333;
  color: #fff;
}

/* 
---------------------------------------------
contact Us Page
--------------------------------------------- 
*/

.contact-us {
  margin-top: 90px;
  border-bottom: 1px solid #d9dd7a;
  padding-bottom: 90px;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.contact-us #map {
  margin-right: 30px;
}

.contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #606060;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #606060;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form textarea::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #6a6f6f;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #6a6f6f;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  #menu-about .left-content {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .section_about .left-content h2 {
    text-align: initial;
  }
  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }
  .contact-us #map {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .row-none {
    display: none;
  }

}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    width: 90%;
    left: 50%;
    top: 47.5%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .subscribe form button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
}





#preloader {
  overflow: hidden;
  background-color: #2a2a2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #6a6f6f;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #6a6f6f;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.color-white a {
  color: white !important;
}

@media (max-width: 1024px) {
  .modal-dialog {
    margin: 13% auto;
  }
}
@media(max-width: 580px){
  #menu-about .right-content .types {
    margin-top: 30px;
  }
}
@media (min-width: 1024px){
  #menu-about .leather {
     margin-bottom: 0;
  }
  #map .w-100{
    width: 600px !important;
  }
}


.booking-now-border {
  color: var(--text-white);
  background: var(--text-black);
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 12px 25px;
  border-radius: 0 15px 0 15px;
  display: inline-block;
  position: relative;
  transition: all .2s ease;
  border: solid 2px var(--yellow);
}
.booking-now-border:hover {
  background: #fff;
  color: var(--text-black);

}

.action-book {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: auto;
  z-index: 99;
}
.action-book .booking-now-border {
    width: 44px;
    height: 40px;
    padding: 0 15px;
    margin: 10px 0;
    text-align: left;
    text-transform: capitalize;
    background: rgb(57,255,20);
    background: linear-gradient(0deg, rgba(57,255,20,1) 0%, rgba(255,235,0,1) 100%);
    color: #000;
    display: block;
    border: none;
    overflow-x: hidden;
    transition: width .3s ease-in-out;
}
.action-book .booking-now-border i {
  line-height: 40px;
}
.action-book .booking-now-border span {
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  margin-left: 5px;
  transition: all .3s ease-in-out;
}
.action-book .booking-now-border:hover {
  width: 130px;
}
.action-book .booking-now-border:hover span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.action-book .promo,
.action-book .promo:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  line-height: 40px;
  animation: color-change 1s infinite;
  font-weight: 600;
}
.box-service .service_item {
  padding: 0 10px;
}
.box-service .service_item .col-left {
  padding-left: 0;
}
.box-service .service_item .col-right {
  padding-right: 0;
}

/*css for SERVICE MENU*/
.background-service {
  background-image: url("../images/service/boujee-nails-spa-service-background.jpg");
  min-height: 150px;
}
.title-service {
  padding: 50px 0;
  color: white;

}
.title-service {
  font-size: 30px;
  color: white;
}
.description p {
  font-size: 14px;
  color: #6a6f6f;
  margin-top: 10px;
  margin-bottom: 14px;
}
.description b {
  display: inline-block;
}


.border-bottom {
    border-bottom: 1px dotted #555 !important;
}
.title-big {
   font-size: 22px;
   line-height: 32px;
   font-weight: 600;
   padding: 5px 10px;
   letter-spacing: 1px;
   color: var(--primary);
   margin-bottom: 10px;
   border-radius: 10px 10px 0 0;
}
p.special {
  background: #fff900;
  padding: 0px 15px;
  border-radius: 5px;
  font-size: 17px;
  animation: color-change 1s infinite;
  font-weight: 700;
  margin-left: 10px;
}

.title-small,
.title-small-list {
  font-size: 16px;
  color: #d9dd7a ;
}
.title-small-list {
  margin-bottom: 16px;
}
.service-name {
  font-weight: 500;
  color: var(--text-white);
  text-transform: capitalize;
}
.tags {
  background: #ff0000;
    border-radius: 3px 0 0 3px;
    color: #ffffff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px 0 22px;
    position: relative;
    border-radius: 0 5px 5px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: 14px;
    font-weight: 500;
}

.tags::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tags::after {
  background: #fffbda;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #ff0000;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.service-name.sub-name {
  font-size: 18px;
  font-weight: 600;
}
.text-price {
  font-size: 16px;
  font-weight: bold;
  padding-left: 14px;
}
.color-price {
  color: var(--primary);
	font-family: sans-serif;
  font-weight: 600;
}
.border-right-img{
  border-right: 1px solid var(--text-grey);
}
.line-dash {
  text-align: center;
  width: 100%;
  margin: 50px 0;
  position: relative;
  border: 1px solid rgba(255,255,255,0.05);
}
/*
.line-dash:before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--text-green);
  position: absolute;
  left: calc(50% - 200px);
  top: 50%;
  transform: translateY(-50%);
}
.line-dash:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--text-green);
  position: absolute;
  right: calc(50% - 200px);
  top: 50%;
  transform: translateY(-50%);
}
*/

.color-bold {
  color: #a5792b;
}

#menu-services .owl-item:hover h4{
  color: #d9dd7a;
}

#diamond2 {
  width:20px;
  height:auto;
}

#text path {
  fill:#000000;
}


#poly1 {
-webkit-animation: mycolor1 3s  infinite; /* Safari 4.0 - 8.0 */
animation: mycolor1 3s  infinite;

}
#poly2 {
-webkit-animation: mycolor2 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor2 3s  infinite;
}
#poly3 {
-webkit-animation: mycolor3 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor3 3s  infinite;
}
#poly4 {
-webkit-animation: mycolor4 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor4 3s  infinite;
}
#poly5 {
-webkit-animation: mycolor5 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor5 3s  infinite;
}
#poly6 {
-webkit-animation: mycolor6 3s  infinite; /* Safari 4.0 - 8.0 */
 animation: mycolor6 3s  infinite;
}

/* Standard syntax */
@keyframes mycolor1 {
    33%   {fill:#e8f6f9; }
    63%  {fill:#e8f6f9;}
    93%  {fill:#c2ecfa;}
}
@keyframes mycolor2 {
    33%   {fill:#c2ecfa;}
    63%  {fill:#54cdfa;}
    93%  {fill:#00adef;}
}
@keyframes mycolor3 {
    33%   {fill:#c2ecfa;}
    63%  {fill:#e8f6f9;}
    93%  {fill:#e8f6f9;}
}
@keyframes mycolor4 {
    33%   {fill:#00adef;}
    63%  {fill:#c2ecfa;}
    93%  {fill:#54cdfa;}
}
@keyframes mycolor5 {
    33%   {fill:#e8f6f9;}
    63%  {fill:#c2ecfa;}
    93%  {fill:#e8f6f9;}
}
@keyframes mycolor6 {
    33%   {fill:#54cdfa;}
    63%  {fill:#00adef;}
    93%  {fill:#c2ecfa;}
}

@media (max-width: 1024px) {

  #menu-services .item .down-content h4{
    font-size: 20px;
  }
  .stars{
    display: none;
  }
  #menu-gallery .section-heading,
  #menu-specialties .section-heading {
    padding-top: 0;
  }

  .header-area .main-nav .logo {
    color: #1e1e1e;
    margin-left: 0;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    border-bottom: solid 1px #fff;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    padding: 0 15px;
    box-shadow: none;
    text-align: center;
    box-shadow: rgb(0 0 0 / 19%) 0px 0px 10px 0px;
  }
  .header-area .main-nav:before {
    width: 25vw;
    height: 94px;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .main-nav .menu-trigger {
    top: 45px;
    display: block;
  }
  .header-sticky .main-nav .menu-trigger {
    top: 30px;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    margin-top: 10px;
    position: relative;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: transparent;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: var(--second);
    text-transform: uppercase;
    border-radius: 0;
    color: var(--text-white) !important;
  }
  .header-area .main-nav .nav li a:hover {
    border-bottom: solid 1px #fff;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

}

@media (max-width: 992px) {
  .header-area .main-nav .logo {
      width: 30%;
  }
  .header-area .main-nav:before {
    width: 30vw;
    height: 103px;
  }

  .box-service .service_item .col-left {
    padding-right: 0;
  }
  .box-service .service_item .col-right {
    padding-left: 0;
  }
  #menu-specialties .col-lg-4 {
    order: 1;
  }
  #menu-specialties .col-lg-8 {
    order: 2;
  }
  #menu-specialties:before,
  #menu-gallery:before {
    width: 100%;
  }
  #menu-specialties .owl-nav .owl-prev,
  #menu-gallery .owl-nav .owl-prev {
    right: auto;
    top: 0;
    left: 0;
  }
  #menu-specialties .owl-nav .owl-next,
  #menu-gallery .owl-nav .owl-next {
    right: 0;
    left: auto;
    top: 0;
  }
  .tablet-hidden {
    display: none;
  }
  .box-service .service_item .sea-salt {
    padding-top: 15px;
  }
  .section_about .mt-5 {
    margin: 0 !important;
  }
  #subs .contact-info {
    padding: 30px 0;
  }
  .col-info {
    padding: 0;
  }
  footer .first-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {

    .header-sticky .main-nav .menu-trigger {
        top: 45px;
    }
    .header-area .main-nav:before {
      height: 100%;
    }
    .header-area.header-sticky img.logo-img {
      height: auto;
    }
    #menu-services .pb-5 {
        padding-bottom: 1.5em !important;
    }
    #subs {
        padding: 0;
    }
    .action-book {
      left: 10px;
    }  
    .border-right-img {
      border: none;
      margin-bottom: 20px;
    }
    .section_about .left-content h2 {
      text-align: center !important;
    }
    .modal-dialog {
      max-width: 90%;
      margin: 15% auto;
    }
    .tablet-hidden {
      display: none;
    }
    #menu-specialties,
    #menu-services,
    #menu-gallery,
    #menu-about,
    #subs,
    #salon-policies {
      padding: 50px 0;
    }
    .line-dash {
      margin: 20px 0;
    }
    .main-banner .left-content .back,
    #menu-about .left-content .back,
    .section_about .btn {
      margin: 0 auto !important;
    }
    #menu-services:before,
    .about-contact:before {
      background: url(../images/bg-menu.jpg) no-repeat center top;
      background-size: 100%;
    }
    .section_about .leather {
      margin: 5px 0;
    }
    footer .row {
      margin: 0;
    }

}


@media (max-width: 567px) {

  .header-area .main-nav:before {
    width: 50vw;
  }
  .header-sticky .main-nav .menu-trigger {
    top: 45px;
  }
  .main-banner .left-content .inner-content h4 span {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .main-banner .left-content .inner-content h4 {
    font-size: 45px;
    line-height: 55px;
  }
  .title-big {
    font-size: 25px;
    letter-spacing: 1px;
    padding: 0;
  }
  .box-service .service_item {
    padding: 0;
  }
  .action-book {
    left: 0;
  }
  .action-book .booking-now-border span {
    display: none;
  }
  .action-book .booking-now-border i {
    display: block;
  }
  .line-dash:before {
    content: "";
    width: 50px;
    left: calc(70% - 200px);
  }
  .line-dash:after {
    content: "";
    width: 50px;
    right: calc(70% - 200px);
  }
  .marquee div {
      width: auto;
      margin-left: 50%;
      animation: marquee 15s linear infinite;
  }
  .modal-dialog {
    margin: 30% auto;
  }
  p.special {
    margin: 10px 0;
  }
  #menu-specialties .section-heading,
  #menu-services .section-heading,
  #menu-gallery .section-heading {
    margin-bottom: 25px;
  }
  .section-heading h2 {
    font-size: 30px;
    width: 100%;
    padding: 0;
    line-height: 40px;
  }
  #subs .contact-info {
      padding: 30px 15px 0 15px;
  }

}


@media (max-width: 480px) {

  .header-area .main-nav .logo {
    width: 32%;
  }
  .title-big {
    font-size: 20px;
    line-height: 30px;
  }

}

@media (max-width: 375px) {

  .header-area .main-nav .menu-trigger {
    top: 30px;
  }
  .header-area .main-nav .nav {
    position: relative;
  }
  .main-banner .left-content .inner-content h4 span {
    font-size: 40px;
  }
  .main-banner .left-content .inner-content h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
  #menu-specialties .owl-nav .owl-next:before,
  #menu-specialties .owl-nav .owl-prev:before,
  #menu-gallery .owl-nav .owl-next:before,
  #menu-gallery .owl-nav .owl-prev:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}


@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
  }

  @keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
  }