@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Poppins:wght@400;500;600;700&display=swap");
.header {
  background: #2c2c2c; }
  .header__wrapper {
    position: relative;
    padding: 0 calc(50% - 550px);
    height: 120px;
    max-width: 1100px; }
  .header__logo {
    position: absolute;
    top: calc(50% - 13px); }
    .header__logo:hover {
      -webkit-transform: skew(-15deg);
              transform: skew(-15deg); }
  .header__nav {
    position: absolute;
    top: calc(50% - 10px);
    left: 50px;
    max-width: 700px; }
  .header__hire {
    position: absolute;
    top: calc(50% - 5px);
    right: calc(50% - 550px);
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 3px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2060f6; }
    .header__hire:hover {
      -webkit-animation: shake 1s ease-in-out infinite;
              animation: shake 1s ease-in-out infinite; }
  .header__mob {
    display: none; }

@media screen and (max-width: 1024px), (max-width: 1280px) {
  .header__wrapper {
    padding: 0 calc(50% - 450px);
    height: 100px;
    max-width: 900px; }
  .header__nav {
    position: absolute;
    top: calc(50% - 10px);
    left: 50px;
    max-width: 500px; }
  .header__hire {
    right: calc(50% - 450px); } }

@media screen and (max-width: 800px) {
  .header__wrapper {
    padding: 0 calc(50% - 300px);
    max-width: 600px; }
  .header__nav, .header__hire {
    display: none; } }

@media screen and (max-width: 500px) {
  .header__wrapper {
    width: 300px;
    padding: 0 calc(50% - 150px); } }

.nav {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-family: Poppins, sans-serif; }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav__item {
    padding: 5px;
    text-align: center;
    letter-spacing: 3px; }
  .nav__link {
    color: #fff; }
    .nav__link::after {
      content: "";
      margin-top: 8px;
      display: block;
      width: 0;
      height: 2px;
      background: #2060f6;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .nav__link:hover::after {
      width: 100%; }
    .nav__link:focus::after {
      width: 100%; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body,
ul,
li,
input,
button,
p {
  margin: 0;
  padding: 0; }

body {
  overflow: hidden;
  background: #f2f6fa; }

a {
  outline: none;
  text-decoration: none; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  25% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  25% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(231, 227, 227, 0.2);
            box-shadow: 0 0 0 0 rgba(231, 227, 227, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(231, 227, 227, 0);
            box-shadow: 0 0 0 35px rgba(231, 227, 227, 0); } }

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(231, 227, 227, 0.2);
            box-shadow: 0 0 0 0 rgba(231, 227, 227, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(231, 227, 227, 0);
            box-shadow: 0 0 0 35px rgba(231, 227, 227, 0); } }

.strategic {
  background-color: #2c2c2c;
  border-radius: 0 0 30px 30px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  overflow: hidden;
  font-family: Poppins, Arial, Helvetica, sans-serif; }
  .strategic__content {
    max-width: 350px;
    max-height: 400px;
    color: #fff; }
  .strategic__heading {
    margin-top: 0;
    font-weight: 600;
    font-size: 64px;
    line-height: 68px;
    letter-spacing: -2px; }
  .strategic__text {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px; }
  .strategic__button {
    margin-top: 90px; }
  .strategic__photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    height: 650px; }
  .strategic .photo__content {
    position: absolute;
    left: 50px;
    bottom: 40px; }
  .strategic .photo__heading {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px; }
  .strategic .photo__text {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px; }
  .strategic .photo__button {
    height: 50px;
    outline: none;
    border: none;
    width: 50px;
    border-radius: 50%;
    margin: 25px 5px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.75; }
    .strategic .photo__button:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      opacity: 1;
      cursor: pointer; }
  .strategic .photo__container {
    border-radius: 30px 0;
    overflow: hidden;
    margin-top: 50px; }

@media screen and (max-width: 1024px), (max-width: 1280px) {
  .strategic__photo {
    height: 550px; } }

@media screen and (max-width: 500px) {
  .strategic__photo {
    display: none; }
  .strategic__heading {
    font-size: 44px; }
  .strategic__button {
    margin: 50px 0; } }

.wrapper {
  position: relative;
  padding: 150px calc(50% - 550px);
  height: 350px;
  max-width: 1100px; }

@media screen and (max-width: 1024px), (max-width: 1280px) {
  .wrapper {
    padding: 100px calc(50% - 450px);
    width: 900px; } }

@media screen and (max-width: 800px) {
  .wrapper {
    padding: 100px calc(50% - 300px);
    max-width: 600px; } }

@media screen and (max-width: 500px) {
  .wrapper {
    width: 300px;
    padding: calc(50% - 150px);
    height: auto; } }

.button {
  width: 230px;
  height: 50px;
  border: none;
  outline: none;
  font-family: Poppins, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #2060f6;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .button:hover {
    -webkit-box-shadow: 0 13px 27px rgba(0, 82, 183, 0.64);
            box-shadow: 0 13px 27px rgba(0, 82, 183, 0.64); }
  .button:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .button:active {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }

.descript {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .descript__content {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 700px; }
  .descript__heading {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #253757; }
  .descript__text {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #6c788b; }

.expertise {
  height: 600px;
  margin: 0;
  background: #fff;
  border-radius: 30px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 600; }
  .expertise__heading {
    margin: 0 auto;
    max-width: 400px;
    font-size: 52px;
    color: #253757; }
  .expertise__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 100px 0;
    max-width: 1200px; }
  .expertise .item {
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 380px;
    padding: 20px; }
    .expertise .item__photo {
      margin-top: 30px;
      border-radius: 30px; }
    .expertise .item__heading {
      font-size: 20px;
      color: #253757; }
    .expertise .item__text {
      font-weight: 400;
      color: #6c788b;
      height: 100px;
      max-width: 300px; }
    .expertise .item:hover {
      background: #f2f6fa;
      border-radius: 30px; }

@media screen and (max-width: 800px) {
  .expertise {
    height: auto; }
    .expertise__items {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin-bottom: 0; }
    .expertise .item {
      height: 400px; }
      .expertise .item__text {
        width: 250px; } }

.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 700px; }
  .process .content {
    margin: auto;
    max-width: 350px;
    font-family: Poppins, Arial, Helvetica, sans-serif; }
    .process .content__subheading {
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #c0cdd7; }
    .process .content__heading {
      margin-top: 0;
      font-style: normal;
      font-weight: 600;
      font-size: 36px;
      color: #253757; }
    .process .content__text {
      font-family: Open Sans, Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: #6c788b; }

@media screen and (max-width: 800px) {
  .process {
    display: contents;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 500px), (max-width: 330px) {
  .content {
    text-align: center; } }

.cards {
  position: relative;
  width: 600px;
  z-index: 2; }
  .cards--right {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px; }
  .cards--left {
    position: absolute;
    top: 130px;
    width: 280px; }
  .cards .card {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 264px;
    padding: 30px 0 30px 30px;
    margin: 30px;
    background: #fff;
    -webkit-box-shadow: 0 9px 18px rgba(37, 41, 49, 0.03);
            box-shadow: 0 9px 18px rgba(37, 41, 49, 0.03);
    border-radius: 16px; }
    .cards .card:hover {
      -webkit-box-shadow: 14px 16px 26px #c0cdd7;
              box-shadow: 14px 16px 26px #c0cdd7; }
    .cards .card__number {
      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;
      width: 46px;
      height: 24px;
      margin-bottom: 26px;
      font-family: Poppins, Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 13px;
      color: #2060f6;
      border-radius: 23px;
      background: #f2f6fa; }
    .cards .card__text {
      width: 180px;
      max-height: 200px;
      font-family: Open Sans, Arial, Helvetica, sans-serif;
      font-weight: 600;
      line-height: 150%;
      font-size: 13px;
      color: #6c788b; }
    .cards .card__link {
      position: relative;
      height: 50px;
      width: 50px;
      margin-top: 32px;
      border-radius: 30px;
      background: url(../images/arrow/arrow.png) center center/cover no-repeat #2060f6;
      background-size: 15px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .cards .card__link::after {
        content: "Learn more";
        position: absolute;
        left: 80px;
        top: calc(50% - 12px);
        width: 220%;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        color: #253757;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .cards .card__link:hover, .cards .card__link:focus {
        width: 90%;
        background-image: none; }
      .cards .card__link:hover::after, .cards .card__link:focus::after {
        color: #fff; }

@media screen and (max-width: 1024px), (max-width: 1280px) {
  .cards {
    width: 700px; }
  .card {
    width: 254px; } }

@media screen and (max-width: 800px) {
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .cards--left, .cards--right {
      position: static; } }

@media screen and (max-width: 500px) {
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.approach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: auto;
  margin-left: 100px;
  background: #2c2c2c;
  border-radius: 30px 0 0 30px;
  -webkit-transform: translateY(140px);
          transform: translateY(140px); }
  .approach__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 100px;
    width: 460px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #fff; }
  .approach__subheading {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .approach__heading {
    margin-top: 0;
    font-weight: 600;
    font-size: 32px; }
  .approach__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px; }
  .approach__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 50px;
    border-radius: 25px; }
    .approach__item::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      background-color: #fff;
      border-radius: 30px;
      -webkit-transition: width 0.4s;
      transition: width 0.4s;
      z-index: -1; }
    .approach__item:hover::after {
      width: 80%;
      height: 100%; }
    .approach__item:hover {
      cursor: pointer;
      color: black;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .approach__picture {
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 15px;
    margin-right: 32px;
    background: #fff;
    border-radius: 30px; }
  .approach__icon {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 25px;
    height: 25px; }
  .approach__text {
    width: 250px;
    margin: 5px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%; }
  .approach__photo {
    position: absolute;
    top: 30%;
    right: 0;
    width: 40vw;
    height: 70%;
    border-radius: 30px 0 0;
    background: url(../images/bridge.png) center center/cover no-repeat; }

@media screen and (max-width: 1024px), (max-width: 1280px) {
  .approach {
    width: 800px; }
    .approach__content {
      margin-left: 50px; } }

@media screen and (max-width: 800px) {
  .approach {
    width: 550px;
    margin-left: 50px; }
    .approach__content {
      margin: 0; }
    .approach__text {
      width: 200px; } }

@media screen and (max-width: 500px) {
  .approach {
    width: auto;
    margin: 0;
    border-radius: 30px; }
    .approach__photo {
      display: none; }
    .approach__item:hover {
      background-color: white; }
      .approach__item:hover:after {
        content: "";
        width: 0; } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  25% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(231, 227, 227, 0.2);
            box-shadow: 0 0 0 0 rgba(231, 227, 227, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(231, 227, 227, 0);
            box-shadow: 0 0 0 35px rgba(231, 227, 227, 0); } }

.testimonials {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  height: 800px; }
  .testimonials__subheading {
    margin-top: 150px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 19px;
    color: #c0cdd7; }
  .testimonials__heading {
    font-weight: 600;
    font-size: 32px;
    width: 200px;
    color: #253757; }
  .testimonials__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .testimonials__item {
    width: 314px;
    background: #fff;
    -webkit-box-shadow: 0 9px 18px rgba(37, 41, 49, 0.03);
            box-shadow: 0 9px 18px rgba(37, 41, 49, 0.03);
    border-radius: 16px;
    text-align: center;
    font-size: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .testimonials__item:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-box-shadow: 14px 16px 26px #c0cdd7;
              box-shadow: 14px 16px 26px #c0cdd7; }
  .testimonials__photo {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 32px;
    -webkit-transition: 1s;
    transition: 1s; }
  .testimonials__img {
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    border-radius: 50%;
    z-index: 2; }
  .testimonials__capsula {
    position: absolute;
    right: 5px;
    bottom: 50px;
    margin: 0;
    width: 140px;
    height: 55px;
    background: #2060f6;
    border-radius: 12px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }
    .testimonials__capsula:first-child {
      top: 50px;
      left: 10px; }
  .testimonials__quotes {
    background: url(../images/quates.jpg) center center/contain no-repeat;
    height: 20px; }
  .testimonials__text {
    width: 250px;
    margin: 16px 32px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #6c788b;
    line-height: 150%; }
  .testimonials__name {
    width: 55px;
    margin: 0 auto;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #253757; }
  .testimonials__position {
    width: 200px;
    margin: 5px auto 32px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c0cdd7; }

@media screen and (max-width: 1024px), (max-width: 1280px) {
  .testimonials__container {
    margin-top: 35px; }
  .testimonials__item {
    width: 280px; }
  .testimonials__text {
    width: 200px; }
  .testimonials__photo {
    width: 230px; } }

@media screen and (max-width: 800px) {
  .testimonials {
    height: auto; }
    .testimonials__container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .testimonials__item {
      margin: 10px; } }

.vision {
  position: relative;
  background: #fff; }
  .vision__heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 52px;
    color: #253757; }
  .vision__text {
    margin: 0 auto;
    padding: 25px;
    width: 600px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #6c788b; }
  .vision__button {
    margin-top: 40px;
    position: absolute;
    left: calc(50% - 115px); }
  .vision__item--small {
    position: absolute;
    width: 50px;
    height: 16.66667px;
    -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
    border-radius: 12px;
    border: 2px solid #2060f6;
    background-color: transparent;
    opacity: 0.5; }
    .vision__item--small:nth-of-type(1) {
      top: 10%;
      left: 20%; }
    .vision__item--small:nth-of-type(2) {
      top: 15%;
      right: 30%; }
    .vision__item--small:nth-of-type(3) {
      top: 80%;
      right: 30%; }
    .vision__item--small:nth-of-type(4) {
      top: 70%;
      left: 30%; }
  .vision__item--medium {
    position: absolute;
    width: 100px;
    height: 33.33333px;
    -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
    border-radius: 12px;
    border: 4px solid #2060f6;
    background-color: transparent;
    opacity: 0.5; }
    .vision__item--medium:nth-of-type(5) {
      top: 10%;
      left: 50%; }
    .vision__item--medium:nth-of-type(6) {
      top: 80%;
      left: 10%; }
    .vision__item--medium:nth-of-type(7) {
      top: 55%;
      right: 10%; }
    .vision__item--medium:nth-of-type(8) {
      top: 35%;
      left: 10%; }
  .vision__item--big {
    position: absolute;
    width: 150px;
    height: 50px;
    -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
    border-radius: 12px;
    border: 5px solid #2060f6;
    background-color: transparent;
    opacity: 0.5; }
    .vision__item--big:nth-of-type(9) {
      top: 30%;
      right: 10%; }
    .vision__item--big:nth-of-type(10) {
      top: 80%;
      right: 50%; }
    .vision__item--big:nth-of-type(11) {
      bottom: 40%;
      left: 15%; }
    .vision__item--big:nth-of-type(12) {
      top: 55%;
      right: 30%; }

@media screen and (max-width: 500px) {
  .vision {
    height: 500px; }
    .vision__heading {
      font-size: 32px;
      text-align: center; }
    .vision__text {
      width: 250px; } }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  height: auto;
  background: #2c2c2c;
  border-radius: 30px 30px 0 0;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  color: #fff; }
  .contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 460px; }
  .contact__heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 150%; }
  .contact__input {
    margin: 30px 0;
    padding: 17px;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    font-weight: 600;
    font-size: 15px;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 100px #2c2c2c inset; }
    .contact__input:focus, .contact__input:active {
      border-bottom: 2px solid #2060f6; }
    .contact__input::-webkit-input-placeholder {
      font-family: Poppins, Arial, Helvetica, sans-serif;
      opacity: 0.5;
      color: #c0c0c0; }
    .contact__input::-moz-placeholder {
      font-family: Poppins, Arial, Helvetica, sans-serif;
      opacity: 0.5;
      color: #c0c0c0; }
    .contact__input:-ms-input-placeholder {
      font-family: Poppins, Arial, Helvetica, sans-serif;
      opacity: 0.5;
      color: #c0c0c0; }
    .contact__input::-ms-input-placeholder {
      font-family: Poppins, Arial, Helvetica, sans-serif;
      opacity: 0.5;
      color: #c0c0c0; }
    .contact__input::placeholder {
      font-family: Poppins, Arial, Helvetica, sans-serif;
      opacity: 0.5;
      color: #c0c0c0; }
  .contact__button {
    margin-top: 50px; }
  .contact__info {
    width: 360px; }
  .contact__subheading {
    display: block;
    margin-top: 48px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    color: #c0c0c0; }
  .contact__text {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff; }
  .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    width: 180px; }
  .contact__item {
    height: 25px;
    width: 25px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .contact__item:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .contact__item:nth-child(1):hover {
      background: #39569a; }
    .contact__item:nth-child(2):hover {
      background: #1c9deb; }
    .contact__item:nth-child(3):hover {
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
  .contact__icon {
    height: 24px;
    width: 24px; }

@media screen and (max-width: 800px) {
  .contact {
    -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; }
    .contact__info {
      width: 560px; }
    .contact__button {
      margin: 50px auto; } }

@media screen and (max-width: 500px) {
  .contact__form {
    width: 300px; }
  .contact__info {
    width: 300px; } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  25% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(231, 227, 227, 0.2);
            box-shadow: 0 0 0 0 rgba(231, 227, 227, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(231, 227, 227, 0);
            box-shadow: 0 0 0 35px rgba(231, 227, 227, 0); } }

.footer {
  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;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  background: #2c2c2c;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .footer__nav {
    width: 800px; }
  .footer__logo:hover {
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg); }

@media screen and (max-width: 800px) {
  .footer__nav {
    display: none; }
  .footer__logo {
    position: absolute;
    right: calc(20% - 15px);
    border-radius: 30px;
    -webkit-animation: shadow-pulse 1s infinite;
            animation: shadow-pulse 1s infinite; } }

.menu-icon-line, .menu-icon-line::after, .menu-icon-line::before {
  position: absolute;
  display: block;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: white; }

.menu-icon-line::after, .menu-icon-line::before {
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in 0.2s;
  transition: transform 0.2s ease-in 0.2s, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in 0.2s, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in 0.2s; }

.menu-icon-line.menu-icon-active::before, .menu-icon-line.menu-icon-active::after {
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s; }

@media screen and (max-width: 500px) {
  .menu-icon {
    display: block; } }

.menu-icon {
  height: 26px;
  width: 26px;
  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;
  z-index: 15; }

.menu-icon-line {
  position: relative; }
  .menu-icon-line::after {
    content: "";
    top: 10px; }
  .menu-icon-line::before {
    content: "";
    top: -10px; }
  .menu-icon-line.menu-icon-active {
    background-color: transparent; }
  .menu-icon-line.menu-icon-active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-icon-line.menu-icon-active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

@media screen and (max-width: 800px) {
  .mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 20px;
    z-index: 1; }
    .mob__nav {
      display: block;
      position: absolute;
      right: -390px;
      top: 0;
      width: 390px;
      height: 645px;
      border-radius: 30px;
      background-color: #2c2c2c;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      z-index: 1; }
    .mob__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      height: 80%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      list-style: none; }
    .mob__slide {
      -webkit-transform: translate(-390px);
              transform: translate(-390px); }
    .mob____item {
      max-width: 250px; }
    .mob__hire {
      color: #fff;
      padding-bottom: 20px;
      border-bottom: 1px solid #2060f6; } }

@media screen and (max-width: 500px) {
  .mob__nav {
    right: -360px;
    width: 360px;
    height: 550px; }
  .mob__list {
    width: 310px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mob__slide {
    -webkit-transform: translate(-360px);
            transform: translate(-360px); }
  .mob__hire {
    margin-left: 120px; } }

@media screen and (max-width: 330px) {
  .mob__nav {
    right: -320px;
    max-width: 320px;
    height: 500px; }
  .mob__slide {
    -webkit-transform: translate(-320px);
            transform: translate(-320px); } }

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .slider__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(32, 96, 246, 0.6)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(32, 96, 246, 0.6) 10%, rgba(0, 0, 0, 0) 50%);
    opacity: 40%; }
  .slider__item {
    width: 40vw;
    height: 650px; }
    .slider__item:nth-child(1) {
      background: url(../images/slider/pencils.jpg) center center/cover no-repeat; }
    .slider__item:nth-child(2) {
      background: url(../images/slider/qPojqUji_y4.svg) center center/cover no-repeat; }
    .slider__item:nth-child(3) {
      background: url(../images/slider/gwVmBgpP-PQ.svg) center center/cover no-repeat; }

@media screen and (min-width: 1000px) {
  .hidden {
    opacity: 0; }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .fade-in-element {
    -webkit-animation: fadeInDown 2s;
            animation: fadeInDown 2s; } }

/*# sourceMappingURL=main.css.map */
