@font-face {
  font-family: "Geist";
  src: url("../font/Geist-Light.woff2") format("woff2"), url("../font/Geist-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../font/Geist-Medium.woff2") format("woff2"), url("../font/Geist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../font/Geist-Regular.woff2") format("woff2"), url("../font/Geist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../font/Geist-ExtraLight.woff2") format("woff2"), url("../font/Geist-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../font/Geist-Bold.woff2") format("woff2"), url("../font/Geist-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../font/Geist-Black.woff2") format("woff2"), url("../font/Geist-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../font/Geist-ExtraBold.woff2") format("woff2"), url("../font/Geist-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../font/Geist-Thin.woff2") format("woff2"), url("../font/Geist-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../font/Geist-SemiBold.woff2") format("woff2"), url("../font/Geist-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../font/SourceSerif4-Bold.woff2") format("woff2"), url("../font/SourceSerif4-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../font/SourceSerif4-Regular.woff2") format("woff2"), url("../font/SourceSerif4-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../font/SourceSerif4-Italic.woff2") format("woff2"), url("../font/SourceSerif4-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

:root{
  --shadowShift: 6px;
  --shadowBlur: 15px;
  --circleColor: #0094d3;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #fff !important;
  background-color: #f5f5f5 !important;
  counter-reset: section 0;
}

.mains {
  position: relative;
  z-index: 9;
  background: #F5F5F5;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.p-v-70 {
  padding: 70px 0;
}

.p-v-80 {
  padding: 80px 0;
}

.p-v-60 {
  padding: 60px 0;
}

.p-v-90 {
  padding: 90px 0;
}

.p-v-100 {
  padding: 100px 0;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.relative {
  position: relative;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -2%;
  font-family: "Geist";
  font-weight: 500;
  color: #020508;
  margin-bottom: 1.2rem;
}

h4 {
  font-size: 1.313rem;
  font-weight: 400;
  font-family: "Source Serif 4";
  line-height: 1;
  position: relative;
  color: #000;
  padding-left: 20px;
}

h4::after {
  position: absolute;
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 50%;
  background-color: #0194d5;
  left: 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Geist";
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
  color: #24282a;
}

.btn {
  background: #0094d3;
  font-family: "Geist";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 2rem;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.btn .wrap-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

.btn span.arrow {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
  transition-property: transform;
}

.btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: #000;
}

.btn:hover {
  color: #fff;
}

.btn:hover span.arrow {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-left: 0.5rem;
  z-index: 9;
}

.btn:hover span.arrow i {
  transform: rotate(45deg);
}

.btn:hover::before {
  top: -15px;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 25px 0;
  z-index: 999;
  transition: all 0.5s;
  background-color: #f5f5f5;
  border-bottom: 1px solid #AAAAAA;
}

header .logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 22.5rem;
  z-index: 9;
  margin: 0 auto;
}

header .menu-toggle,
header .hamburger-lines {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background: #0094d3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

header .stellarnav.menu.right.mobile {
  text-align: end;
}

header.fixed {
  background-color: rgba(39, 39, 39, 0.2117647059);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

header .offcanvas-top {
  height: 80vh;
}

.hamburger {
  position: relative;
  z-index: 9999;
  display: flex;
  gap: 10px;
  align-items: center;
}

.offcanvas-body .side-img {
  height: 250px;
  overflow: hidden;
}

.offcanvas-body .side-img:hover img {
  transform: scale(1.4);
}

.offcanvas-body .side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 2.4s cubic-bezier(0.09, 0.69, 0, 1);
  transition-property: transform;
}

.offcanvas-body ul.menu {
  display: grid;
  grid-template-columns: auto auto;
  gap: 25px;
}

.offcanvas-body ul.menu li {
  position: relative;
  text-align: start;
}

.offcanvas-body ul.menu li:hover a {
  color: #656565;
}

.offcanvas-body ul.menu li a {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Geist";
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
  color: #24282a;
  transition: all 0.5s;
}

/* footer {
  position: sticky;
  height: 100vh;
  background-color: #fff;
  font-family: "Geist";
  position: sticky;
  bottom: 0;
  width: 100%; } */
footer .topFooter {
  padding: 50px 0;
}

footer .footer-widget-title {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: -2%;
  color: #0f1519;
}

footer .footer-adress {
  position: relative;
  padding-right: 35px;
}

footer .footer-adress::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 1px;
  background: #c8c8c8;
  top: -41px;
  right: 0;
}

footer ul a {
  font-size: 1.5rem;
  line-height: 1.375;
  letter-spacing: -2%;
  color: #656565;
}

footer .footercontact {
  display: flex;
}

footer .footercontact li {
  margin-right: 15px;
}

footer .btmFooter {
  padding-bottom: 20px;
}

footer .btmFooter p,
footer .btmFooter a {
  font-size: 1.5rem;
  line-height: 1.125;
  letter-spacing: -2%;
  color: #656565;
}

.banner {
  position: relative;
  padding-top: 70px;
}

.banner video {
  height: 650px;
  width: 100%;
  object-fit: cover;
}

.banner .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.banner .banner-text h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -2%;
  font-family: "Geist";
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.2rem;
}

.banner .banner-text p {
  color: #fff;
}

.about-us {
  position: relative;
  padding: 100px 0;
  padding-bottom: 50px;
}

.about-us .sec-title {
  padding-right: 3rem;
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.wrapper .animate {
  color: #24282a;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Geist";
}

.our-works {
  padding: 50px 0;
  position: relative;
}

.our-works .sec-title {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  grid-template-columns: auto auto;
  margin-bottom: 35px;
}

.our-works .sec-title .right p {
  max-width: 70%;
  margin-left: auto;
}

.our-works .work-box {
  margin-bottom: 2.188rem;
}

.our-works .work-box a:hover img {
  transform: scale(1.4);
}

.our-works .work-box .image-box {
  height: 440px;
  overflow: hidden;
}

.our-works .work-box .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 2.4s cubic-bezier(0.09, 0.69, 0, 1);
  transition-property: transform;
}

.our-works .work-box .title {
  padding-top: 1.2rem;
}

.our-works .work-box .title h3 {
  font-family: "Source Serif 4";
  color: #000;
  font-size: 1.313rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  transition: background-size 0.5s cubic-bezier(0.09, 0.69, 0, 1);
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.contact {
  position: relative;
  padding: 50px 0 100px;
}

.contact .contact-form {
  max-width: 50%;
  text-align: end;
  margin-left: auto;
}

.contact .contact-form .input-box {
  position: relative;
}

.contact .contact-form .input-box input {
  position: relative;
  height: 60px;
  border-radius: 0;
  border: 1px solid #000;
  background: transparent;
  padding-right: 3.125rem;
}

.contact .contact-form .input-box .btn {
  padding: 0;
  background: unset;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

.contact .contact-form .input-box .btn::before {
  display: none;
}

.contact .contact-form .input-box .btn span {
  background: #0094d3;
  color: #fff;
}

.contact .contact-form .input-box .btn :hover::before {
  display: none;
}

.innerBanner {
  position: relative;
  padding: 150px 0 100px;
  min-height: 100vh;
  z-index: 2;
}

.innerBanner h1 {
  color: #000;
}

.innerBanner .squiggleIn {
  z-index: 9999 !important;
}

.innerBanner .squiggleIn path {
  animation: squiggleIn 5s forwards;
}

.main-squiggle {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100px;
  bottom: 0;
  height: 100%;
  left: auto;
  z-index: 999;
}

.main-squiggle .squiggle-wrapper {
  margin-right: 0;
  margin-top: 0;
  transform: none;
}

.main-squiggle .squiggle-wrapper .squig-svg {
  height: 90%;
  width: auto;
  max-width: 80vw;
  transform: translate(-4%, -10%);
  z-index: 9999;
}

.main-squiggle .squiggle-wrapper .squig-svg path {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
}

@keyframes squiggleIn {
  0% {
    stroke-width: 0;
    stroke-dashoffset: 8000;
  }

  33% {
    stroke-width: 500;
    stroke-dashoffset: 0;
  }

  34% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    stroke-width: 500;
    stroke-dashoffset: 0;
  }
}

.approach {
  position: relative;
  padding: 100px 0;
}

.approach p {
  color: #24282a;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Geist";
}

.expertise-brand {
  position: relative;
  padding: 50px 0;
}

.expertise-brand .brand-box {
  display: flex;
  flex-direction: row;
}

.expertise-brand .brand-box .left {
  background-color: #fff;
  padding: 50px;
  float: left;
  width: 95%;
}

.expertise-brand .brand-box .left h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Geist";
}
.expertise-brand .brand-box .righ img{
      height: 100%;
    object-fit: cover;
    object-position: center;
}
.expertise-service {
  position: relative;
  padding: 50px 0;
}

.expertise-service .sec-title h4 {
  padding-left: 0;
  padding-right: 20px;
}

.expertise-service .sec-title h4::after {
  right: 0;
  left: auto;
}

.expertise-service h3 {
  color: #24282a;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Geist";
}

.expertise-service .side-widget ul {
  padding-top: 1.5rem;
}

.expertise-service .side-widget ul li {
  border-bottom: 1px solid #dadada;
  text-align: end;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.expertise-service .side-widget ul li a {
  color: #434343;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Geist";
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: inline-block;
}

.expertise-service .side-widget ul li a:hover .arrow {
  display: inline-flex;
}

.expertise-service .side-widget ul li a span {
  font-size: 1.313rem;
  color: #8d8d8d;
  line-height: 1.5;
}

.expertise-service .side-widget ul li a .arrow {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #0094d3;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0.4rem;
}

.expertise-service .side-widget ul li a .arrow i {
  font-size: 0.8rem;
  transform: rotate(45deg);
}

.our-work {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.our-work:before {
  width: 50vw;
  height: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #fff;
  border-radius: 760px;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  opacity: 0.4;
  filter: blur(270px);
  content: "";
  pointer-events: none;
  will-change: transform;
}

.our-work h1 {
  background-image: linear-gradient(269deg, #bc2789 1.26%, #f85956 98.74%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  font-size: 3.3rem;
  line-height: 1.1;
}

.slider {
  display: flex;
  gap: 55px;
  align-items: center;
  position: relative;
}

@media (max-width: 640px) {
  .slider {
    padding-top: 1rem;
    flex-direction: column;
    gap: 16px;
  }
}

.carousel__slider {
  position: relative;
  width: 100%;
  min-height: 600px;
}

.carousel__slider::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -17%;
  margin: auto;
  width: 842px;
  height: 842px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #a6d4ff;
  content: "";
}

.carousel__slider .btn {
  background: #fff;
  font-size: 1rem;
  border-radius: 2rem;
  padding: 10px 30px;
  color: #0094d3;
  border: #0094d3 1px solid;
}

.carousel__slider .btn span.arrow {
  height: 1.5rem;
  width: 1.5rem;
  background-color: #0094d3;
  color: #fff;
}

.carousel__item {
  width: 100%;
  min-height: 600px;
  padding: 48px;
  color: #fff;
  background: white;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  opacity: 0;
}

.blurred-box__step {
  color: #cacaca;
  font-size: 21px;
  font-family: "Geist";
}

.blurred-box__text {
  color: #000;
  font-size: 21px;
  font-family: "Source Serif 4";
}

.blurred-box__text2 {
  color: #434343;
  font-size: 16px;
  font-family: "Geist";
}

.blurred-box__text2 li {
  color: #434343;
  font-size: 21px;
  font-family: "Source Serif 4";
  margin-bottom: 20px;
}

.carousel__nav {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 640px) {
  .carousel__nav {
    flex-direction: row;
  }
}

.carousel__nav__item {
  background: #424b58;
  box-shadow: none;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.carousel__nav__item--active {
  background: red;
}

.sec-3 h2 {
  font-size: 40px;
  font-family: "Geist";
  color: #24282a;
  font-weight: normal;
}

.sec-3 h4 {
  padding-left: 0;
  padding-right: 30px;
}

.sec-3 h4::after {
  position: absolute;
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 50%;
  background-color: #0194d5;
  left: auto;
  right: 0;
}

.sec-3 .sec-title h2 {
  font-weight: 500;
}

.bottom-banner {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.inner-banner {
  position: relative;
  padding: 50px 0;
  padding-top: 150px;
}

.inner-banner h1 {
  font-family: "Geist";
  font-family: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2%;
  color: #020508;
  margin-bottom: 1.2rem;
}

.inner-banner p {
  font-family: "Geist";
  font-family: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #020508;
}

.sec-title.text-end h4 {
  padding-left: 0;
  padding-right: 20px;
}

.sec-title.text-end h4::after {
  right: 0;
  left: auto;
}

.contact-page {
  padding: 50px 0;
  padding-top: 20rem;
  position: relative;
}

.contact-page h1 {
  font-family: "Geist";
  font-family: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2%;
  color: #020508;
  margin-bottom: 1.2rem;
}

.contact-page .social {
  padding-top: 30px;
}

.contact-page .social li {
  margin-bottom: 20px;
}

.contact-page .social a {
  display: flex;
  align-items: center;
  color: #000;
}

.contact-page .social a p {
  margin-bottom: 0;
}

.contact-page .social a i {
  margin-right: 15px;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 2px solid #0094d3;
  color: #0094d3;
  border-radius: 50%;
}

.contact-page .social a:hover {
  color: #0094d3;
}

.contact-page form {
  padding: 50px;
  background: #fff;
  position: relative;
}

/* .contact-page form::after {
  position: absolute;
  content: "";
  height: 22.938rem;
  width: 23.313rem;
  background-color: #A6D4FF;
  top: -30%;
  left: -30%;
  z-index: -1;
  border-radius: 50%;
} */

.contact-page .input-box input {
  border-radius: 0;
  border: none;
  border: 1px solid #E4E4E4;
  background: #EEF0F3;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  font-family: "Geist";
  font-weight: 400;
  font-size: 18px;
  line-height: 141%;
  color: #000;
}

.contact-page .input-box label {
  color: #434343;
}

.contact-page .input-box textarea {
  border-radius: 0;
  border: none;
  border: 1px solid #E4E4E4;
  background: #EEF0F3;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 35px;
  min-height: 120px;
  resize: none;
  font-family: "Geist";
  font-weight: 400;
  font-size: 18px;
  line-height: 141%;
  color: #000;
}

header .hamburger-lines {
  flex-direction: column;
  gap: 0.2em;
  text-align: end;
  justify-content: center;
  align-items: end;
  padding-right: 20px;
}

header .line {
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s;
}

header #bar1,
header #bar2 {
  width: 50%;
}

header #bar3 {
  width: 35%;
}

header #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(-55deg);
  width: 55%;
}

header #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
  width: 55%;
}

header #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

.squiggle-wrapper svg #circle {
  height: 350px;
  width: 350px;
}



