@import url("https://fonts.googleapis.com/css2?family=K2D&display=swap");

@font-face {
  font-family: fonts;
  src: url(../fonts/fonts/ttf/OtomanopeeOne-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

::-webkit-scrollbar-thumb {
  background: rgba(38, 160, 218, 1);
  border-radius: 10px;
}
/* Scrollbar End */

/* Back to button Start */
html {
  scroll-behavior: smooth;
}

#progress {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 60px !important;
  width: 60px !important;
  display: none;
  place-items: center;
  border-radius: 8%;
  cursor: pointer;
  z-index: 999 !important;
}

#progress-value {
  display: block;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  background-color: var(--item-color);
  border-radius: 8%;
  display: grid;
  place-items: center;
  font-size: 35px;
  border: 3px solid rgba(236, 236, 236, 0.601);
}

#progress-value svg {
  width: 20px;
  height: 20px;
}

/* Back to button End */

/* Variable */
:root {
  --box-shadow: 0 0 10px hsl(0, 0%, 0%, 0.15);
  --primary-font: fonts;
  --secondary-font: K2D;
  --border-and-color: 1px solid rgba(38, 160, 218, 1);
  --text-color-black: black;
  --background-color: rgba(38, 160, 218, 1);
  --text-color-white: rgba(255, 255, 255, 1);
  --text-color-blue: rgba(38, 160, 218, 1);
  --item-color: rgba(255, 184, 0, 1);
  --shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
}

/* Hero Slider Start */
#hero-slider {
  position: relative;
  display: flex;
}
.mySwiper {
  display: flex;
  height: 700px;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* border-bottom: 1px solid #26a0da; */
  background-image: url(../img/home-img/hero-slider/slider-bg.png) !important;
}

.hero-slider-header h1 {
  margin: 0px 0px 10px 0px;
  font-size: 52px;
  font-family: var(--primary-font);
}

.hero-slider-header .header {
  padding-top: 120px;
}

.hero-slider-header h1 span {
  color: var(--text-color-blue);
}

.hero-slider-item {
  justify-content: space-between;
}

.hero-slider-item p {
  margin-top: 20px;
  font-size: 18px;
  font-family: var(--secondary-font);
}

.hero-slider-item button {
  border: none;
  margin-top: 20px;
  position: relative;
}
.hero-slider-item button a {
  position: absolute;
  text-wrap: nowrap;
  float: left;
  transition: all 0.3s ease;
  border: none;
  font-size: 22px;
  padding: 12px 32px;
  box-shadow: var(--box-shadow);
  border-radius: 3px;
  background: rgba(67, 179, 224, 0.945);
  font-family: var(--secondary-font);
  overflow: hidden;
}

.hero-slider-item button a:hover {
  border: none;
  padding: 12px 32px;
  background: var(--background-color);
}

.hero-slider-item button a {
  text-decoration: none;
  color: var(--text-color-white);
}

.hero-slider-item button a::before {
  content: "";
  position: absolute;
  height: 140px !important;
  width: 25px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -55px;
  left: 0px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

.hero-slider-item button a:hover:before {
  transform: rotate(20deg) translate(220px, -30px);
}

.hero-slider-item button a::after {
  content: "";
  position: absolute;
  height: 140px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -55px;
  left: -20px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

.hero-slider-item button a:hover::after {
  transform: rotate(20deg) translate(220px, -30px);
}

.hero-slider-item .swiper-img {
  padding: 20px;
}

.hero-slider-item .swiper-img img {
  max-width: 640px;
  height: auto;
  margin-top: -175px;
  margin-left: -80px;
}

.swiper-pagination-bullets-dynamic {
  justify-content: center !important;
  transform: translateY(-50px) translateX(-50px) !important;
}

#hero-slider .swiper-pagination {
  position: absolute;
  bottom: 30px !important;
}

.swiper-pagination-bullet {
  border-radius: 3px !important;
  opacity: 1 !important;
  justify-content: center !important;
  padding-top: -30px !important;
  background: transparent !important;
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #00aeff !important;
  margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
  justify-content: center !important;
  background: #26a0da !important;
  border-radius: 3px !important;
  border: none !important;
  transform: scale(1.5);
}

@media screen and (max-width: 1200px) {
  .hero-slider-item .swiper-img img {
    margin-top: -70px;
    max-width: 500px;
  }

  .hero-slider-header {
    margin-top: 80px;
  }

  .hero-slider-header h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 992px) {
  .mySwiper {
    height: 800px;
  }

  .hero-slider-item .swiper-img img {
    width: 100%;
    margin-top: -50px;
    margin-left: 0px;
  }

  .hero-slider-header h1 {
    font-size: 35px;
  }

  .hero-slider-header .header {
    padding-top: 50px;
  }

  .hero-slider-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .hero-slider-header h1 {
    font-size: 25px;
  }

  .hero-slider-item .swiper-img img {
    margin-top: 0px;
    width: 90%;
  }

  .swiper-pagination-bullets-dynamic {
    justify-content: center !important;
    transform: translateY(-20px) translateX(-50px) !important;
  }
}

@media screen and (max-width: 575px) {
  .mySwiper {
    height: 700px;
  }

  .hero-slider-header h1 {
    font-size: 25px;
  }

  .hero-slider-item .swiper-img img {
    margin-top: 0px;
    width: 90%;
  }

  .swiper-pagination-bullets-dynamic {
    justify-content: center !important;
    transform: translateY(-20px) translateX(-50px) !important;
  }
  .hero-slider-item button a {
    font-size: 22px;
    padding: 8px 22px;
  }
}
/* Hero Slider End */

/* Feature Categories Start */
.feature {
  padding: 100px 0px 120px 0px;
  text-align: center;
  overflow: hidden;
}

.card-wrapper {
  margin: 50px 0;
  cursor: pointer !important;
}

.swiper {
  position: relative;
}

.feature .feature-heading {
  font-family: var(--primary-font);
  margin: auto;
  display: flex;
  justify-content: center !important;
  align-items: center;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.feature .feature-heading h1 {
  font-size: 25px;
}

/* .feature-heading .bottom-border {
  margin: 0px 40px;
  border-bottom: 2px solid #26a0da;
}

.feature-heading .bottom-border2 {
  margin: 5px 50px 0px 50px;
  border-bottom: 2px solid #26a0da;
} */

.card-wrapper .card {
  transition: all 0.3s ease;
  font-family: var(--secondary-font);
  align-items: center;
  justify-content: center;
  height: auto !important;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #a8bbc7 !important;
}

.card-wrapper .card:hover {
  box-shadow: var(--box-shadow);
  border: var(--border-and-color) !important;
}

.card-wrapper .card:hover .card-details .name h3 {
  color: var(--text-color-blue);
}

.card-wrapper .card .image-box {
  width: 100%;
}

.card-wrapper .card .image-box img {
  padding: 10px 0px 12px 0px;
  width: 100%;
  aspect-ratio: 2/1 !important;
}

.card-wrapper .card .card-details {
  padding: 50px 0px 10px 0px;
}

.card-wrapper .card-details .name h3 {
  font-size: 22px;
  transition: all 0.3s;
}

.card-wrapper .card-details .name {
  margin-top: -30px !important;
  font-weight: 500;
}

.feature .slider-btn-item {
  position: relative;
  width: 200px;
  margin: auto;
}

#feature-category .next-btn {
  position: relative;
  border: var(--border-and-color);
  width: 55px;
  height: 55px;
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin-left: -30px !important;
}

#feature-category .next-btn:hover {
  background: #26a0da;
}

#feature-category .swiper-button-next:hover svg path {
  fill: var(--text-color-white) !important;
}

#feature-category .next-btn::before {
  content: "";
  position: absolute;
  height: 100px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px);
  opacity: 0.8;
  top: -20px;
  right: 14px;
  transition: 1.5s;
  transform: rotate(-10deg) translateX(40px);
}

#feature-category .next-btn:hover:before {
  transform: rotate(-10deg) translate(-60px, -10px);
}

