*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
body{
	background-color: darkgreen;
}
h5{
	color: white;
}
/* For tablets */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .container {
    width: 100%;
    padding: 10px;
  }
}

/* For mobile phones */
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    padding: 5px;
  }
}

.hero{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
	position: relative;
	padding: 0 0%;
	display:flex;
	align-items: center;
	justify-content: center;

}
nav{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*padding: 20px 8%;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .logo{
	width: 120px;
	margin-top: 20px;
	margin-left: 20px;
	border-radius:30px;
}

nav ul li{
	list-style: none;
	display: inline-block;
	margin-left: 0px;
	font-size: 20px;
	font-family: Arial;


}
nav ul li a{
	text-decoration: none;
	color: white;
	font-size: 16px;
	margin-right: 35px;
	font-family: Arial Block;


}
nav ul li a:hover{
	color: red;
}




.content h1{
	font-size: 39px;
	color: yellow;
	font-weight: 600;
	transition: 0.5s;
	text-align: center;
}
h1{
	color: white;
}

.about{
	text-align: right;
}
h2{
	font-size: 25px;
	color: #fff;
	font-weight: 400;
	transition: 0.5s;
	text-align: center;

}
h2:hover{
	-webkit-text-stroke: 2px #fff;
	color: transparent;

}
.about{
	text-align: center;
}
.about p{
	color: white;
}
.content h1:hover{
	-webkit-text-stroke: 2px #fff;
	color: transparent;
}
p{
	color: blue;
	text-align:center;
}
.content a{
	text-decoration: none;
	display: inline-block;
	color: white;
	font-size: 30px;
	border: 2px solid #0000FF;
	padding: 14px 17px;
	border-radius: 50px;
	margin-left: 36%;
	margin-top: 25px;
	background-color: transparent;

	 
	

}
.back-video{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.contact-col{
	flex-basis: 48%;
	margin-bottom: 20px;
	background-color: #5DADE2;
	text-align: center;
	border-radius: 100%;
}
/*.contact-col div{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}*/
.contact-col div .fa{
	font-size: 20px;
	color: #f44336;
	margin: 10px;
	margin-right: 30px;
}
.contact-col div p{
	padding: 0;

}
.contact-col div h5{
	font-size: 20px;
	margin-bottom: 5px;
	color: #555;
	font-weight: 400;
}
.contact-col input, .contact-col textarea{
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #ccc; 
	box-sizing: border-box;


}
.jeev{
	color: white;
	margin-left: 42%;
	margin-bottom: 50px;
	margin-top: 0;
	align-items: center;
}
.jeev h3{
	color: white;
	text-align: 50px 50px;
}
h3:hover{
	color: #218AF3;
}

#demo{
	color: white;
	margin-left: 38%;

}
#demo:hover{
	color: #218AF3;


}
button{
text-align: left;
background-color: white;




}
#man{

	color: #F2F3F4;
	
}
.first{
	width: 90%;
	
}
h3{
	margin-left: 40%;
}
button{
	margin-left: 50%;
}



.vim{
	width: 30%;
	height: 30%;
}
.side-bar{
	width: 50px;
	height: 100vh;
	background: black;
	position: absolute;
	right: 5px;
	top: 0px;
	border-radius: 50px;
}


.social-links img, .useful-links img{
	width: 35px;
	margin: 0px auto;
	cursor: pointer;
	margin-right: 0;



}
.social-links{
	width: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

}
.useful-links{
	width: 50px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	
	
}
.container{
    width: 100%;
    height: 85vh;
    
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{
    width: 500px;
    perspective: 1000px;
    cursor: pointer;
    margin-bottom: 12%;
    

}
.card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 1s;
    margin-left: auto;
    margin-right: auto;
}
.front-face{
    backface-visibility: hidden;
}
.front-face img{
    width: 100%;
    border-radius: 10px;
    display: block;

}
 marquee{
 	color: black;
 }
p{
    color: yellow;
    font-size: 20px;
}
p:hover{
	color: white;
}
.par{
	color: #fff;
	font-size: 15px;
	width: 100%;
	height: 40%;
	margin-right: 30%;
	text-align: center;
}


.back-face{
    backface-visibility: hidden;
    background: #c62600;
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: rotateY(180deg);
}
.back-face h2{
    font-size: 50px;
    margin-top: 10px;
    font-weight: 600;
}
.back-face p{
    font-size: 26px;
    font-weight: 300;
}
.social-media i{
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #e43a00;
    border-radius: 50%;
    margin: 25px 6px;
}
.social-media a{
    text-decoration: none;
}

.btn{
    color: #333;
    font-size: 20px;
    text-decoration: none;
    background: #fff;
    padding: 10px 50px;
    border-radius: 25px;
    margin: 80px auto 0;
}
.card:hover .card-inner{
    transform: rotateY(-180deg);
}
.jeev{
	margin-left: 0%;
	text-align: center;
	

}
.box{
	width: 100%;
	height: 65vh;

}
.social-media{
	display: flex;
	margin-top: 35px;
	margin-left: 40%;
}
.box img{
		display: block;
		width:100%;
		border-radius: 5px;
	}
	.box:hover{
		transform: scale(1.3);
		z-index: 2;
	}

.icon{
	width: 45px;
	height: 45px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 35px;

	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.5s;
}
.icon img{
	width: 35px;


}
.icon a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff1616;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.5s;
}
.icon a:hover{
	opacity: 1;
}
.icon:hover{
	transform: translateY(-5px);
}
#jeeva{
	color: white;


}

.jeev{
	width: 35%;
	height: 25%;
	margin-left: 30%;
		}
		h4{
			color: black;
			text-align: center;
		}
		.bubbles img{
	width: 50px;
	animation: bubble 7s linear infinite;

}
.bubbles{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
}
.jeev{
	margin-left: 0%;
	text-align: center;
	

}
.back-video{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
		}

#jeeva{
	color: white;

}
.jeev{
	width: 35%;
	height: 25%;
	margin-left: 30%;
		}
		h4{
			color: white;
			text-align: center;
		}
		h3{
			color: white;
			text-align: center;
		}

.about{
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 20%;
	text-align: center;
}
.common{
	margin-right: 5%;
}
@keyframes bubble{
	0%{
		transform: translateY(0);
		opacity: 0;
	}
	50%{
		
		opacity: 1;
	}
	70%{
		
		opacity: 1;
	}
	100%{
		transform: translateY(-80vh);
		opacity: 0;
	}
}
.bubbles img:nth-child(1){
	animation-delay: 2s;
	width: 25px;
}
.bubbles img:nth-child(2){
	animation-delay: 1s;
}

.bubbles img:nth-child(3){
	animation-delay: 3s;
	width: 25px;
}

.bubbles img:nth-child(4){
	animation-delay: 4.5s;
}

.bubbles img:nth-child(5){
	animation-delay: 3s;
}

.bubbles img:nth-child(6){
	animation-delay: 6s;
	width: 20px;
}

.bubbles img:nth-child(7){
	animation-delay: 7s;
	width: 35px;
}
@media only screen and (max-width: 580px){
	nav header{
		width: 100%;
	}

}

@media (min-aspect-ratio: 16/9){
	.back-video{
		width: 100%;
		height: auto;
	}
}
@media (max-aspect-ratio: 16/9){
	.back-video{
		width: auto;
		height: 100%;
	}
}