@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans&display=swap");
/*
    Common CSS
*/
@font-face {
  font-family: Lato;
  src: url("font-family/Lato-Regular.ttf");
}
body {
  font-family: "Lato", "Open Sans", sans-serif;
  line-height: 1em;
  background-color: #fff;
  color: #000000;
  padding: 0;
  margin: 0;
  font: normal 16px Lato;
}
section.landing-go,
section.landing-go-full-width {
  height: auto;
  display: flex;
  position: relative;
  color: #000000;
}
/*
  Mobile Image
*/
section.landing-go-full-width .wrapper-image .featured__image {
  min-width: 100%;
  width: auto;
  height: auto;
  min-height: 400px;
}

section.landing-go-full-width .wrapper-image .featured__image.mobile {
  display: none;
}

@media (max-width: 1279.99px) {
  section.landing-go-full-width .wrapper-image .featured__image {
    min-height: unset;
  }

  section.landing-go-full-width .wrapper-image .featured__image.non-mobile {
    display: none;
  }

  section.landing-go-full-width .wrapper-image .featured__image.mobile {
    display: unset;
    width: 100%;
    height: auto;
  }
}
/*
    General CSS
*/
section.landing-go-full-width .wrapper-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.landing-go-full-width .wrapper-image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 850px;
}
/* Hero Section */
section.landing-go-full-width .wrapper-content .hero-blade-content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
section.landing-go-full-width .wrapper-content .hero-blade-content .vid-link {
  margin-bottom: 30px;
  display: block;
}
section.landing-go-full-width .wrapper-content .hero-blade-content .vid-link img {
  width: 110px;
  height: 110px;
}
section.landing-go-full-width .wrapper-content .hero-blade-content .discover-link {
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: #fff;
  padding: 10px 50px;
  font-size: 0.9em;
}
/* LenovoGO Section */
section.landing-go-full-width .wrapper-content .lenovo-go-content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 62%;
  color: #fff;
}
section.landing-go-full-width .wrapper-content .lenovo-go-content img {
  width: 350px;
}
section.landing-go-full-width .wrapper-content .lenovo-go-content h1 {
  font-size: 3.2em;
  margin: 20px 0;
}
section.landing-go-full-width .wrapper-content .lenovo-go-content p {
  font-size: 1.5em;
  line-height: 1.7em;
}
/*
    Blade One - Right Section
*/
section.landing-go.image-left .blade-image {
  order: 0;
}
section.landing-go.image-right .blade-image {
  order: 1;
}
section.landing-go .blade-image img {
  width: 1060px;
  margin-bottom: -4px;
}
section.landing-go .blade-content .inner-content {
  position: relative;
  width: 75%;
  margin: 35% auto 10%;
}
section.landing-go .blade-content .inner-content .right-bracket {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
}
section.landing-go .blade-content .inner-content .left-bracket {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(150%);
}
section.landing-go .blade-content .inner-content h2 {
  margin: 0;
  color: #8246af;
  font-size: 2em;
  font-weight: 700;
}
section.landing-go .blade-content .inner-content h3 {
  margin: 20px 0 10px;
  font-size: 1.5em;
}
section.landing-go .blade-explore {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  width: 70%;
  margin: 0 auto 80px;
}
section.landing-go .blade-explore h2 {
  font-size: 2.5em;
  background: linear-gradient(90deg, rgba(127, 73, 177, 1) 40%, rgba(64, 139, 220, 1) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: center;
}
section.landing-go .blade-explore .explore-item {
  font-size: 1em;
  text-align: center;
  box-shadow: 5px 0px 10px #f3f2f2;
  background-color: #f3f2f2;
  position: relative;
  margin: 0 15px;
}
section.landing-go .blade-explore .explore-item::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "COMING SOON";
  background-color: #593177;
  color: #fff;
  font-size: 0.7em;
  padding: 5px 15px;
}
section.landing-go .blade-explore .explore-item img {
  width: 100%;
}
section.landing-go .blade-explore .explore-item h3 {
  font-size: 1.5em;
  background: linear-gradient(90deg, rgba(127, 73, 177, 1) 30%, rgba(64, 139, 220, 1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
section.landing-go .blade-explore .explore-item p {
  padding: 10px 50px 50px;
}
@media only screen and (min-width: 1920px) {
  section.landing-go .blade-image {
    order: 0;
    width: 200%;
  }
  section.landing-go .blade-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
  section.landing-go .blade-image img {
    width: 860px;
  }
}

@media only screen and (max-width: 1279.99px) {
  section.landing-go {
    display: unset;
  }
  section.landing-go .blade-image img {
    width: 100%;
  }
  section.landing-go .blade-content .inner-content {
    width: 80%;
    margin: 5% auto 150px;
  }
}

@media only screen and (max-width: 768px) {
  section.landing-go-full-width .wrapper-content .lenovo-go-content img {
    width: 75%;
  }
  section.landing-go-full-width .wrapper-content .lenovo-go-content h1 {
    font-size: 2.2em;
    margin: 20px 0;
  }
  section.landing-go-full-width .wrapper-content .lenovo-go-content p {
    font-size: 1em;
    line-height: 1.5em;
  }
  section.landing-go .blade-explore h2 {
    grid-column-start: 1;
    grid-column-end: 1;
  }
  section.landing-go .blade-explore {
    grid-template-columns: 100%;
    grid-gap: 35px;
  }
}

/* Start Modal Video */
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}
.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