#feature-category .next-btn::after {
  content: "";
  position: absolute;
  height: 100px !important;
  width: 8px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  filter: blur(1px);
  top: -20px;
  right: 0px;
  transition: 1.5s;
  transform: rotate(-10deg) translateX(40px);
}

#feature-category .next-btn:hover::after {
  transform: rotate(-10deg) translate(-60px, -10px);
}

#feature-category .prev-btn {
  position: relative;
  border: var(--border-and-color);
  width: 55px;
  height: 55px;
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin-right: -30px !important;
}

#feature-category .prev-btn:hover {
  background: #26a0da;
}

#feature-category .swiper-button-prev:hover svg path {
  fill: var(--text-color-white) !important;
}

#feature-category .prev-btn::before {
  content: "";
  position: absolute;
  height: 100px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -20px;
  left: 12px;
  transition: 1.5s;
  transform: rotate(10deg) translateX(-40px);
}

#feature-category .prev-btn:hover:before {
  transform: rotate(10deg) translate(60px, -10px);
}

#feature-category .prev-btn::after {
  content: "";
  position: absolute;
  height: 100px !important;
  width: 8px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  filter: blur(1px);
  top: -20px;
  left: 0px;
  transition: 1.5s;
  transform: rotate(10deg) translateX(-40px);
}

#feature-category .prev-btn:hover::after {
  transform: rotate(10deg) translate(60px, -10px);
}

#feature-category .swiper-button-prev::after {
  display: none;
}

#feature-category .swiper-button-next::after {
  display: none;
}

/* Feature Categories End */

/* Offer Sec Start */

#offer .offer-item1 img {
  width: 100%;
  max-width: 253px;

  aspect-ratio: 1/1;
}
#offer .offer-title1 {
  padding-top: 5px;
}

#offer .offer-item1 {
  border-radius: 3px;
  background: var(--background-color);
  border-radius: 6px;
  padding: 20px;
}

#offer .offer-item1 .offer-title1 p {
  font-size: 16px;
  color: var(--item-color);
  margin-bottom: 0px;
  font-family: var(--secondary-font);
  text-wrap: nowrap;
}

#offer .offer-item1 .offer-title1 h1 {
  color: var(--text-color-white);
  font-family: var(--primary-font);
  font-size: 35px;
  margin: 0px;
  text-wrap: nowrap;
  padding-top: 10px;
}
#offer .offer-item1 .offer-title1 h4 {
  color: var(--text-color-white);
  font-family: var(--primary-font);
  font-size: 30px;
  margin: 0px;
  padding-top: 12px;
}

#offer .offer-item1 .offer-title1 h6 {
  color: var(--text-color-white);
  display: flex;
  font-size: 16px;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 15px;
  font-family: var(--secondary-font);
}

#offer .offer-item1 .offer-title1 h6 span {
  padding-left: 10px;
  color: var(--item-color);
  font-family: var(--primary-font);
  font-size: 30px;
  margin: 0px 0;
}

#offer .offer-item1 .offer-button1 {
  position: relative;
  padding: 45px 0;
  margin: -20px 0px 20px 0px;
}

#offer .offer-item1 .offer-button1 a {
  position: absolute;
  text-decoration: none;
  font-size: 22px;
  font-family: var(--secondary-font);
  padding: 12px 30px;
  background: #ffb700e1;
  color: var(--text-color-white);
  border-radius: 3px;
  transition: all 0.3s;
  overflow: hidden;
}

#offer .offer-item1 .offer-title1 a:hover {
  background: #ffb800;
}

#offer .offer-item1 .offer-title1 a::before {
  content: "";
  position: absolute;
  height: 140px !important;
  width: 25px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -55px;
  left: 0px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#offer .offer-item1 .offer-title1 a:hover:before {
  transform: rotate(20deg) translate(220px, -30px);
}

#offer .offer-item1 .offer-title1 a::after {
  content: "";
  position: absolute;
  height: 140px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -55px;
  left: -20px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#offer .offer-item1 .offer-title1 a:hover::after {
  transform: rotate(20deg) translate(220px, -30px);
}

#offer .offer-item2 .offer-title2 {
  text-align: right;
}

#offer .offer-item2 {
  border-radius: 3px;
  background: url(../img/home-img/offer-img/offer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #a8bbc7;
  border-radius: 6px;
  padding: 20px;
}

#offer .offer-item2 img {
  width: 100%;
  max-width: 290px;
  margin-top: 25px;
  aspect-ratio: 1/1;
}

#offer .offer-item2 .offer-title2 p {
  font-size: 16px;
  color: var(--text-color-blue);
  margin-bottom: 0px;
  font-family: var(--secondary-font);
  text-wrap: nowrap;
}
#offer .offer-item2 .offer-title2 {
  padding-top: 4px;
}

#offer .offer-item2 .offer-title2 h4 {
  color: var(--text-color-black);
  font-family: var(--primary-font);
  font-size: 30px;
  margin: 0px;
  padding-top: 12px;
}

#offer .offer-item2 .offer-title2 h1 {
  color: var(--text-color-black);
  font-family: var(--primary-font);
  font-size: 35px;
  margin: 0px;
  text-wrap: nowrap;
  padding-top: 10px;
}

#offer .offer-item2 .offer-title2 h6 {
  color: var(--text-color-black);
  display: flex;
  text-align: right !important;
  justify-content: flex-end;
  font-size: 16px;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 15px;
  font-family: var(--secondary-font);
}

#offer .offer-item2 .offer-title2 h6 span {
  padding-left: 10px;
  color: var(--item-color);
  font-family: var(--primary-font);
  font-size: 30px;
  margin: 0px 0;
}

#offer .offer-item2 .offer-button2 {
  position: relative;
  margin: 0px 145px 24px 0px;
  padding: 25px 10px 40px 0px;
}

#offer .offer-item2 .offer-title2 a {
  position: absolute;
  text-wrap: nowrap;
  text-decoration: none;
  font-size: 22px;
  font-family: var(--secondary-font);
  padding: 12px 30px;
  background: #26a1dabc;
  color: var(--text-color-white);
  border-radius: 3px;
  transition: all 0.3s;
  overflow: hidden;
}

#offer .offer-item2 .offer-title2 a:hover {
  background: #10a6ec;
}

#offer .offer-item2 .offer-title2 a::before {
  content: "";
  position: absolute;
  height: 140px !important;
  width: 25px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -55px;
  left: 0px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#offer .offer-item2 .offer-title2 a:hover:before {
  transform: rotate(20deg) translate(220px, -30px);
}

#offer .offer-item2 .offer-title2 a::after {
  content: "";
  position: absolute;
  height: 140px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -55px;
  left: -20px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#offer .offer-item2 .offer-title2 a:hover::after {
  transform: rotate(20deg) translate(220px, -30px);
}

@media screen and (max-width: 1200px) {
  #offer .offer-item1 {
    margin: 20px 0;
  }
  #offer .offer-item1 img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
  }
  #offer .offer-item2 img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 768px) {
  #offer .offer-item1 .offer-title1 {
    text-align: center;
  }

  #offer .offer-item1 .offer-title1 h6 {
    justify-content: center;
  }

  #offer .offer-item1 img {
    position: relative;
    width: 100%;
    margin: 20px;
    max-width: 100%;
    margin: 0px;
  }

  #offer .offer-item1 .offer-title1 h6 span {
    margin: 0px 0;
  }

  #offer .offer-item2 .offer-title2 {
    text-align: center;
  }

  #offer .offer-item2 .offer-title2 h6 {
    justify-content: center;
  }

  #offer .offer-item2 img {
    position: relative;
    width: 100%;
    margin: 20px;
    max-width: 80%;
    display: flex;

    margin: 0px 0px 0px 40px;
  }

  #offer .offer-item1 .offer-title1 h6 span {
    margin: 0px 0;
  }

  #offer .offer-item1 .offer-button1 {
    display: flex;
    justify-content: center;
  }

  #offer .offer-item2 .offer-button2 {
    position: relative;
    margin: 0px 145px 0px 0px;
    padding: 25px 10px 90px 0px;
  }
}

/* Offer Sec End */

/* Trending Products Start */
.trending {
  padding: 100px 0px 120px 0px;
  text-align: center;
  overflow: hidden;
}

.trending .card-wrapper {
  margin: 50px 0;
}

.trending .swiper {
  position: relative;
}

.trending .trending-heading {
  font-family: var(--primary-font);
  margin: auto;
  display: flex;
  justify-content: center !important;
  align-items: center;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.trending .trending-heading h1 span {
  color: var(--item-color);
}

.trending .trending-heading .bottom-border {
  margin: 0px 80px;
  border-bottom: 2px solid #26a0da;
}

.trending .trending-heading .bottom-border2 {
  margin: 5px 110px 0px 110px;
  border-bottom: 2px solid #26a0da;
}

.trending .card-wrapper .card {
  position: relative;
  transition: all 0.3s ease;
  font-family: var(--secondary-font);
  height: auto !important;
  margin-top: 0px;
  display: flex;
  justify-content: start;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #a8bbc7 !important;
}

.trending .card-wrapper .card:hover {
  border: 1px solid #26a0da !important;
}

.trending .product {
  overflow: hidden;
  padding: 50px 20px;
  text-align: center;
  transition: all 0.3s ease;
  background: var(--text-color-white);
  border-radius: 5px;
}

.trending .product-img-box {
  transition: 0.3s ease-in-out !important;
}

.trending .product-img-box img {
  width: 100%;
  aspect-ratio: 1/1;
}

.trending .product-img {
  transition: all 0.3s ease;
  max-width: 65%;
  display: block;
  margin: auto;
  transition: transform 0.3s ease;
}

.trending .review-star a {
  text-decoration: none;
}

.trending .review-star {
  padding-top: 20px;
}

.trending .review-star i {
  color: var(--item-color) !important;
}

.trending .product-title {
  margin: 20px 0 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.trending .product-title a {
  font-size: 22px;
  font-family: var(--primary-font);
  text-decoration: none;
  color: var(--text-color-black);
}

.trending .product-price {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: var(--item-color);
  font-family: var(--primary-font);
}

.trending .product-icon-btns {
  position: absolute;
  top: 15px;
  right: 1px;
  flex-direction: column;
  display: flex;
}

.trending .product-icon-btns a {
  opacity: 0;
  padding: 5px;
  text-decoration: none;
  border: var(--border-and-color);
  box-shadow: var(--box-shadow);
  display: flex;
  width: 37px;
  height: 37px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  border-radius: 5px;
  color: var(--text-color-blue);
  transition: all 0.3s ease;
  position: relative;
}

.trending .product:hover .product-icon-btns a {
  opacity: 1;
  transform: translate(-15px);
}

.trending .product-icon-btns a:hover svg path {
  stroke: white;
}

.trending .product-icon-btns .product-tooltip {
  font-family: var(--secondary-font);
  position: absolute;
  top: 2px;
  right: 54px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: translateX(30%);
  background: #314755;
  color: var(--text-color-white);
  font-size: 18px;
  padding: 2px 15px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  user-select: none !important;
  pointer-events: none;
}

.trending .product-icon-btns a:hover .product-tooltip {
  opacity: 1;
  transform: translate(18px);
  pointer-events: visible;
}

.trending .img-overlay:hover .product-img-box {
  opacity: 0.4 !important;
  transform: translateX(-2px);
}

.trending .product-icon-btns a:hover {
  background: var(--background-color);
  color: var(--text-color-white);
}

.trending .product-icon-btns .product:hover .product-icon-btns a:nth-child(2) {
  transition-delay: 0.1s;
}

.trending .product-icon-btns .product:hover .product-icon-btns a:nth-child(2) {
  transition-delay: 0.1s;
}

.trending .product-icon-btns .product:hover .product-icon-btns a:nth-child(3) {
  transition-delay: 0.2s;
}

.trending .product {
  width: 100%;
  border-radius: 5px;
}

#trending-product .trending-btn-item {
  position: relative;
  width: 200px;
  margin: auto;
}

#trending-product .next-btn {
  position: relative;
  border: var(--border-and-color);
  width: 55px;
  height: 55px;
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin-left: -30px !important;
}

#trending-product .next-btn:hover {
  background: #26a0da;
}

#trending-product .swiper-button-next:hover svg path {
  fill: var(--text-color-white) !important;
}

#trending-product .next-btn::before {
  content: "";
  position: absolute;
  height: 100px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px);
  opacity: 0.8;
  top: -20px;
  right: 14px;
  transition: 1.5s;
  transform: rotate(-10deg) translateX(40px);
}

#trending-product .next-btn:hover:before {
  transform: rotate(-10deg) translate(-60px, -10px);
}

#trending-product .next-btn::after {
  content: "";
  position: absolute;
  height: 100px !important;
  width: 8px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  filter: blur(1px);
  top: -20px;
  right: 0px;
  transition: 1.5s;
  transform: rotate(-10deg) translateX(40px);
}

#trending-product .next-btn:hover::after {
  transform: rotate(-10deg) translate(-60px, -10px);
}

#trending-product .prev-btn {
  position: relative;
  border: var(--border-and-color);
  width: 55px;
  height: 55px;
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin-right: -30px !important;
}

#trending-product .prev-btn:hover {
  background: #26a0da;
}

#trending-product .swiper-button-prev:hover svg path {
  fill: var(--text-color-white) !important;
}

#trending-product .prev-btn::before {
  content: "";
  position: absolute;
  height: 100px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -20px;
  left: 12px;
  transition: 1.5s;
  transform: rotate(10deg) translateX(-40px);
}

#trending-product .prev-btn:hover:before {
  transform: rotate(10deg) translate(60px, -10px);
}

#trending-product .prev-btn::after {
  content: "";
  position: absolute;
  height: 100px !important;
  width: 8px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  filter: blur(1px);
  top: -20px;
  left: 0px;
  transition: 1.5s;
  transform: rotate(10deg) translateX(-40px);
}

#trending-product .prev-btn:hover::after {
  transform: rotate(10deg) translate(60px, -10px);
}

.trending .swiper-button-prev::after {
  display: none;
}

.trending .swiper-button-next::after {
  display: none;
}
/* Trending Products End */

/* All Product Start */
#all-product h1 {
  font-family: var(--primary-font);
  color: var(--text-color-black);
  padding: 0px 0px 0px 0px !important;
}

#all-product .heading-bottom-bar {
  width: 180px;
  height: 2px;
  background: var(--background-color);
}

#all-product .heading-bottom-bar2 {
  margin: 5px 0px 50px 0px !important;
  margin-top: 10px;
  width: 140px;
  height: 2px;
  background: var(--background-color);
  margin-bottom: 50px;
}

#all-product .product {
  overflow: hidden;
  margin: 20px 0;
  position: relative;
  padding: 50px 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  background: var(--text-color-white);
  border: 1px solid #a8bbc7;
  border-radius: 5px;
}

#all-product .product-img-box {
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

#all-product .product-img-box img {
  width: 100%;
  aspect-ratio: 1/1;
}

#all-product .product-img {
  transition: 0.3s ease-in-out;
  max-width: 65%;
  display: block;
  margin: auto;
  transition: transform 0.3s ease;
}

#all-product .img-overlay:hover .product-img-box {
  transform: translateX(-2px);
  opacity: 0.4 !important;
}

#all-product .product:hover {
  box-shadow: 0 0 10px hsl(0, 0%, 0%, 0.15);
  border: var(--border-and-color);
}

#all-product .review-star a {
  text-decoration: none;
}

#all-product .review-star {
  padding-top: 20px;
}

#all-product .review-star i {
  color: var(--item-color) !important;
}

#all-product .product-title {
  margin: 20px 0 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

#all-product .product-title a {
  font-size: 22px;
  font-family: var(--primary-font);
  text-decoration: none;
  color: var(--text-color-black);
}

#all-product .product-price {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: var(--item-color);
  font-family: var(--primary-font);
}

