/*****CSS START HERE******/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Staatliches", sans-serif !important;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p {
margin:0;
padding:0;
}
 p {
	font-family: "Inter", sans-serif;
}
button:focus {
outline:none;
}
ul, ol, li {
margin:0;
padding:0;
list-style-type:none;
}
a {
text-decoration:none;
}
img {
max-width:100%;
}
input:focus {
outline:none;
}
header, footer, section {
width:100%;
float:left;
}
.auto-container {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 15px;
}

header {
	padding: 10px 25px;
	background: #000;
}
.header-outer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	max-width: 94px;
}
.header-logo img {
    float: left;
    filter: brightness(100000);
}
.nav-outer ul {
	display: flex;
	gap: 5px;
}
.nav-outer li a {
    color: #fff;
    font-size: 16px;
    padding: 6px 15px;
    border: 1px solid transparent;
	    transition: 0.5s;
}
.nav-outer li a.active
{
border-bottom:1px solid #ff8442;

}
.nav-outer li a:hover {
border:1px solid #95959542;
  color: #ff8442;
}
.btn-outer {
	color: #fff;
	font-size: 20px;
	border: 1px solid #333;
	padding: 8px 20px;
	display: inline-block;
	   transition: 0.10s;
}
.btn-outer i
{
  color: #ff8442;
}
.btn-outer:hover {
    background: #ff8442;
}
.btn-outer:hover i {
	color: #fff;
}
.banner-outer {
	background: url(../images/banner-bg.jpeg) no-repeat top center;
	background-size: cover;
	padding:350px 50px 50px;
	height:100vh;
}

.banner-outer h2 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
}
.banner-outer h1 {
    color: #fff;
    font-size: 75px;
    font-weight: 400;
    line-height: 50px;
    padding: 30px 0 30px;
}
.banner-outer h1 span {
    color: #ff8442;
}
.btn2 {
    color: #fff;
    border: 1px solid #fff;
    padding: 13.5px 20px;
    display: inline-block;
    font-size: 20px;
	    transition: 10ms;
}


.btn2 i {
	font-size: 22px;
	margin: 0 0 0 10px;
}
.btn2:hover i {
    transform: translateX(5px);
}
.address-outer {
	background: #0a0a0a;
	color: #fff;
	padding: 100px 50px;
	text-align: center;
}
.address-inner {
	display: flex;
	gap: 40px;
}
.address-inner li:first-child
{
	border:none;
}
.address-inner li {
    width: 100%;
    float: left;
	border-left: 1px solid #ffffff1a;
	padding: 0 20px;
}
.address-inner li strong {
	font-size: 26px;
	color: #ff8442;
}
.address-inner li h2 {
	font-size: 26px;
	font-weight: 400;
	margin: 10px 0 15px;
}
.address-inner li p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px;
}.see-map {
	font-size: 16px;
	color: #ff8442;
	letter-spacing: 1px;
	margin: 10px 0 0;
	display: inline-block;
}

.see-map i {
	font-size: 19px;
}

.address-inner li p a {
	color: #fff;
	    transition: 0.5s;
}
.address-inner li p a:hover {
    text-decoration: underline;
    color: #ff8442;
}
li.header-right-mob {
    display: none;
}
.specialist-outer {
	padding: 100px 50px;
	background: #141414;
}

.specialinner-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.specialinner-left h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ff8442;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.specialinner-left h2 {
	color: #fff;
	font-size: 45px;
	margin: 8px 0 0px;
	font-weight: 400;
}

.hairstyle-outer li {
	flex-basis: calc(50% - 10px);
	box-sizing: border-box;
	overflow:hidden;
	flex-grow: 1;
	    position: relative;
		    width: 100%;
    float: left;
}

.hairstyle-outer ul {
	display: flex;
	flex-wrap: wrap;
}
.hairstyle-outer {
	margin: 50px 0 0;
	float: left;
    width: 100%;
}
.hairstyle-outer li img {
	width: 100%;
	height: 505px;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
  transition: transform 1.2s; 
	filter: grayscale(100%);
}

.gallery-outer .owl-nav {
    display: none;
}

.hairstyle-outer li a h5 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    padding: 15px 40px 12px 20px;
    color: #fff;
    background: #141414;
    border-left: 2px solid #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
	 transition: 0.5s;
}

