.tag__available {
  padding: 8px 12px;
  background-color: rgba(58, 77, 80, 0.4);
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  outline: 1px solid #344145;
  gap: 10px;
  font-size: 14px;
  color: #f3f7f8;
}
.tag__available svg {
  width: 24px;
  height: 24px;
  overflow: visible;
  flex-shrink: 0;
}
.tag__available svg .pulse-circle {
  animation: pulse 2s infinite ease-in-out;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
}

.btn_i-d {
  border: none;
  outline: none;
  background-color: #2ae1aa;
  justify-content: center;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 18px;
}
.btn_i-d a {
  text-decoration: none;
  color: #171F21;
}
.btn_i-d:hover {
  background-color: #f3f7f8;
}

.btn_i-o {
  border: none;
  outline: 1px solid #2ae1aa;
  background-color: transparent;
  color: #2ae1aa;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 18px;
  justify-content: center;
}
.btn_i-o a {
  text-decoration: none;
  color: #2ae1aa;
}
.btn_i-o:hover {
  background-color: #2ae1aa;
  color: #171F21;
}
.btn_i-o:hover a {
  text-decoration: none;
  color: #171F21;
}
.btn_i-o:hover svg path {
  fill: #171F21;
}

.btn_i {
  background-color: transparent;
  border-radius: 60px;
  border: none;
  outline: 1px solid #CEFDE8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tag__blue {
  padding: 4px 12px 4px 10px;
  background-color: rgba(3, 133, 255, 0.0784313725);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
  outline: none;
  gap: 4px;
  font-size: 14px;
  color: #0385FF;
  text-decoration: none;
  cursor: pointer;
}

.tag__green {
  padding: 4px 12px 4px 10px;
  background-color: rgba(37, 211, 102, 0.0784313725);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
  outline: none;
  gap: 4px;
  font-size: 14px;
  color: #25D366;
  text-decoration: none;
  cursor: pointer;
}

.tag__red {
  padding: 4px 12px 4px 10px;
  background-color: rgba(255, 84, 62, 0.0784313725);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
  outline: none;
  gap: 4px;
  font-size: 14px;
  color: #FF543E;
  text-decoration: none;
  cursor: pointer;
}

.tag__cian {
  padding: 4px 12px 4px 10px;
  background-color: rgba(5, 109, 255, 0.0784313725);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
  outline: none;
  gap: 4px;
  font-size: 14px;
  color: #056DFF;
  text-decoration: none;
  cursor: pointer;
}

.card__tencnology {
  display: inline-block;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 64px;
}
.card__tencnology img {
  width: 64px;
  padding: 12px;
  background-color: #212C2F;
}
.card__tencnology p {
  text-align: center;
  font-size: 13px;
  color: #f3f7f8;
}

