/* @import url('https://api.fontshare.com/v2/css?f[]=supreme@200,300,400&f[]=technor@600&display=swap'); */
/* @import url("https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"); */
#main {
	margin-top: 5rem;
}

.instagram__widget {
	margin: 2rem 1rem 0 1rem;
}

/* EFFECTS */
.noOpacity {
	opacity: 0;
}

.lazy-image {
	opacity: 0;
	/* transform: translateY(20px); */
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.lazy-image.loaded {
	opacity: 1;
	transform: translateY(0);
}

.movedUp2 {
	opacity: 0;
	scale: 0.95;
	transform: translateY(-15px);
}

.movedUp {
	opacity: 0;
	height: auto;
	transform: translateY(-15px);
}

#confirmationScreen-wrapper {
	position: fixed;
	opacity: 0;
	/* height: 100vh; */
	top: 0;
	left: 0;
	transform: translateY(-50px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 1000;
	height: 100%;
	width: 100%;
	/* display: none; */
	justify-content: center;
	align-items: center;
	text-align: center;

}

#confirmationScreen-wrapper.active {
	display: flex;
	opacity: 1;
	transform: translateY(0);
}

.confirmationScreen {
	transition: all 0.5s ease-in;
	position: absolute;
	top: 40px;
	z-index: 999;
	background-color: white;
	padding: 1rem 2rem 1rem 2rem;
	margin: 0 2rem 1rem 2rem;

	border-radius: 10px;
}

#page-wrapper {
	transition: filter 0.15s ease;
}

.blurEffect {
	filter: blur(10px);
}

#appointment-date-time-picker {
	width: 200px;
	font-size: 14px;
	padding: 10px;
}

/* remove android default calendar in mozilla */
input[type="time"],
input[type="date"] {
	-moz-appearance: none;
	appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
}

.flatpickr-calendar {

	font-size: 12px;
	padding: 0.5rem 0;
}

#selectedServices,
#readOnlySelectedServices {
	color: black;
	line-height: 1;
	font-size: 1rem;
	border: none;
	pointer-events: none;
	font-size: 1.25rem;
}

#selectedServices {
	height: 0;

}

.appointment__info-wrapper {
	margin: 1rem 0 2rem 0;
}

.appointment__time-wrapper {
	display: flex;
	gap: 1rem;
	margin: 1rem 0;
}

.appointment__buttons-wrapper {
	margin: 1rem 0;
	display: flex;
	justify-content: space-evenly;
}

.appointment__buttons {
	padding: 0.5rem 0;
	height: auto;
	min-width: 7em;
}

.appointment__buttons-close {
	background-color: var(--clr-light);
	border: solid 1px var(--clr-lightgrey);
	color: var(--clr-dark);
}

.appointment__buttons-close:hover {
	background-color: rgba(255, 255, 255, 0.789);
}

.numInputWrapper span {
	opacity: 1;
}

.flatpickr-day.today {
	border: none;
}

/* Styling the tooltip */
.tooltip-instructions {
	font-size: 12px;
	background-color: #f9f9f9;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 10px;
	display: none;
	/* Initially hidden */
}

/* Style for disabled unavailable time slots */
.flatpickr-disabled {
	background-color: #e0e0e0 !important;
	cursor: not-allowed;
}

