@import "tailwindcss";
@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&family=Tsukimi+Rounded&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-family: poppins; */
}
html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
#main {
  height: 100%;
  width: 100%;
  position: relative;
}
nav{
  height: auto;
  width: 100%;
  /* background-color: green; */
  padding: 0.5rem;
  display: flex;
  position: absolute;
  z-index: 111;
}
nav img {
  height: 3rem;
  width: 8rem;
  object-fit: cover;
}

.n1 {
  width: 30.5rem;
  height: 2.75rem;
  background-color: white;
  margin-left: 28rem;
  border-radius: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.n1 a{
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: black;
}
@media (width<450px) {
  nav {
    /* background-color: red; */
    justify-content: space-between;
  }
  nav img {
    height: 3.5rem;
    width: 8rem;
    object-fit: cover;
  }
  .n1 {
    display: none;
  }
}
@media (width<390px) {
  nav img {
    height: 3rem;
    width: 5rem;
    object-fit: cover;
  }
}
@media (width<450px) {
}

.client {
  width: 13.25rem;
  height: 2.75rem;
  border-radius: 2.4375rem;
  margin-left: 18rem;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color:yellow; */
  background-color: white;
}
.client button{
   height: 100%;
   width: 100%;
   background-color: transparent;
   /* border-radius: 50%; */
   border-radius: 2.4375rem;
   border: none;
}
.client:hover {
  background-color: #00aaf3;
}
@media (width<450px) {
  .client {
    /* width: 12.25rem;
    height: 2.75rem;
    font-size: 1.1rem;
    font-weight: 500;
    margin-left: -55rem; */
    display: none;
  }
}
.btn {
  width: 2.7rem;
  height: 2.5rem;
  margin-left: 1rem;
  padding: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
}
.btn img {
  height: 100%;
  width: 100%;
}

.i1 {
  display: block;
}
.i2 {
  display: none;
}
@media (width<450px) {
  .btn {
    width: 2.8rem;
    height: 2.8rem;
    padding: 0.6rem;
  }
}
.home {
  height: 100vh;
  width: 100%;
  /* background-color: red; */
  position: relative;
  display: flex;
  overflow: hidden;
}
#hometext {
  /* background-color: red; */
  height: auto;
  width: auto;
  position: absolute;
  top: 20%;
  left: 2%;
  font-size: 9.125rem;
  font-weight: 550;
  color: white;
  border-bottom: 1px solid white;
  line-height: 8.5rem;
  /* overflow: hidden; */
}
@media (width<450px) {
  #hometext {
    top: 15%;
    height: 15rem;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #hometext h1 {
    /* display: none; */
    font-size: 4rem;
    line-height: 1rem;
  }
  #hometext .line {
    /* display: none; */
    font-size: 4rem;
  }
  #hometext img {
    /* display: none; */
    height: 3rem;
    width: 3rem;
  }
}
@media (width<390px) {
  #hometext {
    top: 15%;
    height: 12rem;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* background-color: red; */
  }
  #hometext h1 {
    /* display: none; */
    font-size: 3rem;
    /* line-height: 0.5rem; */
  }
  #hometext .line {
    /* display: none; */
    font-size: 3rem;
  }
  #hometext img {
    /* display: none; */
    height: 2.5rem;
    width: 2.5rem;
  }
}
.rating {
  position: absolute;
  top: 90%;
  left: 5%;
  width: 10.0625rem;
  height: 1.6875rem;
  flex-shrink: 0;
  background-color: white;
  border-radius: 0.84375rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 0.8125rem;
}
.rating .rcircle {
  width: 1.1875rem;
  height: 1.1875rem;
  background-color: gray;
  border-radius: 50%;
}
@media (width<450px) {
  .rating {
    top: 55%;
  }
}
@media (width<390px) {
  .rating {
    top: 50%;
  }
}
/** form */

