html {
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	font-family:Poppins;
}

p{
	line-height: 30px;
}

img{
	width: 20%;
}

a{
	text-decoration: none;
	transition: all ease-in-out 0.5s;
  transition: 0.3s;
}
.nav a:hover{
  color: #00215f;
  font-weight:500;

}
.navbar-toggler {
  display: none;
}

.dropdown:focus-within .dropdown-menu {
	opacity: 1;
	transform: translate(0) scale(1);
	visibility: visible;
}

.home, .about-area, .port-area, .service-area, .contact-area{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	height: 700px;
}
.text-part{
	width: 75%;
	height: 80%;
}        

.slide:hover {
  flex: 5;
}