@import url('https://fonts.googleapis.com/css2?family=Imprima&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #78350F;
  --secondary-color: #E8D5C4;
  --accent-color: #A16207;
  --accentPlay-color: #1A76D1;
  --surface-color: #ffffff;
  --text-dark: #333;
  --text-light: #f8f9fa;
  --col-platinium: #7dbaff;
  --col-bronze: #cd7f32;
  --col-silver: #8a8a8a;
  --close-btn: 0 100 50;
  --close-hover: 120 100 50;
  --bs-btn-close-color: white;
  /* Change to your desired color */
  --bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);

  --clr-primary: #ee6352;
  --clr-secondary: #d16e8d;
  --clr-accent: #F7F7FF;
  --clr-gradient: linear-gradient(-90deg, var(--clr-primary), var(--clr-secondary));
  --ff-title: bungee, sans-serif;
  --ff-body: canada-type-gibson, sans-serif;
  --fw-body: 300;
  --fw-bold: 800;
  --fw-title: 400;
  --fw-number: 800;

  /*fonts*/
  --font-primary: 'Playfair Display', sans-serif;
  --font-secondary: 'Lato', sans-serif;
  --font-altenative: 'Imprima', sans-serif;
  --navbar-height: 4.370em;
  /*font sizes*/
  --h1-font-size: 52px;
  --h2-font-size: 46px;
  --h3-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 16px;
  --btn-font-size: 18px;
  --copyright-font-size: 14px;
  /*---wave control---*/
  --time-cubit: .6s;
  --time-quarter: calc(var(--time-cubit) / 4);
  --time-half: calc(var(--time-cubit) / 2);
  --time-threequater: calc(var(--time-cubit) / .75);
  --time-single: var(--time-cubit);
  --time-double: calc(var(--time-cubit) * 2);
  --time-triple: calc(var(--time-cubit) * 3);
  --bottom-wave: #007fff;
  /*---widths clamp----*/
  -step--2: clamp(0.5208rem, 0.4861rem + 0.2502cqi, 0.68rem);
  --step--1: clamp(0.625rem, 0.5759rem + 0.3536cqi, 0.85rem);
  --step-0: clamp(0.75rem, 0.6819rem + 0.4912cqi, 1.0625rem);
  --step-1: clamp(0.9rem, 0.8066rem + 0.6729cqi, 1.3281rem);
  --step-2: clamp(1.08rem, 0.9535rem + 0.9118cqi, 1.6602rem);
  --step-3: clamp(1.296rem, 1.1261rem + 1.2247cqi, 2.0752rem);
  --step-4: clamp(1.5552rem, 1.3287rem + 1.6327cqi, 2.594rem);
  --step-5: clamp(1.8662rem, 1.5661rem + 2.1631cqi, 3.2425rem);
}

html {
  font-family: 'imprima', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  scroll-behavior: smooth;
  font-size: 16px;
  /*scroll-snap-type: y mandatory;
  scroll-padding-top: 12px;*/
  padding: 0px;
  margin: 0px;
}

/*section {
  scroll-snap-align: start end;
  scroll-snap-stop:always;
  position: relative;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}*/
section {
  align-items: center;
  justify-content: center;
  position: relative;
  /*text-align: center;*/
  /*scroll-snap-align: start;
  scroll-snap-stop: always;*/
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

body {
  height: 100dvh;
  /*font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));*/
  /*font-family: var(--font-secondary);*/
  font-family: system-ui, sans-serif;
  color: var(--text-dark);
  line-height: 1.7;
  background-color: #FFF8F0;
  padding-top: var(--navbar-height);
  color: #101010;
  background: fixed linear-gradient(transparent, #fff 40%), fixed repeating-linear-gradient(#efefef, #efefef 1px, transparent 1px,
      transparent 40px), fixed repeating-linear-gradient(to right, #efefef, #efefef 1px, transparent 1px, transparent 40px) #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: var(--font-primary);*/
  color: var(--text-dark);
  font-weight: 700;
}

a:link {
  text-decoration: none;
}

.section-title {
  /* margin-bottom: 60px;*/
  text-align: center;
}

.section-title h2 {
  font-size: 2.8rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  color: var(--primary-color) !important;
}

/*.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}*/

.section-title p {
  /*font-size: 1.5rem;*/
  font-size: clamp(1.1rem, 1.6vw, 2rem);
  width: clamp(100px, calc(30% / 2rem + 10px), 900px);
  color: #555;
  padding: 12px 0;
}

.foot_title p {
  text-align: center;
  margin: 2rem 5px 15px;
  font-size: clamp(1.1rem, 1.6rem, 2rem);
}

.btn-brand {
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-brand .fas {
  transition: transform 0.3s ease;
}

.btn-brand:hover {
  background-color: var(--accent-color);
  color: var(--text-light);
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-position: 0 100%;
}

.btn-brand:hover .fas {
  transform: translateX(3px);
}

.btn-outline-brand {
  background-color: transparent;
  color: var(--primary-color);
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
}

.btn-outline-brand:hover {
  background-color: var(--primary-color);
  color: var(--text-light);
}

@media (max-width: 768px) {
  #contactForm .btn-brand {
    flex-direction: column;
    padding: .2rem 1rem;
  }
}

/* New Navbar Design */
.navbar {
  /*background-color:hsl(180° 0% 100%);*/
  /*background-color:hsl(60 100.2% 88.5%);
  background: linear-gradient(to right,hsl(60 100.2% 88.5%) 0%,#fffbee 50%, hsl(60 100.2% 88.5%) 100%);*/
  background: linear-gradient(to right, hsl(60 100.2% 88.5%) 0%, #FFFCEC 40%, #fff 50%, #FFFCEC 60%, hsl(60 100.2% 88.5%) 100%);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: padding 0.3s ease;
  height: var(--navbar-height);
  width:100%;
  padding: 0.5rem 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-family: var(--font-primary);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--primary-color) !important;
}

.navbar-brand span {
  color: var(--accent-color) !important;
}

.navbar .nav-link {
  color: var(--text-dark);
  font-family: var(--font-altenative);
  font-weight: 600;
  margin: 0 4px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--accent-color);
  transition: width 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--accent-color);
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  /*width: 100%;*/
}

