/*

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
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/* 
---------------------------------------------
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;
}

:root {
  --color1: #f9f1ec;
  --color2: #dfba9f;
  --color3: #3D2C00;
  --color1_light: fff9e7;
  /* --color2:#51dcfe;
  --color4:#21726b;
  --color4_dark:#001c1a; */
  --color5: #666666;
  --color5_light: white;
  --color_black: #141414;
  --border: #f8f9fa;
}

.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: 1px solid rgba(255, 255, 255, 0.2);
}

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;
  background-color: #fff;
  font-size: 16px;
  -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: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

@font-face {
  font-family: 'sa';
  src: url('../fonts/Satisfy.woff2') format('woff2'),
    url('../fonts/Satisfy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'work';
  src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
    url('../fonts/WorkSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'rs';
  src: url('../fonts/RNSMiles-Light.woff2') format('woff2'),
    url('../fonts/RNSMiles-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



html,
body {
  background: var(--color5_light);
  font-family: 'work', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #fff;
}

::-moz-selection {
  background: #2a2a2a;
  color: #fff;
}

@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;
  }
}

.main-border-button a {
  /* border-radius: 30px; */
  font-size: 15px;
  color: var(--color2);
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
  background: linear-gradient(45deg, var(--color_black), var(--color_black), var(--color_black));
  font-weight: bold;
  border: 1px solid var(--color_black);

}

.main-border-button .button-custom {
  /* border: .5px solid black;  */
}

.color-gold a {
  /* border-radius: 30px; */
  font-size: 18px;
  color: var(--color_black);
  /*border: 1px solid #fff;*/
  padding: 12px 25px;
  display: inline-block;
  font-weight: 600;
  transition: all .3s;
  /* background: #000; */
  background: linear-gradient(45deg, var(--color2), var(--color2), var(--color2));
  border: 1px solid var(--color1);
}

.color-gold a:hover {
  background: #fff !important;
}

.text-dark-gold {
  color: #fff !important;
}

.main-border-button.color-gold a:hover {
  /* background-color: var(--color_pink) !important; */
  /* background: linear-gradient(360deg, var(--color2) 1%, var(--color2) 100%) !important; */
  background: linear-gradient(45deg, var(--color_black), var(--color_black), var(--color_black)) !important;



  color: var(--color2);
}

.main-border-button a:hover {
  /* background-color: var(--color1); */
  /* border: 2px solid black; */
  /* background: linear-gradient(360deg, var(--color2) , var(--color2)); */
  background: linear-gradient(170deg, var(--color2), var(--color2), var(--color2));


  color: var(--color_black);
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  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: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  font-family: 'sa';
  font-size: 35px;
  /* text-transform: uppercase; */
  font-weight: 300;
  color: var(--color1);
  letter-spacing: 4px;
  background: linear-gradient(360deg, var(--color2), var(--color2), var(--color2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-heading span {
  font-size: 14px;
  color: var(--color2);
  font-style: italic;
  font-weight: 400;
}

.color-price {
  white-space: nowrap;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/


.polygon {
  clip-path: polygon(0% 0%, 96% 0%, 100% 50%, 96% 100%, 50% 100%, 0% 100%, 0% 75%, 0% 25%);
  background-color: var(--color5_light);
  width: 33%;
  height: 100%;
  position: absolute;
  left: 0;
}

.background-header {
  /* border-bottom: none !important; */
  background-color: #141414c9 !important;

  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: var(--color5_light) !important;
}

.background-header .main-nav .nav li:hover a {
  color: #2a2a2a !important;
}

.background-header .nav li a.active {
  color: #2a2a2a !important;
}

.header-area {
  /* background-image: linear-gradient(90deg, #560202, #a00e0e); */
  /* background: linear-gradient(90deg, var(--color1) 0%, var(--color1) 44.4%, var(--color1) 83.21%,var(--color1) 100%); */
  /* background: linear-gradient(90deg, var(--color_pink) 0%,black 44.4%, black 83.21%, var(--color_pink) 100%); */
  /* background-image: linear-gradient(
        35deg,
        var(--color5_light) 16.666%, 
       white 16.666%, 
       white 33.333%, 
       white 33.333%, 
       white 50%, 
       white 50%, 
       white 66.666%, 
       white 66.666%, 
       white 83.333%, 
       white 83.333%,
       white 50%,
        var(--color5_light) 50%
        
        ); */

  /* background: linear-gradient(90deg, #A37E46 0%, #C9A267 44.4%, #F2D599 83.21%, #CEA25E 100%); */

  background-size: 100%;
  background-repeat: repeat;
  box-shadow: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  box-shadow: 1px 1px 1px 1px var(--color1);
  background-color: var(--color_black);
}

.header-area .main-nav {
  min-height: 100px;
  background: transparent;
}


.header-area .main-nav .logo {
  line-height: 90px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -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;
}

.header-area .main-nav .logo::after {
  /* content: "";
  position: absolute;
  background-color: var(--color_black);
  width: 272px;
  height: 86px;
  top: 7px;
  left: -11px;
  transform: skewX(10deg);
  border-radius: 18px;
  z-index: -1; */
}

.background-header .main-nav .logo {
  line-height: 90px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  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: 15px;
  padding-right: 15px;
}

.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: 18px;
  color: #2a2a2a;
  text-transform: uppercase;
  -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: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: var(--color5_light);
  font-weight: 600;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--color2) !important;
  /* background: linear-gradient(360deg, var(--color_pink) 0%, var(--color2) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 1; */
  border-bottom: 1px solid var(--color2);
  font-weight: bold;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--color2) !important;
  opacity: 1;
  border-bottom: 1px solid var(--color2);
}

.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: #fff;
  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: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.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(--color1);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.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(--color1);
}

.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(--color1);
  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(--color1);
}

.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: 16px;
}

