html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #495057;
	font-size: 18px;
	line-height: 1.85;
	font-family: jost, sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #212529;
	font-family: jost, sans-serif;
	font-weight: 700;
	line-height: 1.25;
}

h1 {
	font-size: 64px;
	margin-bottom: 25px;
}

h2 {
	font-size: 42px;
	margin-bottom: 15px;
}

h3 {
	font-size: 38px;
	margin-bottom: 15px;
}

h4 {
	font-size: 28px;
	margin-bottom: 10px;

}

img {
	height: auto;
	max-width: 100%;
}


.col {
	flex: auto;
}

.site-header img {}

.progress {
	width: 50%;
	margin: 10px 0 0 0;
	background: #999;
	font-size: 1rem !important;
}

.progress-bar {
	height: 40px;
	padding: 1em;
}

.progress-row {
	display: flex;
}

.slider {
	height: auto;
	min-height: 550px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider__nav {
	width: 12px;
	height: 12px;
	margin: 2rem 12px;
	border-radius: 50%;
	z-index: 10;
	outline: 6px solid #ccc;
	outline-offset: -6px;
	box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider__nav:checked {
	-webkit-animation: check 0.4s linear forwards;
	animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1)~.slider__inner {
	left: 0%;
}

.slider__nav:checked:nth-of-type(2)~.slider__inner {
	left: -100%;
}

.slider__nav:checked:nth-of-type(3)~.slider__inner {
	left: -200%;
}

.slider__nav:checked:nth-of-type(4)~.slider__inner {
	left: -300%;
}

.slider__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 400%;
	height: 100%;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.slider__contents {
	height: 80%;
	padding: 2rem;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider__image {
	font-size: 2.7rem;
	color: #2196F3;
}

.slider__caption {
	margin: 1rem 0 1rem;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #4D1F70;
}

.slider__txt {
	color: #999;
	margin-bottom: 3rem;
	max-width: 900px;
}

@-webkit-keyframes check {
	50% {
		outline-color: #333;
		box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
	}

	100% {
		outline-color: #333;
		box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
	}
}

@keyframes check {
	50% {
		outline-color: #333;
		box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
	}

	100% {
		outline-color: #333;
		box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
	}
}


.sub-head {
	font-weight: 800;
	color: #6E2CA0;
}

.top-header {
	display: flex;
	flex-direction: column;
	margin-top: 150px;
	text-align: center;
}

.bg-footer {
	background-color: #371650;
	background-image: url(../img/cta-bg.png);
}


div.content {
	display: flex;
	flex-direction: column;
	align-items: center;

}

div.toggle {
	display: flex;
	justify-content: center;
	align-content: space-between;
	background: #6B4E88;
	border-radius: 30px;
	width: 85px;
	padding: 2px;
}

.toggle-text button {
	color: #A0A0A0;
	text-transform: uppercase;
	letter-spacing: 1.05px;
	font-size: 14px;
	font-weight: 600;
	padding: 0.5rem 0;
	width: 65px;
	border: none;
	border-radius: 30px;
	outline: none;
	background: #6B4E88;
}

.toggle-text button.active {
	background: white;
	outline: none;
	border: none;
}


.toggle-text {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding-bottom: 20px;
	justify-content: center;
}


.toggle-text span {
	padding-right: 10px;
	font-size: 12px;
	font-weight: 500;
}


.toggle-text2 span {
	padding-left: 10px;
	font-size: 12px;
	font-weight: 500;
}


.italic {
	font-size: 14px;
	border: 1px solid #371650;
	padding: 40px;
	border-radius: 10px;
	margin-top: 30px;
}

.navigation-bar .navbar {
	background-color: #371650;
	padding: 20px 0;
}


table {
	border-collapse: collapse;
	width: 100%;
}

th,
td {
	text-align: left;
	padding: 8px;
	font-size: 14px;
}

tr:nth-child(even) {
	background-color: ;
}

.accordion-body tr {
	border-bottom: solid 1px #fff;
}

.table-style tr {
	border-bottom: solid 1px #fff;
}

th {
	background-color: #fff;
	color: #212529;
}


#header {
	text-align: center;
	margin-top: 4rem;
}

#header>h1 {
	font-size: 1.7rem;
	color: hsl(233, 13%, 49%);
}

#header>#toggle-bar {
	margin-top: 2.4rem;
}

