@import url("https://fonts.googleapis.com/css2?family=Bellefair&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap");
body {
  background: #0b0d17 url("../images/technology/background-technology-mobile.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  body {
    background: #0b0d17 url("../images/technology/background-technology-tablet.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 0 39px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    background: #0b0d17 url("../images/technology/background-technology-desktop.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 40px 3vw;
  }
}

@media screen and (min-width: 1024px) {
  .main {
    margin-right: -3vw;
  }
}
@media screen and (min-width: 768px) {
  .main-content {
    min-width: 458px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content {
    max-width: none;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-intro {
    order: 2;
  }
}
.main-content-intro-img {
  min-height: 170px;
  max-height: 230px;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .main-content-intro-img {
    min-height: 310px;
    max-height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-intro-img {
    min-height: 400px;
    max-height: 527px;
    width: 100%;
  }
}
.main-content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: none;
}
@media screen and (min-width: 1024px) {
  .main-content div {
    order: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    column-gap: 15px;
    width: 630px;
    height: 303px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content div .main-content-info {
    width: 475px;
  }
}
.main-content div .main-content-info-title {
  margin: 9px 0 16px 0;
}
@media screen and (min-width: 768px) {
  .main-content div .main-content-info-title {
    margin: 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-content div .main-content-info-title {
    margin: 11px 0 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-content div .main-content-info-description {
    min-width: 300px;
    max-width: 444px;
    margin: 0;
    padding: 0;
  }
}

.main-menu ul {
  margin: 34px 0 26px 0;
}
@media screen and (min-width: 768px) {
  .main-menu ul {
    margin: 56px 0 44px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-menu ul {
    flex-direction: column;
    row-gap: 32px;
    margin: 0;
  }
}
.main-menu ul li {
  font-family: "Bellefair", serif;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .main-menu ul li {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .main-menu ul li {
    height: 60px;
    width: 60px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .main-menu ul li {
    height: 80px;
    width: 80px;
    font-size: 32px;
  }
}
.main-menu ul li:hover {
  border: 1px solid #fff;
  cursor: pointer;
}
.main-menu ul .active {
  background: #fff;
  color: #0b0d17;
}

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