

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

.heading {
   
  font-size: 60px;
  font-weight: 900 !important;
}

/* Media query for small devices (mobile phones, 600px and below) */
@media (max-width: 600px) {
  .heading {
      font-size: 40px; /* Adjust the size as needed */
  }
}

/* Media query for medium devices (tablets, 768px and below) */
@media (max-width: 768px) {
  .heading {
      font-size: 40px; /* Adjust the size as needed */
  }
}

/* Media query for large devices (desktops, 992px and below) */
@media (max-width: 992px) {
  .heading {
      font-size: 40px; /* Adjust the size as needed */
  }
}

/* Media query for extra large devices (large desktops, 1200px and below) */
@media (max-width: 1200px) {
  .heading {
      font-size: 40px; /* Adjust the size as needed */
  }
}

.parag {
  font-family: "Roboto", sans-serif !important;
  font-weight: 900;
  color: black;
}


body {
    
    margin: 0;
    padding: 0;
    color: #333;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-style: normal;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
 

  .sign-up {
    background-color: blue;
    color: white;
  }
  .hero {
    text-align: center;
    padding: 50px 0;
  }
  h1 {
    font-size: 68px;
    margin-bottom: 20px;
  }
  .cta-button {
    background: linear-gradient(to right, blue, #6973ff);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
  }
  .trusted-by {
    text-align: center;
    margin: 50px 0;
  }
  .logo-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .feature-card {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  .stats {
    background-color: #000033;
    color: white;
    padding: 50px 0;
    text-align: center;
  }

  .features {
    text-align: center;
    margin: 50px 0;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
  }

  .feature-card {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .feature-img {
    width: 50%;
    height: 70%;
  }

  .feature-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .feature-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
  }

  .ai-productivity {
    background: rgba(100, 100, 248, 0.53);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid rgba(0, 0, 255, 1);
  }

  .view-work {
    background-color: #e3f2fd;
  }

  .customize {
    background-color: #e8eaf6;
  }

  .integrations {
    background-color: #fff3e0;
  }

  .replaces {
    background-color: #e1f5fe;
  }

  .search {
    background-color: #fafafa;
  }

  .toggle-features .toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .toggle-switch {
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
  }

  .toggle-switch::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transition: 0.3s;
  }

  .toggle-switch.active {
    background-color: #4caf50;
  }

  .toggle-switch.active::after {
    left: 21px;
  }

  .integration-icons,
  .replacement-icon,
  .search-preview {
    margin-top: 15px;
    /* Add specific styling for these elements */
  }

  @keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
  }

  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    content: "";
    width: 250px;
    height: 100%;
    z-index: 2;
  }

  .logos:before {
    left: 0;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0),
      rgb(255, 255, 255)
    );
  }

  .logos:after {
    right: 0;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgb(255, 255, 255)
    );
  }

  .logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
  }

  .logos:hover .logo_items {
    animation-play-state: paused;
  }

  .logo_items img {
    height: 100px;
  }



  .card {
    position: relative;
    height: 400px;
    width: 100%;
    margin: 10px 0;
    transition: ease all 2.3s;
    perspective: 1200px;
    font-family: "Roboto", sans-serif !important;
    
  }

  .card h1 {
    font-size: 40px !important;
  }

  .card:hover .cover {
    transform: rotateX(0deg) rotateY(-180deg);
  }

  .card:hover .cover:before {
    transform: translateZ(30px);
  }

  .card:hover .cover:after {
    background-color: black;
  }

  .card:hover .cover h1 {
    transform: translateZ(100px);
  }

  .card:hover .cover .price {
    transform: translateZ(60px);
  }

  .card:hover .cover a {
    transform: translateZ(-60px) rotatey(-180deg);
  }

  .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: "Roboto", sans-serif !important;
    
  }

  .cover:before {
    content: "";
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    transition: ease all 2.3s;
    transform-style: preserve-3d;
    transform: translateZ(0px);
  }

  .cover:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    transition: ease all 1.3s;
    background: rgba(0, 0, 0, 0.856);
  }

  .cover.item-a {
    background-image: url("../images/livestats1.png");
  }

  .cover.item-b {
    background-image: url("../images/livestats3.png");
  }

  .cover.item-c {
    background-image: url("../images/livestats2.png");
  }

  .cover.item-d {
    background-image: url("../images/livestats5.png");
  }

  .cover.item-e {
    background-image: url("../images/livestats8.png");
  }

  .cover h1 {
    font-weight: 600;
    position: absolute;
    bottom: 55px;
    left: 50px;
    color: white;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 2em !important;
    transform: translateZ(0px);
  }

  .cover .price {
   
    position: absolute;
    top: 55px;
    right: 50px;
    color: white;
    background-color: rgba(39, 38, 38, 0.226);
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 4;
    font-size: 1em;
    margin-left: 100px;
    transform: translateZ(0px);
    font-weight: 900;
  }

  .card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0b0f08;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    transform: translateZ(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-back a {
    transform-style: preserve-3d;
    transition: ease transform 2.3s, ease background 0.5s;
    transform: translateZ(-1px) rotatey(-180deg);
    background: transparent;
    border: 1px solid white;
    font-weight: 200;
    font-size: 1.3em;
    color: white;
    padding: 14px 32px;
    outline: none;
    text-decoration: none;
  }

  .card-back a:hover {
    background-color: white;
    color: #0b0f08;
  }



  
  .card-pricing{
    position: relative;
    max-width: 300px;
    height: auto;
    background: linear-gradient(-45deg,blue,#3f72fe);
    border-radius: 15px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
            box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
  -webkit-transition: .5s;
  transition: .5s;
  }
  .card-pricing:hover{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .col-sm-4:nth-child(1) .card-pricing ,
  .col-sm-4:nth-child(1) .card-pricing .title .fa{
    background: linear-gradient(-45deg,blue,#3f72fe);
  
  }
  .col-sm-4:nth-child(2) .card-pricing,
  .col-sm-4:nth-child(2) .card-pricing .title .fa{
    background: linear-gradient(-45deg,blue,#3f72fe);
  
  }
  .col-sm-4:nth-child(3) .card-pricing,
  .col-sm-4:nth-child(3) .card-pricing .title .fa{
    background: linear-gradient(-45deg,blue,#3f72fe);
  
  }
  .card-pricing::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, .1);
  z-index: 1;
  -webkit-transform: skewY(-5deg) scale(1.5);
          transform: skewY(-5deg) scale(1.5);
  }
  .title .fa{
    color:#fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius:  50%;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
            box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
  
  }
  .title h2 {
    position: relative;
    margin: 20px  0 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
   z-index: 2;
  }
  .price,.option{
    position: relative;
    z-index: 2;
  }
  .price h4 {
  margin: 0;
  padding: 20px 0 ;
  color: #fff;
  font-size: 30px;
  }
  .option ul {
    margin: 0;
    padding: 0;
  
  }
  .option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
  }
  .card-pricing-pricing a {
    position: relative;
    z-index: 2;
    background: #fff;
    color : black;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0 ;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  
  }
  .card-pricing a:hover{
      text-decoration: none;
  }


  footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

/* From Uiverse.io by mrhyddenn */ 
button {
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid rgb(61, 106, 255);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: blue;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

button:hover {
  background: rgb(61, 106, 255);
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

button:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.nav-button::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.nav-button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}


footer p {
    margin: 5px 0;
}

footer a {
    color: #007bff;
    text-decoration: none;
    margin: 0 10px;
}

footer a:hover {
    text-decoration: underline;
}
  

.pricing-packages {
  background: blue !important;
  padding: 4rem 0;
  
}

.pricing-container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 2rem 1rem;
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: auto;
}

.pricing-card {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-weight: 900;
  padding: 1.5rem;
  width: 250px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing-card h3 {
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: blue;
}

.pricing-card .price {
  font-size: 1.8rem;
  font-weight: bold;
  color: blue;
  margin-bottom: 0.5rem;
}

.pricing-card .price span {
  font-size: 1rem;
  opacity: 0.8;
}

.pricing-card .description {
  color: blue;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-size: 0.85rem
}

.pricing-card ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.pricing-card li {
  margin-bottom: 0.5rem;
  color: blue;
  font-size: 0.85rem;
}

.pricing-card li::before {
  content: "✓";
  color: #4CAF50;
  margin-right: 0.5rem;
}

.pricing-card .cta-button {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.pricing-card .cta-button:hover {
  background-color: #45a049;
}

.popular {
  border: 2px solid #FFD700;
}

.popular-badge {
  position: absolute;
  top: 30px;
  right: -47px;
  background: #FFD700;
  color: #333;
  padding: 5px 40px;
  font-size: 0.8rem;
  font-weight: bold;
  transform: rotate(45deg);
}

.early-adopter {
   display: block;
    text-align: center;
    color: blue;
    margin-bottom: 1rem;
    text-transform: uppercase;
}



@media (max-width: 1200px) {
  .pricing-container {
    justify-content: flex-start; /* Align to start when scrolling is needed */
  }
}

@media (max-width: 768px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }
  
  .pricing-card {
    width: 100%;
    max-width: 350px;
  }
}
.navbar {
 /* From https://css.glass */
background: rgba(0, 22, 255, 0.23) !important;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(0, 22, 255, 0.3);
}



