.outline__btn {
  padding: 13px 25px;
  border: 1px solid black;
  border-radius: 8px;
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.main__title {
  font-size: 44px;
  font-family: "Vipnagorgialla Rg";
  font-weight: bold;
  color: #1d2026;
}

.main__subtitle {
  font-size: 16px;
  color: #8f8c8c;
}

.w-60 {
  max-width: 60% !important;
}

.w-50 {
  max-width: 50%;
}

.w-40 {
  max-width: 40%;
}

.title__border {
  border-bottom: 2px solid #c1c0c3;
}

.strong__subtitle {
  color: black;
  font-weight: 700;
}

.mt-5 {
  margin-top: 50px;
}

.mt-1 {
  margin-top: 10px;
}

.line {
  width: 40px;
  height: 4px;
  background-color: #000;
  border: 0;
  margin-left: 0;
}

.red__line {
  background-color: #bc2c2c;
}

.yellow__line {
  background-color: #dcc42c;
}

.green__line {
  background-color: #84bc2c;
}

body {
  font-family: sans-serif;
  scroll-behavior: smooth;
  position: relative;
}

.wrapper {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}

section {
  margin-top: 100px;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.navbar {
  padding: 30px 0;
}
.navbar__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar__logo img {
  max-width: 200px;
}
.navbar__logo .open {
  display: none;
  border: 0;
  outline: 0;
  background: transparent;
}
.navbar__left {
  display: flex;
}
.navbar__links nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar__links nav ul li {
  margin: 0 10px;
  list-style: none;
}
.navbar__links nav ul li a {
  text-decoration: none;
  color: gray;
}

.info__subtitle {
  border-left: 6px solid #84bc2c;
  padding: 5px 20px;
  max-width: 60%;
}

.technology__subtitle {
  display: flex;
  justify-content: space-between;
}

.null {
  width: 40%;
}

.shop__subtitle {
  display: flex;
  justify-content: space-between;
}

.analyticks__subtitle {
  display: flex;
  justify-content: space-between;
}

.projects__subtitle-plan {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  max-width: 60%;
}
.projects__subtitle-wrapper {
  display: flex;
  justify-content: space-between;
}
.projects__subtitle-plan-wrapper {
  display: flex;
  justify-content: space-between;
}

.interesting__subtitle {
  display: flex;
  justify-content: space-between;
}

.command__subtitle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.command__border {
  border-bottom: 3px solid #c8c7cb;
}

.footer {
  background-color: #000;
  margin-top: 50px;
}
.footer__brand img {
  max-width: 300px;
}
.footer__menu-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 60px;
  background-color: #1d2026;
}
.footer__menu nav ul {
  display: flex;
  justify-content: space-between;
}
.footer__menu nav ul li {
  margin: 0 10px;
  list-style: none;
}
.footer__menu nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.footer__social {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  background-color: #111111;
}
.footer__social h1 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-left: 22px;
  margin-bottom: 0;
}
.footer__social h1 a {
  text-decoration: none;
  color: #fff;
}

.mobile__menu {
  text-align: left;
  position: fixed;
  top: -500%;
  left: 0;
  transition: all 0.3s;
}
.mobile__menu .navbar__links-mobile nav ul {
  height: 100vh;
  padding: 50px;
  background-color: #fff;
  z-index: 10000;
  margin: 0;
}
.mobile__menu .navbar__links-mobile nav ul li {
  margin-left: 0;
  text-align: left;
  margin: 25px 0;
  list-style: none;
}
.mobile__menu .navbar__links-mobile nav ul li a {
  text-decoration: none;
  color: gray;
}

.mobile__menu-active {
  top: 0;
}

@media screen and (max-width: 1056px) {
  .navbar__links {
    display: none;
  }
  .navbar__left {
    width: 100%;
  }
  .navbar__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .navbar__logo .open {
    display: block;
  }
  .nav__contact {
    display: none;
  }
  .projects__subtitle-plan {
    flex-direction: column;
  }
  .project__subtitle-card {
    margin-left: 0;
  }
  .footer__menu-wrapper {
    flex-direction: column;
  }
  .footer__menu nav ul {
    flex-direction: column;
  }
  .footer__menu nav ul li {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 508px) {
  .null {
    display: none;
  }
  .main__subtitle {
    width: 100%;
    text-align: left;
  }
  .w-60 {
    max-width: 100% !important;
  }
  .w-40 {
    max-width: 100%;
  }
  .w-50 {
    max-width: 100%;
  }
  .main__title {
    font-size: 28px;
  }
  .command__subtitle {
    flex-direction: column-reverse;
  }
  .footer__social {
    flex-direction: column;
  }
  .command__border {
    border-bottom: 2px solid gray;
  }
  .info__subtitle {
    max-width: 100%;
  }
}