.hairstyle-outer li:hover a h5 {
    width: 94%;
    background: #000000b5;
    border-left: 2px solid #ff8442;
	    padding-right:20px;
}

.specialinner-right p {
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 340px;
    line-height: 26px;
}
.hairstyle-outer li a img {
    transition: transform 1.2s;
    float: left;
}

.hairstyle-outer li a:hover img
{	
	-webkit-filter:inherit;
	filter: inherit;
  transform: scale(1.1);
}
.hairstyle-outer li:hover a h5 i {
	opacity:1;
	color:#ff8442;
}
.hairstyle-outer li a h5 i {
	opacity:0;
	    float: right;
    font-weight: 400;
}
	.all-services {
	text-align: center;
	margin: 60px 0 0;
}

.all-services {
    text-align: center;
    margin: 60px 0 0;
    display: inline-block;
    width: 100%;
}




.gallery-inner {
    width: 100%;
    float: left;
    padding: 70px 0 0;
}
.gallery-inner .gallery-innr {
    float: left;
    margin: 0 5px;
	    flex-basis: calc(50% - 10px);
    box-sizing: border-box;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
	    width: 97% !important;
}

.gallery-innr img {
    float: left;
    width: 100%;
    height: 311px;
    object-fit: cover;
    transition: transform 1.2s;
}

.gallery-innr a:hover img {
    -webkit-filter: inherit;
    filter: inherit;
    transform: scale(1.1);
}


.choose-outer {
    padding: 100px 50px;
    background: #0a0a0a;
	text-align:center;
}
.choose-inner {
    width: 100%;
    float: left;
}
.choose-inner h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ff8442;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.choose-inner h2 {
	color: #fff;
	font-size: 45px;
	margin: 8px 0;
	font-weight: 400;
}

.choose-inner p {
	color: #fff;
	font-size: 18px;
	line-height:28px;
		font-family: "Inter", sans-serif;
}

.accordion {
    width: 62.1%;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    padding: 50px 0 0;
}
.faq-content {
    background: #141414;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.accordion__label {
	padding: 30px 30px;
}
.accordion__content {
	padding:0 30px 30px 30px;
	  float: left;
    width: 100%;
}
.accordion__label {
    display: block;
    cursor: pointer;
    position: relative;
    transition: background .1s;
    font-weight: 500;
    font-size: 26px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.accordion__label i{
  font-size: 30px;
  padding: 0 20px 0 0;
  text-align: center;
  width: 50px;
}
.accordion__label::after {
 content: "";
 position: absolute;
 right: 30px;
 width: 21px;
 height: 12px;
 background-image: url(../images/drop-icon.svg);
 background-size: cover;
 transition: transform .4s;
 z-index: 0;
 opacity: 1;
 top: 39px;
}
.faq-content-inner {
    display: flex;
    align-items: center;
}
.accordion__content {
display: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #FFFFFF;
    position: relative;
	font-family: "Inter", sans-serif;
}
.accordion__input {
	display:none
}
.accordion__input:checked~.accordion__label {
display:block;
}
 .accordion__input:checked~.accordion__content, .accordion__input:checked~.accordion__content:after {
display:block;
 background: #141414;
}
.accordion__input:checked~.accordion__label {
 background: #141414;
color: #ffffff;
}
 .accordion__input:checked~.accordion__label::after {
transform: rotate( 180deg);
 width: 21px;
 height: 12px;
 background-image: url(../images/drop-icon.svg);
 top: 38px;
}

.accordion__content-right {
    width: 50%;
    float: left;
}
.accordion__content-right img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}
.accordion__content-left {
    width: 50%;
    float: left;
	 padding: 0 30px 0 0;
}

.styling-inner {
    width: 62.1%;
    display: inline-block;
    text-align: left;
    padding: 50px 0 0;
}
.styling-inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.styling-inner li {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}
.styling-inner li i {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #ff8442;
	background-color:#ff844254;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    margin: 0 8px 0 0;
}


