/*
Theme Name: Dev Theme
Description: Dev
Version: 1
Author: Dev
Author URI: https://Google.com
*/

.grecaptcha-badge {
	display: none !important;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v19/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v19/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v19/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v19/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UA.ttf) format('truetype');
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Rubik', sans-serif;
  background: #191447;
  color: #fff;
  overflow-x: hidden;
}
body h1 {
  font-weight: 500;
  font-size: 56px;
}
@media (max-width: 992px) {
  body h1 {
    font-size: 45px;
  }
}
.btn {
  border-radius: 32.5px;
  border: none;
  padding: 7px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.btn.btn-primary {
  background: linear-gradient(92.01deg, #F05D0B -11.22%, #EF650C 24.17%, #E8CE1C 118.55%);
  box-shadow: 0px 15px 40px rgba(240, 93, 11, 0.16);
  border: solid 1px transparent;
}
.btn.btn-primary:hover {
  background: linear-gradient(12.01deg, #F05D0B -11.22%, #EF650C 24.17%, #E8CE1C 118.55%);
  border: solid 1px #fff;
}
.yellow {
  color: #E8CE1C;
}
.orange {
  color: #EF650C;
}
.radial-1 {
  position: absolute;
  width: 1600px;
  height: 1600px;
  left: -347px;
  top: 200px;
  z-index: 0;
  background: radial-gradient(47.92% 47.92% at 50% 50%, rgba(255, 13, 231, 0.15) 0%, rgba(255, 13, 231, 0.0325888) 79.91%, rgba(255, 13, 231, 0.0158084) 88.46%, rgba(255, 13, 231, 0) 100%);
  filter: blur(91px);
  border-radius: 5000px;
}
.marginTop {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .marginTop {
    margin-top: 50px;
  }
}
.marginBottom {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .marginBottom {
    margin-bottom: 50px;
  }
}
.paddingTop {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .paddingTop {
    padding-top: 50px;
  }
}
.paddingBottom {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .paddingBottom {
    padding-bottom: 50px;
  }
}
form input[type=text],
form textarea {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0px 22px 40px rgba(6, 6, 28, 0.4);
  backdrop-filter: blur(30px);
  border: solid 1px orange;
  border-radius: 16px;
  padding: 8px 20px !important;
  color: #fff;
}
form input[type=text]::placeholder,
form textarea::placeholder {
  color: #fff;
}
form input[type=submit] {
  border-radius: 32.5px;
  border: none;
  padding: 7px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(92.01deg, #F05D0B -11.22%, #EF650C 24.17%, #E8CE1C 118.55%);
  box-shadow: 0px 15px 40px rgba(240, 93, 11, 0.16);
  border: solid 1px transparent;
  color: #fff;
}
form input[type=submit].btn-primary {
  background: linear-gradient(92.01deg, #F05D0B -11.22%, #EF650C 24.17%, #E8CE1C 118.55%);
  box-shadow: 0px 15px 40px rgba(240, 93, 11, 0.16);
  border: solid 1px transparent;
}
form input[type=submit].btn-primary:hover {
  background: linear-gradient(12.01deg, #F05D0B -11.22%, #EF650C 24.17%, #E8CE1C 118.55%);
  border: solid 1px #fff;
}
form input[type=submit]:hover {
  background: linear-gradient(12.01deg, #F05D0B -11.22%, #EF650C 24.17%, #E8CE1C 118.55%);
  border: solid 1px #fff;
}
#header {
  padding-top: 10px;
  position: relative;
  z-index: 100;
}
#header .header-logo {
  width: 200px;
}
#header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-wrap .navToggle {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  padding-right: 10px;
}
#header .header-wrap .right {
  width: 200px;
  text-align: right;
}
@media (max-width: 768px) {
  #header .header-wrap .right {
    display: none;
  }
}
#header .header-wrap ul {
  list-style: none;
}
#header .header-wrap ul li {
  display: inline-block;
  margin-right: 20px;
}
#header .header-wrap ul li:last-child {
  margin-right: 0px;
}
#header .header-wrap ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #191447;
  color: #fff;
  padding: 30px;
}
#mobileNav a {
  text-decoration: none;
}
#mobileNav .menu-drop {
  display: none;
}
#mobileNav .show-on-mobile {
  display: block !important;
}
#mobileNav .mobileNav-header {
  text-align: right;
}
#mobileNav .mobileNav-header a {
  color: #fff;
}
#mobileNav ul {
  list-style: none;
}
#mobileNav ul li {
  padding: 20px;
}
#mobileNav ul li a {
  color: #fff;
  text-decoration: none;
}
#mobileNav.menuOpen {
  right: 0;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