.fancy-hover {
  @media (hover) {
    &>li {
      transition: opacity, 0.3s linear;

    }

    &:hover>li:not(:hover) {
      opacity: 0.25;
    }
  }
}

.navbar-toggler {
  border-color: var(--primary-color);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(120, 53, 15, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

.navbar .btn-brand {
  padding: 8px 20px;
  font-size: 0.9rem;
}

/* Hero Section */
#hero {
  /*height: calc(100dvh - var(--navbar-height));*/
  height: 100dvh;
  width:100%;
  /* Adjust height because of fixed navbar */
  /*margin-top: calc(-1 * var(--navbar-height));
  /* Pull hero up to fill space if body padding-top used */
  /*background: url('https://raw.githubusercontent.com/farazc60/Project-Images/refs/heads/main/Hair%20Salon%20Website/hair-salon-hero-image.webp') no-repeat center center/cover;*/

  /* background: url('../assets/imgs/calm_2.webp');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  /*display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;*/
  color: var(--text-light);
  min-block-size: 80dvh;
  place-content: center;
  text-align: center;
}

/*#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(255 255 255 / 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
}*/
/*.overlay {
  border-image: linear-gradient(hsl(240 100% 20% / 0.6), hsl(0 100% 20% / 0.6));
   border-image: linear-gradient(hsl(0 0% 0% / 0.5), hsl(0 0% 0% / 0.8)) fill 1;
}*/
.hero-info {
  position: absolute;
  width:90%;
  font-size: var(--h2-font-size);
  text-transform: uppercase;
  top: 17%;
  /* Position text in the middle */
  left: 50%;
  /* Position text in the middle */
  transform: translate(-50%, -50%);
  /* Position text in the middle */

}

.hero-info .hero-info-title {
  color: #72a1de;
  padding: 8px 5px;
  border-radius: 50px;
  border: 1px solid #72a1de94;
  width: 240px;
  background-color: #2200493d;
  box-shadow: 0 0 5px #72a1de84;

}

.hero-content {
  position: relative;
  z-index: 1;
}

#hero .username {
  top: 10px;
  left: 10;
  font-size: 5vw;
  color: var(--surface-color);
  z-index: 1000;
}

/*
.hero-content h1 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}*/
/*.hero-info p{
    max-width: 550px;
    line-height: 25px;
    margin-bottom: 40px;
    font-size: 20px;
	color:#fff;
}*/

.hero-content p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  text-shadow: 0.01em 0.01em 0.01em #000;
  margin-bottom: 30px;
  font-weight: 400;
  color: var(--surface-color);
  animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-content p {
  text-transform: capitalize;
}

.hero-content p::first-letter {
  font-size: 2rem;
  font-weight: 600;
}

.hero-content .btn-brand.btn-lg .fas {
  /* Specific icon size for large hero button */
  font-size: 1.1em;
  /* Make icon slightly larger in hero button */
}

.autoBlur {
  animation: autoBlurAnimation linear both;
  animation-timeline: view();

}

@keyframes autoBlurAnimation {
  0% {
    filter: blur(40px);
  }

  35%,
  65% {
    filter: blur(0);
    opacity: 1;
  }

  100% {
    filter: blur(40px);
    opacity: 0;
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-60px);
  }

  60% {
    transform: translateY(-25px);
  }
}

.bounce {
  animation-name: bounce;
}

/* About Us Section */
#about {
  padding: 80px 0;
}

#about img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#about img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

#about p {
  font-size: max(1.2rem, 1.2vw);
}

#divContainer {
  min-width: 100%;
  height: auto;
  width: clamp(100px, calc(30% / 2rem + 10px), 900px);
  padding-bottom: 2rem;
}

/*#about .pulsating-play-btn {
  position: absolute;
  /*left: calc(50% - 50px);
  top: calc(50% - 50px);*/
/*top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/

/* Services Section */
#services {
  padding: min(5em, 90%);
  /*background-color: var(--secondary-color);*/
  background-color: #FFF8F0;
  background-color: hsl(210 8% 95%);
}

#services .container {
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);*/
  /*grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
  /* 4 equal columns */
  gap: 0.1rem;
  /* space between columns */
  padding: 1em;
}

/* Style for each column */
#services .column {
  /*background-color: #f1f1f1;*/
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  /*box-shadow: 0px 15px 10px -15px oklch(0% 0 0 / 0.3);
  /*box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.3);*/
  transition: all .800s ease-in-out;
  /*interpolate-size:allow-keywords;*/

}

#services .column img {
  width: 100%;
  /*height: auto;*/
  aspect-ratio: 1/1;
  max-height: 100%;
  border-radius: 8px;
  display: block;
  /* Prevents space below images */
  object-fit: cover;
  margin-bottom: 15px;
}

#services .column h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-family: inherit;
  color: var(--primary-color)
}

#services .column p {
  margin: 0;
}

#services .column p {
  color: #555;
  font-family: var(--font-altenative);
  font-size: 1.1em;
  line-height: 1.3;
  text-align: start;

}

.font-alt {
  font-family: "Roboto Condensed", sans-serif;
  color: #111;
  letter-spacing: 2px;
}

.font-serif {
  font-family: Volkhov, "Times New Roman", sans-serif;
  font-style: italic;
}

