@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');


body{
	font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
	box-sizing: border-box;
}

*{
	margin: 0;
	padding: 0;
}

.name h1{
    font-family: 'Satisfy', cursive;
    font-size: 25px;
    color: white;
    position: relative;
}
.name a{
	text-decoration: none;
}

.header{
	min-height: 80vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url('images/work.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
}
nav{
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
}

.nav-links{
flex: 1;
text-align: right;
position: relative;

}

.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
}
.nav-links ul li a{
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #f44336;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links ul li:hover::after{
	width: 100%;
}
.text-box{
	width: 90%;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.text-box h1{
	font-size: 30px;
	padding-bottom: 45px;
}
.text-box p{
	margin: 10px 0 40px;
	font-size: 17px;
}
.hero-btn{
display: inline-block;
text-decoration: none;
color: white;
border:1px solid white;
padding: 12px 34px;
font-size: 14px;
background: transparent;
position: relative;
cursor: pointer;
border-radius: 5px
}	
.hero-btn:hover{
	border:1px solid #f44336;
	background: #f44336;
	transition: 1s;
}

@media(max-width: 700px){
	.text-box h1{
	font-size: 20px;
	
}
.nav-links ul li{
	display: block;
}
.nav-links{
	position: absolute;
	background: #212D42;
	height: 100vh;
	width: 200px;
	top: 0;
	right: -200px;
	text-align: left;
	z-index: 2;
	transition: 1s;
}
nav.fa{
	display: block;
	color: white;
	margin: 13px;
	font-size: 20px;
	cursor: pointer;
}
.nav-links ul{
padding: 30px;
}
}

.course{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}

.course h1{
	font-weight: 400;
	font-size: 45px;
	color: #5B32B4;
	text-align: center;
	padding-bottom: 35px;
}

.course>p{
	padding-top: 20px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px;
}


#aboutus{
	width: 80%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 35px;
	padding-top: 20px;

}
#aboutus>h1{
	font-weight: 400;
	font-size: 45px;
	color: #5B32B4;
	text-align: center;
	padding-bottom: 35px;
}
.about-image>img{
	height: 130px;
	width: 130px;
	display: flex;
}
.about{

	width: 350px;
	height: 150px;
	display: flex;
	padding: 20px;
	margin-right: 30px;
	justify-content: space-between;
	border-radius: 60px;
	align-items: center;
	box-shadow: 7px 7px gray;
}
.about-section{
	display: flex;	
	padding: 20px;
	padding-top: 45px;
	padding-bottom: 40px;
}

/*......features.........*/
.feature-part{	
	width: 80%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

#features{
	background-color: #F7FAFC;
	padding-top: 20px;
	padding-bottom: 30px;
}
.first{
	display: flex;
	justify-content: space-between;
	margin: 30px;
}
.first-image>img{
	height: 550px;
	width: 450px;
}
.first-description{
	margin: 40px;
	padding-top: 20px;
}
.first-description>p{
	padding: 10px;
}
.first-description>h3{
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 15px;
}

.feature-part>h1{
	font-weight: 400;
	font-size: 45px;
	color: #5B32B4;
	text-align: center;
	padding-bottom: 35px;
}

.second-image>img{
	height: 500px;
	width: 950px;
	border-radius: 5px;
}
.second-description>p{
	padding-top: 20px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px;
}
.third{
	padding-top: 60px;
}
.third-description>h1{
	font-size: 30px;
	color: #5B32B4;
	font-weight: 400;
	padding-bottom: 15px;
}
.third-description>p{
	padding-top: 20px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px;
}
.third-image>img{
	height: 500px;
	width: 980px;
	border-radius: 5px;
}
.add-image>img{
	height: 380px;
	width: 450px;
}
.third-add{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-top: 50px;
}
.third-info>h1{
	font-size: 35px;
	font-weight: 400;
	color: #5B32B4;
	padding-bottom: 15px;
}
.third-info{
	margin-right: 50px;
}
#contact{
	width: 80%;
	margin: auto;

	justify-content: space-between;
	align-items: center;
}
#contact>h1{
	font-weight: 400;
	font-size: 45px;
	color: #5B32B4;
	text-align: center;
	padding-bottom: 20px;
}
.cont-description>h3{
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 15px;
}
.cont{
	padding: 30px;
	display: flex;
}
.cont>img{
	height: 280px;
	width: 380px;
}
.add{
	padding-top: 10px;
}
.add-info{
	display: flex;
	justify-content: space-between;
}
.add-one>h4,.add-two>h4{
	color: orange;
}
.add>p{
	color: gray;
}
.icons>i{
	padding-top: 5px;
	padding-right: 5px;
}
/*..............Vacancy Page..........*/
.nav-bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;

}
.nav-items>a{
	text-decoration: none;
	margin-left: 30px;
	color:#fff;
	font-size: 16px;
	font-weight: 500;

}
.nav-items>button{
	margin-left: 10px;
	background-color: rgba(4,9,30,0.5);
	color: white;
	outline:none;
	cursor: pointer;
	border:none;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
}
.hero-section{
	height: 70vh;
	background-image: linear-gradient(rgba(4,9,30,0.5), rgba(4,9,30,0.5)), url(images/job.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}

.job-offers{
	margin-left: 4rem;
	margin-right: 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10vh;
	margin-bottom: 5vh;
}
.job-offers>h1{
	font-weight: 500;
	font-size: 25px;
}
.job-offers>a{
	text-decoration: none;
	color: blue;
	cursor:pointer;
	font-weight: 700;
}
.job-section{
	display: flex;
	margin-left: 4rem;
	margin-right: 4rem;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10vh;
}
.job{
	width:330px;
	border-right: 1px solid black;
	padding-right: 20px;
}
.job-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 7px;
}
.job-location{
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}
.text-box button{

	background-color: #59B241;
	color: white;
	outline:none;
	height: 45px;
	cursor: pointer;
	border:none;
	padding: 10px 40px;

	border-radius: 5px;
}
.text-box button a{
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: 400;
}
.job-location>p{
	margin-left: 3px;
	color: grey;
}
.job-discription>p{
	color: gray;
	font-size: 15px;
}

/*---------------Modal design---------------*/
.bg-modal{
    width: 100%;
    height: 150%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top:0;
	display: flex;
	justify-content: center;
    align-items: center;
    display: none;
}
.modal-content{
	width:600px;
	height: 700px;
	background-color:white;
	opacity: 1;
	padding: 45px;
	text-align: justify;
	border-radius: 4px;
	position: relative;
}
#fname, #lname{
	width: 200px;
	height: 25px;
	
}
.close{
		position: absolute;
	top: 0;
	right: 10px;
	font-size: 42px;
	color: #333;
	transform: rotate(45deg);
	cursor: pointer;
	&:hover {
		color: #666;
	}
}