.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: 100%;
}

.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(--color1);
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: var(--color1);
}

.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(--color1);
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: var(--color1);
}

.header-area.header-sticky {
  border-bottom: 2px solid var(--color1);
  min-height: 100px;
  box-shadow: 0px 0px 20px 2px var(--color_black) !important;
}

.header-area.header-sticky::after {
  /* content: "";
  position: absolute;
  background-color: var(--color_black);
  width: 37%;
  height: 100%;
  top: 0px;
  left: -36px;
  transform: skewX(326deg);
  border-radius: 0px;
  z-index: -1; */
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #606060;
}

.price-title {
  padding-top: 5px;
  font-size: 18px;
  padding-left: 1.3rem;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--color2) !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    border-bottom: 1px solid var(--color5);
    background-color: var(--color_black);
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    /* margin-left: 30px; */
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    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;
  }

  .header-area .main-nav .nav li:first-child {
    /* border-top: 1px solid #eee; */
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: var(--color_black);
    border-bottom: 1px solid var(--color_black);
    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(--color_black) !important;
    color: var(--color5_light) !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: var(--color5_light) !important;
    color: var(--color5) !important;
  }

  .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;
  }

  .color-price {
    font-size: 19px !important;
    white-space: initial;
  }

  .subscribe .content-right {
    background-color: var(--color5_light);
    padding: 2rem 1rem 0rem !important;
    position: initial !important;

  }

  .main-banner .phone-banner {
    font-size: 24px !important;
  }

  footer .logo::after {
    /* top: -5px; */
    /* left: -16px; */
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) skewX(10deg) !important;
  }

  #menu-about .left-content .hair-flower,
  #menu-about .left-content .flower-abt {
    display: none;
  }



}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }

  .background-header .nav {
    margin-top: 30px !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  /*border-bottom: 1px solid #333;*/
  /*padding-top: 160px;*/
  /*padding-bottom: 30px;*/
}

.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: "Dancing Script", serif; */

  margin-right: 6rem;
  color: #fff;
  margin-top: -10px;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 4px;
  /* text-transform: uppercase; */
  font-weight: bold;

  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* background-image: linear-gradient(360deg, var(--color_black), var(--color1)); */
  -webkit-text-fill-color: var(--color5_light);
  background-clip: text;
  text-shadow: 3px 2px 1px var(--color_black);

}

.main-banner .left-content .inner-content span {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  /*margin-bottom: 28.5px;*/
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.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: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
  letter-spacing: 4px;
  /* text-transform: uppercase; */
  font-family: 'sa';
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}



.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  /* clip-path: polygon(50% 1.25%, 9.9% 20.56%, 0% 63.95%, 27.75% 98.75%, 72.25% 98.75%, 100% 63.95%, 90.1% 20.56%); */
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  z-index: 2;
  /* background-color: var(--color_black); */
  background-image: url("../images/bg-card.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;

  /* background-image: linear-gradient(
    68deg,
    var(--color1) 16.666%, 
    var(--color_black) 16.666%, 
    var(--color_black) 33.333%, 
    var(--color_black) 33.333%, 
    var(--color_black) 50%, 
    var(--color_black) 50%, 
    var(--color_black) 66.666%, 
    var(--color_black) 66.666%, 
    var(--color_black) 83.333%, 
    var(--color1) 83.333%)
    ; */
  /* background: linear-gradient(360deg, var(--color_black) -20%, black 89%); */
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb:hover .flower-card {
  display: block !important;
}

.main-banner .right-content .right-first-image .thumb:hover .inner-content {
  display: none;
}

.main-banner .right-content .right-first-image .thumb:hover .overlay {
  display: none;
}


.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 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color_black) !important;
  font-family: 'sa';
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  padding: 0px 20px;
  margin-bottom: 20px;
  color: var(--color_black) !important;
  font-size: 18px;
}



