@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

body {
  margin: 0;
  padding: 0;
  background: black;
  color: white;
  font-family: "Sora", sans-serif;
  overflow-x: hidden;
}

ul.navbar-nav.mx-auto {
  gap: 30px;
}

#hidebutton{
  display: none;
}

.warning {
  color: #ff7700;
}

.warning20 {
  color: #ff7700;
  font-size: 20px;
  font-weight: 400;
}

.font-20 {
  font-size: 16px;
  color: #8f8f8f;
  font-weight: 400;
}

.font-11 {
  font-size: 11px;
  color: #919191;

}

.font-17 {
  font-size: 17px;
  color: #8f8f8f;
  font-weight: 600;
}

.font-30 {
  font-size: 30px;
  font-weight: 600;
}

.font-73 {
  font-size: 48px;
}

.mb-73 {
  margin-bottom: 82px;
}

.btn-warning {
  background: radial-gradient(89.23% 324.18% at 94.61% 66.67%,
      #ffffff 0%,
      #ed8610 100%);
  border: none;
  font-size: 18px;
}

.btn-outline-light {
  border: 1.5px solid;
  border-radius: 11px;
  border-image-source: radial-gradient(89.23% 324.18% at 94.61% 66.67%,
      #ffffff 0%,
      #ed8610 100%);
  border-image-slice: 1;
}

.btn-orange {
  padding: 8px 20px;
  background-color: #f7931e;
  backdrop-filter: blur(57.5px);
  color: white;
}

.btn-outline-orange {
  border: 1px solid #f7931e;
  color: #f7931e;
}

.highlight {
  color: #f7931e;
}

.hero-section {
  padding: 80px 0;
}

.dot {
  color: rgba(255, 124, 0, 1);


}


.main-section {
  background-image: url(../images/main_bg.png);
  height: 890px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.logo-section {
  background: linear-gradient(90deg, #ec6f01 0%, #f17321 100%);
}

.border-left {
  border-left: 2px solid #ff7700;
  padding-left: 50px;
  color: #8f8f8f;
}

.contact-section {
  padding: 60px 0;
  background-image: url("../images/contact_bg.png");
}

.form-container {
  background-color: #ec6b06;
  padding: 30px;
  border-radius: 15px;
}

.form-control::placeholder {
  color: #00000049;
}

.btn {
  margin-bottom: 3px;
}

.btn-custom {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 11px;
}

.btn-custom:hover {
  background-color: #fff;
  color: #000;
}

.small-text {
  color: #aaa;
  font-size: 0.9rem;
}

.form-control {
  background-color: transparent !important;
  border: 2.21px solid #000000 !important;
  color: #000000 !important;
}

.bottonspace {
  margin-bottom: 20px;
}

.foot-logo {
  max-width: 250px;
}

.serviceimg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../images/serviceful.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;

}


.gradient-border-btn {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 20px;
  color: #ffffff;
  background: transparent;
  border: none;
  border-radius: 11px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  z-index: 1;
  transition: all 0.3s ease;
}

.gradient-border-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  /* Border thickness */
  border-radius: 11px;
  background: linear-gradient(90deg, #f7931e, #f7e3c0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.gradient-border-btn:hover {
  color: #0d0d0d;
  background: linear-gradient(90deg, #f7931e, #f7e3c0);
}

.gradient-border-btn:hover .arrow-icon {
  color: #0d0d0d;
}

.app-ideas-section {
  padding: 0px 20px;
  background-image: url("../images/Frame_1.png");
  height: 772px;
  width: 668px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.app-ideas-section.section2 {
  background-image: url("../images/Frame_2.png");
}

.container-choose.section2 {
  right: 482px;
  top: 259px;
}

.title.section2 {
  color: white !important;
}

.navbar.black-bg {
  background-color: black;
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.left {
  flex: 1 1 300px;
  margin-top: 60px;
}

.left h1 {
  font-size: 58px !important;
  font-weight: 600;
  margin-bottom: 250px;
  padding-left: 20px;
}

.section2 .left h1 {
  bottom: 0px;
}

.left h1 span {
  color: #EC7C0A;
}

.features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: none;
}

.features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;


  background-color: orange;
  border-radius: 50%;
  box-shadow: 0 0 10px orange, 0 0 20px orange;
}



.center {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 20px 0;
}

.right {
  flex: 1 1 300px;
  padding: 20px;
}

.stats {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.stat-box {
  background: linear-gradient(302.22deg,
      rgba(61, 61, 61, 0.35) 2.1%,
      rgba(255, 198, 147, 0.35) 91.68%);
  border: 1px solid #c9a792;
  border: 1px solid #c9a792;
  padding: 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: relative;
  left: 194px;
  top: 258px;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 30px;
  gap: 35px;
}

.circle>div:nth-child(1) {
  text-align: center;
  width: 83px;
  height: 83px;
  background: linear-gradient(136.22deg,
      #ffac12 8.06%,
      #ed8610 40.54%,
      #ed8610 66.22%,
      #ec6f01 85.41%,
      #eb7200 95.93%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 28px;
}

.text {
  display: flex;
  text-align: center;
  gap: 50px;
  line-height: 20px;
}

.text p {
  font-size: 16px;
}

.text span {
  font-size: 47px;
  font-weight: 500;
}

.description {
  position: absolute;
  bottom: 179px;
  font-size: 20px;
  margin-left: 220px;
}

.buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  position: absolute;
  bottom: 125px;
  font-size: 20px;
  margin-left: 220px;
}

.build-btn,
.see-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.build-btn {
  background: #ffa500;
  color: #000;
}

.build-btn:hover {
  background: #ff8800;
}

.see-btn {
  background: transparent;
  border: 2px solid #ffa500;
  color: #ffa500;
}

.see-btn:hover {
  background: #ffa500;
  color: #000;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  top: 120px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  display: none;
}

.slide.active {
  display: block;
}

.container-choose {
  background: linear-gradient(302.22deg,
      rgba(61, 61, 61, 0.35) 2.1%,
      rgba(255, 198, 147, 0.35) 91.68%);
  padding: 8px 12px;
  border-radius: 7px;
  width: 250px;
  color: #fff;
  position: relative;
  right: 500px;
  top: 100px;
}

.container-choose .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.container-choose .button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 12px;
  border: none;
  border-radius: 30px;
  font-size: 10px;
  cursor: pointer;
  background: #2b1b0f;
  text-align: left;
  color: #fff;
  transition: background 0.3s;
  font-size: 14px;
}

.container-choose .button.active {
  background: linear-gradient(to right, #ff8800, #ff5500);
}

.container-choose .button:hover {
  opacity: 0.9;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.navbar.sticky {
  background-color: black;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.menu {
  display: flex;
  gap: 25px;
}

.menu a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.menu a:hover {
  color: #f0a500;
}
.btnctc{
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-btn button {
  padding: 10px 24px;
  border: none;
  border-radius: 11px;
  font-size: 18px;
  background: radial-gradient(
    89.23% 324.18% at 94.61% 66.67%,
    #ffffff 0%,
    #ed8610 100%
  );
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 1;

  /* Initial box-shadow ring */
  box-shadow: 0 0 0 0 #ed8610;

  /* Animation */
  animation: pulsingRing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulsingRing {
  0% {
    box-shadow: 0 0 0 0 rgba(237, 134, 16, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(237, 134, 16, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(237, 134, 16, 0);
  }
}

.nav-btn button:hover {
  background: radial-gradient(
    89.23% 324.18% at 94.61% 66.67%,
    #ed8610 0%,
    #ffffff 100%
  );
}

/* Responsive */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  height: 3px;
  width: 25px;
  background: white;
  margin: 4px 0;
  transition: 0.3s;
}

.homesliderimg {
  display: none;
}

.navbar img {
  height: 58px;
  width: auto;
}

.mobile-app-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  max-width: 768px;
  margin: auto;
  gap: 20px;
}

.app-image {
  display: flex;
  justify-content: center;
}

.app-image img {
  height: 472px;
  width: auto;
}

.text-section {
  text-align: center;
}

.text-section h2 {
  font-size: 36px;
  color: white;
  margin: 0;
  font-weight: 600;
  line-height: 46px;
}

.text-section h2 span {
  color: orange;
}

.text-section p {
  color: #ccc;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 30px;
}

.features {
  display: flex;
  flex-direction: column;

  gap: 8px;
  font-size: 14px;
  color: #ccc;
}

.action-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.action-buttons button {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.action-buttons .build-btn {
  background-color: orange;
  color: black;
  border: none;
}

.action-buttons .work-btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.logo-slider {
  background: #f97316;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.logo-track img {
  height: 60px;
  margin: 0 40px;
  filter: brightness(0) invert(1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.featuresmobile {
  display: flex;
  gap: 16px;
  color: white;
  font-size: 8px;
  color: hsla(0, 0%, 100%, 0.384);
  margin-bottom: 20px;
  justify-content: center;
}

.featuresmobile div {
  position: relative;
  padding-left: 20px;
}

.featuresmobile div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: orange;
  box-shadow: 0 0 10px orange, 0 0 20px orange;

  border-radius: 50%;
}

.portfolio {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 792px;
  background: linear-gradient(130.78deg, #FF7C00 46.2%, #994A00 106%);

}

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.card-list .card-item {
  height: auto;
  color: black;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.5);

}
.card-item{
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3); 
}
.card-list .card-item .user-image {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  padding: 4px;
}

.details {
  text-align: center;
  padding: 10px;
}

.appname {
  color: #ff7700;
  font-weight: 600;
  font-size: 29px;

  text-align: center;
  text-transform: capitalize;
}

.portdesc {
  font-size: 17px;
  color: #968f8f;
  font-weight: 400;
  margin: 14px 0 16px;
}

.portfolio-tech {
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
}

.portfolio-btn {
  background: radial-gradient(89.23% 324.18% at 94.61% 66.67%,
      #ffffff 0%,
      #ed8610 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 13px;
  border: none;
  border-radius: 11px;
  margin: 20px;
}

.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: -55px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

.footer-terms{
      display: flex !important;
        justify-content: space-between !important;
  }
   

@media (max-width: 769px) {
  .main-section {
    background-image: url(../images/main-bgmobile.png);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 1000px !important;
  }

  .mb-73 {
    margin-bottom: 35px;
  }

  .navbar {
    padding: 15px 20px;
  }

  .navbar img {
    height: 50px;
    width: auto;
  }

  .homesliderimg {
    display: block;
  }

  .buttons {
    width: 100%;
    /* left: 0; */
    justify-content: center;
    bottom: 54px;
  }

  .app-ideas-section {
    background-image: none;
  }

  .app-ideas-section.section2 {
    background-image: url("../images/Frame_2.png");
  }


 

  .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stat-box,
  .container-choose {
    display: none;
  }

  .description {
    left: 0;
    width: 100%;
  }

  .buttons {
    width: 100%;
    left: 0;
    justify-content: center;
  }

  .slide.active {
    display: none;
  }

  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }

  .logo-track img {
    height: 40px;
    margin: 0 20px;
  }

  .logo-track {
    animation-duration: 40s;
  }

  .portfolio {
    min-height: 590px;
  }

  .appname {
    font-size: 20px !important;
  }

  .portdesc {
    font-size: 12px !important;
    margin: 9px 0 7px !important;
  }

  .portfolio-btn {
    font-size: 9.85px;
    padding: 8px 9px;
  }

  .portfolio-tech {
    font-size: 13px !important;
  }
}

/* Hide desktop version if present */
@media (min-width: 769px) {
  .mobile-app-section {
    display: none;
  }
}

@media (max-width: 459px) {
  .portfolio {
    min-height: 580px;
  }
      .nav-btn button {
        padding: 10px 5px;
        border: none;
        border-radius: 11px;
        font-size: 12px;
    }

  .appname {
    font-size: 20px !important;
  }

  .portdesc {
    font-size: 12px !important;
    margin: 9px 0 7px !important;
  }

  .portfolio-btn {
    font-size: 9.85px;
    padding: 8px 9px;
  }

  .portfolio-tech {
    font-size: 13px !important;
  }

  .slider {
    top: 80px;
  }

  .featuresmobile {
    gap: 2px !important;
  }

  .main-section {
    height: 710px !important;
  }

  .features {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .mobile-app-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    max-width: 761px;
    margin: auto;
    gap: 10px;
  }

  .app-image img {
    height: 252px;
    width: auto;
    margin-top: 30px;
  }

  .text-section h2 {
    font-size: 30px;
    color: white;
    margin: 0;
    font-weight: 600;
    line-height: 42px;
  }

  .text-section p {
    color: #ccc;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 5px;
  }

  .action-buttons button {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 11px;
    cursor: pointer;
  }

  .testmonial {
    height: 1350px !important;
  }
  .review-content p{
    font-size: 10px !important;
    font-weight: 600 !important;
    margin: 0px 0 7px !important;
    
  }
    .footer-terms{
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
          gap: 10px;
  }
    .footer-policy{
      display: flex !important;
      flex-direction: column !important;
        text-align: center;
        gap: 10px;
  }
}

/* Responsive */

@media (max-width: 1440px) {

  .description {
    font-size: 14px;
    margin-left: 150px;
  }

  .buttons {
    font-size: 12px;
    margin-left: 150px;
  }

  .container-choose .button {
    font-size: 10px;
  }

  .text p,
  .container-choose .title {
    font-size: 12px;
  }

  .circle h3 {
    font-size: 14px;
  }

  .text span {
    font-size: 25px;
  }

  .stat-box {
    gap: 0;
  }

  .circle {
    gap: 12px;
  }

  .text {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .left h1 {
    font-size: 24px;
  }

  .description,
  .buttons {
    margin-left: 0;
  }

  .container-choose {
    right: 330px;
    top: 0;
    width: 160px;
  }

  .stat-box {
    left: 100px;
    top: 140px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {


  .portfolio {
    min-height: 600px;
  }

  .appname {
    font-size: 18px !important;
  }

  .portdesc {
    font-size: 12px !important;
    margin: 9px 0 7px !important;
  }

  .portfolio-btn {
    font-size: 9.85px;
    padding: 8px 9px;
  }

  .portfolio-tech {
    font-size: 13px !important;
  }

  .font-73 {
    font-size: 38px;
  }

  .menu {
    gap: 10px;
  }

  .font-20 {
    font-size: 16px;
  }

  .bottonspace {
    margin-bottom: 40px !important;
  }

  .border-left {
    border-left: 2px solid #ff7700;
    padding-left: 20px;
    color: #8f8f8f;
  }
  .testimonialcontent{
    gap: 50px !important;
  }
  .testimonialdesc p {
    font-size: 16px !important;
  }

  .profile .img img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 50%;
    padding: 5px;

  }

.testmonial{
  height: 1200px !important;
}
  .reviewname {
    font-size: 25px !important;
  }
}


@media (min-width: 0px) and (max-width: 1139px) {
  .menu {
    display: none;
    flex-direction: column;
    align-items: center;
    background: black;
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    padding: 20px;
  }

  .menu a {
    font-size: 15px;
  }
  
  .menu.show {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }
  
  #hidebutton{
    display: block;
  }
  
}



@media only screen and (max-width: 768px) {
  .font-73 {
    font-size: 34px;
  }

  .font-20 {
    font-size: 15px;
  }

  .warning20 {
    font-style: 15px;
  }

  .font-30 {
    font-size: 20px;
  }

  .bottonspace {
    margin-bottom: 40px !important;
  }

  .border-left {
    border-left: 2px solid #ff7700;
    padding-left: 20px;
    color: #8f8f8f;
  }

  .foot-logo {
    max-width: 150px;
  }

  .testhead {
    margin-bottom: 30px !important;
  }

  .testmonial {
    height: 1200px;
  }

  .testimonialcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px !important;
  }

  .review {
    height: 300px !important;
    width: auto !important;
  }

  .reviewimage {
    height: 400px !important;
    margin-left: 0px !important;

  }

  .card {
    margin: 0px 20px;
    max-width: 500px;
  }

  .testimonialdesc p {
    font-size: 16px !important;
  }

  .profile .img img {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
    padding: 5px;

  }
  
  .reviewname {
    font-size: 20px !important;
  }
}












.testimonialcontent {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.testmonial {
  background-image: url(../images/main_bg.png);
  padding: 90px 0px 40px 0px;
}

.testhead {
  margin-bottom: 127px;
}

.review {
  height: 888px;
  width: 580px;
}

.star {
  text-align: left !important;
}

.reviewimage {
  max-height: 800px;
}

.reviewcontent {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  justify-content: center;
  text-align: left;
}

.cards {
  display: grid;
  place-items: center;
  min-height: 380px;
 
}

.outer {
  display: flex;
  align-self: center;
  justify-self: center;
  justify-content: center;
}

.cards .card {
  background: #fff;
  height: auto;
  padding: 30px;
  max-width: 656px;
  border-radius: 26px;
  position: absolute;
  pointer-events: none;

  opacity: 0;
  animation: animate 15s infinite linear;
  animation-delay: calc(3s * var(--delay));
}

.profile,
.header {
  display: flex;
}

.header {
  justify-content: space-between;
}

.profile {
  margin-bottom: 0.5rem;
}

.testimonialdesc p {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  font-family: "Sora", sans-serif;
}

.profile .img img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  padding: 5px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.178);
}



.profile .details {
  margin-left: 10px;
}

.reviewname {
  font-size: 44px;
}

.op-star {
  color: #28223f;
  font-size: 1.1rem;
}

.outer:hover .card {
  animation-play-state: paused;
}

.cards .card:last-child {
  animation-delay: calc(-3s * var(--delay));
}

@keyframes animate {
  0% {
    opacity: 0;
    z-index: 0;
    transform: translateY(50%) scale(0.5);
  }

  5%,
  20% {
    opacity: 0.4;
    z-index: 0;
    transform: translateY(50%) scale(0.8);
  }

  25%,
  40% {
    opacity: 1;
    pointer-events: all;
    z-index: 5;
    transform: translateY(0%) scale(1);
  }

  45%,
  60% {
    opacity: 0.4;
    z-index: 0;
    transform: translateY(-50%) scale(0.8);
  }

  65%,
  100% {
    opacity: 0;
    z-index: 0;
    transform: translateY(-50%) scale(0.5);
  }
}






a {
  text-decoration: none;
}

/* Common floating button styles */
.floating_btn {
  position: fixed;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Positioning */
.floating_btn.whatsapp {
  bottom: 125px;
  right: 5px;
}

.floating_btn.call {
  bottom: 30px;
  right: 5px;
}

/* Icon container */
.contact_icon {
  background-color: #42db87;  /* WhatsApp green */
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px #999;
  animation: pulsing 1.45s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 #ff7700;
  transition: all 300ms ease-in-out;
}

/* Different background color for Call icon */
.call_icon {
  background-color: #4287f5; /* Blue */
}

/* Text below icon */
.text_icon {
  margin-top: 8px;
  color: white;
  font-size: 13px;
}

/* Pulsing animation */
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 15px rgba(66, 219, 135, 0);
  }
}



.review-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background-color: #000;
  max-height: 800px;
}

.review-card img {
  width: 100%;
  display: block;
}

.review-content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: white;
  padding: 20px;
  width: 100%;
}

.review-content p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.4;
}

.stars {
  color: #ff9900;
  font-size: 18px;
}

.play-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-button::before {
  content: '▶';
  font-size: 20px;
  color: white;
  margin-left: 2px;
}

.playing .play-button::before {
  content: '❚❚';
  margin-left: 0;
}





















.home-hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 7%;
  gap: 2rem;
}

.home-hero-left {
  flex: 1 1 50%;
  color: white;
}

.home-hero-left h1 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 40px;
}

.home-highlight {
  color: orange;
}

.home-hero-left p {

  font-size: 20px;
  font-weight: 400;
  color: #ccc;
  margin-bottom: 32px;
}

.home-hero-buttons button {
  padding: 10px 20px;
  font-size: 1rem;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.home-btn-primary {
  background: orange;
  color: #000;
  border: none;
}

.home-btn-secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.home-feature-list {
  margin-top: 70px;
  list-style: none;
  padding-left: 0;
  color: #ccc;
}

.home-feature-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
  font-size: 16px;
  text-shadow: 0 0 2px #000;
}

.home-feature-list .bullet {
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background: orange;
  border-radius: 50%;
  box-shadow: 0 0 6px orange;
}



.home-app-img {
  width: 550px;
  height: auto;
}


@media screen and (max-width: 1024px) {
  .home-hero-container {
    padding: 40px 5%;
    gap: 1.5rem;
  }

  .home-hero-left h1 {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .home-hero-left p {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .home-app-img {
    width: 400px;
  }

  .home-feature-list {
    margin-top: 40px;
  }
  .main-section{
    height: 717px;
  }
  .left h1{
    font-size: 43px !important;
  }

  /* .app-ideas-section.section2{
     height: 700px !important;
  }
  .description{
    bottom: 221px !important;
    font-size: 12px !important;
  }
  .buttons{
    bottom: 177px !important;
  } */

}







.ani-video{
    border-radius: 30px;
}


.terms-body h3{
  color:#eb7200
}
.terms-body p{
 color: #c5c2c2;
}

.terms-container{
  width: 80%;
  margin: auto;
  margin-top: 100px;
}






.fadeInLeft {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeInLeft 1s ease forwards;
}

.fade-item {
  opacity: 0;
  animation: fadeInLeftItem 0.6s ease forwards;
}

.fade-item:nth-child(1) { animation-delay: 0.2s; }
.fade-item:nth-child(2) { animation-delay: 0.4s; }
.fade-item:nth-child(3) { animation-delay: 0.6s; }
.fade-item:nth-child(4) { animation-delay: 0.8s; }

.zoomIn {
  transform: scale(0.8);
  opacity: 0;
  animation: zoomIn 1.2s ease-out forwards;
  animation-delay: 0.4s;
}

@keyframes fadeInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeftItem {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes zoomIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}



.text-section h2, .text-section p, .featuresmobile div ,.action-buttons{
  opacity: 0;  /* Initially, set opacity to 0 */
  transform: translateY(30px);  /* Initially position the text below */
  animation: slideUp 1s ease forwards; /* Animation */
  animation-delay: 0s; /* Delay time for the text to appear */
}

.text-section h2 {
  animation-delay: 0.2s;
}

.text-section p {
  animation-delay: 0.4s;
}

.featuresmobile div {
  animation-delay: 0.6s;
}
.action-buttons{
  animation-delay: 0.8s;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);  /* Start from below */
  }
  100% {
    opacity: 1;
    transform: translateY(0);  /* End at normal position */
  }
}







