body {
    font-family: 'Volte Medium';
    font-weight: normal;
    font-size: 18px;
    color: #000;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden;
}
.navbar {
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    width: 100%;
    z-index: 100;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
}
#navigation {
    padding-right: 2em;
}
.nav-link, .nav-link:hover, .nav-link:active {
    color: #fff;
    margin-right: 2em;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#home {
    height: 100%;
}
#home_txt {
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 100px;
}
h1 {
    font-family: 'Metaluna-Bold';
    font-size: 3em;
    color: #fff;
}
#home p {
    color: #fff;
    width: 50%;
}
.btn-primary {
    border-radius: 1em;
    background: rgb(255,135,0);
    background: linear-gradient(135deg, rgba(255,135,0,1) 0%, rgba(252,164,68,1) 100%);
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0.35em 2em;
}

.section_title {
    font-family: 'Metaluna-Bold';
}
.section_title span {
    color: #aaa;
}
h2 {
    font-family: 'Metaluna-Bold';
    font-size: 3em;
}
section {
    position: relative;
}
.row {
    margin: 0;
}

element.style {
}

.row>* {
    padding-left: 0;
    padding-right: 0;
}
.text_wrapper {
    padding-left: 0;
}
.mb-100 {
    margin-bottom: 100px;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}

.feature {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.feature h3 {
    font-family: 'Metaluna-Bold';
    font-size: 2em;
}
.feature p {
    padding-left: 24px;
    padding-right: 24px;
}

#intro_bg, #experience_bg, #experience_bg_2 {
    position: absolute;
    width: 100%;
    top: 300px;
    z-index: -1;
}
#specs_bg, #media_bg, #form_bg {
    position: absolute;
    top: 0;
    z-index: -1;
}
#intro_bg_mobile, #experience_bg_mobile, #specs_img_mobile, #specs_bg_mobile_top, #specs_bg_mobile_bottom, #experience_bg_2_mobile, #form_bg_mobile {
    display: none;
}
#experience_title {
    padding-top: 180px;
}
.white {
    color: #fff;
}
.dark_grey {
    color: #333;
}
.pt-10 {
    padding-top: 6rem!important;
}
h3 {
    font-family: 'Metaluna-Bold';
    font-size: 2em;
}
#media_title {
    padding-top: 100px;
}
.media p {
    font-weight: bold;
    width: 80%;
    font-size: 0.9em;
    margin-bottom: 0;
}
.media img {
    margin-left: 0;
    margin-bottom: 1.5em;
    border-radius: 0.75em;
    -webkit-box-shadow: 0px 0px 40px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 40px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 40px -15px rgba(0,0,0,0.75);
}
.media_title {
    color: #000;
    text-decoration: none;
}
.media_title:hover {
    color: #000;
    text-decoration: underline;
}
.media_link {
    font-size: 0.7em;
    color: #ccc;
    text-decoration: none;
}
.media_link:hover {
    color: #666;
    text-decoration: underline;
}
#media_bg_bottom {
    display: none;
}

#pressroom_title {
    padding-top: 100px;
    padding-bottom: 100px;
}


.big_text {
    font-family: 'Metaluna-Bold';
    font-size: 4.5em;
    line-height: 1.2em;
}
.big_text span {
    color: #eee;
}
#form_wrapper {
    padding-top: 120px;
}
#form_title {
    padding-top: 240px;
    color: #fff;
}
.contact_input, .contact_input:focus {
    border-radius: 12px;
    border: 1px solid #444;
    color: #fff;
    padding: 0.5em 1.25em;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1em;
}
#msg, #msg:focus {
    width: 100%;
    min-height: 180px;
    border-radius: 12px;
    border: 1px solid #444;
    color: #fff;
    padding: 0.5em 1.25em;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1em;
}
.contact_input::-webkit-input-placeholder, #msg::-webkit-input-placeholder {
  color: #fff;
}
.contact_input::-moz-placeholder, #msg::-moz-placeholder {
  color: #fff;
}
.contact_input:-ms-input-placeholder, #msg:-ms-input-placeholder {
  color: #fff;
}
.contact_input:placeholder, #msg:placeholder {
  color: #fff;
}

