* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
button {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: unset;
}

li {
  list-style: none;
}

hr {
  margin: 0;
  width: 100%;
}

.info-card {
  margin: 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.header .nav__title-link:hover, .header .nav__links .list__item-link:hover, .header .nav .covid__link:hover {
  cursor: pointer;
  color: #000;
}

.hero__notify-btn:hover {
  cursor: pointer;
  color: #fff;
}

.header .nav .globe__link-icon:hover {
  cursor: pointer;
  stroke: #000;
}

.header {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.header .nav {
  height: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
}

.header .nav__title {
  height: 100%;
  width: 255px;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
}

.header .nav__title-link {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

.header .nav__title-link span {
  font-weight: 700;
}

.header .nav__links {
  flex-grow: 1;
}

.header .nav__links .list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  -moz-column-gap: min(100px, 5vw);
  column-gap: min(100px, 5vw);
  row-gap: 0;
  padding: 0 0 0 min(100px, 5vw);
}

.header .nav__links .list__item-link {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 992px) {
  .header .nav__links .list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    -moz-column-gap: min(100px, 5vw);
    column-gap: min(100px, 5vw);
    row-gap: 0;
    padding: 0;
  }
}
.header .nav .covid {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.header .nav .covid__link {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.header .nav .globe {
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
}

.header .nav .globe__link-icon {
  width: 27px;
  height: 28px;
}

.hero {
  position: relative;
  max-width: 1260px;
  height: 830px;
  margin: 0 auto;
  padding: 140px 0;
  background: url("/assets/img/cloud_alpha.png") center/contain no-repeat;
}

.hero__content {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

.hero__content .hero__title {
  font-size: 110px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  line-height: 1;
}

.hero__content .hero__action-btn {
  width: 380px;
  height: 80px;
  background-color: #000;
  border-radius: 45px;
  border: none;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 0;
}

.hero__content .hero__action-btn:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.65);
}

.hero__content .hero__action-btn:focus {
  outline: none;
}

.hero__content .hero__action-btn:focus-visible {
  outline: 2px solid #fff;
}

@media (max-width: 992px) {
  .hero__content {
    width: 100%;
    max-width: 700px;
    height: 370px;
  }
  .hero__content .hero__title {
    font-size: 100px;
    font-weight: 700;
    font-style: normal;
    color: #000;
  }
  .hero__content .hero__action-btn {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 15px;
  }
}
@media (max-width: 992px) {
  .hero__content {
    width: 100%;
    max-width: 560px;
    height: 340px;
  }
  .hero__content .hero__title {
    font-size: 75px;
    font-weight: 700;
    font-style: normal;
    color: #000;
  }
  .hero__content .hero__action-btn {
    width: 260px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }
}
@media (max-width: 576px) {
  .hero__content {
    width: 100%;
    max-width: 350px;
    height: 240px;
  }
  .hero__content .hero__title {
    font-size: 45px;
    font-weight: 500;
    font-style: normal;
    color: #000;
  }
}
.hero__notify {
  position: relative;
  margin: 170px auto 0;
  width: 680px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 0;
}

.hero__notify-img {
  width: 126px;
  height: 198px;
  position: absolute;
  z-index: 1;
  top: -75px;
  left: -35px;
}

.hero__notify-content {
  width: 450px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  border-right: 1px solid #fff;
  line-height: 0.95;
}

.hero__notify-btn {
  width: 115px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.hero__notify-btn:focus {
  outline: none;
}

.hero__notify-btn:focus-visible {
  outline: 2px solid #fff;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .hero__notify {
    width: 100%;
    max-width: 450px;
    margin: 140px auto 0;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
  .hero__notify-content {
    width: 100%;
    padding: 15px 10px 15px 80px;
    border-right: none;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #000;
  }
  .hero__notify-btn {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    padding: 15px, 0;
  }
}
@media (max-width: 576px) {
  .hero__notify-img {
    position: absolute;
    z-index: 1;
    top: -55px;
    left: -32px;
  }
  .hero__notify-img-content {
    width: 100%;
    padding: 10px 10px 10px 140px;
    border-right: none;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    color: #000;
  }
}
.hero__scroll {
  position: absolute;
  z-index: 1;
  bottom: -200px;
  left: 10px;
}

.hero__scroll-content {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  writing-mode: vertical-rl;
  cursor: pointer;
}

.hero__scroll-content::after {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 10px;
  display: block;
  content: "";
  width: 1px;
  height: 76px;
  background-color: #fff;
}

@media (max-width: 992px) {
  .hero__scroll {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 227px 15px 0 0;
    background: url("/assets/img/cloud_alpha.png") 0 25%/contain no-repeat;
  }
}
.work-section {
  padding: 0 20px 180px;
}

.work-section .work {
  margin: 0 auto;
  text-align: center;
}

.work-section .work__title {
  margin: 0 0 80px 0;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

@media (max-width: 428px) {
  .work-section .work__title {
    display: none;
  }
}
.work-section .work__cards-wrapper {
  margin: 0 auto;
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 65px;
  justify-items: center;
  align-items: center;
  grid-template-areas: "analsis design dev" "main testing integration";
}

.work-section .work__cards-wrapper .card--analysis {
  grid-area: analsis;
  justify-self: start;
}

.work-section .work__cards-wrapper .card--design {
  grid-area: design;
}

.work-section .work__cards-wrapper .card--development {
  grid-area: dev;
  justify-self: end;
}

.work-section .work__cards-wrapper .card--maintenance {
  grid-area: main;
  justify-self: start;
}

.work-section .work__cards-wrapper .card--testing {
  grid-area: testing;
}

.work-section .work__cards-wrapper .card--integration {
  grid-area: integration;
  justify-self: end;
}

.work-section .work__cards-wrapper .icon--bulb {
  width: 29px;
  height: 41px;
}

.work-section .work__cards-wrapper .icon--design {
  width: 50px;
  height: 41px;
}

.work-section .work__cards-wrapper .icon--development {
  width: 55px;
  height: 41px;
}

.work-section .work__cards-wrapper .icon--maintenance {
  width: 43px;
  height: 41px;
}

.work-section .work__cards-wrapper .icon--testing {
  width: 43px;
  height: 41px;
}

.work-section .work__cards-wrapper .icon--integration {
  width: 42px;
  height: 41px;
}

@media (max-width: 768px) {
  .work-section .work__cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "analsis design " "dev main" "testing integration";
  }
  .work-section .work__cards-wrapper .card--analysis,
  .work-section .work__cards-wrapper .card--design,
  .work-section .work__cards-wrapper .card--development,
  .work-section .work__cards-wrapper .card--maintenance,
  .work-section .work__cards-wrapper .card--testing,
  .work-section .work__cards-wrapper .card--integration {
    justify-self: center;
  }
}
.info-card {
  width: 180px;
  height: 200px;
  padding: 20px 11px 0;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 10px;
}

.info-card__icon {
  width: 25px;
  height: 25px;
  fill: #000;
}

.info-card__title {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

.info-card__description {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  color: #000;
}

.info-card:hover {
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.info-card:hover .info-card__icon {
  fill: #fff;
}

.info-card:hover .info-card__title,
.info-card:hover .info-card__description {
  color: #fff;
}

@media (max-width: 428px) {
  .info-card {
    width: 140px;
    height: 170px;
  }
  .info-card__title {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #000;
  }
  .info-card__description {
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    color: #000;
  }
}
.img-card {
  width: 325px;
  height: 295px;
  position: relative;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
}

.about-section {
  padding: 140px 0 0 0;
}

.about-section .about {
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 130px;
}

.about-section .about__quality {
  width: 100%;
  height: 400px;
  padding: 0 0 0 15px;
  background: url(/assets/img/desktop_alpha.webp) 90% 100%/contain no-repeat;
}

.about-section .about__quality-title {
  font-size: 45px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.about-section .about__quality-desc {
  margin: 10px 0 0 0;
  max-width: 590px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}

@media (max-width: 1200px) {
  .about-section .about__quality {
    background: linear-gradient(180deg, rgb(103, 143, 242) 0%, rgba(103, 143, 242, 0) 74%), url(/assets/img/desktop_alpha.webp) 90% 100%/contain no-repeat;
  }
}
@media (max-width: 768px) {
  .about-section .about__quality {
    background: url(/assets/img/desktop_alpha.webp) 99% 100%/450px no-repeat;
  }
  .about-section .about__quality-title {
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }
  .about-section .about__quality-desc {
    max-width: 500px;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
  }
}
@media (max-width: 576px) {
  .about-section .about__quality {
    background: url(/assets/img/desktop_alpha.webp) 150px 100%/400px no-repeat;
  }
  .about-section .about__quality-desc {
    max-width: 320px;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
  }
}
.about-section .about__touch {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 0 0 0 15px;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-wrap: nowrap;
  flex-direction: column;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 20px;
}

.about-section .about__touch::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
  background: url(/assets/img/phone_alpha.webp) 0 0/contain no-repeat;
  rotate: 15deg;
}

.about-section .about__touch-title {
  padding: 0 10px 0 0;
  font-size: 45px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.about-section .about__touch-desc {
  padding: 0 10px 0 0;
  text-align: right;
  max-width: 480px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}

@media (max-width: 1200px) {
  .about-section .about__touch::before {
    position: absolute;
    z-index: -1;
    top: -35;
    left: -360px;
  }
}
@media (max-width: 992px) {
  .about-section .about__touch {
    height: 450px;
  }
  .about-section .about__touch::before {
    position: absolute;
    z-index: -1;
    top: -50;
    left: -380px;
  }
}
@media (max-width: 768px) {
  .about-section .about__touch {
    height: 400px;
    display: flex;
    justify-content: start;
    align-items: end;
    flex-wrap: nowrap;
    flex-direction: column;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 20px;
  }
  .about-section .about__touch-title {
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }
  .about-section .about__touch-desc {
    text-align: right;
    max-width: 340px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
  }
  .about-section .about__touch::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -280px;
    background: url(/assets/img/phone_alpha.webp) 0 0/90% no-repeat;
    rotate: 65deg;
  }
}
@media (max-width: 576px) {
  .about-section .about__touch::before {
    position: absolute;
    z-index: -1;
    top: 35px;
    left: -200px;
    background: url(/assets/img/phone_alpha.webp) -170px 0/125% no-repeat;
    rotate: 65deg;
  }
}
.about-section .about__approch {
  width: 100%;
  height: 800px;
  padding: 0 0 15px 15px;
  background: url(/assets/img/cactus_alpha.webp) 90% 100%/contain no-repeat;
}

.about-section .about__approch-title {
  margin: 200px 0 0 0;
  font-size: 45px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.about-section .about__approch-desc {
  margin: 10px 0 0 0;
  max-width: 730px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}

@media (max-width: 992px) {
  .about-section .about__approch-desc {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .about-section .about__approch {
    height: 730px;
    background: url(/assets/img/cactus_alpha.webp) 90% 100%/320px no-repeat;
  }
  .about-section .about__approch-title {
    margin: 100px 0 0 0;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }
  .about-section .about__approch-desc {
    padding: 0 15px 0 0;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
  }
}
@media (max-width: 576px) {
  .about-section .about__approch {
    height: 500px;
    background: url(/assets/img/cactus_alpha.webp) 90% 100%/220px no-repeat;
  }
  .about-section .about__approch-title {
    margin: 0;
  }
}
.experience {
  padding: 180px 0;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 90px;
}

.experience__title {
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.experience__card-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 20;
  column-gap: 20;
  row-gap: 55px;
  width: 100%;
  padding: 15px;
}

body {
  background-color: #678FF2;
} 

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