@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900");
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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #c3c3c3;
  width: 80%;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: "Inter", sans-serif;
  height: 100vh;
}

::selection {
  background: #fff;
  color: #fff;
}

::-moz-selection {
  background: #fff;
  color: #fff;
}

.main-container {
  background-image: url("./../bg4.svg");
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-position: center;
  /* animation: imagechange 5s infinite; */
  animation-timing-function: linear;
}

.ai-img{
  width: 160px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 130px #816CFF;
  margin-bottom: 2rem;
}

.cursor {
  z-index: 1;
  background-color: rgba(256, 256, 256, 0.1);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0px 0px 100px rgba(256, 256, 256, 1);
  animation: colos 5s infinite;
  position: fixed;
  transform: translate(-50%, -50%);
  filter: blur(10px);
  /* backdrop-filter: blur(10px) */
}

@keyframes colors {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

.cursor:before {
  content: "";
  position: absolute;
  background: transparent;
  width: 50px;
  height: 50px;
  opacity: 0.2;
  transform: translate(-30%, -30%);
  border-radius: 50%;
}

.section {
  width: 50%;
  margin: 2rem auto;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 10%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding-left: 3rem;
}

.ai {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  border: none;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("./../bg1.svg");
  animation: imagechange 5s infinite;
}

.ai:hover {
  opacity: 1;
}
.svg_rect:hover {
  fill-opacity: 1;
}

@keyframes colors {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

.text-change {
  color: #fff;
}

.text-change:after {
  content: "";
  animation: text-change-style 5s linear infinite;
}

@keyframes imagechange {
  0% {
    background-image: url("./../bg1.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  10% {
    background-image: url("./../bg1.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  20% {
    background-image: url("./../bg2.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  30% {
    background-image: url("./../bg2.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  40% {
    background-image: url("./../bg3.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  50% {
    background-image: url("./../bg3.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  60% {
    background-image: url("./../bg3.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  70% {
    background-image: url("./../bg4.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  80% {
    background-image: url("./../bg4.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  90% {
    background-image: url("./../bg5.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
  100% {
    background-image: url("./../bg5.svg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
  }
}

@keyframes text-change-style {
  0% {
    content: "AI";
  }
  10% {
    content: "AI";
  }
  20% {
    content: "AI";
  }
  30% {
    content: "AI";
  }
  40% {
    content: "Robotics";
  }
  50% {
    content: "Robotics";
  }
  60% {
    content: "Robotics";
  }
  65% {
    content: "Robotics";
  }
  70% {
    content: "Biotech";
  }
  80% {
    content: "Biotech";
  }
  90% {
    content: "Biotech";
  }
  100% {
    content: "Biotech";
  }
}

.section h3 span {
  font-weight: 300;
  opacity: 0.8;
  padding-right: 10px;
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
}

.section h1 {
  font-family: "Orbitron", sans-serif;
}

.section .form-control {
  background: #262333;
  color: #fff;
  border: 1px solid;
  border-image-source: linear-gradient(
    91.42deg,
    rgba(185, 173, 255, 0.32) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.form-content span {
  position: relative;
}

.form-content input {
  width: 340px;
  height: 40px;
}

.form-content button {
  position: absolute;
  top: 1px;
  right: 0;
}

button {
  background: linear-gradient(93.83deg, #7b65ff 0.96%, #5946cb 99.83%),
    radial-gradient(
      100% 100% at 50% 0%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  color: #fff !important;
  outline: none !important;
  border: none !important;
}

.footer {
  /* position: absolute; */
  bottom: 10px;
  margin-top: 2rem;
  gap: 10px;
}

.footer a {
  color: #c3c3c3;
  text-decoration: underline !important;
  font-size: 0.8rem;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #fff;
  border-radius: 50%;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

@media screen and (min-width: 1440px) {
  .section {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding-left: 6rem;
  }
  .ai-img{
    width: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .section {
    width: 100%;
    margin: auto;
    text-align: center;
    /* position: absolute; */
    margin-top: 50px;
    margin-bottom: 20%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 0%;
  }

  .section h1 {
    font-weight: 400;
    font-size: 1.2rem;
  }

  .main-container {
    background-position: 52% 100%;
  }
}