#footer {
    background-color: #fafafa;
    margin-top: -1px;
}
#address {
    display: flex;
    align-items: flex-start;
    margin-top: 100px;
}
#address img {
    margin-right: 18px;
}
#contacts {
    margin-top: 100px;
}
#mailto {
    color: #008CFF;
}
#footer_car {

}
#footer_car_mobile {
    display: none;
}
#copyright {
    min-height: 80px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    justify-content: space-between;
}
#copyright p {
    margin: 0;
    width: 320px;
}
#social {
    width: 240px;
    display: flex;
    justify-content: flex-end;
}
#social a {
    margin-left: 32px;
    color: #000;
    display: none;
}
#social .fab {
    font-size: 1.25em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#specs_title {
    padding-top: 400px;
}
h4 {
    font-family: 'Metaluna-Bold';
}
#specs_details {
    font-size: 90%;
}
#specs_details h4 {
    padding-left: 2em;
}
#specs_details ul {
    padding-left: 4em;
}


::-webkit-scrollbar {
    position: absolute;
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    background: rgba(0, 0, 0, 1);
    -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 1);;
}

.navbar-toggler {
    line-height: 0.6em;
    padding-right: 1em;
    padding-left: 0;
}
.navbar-toggler-icon {
    background-color: #fff;
    width: 1.75em;
    height: 0.2em;
}

#introduction {
    /* min-height: 1400px; */
}
#experience_pre {
    /* min-height: 1400px; */
}
#specs {
    min-height: 2100px;
}
#experience {
    /* min-height: 1400px; */
}
#media {
    min-height: 1080px;
    margin-top: -100px;
}
#contact {
    min-height: 1240px;
}

.modal_title {
    font-family: 'Metaluna-Bold';
    font-size: 1.25em;
}
.modal-content {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    border: none;
}
#close_btn {
    width: 90%;
    position: absolute;
    text-align: right;
    left: 0;
}
.has-error input[type="text"], .has-error input[type="text"]:focus, .has-error #msg, .has-error #msg {
    border-color: #f00;
}
.form_error {
    font-size: 80%;
    color: #f00;
    text-align: left;
}
#partners {
    min-height: 280px;
}
#partners h2 {
    margin-bottom: 3rem;
}
.partner_logo {
    display: flex;
    align-items: center;
}

.hide {
    visibility: hidden;
}
.section_bg {
    background-position: top center;
    background-size: cover;
}
.wave_1 {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.wave_2 {
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(-1, -1);
}
.wave_3 {
    position: relative;
}

.quote {
    font-size: 36px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#engineering {
    height: 100%;
}
#engineering_txt {
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 100px;
}
#engineering p {
    color: #fff;
    width: 70%;
}
.dots {
    display: flex;
}
.dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
}
.grey_1 {
    background-color: #111;
}
.grey_2 {
    background-color: #222;
}
.grey_3 {
    background-color: #333;
}
.btn-secondary {
    border-radius: 1em;
    background: rgba(255,255,255,0);
    border: 1px solid #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0.35em 2em;
}
.btn-secondary:hover {
    border-radius: 1em;
    background: rgba(255,255,255,1);
    border: 1px solid #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0.35em 2em;
    color: #333;
}
.danube_valley {
    display: none;
}

.light_grey {
    background-color: #f6f6f6;
}
#p_hessel {
    height: 100%;
}
#p_hessel_mobile {
    display: none;
}
#p_hessel_txt {
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 600px;
    max-width: 1440px;
}
#p_hessel p {
    color: #fff;
    width: 70%;
}
#p_hessel_img {
    position: absolute;
    top: 0;
}