#all-product .product-icon-btns {
  position: absolute;
  top: 15px;
  right: -12px;
  flex-direction: column;
  display: flex;
}

#all-product .product-icon-btns a {
  opacity: 0;
  padding: 5px;
  text-decoration: none;
  border: var(--border-and-color);
  box-shadow: var(--box-shadow);
  display: flex;
  width: 37px;
  height: 37px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  border-radius: 5px;
  color: var(--text-color-blue);
  transition: all 0.3s ease;
  position: relative;
}

#all-product .product-icon-btns a:hover .product-tooltip {
  opacity: 1;
  transform: translate(18px);
  pointer-events: visible;
}

#all-product .product-icon-btns a:hover {
  background: var(--background-color);
  color: var(--text-color-white);
}

#all-product .product-icon-btns a:hover svg path {
  stroke: white;
}

#all-product
  .product-icon-btns
  .product:hover
  .product-icon-btns
  a:nth-child(2) {
  transition-delay: 0.1s;
}

#all-product
  .product-icon-btns
  .product:hover
  .product-icon-btns
  a:nth-child(2) {
  transition-delay: 0.1s;
}

#all-product
  .product-icon-btns
  .product:hover
  .product-icon-btns
  a:nth-child(3) {
  transition-delay: 0.2s;
}

#all-product .product {
  width: 100%;
  border-radius: 5px;
}

#all-product .product-icon-btns .product-tooltip {
  font-family: var(--secondary-font);
  position: absolute;
  top: 2px;
  right: 54px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: translateX(30%);
  background: #314755;
  color: var(--text-color-white);
  font-size: 18px;
  padding: 2px 15px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  user-select: none !important;
  pointer-events: none;
}

#all-product .button {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 50px 0;
  background: var(--background-color);
}

#all-product .viewmorebtn {
  position: absolute;
  text-align: center;
  align-items: center;
  padding: 7px 40px;
  top: -29px;
  font-size: 22px;
  font-family: var(--secondary-font);
  justify-content: center;
  margin: auto;
  text-decoration: none;
  padding: 10px 60px;
  border-radius: 6px;
  color: var(--text-color-blue);
  letter-spacing: 2px;
  font-weight: bold;
  background: var(--text-color-white);
  border: 1px solid var(--text-color-blue);
  transition: 0.5s ease;
  overflow: hidden;
}

#all-product .viewmorebtn:hover {
  background-color: #26a0da;
  color: white;
}
#all-product .viewmorebtn::before {
  content: "";
  position: absolute;
  height: 120px !important;
  width: 25px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -40px;
  left: 0px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#all-product .viewmorebtn:hover:before {
  transform: rotate(20deg) translate(220px, -30px);
}

#all-product .viewmorebtn::after {
  content: "";
  position: absolute;
  height: 120px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -40px;
  left: -20px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#all-product .viewmorebtn:hover::after {
  transform: rotate(20deg) translate(220px, -30px);
}

@media (min-width: 350px) {
  #all-product .all-icon-btns a {
    opacity: 0;
    transform: translate(-10px);
  }

  #all-product .product:hover .product-icon-btns a {
    opacity: 1;
    transform: translateX(-80%);
  }
}

@media screen and (max-width: 600px) {
  #all-product h1 {
    padding-left: 10px;
  }

  #all-productt .heading-bottom-bar {
    margin-left: 10px;
  }

  #all-product .heading-bottom-bar2 {
    margin-left: 10px;
  }
}
/* All Product End */

/* Deal Section Start */
#deals {
  margin-top: 100px;
  position: relative;
}

#deals .deals {
  border: var(--border-and-color);
  box-shadow: var(--box-shadow);
  border-radius: 5px;
}

#deals .deals .deals-title {
  text-align: center;
  margin-top: 50px;
}

#deals .deals .deals-title .timer-heading {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

#deals .deals .deals-title .timer-heading h1 {
  font-size: 22px;
  margin-bottom: 0px;
  font-family: var(--primary-font);
  color: var(--text-color-blue);
  padding-left: 10px;
}

#deals .deals .deals-title h1 {
  font-size: 22px;
  font-family: var(--primary-font);
  margin-bottom: 0px;
  padding: 8px 0px 12px 0px;
}

#the-final-countdown {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  width: 250px;
  height: 60px;
  background: var(--background-color);
  font-family: var(--primary-font);
  text-align: center;
  color: #eee;
  font-size: 35px;
  border-radius: 6px;
}

#the-final-countdown p {
  margin-bottom: 0px;
}

#deals .deals .deals-title .countdown {
  display: flex;
  align-items: center;
  justify-content: center;
}

#deals .deals .deals-item .deals-template {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-bottom: -150px;
}
#deals .deals .deals-item .deals-template .puls {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  background: var(--background-color);
  margin: 0 40px;
  border-radius: 50%;
}
#deals .deals .deals-item .deals-template .puls::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--background-color);
  opacity: 0.5;
  animation: puls 2s ease-in-out infinite;
  top: 0;
  left: 0;
  z-index: -1;
}
#deals .deals .deals-item .deals-template .puls::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--background-color);
  opacity: 0.5;
  animation: puls2 2.5s ease-in-out infinite;
  left: 0;
  top: 0;
  z-index: -1;
}

#deals .deals .deals-item .deals-template h1 {
  display: flex;
  align-items: center;
  display: block;
  font-size: 26px;
  font-family: var(--primary-font);
  padding-top: 20px;
}

#deals .deals .deals-item .deals-template h1 span {
  font-size: 45px;
  font-family: var(--secondary-font);
}

#deals .deals .deals-item .deals-template .puls svg {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes puls {
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

@keyframes puls2 {
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

#deals .deals .deals-item .deals-slider .deals-product {
  display: flex;
  align-items: center;
}

#deals .deals .deals-item .deals-slider .deals-product img {
  margin-bottom: 50px;
}

#deals .deals .slider-product-price h1 {
  font-size: 30px;
  font-family: var(--primary-font);
  position: absolute;
  left: 40px;
  bottom: 90px !important;
}

#deals .deals .slider-product-price h2 {
  font-size: 30px;
  padding-top: 10px;
  font-family: var(--primary-font);
  color: var(--item-color);
  position: absolute;
  left: 40px;
  bottom: 30px;
}

#deals .deals .slider-product-price h2 span {
  text-decoration: line-through;
  text-decoration-color: #d30202;
  color: #a8bbc7;
  padding-right: 10px;
}

#deals .myslide {
  position: relative;
  display: flex;
  top: 20%;
}

#deals .myslide .swiper-slide {
  position: relative;
  width: 100%;
}

#deals .myslide .swiper-slide .slider-product-price {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#deals .myslide .swiper-slide .slide-img {
  padding: 20px;
  width: 50%;
}

#deals .myslide .swiper-slide img {
  width: 80%;
  background-size: cover;
  object-fit: contain;
}

#deals .myslide2 {
  width: 60% !important;
  height: 320px !important;
  display: flex;
  justify-content: center !important;
  margin: 70px 0px 70px 0px;
}

#deals .slider-item {
  position: relative;
  width: 90%;
  display: flex;
  justify-content: center !important;
}

#deals .myslide2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: var(--border-and-color);
  padding: 8px;
  opacity: 0.6;
}

#deals .myslide2 .swiper-wrapper {
  padding: 0 2px;
}

#deals .myslide2 .swiper-slide-thumb-active {
  opacity: 1 !important;
  border: 3px solid #26a0da;
}

#deals .myslide2 .swiper-slide img {
  width: 100%;
  background-size: cover;
  object-fit: fill;
}

#deals .slider-item .deals-prev svg {
  width: 17px;
}

#deals .slider-item .deals-next svg {
  width: 17px;
}

#deals .slider-item .deals-prev:hover svg path {
  fill: #26a0da;
}

#deals .slider-item .deals-next:hover svg path {
  fill: #26a0da;
}

#deals .slider-item .swiper-button-next::after {
  display: none !important;
}

#deals .slider-item .swiper-button-prev::after {
  display: none !important;
}