.more-link {
  color: oklch(55.781% 0.16877 142.911);
  transition: color 0.5s;
}

.more-link:hover {
  color: oklch(74.188% 0.22863 142.852);
}

.more-link:after {
  content: "\00BB";
  color: oklch(44.953% 0.00005 271.152);
  padding-left: 5px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 400;
  color: oklch(17.764% 0.00002 271.152) !important;
  margin: 0;
}

.post {
  margin-top: 0em;
  vertical-align: bottom;
}

.post-header {
  margin: 0 0 15px;
}

.post-entry {
  border-top: 1px solid oklch(81.406% 0.00009 271.152);
}

.post-meta {
  font-size: 11px;
  color: oklch(73.802% 0.00008 271.152);
  padding-bottom: 15px;
  border-bottom: 1px dotted oklch(81.406% 0.00009 271.152);
}

.post-meta a {
  color: red;
  font-size: .8rem;
}

@media (max-width: 1024px) {
  #services .container {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on medium screens */
  }
}

@media (max-width: 768px) {
  #services .container {
    grid-template-columns: 1fr;
    /* 1 column on small screens */
  }

  #services .column img {
    max-width: 100%;
    height: auto;
  }
}

/* hover on  macro + micronutrients*/
/*.hover_effect:hover {
  color: #f00;
  background-color: #ff0;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
  cursor: pointer;
}

.hover_effect:after {
  content: "";
  height: 5px;
  left: 0;
  width: 1px;
  position: absolute;
  -webkit-transition: width 1s ease, background-color 1s ease;
  -moz-transition: width 1s ease, background-color 1s ease;
  -ms-transition: width 1s ease, background-color 1s ease;
  -o-transition: width 1s ease, background-color 1s ease;
  transition: width 1s ease, background-color 1s ease;
  right: 0;
  margin: 0 auto;
}*/
.micronutrients {
  background-color: #ff0;
  color: #f00;
}

.cutoff-text {
  position: relative;
  padding-block: 1rem;
  border-top: 1px dotted #c2c2c2;
  --max-lines: 6;
  --line-height: 1.4;
  max-height: calc(var(--max-lines) * 1em * var(--line-height));
  line-height: var(--line-height);
  overflow: clip;
  transition: all .800s ease-in-out;
}

.cutoff-text:has(+ .expand-btn:not(:checked)):before {
  content: "";
  position: absolute;
  height: calc(1rem * var(--line-height));
  width: 100%;
  bottom: 0;
  pointer-events: none;

}

.expand-btn {
  color: var(--text-dark);
  appearance: none;
  /* border: 2px solid var(--secondary-color);*/
  padding: .5rem;
  border-radius: .25rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: all 1s ease-in-out;
}

.expand-btn:hover {
  /* background-color: var(--secondary-color);*/
  color: var(--primary-color);
  transform: scale3d(0.5, 1, 1.7);
}

.expand-btn::before {
  content: "Read More";
  color: blue;

}

.expand-btn:after {
  content: "\00BB";
  color: #555;
  padding-left: 5px;
}

.expand-btn:checked::before {
  content: "Less";
}

.cutoff-text:has(+ .expand-btn:checked) {
  max-height: none;
}

.hTop {
  position: relative;
  height: 4px;
  left: 0;
  right: 0;
  background: linear-gradient(141deg, cyan 0%, rebeccapurple 40%, deeppink 90%);
}


/* Gallery Section */
#gallery {
  padding: 80px 0;
}

.gallery-item img {
  width: 100%;
  /* height: 250px; */
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Booking Section */
#booking {
  display: none;
  padding: 80px 0;
  background-color: var(--secondary-color);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 15px;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(120, 53, 15, 0.25);
}

/* Pricing Table */

#pricing {
  padding: 80px 0;
}

#p_card {
  text-decoration: none;
  color: inherit;
}

.section-title p {
  font-family: var(--font-altenative);
  font-weight: 400;
}

.pricing-card {
  --overlap-size: 1.5rem;
  --border-radius: 5rem;
  background: #fff;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  padding: 45px;
  text-align: center;
  transition: all 0.3s ease;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);*/
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(120, 53, 15, 0.1);
  border-color: var(--primary-color);
}

.pricing-card .title:nth-child(1) {
  --accent-color1: #fa0038
}

.pricing-card .title:nth-child(2) {
  --accent-color2: #164fa9
}

.pricing-card .title:nth-child(3) {
  --accent-color3: #1a9b8b
}

.pricing-card .title:nth-child(4) {
  --accent-color4: #1a9b8b
}

/*.pricing-card h4 {
  margin: 0;
  padding: 1.1rem;
 background-color: var(--primary-color);
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
  color: var(--text-light);
  position: relative;
}*/
.pricing-card .title {
  font-size: 2rem;
  color: oklab(66.007% -0.11657 -0.00333);
  text-align: center;
}

.pricing-card .title h4 {
  text-align: center;
  padding: 1em 3em;
  position: relative;
  z-index: 599;
  /*#fbfbfb;*/
  /*border-bottom: 1px solid #eee;*/
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing-card .title:hover {
  cursor: pointer;
  background: hsla(121 37% 77% / .9);
}

.pricing-card h4 {
  margin: 0;
  padding: 1.1rem;
  /*font-size: 2rem;
 color: var(--accent-color);*/
  text-align: center;
  position: relative;
}

.pricing-card h4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.4rem;
  left: 0;
  bottom: 0;
}

.pricing-card .price {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary-color);
  color: hsla(120, 100%, 25%, 0.753);
  margin: 20px 0;
}

