@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&family=Rubik:wght@300;400;500;600;700&display=swap");

/*==BASIC-SETUP==*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background-color: #d0bea6;
}

.save {
  border: 1px solid #000000;
  padding: 5px 10px;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  .price ul li span {
    font-size: 14px;
  }
}

ul li span:nth-child(1) {
  text-align: left;
  font-size: 14px;
}
ul li span:nth-child(2) {
  text-align: right;
  font-size: 14px;
}

.price p {
  font-size: 14px;
}

table {
  width: 100%;
}

table th,
td {
  text-align: left;
  padding: 5px;
}
table th:nth-child(2) {
  text-align: center;
}
table td:nth-child(2) {
  text-align: center;
}
table th:nth-child(3) {
  text-align: right;
}
table td:nth-child(3) {
  text-align: right;
}
.haircut-services p {
  font-size: 14px;
}

.haircut-services p {
  text-align: left;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

/* Scroll top START */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  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::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f106";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(0, 0, 0, 1);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f106";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black;
  -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:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 1);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* Scroll top END */

.header-area {
  padding: 0; /* remove padding */
  background-color: #d0bea6;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0; /* KEY: removes extra vertical space */
}

.logo img {
  max-width: 200px; /* unchanged */
  height: auto;
  display: block; /* removes inline image gap */
}
.nav-items ul {
  display: flex;
  align-items: center;
}

.nav-items ul li {
  padding-left: 50px;
}

.nav-items ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  transition: 0.2s;
  text-transform: capitalize;
}

.active-nav {
  font-weight: 700 !important;
}

.menu-bar {
  cursor: pointer;
  display: none;
}

.menu-bar a i {
  font-size: 28px;
  color: #000000;
}

.offcanvas {
  max-width: 300px;
  background-color: #d0bea6;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas-body .nav-items {
  display: block;
}

.offcanvas-body .nav-items ul {
  display: block;
}

.offcanvas-body .nav-items ul li {
  padding: 0;
}

.offcanvas-body .nav-items ul li a {
  display: block;
  padding: 10px 20px;
}

.offcanvas-body .nav-items ul li a:hover {
  background-color: #281e1d;
  color: #d0bea6;
}

.btn-close {
  opacity: 1;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
}

/* HERO AREA START */

.main-content {
  position: relative;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  display: none;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 30px;
  color: red;
}

.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}

.main-content .owl-theme .owl-dots {
  display: none;
}

.hero-content {
  background-image: url("images/slider-1b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-content2 {
  background-image: url("images/slider-1a.jpg");
}

.hero-content3 {
  background-image: url("images/slider-3.jpg");
}

.hero-content h2 {
  font-size: 60px;
  font-weight: 700;
  color: #d0bea6;
  margin: 0 0 12px;
}

.hero-content p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  max-width: 700px;
  margin: 0 auto;
}

.wellness-area {
  padding: 100px 0;
}

.wellness-title h2 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.wellness-title span {
  display: block;
  width: 150px;
  height: 5px;
  margin: 0 auto;
  background-color: #291f1e;
}

.wellness-title {
  padding-bottom: 40px;
}

.wellness-main {
  background-color: #e8e3dd;
  padding: 40px 30px;
  border-radius: 8px;
  transition: 0.2s;
  border: 1px solid #291f1e;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wellness-main h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin: 20px 0 0;
  text-transform: capitalize;
}

.wellness-main2 h3 {
  margin-top: 30px;
}

.wellness-img img {
  max-width: 100px;
}

.about-us-area {
  padding: 100px 0;
}

.about-us-left img {
  border-radius: 10px;
  height: 500px;
}

.about-us-right {
  padding-top: 50px;
}

.about-us-right p {
  font-size: 20px;
  text-align: justify;
  color: #291f1e;
  margin: 0;
}

.our-services {
  padding: 100px 0;
}

.our-services-content {
  margin-bottom: 40px;
}

.our-services-content h2 {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin: 15px 0 10px;
}

.our-services-content p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

.our-services-content img {
  border-radius: 7px;
  height: 325px;
  object-fit: cover;
}

.viwe-all-btn {
  padding: 40px 0 0;
}

.viwe-all-btn a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 10px 40px;
  display: inline-block;
  background-color: #d0bea6;
  border-radius: 6px;
  border: 1px solid #291f1e;
  transition: 0.2s;
}

.viwe-all-btn a:hover {
  opacity: 0.5;
}

.getin-touch-area {
  padding: 80px 0;
}

.get-in-left-area {
  padding: 40px 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.get-in-title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 50px;
}

.get-in-content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.get-in-icon img {
  max-width: 40px;
}

.get-in-contact-info {
  padding-left: 20px;
}

.get-in-contact-info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 10px;
}

.get-in-contact-info p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.map-area iframe {
  width: 100%;
  min-height: 300px;
}