.expertiseBanner {
  min-height: unset;
  padding: 50px 0;
}

.expertiseBanner h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -2%;
  font-family: "Geist";
  font-weight: 500;
  color: #020508;
  margin-bottom: 1.9rem;
}

.expertiseBanner p {
  color: #020508;
}



.glow-circle{
  position: relative;
}

/* .sphere {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  box-shadow:
    0 0 50px 5px rgba(0, 0, 0, 0.5),
    inset 0 0 40px rgba(255, 255, 255, 0.5),
    inset 0 -20px 50px rgba(0, 0, 0, 0.2);
  z-index: 50;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  animation: float 6s ease-in-out infinite;
}

.sphere:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.sphere:hover .lava {
  filter: blur(20px);
}

.sphere:hover .lava::before,
.sphere:hover .lava::after {
  animation-duration: 3s;
} */

/* .sphere::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  box-shadow: 30px 0 0 rgba(255, 255, 255, 1);
  z-index: 60;
  animation:
    blink 4s infinite,
    lookAround 10s forward ease-in-out;
}

.sphere::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(255, 255, 255, 0.1);
  animation: glowPulse 2s ease-in-out infinite;
   Changed from 4s to 2s for more natural heartbeat rhythm 
} */

/* .lava {
  filter: blur(25px);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 190px;
  z-index: 10;
  opacity: 1;
  mix-blend-mode: screen;
  animation: colorShift 20s infinite linear;
}

.lava::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background:
    radial-gradient(circle at 30% 30%, #0094d3 0%, transparent 45%),
    radial-gradient(circle at 70% 30%, #00c3ff 0%, transparent 45%),
    radial-gradient(circle at 50% 60%, #0094d3 0%, transparent 45%),
    radial-gradient(circle at 80% 40%, #0094d3 0%, transparent 45%);
  filter: blur(8px);
  opacity: 1;
  mix-blend-mode: screen;
}

.lava::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background:
    radial-gradient(circle at 40% 40%, #0094d3 0%, transparent 35%),
    radial-gradient(circle at 60% 40%, #0094d3 0%, transparent 35%),
    radial-gradient(circle at 50% 70%, #0094d3 0%, transparent 35%),
    radial-gradient(circle at 70% 50%, #0094d3 0%, transparent 35%);
  filter: blur(12px);
  opacity: 1;
  mix-blend-mode: screen;
  animation: pulse 4s ease-in-out infinite alternate;
} */

