@import "font-awesome-min-.css";
@import "https://unpkg.com/aos@next/dist/aos.css";
@import "bootstrap.min.css";
body {
    background-color: #07081C;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.h2,
h2 {
    font-size: 55px;
    font-weight: normal;
}

.h3,
h3 {
    font-weight: normal;
    font-size: 40px;
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}

.section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn {
    min-width: 126px;
    height: 45px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 12px;
}

.btn:focus {
    box-shadow: none;
}

.cta-primary {
    background: linear-gradient(-90deg, #F109FE 0, #1bc2e1 100%);
    color: #fff;
    font-size: 16px;
}

.cta-primary:focus,
.cta-primary:hover {
    background: linear-gradient(-90deg, #1bc2e1 0, #F109FE 100%);
    color: #fff;
}

.btn.cta-primary:not(:disabled):not(.disabled).active,
.btn.cta-primary:not(:disabled):not(.disabled):active {
    background: linear-gradient(-90deg, #1bc2e1 0, #F109FE 100%);
}


/* Header */

header {
    position: fixed;
    left: 0;
    right: 0;
    /*top: 52px;*/  /* with notification bar */
    top: 0px;
    z-index: 999;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 0;
    animation: initiate 350ms ease;
}

header .navbar-nav li a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
}

header .navbar-nav li a.active {
    color: #18c6e1;
}

header .navbar-nav li.dropdown a.toggle_link {
    display: inline-flex;
    align-items: center;
}

header .navbar-nav li.dropdown a.toggle_link span.flag {
    width: 25px;
    margin-right: 10px;
    display: inline-flex;
}

header .navbar-nav li.dropdown a.toggle_link i {
    margin-left: 8px;
}

header .menu-bar {
    display: inline-flex;
    align-items: center;
    margin-left: 7px;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.menu-bar i {
    font-size: 25px;
}

/* Notification bar */

.notification-bar {
    position: sticky;
    width: 100%;
    top: 0;
    height: 52px;
    max-height: 52px;
    overflow-y: hidden;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    animation: initiate 350ms ease;
}

.notification-text {
    background-color: #ef7cf9;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    width: 100%;
}
input[value=hide] {
    display: none;
}
.notification-bar label {
    cursor: pointer;
    color: #fff;
    position: absolute;
    z-index: 5;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.notification-bar label[for=hide] {
    right: 15px;
    /*top: 11px;*/
    /*width: 24px;*/
    /*height: 24px;*/
    background: url('../images/close.png') no-repeat center center;
}

/* Function */
input[value=hide]:checked ~ .notification-bar {
    transition: ease 350ms;
    top: -60px;
    position: fixed;
}

input[value=hide]:checked ~ header {
    transition: ease 350ms;
    top: 0px;
}
@keyframes initiate {
    0% { transform:translateY(-100%); }
    50% { transform:translateY(-50%); }
    100% { transform:translateY(0%); }
}


/* HERO MAIN */

.hero-main {
    background-image: url(../images/bg-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-main:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(#000 0%, #000 17.57%, rgba(0, 0, 0, 0) 100%);
}

.hero-main .container {
    position: relative;
    z-index: 5;
}

.hero-text {
    text-align: center;
}

.hero-text img {
    margin-bottom: 25px;
}

.hero-text h1 {
    font-size: 30px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    margin-bottom: 80px;
}


/* About Css */

.content h2 {
    line-height: 77px;
    margin-bottom: 40px;
}

.content h3 {
    margin-bottom: 40px;
}

.about {
    background: linear-gradient(#213d96 0%, #4c0f80 100%);
}

.about .content {
    max-width: 424px;
}


/* Technology */

.technology {
    padding: 100px 0 0;
    background: linear-gradient(#f109fe 0%, #18c6e1 100%);
    position: relative;
}

.technology .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.technology .container .content {
    flex: 1;
    max-width: 741px;
    margin: 0 auto;
}

.technology .container h2 {
    margin-bottom: 50px;
}

.technology .container .content h3 {
    margin-bottom: 30px;
}

.technology .container img {
    position: relative;
    top: 1px;
    height: auto;
}

.tamperproof {
    background: linear-gradient(#1d2057 0%, #07081e 100%);
}

.mx-372 {
    max-width: 372px;
}

.transparency .content {
    margin-left: 0;
}

.transparency {
    background: linear-gradient(#213d96 0%, #4c0f80 100%);
    position: relative;
}


.transparency::before {
      content: "";
      background-image: url("../images/stars.svg");
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.3;
  }



/*
    background-image: url("../images/stars.svg"), linear-gradient(#213d96 0%, #4c0f80 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;*/
}

.transparency .container {
    position: relative;
}

.img-transparency {
    position: absolute;
    right: 0;
    bottom: 0;
}

#particles-orbit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.monitor {
    background: linear-gradient(#1d2057 0%, #07081e 100%);
}

.application {
    background: linear-gradient(#213d96 0%, #4c0f80 100%);
}

.application .content {
    max-width: 580px;
}

.monitor .img-holder {
    max-width: 412px;
}

#Subtraction_2 {
    transform-origin: 50% 44.8%;
    transform: rotate(0deg) translateX(186px) translateY(3420px);
    animation-name: radar_overlay;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes radar_overlay {
    from {
        transform: rotate(0deg) translateX(186px) translateY(3420px);
    }
    to {
        transform: rotate(360deg) translateX(186px) translateY(3420px);
    }
}


/* Footer */

footer {
    padding: 100px 0 0;
    background: linear-gradient(#1d2057 0%, #07081e 100%);
}

footer form h3 {
    text-align: center;
    margin-bottom: 30px;
}

footer form .prepend-icon {
    position: relative;
}

footer form .prepend-icon i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #6B6DA1;
    left: 28px;
}

footer form .prepend-icon .form-control {
    padding-left: 58px;
}

.form-control {
    height: 50px;
    background-color: #262853;
    border-color: #262853;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 1.75em 28px;
}

#msg.form-control {
    font-size: 16px;
}

.form-control:focus {
    background-color: #262853;
    border-color: #262853;
    box-shadow: none;
    color: #fff;
}

textarea.form-control {
    height: auto;
    resize: inherit;
}

footer {
    height: 100vh;
    background-image: url(../images/bg-footer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer form {
    max-width: 578px;
    margin: 0 auto;
}

.footer-card {
    text-align: center;
    margin-top: 100px;
}

.footer-card .brand-name {
    display: inline-flex;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 65px -5px 0;
    flex-wrap: wrap;
}

.social-links li {
    padding: 0 5px;
}

.social-links li a {
    color: #fff;
    width: 50px;
    height: 50px;
    background: #262853;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #525375;
}

.social-links li a:hover {
    background: linear-gradient(-90deg, #F109FE 0, #1bc2e1 100%);
    color: #fff;
    border-radius: 10px;
}

footer .copyrights {
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    color: #a2a4c5;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 64px;
}

#particles-js {
    position: absolute;
    width: 500px;
    left: 112px;
    bottom: 50px;
    height: 400px;
}


.transparency .ground-stations-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.transparency .container {
    position: relative;
    z-index: 100;
}

.application .img-holder img {
    max-width: initial;
}

.technology .satellite1 {
    position: absolute;
    left: -47px;
    bottom: 68px;
}

.technology .satellite2 {
    position: absolute;
    right: 157px;
    bottom: 113px;
}

.contact-section {
    background-color: black;
    padding-top: 80px;
}

.proofofspace-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