.board {
    background-color: #fafafa;
    border-radius: 32px;
    min-height: 300px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.1);
    position: relative;
    margin-right: 24px;
    margin-bottom: 24px;
}
.board_name {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
    font-size: 24px;
    font-family: 'Volte Semibold';
    color: #111;
}
.board_desc {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 32px;
    color: #666;
    font-size: 18px;
}
.board_link, .board_link:hover {
    color: #111;
}
.board i {
    position: absolute;
    right: 32px;
    bottom: 24px;
    font-size: 18px;
}

#investors {
    height: 100%;
}
#investors_txt {
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 100px;
}
#investors p {
    color: #fff;
    width: 50%;
}

#investor_survey {
    height: 70vh;
}
#investor_survey_txt {
    position: absolute;
    width: 90%;
    top: 0;
    padding-left: 100px;
}
#survey_wrapper {
    margin-top: -120px;
    z-index: 1000;
}
#survey_holder {
    padding-top: 32px;
    position: relative;
    margin-bottom: 120px;
}
#survey_holder h2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    font-family: 'Volte Semibold';
    color: #111;
}
#survey_form {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 48px;
}
.survey_input, .survey_input:focus {
    border-radius: 0px;
    border: none;
    color: #111;
    padding: 1em 1.25em;
    height: auto;
    background-color: #fff;
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.survey_textarea, .survey_textarea:focus {
    border-radius: 0px;
    border: none;
    color: #111;
    padding: 1em 1.25em;
    height: 10em;
    background-color: #fff;
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    resize: none;
}
.input-mb-right {
    margin-right: 1em;
}
.survey_input::-webkit-input-placeholder {
  color: #aaa;
}
.survey_input::-moz-placeholder {
  color: #aaa;
}
.survey_input:-ms-input-placeholder {
  color: #aaa;
}
.survey_input:placeholder {
  color: #aaa;
}
.survey_textarea::-webkit-input-placeholder {
  color: #aaa;
}
.survey_textarea::-moz-placeholder {
  color: #aaa;
}
.survey_textarea:-ms-input-placeholder {
  color: #aaa;
}
.survey_textarea:placeholder {
  color: #aaa;
}
.survey_radio:checked,
.survey_radio:not(:checked) {
    position: absolute;
    left: -9999px;
}
.survey_radio:checked + label,
.survey_radio:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #111;
}
.survey_radio:checked + label:before,
.survey_radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #111;
    border-radius: 100%;
    background: #fff;
}
.survey_radio:checked + label:after,
.survey_radio:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #111;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.survey_radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.survey_radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.check_input_wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}
.survey_input_check {
    background: none;
    border:none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    width: 100%;
    margin-left: 24px;
}
.form-check {
    padding-left: 0;
}
.checkbox-wrapper {
    position: relative;
}
.survey_check {
    display:  none;
    position:  absolute;
    top:  0px;
    left: 0px;
    height:  20px;
    width:  20px;
    -webkit-appearance:  none;
}
.survey_check-label {
    display:  flex;
    position:  relative;
    font-size:  20px;
    font-weight:  400;
    align-items:  center;
    justify-content:  flex-start;
}
.survey_check-label:before,
.survey_check-label:after {
    pointer-events: none;
}
.survey_check-label:before {
    display:  flex;
    content: ' ';
    height:  20px;
    width:  20px;
    border:  solid 2px #111;
    background:  #fff;
    margin-right:  10px;
}
.survey_check-label:after {
    position:  absolute;
    top:  7px;
    left:  7px;
    display:  flex;
    content: ' ';
    height:  12px;
    width:  12px;
    background: #111;
    transform: scale(0);
    transition:  transform .3s ease;
}
.survey_check-label:after {
    height:  8px;
    width:  12px;
    left:  4px;
    top: 10px;
    border-bottom:  solid 4px #111;
    border-left:  solid 4px #111;
    background:  none;
    transform: rotate(-45deg) scale(0);
    transition:  transform .1s ease, opacity .1s ease;
    transform-origin: center center;
}
.checkbox-wrapper .survey_check:checked + .survey_check-label:after {
    opacity:  1;
    transform: rotate(-45deg) scale(.8);
}
.adjusted_checkmark:after {
    top:  14px;
}
.survey_check-label:focus {
    border: none;
}
.survey_input:focus{
    outline: 0;
    outline: none;
}
.btn-survey {
    border-radius: 2em;
    background: #00ABFF;
    border: 2px solid #00ABFF;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 1em 5em;
    color: #fff;
    font-size: 18px;
}
.btn-survey:hover {
    color: #00ABFF;
    background: #fff;
}
.form_error_survey {
    font-size: 80%;
    color: #f00;
    text-align: left;
    padding-left: 1em;
}
.has-error .survey_input, .has-error .survey_input:focus {
    border: #f00 1px solid;
}
.has-error .survey_textarea, .has-error .survey_textarea:focus {
    border: #f00 1px solid;
}
.has-error .survey_check-label:before {
    border-color: #f00;
}
.has-error .survey_check-label {
    color: #f00;
}
.has-error .survey_radio-label {
    color: #f00 !important;
}
.has-error .survey_radio:checked + label:before, .has-error .survey_radio:not(:checked) + label:before {
    border-color: #f00;
}
.has-error .select2-container .select2-selection--single {
    border: #f00 1px solid;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preorder {
    height: 70vh;
}
#preorder_txt {
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 100px;
}
#preorder_wrapper {
    margin-top: -120px;
    z-index: 1000;
}
#preorder_form {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 48px;
}
#preorder_holder {
    padding-top: 32px;
    position: relative;
    margin-bottom: 120px;
}
#preorder_holder h2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    font-family: 'Volte Semibold';
    color: #111;
}
#preorder_form {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 48px;
}
.preorder_input, .preorder_input:focus {
    border-radius: 0px;
    border: none;
    color: #111;
    padding: 1em 1.25em;
    height: auto;
    background-color: #fff;
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.preorder_input::-webkit-input-placeholder {
  color: #aaa;
}
.preorder_input::-moz-placeholder {
  color: #aaa;
}
.preorder_input:-ms-input-placeholder {
  color: #aaa;
}
.preorder_input:placeholder {
  color: #aaa;
}
.has-error .preorder_input, .has-error .preorder_input:focus {
    border: #f00 1px solid;
}
.form_error_preorder {
    font-size: 80%;
    color: #f00;
    text-align: left;
    padding-left: 1em;
}
.card_inactive {
    color: #aaa;
}
.card_active {
    color: #333;
}
.error_hide {
    display: none;
}

.select2-container {
    border-radius: 0;
    border: none;
}
.select2-container .select2-selection--single {
    height: auto;
    border: none;
	vertical-align: middle;
    margin: 0.5em 0 0 0;
    color: #111;
    padding: 1em 1.25em;
    border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2 .select2-container .select2-container--default .select2-container--above .select2-container--focus {
    border-radius: 0;
    border: none;
}
.select2-container--classic .select2-selection--single:focus {
    border-radius: 0;
    border: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #aaa;
}
.select2-results__option .select2-results__option--selectable {
    color: #aaa !important;
}
.select2-dropdown {
    border: none;
    color: #aaa !important;
    padding: 0em 1.25em;
}
.select2-selection__rendered {
    color: #111 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1em;
    top: 26px;
}
.select2-selection__clear {
    color: #111 !important;
}
.select2-search--dropdown .select2-search__field {
    padding: 0.5em 1em;
}
.select2-search--dropdown {
    padding: 0;
}

/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #fff;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: none;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: #aaa !important;
  color: #ffffff;
}
.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #aaa;
  color: #fff;
  opacity: 0.8;
}
.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}
.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-container .select2-choice {
  border: none;
  height: 36px;
  border-radius: 0px;
  font-size: 14px;
  text-indent: 1px;
  box-shadow: none;
  background-image: none;
}
.select2-container .select2-choice div {
  border: none;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}