.story-outer {
    padding: 50px;
    background: #ffffff;
    text-align: center;
}
.story-inner {
    padding: 200px 80px 40px;
    width: 100%;
    float: left;
		background: url(../images/about-bg.jpeg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.story-inner:before {
    content: "";
    background: #0000006e;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.story-left {
    width: 50%;
    float: left;
    text-align: left;
}
.story-left h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ff8442;
	font-size: 11px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.story-left h2 {
	color: #fff;
	font-size: 38px;
	margin: 8px 0;
	font-weight: 400;
}
.story-right {
    width: 50%;
    float: left;
    text-align: right;
}
.story-right h2 {
	color: #ff8442;
	font-size: 38px;
	margin: 8px 0;
	font-weight: 400;
}

.story-inner p {
	color: #fff;
	font-size: 18px;
	line-height:28px;
		font-family: "Inter", sans-serif;
}
.story-inner ul {
    width: 100%;
    padding: 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.story-inner li {
    padding: 0 0 0 16px;
    color: #fff;
    border-left: 3px solid #ff8442;
    text-align: left;
    font-size: 22px;
    font-family: "Inter", sans-serif;
    width: 50%;
}
.sign-inner
{
	 width: 100%;
    float: left;
		   padding: 35px 0 0;
		   text-align:center;
}
.sign-inner b {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: cursive;
	 width: 100%;
    float: left;
}
.sign-inner span {
    color: #ff8442;
    font-size: 14px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
	 width: 100%;
    float: left;
	    font-weight: 200;
}


.clients-outer {
	padding: 100px 50px;
	background: #141414;
}

.clients-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.clients-left h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ff8442;
	font-size: 11px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.clients-left h2 {
	color: #fff;
	font-size: 38px;
	margin: 8px 0 0px;
	font-weight: 400;
}
.clients-right p {
    color: #fff;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 280px;
    line-height: 26px;
}
.clients-iner {
		 width: 100%;
    float: left;text-align:center;
}
.clients-iner ul{
	 width: 100%;
    float: left;
}
.clients-iner li {
    float: left;
    width: 29%;
    border: 1px solid #3e3e3e;
}
.clients-iner ul li img{
	 width: 100%;
    float: left;
}
.clients-iner li span
{
	 width: 100%;
    float: left;
	padding:20px 0;
}
.clients-info
{
	 width: 100%;
    float: left;
		padding:0 20px 20px;
}
.clients-iner li span i
{
	    color:#ff8442;
    font-size: 14px;
	padding:0 2px;
}
.clients-iner li h3 {
    color: #fff;
    font-size: 20px;
    margin: 8px 0;
    font-weight: 400;
}
.clients-iner li p {
    color: #fff;
    font-size: 14px;
    margin: 8px 0;

}

.prices-lsiting {
	 width: 100%;
    float: left;
	padding:50px 0 0;
}
.prices-lsiting li {
    float: left;
    margin: 0 0 10px;
    width: 50%;
}
.prices-lsiting li a {
    color: #fff;
    padding: 11.5px 15px;
    font-size: 20px;
    width: 100%;
    float: left;
    font-weight: 300;
    font-family: "Staatliches", sans-serif;
    letter-spacing: 1px;
	 transition: 0.5s;
position: relative;
    z-index: 99;
    background: #000000;
}
.prices-lsiting li a strong {
    background: #000000;
}
.prices-lsiting li a b {
    background: #000000;
}
.prices-lsiting li a:before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 50px;
    width: 80%;
    top: 22px;
    height: 2px;
    z-index: -1;
}
.prices-lsiting li a b {
    color:#ff8442;
 font-weight: 300;
 float: right;
}
.prices-lsiting li a:hover {
    background: #ffffff1a;
    padding: 11.5px 25px;
    color: #ff8442;
}
.prices-lsiting li a:hover strong {
    background: #1a1a1a;
}
.prices-lsiting li a:hover b {
    background: #1a1a1a;
}
.prices-lsiting li a:hover:before {
    background: #ff8442;
}
.prices-lsiting li a hr {
    width: 44%;
    display: inline-flex;
    color: #fff;
    vertical-align: middle;
}
.owl-dots {
    display: none;
}
.prices-outer
 {
	padding: 100px 50px;
	background: #000;
}

.experience-outer
{
	padding: 100px 50px;
	background: #141414;
}
.experience-inner {
	 width: 100%;
	 float:left;
}
.experience-inner ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.experience-inner li {
text-align:center;
	padding: 50px;
		background: url(../images/experience-bg.jpg) no-repeat center;
	background-size: cover;
	    width: 24.5%;
}
.experience-inner li h3 {
    font-size: 135px;
    color: #fff;
    font-weight: 400;
    line-height: 110px;
}
.experience-inner li p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0 0;
}

.packages-outer {
    padding: 100px 50px 30px;
    background: #ffffff;
    text-align: left;
	    overflow: hidden;
}
/* .packages-inner {
    padding:50px;
    width: 100%;
    float: left;
		background: url(../images/banner.webp) no-repeat top center;
	background-size: cover;
} */
.packages-left {
    width: 100%;
    float: left;
    text-align: left;
	padding:50px 700px 50px 50px;
		background: url(../images/banner-bg.jpeg) no-repeat top center;
	background-size: cover;
}
.packages-left h3 {
    font-size: 85px;
    color: #fff;
    font-weight: 400;
    line-height: 90px;
}
.packages-left p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0 85px;
}