footer .container {
  position: relative;
  z-index: 10;
}
footer.menuOpenWrap {
  right: 50%;
  position: relative;
  pointer-events: none;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #0000006e;
  z-index: 1;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  footer.menuOpenWrap {
    right: 100%;
  }
}
.section.main-banner {
  position: relative;
}
.section.main-banner .text {
  padding: 100px 0px;
}
.section.main-banner .rocket-image {
  text-align: right;
  margin-top: -40px;
}
.section.main-banner .rocket-image .main-rocket {
  max-width: 500px;
}
@media (max-width: 768px) {
  .section.main-banner .rocket-image {
    display: none;
  }
}
.section.main-banner .container {
  position: relative;
  z-index: 10;
}
.section.main-banner .moon {
  position: absolute;
  background: linear-gradient(rgba(26, 20, 72, 0.3), #1a1448), url('images/moon.png');
  height: 984px;
  width: 100%;
  bottom: -500px;
  left: 0px;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}
.section.main-banner .wave-overlay {
  position: absolute;
  width: 100%;
  top: -80px;
}
.section.main-banner .left-stars {
  position: absolute;
  top: -250px;
  opacity: 0.25;
}
.section.main-banner .right-stars {
  position: absolute;
  top: -350px;
  right: -280px;
  opacity: 0.25;
}
.section.main-banner .planet {
  position: absolute;
  top: 100px;
  right: -10px;
}
.section.main-banner .planet-1 {
  position: absolute;
  top: 400px;
  right: 100px;
}
.section.stat-counts {
  z-index: 10;
  position: relative;
}
.section.stat-counts .border-wrap {
  background: linear-gradient(to right, #0ba3d6, #630f63);
  border-radius: 55px;
  padding: 2px;
}
.section.stat-counts .border-wrap .counter-wrap {
  background: url(images/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner.jpg);
  filter: drop-shadow(0px 15px 65px rgba(51, 43, 173, 0.25));
  border-radius: 55px;
  padding: 40px 60px;
  background-position: center center;
}
.section.stat-counts .border-wrap .counter-wrap .stat-box {
  text-align: center;
  margin-bottom: 10px;
}
.section.stat-counts .border-wrap .counter-wrap .stat-box .stat {
  font-weight: 500;
  font-size: 44px;
}
@media (max-width: 992px) {
  .section.stat-counts .border-wrap .counter-wrap .stat-box .stat {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section.stat-counts .border-wrap .counter-wrap .stat-box .stat {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section.stat-counts .border-wrap .counter-wrap .stat-box .label {
    font-size: 14px;
  }
}
.section.stat-counts .border-wrap .counter-wrap .stat-box .title {
  font-size: 24px;
  color: #ABA9DD;
}
.section.image-and-text {
  z-index: 10;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .section.image-and-text {
    margin-top: 50px;
  }
}
.section.image-and-text img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .section.image-and-text .title {
    margin-top: 40px;
  }
}
.section.image-and-text .link {
  margin-top: 20px;
}
.section.image-and-text .text {
  color: #ABA9DD;
}
@media (max-width: 768px) {
  .section.image-and-text .text-col {
    text-align: center;
  }
}
.section.padding {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .section.padding {
    margin-top: 50px;
  }
}
.section.services-boxes {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .section.services-boxes {
    margin-top: 50px;
  }
}
.section.services-boxes .content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
}
.section.services-boxes .space {
  background-image: url('images/space-footer.jpg');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.section.services-boxes .bg-overlay {
  background: linear-gradient(180deg, #181544 3.52%, rgba(24, 21, 68, 0.88) 19.23%, rgba(24, 21, 68, 0.69) 54.04%, rgba(24, 21, 68, 0.6) 76.64%, #181544 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.section.services-boxes .header-text {
  text-align: center;
}
.section.services-boxes .cta-btn {
  text-align: center;
}
.section.services-boxes .boxes {
  margin-top: 30px;
}
.section.services-boxes .boxes .border-wrap {
  background: linear-gradient(to right, orange, #b411b4);
  border-radius: 24px;
  padding: 2px;
  margin-bottom: 30px;
}
.section.services-boxes .boxes .border-wrap .box-wrap {
  border-radius: 24px;
  background: #191447;
}
.section.services-boxes .boxes .border-wrap .box-wrap .box {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0px 22px 40px rgba(6, 6, 28, 0.4);
  backdrop-filter: blur(30px);
  border-radius: 24px;
  padding: 40px 20px;
  text-align: center;
}
.section.services-boxes .boxes .border-wrap .box-wrap .box .icon {
  max-width: 80px;
}
.section.services-boxes .boxes .border-wrap .box-wrap .box .title {
  margin-top: 20px;
}
.section.services-boxes .boxes .border-wrap .box-wrap .box .subtext {
  color: #E1E1E1;
  font-size: 14px;
}
.section.faqs {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section.faqs {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .section.faqs {
    margin-bottom: 50px;
  }
}
.section.faqs .header-text {
  text-align: center;
  margin-bottom: 40px;
}
.section.faqs .faqs .item-border-wrap {
  background: linear-gradient(to right, orange, #b411b4);
  border-radius: 24px;
  padding: 2px;
  margin-bottom: 25px;
}
.section.faqs .faqs .item-border-wrap .item-wrap {
  border-radius: 24px;
  background: #191447;
}
.section.faqs .faqs .item-border-wrap .item-wrap .accordion-item {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}
.section.faqs .faqs .item-border-wrap .item-wrap .accordion-item button {
  color: #fff;
  font-weight: 500;
  background: none;
  background: linear-gradient(90.15deg, #F05D0B 0%, #EE740E 36.39%, #EAB618 85.97%, #E8CE1C 109.15%);
  border-radius: 24px 24px 0px 0px;
}
.section.faqs .faqs .item-border-wrap .item-wrap .accordion-item button:after {
  background-image: url('images/down-chevron.svg');
}
.section.faqs .faqs .item-border-wrap .item-wrap .accordion-item button.collapsed {
  background: none;
}
.section.contact-us {
  margin-top: 100px;
  position: relative;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .section.contact-us {
    margin-top: 50px;
  }
}
.section.contact-us .content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
}
.section.contact-us .space {
  background-image: url('images/space-footer.jpg');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.section.contact-us .bg-overlay {
  background: linear-gradient(180deg, #181544 3.52%, rgba(24, 21, 68, 0.88) 19.23%, rgba(24, 21, 68, 0.69) 54.04%, rgba(24, 21, 68, 0.6) 76.64%, #181544 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.section.contact-us .header-text {
  text-align: center;
  margin-bottom: 40px;
}
.section.contact-us .gform_footer {
  text-align: center;
}
.section.footer .title {
  font-weight: 600;
  line-height: 28px;
}
.section.footer ul {
  list-style: none;
  padding: 0px;
}
.section.footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 768px) {
  .section.footer .socials {
    margin-top: 20px;
  }
}
.section.footer .description {
  margin-top: 10px;
  color: #ABA9DD;
  font-size: 15px;
}
.section.footer-bar {
  margin-top: 30px;
}
.section.footer-bar .bar-wrap {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.29);
  font-size: 13px;
}
@media (max-width: 768px) {
  .section.footer-bar .bar-wrap {
    display: block;
    text-align: center;
  }
  .section.footer-bar .bar-wrap .center {
    padding: 10px;
  }
}
.section.footer-bar .bar-wrap .footer-logo img {
  width: 150px;
}
.section.footer-bar .bar-wrap a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}
.section.content {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .section.content {
    margin-top: 50px;
  }
}
