.bg-primary {
  background-color: #043636 !important;
}

.bg-gray-300 {
  background-color: #234748 !important;
}

.bg-gray {
  background-color: #f1f1f1 !important;
}

.text-primary-light {
  color: #7b9394;
}

.text-primary {
  color: #043636 !important;
}

.btn {
  border-radius: 25px;
  padding: 13px 40px;
}
.btn:focus {
  box-shadow: 0px 15px 20px #002020 !important;
  outline: none !important;
}

.btn-gradient {
  color: #ffffff;
  background: linear-gradient(to right, #d68328, #ffc994, #d68328);
  border: none;
  box-shadow: 0px 15px 20px #002020;
  height: 40px;
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient.active {
  color: #ffffff;
  background: linear-gradient(to right, #ffc994, #d68328, #d68328, #ffc994);
}

.z-index-9 {
  z-index: 9;
}

body {
  font-family: "Montserrat";
  font-weight: 400 !important;
}

.curve-shape {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  bottom: -1px;
  transform: rotateY(180deg);
}

.main-content {
  position: relative;
}
.main-content::after {
  position: absolute;
  content: url(/images/bg-after.png?17ec7418ca8c34bdadfd41987fe98a9e);
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  z-index: 0;
}

.banner-section .banner-img {
  max-height: 250px;
  width: 100%;
  overflow: hidden;
}

.profile-section {
  position: relative;
  z-index: 3;
}
.profile-section .card {
  position: relative;
  background-color: transparent !important;
  border: none;
}
.profile-section .card .card-img {
  position: absolute;
  top: -130px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #d68328, #ffc994, #d68328);
  box-shadow: 0px 15px 20px #002020;
}
.profile-section .card .card-img img {
  width: 142px;
  height: 142px;
  border-radius: 50%;
}
.profile-section .card .card-body {
  padding-top: 50px;
  padding-bottom: 30px;
}
.profile-section .card .card-body .profile-name h2 {
  font-size: 36px;
  background: -webkit-linear-gradient(#d68328, #ffc994, #d68328);
  -webkit-background-clip: text;
}
.profile-section .card .card-body .profile-name .vcard-profile-name {
  -webkit-text-fill-color: transparent;
}
.profile-section .card .card-body .profile-name h1, .profile-section .card .card-body .profile-name h2, .profile-section .card .card-body .profile-name p {
  color: #7b9394 !important;
}
.profile-section .social-media .social-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #234748;
  margin-right: 20px;
  box-shadow: 0px 15px 20px #002020;
}
.profile-section .social-media .social-icon img, .profile-section .social-media .social-icon svg {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-heading h2 {
  font-size: 30px;
  font-weight: 100;
  position: relative;
  display: inline-block;
}
.section-heading h2:before, .section-heading h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 200px;
  height: 1px;
  background: linear-gradient(to right, #d68328, #ffc994, #d68328);
}
.section-heading h2:before {
  right: 100%;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .section-heading h2:before {
    margin-right: 30px;
  }
}
.section-heading h2:after {
  left: 100%;
  margin-left: 40px;
}
@media (max-width: 575px) {
  .section-heading h2:after {
    margin-left: 30px;
  }
}

.contact-section {
  padding-bottom: 60px;
}
.contact-section .contact-box .contact-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #234748;
  margin-right: 20px;
  box-shadow: 0px 15px 20px #002020;
}
.contact-section .contact-box .contact-desc a {
  font-size: 12px !important;
  word-break: break-word !important;
}

.our-services-section {
  padding: 15px;
}
.our-services-section .services .service-card {
  padding: 30px 20px;
  border-radius: 20px;
  border: 0;
  background-color: white;
  position: relative;
}
.our-services-section .services .service-card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d68328;
  top: -5px;
  left: -5px;
  border-radius: 20px;
}
.our-services-section .services .service-card .card-img {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 25px;
  background-color: transparent;
  border: 1px solid #234748;
  color: #7b9394;
  border-radius: 15px;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #7b9394;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #7b9394;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .hour-input {
  background-color: transparent;
  padding: 13px;
  border-radius: 15px;
}

.gallery-section {
  background-image: url(/images/gallery-bg.png?f9bc10e22d92b22166b382545f1d75b2);
  background-size: cover;
}
.gallery-section .gallery-slider .slick-list {
  padding: 20px 0;
}
.gallery-section .gallery-slider .gallery-img, .gallery-section .gallery-slider .gallery-item {
  margin: 0 auto;
  max-width: 350px;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0, 32, 32, 0.2);
  background-size: cover;
  background-position: center;
}
.gallery-section .gallery-slider .gallery-img img, .gallery-section .gallery-slider .gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.gallery-section .gallery-slider .gallery-file-item {
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery-section .gallery-slider .slick-prev,
.gallery-section .gallery-slider .slick-next {
  position: absolute;
  opacity: 1 !important;
  width: 40px;
  z-index: 2;
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .slick-prev,
.gallery-section .gallery-slider .slick-next {
    display: none;
  }
}
.gallery-section .gallery-slider .slick-next {
  right: 0;
}
.gallery-section .gallery-slider .slick-next:before {
  content: url(/images/right-arrow.svg?85b8d1d7408486b32b442fab99183e9a);
  opacity: 1 !important;
}
.gallery-section .gallery-slider .slick-prev {
  left: 0;
}
.gallery-section .gallery-slider .slick-prev:before {
  opacity: 1 !important;
  content: url(/images/left-arrow.svg?91633d3ba55b793b519bc7dc56359056);
}

.audio-container img {
  height: 173px !important;
}

.product-section .product-slider {
  position: relative;
  z-index: 2 !important;
}
.product-section .product-slider .slick-slide {
  padding: 20px 10px;
}
.product-section .product-slider .product-card {
  max-width: 248px;
  margin: 0 auto;
  height: 295px !important;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0, 32, 32, 0.2);
}
.product-section .product-slider .product-card .product-img {
  height: 180px;
}
.product-section .product-slider .product-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-section .product-slider .product-card .product-desc {
  padding: 15px;
}
.product-section .product-slider .product-card .product-desc .product-amount {
  font-weight: 700;
  background: linear-gradient(to right, #d68328, #ffc994, #d68328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.product-slider {
  position: relative;
  z-index: 2 !important;
}

.testimonial-section {
  padding-bottom: 30px;
  background-image: url(/images/testimonial-bg.png?62006405c43303b8d7ec742e5df429f4);
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-section .testimonial-slider .testimonial-card {
  padding: 0 10px 30px 10px;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 0 0px 30px 0px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .card-img {
  width: 200px;
  height: 200px;
  min-width: 200px;
  border-radius: 100px 0 100px 100px;
  overflow: hidden;
  box-shadow: 0 15px 20px #002020;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body {
  padding-left: 30px !important;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .card-body {
    padding-left: 0 !important;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .quote-img {
  max-width: 100%;
  height: 35px;
  margin-bottom: 10px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .name {
  font-weight: 700;
  background: linear-gradient(to right, #d68328, #ffc994, #d68328, #d68328, #d68328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.blog-section .blog-slider .blog-card {
  position: relative;
  margin: 30px auto;
  max-width: 243px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
  position: relative;
}
@media (min-width: 575px) {
  .blog-section .blog-slider .blog-card {
    margin: 30px 10px;
  }
}
.blog-section .blog-slider .blog-card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d68328;
  top: -5px;
  left: -5px;
  border-radius: 20px;
  z-index: 0;
}
.blog-section .blog-slider .blog-card .card-img {
  width: 100%;
  height: 180px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-slider .blog-card .card-body {
  padding: 10px 15px;
  max-height: 154px;
  min-height: 154px;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bussiness-hour-section {
  background-image: url(/images/bussiness-hour-bg.png?fde23680cf26dac78854554551ff6782);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bussiness-hour-section .bussiness-hour-card {
  margin: 0 auto;
  max-width: 336px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 20px rgba(0, 32, 32, 0.2);
}
.bussiness-hour-section .bussiness-hour-card span {
  font-size: 16px;
  color: #043636;
  font-weight: 500;
}
@media (max-width: 575px) {
  .bussiness-hour-section .bussiness-hour-card span {
    font-size: 14px;
  }
}

.qr-code-section {
  background-image: url(/images/qr-code-bg.png?3abc210b7b75b3091b69c1938b819ad4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.qr-code-section .qr-code {
  width: 180px;
  height: 180px;
  min-width: 180px;
  border-radius: 15px;
  background-color: #234748;
  box-shadow: 0 15px 20px #002020;
  margin: 30px auto;
}
.qr-code-section .qr-code .qr-code-img {
  width: 120px;
  height: 120px;
  min-width: 120px;
}
.qr-code-section .qr-code .qr-code-img img, .qr-code-section .qr-code .qr-code-img svg {
  width: 100%;
  height: 100%;
}

.contact-us-section .contact-form form .form-control {
  margin-bottom: 10px;
  padding: 13px 25px;
  height: 50px;
  border-radius: 15px;
  border: 1px solid #7b9394;
  color: #043636;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #7b9394;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #7b9394;
}
.contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact-us-section .contact-form form .btn-gradient {
  box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
}
.contact-us-section .contact-form form .btn-gradient:focus {
  box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
}

.create-vcard-section {
  background-color: #f1f1f1;
}
.create-vcard-section .vcard-link-card {
  padding: 25px;
  border-radius: 15px;
  border: none;
  position: relative;
}
.create-vcard-section .vcard-link-card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d68328;
  top: -5px;
  left: -5px;
  border-radius: 20px;
}
.create-vcard-section .vcard-link-card div {
  position: relative;
  z-index: 9;
}
.create-vcard-section .vcard-link-card .link-text {
  font-size: 16px;
  word-break: break-all;
}
@media (max-width: 575px) {
  .create-vcard-section .vcard-link-card .link-text {
    font-size: 14px !important;
  }
}
.create-vcard-section .vcard-link-card .icon {
  background: -webkit-linear-gradient(right, #d68328, #ffc994, #d68328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.btn-section .fixed-btn-section .salon-bars-btn {
  background-image: linear-gradient(to right, #d68328, #ffc994, #d68328);
}
.btn-section .fixed-btn-section .sub-btn .salon-sub-btn {
  background-color: white;
  box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
}
.btn-section .fixed-btn-section .sub-btn .salon-sub-btn i {
  background: -webkit-linear-gradient(right, #d68328, #ffc994, #d68328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.slick-dots li button:before {
  color: #7b929340;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: -webkit-linear-gradient(right, #d68328, #ffc994, #d68328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.vcard15-sticky-btn {
  background: linear-gradient(to right, #d68328, #ffc994, #d68328);
  color: #ffffff;
  border: 1px solid #f1f1f1;
  height: 40px;
}

.vcard15-sticky-btn {
  background: linear-gradient(to right, #d68328, #ffc994, #d68328);
  color: #ffffff;
  border: 1px solid #f1f1f1;
  height: 40px;
}

.vcard15-btn-group {
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: linear-gradient(to right, #d68328, #ffc994, #d68328);
  border-radius: 50px !important;
}

.vcard-fifteen.main-content {
  max-width: 576px;
  min-height: 100vh;
  background-color: #ffffff;
}

.vcard-fifteen-heading {
  font-weight: 500;
  font-size: 28px;
  color: linear-gradient(to right, #d68328, #ffc994, #d68328) !important;
}

.vcard-fifteen-btn {
  padding: 10px 20px;
  background: linear-gradient(to right, #d68328, #ffc994, #d68328);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  color: #043636;
}
.vcard-fifteen-btn:hover {
  color: #043636 !important;
}

.social-icons a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #234748;
  margin: 10px;
  box-shadow: 0px 15px 20px #002020;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons a svg {
  color: #e49d50;
}
.social-icons svg, .social-icons img {
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px;
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 10px 20px;
  background: linear-gradient(to right, #d68328, #ffc994, #d68328);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.language ul .lang-list .lang-head {
  color: white;
}
.language ul .lang-list .lang-head i {
  color: white;
}
.language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 15px;
  width: 115%;
  left: unset !important;
  right: 0;
  min-width: 150px;
}
.language ul .lang-list .lang-hover-list li {
  padding: 5px 15px;
}
.language ul .lang-list .lang-hover-list li:hover {
  background-color: #f1faff !important;
}
.language ul .lang-list .lang-hover-list li:hover a {
  color: #009ef7 !important;
}
.language ul .lang-list .lang-hover-list li.active {
  background-color: #f1faff !important;
}
.language ul .lang-list .lang-hover-list li.active a {
  color: #009ef7 !important;
}
.language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
}
.language ul .lang-list .lang-hover-list li img {
  height: 20px !important;
  width: 25px !important;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 20px;
  border-radius: 50%;
  padding: 0px 0px 0px 4px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid #043636;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.time-slot {
  font-size: 15px;
  background-color: #234748 !important;
  color: white !important;
  padding: 13px;
  width: 165px;
  border: none;
}
.time-slot:hover {
  border: 1px solid white;
}

.activeSlot {
  border: 1px solid white;
}

.add-to-contact-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.add-to-contact-section .btn-gradient {
  box-shadow: none;
}

.modal-backdrop {
  background-color: transparent;
}

.add-contact-btn {
  height: 40px;
}
.add-contact-btn i {
  font-size: 1rem;
}

.fs-12 {
  font-size: 12px;
}

.product-details-page .product-btn {
  padding: 10px 20px;
  background: linear-gradient(to right, #d68328, #ffc994, #d68328);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  color: #043636;
}
.product-details-page .product-btn:hover {
  color: #043636 !important;
}
@media (max-width: 580px) {
  .product-details-page .product-card {
    width: 100% !important;
  }
}
@media (max-width: 450px) {
  .product-details-page .product-card img {
    width: 100% !important;
  }
}
.product-details-page .product-amount {
  color: linear-gradient(to right, #d68328, #ffc994, #d68328) !important;
}