/*
---------------------------------------------
Men
---------------------------------------------
*/

#menu-specialties .section-heading,
#menu-services .section-heading,
#menu-gallery .section-heading {
  margin-bottom: 30px;
}

#menu-specialties,
#menu-services,
#menu-gallery,
#menu-about,
#subs {
  padding: 40px 0;
  /* border-bottom: 1px solid #333; */
}

#menu-about {
  padding-bottom: 20px;
  /* background-color: var(--color1); */
  position: relative;
  z-index: 0;
}

#menu-about::after {
  background-image: url("../images/bg-about.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  content: "";
  width: 100%;
  height: 63%;
  top: 0;
  left: 0;
  /* background-color: var(--color4_dark); */
  /* background: linear-gradient(90deg, #fcea8c 0%, #fcd48c 44.4%, #fcdc8c 83.21%, #fcea8c 100%); */
  z-index: -2;
  border-top-right-radius: 10rem;
}

#menu-specialties .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#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: #fff;
  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;
}

#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: #fff;
}


#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: -0px;
  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: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 48px;
  /* border :1px solid #F2D599; */
  border-radius: 5px;
}

#menu-specialties .owl-nav .owl-prev:hover:before {
  background-image: linear-gradient(to right, #F2D599, #C9A267);
}

#menu-specialties .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#menu-specialties .owl-nav .owl-prev:hover {
  opacity: 1;
}

#menu-specialties .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#menu-specialties .owl-nav .owl-next:hover {
  opacity: 1;
}

#menu-specialties .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -5px;
}

#menu-specialties .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 48px;
  /*  border :1px solid #F2D599; */
  border-radius: 5px;
}

#menu-specialties .owl-nav .owl-next:hover:before {
  background-image: linear-gradient(to right, #F2D599, #C9A267);
}



/*
---------------------------------------------
Women
---------------------------------------------
*/

#menu-services .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  /*background-color: #fff;*/
}

#menu-services .item .down-content h4 {
  font-size: 18px;
  color: #f5f3ed;
  font-weight: 300;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#menu-services .item .down-content span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: block;
}

#menu-services .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#menu-services .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#menu-services .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#menu-services .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#menu-services .item .thumb {
  position: relative;
}

#menu-services .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#menu-services .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#menu-services .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#menu-services .owl-dots {
  display: none;
}

#menu-services .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  outline: none;
}

#menu-services .owl-nav .owl-prev span,
#menu-services .owl-nav .owl-next span {
  opacity: 0;
}

#menu-services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: #beaf90;
  line-height: 48px;
  border: 1px solid #2a2a2a;
}

#menu-services .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#menu-services .owl-nav .owl-prev:hover {
  opacity: 1;
}

#menu-services .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#menu-services .owl-nav .owl-next:hover {
  opacity: 1;
}

#menu-services .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -85px;
}

#menu-services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: #beaf90;
  line-height: 48px;
  border: 1px solid #2a2a2a;
}

/*
---------------------------------------------
Kids
---------------------------------------------
*/

#menu-gallery .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#menu-gallery .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#menu-gallery .item .down-content span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: block;
}

#menu-gallery .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#menu-gallery .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#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;
}

#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: #fff;
}


#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: 0px;
  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: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  /* background-color: #F2D599; */
  line-height: 48px;
  /* border: 1px solid #F2D599; */
  background-color: rgba(0, 0, 0, 0.8);


}

#menu-specialties .owl-nav .owl-prev:hover:before {
  background-image: linear-gradient(to right, var(--color_pink), black);
}

#menu-gallery .owl-nav .owl-prev {
  /* opacity: 0.75; */
  transition: all .5s;
}

#menu-gallery .owl-nav .owl-prev:hover::before {
  opacity: 1;
  background-image: linear-gradient(to right, var(--color_pink), black);

}

#menu-gallery .owl-nav .owl-next {
  /* opacity: 0.75; */
  transition: all .5s;
}