/* Startup animations */
/* .sphere.startup {
  animation: startupSphere 2s ease-out;
  opacity: 0;
  animation-fill-mode: forwards;
}

.lava.startup {
  animation: startupLava 2s ease-out;
  opacity: 0;
  animation-fill-mode: forwards;
} */

/* .wave-container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  /* Increased width to accommodate more bars 
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  /* Reduced gap to fit more bars 
}

.wave {
  width: 2px;
  /* Thinner bars 
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  animation: wave 0.5s ease-in-out infinite;
  /* Faster animation 
  border-radius: 2px;
} */

/* .text-container {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 40;
}

.floating-text {
  color: rgba(255, 255, 255, 0.8);
  font-family: Arial, sans-serif;
  font-size: 1.8em;
  /* Increased from 1.2em 
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
} */

/* @keyframes textFade {

  0%,
  100% {
    opacity: 0;
  }

  10%,
  90% {
    opacity: 1;
  }
} */

/* Create 20 waves with different delays and heights */
/* @keyframes wave {

  0%,
  100% {
    height: calc(5px + (var(--i) * 2px));
    background: rgba(255, 255, 255, 0.2);
  }

  50% {
    height: calc(15px + (var(--i) * 3px));
    background: rgba(255, 255, 255, 0.8);
  }
} */