.contact-outer {
    padding: 100px 50px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}
.contact-outer:before {
    content: "";
    background: #ff8442;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 560px;
    float: left;
    z-index: -1;
}
.contact-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 0 50px;
}




.contact-left h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ff8442;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.contact-left h2 {
	color: #000;
	font-size: 45px;
	margin: 8px 0 0px;
	font-weight: 400;
}
.contact-right p {
    color: #000;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 340px;
    line-height: 26px;
}

.contact-form-outer
{
	    padding: 50px 30px;
    background: #0a0a0a;
	width: 100%;
	float: left;
}
.contact-form-left {
    width: 50%;
    float: left;
    padding: 35px;
    background: #141414;
}
.contact-form-left h4 {
    color: #ffffff;
    font-size: 32px;
    padding: 0 0 30px;
    font-weight: 400;
}
 .contact-form-left form {
	width: 100%;
	float: left;
}

.form-innr {
	width: 100%;
	float: left;
	text-align: left;
}

.form-innr .contact-field {
	width: 100%;
	float: left;
	padding: 0 0 20px;
}
.form-innr .contact-field:last-child 
{
	padding-bottom: 0;
}
.form-innr .contact-field label {
    font-size: 20px;
    line-height: 20px;
    color: #ff8442;
    width: 100%;
    float: left;
    font-weight: 400;
    padding: 0 0 12px;
}

.form-innr .contact-field input[type="text"] {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    background: #3a3a3a;
    font-weight: 400;
    border: none;
    float: left;
}

.form-innr .contact-field input[type="text"]::-webkit-input-placeholder, .form-innr .contact-field textarea::-webkit-input-placeholder {
	color: #faf5ea6e;
}

.form-innr .contact-field input[type="text"]::-moz-placeholder, .form-innr .contact-field textarea::-moz-placeholder{
	color: #faf5ea6e;
}

.form-innr .contact-field input[type="text"]:-ms-input-placeholder, .form-innr .contact-field textarea:-ms-input-placeholder{
	color: #faf5ea6e;
}

.form-innr .contact-field input[type="text"]:-moz-placeholder, .form-innr .contact-field textarea:-moz-placeholder{
	color: #faf5ea6e;
}

.form-innr .contact-field input[type="text"]:focus,
.form-innr .contact-field textarea:focus {
	box-shadow: 0 0 5px 1px #000000;
}

.form-innr .contact-field {
	width: 100%;
	    text-align: left;
}
.form-innr .contact-field textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #959595;
    font-family: "Inter", sans-serif;
    background: #3a3a3a;
    font-weight: 400;
    border: none;
    float: left;
    resize: vertical;
    height: 120px;
	    outline: none;
}

.contact-field input[type="submit"] {
    padding: 11px;
    background: #ff8442;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 5px 0 0;
    font-family: "Staatliches", sans-serif;
    width: 100%;
	transition:0.5s;
}

.contact-field input[type="submit"]:hover {
    background: #3a3a3a;
    color: #fff;
}

.contact-form-right {
    width: 50%;
    float: left;
    padding: 140px 0 0 120px;
}
.contact-form-right h4 {
    color: #ffffff;
    font-size: 32px;
    padding: 0 0 30px;
    font-weight: 400;
}
.contact-form-right .address-inner {
    display: inline-block;
}
.contact-form-right .address-inner li:first-child
{
	border:none;
}
.contact-form-right .address-inner li {
    width: 100%;
    border-left: 0;
    padding: 0 0 20px;
}
.contact-form-right .address-inner li strong {
    font-size: 24px;
    color: #ff8442;
    float: left;
    padding: 0 20px 0 0;
    width: 44px;
    text-align: center;
}

