.header .header-main {
  height: 90px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 15.87%, rgba(29, 29, 29, 0) 100%);
}
.header .header-main .header-nav-main {
  justify-content: space-around;
}
.header .header-main .nav > li > a {
  color: #fff;
  transition: all 0.2s;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

body {
  scroll-behavior: smooth;
}

.header-wrapper.stuck .header-main {
  background-color: #028eb7;
}

.home-banner p {
  margin-bottom: 10px !important;
}
.home-banner h3 {
  line-height: 40px !important;
  font-weight: bold !important;
}
.home-banner a.button.primary {
  background: linear-gradient(90deg, #FF0000 0%, #E06B23 100%);
  padding: 1px 35px;
}
.home-banner .text-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 800px;
  justify-content: center;
}
.home-banner .text-box .text {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.home-banner .text-box .text h3 {
  font-size: 32px;
  color: var(--primary-color);
}
.home-banner .text-box .text h5 {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
}
.home-banner .text-box a.button.primary {
  margin: 0 auto;
  width: 200px;
}

.title-sec {
  text-align: center;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}
.title-sec h2 {
  font-size: 35px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 var(--primary-color), -1px 1px 0 var(--primary-color), 1px -1px 0 var(--primary-color), -1px -1px 0 var(--primary-color), 0px 1px 0 var(--primary-color), 1px 0px 0 var(--primary-color), -1px 0px 0 var(--primary-color), 0px -1px 0 var(--primary-color);
  color: #fff;
  font-weight: 800;
  margin: 0;
  z-index: 2;
  position: absolute;
  font-family: system-ui;
}
.title-sec h6 {
  font-size: 96px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: absolute;
  z-index: 0;
  margin: 0;
}

.home-product {
  padding: 50px 0;
  background-size: cover !important;
}
.home-product .products_detail-image {
  margin-top: 20px;
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.home-product .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home-product .swiper-container .gallery-top {
  height: 80%;
  width: 100%;
}
.home-product .swiper-container .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.home-product .gallery-thumbs {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.home-product .gallery-thumbs .swiper-button-prev.swiper-button-white,
.home-product .gallery-thumbs .swiper-button-next.swiper-button-white {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-product .gallery-thumbs .products_detail-image-slide-item {
  height: auto;
  opacity: 0.5;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-product .gallery-thumbs .products_detail-image-slide-item .name {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.home-product .gallery-thumbs .products_detail-image-slide-item img {
  width: 170px;
}
.home-product .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.home-product .gallery-top {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home-product .gallery-top .col-content {
  padding-right: 50px;
  padding-left: 100px;
}
.home-product .gallery-top .col-img {
  padding: 40px 90px;
}
.home-product .gallery-top .col-img .col-inner {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}
.home-product .gallery-top .name {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-product .gallery-top a {
  background: linear-gradient(90deg, #FF0000 0%, #E06B23 100%);
  padding: 1px 35px;
}

.home-capacity {
  background-size: cover !important;
}
.home-capacity .capacity {
  padding: 40px 0;
  background: linear-gradient(180deg, #BFE5F2 7.21%, #59D1FF 75.96%, rgba(89, 209, 255, 0.24) 88.94%, rgba(255, 255, 255, 0) 100%);
}
.home-capacity .capacity h2 {
  font-size: 35px;
  color: #028EB7;
  text-shadow: unset;
}
.home-capacity .capacity .icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.home-capacity .capacity .icon-box .box-text {
  text-align: center;
}
.home-capacity .number h2 {
  font-size: 50px;
  color: #fff;
}
.home-capacity .number .col.large-2 {
  flex-basis: 33.33% !important;
  max-width: 33.33% !important;
}
.home-capacity .number .col.col1,
.home-capacity .number .col.col2 {
  flex-basis: 50% !important;
  max-width: 50% !important;
}
.home-capacity .number .number-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 143px;
}
.home-capacity .number .number-box:after {
  content: url(../images/dot.svg);
  position: absolute;
  bottom: 0;
}
.home-capacity .number .number-box .num {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--primary-color);
  color: #fff;
  font-weight: 800;
  z-index: 2;
  font-family: system-ui;
}
.home-capacity .number .number-box .box-text {
  text-align: center;
}
.home-capacity .number .number-box .box-text h3 {
  font-size: 20px;
}

.home-project {
  padding: 50px 0;
}
.home-project .gallery-col:nth-child(2) p,
.home-project .gallery-col:nth-child(1) p {
  font-size: 22px !important;
}
.home-project .lightbox-gallery .box-text.text-left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
.home-project .lightbox-gallery .box-text.text-left p {
  -webkit-text-stroke: 0.5px #fff;
  color: var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  z-index: 2;
  font-family: system-ui;
  font-size: 18px;
}

.flickity-prev-next-button {
  opacity: 1 !important;
}
.flickity-prev-next-button .flickity-prev-next-button.previous {
  left: 0% !important;
  transform: translateX(20%);
}
.flickity-prev-next-button .flickity-prev-next-button.next {
  right: 0% !important;
  transform: translateX(-20%);
}

footer p {
  margin-bottom: 0px !important;
}
footer .col.medium-6 .col.medium-6 {
  padding-bottom: 0;
}
footer .col.medium-6 .col.medium-6 .col-inner {
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #FF0000 0%, #E06B23 100%);
}
footer .col.medium-6 .col.medium-6 .col-inner p {
  margin-bottom: 0;
}
footer .col.medium-6 .col.medium-6 .col-inner .icon-box-img svg {
  padding-top: 0;
}
footer .col.medium-6 .col.medium-6 .col-inner .icon-box {
  align-items: center;
}
footer .col.medium-6 .col.medium-6 .col-inner .icon-box .icon-inner {
  display: flex;
  align-items: center;
}
footer h2 {
  font-size: 32px;
  text-transform: uppercase;
}
footer input.wpcf7-form-control.wpcf7-submit.has-spinner.expand {
  background: linear-gradient(90deg, #FF0000 0%, #E06B23 100%);
  border-radius: 5px;
}
footer input {
  padding: 5px 10px !important;
  border-radius: 5px !important;
  box-shadow: unset !important;
}

.pad-none {
  padding-bottom: 0 !important;
}

.wpcf7-spinner,
.absolute-footer {
  display: none;
}

@media (max-width: 849px) {
  .home-product .carousel-main .col-img {
    padding: 30px;
  }
  .home-product .carousel-main .col-img .col-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-capacity .number .col.large-2 {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .home-banner img {
    height: 500px;
  }
  .home-banner .text-box {
    top: 70px;
    max-width: 600px;
  }
  .home-product .products_detail-image {
    margin-top: 0;
    gap: 0;
  }
  .home-capacity .number .number-box .num {
    text-align: center;
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .home-product .carousel-main .col-content {
    padding-right: 0px;
  }
  .home-banner .text-box .text h3 {
    font-size: 22px;
  }
  .home-banner .text-box .text p {
    font-size: 14px;
  }
  .title-sec h6 {
    font-size: 60px !important;
  }
  .title-sec h2 {
    font-size: 20px !important;
  }
  .home-capacity .number h2 {
    font-size: 30px !important;
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */