/* topbar css */
.navbar-brand img {
    height: auto;
    width: auto;
}

.top-header{
    text-align: center;
    background: linear-gradient(126deg, rgba(232, 117, 110, 1) 15%, rgba(116, 157, 151, 1) 85%);
    /* background: linear-gradient(126deg, rgba(116, 157, 151, 1) 15%, rgba(232, 117, 110, 1) 85%); */
    color: #fff;
    font-weight: 600;
}
.top-header a{
    text-decoration: none;
    color: #fff;
}
/* .navbar-nav{
    background: linear-gradient(126deg, rgba(25, 145, 226, 1) 15%, rgba(33, 249, 150, 1) 85%);
} */
.navbar-nav .nav-link {
    color: #749d97;
    font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background: linear-gradient(126deg, rgba(232, 117, 110, 1) 15%, rgba(116, 157, 151, 1) 85%) !important;
    color: #FFF!important;
}

.btn-success {
    background-color: #005086!important;
    border: none!important;
}

.btn-success:hover {
    background-color: #3392FF!important;
}

.bi {
    margin-right: 5px;
}

.dropdown-menu {
    min-width: 200px;
    margin: 0 15px;  
}
.text-center{
    text-align: center;
}
/* topbar css end*/

/* products css */

.product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: scale(1.03);
}
.price-range {
    max-width: 250px;
}
.card {
    margin-bottom: 20px;
    border: none!important;
}

.color-options {
    margin: 10px 0;
}
.card-title{
    text-align: center;
}
.stars{
    color: #339999;
}
.sale-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e95144;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    /* border-radius: 5px; */
}
.color-option {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
    cursor: pointer;
    border: 1.5px solid #000;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
}
.card-text{
  font-weight: 600;
}
/* product 1 css */

.product1-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.product1-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.product1-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.product1-image-container:hover{
    background-image: url('../img/products/Rechargeable-Ride-On-Jeep.webp');
}

/* product 2 css */

.product2-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product2-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product2-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product2-image-container:hover{
  background-image: url('../img/products/Mercedez-G63.webp');
}

/* product 3 css */

.product3-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product3-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product3-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product3-image-container:hover{
  background-image: url('../img/products/KidsJeepBatteryOperated_1_1370x.webp');
}

/* product 4 css */

.product4-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product4-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product4-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product4-image-container:hover{
  background-image: url('../img/products/Kids-Car_9_570x.webp');
}

/* product 5 css */

.product5-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product5-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product5-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product5-image-container:hover{
  background-image: url('../img/products/BatteryOperatedKidsElectricCar_1_570x.webp');
}

/* product 6 css */

.product6-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product6-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product6-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product6-image-container:hover{
  background-image: url('../img/products/Stylish_electric_ride-on_car_for_children_.webp');
}

/* product 7 css */

.product7-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product7-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product7-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product7-image-container:hover{
  background-image: url('../img/products/BatteryOperatedKidsElectricCar_5_570x.webp');
}

/* product 8 css */

.product8-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product8-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product8-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product8-image-container:hover{
  background-image: url('../img/products/Electric_ride-on_car_for_children_.webp');
}

/* product 9 css */

.product9-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product9-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product9-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product9-image-container:hover{
  background-image: url('../img/products/Kids-Ride-on-Jeep-A6700.webp');
}

/* product 10 css */

.product10-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product10-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product10-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product10-image-container:hover{
  background-image: url('../img/products/A-6800.webp');
}

/* product 11 css */

.product11-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product11-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product11-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product11-image-container:hover{
  background-image: url('../img/products/VintageKidsCar_1_720x.jpg');
}

/* product 12 css */

.product12-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product12-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product12-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product12-image-container:hover{
  background-image: url('../img/products/PorcheKidsCar_4_570x.webp');
}

/* product 13 css */

.product13-image-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; /* Adjust based on your image size */
}
.product13-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product13-image-container:hover img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}

.product13-image-container:hover{
  background-image: url('../img/products/KidsCarToyBatteryOperateLS8888_1_785x.webp');
}

/* footer section css */

.footer {
    background-color: #fff;
    /* padding: 40px 20px; */
    border-top: 1px solid #ddd;
  }

  .footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
  }

  .footer .social-icons .icon {
    text-align: center;
  }

  .footer .social-icons .icon img {
    width: 125px;
    /* height: 60px; */
    margin-bottom: 10px;
  }

  .footer .social-icons .icon h5 {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .footer-section {
    margin-top: 20px;
  }

  .footer-section h6 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .footer-section ul {
    list-style: none;
    padding: 0;
  }

  .footer-section ul li {
    margin-bottom: 10px;
  }

  .footer-section ul li a {
    color: #000;
    text-decoration: none;
  }

  .footer-section ul li a:hover {
    text-decoration: underline;
  }

  .footer .newsletter input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .footer .newsletter button {
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
  }

  .footer .newsletter button:hover {
    background-color: #4CAF50;
  }

  .footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    /* background-color: #232323;
    color: #fff; */
  }
.bottom-footer{
    background-color: #232323;
    color: #fff;
}
  .footer-bottom img {
    margin: 0 10px;
  }

  @media (min-width: 768px) {
    .footer .newsletter input[type="email"] {
      width: auto;
    }

    .footer .newsletter button {
      width: auto;
      margin-left: 10px;
    }
  }




/* .product .card img{
    width: 203px;
    height: 203px;
}
@media (max-width: 768px) {
    .product .card img{
      width: 100%;
      height: 100%;
    }
} */


.whatsapp-left {
  position: fixed;
  top: 85%;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  color: #fff;
  font-size: 40px; /* Adjust icon size */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-left:hover {
  transform: scale(1.1);
}