body{
  margin: 0%;
  padding: 0%;
    background-color: #0b0c10;
  color: white;
  font-family: 'Times New Roman', Times, serif;
}



/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
  background: #1a1a1a; /* dark track */
  border-radius: 10px;
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ff00cc, #00e5ff);

  border-radius: 10px;
}

/* On hover effect */
::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(45deg, #00e5ff, #ff00cc);

}

*{
   margin: 0%;
  padding: 0%;
}


  .Wspan{
   width: 65px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 20px;
    
  }
  .Wimg{
    width: 65px;
    height: 45px;
  }
.eachProductH2 {
  font-size: 2.2rem;
  font-weight: 700;
 background: linear-gradient(to right, #ec4899, #a855f7, #3b82f6); /* pink → purple → blue */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-top: 30px;
  margin-bottom: 30px;
}



.eachProductH2:hover::after {
  width: 80%;
}
.center-container{
display: flex;
align-items: center;
justify-content: center;
}
.swiper {
      width: 100%;
      /* padding-top: 50px; */
      margin-top: 10px;
      padding-bottom: 50px;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
    }

 
  .parallax-section {
  background-image: url('img/AP6.jpg'); /* Replace with your image */
  height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-content {
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 40px;
  border-radius: 12px;
  max-width: 80%;
}

.parallax-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.parallax-content p {
  font-size: 1.2rem;
  color: #e0f7fa; 
}





    .about-us {
      padding: 60px 20px;
      text-align: center;
    }

    .about-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px;
      max-width: 1200px;
      margin: auto;
    }

    .about-text {
      flex: 1 1 500px;
      padding: 10px;
      margin-left: 50px;

    }

    .about-text h2 {
      font-size: 2.2rem;
      text-align: center;
  font-weight: 700;
  background: linear-gradient(to right, #ec4899, #a855f7, #3b82f6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
    }

    .about-text p {
      font-size: 1.15rem;
      line-height: 1.7;
      color: #fff;
      margin-bottom: 15px;
    }

    .about-image {
      flex: 1 1 400px;
      padding: 10px;
    }

    .aboutSwiper {
      width: 100%;
      max-width: 350px;
      /* aspect-ratio: 1 / 1; */
      overflow: hidden;
    }

    .aboutSwiper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .mainSwiper {
      width: 90%;
      max-width: 1000px;
      margin: 40px auto;
    }

    .mainSwiper .swiper-slide img {
      width: 100%;
      height: auto;
      border-radius: 12px;
    }

    @media (max-width: 768px) {
   

      .about-text p {
        font-size: 1rem;
        text-align: center;
      }

      .about-text {
        margin-left: 0;
      }
      .promise-title{
        text-align: center;
      }

    }



/* p */
/* .promise-section {
  text-align: center;

  
} */

.promise-title {
/* text-align: center; */
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffff;
  margin-left: 40px;
  position: relative;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
}

.promise-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
align-items: center;


}

.promise-card1 {
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 140px;

  width: 240px;
  height: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.promise-card:hover {
  transform: translateY(-5px);
}

.promise-card img {
  width: 100%;
  height: auto;    border-radius: 20px;
  margin-bottom: 40px;

  display: block;
}









.featured-section {
  max-width: 1280px;
  margin: 0 auto;  color: #fff;

}

.featured-section .launch-card img{
  height: 170px;
}
.section-title {
 font-size: 2.2rem;
  font-weight: 700;
  color: #1a1b1c;
  margin-left: 40px;
  position: relative;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 10px;  color: #fff;

}

.cards-container {
  display: flex;
  flex-wrap: wrap;
   color: #fff;

  margin-top: 10px;
  justify-content: center;
  gap: 80px;
  margin-bottom: 30px;
}

.launch-card {
  border-radius: 16px;
  padding: 8px  20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
  height:390px;
  min-width: 200px;
  max-width: 280px;
  color: #fff;
 border:2px solid #24212d;
}
.launch-card:hover{
   box-shadow: 0 0 12px 2px rgba(168, 85, 247, 0.6); /* soft purple glow */
  border: 1px solid rgba(168, 85, 247, 0.3);
   /* optional subtle border */
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: start;  color: #fff;

}

.product-title {
  font-size: 20px;
  font-weight: 600;  color: #fff;

}

.product-subtitle {
  font-size: 14px;
  color: #fff;  color: #fff;

  margin-bottom: 8px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background: #f0f0f0;
  color: #111;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 999px;
}

.tag.dark {
  background: #1f2937;
  color: #fff;
}

.arrow-btn {
  color: #fff;
  border: none;   background: linear-gradient(to right, #ec4899, #a855f7, #3b82f6);

  border-radius: 90%;
  width: 50px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
}
.arrow-btn:hover{

  color: #fff;
   transform: rotate(-55deg);
  transition: transform 0.5s ease-in-out;
}
.product-image1 {
  width: 100%;
  border-radius: 12px;
  margin: 11px 0;
  object-fit: cover;
}

.highlight {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}

.metrics {
  font-size: 13px;
  color: #cfcfcf;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 4px;
}

.green {
  background-color: #16a34a;
}

.red {
  background-color: #dc2626;
}

.yellow {
  background-color: #facc15;
}











/* search karne pr jo cards ayai gai  */
.center-container{
display: flex;
align-items: center;
justify-content: center;
}

.eachProductH2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  position: relative;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
}



.eachProductH2::after {
  content: "";
  width: 60%;
  height: 3px;  text-align: center;

 background: linear-gradient(to right, #ec4899, #a855f7, #3b82f6); /* pink → purple → blue */
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.eachProductH2:hover::after {
  width: 80%;
}
.space{
  margin-top: 50px;
}
/* ===== Container Grid ===== */
#allProductsCon,#earbuds,#Cameras,#SmartPhoneCon ,#SmartTVsCon{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2px;
  padding: 0px 20px;
}

/* ===== Product Card ===== */
.product-card {
  border: 1px solid rgba(163, 202, 255, 0.3);
  box-shadow: 0 15px 35px rgba(173, 216, 230, 0.12);  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 450px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-card a{
    text-decoration: none;
    color: #ffff;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* ===== Product Image ===== */
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  padding-bottom: 0px;
  position: relative;
}

.product-img img {
  width: 240px;
  height: 240px;
  object-fit: contain;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.07);
}




/* ===== Tag and Rating Row Inside Image ===== */
.tagAndRate {
  position: absolute;
  top: 16px;

  width: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;

  
}
.tag-badge {
  background: linear-gradient(to right, #d946ef, #a855f7, #6366f1);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 10px rgba(116, 235, 213, 0.3);
}

/* ===== Rating ===== */
.rating {
  font-size: 0.9rem;
  color: #f39c12;
  margin-bottom: 16px;
  margin-right: 40px;
}


/* ===== Product Details ===== */
.product-details {
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content:center;
  flex-grow: 1;
}

/* ===== Product Text ===== */
.product-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 12px 0 6px;
}

.product-display {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 9px;
}

/* ===== Price Section ===== */
.price-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  margin-bottom: 9px;
}

.price {
  color: #ff3e6c;
  font-size: 1.3rem;
    margin-bottom: 9px;

}

.discount {
  background: #ffe2e8;
  color: #c2185b;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 14px;
}


/* ===== Add to Cart Button ===== */
.add-to-cart-btn {  
  background: linear-gradient(to right, #d946ef, #a855f7, #6366f1); /* pink → purple → blue */


  color: #2c3e50;
  border: none;
  padding: 10px 22px;
  font-size: 0.95rem;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  box-shadow: 0 4px 14px rgba(116, 235, 213, 0.4);
}

.add-to-cart-btn:hover {
  transform: scale(1.05);  
  background: linear-gradient(to right,#6366f1 , #a855f7, #d946ef); /* pink → purple → blue */

}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .promise-title{
    margin-bottom: 30px;
    margin-left: 72px;
    
  }
  /* .launch-card{
    height: 315px;
    min-width: 330px;
    max-width: 280px;
  } */
  .arrow-btn {
   
    border-radius: 90%;
    width: 41px;
    height: 32px;
    font-size: 18px;
    cursor: pointer;
}
  .promise-card{
    margin-bottom: 280px;
     width: 320px;
  height: 300px;
  }
  .product-card {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .product-img img {
    margin-top: 30px;
    width: 200px;
    height: 200px;
  }

  .product-details {
    padding: 16px;
  }

  .product-title {
    font-size: 1.2rem;
    margin: 10px 0 6px;
  }

  .product-display {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }

  .price-section {
    gap: 8px;
    margin-bottom: 10px;
  }
  .about-text h2{
    text-align: center;

  }
  .eachProductH2{
        text-align: center;

  }

  .price {
    font-size: 1.1rem;
  }

  .discount {
    font-size: 0.75rem;
    padding: 3px 8px;
  }

  .rating {
    font-size: 0.85rem;
    margin-right: 20px;
  }

  .add-to-cart-btn {
    font-size: 0.9rem;
    padding: 8px 18px;
  }
}

/* <!-- detail of SMART WATCHES --> */
  /* Container */
  .sw-detail-section {
    max-width: 900px;
    margin: 10px auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fdfdfd;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    color: #333;
  }

  /* Title */
  .sw-detail-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #0077cc;
  }

  /* Layout Flex */
  .sw-detail-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  /* Image Container */
  .sw-detail-image-container {
    flex: 1 1 300px;
    max-width: 350px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
  }

  .sw-detail-image-container:hover {
    transform: scale(1.05);
  }

  .sw-detail-image {
    width: 100%;
    display: block;
    object-fit: cover;
  }

  /* Details Text */
  .sw-detail-info {
    flex: 1 1 350px;
    max-width: 400px;
  }

  .sw-detail-name {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .sw-detail-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #d9534f; /* reddish */
    margin-bottom: 12px;
  }

  .sw-detail-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 20px;
  }

  .sw-detail-specs {
    list-style: none;
    padding-left: 0;
    font-size: 0.95rem;
    color: #444;
  }

  .sw-detail-specs li {
    margin-bottom: 8px;
  }

  /* Button */
  .sw-detail-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 1rem;
    background: #0077cc;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-align: center;
    user-select: none;
  }

  .sw-detail-btn:hover {
    background: #005fa3;
  }

  /* Responsive */
  @media (max-width: 720px) {
    .sw-detail-content {
      flex-direction: column;
      gap: 20px;
    }
    .sw-detail-image-container,
    .sw-detail-info {
      max-width: 100%;
    }
  }

  .con{
    margin-top: 0px;
  }

  a{
    text-decoration: none;
    color: #fff;
  }

    .fade-in {
  animation: fadeIn 1s ease-in;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

 .gradient-text {
  background: linear-gradient(90deg, #00b7ff, #ff85b1, #c08de3);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: flow 4s ease infinite;
  font-size: 36px;
  font-weight: bold;
}

@keyframes flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.slide-up {
  transform: translateY(100%);
  opacity: 0;
  animation: slideUp 1s ease forwards;
    animation-delay: 0.3s; /* 👈 Add this */
  animation-fill-mode: both;

  font-size: 40px;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}




/* Container */
.ekart-review-section {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: linear-gradient(to right, #4a2e75, #764ba2, #667eea);
}

/* Swiper */
.ekart-review-swiper {
  width: 100%;
  max-width: 1200px;
  padding: 10px 0;
}

/* Card Styling */
.ekart-review-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 25px 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: #ff80ea25; /* semi-transparent white */
  backdrop-filter: blur(10px);           /* blur effect */
  -webkit-backdrop-filter: blur(10px);   /* for Safari */
}

.ekart-review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Reviewer Photo */
.ekart-review-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
  margin-bottom: 12px;
}

/* Name */
.ekart-review-name {
  margin: 8px 0 3px;
  font-size: 1.1rem;
  font-weight: 600;
}

/* City or Role */
.ekart-review-location {
  font-size: 0.85rem;
  color: #bbb;
  margin-bottom: 10px;
}

/* Stars */
.ekart-review-stars {
  font-size: 1.1rem;
  color: gold;
  margin-bottom: 8px;
}

/* Review Text */
.ekart-review-text {
  font-style: italic;
  font-size: 0.9rem;
  color: #f0f0f0;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Button */
.ekart-review-btn {
  background: linear-gradient(to right, #d946ef, #a855f7, #6366f1); /* pink → purple → blue */
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s ease;
  margin-top: auto;
}
.ekart-review-btn:hover {
  background: linear-gradient(to right, #6366f1, #a855f7, #d946ef); /* pink → purple → blue */
}

/* Pagination */
.ekart-review-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
}
.ekart-review-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #6366f1, #a855f7, #d946ef); /* pink → purple → blue */


  opacity: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .ekart-review-photo {
    width: 70px;
    height: 70px;
  }
  .ekart-review-name {
    font-size: 1rem;
  }
  .ekart-review-text {
    font-size: 0.85rem;
  }

  .ekart-review-swiper {
    width: 100%;
    max-width: 1200px;
    /* padding: 40px 0; */
}
.swiper {
    padding-top: 0px;
     margin-top: 00px; 
     padding-bottom: 0px; 
}
.eachProductH2{
margin-left: 12px;
margin-right: 12px;
font-size: 30px;
}

.eachProductH2::after {
  width: 50%;

}

.launch-card {

  height:387px;
  
}
}


















@media  (max-width: 400px) {


    .about-us {
        padding: 15px 20px;
        text-align: center;
    }

}
@media  (max-width: 824px) {
.parallax-content h2{
  font-size: 2.3rem;
  text-align: center;
}
}
@media  (max-width: 500px) {
.parallax-content h2{
  font-size: 1.5rem;
  padding-bottom: 10px;
  text-align: center;
}

.parallax-content p {
  font-size: 1rem;
  color: #e0f7fa;
  text-align: center;
}

.parallax-content {
  background-color: rgba(0, 0, 0, 0.5); 
  max-width: 100%;  height: 70vh;
  padding: 74px;
  border-radius: none;
align-content: center;
}


  .parallax-section  {  border-radius: none;

  background-image: url('img/h2.jpg'); /* Replace with your image */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
    background-size: cover;

  height: 70vh;
  /* object-fit: cover; */
  
}
.parallax-info-section {
  background-color: #f0fff4;
}
  

}







   


      .filter-buttons {
        text-align: center;
        margin-bottom: 30px;
      }

      .filter-buttons button {
        padding: 10px 18px;
        margin: 5px;
        border: none;
        border-radius: 25px;
 background: linear-gradient(to right, #ec4899, #a855f7, #3b82f6); /* pink → purple → blue */
        color: #fff;
        cursor: pointer;
        transition: 0.3s;
      }

      .filter-buttons button:hover {
        transform: scale(1.1);
         background: linear-gradient(to right, #3b82f6, #a855f7, #ec4899); /* pink → purple → blue */

      }

      .products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 70px;
        gap: 20px;
      }

      .card {
        background: #fff;
        width: 220px;
        height: 220px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      }

    
      .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

  
      .hidden {
        display: none;
      }
  

      @media (max-width: 768px) {
        .products {
      
          margin-bottom: 10px;
        
        }
      }





      /* iPhone 12 Portrait */
@media only screen 
  and (min-device-width: 390px) 
  and (max-device-width: 390px) 
  and (orientation: portrait) {
    
    body {
        /* background-color: rgb(0, 184, 246); */
    }
    .aboutSwiper img{
      padding-right: 20px;
      width: 200px;
    }
    .arrow-btn{

  border-radius: 90%;
  width: 50px;
  height: 32px;
    }

    /* Apni CSS yahan likhiye */
}
/* Samsung Galaxy S8+ Portrait */
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 360px) 
  and (orientation: portrait) {
    
    body {
       padding: 0px;
       margin: 0px;
       box-sizing: border-box;
    }
      .aboutSwiper img{
      padding-right: 20px;
      width: 200px;
    }

    /* Apni CSS yahan likhiye */
}


/* iPhone SE Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 375px) 
  and (orientation: portrait) {
    
    /* body {
        background-color: lightpink;
    } */
       .aboutSwiper img{
      padding-right: 33px;
      width: 200px;
    }


    /* Apni CSS yahan likhiye */
}