.btn_txt {
  background-color: transparent;
  border: none;
  outline: none;
  color: #2ae1aa;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}
.btn_txt:hover {
  color: #f3f7f8;
  text-decoration: underline;
}
.btn_txt:hover svg path {
  fill: #f3f7f8;
}

.card_single {
  max-width: 194px;
  display: flex;
  gap: 0;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 700PX) {
  .card_single {
    width: 100%;
    max-width: 100%;
  }
}
.card_single .preview {
  width: 100%;
}
.card_single .conteiner_card {
  background-color: #212C2F;
  padding: 12px 16px 16px 16px;
  border: 1px solid #344145;
  border-radius: 0 0 16px 16px;
}
.card_single .conteiner_card .text_card {
  margin-bottom: 16px;
}
.card_single .conteiner_card .text_card p {
  color: #9FC0C1;
  font-size: 14px;
}
.card_single .conteiner_card .text_card h4 {
  font-size: 18px;
  color: #f3f7f8;
  font-weight: 400;
}
.card_single .conteiner_card .btn_link {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  gap: auto;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
}
.card_single .conteiner_card .btn_link a {
  color: #2ae1aa;
}
.card_single .conteiner_card .btn_link:hover a {
  color: #f3f7f8;
}
.card_single .conteiner_card .btn_link:hover svg path {
  fill: #f3f7f8;
}

.input_design {
  display: flex;
  flex-direction: column;
  gap: 8;
}
.input_design label {
  color: #9FC0C1;
  font-size: 12px;
  margin-bottom: 8px;
}
.input_design input {
  width: 100%;
  border: none;
  outline: 1px solid #344145;
  background-color: #212C2F;
  padding: 8px 2px 8px 12px;
  border-radius: 8px;
  color: #f3f7f8;
  font-size: 16px;
}
.input_design input::-moz-placeholder {
  color: #f3f7f8;
  opacity: 0.4;
}
.input_design input::placeholder {
  color: #f3f7f8;
  opacity: 0.4;
}

.check {
  border: none;
  border-radius: 8px;
  color: #f3f7f8;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.check input {
  display: none;
}
.check span {
  transition: color 0.3s;
  padding: 8px 12px;
  background-color: #212C2F;
  outline: 1px solid #344145;
  border-radius: 8px;
}
.check input:checked + span {
  color: #2ae1aa;
  outline: 1px solid #2ae1aa;
  padding: 8px 12px;
  border-radius: 8px;
}
.check:hover {
  outline: 1px solid #9FC0C1;
  border-radius: 8px;
}

.card_service {
  width: 100%;
  padding: 16px;
  display: flex;
  gap: 16;
  flex-direction: column;
  border: 1px solid #344145;
  border-radius: 16px;
  background-color: #212C2F;
}
.card_service .images {
  width: 100%;
  border-radius: 16px;
  zoom: 2;
}
.card_service .info_container {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card_service .info_container h4 {
  font-size: 20px;
  color: #f3f7f8;
}
.card_service .info_container p {
  font-size: 16px;
  color: #f3f7f8;
}
.card_service .info_container ul {
  padding: 0;
  list-style: none;
  color: #f3f7f8;
}
.card_service .info_container ul li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
}

* {
  font-family: "Jaldi", sans-serif;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #171F21;
  width: 100%;
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
}
body .navigation_bar {
  width: 100%;
  padding: 22px 0;
  position: fixed;
  transition: background-color 0.3s ease;
  background-color: transparent;
  z-index: 99;
  top: 0;
}
body .navigation_bar.bg {
  background-color: rgba(23, 31, 33, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body .navigation_bar .navigations__options {
  margin: 0 16px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 700PX) {
  body .navigation_bar .navigations__options {
    max-width: 1240px;
    margin: 0 24px;
  }
}
@media (min-width: 1240px) {
  body .navigation_bar .navigations__options {
    max-width: 1240px;
    margin: 0 auto;
  }
}
body .navigation_bar .navigations__options .options__menu-desk {
  list-style: none;
  color: #2ae1aa;
  display: none;
  gap: 40px;
}
@media (min-width: 700PX) {
  body .navigation_bar .navigations__options .options__menu-desk {
    display: flex;
  }
}
body .navigation_bar .navigations__options .options__menu-desk li a {
  color: #2ae1aa;
  text-decoration: none;
}
body .navigation_bar .navigations__options .options__menu-desk li a:hover {
  color: #EBFEF6;
}
body .navigation_bar .navigations__options .menu__icon {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 8px 0 8px 12px;
  cursor: pointer;
}
@media (min-width: 700PX) {
  body .navigation_bar .navigations__options .menu__icon {
    display: none;
  }
}
body main {
  width: 100%;
  scroll-behavior: auto !important;
}
body main .menu_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 99px;
  background-color: rgba(23, 31, 33, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 4;
  display: none;
}
body main .menu_modal.show {
  display: flex;
}
body main .menu_modal ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body main .menu_modal ul li {
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  border-bottom: 1px solid #344145;
  align-items: center;
  width: 100%;
}
body main .menu_modal ul li:last-child {
  border-bottom: none;
}
body main .menu_modal ul li a {
  text-decoration: none;
  color: #2ae1aa;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  width: 100%;
}
body main .hero_banner {
  width: 100%;
  height: 932px;
}
body main .hero_banner .mobile_image {
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 932px;
}
body main .hero_banner .desktop__image {
  width: 100%;
  position: absolute;
  display: none;
  height: 932px;
}
body main .hero_banner .hero__container-info {
  width: 100%;
  isolation: isolate;
  height: 932px;
}
body main .hero_banner .hero__container-info .hero__container {
  height: 100%;
  margin: 0 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: 0;
  position: relative;
}
@media (min-width: 700PX) {
  body main .hero_banner .hero__container-info .hero__container {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
    bottom: 25%;
  }
}
body main .hero_banner .hero__container-info .hero__container .presentation_info {
  margin-top: 92PX;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 32px 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 700PX) {
  body main .hero_banner .hero__container-info .hero__container .presentation_info {
    margin-top: 0;
  }
}
body main .hero_banner .hero__container-info .hero__container .presentation_info .presentation {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body main .hero_banner .hero__container-info .hero__container .presentation_info .presentation .i_am {
  font-size: 18px;
  color: #f3f7f8;
  text-align: center;
}
body main .hero_banner .hero__container-info .hero__container .presentation_info .presentation .welcome {
  font-size: 52px;
  color: #2ae1aa;
  line-height: 100%;
  text-align: center;
}
body main .hero_banner .hero__container-info .hero__container .presentation_info .presentation .i_make {
  margin-top: 12px;
  font-size: 24px;
  color: #f3f7f8;
  text-align: center;
  line-height: 130%;
}
body main .hero_banner .hero__container-info .hero__container .presentation_info .contact {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 700PX) {
  body main .hero_banner .hero__container-info .hero__container .presentation_info .contact {
    flex-direction: row;
    justify-content: center;
  }
}
body main .hero_banner .hero__container-info .hero__container .presentation_info .tags_social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 30px 0;
}
body main .hero_banner .hero__container-info .hero__container .presentation_info .tags_social .social_title {
  font-size: 18px;
  font-weight: 700;
  color: #f3f7f8;
}
body main .hero_banner .hero__container-info .hero__container .presentation_info .tags_social .social_icons {
  width: 100%;
  margin-top: 24px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
@media (min-width: 700PX) {
  body main .hero_banner .hero__container-info .hero__container .presentation_info .tags_social .social_icons {
    display: flex;
    justify-content: center;
  }
}
body main .article_container {
  max-width: 1240px;
  margin: 0 16px;
}
@media (min-width: 700PX) {
  body main .article_container {
    margin: 0 auto;
  }
}
body main .article_container .tecnoloogies {
  width: 100%;
  margin-top: 52px;
  margin-bottom: 120px;
}
body main .article_container .tecnoloogies .text__h2 {
  margin-bottom: 24px;
}
body main .article_container .tecnoloogies .text__h2 h2 {
  color: #EBFEF6;
  font-size: 32px;
  text-align: center;
}
body main .article_container .tecnoloogies .text__h2 p {
  font-size: 18px;
  color: #9FC0C1;
  text-align: center;
}
body main .article_container .tecnoloogies .sroll_animation {
  display: flex;
  gap: 40px;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
body main .article_container .About__me {
  margin-bottom: 120px;
}
@media (min-width: 700PX) {
  body main .article_container .About__me {
    max-width: 822px;
    margin-right: auto;
    margin-left: auto;
  }
}
body main .article_container .About__me h2 {
  font-size: 32px;
  color: #EBFEF6;
  text-align: center;
}
body main .article_container .About__me p {
  font-size: 18px;
  color: #9FC0C1;
  text-align: center;
}
body main .article_container .projects {
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 120px;
}
@media (min-width: 700PX) {
  body main .article_container .projects {
    margin: 0 24px;
    margin-bottom: 100px;
  }
}
body main .article_container .projects .title_section {
  width: 100%;
}
body main .article_container .projects .title_section h2 {
  font-size: 18px;
  color: #2ae1aa;
  text-align: center;
  display: block;
  font-weight: 400;
}
body main .article_container .projects .title_section h3 {
  font-size: 32px;
  color: #f3f7f8;
  text-align: center;
}
body main .article_container .projects .title_section p {
  font-size: 18px;
  color: #9FC0C1;
  text-align: center;
}
body main .article_container .projects .card_projects {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  overflow: hidden;
}
body main .article_container .projects .card_projects .filter_options {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body main .article_container .projects .card_projects .filter_options h4 {
  font-size: 18px;
  color: #f3f7f8;
  font-weight: 400;
}
body main .article_container .projects .card_projects .hidden {
  overflow: scroll;
  width: 100%;
}
@media (min-width: 700PX) {
  body main .article_container .projects .card_projects .hidden {
    overflow: visible;
  }
}
body main .article_container .projects .card_projects .hidden::-webkit-scrollbar {
  display: none;
}
body main .article_container .projects .card_projects .hidden .cards_group {
  display: flex;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  overflow: scroll;
}
@media (min-width: 700PX) {
  body main .article_container .projects .card_projects .hidden .cards_group {
    width: 100%;
    overflow: visible;
  }
}
body main .article_container .projects .all_servisces {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 700PX) {
  body main .article_container .projects .all_servisces {
    flex-direction: row;
  }
}
body main .article_container .form__contact {
  width: 100%;
}
@media (min-width: 700PX) {
  body main .article_container .form__contact {
    width: 612px;
    margin: 0 auto;
  }
}
body main .article_container .form__contact h2 {
  color: #f3f7f8;
  font-size: 32px;
  margin-bottom: 24px;
  text-align: center;
}
body main .article_container .form__contact form {
  padding: 16px;
  border-radius: 16px;
  outline: 1px solid #344145;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
body main .article_container .form__contact form .select_design {
  grid-column: 1/-1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
body main .article_container .form__contact form .select_design .text_title {
  width: 100%;
  font-size: 12px;
  color: #9FC0C1;
}
body main .article_container .form__contact form .textarea {
  grid-column: 1/-1;
}
body main .article_container .form__contact form .textarea textarea {
  border: none;
  outline: 1px solid #344145;
  background-color: #212C2F;
  padding: 8px 2px 8px 12px;
  border-radius: 8px;
  color: #f3f7f8;
  font-size: 16px;
}
body main .article_container .form__contact form .button_submit {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
body main footer {
  width: 100%;
  margin-top: 120px;
}
body main footer .footer_conteiner {
  margin: 0 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  box-sizing: border-box;
  padding: 16px 0 32px 0;
}
@media (min-width: 700PX) {
  body main footer .footer_conteiner {
    margin: 0 24px;
    max-width: 1240px;
    grid-template-columns: 1fr auto 1fr;
  }
}
@media (min-width: 1240px) {
  body main footer .footer_conteiner {
    margin: 0 auto;
    max-width: 1240px;
    grid-template-columns: 1fr auto 1fr;
  }
}
body main footer .footer_conteiner .navigation {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 700PX) {
  body main footer .footer_conteiner .navigation .center {
    align-items: center;
  }
}
body main footer .footer_conteiner .navigation span {
  color: #f3f7f8;
  font-size: 16px;
}
body main footer .footer_conteiner .navigation ul {
  color: #9FC0C1;
  padding: 0;
}
body main footer .footer_conteiner .navigation ul li {
  list-style: none;
}
body main footer .footer_conteiner .navigation ul li a {
  text-decoration: none;
  color: #9FC0C1;
  cursor: pointer;
}
body main footer .footer_conteiner .social_icons {
  margin-top: 24px;
  display: grid;
  gap: 8px;
  grid-column: 1/-1;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
@media (min-width: 700PX) {
  body main footer .footer_conteiner .social_icons {
    margin-top: 0;
    grid-column: inherit;
    flex-direction: column;
    align-items: end;
    display: flex;
  }
}

.overflow_cards {
  display: flex;
}
.overflow_cards#track {
  display: flex;
  gap: 40px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
}/*# sourceMappingURL=base.css.map */