.contact-form-right .address-inner li p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	    margin: 0;
		    line-height: 28px;
}
.contact-form-right .see-map {
	font-size: 16px;
	color: #ff8442;
	letter-spacing: 1px;
	margin: 10px 0 0;
	display: inline-block;
}

.contact-form-right .see-map i {
	font-size: 19px;
}

.contact-form-right .address-inner li p a {
	color: #fff;
	transition:0.5s;
}
.contact-form-right .address-inner li p a:hover {
    text-decoration: underline;
    color: #ff8442;
}
.gallery-outer
{
	padding: 100px 0;
	background: #141414;
}


footer {
	background: #0a0a0a;
	padding: 100px 40px 80px;
	text-align:center;
}
.footer-inner {
  width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-left {
    width: 40%;
    float: left;
    text-align: left;
    padding: 0 140px 0 0;
}
.footer-left img {
	width:135px;
    float: left;
    filter: brightness(100000);
}
.footer-left p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
	  width: 100%;
    float: left;
	padding:30px 0 0;
}
.footer-links h6 {
	color: #ff8442;
	font-size: 22px;
	line-height: 42px;
	font-weight: 400;
	padding: 0 0 5px;
}
.footer-links {
    width: 20%;
    float: left;
    padding: 0 25px;
    text-align: left;
    border-left: 1px solid #464646;
    position: relative;
    z-index: 1;
}
.footer-links:before {
    content: "";
    background: #ff8442;
    position: absolute;
    left: 0;
    width: 2px;
    top: 0;
    height: 50px;
}
.footer-links:last-child {
	margin-right:0;
}
.footer-links li {
	float:left;
	width:100%;
}
.footer-links li a {
	color: #FDFDFD;
	font-size: 14px;
	line-height: 34px;
	font-weight: 400;
	float:left;
	width:100%;
	text-transform:capitalize;
		    font-family: "Inter", sans-serif;
			 transition:0.5s;
}
.footer-links li a:hover {
    text-decoration: underline;
    color: #ff8442;
}


.social-outer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141414;
    padding: 20px;
    gap: 45px;
    margin: 60px 0;
}
.social-outer h5 {
    color: #ff8442;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
}
.social-links li {
    display: inline-flex;
    margin: 0 20px 0 0;
    justify-content: center;
    align-items: center;
}
.social-links li i {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #ffffff1a;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	 transition:0.5s;
}
.social-links li:last-child {
	margin-right:0;
}
.social-links li:hover i {
	    color: #ff8442;
	   transform: scale(1.4);
}

.big-text {
  text-align: center;
}
.big-text h3 {
    font-size: 251px;
    color: #ff8442;
    line-height: 200px;
}

.about-banner
{
	background: url(../images/about-banner.png) no-repeat center;
	background-size: cover;
	padding:75px 50px;
	height:auto
}
.about-banner h1 {
    text-align: center;
    padding: 0;
}
.sytyle-outer
{
	position:relative;
	overflow:hidden;
    padding: 50px 0 100px;
    background: #faf5ea;
}
.tag-list {
    width: 100%;
    float: left;
    white-space: pre;
    height: 220px;
}

.loop-slider .inner {
  display: flex;
  width: fit-content;
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: var(--direction);
  animation-duration: var(--duration);
}

.tag {
  display: flex;
  align-items: center;
  color: #141414;
  margin:0 25px;
    font-size: 200px;
    line-height: 110px;
}
.tag i {
    font-size: 90px;
    color: #ff8442;
    line-height: 90px;
	  display: flex;
  align-items: center;
}