.form {
  width: 36rem;
  height: 52rem;
  background-color: white;
  position: fixed;
  left: 100%;
  padding: 2rem;
  transform: translateX(100%);
  transition: 0.5s all ease;
  z-index: 222;
}
.fcros {
  position: absolute;
  top: 2%;
  left: 95%;
  transform: translateX(-100%);
}
.form h1 {
  color: #000;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.form p {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 1rem;
}
.finput {
  height: auto;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f1,
.f2 {
  height: auto;
  width: 50%;
  /* background-color: red; */
}
.finput input {
  width: 15.5rem;
  height: 2.25rem;
  flex-shrink: 0;
  padding: 0 0.5rem;
  background-color: #f1f1f1;
}
.form textarea {
  width: 32.25rem;
  height: 22.4375rem;
  margin-top: 1rem;
  flex-shrink: 0;
  border-radius: 0.125rem;
  background: #f1f1f1;
}
#fbtn {
  display: inline-flex;
  padding: 0.4375rem 0.625rem 0.375rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border-radius: 2.625rem;
  background: #343434;
  color: #fff;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* .menu{
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 11;
  background-color: red;
  display: flex;
  justify-content: space-between;
  display: none;
} */
.menu1 {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #6749ff;
  /* margin-left: 20%; */
  padding: 2rem 0;
  z-index: 1;
  transition: 0.5s all ease;
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
  align-items: end;
  justify-content: center;
}
.menu2 {
  position: absolute;
  top: -100%;
  left: 20%;
  z-index: 1;
  height: 100%;
  width: 80%;
  /* margin-left: 20%; */
  padding: 5rem;
  background-color: #5836ff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  transition: 0.5s all ease;
}
.menu2 a {
  font-size: 5rem;
  font-weight: 500;
  color: white;
  transition: 0.5s;
}
.menu2 a:hover {
  transform: translateX(5rem);
}
@media (width<450px) {
  .menu1 {
    display: none;
  }
  .menu2 {
    height: 100vh;
    width: 100%;
    left: 0;
    padding: 1rem;
  }
  .menu2 a {
    font-size: 3rem;
    /* line-height: 7rem; */
    padding: 1rem;
  }
}
@media (width<390px) {
  .menu2 a {
    font-size: 3.5rem;
  }
}

.amtext {
  height: auto;
  width: 400%;
  /* background-color: red; */
  display: flex;
}
.amtext h1 {
  height: auto;
  width: 160rem;
  /* background-color: red; */
}
@media (width<450px) {
  .amtext {
    height: 8rem;
    width: 800%;
    /* background-color: red; */
    display: flex;
  }
  .amtext h1 {
    height: 100%;
    width: auto;
    font-size: 4rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    /* background-color: green; */
  }
}
@media (width<390px) {
  .amtext {
    height: 6rem;
  }
  .amtext h1 {
    font-size: 3.5rem;
    /* background-color: green; */
  }
}
.vodeiop {
  height: 10rem;
  width: 10rem;
  position: absolute;
}
.videop video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.playcon {
  position: absolute;
  top: 65%;
  left: 77%;
  width: 20.5rem;
  height: 13.3rem;
  /* background-color: black; */
}
.playcon .img1 {
  position: absolute;
  transform: translate(-50%, -50%);
  /* background-color: red; */
}
.playcon .img2 {
  position: absolute;
  height: 11rem;
  width: 11rem;
  transform: translate(-50%, -50%);
  /* background-color: red; */
}
.playcon video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5%;
}
@media (width<450px) {
  #htext {
    top: 60%;
    left: 5%;
    font-size: 1.5rem;
  }
  .playcon {
    top: 75%;
    left: 5%;
    width: 18.1875rem;
    height: 12.1875rem;
  }
  .playcon .img1 {
    height: 4rem;
    width: 4rem;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    /* background-color: red; */
  }
  .playcon .img2 {
    position: absolute;
    height: 6rem;
    width: 6rem;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    /* background-color: red; */
  }
}
@media (width<390px) {
  #htext {
    top: 55%;
    left: 3%;
    font-size: 1.2rem;
    /* background-color: red; */
  }
  .playcon {
    top: 70%;
    left: 5%;
    width: 15.1875rem;
    height: 10.1875rem;
  }
}

