/*

Lava Landing Page

https://templatemo.com/tm-540-lava-landing-page

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. testimonials
08. contact
09. footer
10. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@300;400;500;600;700;800;900&display=swap");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Orbitron', sans-serif;
  font-weight: 400;
  background-color: #0b0b16;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--text-bright);
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: rgba(247, 248, 255, 0.72);
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #0b0b16;
  font-family: 'Orbitron', sans-serif;
}

::selection {
  background: #ff3bf5;
  color: #fff;
}

::-moz-selection {
  background: #ff3bf5;
  color: #fff;
}

:root {
  --neon-pink: #ff3bf5;
  --neon-blue: #00e5ff;
  --neon-purple: #7c4dff;
  --neon-green: #38ff9c;
  --neon-yellow: #ffe84a;
  --bg-deep: #0b0b16;
  --bg-mid: #12122a;
  --text-bright: #f7f8ff;
  --text-muted: rgba(247, 248, 255, 0.72);
  --glass: rgba(12, 12, 26, 0.62);
  --card: rgba(20, 20, 44, 0.9);
}

body {
  color: var(--text-bright);
  background:
    radial-gradient(1100px 700px at 8% 10%, rgba(124, 77, 255, 0.35), transparent 60%),
    radial-gradient(900px 600px at 92% 20%, rgba(0, 229, 255, 0.35), transparent 55%),
    radial-gradient(800px 500px at 75% 85%, rgba(255, 59, 245, 0.25), transparent 55%),
    linear-gradient(180deg, #0a0a14 0%, #111126 55%, #0c0c1a 100%);
  position: relative;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background: linear-gradient(120deg, var(--neon-pink), var(--neon-blue));
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 0 18px rgba(255, 59, 245, 0.35), 0 0 28px rgba(0, 229, 255, 0.35);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(255, 59, 245, 0.55), 0 0 36px rgba(0, 229, 255, 0.55);
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background: linear-gradient(120deg, var(--neon-purple), var(--neon-green));
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 0 18px rgba(124, 77, 255, 0.35), 0 0 28px rgba(56, 255, 156, 0.35);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(124, 77, 255, 0.55), 0 0 36px rgba(56, 255, 156, 0.55);
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background: linear-gradient(120deg, var(--neon-purple), var(--neon-green));
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 0 18px rgba(124, 77, 255, 0.35), 0 0 28px rgba(56, 255, 156, 0.35);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(124, 77, 255, 0.55), 0 0 36px rgba(56, 255, 156, 0.55);
}


.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: var(--text-bright);
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: var(--neon-pink);
  text-shadow: 0 0 14px rgba(255, 59, 245, 0.6);
}

.center-heading p {
  font-size: 15px;
  color: var(--text-muted);
  text-align: center;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(12, 12, 26, 0.92);
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.2), 0 0 30px rgba(255, 59, 245, 0.18)!important;
  backdrop-filter: blur(10px);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: var(--text-bright)!important;
}

.background-header .main-nav .nav li:hover a {
  color: var(--neon-yellow)!important;
}

.background-header .nav li a.active {
  color: var(--neon-blue)!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

@media (min-width: 992px) {
  .header-area .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-area .main-nav .logo {
    float: none;
  }

  .header-area .main-nav .nav {
    float: none;
    margin-left: auto;
  }
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: var(--text-bright);
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo-home-link {
  display: inline-flex;
  align-items: center;
}


.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 15%;
  margin-right: 0px;
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.2), 0 0 30px rgba(255, 59, 245, 0.18);
  backdrop-filter: blur(10px);
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: var(--text-bright);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.25);
}

.header-area .main-nav .nav li:hover a {
  color: var(--neon-blue);
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: var(--text-muted);
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: rgba(14, 14, 30, 0.96);
  color: var(--text-bright)!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: var(--neon-blue);
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: rgba(20, 20, 44, 0.96);
  color: var(--neon-yellow)!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--text-bright);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--text-bright);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--text-bright);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--text-bright);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: var(--text-bright);
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: var(--text-bright);
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: var(--text-bright);
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: var(--text-bright);
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: var(--neon-blue);
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    /* padding-left: 12px; */
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {

  .header-area {
    background: rgba(10, 10, 20, 0.95);
    padding: 0px 12px;
    height: 80px;
    box-shadow: 0 0 16px rgba(0, 229, 255, 0.18), 0 0 26px rgba(255, 59, 245, 0.16);
    /* text-align: center; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: visible;
    position: relative;
  }
  .header-area .main-nav .logo {
    max-height: 62px;
    width: auto;
    max-width: calc(100% - 88px);
    object-fit: contain;
  }
  .header-area .main-nav .menu-trigger {
    right: 12px;
    top: 20px;
  }
  .header-area .main-nav .nav {
    float: none;
    width: auto;
    margin-top: 0px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    position: fixed;
    top: 80px;
    left: 12px;
    right: 12px;
    padding: 10px 0;
    border-radius: 16px;
    background: rgba(10, 10, 20, 0.98);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 120;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: rgba(12, 12, 26, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px 16px !important;
    border: none !important;
    background: rgba(12, 12, 26, 0.96) !important;
    color: var(--text-bright) !important;
    text-align: center;
  }
  .header-area .main-nav .nav li a:hover {
    background: rgba(20, 20, 44, 0.96) !important;
    color: var(--neon-yellow)!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: 0 0 16px rgba(0, 229, 255, 0.18), 0 0 26px rgba(255, 59, 245, 0.16);
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: var(--text-muted);
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (max-width: 420px) {
  .header-area .main-nav .logo {
    max-height: 56px;
    max-width: calc(100% - 78px);
  }

  .header-area .main-nav .menu-trigger {
    right: 8px;
  }

  .header-area .main-nav .nav {
    left: 8px;
    right: 8px;
  }
}

@media (max-width: 991px) {
  body.nav-open {
    overflow: hidden;
  }

  #about,
  #promotion {
    min-height: auto;
    display: block;
  }

  #promotion .right-text ul li {
    display: block;
    margin-bottom: 35px;
  }

  footer {
    min-height: auto;
    display: block;
  }
}

@media (max-width: 575px) {
  .section {
    padding: 60px 0;
    scroll-margin-top: 96px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    padding: 0px 14px;
    margin-left: auto;
  }

  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
    flex: 0 0 auto;
  }

  .header-area .main-nav .nav li a {
    font-size: 12px;
    letter-spacing: 0.7px;
  }

  .header-area .main-nav .nav li.submenu ul {
    left: 0;
    right: auto;
    width: max(100%, 160px);
    transform: translateY(-2em);
  }

  .header-area .main-nav .nav > li:first-child.submenu ul {
    left: -14px;
  }

  .header-area .main-nav .nav li.submenu:hover ul {
    transform: translateY(0%);
  }

  .header-area .main-nav .nav li.lang-selector {
    padding-left: 8px;
    padding-right: 0px;
  }

  .header-area .main-nav .nav li.lang-selector > a {
    min-width: 56px;
    text-align: center;
    font-weight: 700;
    padding-right: 18px;
  }

  .header-area .main-nav .nav li.lang-selector:after {
    right: 6px;
  }

  .header-area .main-nav .nav li.lang-selector ul {
    width: max(100%, 72px);
    left: 0;
    right: auto;
  }

  .header-area .main-nav .nav li.lang-selector ul li a {
    text-align: center;
    padding-left: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
  }

  .header-area .main-nav .nav li.lang-selector ul li a:before {
    display: none;
  }

  .header-area .main-nav .nav li.lang-selector ul li a:hover {
    padding-left: 0;
  }
}


/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  width: 100%;
  height: 100vh;
  min-height: 793px;
  background-image:
    radial-gradient(1200px 700px at 15% 20%, rgba(0, 229, 255, 0.35), transparent 60%),
    radial-gradient(900px 500px at 85% 35%, rgba(255, 59, 245, 0.3), transparent 55%),
    radial-gradient(700px 500px at 70% 90%, rgba(56, 255, 156, 0.2), transparent 60%);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto, auto, auto;
  position: relative;
  overflow: hidden;
}

.welcome-area::before {
  content: "";
  position: absolute;
  inset: -20% -10% -20% -10%;
  background:
    linear-gradient(120deg, rgba(124, 77, 255, 0.22), transparent 60%),
    linear-gradient(300deg, rgba(0, 229, 255, 0.18), transparent 60%);
  opacity: 0.8;
  transform: translateY(calc((var(--my, 0.5) - 0.5) * -24px));
  transition: transform 0.2s ease;
  pointer-events: none;
}

.welcome-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.25;
  mask-image: radial-gradient(circle at 30% 30%, black 0%, transparent 65%);
  animation: grid-drift 14s linear infinite;
  pointer-events: none;
}

.neon-stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.neon-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.9;
  animation: orb-float 8s ease-in-out infinite;
}

.neon-orb.orb-a {
  width: 220px;
  height: 220px;
  left: 8%;
  top: 18%;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.8), rgba(0, 229, 255, 0));
  animation-delay: -1s;
}

.neon-orb.orb-b {
  width: 260px;
  height: 260px;
  right: 10%;
  top: 12%;
  background: radial-gradient(circle, rgba(255, 59, 245, 0.8), rgba(255, 59, 245, 0));
  animation-delay: -3s;
}

.neon-orb.orb-c {
  width: 200px;
  height: 200px;
  right: 20%;
  bottom: 12%;
  background: radial-gradient(circle, rgba(56, 255, 156, 0.75), rgba(56, 255, 156, 0));
  animation-delay: -5s;
}

.neon-robot {
  position: absolute;
  right: 9%;
  bottom: 8%;
  width: 240px;
  height: 320px;
  --robot-scale: clamp(1.05, calc(60vw / 240px / 1.5), 2.4);
  transform: translate(
    calc((var(--mx, 0.5) - 0.5) * 18px),
    calc((var(--my, 0.5) - 0.5) * -14px)
  ) scale(var(--robot-scale));
  transform-origin: right bottom;
  transition: transform 0.15s ease;
}

.robot-antenna {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 6px;
  height: 42px;
  background: linear-gradient(180deg, var(--neon-blue), transparent);
  transform: translateX(-50%);
}

.robot-antenna::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--neon-pink);
  box-shadow: 0 0 16px rgba(255, 59, 245, 0.8);
  transform: translateX(-50%);
  animation: pulse 1.8s ease-in-out infinite;
}

.robot-head {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 170px;
  height: 130px;
  transform: translateX(-50%);
  border-radius: 26px;
  background: rgba(16, 16, 34, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.25), 0 0 30px rgba(255, 59, 245, 0.2);
}

.robot-eye {
  position: absolute;
  top: 38px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--neon-blue) 0%, rgba(0, 229, 255, 0.2) 70%);
  box-shadow: 0 0 14px rgba(0, 229, 255, 0.8);
}

.robot-eye::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: var(--neon-pink);
  transform: translate(
    calc((var(--mx, 0.5) - 0.5) * 8px),
    calc((var(--my, 0.5) - 0.5) * 8px)
  );
  transition: transform 0.08s ease;
  box-shadow: 0 0 10px rgba(255, 59, 245, 0.8);
}

.robot-eye.eye-left {
  left: 38px;
}

.robot-eye.eye-right {
  right: 38px;
}

.robot-mouth {
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 64px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--neon-purple), var(--neon-green));
  box-shadow: 0 0 12px rgba(124, 77, 255, 0.5);
}

.robot-body {
  position: absolute;
  top: 180px;
  left: 50%;
  width: 190px;
  height: 120px;
  transform: translateX(-50%);
  border-radius: 28px;
  background: rgba(16, 16, 34, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.22), 0 0 28px rgba(56, 255, 156, 0.18);
}

.robot-core {
  position: absolute;
  inset: 26px 46px;
  border-radius: 18px;
  background: radial-gradient(circle, rgba(255, 59, 245, 0.75), rgba(255, 59, 245, 0.1) 70%);
  box-shadow: 0 0 20px rgba(255, 59, 245, 0.5);
  animation: pulse 2.2s ease-in-out infinite;
}

.robot-arm {
  position: absolute;
  top: 26px;
  width: 40px;
  height: 80px;
  border-radius: 20px;
  background: rgba(20, 20, 44, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 14px rgba(0, 229, 255, 0.2);
}

.robot-arm.arm-left {
  left: -18px;
  transform: rotate(calc((var(--mx, 0.5) - 0.5) * 25deg));
  transform-origin: right center;
}

.robot-arm.arm-right {
  right: -18px;
  transform: rotate(calc((var(--mx, 0.5) - 0.5) * -25deg));
  transform-origin: left center;
}

@keyframes orb-float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes grid-drift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 160px 160px, 160px 160px;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

.welcome-area .header-text .left-text {
  position: relative;
  align-self: center;
  margin-top: 35%;
  transform: perspective(1px) translateY(-30%) !important;
  z-index: 2;
}

.welcome-area .header-text h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: var(--text-bright);
  text-shadow: 0 0 24px rgba(0, 229, 255, 0.35), 0 0 38px rgba(255, 59, 245, 0.25);
}

.welcome-area .header-text h1 em {
  font-style: normal;
  color: var(--neon-pink);
  text-shadow: 0 0 18px rgba(255, 59, 245, 0.6);
}

.welcome-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: var(--text-muted);
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 1420px) {
  .welcome-area .header-text {
    width: 70%;
    margin-left: 5%;
  }
}

@media (max-width: 1320px) {
  .welcome-area .header-text .left-text {
    margin-top: 50%;
  }
  .welcome-area .header-text {
    width: 50%;
    margin-left: 5%;
  }
}

@media (max-width: 1140px) {
  .welcome-area {
    height: auto;
  }
  .welcome-area .header-text {       
    width: 92%;
    padding-top: 793px;
  }
  .welcome-area .header-text .left-text {
    margin-top: 5%;
    transform: none !important;
  }
  .neon-robot {
    right: 4%;
    --robot-scale: clamp(0.85, calc(70vw / 240px / 1.5), 1.8);
  }
}
@media (max-width: 810px) {
  .welcome-area {
    background-size: contain;
  }

  .welcome-area .header-text {
    padding-top: 100%;
    margin-left: 0;
  }
  .neon-stage {
    opacity: 0.65;
  }
  .neon-robot {
    display: none;
  }
    
  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  .welcome-area .header-text h1 {
    font-size: clamp(30px, 8.6vw, 42px);
    line-height: 1.2;
    margin-bottom: 22px;
  }

  .welcome-area .header-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  #welcome {
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  #welcome .header-text {
    width: 100%;
    margin-left: 0;
    padding-top: 150px;
    padding-bottom: 70px;
  }

  #welcome .header-text .left-text {
    margin-top: 0;
    transform: none !important;
  }

  #welcome .neon-stage {
    opacity: 0.58;
  }

  #welcome .neon-robot {
    display: none;
  }
}

@media (max-width: 575px) {
  .welcome-area .header-text h1 {
    font-size: clamp(26px, 8.2vw, 34px);
  }

  #welcome .header-text {
    padding-top: 128px;
    padding-bottom: 56px;
  }
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 100px 0px;
  position: relative;
  z-index: 9;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .features-item {
    margin-bottom: 45px;
  }
}

.features-item {
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.18), 0 0 26px rgba(255, 59, 245, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.section {
  padding: 100px 0;
  position: relative;
  scroll-margin-top: 120px;
}

.cards-equal-height {
  align-items: stretch;
}

.cards-equal-height > [class*="col-"] {
  display: flex;
}

.cards-equal-height > [class*="col-"] > .features-item,
.cards-equal-height > [class*="col-"] > .download-card {
  width: 100%;
}

@media (max-width: 991px) {
  .section {
    padding: 70px 0;
  }
}

.features-item h2 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 575px) {
  .center-heading h2 {
    font-size: 32px;
    line-height: 1.25;
  }

  .features-item h2 {
    font-size: 72px;
    left: 24px;
    top: 10px;
  }
}

.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

.features-item i {
  z-index: 10;
  position: relative;
  display: block;
  font-size: 46px;
  color: var(--neon-blue);
  margin-bottom: 32px;
}

.features-item h4 {
  margin-top: 0px;
  font-size: 22px;
  color: var(--text-bright);
  margin-bottom: 25px;
}

.features-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 28px rgba(0, 229, 255, 0.32), 0 0 40px rgba(255, 59, 245, 0.28);
}

.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}


/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
  background-image: url(../images/left-bg-decor.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  filter: saturate(1.6) hue-rotate(20deg);
}

#promotion {
  padding: 100px 0px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#promotion .left-image {
  align-self: center;
}

#promotion .right-text ul {
  padding: 0;
  margin: 0;
}

#promotion .right-text ul li {
  display: inline-block;
  margin-bottom: 60px;
}

#promotion .right-text ul li:last-child {
  margin-bottom: 0px;
}

#promotion .right-text img {
  display: inline-block;
  margin-right: 30px;
}

#promotion .right-text h4 {
  font-size: 22px;
  color: var(--text-bright);
  text-shadow: 0 0 14px rgba(0, 229, 255, 0.25);
  margin-bottom: 15px;
  margin-top: 3px;
}


/*
--------------------------------------------
testimonials
--------------------------------------------
*/
.right-image-decor {
  background-image: url(../images/right-bg-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
  filter: saturate(1.6) hue-rotate(-20deg);
}

#testimonials {
  padding-top: 100px;
  position: relative;
  z-index: 9;
}

#testimonials .item {
  position: relative;
}

#testimonials .item .testimonial-content {
  background: linear-gradient(145deg, rgba(124, 77, 255, 0.92) 0%, rgba(0, 229, 255, 0.92) 100%);
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(124, 77, 255, 0.35), 0 0 30px rgba(0, 229, 255, 0.35);
}