.pricing-card .price span {
  font-size: 1rem;
  font-weight: 400;
  color: #777;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pricing-card ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}

.pricing-card ul li:last-child {
  border-bottom: none;
}

.pricing-card .btn {
	--overlap-size: 1.5rem;
  --border-radius: 5rem;
	--color: rgba(30, 30, 30);
  --bgColor: rgb(60 179 113);
  justify-self: start;
  margin-left: calc(var(--overlap-size) * -1);
  padding-block: 0.5rem;
  padding-inline: 2.5rem;
  border: none;
  font-family: inherit;
  color: white;
  font-size: 1.1rem;
  background-color: var(--bgColor);
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.25) 0);
  background-size: 100% 200%;
  transition: background-position 100ms ease;

  position: relative;
  cursor: pointer;
}
.pricing-card .btn:focus-visible {
  outline-offset: 5px;
  outline: 2px solid var(--accent-color);
  background-position: 0 100%;
}

.pricing-card .btn:hover {
  background-position: 0 100%;
}

.pricing-card .btn::after {
  content: "";
  position: absolute;
  height: var(--overlap-size);
  width: var(--overlap-size);
  left: 0;
  bottom: 100%;
}

.pricing-card .btn:active {
  transform: scale(0.95);
}
.pricing-card .btn:active::after {
  transform-origin: left bottom;
  transform: scale(0.9);
}


/* Stylists Section */
#stylists {
  padding: 80px 0;
  background-color: var(--secondary-color);
}

.stylist-card {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.stylist-card:hover {
  transform: translateY(-10px);
}

.stylist-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 5px solid var(--secondary-color);
}

.stylist-card h4 {
  font-size: 1.4rem;
}

.stylist-card p.role {
  color: var(--accent-color);
  font-weight: 700;
  margin-bottom: 15px;
}

.stylist-socials a {
  color: var(--primary-color);
  margin: 0 5px;
  font-size: 1.2rem;
}

.stylist-socials a:hover {
  color: var(--accent-color);
}

/* Testimonials Section - Swiper */
#testimonials {
  padding: 80px 0;

}

.testimonial-slider.swiper {
  /* Ensure Swiper styles apply correctly */
  padding-bottom: 40px;
  /* Space for pagination */
}

.testimonial-slider .swiper-slide {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  text-align: center;
  height: auto;
  /* Ensure slides adapt to content */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-slider img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  /* Center image */
}

.testimonial-slider .client-name {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--primary-color);
  margin-top: 10px;
}

.testimonial-slider .stars {
  color: #FFD700;
  /* Gold color for stars */
  margin-bottom: 10px;
}

.swiper-pagination {
  bottom: 0px !important;
  /* Position pagination at the very bottom */
}

.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}


/* Blog Section */
#blog {
  padding: 80px 0;
  background-color: var(--secondary-color);
}

.blog-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-10px);
}

.blog-card img {
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
}

.blog-card .card-body {
  padding: 25px;
}

.blog-card .card-title {
  font-size: 1.3rem;
}

.blog-card .card-text {
  font-size: 0.95rem;
  color: #555;
}

.blog-card .read-more {
  color: var(--accent-color);
  font-weight: 700;
  text-decoration: none;
}

.blog-card .read-more:hover {
  text-decoration: underline;
}

/* FAQ Section */
#faq {
  padding: 80px 0;
}

#faq header {
  font-size: clamp(1.5rem, 1.8vw, 4rem);
  font-weight: 600;
}

#faq .section-title h2 {
  font-size: clamp(1.4em, 2.5vw, 2.8rem);
}

#faq .imgSiz {
  width: 500px;
}

#faq .accordion {
  width: clamp(200px, calc(30% / 2rem + 10px), 900px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.accordion-button {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-weight: 500;
  word-spacing: 0.21ch;
  color: hsl(270 50% 40%);
  background-color: #2f3542;
  /*text-shadow:-1px 1px 0px #4892c7, -2px 2px 0px #2a4163;*/
  transition: background-color 0.5s;
}

.faq_container h3 {
  margin: 0;
  font-family: var(--font-altenative), sans-serif;
  font-size: 1.1em;
  line-height: 1.2;
}

.accordion .collapsed {
  background-color: #f5f5f5;
}

.faq_container {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  /* border-right: 1px solid #eee;*/
  box-shadow: rgba(165, 165, 165, 0.3) 0 0 77px;
  padding-bottom: 1rem;
}

label {
  display: block;
  overflow: hidden;
}

.title {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 1em 3em;
  position: relative;
  z-index: 599;
  /*#fbfbfb;*/
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.title:hover {
  cursor: pointer;
  background: #f5f5f5;
}

.accordion-button:hover {
  background-color: lightgrey;
  border: 0px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(34, 139, 34)' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed) {
  background: #4892c7;
  color: var(--surface-color);

  /*box-shadow: inset 0 -1px 0 rgba(2 2 2 /.125);*/
  transition: background-color 0.5s;
}

.accordion-button:not(.collapsed):hover {
  background-color: #747d8c;
  border: none !important;
}

.accordion-body {
  /*background-color:  #524a4e;*/
  background-color: #fff;
  color: var(--primary-color);
  transition: height 0.3s ease-out;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s ease;
  transition: height 0.3s ease-out;
}

.accordion-body p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.5;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(255,255,255)' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion:not(.collapsed) .accordion-body {
  border: 1px solid #e0e0e0;
  margin: 0 -20px 15px -20px;
  background: #fff;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 30px;
  height: auto;
  transform: scale(1, 1);
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }

  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

@-webkit-keyframes close-line-one-out {

  0%,
  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(50px);
  }

  76% {
    transform: translateX(50px) translateY(50px);
  }

  100% {
    transform: rotate(45deg);
  }
}