/* ^about us */
.about {
  height: 110vh;
  width: 100%;
  background-color: white;
  padding: 1rem 6rem;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
}
.about .abcon {
  height: auto;
  width: 100%;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap; /* Allow content to wrap on smaller screens */
}
.about .ab {
  height: auto;
  width: 50%;
}
.about p {
  font-size: 1rem;
}
.about h1 {
  font-size: 3.75rem;
  font-weight: 800;
}
#ab1 .abcircle {
  width: 11.875rem;
  height: 11.875rem;
  border-radius: 50%;
  background-color: #46b9ea;
}
#ab1 img {
  border-radius: 5%;
}
#ab1 {
  position: relative;
  display: flex;
  overflow: hidden;
}
#ab1 .abimg1 {
  height: 100%;
  width: 25rem;
}
#ab1 .abimg2 {
  position: absolute;
  top: 100%;
  left: 10%;
  transform: translateY(-100%);
  width: 18.125rem;
  height: 19.75rem;
}
#ab2 .ab2p p {
  font-size: 0.875rem;
  font-weight: 500;
}
#ab2 h1 {
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 0rem;
}
#ab2 .ab2p2 p {
  font-size: 1.25rem;
  font-weight: 400;
}
#ab2 .ab2p2 span {
  color: orange;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .about {
    padding: 0rem 2rem; /* Reduce padding on smaller screens */
  }
  .about .ab {
    width: 100%; /* Make elements stack on smaller screens */
  }
  #ab1 .abimg1 {
    width: 100%; /* Adjust image width for smaller screens */
  }
  .about h1 {
    font-size: 2.5rem; /* Adjust font sizes for smaller screens */
  }
}

@media screen and (max-width: 480px) {
  .about .abcon {
    gap: 1rem;
  }
  .about h1 {
    font-size: 2rem; /* Further adjust font sizes for very small screens */
  }
  .about p {
    font-size: 0.875rem; /* Reduce paragraph font size for very small screens */
  }
  #ab1 .abimg2 {
    position: absolute;
    top: 100%;
    left: 0%;
    transform: translateY(-100%);
    width: 15.125rem;
    height: 19.75rem;
  }
}

/* abhi work */

/* ====== General Styling ======= */
.services-section {
  height: auto;
  width: 100%;
  /* padding-left: 2%; */
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
  padding: 3.125rem 5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #111;
  position: relative;
}

/* ======= Left Content ======= */
.left-content {
  width: 55%;
}

.section-title {
  font-size: 0.875rem;
  color: #555;
  margin-bottom: 1.25rem;
}

.left-content h1 {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}

.left-content .italic {
  font-style: italic;
  font-weight: 400;
}

.stats {
  display: flex;
  gap: 3.125rem;
}

.stat h2 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.625rem;
}

.stat p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
}

/* ======= Right Content ======= */
.right-content {
  height: auto;
  width: 20%;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333;
  margin-left: 15rem;
  /* align-items: center; */
  /* background-color: aqua; */
}
.service1 {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  /* flex-direction: column; */
}

.learn-more {
  display: inline-block;
  margin-top: 1.25rem;
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
}

.learn-more:hover {
  text-decoration: underline;
}

/* ======= Marketing Section Styling ======= */
.marketing-section {
  margin-top: 5rem;
  text-align: center;
}

.marketing-section h2 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 60px;
}

.marketing-section .italic {
  font-style: italic;
}

/* ======= Marketing Steps ======= */
.marketing-steps {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.step {
  width: 22%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.step h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
  color: #555;
  line-height: 1.5;
}

.step h3 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}

.step p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
}
.step p:hover {
  color: rebeccapurple;
}
.step h3:hover {
  color: rebeccapurple;
}
.step span:hover {
  color: rebeccapurple;
}


#sel {
  width: 12rem;
  height: 2rem;
  background-color: white;
  color: rgb(7, 7, 7);
  display: none;
}

/* ============ Responsive for Mobile ============ */
@media (max-width: 480px) {
  .services-section {
    padding: 1.875rem 1.25rem;
  }
  .left-content h1 {
    /* background-color: #242b2f; */
    width: 15rem;
    margin-left: 7.5rem;
  }

  .left-content,
  .right-content {
    width: 100%;
  }

  .left-content h1 {
    font-size: 1.625rem;
  }

  .stats {
    flex-direction: row;
    gap: 1.25rem;
  }

  .stat h2 {
    font-size: 1.75rem;
  }

  .right-content {
    font-size: 0.8125rem;
  }

  .marketing-section h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: -15rem;
  }

  .marketing-steps {
    flex-direction: column;
    gap: 1.875rem;
  }

  .step {
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
  }

  .step h3 {
    font-size: 1rem;
  }

  .step p {
    font-size: 0.8125rem;
  }

  #sel {
    display: block;
  }
}
/* .n1 a:hover {
  transform: translateY(-1rem);
} */

