:root {
  --white: white;
  --plum: #a183af;
  --turquoise: #57e9d7;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.brand {
  width: 20%;
  padding-bottom: 0;
  display: block;
}

.nav-link-2 {
  height: 100%;
  padding: 0 10px;
  display: inline-block;
}

.nav-link-3 {
  padding: 0 10px;
  line-height: 20px;
}

.nav-link-4 {
  padding: 0 10px;
}

.container {
  height: 100%;
  display: block;
}

.menu-button {
  padding: 10px;
}

.navbar, .navbar-2 {
  height: 8vh;
}

.brand-2 {
  padding: 0;
}

.nav-link-5 {
  height: 72%;
  padding-top: 13px;
  padding-bottom: 10px;
}

.div-block {
  background-image: url('../images/QuinterraSoftLogo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  padding-bottom: 60px;
  padding-right: 197px;
}

.navbar-3 {
  background-color: rgba(0, 0, 0, 0);
}

.section {
  background-color: rgba(245, 68, 68, .15);
  background-image: none;
  height: 101vh;
}

.hero {
  align-items: center;
  height: 101vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-image-mask {
  background-image: url('../images/softHero.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 122vh;
  width: 50%;
  height: 100%;
  margin-left: 0;
  margin-right: -50px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.div-block-2 {
  width: 100%;
  padding-left: 36px;
}

.button {
  background-color: #44a4fb;
}

.heromain {
  justify-content: center;
  align-items: center;
  height: 75%;
  display: flex;
}

.infohero {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.heroimage {
  background-image: url('../images/softHero.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.heading {
  display: block;
}

.seriveboxinfo {
  background-color: #cc8383;
  justify-content: space-around;
  margin: 0;
  display: flex;
}

.sriveinfo {
  background-image: linear-gradient(40deg, #2f80ed, #fff);
  width: 30%;
  height: 100%;
  margin-top: -41px;
  margin-left: 0;
}

.section-2 {
  height: 101vh;
  padding: 0;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 17px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.herosection {
  background-image: url('../images/LogoD4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101vh;
}

.navbar-4 {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 10%;
  margin-left: 20px;
  margin-right: 68px;
  padding-top: 12px;
  display: block;
  position: relative;
}

.image {
  height: auto;
  margin-left: 0;
}

.navlink {
  color: #fff;
  padding: 12px 16px;
  font-size: 18px;
}

.navlink.w--current {
  color: var(--white);
  text-align: center;
  border-bottom: 2px solid #56e8d6;
  font-weight: 500;
}

.nav-menu {
  align-items: center;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.brand-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heroheading {
  color: #fff;
  margin-top: 166px;
  margin-left: 21px;
  font-size: 80px;
  line-height: 103px;
  display: inline-block;
}

.section2 {
  background-image: url('../images/Backgrount1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 101vh;
  padding-bottom: 0;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -58px;
  margin-bottom: 31px;
  font-size: 80px;
  line-height: 84px;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  column-count: 0;
  font-size: 32px;
  line-height: 42px;
}

.section3 {
  background-image: url('../images/Backgrount1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 101vh;
  padding-bottom: 0;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 400;
}

.servicesbardiv {
  height: 99%;
  display: flex;
}

.serviceoptiondiv {
  color: #fff;
  text-transform: uppercase;
  background-color: #876774;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-left: 0;
  display: flex;
}

.serviceoptiondiv._1 {
  width: 100%;
  height: 100%;
}

.heading-5 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
}

.subset {
  color: #806681;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 45%;
  padding-left: 33px;
  display: flex;
  overflow: hidden;
}

.heading-6 {
  font-size: 23px;
  line-height: 33px;
}

.serviceoptiondiv2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #80667a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.serviceoptiondiv-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #816988;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.serviceoptiondiv4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #8e77a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.offersection {
  background-image: url('../images/Backgrount1.png');
  background-position: 50%;
  background-size: cover;
  height: 101vh;
}

.heading-7 {
  color: #fff7f7;
  text-align: center;
  text-transform: uppercase;
  height: 20%;
  margin-top: 0;
  padding-top: 10px;
  font-size: 100px;
  line-height: 89px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 80%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: block;
}

.offer1div {
  z-index: 0;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  align-items: center;
  height: 25%;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline-text {
  color: #86698a;
  text-shadow: -2px 0 0 #fff, 0 2px 0 var(--white), 2px 0 0 var(--white), 0 -2px 0 var(--white);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 800;
  line-height: 106px;
  display: inline-block;
}

.outline {
  color: var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 106px;
  display: inline-block;
}

.example {
  height: 70px;
}

.out-line {
  color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  display: inline-block;
}

.optioncontentdiv {
  z-index: 3;
  color: var(--white);
  background-color: #85637c;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.optionstextdiv {
  z-index: 1;
  color: #9a3535;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: -62px;
  display: flex;
  position: relative;
}

.optionstextdiv._2 {
  margin-left: -99px;
}

.optionstextdiv._3 {
  margin-left: -4px;
}

.optionstextdiv._4 {
  margin-left: -133px;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 27px;
}

.paragraph-2._2 {
  font-size: 18px;
  line-height: 23px;
}

.footersection {
  height: 70vh;
}

.footer {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/LogoD4.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-start;
  padding: 60px 58px 40px;
}

.footer-flex-container {
  color: #fff;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 0;
  margin-right: 68px;
  display: flex;
}

.footer-logo-link {
  background-image: url('../images/LogoDesign-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 28px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.list {
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  height: 26%;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.list._1 {
  display: block;
}

.text-block {
  color: #fff;
}

.link-block {
  background-image: url('../images/LogoDesign-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 71px;
  display: inline-block;
}

.div-block-4 {
  flex-direction: column;
  width: 355px;
  display: flex;
}

.heading-8 {
  text-align: left;
  margin-top: 9px;
  margin-bottom: 26px;
  font-weight: 300;
}

.infodiv {
  align-items: center;
  margin-top: 23px;
  display: flex;
}

.text-block-2 {
  font-family: MOUTLined, sans-serif;
  font-size: 38px;
  line-height: 29px;
  display: none;
}

.text-block-3 {
  margin-left: 44px;
  font-size: 16px;
  font-weight: 400;
}

.text-span {
  font-size: 13px;
  font-weight: 300;
}

.techherosectio {
  background-image: linear-gradient(342deg, #a183af, rgba(0, 0, 0, 0)), linear-gradient(51deg, #ab647b, #ab647b 35%, #9f85b1 82%, #8d7da9);
  height: 101vh;
  overflow: hidden;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  padding-left: 239px;
  padding-right: 239px;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-9 {
  z-index: 2;
  color: #fff7f7;
  font-size: 100px;
  line-height: 97px;
  position: relative;
}

.paragraph-3 {
  z-index: 2;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  line-height: 29px;
  position: relative;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.techstachitemssection {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: start;
  align-items: flex-start;
  height: auto;
  margin-top: -74px;
  margin-bottom: 0;
  padding-bottom: 49px;
  padding-left: 104px;
  padding-right: 104px;
  display: grid;
}

.techstachdiv {
  background-color: var(--white);
  border: 2px solid rgba(165, 119, 155, .82);
  border-radius: 11px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 22px 36px;
  display: flex;
}

.div-block-6 {
  background-image: url('../images/nodejs-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 49%;
  height: 50%;
  padding-bottom: 74px;
  padding-left: 94px;
}

.div-block-6._2 {
  background-image: url('../images/python-1.png');
}

.div-block-6._3 {
  background-image: url('../images/physics-2.png');
}

.div-block-6._4 {
  background-image: url('../images/physics-1.png');
}

.div-block-6._5 {
  background-image: url('../images/icons8-amazon-web-services-240.png');
}

.div-block-6._6 {
  background-image: url('../images/js.png');
}

.div-block-6._7 {
  background-image: url('../images/azure.png');
}

.div-block-6._8 {
  background-image: url('../images/java.png');
}

.heading-10 {
  font-size: 26px;
  font-weight: 400;
}

.section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 123px;
  display: flex;
}

.heading-11 {
  color: var(--plum);
  text-align: center;
  font-size: 42px;
  display: inline;
}

.paragraph-4 {
  color: rgba(51, 51, 51, .4);
  font-size: 22px;
}

.paragraph-5 {
  color: rgba(51, 51, 51, .74);
  text-align: center;
  font-size: 25px;
  line-height: 36px;
}

.div-block-7 {
  z-index: 1;
  opacity: .36;
  width: 68vw;
  height: 83vh;
  margin: -291px -26px 12px 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.mobileherosection {
  background-color: var(--plum);
  background-image: url('../images/Backgrount1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101vh;
  font-family: Montserrat, sans-serif;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-12 {
  z-index: 2;
  direction: ltr;
  color: var(--white);
  letter-spacing: normal;
  align-items: center;
  width: 62%;
  margin: 95px -26px 0 33px;
  font-size: 100px;
  line-height: 113px;
  display: block;
  position: relative;
}

.animediv {
  flex-direction: column;
  width: 44%;
  height: 100%;
  padding-bottom: 68px;
  display: flex;
}

.lottie-animation {
  flex: none;
  width: 86vh;
  margin-top: -103px;
  margin-bottom: 45px;
  margin-left: -169px;
  display: block;
}

.lottie-animation._3 {
  margin-top: -23px;
}

.lottie-animation._4 {
  color: var(--plum);
  width: 92vh;
  height: 89vh;
  margin-top: -3px;
  margin-bottom: 33px;
  margin-left: -80px;
}

.dropdown-toggle {
  color: var(--white);
}

.text-block-4 {
  font-size: 18px;
}

.icon {
  font-size: 17px;
}

.text-block-5 {
  color: var(--white);
  margin: -36px -12px 0 -771px;
  font-size: 22px;
  line-height: 26px;
}

.heading-13 {
  color: var(--plum);
  text-align: center;
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  display: inline-block;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 39px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 17px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 3.25fr 3.5fr;
  grid-auto-columns: 1fr;
  width: 91vw;
  display: grid;
}

.div-block-10 {
  display: flex;
}

.div-block-11 {
  background-image: url('../images/Group-8.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 67%;
  width: 20%;
}

.div-block-11._2 {
  background-image: url('../images/Group-9.png');
}

.div-block-11._3 {
  background-image: url('../images/Group-10.png');
}

.div-block-11._4 {
  background-image: url('../images/Group-12.png');
}

.div-block-11._5 {
  background-image: url('../images/Group-13.png');
}

.div-block-11._6 {
  background-image: url('../images/Group-14.png');
}

.div-block-12 {
  width: 80%;
  padding-left: 14px;
}

.paragraph-6 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.heading-14 {
  font-weight: 600;
}

.link-block-2 {
  width: 25%;
  height: 100%;
  text-decoration: none;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.webherosection {
  background-image: url('../images/Backgrount1.png');
  background-position: 0 0;
  background-size: cover;
  height: 101vh;
}

.div-block-8-copy {
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-15 {
  color: var(--plum);
  text-align: center;
  font-size: 44px;
  line-height: 48px;
}

.section-5 {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 50px;
  padding-top: 30px;
  display: flex;
}

.paragraph-7 {
  color: rgba(51, 51, 51, .68);
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  display: inline;
}

.webgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 70%;
  display: grid;
}

.feacherdiv {
  padding-left: 45px;
  padding-right: 45px;
}

.featheading {
  color: var(--plum);
}

.featheading.n {
  line-height: 35px;
}

.paragraph-8 {
  font-size: 18px;
  line-height: 42px;
}

.featpara {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 25px;
}

.feathighlight {
  font-weight: 700;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.customherosection {
  background-image: url('../images/Backgrount1.png');
  background-position: 0 0;
  background-size: auto;
  height: 101vh;
}

.section-6 {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.paragraph-9 {
  color: rgba(51, 51, 51, .57);
  text-align: center;
  margin-top: 49px;
  margin-bottom: 0;
  padding-left: 175px;
  padding-right: 175px;
  font-size: 19px;
  font-weight: 300;
  line-height: 31px;
}

.customgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 70%;
  margin-top: 34px;
  display: grid;
}

.bold-text {
  line-height: 33px;
  display: block;
}

.ux-uihero {
  background-image: url('../images/Backgrount1.png');
  background-position: 0 0;
  background-size: cover;
  height: 101vh;
}

.section-7 {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-16 {
  color: var(--plum);
  text-align: center;
  margin-top: 33px;
  font-size: 41px;
}

.paragraph-10 {
  text-align: center;
  margin: 21px 295px 0;
  font-size: 20px;
  line-height: 23px;
}

.body-5 {
  font-family: Montserrat, sans-serif;
}

.uxgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: auto;
  margin-top: 34px;
  display: grid;
}

.dropdown-list {
  border-radius: 1px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .36);
  border-radius: 14px;
  width: 190%;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  overflow: hidden;
}

.dropdown-link {
  color: rgba(0, 0, 0, .66);
}

.dropdown-link:hover {
  border-bottom: 1px solid var(--turquoise);
  color: #580e7b;
}

.list-item {
  display: block;
}

.body-6 {
  font-family: Montserrat, sans-serif;
}

.aboutherosection {
  background-image: url('../images/Backgrount1.png');
  background-position: 0 0;
  background-size: cover;
  height: 101vh;
}

.goalsection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 101vh;
  display: flex;
}

.heading-17 {
  color: var(--plum);
  font-size: 99px;
  font-weight: 700;
  line-height: 101px;
}

.paragraph-11 {
  text-align: center;
  margin-left: -138px;
  margin-right: -138px;
}

.paragraph-12 {
  color: rgba(51, 51, 51, .69);
  text-align: center;
  margin-left: 285px;
  margin-right: 285px;
  font-size: 22px;
  line-height: 27px;
}

.standredssection {
  margin-top: 35px;
  margin-bottom: 35px;
}

.heading-18 {
  color: var(--plum);
  text-align: center;
  margin-bottom: 12px;
  font-size: 47px;
  line-height: 57px;
}

.paragraph-13 {
  color: rgba(51, 51, 51, .81);
  text-align: center;
  margin-bottom: 45px;
  margin-left: 183px;
  margin-right: 183px;
  font-size: 20px;
  line-height: 25px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: minmax(71px, 1.25fr) auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 90px;
  margin-right: 90px;
  display: grid;
}

.div-block-14 {
  border: 1px solid rgba(161, 131, 175, .7);
  border-radius: 7px;
  height: auto;
  padding: 10px 38px;
}

.paragraph-14 {
  color: rgba(51, 51, 51, .59);
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 40px;
}

.lottie-animation-2 {
  height: 26vh;
}

.contactsection {
  height: 101vh;
  display: flex;
}

.offersection-copy {
  background-image: url('../images/Backgrount1.png');
  background-position: 50%;
  background-size: cover;
  height: 101vh;
  display: none;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px 48px;
  display: flex;
}

.div-block-17 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/LogoD4.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.form-block {
  width: 100%;
  height: 75%;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 0, 0, .76);
  background-image: none;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 11%;
  font-size: 27px;
  box-shadow: -1px 0 12px rgba(0, 0, 0, .48);
}

.text-field-2 {
  background-color: rgba(0, 0, 0, .75);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 12%;
  font-size: 27px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .43);
}

.text-field-3 {
  text-align: left;
  background-color: rgba(0, 0, 0, .76);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 55%;
  font-size: 27px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .47);
}

.text-block-6 {
  margin-bottom: 20px;
}

.submit-button {
  background-color: var(--turquoise);
  font-size: 22px;
  line-height: 33px;
}

.text-block-7 {
  color: rgba(51, 51, 51, .73);
  font-size: 19px;
  line-height: 28px;
}

.heading-20 {
  color: var(--plum);
}

.lottie-animation-3 {
  width: 96%;
  height: 47%;
}

.div-block-18, .lottie-animation-5 {
  display: none;
}

.text-block-icon {
  font-family: MOUTLined, sans-serif;
  font-size: 38px;
  line-height: 29px;
  display: inline;
}

@media screen and (max-width: 991px) {
  .herosection {
    background-position: 50%;
  }

  .navlink {
    align-items: flex-start;
    display: block;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66));
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: -5px;
    overflow: hidden;
  }

  .paragraph {
    text-align: center;
  }

  .servicesbardiv {
    flex-direction: column;
  }

  .serviceoptiondiv._1 {
    flex-direction: row;
    position: relative;
  }

  .heading-5 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 23px;
    line-height: 28px;
  }

  .subset {
    height: 100%;
    padding-left: 7px;
    display: none;
  }

  .serviceoptiondiv2, .serviceoptiondiv-3, .serviceoptiondiv4 {
    flex-direction: row;
    position: relative;
  }

  .offersection {
    flex-direction: column;
    display: none;
  }

  .heading-7 {
    justify-content: center;
    align-items: center;
    height: 22%;
    display: flex;
  }

  .outline {
    font-size: 93px;
  }

  .out-line {
    font-size: 90px;
  }

  .optioncontentdiv {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .optionstextdiv {
    display: none;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
  }

  .footer {
    background-image: linear-gradient(to bottom, null, null), url('../images/LogoD4.png');
    background-position: 0 0, 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 167px;
  }

  .list._1 {
    flex-direction: row;
    display: flex;
  }

  .text-block-2 {
    color: #aa8b8b;
    text-transform: none;
    display: block;
  }

  .div-block-5 {
    padding-left: 47px;
    padding-right: 47px;
  }

  .techstachitemssection {
    grid-column-gap: 7px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .techstachdiv {
    height: 100%;
  }

  .heading-10 {
    text-align: center;
  }

  .div-block-7 {
    margin-top: -51px;
  }

  .heading-12 {
    margin-top: 278px;
    font-size: 91px;
  }

  .lottie-animation {
    margin-left: -267px;
  }

  .lottie-animation._4 {
    width: 83vh;
    height: 82vh;
    margin-top: -53px;
    margin-bottom: 0;
    margin-left: -273px;
  }

  .dropdown-toggle {
    display: block;
  }

  .link-block-2 {
    width: 100%;
    height: 23%;
  }

  .link-block-2._1 {
    width: 100%;
    height: 25%;
  }

  .feacherdiv {
    padding-left: 13px;
    padding-right: 13px;
  }

  .featheading {
    font-size: 27px;
    line-height: 33px;
  }

  .featheading.n {
    font-size: 32px;
  }

  .paragraph-9 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .bold-text {
    font-size: 27px;
  }

  .paragraph-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .goalsection {
    height: 83vh;
  }

  .heading-17 {
    font-size: 86px;
  }

  .paragraph-12 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .paragraph-13 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .lottie-animation-2 {
    height: 48vh;
  }

  .div-block-15 {
    margin-top: 14px;
  }

  .list-2 {
    justify-content: space-between;
    display: flex;
  }

  .list-item-2 {
    margin-left: 99px;
    padding-left: 0;
  }

  .list-item-3 {
    margin-left: 85px;
  }

  .offersection-copy {
    flex-direction: column;
    display: flex;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, .66);
  }

  .lottie-animation-5 {
    height: 97%;
    display: block;
  }

  .arrowicon {
    background-color: rgba(0, 0, 0, .13);
    border-radius: 25px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-right: 15px;
    font-family: MRound, sans-serif;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .text-block-8 {
    text-transform: none;
    font-family: MRound, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .italic-text {
    font-size: 41px;
  }

  .italic-text-2 {
    text-transform: none;
    font-family: MTWOTone, sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
  }

  .text-block-9 {
    text-transform: none;
    font-family: MRound, sans-serif;
  }

  .arrowicon-left {
    background-color: rgba(0, 0, 0, .13);
    border-radius: 25px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: MRound, sans-serif;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .text-block-icon {
    color: #fff;
    text-transform: none;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .herosection {
    background-position: 50%;
  }

  .heroheading {
    font-size: 76px;
  }

  .serviceoptiondiv._1, .serviceoptiondiv2 {
    border-bottom: 1px solid #000;
  }

  .serviceoptiondiv-3 {
    border-bottom: 1px #000;
  }

  .serviceoptiondiv4 {
    border-bottom: 1px solid #000;
  }

  .offersection {
    height: 164vh;
    margin-top: 31px;
  }

  .heading-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .out-line {
    font-size: 58px;
  }

  .optioncontentdiv {
    flex-direction: column;
    height: auto;
  }

  .paragraph-2 {
    margin-top: 39px;
    padding-top: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    align-items: flex-start;
    padding-left: 111px;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-9 {
    font-size: 86px;
  }

  .techstachitemssection {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-12 {
    margin-top: 419px;
    font-size: 58px;
    line-height: 51px;
  }

  .lottie-animation._2 {
    width: 69vh;
    margin-top: -88px;
  }

  .lottie-animation._3 {
    margin-left: -326px;
  }

  .lottie-animation._4 {
    width: 58vh;
    height: 57vh;
    margin-top: 13px;
    margin-left: -231px;
  }

  .heading-13 {
    font-size: 28px;
  }

  .div-block-9 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 3.25fr;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-11 {
    width: 28%;
  }

  .div-block-12 {
    width: 72%;
  }

  .div-block-8-copy {
    height: 75vh;
  }

  .webgrid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .featpara {
    color: rgba(51, 51, 51, .73);
  }

  .feathighlight {
    color: rgba(51, 51, 51, .7);
  }

  .customgrid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-17 {
    font-size: 75px;
  }

  .paragraph-12 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .div-block-13 {
    grid-template-rows: minmax(71px, 1.25fr) auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .contactsection {
    flex-direction: column;
    height: auto;
  }

  .offersection-copy {
    height: 164vh;
    margin-top: 0;
  }

  .bold-text-2 {
    color: rgba(51, 51, 51, .86);
  }

  .div-block-16 {
    width: 100%;
  }

  .text-field {
    font-size: 20px;
  }

  .text-field-2, .text-field-3 {
    font-size: 21px;
  }

  .lottie-animation-3 {
    height: 64%;
  }

  .heading-21 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .herosection {
    background-position: 66%;
  }

  .navbar-4 {
    margin-right: 0;
  }

  .heroheading {
    font-size: 51px;
    line-height: 66px;
  }

  .section2 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .heading-3 {
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph {
    text-align: left;
    font-size: 29px;
    line-height: 40px;
  }

  .section3 {
    height: 101vh;
  }

  .servicesbardiv {
    height: 99%;
  }

  .serviceoptiondiv._1 {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .heading-5 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .subset {
    display: none;
  }

  .heading-7 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-3 {
    height: 88.2em;
  }

  .offer1div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 24%;
    display: flex;
  }

  .outline {
    margin-top: 0;
    font-size: 50px;
    line-height: 110%;
  }

  .out-line {
    font-size: 58px;
    line-height: 51px;
  }

  .optioncontentdiv {
    justify-content: space-around;
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-2 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    padding-left: 0;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-4 {
    width: 281px;
  }

  .heading-9 {
    font-size: 75px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .techstachitemssection {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .techstachdiv {
    padding: 20px 16px;
  }

  .div-block-6._3 {
    width: 46%;
    height: 41%;
  }

  .section-3 {
    padding-top: 2px;
  }

  .heading-11 {
    font-size: 18px;
    line-height: 35px;
  }

  .paragraph-5 {
    font-size: 19px;
    line-height: 30px;
  }

  .div-block-7 {
    width: 97vw;
    height: 85vh;
    margin-top: 39px;
    margin-right: -3px;
  }

  .mobileherosection {
    height: 96vh;
  }

  .div-block-8 {
    height: 84vh;
  }

  .heading-12 {
    width: 65%;
    margin-top: 234px;
    margin-left: 19px;
    font-size: 58px;
    line-height: 66px;
  }

  .lottie-animation {
    width: 59vh;
    margin-top: 9px;
    margin-left: -255px;
  }

  .lottie-animation._2 {
    width: 54vh;
    margin-top: 0;
    margin-left: -240px;
  }

  .lottie-animation._3 {
    width: 54vh;
    margin-left: -218px;
  }

  .lottie-animation._4 {
    width: 74vh;
    height: 55vh;
    margin-top: -12px;
    margin-left: -285px;
  }

  .heading-13 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 33px;
  }

  .div-block-11 {
    background-size: contain;
  }

  .heading-15 {
    font-size: 35px;
  }

  .paragraph-7 {
    font-size: 21px;
  }

  .feacherdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .customherosection {
    height: 88vh;
  }

  .paragraph-9 {
    text-align: left;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
  }

  .ux-uihero {
    height: 90vh;
  }

  .heading-16 {
    font-size: 37px;
  }

  .uxgrid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .aboutherosection {
    height: 86vh;
  }

  .heading-17 {
    font-size: 65px;
    line-height: 85px;
  }

  .heading-18 {
    margin-left: 11px;
    margin-right: 11px;
  }

  .div-block-13 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-14 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lottie-animation-2 {
    height: 48vh;
  }

  .offersection-copy {
    height: auto;
    margin-top: 0;
    padding-top: 25px;
    overflow: visible;
  }

  .div-block-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field, .text-field-2, .text-field-3 {
    font-size: 15px;
  }

  .submit-button {
    font-size: 18px;
  }

  .heading-21 {
    font-size: 21px;
  }

  .div-block-18 {
    z-index: 0;
    background-color: #876774;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-4 {
    height: 100%;
  }

  .lottie-animation-5 {
    margin-left: -30px;
    padding-left: 0;
    display: flex;
  }

  .arrowicon {
    width: 41px;
    height: 41px;
    margin-top: 10px;
  }
}

#w-node-cece3d84-5b1e-1fce-7191-fd9e6e0691e1-38a25aa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-cece3d84-5b1e-1fce-7191-fd9e6e0691e7-38a25aa5, #w-node-_069fa3f0-ac14-cdab-9573-2ab0ad6daf7f-5ade4e33, #w-node-e42cedec-e94b-6ed0-6ca7-0faeb2041737-5ade4e33, #w-node-cc690c3d-2a29-66b9-0d87-d73564fe4386-5ade4e33, #w-node-_3530ee48-62d4-1dba-ee9e-0b05ea8afc50-5ade4e33, #w-node-_3530ee48-62d4-1dba-ee9e-0b05ea8afc51-5ade4e33, #w-node-_3530ee48-62d4-1dba-ee9e-0b05ea8afc52-5ade4e33, #w-node-_1737e596-12b7-dc32-6fdb-823b7a7e376a-5ade4e33, #w-node-_1737e596-12b7-dc32-6fdb-823b7a7e376b-5ade4e33, #w-node-_1737e596-12b7-dc32-6fdb-823b7a7e376c-5ade4e33, #w-node-_61ffe0fe-87d6-1704-1cb8-5681c42232b4-5ade4e33, #w-node-_61ffe0fe-87d6-1704-1cb8-5681c42232b5-5ade4e33, #w-node-_61ffe0fe-87d6-1704-1cb8-5681c42232b6-5ade4e33, #w-node-_14f42d6e-66c4-4e2a-90ab-da1b993facc8-5ade4e33, #w-node-_14f42d6e-66c4-4e2a-90ab-da1b993facc9-5ade4e33, #w-node-_14f42d6e-66c4-4e2a-90ab-da1b993facca-5ade4e33, #w-node-cd669488-d18e-00df-fc8a-113fe1a6ba12-5ade4e33, #w-node-cd669488-d18e-00df-fc8a-113fe1a6ba13-5ade4e33, #w-node-cd669488-d18e-00df-fc8a-113fe1a6ba14-5ade4e33, #w-node-fb50d628-daa1-9a06-3e81-e554e2790cda-89bbc506, #w-node-_25022d89-45f9-f821-153c-084df699428f-89bbc506, #w-node-_6bed9e95-5aa4-74cc-3d29-04df90f26835-89bbc506, #w-node-_87e1d959-e28d-cc7c-6334-417a654153ba-89bbc506, #w-node-_7b1066a2-9e98-d4c3-0423-4b953832e6a3-89bbc506, #w-node-_5faef2c4-f6f4-731a-7728-a73bf6bd7ff6-89bbc506, #w-node-_89621f05-8f58-d781-7727-f00f3fb998b8-693767a1, #w-node-_89621f05-8f58-d781-7727-f00f3fb998c3-693767a1, #w-node-_89621f05-8f58-d781-7727-f00f3fb998cb-693767a1, #w-node-_89621f05-8f58-d781-7727-f00f3fb998d3-693767a1, #w-node-_5c684d5f-8159-c444-cb09-099ac85eb759-693767a1, #w-node-_89148773-9c91-a600-b1ce-2cf8abcedf74-458b453b, #w-node-_89148773-9c91-a600-b1ce-2cf8abcedf7d-458b453b, #w-node-_89148773-9c91-a600-b1ce-2cf8abcedf8b-458b453b, #w-node-_89148773-9c91-a600-b1ce-2cf8abcedf95-458b453b, #w-node-b7b94f59-f29e-ab0e-4dc2-aff42d27f604-458b453b, #w-node-_3cb49769-a868-69e2-2adf-11f50c868d09-458b453b, #w-node-_4aa1ad9a-c66a-b27a-2693-173a5dbf4c59-5137c116, #w-node-c45fcd56-a68d-ae7d-55ff-52cce65a358c-5137c116, #w-node-_88256db0-9638-28d4-de4c-1235d86327d5-5137c116, #w-node-_698eb427-af20-efd4-c1d2-499a19840732-5137c116, #w-node-f9a4d293-d8f5-f3a6-d16e-5370d6582fc3-5137c116, #w-node-f9a4d293-d8f5-f3a6-d16e-5370d6582fc4-5137c116, #w-node-f9a4d293-d8f5-f3a6-d16e-5370d6582fc6-5137c116, #w-node-dcee5218-d36b-38f4-7953-ea5f0af6514b-5137c116, #w-node-dcee5218-d36b-38f4-7953-ea5f0af6514c-5137c116, #w-node-dcee5218-d36b-38f4-7953-ea5f0af6514e-5137c116, #w-node-e53f4f54-6ba5-315d-5a4c-c81df1e87fb5-5137c116, #w-node-e53f4f54-6ba5-315d-5a4c-c81df1e87fb6-5137c116, #w-node-e53f4f54-6ba5-315d-5a4c-c81df1e87fb8-5137c116, #w-node-a22c7a7f-d017-7bcf-0a85-3df93debad5b-5137c116, #w-node-a22c7a7f-d017-7bcf-0a85-3df93debad5c-5137c116, #w-node-a22c7a7f-d017-7bcf-0a85-3df93debad5e-5137c116 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'MOUTLined';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MRound';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MTWOTone';
  src: url('../fonts/MaterialIconsTwoTone-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}