/* Button styles */
.btn-next-slot {
	background-color: #4CAF50;
	color: white;
	padding: 10px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.btn-next-slot:hover {
	background-color: #45a049;
}



.flex-row-center {
	display: flex;
	justify-content: center;
}

.hideNav {
	transform: translateY(-100%);
	/* border: solid rgb(97, 55, 55); */
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.heading-icon {
	width: 30px;
}

.menu__item-name {
	width: 100% !important;

}



.menu__item-desc,
.menu__item-time {
	margin-bottom: 0 !important;
}

.border {
	border: solid;
}



.margin {
	margin: 0 !important;
	border: solid 1px #fff3ea;

}

.padding {
	padding: 0 !important;
}

.placeholder {
	/* height: 40px; */
	width: 100%;
	background: var(--clr-background);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: solid 1px white;
	object-fit: contain;
	border-radius: 5px;
	aspect-ratio: 3/2;
	margin: 0;
}

.features .brandLogo{
	box-shadow: none;
	border: none;
	max-width: none;
	aspect-ratio: 2/2;
}


.side-menu {
	max-width: 100%;
	margin-bottom: 1rem;
}

.dropdown {
	border-radius: 10px;
	border: #d0d0d0 1px solid;
	box-shadow: 0px 4px 5px 0px rgb(122 122 122 / 10%);
}

.dropdown-container {
	margin-left: 1.5em;
}

.dropdown-menu,
.dropdown .menu__item-desc {
	user-select: none;
}



/* .dropdown .menu-items li:last-child .menu__item {
	justify-content: center;
	margin: 0.35rem 0 1.25rem 0;
	border: solid rebeccapurple;
} */

.dropdown-menu {
	/* padding: 8px 16px; */
	margin: 0;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	color: white;
}

.dropdown-toggle {
	padding: 0.5rem 1rem;
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.dropdown-menu input {
	position: absolute;
	opacity: 0;
}

.dropdown-name {
	/* display: flex; */
	color: var(--clr-dark);
	gap: 8px;
}


.dropdown.open .down-arrow {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.down-arrow {
	stroke: var(--clr-dark);
	transition: transform 0.3s ease;
}


.menu-items {
	padding: 0;

	margin: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 0.3s ease-out, opacity 0.3s ease-out;
	border-radius: 0 0 4px 4px;
}

.menu-items.open {
	opacity: 1;
}

.menu-items li {
	margin: 1rem 0.5rem;

	-webkit-tap-highlight-color: transparent;
	list-style: none;
	display: flex;
	
	/* cursor: pointer; */
	/* margin-top: -0.6rem; */

	/* padding-left: 0; */
	/* 	border-right: var(--clr-charcoal) 1px solid; */
	/* border-left: var(--clr-charcoal) 1px solid; */
	/* background-color: #353535; */
	/* transition: background-color 0.1s ease; */
}





li.fullListRedirect {
	margin: 1.5rem 0 !important;
	padding: 0 !important;
	border: transparent;
}

/* .menu-items li:hover {

} */

/* 
.dropdown:has(input:checked) .menu-items {
	max-height: 400px;
	opacity: 1;
} */

/* .dropdown:has(input:checked) .menu-items.treading {
	max-height: 260px;
} */

.dropdown:has(input:checked) .menu-items.waxing {
	max-height: 370px;
}

.dropdown:has(input:checked) .menu-items.advance_facial,
.dropdown:has(input:checked) .menu-items.basic_facial {
	max-height: 370px;
}

.dropdown:has(input:checked) .dropdown-menu {
	border-radius: 4px 4px 0 0;
}

.dropdown+.dropdown {
	margin-top: 16px;
}

.link.hideMobile {
	display: none;
}

ul {
	margin: 0;
}
h1,
h2,
.link.carousel__last span,
.review__link {
	padding: 0;
	font-size: 3.25rem;
}

header div {
	position: relative;
	width: 103rem;
	max-width: calc(100% - 1rem);
	margin: 0 auto;
}

.box.withCheckbox {
	padding-left: 0;
	display: grid;
	padding: 0;
	    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1rem;
}

.checkbox {
	position: absolute;
}





.welcome {
	font-size: 1rem;
	margin: 0 0 0.5rem 0 !important;
	text-align: left !important;
}

.ham__book {
	text-align: right;
	color: var(--clr-light);
	/* position: 	absolute; */
	background-color: var(--clr-dark);
}

.ham__book a {
	background-color: transparent;
}


#banner p,
.major p,
.buttons button,
.menu__item-name,
.gallery__page-button,
.testimonial__content,
.testimonial__arrow-wrapper,
#navButton .link,
footer p,
footer li,
footer span,
footer h4 {
	font-size: 1.35rem;
}

.banner__first {
	height: 50%;
	gap: 0;
	display: flex;
	flex-direction: column;
	border: solid read;
}



header h2 {
	margin-bottom: 0.5rem;
}

ul.actions {
	gap: 1rem;
}

.discount__wrapper-container {
	margin: 0 1rem 5rem 1rem;
}

.discount__wrapper-container h2 {
	margin-bottom: 1rem;
}

.discount__wrapper {
	width: 100%;
	margin-bottom: 1.5rem;
	border: dotted #979797;
	padding: 0.3rem;
	padding-bottom: 0em;
	border-radius: 5px;
}

.discount__wrapper:last-of-type {
	margin-bottom: 1rem;
}

.discount__banner {
	margin: 0;
	object-fit: contain;
	width: 100%;
	border-radius: 5px;

}

.salonPic-container{
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 1rem;
}

.salonPic-featured {
	display: flex;
	height: 281px;
	gap: 0.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	/* padding-bottom: 1rem; */
}

.salonPic-featured__item {
	/* Prevent shrinking */
	width: 100%;
	background-color: var(--clr-background);
	flex-grow: 1;
	min-width: 200px;
	line-height: 1;
	/* Show 1–2 images at a time */
	scroll-snap-align: start;
}

.salonPic-featured__item img {
	/* aspect-ratio: 16/9; */
	width: 100%;
	height: auto;
	object-fit: cover;
	/* border-radius: 0.5rem; */
}

.salonPic-featured::-webkit-scrollbar {
	display: none;	
}

.salonPic-featured p{
	margin: 0;
	text-align: center;
	color: var(--clr-accent) !important;

	margin: 0.25rem;
}

.salonPic-featured::-webkit-scrollbar-thumb {
	background: var(--clr-lightgrey);
	border-radius: 4px;
}

.gallery__page {
	display: flex;
	text-align: right;
	gap: 0.8rem;
	align-items: center;
	justify-content: space-between;
}

.gallery__page-wrapper {
	position: relative;
	display: flex;
	text-align: right;
	margin: 0 0 1rem 0;
	align-items: center;
	justify-content: space-between;
}

.gallery__page h3,
.testimonial h3 {
	margin: 0;
	font-size: 3rem;
}

.gallery__title {
	font-size: 2rem;
	margin-right: 3.5rem;
	align-items: center;
	align-content: center;

	/* padding-bottom: 0.4rem; */
	text-align: center;
}

.gallery__arrow {
	border-bottom: 1px solid white;
	right: 0;
	height: 3rem;
	width: 3rem;
	color: var(--clr-light);
	border: 0;
	display: block;
	margin-left: 0.4rem;
	transition: transform 0.3s ease;
	position: absolute;
}

.gallery__title:hover+.gallery__arrow {
	transform: translateX(10px);
}

.gallery__arrow:hover {
	transform: translateX(10px);
}

.carousel {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

.carouse {
	width: 100%;
	overflow: auto;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

.featured {
	display: flex;
	height: auto;
	transition: transform 0.5s ease-in-out;
	will-change: transform;
	gap: 0.8rem;
	/* justify-content: center; */
}

.featured::-webkit-scrollbar,
.review__container::-webkit-scrollbar {
	width: 0;
}

.featured__item {
	height: auto;
	overflow: hidden;
	flex-shrink: 0;
	margin-left: 0.2rem;
}

.border__container {
	height: 650px;
	aspect-ratio: 2/3;
}


.featured__item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	scroll-snap-align: start;
	border-radius: 10px;
	user-select: none;
}

.featured__item.last img {
	background-color: var(--clr-light);
}

.gallery__arrows {
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
	background: transparent;
	color: var(--clr-light);
	border: none;
	padding: 20px 10px;
	cursor: pointer;
	z-index: 10;
	/* height: 50px; */
	width: 50px;
}

.prev.button__background {
	position: absolute;
	top: 74.6%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: var(--clr-light);
	border: none;
	border-radius: 4px;
	padding: 18px;
	cursor: pointer;
	left: 8.7px;
	z-index: 1;
}

.next.button__background {
	position: absolute;
	top: 74.6%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: var(--clr-light);
	border: none;
	border-radius: 4px;
	padding: 18px;
	cursor: pointer;
	right: 8.7px;
	z-index: 1;
}

button.prev {
	left: 0px;
	user-select: none;
}

button.next {
	right: 0px;
	user-select: none;
}

.carousel:hover {
	cursor: pointer;
}

.gallery__page .gallery__page-button {
	height: auto;
	padding: 0.35rem 1rem;
	background-color: transparent;
	font-weight: 300;
	color: var(--clr-lightgrey);
}


/* Before and After buttons of photos */
.gallery__img-container {
	margin: 2em;
	display: grid;
	column-gap: 2rem;
	row-gap: 3rem;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(320px, 330px));
}

.image-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
	
}

.image-container img{
object-fit: auto;
}

.fade-img {
	width: 100%;
	display: block;
}

/* First image is static — visible by default */
.fade-img:first-child {
	position: static;
}

/* Second image is layered above, hidden by default */
.fade-img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
	z-index: 0;
}

.fade-img.active {
	opacity: 1;
	z-index: 1;
}

.headshot.loaded {
	opacity: 0;
	width: 100%;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	z-index: 1;
	height: 100% important;
}

.headshot.active {
	transition: opacity 0.3s ease-in-out;
	opacity: 1 !important;
	z-index: 2;
}

.gallery__btn-wrapper {
	display: flex;
	justify-content: center;
	margin: 0 1rem;
}

.gallery-btn {
	background-color: transparent;
	margin: 0 auto;
	color: var(--clr-lightgrey);
	font-family: 'Supreme', sans-serif;
	width: 100%;
	padding: 12px 3px;
	font-size: 0.92rem;
	transition: background-color 0.1s ease-out;
	margin: 0.75rem 0;
	cursor: pointer;
	border: 1px solid var(--clr-lightgrey);
	/* min-width: 6.5em; */
}

.gallery-btn.current {
	transition: background-color 0.3s ease-in, border 0.3s ease-in;
	background-color: var(--clr-light);
	border: solid 1px var(--clr-light);
	color: var(--clr-charcoal);
}

.before-btn {
	border-right: transparent;
}

.after-btn {
	border-left: transparent;
}


#OurServices {
	height: 1px;

}

.buttons {
	display: flex;
	font-family: 'Supreme', sans-serif;
	margin: 0 1rem 0 1rem;
	justify-content: flex-start;
	/* gap: 1rem; */
	overflow: auto;
	background-color: var(--clr-light);
	/* background-color: #f5f5f5; */
	overflow: auto;
	user-select: none;
}

.service__wrapper {
	position: relative;
}

.buttons-wrapper {
	position: sticky;
	top: 56px;
	margin: 0 0 0 0;
		border: solid var(--clr-lightgrey) 1px;
    border-radius: 20px;
	background-color: var(--clr-light);
	/* box-shadow: 2px 5px 20px 0px rgb(0 0 0 / 30%); */
	/* border: solid rebeccapurple; */
	/* border-radius: 10px; */
	z-index: 100;
	/* padding: 0.5rem 0; */
}

.buttons-wrapper2 {
	position: sticky;
	top: 35px;
	margin: 0 0 0 0;
	background-color: var(--clr-charcoal);
	/* border: solid rebeccapurple; */
	z-index: 100;
	padding: 0.5rem 0;
}

button {
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.buttons button {
	cursor: pointer;
	/* width: clamp(10rem, 50%, 10rem); */
	min-width: 5.5rem;

	/* background-image: linear-gradient(to top, #1a1a1a 0%, #22222291 100%); */
	user-select: none;
	text-align: center;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0;
}

.buttons button img {
	width: 40px;
	margin: 0.2rem 0 0.4rem 0;
	position: relative;
}


.buttons::-webkit-scrollbar {
	display: none;
}

.menu__title {
	margin-bottom: 2.5rem;
	text-align: center;
}
.intro__description{
	margin: 0 0 1rem 0;
}
.service__button {
	background-color: var(--clr-light);
	padding: 0;
	font-family: 'Supreme', sans-serif;
	border: solid var(--clr-light) 1px;
	/* border: transparent; */
	text-align: center;
	color: var(--clr-accent);
	margin: 0.5rem 0;
	/* line-height: 2.5rem; */
	/* box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 51%); */
	font-weight: 300;
	/* box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 5%); */
	min-width: 4.5rem;
}

.service__button.current {
	transition: background-color 0.3s ease, border 0.3s ease;
	background-image: none;
	background-color: var(--clr-lightgrey);
	border-bottom: solid 1px var(--clr-lightgrey);
	line-height: normal;
	border-radius: 10px;
	color: var(--clr-light);
	/* margin-bottom: 0; */
}

h3.services {
	color: var(--clr-dark);

	border-bottom: 1.3px solid var(--clr-dark);
	width: auto;
	display: inline-block;
}

hr {
	border: 0;
	margin: 0;
}

.serviceCounter-wrapper {
	padding: 0 0.5rem;
	transition: transform 0.3s ease;
	position: fixed;
	height: 50px;
	gap: 5rem;
	/* margin: 0 1rem 1rem 1rem; */
	background-color: white;
	display: flex;
	justify-content: center;
	z-index: 999;
	color: var(--clr-dark);

	align-items: center;
	right: 0;
	left: 0;
	bottom: 0;
	/* box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%); */
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 51%);
	/* border-radius: 10px; */
}



.serviceCounter {
	margin: 0;
	display: flex;
	min-width: 9rem;
	font-size: 1rem;
	/* position: absolute; */
	justify-content: center;
	align-items: center;
	text-align: center;
	/* border: 1px solid var(--clr-dark); */
	color: var(--clr-dark);
	/* border: solid red ; */
}

.serviceCounter-wrapper:hover {	
	border: transparent;
	/* height: 50px; */
	outline: transparent;
	transition: height 0.1s ease, width 0.1s ease;
}

.fixedCTA {
	width: 100%;
	max-width: 11rem;
	text-align: center;
	color: var(--clr-light);
	background: var(--clr-lightgrey);
	padding: 0.5rem 1.5rem;
	border-radius: 5px;
	/* font-weight: ; */
}
.bookButton.fixedCTA{
	background: none;
	border: 1px solid var(--clr-lightgrey);
	color: var(--clr-accent);
	padding: 0.45rem 1.5rem;
}
.menu__item {
	display: flex;
	/* justify-content: space-between; */
	padding: 0;
	width: 100%;
	line-height: 1.5em;
}


.services {
	margin-bottom: 2.7rem;

}



.menu__item-desc {
	width: 90%;
}


.menu__item-desc.menu__item-desc-checkbox {
	width: 115%;
	margin: 0;
}

.menu__item-time.menu__item-time-checkbox {
	display: inline;

}





.samplePrices-container {
	position: relative;
}



.menu__item-name .menu__item-desc,
.menu__item-time {
	letter-spacing: 0rem;
}


.menu__item-name {
	font-weight: 300;
	align-self: flex-start;
	line-height: 1;
}



.menu__item-name {
	text-align: left;
	/* border-bottom: 1px dashed #c5c5c5; */
	/* padding-bottom: 1.25rem; */
	margin-bottom: 1.25rem;
	width: 84%;
	color: var(--clr-dark);
}

.menu__item-name:last-child {
	align-items: center;
    height: 100%;
    display: flex;
    border: transparent;
    justify-content: center;
}

.menu__item-name.last {
	border: transparent;
}

.dropdown .menu__item-name {
	border: transparent;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
}

.menu__viewall {
	width: auto;
}

.menu__viewall-linkIcon {
	width: 17px;
	margin: 0 0.3rem;
}

.menu__viewall-linkIcon svg {
	display: block;
}

.menu__item-desc {
	width: 95%;
}




.menu__item-desc,
.menu__item-time {
	display: block;
	margin: 0.2rem 0 2.3rem 0;
	font-size: 1rem;
	color: #686868;
	text-align: left;
	line-height: 1.6;

	/* letter-spacing: 0em; */
	/* border-bottom: 1px solid hsla(0, 0%, 87%, 0.75); */
}




.testimonial,
.testimonial2 {
	cursor: grab;
	overflow: hidden;
	position: relative;
}

.flex {
	display: flex;
	animation: slide 10s linear infinite;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.flex::-webkit-scrollbar {
	display: none;
}



.slide:first-of-type {
	/* animation: scroll-left-full 14s linear infinite; */
	animation: scroll-hint 1s ease-in-out 1;
	/* Run once */
}

/* .slide:nth-of-type(2) {
	animation: scroll-left 11s linear infinite;
  } */

@keyframes scroll-left-full {
	0% {
		transform: translateX(100%);
	}


	100% {
		transform: translateX(-100%);
	}
}

/*
  @keyframes scroll-left {
	0% {
	  transform: translateX(0%);
	}
	100% {
	  transform: translateX(-105%);
	}
  }
   */

.testimonial__title-wraper {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 1rem;
}

.testimonial__title {
	text-align: left;

	line-height: 1;
	margin-bottom: 0;
}

.testimonial__arrow-wrapper {
	display: flex;
	gap: 0.6rem;
}

.testimonial__arrow-wrapper * {
	color: var(--clr-lightgrey);
	align-self: center;
}

.gallery__page .button {
	color: var(--clr-charcoal);
	box-shadow: none;
	background-color: var(--clr-light);
	align-content: center;
	min-width: auto;
}

.testimonial__arrow {
	align-self: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	/* animation: scroll-left-full 3s linear infinite; */
	color: var(--clr-light);
	/* color: #bebebe; */
}

.testimonial__arrow svg {
	/* animation: slide 3s linear infinite; */
	margin-right: -5px;
}

@keyframes slide {
	0% {
		transform: translateX(-100%);
		/* Start from right */
	}

	100% {
		transform: translateX(100%);
		/* End at left */
	}
}
.features-container{
	display: flex;
	gap: 1rem;
	margin: 0;
	border-radius: 5px;
	background: var(--clr-background);
	padding: 0 1rem;

	
}
.features__wrapper{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1.5rem 0;
	gap: 1rem;
}

.features img{
	max-width: 55px;
	display: block;
	/* margin: 0 auto; */
	width: 100%;
}

.features{
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.testimonial .featured {
	display: flex;
	height: auto;
	width: 400px;
	align-items: flex-start;
	gap: 1rem;
}

.testimonial__review-wrapper {

	flex-shrink: 0;
	width: 80%;

}

.testimonial__review {
	color: var(--clr-dark);
	border: solid ;
	background-color: rgb(255, 255, 255);
	border-radius: 25px;
	/* border: 2px solid yellow; */
	padding: 0 2rem;
	position: relative;
}

.testimonial__content {
	margin: 0;
	margin-top: 1.45rem;
	padding: 0;
}

.bento {
	margin: 1rem 0;
	width: 100%;

}

.testimonial__review-opening,
.testimonial__review-closing {
	width: 3.2rem;
	opacity: 0.0;
	padding: 0 -2rem;
}

.testimonial__review-opening {
	transform: scaleY(-1) scaleX(-1);
	margin-left: 1rem;
	position: absolute;
	left: -0.5rem;
	top: 0rem;
}

.testimonial__review-closing-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}

.testimonial__review-closing {
	position: absolute;
	right: 0;
	top: -2rem;
}

.person__container {
	display: flex;
	align-items: center;
	gap: 1.3rem;
	margin: 1rem 0 1rem 0;
	/* opacity: 0; */
}

.one .person__container,
.three .person__container {
	opacity: 1;
}

.nine .person__container,
.eleven .person__container {
	margin: 0;
	width: 50%;

}

.testimonial__review-pic {
	width: 48px;
	height: 48px;
	border-radius: 25px;
	object-fit: cover;
	/* border: 1px dashed black; */
}

.testimonial__review-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
}



.nine,
.eleven {
	display: flex;
	gap: 1rem;
}

.review__container {
	display: flex;
	overflow-x: auto;
	gap: 1rem;
	/* margin: rem 0 ; */
}

.one {
	grid-area: one;

}

.two {
	grid-area: two;
}

.three {
	grid-area: three;

}

.four {
	grid-area: four;
}

.five {
	grid-area: five;
}

.six {
	grid-area: six;
}

.seven {
	grid-area: seven;
}

.eight {
	grid-area: eight;
}

.nine {
	grid-area: nine;
}

.ten {
	grid-area: ten;
}

.eleven {
	grid-area: eleven;
}

.slide {
	display: grid;
	flex-shrink: 0;
	grid-template-columns: repeat(7, 143px);
	/* grid-template-rows: repeat(2, 255px); */
	grid-gap: 1rem;
	grid-template-areas:
		"one one one two two two two"
		"three three three three four four four";
}

.slide.two {
	display: grid;
	flex-shrink: 0;
	grid-template-columns: repeat(8, 185px);
	/* grid-template-rows: repeat(4, 1fr); */
	grid-gap: 1rem;
	grid-gap: 0.75rem;
	grid-template-areas:
		"five five five six six seven seven seven"
		"five five five six six seven seven seven"
		"eight eight nine nine nine nine ten ten"
		"eight eight eleven eleven eleven eleven ten ten";
}

.review__link-wrapper {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

.review__link {
	font-size: 1.5rem;
}

.review__arrow {
	width: 35px;
	color: var(--clr-lightgrey);
	background-color: transparent;
	border: none;
}

/* margins  */
.gallery {
	margin-bottom: 6rem;
}

.service__wrapper {
	margin-bottom: 7rem;
}

.box.first__p,
.salonPic-container,
.gallery,
.service__wrapper,
.testimonial,
.discount__wrapper-container,
.googlemap {
	margin-bottom: 12rem;
}

	.section-margin{
		margin-bottom: 6rem;
		margin-top: -6rem;
	}

.service__wrapper,
.discount__wrapper-container {
	margin-bottom: 11rem;
}

.googlemap {
	text-align: center;
}

iframe {
	width: 750px;
	height: 500px;
}

.contactDetails-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	color: red;
}

.contactDetails-container * {
	color: var(--clr-dark);
}

.contactDetails-container h3 {
	color: var(--clr-lightgrey);
}

.contactDetails-container h3 {
	min-width: 9em;
}

.contact__phoneNumber-wrapper,
.contact__WhatsappNumber-wrapper,
.contact__address-wrapper,
.contact__timmings-wrapper {
	display: flex;
}

.contact__whatsappnumber-container,
.contact__phoneNumber,
.contact__timings-container {
	display: flex;
	flex-direction: column;
}


.copyright__container *{
	font-size: 0.75rem;
	color: grey;
}
.copyright__container span{
	line-height: 1.3;
}
/* .contactDetails-container .phoneNumber,
.contactDetails-container  .whatsappJustLink{
	border: solid var(--clr-dark);
} */

@media screen and (max-width: 1680px) {
	#banner {
		height: 600px;
	}

	#banner h1 {
		font-size: 6rem;
	}

	h1,
	h2,
	.carousel__last span,
	.review__link {
		font-size: 3.25rem;
	}

	#banner p,
	.major p,
	.buttons button,
	.gallery__page-button,
	.menu__item-name .testimonial__content,
	.testimonial__arrow-wrapper,
	#navButton .link,
	footer p,
	footer li,
	footer span,
	footer h4 {
		font-size: 1.35rem;
	}



	.border__container {
		height: 650px;
	}

	.menu__item {
		line-height: 1.5em;
	}


	.menu__item-desc,
	.menu__item-time {
		font-size: 1rem;
		margin: 0.2rem 0 2.3rem 0;

	}

	.services {
		margin-bottom: 2.6rem;
	}

	.slide {
		grid-template-columns: repeat(7, 131px);
		/* grid-template-rows: repeat(2, 255px); */
		grid-gap: 1rem;
	}

	.slide.two {
		grid-template-columns: repeat(8, 165px);
		/* grid-template-rows: repeat(4, 1fr); */
		grid-gap: 1rem;
	}

	.gallery__page {
		gap: 0.7rem;
		margin: 0 0 1rem 0;
	}

	.box.first__p,
	.salonPic-container,
	.gallery,
	.service__wrapper,
	.testimonial,
	.discount__wrapper-container,
	.googlemap {
		margin-bottom: 10rem;
	}

		.section-margin{
		margin-bottom: 5rem;
		margin-top: -5rem;
	}

	.service__wrapper,
	.discount__wrapper-container {
		margin-bottom: 9rem;
	}


}