@keyframes close-line-one-out {

  0%,
  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(50px);
  }

  76% {
    transform: translateX(50px) translateY(50px);
  }

  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes close-line-one-in {

  0%,
  20% {
    transform: rotate(45deg);
  }

  60% {
    transform: translateX(50px) translateY(50px) rotate(45deg);
  }

  61% {
    transform: translateX(50px);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes close-line-one-in {

  0%,
  20% {
    transform: rotate(45deg);
  }

  60% {
    transform: translateX(50px) translateY(50px) rotate(45deg);
  }

  61% {
    transform: translateX(50px);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes close-line-two-out {

  0%,
  50% {
    transform: rotate(90deg);
  }

  75% {
    transform: translateY(-50px) rotate(90deg);
  }

  76% {
    transform: translateY(-50px) translateX(50px) rotate(90deg);
  }

  100% {
    transform: rotate(135deg);
  }
}

@keyframes close-line-two-out {

  0%,
  50% {
    transform: rotate(90deg);
  }

  75% {
    transform: translateY(-50px) rotate(90deg);
  }

  76% {
    transform: translateY(-50px) translateX(50px) rotate(90deg);
  }

  100% {
    transform: rotate(135deg);
  }
}

@-webkit-keyframes close-line-two-in {
  0% {
    transform: rotate(135deg);
  }

  50% {
    transform: translateY(-50px) translateX(50px) rotate(135deg);
  }

  51% {
    transform: translateY(-50px) rotate(90deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes close-line-two-in {
  0% {
    transform: rotate(135deg);
  }

  50% {
    transform: translateY(-50px) translateX(50px) rotate(135deg);
  }

  51% {
    transform: translateY(-50px) rotate(90deg);
  }

  100% {
    transform: rotate(90deg);
  }
}


/* Contact Section */
#contact {
  padding: 80px 0;
  background-color: var(--secondary-color);
}

.contact-info .icon {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-right: 15px;
  width: 40px;
}

.contact-info p {
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(120, 53, 15, 0.25);
}

.social-icons a {
  color: var(--primary-color);
  font-size: 1.8rem;
  padding: 0.6rem;
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: var(--accent-color);
}

#map iframe {
  max-inline-size: 100%;
  block-size: auto;
  height: 350px;
  border-radius: 10px;
  border: 0;
}

#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

.error-message.show {
  display: block;
}

/* Footer */
footer {
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 40px 0 20px;
  text-align: center;
}

footer p {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

footer a {
  color: var(--secondary-color);
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 3rem;
  }

  .hero-content p {
    font-size: 1.2rem;
  }

  .navbar-nav {
    /* Style for collapsed menu */
    /* background-color: #eee0b1;*/
    background-color: hsla(60 100.2% 88.5% /0.9);
    letter-spacing: 0.5em;
    padding: 1rem;
    border-bottom: 2px solid #eee;
    box-shadow: 0 5px 10px #000;
    margin-top: 0.2rem;
  }

  .navbar .nav-link {
    margin: 5px 0;
    display: block;
    font-family: 'Imprima', sans-serif;
    font-size: 1.3rem;
  }

  .navbar .nav-link::after {
    left: 0;
    /* Reset for block display */
  }

  .navbar .btn-brand {
    display: block;
    text-align: center;
    margin-top: 10px;
    width: auto;
    /* Allow button to size to content in collapsed */
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 2.2rem;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .pricing-card,
  .service-card,
  .stylist-card,
  .blog-card {
    margin-bottom: 30px;
  }

  /*.pricing-card{display:inline-block;align-items:center;justify-items:center;width:25rem}*/
  .contact-info {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
    }
    .navbar {
        overflow: hidden !important;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    /*img {
        max-width: 100%;
        height: auto;
    }*/
}

/* Smooth scroll */
/*html {
  scroll-behavior: smooth;
}*/

.call-button {
  background-color: #28a745;
  background-color: #78350F;
  /* Green for call */
}

.call-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  color: var(--white);
}

.wa-fixed-action-buttons {
  position: fixed;
  bottom: 20px;
  /* Adjust vertical position */
  right: 70px;
  /* Position next to scroll-to-top */
  z-index: 989;
  display: flex;
  flex-direction: column;
  /* Stack vertically */
  gap: 10px;
  /* Space between buttons */
}

.wa-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--white);
  font-size: 29px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wa-action-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  color: var(--white);
}

.whatsapp-button {
  background-color: HSL(142, 70%, 49%);
  /* WhatsApp green */
  /*color:HSL(109,61%,55%);
    background-image: -webkit-linear-gradient(#25d366 0%, #80e067 100%);
    background-image: linear-gradient(#25d366 0%, #80e067 100%);
	text-shadow: -1px -1px rgba(255, 255, 255, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
	border:3px solid #fff;transition:transform .5 ease;*/
}

@media (max-width: 991.98px) {
  .wa-fixed-action-buttons {
    bottom: 80px;
    /* Adjust position above potential bottom nav bars on mobile */
    right: 15px;
    /* Move to the right edge */
    flex-direction: row;
    /* Horizontal on smaller screens */
  }
}

@media (max-width: 767.98px) {
  .wa-fixed-action-buttons {
    flex-direction: row;
    gap: 15px;
  }

  .wa-action-button {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}


@keyframes filter-animation {
  0% {
    filter: sepia(0) saturate(2);
  }

  50% {
    filter: sepia(1) saturate(8);
  }

  100% {
    filter: sepia(0) saturate(2);
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/********************myTooltip******************/
.mytooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000;
  /*var(--purple1);*/
  margin-right: 20px;
  cursor: help;
  transition: all 0.5s ease-in-out;
}

.mytooltip .mytooltiptext {
  visibility: hidden;
  width: auto;
  color: var(--txt);
  background: var(--color-background);
  /*background:rgba(255,255,255,1);*/
  text-align: center;
  border-radius: .25rem;
  /*padding: 0 0 1rem 0;*/
  outline: 1px solid var(--default-color);
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.mytooltip:hover .mytooltiptext {
  visibility: visible;
  opacity: 1;
}

.mytooltip.top .mytooltiptext {
  bottom: 100%;
  top: auto;
}

.mytooltiptext::after {
  bottom: 180%;
  border-radius: .25em;
  color: #000;
  content: "";
  padding: 1rem;
  transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
  transform: scale(.6) translateY(50%);
  transition: all 0.5s ease-in-out;
  width: 17.5rem;
}

@media (max-width: 760px) {
  .mytooltiptext::after {
    font-size: .75em;
    margin-left: -5em;
    width: 10rem;
  }
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accentPlay-color) 50%, color-mix(in srgb, var(--accentPlay-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accentPlay-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 1000;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accentPlay-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

#galleryModal1 .modal-header {
  font-family: 'Imprima', sans-serif;
  font-size: clamp(1rem, 1.6vw, 2rem);
  height: 70px;
  background: linear-gradient(90deg, #f8fbfd, #bbd6ec);
  /*rgb(255 228 196);*/
  color: rgb(139, 58, 58);
}

#galleryModal1 .modal-dialog {
  /*height:900px !important;*/
  height: calc(100dvh - var(--navbar-height));
}

#galleryModal1 .modal-content {
  /* 80% of window height */
  height: 80%;
  /*background-color: var(--secondary-color);
	background-color:F8FBFD;
	background: linear-gradient(90deg, #bbd6ec, #bbbeec, #bbecea);*/
}

#galleryModal1 .modal-body {
  height: 100%;
  width: clamp(100px, calc(30% / 2rem + 10px), 900px);
}

#galleryModal1 .btn-close {
  background-color: hsl(var(--close-btn));
  border-radius: 50%;
  margin-top: -60px;
  margin-right: -20px;
  opacity: 1;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

#galleryModal1 .btn-close:hover {
  background-color: hsl(var(--close-hover));
  opacity: 1;
  filter: invert(1);
}

#galleryModal1 .btn-close:hover {
  color: var(--bs-btn-close-color);
}

/* Scroll-to-Top Button */

.progress-wrap {
  position: fixed;
  left: 10px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #1f2029;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #32cd32;
  stroke-width: 6;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*  footer  */
.new_footer_area {
  background-color: hsl(32 100 98);
}


.new_footer_top {
  padding: 120px 0px 270px;
  position: relative;
  overflow-x: hidden;
}

.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}

.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}

.new_footer p {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}

.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 24px;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ti-facebook:before {
  content: "\e741";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-pinterest:before {
  content: "\e731";
}

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
  background: #5e2ced;
  border-color: #5e2ced;
  color: white;
}

.new_footer_top .f_social_icon a+a {
  margin-left: 4px;
}

.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}

.f_600 {
  font-weight: 600;
}

.f_size_18 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b505e;
}

.new_footer_top .f_widget.about-widget .f_list li a {
  color: #6a7695;
}


.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

.txt-align-lft {
  text-align: left;
  font-family: inherit, sans-serif;
  font-size: clamp(.9rem, 1.1vw, 2rem);
}

.txt-align-rgt {
  margin-right: .1rem;
  text-align: right;
  font-family: inherit, sans-serif;
  font-size: clamp(.9rem, 1.1vw, 2rem);
}

.designer p {
  font-family: 'Imprima', sans-serif;
  font-size: clamp(1rem, 1.3vw, 2rem);
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

/* waves */
.wave_area {
  position: relative;
  /*height: 100vh;*/
  height: 100%;
  margin: 88px 0px -2px;
}

.waves {
  position: absolute;
  width: 100%;
  height: 15dvh;
  min-height: 100px;
  max-height: 150px;
  bottom: 0;
  left: 0;
}

.wave-container {
  position: relative;
  width: 100vw;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

/*.svg-wrap {
  /* background-color:#007fff;
 color:rgba(255,255,255,0.8);*/
/*height: 1.5rem;
  width: 100vw;
}

/*.svg-wrap img {
  width: 2rem;
  height: auto;
  display: flex;
}*/
.footerBott {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: auto;
  clear: both;
}

.footerBott span {
  text-transform: uppercase;
  font-size: clamp(1rem, -0.017rem + 1.157vw, 2.75rem);
  font-weight: 600;
  color: #007500;
  color: oklab(67.308% -0.18044 0.13827);
}

.footerBott span:hover {
  cursor: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/happy.png"), pointer;
}

.footerBott img {
  width: 3.2em;
  height: auto;
  padding-left: 0.6rem;
}

/*@media screen and (max-width:676px) {*/
@media only screen and (min-device-width: 768px) {
  .footerBott p {
    position: relative;
    top: 30px;
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}


/* footer end */
/*footer {
  position: relative;
  width: 100%;
  background: #3586ff;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .social_icon, footer .menu {
  position: relative;
  display: flex;
  justify-content:center;
  align-items:center;
  margin: 10px 0;
}

footer .social_icon li, footer .menu li {
  list-style: none;
}
footer .social_icon li a {
  font-size: 2em;
  color: #ccc;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
footer .social_icon li a:hover {
  transform: translateY(-15px);
  color: blue;
}

footer .menu li a {
  font-size: 1.2em;
  color: #ccc;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
}
footer .menu li a:hover {
  opacity: 1;
  color: #fff;
}
p {
  color : #eee;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

/*wave and animation*
footer .wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(https://i.ibb.co/rZt4Nhg/wave.png);
  background-size: 1000px 100px;
}

footer .wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWave 4s linear infinite;
}

footer .wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animateWave_02 4s linear infinite;
}
footer .wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 0;
  animation: animateWave 3s linear infinite;
}

footer .wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
  0%{
    background-position-x: 1000px; 
  }
  100%{
    background-position-x: 0px; 
  }
}

@keyframes animateWave_02 {
  0%{
    background-position-x: 0px; 
  }
  100%{
    background-position-x: 1000px; 
  }
}*/
/*.hTop {
  position: relative;
  height: 6px;
  left: 0;
  right: 0;
  background: linear-gradient(141deg, cyan 0%, rebeccapurple 40%, deeppink 90%);
}*/
/*@font-face {
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/TESLA.ttf");
  font-family: Tesla;
}
@font-face {
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/PFDinTextCompPro-Medium.ttf");
  font-family: pfd-medium;
}*/


button,
input {
  outline: none;
  border: none;
}

input[type=radio] {
  position: absolute;
  top: -5000px;
  left: -5000px;
  opacity: 0;
  z-index: -1000;
}

.slider {
  position: relative;
  height: 100%;
}

.slider--control {
  z-index: 50;
  position: absolute;
  top: calc(58% - 2rem);
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 50%;
}

.slider--control.left {
  left: 4rem;
}

.slider--control.right {
  right: 4rem;
}

#btn__back::before,
#btn__forward::before {
  border: 20px solid transparent;
  content: "";
  position: absolute;
  top: calc(50% - 20px);
}

#btn__back::before {
  border-right-color: rgb(255 255 255);
  left: -3px;
}

#btn__back:hover {
  background-color: hsla(171 86 25 / 0.4);
  border: 1px solid hsl(120 61 50);
}

#btn__forward::before {
  border-left-color: rgb(255 255 255);
  right: -3px;
}

