@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

Body {
  background-color: #ffffff;
}
.font-10 {
  font-size: 10px !important;
}

.font-weight {
  font-weight: 600;
}

._swipper-js-dots-style {
  margin-bottom: -13px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullet {
  opacity: 1;
  /*		background: #000;*/
}

.owl-carousel .item {
  position: relative;
}

.discou_amou_top {
  background: blue;
  position: absolute;
  top: 0px;
  left: 0;
  height: auto;
  width: auto;
  display: flex;
  padding: 3px 3px;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 3px;
}

.discou_amou_top p {
  font-size: 11px;
  animation: mno infinite 1.2s;
}

@keyframes mno {
  50% {
    opacity: 0;
  }
}

.owl-carousel .owl-item img {
  height: 170px;
}

.sl_at_home .owl-carousel .owl-nav button.owl-next:focus,
.sl_at_home .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.sl_at_home .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -10px;
  font-size: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  top: 40%;
}

.sl_at_home .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -10px;
  font-size: 40px;
  top: 40%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
}

.sl_at_home .owl-carousel .owl-nav button.owl-next span {
  position: absolute;
  top: -11px;
  left: 16px;
}

.sl_at_home .owl-carousel .owl-nav button.owl-prev span {
  position: absolute;
  top: -11px;
  right: 16px;
}

.sl_at_home .owl-carousel .owl-item img {
  width: 222px;
  height: 222px;
}

.sl_at_home_ser_name {
  font-weight: 500;
  font-size: 18px;
  font-family: roboto;
}

.mtc {
  margin-top: 110px;
}

@media (max-width: 1000px) {
  .mtc {
    margin-top: 48px;
  }
}

@media (max-width: 992px) {
  .category_name_sub {
    font-size: 18px;
        font-weight: 600;
  }

  .owl-carousel .owl-item img {
    height: 100px;
  }

  .sl_at_home .owl-carousel .owl-nav button.owl-prev,
  .sl_at_home .owl-carousel .owl-nav button.owl-next {
    font-size: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }

  .sl_at_home .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    top: -9px;
    left: 11px;
  }

  .sl_at_home .owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    top: -9px;
    right: 11px;
  }

  .discou_amou_top p {
    font-size: 7px;
  }

  .sl_at_home_ser_name {
    font-size: 14px;
    font-weight: 400;
  }

  .sl_at_home .owl-carousel .owl-item img {
    width: 222px;
    height: 132px;
  }

  .mtc {
    margin-top: 48px;
  }
}

.promo_banner_slider_src .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #e0e6eb;
  margin: 0 3px;
  box-shadow: none;
  border: 1px solid #033b4a;
}

.promo_banner_slider_src .owl-dots button.owl-dot.active {
  background-color: #033b4a;
  width: 12px;
  border-radius: 25px;
}

.promo_banner_slider_src .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.recom_ser .owl-dots button.owl-dot.active {
  background-color: #033b4a;
  width: 12px;
  border-radius: 25px;
}

.recom_ser .owl-dots {
  text-align: center;
  margin-top: 25px;
}
* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  overflow: hidden;
  /* border-radius: 5px 5px 5px 5px; */
  border-radius: 10px;
  border: none;

  margin: 53px 5px 5px 5px;
}

/* Hide the images by default */
.mySlides {
  display: none;
  position: relative;
}

/* Show the active slide */
.mySlides.active {
  display: block;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}
/* Main section container */
.salon-home-section {
  padding: 20px;
  /* background-color: #f7f7f7; */
  max-width: 1250px;
  margin: 0 auto;
}

/* Heading */
.salon-home-heading h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  padding-left: 10px;
}

/* Slider container */
.salon-home-slider-container {
  background-color: #fff;

  border-radius: 12px;
  overflow: hidden;
  position: relative;
  /* box-shadow: 0 2px 15px rgba(0,0,0,0.05); */
}

/* Flex-based slider */
.salon-home-slider {
  display: flex;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar */
.salon-home-slider::-webkit-scrollbar {
  display: none;
}

/* Each slider item */
.slider-item {
  flex: 0 0 auto;

  scroll-snap-align: start;
}

/* Link */
.slider-link {
  text-decoration: none;
  display: block;
  color: inherit;
}

/* Card styles */
.slider-card {
  width: 222px;
  height: 222px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
    inset 0 -15px 20px -10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.d-slider-card {
  width: 222px;
  height: 222px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #fff;

  transition: transform 0.3s ease;
}
.slider-card:hover {
  transform: translateY(-5px);
}

/* Image container */
.image-container {
  position: relative;
  /* height: 120px; */
  width: 222px;
  height: 222px;
  overflow: hidden;
}

/* Image */
.slider-image {
  width: 222px;
  height: 222px;
  object-fit: cover;
  display: block;
}

/* Image overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* Discount badge */
.discount-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #ff4d4f;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 12px;
  font-weight: bold;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Category Name Overlay */
.category-name-overlay {
    height: 24px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px 28px 28px 0px;
    background: red;
    position: absolute;
    bottom: 0;
    left: 0px;
    top: 13px;
    /* right: 51px; */
    color: white;
    font-weight: 500;
    font-size: 14px;
    z-index: 1;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.b-shadow {
  box-shadow: grey 0px 0px 2px 0px;
  border: none;
  border-radius: 10px;
}

._main-page-heading-main span {
  font-size: 14px;
}
.scroll {
  overflow: auto; /* Or overflow: scroll; */
  /* Optional scrollbar styling */
  scrollbar-color: rebeccapurple white;
  scrollbar-width: none;
}

.m-min-15 {
  margin: 0px -15px 0px -15px;
  padding: 0px -15px 0px -15px;
}
.p-plus-15 {
  padding: 0px 15px 0px 15px;
}
.save span {

		color: white;

	}

	.save {
		background: linear-gradient(to right, #000000ff, #1b1b1bff);
		padding: 5px 10px;
		border-radius: 5px;
	}

	.services .service-box .card .card-footer {
		border: 0;

		color: black;

		background: #e1e5f8;
		border-radius: 20px 20px 0px 0px;

	}

	.topinset {
		box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
	}

	.border {
		border: none;
		box-shadow: grey 0px 0px 7px 0px;
		margin: 5px;
	}

	.viewblock {
		display: flex;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		margin: 7px;
	}

	.viewblock div {
		margin-inline: auto;
	}

	.numberCart {
		margin: 0px;
	}

	.services .service-box .card ul {
		height: auto;
	}
    .services {
		width: 100%;
	}
.safety-precaution .card {
    border-radius: 20px !important;
    padding: 43px 20px;
    border: None;
}
.p-size{
	font-size: 15px;
}

