* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Karla", sans-serif;
	color: #224170;
	overflow-x: hidden;
}

a {
	color: #fff;
	text-decoration: none;
}
ul {
	list-style: none;
}
.light-text {
	color: #8494a0;
	line-height: 1.6;
}
.container {
	width: 1170px;
	margin: auto;
	padding: 0 1rem;
}
.main-header {
	display: flex;
}
.brand {
	width: 25%;
	min-width: 200px;
	margin-right: 1.5rem;
	align-self: center;
}

.brand img {
	width: 75%;
}
.call-us {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-transform: uppercase;
	padding: 1.3rem 0;
	text-align: center;
}

.call-us .shipment {
	margin-left: 1rem;
}

.call-us .number {
	font-size: 2.5rem;
	margin-left: 1rem;
	font-weight: bold;
	transition: 0.5s all ease;
}
.call-us .number:hover {
	color: #2aa7f7;
}
.navigation {
	width: 75%;
}
.navbar {
	background-color: #224170;
	display: flex;
	position: relative;
}

.navbar:before {
	border-left: 19px solid transparent;
	border-right: 19px solid #224170;
	border-top: 25px solid transparent;
	border-bottom: 25px solid #224170;
	content: "";
	position: absolute;
	left: -38px;
	top: 0;
}

.navbar:after {
	content: "";
	background-color: #224170;
	width: 300%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -300%;
}

.navbar li {
	padding: 1rem;
	border-left: 1px solid #9dadb6;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8rem;
	transition: 0.5s all ease;
}

.navbar > li:first-child {
	position: relative;
	border: none;
}

.navbar li:hover {
	background-color: #2aa7f7;
}

.showcase {
	background: url(../images/bg-5.jpg) no-repeat center/cover;
	height: 85vh;
	display: flex;
	color: #fff;
	position: relative;
	z-index: 1;
}

.showcase:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.showcase h1 {
	font-size: 4rem;
	text-transform: uppercase;
	margin-bottom: 4rem;
	font-weight: 900;
}

.showcase h2 {
	/* text-transform: uppercase; */
	font-size: 1.5rem;
	max-width: 800px;
	font-weight: 400;
	line-height: 1.6;
}

.read-more {
	display: inline-block;
	padding: 1rem 2rem;
	background-color: #2aa7f7;
	color: #fff;
	margin-top: 2rem;
	transition: 0.5s all ease;
	text-transform: uppercase;
}

.read-more:hover {
	background-color: #224170;
}

.our-services h1 {
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 2rem;
}
.our-services h1:after {
	content: "";
	height: 1px;
	width: 40px;
	margin: 1rem 0 2.5rem 0;
	background-color: #2aa7f7;
	display: block;
}

.card-group {
	margin: 1rem 0;
	display: flex;
	gap: 1.25rem;
}

.card {
	flex: 1 0 0%;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	box-shadow: 0 0 6px 2px rgba(212, 222, 229, 0.4);
}

.card img {
	width: 100%;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	transition: 0.5s all ease;
}

.card img:hover {
	transform: scale(1.2);
}

.card-image {
	height: 230px;
	width: 100%;
	overflow: hidden;
}

.card-group .card-body {
	padding: 2.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: -0.7px;
	font-weight: 900;
}

.card-text {
	color: #8494a0;
	line-height: 1.6;
}

ul.card-text {
	list-style: outside;
	margin-left: 1rem;
}

.more-info h1 {
	font-weight: 900;
}

.more-info h1:after {
	content: "";
	height: 1px;
	width: 40px;
	margin: 1rem 0 2.5rem 0;
	background-color: #2aa7f7;
	display: block;
}

.info-group {
	margin-top: 6rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: "info cards1 cards2";
	gap: 1.25rem;
}

.info-text {
	grid-area: info;
}

.cards-1 {
	grid-area: cards1;
}

.cards-2 {
	grid-area: cards2;
}

.info-group > div {
	flex: 1 0 0%;
}