@media screen and (max-width: 1280px) {
	#banner {
		height: 700px;
	}

	#banner h1 {
		font-size: 5.5rem;
		margin-bottom: 1.5rem;
	}

	h1,
	h2,
	.carousel__last span,
	.review__link {
		font-size: 3rem;
	}

	#banner p,
	.major p,
	.buttons button,
	.gallery__page-button,
	.menu__item-name .testimonial__content,
	#navButton .link,
	.testimonial__arrow-wrapper,
	footer p,
	footer li,
	footer span,
	footer h4 {
		font-size: 1.35rem;
	}

	.gallery {
		margin-bottom: 6rem;
	}

	#banner li a {
		width: 30%;
	}

	.buttons-wrapper {
		top: 60px;
	}

	.menu__title {
		margin-bottom: 1.75rem;
	}

	.box {
		/* padding: 3em 2em; */
		/* padding-left: 0; */
	}




	.menu__item-desc {
		width: 90%;
	}




	.border__container {
		height: 530px;
	}

	.menu__item {
		line-height: 1.5em;
	}



	.menu__item-desc,
	.menu__item-time {
		font-size: 1rem;
		margin: 0.2rem 0 2rem 0;

	}

	.service__wrapper {
		margin-bottom: 3rem;

	}

	.slide {
		grid-template-columns: repeat(7, 98px);
		/* grid-template-rows: repeat(2, 255px); */
		grid-gap: 1rem;
	}

	.slide.two {
		grid-template-columns: repeat(8, 147px);
		/* grid-template-rows: repeat(4, 1fr); */
		grid-gap: 1rem;
	}

	.gallery__page {
		gap: 0.7rem;
		margin: 0 0 1rem 0rem;
	}

	.testimonial__title-wraper {
		margin-bottom: 0.7rem;
	}

	.box.first__p,
	.salonPic-container,
	.gallery,
	.service__wrapper,
	.testimonial,
	.discount__wrapper-container,
	.googlemap {
		margin-bottom: 9rem;
	}

	.section-margin{
		margin-bottom: 4rem;
		margin-top: -4rem;
	}


	.service__wrapper,
	.discount__wrapper-container {
		margin-bottom: 8rem;
	}
	.salonPic-featured{
		height: 237px;
	}
}