#toggle-bar>.tb-labels {
	vertical-align: 50%;
	font-size: .76rem;
	color: #000;
}


#toggle-bar>#annually {
	margin-right: 5px;
}

#toggle-bar>#monthly {
	margin-left: 5px;
}

#toggle-bar>#toggle-container {
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	width: 2.88rem;
	height: 1.65rem;
	padding: .225rem;
	border-radius: 2rem;
	background-image: linear-gradient(to right, hsl(274, 57%, 64%), hsl(237, 63%, 64%));
}

#toggle-bar>#toggle-container:hover {
	background-image: linear-gradient(to right, hsl(274, 57%, 64%), hsl(237, 63%, 64%));
}


#toggle-container>#toggle {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: white;
}


.logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	mix-blend-mode: luminosity;
	width: inherit;
	margin-left: auto;
	margin-right: auto;
}

.logo img {
	width: 12%;
	padding-right: 36px;
	opacity: 50%;
}

.nav-col {
	flex-basis: content;
}

.no-bold {
	font-weight: 500;
}

.pos-img img {
	max-width: 100% !important;
}

.ft-img img {
	max-width: 100%;
	margin-bottom: unset;
}

.feature-box {
	width: 33.3%;
	padding-left: 0;
	padding-right: 50px;
}

.ft-icon {
	padding: 20px 0;
}

.feature-row {
	margin: 30px 0;
}

.social-links {
	width: 150px;
	padding-left: 50px;
}

.links-width {
	width: 347px;
	padding-left: 40px;
}

a {
	color: #212529;
}

a:visited {
	color: #212529;
}

a.btn:visited {
	color: #371650;
}

a:hover,
a:focus,
a:active {
	color: #f4b947;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #f4b947;
	border-radius: 4px;
	background: #f4b947;
	color: #371650;
	line-height: 1;
	padding: 25px 45px;
	font-family: jost, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #371650;
	background: ;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #371650;
	background: #371650;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #495057;
	border: 1px solid #adb5bd;
	border-radius: 4px;
	padding: 15px 20px;
	margin-bottom: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #495057;
	outline: 0;
}

select {
	border: 1px solid #adb5bd;
}

textarea {
	width: 100%;
}

.main-navigation {
	display: block !important;
	width: 100%;

	font-family: jost, sans-serif;
	font-weight: 700;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content: flex-end;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-right: 45px;
	display: flex;
	align-items: center;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	display: block;
	color: #000;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #f4b947;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.full-100 {
	width: auto;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

body #page.site {
	overflow-x: hidden;
}

.fnt-jost {
	font-family: jost, sans-serif;
}

.fnt-opensans {
	font-family: open sans, sans-serif;
}

.fnt-black {
	color: #000;
}

.bg-golden {
	background: #f9db9f;
}

.bg-lightyellow {
	background: #fef8ec;
}

.bg-purple {
	background: #371650;
}

.bg-gray {
	background: #f8f9fa;
}

.txt-dark-purple {
	color: #4d1f70;
}

.txt-mid-purple {
	color: #aa6fd8;
}

.txt-darkgrey {
	color: #212529;
}

.txt-gray {
	color: #495057;
}

.txt-midyellow {
	color: #745006;
}

.txt-yellow {
	color: #f4b947;
}

.txt-purple {
	color: #371650;
}

.txt-white {
	color: #fff;
}

.w-500 {
	width: 500px;
}

.fnt-140 {
	font-size: 140px;
}

.fnt-120 {
	font-size: 120px;
}

.fnt-90 {
	font-size: 90px;
}

.fnt-60 {
	font-size: 60px;
}

.fnt-54 {
	font-size: 54px;
}

.fnt-48 {
	font-size: 48px;
}

.fnt-42 {
	font-size: 42px;
}

.fnt-40 {
	font-size: 40px;
}

.fnt-38 {
	font-size: 38px;
}