.info-group .card {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	padding: 1rem;
	min-height: 143px;
}

.info-group p {
	font-size: 15px;
}

.info-group .card h3 {
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-size: 1.1rem;
}

.info-group .card p {
	font-size: 0.9rem;
	line-height: 1.4;
}

.icon {
	align-self: center;
	margin-top: -1rem;
}

.about-us {
	display: flex;
	margin-top: 6rem;
	background-color: #224170;
}

.about-us .parallax {
	background: url(/images/px-7.jpg) no-repeat fixed center/ cover;
	min-width: 50%;
	min-height: 700px;
}

.about-us .about {
	background-color: #224170;
	max-width: 585px;
	padding: 2rem;
}

.light {
	display: block;
	margin-top: 2rem;
	color: #8494a0;
}

.about p {
	color: #ddd;
	line-height: 1.8;
}
.about h1 {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.about h1:after {
	content: "";
	height: 1px;
	width: 40px;
	margin: 1rem 0 2.5rem 0;
	background-color: #2aa7f7;
	display: block;
}

.footer {
	background-color: #224170;
	color: rgb(180, 180, 180);
}

.footer a {
	color: rgb(180, 180, 180);
	text-transform: uppercase;
	line-height: 2;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #3d557c;
}

.footer a:hover {
	color: #2aa7f7;
}

.footer h2 {
	color: #fff;
	font-weight: 900;
	font-size: 1.2rem;
}

.footer h2:after {
	content: "";
	height: 1px;
	width: 40px;
	margin: 1rem 0 2.5rem 0;
	background-color: #2aa7f7;
	display: block;
}

.footer-inside {
	display: flex;
	/* gap: 1rem; */
}

.footer-inside > div {
	flex: 1 0 50%;
}
.footer i {
	padding: 10px;
	color: #fff;
}

.seatrade {
	margin-bottom: 2rem;
	line-height: 1.6;
}
.contact {
	display: flex;
	gap: 1rem;
	padding: 2rem 1rem;
	justify-content: center;
}

.contact-us {
	flex: 0 1 70%;
}

.quick-links {
	flex: 1 0 30%;
}
.seatrade span {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	color: #fff;
}

/* Media Queries*/
@media screen and (max-width: 1200px) {
	.container {
		width: 960px;
		margin: auto;
	}

	.card-image {
		height: 190px;
	}

	.card-group .card-body {
		padding: 1.25rem 1rem;
	}

	.info-group .card {
		min-height: 184px;
	}
}

@media screen and (max-width: 980px) {
	.container {
		width: 100%;
		padding: 0 2rem;
	}

	.showcase h1 {
		font-size: 3rem;
	}

	.showcase h2 {
		font-size: 1.25rem;
		max-width: 800px;
		font-weight: 400;
	}

	.card-group {
		display: block;
	}

	.card {
		margin: 1rem 0;
		box-shadow: none;
	}

	.card-image {
		height: auto;
		max-height: 400px;
	}

	.info-group {
		grid-template-columns: auto;
		grid-template-areas: "info info" "cards1 cards2";
	}

	.info-group .card {
		min-height: 164px;
	}

	.footer-inside {
		flex-direction: column;
	}

	.footer-inside > div:first-child {
		order: 1;
	}
	.footer-inside > div:nth-child(2) {
		order: 0;
	}
}

@media screen and (max-width: 768px) {
	.heading {
		padding: 0 1rem;
	}
	.brand img {
		width: 100%;
	}
	.about-us {
		flex-direction: column;
		margin-top: 4rem;
	}

	.info-group {
		grid-template-columns: auto;
		grid-template-areas:
			"info info info info"
			"cards1 cards1 cards1 cards1"
			"cards2 cards2 cards2 cards2";
		gap: 0;
		margin-top: 4rem;
	}

	.info-group .card {
		min-height: auto;
		margin-bottom: 0;
	}

	.hide-sm {
		display: none;
	}
}