#deals .slider-item .deals-prev {
  position: absolute;
  top: 73px;
  left: 50%;
  transform: translate(-50%, -50%);
}

#deals .slider-item .deals-next {
  position: absolute;
  top: 435px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1400px) {
  #deals .deals .slider-product-price h1 {
    font-size: 24px;
    left: 40px;
    bottom: 90px !important;
  }

  #deals .deals .slider-product-price h2 {
    font-size: 24px;
    left: 40px;
    bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  #deals .deals .slider-product-price h1 {
    font-size: 22px;
    left: 40px;
    bottom: 100px !important;
  }

  #deals .deals .slider-product-price h2 {
    font-size: 22px;
    left: 40px;
    bottom: 60px;
  }

  #deals .deals-slider .myslide2 {
    height: 250px !important;
  }
  #deals .deals .deals-item .deals-template h1 {
    font-size: 29px;
    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template h1 span {
    font-size: 40px;
    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template .puls {
    width: 130px !important;
    height: 130px;
  }

  #deals .deals .deals-item .deals-template .puls::before {
    width: 130px;
    height: 130px;
  }
  #deals .deals .deals-item .deals-template .puls::after {
    width: 130px;
    height: 130px;
  }

  #deals .deals .deals-item .product-details {
    margin: 80px 40px 40px 40px;
  }

  #deals .deals .deals-item .product-details h1 {
    font-size: 28px;
  }

  #deals .deals .deals-item .product-details h2 {
    font-size: 26px;
    margin-top: 40px;
  }

  #deals .slider-item .deals-prev {
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #deals .slider-item .deals-next {
    top: 365px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 992px) {
  #deals .deals .slider-product-price h1 {
    font-size: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 50px !important;
    position: none;
  }

  #deals .deals .slider-product-price h2 {
    font-size: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 10px;
  }

  #deals .myslide .swiper-slide .slider-product-price {
    display: block;
    height: 330px;
  }
  #deals .deals .deals-item .deals-template {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: -50px;
  }
  #deals .myslide2 {
    width: 80% !important;
    height: 320px !important;
    display: flex;
    justify-content: center !important;
    margin: 70px 0px 70px 0px;
  }

  #deals .myslide .swiper-slide .slide-img {
    position: absolute;
    left: 22%;
    margin-top: -20px;
    z-index: -444;
    padding-bottom: 50px !important;
    padding: 20px;
    width: 70%;
  }

  #deals .deals .deals-item .deals-template {
    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template h1 {
    font-size: 29px;

    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template h1 span {
    font-size: 40px;

    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template .puls {
    width: 120px !important;
    height: 120px;
  }

  #deals .deals .deals-item .deals-template .puls::before {
    width: 120px;
    height: 120px;
  }
  #deals .deals .deals-item .deals-template .puls::after {
    width: 120px;
    height: 120px;
  }

  #deals .deals .deals-item .product-details {
    margin: 40px;
  }

  #deals .deals .deals-item .product-details h1 {
    font-size: 28px;
  }

  #deals .deals .deals-item .product-details h2 {
    font-size: 26px;
    margin-top: 20px;
  }

  #deals .deals .deals-item .deals-slider .deals-product img {
    padding-left: 40px;
  }

  #deals .myslide2 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  #deals .slider-item .deals-prev {
    top: 90px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #deals .slider-item .deals-next {
    top: 385px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  #deals .deals .slider-product-price h1 {
    font-size: 18px;
    left: 40%;
    transform: translate(-50%, -50%);
    bottom: 80px !important;
    position: none;
  }

  #deals .deals .slider-product-price h2 {
    font-size: 18px;
    left: 40%;
    transform: translate(-50%, -50%);
    bottom: 40px;
  }

  #deals .myslide .swiper-slide .slider-product-price {
    display: block;
  }
  #deals .deals .deals-item .deals-template {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: -50px;
  }

  #deals .myslide2 {
    width: 100% !important;
    margin: 100px 0px 70px -90px;
  }

  #deals .myslide .swiper-slide .slide-img {
    position: absolute;
    left: 13%;
    margin-top: 0px;
    z-index: -444;
    padding-bottom: 20px !important;
    padding: 0px;
    width: 70%;
  }

  #deals .deals .deals-item .deals-template {
    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template h1 {
    font-size: 26px;
    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template h1 span {
    font-size: 38px;

    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template .puls {
    width: 100px !important;
    height: 100px;
  }

  #deals .deals .deals-item .deals-template .puls::before {
    width: 100px;
    height: 100px;
  }
  #deals .deals .deals-item .deals-template .puls::after {
    width: 100px;
    height: 100px;
  }

  #deals .deals .deals-item .product-details {
    margin: 40px;
  }

  #deals .deals .deals-item .product-details h1 {
    font-size: 26px;
  }

  #deals .deals .deals-item .product-details h2 {
    font-size: 25px;
    margin-top: 20px;
  }

  #deals .deals .deals-item .deals-slider .deals-product img {
    padding-left: 40px;
  }

  #the-final-countdown {
    width: 160px;
    height: 40px;
    background: var(--background-color);
    font-family: var(--primary-font);
    text-align: center;
    color: #eee;
    font-size: 25px;
    border-radius: 6px;
  }

  #deals .slider-item .deals-prev {
    top: 100px;
    left: 8%;
    transform: translate(-50%, -50%);
  }
  #deals .slider-item .deals-next {
    top: 395px;
    left: 8%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 575px) {
  #deals .deals .slider-product-price h1 {
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-align: center;

    bottom: 0px !important;
    position: none;
  }

  #deals .deals .slider-product-price h2 {
    font-size: 16px;

    bottom: -30px;
  }

  #deals .myslide .swiper-slide .slider-product-price {
    display: block;
    height: 290px;
  }
  #deals .deals .deals-item .deals-template {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: -50px;
  }

  #deals .deals-slider .myslide {
    height: 300px;
    margin-bottom: 150px !important;
  }

  #deals .slider-item .myslide2 {
    width: 100% !important;
    height: 200px !important;
    margin: 120px 0px 40px -30px;
  }

  #deals .myslide .swiper-slide .slide-img {
    position: absolute;
    left: 13%;
    margin-top: 30px;
    z-index: -444;
    padding-bottom: 0px !important;
    padding: 0px;
    width: 70%;
  }

  #deals .deals .deals-item .deals-template {
    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template h1 {
    font-size: 22px;

    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template h1 span {
    font-size: 35px;

    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template .puls {
    width: 90px !important;
    height: 90px;
    margin: 0 20px;
  }

  #deals .deals .deals-item .deals-template .puls::before {
    width: 90px;
    height: 90px;
  }
  #deals .deals .deals-item .deals-template .puls::after {
    width: 90px;
    height: 90px;
  }

  #deals .deals .deals-item .product-details {
    margin: 25px;
  }

  #deals .deals .deals-item .product-details h1 {
    font-size: 25px;
  }

  #deals .deals .deals-item .product-details h2 {
    font-size: 26px;
    margin-top: 20px;
  }

  #deals .deals .deals-item .deals-slider .deals-product img {
    padding-left: 20px;
  }

  #deals .myslide2 {
    width: 100% !important;
    height: 200px !important;
    margin-top: 40px;
    margin-bottom: 70px;
  }

  #deals .myslide2 .swiper-slide {
    width: 80%;
    padding: 5px !important;
  }

  #deals .slider-item .deals-prev {
    top: 120px;
    left: 28%;
    transform: translate(-50%, -50%);
  }
  #deals .slider-item .deals-next {
    top: 365px;
    left: 28%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 480px) {
  #deals .deals .slider-product-price h1 {
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-align: center;

    bottom: 0px !important;
    position: none;
  }

  #deals .deals .slider-product-price h2 {
    font-size: 16px;

    bottom: -20px;
  }

  #deals .myslide .swiper-slide .slider-product-price {
    display: block;
    height: 250px;
  }

  #deals .deals .deals-item .deals-template {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: -50px;
  }

  #deals .deals-slider .myslide {
    height: 280px;
    margin-bottom: 70px !important;
  }

  #deals .slider-item .myslide2 {
    width: 100% !important;
    height: 180px !important;
    margin: 100px 0px 40px -30px;
  }

  #deals .myslide .swiper-slide .slide-img {
    position: absolute;
    left: 13%;
    margin-top: 30px;
    z-index: -444;
    padding-bottom: 0px !important;
    padding: 0px;
    width: 70%;
  }

  #deals .slider-item .deals-prev {
    top: 105px;
    left: 23%;
    transform: translate(-50%, -50%);
  }

  #deals .slider-item .deals-next {
    top: 320px;
    left: 23%;
    transform: translate(-50%, -50%);
  }

  #deals .slider-item .deals-prev svg {
    width: 13px !important;
  }

  #deals .slider-item .deals-next svg {
    width: 13px !important;
  }
}

