/* Industrie SCSS */
/* =========================================
   Breakpoint System
   ========================================= */
/* =========================================
   Button Styles Mixin
   ========================================= */
/* =========================================
   Horizontal Scroll Container Mixin
   ========================================= */
.portfolio-section {
  background-image: url("../image/industrie/hero-image.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-white-transparent-1);
  position: relative;
  background-attachment: fixed;
}
.portfolio-section h1 {
  background: linear-gradient(101deg, var(--color-white) 60.32%, var(--color-white-transparent-2) 129.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 1.6px;
  line-height: 140%;
  text-shadow: 0 0 45px rgba(255, 255, 255, 0.5);
  max-width: 1500px;
}
@media (max-width: 1680px) {
  .portfolio-section h1 {
    max-width: 1080px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section h1 {
    max-width: 100%;
  }
}
.portfolio-section p {
  color: var(--color-white);
  max-width: 1290px;
  margin: 0 auto;
  text-align: center;
  opacity: 0.7;
}
@media (max-width: 1680px) {
  .portfolio-section p {
    max-width: 1060px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section p {
    max-width: 490px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.industries .portfolio-launch-your-idea h3 {
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .industries .portfolio-launch-your-idea h3 {
    max-width: 850px;
  }
}
@media (max-width: 1024px) {
  .industries .portfolio-launch-your-idea h3 {
    max-width: 609px;
  }
}
@media (max-width: 600px) {
  .industries .portfolio-launch-your-idea .portfolio-launch-your-idea-content.with-intelligent h3 {
    max-width: 303px;
  }
}

.industries-worldwide {
  text-align: center;
  background-image: url("../image/home/map.svg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.industries-worldwide h2 {
  max-width: 931px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1680px) {
  .industries-worldwide h2 {
    max-width: 661px;
  }
}
@media (max-width: 1024px) {
  .industries-worldwide h2 {
    max-width: 461px;
  }
}

.button.schedule {
  width: 368px;
  margin: 0 auto 0px;
}
@media (max-width: 1024px) {
  .button.schedule {
    margin: 0 auto 0px;
  }
}
@media (max-width: 600px) {
  .button.schedule {
    width: 208px;
  }
}

.future-ready {
  max-width: 900px;
}
@media (max-width: 1680px) {
  .future-ready {
    max-width: 700px;
  }
}

.industry-card.aos-init.aos-animate:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .filter-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
  .filter-title {
    margin-bottom: 20px;
  }
}
.industries-shaping-content {
  max-width: 950px;
}
@media (max-width: 1680px) {
  .industries-shaping-content h2 {
    max-width: 700px;
  }
}
.industries-shaping-content p {
  opacity: 0.7;
}

.industries-shaping a.button {
  width: 264px;
  padding: 0;
}
@media (max-width: 1024px) {
  .industries-shaping a.button {
    width: 212px;
  }
}
.industries-shaping .flex {
  align-items: end;
}

@media (max-width: 600px) {
  .grid {
    gap: 10px !important;
  }
}
/* =========================================
   Portfolio Responsive Scroll Container
   ========================================= */
@media (max-width: 1024px) {
  .industries-portfolio-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 60px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    padding-bottom: 40px;
    padding-top: 10px;
  }
  .industries-portfolio-grid::-webkit-scrollbar {
    display: none;
  }
  .industries-portfolio-grid .portfolio-body-card {
    flex: 0 0 550px;
    min-width: 550px;
    scroll-snap-align: start;
  }
}
@media (max-width: 1024px) and (max-width: 1680px) {
  .industries-portfolio-grid .portfolio-body-card {
    flex: 0 0 450px;
    min-width: 450px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .industries-portfolio-grid .portfolio-body-card {
    flex: 0 0 400px;
    min-width: 400px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .industries-portfolio-grid .portfolio-body-card {
    flex: 0 0 75vw;
    min-width: 75vw;
  }
}
@media (max-width: 1024px) {
  .industries-divider {
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    margin-bottom: 60px;
    position: relative;
  }
  .industries-divider .divider-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #1F7FE7;
    box-shadow: 0 0 15px var(--color-cyan);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .industries-divider {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .industries-divider {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .stat-item:last-child {
    grid-column: inherit;
  }
}

/*# sourceMappingURL=industrie.css.map */