.fade {
  pointer-events: none;
  background: linear-gradient(90deg, #faf5ea, transparent 30%, transparent 70%, #faf5ea);
  position: absolute;
  inset: 0;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.welcome-outer {
    padding: 100px 50px;
    background: #faf5ea;
}
.welcome-inner
{
    width: 100%;
    float: left;
}
.welcome-inner p {
    color: #0a0a0a;
    font-size: 28px;
    line-height: 38px;
}
.welcome-inner ul {
    width: 100%;
    padding: 75px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.welcome-inner li {
    padding: 0 0 0 30px;
    color: #fff;
    border-left: 3px solid #ff8442;
    text-align: left;
    width: 50%;
}
.welcome-inner li h3 {
    color: #0a0a0a;
    font-size: 48px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 0 20px;
}
.welcome-inner li p {
    color: #0a0a0a;
    font-size: 18px;
    line-height: 28px;
		font-weight: 400;
    font-family: "Inter", sans-serif;
}

.invite-inner
{
    width: 100%;
    float: left;	
}
.invite-left
{
    width: 55%;
    float: left;	
	padding: 75px 140px 0 0;
}
.invite-left p {
    color: #0a0a0a;
    font-size: 28px;
    line-height: 38px;
		font-weight: 400;
}
.invite-left ul {
    display: inline-grid;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.invite-left .styling-inner li {
    color: #0a0a0a;
	font-weight: 400;
    font-family: "Inter", sans-serif;
}
.invite-right
{
    width: 45%;
    float: left;	
}
.invite-right img {
    width: 100%;
    float: left;
    height: 600px;
    object-fit: cover;
}

.journey-outer
 {
    padding: 100px 50px;
    background: #0a0a0a;
}
.journey-inner
{
    width: 100%;
    float: left;	
}
.journey-left
{
    width: 40%;
    float: left;	
}
.journey-left img {
	width: 100%;
	float: left;
	height: 600px;
	object-fit: cover;
	padding: 20px 0 20px;
}
.journey-right
{
    width: 55%;
    float: left;	
	padding: 75px 0 0 75px;
}
.journey-right p {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
		font-weight: 400;
}

.journey-right small {
	    color: #fff;
    font-size: 18px;
    line-height: 28px;
		font-weight: 400;
			    font-family: "Inter", sans-serif;
}
.journey-right .sign-inner {
    text-align: left;
}

.team-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
	padding: 50px 0 0;
}
.team-left {
    width: 100%;
    float: left;
}
.team-left-top {
    width: 100%;
    float: left;
    border: 1px solid transparent;
	    position: relative;
}
.team-left-top img {
    width: 100%;
    float: left;
	    height: 350px;
    object-fit: cover;
	 transition: 0.5s;
}
.team-left-top ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    width: 100%;
    float: left;
    text-align: center;
    opacity: 0;
    background: #0000004a;
    padding: 10px;
}
.team-left-top li {
    display: inline-block;
    margin: 0 10px 0 0;
    float: none;
    width: auto;
}
.team-left-top li:last-child {
	margin-right:0;
}
.team-left-top li i {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #ffffff1a;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.team-left-top li:hover i {
	    color: #ff8442;
	   transform: scale(1.4);
}

.team-left-bottom {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #ff8442;
    transition: all 0.6s 
ease-out 0.0s;
}




.team-left-bottom h4 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 7px;
    font-weight: 400;
}
.team-left-bottom p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
		font-weight: 400;
}

.team-left:hover .team-left-top
{
	    border:1px solid #ffffff24;
		border-bottom:1px solid transparent;
}

.team-left:hover .team-left-top ul
{
	opacity:1;
}
.team-left:hover .team-left-top img
{
padding:0;
	 transform: scale(0.9);
}

.team-left:hover .team-left-bottom
{
	    border-left:1px solid #ff8442;
		  	  background:#ff8442;
}
.team-left:hover .team-left-bottom h4
{
	     color: #000;
}
.team-left:hover .team-left-bottom p
{
	     color: #000;
}

.galler-outer
{
	padding: 100px 10px 0;
	background: #faf5ea;
}
.galler-inner {
	 width: 100%;
	 float:left;
}



.video-outer {
    padding: 100px 50px;
    background:#faf5ea;
	text-align:center;
}
.video-inner {
    width: 100%;
    float: left;
}
.video-inner h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ff8442;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.video-inner h2 {
	color: #000;
	font-size: 45px;
	margin: 8px 0;
	font-weight: 400;
}

.video-inner p {
	color: #000;
	font-size: 18px;
	line-height:28px;
		margin:0 0 50px;
		font-family: "Inter", sans-serif;
}
.video-yt {
width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
}
.video-yt-left {
    width: 50%;
    float: left;
}
.video-yt-left iframe {
    width: 100%;
    float: left;
	 height: 394px;
}

.address-outer .social-outer {
    background: transparent;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
}
.address-outer .social-outer h5 {
    width: 100%;
    float: left;
	    font-size: 25px;
    line-height: 25px;
	padding:0 0 20px;
}
.address-outer .social-outer .social-links {
    width: 100%;
    float: left;
}

