@font-face {
  font-family: "Elza";
  font-weight: bold;
  src: url("../fonts/Elza-Black.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: normal;
  src: url("../fonts/Elza-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: 600;
  src: url("../fonts/Elza-Semibold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fefefe;
  font-family: "Elza";
}

img {
  width: 100%;
}

.reverse {
  flex-direction: row-reverse;
}

.c-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0050DC;
  padding: 4vw 8vw;
}
@media (max-width: 1024px) {
  .c-main {
    flex-direction: column;
    padding-block: 20px;
  }
}
.c-main .c-main__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 44vw;
}
@media (max-width: 1024px) {
  .c-main .c-main__content {
    height: 375px;
  }
}
.c-main .c-main__content img {
  width: 65%;
}
@media (max-width: 650px) {
  .c-main .c-main__content img {
    width: 80%;
  }
}
.c-main .c-main__content h1 {
  font-size: 72px;
  font-weight: 300;
  color: #fefefe;
}
@media (max-width: 650px) {
  .c-main .c-main__content h1 {
    font-size: 28px;
  }
}
.c-main .c-main__content h1 strong {
  font-weight: 600;
  color: #fefefe;
}
.c-main .c-main__content p {
  font-size: 32px;
  font-weight: 100;
  color: #fefefe;
}
@media (max-width: 650px) {
  .c-main .c-main__content p {
    font-size: 18px;
  }
}
.c-main .c-main__content p strong {
  font-weight: 600;
  color: #fefefe;
}
.c-main .c-main__banner {
  width: 50%;
}
@media (max-width: 1024px) {
  .c-main .c-main__banner {
    width: 70%;
    margin-top: 40px;
  }
}
@media (max-width: 650px) {
  .c-main .c-main__banner {
    width: 100%;
  }
}

.twoInOne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 200px 4%;
}
@media (max-width: 1024px) {
  .twoInOne {
    flex-direction: column;
    margin-block: 40px;
    padding: unset;
  }
}
.twoInOne .twoInOne__title {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .twoInOne .twoInOne__title {
    width: 100%;
    align-items: center;
  }
}
.twoInOne .twoInOne__title h6 {
  font-size: 56px;
  font-weight: 600;
  color: #3C1450;
}
@media (max-width: 1024px) {
  .twoInOne .twoInOne__title h6 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .twoInOne .twoInOne__title h6 {
    font-size: 38px;
  }
}
.twoInOne .twoInOne__title h6 strong {
  font-weight: 900;
}
.twoInOne .twoInOne__title h5 {
  font-size: 28px;
  font-weight: 600;
  color: #3C1450;
  margin-top: 22px;
}
@media (max-width: 1024px) {
  .twoInOne .twoInOne__title h5 {
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  .twoInOne .twoInOne__title h5 {
    font-size: 24px;
  }
}
.twoInOne .twoInOne__title p {
  font-size: 24px;
  font-weight: 600;
  color: #3C1450;
}
@media (max-width: 1024px) {
  .twoInOne .twoInOne__title p {
    width: 100%;
    text-align: center;
    padding-inline: 15px;
  }
}
@media (max-width: 650px) {
  .twoInOne .twoInOne__title p {
    font-size: 20px;
  }
}
.twoInOne .twoInOne__banner {
  width: 75%;
}
@media (max-width: 1024px) {
  .twoInOne .twoInOne__banner {
    width: 100%;
  }
}
.twoInOne .twoInOne__content {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .twoInOne .twoInOne__content {
    width: 100%;
  }
}
.twoInOne .twoInOne__content img {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .twoInOne .twoInOne__content img {
    width: 15%;
  }
}
.twoInOne .twoInOne__content p {
  font-size: 24px;
  color: #3C1450;
}
@media (max-width: 1024px) {
  .twoInOne .twoInOne__content p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .twoInOne .twoInOne__content p {
    font-size: 20px;
  }
}
.twoInOne .twoInOne__content p strong {
  font-weight: 600;
}
.twoInOne .twoInOne__content span {
  font-size: 16px;
  color: #3C1450;
  margin-top: 10%;
  display: block;
}
@media (max-width: 1024px) {
  .twoInOne .twoInOne__content span {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .twoInOne .twoInOne__content span {
    font-size: 14px;
  }
}

.system {
  margin-inline: 4vw;
}
@media (max-width: 650px) {
  .system {
    margin: 0vw;
  }
}

.fluid-performance {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-top: -4vw;
  z-index: -1;
}
.fluid-performance .fluid-performance__content {
  position: absolute;
  margin-block: 4vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fluid-performance .fluid-performance__content h1 {
  color: #fefefe;
  font-weight: 600;
  font-size: 5vw;
  margin-bottom: 20px;
}
.fluid-performance .fluid-performance__content p {
  font-size: 1.5vw;
  color: #fefefe;
  width: 65%;
}

.ram-and-storage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ram-and-storage .ram-and-storage__content {
  margin-top: -5vw;
  width: 60%;
}
@media (max-width: 650px) {
  .ram-and-storage .ram-and-storage__content {
    margin: unset;
    width: 100%;
  }
}

.microsoft {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background-image: url("../img/bg-1.png");
  background-size: cover;
  background-position: center;
  padding-block: 80px;
}
@media (max-width: 1024px) {
  .microsoft {
    flex-direction: column;
  }
}
.microsoft .microsoft__content {
  margin-inline: 12vw;
  width: 26.7%;
}
@media (max-width: 1024px) {
  .microsoft .microsoft__content {
    width: 90%;
    text-align: center;
  }
}
.microsoft .microsoft__content img {
  width: 300px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .microsoft .microsoft__content img {
    width: 50%;
  }
}
.microsoft .microsoft__content p {
  font-size: 24px;
}
@media (max-width: 650px) {
  .microsoft .microsoft__content p {
    font-size: 20px;
  }
}
.microsoft .microsoft__content p strong {
  font-weight: 600;
}
.microsoft .microsoft__banner {
  margin-inline: 12vw;
}

.specs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .specs {
    flex-direction: column;
  }
}
.specs .specs__content {
  margin: 4vw;
}
@media (max-width: 1024px) {
  .specs .specs__content {
    text-align: center;
  }
}
.specs .specs__content img {
  width: 60%;
  margin-block: 2vw;
}
@media (max-width: 1024px) {
  .specs .specs__content img {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .specs .specs__content img {
    width: 70%;
  }
}

.keys {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 4%;
  background-image: url("../img/bg-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media (max-width: 1024px) {
  .keys {
    padding: 30px 0;
    flex-direction: column;
    background-size: cover;
  }
}
.keys .keys__title {
  margin-bottom: -15%;
}
@media (max-width: 1024px) {
  .keys .keys__title {
    margin: unset;
  }
}
.keys .keys__title h6 {
  color: #fefefe;
  font-weight: 600;
  font-size: 56px;
}
@media (max-width: 1024px) {
  .keys .keys__title h6 {
    font-size: 40px;
    margin-block: 30px;
  }
}
.keys .keys__banner {
  width: 50%;
  margin-bottom: -3px;
}
.keys .keys__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -15%;
}
@media (max-width: 1024px) {
  .keys .keys__cards {
    margin: 50px 0;
    align-items: center;
  }
}
.keys .keys__cards img {
  width: 100%;
}
@media (max-width: 1024px) {
  .keys .keys__cards img {
    width: 87%;
  }
}
.keys .keys__cards #card-1 {
  width: 87%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .keys .keys__cards #card-1 {
    width: 77%;
  }
}

/*# sourceMappingURL=main.min.css.map */
