* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Instrument Sans", sans-serif;
}

body {
  background-color: #000;
  color: #FFF;
}

.img-fluid {
  max-width: 100%;
}

section h3 {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 1rem;
}

section h2 {
  font-weight: 650;
  font-size: 32px;
  margin-bottom: 1rem;
}

.container {
  max-width: 1440px;
  margin: auto;
}

.cta {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #FFF;
  color: #000;
  padding: 12px 32px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 16px;
  font-weight: 400;
}

.cta:hover {
  background-color: transparent;
  color: #FFF;
}

.top {
  background: url("../img/top-bg.jpg") bottom right no-repeat;
  background-size: contain;
  padding: 1rem 1rem 16rem;
}

.top .container .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem 1rem 4rem;
  margin-bottom: 2rem;
  text-align: left;
}

.top .container .logo-wrapper .x-logo {
  max-width: 180px;
  margin: auto;
}

.top .container .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
}

.top .container .top-wrapper .top-copy {
  max-width: 650px;
}

.top .container .top-wrapper .top-copy h1 {
  font-weight: 650;
  font-size: 38px;
  margin-bottom: .5rem;
}

.top .container .top-wrapper .top-copy h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.top .container .top-wrapper .top-copy p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2rem;
}

.top .container .top-wrapper .top-img {
  display: none;
}

@media screen and (max-width: 920px) {
  .top {
    background: #000;
    background-size: cover;
    padding: 1rem;
  }
  .top .container .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .top .container .logo-wrapper .x-logo {
    max-width: 180px;
    margin: auto;
  }
  .top .container .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .top .container .top-wrapper .top-copy {
    max-width: 650px;
  }
  .top .container .top-wrapper .top-copy h1 {
    font-weight: 650;
    font-size: 38px;
    margin-bottom: .5rem;
  }
  .top .container .top-wrapper .top-copy h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
  .top .container .top-wrapper .top-copy p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2rem;
  }
  .top .container .top-wrapper .top-img {
    display: block;
  }
  .line {
    height: 2px;
    width: 70% !important;
    margin: auto;
    background-color: #a0a0a0 !important;
  }
}

.line {
  height: 2px;
  width: 100%;
  background-color: transparent;
}

.products .container {
  text-align: center;
  padding: 4rem 1rem;
}

.products .container h2 {
  font-weight: 650;
  font-size: 32px;
}

.products .container .product {
  padding: 1rem;
}

.products .container .product .prod-img {
  max-width: 350px;
  margin: 1rem auto 2rem;
}

.architecture {
  background: url("../img/architecture-bg.jpg") top center no-repeat;
  background-size: cover;
}

.architecture .container {
  padding: 4rem 1rem;
}

.architecture .container h3 {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin-bottom: 1rem;
}

.architecture .container h2 {
  font-weight: 650;
  font-size: 32px;
  text-align: center;
  margin-bottom: 2rem;
}

.architecture .container .chip-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 1rem;
}

.architecture .container .chip-wrapper .chip-desc {
  max-width: 350px;
}

.architecture .container .chip-wrapper .chip-desc p {
  padding-bottom: 1rem;
  font-size: 18px;
}

.architecture .container .chip-wrapper .chip-desc p span {
  font-size: 21px;
  font-weight: 650;
}

.architecture .container .points-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 70%;
  margin: auto;
  gap: 3rem 1rem;
  padding: 2rem 1rem 0;
}

.architecture .container .points-wrapper .point {
  text-align: center !important;
  max-width: 200px;
  margin: auto;
}

.architecture .container .points-wrapper .point img {
  margin-bottom: 1rem;
}

.architecture .container .points-wrapper .point p {
  font-size: 16px;
  margin-bottom: 5px;
}

.architecture .container .points-wrapper .point p span {
  font-weight: 650;
  font-size: 18px;
}

.ray-tracing {
  padding: 4rem 1rem;
}

.ray-tracing .container {
  text-align: center;
}

.ray-tracing .container h3 {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin-bottom: 1rem;
}

.ray-tracing .container h2 {
  font-weight: 650;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

.ray-tracing .container p {
  max-width: 60%;
  margin: auto;
}

.ray-tracing .rtx-img {
  text-align: center;
  padding: 2rem 0;
  border-radius: 15px;
  margin: auto;
}

.ray-tracing .rtx-img img {
  border-radius: 15px;
}

.fps .container {
  text-align: center;
  padding: 5rem 1rem;
}

.fps .container h3 {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin-bottom: 1rem;
}

.fps .container h2 {
  font-weight: 650;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

.fps .container p {
  max-width: 70%;
  margin: auto;
}

.fps .container img {
  padding: 2rem 1rem;
}

.fps .container .disclamer {
  font-size: 13px;
  opacity: .6;
}

.cp-2077 {
  background: url("../img/cp-2077-bg.jpg") right center no-repeat;
  background-size: cover;
}

.overwatch {
  background: url("../img/overwatch-bg.jpg") right center no-repeat;
  background-size: cover;
}

.ai {
  background: url("../img/ai-bg.jpg") right center no-repeat;
  background-size: cover;
  text-align: left !important;
  padding: 4rem 1rem;
}

.ai .container .ai-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 80%;
}

.ai .container .ai-wrapper .ai-copy {
  max-width: 50%;
}

.ai .container .ai-wrapper .ai-copy h3 {
  font-weight: 650;
  font-size: 21px;
  margin-bottom: 1rem;
}

.ai .container .ai-wrapper .ai-copy h2 {
  font-weight: 650;
  font-size: 32px;
  margin-bottom: 1rem;
}

.ai .container .ai-wrapper .ai-copy p {
  margin: 0;
}

.ai .ai-img {
  display: none;
}

@media screen and (max-width: 920px) {
  .ai {
    background: transparent;
    padding: 0 1rem 4rem;
  }
  .ai .container .ai-wrapper .ai-copy {
    margin: auto;
    max-width: 80%;
  }
  .ai .ai-wrapper {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .ai .ai-img {
    display: block;
  }
}

.creative {
  background: url("../img/creative-bg.jpg") top no-repeat;
  background-size: cover;
  padding: 4rem 1rem;
  text-align: center;
}

.creative h2 {
  margin-bottom: 3rem;
}

.creative h3 {
  font-weight: 650;
  font-size: 24px;
}

.creative h4 {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: .5rem;
}

.creative img {
  border-radius: 15px;
}

.creative .item-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  max-width: 950px;
  gap: 2rem;
  margin: auto;
  padding: 1rem 0;
}

@media screen and (max-width: 1017px) {
  .creative .item-one {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    max-width: 460px;
  }
}

.creative .creative-wrapper {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.creative .creative-wrapper .creative-text {
  max-width: 460px;
  margin: auto;
}

.creative .creative-item {
  max-width: 460px;
}

.creative .creative-item img {
  padding-bottom: 1rem;
}

.add-advantages {
  background-color: #1a1a1a;
  padding: 4rem 1rem;
  text-align: center;
}

.add-advantages .adv-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  margin: auto;
  gap: 2rem;
}

.add-advantages .adv-wrapper .adv-item {
  max-width: 300px;
  text-align: left;
  background-color: #000;
  height: 520px;
}

.add-advantages .adv-wrapper .adv-item h3 {
  padding: 1rem 1rem 0;
}

.add-advantages .adv-wrapper .adv-item p {
  padding: 0 1rem 1rem;
}

.footer {
  padding: 4rem 1rem;
  text-align: center;
}

.footer .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer p {
  padding: 2rem 1rem 1rem;
  font-size: 13px;
  opacity: .6;
}