#menu-gallery .owl-nav .owl-next:hover:before {
  opacity: 1;
  background-image: linear-gradient(to right, black, var(--color_pink));
}

#menu-gallery .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -5px;
}

#menu-gallery .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  /* background-color: #F2D599; */
  background-color: rgba(0, 0, 0, 0.8);
  /* background-image: linear-gradient(to right, var(--color_pink) , var(--color_pink)); */

  line-height: 48px;
  /* border: 1px solid #F2D599; */
}

#menu-specialties .owl-nav .owl-next:hover:before {
  background-image: linear-gradient(to right, black, var(--color_pink));
}


/*
---------------------------------------------
Explore
---------------------------------------------
*/
.gradient-text span {
  font-size: 40px;
  background: linear-gradient(90deg, #f7b7a3, #ff66b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text {
  font-size: 40px;
  display: inline-flex;
  white-space: pre-wrap;
}

#menu-about .left-content {
  z-index: 1;
  position: relative;
  /* margin-right: 30px; */
  text-align: justify;
}

#menu-about .left-content .hair-flower {
  position: absolute;
  bottom: calc(50% - 23rem);
  right: -13rem;
  background-color: unset;
  z-index: -1;
  width: 55%;
  /* transform: scaleX(-1); */
}

#menu-about .left-content .flower-abt {
  position: absolute;
  bottom: calc(50% - 16rem);
  left: -13rem;
  background-color: unset;
  z-index: -1;
  width: 71%;
}

#menu-about .left-content h2 {
  /* font-size: 30px;
  font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: linear-gradient(360deg, var(--color_pink) 0%, var(--color2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  color: #aa1818;
  /* letter-spacing: 4px; */
  /* background: linear-gradient(360deg, var(--color_black), var(--color_black));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
  color: var(--color_black);
  text-shadow: -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, 3px 3px 1px black;
}

#menu-about .left-content .bg-text-about {
  font-family: 'work';
  font-size: 16px;
  color: var(--color_black);
  font-weight: 400;
  display: block;
  margin-top: 70px;
  /* transform: rotate(355deg); */
}


#menu-about .left-content .quote {
  margin-top: 25px;
}

#menu-about .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#menu-about .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#menu-about .left-content p {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#menu-about .left-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}

#menu-about .left-content .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

#menu-about img {
  width: 100%;
  overflow: hidden;
  padding: .5rem;
  background-color: var(--border);

}

#menu-about .leather {
  margin-bottom: 30px;
}

#menu-about .first-image {
  margin-bottom: 30px;
}

#menu-about .leather,
#menu-about .types {
  /*background-color: #f8f8f8;*/
  text-align: center;
  width: 100%;
}

#menu-about .leather h4,
#menu-about .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}

#menu-about .leather span,
#menu-about .types span {
  font-size: 14px;
  font-style: italic;
  color: #606060;
  font-weight: 500;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #333;
}

#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: #fff;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.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: #fff;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

#subs .subs-social {
  padding: 3px 6px;
  border: 1px solid;
  border-radius: 5px;
}

.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 14px;
  font-weight: 700;
  color: var(--color2);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 14px;
  font-weight: 400;
  color: var(--color_black);
  letter-spacing: 0;
  text-transform: none;
}

.subscribe ul li span a:hover {
  color: var(--color2);
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  /* background-attachment: fixed; */
  background-image: url("../images/bg-footer.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 0;
  /* background: linear-gradient(360deg, var(--color4_dark) -110%, var(--color4_dark) 67%, var(--color4_dark) 100%); */
  /* border-top: 3px solid var(--color1);
  border-left: 1px solid var(--color1); */
  /* border-top: 1px solid rgba(255,255,255,0.1); */
}

footer .logo {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

footer .logo::after {
  /* border-radius: 18px;

  content: "";
  position: absolute;
  width: 148px;
  height: 72px;
  background-color: var(--color_black);
  top: -8px;
  left: -16px;
  transform: skewX(10deg);
  z-index: -1; */
}


footer ul {
  margin: 0;
}

footer ul li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

footer li a {
  font-size: 18px;
  color: var(--color5_light) !important;
  transition: all .3s;
}

footer li a:hover {
  color: var(--color2) !important;
  transition: all .3s;
}

footer li i {
  padding-right: 10px;
}

footer ul li a:hover,
footer ul li a:active {
  color: var(--color2);
}

footer li a.phone {
  font-family: sans-serif;
  font-size: 20px;
  color: var(--color2) !important;
}

footer h4 {
  font-family: 'sa';
  white-space: nowrap;
  letter-spacing: 0.5px;
  font-size: 25px;
  color: var(--color2);
  font-weight: 500;
  margin-bottom: 20px;
}

footer .row {
  padding: 0;
  margin: 0;
}

footer .footer-social {
  padding-top: 15px;
}

footer .footer-social li a {
  display: inline-block;
  /* width: calc(33.33% - 2px); */
  width: 100%;
  text-align: center;
  padding: 5px 0;
  border: 1px solid var(--color5_light);
  border-radius: 5px;
}

footer .footer-social li a:hover {
  /* background: var(--color_pink); */
  background: linear-gradient(360deg, var(--color2) 0%, var(--color2) 132%);

}

footer .footer-social li:hover .fa {
  color: var(--color1);
}

footer .under-footer {
  margin-top: 15px;
  padding: 30px 0 0;
  text-align: center;
  border-top: 1px solid var(--color5_light);
}

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(--color5_light);
  font-size: 16px;
  font-weight: 400;
}

footer .under-footer a {
  color: #000;
}

footer .under-footer a,
footer .under-footer a:hover i {
  color: var(--color2);
}

footer .under-footer a i {
  color: #000;
}

footer .under-footer a:hover {
  color: var(--color_pink);
}

.logo-footer {
  width: 100px;
}

.img-bg-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
}