#testimonials .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#testimonials .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}

#testimonials .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244,129,63);
  background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244,129,63);
  background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
  position: absolute;
}

@media screen and (max-width: 1060px) {
  .owl-carousel .owl-nav {
    display: none!important;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

@media (max-width: 992px) {
  footer {
    padding-top: 0px!important;
    margin-top: 0px!important;
  }
  .contact-form {
    margin-bottom: 45px;
  }
  footer .right-content {
    text-align: center;
  }
  footer .footer-content {
    padding: 60px 0px!important;
  }
}

footer {
  margin-top: 0;
  padding-top: 120px;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background-image:
    radial-gradient(900px 500px at 10% 20%, rgba(255, 59, 245, 0.35), transparent 60%),
    radial-gradient(900px 500px at 90% 20%, rgba(0, 229, 255, 0.35), transparent 60%),
    url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

footer .footer-content {
  padding: 120px 0px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background: rgba(12, 12, 26, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.2), 0 0 30px rgba(255, 59, 245, 0.18);
  backdrop-filter: blur(10px);
  
}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: var(--text-bright);
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(18, 18, 42, 0.9);
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: rgba(247, 248, 255, 0.6);
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(247, 248, 255, 0.6);
}

.contact-form ::placeholder {
  color: rgba(247, 248, 255, 0.6);
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: var(--neon-yellow);
  text-shadow: 0 0 16px rgba(255, 232, 74, 0.55);
}

.footer-content .right-content p {
  color: #FFF;
}

.footer-content .right-content a {
  color: #FFF;
}

.footer-content .right-content a:hover {
  color: var(--neon-yellow);
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 0 14px rgba(0, 229, 255, 0.2), 0 0 18px rgba(255, 59, 245, 0.18);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: var(--neon-blue);
  border-color: var(--neon-blue);
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(247, 248, 255, 0.65);
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  min-height: 150px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .sub-footer a {
	color: #FFF;
}

footer .sub-footer a:hover {
	color: #FC3;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, rgba(124, 77, 255, 0.95) 0%, rgba(0, 229, 255, 0.95) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
