@import url(/assets/font/stylesheet.css);

body {
  padding: 0;
  margin: 0;
  background-image: url(/assets/img/body-bg.png);
  background-size: 100%;
  font-family: "Acta Display Book", arial, sans-serif !important;
}

section.main {
  position: relative;
  width: 100%;
}

section.main .shine-image {
  position: absolute;
  top: 0;
  width: 100%;
  transform: scale(0.88);
  left: 3%;
  transform-origin: left center;
}

section.main .shine-image.portrait {
  display: none;
}

section.main .shine-image img {
  height: 100vh;
}

section.main .content {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
}

section.main .content .left {
  position: relative;
  padding-top: 20vh;
  left: 10%;
  width: 85%;
  font-size: 2.2vw;
  line-height: 3vw;
  color: #000000;
}

section.main .content .right {
  position: relative;
  width: 100%;
  text-align: right;
  top: 1vw;
  right: 2.8vw;
}

section.main .content .right img {
  width: 22%;
}

section.main .content .links {
  position: absolute;
  bottom: 3.8vw;
  right: 3.8vw;
  width: 100%;
  text-align: right;
}

section.main .content .links a {
  text-decoration: none;
  background-color: black;
  color: #ffffff;
  padding: 0.6% 1.8%;
  border-radius: 6px;
  font-size: 1.3vw;
  margin-right: 20px;
}
section.main .content .links a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  section.main .shine-image img {
    padding: 0 8px;
    width: 66%;
    height: auto;
  }

  section.main .content .left {
    padding-top: 25%;
    width: 50%;
    left: 18%;
    font-size: 13px;
    line-height: 16px;
  }

  section.main .content .right {
    right: 0%;
    top: -13%;
    width: 50%;
  }

  section.main .content .right img {
    padding: 106px 8px;
    width: 50%;
  }

  section.main .content .links {
    text-align: center;
    bottom: 12%;
    width: auto;
  }

  section.main .content .links a {
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.main .shine-image.portrait {
    width: 79%;
  }

  section.main .content .right {
    top: -12%;
  }

  section.main .content .right img {
    padding: 114px 10px;
    width: 45%;
  }

  section.main .content .left {
    padding-top: 16%;
    left: 16%;
    font-size: 20px;
    line-height: 26px;
  }

  section.main .content .links {
    bottom: 10%;
  }

  section.main .content .links a {
    padding: 10px 25px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  section.main .shine-image {
    display: none;
  }

  section.main .shine-image.portrait {
    display: block;
    transform: scale(1);
    left: 0;
  }

  section.main .content .left {
    padding-top: 15%;
    left: 15%;
    font-size: 24px;
    line-height: 34px;
  }

  section.main .content .right {
    right: 3.2vw;
  }

  section.main .content .right img {
    width: 33%;
  }

  section.main .content .links {
    bottom: 10%;
  }

  section.main .content .links a {
    padding: 15px 30px;
    font-size: 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) and (orientation: portrait) {
  section.main .shine-image {
    display: none;
  }

  section.main .shine-image.portrait {
    display: block;
    transform: scale(1);
    left: 0;
  }

  section.main .shine-image.portrait img {
    width: 95%;
    height: 100vh;
    padding: 0;
    object-fit: contain;
    object-position: top left;
  }
}