/* 
---------------------------------------------
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: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-heading .inner-content span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  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: #fff;
}

#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: #fff;
  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: #fff;
}

#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: #fff;
}



/* 
---------------------------------------------
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: #fff;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
}

#product .right-content span.price {
  font-size: 18px;
  color: #fff;
  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: #fff;
  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: #ffffff;
  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;
}



/* 
---------------------------------------------
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: #fff;
  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: #fff;
  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: #fff;
}

.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: #fff;
  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 #333;
}

.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;
}



/* 
---------------------------------------------
contact Us Page
--------------------------------------------- 
*/

.contact-us {
  margin-top: 90px;
  border-bottom: 1px solid #333;
  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: #fff;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #fff;
  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;
  }

  .main-banner .left-content {
    /*margin-bottom: 30px;*/
  }

  #menu-about .left-content {
    margin-bottom: 30px;
  }

  .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;
  }
}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    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;
  }

  .price-title {
    padding-top: 20px;
    padding-left: 10px !important;
  }

  .img-bg-footer {
    height: 100%;
  }

  .polygon {
    width: 70%;
  }

  #menu-specialties .section-heading,
  #menu-gallery .section-heading {
    top: -4rem !important;
    right: 0rem !important;
  }

  #menu-specialties {
    padding-top: 8rem !important;
  }

  #menu-services .section-heading {
    margin-left: -1.2rem !important;
  }

  .header-area.header-sticky::after {
    width: 85% !important;
  }

  #servicesOfCate .img-wrapper::after {
    display: none;
  }

  .title-big {
    font-size: 22px !important;
  }



  .name {
    font-size: 19px !important;
  }
}





#preloader {
  overflow: hidden;
  background-color: #2a2a2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#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: #fff;
  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 (width: 1024px) {
  #menu-services .item .down-content h4 {
    font-size: 20px;
  }
}

@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;
  }
}

/*H edit for Boujee Nails Spa*/
html {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

body {
  background: var(--color1);
}

@media (max-width: 768px) {
  .main-banner {
    padding-top: 100px;
  }

  .main-banner .left-content .inner-content h4 {
    font-size: 30px;
    margin-right: 0;
  }

  #menu-services .pb-5 {
    padding-bottom: 1.5em !important;
  }

  #menu-services .line-dash {
    margin: 10px 0 35px !important;
  }

  #menu-about .mb-4 {
    margin-bottom: 0 !important;
  }

  #subs {
    padding: 0;
    margin-bottom: 0rem;
  }

  footer .col-md-6 {
    width: 50%;
  }

  .promotion .ribbon {
    bottom: 3rem !important;
    right: 0 !important;
  }

  .promotion .ribbon2 {
    width: 34% !important;
    z-index: 0 !important;
    top: -1px !important;
    left: -8px !important;
  }

  .main-banner {
    /* padding-top: 9rem !important;
      padding-left: 2rem !important;
      padding-right: 2rem !important; */
  }

  .main-banner::after {
    height: 97% !important;
  }

  #menu-about .left-content span {
    transform: initial !important;
  }

  #menu-about::after {
    height: 95%;
  }

  #menu-about .left-content h2 {
    left: 1rem !important;
    letter-spacing: 2px;
    font-size: 29px !important;
  }

  #menu-about .left-content h2 span {
    font-size: 2.3rem !important;
    letter-spacing: 0px;
  }

  .flower-service {
    display: none;
  }

  .flower-service2 {
    display: none;

  }

  .subscribe {
    border: none !important;
  }

  .social-fixed span {
    display: none;

  }

  .social-fixed .rview {
    display: block;
    display: flex;
    flex-wrap: wrap;
    font-size: 8.5px;

  }


  .social-fixed a img {
    width: 35% !important;
  }

  .social-fixed a {
    border-radius: 9px !important;
    width: 4rem !important;
    padding: .6rem .2rem !important;
    justify-content: center !important;
  }

  .social-fixed i {
    font-size: 1.5rem;

  }

  .flower-service {
    display: none;

  }

  .flower-service2 {

    display: none;
  }


  .nav-link {
    padding: .5rem .5rem;
  }

}

