#main-body {
  width: 100vw;
  height: auto;
  text-align: center;
  background-repeat: repeat;
  background-size: 7%;
}

#services-section1 {
  width: 100vw;
  height: auto;
  left: 0;
  top: 0;
}

#services-header {
  width: 34vw;
  left: 0;
  margin-left: 5vw;
}

.services-title {
  font-size: 45px;
  text-align: left;
  padding-top: 10rem;
}

.services-subtitle {
  padding-top: 1rem;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border-radius: 20px;
}

.services-description {
  text-align: left;
  font-size: 16px;
  line-height: 22px !important;
}

#services-section2 {
  width: 90vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-left: 5vw;
  margin-top: 20vh;
}

.service-cards {
  position: relative;
  width: 30vw;
  height: 37vw;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  margin-right: 2vw;
}

.service-details {
  width: 60vw;
  height: 37vw;
  position: relative;
  text-align: center;
  align-items: center;
  background-color: #F8F8FF;
  border-radius: 20px;
}

.instr {
  position: absolute;
  width: 40%;
  height: 20%;
  margin-top: 30%;
  margin-left: 30%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#instr-text {
  z-index: 0;
}

.service-card {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.2s;
}

.service-card:hover {
  transform: scale(1.05);
}

.service-card-top {
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0;
  background-color: blue;
  border-radius: 20px 20px 0px 0px;
  z-index: 1;
}

.service-card-bottom {
  position: absolute;
  width: 100%;
  height: 90%;
  bottom: 0;
  background-color: white;
  border-radius: 0px 0px 20px 20px;
  z-index: 1;
}

.inner-service-card {
  margin: 0 auto;
  width: 90%;
  height: 90%;
  margin-top: 5%;
  z-index: 1;
  overflow: hidden;
  padding-left: 5%;
}

.service-title {
  width: 100%;
}

.s-title {
  font-size: 15px;
  height: 60px;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.s-descr {
  font-size: 14px;
  height: 70px;
  overflow: hidden;
  width: 100%;
  text-align: left;
  transition: height 0.4s;
}

.s-descr:hover {
  height: 100px;
}

.twocol {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 15px;
  width: 100%;
  margin-top: -10px;
  padding: 0;
}

.col1 {
  width: 30%;
  position: relative;
}

.col2 {
  width: 70%;
  text-align: left;
  position: relative;
}

.eq-col {
  width: 50%;
  text-align: left;
}

.detail-box {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 0;
  z-index: 1;
}

.detail-box-inner {
  position: relative;
  width: 90%;
  height: 85%;
  margin-left: 5%;
}

.detail-title {
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-top: 2%;
  text-align: left;
}

.title-font {
  font-size: 25px !important;
}

.inner-descr {
  top: 0;
  width: 100%;
  height: 60%;
}

.service-tags {
  width: 100%;
  height: 30px;
  margin-bottom: 5%;
}

.descr-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.inner-text {
  font-size: 14px;
  font-family: manropelight;
}

.detail-descr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 5% !important;
}

.business {
  border-top: solid 3px #6494ed;
  border-bottom: solid 3px #6494ed;
}

#bus-top {
  border-top: solid 3px #6494ed;
  border-left: solid 3px #6494ed;
  border-radius: 10px 0px 0px 10px;
}

#bus-top2 {
  border-right: solid 3px #6494ed !important;
  border-radius: 0px 10px 10px 0px !important;
}

#tech-top2 {
  border-right: solid 3px #ffca00 !important;
  border-radius: 0px 10px 10px 0px !important;
}

#tech-top {
  border-top: solid 3px #ffca00;
  border-left: solid 3px #ffca00;
  border-radius: 10px 0px 0px 10px;
}

.tech {
  border-top: solid 3px #ffca00;
  border-bottom: solid 3px #ffca00;
}

.col-title {
  font-weight: bold;
}

.col-descr {
  padding-left: 15px;
}

.tags, .tag-title {
  display: inline;
  padding: 0.5%;
  width: auto;
  height: 30px;
  font-size: 11px;
}

.tag-title {
  font-weight: bold;
}

.tags {
  border: solid 1px black;
  text-transform: uppercase;
  border-radius: 5px;
}

.effects {
  color: blue;
  font-weight: 900;
}

.option-card {
  height: 40%;
  margin-top: 3%;
  padding-left: 2%;
  padding-top: 2%;
}

.inner-scope {
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  width: 100%;
  height: 70%;
  gap: 0 !important;
}

.inner-det-col {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 70%;
  text-align: left;
}

