* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: articulat-cf, sans-serif;
  color: #292929;
  overflow: hidden;
}

p {
  line-height: normal;
}

.Container {
  margin: 0 auto;
  max-width: 1728px;
  width: 100%;
}
@media (max-width: 1760px) {
  .Container {
    padding: 0 16px;
  }
}

nav {
  border-bottom: 1px solid #f0f0f0;
  padding: 24px 0;
}
nav div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

br {
  content: "";
  margin: 2em;
  display: block;
  font-size: 20%;
}

.button {
  display: flex;
  font-weight: bold;
  font-size: 15px;
  align-items: center;
  gap: 9px;
  padding: 14px 22px 11px 24px;
  text-decoration: none;
  color: #292929;
  border-radius: 36px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  background-color: #E9D4E4;
}

.button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50em;
  border: 2.5px solid transparent;
  transition: all 0.3s;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(179deg, #c28fba 0%, #ab8abb 100%) border-box;
}

h1 {
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 3rem);
  color: #292929;
  margin-bottom: 16px;
  font-weight: 600;
}
@media (min-width: 1500px) {
  h1 {
    line-height: 60px;
  }
}

.text-primary {
  color: #292929;
}

.text-secondary {
  color: #636262;
}

.text-dark {
  color: #3c3c3b;
}

.text-gray {
  color: #858584;
}

.page__desc {
  text-align: center;
  margin-top: 96px;
}
@media (max-width: 650px) {
  .page__desc {
    margin-top: 64px;
  }
}
.page__desc div {
  max-width: 816px;
  margin: 0 auto;
}
.page__desc div .heading {
  margin-bottom: 24px;
  font-weight: 600;
  background: -webkit-linear-gradient(#a45093, #a285b1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page__desc div .desc {
  font-size: 20px;
  line-height: 30px;
}

.trinoIMG {
  display: flex;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 48px auto 0 auto;
}
@media (max-width: 1512px) {
  .trinoIMG img {
    max-width: 100%;
  }
}
.trinoIMG .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.trinoIMG .item {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 16px -4px rgba(41, 41, 41, 0.16);
  border-radius: 32px;
  position: absolute;
  background-color: white;
}
@media (max-width: 550px) {
  .trinoIMG .item {
    height: 48px;
  }
}
.trinoIMG .item img {
  padding: 0 32px;
}
@media (max-width: 550px) {
  .trinoIMG .item img {
    padding: 0 24px;
    max-width: 120px;
    height: auto;
  }
}
.trinoIMG .mssql {
  top: 20px;
}
.trinoIMG .sqllite {
  top: 100px;
  left: -70px;
}
@media (max-width: 550px) {
  .trinoIMG .sqllite {
    left: -16px;
  }
}
.trinoIMG .postgre {
  right: -90px;
  top: 120px;
}
@media (max-width: 550px) {
  .trinoIMG .postgre {
    right: 0;
    top: 80px;
  }
}
.trinoIMG .oracle {
  bottom: 90px;
  left: -40px;
}
@media (max-width: 550px) {
  .trinoIMG .oracle {
    left: -10px;
  }
}
.trinoIMG .mysql {
  bottom: 80px;
  right: -70px;
}
@media (max-width: 550px) {
  .trinoIMG .mysql {
    right: -10px;
    bottom: 60px;
  }
}
.trinoIMG .path {
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (max-width: 1512px) {
  .trinoIMG .path {
    display: none;
  }
}
.trinoIMG .path1 {
  bottom: -180px;
  left: -35%;
}
.trinoIMG .path2 {
  bottom: -190px;
  left: 22%;
}
.trinoIMG .path3 {
  bottom: -190px;
  right: -32%;
}
.trinoIMG .path4 {
  bottom: -180px;
  left: 136%;
}

.grid_items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 110px;
  gap: 16px;
  margin-bottom: 92px;
}
@media (max-width: 900px) {
  .grid_items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    margin-top: 60px;
  }
}
.grid_items .wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.grid_items .wrapper .item {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 40px;
  border: 1px solid #f7f7f7;
  transition: all 0.3s ease-in-out;
  width: 360px;
  cursor: pointer;
  text-decoration: none;
  color: #3c3c3b;
}
@media (max-width: 1512px) {
  .grid_items .wrapper .item {
    padding: 32px;
    width: 280px;
  }
}
@media (max-width: 900px) {
  .grid_items .wrapper .item {
    width: 100% !important;
  }
}
@media (max-width: 1140px) {
  .grid_items .wrapper .item {
    padding: 24px;
    width: 200px;
  }
}
.grid_items .wrapper .item img {
  max-height: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1512px) {
  .grid_items .wrapper .item img {
    max-height: 32px;
  }
}
@media (max-width: 1140px) {
  .grid_items .wrapper .item img {
    max-height: 24px;
  }
}
@media (max-width: 870px) {
  .grid_items .wrapper .item img {
    max-height: 28px;
  }
}
.grid_items .wrapper .item p {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  line-height: 24px;
}
.grid_items .wrapper .item:hover {
  background-color: white;
}
.grid_items .wrapper .item:hover p {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 40px;
}

.footer {
  background-color: #292929;
  padding-top: 92px;
  padding-bottom: 60px;
}
@media (max-width: 650px) {
  .footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.footer .mt16 {
  margin-bottom: 92px;
}
@media (max-width: 650px) {
  .footer .mt16 {
    margin-bottom: 64px;
  }
}
.footer .wrapper {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 64px;
}
.footer .wrapper div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .wrapper span {
  color: #858584;
  font-weight: 500;
}
.footer .wrapper a:first-of-type {
  margin-top: 12px;
}
.footer .wrapper a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}
.footer .wrapper a span {
  color: #858584;
  font-weight: 400;
}
.footer .wrapper2 {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 60px;
}
@media (max-width: 650px) {
  .footer .wrapper2 {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 42px;
  }
}
.footer .wrapper2 span {
  color: #858584;
  font-weight: 500;
}
.footer .wrapper2 a {
  color: white;
  text-decoration: none;
}
.footer .wrapper2 a span {
  color: #858584;
  font-weight: 400;
}
.footer .wrapper2 div a {
  display: flex;
  align-items: center;
  gap: 10px;
}/*# sourceMappingURL=style.css.map */