/*****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: 'Blauer Nue';
	    background: #eddbc8;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
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;
}
button:focus{
	outline:none;
}
header, footer, section {
	width:100%;
	float:left;
}
.auto-container {
	width:1440px;
	margin:0 auto;
}

header {
    padding: 24px 50px;
    text-align: center;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    top: 0;
}
.header-inner, .footer-inner {
	width:100%;
	float:left;
}
.header-left {
	float: left;
}
.header-left li {
	float: left;
}
.header-left li a {
	padding:10px 32px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	letter-spacing: .3px;
}
.header-left li a:hover {
	color: #eddbc8;
}
.header-left li:last-child a {
    padding-right: 0;
}

.header-center {
    width: 120px;
    display: inline-block;
}
.header-center img {
	float: left;
}

.header-right {
	float: right;
}
.header-right li {
	float: left;
}
.header-right li a {
    width: 44px;
    height: 44px;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 0 16px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right li:last-child a {
    margin-right: 0;
}
.header-right li a:hover {
    background: #ffffff1c;
}

.banner-outer {
	padding: 135px 0 80px;
		z-index:9;
    width: 100%;
    position: relative;
    overflow: hidden; 
}
.banner-outer video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; 
}
.banner-inner {
	width:100%;
	float:left;
}
.banner-left {
	width:45%;
	float: left;
}
.banner-left h1 {
    font-weight: 300;
    font-size: 126px;
    line-height: 126px;
    color: #ffffff;
    padding: 0 0 50px;
}
.banner-left p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	    padding: 0 200px 50px 0;
}
.banner-left a {
    color: #000000;
    background: #ffffff;
    border-radius: 50px;
    padding: 16px 29px;
    font-size: 16px;
    line-height: 20px;
    float: left;
    font-weight: 500;
}

.banner-left a:hover {
	background: #eddbc8;
}


.future-outer {
	padding: 150px 0;
	text-align: center;
	background: #eddbc8;
}
.future-inner {
    width: 83.4%;
    display: inline-block;
}

.future-left {
	width: 50%;
	float: left;
		text-align: left;
		    padding: 0 50px 0 0;
}
.future-left h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    color: #4a4a4a;
    padding: 0 0 32px;
}

.future-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
		    padding: 0 120px 0 0;
}
.future-right {
	width: 50%;
	float: right;
}

.services-outer {
    padding: 450px 0 50px;
    text-align: center;
    background: url(../images/service-bg.jpeg) no-repeat center top;
    background-size: cover;
}
.services-inner {
    width: 100%;
    float: left;
}

.services-left {
    width: 34.6%;
    float: left;
    text-align: left;
    padding: 40px;
    border-radius: 40px;
    background: #eddbc8;
}
.services-left h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #4a4a4a;
    padding: 0 0 16px;
}

.services-left p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
	   padding: 0 0 16px;
}
.services-left a {
    color: #fff;
    background: #4a4a4a;
    border-radius: 50px;
    padding: 16px 26px;
    font-size: 16px;
    line-height: 20px;
    float: left;
    font-weight: 500;
}

.services-left a:hover {
	background: #2d2d2d;
}

.care-outer 
{
    padding: 450px 0 50px;
    text-align: center;
    background: url(../images/care-bg.jpg) no-repeat center;
    background-size: cover;
}



.team-outer {
	padding: 120px 0;
	text-align: center;
	background: #eddbc8;
}
.team-inner {
    width: 83.4%;
    display: inline-block;
}


.team-inner h3 {
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    color: #4a4a4a;
    width: 48%;
    text-align: left;
    float: left;
}

.team-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
    width: 52%;
    text-align: left;
    float: right;
}
.team-innr
{
    width: 100%;
     float: left;
	     padding: 40px 0;
}
.team-innr img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 600px;
}


.team-list {
    width: 100%;
    float: left;
    display: flex;
    gap: 32px;
}
.team-list li {
    float: left;
    width: 100%;
	text-align: left;
}
.team-list li img {
    width: 100%;
    float: left;
    object-fit: cover;
}

.team-list li strong {
    float: left;
    width: 100%;
		font-size: 18px;
	line-height: 24px;
	color: #4a4a4a;
	font-weight:300;
	  padding: 16px 0 0;
}
.team-list li span {
    float: left;
    width: 100%;
		font-size: 14px;
	line-height: 20px;
	color: #4a4a4a;
	font-weight:300;
}



.hairstyle-outer {
	padding: 40px 0 160px;
	text-align: center;
	background: #eddbc8;
}
.hairstyle-inner {
    width: 83.4%;
    display: inline-block;
}


.hairstyle-inner ul {
    width: 100%;
    float: left;
    display: flex;
    gap: 20px;
}
.hairstyle-inner ul li {
    float: left;
    width: 100%;
}
.hairstyle-inner ul li img {
    width: 100%;
    float: left;
    object-fit: cover;
}


.shelv-outer {
	padding: 10px;
	text-align: center;
	background: #eddbc8;
}
.shelv-outer img {
    width: 100%;
    float: left;
    object-fit: cover;
	    height: 600px;
}

footer {
	background: #eddbc8;
	padding: 60px 40px;
	text-align: center;
}
.footer-inner {
    width: 83.4%;
    display: inline-block;
    float: none;
}
.footer-left {
    width: 100%;
    float: left;
    text-align: left;
		padding: 0 0 40px;
}
.footer-left img {
    width: 100px;
    float: left;
}
.footer-links {
    width: 33.33%;
    float: left;
    text-align: left;
}
.footer-links li {
 color: #434343;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    float: left;
    width: 100%;
    text-transform: capitalize;
    transition: 0.5s;
}
.footer-links li a {
    color: #434343;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    float: left;
    width: 100%;
    text-transform: capitalize;
    transition: 0.5s;
}
.footer-links li a:hover {
    text-decoration: underline;
    color: #000000;
}
.footer-links:last-child {
    width: 100%;
    padding: 60px 0 0;
}
.footer-inner p {
	font-size: 16px;
	line-height: 24px;
	color: #434343;
	    font-weight: 300;
}

/*****CSS END HERE******/