@media screen and (max-width: 980px) {
	#banner {
		height: 390px;
	}

	#banner h1 {
		font-size: 3.5rem;
	}

	#banner p,
	.major p,
	.buttons button,
	.menu__item-name,
	.gallery__page-button .testimonial__content,
	#navButton .link,
	.testimonial__arrow-wrapper,
	footer p,
	footer li,
	footer span,
	footer h4 {
		font-size: 1.2rem;
	}

	#banner li {
		flex-direction: column;
	}

	#banner li a {
		width: 35%;
		font-size: 1.1em;
		flex-direction: column;
	}

	.menu__item-desc,
	.menu__item-time {
		font-size: 0.95rem;
		font-weight: 300;
		margin: 0.2rem 0 1.7rem 0;
		/* margin-bottom: 0; */

	}

	.box {
		/* padding: 3em 2em; */
		/* padding-left: 0; */
	}



	.menu__item-desc {
		width: 90%;
	}


	.border__container {
		height: 440px;
	}

	.services {
		margin-bottom: 2rem;
	}

	.box.first__p,
	.salonPic-container,
	.gallery,
	.service__wrapper,
	.testimonial,
	.discount__wrapper-container,
	.googlemap {
		margin-bottom: 9rem;
	}


	.service__wrapper,
	.discount__wrapper-container {
		margin-bottom: 8rem;
	}



	iframe {
		width: 750px;
		height: 500px;
	}
	.salonPic-featured{

		height: 228px;
	}
}

