@import url("core.css?2");
.all_items {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

.hero1 {
  width: 100%;
}
.hero1 .cover_section {
  position: relative;
  min-height: 500px;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.hero1 .box-container {
  background-color: rgba(0, 0, 0, 0.726);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  min-height: 500px;
  width: 100%;
  z-index: 1;
  padding-top: 70px;
  text-align: center;
}
.hero1 .box-container h1 {
  color: white;
  font-size: 3rem;
  font-weight: bolder;
}
.hero1 .box-container .container {
  padding: 2rem;
}
.hero1 .box-container .tag-message {
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .hero1 .box-container h1 {
    font-size: 2rem;
  }
  .hero1 .box-container .tag-message {
    font-size: 0.75rem;
  }
}
.hero1 video, .hero1 .background_image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero1 .category_s {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.hero1 .category_s a {
  padding: 6px 15px;
  margin: 5px;
  border-radius: 30px;
  border: 2px solid white;
  color: white;
}
.hero1 .category_s a:hover {
  background-color: white;
  color: black;
  transition-duration: 0.4s;
  transform: scale(1.08);
}

.see_all_over {
  background: linear-gradient(0deg, rgb(255, 255, 255), rgba(0, 0, 0, 0));
  min-height: 200px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.capcut-slider {
  padding: 0 1rem;
}
.capcut-slider .capcut-views {
  display: flex;
}
.capcut-slider .capcut-views .swiper-slide {
  width: 200px;
  height: 355.5555555556px;
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent;
  background-color: rgb(219, 219, 219);
}
.capcut-slider .capcut-views .swiper-slide img {
  height: 100%;
  width: 100%;
}
.capcut-slider .capcut-views .see-more-bt {
  height: 100%;
  width: 100%;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .capcut-slider .capcut-views .swiper-slide {
    width: 150px;
    height: 266.6666666667px;
  }
}
@media screen and (max-width: 450px) {
  .capcut-slider .capcut-views .swiper-slide {
    width: 100px;
    height: 177.7777777778px;
  }
}

.png-section-cont .card {
  margin: 5px;
  background-image: url("https://i.postimg.cc/BbMhGfTy/light-abstract-empty-square-transparent-background-pattern-vector-231364928.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.5rem;
}
.png-section-cont .card img {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.background_images img {
  margin: 0 auto;
  width: 100%;
}
.background_images .detials {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  min-height: 100%;
  padding: 1rem 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .background_images .detials {
    align-items: center;
  }
  .background_images img {
    width: 70%;
  }
}/*# sourceMappingURL=index.css.map */