*{
	padding: 0; 
	margin:0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
html{
	scroll-behavior: smooth;
}
body{
	scroll-behavior: smooth;
	overflow-x: hidden;
	/* background: #eee; */
}
/* -- Header Section Starts */
nav{
	width: 100%;
	height:80px;
	background: white;
	color: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 80px;
	position:fixed;
	top:0;
	background:white;
	z-index: 1;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.logo a img{
	width: 200px;
	height: 80px;
}

.menu{
	padding-right: 200px;
}
.menu a{
	text-decoration: none;
	color: black;
	font-size:16px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 10px 20px;
	font-family: sans-serif;
}
.menu a:first-child{
	color:#f96b2a;
}
.menu a:hover{
	color: #f96b2a;
	transition: 0.4s;
}
.icon i{
	font-size:20px;
}
.icon i:hover{
	color: #f96b2a;
}
.icon a{
	padding:10px 20px;
	background:#f96b2a;
	color:white;
	text-decoration: none;
	margin-left:30px;
	border-radius: 5px;  
}
.icon a:hover{
	background: transparent;
	border:1px solid #e74c3c;
	color: black;
	transition: 0.4s ease;
}
/* -- Header Section Ends */

/* --- HERO SECTION STARTS --- */


.slider-images{
	height: 90vh;
	width: 100vw;
	background-image: url("img1.jpg");
  background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	overflow: hidden;
	animation-name: zoom-in;
	animation-duration: 25s;
	transform:translateY(100px); 
	animation-timing-function:ease-in-out;
	animation-iteration-count: infinite;
} 
 	@keyframes zoom-in{
  0%{background-image: url("img1.jpg");}
	25%{background-image: url("img2.jpg");}
	50%{background-image: url("img3.png");}
	75%{background-image: url("img4.jpg");} 
}  
.slider-images h1,h4{
	color: rgb(85, 210, 252);
  padding-top: 80%;
	padding-left: 20%;
}

/* --- HERO SECTION ENDS --- */

/* .h-text{
	max-width: 700px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	text-align: center;
} */

/* #camera{
	font-size: 40px;
	margin-bottom: 10px;
}
.h-text h1{
	font-family: sans-serif;
	font-size: 3em;
	line-height:1.5em;
}
.h-text input{
	width: 60%;
	padding: 20px;
	border-radius: 8px;
	font-size: 20px;
	border:none;
	outline: none;
}
.h-text button{
	width: 30%;
	padding:20px;
	background: #e74c3c;
	font-size: 20px;
	border:none;
	outline: none;
	color: white;
	border-radius: 8px; 
	margin-top: 30px;
} */

/* Product Gallery */

#filter-gallery{
	padding:100px;
}
#filter-gallery .portfolio-menu{
  	text-align: center;
		margin-bottom: 20px;
	}
	.portfolio-menu ul li{
		list-style: none;
		display: inline-block;
		margin:20px 0px;
		font-size: 20px;
		font-weight: bold;
		font-family: sans-serif;
		padding: 10px 20px;
		/* cursor: pointer; */
		transition: 0.5s ease;
		text-align: center;
	}
	.portfolio-menu ul li:hover{
		background:  #e74c3c;
		color: white;
		border-radius: 8px;
	}
	li.active{
		background:#e74c3c;
		color: white;
		border-radius: 8px;
	}
	.portfolio-item{
		width: 100%;
		align-items: center;
		padding-left: 200px;
		position: relative;
	}
	.portfolio-item .item{
		width:360px ;
		height:360px;
		float: left;
		margin-bottom:20px;
		margin-right: 20px;
		position: relative;
	}
.portfolio-item .item img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	border: 1px solid rgb(186, 186, 186);
}

.portfolio-item .item .overlay{
	position: absolute;
	width: 360px;
	height: 360px;
	bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: left;
	overflow: hidden;
	height: 0;
	opacity: 0.8;
	transition: 0.5s ease;
	background-color: rgb(106, 105, 105);
}
.portfolio-item .item:hover .overlay{
	height: 100%;
	border-radius: 8px;
} 
.portfolio-item .item .overlay .content h3{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
}
.portfolio-item .item .overlay .content p{
	padding-left: 15px;
	font-size: 14px;
	color: #fff;
}


/* About Us */

#aboutus{
	width: 100%;
}
#aboutus .members-card{
	font-family: sans-serif;
	width: 100%;
	padding:10px 100px;
}
#aboutus .member-card{
	text-align: center;
}
#aboutus .member-card h2 {
	font-size: 2.5em;
}
#aboutus .member-card h2 span{
	color:#e74c3c;
}
.member-card{
	text-align: left;
	padding-top: 50px;
	width: 50%;
	margin:auto;
	}

.member-card p{
	margin:20px 0px;
	line-height: 2em;
	text-align: left;
}
.member-card h2{
	margin:20px 0px;
}

.m-images{
	width: 100%;
	display: flex;
	margin: 20px 0px;
	overflow: hidden;
}
.m-images img{
	width: 200px;
	height: 200px;
	cursor: pointer;
	
	transition: 0.4s ease-in-out;
}
.m-images img:hover{
	transform: scale(1.5);
}

/* Footer Section */

#contact{
	background: #262626;
	color: white;
	width: 100%;

	padding: 50px 100px;
}

/* .newsletter{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:30px;
	border:1px solid rgba(255,255,255,0.2);
}
.newsletter>div{
	flex-basis: 50%;
}
.n-text{
	
	text-align: right;
}
.newsletter h2{
	font-size: 2em;
	font-family: sans-serif;
}
.newsletter p{
	font-size: 20px;
	margin-top: 10px;
}
.newsletter label{
	position: relative;

}
.newsletter input{
	padding: 20px;
	width: 70%;
	border-radius: 8px;
	border:none;
	outline: none;
	font-family: sans-serif;
}
.newsletter button{
	position: absolute;
	right: 0;
	padding: 20px;
	width: 30%;
	background: #e74c3c;
	color: white;
	border:none;
	outline: none;
	border-radius: 0 8px 8px 0;
} */

#contact{
	display: flex;
	align-items: center;
	
}
#contact .f-contact{
	width: 100%;
	
	display: flex;
	justify-content: center;
	gap: 60px;
	align-items: flex-start;
	margin-top:1em;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#contact .f-contact>div{
	flex-basis:25%;
}
#contact .f-contact #footer-header1 h1{
	font-size: 20px;
}
#contact .f-contact #footer-header2 h1{
	font-size: 20px;
}
#contact .f-contact p{
	line-height:2em;
	font-size: 16px;
	color: grey;	
	cursor: pointer;
}
#contact .f-contact p:hover{
	color: white;
}
/* .f-contact i{
	background: white;
	color: black;
	padding:10px;
	font-size:16px;
	margin: 20px 5px;
	border-radius: 50%;
	transition: .4s ease;
}
.f-contact i:hover{
	background: transparent;
	border:1px solid white;
	color: white;
}  */