.select2-container .select2-choice .select2-arrow {
  border: none;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}
.select2-container *:focus {
  outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: none;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}
.select2-drop.select2-drop-above {
  margin-top: 2px;
  border: none;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}
.select2-search input {
    height: auto;
    border: none;
    vertical-align: middle;
    margin: 0.5em 0;
    color: #aaa;
    padding: 1em 1.25em;
    border-radius: 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: none;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}
.select2-results .select2-highlighted {
  background: #aaa;
  color: #fff;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: none;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  border-radius: 6px;
  box-shadow: none;
}

/****** Single SCSS *******/
.select2-container--flat .select2-selection--single {
  background: #48c9b0;
  border: none;
  height: 34px;
}
.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 34px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  top: 60%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
#card-element {
    padding: 1.25em 1em;
    background-color: #fff;
}
.hidden {
    display: none;
}
.payment_details {
    font-size: 24px;
}
.payment_details span {
    font-weight: bold;
}
.form_sub_text {
    color: #fff;
    width: 70%;
}

#btn-register {
    position: fixed;
    top: 6em;
    right: 4em;
    z-index: 999;
    transform-origin: 100% 0%;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

#meet_us_modal_body {
    text-align: center;
    color: #5d6366;
}
#meet_us_modal_body a {
    color: #275b9b;
}
.meet_us_title {
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 1em;
}
.meet_us_details {
    background-color: #e7e8e8;
    text-align: left;
    padding-left: 2em;
    padding-right: 2em;
}
.meet_us_txt_1 {
    font-size: 1.3em;
    font-weight: bold;
}
.meet_us_txt_2 {
    font-style: italic;
    font-weight: bold;
}
.meet_us_txt_3 {
    font-size: 0.9em;
    line-height: 1.2em;
}
.meet_us_links {
    background-color: #e7e8e8;
}
#meet_top {
    max-width: 240px;
}
#close_btn_meet {
    width: 98%;
    position: absolute;
    text-align: right;
    left: 0;
}