@media screen and (max-width: 450px) {
  #deals .deals .deals-item .deals-template {
    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template h1 {
    font-size: 22px;

    padding-top: 20px;
  }

  #deals .deals .deals-item .deals-template h1 span {
    font-size: 35px;

    padding-top: 20px;
  }

  #deals .deals .deals-item .product-details {
    margin: 25px;
  }

  #deals .deals .deals-item .product-details h1 {
    font-size: 25px;
  }

  #deals .deals .deals-item .product-details h2 {
    font-size: 26px;
    margin-top: 20px;
  }

  #deals .deals .deals-item .deals-slider .deals-product img {
    padding-left: 20px;
  }

  #deals .myslide2 .swiper-slide {
    padding: 0px;
  }

  #deals .slider-item .deals-prev {
    top: 105px;
    left: 18%;
    transform: translate(-50%, -50%);
  }

  #deals .slider-item .deals-next {
    top: 320px;
    left: 18%;
    transform: translate(-50%, -50%);
  }
}
/* Deal Section End */

/* Latest Blog Start */
#latest-blog {
  padding: 100px 0px 0px 0px;
  text-align: center;
}

#latest-blog .blog-heading {
  font-family: var(--primary-font);
  margin: auto;
  display: flex;
  justify-content: center !important;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

#latest-blog .blog-heading span {
  color: var(--item-color);
}

#latest-blog .blog-heading .bottom-border {
  margin: 0px 30px;
  border-bottom: 2px solid #26a0da;
}

#latest-blog .blog-heading .bottom-border2 {
  margin: 5px 50px 10px 50px;
  border-bottom: 2px solid #26a0da;
}

#latest-blog .blog-item {
  margin: 50px 0px 0px 0px;
  border-radius: 5px;
  line-height: 1.5;
  position: relative;
  padding: 5px;
  border: 1px solid #a8bbc7;
  transition: all 0.3s ease;
}

#latest-blog .blog-item:hover {
  box-shadow: var(--box-shadow);
  border: var(--border-and-color);
}

#latest-blog .blog-item p {
  font-size: 18px;
  padding-top: 10px;
  font-family: var(--secondary-font);
  color: var(--text-color-blue);
}

#latest-blog .blog-item .title-box a {
  color: var(--text-color-black);
  font-size: 22px;
  font-family: var(--primary-font);
  margin: auto;
}

#latest-blog .blog-item .title-box {
  margin-bottom: 40px;
}

#latest-blog .blog-item .blog-title {
  padding-bottom: 10px;
}

#latest-blog .blog-item span {
  color: #7c8992;
  font-size: 18px;
  padding: 0px 20px 20px 0px;
  display: flex;
  justify-content: center;
}

#latest-blog .blog-item a {
  text-decoration: none;
}

#latest-blog .blog-item .blog-btns {
  display: flex;
  justify-content: center;
}

#latest-blog .blog-item .blog-btns a {
  font-size: 22px;
  font-family: var(--secondary-font);
  color: var(--text-color-blue);
  background: var(--text-color-white);
  border: var(--border-and-color);
  position: absolute;
  text-wrap: nowrap;
  text-align: center !important;
  padding: 10px 36.5px;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.5s ease;
  overflow: hidden;
  bottom: -25px;
  width: 179.34px;
  display: flex;
  justify-content: center;
}

#latest-blog .blog-item .blog-btns a::before {
  content: "";
  position: absolute;
  height: 120px !important;
  width: 25px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -40px;
  left: 0px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#latest-blog .blog-item .blog-btns a:hover:before {
  transform: rotate(20deg) translate(220px, -30px);
}

#latest-blog .blog-item .blog-btns a::after {
  content: "";
  position: absolute;
  height: 120px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -40px;
  left: -20px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#latest-blog .blog-item .blog-btns a:hover::after {
  transform: rotate(20deg) translate(220px, -30px);
}

#latest-blog .blog-item .blog-btns a:hover {
  background: var(--background-color);
  color: var(--text-color-white);
}

#latest-blog .feature-heading {
  font-family: var(--primary-font);
}

#latest-blog .bottom-border {
  margin: 10px 80px;
  border-bottom: 2px solid #26a0da;
}

#latest-blog .bottom-border2 {
  margin: 10px 110px 0px 110px;
  border-bottom: 3px solid #26a0da;
}

#latest-blog .button {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 100px 0px 50px 0px;
  background: var(--background-color);
}

#latest-blog .viewmorebtn {
  position: absolute;
  text-align: center;
  align-items: center;
  top: -29px;
  font-size: 22px;
  font-family: var(--secondary-font);
  justify-content: center;
  margin: auto;
  text-decoration: none;
  padding: 10px 60px;
  border-radius: 6px;
  color: var(--text-color-blue);
  letter-spacing: 2px;
  background: var(--text-color-white);
  border: 1px solid var(--text-color-blue);
  transition: 0.5s ease;
  overflow: hidden;
}

#latest-blog .viewmorebtn:hover {
  background-color: #26a0da;
  color: white;
}

#latest-blog .viewmorebtn::before {
  content: "";
  position: absolute;
  height: 120px !important;
  width: 25px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -40px;
  left: 0px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#latest-blog .viewmorebtn:hover:before {
  transform: rotate(20deg) translate(220px, -30px);
}

#latest-blog .viewmorebtn::after {
  content: "";
  position: absolute;
  height: 120px !important;
  width: 15px !important;
  background: rgba(255, 255, 255, 0.815);
  filter: blur(2px) !important;
  opacity: 0.8;
  top: -40px;
  left: -20px;
  transition: 1.5s;
  transform: rotate(20deg) translateX(-40px);
}

#latest-blog .viewmorebtn:hover::after {
  transform: rotate(20deg) translate(220px, -30px);
}

@media screen and (max-width: 1400px) {
  #latest-blog .blog-item p {
    font-size: 16px;
    padding-top: 10px;
  }

  #latest-blog .blog-item .title-box a {
    font-size: 20px;
  }

  #latest-blog .blog-item .title-box {
    margin-bottom: 40px;
  }

  #latest-blog .blog-item .blog-title {
    padding-bottom: 10px;
  }

  #latest-blog .blog-item span {
    font-size: 16px;
    padding: 0px 20px 20px 0px;
  }
}
/* Latest Blog End */

/* Top Rated Product Start */
#top-all-product {
  padding: 80px 0px 0px 0px;
}

#top-all-product .rated-product {
  border: 1px solid rgba(168, 187, 199, 1);
  border-radius: 10px;
}

#top-all-product .rated-heading {
  text-align: center;
  font-size: 35px;
  padding-bottom: 50px;
  font-family: var(--primary-font);
}

#top-all-product .rated-heading span {
  color: var(--item-color);
}

#top-all-product .rated-product {
  position: relative;
}

#top-all-product .rated-product {
  padding: 20px;
}

#top-all-product .topslide {
  width: 90% !important;
  padding: 0px !important;
  height: 100% !important;
  box-sizing: border-box;
  margin-left: 20px !important;
}
#top-all-product .topslide .swiper-slide {
  position: relative;
}
#top-all-product .topslide .swiper-slide .discount {
  position: absolute;
  top: 10px;
  left: 10px;
}
#top-all-product .topslide .swiper-slide .discount h1 {
  position: absolute;
  font-size: 16px;
  font-family: var(--secondary-font);
  top: 18px;
  left: 8px;
}

