/****** PLACE YOUR CUSTOM STYLES HERE ******/
:root{
    --white: #ffffff;
}

body {
    font-size: 16px;
    font-family: "DIN";
    color: #555;
    overflow-x: hidden;
}

.main-container {
    clear: both;
}

.container {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table,
blockquote,
input,
select,
textarea {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, .h1, .h2, .h3{
    font-family: 'Merriweather';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #292929;
}

h2 {
    font-size: 40px;
    line-height: 48px;
}

p,
span {
    font-weight: 400;
}

.sub {
    font-size: 12px;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

.bg-secondary {
    background: #f8f8f8;
}

.bg-dark {
    background: #292929;
}

section,footer{
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}



.fullscreen {
    height: 100vh;
}

.bg-dark p,
nav.bg-dark p,
footer.bg-dark p,
.bg-primary p,
.bg-dark span,
nav.bg-dark span,
footer.bg-dark span,
.bg-primary span,
.bg-dark li,
nav.bg-dark li,
footer.bg-dark li,
.bg-primary li {
    color: #fefefe;
}

.btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #1f3679;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #1f3679;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}

.btn:last-child,
.btn:last-of-type {
    margin-right: 0;
}

.btn-sm {
    height: 30px;
    font-size: 11px;
    line-height: 27px;
    min-width: 0;
}

.btn:visited {
    color: #1f3679;
}

nav {
    background: #fff;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

nav .logo-light {
    display: none;
}

img {
    max-width: 100%;
}

.fade-half {
    opacity: 0.5;
}

.private-policy-button {
    border-color: #fff;
    color: #fff;
}

.private-policy-button:active,
.private-policy-button:focus,
.private-policy-button:visited {
    color: #fff;
}

.private-policy-button:hover {
    opacity: 1;
    color: #fff;
}

.back-to-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.back-to-top:hover {
    opacity: 1;
}

.bg-dark .back-to-top {
    border-color: #fff;
}

.bg-dark .back-to-top:active,
.bg-dark .back-to-top:focus,
.bg-dark .back-to-top:visited {
    color: #fff;
}

.bg-dark .back-to-top:hover {
    background: none;
}

.mb40 {
    margin-bottom: 40px;
}

.about-section {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	  padding-top: 40px !important;
	  padding-bottom: 40px !important;
}

.about-container{
	color: #fff;
}

.about-container h1, .about-container h2{
	color: #fff !important;
}

.bg-secondary {
	color: #fff !important;
	background: rgba(31,54,121,1)!important;
}

.contact-info p, .contact-info address {
	font-size: 14px !important;
	line-height: 1.4em !important;
	color: #C3C2C2 !important;
	margin: 3px 0 !important;
	padding: 0 !important;
}

.copyright-info {
  text-align: right;
  float: right;
  margin-top: 0;
  padding-top: 6em;
  padding-bottom: 15px;
}

.sub {
    font-size: 13px !important;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 77px;
    padding-bottom: 0px;
}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;
}

.hero-text-row{
    height: 100%;
    width: 50%;
    background-color: rgba(17, 52, 183, 0.8);
    backdrop-filter: blur(.5rem);
}

.hero-text{
    margin-top: 32%;
    padding-left: 15%;
    margin-bottom: 32%;
}

/* make lil lines for h1-hero*/

.h2-hero{
    color: #FFFFFF;
    font-weight: 200;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0px;
}

.h2-hero-bold{
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0px;
}


.akcelita{
    color: #FFFFFF;
    font-weight: 300;
    font-family: 'Montserrat';
    margin-top: 0px;
    margin-bottom: 30%;
    position: relative;
    font-size: 50px;
}


/*make line for miami */
.miami{
    color: #FFFFFF;
    font-family: 'Montserrat';

}

@media only screen and (max-width: 500px) {
    #myVideo{
        display: none ;
    }

    #hero{
        background-size:105% 100% !important;
        background: transparent linear-gradient(164deg, #273BBF 0%, #2D3EBE 9%, #272F9C 36%, #1D1766 60%, #1A0F53 84%, #1a0f53 100%) 0% 0%;
    }
    
    .hero-text-row {
        background: transparent;
        backdrop-filter: blur(0rem);
    }
}

@media only screen and (max-height: 700px) /*1025px-1200px*/{

    .hero-text{
        margin-top: 10%;
        padding-left: 10%;
    }
}

@media only screen and (min-device-width: 320px) and (max-width: 768px) /*320px-768px*/{
    .hero-text-row{
        width: 105%;
    }

    .hero-text{
        padding-left: 10%;
    }
}

@media only screen and (min-device-width: 320px) and (max-width: 1000px) /*320px-973px*/{

    #hero{
        padding-top: 65px;
    }

}




/*--------------------------------------------------------------
# Born Section
--------------------------------------------------------------*/

#born {
    top: 0px;
    left: 0px;
    height: 1000px;
    background-size: 100% 100% !important;
    background: transparent url('../img/akGrid.svg') 0% 0%;
}


