@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.industires-banner {
  position: relative;
  color: white;
  overflow: hidden;
  z-index: 1;
  background: url("../../../assets/images/Home/banner-pattern.png");
  margin-top: var(--heading);
  padding: 190px 0px 80px 0;
}
@media only screen and (max-width: 768px) {
  .industires-banner {
    padding: 190px 0px 70px 0;
  }
}
@media only screen and (max-width: 540px) {
  .industires-banner {
    padding: 160px 0px 50px 0;
  }
}
.industires-banner .container {
  max-width: 1180px;
}
.industires-banner .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .industires-banner .flex-box {
    flex-direction: column;
    gap: 40px;
  }
}
.industires-banner .flex-box .col:first-child {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .industires-banner .flex-box .col:first-child {
    text-align: center;
  }
}
.industires-banner .flex-box .col:first-child h1 {
  margin-bottom: 10px;
}
.industires-banner .flex-box .col:first-child p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  max-width: 513px;
}
@media only screen and (max-width: 768px) {
  .industires-banner .flex-box .col:first-child p {
    margin-bottom: 20px;
  }
}
.industires-banner .flex-box .col:first-child .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .industires-banner .flex-box .col:first-child .btn {
    margin: auto;
  }
}
.industires-banner .flex-box .col:last-child figure {
  width: 525px;
  height: 350px;
  position: relative;
  line-height: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .industires-banner .flex-box .col:last-child figure {
    width: 430px;
    height: 285px;
  }
}
@media only screen and (max-width: 768px) {
  .industires-banner .flex-box .col:last-child figure {
    width: 100%;
    height: 335px;
  }
}
@media only screen and (max-width: 540px) {
  .industires-banner .flex-box .col:last-child figure {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.industires-banner .flex-box .col:last-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.industires-secA {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .industires-secA {
    padding: 20px 0 50px 0;
  }
}
.industires-secA .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media only screen and (max-width: 768px) {
  .industires-secA .flex-box {
    gap: 40px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .industires-secA .flex-box {
    gap: 10px;
  }
}
.industires-secA .flex-box .left {
  flex: 1;
  width: 100%;
}
.industires-secA .flex-box .left .wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .industires-secA .flex-box .left .wrapper {
    text-align: center;
  }
}
.industires-secA .flex-box .left .wrapper h2 {
  font-weight: 700;
  font-size: 36px;
  color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .industires-secA .flex-box .left .wrapper h2 {
    text-align: center;
  }
}
.industires-secA .flex-box .left .wrapper ul {
  padding: 20px 0;
}
.industires-secA .flex-box .left .wrapper ul li {
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .industires-secA .flex-box .left .wrapper ul li {
    text-align: left;
  }
}
.industires-secA .flex-box .left .wrapper ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.6980392157);
  border-radius: 50%;
}
.industires-secA .flex-box .right {
  background: var(--primary);
  padding: 40px 30px;
  width: 379px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: calc(var(--headerheight) + 20px);
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .industires-secA .flex-box .right {
    width: 100%;
  }
}
.industires-secA .flex-box .right h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: white;
  max-width: 259px;
  margin: 0 auto 40px;
  text-align: center;
  text-transform: capitalize;
}
.industires-secA .flex-box .right .form {
  --gaptb: 20px;
}
.industires-secA .flex-box .right .form .btn {
  margin: 30px auto 0;
}

.industires-secB {
  padding: 50px 0;
  background: #F4F4F4;
}
.industires-secB h2 {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .industires-secB .col1 {
    display: none;
  }
}
.industires-secB .flex-box {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin: 80px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .industires-secB .flex-box {
    gap: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .industires-secB .flex-box {
    margin: 30px 0 20px 0;
  }
}
.industires-secB .flex-box .col:first-child figure {
  width: 201px;
  height: 345px;
  line-height: 0;
}
.industires-secB .flex-box .col:first-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.industires-secB .flex-box .col:last-child {
  flex: 1;
  max-width: 577px;
}
.industires-secB .flex-box .col:last-child .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  position: relative;
}
.industires-secB .flex-box .col:last-child .col.active .title h6 {
  font-weight: 600;
  color: var(--primary);
}
.industires-secB .flex-box .col:last-child .col.active .title .ico {
  rotate: 180deg;
}
.industires-secB .flex-box .col:last-child .col .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  cursor: pointer;
}
.industires-secB .flex-box .col:last-child .col .title h6 {
  padding: 14px 50px 14px 21px;
  color: #666666;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  position: relative;
  transition: 0.5s ease;
  flex: 1;
}
@media only screen and (max-width: 540px) {
  .industires-secB .flex-box .col:last-child .col .title h6 {
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.industires-secB .flex-box .col:last-child .col .title .ico {
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  background-image: url(../../icon/icon_down.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.industires-secB .flex-box .col:last-child .col article {
  display: none;
}
.industires-secB .flex-box .col:last-child .col article .content-desc {
  padding: 0px 30px 40px 30px;
}
.industires-secB .flex-box .col:last-child .col article .content-desc p {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .industires-secB .flex-box .col:last-child .col article .content-desc {
    padding: 10px 20px 20px 20px;
  }
  .industires-secB .flex-box .col:last-child .col article .content-desc p {
    font-size: 14px;
  }
}
.industires-secB .flex-box .col:last-child .col article .content-desc .heading {
  display: flex;
  justify-content: space-between;
}
.industires-secB .flex-box .col:last-child .col article .content-desc .heading .title {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.industires-secB .flex-box .col:last-child .col article .content-desc .heading .button {
  height: 48px;
  border-radius: 5px;
  border-width: 1px;
  padding: 14px 40px;
  gap: 10px;
  border: 1px solid black;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: black;
}
@media only screen and (max-width: 767px) {
  .industires-secB .flex-box .col:last-child .col article .content-desc .heading .button {
    height: 30px;
    border-radius: 5px;
    border-width: 1px;
    padding: 9px 10px;
    gap: 10px;
    border: 1px solid black;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
  }
}

.industires-secC {
  padding: 50px 0;
}
.industires-secC .heading {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.industires-secC .heading h1 {
  text-align: center;
}
.industires-secC .heading .swiper-nav {
  margin-right: inherit;
  position: absolute;
  right: 0;
  bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .industires-secC .heading .swiper-nav {
    display: none;
  }
}
.industires-secC .heading .swiper-nav .swiper-next, .industires-secC .heading .swiper-nav .swiper-prev {
  --size: 40px;
}
.industires-secC .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #C3AF76;
  height: 269px;
  border-radius: 10px;
  padding: 30px;
}
.industires-secC .swiper .swiper-wrapper .swiper-slide figure {
  width: 50px;
  height: 50px;
  line-height: 0;
  margin: 0 auto 20px;
}
.industires-secC .swiper .swiper-wrapper .swiper-slide h4 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: black;
  margin-bottom: 10px;
}
.industires-secC .swiper .swiper-wrapper .swiper-slide p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: rgba(0, 0, 0, 0.6980392157);
}/*# sourceMappingURL=industires-detail.css.map */