.careers_image1{
	width: 500px;
	height: 300px;
	position: relative;
	left: 50px;
}
.careers_h1{
	font-size: 50px;
	color: white;
}
.careers_p{
	color: white;
	font-weight: bold;
	font-size: 20px;
}
.careers_h2{
	color: white;
	font-weight: bold;
}
.lets_join_our_team_button{
	width: 220px;
	height: 50px;	
	border:none;
	border-radius: 10px;
	background-color: white;
	color: navy;
	font-weight: bold;
	font-size: 20px;
	transition: transform 0.2s, background-color 0.2s;
}
.lets_join_our_team_button:hover{
	transform: translateY(-10px);
    background-color: darkorange;
}
.careers_h3{
	color: navy;
}
.careers_p2{
	font-size: 18px;
}
.careers_p3{
	font-weight: bold;
	font-size: 20px;
}
li{
	font-size: 17px;
}
.careers_h4{
	color: navy;
}
.careers_h5{
	color: navy;
}
.input1{
	height: 50px;
	background-color: white;
}
.row_image{
	background-image:url('https://Moonbusiness.com/wp-content/uploads/2023/05/LINES-svg-1.svg');
	background-size: 100% 100%;	
}
.terms{

}
.submit_resume_button{
	width: 300px;
	height: 50px;
	border-radius: 10px;
	border: none;
	color: white;
	background-color: navy;
	font-size: 25px;
	transition: transform 0.2s, background-color 0.2s;
}
.submit_resume_button:hover{
	transform: translateY(-10px);
    background-color: darkorange;
}
.moon_team_image{
	width: 100%;
	height: 500px;
}
.about_h1{
	text-align: center;
	color: navy;
	width: 250px;
	height: 70px;
	border:none;
	border-radius: 20px;
	font-weight: bold;
	font-size: 40px;
	background: linear-gradient(to right,blue,navy);
	color: white;
}
.col3_div{
	border-radius: 20px;	
	border-right: 5px solid navy;
	border-left: 5px solid navy;
}
.about_h2{
	font-size: 50px;
	color: darkorange;
	padding: 20px;
}
.icon_check1{
	color: darkorange;
	font-weight: bold;
}
.about_p1{
	font-size: 13px;
}
.col8_div{
	border-radius: 20px;
}
.col10_div{
	border-radius: 20px;
	border: 5px solid navy;
}
.about_image1{
	width: 100%;
	height: 400px;
}
.about_mission{
	color: navy;
}
.images_54{
	height: 400px;
	width: 300px;
	border: 2px groove navy;	
	transition: transform 0.5s ease;
}
/*.images_54:hover{
	transform: scale(1.2);
}*/

.images_53{
	width: 630px;
	height: 400px;
	border: 2px groove navy;	
	transition: transform 0.5s ease;
}
/*.images_53:hover{
	transform: scale(1.2);
}*/
.image_561{
	height: 100%;
	width: 100%;
}
.div_row{
	background-color: navy;
}
.freezone{
	color: white;
	font-size: 80px;
	text-align: center;
	position: relative;
	top: 40px;
}



@media(max-width: 667px)
{
	.image_div{
		display: none;
	}
	.careers_h3{
		font-size: 25px;
	}
	.careers_p2{
		font-size: 15px;
	}
	.careers_p3{
		font-size: 18px;
	}
	li{
		font-size: 14px;
	}
	.careers_h4{
		font-size: 20px;
	}
	.careers_h5{
		font-size: 25px;
	}
	.input1{
		width: 400px;
		position: relative;
		left: -60px;
	}
	.input11{
		left: -40px;
	}
	.input3{
		position: relative;
		left:-60px;
	}
	.input2{
		position:relative;
		left: -60px;
	}	
	.input3_p{
		position: relative;
		left: -40px;
		font-size: 12px;
	}	
	.moon_team_image{
		height: 300px;
	}
	.about_h1{
		position: relative;
		left: 100px;
	}
	.col3_div{
		border-bottom: 5px solid navy;
		border-top: 5px solid navy;
		border-right: 0px solid navy;
		border-left: 0px solid navy;
	}
	.about_image1{
		width: 100%;
		height: 100%;
	}
	.images_54{
		margin: 10px;
	}
	.images_53{
		width: 400px;
		height: 250px;
	}
	.freezone{
		top: 0px;
	}
}