#btn__forward:hover {
  background-color: hsla(171 86 25 / 0.4);
  border: 1px solid lime;
}

.slider--control label {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform: scale(0);
  transition: transform 0s 0s;
}

.slider--el {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 2.8s, z-index 0.1s;
  overflow: hidden;
}

.slider--el.anim-5parts .part {
  position: absolute;
  top: 0;
  width: 20.1%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}

.slider--el.anim-5parts .part:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  top: 0;
  width: 500%;
  height: 100%;
  background-image: url('../assets/imgs/nutrition.webp');
}

.slider--el.anim-5parts .part.part-1 {
  transition: transform 1.1s 0.3s;
  left: 0%;
}

.slider--el.anim-5parts .part.part-1:before {
  left: 0%;
}

.slider--el.anim-5parts .part.part-2 {
  transition: transform 1.1s 0.5s;
  left: 20%;
}

.slider--el.anim-5parts .part.part-2:before {
  left: -100%;
}

.slider--el.anim-5parts .part.part-3 {
  transition: transform 1.1s 0.7s;
  left: 40%;
}

.slider--el.anim-5parts .part.part-3:before {
  left: -200%;
}

.slider--el.anim-5parts .part.part-4 {
  transition: transform 1.1s 0.5s;
  left: 60%;
}