#top-all-product .topslide .swiper-slide-active {
  padding-bottom: 130px;
  width: 100%;
  height: 100px;
}

#top-all-product .topslide .review-star a {
  text-decoration: none;
}

#top-all-product .topslide .review-star i {
  color: #ffb800;
  padding: 20px 0;
}

#top-all-product .topslide .review-star {
  text-align: center;
}

#top-all-product .topslide .product-title {
  text-align: center;
}

#top-all-product .topslide .product-title h1 {
  font-size: 22px;
  padding-bottom: 20px;
  margin: 0px;
  font-family: var(--primary-font);
}

#top-all-product .topslide .product-price {
  text-align: center;
}

#top-all-product .topslide .product-price h3 {
  color: var(--item-color);
  font-size: 25px;
  font-family: var(--primary-font);
}

#top-all-product .topslide .product-price h3 span {
  color: #a8bbc7;
  text-decoration: line-through;
  text-decoration-color: #d30202;
  padding-right: 10px;
}

#top-all-product .topslide .swiper-slide img {
  display: block;
  width: 98%;
  aspect-ratio: 2/1.8;
  object-fit: fill !important;
  padding: 20px;
  border: 1px solid #a8bbc7;
  border-radius: 8px;
}

#top-all-product .swiper-slide {
  background-size: cover;
  background-position: center;
}

#top-all-product .top-rated-item {
  position: relative;
  height: 100%;
  width: 100%;
}

#top-all-product .topslide2 {
  height: 100%;
  width: 100%;
}

#top-all-product .topslide2 .swiper-slide {
  display: flex;
  justify-content: center !important;
  border: var(--border-and-color);
  width: 85%;
  border-radius: 6px;
  opacity: 0.4;
  padding: 8px;
}

#top-all-product .topslide2 .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #26a0da;
}

#top-all-product .topslide2 .swiper-slide img {
  display: block;
  max-width: 100%;
  object-fit: fill !important;
  background-size: cover !important;
}

#top-all-product .top-rated-next {
  position: absolute;
  top: 425px;
  left: 43%;
  transform: translate(-50%, -50%);
  margin: 0px;
}

#top-all-product .top-rated-next svg {
  width: 17px;
}

#top-all-product .swiper-button-next:hover svg path {
  fill: #26a0da;
}

#top-all-product .swiper {
  margin-top: 25px !important;
  width: 80%;
  height: 400px;
}

#top-all-product .slider-item {
  display: flex;
  align-items: center;
  width: 100% !important;
  border-radius: 10px;
  border: var(--border-and-color) !important;
}

#top-all-product .slider-item img {
  width: 100% !important;
  border-radius: 12px;
}

#top-all-product .swiper-button-next::after {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  #top-all-product .swiper {
    width: 100%;
    height: 420px;
  }
  #top-all-product .top-rated-next {
    top: 445px;
    left: 43%;
  }
  #top-all-product .topslide {
    width: 90% !important;
    margin-bottom: 50px;
    padding: 0px !important;
  }
}

@media screen and (max-width: 1200px) {
  #top-all-product .swiper {
    width: 100%;
    height: 360px;
  }
  #top-all-product .top-rated-next {
    position: absolute;
    top: 385px;
    left: 43%;
    transform: translate(-50%, -50%);
    margin: 0px;
  }
  #top-all-product .topslide .product-title h1 {
    font-size: 18px;
  }
  #top-all-product .topslide .product-price h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  #top-all-product .swiper {
    width: 80%;
    height: 430px;
  }
  #top-all-product .top-rated-next {
    top: 455px;
    left: 43%;
  }
  #top-all-product .topslide .product-title h1 {
    font-size: 22px;
  }
  #top-all-product .topslide .product-price h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  #top-all-product .swiper {
    width: 90%;
    height: 420px;
  }
  #top-all-product .top-rated-next {
    top: 375px;
    left: 43%;
  }
  #top-all-product .rated-heading {
    font-size: 30px !important;
  }

  #top-all-product .swiper {
    height: 350px;
  }
}

@media screen and (max-width: 575px) {
  #top-all-product .swiper {
    width: 100%;
    height: 340px;
  }
  #top-all-product .top-rated-next {
    top: 365px;
    left: 43%;
  }
  #top-all-product .rated-heading {
    font-size: 25px !important;
  }
  #top-all-product .topslide .product-title h1 {
    font-size: 18px;
  }
  #top-all-product .topslide .product-price h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  #top-all-product .top-rated-next {
    top: 335px;
    left: 43%;
  }

  #top-all-product .swiper {
    height: 310px;
  }
  #top-all-product .topslide .swiper-slide .discount {
    top: 0px;
    left: 8px;
  }
  #top-all-product .topslide .swiper-slide .discount svg {
    width: 40px !important;
  }
  #top-all-product .topslide .swiper-slide .discount h1 {
    font-size: 10px;
    font-family: var(--secondary-font);
    top: 23px;
    left: 5px;
  }
}

@media screen and (max-width: 450px) {
  #top-all-product .topslide {
    margin-bottom: 20px;
  }
  #top-all-product .topslide2.swiper {
    height: 253px !important;
  }
  #top-all-product .top-rated-next {
    top: 275px;
    left: 43%;
  }
  #top-all-product .topslide .product-title h1 {
    font-size: 16px;
  }
  #top-all-product .topslide .product-price h3 {
    font-size: 18px;
  }
}

/* Top Rated Product End */

/* Top Selling Product Start */
#top-all-product .selling-product {
  border: 1px solid rgba(168, 187, 199, 1);
  border-radius: 10px;
}

#top-all-product .selling-heading {
  text-align: center;
  font-size: 35px;
  padding-bottom: 50px;
  font-family: var(--primary-font);
}

#top-all-product .selling-heading span {
  color: var(--item-color);
}

#top-all-product .selling-product {
  position: relative;
}

#top-all-product .selling-product {
  padding: 20px;
}

#top-all-product .sellingslide {
  width: 90% !important;
  padding: 0px !important;
  height: 100% !important;
  box-sizing: border-box;
  margin-left: 20px !important;
}
#top-all-product .sellingslide .swiper-slide {
  position: relative;
}
#top-all-product .sellingslide .swiper-slide .discount {
  position: absolute;
  top: 10px;
  right: 18px;
}
#top-all-product .sellingslide .swiper-slide .discount h1 {
  position: absolute;
  font-size: 16px;
  color: var(--text-color-white);
  font-family: var(--secondary-font);
  top: 18px;
  right: 5px;
}

#top-all-product .sellingslide .swiper-slide-active {
  padding-bottom: 130px;
  width: 100%;
  height: 100px;
}

#top-all-product .sellingslide .review-star a {
  text-decoration: none;
}

#top-all-product .sellingslide .review-star i {
  color: #ffb800;
  padding: 20px 0;
}

#top-all-product .sellingslide .review-star {
  text-align: center;
}

#top-all-product .sellingslide .product-title {
  text-align: center;
}

#top-all-product .sellingslide .product-title h1 {
  font-size: 22px;
  padding-bottom: 20px;
  margin: 0px;
  font-family: var(--primary-font);
}

#top-all-product .sellingslide .product-price {
  text-align: center;
}

#top-all-product .sellingslide .product-price h3 {
  color: var(--item-color);
  font-size: 25px;
  font-family: var(--primary-font);
}

#top-all-product .sellingslide .product-price h3 span {
  color: #a8bbc7;
  text-decoration: line-through;
  text-decoration-color: #d30202;
  padding-right: 10px;
}

#top-all-product .sellingslide .swiper-slide img {
  display: block;
  width: 98%;
  aspect-ratio: 2/1.8;
  object-fit: fill !important;
  padding: 20px;
  border: 1px solid #a8bbc7;
  border-radius: 8px;
}

#top-all-product .swiper-slide {
  background-size: cover;
  background-position: center;
}