.born-text{
    padding-top: 200px;
    padding-right: 10%;
    padding-left: 10%;
    color: #FFFFFF;
    font-size:28px;
    font-family: 'Montserrat';    
}

@media only screen and (max-width: 1000px) {


    .born-text {
        padding-top: 180px;
        margin-top: -10%;
        font-size:24px;
    }
}

@media only screen and (max-width: 700px) {


    .born-text {
        padding-top: 100px;
        margin-top: -10%;
        font-size:24px;
    }
}

@media only screen and (min-device-width: 441px) and (max-width: 540px) {
    .born-text {
        padding-top: 80px;
        font-size: 20px;
    }
}

@media only screen and (min-device-width: 301px) and (max-width: 440px) {
    .born-text {
        padding-top: 60px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 300px) {
    #born {
        background-size:100% 100% !important;
        background: transparent linear-gradient(164deg, #273BBF 0%, #2D3EBE 9%, #272F9C 36%, #1D1766 60%, #1A0F53 84%, #1a0f53 100%) 0% 0%;
    }
}

/*--------------------------------------------------------------
# Product Section
--------------------------------------------------------------*/

#product{
    margin-top: -10%;
    left: 0px;
    width: 100%;
    padding-bottom: 40px;
    background: transparent linear-gradient(159deg, #1A0F53 0%, #1A0F53 9%, #1D1766 36%, #272F9C 60%, #2D3EBE 84%, #273BBF 100%) 0% 0%;
    opacity: 1;
}

.row-margins {
    margin-left: 10px;
    margin-right: 10px;
}

.featured-tech-title{
    color: #FFFFFF;
}

#carousel-1{
    width: 25%;
    height: 100%;
}

#no-carousel-1{
    display: none;
}

.carousel-item{
    height: 100%;
}

.shelf-img{
    margin-top: 10%;
    height: 125px;
    width: 300px;
}

.featured-tech-text {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Montserrat';
    margin-top: 2%;
}

.btn-learn-more{
    background-color: transparent;
    color: white;
    border: 0.5px solid #FFFFFF;
    width: 200px;
    font-family: 'Montserrat';
    font-size: 16px;
}

.btn-learn-more:visited {
    color: white;
}

.btn-learn-more:hover{
    background-color: #1E8BF0;
    color: white;
}

.small-margin-top{
    margin-top: 10px;
}


#artificial-video{
    max-width: 100%;
    max-height: 100%;
}

.artificial-row{
    margin-top: 2%;
}

.virtualq-row{
    margin-top: 1%;
}

.artificial-sensing-text{
    color: #FFFFFF;
    font-size:20px;
    font-family: 'DINpro-Light';
    margin-top: 2%;
    padding-bottom: 20px;
}

.artificial-img{
    margin-top: 10%;
    width: 300px;
}


.virtualq-container{
    padding-top: 10%;
    margin-right: 0%;
}

