@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Satisfy&display=swap');

/*----- Genaral Css-----*/
*{
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
	height: auto;
	display: block;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
p{
	font-size: 15px;
}

/*-----Header area css-----*/

.header-area{
	background: url('photo/baner.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
.header-overly{
	background: rgba(0, 0, 0, 0.6);
	height: 100vh;
}

.header-top-content{
	padding-top:15px ;
		
}
.header-logo{

}
.header-logo h5{
		color: #fff;
		 font-family: "Satisfy", cursive;
		 margin-top:4px ;
}
.header-menu{}
.header-menu ul{
	display: flex;
	justify-content: flex-end;
}
.header-menu ul li{}
.header-menu ul li a{
	display: block;
	padding: 8px 12px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.header-menu ul li a:hover{
	color: #e6ebd1;
	transition: 1s;
	
}
.header-botom-content{
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.header-botom-content em{
	display: block;
}
.header-botom-content h1{}
.header-botom-content h1 i{}

/*-----About Area css-------*/
.about-area{
	padding: 70px 0;
}
.about-left{}
.about-left em{
	font-size: 20px;
	font-weight: 700;
}
.about-left h2{}
.about-left p{}
.about-left a{}
.about-right{
	position: relative;
}
.about-right img{
	position: relative;
	z-index: 1;
}
.about-right:after{
	content: '';
	display: block;
	background: #b0bdd4;
	width: 90px;
	height: 50px;
	position: absolute;
	right: -18px;
	bottom: -14px;
	background: transparent;
	border: 8px solid #b0bdd4;
}
.about-right:before{
	content: '';
	display: block;
	background: #b0bdd4;
	width: 150px;
	height: 70px;
	position: absolute;
	left: -20px;
	top: -18px;
	background: transparent;
	border: 8px solid #b0bdd4;
}


/*--service area css----*/

.service-area{
	background: #edeef0;
	padding: 70px 0;
}
.section-title{
	text-align: center;
	position: relative;
}
.section-title h2{
	text-transform: uppercase;
	font-weight: 800;
}
.section-title p{
	padding-top: 20px;
}

.section-title h2:before{
	content: '';
	display: block;
	background: #bad1b8;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 45%;
	top: 50px;
}
.section-title h2:after{
	content: '';
	display: block;
	background: red;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 55px;
}
.service-content{
	text-align: center;

}
.service-content a{

}
.service-content a i{
	font-size: 50px;

}
.service-content h3{
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 10px;
}
.service-content p{}

/*----Recent area css----*/
.recent-area{
	padding: 70px 0;
}
.recent-button{
	text-align: center;
	

}
.recent-button button{
	background: transparent;
	border: none;
	padding: 10px 10px;
}
.recent-active{
	color: blue;
}

/*----Video area css----*/
.video-area{
	background: url('photo/Baner/01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 45vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-area i{
	color: red;
	font-size: 25px;
	transition: 1s;
}
.video-area i:hover{
	color: #32a852;
}


/*----reviw area css----*/
.reviw-area{
	padding: 70px 0;
}
.reviw-overly{}
.reviw-content{
	
}
.reviw-pic{
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.reviw-pic img{
	border-radius: 360px;
}
.reviw-text{}
.reviw-text p{
	text-align: center;
	padding: 0 20px;
}
.reviw-name{}
.reviw-name h4{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.reviw-icon{}
.reviw-icon ul{
	display: flex;
	justify-content: center;
}
.reviw-icon ul li{}
.reviw-icon ul li i{
	padding: 0 5px;
}


/*-----owl Nav----*/
.owl-nav{}
.owl-nav button.owl-prev{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.owl-nav button.owl-prev span{
	font-size: 50px;
}
.owl-nav button.owl-next{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.owl-nav button.owl-next span{
	font-size: 50px;
}

/*-----owl Nav----*/
.owl-dots{
	text-align: center;
}
.owl-dots button.owl-dot{
	width: 8px;
	height: 8px;
	background: red;
	border-radius: 360px;
	margin: 0 5px;
}