@media screen and (max-width: 840px) {
	#navButton .link {
		color: var(--clr-light);
		text-decoration: none;
		background-color: transparent;
		/* height: 100%; */
		right: 0.3em;
		padding: 0.4rem 1rem;
		position: absolute;
		top: 10px;
		width: auto;
		border: 0;
		outline: 0;
		border: 2px solid white;
	}

	#banner h1 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	h1,
	h2,
	.carousel__last span,
	.review__link {
		font-size: 2rem;
	}

	#banner p,
	.major p,
	.buttons button,
	.gallery__page-button,
	.menu__item-name #navButton .link,
	.testimonial__content,
	.testimonial__arrow-wrapper,
	footer p,
	footer li,
	footer span,
	footer h4 {
		font-size: 1.15rem;

	}

	.welcome__line {
		width: 28ch;
		margin-bottom: 0;
	}

	ul.actions {
		gap: 1rem;
	}

	.menu__item {
		line-height: 1.5em;
	}

	.menu__item-name {
		font-weight: 500;
	}


	.menu__item-desc,
	.menu__item-time {
		font-size: 0.9rem;
		font-weight: 300;

	}

	.gallery__page {
		margin: 0 0rem 0.8rem 0rem;
	}

	.testimonial__title-wraper {
		margin-bottom: 0.5rem;
	}

	.buttons-wrapper {
		position: sticky;
		top: 60px;
	}



	.slide {
		grid-template-columns: repeat(7, 77px);
		/* grid-template-rows: repeat(2, 255px); */
		grid-gap: 1rem;
	}

	iframe {
		width: 650px;
		height: 433px;
	}

	/* .hideMobile{
		display: none;
	} */
}

