@charset "utf-8";
/* CSS Document */


/*  GLOBAL  */

html {
	scroll-behavior: smooth;
}

/*  FONTS  */

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
  	font-size: 40px;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
  	font-size: 30px;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
  	font-size: 26px;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
  	font-size: 20px;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
  	font-size: 16px;
}
h6 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
  	font-size: 14px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
  	font-size: 14px;
}

/*  COLOURS  */

:root {
	--bg-grey:rgb(238, 235, 235);
	--bg-blue: #06060f;
	--amd1: #1ad6fd;
	--amd2: #00b1eb;
	--amd3: #4e55a2;
	--amd4: white;
}

/*  LINKS   */

a {
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	color: var(--amd1) !important;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}

.line-height {
	line-height: 1.5;
}
.f400 {
	font-weight: 400;
}
.headings {
	text-align: center;
	font-weight: 400;
	color: var(--amd1);
}
.title {
	text-align: center;
	font-weight: 400;
}
.title-border {
	border-bottom:var(--amd1) solid 1px;
	padding: 25px 0;
	text-align: left;
}
.border-box {
	border: white solid 1px;
	width: 40%;
	margin: 0 auto;
	padding: 30px 50px;
}
.textbox {
	padding: 70px 100px 0;
	line-height: 1.5;
	color: white;
}
.hero-background {
	background-image: url('../images/military-drone.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	filter: brightness(30%);
}

/*  HOME PAGE  */
#banner-home {
	max-width: 1500px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.amd-logo {
	padding-top: 25px;
	padding-left: 30px;
	width: auto;
	height: 180px;
}
.home-wrapper {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding: 0 20px;
}
#strapline {
	width: 100%;
	text-align: center;
	padding: 75px 10px 0;
}
.strapline {
	color: var(--amd1);
	font-size: 3.0rem;
	line-height:1.3;
}
#body-content {
	width: 100%;
	margin: 25px 0;
}
.description {
	width: 100%;
	font-size: 2.5em;
	font-style: italic;
	padding: 50px 200px 0;
	color: white;
	line-height: 1.5;
	text-align: center;
}


/* capabilities */
.cap-wrapper {
	width: 100%;
	margin: 100px 0;
	position: relative;
	background-image: url(../images/bg-menu.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	z-index: 5;
}
.cap-body {
	max-width: 1500px;
	margin: 0 auto;
	padding: 100px;
}
.image-text-block {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
	align-items: center;
	margin: 70px 15px;
}
.image-text-block video {
	width: 50%;
	margin: 0 auto;
	display: block;
}
.image-text-block .text {
	flex: 1;
	min-width: 350px;
	text-align: left;
	line-height: 1.5;
}
.image-text-block .text h3 {
	margin-bottom: 40px;
}
@media (max-width: 1150px) {
	.image-text-block.reverse {
		flex-direction: column-reverse;
		text-align: left;
		width:100%
	}
	.image-text-block.normal {
		flex-direction: column;
		text-align: left;
		width: 100%;
	}
	.image-text-block {
		gap: 0rem;
	}
	.image-text-block .text {
		min-width: 0; /* override desktop min-width */
	}
	.image-text-block video {
		width: 96%;
		}
}

/* news */
.news-wrapper {
	max-width: 1500px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 15px 150px;
	color: white;
	text-align: center;
	z-index: 5;
}
/* Mission Vision Company */
.mvc-wrapper {
	width: 100%;
	margin: 100px 0 0;
	position: relative;
	background-image: url(../images/bg-menu.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	z-index: 5;
}
.mvc-content {
	max-width: 1500px;
	margin: 0 auto;
	padding: 100px;
}
.textbox-mv {
	line-height: 1.5;
	padding: 0 75px;
}

/* COMPANY */
.lg-screen-padding {
	padding: 30px 50px;
}
.cardbox {
	padding: 25px 50px 25px;
}

/*   NEWS  */
.contact-btn {
	border: var(--amd2) solid 1px;
	background-color: var(--amd3);
	color: white;
	padding: 8px 50px;
}

/*  OTHER PAGES  */
#banner {
	max-width: 1200px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.page-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 150px;
	position: relative;
	top: 220px;
	padding: 0 100px 100px;
	color: white;
}
#page-content {
	width: 100%;
	padding: 200px 100px;
}

/* CONTACT PAGE  */
.btn-send {
	border: var(--amd1) solid 1px;
	background-color: var(--bg-blue);
	color: white;
}
.btn-send:hover {
	background-color: var(--amd1);
	color: black;
}
.contact-layout {
	margin-top: 40px;
	text-align: right;
}
@media screen and (max-width:992px) {
	.contact-layout {
		text-align: center;
	}
}


/*  FOOTER  */

.footer {
	background-color: #06060f;
	color: #f1f1f1;
	padding: 50px 0 20px;
	position: relative;
}
.footer-container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: 0 auto;
	gap: 20px;
}
.footer-info, .footer-links, .footer-social {
	flex: 1;
	min-width: 200px;
	text-align: center;
}
.footer-container h3 {
	margin-bottom: 12px;
	color: var(--amd1);
}
.footer-info h5 {
	padding-top: 3px;
}
.footer-links a {
	color: #f1f1f1;
	text-decoration: none;
}
.footer-links a:hover {
	color: var(--amd1);
}
.footer-links h5 {
	text-align: left;
	padding-left: 125px;
	margin-bottom: 20px;
}
.img-aff {
	height: 60px;
	margin: 0 12px 12px 0;
}
.img-feature {
	height: 40px;
	margin: 0 12px 12px 0;
}
.footer-bottom {
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
}

@media (max-width: 1150px) {
	.description {
		font-size: 2.5em;
		padding: 50px 25px 0;
		line-height: 1.5;
	}
	.news-wrapper {
		padding: 15px 100px;
	}
	.textbox-mv {
		padding: 0 40px 50px;
	}
	.lg-screen-padding {
		padding: 30px 0;
	}
	.textbox {
		padding: 70px 70px 0;
	}
	.cardbox {
		padding: 25px;
	}
}
@media screen and (max-width:1080px) {
	.page-wrapper {
		padding: 0 25px 100px;
	}
}

@media (max-width: 450px) {
	.border-box {
		width: 80%;
	}
	.amd-logo {
		height: 140px;
	}
	.description {
		font-size: 2.0em;
		padding: 50px 10px 0;
		line-height: 1.5;
	}
	.cap-body {
		padding: 100px 20px;
	}
	.news-wrapper {
		padding: 15px 25px;
	}
	.textbox {
		padding: 70px 10px 0;
	}

	.textbox-mv {
		padding: 0 20px 50px;
	}
	.mvc-content {
		padding: 100px 10px;
	}
	.lg-screen-padding {
		padding: 30px 0;
	}
	.cardbox {
		padding: 25px 50px;
	}
	.page-wrapper {
		padding: 0 10px 100px;
	}
}
