
.container .hero-section {
  min-height: 100vh;
  background-image: url("./assets/hero-bg.svg");
  animation: animatedBackground 0.8s linear;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 5%;
}
.container .hero-section .hero-heading {
  width: 70%;
  margin: auto;
  margin-top: 10vw;
}
.container .hero-section .hero-heading div {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-direction: column;
}
.container .hero-section .hero-heading div .mast h2 {
  font-style: normal;
  font-weight: 300;
  font-family: "Lexend Deca", "DM Sans", sans-serif;
}
.container .hero-section .hero-heading div .mast .title-line {
  font-size: 5vw;
  display: block;
  overflow-y: hidden;
}
.container .hero-section .hero-heading div .mast .title-line span {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .container .hero-section .hero-heading div .mast .title-line {
    font-size: 6vw;
  }
}
@media screen and (max-width: 920px) {
  .container .hero-section .hero-heading div .mast .title-line {
    font-size: 6vw;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .container .hero-section .hero-heading div .mast .title-line span {
    display: inline;
  }
  .container .hero-section .hero-heading div .mast .title-line span:nth-child(1) {
    padding-left: 0rem;
  }
  .container .hero-section .hero-heading div .mast .title-line span:nth-child(2) {
    padding-left: 0rem;
  }
  .container .hero-section .hero-heading div .mast .title-line span:nth-child(3) {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 500px) {
  .container .hero-section .hero-heading div .mast .title-line {
    font-size: 6vw;
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .container .hero-section .hero-heading div .mast {
    margin-top: 8vw;
  }
}
.container .hero-section .hero-heading .hero-cta-btn {
  padding: 1vw 2vw;
  font-size: 2vw;
  font-weight: 500;
  margin-top: 3rem;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  align-self: start;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1540px) {
  .container .hero-section .hero-heading .hero-cta-btn {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 920px) {
  .container .hero-section .hero-heading .hero-cta-btn {
    margin: auto;
    margin-top: 3rem;
    font-size: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .container .hero-section .hero-heading .hero-cta-btn {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1540px) {
  .container .hero-section .hero-heading {
    padding: 5vw 0 0 3vw;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 1200px) {
  .container .hero-section .hero-heading {
    padding: 5vw 0 0 0vw;
    margin-top: 8vw;
    width: 80%;
  }
}
@media screen and (max-width: 920px) {
  .container .hero-section .hero-heading {
    width: 100%;
    margin-top: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .container .hero-section .hero-heading {
    width: 100%;
    margin: 5rem 0 10rem 0;
    align-items: center;
  }
}
.container .hero-section nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .container .hero-section nav {
    align-items: center;
    justify-content: center;
  }
}
.container .hero-section nav .logo {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.container .hero-section nav .logo img {
  height: 3.4vw;
}
@media screen and (max-width: 920px) {
  .container .hero-section nav .logo img {
    height: 6vw;
  }
}
.container .hero-section nav .lets-talk-btn {
  font-size: 2vw;
  padding: 1vw 2vw;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1540px) {
  .container .hero-section nav .lets-talk-btn {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 920px) {
  .container .hero-section nav .lets-talk-btn {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  .container .hero-section nav .lets-talk-btn {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .container .hero-section {
    min-height: 95vh;
  }
}
@media screen and (max-width: 500px) {
  .container .hero-section {
    background-image: url("./assets/hero-bg.svg");
    min-height: 100%;
  }
}
.container .divider-container {
  display: flex;
  align-items: center;
  width: 95%;
  margin: auto;
}
.container .divider-container .divider {
  margin: 5rem 0;
  height: 3px;
  background-image: linear-gradient(to right, #00e0ff, #00c6ff, #00a8ff, #0083ff, #4452fe);
}
.container .divider-container .divider:nth-child(1) {
  width: 20%;
}
.container .divider-container .divider:nth-child(2) {
  width: 15%;
}
.container .divider-container .divider:nth-child(3) {
  width: 10%;
}
.container .divider-container .divider:nth-child(4) {
  width: 8%;
}
.container .divider-container .divider:nth-child(5) {
  width: 10%;
}
.container .divider-container .divider:nth-child(6) {
  width: 15%;
}
.container .divider-container .divider:nth-child(7) {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .container .divider-container {
    display: none;
  }
}
.container .description {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 920px) {
  .container .description {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .container .description {
    font-size: 1.8rem;
    text-align: left;
    padding: 5%;
    margin-top: 2rem;
  }
}
.container .features {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 10px 5%;
  gap: 20px;
  padding-bottom: 100px;
}
.container .features .feature-card {
  flex: 1;
}
.container .features .feature-card img {
  height: 4rem;
}
.container .features .feature-card .feature-heading {
  text-transform: uppercase;
  margin: 10px 0px 20px 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 2vw;
  font-size: 1.2vw;
  font-weight: 700;
}
@media screen and (max-width: 920px) {
  .container .features .feature-card .feature-heading {
    margin: 10px 0px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  .container .features .feature-card .feature-heading {
    font-size: 4vw;
  }
}
.container .features .feature-card .feature-description {
  color: rgba(255, 255, 255, 0.4);
  mix-blend-mode: normal;
  line-height: 2vw;
  font-size: 1.4vw;
}
@media screen and (max-width: 920px) {
  .container .features .feature-card .feature-description {
    line-height: 4vw;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  .container .features .feature-card .feature-description {
    line-height: 6vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 920px) {
  .container .features {
    flex-direction: column;
    gap: 3rem;
  }
}
.container .footer {
  background-color: #111111;
  padding: 40px 5%;
}
.container .footer .footer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .footer .footer-head .footer-action .footer-heading {
  font-size: 2rem;
  margin-bottom: 5px;
}
.container .footer .footer-head .footer-action p {
  font-size: 1.2vw;
}
@media screen and (max-width: 920px) {
  .container .footer .footer-head .footer-action p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  .container .footer .footer-head .footer-action p {
    font-size: 3.4vw;
  }
}
.container .footer .footer-head .email-input input {
  background-color: transparent;
  border: 1px solid white;
  height: 3rem;
  width: 24rem;
  color: white;
  padding: 2px 10px;
  margin-right: 5px;
}
@media screen and (max-width: 500px) {
  .container .footer .footer-head .email-input input {
    width: 90vw;
  }
}
.container .footer .footer-head .email-input input::-moz-placeholder {
  color: white;
}
.container .footer .footer-head .email-input input::placeholder {
  color: white;
}
.container .footer .footer-head .email-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.container .footer .footer-head .email-input button {
  background-color: white;
  color: #546ccc;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  height: 3rem;
  padding: 6px 10px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1000px) {
  .container .footer .footer-head .email-input {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .container .footer .footer-head .email-input {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 920px) {
  .container .footer .footer-head {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.container .footer .footer-line {
  margin: 25px 0px;
}
.container .footer .footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .footer .footer-links .logo {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 5px;
}
.container .footer .footer-links .logo img {
  height: 2vw;
}
@media screen and (max-width: 1540px) {
  .container .footer .footer-links .logo img {
    height: 2.4vw;
  }
}
@media screen and (max-width: 920px) {
  .container .footer .footer-links .logo img {
    height: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .container .footer .footer-links .logo img {
    height: 5vw;
  }
}
.container .footer .footer-links .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.container .footer .footer-links .links img {
  height: 3vw;
}
@media screen and (max-width: 1540px) {
  .container .footer .footer-links .links img {
    height: 4vw;
  }
}
@media screen and (max-width: 920px) {
  .container .footer .footer-links .links img {
    height: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .container .footer .footer-links .links img {
    height: 6vw;
  }
}

.animated .mast .title-line span {
  animation: text-up 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.animated .mast .title-line:nth-child(1) span {
  padding-left: 6rem;
  animation-delay: 0.1s;
}
.animated .mast .title-line:nth-of-type(2) span {
  padding-left: 3rem;
  animation-delay: 0.1s;
}
.animated .mast .title-line:nth-of-type(3) span {
  animation-delay: 0.2s;
}
.animated .mast .title-line:nth-of-type(4) span {
  animation-delay: 0.3s;
}

@keyframes text-up {
  from {
    transform: translate3d(0, 150%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
/*Loader 2: As this just loops, it can be pure CSS*/
.loading_frame_2 {
  margin: 6rem;
  width: 50%;
  background: rgba(68, 84, 254, 0.204);
}
.loading_frame_2 .thumb_2,
.loading_frame_2 .thumb_3,
.loading_frame_2 .thumb_4,
.loading_frame_2 .thumb_5 {
  animation: thumb_2_anim 2s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(90deg, #00E0FF 0%, rgba(68, 84, 254, 0.6) 100%, rgba(68, 84, 254, 0.614) 100%);
}
.loading_frame_2 .thumb_3 {
  animation-delay: 3s;
  animation: thumb_2_anim 3s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
}
.loading_frame_2 .thumb_4 {
  animation-delay: 4s;
  animation: thumb_2_anim 4s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
}
.loading_frame_2 .thumb_5 {
  animation-delay: 6s;
  animation: thumb_2_anim 5s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
}
.loading_frame_2 .thumb_6 {
  animation: thumb_2_anim 6s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
  animation-delay: 12s;
}

.loading_frame_1 {
  margin: 6rem;
  width: 50%;
  background: rgba(68, 84, 254, 0.204);
}
.loading_frame_1 .thumb_2,
.loading_frame_1 .thumb_3,
.loading_frame_1 .thumb_4,
.loading_frame_1 .thumb_5 {
  animation: thumb_1_anim 2s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(90deg, rgba(68, 84, 254, 0.6) 0%, #00E0FF 100%, #00E0FF 100%);
}
.loading_frame_1 .thumb_3 {
  animation-delay: 3s;
  animation: thumb_1_anim 3s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
}
.loading_frame_1 .thumb_4 {
  animation-delay: 4s;
  animation: thumb_1_anim 4s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
}
.loading_frame_1 .thumb_5 {
  animation-delay: 6s;
  animation: thumb_1_anim 5s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
}
.loading_frame_1 .thumb_6 {
  animation: thumb_1_anim 6s cubic-bezier(0.95, 0, 0, 1.03) infinite reverse both;
  animation-delay: 12s;
}

@keyframes thumb_1_anim {
  from {
    right: -100%;
  }
  to {
    right: 100%;
  }
}
@keyframes thumb_2_anim {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
/***   END OF LOADING BAR 2   ***/
.loading_frame {
  position: relative;
  height: 5px;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}/*# sourceMappingURL=styles.css.map */