#consultancy-details {
  width: 60%;
  height: 40%;
  display: none;
}

#business-details {
  width: 60%;
  height: 40%;
  display: none;
}

#factory-details {
  width: 60%;
  height: 40%;
  display: none;
}

#platform-details {
  width: 60%;
  height: 40%;
  display: none;
}

.exit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: none;
}

.exitline {
  width: 10px;
  height: inherit;
  background-color: black;
  rotate: 90deg;
  border-radius: 5px;
  transition: rotate 0.3s;
}

.exitline:hover {
  rotate: 0deg;
}

.bold {
  font-weight: bold;
}

.highlight {
  font-weight: bold;
  color: #6494ed !important;
}

#contact-body {
  background-image: url("topCoat2.png");
  background-repeat: repeat;
  background-size: 100%;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

.pretzel {
  position: relative;
  margin: 0 auto !important;
  width: 20vw;
  padding-top: 10vw !important;
}

.social-media {
  display: flexbox;
  flex-direction: row;
  width: 27vw;
  margin: 0 auto;
  padding-top: 3%;
  padding-bottom: 10%;
}

.social-icon {
  width: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.emailto:link {
  text-decoration: underline;
}

.emailto:hover {
  opacity: 70%;
}

#about-body {
  background-image: url("topCoat2.png");
  background-repeat: repeat;
  background-size: 10%;
  height: auto;
}

#absection1 {
  position: relative;
  height: 100vh;
  width: 60vw;
  margin: 0 auto;
  text-align: center;
}

#absection2 {
  position: relative;
  height: 50vh;
  width: 35vw;
  left: 0;
  top: 0;
  margin-left: 15vw;
  text-align: left;
}

#absection3 {
  position: relative;
  height: 70vh;
  width: 80vw;
  left: 0;
  top: 0;
  margin-left: 15vw;
  text-align: left;
}

.twocolumn {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50vh;
  gap: 10%;
}

#c2 {
  margin-top: 25vh;
}

.column {
  width: 40%;
  height: 100%;
}

.partext {
  font-size: 18px;
  line-height: 28px;
  background-color: #F8F8FF;
}

.underline {
  color: #6494ed;
  font-weight: bold;
  text-decoration-color: #6494ed;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

#absection4 {
  position: relative;
  width: 60vw;
  height: auto;
  margin: 0 auto;
  margin-top: 20vh !important;
}

.abtitle2 {
  font-size: 22px;
  background-color: #F8F8FF;
}

.abtitle {
  margin: 0 auto;
  padding-top: 40vh;
}

#tech {
  line-height: 35px;
  background-color: #F8F8FF;
}

.bold {
  font-weight: 200 !important;
  font-family: manropesemibold;
}

#absection5 {
  margin: 0 auto;
  height: 120vh;
  width: 100vw;
  align-items: center;
  text-align: center;
}

.vertical-arrow {
  rotate: 90deg;
  width: 35vh;
  height: 50px;
  margin-top: 17vh;
  height: auto;
  background-color: #F8F8FF;
}

.abtitle3 {
  margin-top: 18vh;
  font-size: 25px;
  text-transform: uppercase;
}

.teamdiv {
  display: flex;
  flex-direction: row;
  width: 70vw;
  height: 60vh;
  margin: 0 auto;
  position: relative;
  gap: 20px;
}

.column1 {
  width: 70%;
  background-color: #F8F8FF;
  border: solid 3px #ffca00;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.column2 {
  width: 30%;
  background-color: #6494ed;
  border-radius: 20px;
  position: relative;
}

.foundercard {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#foundertitle {
  text-transform: capitalize;
  font-size: 18px;
}

.imgholder {
  width: 60%;
  height: 50%;
  margin: 0 auto;
  border-radius: 20px;
  border: solid 3px #6494ed;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.profileimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#teamdescr {
  text-align: left;
  font-size: 18px;
  padding: 15%;
  border-radius: 20px;
  width: auto;
  height: 50%;
}

#foundername {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

#foundersocials {
  position: absolute;
  align-items: center;
  bottom: 0;
  margin-bottom: 10px;
  width: 80%;
  margin-left: 10%;
  height: 35px;
}

.fsoc {
  height: inherit;
  padding-left: 5%;
}

#founderdescr {
  height: 15%;
  overflow: hidden;
  margin: 0 auto;
  width: 70%;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}

#section6 {
  position: relative;
  width: 100vw !important;
  margin: 0 auto;
  height: 100vh;
  display: block;
}

#hiring {
  width: 100%;
  height: 400px;
  margin-top: 40vh;
}