.slider--el.anim-5parts .part.part-4:before {
  left: -300%;
}

.slider--el.anim-5parts .part.part-5 {
  transition: transform 1.1s 0.3s;
  left: 80%;
}

.slider--el.anim-5parts .part.part-5:before {
  left: -400%;
}

.slider--el.anim-5parts .part {
  transform: translateY(100%);
}

.slider--el.anim-9parts .slider--el-bg {
  perspective: 2000;
}

.slider--el.anim-9parts .part {
  position: absolute;
  width: 33.5%;
  height: 33.5%;
  overflow: hidden;
  will-change: transform;
  transform-origin: 0% 100%;
}

.slider--el.anim-9parts .part:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 300%;
  height: 300%;
  background-image: url("../assets/imgs/5.jpg");
  /*track*/

}

.slider--el.anim-9parts .part.left-top {
  top: 0%;
  left: 0%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s;
}

.slider--el.anim-9parts .part.left-top:before {
  top: 0%;
  left: 0%;
}

.slider--el.anim-9parts .part.mid-top {
  top: 0%;
  left: 33.33333%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s;
}

.slider--el.anim-9parts .part.mid-top:before {
  top: 0%;
  left: -100%;
}

.slider--el.anim-9parts .part.right-top {
  top: 0%;
  left: 66.55557%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s;
}

.slider--el.anim-9parts .part.right-top:before {
  top: 0%;
  left: -200%;
}

.slider--el.anim-9parts .part.left-mid {
  top: 33.33333%;
  left: 0%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s;
}

.slider--el.anim-9parts .part.left-mid:before {
  top: -100%;
  left: 0%;
}

.slider--el.anim-9parts .part.mid-mid {
  top: 33.33333%;
  left: 33.33333%;
  transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s;
}

.slider--el.anim-9parts .part.mid-mid:before {
  top: -100%;
  left: -100%;
}

.slider--el.anim-9parts .part.right-mid {
  top: 33.33333%;
  left: 66.55557%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s;
}

.slider--el.anim-9parts .part.right-mid:before {
  top: -100%;
  left: -200%;
}

.slider--el.anim-9parts .part.left-bot {
  top: 66.55557%;
  left: 0%;
  transition: transform 0.9s 0.7s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.1s;
}

.slider--el.anim-9parts .part.left-bot:before {
  top: -200%;
  left: 0%;
}

.slider--el.anim-9parts .part.mid-bot {
  top: 66.55557%;
  left: 33.33333%;
  transition: transform 0.9s 0.8s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.2s;
}

.slider--el.anim-9parts .part.mid-bot:before {
  top: -200%;
  left: -100%;
}

.slider--el.anim-9parts .part.right-bot {
  top: 66.55557%;
  left: 66.55557%;
  transition: transform 0.9s 0.7s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.1s;
}