/* Individual wave animations */
/* .wave:nth-child(1) {
  --i: 1;
  animation-delay: -0.45s;
}

.wave:nth-child(2) {
  --i: 2;
  animation-delay: -0.4s;
}

.wave:nth-child(3) {
  --i: 3;
  animation-delay: -0.35s;
}

.wave:nth-child(4) {
  --i: 4;
  animation-delay: -0.3s;
}

.wave:nth-child(5) {
  --i: 5;
  animation-delay: -0.25s;
}

.wave:nth-child(6) {
  --i: 4;
  animation-delay: -0.2s;
}

.wave:nth-child(7) {
  --i: 3;
  animation-delay: -0.15s;
}

.wave:nth-child(8) {
  --i: 2;
  animation-delay: -0.1s;
}

.wave:nth-child(9) {
  --i: 1;
  animation-delay: -0.05s;
}

.wave:nth-child(10) {
  --i: 2;
  animation-delay: 0s;
}

.wave:nth-child(11) {
  --i: 3;
  animation-delay: -0.45s;
}

.wave:nth-child(12) {
  --i: 4;
  animation-delay: -0.4s;
}

.wave:nth-child(13) {
  --i: 5;
  animation-delay: -0.35s;
}

.wave:nth-child(14) {
  --i: 4;
  animation-delay: -0.3s;
}

.wave:nth-child(15) {
  --i: 3;
  animation-delay: -0.25s;
}

.wave:nth-child(16) {
  --i: 2;
  animation-delay: -0.2s;
}

.wave:nth-child(17) {
  --i: 1;
  animation-delay: -0.15s;
}

.wave:nth-child(18) {
  --i: 2;
  animation-delay: -0.1s;
}

.wave:nth-child(19) {
  --i: 3;
  animation-delay: -0.05s;
}

.wave:nth-child(20) {
  --i: 4;
  animation-delay: 0s;
} */


