*{
	padding: 0px;
	margin: 0px;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
}
html{
	width: 100rem;
}
body{
	background: #000;
}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */


.hero{
	height: 100vh;
	width: 100%;
	background-image:url(./images/Background2.jpg);
	background-size: cover;
	background-position: center;
}
nav{
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: fixed;
	padding-top: 1%;
	padding-left: 8%;
	padding-right: 1%;
}
.logo{
	color: white;
	font-size: 155%;
	letter-spacing: 1px;
	cursor: pointer;
}
span{
	color:black;
}
nav ul li{
	list-style-type: none;
	
	display: inline-block;
	padding: 10px  25px;
}
nav ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.nav-link {
	color: #fff;
}

nav ul li a:hover{
	color: white;
	transition: .4s;
}

.btn{
	background-color:black;
	color: white;
	text-decoration: none;
	border: 2px solid white;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 30px;
	transition: transform .4s; 
}

.btn:hover{
	transform: scale(1.2);
}


/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

.content{
	position: absolute;
	top: 48%;
	left: 17%;
	transform: translateY(-50%);
}

h1{
	color: white;
	text-shadow: #949393 4px 1px,	#000000 5px 2px;
	font-size: 650%;
}
h3{
	color: white;
	
	font-size: 120%;
	margin-bottom: 5%;
}
h4{
	color: #fcfc;
	letter-spacing: 2px;
	font-size: 120%;
}

.newslatter form{
	width: 350px;
	max-width: 80%;
	position: relative;
}
.newslatter form input:first-child{
	display: inline-block;
	width: 100%;
	padding: 14px 40px 14px 15px;
	border: 2px solid white;
	outline: none;
	border-radius: 50px;
}
.newslatter form input:last-child{
	position: absolute;
	display: inline-block;
	outline: none;
	border: none;
	padding: 10px 3px;
	border-radius: 50px;
	background-color:black;
	color: white;
	border: 1px solid white;
	box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
	top: 5.5px;
	left: 250px; 
}
.newslatter form input:hover{
	background-color:transparent;
	border: 1px solid white;
	cursor: pointer;
	
}
.icon{
	border: 1px solid white;
		position: relative;
		float: right;
		right: 0%;
		
		display: flex;
		
	}


/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */



.about{
	width: 100%;
	padding: 100px 0px;
	background-color: #000000;
}
.about img{
	height: 450px;
	width: 350px;
}

.about-text{
	width: 550px;
}

.main{
	width: 1130px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.about-text h2{
	color: white;
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.about-text h5{
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.about-text p{
	color: #fcfc;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 45px;
}

button{
	background-color:black;
	color: white;
	text-decoration: none;
	border: 2px solid white;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}

button:hover{
	background-color: transparent;
	border: 2px solid white;
	cursor: pointer;
}

.col{
	
	align-items: center;
	padding: 10px 20px;
	margin: 10px 10px;
	/* border: #ffffff 1px solid; */
	width: 31%;
}

.card-img-top{
	height: 80%;
	width: 80%;
}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

.service{
	background: #101010;
	width: 100%;
	padding: 100px 0px;
}
.title h2{
	color: white;
	font-size: 75px;
	width: 1130px;
	margin: 30px auto;
	text-align: center;
}
.box{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
}
.card{
	height: 365px;
	width: 335px;
	padding: 20px 35px;
	background: #191919;
	border-radius: 20px;
	margin: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.card i{
	font-size: 50px;
	display: block;
	text-align: center;
	margin: 25px 0px;
	color: black;

}
h5{
	color: white;
	font-size: 23px;
	margin-bottom: 15px;
}
.pra p{
	color: #fcfc;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;
}
.card .button{
	background-color:black;
	color: white;
	text-decoration: none;
	border: 2px solid wheat;
	font-weight: bold;
	padding: 9px 22px;
	border-radius: 30px;
	transition: .4s; 
}
.card .button:hover{
	background-color: transparent;
	border: 2px solid black;
	cursor: pointer;
}


/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
.contact-me{
	width: 100%;
	height: 290px;
	background: #191919;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.contact-me p{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contact-me .button-two{
	background-color:black;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
.contact-me .button-two:hover{
	background-color: transparent;
	border: 2px solid black;
	cursor: pointer;
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

.social{
	display: flex;
}
.social a{
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:  black;
	border: #fff solid 1px ;
	border-radius: 50%;
	margin: 22px 10px;
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.social a:hover{
	transform: scale(1.3);
	transition: .3s;
}
.end{
	position: absolute;
	color: black;
	bottom: 35px;
	font-size: 14px; 
}

/* ---------------------------------------------------------- */
/* contact */
/* ---------------------------------------------------------- */

.contact-left{
	width: 52%;
	left: 0px;
	
}
.contact-right{
	padding: 05px;
	width: 45%;

	position: relative;
	right: 0px;
	float: right;
	/* border: #f9004d 1px solid; */
}

.contact-left p{
	margin-top: 30px;

}
.contact-left p i{
	color: black;
	margin-right: 30px;
	font-size: 25px;
}
.btn.btn2{
	display: inline-block;
	background: black;
	border: 1px solid white;
}
.contact-right form{
	width: 100%;
}
form input,form textarea{
	width: 100%;
	border: 0;
	outline: none;
	background: #262626;
	padding: 5px;
	margin: 12px 0;
	color: #fff;
	font-size: 15px;
	border-radius: 6px;
}
#msg{
	color: #61b752;
	margin-top: 10px;
	display: block;
}
#contact{
	background: rgb(15, 6, 6);
	color: #fff;
}
.title2 h2{
	color: white;
	font-size: 30px;
	width: 1130px;
	margin: 30px auto;
	text-align: center;
}
h6{
	text-align: center;
	color:#858585;
}

/* ---------------------------------------------------------- */

.social1{
	/* display: flex; */
	top: 25%;
	
	position: absolute;
}
.social1 a{
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: solid black transparent; */
	background:  transparent;
	border-radius: 50%;
	margin: 22px 10px;
	color: white;
	/* border: #000 1px solid; */
	text-decoration: none;
	font-size: 20px;
}
.social1 a:hover{
	transform: scale(2.5);
	transition: .3s;
}

/* ---------------------------------------------------------- */