@media screen and (max-width: 736px) {
	#banner li a {
		width: 50%;
	}
	#main{
		margin-top: 0;
	}

	.border__container {
		height: 390px;
	}

	.services {
		margin-bottom: 1.8rem;
	}


	.section-margin,
	.buttons-wrapper{
		margin: 0 1rem;
	}




	.menu__item-desc {
		width: 90%;
	}


	.menu__title {
		margin-bottom: 0.5rem;
	}

	.gallery__page {
		margin: 0 1rem 1rem 1rem;
	}

	.service__wrapper {
		margin-bottom: 6rem;
	}

	.testimonial {
		margin: 0 1rem;
	}

	.testimonial h3 {
		text-align: center;
	}

	.testimonial__title-wraper {
		display: block;
		margin: 0;
	}
	.serviceCounter-wrapper{
		gap: 0.5rem;
		justify-content: space-around;
	}
	.slide {
		grid-template-columns: repeat(7, 80px);
		/* grid-template-rows: repeat(2, 230px); */
		grid-gap: 0.85rem;
	}

	.slide.two {
		grid-template-columns: repeat(8, 120px);
		/* grid-template-rows: repeat(4, 1fr); */
		grid-gap: 0.85rem;
	}

	.box.first__p,
	.salonPic-container,
	.gallery,
	.service__wrapper,
	.testimonial,
	.discount__wrapper-container,
	.googlemap {
		margin-bottom: 7rem;
	}

	.section-margin{
		margin-bottom: 3rem;
		margin-top: -3rem;
	}

	.service__wrapper,
	.discount__wrapper-container {
		margin-bottom: 6rem;
	}

	iframe {
		width: 400px;
		height: 650px;
	}



}