/* Optional: Add a gradient mask to fade the edges */
/* .wave-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0) 90%,
      transparent 100%);
  pointer-events: none;
}

@keyframes startupSphere {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    filter: brightness(0);
  }

  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(0.5);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: brightness(1);
    animation: float 6s ease-in-out infinite;
  }
}

@keyframes startupLava {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes blink {

  0%,
  96% {
    height: 30px;
  }

  98% {
    height: 3px;
  }

  100% {
    height: 30px;
  }
}

@keyframes lookAround {

  0%,
  40% {
    left: 47%;
    box-shadow: 30px 0 0 rgba(255, 255, 255, 1);
  }

  45% {
    left: 40%;
    box-shadow: 30px 0 0 rgba(255, 255, 255, 1);
  }

  55% {
    left: 40%;
    box-shadow: 30px 0 0 rgba(255, 255, 255, 1);
  }

  60% {
    left: 54%;
    box-shadow: 30px 0 0 rgba(255, 255, 255, 1);
  }

  70% {
    left: 54%;
    box-shadow: 30px 0 0 rgba(255, 255, 255, 1);
  }

  75% {
    left: 47%;
    box-shadow: 30px 0 0 rgba(255, 255, 255, 1);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-50%, calc(-50% - 10px));
  }
}

@keyframes colorShift {
  0% {
    filter: blur(25px) hue-rotate(0deg);
  }

  100% {
    filter: blur(25px) hue-rotate(360deg);
  }
}

@keyframes glowPulse {

  0%,
  100% {
    box-shadow: 0 0 60px rgba(255, 255, 255, 0.1);
  }

  45% {
    box-shadow: 0 0 80px rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 70px rgba(255, 255, 255, 0.15);
  }

  55% {
    box-shadow: 0 0 85px rgba(255, 255, 255, 0.2);
  }

  60% {
    box-shadow: 0 0 60px rgba(255, 255, 255, 0.1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.15);
    opacity: 1;
  }
} */