/* am next */
.btn-am2 {
    position: absolute;
    bottom: 25%;
    left: 20%;
    transform: translateX(-25%);
    border: 2px solid #fff;
    background: none;
    color: #fff;
}
.btn-am2:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #eb9804;
}
.btn-am4 {
    position: absolute;
    bottom: 25%;
    right: 15%;
    transform: translateX(-25%);
    border: 2px solid #fff;
    background: #fff;
    color: #020425;
}
.btn-am4:hover {
    border: 2px solid #fff;
    background: #020425;
    color: #fff;
}
#brochure {
    height: 20%;
    background-color: #fff;
}
.brochure-content {
    margin-top: 12em;
    margin-bottom: 6em;
}
#am4_small {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -50px;
}
#testflights {
    background-color: #eee;
}

@media only screen and (max-width: 1400px) {
    .img-padding {
        padding-right: 1rem;
    }
}
@media only screen and (max-width: 900px) {
    h1 {
        font-size: 1.25em;
        text-align: left;
    }
    h2 {
        font-size: 1.75em;
    }
    h3 {
        font-size: 1.3em;
    }
    .feature h3 {
        font-size: 1.3em;
    }
    .big_text {
        font-size: 2em;
    }
    #logo {
        width: 50%;
        padding-left: 1em;
        padding-top: 4px;
    }
    .navbar {
        padding-left: 0em;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-toggler {
        padding-top: 0;
    }
    #navigation {
        background-color: #000;
        padding: 0;
    }
    .nav-link {
        text-align: right;
    }
    #home {
        width: 100%;
        height: 300%;
        overflow-x: hidden;
    }
    #home_bg {
        height: auto;
        max-width: 300%;
        margin-left: -120%;
    }
    #home_txt {
        top: 100px;
        padding-left: 0;
        padding-left: 1em;
        padding-right: 1em;
        text-align: left;
    }
    #home_txt p {
        width: 80%;
        text-align: left;
    }
    #introduction {
        margin-top: 60px;
        min-height: auto;
    }
    #intro_bg, #experience_bg, #experience_bg_2, #specs_bg, #media_bg, #form_bg {
        display: none;
    }
    #intro_bg_mobile, #experience_bg_mobile {
        display: block;
        margin-bottom: 48px;
        z-index: -1;
    }
    #experience_bg_2_mobile {
        display: block;
        z-index: -1;
    }
    .text_wrapper div {
        padding-top: 18px !important;
    }
    #intro_text {
        padding-left: 1em;
        padding-right: 1em;
        margin-bottom: 0 !important;
    }
    .w-80 {
        width: 100%;
    }
    .pt-10 {
        padding-top: 18px !important;
    }

    #experience_pre {
        min-height: auto;
    }
    #experience_title {
        padding-top: 0;
    }
    .no_padding {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #specifications {
        background-color: #eee;
    }
    #specs_title {
        padding-top: 32px;
    }
    #specs_title_2 {
        padding-bottom: 1em;
    }
    #specs_img {
        display: none;
    }
    #specs_img_mobile {
        display: block;
    }
    #specs_details h4 {
        padding-left: 0;
        font-size: 1.2em;
    }
    #specs_details ul {
        padding-left: 2em;
    }
    #specs_bg_mobile_top, #specs_bg_mobile_bottom {
        display: block;
    }

    #experience {
        padding-bottom: 96px;
        min-height: auto;
    }
    #media {
        background-color: #fafafa;
    }
    #media_title {
        padding-top: 60px;
    }
    #media_bg_bottom {
        display: block;
    }

    .big_text {
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin-top: 2em;
    }
    .bottom_text {
        padding-left: 1em;
        padding-right: 1em;
    }

    #contact {
        overflow-x: hidden;
        min-height: auto;
    }
    #form_bg_mobile {
        display: block;
        position: absolute;
        z-index: -1;
        height: auto;
        max-width: 200%;
    }
    #form_wrapper {
        padding-top: 40px;
    }

    #footer {
        text-align: center;
        padding-top: 48px;
    }
    #address {
        display: block;
        margin-top: 0;
    }
    #contacts {
        margin-top: 0;
    }
    #address img {
        margin: 0;
        margin-bottom: 18px;
    }
    #footer_car_mobile {
        display: block;
    }
    #footer_car {
        display: none;
    }
    #copyright {
        flex-direction: column-reverse;
        justify-content: space-around;
    }
    #copyright p {
        width: 100%;
        text-align: center;
    }
    #social {
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
    }
    .partner_logo {
        justify-content: center;
    }

    .wave_1, .wave_2, .wave_3 {
        height: 40px !important;
    }

    #engineering {
        height: 100vh;
    }
    #engineering_txt {
        padding-left: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 90%;
    }
    #engineering p {
        width: 100%;
    }
    #leadership h2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #leadership p {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #p_hessel {
        display: none;
    }
    #p_hessel_mobile {
        display: block;
        height: 100%;
    }
    #p_hessel_mobile p {
        color: #fff;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #p_hessel_mobile .row {
        padding-top: 6rem;
    }


    #investors {
        height: 100vh;
    }
    #investors_txt {
        padding-left: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 90%;
    }
    #investors p {
        width: 100%;
    }

    #investor_survey_txt {
        padding-left: 12px;
        padding-right: 24px;
        width: 100%;
    }
    .btn-survey i {
        display: none;
    }
    .btn-survey {
        margin-top: 1em;
        width: 100%;
        padding: 1em;
    }

    #btn-register {
        bottom: 1em;
        right: 1em;
        top: auto;
        width: auto;
        transform-origin: 100% 100%;
    }

    .btn-am2 {
        bottom: 60%;
        transform: translateX(-50%);
        left: 50%;
        width: 200px;
    }
    .btn-am4 {
        bottom: 10%;
        transform: translateX(-50%);
        left: 50%;
        width: 200px;
    }
    .brochure-content {
        margin-top: 6em;
        margin-bottom: 6em;
    }
    #brochure_wave {
        display: none;
    }
    #am4_small {
        display: none;
    }

}