.contact-soon-outer
{
	position:relative;
}
.contact-soon-outer:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 560px;
    float: left;
    z-index: 0;
    background: rgb(255, 132, 66);
}
.contact-soon-inner {
    width: 50%;
    display: inline-block;
    padding: 40px 30px;
    background: #0a0a0a;
	position:relative;
}
.contact-soon-inner .contact-form-left{
    width: 100%;
	    text-align: left;
}

.map-outer iframe {
    height: 600px;
    width: 100%;
    filter: grayscale(1);
}

.deals-outer
{
    padding: 100px 50px;
    background: #fff;
}
.deals-inner
 {
    width: 100%;
    float: left;
}

.deals-inner h2 {
     padding: 12px 20px;
    color: #fff;
    background: #141414;
    border-left: 2px solid #ff8442;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 48px;
    transition: 0.5s;
    float: left;
    width: 100%;
    line-height: 40px;
    margin: 0 0 42px;
}

.deals-innr-left {
    float: left;
    width: 30.5%;
    margin: 0 61px 0 0;
}
.deals-innr-left:last-child {
    margin-right:0;
}
.deals-innr-left h3 {
    color: #141414;
    font-size: 20px;
	   line-height: 30px;
    font-weight: 400;
    width: 100%;
    float: left;
}

.deals-innr-left h3 span {
    color: rgb(255, 132, 66);
    font-size: 20px;
    font-weight: 400;
    float: right;
}
.deals-innr-left h3 span small {
    color: #00000045;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
}

.deals-innr-left li {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 300;
    padding: 0 0 2px;
}

.services-outer
{
    padding:0 50px 50px;
    background:#faf5ea;
}


.tabComponent {
    position: relative;
    min-height: 300px;
}

.tab {
    float: left;
    width: 25%;
    text-align: center;
}

.tab label {
    background-color: #ff8442;
    padding: 10px;
    border-right: 1px solid #ffffff;
    position: relative;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 1px;
}

.tab input[type="radio"] {
  display: none;
}

.tab .content {
    position: absolute;
    top: 47px;
    background: #fcfcfc;
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 0px;
    padding-top: 0;
	opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab .content p {
  padding-left: 1em;
  margin-top: 42px;
}



[type=radio]:checked ~ label {
    background: crimson;
    color: white;
    font-weight: 400;
    transition: .2s;
    width: 100%;
    float: left;
}



.wrapper {
 width: 100%;
    float: left;
}

.tab-wrapper {
    display: block;
    width: 100%;
    float: left;
    top: 0;
    position: sticky;
    z-index: 1;
}
.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.tab-link {
    background-color: #ff8442;
    padding: 12.5px;
    border-right: 2px solid #ffffff;
    position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 1px;
	    text-align: center;
}

.tab-link:hover {
background-color: #000000;
 color: #ff8442;
}

.tab-link.active {
    background-color: #000000;
    color: #ff8442;
}



.content-wrapper {
  padding: 150px 0;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.journey-right h2 {
    padding: 12px 20px;
    color: #fff;
    background: #141414;
    border-left: 2px solid #ff8442;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 48px;
    transition: 0.5s;
    float: left;
    width: 100%;
    line-height: 40px;
    margin: 0 0 42px;
}

.content-wrapper .journey-right {
    width: 60%;
    float: left;
    padding: 0 0 0 40px;
    text-align: left;
}

.owl-carousel2{
    float: left;
    width: 100%;
    overflow: hidden;
}


.owl-carousel-center .item {
  opacity: 0.8;
}
.owl-carousel-center .item:hover .center {
  opacity: 1;
}


.packages-left2
{
    background: url(../images/about-banner.png) no-repeat top center;
    background-size: cover;
}
.packages-left3
{
    background: url(../images/banner-bg.jpeg) no-repeat top center;
    background-size: cover;
}

.content-wrapper .journey-right p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.content-wrapper .prices-lsiting {
    padding: 40px 0 0;
    border-top: 1px solid #000;
    margin: 40px 0 0;
}
.content-wrapper .prices-lsiting li {
    float: left;
    margin: 0 10px 10px 0;
    width: 48%;
}
.prices-lsiting li:nth-child(2n) {
    float: right;
}
.content-wrapper .prices-lsiting li a {
    color: #000000;
    padding: 11.5px 0 11.5px 0;
    position: relative;
    z-index: 99;
    background: #faf5ea;
}
.content-wrapper .prices-lsiting li a strong {
    background: #faf5ea;
}
.content-wrapper .prices-lsiting li a b {
    background: #faf5ea;
}
.content-wrapper .prices-lsiting li a:before {
    content: "";
    background: #a7a7a7;
    position: absolute;
    left: 30px;
    width: 80%;
    top: 22px;
    height: 1.5px;
    z-index: -1;
}
.content-wrapper .prices-lsiting li a:hover {
    padding: 11.5px 0 11.5px 10px;
    color: #ff8442;
}

.sytyle-outers
{
	    padding: 50px 50px 0;
}

.terms-outer {
    text-align: center;
    padding: 75px 0;
    background: #0a0a0a;
}
.terms-inner {
    width: 800px;
    display: inline-block;
    text-align: left;
}
.terms-inner p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    padding: 10px 0 0;
}
.terms-inner p a {
    color: #ff8442;
    transition: 0.5s;
}
.terms-inner p a:hover {
    text-decoration: underline;
    color: #fff;
}

.terms-inner li {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
	    font-family: "Inter", sans-serif;
    padding:10px 0 0 20px;
	position: relative;
	
}
.terms-inner li:before {
    position: absolute;
    content: ".";
    color: #fff;
    left: 0;
    font-size: 40px;
    line-height: 5px;
}
.journey-left .owl-dots {
	display: block;
	width: 30px;
	top: 40%;
	position: absolute;
	background: #00000030;
	padding: 10px 0;
	border-radius: 100px;
	margin: 0 0 0 14px;
}

.journey-left .owl-nav {
	width: 50px;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	top: 0;
}
.journey-left .owl-nav span {
	background: rgba(0, 0, 0, 0.2);
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 100px;
	font-size: 33px;
}

.journey-left .owl-nav button
{
	background:none !important;
}
.journey-left .owl-nav .owl-prev {
	transform: rotate(90deg);
	margin: 0 0 0px;
	display: inline-block;
	position: relative;
	top: -50px;
}
.journey-left .owl-nav .owl-next {
	transform: rotate(90deg);
	position: absolute;
	bottom: -29px;
	left: 0px;
}

.media-img-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index:111;
}




