@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@keyframes upp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes downn {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section {
  padding: 100px 0;
  color: white;
}

.hidden {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(-50%);
  transition: all 3s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition: all 2s;
}

li:hover {
  transition: all 0.5s ease;
  transform: scale(1.1);
}

li.nav-item:hover {
  transform: scale(1) !important;
}

body {
  background-image: url("../img/2-star-mini.jpg");
  font-family: "Titillium Web", sans-serif;
  color: white;
}

.flexx {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pse-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-15 {
  padding: 15px !important;
}

.fnt {
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: white !important;
}

.white {
  color: white;
}

a {
  text-decoration: none;
}

@media (max-width: 500px) {
  .earth-mini + .textpath {
    padding-left: 23px !important;
  }
  .rocketborder .getdiv, .neoevent .getdiv {
    width: 10%;
    padding: 20px 0;
  }
}
@media (min-width: 500px) {
  #textpatt {
    top: -20px !important;
  }
}
@media (min-width: 768px) {
  .header {
    z-index: 9999;
    background-position-x: -350px !important;
  }
  .header .collapse {
    padding-right: 3em;
  }
  .header .header-texts > h1 {
    font-size: 5em !important;
    z-index: 10;
  }
  .header::after {
    animation: upp 1.5s ease-out;
    background-image: url("../img/astronot-crop1.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 70%;
    height: 70%;
  }
  .header .header-bottom {
    justify-content: end;
  }
  .header .header-bottom .header-texts {
    width: 60%;
    text-align: right;
  }
  .logos {
    max-width: 80% !important;
    padding: 35px;
    gap: 35px;
  }
  .logos .logo {
    width: 25%;
  }
  .get-texts {
    text-align: start !important;
  }
  .get-texts h2 {
    flex-direction: row !important;
  }
  .get-texts h1 {
    font-size: 3em;
    font-weight: 600;
  }
  .right {
    text-align: end !important;
    align-items: flex-end;
  }
  .right h2 {
    width: 100%;
    justify-content: end;
  }
  .neo-text {
    align-items: flex-start !important;
  }
  .neo-wrapper .col-12 {
    width: 48.7%;
  }
  .grad-1 {
    margin-top: 0px !important;
    padding-bottom: 50px;
  }
  .flexnowrapmd {
    flex-wrap: nowrap !important;
  }
  .flexnowrapmd .bg-grad {
    width: 49%;
  }
  .bg-grad {
    justify-content: end !important;
  }
  .blog-item {
    max-width: 48%;
  }
  .footer-wrapper form {
    margin-bottom: 0 !important;
  }
  .getdiv {
    display: inline-block;
    width: 40% !important;
  }
  .car-mini, .earth-mini {
    width: 70% !important;
  }
  .textpath {
    width: 100% !important;
    padding-left: 20px !important;
    overflow: hidden;
  }
  #textpatt {
    padding-left: -28px !important;
    top: 135px !important;
  }
}
@media (min-width: 992px) {
  .header {
    background-position-x: 0px !important;
    background-size: contain !important;
  }
  .header .header-bottom {
    padding-bottom: 250px !important;
  }
  .header .header-texts > h1 {
    font-size: 128px !important;
  }
  .search {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }
  .navbar-collapse {
    flex-grow: 0 !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    padding: 0px !important;
    min-width: 3em !important;
    transform: translate(0) !important;
    background-color: transparent !important;
    border: none !important;
  }
  .navbar-collapse .dropdown-menu {
    min-width: 3em !important;
  }
  .navbar-collapse .dropdown > .dropdown-toggle:focus {
    background-color: transparent !important;
    color: #7CDEE4 !important;
  }
  .navbar-collapse .dropdown-menu {
    border: 1px solid #7CDEE4;
  }
  .rocketborder h1 {
    font-size: 3em !important;
  }
  .blog-item {
    max-width: 32%;
  }
  #textpatt {
    padding-left: 23px !important;
    top: 40px !important;
  }
  .textpath {
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  #textpatt {
    top: -60px !important;
    padding-left: 40px !important;
  }
}
.navbar-collapse {
  flex-grow: 0;
  position: absolute;
  top: 90px;
  right: 0;
  padding: 15px;
  min-width: 150px !important;
  transform: translate(-50%);
  background-color: black;
  border-radius: 20px;
  border: 2px solid #7CDEE4;
}
.navbar-collapse .dropdown-menu {
  min-width: 3em !important;
}
.navbar-collapse .dropdown-toggle:focus {
  background-color: #7CDEE4 !important;
  color: black !important;
}