@media (min-width: 1024px) {
  .main-banner {
    padding-top: 100px;
  }
}

@media (width: 1024px) {
  .stars {
    display: none;
  }
}

.booking-now-border {
  border: 2px solid var(--color2) !important;
  color: var(--color_black) !important;
  background: linear-gradient(16deg, var(--color2), var(--color2), var(--color2)) !important;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 12px 25px;
  display: inline-block;


  /* background: linear-gradient(360deg, #F2D599 0%, #fcdc8c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent; */
}

.booking-now-border:hover {
  background: linear-gradient(160deg, var(--color5_light), var(--color5_light), var(--color5_light)) !important;

  color: #000 !important;
}


/*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: #626262;
  margin-top: 10px;
  margin-bottom: 14px;
}

.div-title {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.title-big {
  font-family: 'work';
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  padding: 16px 0 16px 0;
  letter-spacing: 4px;
  color: #212529;
  /* background: linear-gradient(360deg, var(--color_black) 0%, var(--color_black) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */
}

.title-small,
.title-small-list {
  font-size: 18px;
  color: var(--color5_light);
}

.title-small-list {
  margin-bottom: 16px;
}

.text-price {
  font-size: 16px;
  font-weight: bold;
  padding-left: 14px;
}

.name {
  padding-right: 0;
  display: flex;
  align-items: baseline;
  font-size: 21px;
  font-family: 'work';
  color: #212529;
}

.color-price {
  text-align: end;
  font-family: 'rs' !important;
  font-weight: 600;
  font-size: 21px;
  color: #212529;
  /* background: linear-gradient(360deg, var(--color2) 0%, var(--color2) 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  /* text-fill-color: transparent; */
  font-family: sans-serif;
}

.border-right-img {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.line-dash {
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 0.5px;
  width: 100%;
  margin: 40px 0;
}

.color-bold {
  color: #a5792b;
}

#menu-services .owl-item:hover h4 {
  color: var(--color2);
}

@media(min-width: 768px) {
  .title-big {
    padding: 0 0 10px 0;
    font-size: 25px;
    /* border-bottom: 2px solid #dee2e6!important; */
  }
}





#aboutGallery {}

#menu-about .wrapper-content {
  position: relative;
}

#menu-about .wrapper-content .img-blob {
  position: absolute;
  right: -7rem;
  bottom: -1rem;
  border: none;
  width: 70%;
}

.subscribe {
  /* background-image: url("../images/bg-hrs.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; */
  /* margin-bottom: 3rem;
  border-top-left-radius: 15rem;
  border-bottom-left-radius: 15rem;
  border-bottom-right-radius: 15rem;
  border-top-right-radius: 15rem;*/
  /* border-top: 1px solid var(--color5);  */
}

.subscribe .content-right {
  position: relative;
  z-index: 1;
  /* background: linear-gradient(45deg, #fcea8c 0%, #fcd48c 44.4%, #fcdc8c 83.21%, #fcea8c 100%); */
  padding: 6rem 1rem 3rem;
}

.subscribe .content-right::after {
  position: absolute;
  content: "";
  background-color: var(--color5_light);
  background-image: url("../images/bg-feather.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 81% 100%;
  border: 8px solid var(--border);
  width: calc(100% + 5rem);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.subscribe .flex-sub {
  position: relative;
  align-items: center;
}

.subscribe .flex-sub .flower-footer {
  position: absolute;
  top: -13rem;
  right: -1rem;
  transform: rotate(-34deg);
}

#servicesOfCate .border-right-img img {
  border: 5px solid var(--color2);

  /* border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: 0px 0px 20px 2px var(--color5_light); */

}

#servicesOfCate .img-wrapper {
  position: relative;
  z-index: 1;

}

