.custom-tooltip {
  --bs-tooltip-bg: var(--bd-violet-bg);
  --bs-tooltip-color: var(--bs-white);
}
body {
  overflow-x: hidden !important;
}

.logo-img img {
  width: 120px !important;
  height: 40px !important;
  object-fit: cover;
}

.dropdown-menu {
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.badge {
  font-size: 10px !important;
}

/* silder */

.carousel img {
  object-fit: cover;
  width: 100% !important;
  height: 80vh !important;
}
.carousel-item {
  position: relative;
}
.carousel-caption-1 {
  bottom: 230px;
  left: 300px;
  position: absolute;
  line-height: 50px !important;
}
.car-1 {
  font-size: 75px;
  color: #fff;
}
.carousel-caption-2 {
  bottom: 200px;
  right: -380px;
  position: absolute;
  line-height: 50px !important;
}
.car-2 {
  font-size: 75px;
  color: #fff;
}
.carousel-caption-3 {
  bottom: 200px;
  left: -390px;
  position: absolute;
  line-height: 50px !important;
}
.car-3 {
  font-size: 75px;
  color: #000;
}
.carousel-caption-3 p {
  position: relative;
  left: -120px;
  color: gray !important;
  font-size: 30px !important;
}
.carousel-caption-3 .btn {
  position: relative;
  left: -300px;
  bottom: -40px;
  padding: 10px 40px !important;
}
/* products */
.sub-products {
  object-fit: cover;
}
.sub-products img {
  width: 768px !important;
  height: 768px !important;
}

.Products-box {
  position: relative;
}

.Products-box-2 {
  position: absolute;
  top: 250px;
  left: 50px;
  width: 260px;
  background-color: #fff;
  display: none;
  transition: all 0.5s ease-in-out;
}
.Products-box:hover .Products-box-2 {
  display: block;
}

/* tooltip */
.tool {
  display: none;
  transition: all 3s ease-in-out;
}

.toolitp:hover .tool {
  display: block;
  position: relative;
  left: 150px;
  top: -70px;
  color: #000;
  background-color: #fff;
}
.category-card {
  border: 1px solid #bebdbd;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-card img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.category-card .badge {
  background-color: #f8d7da;
  color: #dc3545;
  border-radius: 50%;
  padding: 10px;
}
.category-card:hover {
  background-color: #dc3545;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.category-car {
  position: relative;
}
.category-car:hover .category-con {
  position: absolute;
  left: 270px;
  bottom: -130px;
  width: 300px;
  display: block;
  color: gray;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  z-index: 5;
  border-radius: 10px;
}

.category-con {
  display: none;
}
.category-card .mx-2 {
  font-size: 15px;
  padding: 5px;
  font-weight: 600;
}

/* Tranding bestling products */

.bestselling ul li a {
  font-size: 12px;
  padding: 6px;
}

.bestselling ul li:hover {
  background-color: #dc3545;
  transition: all 0.2s ease-in-out;
  color: #f8d7da;
}

/* slider */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  padding: 10px;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 310px !important;
  height: 419px !important;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-sen {
  opacity: 0;
}
.swiper-slide:hover .swiper-sen {
  opacity: 1;
  z-index: 2;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.image-pop {
  position: absolute;
  display: block;
  top: 15px;
  left: 12px;
  z-index: 1;
}
.image-pop .pop-p {
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  background-color: #dc3545;
  color: #fff;
}

.original-image,
.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

.hover-image {
  opacity: 0;
}

.image-container:hover .hover-image {
  opacity: 1;
}

.image-container:hover .original-image {
  opacity: 1;
}

.image-text {
  border: 2px solid black;
}

/* Cheak Coupouns */
.Coupouns-1 {
  border: 3px solid #b20808;
  border-radius: 10px;
}

.Coupouns-2 {
  border: 3px solid green;
  border-radius: 10px;
}

/* happy */

.happy {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("https://ninetheme.com/themes/anarkali/wp-content/uploads/2023/11/slideshow-1920-28.png");
  background-attachment: fixed;
  object-fit: cover;
}

.happy-cus {
  position: absolute;
  background-color: #b20808;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  top: 230px;
  right: 115px;
}
.happy-slide {
  position: absolute;
  top: 290px;
  right: 30px;
  width: 40%;
  font-size: 20px;
}

.happy .avtar img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover;
}

/* Current */

.Current {
  width: 383px !important;
  height: 550px !important;
  position: relative;
  object-fit: cover !important;
}

.Current .cur-img {
  width: 100%;
  height: 100%;
}

.cu-text {
  line-height: 25px;
  position: absolute;
  bottom: 20px;
}

/* Follow */

.Follow {
  width: 260px !important;
  height: 253px !important;
}
.Follow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Follow img:hover {
  transform: scale(1.07);
  overflow: hidden;
}

/*<---------------------------------------------------    Media Query   ------------------------------------------------------------------> */

@media (min-width: 320px) and (max-width: 425px) {
  body {
    overflow-x: hidden !important;
  }
  /* <--silder--> */
  .carousel img {
    object-fit: cover !important;
    width: 100% !important;
    height: 60vh !important;
  }
  .carousel-item {
    position: relative;
  }
  .carousel-caption-1 {
    bottom: 10px;
    left: 5px;
    position: absolute;
    line-height: 50px !important;
  }
  .car-1 {
    font-size: 20px;
    color: #fff;
  }
  .carousel-caption-2 {
    bottom: 20px;
    right: 30px;
    position: absolute;
    line-height: 50px !important;
  }
  .car-2 {
    font-size: 75px;
    color: #fff;
  }
  .carousel-caption-3 {
    bottom: 200px;
    left: -390px;
    position: absolute;
    line-height: 50px !important;
  }
  .car-3 {
    font-size: 75px;
    color: #000;
  }
  .carousel-caption-3 p {
    position: relative;
    left: -120px;
    color: gray !important;
    font-size: 30px !important;
  }
  .carousel-caption-3 .btn {
    position: relative;
    left: -300px;
    bottom: -40px;
    padding: 10px 40px !important;
  }

  .silder-main .silder-end {
    font-size: 8px !important;
  }
  /* Tranding bestling products */
  .bestselling .h3 {
    font-size: 15px;
  }
  /* .bestselling ul li a {
    font-size: 10px;
    padding: 6px;
  }

  .bestselling ul li:hover {
    background-color: #dc3545;
    transition: all 0.2s ease-in-out;
    color: #f8d7da;
  } */

  /* slider */
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-wrapper {
    padding: 10px;
  }

  .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    width: 130px !important;
    height: 209px !important;
    background: #fff;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }

  .swiper-sen {
    opacity: 0;
  }
  .swiper-slide:hover .swiper-sen {
    opacity: 1;
    z-index: 2;
  }

  .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
  }

  .image-pop {
    position: absolute;
    display: block;
    top: 10px;
    left: 12px;
    z-index: 1;
  }
  .image-pop .pop-p {
    padding: 2px;
    font-size: 10px;
    font-weight: 600;
    background-color: #dc3545;
    color: #fff;
  }

  .original-image,
  .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
  }

  .hover-image {
    opacity: 0;
  }

  .image-container:hover .hover-image {
    opacity: 1;
  }

  .image-container:hover .original-image {
    opacity: 1;
  }

  /* Categories */

  .Categories , .Colors ul li{
    display: none !important;;
  }
  /* .image-text {
    border: 2px solid red;
  } */

  /* Cheak Coupouns */
  .Bannner{
    display: flex;
    flex-wrap: wrap !important;
  }
  .Bannner .Coupouns-1 {
    width: 100% !important;
    height: 200px;
    border: 3px solid #b20808;
    border-radius: 10px;
    overflow-x: hidden;
    margin-right: 20px !important;
    position: relative;
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .Coupouns-1 .left .le-heading {
    position: absolute;
    width: 100% !important;
    font-size: 22px !important;
    top: 10px;
    left: 20px;
  }
  .Coupouns-1 .left .le-pra {
    font-size: 17px !important;
  }
  .Coupouns-1 .right {
    position: absolute;
    bottom: 10px;
    left: 25px;
  }
  .Bannner .Coupouns-2 {
    width: 100% !important;
    height: 200px;
    border: 3px solid green;
    border-radius: 10px;
    margin-right: 20px !important;
    position: relative;
    top: 10px;
    right: 20px;
  }

  .Coupouns-2 .left .le-heading {
    position: absolute;
    width: 100% !important;
    font-size: 22px !important;
    top: 10px;
    left: 1px;
  }
  .Coupouns-2 .left .le-pra {
    font-size: 17px !important;
  }
  .Coupouns-2 .right {
    position: absolute;
    bottom: 10px;
    left: 35px;
  }

  /* happy */
  .happy {
    position: relative;
    width: 100%;
    height: 70vh;
    background-image: url("https://ninetheme.com/themes/anarkali/wp-content/uploads/2023/11/slideshow-1920-28.png");
    background-attachment: fixed;
    object-fit: cover;
  }
  
  .happy-cus {
    position: absolute;
    background-color: #b20808;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    top: 59px;
    right: 80px;
  }
  .happy-slide {
    position: absolute;
    top: 85px;
    right: 50px;
    width: 80%;
    height: 40vh !important;
    font-size: 10px;
  }
  
  .happy .avtar img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
  }
  /* footer */
  .Instagram .h1{
    font-size: 18px;
  }
  .icons {
    display: flex;
    flex-wrap: wrap !important;
  }
  .Instagram .follow-text{
    font-size: 15px;
    padding: 10px 30px !important;
  }

  .icons  .h5{
    font-size: 10px !important;
    margin-left: 10px;
  }
  .icons img{
    width: 100% !important;
    margin-top: 10px;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  body {
    overflow-x: hidden !important;
  }
  /* <--silder--> */
  .carousel img {
    object-fit: cover !important;
    width: 100% !important;
    height: 80vh !important;
  }
  .carousel-item {
    position: relative;
  }
  .carousel-caption-1 {
    bottom: 290px;
    left: 400px;
    position: absolute;
    line-height: 50px !important;
  }
  .car-1 {
    font-size: 74px;
    color: #fff;
  }
  .carousel-caption-2 {
    bottom: 300px;
    right: -px;
    position: absolute;
    line-height: 50px !important;
  }
  .car-2 {
    font-size: 75px;
    color: #fff;
  }
  .carousel-caption-3 {
    bottom: 310px;
    left: -390px;
    position: absolute;
    line-height: 50px !important;
  }
  .car-3 {
    font-size: 75px;
    color: #000;
  }
  .carousel-caption-3 p {
    position: relative;
    left: -120px;
    color: gray !important;
    font-size: 30px !important;
  }
  .carousel-caption-3 .btn {
    position: relative;
    left: -300px;
    bottom: -40px;
    padding: 10px 40px !important;
  }

  .silder-main .silder-end {
    font-size: 18px !important;
  }
  /* Tranding bestling products */
  .bestselling .h3 {
    font-size: 15px;
  }
  /* .bestselling ul li a {
    font-size: 10px;
    padding: 6px;
  }

  .bestselling ul li:hover {
    background-color: #dc3545;
    transition: all 0.2s ease-in-out;
    color: #f8d7da;
  } */

  /* slider */
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-wrapper {
    padding: 10px;
  }

  .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    width: 310px !important;
    height: 419px !important;
    background: #fff;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }

  .swiper-sen {
    opacity: 0;
  }
  .swiper-slide:hover .swiper-sen {
    opacity: 1;
    z-index: 2;
  }

  .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
  }

  .image-pop {
    position: absolute;
    display: block;
    top: 10px;
    left: 12px;
    z-index: 1;
  }
  .image-pop .pop-p {
    padding: 2px;
    font-size: 10px;
    font-weight: 600;
    background-color: #dc3545;
    color: #fff;
  }

  .original-image,
  .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
  }

  .hover-image {
    opacity: 0;
  }

  .image-container:hover .hover-image {
    opacity: 1;
  }

  .image-container:hover .original-image {
    opacity: 1;
  }

  /* .image-text {
    border: 2px solid red;
  } */

  /* Cheak Coupouns */

  /* .Bannner .Coupouns-1 {
    width: 100% !important;
    height: 200px;
    border: 3px solid #b20808;
    border-radius: 10px;
    overflow-x: hidden;
    margin-right: 20px !important;
    position: relative;
  }

  .Coupouns-1 .left .le-heading {
    position: absolute;
    width: 100% !important;
    font-size: 22px !important;
    top: 10px;
    left: 20px;
  }
  .Coupouns-1 .left .le-pra {
    font-size: 17px !important;
  }
  .Coupouns-1 .right {
    position: absolute;
    bottom: 10px;
    left: 25px;
  }
  .Bannner .Coupouns-2 {
    width: 100% !important;
    height: 200px;
    border: 3px solid green;
    border-radius: 10px;
    margin-right: 20px !important;
    position: relative;
    top: 10px;
    right: 20px;
  }

  .Coupouns-2 .left .le-heading {
    position: absolute;
    width: 100% !important;
    font-size: 22px !important;
    top: 10px;
    left: 1px;
  }
  .Coupouns-2 .left .le-pra {
    font-size: 17px !important;
  }
  .Coupouns-2 .right {
    position: absolute;
    bottom: 10px;
    left: 35px;
  } */

  /* happy */
  .happy {
    position: relative;
    width: 100%;
    height: 70vh;
    background-image: url("https://ninetheme.com/themes/anarkali/wp-content/uploads/2023/11/slideshow-1920-28.png");
    background-attachment: fixed;
    object-fit: cover;
  }
  
  .happy-cus {
    position: absolute;
    background-color: #b20808;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    top: 50px;
    right: 270px;
  }
  .happy-slide {
    position: absolute;
    top: 85px;
    right: 50px;
    width: 40%;
    height: 40vh !important;
    font-size: 24px;
    /* border: 2px solid #000; */
  }
  
  .happy .avtar img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
  }
  /* footer */
  .Instagram .h1{
    font-size: 18px;
  }

  .Instagram .follow-text{
    font-size: 15px;
    padding: 10px 30px !important;
  }

  .icons  .h5{
    font-size: 21px !important;
    margin-left: 10px;
  }
  .icons img{
    width: 25% !important;
    margin-top: 10px;
    
  }
}