.fnt-36 {
	font-size: 36px;
}

.fnt-34 {
	font-size: 34px;
}

.fnt-30 {
	font-size: 30px;
}

.fnt-26 {
	font-size: 26px;
}

.fnt-24 {
	font-size: 24px;
}

.fnt-22 {
	font-size: 22px;
}

.fnt-20 {
	font-size: 20px;
}

.fnt-18 {
	font-size: 18px;
}

.fnt-16 {
	font-size: 16px;
}

.fnt-14 {
	font-size: 14px;
}

.pad-t110 {
	padding-top: 110px;
}

.padlr-30 {
	padding: 0 30px;
}

.pad-140 {
	padding: 140px 0;
}

.pad-60 {
	padding: 60px 0;
}

.pad-80 {
	padding: 80px 0;
}

.fnt-xbold {
	font-weight: 900;
}

.fnt-bold {
	font-weight: 700;
}

.fnt-semib {
	font-weight: 600;
}

.fnt-medium {
	font-weight: 500;
}

.fnt-normal {
	font-weight: 400;
}

.txt-center {
	text-align: center;
	width: 100%;

}

.txt-right {
	text-align: right;
}

.txt-darkyellow {
	color: #4d3504;
}

.txt-white {
	color: #fff;
}

.txt-upper {
	text-transform: uppercase;
}

.txt-lower {
	text-transform: lowercase;
}

.txt-capitalize,
a.btn.txt-capitalize {
	text-transform: capitalize;
}

.txt-lower {
	text-transform: lowercase;
}

.mlr-auto {
	margin-left: auto;
	margin-right: auto;
}

