*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	box-sizing: border-box;
	overflow-x: hidden;
	scroll-behavior: smooth;
	transition: 1s;
}
#first-page{
	background-image: url(./images/darkgrad.jfif);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	scroll-behavior: smooth;
	transition: 0.7s;
}
.navigation-bar{
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: white;
	margin-top: 30px;
}
.navigation-bar > h3 > span{
	color: rgb(0, 157, 248);
	cursor: pointer;
}

.navigation-bar > ul > li {
	list-style: none;
	display: inline-block;
	margin: 2px 10px;
	padding: 5px 10px;
	cursor: pointer;
}
.navigation-bar > ul > li > a {
	text-decoration: none;
	color: white;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.main-content{
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 95dvh;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
	
}

.main-content > .text  {
	color: whitesmoke;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 30%;
}
.main-content > .text > p:nth-child(1){
	margin: 0;
	color: rgb(0, 157, 248);
	font-size: 17px;
}
.main-content > .text > h2{
	margin: 0;
	color: whitesmoke;
	font-size: 60px;
	font-weight: 600;
}
.main-content > .text > p:nth-child(3){
	margin-top: 15px;
	color: whitesmoke;
	font-size: 17px;
	text-align: justify;
}
.main-content > .text > button{
	margin-top: 10%;
	padding: 10px 25px;
	color: whitesmoke;
	background-color: rgb(0, 157, 248);
	border: none;
	border-radius: 20px;
	font-size: 13px;
	box-shadow: 2px 3px 2px 1px   lightgray;
	cursor: pointer;
}
.main-content > .text > button:hover{
	transform: translate(5px, 2px);
	color: rgb(0, 157, 248);
	background-color: lightgray;
	transition: 0.5s ease-in-out;
	box-shadow: -2px 2px 2px 1px   rgb(0, 157, 248);
}


.main-content > .body-logo {
	margin-top: 5px;
	height: 90dvh;
	width: 50vw;
	display: flex;
	align-content: center;
	justify-content: center;

}
.main-content > .body-logo > img{
	height: 90vh;
	width: 40vw;
	filter: brightness(70%);
	filter: grayscale(55%);
}
hr{
	color: red;
}

/* second page */
#second-page{
	margin-top: 35px;
	background-color: white;
	width: 100vw;
	height: 80vh;
	position: relative;
	text-align: center;
}
#second-page > p{
	color: rgb(21,52,78);
	font-size: 14px;
}
#second-page > h3{
	margin: 5px;
	color: rgb(21,52,78);
	font-size: 30px;
	font-weight: 780;
}
.seccond-page-planes{
	margin-top: 30px;
	width: 100vw;
	height: 60vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
}
.seccond-page-planes > .plane{
	width: 20vw;
	height: 60vh;
	background-color: rgb(21,52,78);
	color: white;	

}
.seccond-page-planes > .plane > p{
	font-size: 17px;
}
.seccond-page-planes > .plane > p:nth-child(1){
	margin-top: 40px;
}
.seccond-page-planes > .plane > h3{
	margin: 17px 0;
	font-size: 30px;
}
.seccond-page-planes > .plane > p:nth-child(4){
	margin: 50px 0;
}
.seccond-page-planes > .plane > button{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	border-radius: 2px;
	background-color: rgb(0, 157, 248);
	color: white;
}
.seccond-page-planes > .plane > button:hover{
	transition: 0.5s  ease-in-out;
	background-color: white;
	color: rgb(0, 157, 248);
}


#second-page > button{
	position: absolute;
	bottom: 55px;
	right: 40px;
	padding: 10px 20px;
	color: whitesmoke;
	background-color: rgb(0, 157, 248);
	border: none;
	border-radius: 20x;
	font-size: 13px;
	cursor: pointer;
}
#second-page > button:hover{
	transform: translatey(-6px);
	color: rgb(0, 157, 248);
	background-color: lightgray;
	transition: 0.5s ease-in-out;	
}


#footer{
	width: 100vw;
	height: 45vh;
	background-color: rgb(21,52,78);
	color: white;
}
.footer1{
	width: 100vw;
	height: 85%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
}
.footer-plane{
	margin-top: 20px;
	flex-basis: 19%;
	font-size: 14px;
}
.footer-plane > p{
	padding: 5px 0;
}
.footer-plane	 > ul > li{
	padding: 3px 0;
}
.footer-plane > ul > li > a{
	text-decoration: none;
	color: white;	
}
.footer-plane:nth-child(4) > p > span{
	font-weight: 700;
}


hr.footer-plane-line{
	margin: 10px 0 20px 0;
	border: 10px thin rgb(182, 182, 182);
	width: 70px;
	border-radius: 15px;
}


hr.footer-line{
	border: 1px thin white 0 0 0;
}
.footer2{
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

/* Third page */




/*        border: 2px solid red ;        */

/* Desktop view*/
@media (min-width: 992px){
    

}

/* Tab view*/
@media (min-width:768px) and (max-width:991px) {
  

}


/* Mobile view*/
@media (max-width: 767px){
	
}
