@import url('https: //fonts.googleapis.com/css2?family=poppins');

*{
	margin: 0;
	padding: 0;
	box-sizing:  border-box;
}

img{
	max-width: 70px;
}

a{
	text-decoration: none;
	color: whitesmoke;
	font-weight: Bold;
}
span{
	color: whitesmoke;
}

ul{
	list-style: none;
}

.active{
	color: #fc036b;
	text-decoration: underline;
	font-weight: bold;
}

body , html{
	overflow-x: hidden;
}

.navbar{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 20px;
	color: #fff;
}

.nav-links{
	display: flex;
	align-items: center;
}

.nav-links li{
	margin: 0 30px;
}
ul li a{
	text-decoration: none;
	color: #whitesmoke;
	font-size: 20px;
	font-weight: Bold;
	transition: 0.4s ease-in-out;
}

ul li a:hover{
	color: Blue;
}

header{
	width: 100vw;
	height: 60vh;
	background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(images/contact2.jpg);
	background-position: bottom;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-content{
	margin-top: 150px;
	margin-bottom: 150px;
	color: whitesmoke;
	text-align: center;
}
.header-content h1{
	font-size: 4vain;
}
.line{
	width: 200px;
	height: 5px;
	background: Blue;
	margin: 10px auto;
	border-radius: 5px;
}
.header-content h2{
	font-size: 7vain;
	margin-top: 30px;
	margin-bottom: 30px;
}
.row{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
	margin-right: 100px;
	margin-left: 100px;
}
.header-col{
	flex-basis: 31%;
	Background: Blue;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: 0.5s ease;
}
.header-content p{
	font-size: 18px;
}
.ctn{
	padding: 8px 15px;
	background: Blue;
	border-radius: 30px;
	color: whitesmoke;
}
.ctn:hover{
	background-color: Red;
}

.menu-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 70px;
	cursor: pointer;
	display: none;
}



/*-----testimonials-----*/

.testimonials{
	width: 65%;
	margin: auto;
	padding-top: 10px;
	text-align: absolute;
}
.testimonial-col{
	flex-basis: 30%;
	margin-bottom: 5px;
	text-align: left;
	padding: 0px;
	display: flex;
}
.testimonial-col img{
	max-width: 300px;
	margin-left: 5px;
	margin-right: 0px;
	border-radius: 100px;
}
.testimonial-col-text{
	margin-left: 50px;
	margin-top: 90px;
}

.title h1 {
	font-size: 4vain;
	color: #490f69;
	text-align: center;

}

.images{
	padding: 100px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.images img{
	min-width: 30%;
}
.title p{
	padding-top: 40px;
	margin: 0px 100px;
	text-align: justify;
	font-size: 20px;
}

.imagess{
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-position: cover;
}
.imagess img{
	min-width: 1000px;
}
.contact{
	width: 100%;
	text-align: center;
	padding: 30px 0;
	color: #000;
}
.contact h4{
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: 600;
	color: #490f69;
}




/*--Mobile Device----*/
@media only screen and (max-width: 850px){
	.navbar{
	padding: 0px;
	}
	.header-content{
	margin-top: 200px;
	margin-bottom: 150px;
	color: whitesmoke;
	text-align: center;
	}
	.header-content h1{
	font-size: 25px;
	}
	.menu-btn{
		display: block;
	}
	.logo{
		position: absolute;
		top: 30px;
		left: 30px;
	}
	.nav-links{
		flex-direction: column;
		width: 100%;
		height: 100vh;
		justify-content: center;
		background: LightBlue;
		margin-top: -900px;
		transition: all 0.5s ease;
		border-bottom-right-radius: 30%;
	}
	.mobile-menu{
		margin-top: 3px;
	}
	.nav-links li{
		margin: 30px auto;
	}
	.line{
	width: 300px;
	height: 4px;
	background: Blue;
	margin: 10px auto;
	border-radius: 5px;
	}
	.row{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
	margin-right: 10px;
	margin-left: 10px;
	}
	.testimonial-col img{
	min-width:70%;
	max-height: 300px;
	margin-left: -40px;
	margin-right: 0px;
	}
	.testimonial-col-text{
	margin-left: 35px;
	margin-top: 40px;
	font-size: 10px;
	}
	.imagess{
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-position: cover;
	}
	.imagess img{
	min-width: 500px;
	}
	.title h1 {
	font-size: 4vain;
	color: #490f69;
	text-align: center;

	}
	.images{
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding-top: 10px;
	}
	.images img{
	max-width: 200%;
	padding-top: 10px;
	}
	.footer{
	width: 80%;
	text-align: center;
	padding: 20px 0;
	background-color: #444;
	color: whitesmoke;
	}
	.footer h4{
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: 500;
	color: whitesmoke;
	}
	.icons .fa{
	 color: whitesmoke;
	 margin: 0 13px;
	 cursor: pointer;
	 padding: 18px 0;
	}
	.fa-heart{
	color: whitesmoke;
	font-size: 20px;
	}
	.footer p{
		font-size: 12px;
	}
	.contact{
	width: 100%;
	text-align: center;
	color: #000;
	}
	.contact h4{
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: 500;
	color: #490f69;
	}
	.contact p{
		font-size: 12px;
	}
}






/*-------footer-----*/

.footer{
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background-color: #444;
	color: whitesmoke;
}
.footer h4{
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: 600;
	color: whitesmoke;
}
.icons .fa{
	 color: whitesmoke;
	 margin: 0 13px;
	 cursor: pointer;
	 padding: 18px 0;
}
.fa-heart{
	color: whitesmoke;
	font-size: 20px;
}