:root {
  --title-text-color: #1a606f;
}

/* .Main-title {
  color: #fff;
  font-size: xx-large !important;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.Caption-title {
  color: #fff;
  font-size: x-large !important;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.Caption-title-des {
  color: #fff;
  font-size: large !important;
}
.Header-title {
  color: #fff;
  font-size: large !important;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.Header-title-des {
  color: #fff;
  font-size: medium !important;
} */
.image-opacity-based-on-device-width {
  opacity: 0.1;
  z-index: -1;
}
.header-carousel-hero-image-section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
}
.header-carousel-hero-text-section {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mine-button {
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  font-weight: bolder;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.5s;
  margin: 5px 0;
  border: 1px solid #18d26e;
  color: #fff !important;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    rgba(0, 175, 183, 1) 0%,
    rgba(18, 249, 125, 1) 100%
  );
}
.mine-button:hover {
  cursor: pointer;
  background: linear-gradient(
    180deg,
    rgba(0, 175, 183, 1) 0%,
    rgba(18, 249, 125, 1) 100%
  );
}
.product-carousel-text-section {
  min-height: 150px;
}
html {
  font-size: calc(1.4 * (3vw));
}
#Home_Page_Main_slider .carousel-control-next,
#Home_Page_Main_slider .carousel-control-prev {
  filter: none;
}
.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}
.carousel-height {
  min-height: 550px;
}
@media (min-width: 768px) {
  html {
    font-size: calc(0.5 * (3vw));
    /* font-size: calc(0.5 * (1vw)); */
  }
  .carousel-height {
    min-height: 350px;
  }
  .image-opacity-based-on-device-width {
    opacity: 1;
  }
  .header-carousel-hero-text-section {
    /* position: relative; */
    /* align-items: flex-start; */
    /* padding: 3rem 1rem; */
  }
  .header-carousel-hero-image-section {
    height: fit-content;
  }
  .product-carousel-text-section {
    min-height: 300px;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
.page-title {
  padding: 2.5rem 0 2.5rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.page-title .inner-box {
  padding: 1.25rem 1.875rem 1.25rem;
  display: inline-block;
  min-width: 15.625rem;
}
.page-title .bread-crumb {
  color: #fff;
  font-family: Mina, sans-serif;
}
.page-title a {
  color: white;
}
.page-title .current {
  color: #18d26e !important;
}
.swiper-container-area {
  position: relative;
}
.swiper-container-wrapper {
  padding: 0.5rem 2rem;
}
.swiper-container {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 40px auto;
  height: 420px;
}
.swiper-slide {
  background: #fff;
  color: black;
  border-radius: 5px;
  padding: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  color: var(--title-text-color) !important;
  --swiper-pagination-color: var(--title-text-color);
}