#servicesOfCate .img-wrapper::after {
  z-index: -1;
  content: "";
  /* background-color: var(--color2); */
  border: 2px solid var(--color2);
  position: absolute;
  top: -.6rem;
  left: -.6rem;
  width: 100%;
  height: 100%;
}

.main-banner {
  padding-top: 6rem;
  /* padding-left: 5rem;
  padding-right: 5rem; */
  position: relative;
  z-index: 0;
}

.main-banner .content-banner {
  /* padding: .3rem 1.3rem; */
  /* background-color:var(--color1); */
}

/* .main-banner::after{
  background-attachment: fixed;
  position: absolute;

  content: "";
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background-image: url("../images/bg-foot.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
} */
/* .main-banner::before{
  position: absolute;
background-attachment: fixed;
  content: "";
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background-image: url("../images/bg-banner.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -0;
} */
#menu-services {
  position: relative;
  background-image: url("../images/bg-ser.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  border-top-left-radius: 25rem;
  border-bottom-left-radius: 7rem;
  border-top: 10px solid var(--border);
  border-bottom: 10px solid var(--border);
  border-left: 3px solid var(--border);
}

.flower-service {
  position: absolute;
  top: -4rem;
  right: 0rem;
  width: 19%;
  transform: rotate(0deg);
}

.flower-service2 {
  position: absolute;
  top: 42rem;
  left: 0;
  width: 19%;
}

#menu-specialties {
  padding-top: 7rem;

}

#menu-specialties #loadSpecialties,
.wrapper-gallery {
  position: relative;
}

#menu-specialties .section-heading {
  position: absolute;
  width: fit-content;
  background-color: var(--color4);
  top: -5rem;
  right: -3rem;
  z-index: 2;
  padding: 1rem;
}

#menu-specialties .section-heading,
#menu-gallery .section-heading {
  position: absolute;
  width: fit-content;
  background-color: var(--color_black);
  /* background: linear-gradient(90deg, #fcea8c 0%, #fcd48c 44.4%, #fcdc8c 83.21%, #fcea8c 100%); */
  top: -4rem;
  right: -3rem;
  z-index: 2;
  padding: 1rem;
  border-bottom-left-radius: 3rem;
}

#menu-services .section-heading {
  /* position: absolute; */
  width: fit-content;
  background-color: var(--color_black);
  /* background: linear-gradient(90deg, #fcea8c 0%, #fcd48c 44.4%, #fcdc8c 83.21%, #fcea8c 100%); */
  padding: 1rem;
  border-bottom-right-radius: 3rem;
  margin-left: -3rem;
}

#menu-about {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#menu-about .bg-text-about {
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  background-color: var(--color5_light);
  border: 7px solid var(--border);
  padding: 2rem;
}

#menu-about .left-content h2 {
  position: absolute;
  top: -7rem;
  z-index: 1;
}

#menu-about .left-content h2 span {
  font-size: 2.6rem;
  text-transform: capitalize;
  /* font-family: "Dancing Script", serif; */
}


#menu-gallery {
  padding-top: 6rem;
}

#menu-gallery .nav-tabs {
  gap: .5rem;
  justify-content: center;
  border-bottom: 1px solid transparent;
  margin-bottom: 2rem;
  margin-left: 0;
}

#menu-gallery .nav-tabs .nav-link.active {
  border-color: transparent !important;
  /* color: var(--color2); */
  background-color: var(--color2);
  /* border-color: var(--color1); */
  /* border-bottom: 1px solid var(--color_black); */
}

#menu-gallery .nav-tabs .nav-link.active:hover {
  color: var(--color5_light);

}

#menu-gallery .nav-tabs .nav-link {
  border: none;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
  position: relative;
  background-color: var(--color_black);
  font-family: 'work';
  color: var(--color5_light);
}

#menu-gallery .nav-tabs .nav-link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    transition: width 0.3s ease;
}


#menu-gallery .nav-tabs .nav-link:hover {
  border: none;
  /* border-color: var(--color2); */
  color: var(--color5_light);
}



#menu-gallery .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background:var(--color2);
    transform: translate(-50%, -50%) scale(0);
    /* border-radius: 50%; */
    transition: transform 0.4s ease, width 0.4s ease, height 0.4s ease;
    z-index: -1;
}

#menu-gallery .nav-tabs .nav-link:hover::before {
    /* width: 30px; */
}

#menu-gallery .nav-tabs .nav-link:hover::after {
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    transform: translate(-50%, -50%) scale(1);
}




