@charset "UTF-8";
/* Body */
body {
  font-family: "Noto Sans", sans-serif;
  background-color: #ffffff;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 300;
}
H1 {
  margin-top: 0px;
}
H2 {
  margin-top: 0px;
  font-size: 2rem;
  font-weight: 800;
}
H3 {
  margin-top: 0px;
  font-size: 1.20rem;
  font-weight: 800;
}


/* Container */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
  text-align: center;
}

.maximum-width {
	max-width: 1800px;
}

/* Navigation */
header {
  width: 100%;
  height: 5%;
  background-color: #52bad5;
  border-bottom: 1px solid #2C9AB7;
}
.logo {
  color: #fff;
  font-weight: bold;
  text-align: undefined;
  width: 10%;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
  letter-spacing: 4px;
}
nav {
  float: right;
  width: 50%;
  text-align: right;
  margin-right: 25px;
}
header nav ul {
  list-style: none;
  float: right;
}
nav ul li {
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  margin-right: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s linear;
}
ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
ul li:hover a {
  color: #2C9AB7;
}
.hero_header_gray {
  font-size: 1.5rem;
  font-weight: 900;
  color: #717070;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: .12rem;
  vertical-align: middle;
}
.hero_header_white {
  font-size: 5rem;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: .25rem;
  line-height: 5rem;
  vertical-align: middle;
}


/* Hero Section */
.hero {
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.beta-badge {
  background: linear-gradient(to right, #0065CC 0%, #0089FF 50%, #0065CC 100%);
  color: #FFFFFF;
  padding: 6px 10px;
  vertical-align: inherit;
  border-radius: 6px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
.tagline {
  font-size: 1.2rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 4px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero_action_title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  vertical-align: middle;
}


/* Image Gallery */
.image-gallery {
  width: 80%;
  max-width: 1450px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.gallery-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.main-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0089FF;
  color: white;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  padding-bottom: 4px;
}
.nav-button.left {
  left: -20px;
}
.nav-button.right {
  right: -20px;
}
.gallery-nav-icon {
  height: 24px;
  padding-top: 6px;
  fill: white;
}

.thumbnails {
  display: flex;
  justify-content: center; /* ← center thumbnails horizontally */
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 0;
}
.thumbnail {
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color 0.3s, background-color 0.3s;
}
.thumbnail.active {
  border: 3px solid #007BFF;
  background-color: #e9f2ff;
}
.thumbnail img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 4px;
}
.thumbnail span {
  display: block;
  font-size: .9rem;
  font-weight: 500;
}
.image-description {
  text-align: center;
  margin: 12px auto 0;
  font-size: 1rem;
  font-weight: 600;
  color: #717070;
  max-width: 90%;
	border-radius: 6px;
	padding: 15px;
}
/* About Section */
.text_column {
  width: 30%;
  text-align: left;
  font-weight: 300;
  line-height: 25px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #040d2e;
}
.text_column_title {
  font-weight: 900;
}





/* Feautres Section */
.feature_text_column {
	width: 90%;
	text-align: left;
	font-weight: normal;
	line-height: 25px;
	float: left;
	color: #A3A3A3;
}
.feature_gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.feature_thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #0089FF;
}
.feature_gallery .feature_thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #717070;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.feature_gallery .feature_thumbnail p {
	margin: 0;
	color: #717070;
	text-align: left;
	padding-left: 20px;
}
.feature_gallery .feature_thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}
.cards {
  width: 100%;
  height: auto;
}




/* Video Gallery */
.stats {
  color: #717070;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
.video-gallery {
  clear: both;
  display: inline-block;
  width: 90%;
  background-color: #FFFFFF;
  /* [disabled]min-width: 400px;
*/
  padding-bottom: 35px;
  padding-top: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.video-thumbnail {
  width: 25%;
  text-align: center;
  float: left;
  margin-top: 35px;
}
.video-gallery .video-thumbnail h4 {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #52BAD5;
}
.video-gallery .video-thumbnail p {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #717070;
}



/* Parallax Section */
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  height: 400px;
  padding: 0 20px;
  text-align: center;
  position: relative;
  overflow:hidden;
	
}

.banner::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 130%;
  height: 130%;
  background-image: url("../images/parallax30.png"); 
  background-size: cover; 
  background-repeat: no-repeat;
  z-index: 1;
  will-change: transform;
  transition: transform 0.1s ease-out;

}


.banner-content {
  color: #FFFFFF;
  max-width: 650px;
  position: relative;
  z-index: 2;
}