.ml-30 {
	margin-left: 30px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-100 {
	margin-top: 100px;
}

.mtb-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mtb-80 {
	margin: 80px 0;
}

.mtb-40 {
	margin: 40px 0;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mtb-50 {
	margin: 50px 0;
}

.mtb-20 {
	margin: 20px 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mlr-15 {
	margin: 0 15px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mt-40-mb-60 {
	margin: 40px 0 60px;
}

.mt-80-mb-100 {
	margin: 80px 0 100px;
}

.mt-80-mb-145 {
	margin: 80px 0 145px;
}

.mt-30-ml-20 {
	margin: 30px 0 0 20px;
}

.elm-block {
	display: block;
}

.lh-pt5 {
	line-height: 1.5;
}

.lh-normal {
	line-height: 1.85;
}

.bx-shdow {
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.curent-menu-item a {
	color: #f4b947;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

a.btn-more {
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	color: #4D1F70;
	border: solid 1px;
	text-decoration: none;
}

a.btn {
	background: #f4b947;
	vertical-align: unset;
	padding: 12px 18px;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 700;
	font-family: jost, sans-serif;
	color: #4D1F70;
	transition-property: color, background, border, box-shadow;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

a.btn:hover {
	background: #371650;
	color: #fff;
}

a.btn.banner-btn:hover {
	background: #fff;
	color: #371650;
}

a.btn2 {
	background: none;
	border: solid 1px #4D1F70;
	padding: 18px 50px;
	border-radius: 8px;
	font-size: 22px;
	font-weight: 700;
	font-family: jost, sans-serif;
	color: #4D1F70;
	transition-property: color, background, border, box-shadow;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	text-decoration: none;
}

a.btn2:hover {
	background: #371650;
	color: #fff;
}

.img-resize {
	width: 50%;
	padding-bottom: 14px;
}

.img-resize2 {
	width: 30%;
}


#myBtn {
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	text-transform: lowercase;
	text-decoration: underline;
	padding: 10px;
}


#myBtn2 {
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	text-transform: lowercase;
	text-decoration: underline;
	padding: 0
}


.progress {
	display: flex;
	height: 36px;
	overflow: hidden;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.tagline span {
	padding-left: 20px;
}

header.site-header {
	position: fixed;
	left: 0;
	right: 0;
	padding: 20px 0;
	z-index: 1;
	background: #4D1F70;
}

header.site-header .col,
.banner-sec .col {
	display: flex;
	align-items: center;
	width: 200px;
}

.banner-sec {
	position: relative;
	background: #F6EFFB;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	justify-content: center;
}

.banner-sec::after {}

.banner-sec .col:first-child {
	z-index: ;
}
.banner-btn {
	padding: 23px 70px;
}


.banner-svg {
	position: absolute;
	bottom: -5px;
	height: 10vw;
	width: 100%;
}

.uzeli-sec {
	position: relative;
	padding: 90px 0 150px;

}

.uzeli-sec .title p {
	padding: 0 15px;
	text-align: center;
}

.uzeli-features {
	position: relative;
	padding: 100px;
}

.uzeli-features::before {}

.text-center {
	text-align: center;
}


.footer {
	padding: 100px 0;
	text-align: center;

}

body.landing-page .footer {
	padding: 370px 0 60px;
}

.testimonial {
	position: relative;
	padding: 60px;
	text-align: center;
	background: #F6EFFB;
	margin: 50px 0;
}

.booking-widget {
	width: 80%;
	margin: auto;
}

.testimonial-box {
	width: 80%;
	margin: auto;
	padding: 30px
}

.case-studies {
	background: #F1F3F5;
	position: relative;

	padding: 100px;
}

.case-studies-box {
	background: #fff;
	border-radius: 8px;
	width: 32%;
	margin: auto;
	padding: 30px;
    text-align: center;
}


.cta-sec {
	background-image: url(../img/cta-bg.png);

	background-size: cover;
}

.cta-container {
	margin: auto;
	text-align: center;
	padding-top: 100px;
}

.cta-headline h2 {
	color: #fff !important;
}

.btn-white {
	background-color: #fff !important;
}

.cta-headline {}

.cta-btn {}

.line-height {
	line-height: 22px;
}


.footer,
.copyright {
	background-color: #371650;
}


#scroll-top {
	display: none;
	position: fixed;
	bottom: 35px;
	left: 35px;
	background: #f4b947;
	color: #fff;
	z-index: 999;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	padding: 15px;
}

#scroll-top::after {
	content: "\f062";
	font-family: "font awesome 5 free";
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}

button#scroll-top:active,
button#scroll-top:focus,
button#scroll-top:hover {
	border-color: #f4b947;
}

.casestudy-testimonial {
	background: #ecdff6;
	padding: 80px 120px 40px;
	border-radius: 10px;
	margin: 140px 0;
	position: relative;
}

.casestudy-testimonial::before {
	content: "";
	height: 68px;
	width: 82px;
	background: url(../img/quote-darkpurple.png) no-repeat;
	left: 50px;
	top: -30px;
	position: absolute;
}

.casestudy-link {
	color: #f4b947;
	font-weight: 500;
}

.casestudy-listing {
	font-size: 20px;
	color: #ffffff;
	margin: 40px 0 60px 0;
	padding: 0;
	list-style: none;
}

.casestudy-listing li:first-child span {
	color: #f4b947;
}

.casestudy-listing li {
	position: relative;
	line-height: 2.5;
	display: flex;
	align-items: center;
}

.casestudy-listing span {
	font-family: Jost, "sans-serif";
	font-size: 26px;
	position: absolute;
	left: 190px;
	line-height: 1;
}

.casestudy-banner .col-6 {
	display: flex;
	align-items: flex-end;
}

.casestudy-banner .col-6 img {
	margin-bottom: 20px;
}


/* barbershop accordion */

.barbershop-accordion .accordion-flush .accordion-button {
	background-color: #fff !important;
	color: #332051 !important;
	font-weight: 700 !important;
	text-transform: capitalize;
	font-size: 18px;
	border: 0;
	border-radius: 4px;

}


.barbershop-accordion .accordion-flush .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.barbershop-accordion .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.barbershop-accordion .accordion-button:not(.collapsed) {
	border-radius: 4px 4px 0 0;
}

.barbershop-accordion .accordion-item {
	margin-bottom: 20px;
}

.barbershop-accordion .accordion-flush .accordion-button:focus {
	outline: 0;
	border: 0;
	box-shadow: none;
}

.barbershop-accordion .accordion-flush .accordion-body {
	border: ;
	border-radius: 0 0 4px 4px;
	padding: 30px;
}

.barbershop-accordion .accordion-button::after {
	background: url(../img/Expand_down.svg) no-repeat;
	width: 29px;
	height: 29px;
	opacity: 72%;
}

.barbershop-accordion .accordion-button:not(.collapsed)::after {
	background: url(../img/Expand_down.svg) no-repeat;
	height: 30px;
	width: 30px;
	opacity: 72%;
}

a.btn.barbershop-btn:hover {
	background: #371650;
	color: #fff;
}


.barbershop-testimonial-sec {
	padding: 140px 0;
}

.barbershop-testimonial-wrap {
	display: flex;
	background: #f1f5f9;
	padding: 80px 50px;
	border-radius: 8px;
	align-items: center;
}

.barbershop-testimonial-wrap div:first-child {
	width: 30%;
	position: relative;
}

.barbershop-testimonial-wrap div:last-child {
	width: 70%;
	padding: 0 50px;
}

.barbershop-testimonial-wrap h5 {
	margin-top: 15px;
}

.barbershop-testimonial-wrap h4 {
	margin: 50px 0 20px;
}

.barbershop-testimonial-wrap span {
	font-size: 12px;
}

.barbershop-testimonial-wrap div:first-child::after {
	content: "";
	position: absolute;
	right: 0;
	height: 230px;
	width: 0.5px;
	background: rgba(0, 0, 0, 0.2);
	top: 50%;
	transform: translateY(-50%);
}

.testimonial-info-table {
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	font-size: 12px;
	font-family: "Jost", sans-serif;
	width: 240px;
	margin: 30px auto 0;
}

.testimonial-info-table tr {
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.testimonial-info-table tr th:first-child {
	border-right: 0.5px solid rgba(0, 0, 0, 0.2);
}

.testimonial-info-table tr th:last-child {
	padding: 5px 15px;
}

.testimonial-info-table tr th {
	width: 50%;
	padding: 5px;
}


.barbershop-accordion.sales-spa-accordion .accordion-flush .accordion-button {
	background: #fff;
	color: #212529;
	padding: 15px 30px;
}

.barbershop-accordion.sales-spa-accordion .accordion-flush .accordion-body {
	border: 0;
	padding: 0 30px 25px;
}

.barbershop-accordion .accordion-item {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.barbershop-accordion.sales-spa-accordion .accordion-button:not(.collapsed)::after {
	background: url(../img/collapse-icon-black.svg) no-repeat;
}

.barbershop-accordion.sales-spa-accordion .accordion-button::after {
	background: url(../img/collapsed-icon-black.svg) no-repeat;
}


.text-center {
	text-align: center !important;
}


.client-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 50px 0;
}

.client-logos img {
	max-width: 150px;
	height: auto;
}

.client-dashboards {
	margin: 50px 0;
}

.client-dashboards .container {
	overflow: hidden;
	position: relative;
	width: 100%;
	text-align: center;
}

.wd-80 {
	width: 80%;
	margin: auto;
	padding: 10px 0 40px;
}

.pa-80 {
	width: 80%;
	margin: auto;
}

.booking {
	margin: 80px 0;
}

.headline {}

.steps {
	margin-top: 50px;
}

.video {
	padding-bottom: 50px;
}

.video-box {
	margin: 30px 10px;
}
.video-wrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 aspect ratio */
   height: 0;
   overflow: hidden;
   max-width: 100%;
   background: #000;
}

.video-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}

.booking-wrap {
	margin: 50px;
}

.case-box {
	padding: 15px 0
}

.grey-bg {
	text-align: center;
	padding: 50px 0 20px;
	margin-bottom: 80px;
}

.small-icon {
	width: 50px;
	/* Adjust the size as needed */
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}


.marquee {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	
  }
  
  .marquee-content {
	display: flex;
	padding-top: 50px;
	animation: marquee 50s linear infinite;
	gap: 50px;
  }

  .marquee-content img{
	max-width: 600px; 
	height: auto;}
  
  @keyframes marquee {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-600%);
	}



	
}