.hiringbox {
  border: solid 1px black;
  border-radius: 20px;
  width: 70%;
  height: 200px;
  margin: 0 auto;
  background-color: #F8F8FF;
  margin-bottom: 100px;
}

.hiringtext {
  font-size: 15px !important;
}

.cta {
  font-size: 15px !important;
  z-index: 1 !important;
}

@media only screen and (max-width: 600px) {
  #absection1 {
    position: relative;
    height: 100vh;
    width: 90vw;
    margin: 0 auto;
    text-align: center !important;
  }
  #absection2, #absection3, #absection4, #absection5, #absection6 {
    position: relative;
    width: 90vw;
    margin: 0 auto;
    text-align: left;
  }
  #absection2 {
    margin: 0 auto;
    text-align: left !important;
  }
  #par1, #par2 {
    padding-left: 5% !important;
  }
  #absection3 {
    height: auto !important;
    margin-bottom: 100px !important;
  }
  #absection3 {
    height: 100vh !important;
    margin-top: 15vh !important;
  }
  #absection4 {
    padding-top: 10vh !important;
    padding-bottom: 10vh !important;
    text-align: center !important;
  }
  .twocolumn, .teamdiv {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .abtitle2 {
    padding-left: 5% !important;
    width: 90% !important;
  }
  #absection5 {
    height: 150vh !important;
    text-align: center;
    width: 100vw !important;
    margin: 0 auto !important;
  }
  .vertical-arrow {
    display: none;
  }
  .teamdiv {
    height: auto !important;
    margin: 0 !important;
  }
  .column1 {
    height: 350px !important;
    position: relative;
  }
  .column2 {
    height: 600px !important;
  }
  #teamdescr {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 80% !important;
    margin-left: 10% !important;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
    font-size: 15px !important;
  }
  .column, .column1, .column2 {
    width: 90%;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 5% !important;
  }
  .abtitle3 {
    margin: 0 !important;
  }
  #jobstitle {
    margin-top: 10vh !important;
    padding-bottom: 2vh !important;
  }
  .hiringbox {
    width: 90% !important;
    overflow: hidden;
    height: 35vh !important;
  }
  .hiringtext {
    font-size: 15px !important;
    text-align: left;
    padding-left: 5%;
    width: 90%;
  }
  #founderdescr {
    font-size: 18px !important;
  }
  #section6 {
    height: 60vh !important;
    overflow: hidden !important;
  }
  .pretzel {
    padding-top: 30vh !important;
  }
  .social-media {
    display: flex !important;
    flex-direction: row !important;
    padding-top: 5vh !important;
  }
  .placeholder, .wip {
    width: 90% !important;
    margin-left: 5% !important;
    background-color: #F8F8FF;
  }
  .placeholder {
    margin-top: 30vh !important;
  }
  #services-header {
    width: 90vw !important;
  }
  .services-title, .services-subtitle, .services-description {
    background-color: #F8F8FF;
  }
  #services-section2 {
    width: 100vw !important;
    height: auto !important;
    flex-direction: column !important;
    margin-left: 0 !important;
  }
  .service-cards {
    width: 90vw !important;
    padding-left: 5vw !important;
    height: 60vw !important;
    padding-bottom: 5vh !important;
  }
  .service-details {
    position: relative !important;
    width: 100vw !important;
  }
  .twocol {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    margin-top: -10px;
    padding: 0;
  }
  .col1, .col2, .eq-col {
    width: 90% !important;
    padding-left: 5% !important;
  }
  .eq-col {
    padding-left: 0 !important;
    width: 95% !important;
  }
  .exit-btn {
    display: none !important;
  }
  .tags {
    font-size: 12px !important;
  }
  .inner-descr {
    position: relative !important;
    height: auto !important;
  }
  .inner-scope {
    position: relative !important;
  }
  #main-body {
    height: 300vh !important;
    overflow-y: scroll;
  }
  .business {
    border: solid 3px #6494ed !important;
    border-radius: 10px !important;
  }
  .tech {
    border: solid 3px #ffca00 !important;
    border-radius: 10px !important;
  }
  .inner-text {
    font-size: 15px !important;
    background-color: #F8F8FF;
  }
  .inner-det-col {
    padding-top: 5vh !important;
    position: relative !important;
    left: 0 !important;
    width: 90%;
    padding-left: 5%;
    text-align: left;
  }
  .eq-col {
    margin-top: 100px !important;
  }
  .keep-twocol {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
  }
  .keep-col {
    width: 50% !important;
  }
}/*# sourceMappingURL=services.css.map */