/* Main CSS */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}


/********************** tejinder css starts**********************/
.facials-outer {
	background: #141414;
	padding: 0 0 100px;
	position: relative;
	height: 100vh;
}

.facials-inner {
	max-width: 1000px;
	margin: auto;
	position: relative;
	padding: 0;
	text-align: center;
}.facials-inner img {
	filter: grayscale(100%);
	height: 500px;
	width: 780px;
	object-fit: cover;
	margin: auto;
}
.facial-content {
	display: flex;
	gap: 20px;
}

.facial-content {
	display: flex;
	gap: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
}
.facial-content h2 {
	color: #fff;
	font-size: 150px;
	background: url(../images/star.png) no-repeat 0px;
	font-family: "Staatliches", sans-serif;
	padding: 0 30px 0 100px;
	font-weight: 500 !important;
}

.marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.marquee-inner {
	display: flex;
	width: max-content;
	animation: marquee-move 75s linear infinite;
	gap: 0;
}

/* Pause the animation on hover for better user experience (optional) */


@keyframes marquee-move {
  from {
    transform: translateX(0); /* Start position */
  }
  to {
    /* Move left by 50% of the combined width to seamlessly loop */
    transform: translateX(-50%); 
  }
}



.framer-pk8u3s-container, .framer-9jgpj3-container, .framer-5b7rqc, .framer-1s4aqom-container {
	display: none;
}#overlay {
	display: none;
}
#contact-us {
	display: none;
}
main.framer-1sv2b1r section {
	display: none !important;
}main.framer-1sv2b1r section#quote {
	display: block !important;
	background:#faf5ea !important;
}








#intro {
	position:absolute;
	width: 100%;
	height: 100%;
  -webkit-perspective: 70vmax;
	perspective: 70vmax;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
  transform-style: rotate3d(1, 1, 1, 45deg);
  left: 0;
  right: 0;
}

#one {
	left: 0;
	right: 0;
	margin: auto;
}



.square {
	transform-style: preserve-3d;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform-origin: 40% 100%;
	transform-origin: 50% 100%;
	/* -webkit-animation: rotate 25s linear infinite; */
	/* animation: rotate 25s linear infinite; */
	pointer-events: none;
}


/********************** tejinder css ends**********************/