@media screen and (max-width: 480px) {
	h1,
	h2,
	.carousel__last span,
	.review__link {
		padding: 0;
		font-size: 1.9rem;
	}

	.testimonial {
		margin: 0;
	}

	#banner h1 {
		font-size: 2rem;
	}

	#banner p,
	.major p,
	.buttons button,
	.gallery__page-button,
	.menu__item-name .testimonial__content,
	#navButton .link,
	.testimonial__arrow-wrapper,
	footer p,
	footer li,
	footer span,
	footer h4 {
		font-size: 1.1rem;
	}

	#banner li a {
		width: 60%;
	}

	ul.actions {
		gap: 0.5rem;
	}

	.border__container {
		height: 340px;
	}

	.salonPic-featured__item {
		width: 90%;
	}

	.menu__item {
		line-height: 1.4em;
	}

	.testimonial__review-pic {
		height: 35px;
	}









	.menu__item-desc {
		width: 90%;
	}



	.menu__item-time-checkbox {
		display: inline;
	}

	.menu__item-desc,
	.menu__item-time {
		font-size: 0.8rem;
	}

	.gallery__page {
		gap: 0rem;
	}

	.testimonial__title-wraper {
		margin-bottom: 0.5rem;
		margin-left: 1rem;
	}

	.testimonial__review-pic {
		height: 35px;
		width: 35px;
	}

	.testimonial .one,
	.testimonial .three {
		margin-left: 0.24rem;
	}



	.box.first__p,
	.salonPic-container,
	.gallery,
	.service__wrapper,
	.testimonial,
	.discount__wrapper-container,
	.googlemap {
		margin-bottom: 7rem;
	}

	.section-margin{
		margin-bottom: 3rem;
		margin-top: -5rem;
	}

	.service__wrapper,
	.discount__wrapper-container {
		margin-bottom: 6rem;
	}

	iframe {
		width: 333px;
		height: 500px;
	}

	.contactDetails-container {
		text-align: center;
		margin-bottom: 2em;
	}

	.contact__phoneNumber-wrapper,
	.contact__WhatsappNumber-wrapper,
	.contact__address-wrapper,
	.contact__timmings-wrapper {
		flex-direction: column;
	}

	.features-container{
		flex-direction: column;

	}
	.features__wrapper{
		padding: 0.75rem 0;
	}

}