.funnel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.funnel-stage {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.label {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  width: 30px;
  text-align: right;
}

.oval {
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
  border-top: none;
}

.stage-1 {
  width: 65.125rem;
  height: 10.5625rem;
  flex-shrink: 0;
  border-top: none;
  display: flex;
  position: relative;
  transition: 0.5s all ease;
}
.marketing-steps .step h3:hover > .seo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.seo,
.sem,
.market,
.con,
.Ad {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.stage-1:hover .seo,
.stage-1:hover .sem,
.stage-1:hover .market,
.stage-1:hover .con,
.stage-1:hover .Ad {
  opacity: 1;
  visibility: visible;
}
.stage-1:hover {
  border-color: #6040ff;
  width: 68rem;
  opacity: 1;
}
.icon {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  /* margin-top: 4%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon img {
  object-fit: contain;
  margin-top: 8%;
}
.seo {
  width: 3.8125rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 4rem;
  left: 20rem;
}
.icon2 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon2 img {
  object-fit: contain;
  margin-top: 8%;
}
.sem {
  width: 6.8125rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 4rem;
  left: 25rem;
}

.icon3 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  margin-left: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon3 img {
  object-fit: contain;
  margin-top: 10%;
}
.market {
  width: 12.8125rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 4rem;
  left: 35rem;
}
.icon4 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  /* margin-left:%; */
  /* justify-content: space-between; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon4 img {
  object-fit: contain;
  margin-top: 10%;
}
.con {
  width: 9.8125rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 6rem;
  left: 35rem;
}

.icon5 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon5 img {
  object-fit: contain;
  margin-top: 8%;
}
.Ad {
  width: 6.8125rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 7rem;
  left: 25rem;
}

.stage-2 {
  width: 52.625rem;
  height: 10.5625rem;
  flex-shrink: 0;
  border-top: none;
  position: relative;
  transition: 0.5s all ease;
}
.event,
.webinar,
.emailmark {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show them on hover */
.stage-2:hover .event,
.stage-2:hover .webinar,
.stage-2:hover .emailmark {
  opacity: 1;
  visibility: visible;
}
.stage-2:hover {
  width: 54rem;
  border-color: #6040ff;
  opacity: 1;
  /* transition: opacity 1s ease-in-out, visibility 2s ease-in-out; */
  /* transition-duration: 2s; */
}
.icon21 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon21 img {
  object-fit: contain;
  margin-top: 8%;
}
.event {
  width: 6.8125rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 5rem;
  left: 12rem;
}
.icon22 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon22 img {
  object-fit: contain;
  margin-top: 8%;
}
.webinar {
  width: 6.8125rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 5rem;
  left: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon23 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon23 img {
  object-fit: contain;
  margin-top: 8%;
}
.emailmark {
  width: 10.8125rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 5rem;
  left: 30rem;
}

.stage-3 {
  width: 39.875rem;
  height: 9.6875rem;
  flex-shrink: 0;
  border-top: none;
  position: relative;
  transition: 0.5s all ease;
}
.UI,
.design,
.prototyping,
.programing,
.case-study {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.stage-3:hover .UI,
.stage-3:hover .design,
.stage-3:hover .prototyping,
.stage-3:hover .programing,
.stage-3:hover .case-study {
  opacity: 1;
  visibility: visible;
}
.stage-3:hover {
  width: 43rem;
  border-color: #6040ff;
  opacity: 1;
  /* transition: opacity 1s ease-in-out, visibility 2s ease-in-out; */
  /* transition-duration: 2s; */
}

.icon31 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon31 img {
  object-fit: contain;
  margin-top: 8%;
}
.UI {
  width: 5.125rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 8rem;
}
.icon32 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon32 img {
  object-fit: contain;
  margin-top: 8%;
}
.design {
  width: 5.125rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 16.5rem;
}
.icon33 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon33 img {
  object-fit: contain;
  margin-top: 8%;
}
.prototyping {
  width: 7rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 25rem;
}
.icon34 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon34 img {
  object-fit: contain;
  margin-top: 8%;
}
.programing {
  width: 7.5625rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 6rem;
  left: 11rem;
}
.icon35 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon35 img {
  object-fit: contain;
  margin-top: 8%;
}
.case-study {
  width: 6.875rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 6rem;
  left: 20rem;
}
.stage-4 {
  width: 27.25rem;
  height: 7.3125rem;
  flex-shrink: 0;
  border-top: none;
  position: relative;
  transition: 0.5s all ease;
}
.icon41 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon41 img {
  object-fit: contain;
  margin-top: 8%;
}
.GH {
  width: 9.5rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 2rem;
  left: 4rem;
}
.icon42 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon42 img {
  object-fit: contain;
  margin-top: 8%;
}
.BP {
  width: 8.9rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 2rem;
  left: 15rem;
}
.icon43 {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon43 img {
  object-fit: contain;
  margin-top: 8%;
}
.maintains {
  width: 6.875rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  background: #6040ff;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 5rem;
  left: 10rem;
}
/* Hide GH, BP, and maintains initially */
.GH,
.BP,
.maintains {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.stage-4:hover .GH,
.stage-4:hover .BP,
.stage-4:hover .maintains {
  opacity: 1;
  visibility: visible;
  /* color:  #6040FF; */
}
.stage-4:hover {
  width: 31rem;
  border-color: #6040ff;
  opacity: 1;
  /* transition: opacity 1s , visibility 2s ease-in-out; */
}
.funnel-stage .oval > div {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

/* Show stage-1 items on hover of step-1 */
.marketing-wrapper .step:nth-child(1):hover ~ .funnel-container .stage-1 > div {
  opacity: 1;
  visibility: visible;
}

/* Show stage-2 items on hover of step-2 */
.marketing-wrapper .step:nth-child(2):hover ~ .funnel-container .stage-2 > div {
  opacity: 1;
  visibility: visible;
}

/* Show stage-3 items on hover of step-3 */
.marketing-wrapper .step:nth-child(3):hover ~ .funnel-container .stage-3 > div {
  opacity: 1;
  visibility: visible;
}
@media (width<450px) {
  .funnel-container{
    display: none;
  }
}
/* Show stage-4 items on hover of step-4 */
.marketing-wrapper .step:nth-child(4):hover ~ .funnel-container .stage-4 > div {
  opacity: 1;
  visibility: visible;
}

  /* .funnel-container {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } */


/* .form-container {

  display: flex;
  width: 32.5625rem;
  height: 40.6685rem;
  max-width: 93.03569rem;
  padding: 2.40344rem;
  flex-direction: column;
  align-items: center;
  gap: 0.62025rem;
  flex-shrink: 0; 
  border-radius: 1.16294rem;
border: 1.24px solid #A6C1EE;
background: linear-gradient(154deg, #8FCEFB -5.46%, #E2F2FE 71.37%, #FFF 97.91%);
} */

/* Show them on hover */

.smart {
  height: 58.3125rem;
  width: 100%;
  padding: 0 2rem;
  /* background: linear-gradient(180deg, #F3F3F3 6.86%, rgba(24, 54, 129, 0.00) 100%), linear-gradient(180deg, rgba(61, 197, 255, 0.00) 71.96%, rgba(0, 0, 0, 0.37) 90.4%, #020202 100%); */
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}
.stext h1 {
  color: #00aaf3;
}
.photocon {
  height: auto;
  width: auto;
  /* background-color: red; */
  display: flex;
}
.ph {
  width: 150rem;
  display: flex;
  justify-content: space-around;
  margin: 0 0 0 2rem;
  gap: 2rem;
  /* background-color: green; */
}
.ph img {
  height: 100%;
  width: 100%;
  border-radius: 1.4375rem;
  cursor: pointer;
}
#s1text {
  margin-top: 4rem;
  /* background-color: yellow; */
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s2text {
  height: auto;
  width: 100%;
  /* background-color: red; */
}
.s2text span {
  font-size: 2.6rem;
  font-weight: 500;
}
.s2text h1 {
  font-size: 1rem;
  font-weight: 500;
}
@media (width<450px) {
  .smart {
    height: auto;
    padding: 1.5rem 1rem;
  }
  .stext h1 {
    font-size: 2rem;
  }
  #s1text {
    flex-direction: column;
    margin: 1rem 0;
  }
  .s2text span {
    font-size: 1.3125rem;
    font-weight: 500;
  }
  .s2text h1 {
    font-size: 0.6875rem;
    font-weight: 500;
  }
}
.amber {
  height: 100.4375rem;
  width: 100%;
  /* background-color: red; */
  position: relative;
}
.amcon{
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.amber .amph{
  height: auto;
  width: 30%;
  z-index: -1;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
  /* background-color: red; */
}
.amber .amph img{
  height: 20rem;
  width: 20rem;
  object-fit: cover;
}
#ampimg{
  margin-left: 10rem;
}
.vid {
  position: absolute;
  top: 2rem;
  left: 4.5rem;
  height: 37rem;
  width: 17rem;
  z-index: -1;
  border-radius: 10%;
  /* position: relative; */
}
.vid video {
  height: 100%;
  width: 100%;
  background-color: yellow;
  object-fit: cover;
  border-radius: 10%;
}
.hand {
  /* display: none; */
  position: sticky;
  /* position: absolute; */
  top: 0;
  left: 50%;
  transform: translateX(-25%);
  width: 44.625rem;
  height: 50.875rem;
  flex-shrink: 0;
  z-index: 111;
  /* background-color: yellow; */
}
@media (width<450px) {
  .amber {
    height: 150.4375rem;
    width: 100%;
    /* background-color: red; */
    position: relative;
  }
  .amcon{
    flex-direction: column;
  }
  .amber .amph{
    height: 100%;
    width: 100%;
    z-index: -1;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    flex-direction: column;
    /* background-color: red; */
  }
  .amber .amph img{
    height: 20rem;
    width: 20rem;
    object-fit: cover;
  }
  #ampimg{
    margin-left: 0rem;
  }
  .hand {
    display: none;
    /* background-color: yellow; */
  }
  .vid {
    position: absolute;
    top: 2rem;
    left: 4.5rem;
    height: 37rem;
    width: 17rem;
    z-index: -1;
    border-radius: 10%;
    /* position: relative; */
  }
  .vid video {
    height: 100%;
    width: 100%;
    background-color: yellow;
    object-fit: cover;
    border-radius: 10%;
  }
  
}

/*^ footer */
.footer {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 3rem;
  overflow: hidden;
}
.footer #ftext{
  font-size: 2.8rem;
  font-size: 550;
  color: white;
}
.footer #fbar {
  height: 5.875rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.footer video {
  position: absolute;
  top: 0%;
  /* left: 10%; */
  /* transform: translate(-50%,-50%); */
  height: 100%;
  width: 100%;
  transform: rotate(90deg);
  transform: scale(4);
  z-index: -1;
  background-color: red;
}

.footer .fzoom h1 {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 7rem;
  font-weight: 700;
  /* background-color: red; */
  display: flex;
  justify-content: center;
}
.footer .ssbox{
  width: 100%;
  /* background-color: yellow; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: absolute;
  top:100%;
  transform: translateY(-200%);
}
.footer .ssbox .slink{
  /* background-color: red; */
  display: inline;
}
.footer .ssbox .slink i{
  font-size: 2rem;
  color:white;
}
.footer .ssbox .slink span{
  color:white;
  font-size: 2rem;
}
@media (width<450px) {
  .footer {
    height: 100vh;
    padding: 1rem 0rem;
    background-color: black;
  }
  .footer video{
    display: none;
  }
  .footer #fbar {
    height: 50vh;
    width: 100%;
    flex-direction: column;
    background-color: red;
    /* visibility: hidden; */
    display: none;
  }
  .footer .fzoom h1 {
    top: 50%;
    font-size: 3rem;
    text-align: center;
    /* background-color: red; */
  }
  .footer .ssbox{
    width: 100%;
    /* background-color: yellow; */
    padding: 1rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    position: absolute;
    top:100%;
    transform: translateY(-100%);
  }
  .footer .ssbox .slink i{
    font-size: 1.5rem;
    color:white;
  }
  .footer .ssbox .slink span{
    color:white;
    font-size: 1.5rem;
  }
}