.slider--el.anim-9parts .part.right-bot:before {
  top: -200%;
  left: -200%;
}

.slider--el.anim-9parts .part {
  transform: rotateX(90deg);
  opacity: 0;
}

.slider--el.anim-3parts .part {
  position: absolute;
  top: 0;
  width: 33.5%;
  height: 100%;
  overflow: hidden;
  transition: transform 1.5s 0.3s;
  will-change: transform;
}

.slider--el.anim-3parts .part:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 300%;
  height: 100%;
  background: url("../assets/imgs/12.jpg");
}

.slider--el.anim-3parts .part.left {
  left: 0;
}

.slider--el.anim-3parts .part.left:before {
  left: 0;
}

.slider--el.anim-3parts .part.mid {
  left: 33.33333%;
}

.slider--el.anim-3parts .part.mid:before {
  left: -100%;
}

.slider--el.anim-3parts .part.right {
  left: 66.55557%;
}

.slider--el.anim-3parts .part.right:before {
  left: -200%;
}

.slider--el.anim-3parts .left {
  transform: translate3D(-100%, -33.333%, 0);
}

.slider--el.anim-3parts .mid {
  transform: translate3D(0, 100%, 0);
}

.slider--el.anim-3parts .right {
  transform: translate3D(100%, -33.333%, 0);
}

.slider--el.anim-4parts .part {
  position: absolute;
  width: 50.2%;
  height: 50.2%;
  overflow: hidden;
  will-change: transform;
}

.slider--el.anim-4parts .part:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 300%;
  height: 300%;
  /*background-image:linear-gradient(hsl(0 0% 0% / .5) 0 0),url("../assets/imgs/calm.jpg");*/
  background: url("../assets/imgs/calm.jpg");
}

.slider--el.anim-4parts .part.top {
  top: 0;
  transition: transform 1.3s 0.3s;
}

.slider--el.anim-4parts .part.top:before {
  top: 0;
}

.slider--el.anim-4parts .part.bot {
  top: 50%;
  transition: transform 1.3s 0.5s;
}

.slider--el.anim-4parts .part.bot:before {
  top: -100%;
}

.slider--el.anim-4parts .part.left {
  left: 0;
}

.slider--el.anim-4parts .part.left:before {
  left: 0;
}

.slider--el.anim-4parts .part.right {
  left: 50%;
}

.slider--el.anim-4parts .part.right:before {
  left: -100%;
}

.slider--el.anim-4parts .left {
  transform: translateX(-100%);
}

.slider--el.anim-4parts .right {
  transform: translateX(100%);
}

.slider--el-bg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-size: cover;
  transition: transform 1s 1.5s;
  will-change: transform;
}

.slider--el-bg .part:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.slider--el-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20rem;
  transition: opacity 0.3s;
  opacity: 0;
}

.slider--el-heading {
  width: 100%;
  /*font-size:clamp(2.5rem, 5vw, 5rem);*/
  font-size: clamp(1.2rem, 3vw, 5rem);
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2rem;
  word-spacing: 0.5;
  text-shadow: 0.01em 0.01em 0.01em #000;
  text-transform: uppercase;
  color: var(--surface-color);
}

.slider--el-content h1 {
  position: relative;
  /*top:1px;*/
  color: var(--surface-color);
  /*font-size:clamp(1.2rem, 3vw, 5rem);*/
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: normal;
  animation: fadeInUp 1s ease-out;
}

.slider--el-content h2 {
  animation: fadeInUp 2s ease-out;
}

/* CONTROL */
#page1:checked~.slider--el-1 {
  z-index: 10;
}

#page1:checked~.slider--el-1 .slider--el-bg {
  transform: scale(0.834);
}

#page1:checked~.slider--el-1 .slider--el-content {
  opacity: 1;
  transition: opacity 0.3s 1.8s;
}

#page1:checked~.slider--el-1 .part {
  transform: translateZ(0);
  opacity: 1;
}

#page2:checked~.slider--el-2 {
  z-index: 10;
}

#page2:checked~.slider--el-2 .slider--el-bg {
  transform: scale(0.834);
}

#page2:checked~.slider--el-2 .slider--el-content {
  opacity: 1;
  transition: opacity 0.3s 1.8s;
}

#page2:checked~.slider--el-2 .part {
  transform: translateZ(0);
  opacity: 1;
}

#page3:checked~.slider--el-3 {
  z-index: 10;
}

#page3:checked~.slider--el-3 .slider--el-bg {
  transform: scale(0.834);
}

#page3:checked~.slider--el-3 .slider--el-content {
  opacity: 1;
  transition: opacity 0.3s 1.8s;
}

#page3:checked~.slider--el-3 .part {
  transform: translateZ(0);
  opacity: 1;
}

#page4:checked~.slider--el-4 {
  z-index: 10;
}

#page4:checked~.slider--el-4 .slider--el-bg {
  transform: scale(0.834);
}

#page4:checked~.slider--el-4 .slider--el-content {
  opacity: 1;
  transition: opacity 0.3s 1.8s;
}

#page4:checked~.slider--el-4 .part {
  transform: translateZ(0);
  opacity: 1;
}

#page1:checked~.slider--control.left .page4-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s 2.1s;
}

#page1:checked~.slider--control.right .page2-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s 2.1s;
}

#page2:checked~.slider--control.left .page1-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s 2.1s;
}

#page2:checked~.slider--control.right .page3-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s 2.1s;
}

#page3:checked~.slider--control.left .page2-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s 2.1s;
}

#page3:checked~.slider--control.right .page4-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s 2.1s;
}

#page4:checked~.slider--control.left .page3-left {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s 2.1s;
}

#page4:checked~.slider--control.right .page1-right {
  z-index: 5000;
  transform: scale(1);
  transition: transform 0s 2.1s;
}