.footer-area {
  padding: 80px 0 0;
}

.footer-logo a img {
  max-width: 250px;
}

.footer-menu h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 30px 0 30px;
}

.footer-menu ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 10px;
  transition: 0.2s;
}

.footer-menu ul li a:hover {
  opacity: 0.5;
}

.footer-menu2 h4 {
  font-size: 22px;
  margin: 15px 0;
}

.footer-menu2 ul {
  display: flex;
  align-items: center;
}

.footer-menu2 ul li {
  padding-right: 35px;
}

.copy-right {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #000000;
  margin-top: 40px;
}

.copy-right p {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

.copy-right p a {
  font-weight: 700;
  color: #000000;
}

.terms-hero-area {
  padding: 100px 0;
}

.terms-title h2 {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 80px;
  text-transform: capitalize;
  font-style: italic;
  text-align: center;
}

.terms-title ul li {
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 34px;
  text-align: left;
}

.contactus-hero {
  padding: 150px 0;
}

.contact-us-hero-title h2 {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.opening-left h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px;
}

.opening-left p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 10px;
}

.input-area input,
.input-area textarea {
  max-width: 400px;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 10px 20px;
  border: 1px solid #e8e3dd;
  outline: 0;
}

.input-area {
  padding: 15px 0 0;
}

.input-area a {
  display: inline-block;
  background-color: #291f1e;
  color: #ffffff;
  padding: 10px 35px;
  border-radius: 6px;
  transition: 0.2s;
}

.input-area a:hover {
  opacity: 0.7;
}

.opening-left {
  padding-top: 40px;
}

.about-tio-right h2 {
  font-size: 40px;
  font-weight: 700;
  color: #303030;
  margin: 0 0 20px;
}

.about-tio-right p {
  font-size: 20px;
  font-weight: 500;
  color: #303030;
  margin: 0;
}

.about-tio-right2 {
  padding: 80px 0;
}

.about-tio-right2 p {
  max-width: 600px;
  margin: 0 auto;
}

.about-tio-right2 img {
  padding-bottom: 60px;
}

.about-tio-right3 {
  padding: 100px 0 0;
}

.services-main-content {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  margin-bottom: 40px;
  min-height: 800px;
}

.services-main-img img {
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

.bridal h4 {
  font-size: 14px;
}

td h4 {
  font-size: 14px;
}

.services-main-img {
  text-align: center;
  padding-top: 20px;
}

.services-main-title {
  padding: 20px 20px;
}

.services-main-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #281e1d;
  margin: 0;
}

.services-main-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #281e1d;
  margin: 12px 0;
  text-align: right;
}

.services-content-inner {
  padding: 25px 0 0;
}

.services-content-inner p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}

.services-content-inner h3 {
  text-align: center;
}

.services-main-content2 {
  min-height: 100px;
}

.services-main-content2 h2 {
  text-align: center;
  font-size: 46px;
}

.services-main-content4 {
  text-align: center !important;
  padding: 40px 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 35px;
}

.services-main-content4 .services-main-title h2 {
  text-align: center;
  line-height: 32px;
  font-size: 20px;
}
.services-main-content4 .services-main-title h4 {
  font-size: 16px;
}

.haircut-services-content {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 35px;
  text-align: center;
}

.haircut-content-title {
  padding: 20px 20px;
}

.haircut-content-title ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 900;
  color: #303030;
  padding-bottom: 8px;
}

.haircut-content-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #303030;
  margin: 15px 0;
}

.haircut-content-title p {
  font-size: 16px;
  font-weight: 500;
  color: #303030;
  margin: 0 0 20px;
  text-align: left;
}

.haircut-img img {
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

.haircut-img {
  text-align: center;
  padding-top: 20px;
}

.price-list3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-list3 h3 {
  margin: 0 0 10px;
  width: 33%;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.price-list3n {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-list3n h3 {
  margin: 0 0 10px;
  width: 33%;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #303030;
}
.bridal-img img {
  max-width: 100%;
  border-radius: 10px;
}

.haircut-services-content10 ul li {
  font-size: 14px;
}

.haircut-services-content10 ul li span {
  font-size: 16px;
}

.bidal-pack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.pack-content h2 {
  font-size: 36px !important;
  margin: 10px 0;
}

.pack-content {
  padding: 30px 0;
}

.additional-pack h3 {
  text-align: center;
  font-size: 36px;
}
.additional-pack h4 {
  text-align: center;
  font-size: 25px;
}
.bill-dis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  max-width: 600px;
  margin: 0 auto;
}

.bill-dis h4 {
  font-size: 24px;
  font-weight: 700;
  color: #303030;
}

@media screen and (max-width: 767px) {
  .haircut-content-title ul li {
    font-size: 10px;
  }

  .price-list3 h4 {
    font-size: 14px;
  }
}
