@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  padding: 0px 0px !important;
  margin: 0px !important;
  font-family: Poppins, sans-serif !important;
  font-size: 14px !important;
  overflow-x: hidden !important;
}
#root{
  overflow-x: hidden !important;

}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px !important;
  padding: 0px !important;
}
 
.app-container {
  position: relative;
}

.rain-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 2;
  transition: opacity 2s ease; /* Transition for fade-out */
}
.about-glb model-viewer{
  width: 100% !important;
  height: 48vh !important;
  rotate: 315deg !important;
}
.how-glb model-viewer{
  width: 100% !important;
  height: 48vh !important;
  rotate: 44deg !important;
}
.rain-container.fade-out {
  opacity: 0;
}
@keyframes rotate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg); /* Reverse rotation */
  }
}

@keyframes rotate3 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(720deg); /* Double rotation */
  }
}

@keyframes rotate4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg); /* Half rotation */
  }
}

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

@keyframes rotate6 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-720deg); /* Reverse double rotation */
  }
}

.rotate-1 {
  animation: rotate1 9s linear infinite; /* 6 seconds for the full rotation */
}

.rotate-2 {
  animation: rotate2 9s linear infinite; /* Different duration and direction */
}

.rotate-3 {
  animation: rotate3 9s linear infinite; /* Different duration */
}

.rotate-4 {
  animation: rotate4 9s linear infinite; /* Different duration and rotation */
}

.rotate-5 {
  animation: rotate5 9s linear infinite; /* Same as rotate-1 */
}

.rotate-6 {
  animation: rotate6 9s linear infinite; /* Different duration and direction */
}

.landing-content {
  opacity: 0; /* Initially hidden */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 2s ease; /* Match this with rain fade-out */
}

.landing-content.fade-in {
  opacity: 1; /* Show after fade-out */
}



.splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensure logo is above raindrops */
}
.capsule {
  position: absolute;
  width: 30px; /* Adjust based on your image size */
  height: auto; /* Maintain aspect ratio */
  animation: fall   linear infinite; /* Keep animation linear */
  top: -50px; /* Start above the viewport */
}