#top-all-product .top-selling-item {
  position: relative;
  height: 100%;
  width: 100%;
}

#top-all-product .sellingslide2 {
  height: 100%;
  width: 100%;
  margin-left: 40px;
}

#top-all-product .sellingslide2 .swiper-slide {
  display: flex;
  justify-content: center !important;
  border: var(--border-and-color);
  width: 85%;
  border-radius: 6px;
  opacity: 0.4;
  padding: 8px;
}

#top-all-product .sellingslide2 .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #26a0da;
}

#top-all-product .sellingslide2 .swiper-slide img {
  display: block;
  max-width: 100%;
  object-fit: fill !important;
  background-size: cover !important;
}

#top-all-product .top-selling-next {
  position: absolute;
  top: 425px;
  left: 55%;
  transform: translate(-50%, -50%);
  margin: 0px;
}

#top-all-product .top-selling-next svg {
  width: 17px;
}

#top-all-product .swiper-button-next:hover svg path {
  fill: #26a0da;
}

#top-all-product .swiper {
  margin-top: 25px !important;
  width: 80%;
  height: 400px;
}

#top-all-product .slider-item {
  display: flex;
  align-items: center;
  width: 100% !important;
  border-radius: 10px;
  border: var(--border-and-color) !important;
}

#top-all-product .slider-item img {
  width: 100% !important;
  border-radius: 12px;
}

#top-all-product .swiper-button-next::after {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  #top-all-product .swiper {
    width: 100%;
    height: 420px;
  }
  #top-all-product .top-selling-next {
    top: 445px;
    left: 43%;
  }
  #top-all-product .sellingslide {
    width: 90% !important;
    margin-bottom: 50px;
    padding: 0px !important;
  }

  #top-all-product .top-selling-next {
    top: 445px;
    left: 55%;
  }
  #top-all-product .sellingslide2 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  #top-all-product .swiper {
    width: 100%;
    height: 360px;
  }
  #top-all-product .top-selling-next {
    position: absolute;
    top: 385px;
    left: 43%;
    transform: translate(-50%, -50%);
    margin: 0px;
  }
  #top-all-product .sellingslide .product-title h1 {
    font-size: 18px;
  }
  #top-all-product .sellingslide .product-price h3 {
    font-size: 22px;
  }
  #top-all-product .top-selling-next {
    top: 385px;
    left: 57%;
  }
}

@media screen and (max-width: 992px) {
  #top-all-product .swiper {
    width: 80%;
    height: 430px;
  }
  #top-all-product .top-selling-next {
    top: 455px;
    left: 43%;
  }
  #top-all-product .sellingslide .product-title h1 {
    font-size: 22px;
  }
  #top-all-product .sellingslide .product-price h3 {
    font-size: 25px;
  }
  #top-all-product .top-selling-next {
    top: 455px;
    left: 53%;
  }
  #top-all-product .sellingslide2 {
    margin-left: 40px;
  }
  #top-all-product .selling-heading {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  #top-all-product .swiper {
    width: 90%;
    height: 420px;
  }
  #top-all-product .top-selling-next {
    top: 375px;
    left: 43%;
  }
  #top-all-product .selling-heading {
    font-size: 30px !important;
  }

  #top-all-product .swiper {
    height: 350px;
  }
  #top-all-product .top-selling-next {
    top: 375px;
    left: 58%;
  }
  #top-all-product .sellingslide2 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 575px) {
  #top-all-product .swiper {
    width: 100%;
    height: 340px;
  }
  #top-all-product .top-selling-next {
    top: 365px;
    left: 43%;
  }
  #top-all-product .selling-heading {
    font-size: 25px !important;
  }
  #top-all-product .sellingslide .product-title h1 {
    font-size: 18px;
  }
  #top-all-product .sellingslide .product-price h3 {
    font-size: 22px;
  }
  #top-all-product .top-selling-next {
    top: 365px;
    left: 58%;
  }
  #top-all-product .sellingslide2 {
    margin-left: 25px;
  }
}

@media screen and (max-width: 500px) {
  #top-all-product .top-selling-next {
    top: 335px;
    left: 43%;
  }

  #top-all-product .swiper {
    height: 310px;
  }
  #top-all-product .sellingslide .swiper-slide .discount {
    top: 0px;
    right: 14px;
  }
  #top-all-product .sellingslide .swiper-slide .discount svg {
    width: 40px !important;
  }
  #top-all-product .sellingslide .swiper-slide .discount h1 {
    font-size: 10px;
    font-family: var(--secondary-font);
    top: 23px;
    right: 5px;
  }
  #top-all-product .sellingslide .swiper-slide img {
    padding: 40px 20px 20px 20px;
  }
  #top-all-product .top-selling-next {
    top: 335px;
    left: 58%;
  }
  #top-all-product .sellingslide2 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 450px) {
  #top-all-product .sellingslide {
    margin-bottom: 20px;
  }
  #top-all-product .sellingslide2.swiper {
    height: 253px !important;
  }
  #top-all-product .top-selling-next {
    top: 275px;
    left: 43%;
  }
  #top-all-product .sellingslide .product-title h1 {
    font-size: 16px;
  }
  #top-all-product .sellingslide .product-price h3 {
    font-size: 18px;
  }
  #top-all-product .top-selling-next {
    left: 58% !important;
  }
}
@media screen and (max-width: 450px) {
  #top-all-product .top-selling-next {
    left: 63% !important;
  }
}

/* Top Selling Product End */

/* Get Many offers Start */

#get-offer {
  margin: 100px 0px 0px 0px;
  background: var(--background-color);
}

#get-offer .offer {
  padding-top: 50px !important;
  display: flex;
  align-items: center;
}

#get-offer .offer-img {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

#get-offer .offer-img img {
  width: 100%;
  margin: 0px 0;
}

#get-offer .offer-img a img {
  width: 30px;
  height: 30px;
}

#get-offer .offer-img .img-text h1 {
  font-family: var(--primary-font);
  white-space: nowrap;
  font-size: 28px;
}

#get-offer .offer-img .img-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#get-offer .offer-img a {
  text-decoration: none;
  font-size: 18px;
  color: var(--text-color-white);
  font-family: var(--secondary-font);
}

.sign-up h1 {
  color: var(--text-color-black);
  font-family: var(--primary-font);
  font-size: 32px;
  margin-bottom: 0px;
}

.sign-up h2 {
  color: var(--item-color);
  font-family: var(--primary-font);
  font-size: 32px;
}

.sign-up p {
  color: var(--text-color-white);
  font-family: var(--secondary-font);
  font-size: 18px;
  margin-bottom: 30px;
}

.sign-up p span {
  font-size: 22px;
  color: var(--item-color);
}

#get-offer .sign-up form {
  display: flex;
  justify-content: space-between;
  background: white;
  border-radius: 5px;
}

#get-offer .sign-up form a {
  font-family: var(--secondary-font);
  font-size: 22px;
  text-decoration: none;
  background: var(--item-color);
  color: var(--text-color-black);
  border-radius: 5px;
  font-weight: 600;
  margin: 5px;
  padding: 5px 20px;
}

#get-offer .sign-up {
  margin-bottom: 50px;
}

#get-offer .sign-up input {
  width: 100%;
  padding-left: 25px;
  font-family: var(--secondary-font);
  font-size: 18px;
  background: none;
  border: none;
  outline: none;
}

@media screen and (max-width: 992px) {
  #get-offer .offer-img {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  #get-offer .offer-img .img-text h1 {
    font-size: 18px;
  }

  #get-offer .offer-img .img-text a {
    font-size: 14px;
  }

  .sign-up h1 {
    font-size: 28px;
  }

  .sign-up h2 {
    font-size: 28px;
  }

  .sign-up p {
    font-size: 16px;
  }

  #get-offer .sign-up form a {
    font-size: 18px;
  }

  #get-offer .sign-up input {
    font-size: 16px;
  }
}
/* Get Many offers End */

/* Preloader Start */
.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.98);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 9999 !important;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
