*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:root {
  --heading-color: #ff1d4d;
  --fontawesome: "Font Awesome 5 Pro";
  --white: #ffffff;
  --black: #000;
  --para: #000
}


/* ========== Blur Box only for Promo Run =========== */

#blur-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 10000000000;
}

/* Modal content */
.blur-content {
  position: relative;
  padding: 20px;
  background: white;
  border-radius: 8px;
  max-width: 70%;
  width: 100%;
  text-align: center;
}

#blur-box .close-btn {
  position: absolute;
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  top: -10px;
  right: -10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001 !important;
  border-radius: 50%;
  background-color: var(--heading-color);
}

#blur-box .close-btn:hover {
  scale: 1.2;
}

.blur-content img {
  max-width: 100%;
  height: auto;
}

#blur-box .link-data a {
  background-color: var(--heading-color);
  color: white;
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  margin-top: 15px;
  transition: 200ms;
  font-size: 15px;
}

#blur-box .link-data a:hover {
  background-color: #ff4f75;
  border-radius: 0;
}

@media(max-width:1400px) {
  .blur-content {
    max-width: 80%;
  }
}

@media(max-width:1100px) {
  .blur-content {
    max-width: 90%;
  }
}

@media(max-width: 576px) {
  .blur-content {
    padding: 7px;
    max-width: 70%;
  }

  #blur-box .link-data a {
    padding: 12px 22px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .blur-content {
    max-width: 80%;
  }
}

@media (max-width: 400px) {
  .blur-content {
    max-width: 90%;
  }
}



/* ========== Blur Box only for Promo Run2 =========== */

#blur-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 10000000000;
}

/* Modal content */
.blur-content2 {
  position: relative;
  padding: 20px;
  background: white;
  border-radius: 8px;
  max-width: 70%;
  width: 100%;
  text-align: center;
}

#blur-box2 .close-btn {
  position: absolute;
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  top: -10px;
  right: -10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001 !important;
  border-radius: 50%;
  background-color: var(--heading-color);
}

#blur-box2 .close-btn:hover {
  scale: 1.2;
}

.blur-content2 img {
  max-width: 100%;
  height: auto;
}

#blur-box2 .link-data a {
  background-color: var(--heading-color);
  color: white;
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  margin-top: 15px;
  transition: 200ms;
  font-size: 15px;
}

#blur-box2 .link-data a:hover {
  background-color: #ff4f75;
  border-radius: 0;
}

@media(max-width:1400px) {
  .blur-content2 {
    max-width: 80%;
  }
}

@media(max-width:1100px) {
  .blur-content2 {
    max-width: 90%;
  }
}

@media(max-width: 576px) {
  .blur-content2 {
    padding: 7px;
    max-width: 70%;
  }

  #blur-box2 .link-data a {
    padding: 12px 22px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .blur-content2 {
    max-width: 80%;
  }
}

@media (max-width: 400px) {
  .blur-content2 {
    max-width: 90%;
  }
}

/*-- ==================  top category  =================== --*/

.top-caterorie .data {
  transition: all 0.5s linear;
}

.top-caterorie .data:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

.top-caterorie .head h1 {
  font-size: clamp(32px, 2.5vw, 120px);
  color: var(--black);
  font-weight: 700;
}

.top-caterorie .data {
  box-shadow: 0px 10px 30px -5px rgb(109 117 143 / 33%);
  border-radius: 6px;
  background-color: white;
  padding: 30px 15px 10px 15px;
}

.top-caterorie .data .image {
  width: 100%;
  height: 370px;
}

.top-caterorie .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
}

.top-caterorie .data .headding h1 {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin: 5px 0px;
  font-size: 25px;
  font-weight: 700;
  color: var(--heading-color);
  letter-spacing: 2px;
}

/* ============== Section3 here =============== */

.section3 {
  background-image: url(../image/shape_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: var(--white);
}

.section3 .outside-div {
  background-image: url(../image/section3_banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.section3 .card_slider .heading {
  font-size: clamp(32px, 2vw, 120px);
  color: var(--white);
  font-weight: 700;
}

.section3 .data {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: grid;
  place-items: center;
}

.section3 .img_box {
  display: grid;
  place-items: center;
}

.section3 .img_box .data {
  overflow: hidden;
}

.section3 .img_box .data img {
  width: 70%;
}

.section3 .img_box p {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: var(--white);
}