@keyframes fall {
  to {
    transform: translateY(100vh); /* Fall to the bottom of the viewport */
  }
}
.just-animate{
  animation: bounce 8s ease-in-out infinite; 
}
.bee {
  position: fixed;
  top: 224px;
  left: 41%;
  transform: translate(-50%, -50%);
  transition: transform 2s ease, top 2s ease, left 2s ease;
  /* font-size: 77px; */
  max-width: 197px;
  width: fit-content;
  z-index: 14;
  rotate: 90deg;
}
.section {
  height: 100vh; /* Full viewport height for each section */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.outline-btn {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 58px;
  border: 1.5px #393b43 solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;

  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 30.6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.gradient-btn {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: linear-gradient(157deg, #ed0101 0%, #338cdf 100%);
  border-radius: 58px;
  border: 2px solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  color: white;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 30.6px;
  word-wrap: break-word;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.header ul li {
  display: inline-flex;
  padding: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  text-align: left;
  color: black !important;
}
.header ul li a{
color: black;
text-decoration: none;
transition: 0.6s all ease-in-out;
}
.mobile-canvas  li  {
  color: black !important;

}
.mobile-canvas  li a{
  color: black !important;
text-decoration: none !important;
transition: 0.6s all ease-in-out;
}
.mobile-canvas li a:hover{
  color: #EF4700 !important;
  }
.header ul li a:hover{
color: #EF4700 !important;
}
.main-hero {
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;

  background-image: url(/assets/images/hero-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero span {
  color: #ed0101;
  font-size: 60px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 72px;
  word-wrap: break-word;
}
.hero h1 {
  color: #4c4c4c;
  font-size: 60px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 72px;
  word-wrap: break-word;
}
.hero p {
  font-size: 24px;
  font-weight: 400;
  line-height: 40.8px;
  text-align: center;
  color: rgba(57, 59, 67, 0.6);
}
.about {
  position: relative;

  background-image: url(/assets/images/about-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.how {
  /* background-image: url(/assets/images/how.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; */
}
.f-bg {
  background-image: url(/assets/images/how-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}
.slide h2 {
  color: #4c4c4c;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  word-wrap: break-word;
}
.slide span {
  color: #0f49b5;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  word-wrap: break-word;
}
.slide button {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #c3fe78;
  /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08); */
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  border: none !important;
  color: #0B0B0C; font-size: 16px;   font-weight: 500; line-height: 24px; word-wrap: break-word;
}
.image-slide{


}
.slider-container .slide {
  padding: 0 10px; /* Space between slides */
  overflow: hidden;
}

.slider-container .slide-content {
  padding-right: 10px; /* Internal padding within each slide */
  background-color: #fff;
  border-radius: 8px; /* Optional: for styling */
}
.image-slide img{
  height: 300px;
  object-fit: contain;
  border-radius: 10px;
}
.slide p {
  color: #393b43;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  word-wrap: break-word;
}
.mobile-canvas {
  padding: 0px;
  margin: 0px;
}
.mobile-canvas li {
  list-style-type: none;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  text-align: left;
}
.intro {
  background-image: url(/assets/images/intro.svg);
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center;
  padding: 50px 0px;
}
.faq {
  background-image: url(/assets/images/Faq.svg);
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center;
 
}
.full {
}
.about h2 {
  color: #0b0b0c;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 40.8px;
  word-wrap: break-word;
}
.about p {
  color: #4c4c4c;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 30.6px;
  word-wrap: break-word;
}
.features p {
  text-align: center;
  color: #393b43;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
}
.features h2 {
  text-align: center;
  color: #4c4c4c;
  font-size: 72px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 86.4px;
  word-wrap: break-word;
}
.features .cards {
  background: white;
  border-radius: 16px;
  border: 1px rgba(11.15, 11.22, 11.83, 0.1) solid;
  padding: 40px;
  height: 100%;
}
.features .cards h3 {
  text-align: center;
  color: #0b0b0c;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 40.8px;
  word-wrap: break-word;
}
.features .cards p {
  text-align: center;
  color: #393b43;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 30.6px;
  word-wrap: break-word;
}
.features .accordion {
  --bs-accordion-btn-icon-transform: rotate(-90deg) !important;
}
.features .accordion-item {
  margin-top: -5px !important;
  border-radius: 17px !important;
  margin-bottom: 20px;
}
.cases-w{
  width: 440px;
  margin: auto;
  text-align: center;
  display: flex;
}
.features .accordion-body {
  color: #393b43 !important;
  font-size: 16px !important;
  font-family: Poppins;
  font-weight: 400 !important;
  line-height: 34px !important;
  word-wrap: break-word;
}
.features .accordion-button {
  background: #f8f8f9 !important;
  border-radius: 16px !important;
  border: 1px rgba(11.15, 11.22, 11.83, 0.1) solid !important;
  color: #4c4c4c !important;
  font-size: 22px !important;
  font-family: Poppins;
  font-weight: 400 !important;
  line-height: 39.2px !important;
  word-wrap: break-word;
  box-shadow: none !important;
  border: none !important;
}
.features .accordion-button::after {
  background-image: url(/assets/images/not-collapse.svg) !important;
  background-size: 2.3rem !important;
  width: 40px !important;
  height: 40px !important;
}
.features .accordion-button:not(.collapsed) {
  background-color: white !important;
  border: none !important;
}
.inner-faq .accordion-button {
  background: white !important;
  border-radius: 16px !important;
  color: #4c4c4c !important;
  font-size: 20px;

  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
  box-shadow: none !important;
  border: none !important;
}
.inner-faq .accordion-item {
  margin-bottom: 20px !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 16px !important;

  border: none;
}
.inner-faq .accordion-body {
  color: #0b0b0c;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  word-wrap: break-word;
}
.inner-faq .accordion {
  --bs-accordion-btn-icon-transform: rotate(45deg) !important;
}
.inner-faq .accordion-button::after {
  background-image: url(/assets/images/plus.svg) !important;
  background-size: 2.3rem !important;
  width: 40px !important;
  height: 40px !important;
}
.cards span {
  color: #5034fa;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30.6px;
  word-wrap: break-word;
}
.features h3 {
  text-align: center;
  color: #0b0b0c;
  font-size: 40px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 48px;
  word-wrap: break-word;
}
.token h2 {
  background: linear-gradient(to right, #ed0101, #338cdf);
  -webkit-background-clip: text;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 86.4px;
  word-wrap: break-word;
}
.token p {
}

.timeline {
  margin: auto;
}

.border {
  opacity: 0.1;
  border: 1px white solid;
  margin: 20px 0px !important;
}
.year {
  padding: 8px;

  border-radius: 73px;
  border: 2px solid #0f49b5;
  background-color: #0f49b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  width: fit-content;
  width: 200px;
  color: white;
}
.inner-year {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #0f49b5;
  border-radius: 44px;

  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  color: white;
  font-size: 16px;

  font-weight: 700;
  line-height: 36px;
  width: 185px;
}
.main-roads {
  background-image: url(/assets/images/left.svg), url(/assets/images/right.svg); /* Yahan do images add karen */
  background-repeat: no-repeat, no-repeat; /* Dono images ke liye repeat property */
  background-position: center right,center left; /* Yahan positions specify karen */
  background-attachment: fixed; /* Agar dono images ko fixed rakhna hai */
  background-size: 17%; /* Dono backgrounds ka size */
}
.main-road{
padding-top: 100px !important;
}
.roadmap p {
  color: #4c4c4c;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 40.8px;
  word-wrap: break-word;
}
.roadmap h2 {
  color: #4c4c4c;
  font-size: 72px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 86.4px;
  word-wrap: break-word;
}
.roadmap h3 {
  color: #d9d2e8;
  font-size: 20px !important;
  font-family: Hanken Grotesk;
  font-weight: 700;
  line-height: 36px;
  display: none;
}
.year1::after {
  content: "";
  height: 32%;
  width: 1px;
  background-color: #7d6cff;
  position: absolute;
  top: 71px;
}
.eco {
  min-height: 600px !important;
}
.year2::after {
  content: "";
  height: 32%;
  width: 1px;
  background-color: #7d6cff;
  position: absolute;
  top: 344px;
}

.timeline-item {
  margin-bottom: 400px !important;
  position: relative;
  justify-content: center;
}
.omni h1 {
  font-size: 48px;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 62.4px;
  background: linear-gradient(
    to right,
    white 0%,
    white 50%,
    #974bee 75%,
    #974bee 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.omni p {
  color: #acabb2;
  font-size: 20px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 36px;
}

.omni button {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #110f25;
  box-shadow: -2px 2px 4px rgba(63.43, 63.43, 63.43, 0.25) inset;
  border-radius: 32px;
  border: 1px #7d6cff solid;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  color: white;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 600;
  line-height: 28.8px;
}
.omni-card {
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 56px;
  padding-bottom: 56px;
  background: rgba(248, 249, 250, 0.05);
  border-radius: 16px;
  border: 1px rgba(248, 249, 250, 0.2) solid;
}
.omni-card h3 {
  color: #d9d2e8;
  font-size: 20px;
  font-family: Hanken Grotesk;
  font-weight: 700;
  line-height: 36px;
}
.omni-card p {
  color: #acabb2;
  font-size: 20px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 36px;
}
.omni-card li {
  color: white;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 600;
  line-height: 28.8px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.timeline::before {
  content: "";
  background-color: #a8a8a8;
  position: absolute;
  border: 1px solid #a8a8a8;
  height: 120%;
  top: 0px;
  left: 50%;
  z-index: -1;
}
.marker {
  position: absolute;
  left: 93px;
  top: 170px;
  width: 15.31px;
  height: 15.31px;
  background: #393b43;
  box-shadow: 0px 0px 17px rgba(243.23, 229.6, 253.94, 0.69);
  border-radius: 9999px;
}
/* .marker::after {
  border: 1px dashed #826aff;
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -12px;
  left: -12px;
}
.marker::before {
  border: 1px dashed #826aff;
  content: "";
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -22px;
  left: -22px;
} */
.connector {
  position: relative;
}

.content {
  max-width: 550px;
 
  position: absolute;
  top: 160px;
  left: 57%;
}
.content-right {
  max-width: 550px;
  position: absolute;
  top: 160px;
  left: 18%;
  text-align: end;
}
.timeline {
  position: relative;
}
.content-right li {
  direction: rtl; /* Right-to-left direction */
  text-align: right;
}
.inner-faq {
  background-color: white;
  border-radius: 7px;
  padding: 60px;
}
.inner-faq h2 {
  text-align: center;
  color: #4c4c4c;
  font-size: 52px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 86.4px;
  word-wrap: break-word;
}
.inner-faq p {
  text-align: center;
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
  text-wrap: balance;
}
.footer {
  background-image: url(/assets/images/footer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 100px 0px;
}
.footer h2 {
  text-align: center;
  color: white;
  font-size: 72px;
  font-weight: 500;
  line-height: 86.4px;
  word-wrap: break-word;
}
.footer p {
  opacity: 0.7;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
}
.footer ul {
  padding: 0px !important;
  margin: 0px !important;
}
.footer ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  word-wrap: break-word;
  list-style-type: none;
  color: white;
}
.footer a {
  color: white;
  text-decoration: none !important;
}
.footer .bootom p {
  opacity: 0.6;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  word-wrap: break-word;
}
.contact {
  position: absolute;
  top: 53%;
  position: absolute;
  
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.inner-contact {
  background: white;
  border-radius: 16px;
  border: 1px rgba(11.15, 11.22, 11.83, 0.1) solid;
  max-width: 45%;
  padding: 50px;
  margin: auto;
}
.contact h2 {
  text-align: center;
  color: #4c4c4c;
  font-size: 72px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 86.4px;
  word-wrap: break-word;
}
.contact p {
  text-align: center;
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
}
.contact label {
  color: #0b0b0c;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  word-wrap: break-word;
}

@keyframes scrollanimi {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.scroll-container {
  overflow: hidden; /* Hide overflow to prevent scrollbars */
  white-space: nowrap; /* Prevent line breaks */
  width: 100%; /* Full width of the container */
}

.scroll-content {
  display: flex; /* Flex layout for child items */
  animation: scrollanimi 35s linear infinite; /* Animation for scrolling */
}

.scroll-content img {
  margin: 0; /* Remove default margins */
  padding: 0; /* Remove default paddings */
  display: block; /* Ensures images don’t have extra spacing */
  width: auto; /* Keep original width or set a specific width */
  height: auto; /* Keep original height or set a specific height */
}

/* Keyframes for scrolling animation */
@keyframes scrollanimi {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Adjust to match the total width of content */
  }
}
@media only screen and (max-width: 1207px) {
  .flip-card {
    width: 100%;
  }
  .flip-card-back {
    height: 340px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-right {
    left: 5%;
  }
  .main-roads {
    background-attachment: scroll !important; /* 1199px se neeche fixed effect remove */
    background-position: top right , top left !important; /* 20% top se position */
  }
}
@media only screen and (min-width: 1161px) {
  .mobile-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 1160px) {
  .nav-cus {
    display: none;
  }
  .mobile-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 1154px) {
  .how-card {
    min-height: 576px;
  }
  .eco {
    min-height: 576px !important;
  }
}
@media only screen and (max-width: 991px) {
  .content-right {
    left: 0%;
  }
  .team-card {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .main-hero {
    height: 100% !important;
  }
  .how-card {
    min-height: auto;
  }
  .eco {
    min-height: auto !important;
  }
  .container {
    padding: 0px 30px !important;
  }
  .header-content h1 {
    font-size: 50px;
    line-height: 66px;
  }
  .main-why {
    width: 100%;
  }

  .how-card h3 {
    font-size: 30px;
  }
  .how-card {
    margin-bottom: 20px;
  }
  .chart {
    width: 100%;
  }
  .flip-card {
    width: 300px;
  }
  .flip-card-back {
    height: 387px;
  }
  
  .inner-contact {
    max-width: 95% !important;
  }
  .contact {
    position: absolute;
    top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .content-right {
    position: absolute;
    top: 160px;
    left: 57%;
  }
  .content-right li {
    direction: ltr;
    text-align: start;
  }
  .timeline-item {
    justify-content: start;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .timeline::before {
    left: 100px;
  }
  .hero span {
    font-size: 40px;
    line-height: 50px;
  }
  .features h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .features .accordion-button {
    font-size: 20px !important;
  }
  .roadmap h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .footer h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .contact h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .faq h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .inner-contact {
    max-width: 95% !important;
  }
  .contact {
    position: absolute;
    top: 40%;
  }
  

  .left {
    width: 30%;
  }
  .right {
    width: 30%;
  }
  .inner-year {
    font-size: 14px;
  }

  .team-card {
    justify-content: center;
    display: flex;
  }
  .header-btn {
    flex-wrap: wrap;
  }
  .year1::after {
    height: 30%;
  }
  .year2::after {
    content: "";
    height: 30%;
    width: 1px;
    background-color: #7d6cff;
    position: absolute;
    top: 347px;
  }
  .slide h2 {
    color: #4c4c4c;
    font-size: 25px;
    
    line-height: 36px;}
  .omni h1 {
    font-size: 38px;
  }
  .omni br {
    display: none;
  }
}
@media only screen and (max-width: 643px) {
  .timeline {
    width: 100%;
  }
  .year1::after {
    height: 32%;
  }
  .year2::after {
    content: "";
    height: 32%;
  }
  .omni-card {
    padding: 35px 25px;
  }
  .header-btn{
    flex-wrap: wrap ;

  }
  .header-btn button{
    width: 100%;
  }
}
@media only screen and (max-width: 434px) {
  .contact {
    position: absolute;
    top: 35%;
}

.inner-faq {
  padding: 30px;
}
  .inner-faq .accordion-button {

    font-size: 14px;

    line-height: 26px;

}
.inner-faq .accordion-body {
  font-size: 13px;

}
.inner-faq p {

  font-size: 14px;
 
  line-height: 23px;

}
.roadmap p {
  color: #4c4c4c;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .container{
    padding: 0px 20px !important;
  }
  .features .accordion-button {
      font-size: 14px !important;
      line-height: 25.2px !important;
  }
}
  .omni button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .team-card {
    justify-content: center;
    display: flex;
  }
  .year1::after {
    height: 31%;
  }
  .year2::after {
    content: "";
    height: 31%;
  }
  .header-btn {
    flex-wrap: wrap;
  }
  .header-btn button {
    width: 100%;
  }
  .header-btn a {
    width: 100%;
  }
  .input-groups {
    flex-wrap: wrap;
    width: 100%;
  }
  .cases-w{
    width: 100%;
   
  }
}
@media only screen and (max-width: 440px) {
  .content {
    max-width: 350px;
    position: absolute;
    top: 160px;
    left: 43%;
  }
  .content-right {
    max-width: 350px;
    position: absolute;
    top: 160px;
    left: 43%;
  }
  .animate-2 {
  
    right: 14px !important;
    bottom: 141px !important;
}
.animate-5 {
 
  left: 27px !important;
  bottom: 161px !important;
}
.animate-1 {
 
  left: 250px !important;
  top: 241px !important;
}
.animate-4 {
 
  top: 200px !important;
  right: 347px !important;
   
}
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Adjust the value for height of bounce */
  }
}

.animate-1 {
  animation: bounce 6s ease-in-out infinite; /* Adjust duration and easing as needed */
  position: absolute;
  left: 300px;
  top: 300px;
}
.animate-4{
  position: absolute;
  top: 200px;
  right: 300px;
  animation: bounce 6s ease-in-out infinite;
}
.animate-5 {
  animation: bounce 6s ease-in-out infinite;
  position: absolute;
  left: 150px;
  bottom: 50px;
}
@keyframes slide {
  0%,
  100% {
    transform: translateX(-100%); /* Start off-screen to the left */
  }

  50% {
    transform: translateX(100%); /* End off-screen to the right */
  }
}

.animate-2 {
  animation: bounce 6s ease-in-out infinite; /* Adjust duration and easing as needed */
  position: absolute;
  right: 200px;
  bottom: 50px;
}
@keyframes slides {
  0%,
  100% {
    transform: translateX(-100%); /* Start off-screen to the left */
  }

  50% {
    transform: translateX(100%); /* End off-screen to the right */
  }
}

.animate-3 {
  animation: bounce 6s ease-in-out infinite; /* Adjust duration and easing as needed */
  position: absolute;
  left: 500px;
  bottom: 50px;
}