/* .box {
	background-color: rgb(31, 31, 31) !important;
}

.ontop * {
	color: #5e5e5e !important;
}

.testimonial__review,
.gallery__img-wrapper {
	background-color: black !important;
}

.row * {
	color: gray !important;
}

.testimonial img,
.buttons img,
.discount__banner {
	opacity: 0.05 !important;
}

.featured__item {
	border: solid 1px white !important;
}

.testimonial__revie {
	flex-shrink: 0 !important;
	background-color: #242424 !important;
}

img {
	background-color: rgb(255, 255, 255);
}

img {
	opacity: 0.1 !important;
}

body {
	background-color: var(--clr-charcoal);
} */






.carousel__last {
	display: flex;
	flex-direction: column;

	justify-content: center;
	gap: 10%;
}

.carousel__last svg {
	width: 60px;
}

.carousel__last-wrapper {
	border: solid;
	display: flex;
	flex-direction: column;

	justify-content: center;
	gap: 2rem;
	width: 5rem;
	border-radius: 10px;
}

.carousel__last-div {
	display: flex;
	/* border: solid; */
	flex-direction: column;
	gap: 0.5rem;
	text-align: center;
	align-content: center;

}

.carousel__last div:first-of-type {
	/* border-left: solid;
    border-top:  solid; */
	padding: 0.5rem 0 0 0;

}

.carousel__last div:last-of-type {
	/* border-right: solid;
    border-bottom: solid; */
	padding: 0 0 0.5rem 0;
}

.carousel__last span {
	width: auto;
	opacity: 1 important;
}

strong {
	font-weight: 300;
	position: relative;
	z-index: 1;
}

strong::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -0.05rem;
	left: -0.05rem;
	z-index: -1;
	background-color: #5353531c;
}






.item-container {
	/* transition: opacity 0.3s ease-in; */
	/* min-height: 3500px;
    border: solid springgreen; */
	position: relative;
}

.item-container> :not(:first-child) {
	display: none;
}

.item-containe.fade-out {
	transition: opacity 0 ease;
	opacity: 0;
}

.item-containe.fade-in {
	transition: opacity 0.4s ease-in;
	opacity: 1;
}

.item {
	padding: 10px 20px;
	background: #00ff5e;
	border-radius: 8px;
	/* transition: opacity 0.4s ease; */
	opacity: 1;
}

.menu__details {
	border-radius: 10px;
	margin-bottom: 0.7rem;
	padding: 0.5rem 0 0.5rem 0;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 12%);
	display: flex;
}

/* icons */
/* https://www.flaticon.com/free-icon/menu_545705?term=menu&page=1&position=40&origin=style&related_id=545705
https://www.flaticon.com/free-icon/makeup_4754394?term=makeup&page=1&position=61&origin=search&related_id=4754394
https://www.flaticon.com/free-icon/woman_14228926?term=skin&page=1&position=2&origin=style&related_id=14228926
https://www.flaticon.com/free-icon/barber_94055 */