.navbar {
  z-index: 15;
  background-color: transparent !important;
}

.navbar-brand > img {
  top: 50%;
  width: 200px !important;
}

.search {
  width: 50px;
  padding: 12px;
  border: 1px solid #7CDEE4;
  border-radius: 50%;
  background-color: #7CDEE4;
  position: absolute;
  top: -70px;
  right: 5px;
}

.search:hover {
  background-color: rgb(255, 255, 255) !important;
}

.nav-link {
  color: #fff !important;
}

li > a {
  background-color: transparent !important;
}
li > a:hover {
  color: #7CDEE4 !important;
}

.dropdown-menu {
  background-color: black;
  border-radius: 10px;
  overflow: hidden;
}
.dropdown-menu .dropdown-item {
  color: #7CDEE4 !important;
}

.header {
  background-image: url("../img/astronot2-crop-png-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -250px;
}

.header-bottom {
  padding-bottom: 100px;
  animation: downn 1.5s ease-out;
  padding-top: 7%;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-bottom .header-texts {
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 10px;
  line-height: 1.5;
}
.header-bottom .header-texts h4 {
  font-size: 1em;
  color: #7CDEE4;
  font-family: "Titillium Web", Sans-serif;
  font-weight: 600;
  letter-spacing: 10px;
  color: #7CDEE4;
  font-size: 16px;
}
.header-bottom .header-texts .elementor-divider-1 {
  padding: 20px 20px;
  display: flex;
  justify-content: end;
  width: 100%;
  text-align: right;
}
.header-bottom .header-texts .elementor-divider-1 span {
  background-color: #fff;
  width: 30%;
  height: 2px;
}
.header-bottom .header-texts h1 {
  color: #ffffff;
  font-family: "Titillium Web", Sans-serif;
  letter-spacing: 10px;
  padding: 0 10px;
  font-size: 3em;
  font-weight: 700;
}
.header-bottom .header-texts .elementor-divider-2 {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  text-align: right;
}
.header-bottom .header-texts .elementor-divider-2 span {
  background-color: #7CDEE4;
  width: 50%;
  height: 2px;
}
.header-bottom .header-texts p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 14.4px;
}

.logos {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  padding: 15px;
  gap: 15px;
  background-image: url("../img/2-star-mini.jpg");
  background-size: cover;
  border-radius: 0px 100px 100px 0px;
  overflow: hidden;
}
.logos .logo {
  animation: downn 1.5s ease-out;
  display: inline-block;
  z-index: 5;
  width: 30%;
  height: 100%;
}
.logos .logo img {
  width: 100%;
}
.logos .logo-2 {
  animation: upp 1.5s ease-out;
}
.logos::before {
  background-image: linear-gradient(140deg, #03045e 0%, #7cdee4 70%, #7cdee4 100%);
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gettoknow {
  background-image: url("../img/2-star-mini.jpg");
  z-index: 5;
  position: relative;
  color: white;
}
.gettoknow::before {
  z-index: -1;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgba(9, 9, 121, 0.9) 33%, rgba(0, 212, 255, 0) 100%);
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.get-texts {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.get-texts h2 {
  color: #7CDEE4;
  font-family: "Titillium Web", Sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 10px;
  text-align: center;
  display: flex;
  align-items: center;
}
.get-texts a {
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px !important;
  fill: #03045E;
  color: #03045E;
  background-color: #7CDEE4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7CDEE4;
  border-radius: 30px;
  padding: 20px 40px;
  transition: all 0.5s ease;
  transform: scale(1);
}
.get-texts a:hover {
  transition: all 0.5s ease;
  background-color: #ffffff;
  border-color: #03045E;
  transform: scale(1.1) !important;
}

.getdiv {
  padding: 20px 20px;
  display: flex;
  justify-content: end;
  width: 60%;
  text-align: right;
}
.getdiv span {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.car-mini {
  width: 70%;
  border: 12px solid rgba(255, 255, 255, 0.3490196078);
  border-radius: 50%;
}

.textpath {
  padding-left: 21px;
  width: 100%;
}

.rocketborder {
  z-index: 9999;
  position: relative;
  background-image: url("../img/2-star-mini.jpg");
}

.rocket-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rocket-top .getdiv {
  width: 20% !important;
}
.rocket-top h2 {
  color: #7CDEE4;
  font-family: "Titillium Web", Sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 10px;
  text-align: center;
}
.rocket-top + h1 {
  font-size: 3em;
  font-weight: 600 !important;
  color: white !important;
  font-size: 2em;
  text-align: center;
}

.rocket-bottom {
  background-image: url("../img/2-star-mini.jpg");
  padding: 50px 70px;
  position: relative;
  margin-top: 50px;
  z-index: 999;
  justify-content: space-between;
}
.rocket-bottom .inner-left, .rocket-bottom .inner-right {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.rocket-bottom .inner-left h1, .rocket-bottom .inner-right h1 {
  font-size: 3em;
  font-weight: 600 !important;
  color: white !important;
  text-align: center;
}
.rocket-bottom .inner-left h2, .rocket-bottom .inner-right h2 {
  color: #7CDEE4;
  font-family: "Titillium Web", Sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 10px;
  text-align: center;
  letter-spacing: 0;
}
.rocket-bottom .inner-left__upper, .rocket-bottom .inner-left__down, .rocket-bottom .inner-right__upper, .rocket-bottom .inner-right__down {
  padding: 20px 0 !important;
}
.rocket-bottom .inner-img {
  width: 275px;
}
.rocket-bottom::before {
  z-index: -1;
  background-image: linear-gradient(140deg, #03045e 0%, #7cdee4 70%, #7cdee4 100%);
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.rocket-bottom .rocket-1 {
  width: 120px;
  position: absolute;
  top: -60px;
  right: 0;
}
.rocket-bottom .rocket-2 {
  transform: rotate(180deg);
  width: 120px;
  position: absolute;
  bottom: -60px;
  left: 0;
}

.causes {
  background-image: url("../img/2-star-mini.jpg");
  color: white;
}

.earth-mini {
  width: 70%;
  border-radius: 50%;
}
.earth-mini + .textpath {
  padding-left: 35px;
  width: 100%;
}

.right {
  align-items: center;
}

.right > h2 > .getdiv {
  display: flex;
}

.quality-span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 7px 0;
}

.status-bar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.status-bar .bar {
  height: 2px;
  width: 90%;
  background-color: #7cdee4;
}
.status-bar .bar-2 {
  width: 98%;
}

.quality {
  background-image: url("../img/2-star-mini.jpg");
}
.quality #quality-left a {
  margin-top: 80px !important;
}
.quality .row {
  flex-direction: row-reverse;
}
.quality .car-mini {
  width: 60%;
}

#textpatt {
  top: -9px;
  padding-left: 21px;
  width: 90%;
}

.neoevent {
  color: white;
}

.neo-wrapper .col-12 {
  padding: 30px 70px;
  position: relative;
}
.neo-wrapper .col-12::before {
  z-index: -1;
  background-image: linear-gradient(140deg, #03045e 0%, #7cdee4 70%, #7cdee4 100%);
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.neo-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.neo-text h2 {
  display: flex;
}
.neo-text a {
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px !important;
  fill: #03045E;
  color: #03045E;
  background-color: #7CDEE4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7CDEE4;
  border-radius: 30px;
  padding: 20px 40px;
  transition: all 0.5s ease;
  transform: scale(1);
}
.neo-text a:hover {
  transition: all 0.5s ease;
  background-color: #ffffff;
  border-color: #03045E;
  transform: scale(1.1) !important;
}

.rocket {
  width: 30px;
}

.neo-right {
  max-width: 375px;
}

.neoreview .neo-top .getdiv {
  width: 40% !important;
}
.neoreview .neo-top h2 {
  color: #7CDEE4;
  font-family: "Titillium Web", Sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 10px;
  text-align: center;
  letter-spacing: 5px;
}
.neoreview .neo-top + h1 {
  font-size: 3em;
  font-weight: 600 !important;
  color: white !important;
  font-size: 2em;
  text-align: center;
}

.neo-img {
  width: 32%;
  min-width: 80px !important;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #7CDEE4;
  transform: translateY(-50%);
}

.star-img {
  gap: 15px;
  margin-bottom: 40px;
}
.star-img img {
  width: 18px;
}

.bg-grad {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background-color: red;
  background-color: transparent;
  background-image: linear-gradient(360deg, rgba(3, 4, 94, 0.4392156863) 0%, rgba(124, 222, 228, 0.631372549) 100%);
  border-radius: 30px;
}

.grad-1 {
  margin-top: 100px;
}

.neoblog {
  background-image: url("../img/2-star-mini.jpg");
}
.neoblog h2 {
  color: #7CDEE4;
  font-family: "Titillium Web", Sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 10px;
  text-align: center;
}

.blog-item {
  background-color: transparent;
  background-image: linear-gradient(25deg, #7CDEE4 0%, #03045E 200%);
  border-radius: 30px;
  color: #03045E;
}

.blog-top {
  margin-bottom: 30px;
}

.item-top {
  padding: 20px;
  position: relative;
}
.item-top .calendar {
  position: absolute;
  bottom: -8px;
  left: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
}
.item-top .calendar h4 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: bolder;
}
.item-top .calendar h5 {
  font-size: 1em;
}

.item-bottom {
  padding: 20px 40px 40px 40px;
}
.item-bottom h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 20px 20px 0;
}
.item-bottom p {
  margin-bottom: 30px;
}
.item-bottom a {
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px !important;
  fill: #03045E;
  color: #03045E;
  background-color: #7CDEE4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7CDEE4;
  border-radius: 30px;
  padding: 20px 40px;
  transition: all 0.5s ease;
  transform: scale(1);
  background-color: #03045E;
  color: white;
}
.item-bottom a:hover {
  transition: all 0.5s ease;
  background-color: #ffffff;
  border-color: #03045E;
  transform: scale(1.1) !important;
}
.item-bottom a:hover {
  transition: all 0.5s ease;
  transform: scale(1.1) !important;
  background-color: #000000;
  color: #ffffff;
  border-color: #03045E;
}

.blog-img:hover {
  transition: all 0.5s ease;
  transform: scale(1.05) rotate(5deg) !important;
}

.footer {
  background-image: url("../img/2-star-mini.jpg");
}
.footer .footer-wrapper {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  padding: 40px;
  z-index: 5;
}
.footer .footer-wrapper::before {
  z-index: -1;
  background-image: linear-gradient(140deg, #03045e 0%, #7cdee4 70%, #7cdee4 100%);
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer ul {
  padding-left: 0;
}
.footer ul li {
  margin-top: 7px;
  padding-bottom: 7px;
  list-style: none;
  font-size: 1em;
  font-weight: 600;
}
.footer ul li img {
  width: 1.25em;
}
.footer h3, .footer h1 {
  font-size: 1.4em;
  font-weight: 600;
}
.footer .getdiv {
  padding: 20px 0;
  width: 70% !important;
}
.footer .getdiv span {
  background-color: #7cdee4;
  height: 1px;
}
.footer .ftbt {
  width: 100% !important;
  opacity: 0.4;
}
.footer input {
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px !important;
  fill: #03045E;
  color: #03045E;
  background-color: #7CDEE4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7CDEE4;
  border-radius: 30px;
  padding: 20px 40px;
  transition: all 0.5s ease;
  transform: scale(1);
  width: 60% !important;
  background-color: white;
  padding-right: 0;
  margin-right: 10px;
}
.footer input:hover {
  transition: all 0.5s ease;
  background-color: #ffffff;
  border-color: #03045E;
  transform: scale(1.1) !important;
}
.footer a {
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px !important;
  fill: #03045E;
  color: #03045E;
  background-color: #7CDEE4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7CDEE4;
  border-radius: 30px;
  padding: 20px 40px;
  transition: all 0.5s ease;
  transform: scale(1);
  width: 40% !important;
  font-weight: 600;
}
.footer a:hover {
  transition: all 0.5s ease;
  background-color: #ffffff;
  border-color: #03045E;
  transform: scale(1.1) !important;
}
.footer a img {
  margin: 0 5px 0 0;
}
.footer form {
  margin-bottom: 30px;
}

.footer-left__upper img {
  width: 60%;
  margin-bottom: 1rem;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 10px;
}/*# sourceMappingURL=dev.css.map */