body{
    font-family: 'popins', sans-serif;
    margin: 0;
    padding: 0;
    background-attachment: fixed;   

}

/*header*/
header{
    position: relative;
    max-width: 1500px;
    margin: 10px auto;
    padding: 10px;
    background:whitesmoke;
    box-sizing: border-box;    
}
.logo{
    color: #069370;
    height: 10px;
    font-size: 30px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
}
.menu-toggle{
    float: right;
    display: none;
}
nav{
    float: right;

}
.clearfix{
    clear: both;
}
nav ul{
    margin: 0;
    padding: 0;
    display: flex;
    background-color: blanchedalmond;
}
nav ul li{
    list-style: none;
    margin: 0;
    
}
nav ul li a{
    display: block;
   
    padding: 10px 20px;
    text-decoration: none;
    background-color: white;
    
    
}
nav ul li a.active,
nav ul li a:hover{
    background: #069370;
    color: #fff;
    transition: 0.5s;
    
}
@media (max-width:1300px) {
    header{
        margin: 0;
        
    }
    
    
}
@media (max-width:768px) {
    .menu-toggle {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
     
        float: right;
        cursor: pointer;
        text-align: center;
        font-size: 30px;
        color: #069370;
      
    }
    .menu-toggle:before{
        content: "\2630";
        font-family: fontAwesome;
        line-height: 40px;
        font-size: 30px;
        font-weight: 600;
        

    }
    .menu-toggle.active:before{
        content: "\00D7";
        font-family: fontAwesome;
        line-height: 50%;
        font-size: 40px;
        font-weight: 1000;
    


    }
    nav{
        display: none;
        margin: 0%;
    }
    nav.active{
        display: block;
        
    }
    nav.active{
        display: block;
        width: 100%;
    
    } 

    nav.active ul{
        display: block;
        margin: 0;
    }
    
}

/*hero section*/
.container{
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  
}
#hero{
    background: url(image/67.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
    margin: 0;
}
#hero .hero{
max-width:  1300px;
	margin: 0 auto;
	padding: 0 10px;
	justify-content: flex-start;
}
#hero h1{
	display: block;
	width: fit-content;
    font-size: 30px;
	position: relative;
	color: transparent;
	animation:text_reveal .5s ease forwards;
	animation-delay: 1s

}
#hero h1:nth-child(1){
	animation-delay: 1s;
}
#hero h1:nth-child(2){
	animation-delay: 2s;
}
#hero h1:nth-child(3){
	animation: text_reveal_name .5s ease forwards;
	animation-delay: 3s;
	 
}
#hero h1:nth-child(1) span{
	animation-delay: .5s;
}#hero h1:nth-child(2) span{
	animation-delay: 1.5s;
}
#hero h1:nth-child(3) span{
	animation-delay: 2.5s;
}
#hero h1 span{
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-color:crimson;
	animation: text_reveal_box 1s ease;
	animation-delay: .3s;
}
#hero .cta{
	display: block;
	padding: 10px 10px;
	color:black ;
	background-color: transparent;
	border: 2px solid crimson;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .2rem;
	margin-top: 10px;
	transition: .3s ease;


}
#hero .cta:hover{
	color: white;
	background-color:crimson;
}
@keyframes text_reveal_box{
	50%{
		width: 100%;
		left: 0;

	}
	100%{
		width: 0;
		left: 100%;

	}
}
@keyframes text_reveal{
	100%{
		color:black;
	}
}
@keyframes text_reveal_name{
	100%{
		color:black;
		font-weight: 500px;
	}
img {
	position: relative;
	background-size: cover;
	width: 70px;
}
}
/*beauty*/
.services-top {
    margin-top: 20px;
}

.section-title{
    font-size: 1.5rem;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
    margin: 10px;
    letter-spacing: .1rem;
    text-align: center;
}
.services-top p{
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 2.rem;
    font-weight: 300;
    text-align: center;
  

}
.responsive{
    box-sizing: border-box;
    padding: 0 6px;
    align-items: center;
    width: 100%;
}
.gallary{
    border: 1px solid #ccc;
    
}
.gallary img{
    width: 100%;
    height: auto;
    

}
.des{
    padding: 15px;
    text-align: center;
}
@media ( max-width:900px){
    .responsive{
        width: 100%;
        margin: 10px 0;

    }
    
}
@media ( max-width:400px){
   .responsive{
        width: 100%;
        margin: 6px 0;
      
        
    }
    
}

/*follow me*/

.follow{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    
    
}
/*social-media*/
.social-menu
{
    text-align: center;
    display: block;
 
 
   
}
.social-menu ul
{
	display: flex;
	justify-content: center;
	padding: 10px;
	margin: 0;
    
}
.social-menu ul li
{
	list-style: none;
	margin: 0 15px;
}
.social-menu ul li .fa
{
	font-size: 30px;
	line-height: 60px;
	transition: .6%;
	color: #000;

}
.social-menu ul li .fa:hover
{
color: #fff;
}
.social-menu ul li a
{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: skyblue;
	text-align: center;
	transition: .6s;
	box-shadow: 0 5px 4px rgba(0,0,0,.5);
    
}
.social-menu ul li a:hover
{
	transform: translate(0,-10px);
}
.social-menu ul li:nth-child(1) a:hover
{
	background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover
{
	background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover
{
	background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover
{
	background-color: #0077B5;
}
/*footer*/
.nam
{
	
	border: 2px solid black;
	font-size: 100%;
	text-align: center;
	color: white;
	background-color: black;
	
}