.virtual-img{
    margin-top: 10%;
    width: 300px;
}

#carousel-2{
    width: 25%;
    height: 100%;
}

#no-carousel-2{
    display: none;
}

@media only screen and (max-width: 580px) {
    #carousel-1{
        display: none;
    }

    #no-carousel-1{
        display: block;
    }

    #carousel-2{
        display: none;
    }

    #no-carousel-2{
        display: block;
    }

    #product {
        margin-top: -35%;
    }

    .featured-tech-text {
        font-size: 16px;
    }
}


@media only screen and (min-device-width: 581px) and (max-width: 768px) {

    #product {
        margin-top: -35%;
    }

    .featured-tech-text {
        font-size: 16px;
    }
}


@media only screen and (min-device-width: 769px) and (max-width: 1024px) {

    #carousel-1{
        padding-top: 20%;
    }

    .artificial-sensing-text{
        margin-top: 0%;
    }

    #carousel-2 {
        width: 25%;
        height: 600px;
        padding-top: 5%;
    }

    #product {
        margin-top: -25%;
    }

    .featured-tech-text {
        font-size:16px;
    }

}

@media only screen and (min-device-width: 1025px) and (max-width: 1200px) {
    
    #carousel-1{
        margin-left: 0px;
    }

    .artificial-sensing-text{
        margin-top: 0%;
    }

    #carousel-2 {
        width: 25%;
        height: 600px;
        margin-left: 0%;
    }
    #product {
        margin-top: -25%;
    }
}

@media only screen and (min-device-width: 1201px) and (max-width: 1399px) {

    #carousel-1{
        margin-left: 0px;
    }

    #carousel-2 {
        width: 25%;
        height: 600px;
        margin-left: 0%;
    }

    #product {
        padding-bottom: 75px;
    }
}

/*--------------------------------------------------------------
# Rockstar Section
--------------------------------------------------------------*/

#rockstar{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0;
    background-size:100% 100% !important;
    background: transparent url('../img/virtual-reality-bw.png') 0% 0% no-repeat;
    padding-top: 56%;
}

.rockstar-content{
    position: absolute;
    height: 100%;
    width: 100%; 
    background-color: rgba(30, 139, 240, 0.8);
    margin-left: 0%;
    margin-right:0%;
    top:0; bottom:0; left:0; right:0;
}

.rockstar-text{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
}

@media only screen and (max-width: 460px) {
    .h2-hero, .h2-hero-bold {
        font-size: 32px;
    }

    .featured-tech-text {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.bg-dark a {
  color: #fff;
}
.footer-1 .logo {
  max-height: 30px;
}
.footer-1 .sub {
  opacity: .5;
}

.contact-info p, .contact-info address {
  font-size: 14px !important;
  line-height: 1.4em !important;
  color: #C3C2C2 !important;
  margin: 3px 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .contact-info address br {
      display: inline-block;
  }
  .portfolio br {
      display: inline-block;
  }
}

.copyright-info {
  text-align: right;
  float: right;
  margin-top: 0;
  padding-top: 6em;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .copyright-info {
    text-align: left;
    padding-top: 25px;
  }

  .featured-tech-text {
        font-size: 16px;
    }
}

.back-to-top {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.back-to-top:hover {
  opacity: 1;
}
.bg-dark .back-to-top {
  border-color: #fff;
}
.bg-dark .back-to-top:active,
.bg-dark .back-to-top:focus {
  color: #fff;
}
.bg-dark .back-to-top:hover {
  background: none;
}

footer {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
  height:;
}
footer {
  padding: 72px 0;
}

footer.bg-dark h1,
footer.bg-dark h2,
footer.bg-dark h3,
footer.bg-dark h4,
footer.bg-dark h5,
footer.bg-dark h6 {
  color: #ffffff;
}

footer.bg-dark p,
footer.bg-dark span,
footer.bg-dark li {
  color: #fefefe;
}

}