.below-circle{
  position: relative;
  height: 380px;
}

.below-circle .loader
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 350px;
    box-sizing: border-box;
}
.below-circle .loader:before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0%;
    height: 0%;
    border-radius: 50%;
    box-sizing: border-box;
    animation: animate 2s linear infinite;
}
.below-circle .loader:after
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    animation: animate 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate
{
    0%
    {
        width: 0;
        height: 0;
        border: 2px solid #0094d3;
        background-color: #0094d3;
        box-shadow: 0 0 50px #0094d3;
        opacity: 1;
    }
    70%
    {
        opacity: 1; 
    }
    100%
    {
        width: 100%;
        height: 100%;
        border: 2px solid #0094d3;
        box-shadow: 0 0 100px #0094d3;
        opacity: 0;
    }   
          
}

/*# sourceMappingURL=style.css.map */

.wave {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wave__container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.wave__circle {
	position: absolute;
	background-color: transparent;
	border: 10px solid #0094d3;
	border-radius: 50%;
	box-shadow: inset var(--shadowShift) var(--shadowShift) var(--shadowBlur) rgba(55 84 170 / 0.2), var(--shadowShift) var(--shadowShift) var(--shadowBlur) rgba(55 84 170 / 0.2), inset calc(var(--shadowShift) * -1) calc(var(--shadowShift) * -1) var(--shadowBlur) #0094d3, calc(var(--shadowShift) * -1) calc(var(--shadowShift) * -1) var(--shadowBlur) #0094d3;
	/* filter: blur(3px); */
	animation-name: ripple;
	animation-duration: 3s;
	animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
	animation-iteration-count: infinite;
}
.wave__container .wave__circle:nth-child(2) {
	animation-delay: -1s;
}
.wave__container .wave__circle:nth-child(3) {
	animation-delay: -2s;
}

@keyframes ripple {
  0% {
    top: 250px;
    left: 250px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}


.pulse-dot {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(0,153,255,1) 40%, rgba(0,153,255,0) 70%);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}


.sustain .glow-circle{
  height: 400px;
}
.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 150px;
  height: 150px;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 50%;
  background-color: #01a4e9;
  border: 1px solid #01a4e9;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0094d3;
  border: 1px solid #01a4e9;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.dot-container{
      position: absolute;
    left: 1%;
    top: 5%;
}
.shape-new{
  width: 100%;
  max-width: 150px;
  opacity: .5;
  /* animation: rotateCircles 15s linear infinite; */
  position: relative;
    animation-name: animate1;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}

.dot-container.right{
      position: absolute;
    left: unset;
    right: 2%;
    top: 5%;
}
.shape{
    position: relative;
    animation-name: animate1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    
}

@keyframes animate1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}