.home-section__home-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98vw;
  height: 98vh;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.body {
  background-color: #fcfcfc;
  font-family: Montserrat, sans-serif;
}

.home-section {
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-menu__wrapper {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(121, 158, 178, 0.5);
  border-radius: 20px;
  box-shadow: 0 5px 20px 1px rgba(39, 84, 186, 0.1);
}

.navigation-menu__link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-decoration: none;
}

.navigation-menu__link-block:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.link-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fcfcfc;
  font-size: 16px;
  text-decoration: none;
}

.work-section {
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.about-section {
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.work-section__work-wrapper {
  position: relative;
  bottom: -90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98vw;
  height: 110vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #799eb2;
}

.about-section__about-wrapper {
  position: relative;
  bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98vw;
  height: 98vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #b1d4e5;
}

.cursor-dot {
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: transparent;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper__description {
  z-index: 1;
  margin-top: 20px;
}

.name__heading {
  margin-top: 30px;
  font-family: Ekron, sans-serif;
  color: #fcfcfc;
  font-size: 80px;
  line-height: 61px;
}

.hi__text {
  font-family: Montserrat, sans-serif;
  color: #123962;
  font-size: 20px;
  font-weight: 500;
}

.description__text {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #123962;
  font-size: 25px;
  font-weight: 500;
}

.contact-me {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 4%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(121, 158, 178, 0.2);
  border-radius: 20px;
  background-color: #b1d4e5;
  box-shadow: 0 5px 20px 1px rgba(39, 84, 186, 0.1);
}

.chat-bot {
  width: 40px;
}

.headline__heading {
  position: relative;
  font-family: Ekron, sans-serif;
  color: #123962;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.work-wrapper__headline {
  position: relative;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline__text {
  width: 450px;
  font-family: Montserrat, sans-serif;
  color: #123962;
  font-weight: 500;
  text-align: center;
}

.work-section__work-cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-cards__card {
  width: 400px;
  height: 100px;
  margin: 10px;
  border-radius: 20px;
  background-color: #b1d4e5;
  box-shadow: 6px 6px 10px 0 rgba(18, 57, 98, 0.2);
}

.work-cards__card.is-alya {
  overflow: hidden;
  height: 180px;
}

.work-cards__card.is-card {
  overflow: hidden;
  height: 180px;
}

.about-wrapper__headline {
  position: relative;
  top: 50px;
  margin-bottom: 150px;
  margin-left: 25px;
}

.headline-about__heading {
  margin-bottom: 30px;
  font-family: Ekron, sans-serif;
  color: #123962;
  font-size: 50px;
  text-align: left;
}

.headline-about__text {
  max-width: 600px;
  min-width: 200px;
  color: #123962;
  font-size: 17px;
}

.side-navigation {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  overflow: hidden;
  width: 40vw;
  height: 100vh;
  padding: 0px 0px 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #eee;
  box-shadow: -8px 0 20px 2px rgba(18, 57, 98, 0.15);
}

.side-navigation__close-tab {
  position: absolute;
  left: auto;
  top: 5%;
  right: 15%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.closex {
  position: absolute;
  left: 112px;
  top: 42%;
  right: 0%;
  bottom: auto;
}

.line1 {
  width: 30px;
  height: 2px;
  background-color: #123962;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.line2 {
  width: 30px;
  height: 2px;
  background-color: #123962;
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
  -ms-transform: rotate(-45deg) translate(1px, -2px);
  transform: rotate(-45deg) translate(1px, -2px);
}

.close-tab__close-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ekron, sans-serif;
  color: #123962;
  font-size: 25px;
}

.form-block {
  position: relative;
  top: 25%;
  width: 35vw;
}

.text-field {
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.textarea {
  min-height: 150px;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field-label {
  font-family: Ekron, sans-serif;
}

.field-label-2 {
  font-family: Ekron, sans-serif;
}

.submit-button {
  border-radius: 15px;
  background-color: #00aee6;
  font-family: Ekron, sans-serif;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chilling-developing {
  width: 100%;
  height: 100%;
}

.hero-wrapper___chilling-developer {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: 0%;
  max-width: 1000px;
}

.clock {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20%;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ekron, sans-serif;
  color: #fcfcfc;
  font-size: 25px;
  font-weight: 400;
}

.card__immage {
  position: relative;
  left: -67px;
  bottom: 48px;
  width: 500px;
  height: 300px;
  background-image: url('../images/alya.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.1;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.card__immage:hover {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.card__immage.is-tabler {
  background-image: url('../images/tabler.png');
  background-position: 50% 50%;
  background-size: cover;
}

.card__immage.is-tabler {
  left: -120px;
  bottom: 70px;
  width: 600px;
  background-image: url('../images/tabler-preview.png');
  background-position: 50% 50%;
  background-size: cover;
}

.card__immage.is-zorro {
  background-image: url('../images/zorro.png');
  background-position: 50% 50%;
}

.heading {
  position: static;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Ekron, sans-serif;
  font-size: 30px;
}

.paragraph {
  font-size: 14px;
}

.card-wrapper__description {
  position: absolute;
  max-height: 250px;
  max-width: 400px;
  min-height: 200px;
  min-width: 300px;
  padding-top: 20px;
  padding-left: 20px;
}

.link-block {
  color: #123962;
}

.about-wrapper__background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url('../images/Alya-hexagonbackground-3-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.2;
}

.navigation-menu {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 1;
}

.cyber-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.1;
}

@media screen and (min-width: 1920px) {
  .home-section__home-wrapper {
    height: 98vh;
  }

  .work-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .work-section__work-wrapper {
    bottom: -120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-section__about-wrapper {
    bottom: -40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cursor-dot {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(18, 57, 98, 0.2);
  }

  .hero-wrapper__hi {
    position: relative;
    top: -50px;
  }

  .hero-wrapper__description {
    margin-top: 60px;
  }

  .name__heading {
    font-size: 140px;
  }

  .hi__text {
    font-size: 40px;
  }

  .description__text {
    font-size: 40px;
  }

  .headline__heading {
    font-size: 70px;
    line-height: 70px;
  }

  .work-wrapper__headline {
    max-width: 800px;
  }

  .headline__text {
    width: auto;
    max-width: 600px;
    min-width: auto;
    font-size: 25px;
    line-height: 25px;
  }

  .work-section__work-cards {
    max-width: 1400px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .work-cards__card.is-alya {
    max-height: 300px;
    max-width: 800px;
    min-height: 250px;
    min-width: 600px;
  }

  .work-cards__card.is-card {
    max-height: 300px;
    max-width: 800px;
    min-height: 250px;
    min-width: 600px;
  }

  .about-wrapper__headline {
    top: 0px;
    margin-right: 50px;
    margin-bottom: 0px;
  }

  .headline-about__heading {
    font-size: 70px;
    line-height: 70px;
  }

  .headline-about__text {
    width: auto;
    max-width: 700px;
    min-width: 500px;
    font-size: 24px;
    line-height: 28px;
  }

  .text-field {
    height: 60px;
    font-size: 18px;
  }

  .textarea {
    min-height: 200px;
    font-size: 18px;
  }

  .text-field-2 {
    height: 60px;
    font-size: 18px;
  }

  .field-label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .field-label-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .submit-button {
    width: 150px;
    height: 50px;
    font-size: 17px;
  }

  .hero-wrapper___chilling-developer {
    position: absolute;
    left: auto;
    top: 20%;
    right: 0%;
    bottom: 0%;
    max-width: 1200px;
  }

  .animation-pc {
    max-width: 1200px;
    min-width: 800px;
  }

  .card__immage.is-alya {
    left: 0px;
    bottom: 100px;
    width: auto;
    height: auto;
    min-height: 450px;
    min-width: 700px;
  }

  .card__immage.is-tabler {
    left: -31px;
    bottom: 78px;
    width: auto;
    height: auto;
    min-height: 450px;
    min-width: 700px;
  }

  .card__immage.is-zorro {
    left: -20px;
    bottom: 100px;
    width: auto;
    height: auto;
    min-height: 450px;
    min-width: 700px;
  }

  .heading {
    font-size: 40px;
  }

  .paragraph {
    font-size: 20px;
  }

  .card-wrapper__description {
    max-width: 500px;
    padding-top: 50px;
    padding-left: 50px;
  }

  .div-block {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .home-section__home-wrapper {
    padding-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-section {
    overflow: hidden;
  }

  .about-section {
    overflow: hidden;
  }

  .work-section__work-wrapper {
    bottom: -200px;
    height: 140vh;
  }

  .about-wrapper__headline {
    max-width: 600px;
    min-width: 200px;
  }

  .headline-about__heading {
    font-size: 40px;
    line-height: 40px;
  }

  .side-navigation {
    width: 50vw;
  }

  .side-navigation__close-tab {
    right: 20%;
  }

  .form-block {
    width: 45vw;
  }

  .animation-pc {
    min-width: 200px;
  }

  .cyber-background {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home-section__home-wrapper {
    padding-left: 20px;
  }

  .work-section__work-wrapper {
    bottom: -100px;
    height: 130vh;
  }

  .about-section__about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headline__heading {
    font-size: 30px;
    line-height: 30px;
  }

  .work-cards__card.is-alya {
    width: auto;
    height: auto;
    max-height: 160px;
    min-height: 120px;
  }

  .work-cards__card.is-card {
    width: auto;
    height: auto;
    max-height: 160px;
    max-width: 400px;
    min-height: 120px;
  }

  .about-wrapper__headline {
    top: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .headline-about__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .headline-about__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .side-navigation {
    width: 60vw;
  }

  .form-block {
    width: 50vw;
  }

  .hero-wrapper___chilling-developer {
    top: 45%;
  }

  .card-wrapper__description {
    width: auto;
    max-height: 200px;
    max-width: 400px;
    min-height: 150px;
    min-width: 0px;
  }
}

@media screen and (max-width: 479px) {
  .home-section__home-wrapper {
    padding-top: 140px;
    padding-left: 20px;
  }

  .navigation-menu__wrapper {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 4%;
  }

  .work-section {
    display: none;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
  }

  .about-section {
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
  }

  .work-section__work-wrapper {
    bottom: -160px;
  }

  .hero-wrapper__description {
    margin-top: 0px;
  }

  .name__heading {
    margin-top: 10px;
    font-size: 50px;
  }

  .contact-me {
    bottom: 12%;
  }

  .headline__heading {
    font-size: 35px;
    line-height: 35px;
  }

  .work-wrapper__headline {
    top: 20px;
    min-width: 100px;
    margin-bottom: 130px;
  }

  .headline__text {
    width: auto;
    max-width: 350px;
  }

  .work-section__work-cards {
    top: -100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-cards__card {
    width: auto;
    min-width: 300px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .work-cards__card.is-alya {
    max-width: 350px;
    min-width: 200px;
  }

  .work-cards__card.is-card {
    max-width: 350px;
    min-width: 200px;
  }

  .headline-about__heading {
    width: 100%;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

  .headline-about__text {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .side-navigation {
    width: 80vw;
  }

  .form-block {
    width: 70vw;
  }

  .chilling-developing {
    overflow: hidden;
    min-width: 500px;
  }

  .hero-wrapper___chilling-developer {
    left: -76px;
    top: 33%;
    overflow: hidden;
  }

  .heading {
    font-size: 25px;
  }

  .paragraph {
    line-height: 16px;
  }

  .card-wrapper__description {
    max-height: 180px;
    max-width: 350px;
  }
}

@font-face {
  font-family: 'Ekron';
  src: url('../fonts/Ekron.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alt avalon';
  src: url('../fonts/Alt_AVALON.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}