#menu-gallery .kid-gallery {
  position: relative;

}

#menu-gallery .kid-gallery .owl-kid-item {
  background-color: var(--color1);

}

#menu-gallery .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--color1);
}


#menu-gallery .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--color1);
  display: none;
}

#menu-gallery .active-loading {
  display: block;
  /* Hiển thị khi có class active-loading */
}

.main-banner .phone-banner {
  margin-top: 1rem;
  font-size: 35px;
}

.main-banner .phone-banner a {
  color: var(--color5_light);
  white-space: nowrap;
}

.main-banner .phone-banner a:hover {
  color: var(--color2, white);
}

.social-fixed {
  position: fixed;
  top: 50%;
  right: .5rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.social-fixed a {
  /* text-shadow: -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, 2px 2px 1px var(--color2);  */
  border-radius: 30px;
  font-weight: bold;
  color: var(--color_black);
  width: 8rem;
  padding: .7rem .7rem .7rem 1rem;
  text-align: left;
  white-space: nowrap;
  /* background: linear-gradient(60deg,  var(--color_black), var(--color1), var(--color_black)); */
  /* border: 1px solid var(--color1); */
  display: flex;
  align-items: center;
  gap: .3rem;
  justify-content: start;
}

.social-fixed a:nth-child(1) {
  background: #3e74f0;
}

.social-fixed a:nth-child(2) {
  background: linear-gradient(to right, #f89e52, #c03696);
}

.social-fixed a:nth-child(3) {
  background: #a93a2d;
}

.social-fixed a:nth-child(4) {
  background: #e04d3b;
}


.social-fixed a img {
  width: 20%;
}

.social-fixed a:hover {
  color: var(--color1);
}

.social-fixed .fa-facebook {
  color: #1877F2;
  /* Màu xanh của Facebook */
}

.social-fixed .fa-instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-fixed .fa-google {
  color: #EA4335;
  /* Màu đỏ của Google */
}

footer .icon-color {
  width: 15%;
}

footer .icon-color-out {
  width: 5%;
}

.dotss {
  flex-grow: 1;
  border-bottom: 1px dotted #555;
  /* margin-left: 10px; */
  height: 1px;
  position: relative;
  top: 1px;
  z-index: 1;
}

.gallery .col-lg-4 {
  display: none;
}
.viewMoreBtn {
  text-shadow: none !important;
    position: relative;
    background-color: var(--color_black) 
    !important;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.viewMoreBtn::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    transition: width 0.3s ease;
}

.viewMoreBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background:var(--color2);
    transform: translate(-50%, -50%) scale(0);
    /* border-radius: 50%; */
    transition: transform 0.4s ease, width 0.4s ease, height 0.4s ease;
    z-index: -1;
}

.viewMoreBtn:hover::before {
    /* width: 30px; */
}

.viewMoreBtn:hover::after {
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    transform: translate(-50%, -50%) scale(1);
}




.gallery a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.gallery .btm-zoom {
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #141414c9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  /* Ẩn lúc đầu */
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery a:hover .btm-zoom {
  transform: translate(-50%, -50%) scale(1);
  /* Zoom out */
  opacity: 1;
}

.gallery .btm-zoom i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem;
}



/* Viền trong chạy vòng quanh */
.gallery a::before,
.gallery a::after {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease;
}

.gallery a::before {
  height: 1px;
  width: 0%;
  top: 10px;
  /* cách mép trong */
  left: 10px;
}

.gallery a::after {
  width: 1px;
  height: 0%;
  bottom: 10px;
  /* cách mép trong */
  right: 10px;
}

/* Border dưới và trái */
.gallery a .border-bottom,
.gallery a .border-left {
  position: absolute;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease;
}

.gallery a .border-bottom {
  height: 1px;
  width: 0%;
  bottom: 10px;
  right: 10px;
}

.gallery a .border-left {
  width: 1px;
  height: 0%;
  top: 10px;
  left: 10px;
}

/* Hover: chạy tuần tự */
.gallery a:hover::before {
  width: calc(100% - 20px);
  opacity: 1;
  transition-delay: 0s;
}

.gallery a:hover::after {
  height: calc(100% - 20px);
  opacity: 1;
  transition-delay: 0.2s;
}

.gallery a:hover .border-bottom {
  width: calc(100% - 20px);
  opacity: 1;
  transition-delay: 0.4s;
}

.gallery a:hover .border-left {
  height: calc(100% - 20px);
  opacity: 1;
  transition-delay: 0.6s;
}