@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	box-sizing: border-box;
	font-family: lato, sans-serif;
}
.hero {
	background: #f69000;
	width: 100%;
}



.footer {
	background: #08e5ed;
	width: 100%;
	height: 7rem;
	color: #fff;
	text-align: center;
	padding-top: 2.5rem; 
}
.stroke {
	background: #C30A71;
	width: 100%;
	height: 0.2rem;
}




.header{
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2.8rem 9%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
}




.logo{
	font-size: 2rem;
	color: #C30A71;
	font-weight: 1000;
	cursor: default;
	letter-spacing: 2px;
	transition: 0.4s;
	text-shadow: 5px 5px rgba(0, 0, 0, 0.15);
}
.logo:hover{
	color: #08e5ed;
	cursor: pointer;
}
span{
	color: #08e5ed;
}











.navbar a {
	color: #FFFFFF;
	font-size: 1.2rem;
	margin-left: 4rem;
	transition: 0.5s;
	letter-spacing: 1.5px;
	font-weight: 500;
}
.navbar a:hover {
	color: #08e5ed;
	text-shadow: 5px 5px rgba(0, 0, 0, 0.02);
}
.navbar a.active {
	color: #C30A71;
}












#index-banner{
	background: url("images/ome1.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.home-content{
	text-align: center;
	color: #fff;
	padding-top: 250px;	
}
.banner-btn{
	margin: 70px auto 0;
}
.banner-btn a{
	width: 100px;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
	padding:10px 0;
	color: #fff;
	border: 2px solid #C30A71;
	transition: 0.5s;
	font-weight: 700;
	letter-spacing: 1px;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}
.banner-btn a:hover {
	background-color: #C30A71;
	color: #fff;
	border-radius: 50px;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}
.hc-txt{
	line-height: 35px;
}

.home-content span{
	color: #08e5ed;
	font-size: 1.5rem;
	font-family: lato;
}












#about-banner{
	background: url("images/ab.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh
	
}
.about-content{
	text-align: center;
	color: #fff;
	padding-top: 150px;
	padding-left: 600px;
}	
.about-content h1{
	font-size: 4rem;
	font-family: lato;
	color: #C30A71;
}
.about-content h2{
	font-size: 2rem;
	padding-top: 15px;
}
#video {
	margin-left: -1400px;
	margin-top: -450px;
	color: #08e5ed;
	font-size: 2rem;
}
span{
	color: #08e5ed;
}
#p1{
	padding-top: 10px;
}
#p2{
	padding-top: 15px;
}
#p3{
	padding-top: 15px;
}
#p4{
	padding-top: 15px;
}
.about-btn a{
	background-color: #C30A71;
	width: 100px;
	text-decoration: none;
	display: inline-block;
	margin: 50px 10px;
	padding:10px 0;
	color: #fff;
	border: 2px solid #C30A71;
	border-radius: 50px;
	transition: 0.5s;
	font-weight: 700;
	letter-spacing: 1px;
}
.about-btn a:hover {
	background-color: #08e5ed;
	border: 2px solid #08e5ed;
	border-radius: 8px;
	color: #fff;
}











#contact-banner{
	background: url("images/cont.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
}
 .contact {
	position: relative;
	left: 38%;
	padding-top: 200px;
	font-size: 30px;
	color: #FFFFFF;
}
.form {
	display: flex;
	align-items: center;
	justify-contnet: center;
	padding-top: 30px;
	color: #fff;
	margin-left: 490px;
}
.talk {
	color: #C30A71;
	padding-top: 150px;
	margin-left: 495px;
}
form{
	width: 90%;
	max-width: 600px;
}
.input-group{
	margin: 5px;
	position: relative;
	padding: 10
}
input, textarea{
	width: 100%;
	padding: 10px;
	outline: 0;
	border: 2px solid #08e5ed;
	color: #08e5ed;
	background: transparent;
	font-size: 15px;
}
label {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	color: #fff;
	cursor: text;
	transition: 0.3s;
}
select {
	width: 98.3%;
	padding: 10px;
	outline: 0;
	border: 2px solid #08e5ed;
	color: #08e5ed;
	background: transparent;
	font-size: 15px;
	margin: 30px 5px;
}
button {
	width: 20%;
	padding: 10px 0;
	outline: 0;
	border: 2px solid #08e5ed;
	color: #fff;
	background: transparent;
	font-size: 15px;
	cursor: pointer;
	margin: 10px 5px;
	transition: 0.5s;
}
button:hover{
	border-radius: 30px;
	background: #C30A71;
}
input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label{
	top: -35px;
	font-size: 15px;
	color: #C30A71;
}
.row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.row .input-group{
	flex-basis: 48%;
}













#portfolio-banner{
}

.portfolio-content{
	text-align: center;
	color: #C30A71;
	padding-top: 150px;
	font-size: 20px;
	font-weight: 100;
	font-family: lato;
	letter-spacing: 3px;
}
.portfolio-content span {
	text-decoration: underline;
	font-weight: 100rem;
	color: #C30A71;
}
.portfolio-content h3{
	color: #08e5ed;
	padding-top: 2rem;
	font-size: 4rem;
}
.container {
	display:flex;
	flex-wrap: wrap;
	margin-top: 2rem;
    padding: 0rem 4rem;
}
.container h3{
	margin-top: -5rem;
}
.container img {
	display: inline-block;
	height: 40%;
	width: 15rem;
	flex: 1;
	padding: 0rem;
	border: 4px solid #C30A71;
	border-radius: 20px;
	transition: .5s;
	margin: 0.5rem;
}
.container img:hover{
	scale: 160%;
	cursor: default;
	border-radius: 0px;
}


.container-2 {
	display:flex;
	flex-wrap: wrap;
	margin-top: -2rem;
    padding: 5rem 4rem;
}
.container-2 img {
	display: inline-block;
	height: 40%;
	width: 15rem;
	flex: 1;
	border: 4px solid #08e5ed;
	transition: .5s;
	margin: 0.5rem;
}
.container-2 img:hover{
	transform: scale(130%) rotate(30deg);
	cursor: default;
	border-radius: 20px;
}
.portfolio-content-1 h3{
	color: #C30A71;
	padding-top: 3rem;
	font-size: 4rem;
	text-align: center;
}






.container-3 {
	display:flex;
	flex-wrap: wrap;
	margin-top: -0rem;
    padding: 4rem;
}
.container-3 img {
	display: inline-block;
	height: 40%;
	width: 15rem;
	flex: 1;
	box-shadow: 10px 10px rgba(0, 0, 0, 10);
	transition: .5s;
	margin: 0.5rem;
	border-radius: 20px;
}
.container-3 img:hover{
	transform: scale(140%) rotate(-15deg);
	cursor: default;
}
.portfolio-content-2 h3{
	color: #08e5ed;
	padding-top: -20rem;
	font-size: 4rem;
	text-align: center;
}
.portfolio-content-2 span{
	color: #C30A71;
}

