main {
  min-height: 100vh;
}

main .solutionContainer {
  padding: 4% 10% 4% 10%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

main .solutionContainer .enquireNowLink {
  position: absolute;
  top: 13%;
  right: -3%;
  background: white;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 0 2%;
  height: 40px;
  width: 200px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 800px) {
  main .solutionContainer .enquireNowLink {
    font-size: 0.85rem;
    top: 6%;
    right: -28%;
  }
}

main .solutionContainer .enquireNowLink:hover {
  right: -2%;
}

main .solutionContainer::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 600px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(128, 0, 128, 0.39)), to(rgba(153, 6, 6, 0.308)));
  background: linear-gradient(to right, rgba(128, 0, 128, 0.39), rgba(153, 6, 6, 0.308));
  -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.432));
          filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.432));
  border-radius: 50%;
  top: 35%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translate(81%, 10px);
          transform: translate(81%, 10px);
  -webkit-animation: bgAnim 4s linear infinite alternate;
          animation: bgAnim 4s linear infinite alternate;
}

@media (max-width: 800px) {
  main .solutionContainer::after {
    top: 45%;
    height: 300px;
    width: 300px;
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(131, 131, 131, 0.39)), to(rgba(31, 31, 31, 0.308)));
    background: linear-gradient(to right, rgba(131, 131, 131, 0.39), rgba(31, 31, 31, 0.308));
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(121, 121, 121, 0.432));
            filter: blur(200px) drop-shadow(0 0 30px rgba(121, 121, 121, 0.432));
    -webkit-animation: bgAnimMob 4s linear infinite alternate;
            animation: bgAnimMob 4s linear infinite alternate;
  }
}

main .solutionContainer h2 {
  color: white;
  font-size: 3rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .solutionContainer h2 {
    font-size: 2rem;
  }
}

main .solutionContainer p {
  margin: 30px 0;
  color: white;
  line-height: 30px;
  text-align: justify;
}

main .solutionContainer img {
  position: relative;
  z-index: 1;
  max-width: 70%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 800px) {
  main .solutionContainer img {
    max-width: 100%;
  }
}

@-webkit-keyframes bgAnim {
  0% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
            filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
  }
  25% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
            filter: blur(150px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
  }
  50% {
    -webkit-filter: blur(120px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
            filter: blur(120px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
  }
  75% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
            filter: blur(150px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
  }
  100% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
            filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
  }
}

@keyframes bgAnim {
  0% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
            filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.363));
  }
  25% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
            filter: blur(150px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.527));
  }
  50% {
    -webkit-filter: blur(120px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
            filter: blur(120px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.521));
  }
  75% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
            filter: blur(150px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.466));
  }
  100% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
            filter: blur(200px) drop-shadow(0 0 30px rgba(153, 6, 6, 0.342));
  }
}

@-webkit-keyframes bgAnimMob {
  0% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(156, 156, 156, 0.363));
            filter: blur(200px) drop-shadow(0 0 30px rgba(156, 156, 156, 0.363));
  }
  25% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(156, 156, 156, 0.527));
            filter: blur(150px) drop-shadow(0 0 30px rgba(156, 156, 156, 0.527));
  }
  50% {
    -webkit-filter: blur(120px) drop-shadow(0 0 30px rgba(134, 134, 134, 0.521));
            filter: blur(120px) drop-shadow(0 0 30px rgba(134, 134, 134, 0.521));
  }
  75% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(134, 134, 134, 0.466));
            filter: blur(150px) drop-shadow(0 0 30px rgba(134, 134, 134, 0.466));
  }
  100% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(175, 175, 175, 0.342));
            filter: blur(200px) drop-shadow(0 0 30px rgba(175, 175, 175, 0.342));
  }
}

@keyframes bgAnimMob {
  0% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(156, 156, 156, 0.363));
            filter: blur(200px) drop-shadow(0 0 30px rgba(156, 156, 156, 0.363));
  }
  25% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(156, 156, 156, 0.527));
            filter: blur(150px) drop-shadow(0 0 30px rgba(156, 156, 156, 0.527));
  }
  50% {
    -webkit-filter: blur(120px) drop-shadow(0 0 30px rgba(134, 134, 134, 0.521));
            filter: blur(120px) drop-shadow(0 0 30px rgba(134, 134, 134, 0.521));
  }
  75% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(134, 134, 134, 0.466));
            filter: blur(150px) drop-shadow(0 0 30px rgba(134, 134, 134, 0.466));
  }
  100% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(175, 175, 175, 0.342));
            filter: blur(200px) drop-shadow(0 0 30px rgba(175, 175, 175, 0.342));
  }
}

main .photosSection {
  padding-bottom: 100px;
  background: url("../../assets/Net object.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media (max-width: 800px) {
  main .photosSection {
    padding: 15% 5%;
    background-size: auto 50vh;
  }
}

main .photosSection .photosRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  main .photosSection .photosRow {
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .photosSection .photosRow .photoContainer {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
}

main .photosSection .photosRow .photoContainer .photoPara {
  position: absolute;
  z-index: 2;
  min-height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.164)), color-stop(50%, black));
  background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.164) 20%, black 50%);
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 10%;
  color: #dbdbdb;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 800px) {
  main .photosSection .photosRow .photoContainer .photoPara {
    padding: 10px 20px;
    min-height: 100px;
    font-size: 0.6rem;
  }
}

main .photosSection .photosRow .photoContainer span {
  width: 100%;
}

main .photosSection .photosRow .photoContainer span :nth-child(1) {
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
}

@media (max-width: 800px) {
  main .photosSection .photosRow .photoContainer span :nth-child(1) {
    min-height: unset;
  }
}

main .photosSection .photosRow .photoContainer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
          clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
}

main .photosSection .photosRow .photoContainer img.visible {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
}

@media (max-width: 800px) {
  main .photosSection .photosRow .photoContainer img {
    min-height: 40vh;
    max-width: unset;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

main .photosSection .photosRow .photoContainer:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

main .companyLogos {
  min-height: 30vh;
  background: white;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media (max-width: 800px) {
  main .companyLogos {
    min-height: 20vh;
  }
}

main .companyLogos .companyLogoContainer {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  main .companyLogos .companyLogoContainer {
    overflow-x: scroll;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 30px;
  }
  main .companyLogos .companyLogoContainer::-webkit-scrollbar {
    display: none;
  }
  main .companyLogos .companyLogoContainer {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}

@media (max-width: 800px) {
  main .companyLogos .companyLogoContainer {
    width: 100%;
  }
}

main .companyLogos .logoCaroselContainer {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

main .companyLogos .logoCaroselContainer .swiper-container {
  width: 100%;
  height: 100%;
}

main .companyLogos .logoCaroselContainer .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .companyLogos .logoCaroselContainer .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .companyLogos .logoCaroselContainer .swiper-slide .skGrayImg img {
  -webkit-filter: contrast(0.2);
          filter: contrast(0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

main .companyLogos .logoCaroselContainer .swiper-slide span {
  height: 160px;
  width: 160px;
}

@media (max-width: 800px) {
  main .companyLogos .logoCaroselContainer .swiper-slide span {
    min-width: 100px;
    margin-right: 40px;
  }
}

main .companyLogos .logoCaroselContainer .swiper-slide span img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

main .companyLogos .logoCaroselContainer .swiper-slide span:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*# sourceMappingURL=automation.css.map */