/*
Theme Name: Web No1
Author: Webcreations
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{ margin: 0; }

body {
	font-family: "Poppins", sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.8;
	background: #fff;
	overflow-x:hidden;
}

.container {
	max-width: 1360px;
	margin: auto;
}

.box-shadow{
	box-shadow:0 2px 5px rgba(0,0,0,.25);
}

@media (max-width:768px) {
	.container {
		width: auto !important;
		overflow: hidden;
	}
}

a{ color: #fff; }
a:hover{ color: #fff; text-decoration:none; opacity:0.8; }


h1, h2, h3, h4{
}

.top{
	background:#eee;
	padding:8px 25px;
	color:#000;
}
.top a{
	color:#000;
}
.top a i{
	color:#000;
	font-size:18px;
}

.header {
	position:relative;
	z-index:500;
	width:100%;
	background:#fff;
	box-shadow:0 2px 6px rgb(0 0 0 / 25%);
}

.desktop-header{ display:block; }
.mobile-header{ display:none; }

.logo{
    color:#fff;
    text-decoration:none;
    opacity:1;
}
.logo:hover{
    color:#fff;
    opacity:0.8;
    text-decoration:none;
}

.menu{
	border-top:1px solid #f9f8e1;
	border-bottom:1px solid #f9f8e1;
}
.desktop-header ul{
    list-style:none;
    margin:auto;
    text-align:center;
	display:flex;
	position:relative;
}
.desktop-header li{
	position:relative;
	flex-grow: 1;
	max-width:100%;
	align-items:center;
}
.desktop-header li a{
	padding:12px;
	text-decoration:none;
	color:#000;
	font-weight:500;
	font-size:14px;
	display:block;
	text-transform:uppercase;
}
.desktop-header li:hover > a{
	color:#444;
}

.bars{
    display: block;
    width: 40px;
    position: relative;
    z-index: 200;
    height: 40px;
    color:#fff;
    padding:0;
    transition:all 0.5s;
}
.bars .bar{
    background: #fff;
    width: 100%;
    height: 1px;
    border-radius: 40px;
    display: block;
    margin: 0 0 12px;
    transition:all 0.5s;
    opacity:1;
    transform: rotate(0deg);
}
.close-menu{
    padding:15px 0 0;
}
.close-menu .bar:nth-child(2){
    opacity:0;
}
.close-menu .bar:nth-child(1){
    transform: rotate(45deg);
    margin:0;
}
.close-menu .bar:nth-child(3){
    transform: rotate(-45deg);
    margin:-14px 0 0;
}
.primaryMenu {
    position: fixed;
    z-index:50;
    left: -100%;
    top:0px;
    bottom:50px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background:linear-gradient(45deg, rgb(0 0 0 / 99%) , #bf790e);
    padding:15px;
    transition:all 1s;
}
.show-menu{
    left: 0;
}
.primaryMenu ul{
    list-style:none;
    padding:0 10px;
    margin:50px auto;
    text-align:left;
	border:none;
}
.primaryMenu li{
	position:relative;
	display:block;
}
.primaryMenu li:hover > a{
	color:#ddd;
}
.primaryMenu li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#fff;
	font-weight:300;
	font-size:14px;
}
.primaryMenu li ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	border:none;
	position: absolute;
    left: 100%;
    top: -6px;
    width: 80%;
}
.primaryMenu li.menu-item-has-children::before{
    content: "----";
    position: absolute;
    right: 8px;
    top: 24px;
    color: #fff;
    transform: rotate(90deg);
    transition:all 0.5s;
}
.primaryMenu .select-li::before{
    transform: rotate(0deg) !important;
}
.primaryMenu li.menu-item-has-children::after{
    content: "----";
    position: absolute;
    right: 10px;
    top: 23px;
    color: #fff;
}
.primaryMenu li ul li{
	border:none;
	padding:0;
}
.primaryMenu li ul li a{
	padding:10px 30px;
	font-weight:300;
	color:#fff;
}
.social a{
    font-size: 18px;
    border: 1px solid #222;
    padding: 0;
    border-radius: 3px;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
    color:#222;
    text-decoration:none;
    background:#fff;
}

.alignleft{
	float:left;
	margin:5px 10px 10px 0;
}
.alignright{
	float:right;
	margin:5px 0 10px 10px;
}

.slider{
    position:relative;
    width:100%;
}

.banner{
	min-height:150px;
	background:#000;
}
.banner img{
    width:100%;
    height:auto;
}

.heading{
	font-weight:600;
	text-transform:uppercase;
	font-size:30px;
	position:relative;
	margin:0 0 40px;
	display:inline-block;
    color: transparent;
	background:linear-gradient(to right, #bf790e, #000);
	-webkit-background-clip:text;
	background-clip:text;
}

.about{ background:url("images/about.jpg") no-repeat center; }

.why-choose{
	background:#eee;
}
.why-choose .text{
	background:#fff;
}
div[class*='whybg']{
	height:400px;
}
.whybg1{ background:url("images/w1.jpg") no-repeat center; }
.whybg2{ background:url("images/w2.jpg") no-repeat center; }
.whybg3{ background:url("images/w3.jpg") no-repeat center; }
.whybg4{ background:url("images/w4.jpg") no-repeat center; }

.skin-care{}
.skin-care .text{
	padding:100px 50px;
}
.skin-care .image{
	position:relative;
}
.skin-care .image::before{
	position:absolute;
	content:"";
	width:5px;
	height:100%;
	background:linear-gradient(to bottom, #bf790e, #000);
	top:0;
	left:-30px;
}
.skin-care .image::after{
	position:absolute;
	content:"";
	width:30px;
	height:150px;
	border-radius:15px;
	background:linear-gradient(to bottom, #bf790e, #000);
	top:100px;
	left:-43px;
}

.more-than-saloon-img{
	border-radius:10px;
	box-shadow:0 2px 5px rgb(0 0 0 / 25%);
}

.footer{
	margin:15px 0 0;
	border-top:1px solid #eee;
	background:url("images/footerbg.jpg") no-repeat center #fff;
	background-size:cover;
}
.footer ul.nav li a{
	font-weight:500;
	padding:10px 0;
	font-size:14px;
    color: #000;
}
.footer a > .fa{
    font-size:40px;
    padding:20px 0;
}
.footer a:hover{
    color:#666;
}
.footer h1{
    position: relative;
    font-size: 22px;
    line-height: 2;
    font-weight: 500;
    margin:0 0 30px;
	display:inline-block;
	color:transparent;
	background:linear-gradient(to right, #bf790e, #000);
	-webkit-background-clip:text;
	background-clip:text;
}
.footer h1::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 0;
}
.copy{
    border-top:1px solid #eee;
    color:#000;
}

.entry-header .heading{
    font-size: 30px;
}
.entry-title {
    font-size: 30px;
    margin: 0 0 20px;
	color: #ce863a;
	padding:33px 10px 0;
}

.entry-content h1 {    
    padding: 10px 0;
	text-align:justify;
	font-size:20px;
	color:#ce863a;
}

.entry-content {
    min-height: 400px;
    padding: 10px 0;
	text-align:justify;
	line-height:1.8;
}
.entry-content ul{
	padding:0 0 0 20px;
}
.entry-content ul li{
	margin:0 0 10px;
}
.entry-content h2 {
    padding: 10px 0;
	font-size:24px;
}
.entry-content h4 {
    padding: 10px 0;
	font-size:20px;
}

.pagination{ text-align:left; }
.pagination .page-numbers{ display:inline-block; background:#2c3659; padding:0px 12px; border-radius:3px; margin:15px 5px; text-decoration:none; color:#fff; border:thin solid #2c3659; }
.pagination .current{ display:inline-block; background:#fff; padding:0px 12px; border-radius:3px; margin:15px 5px; text-decoration:none; color:#2c3659; border:thin solid #2c3659; }

figcaption{
    text-align:center;
}

.swiper-button-next, .swiper-button-prev {
    background: transparent !important;
    padding: 30px 25px;
    color: rgb(13, 156, 197) !important;
}
.swiper-button-prev {
    left:-5px !important;
}
.swiper-button-next {
    right: -5px !important;
}

.service{ 
	float:left;
	width:30%;
	border-radius:10px;
	margin:20px;
	background:linear-gradient(45deg, #bf790e, #000);
}
.service .item{
    width:auto;
    height:100%;
    display: block;
    margin: 1px;
    position:relative;
    line-height: 1.5;
    text-align:left;
	border-radius:10px;
	overflow:hidden;
	box-shadow: none;
	background:#fff;
}
.service .item .image{
	height:300px;
	overflow:hidden;
	margin:0 0 8px;
}
.service .item .image img{
	width:100%;
	margin:0 0 10px;
}
.service .item h4{
	padding:8px;
	font-weight:400;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
}

.item{    
    width:auto;
    height:100%;
    display: block;
    margin: 10px;
    position:relative;
    line-height: 1.5;
    text-align:left;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	background:#fff;
}
.item img{
    width:auto;
	max-width:100%;
    height:auto;
    transform:scale(1);
    transition:all 0.5s;
}
.item:hover img{
    transform:scale(1.1);
}
.item h2{
    color:#000;
    margin:0;
    padding:10px;
    text-transform:uppercase;
    font-size:20px;
}
.item .detail{
    padding:0 10px 10px;
    color:#000;
    line-height: 1.5;
    text-align: left;
}
.item p{
    margin:10px 0;
}
.swiper-button-next, .swiper-button-prev {
    background: rgb(13, 156, 197);
    padding: 30px 25px;
	color:#fff;
}

.form-control{
	height:auto;
}
label{
	display:block;
	margin:0 0 20px;
}
span.wpcf7-list-item {
    display: block;
    margin: 10px 0;
}
.wpcf7 form .wpcf7-response-output {
    padding: 1.5em 1em;
    display: block;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 600;
    display: block;
    position: relative;
    top: -22px;
    width: 300px;
    left: 74%;
}

.testi-box {
    background: #fff;
    margin: 30px;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ddd;
}

.blog{}
.blog-item {
    float: left;
    width: 320px;
    height: 250px;
	position:relative;
	margin:10px;
	overflow:hidden;
	border-radius:8px;
	text-align:left;
	text-decoration:none;
}
.blog-item-1{
	width:610px;
	height:520px
}
.blog-item-3,
.blog-item-5{
	margin-right:0;
}
.blog-item .image{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
	transform:scale(1);
	transition:all 0.8s;
}
.blog-item:hover .image{
	transform:scale(1.3);
}
.blog-item .detail{
    position: absolute;
    z-index: 12;
    bottom: 0;
	width:100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 30%, transparent);
    padding:30px 10px 10px;
}
.blog-item .detail h4{
	color: #fff;
    font-size: 17px;
	margin:0 0 5px;
}
.blog-item .detail p{
	margin:0;
	color:#fff;
	font-size:12px;
}


@media( max-width:768px ){
	.desktop-header{ display:none; }
	.mobile-header{ display:block; }
    .header .address{
        display:none;
    }
    .logo img {
        width: auto;
		max-width:100%;
		margin: 10px 0 0;
    }
	.bars{
		padding:7px 4px 0;
		color:#000;
	}
	.bars .bar{
		background:#000;
	}
	.close-menu {
		color: #fff !important;
		position: fixed;
		top: 20px;
	}
	.close-menu .bar{
		background:#fff !important;
	}
    .entry-content, .entry-content h1, .entry-content p{
        text-align:left !important;
    }
    .menu-btn{
        top:80px;
    }
	.heading{
		font-size:25px;
	}
	.skin-care .text {
		padding: 40px 20px;
	}
	.mobile-margin-top{
		margin:30px 0 0;
	}
	.service {
		float: none;
		width: 100%;
		border-radius: 10px;
		margin: 20px 0;
	}
	.service .item{
		margin:0;
		box-shadow:0 2px 5px rgb(0 0 0 / 25%);
	}
	.blog-item-1 {
		width: 320px;
		height: 250px;
	}

}