main {
  min-height: 100vh;
}

main .solutionContainer {
  position: relative;
  padding: 6% 0 10% 0;
  min-height: 170vh;
  z-index: 2;
}

@media (max-width: 800px) {
  main .solutionContainer {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    min-height: 100vh;
  }
}

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

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

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

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

main .solutionContainer .enquireNowLink {
  position: absolute;
  z-index: 2;
  top: 10%;
  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: -114px;
  }
}

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

main .solutionContainer .imgContainer {
  position: relative;
  height: 1000px;
  overflow: hidden;
}

@media (max-width: 800px) {
  main .solutionContainer .imgContainer {
    height: 460px;
  }
}

main .solutionContainer .imgContainer::after {
  position: absolute;
  content: "";
  height: 960px;
  width: 960px;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, rgba(255, 222, 255, 0.178)), color-stop(55%, rgba(255, 218, 209, 0.171)));
  background: linear-gradient(to right, rgba(255, 222, 255, 0.178) 45%, rgba(255, 218, 209, 0.171) 55%);
  -webkit-filter: blur(1px) drop-shadow(0 0 30px rgba(255, 236, 232, 0.253));
          filter: blur(1px) drop-shadow(0 0 30px rgba(255, 236, 232, 0.253));
  border-radius: 50%;
  top: 22%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  z-index: -1;
  -webkit-animation: bgAnim 4s linear infinite alternate;
          animation: bgAnim 4s linear infinite alternate;
}

@media (max-width: 800px) {
  main .solutionContainer .imgContainer::after {
    height: 300px;
    width: 300px;
  }
}

main .solutionContainer .imgContainer img {
  width: 100%;
  height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0%;
  left: 0;
}

@media (max-width: 800px) {
  main .solutionContainer .imgContainer img {
    height: 450px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-10%) !important;
            transform: translateY(-10%) !important;
  }
}

main .solutionsSection {
  padding: 2% 0;
}

main .solutionsSection .solutionsSectionRow {
  padding: 2% 0 2% 10%;
  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;
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow {
    padding: 0 0 0 5%;
  }
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow {
    text-align: center;
  }
}

main .solutionsSection .solutionsSectionRow .solutionsDetails {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow .solutionsDetails {
    text-align: left;
  }
}

main .solutionsSection .solutionsSectionRow .solutionsDetails h2 {
  font-size: 5rem;
  font-weight: 500;
  width: 70%;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow .solutionsDetails h2 {
    font-size: 2rem;
    width: 100%;
  }
}

main .solutionsSection .solutionsSectionRow .solutionsDetails p {
  margin: 40px 0;
  line-height: 30px;
  width: 70%;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow .solutionsDetails p {
    width: 100%;
  }
}

main .solutionsSection .solutionsSectionRow .solutionsImg {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  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;
  position: relative;
}

main .solutionsSection .solutionsSectionRow .solutionsImg img {
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .solutionsInteractive {
  margin: 60px 0;
  text-align: center;
}

main .solutionsInteractive h2 {
  font-size: 4rem;
  font-weight: 500;
}

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

main .solutionsInteractive p {
  margin: 40px 0;
  line-height: 30px;
}

@media (max-width: 800px) {
  main .solutionsInteractive p {
    padding: 0 2%;
  }
}

main .solutionsInteractive .solInteractiveBg {
  margin: 80px 0;
  background: url("../../assets/website 3.jpg");
  background-size: cover;
  height: 110vh;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  main .solutionsInteractive .solInteractiveBg {
    background-size: 100vw auto;
    min-height: 28vh;
    height: 28vh;
  }
}

main .userSolution {
  padding: 5% 0 15% 0;
  position: relative;
  background: url("../../assets/Net object.png");
  background-size: 100vw 50vh;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media (max-width: 800px) {
  main .userSolution {
    padding: 15% 5%;
    min-height: 55vh;
    background-size: 200% 62%;
  }
}

main .userSolution .solutionsSectionRow {
  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;
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  main .userSolution .solutionsSectionRow {
    text-align: center;
  }
}

main .userSolution .solutionsSectionRow .solutionsDetails {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  padding: 0 5%;
}

@media (max-width: 800px) {
  main .userSolution .solutionsSectionRow .solutionsDetails {
    text-align: left;
  }
}

main .userSolution .solutionsSectionRow .solutionsDetails h2 {
  font-size: 5rem;
  font-weight: 500;
  width: 75%;
}

@media (max-width: 800px) {
  main .userSolution .solutionsSectionRow .solutionsDetails h2 {
    font-size: 2rem;
    width: 100%;
  }
}

main .userSolution .solutionsSectionRow .solutionsDetails p {
  margin: 40px 0;
  line-height: 30px;
  width: 80%;
}

@media (max-width: 800px) {
  main .userSolution .solutionsSectionRow .solutionsDetails p {
    width: 100%;
  }
}

@media (max-width: 800px) {
  main .userSolution .solutionsSectionRow .solutionsDetails {
    padding: 2%;
  }
}

main .userSolution .solutionsSectionRow .solutionsImg {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  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 .userSolution .solutionsSectionRow .solutionsImg img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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=websiteDev.css.map */