/*-----------Heding style----------*/
h1{
	font-size: 56px;
	font-weight: 700;
	color: #00abf0;
}
h2{
	font-size: 46px;
	color: white;
}
h3{
	font-size: 36px;
	font-weight: 700;
	color: #00abf0;
}
h4{
	font-size: 26px;
	font-weight: 300;
	color: white;
}
h5{
	font-size: 23px;
	font-weight: 700;
}
h6{
	font-size: 16px;
	font-weight: 700;
	color: #00abf0;
}

/*-----------Paragraph style----------*/
p{
/*	color: white;*/
	font-family: Raleway;
	font-size: 18px;
}
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif ;
}

.nav-bg-color{
	background-color: #081b29;
}
.logo{
	color: #ededed;
	font-weight: 700;
	position: relative;
}

.nav-link{
	color: #ededed;
}
.active{
	color: #00abf0;
}
.nav-link:hover{
	color: #00abf0;
}

.contact-text{
	text-align: center;
}


.main{
	padding: 150px 30px;
}
.flex-div-all{
	display: flex;
	justify-content: center;
	row-gap: 50px;
	column-gap: 20px;
	
}
.bg-color{
	background-color: rgba(44, 62, 80, 0.5);
	max-width: 600px;
	min-width: 280px;
	padding: 30px 30px;
	display: flex;
}
h4{

	position: relative;
	padding-top: 0px;
}
h4::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: ;
}
h1{

	position: relative;
	padding-bottom: 30px;
}
h1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: ;
}
.contact-icon{
	font-size: 25px;
	color: #00abf0;
	background-color: #081b29;
	border-radius: 100%;
	padding: 15px;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
h5{
	color: #808B96;
}
.span{
	color: white;
}
.social-icon{
	color: white;
	font-size: 20px;
	padding: 5px;
}
.social-icon:hover{
	color: #00abf0;
}
.animation-div1{
	position: relative;
}
.animation-div1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: 1s;
}
.animation-div2{
	position: relative;
}
.animation-div2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: 1.5s;
}
.animation-div3{
	position: relative;
}
.animation-div3::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: 2s;
}
.animation-div4{
	position: relative;
}
.animation-div4::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: 2.5s;
}
.bck-nav{
	background-color: #081b29;
}












/*ANIMATION RELOAD AND SCROLL*/


/*-----------KEYFRAMES ANIMATION NAME------------*/
@keyframes snowRightn{
	100%{
		width: 0;
	}
}

/*-----------KEYFRAMES ANIMATION NAME------------*/
@keyframes logo-left{
	100%{
		width: 0;
	}
}


@media screen and (max-width: 348px){
	.email{
		font-size: 14px;
	}
}

@media screen and (max-width: 600px){
	.card{
		height: 300px;
		width: 300px;
	}
	h1{
		font-size: 33px;
	}
	.bg-color{
		padding: 10px 10px;
	}
	.main{
		padding: 40px 30px;
	}
}
@media screen and (max-width: 1600px){
	.nav-animation::before{
		animation-delay: .5s;
	}
}