.parallax-title {
  margin-top: 0;
  letter-spacing: 2px;
  font-size: 32px;
  margin-block-end: 0px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.parallax-description {
  font-weight: normal;
  font-size: 1.2rem; 
  line-height: 23px;
  margin: 10px 0 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.parallax-button {
  all: unset;
  width: 200px;
  margin: 20px 10px auto;
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 2px solid #000000;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #000000;
  transition: all 0.3s linear;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.parallax-button:hover {
  background-color: #0089FF;
  color: #FFFFFF;
  cursor: pointer;  
  border: 2px solid #000000;
  border-radius: 8px;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}


/* Intro */
.intro {
  background-color: #FFFFFF;
  padding-top: 35px;
  padding-bottom: 35px;
}
.intro_column {
  width: 50%;
  text-align: center;
  padding-top: 30px;
  float: left;
}
.intro_column h3 {
  color: #717070;
  text-align: center;
}


.intro_column p {
 color: #818697;
  background-color: #FFFFFF;
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  line-height: 25px;
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;
}
.numbers {
	
}


.centered {
  text-align: center;
}
.button {
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.button:hover {
  background-color: #FEFEFE;
  color: #C4C4C4;
  cursor: pointer;
}
.ico {
  color: white;
}
.download_button {
  all: unset;
  width: 200px;
  margin: 20px 10px auto;
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #000000;
  color: #FFFFFF;
  transition: all 0.3s linear;
  text-decoration: none;
}
.download_button:hover {
  background-color: #0089FF;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #717070;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
}
.intro_banner {
  background-color: #B3B3B3;
  padding-top: 60px;
  padding-bottom: 60PX;
  margin-bottom: 0px;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
}
.intro {
  display: inline-block;
}
.hidden {
  display: none;
}


/* Mobile */
@media (max-width: 350px) {
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    display: none;
  }
  header nav ul {}
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  /* Hero Section */
  .hero {
    background-color: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .beta-badge {
    background: linear-gradient(to right, #a50202 0%, #ff351b 50%, #a50202 100%);
    color: #FFFFFF;
    padding: 4px 10px;
    vertical-align: inherit;
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
  }
  H1 {
    margin-top: 0px;
  }
  H2 {
    margin-top: 0px;
    font-size: 1.5rem;
    font-weight: 800;
  }
  H3 {
    margin-top: 0px;
    font-size: 1.20rem;
    font-weight: 800;
  }
  .hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
  .hero_header_gray {
    font-size: 1rem;
    font-weight: 900;
    color: #717070;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: .12rem;
    vertical-align: middle;
  }
  .hero_header_white {
    font-size: 2.5rem;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: .25rem;
    line-height: 3rem;
    vertical-align: middle;
  }
  .tagline {
    line-height: .8rem;
    font-size: .85rem;
  }
  .download_button {
    all: unset;
    width: 200px;
    margin: 20px 10px auto;
    padding: 20px 10px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    background-color: #000000;
    color: #FFFFFF;
    transition: all 0.3s linear;
    text-decoration: none;
    font-size: .9rem;
  }
  .download_button:hover {
    background-color: #0089FF;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
  }
	
/* Intro */
.intro_column {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  float: left;
}
.intro_column h3 {
  color: #717070;
  text-align: center;
  font-size: 1.1rem;
}
	
	
.feature_text_column {
	padding-left: 20px;
}
.feature_thumbnail {
	width: 100%;
}
	
  .video-thumbnail {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 90%;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    float: none;
    text-align: center;
  }
	
.parallax-button {
  all: unset;
  width: 200px;
  margin: 20px 10px auto;
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #000000;
  color: #FFFFFF;
  transition: all 0.3s linear;
  text-decoration: none;
}
.parallax-button:hover {
  background-color: #0089FF;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}	
	
  .banner {
    background-color: #2D9AB7;
    background-image: none;
  }
}


/* Small Tablets */
@media (min-width: 351px)and (max-width: 767px) {
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #043745;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    overflow: auto;
    display: inline-block;
    background: #52bad5;
  }
  header nav ul {
    padding: 0px;
    float: none;
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* Hero Section */
  .hero {
    background-color: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .beta-badge {
    background: linear-gradient(to right, #a50202 0%, #ff351b 50%, #a50202 100%);
    color: #FFFFFF;
    padding: 4px 10px;
    vertical-align: inherit;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
  }
  H1 {
    margin-top: 0px;
  }
  H2 {
    margin-top: 0px;
    font-size: 1.7rem;
    font-weight: 800;
  }
  H3 {
    margin-top: 0px;
    font-size: 1.30rem;
    font-weight: 800;
  }
  .hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
  .hero_header_gray {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 900;
    color: #717070;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: .12rem;
    vertical-align: middle;
  }
  .hero_header_white {
    font-size: 3rem;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: .25rem;
    line-height: 3rem;
    vertical-align: middle;
  }
  .tagline {
    line-height: 1.2rem;
    font-size: .9rem;
  }
  .download_button {
    all: unset;
    width: 200px;
    margin: 20px 10px auto;
    padding: 20px 10px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    background-color: #000000;
    color: #FFFFFF;
    transition: all 0.3s linear;
    text-decoration: none;
    font-size: .9rem;
  }
  .download_button:hover {
    background-color: #0089FF;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
  }

	/* Intro */
.intro_column {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  float: left;
}
.intro_column h3 {
  color: #717070;
  text-align: center;
  font-size: 1.25rem;
}
/* Features */	
	.feature_text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.feature_thumbnail {
	width: 100%;
}
  .video-thumbnail {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 30%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
	
  .parallax {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 20%;
  }
  .parallax_description {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }	
	
	
  .video-thumb {
    width: 100%;
  }

  .footer_column {
    width: 100%;
  }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.feature_thumbnail {
	width: 48%;
}
.feature_text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
  .video-thumbnail {
    width: 50%;
  }

  .banner {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.video-thumb {
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
/* Modal styles */
.modal {
    display: none;
    position: fixed; /* This will be positioned relative to the iframe */
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    width: 80%;
    max-width: 1200px;
    padding: 36px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1001;
}

/* Close button outside top-right corner of .modal-content */
.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #cdcfd5;
    color: black;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 1002;
}
/* Optional: Adjust position on very narrow screens */
@media (max-width: 600px) {
  .modal-close {
    transform: translateX(50%) translateY(-100%);
  }
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
