/*----------------------------------------------------
 *                 Global Variables
 * ---------------------------------------------------*/
/*--------------------------------------------------
 *                   HTML5 Reset
 * --------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

html, body, div, section, article, aside, header,
hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,
blockquote, address, time, main span, em, strong, img,
ol, ul, li, figure, canvas, video, th, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
}

main *, main *:before, main *:after {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

address, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

picture {
  z-index: 1;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

main button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*--------------------------------------------------
 *              Reset upstream code
 * --------------------------------------------------*/
.toptop_banner {
  height: 0px;
  margin-bottom: 0px;
}

.pd_purchase_left {
  display: none !important;
}

#pd_purchase {
  display: none !important;
}

/*fix purchase ui issues*/
.banner1200 {
  height: 0px !important;
  overflow: hidden;
}

/*hide pdrm purchase*/
.bundle_pdrm {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.on_600 {
  display: none;
}

.back_top {
  z-index: 999 !important;
}

/*----------------------------------------------------
 *                 Display Fonts
 * ----------------------------------------------------*/
main h1, main h2, main h3, main h4, main h5, main span, main ul, main a {
  font-family: "Poppins", system-ui, sans-serif;
}

main h1 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1;
}
main h2 {
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
}
main h3 {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
}
main p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-family: system-ui;
  font-weight: 400;
  line-height: 1.4;
}
main a {
  font-style: clamp(0.8rem, 2vw, 1rem);
  font-weight: 600;
}

main.JPN h1, main.JPN h2, main.JPN h3, main.JPN h4, main.JPN h5, main.JPN span, main.JPN ul, main.JPN a, main.JPN p, main.JPN button {
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
}

/*----------------------------------------------------
 *              Base Style
 * ----------------------------------------------------*/
main {
  background-color: black;
  overflow: clip;
}
main h1, main h2, main h3, main h4, main p, main a, main i, main span {
  color: #fff;
}
main h1 {
  margin: 2rem 0;
}
main h2 {
  text-align: center;
  background: linear-gradient(243.07deg, #AB89FF 0%, #601DDF 89.45%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  justify-self: center;
  max-width: 24ch;
}
main h2:has(+ p) {
  margin-bottom: 0.5rem;
}
main p {
  color: #A5A5A5;
}
main h3 {
  position: relative;
}

/*----------------------------------------------------
 *              CTA buttons style
 * ----------------------------------------------------*/
.try-now {
  background-color: #601DDF;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 1.5rem;
  flex-wrap: nowrap;
  text-align: center;
  white-space: nowrap;
  border-radius: 7px;
  font-size: 1rem;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s all;
  padding: 0.7rem 1.2rem;
  width: fit-content;
  height: auto;
  min-width: 175px;
}
.try-now:hover {
  transform: scale(1.08);
}

@media (max-width: 560px) {
  .try-now {
    width: 100%;
  }
}
/*----------------------------------------------------
 *              New tag style
 * ----------------------------------------------------*/
span.new {
  position: absolute;
  background: red;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: clamp(12px, 2vw, 15px);
  rotate: -15deg;
  color: #fff;
  line-height: 1;
  top: -22px;
  left: -28px;
  -webkit-text-fill-color: white;
}

@media (max-width: 1125px) {
  .auto-play-mod.style-4 button h4 {
    position: relative;
  }
  span.new {
    width: max-content;
  }
}
/*----------------------------------------------------
 *                  Main Content
 * ----------------------------------------------------*/
main section:not(.main-hero, .footer-hero, .featured-articles) {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  row-gap: 3rem;
  margin-bottom: 6rem;
}
main section:not(.main-hero, .footer-hero, .featured-articles) > div:not(.intro) {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
main section:nth-of-type(2) {
  padding-top: clamp(2rem, 9vw, 6rem);
}
main section:nth-last-of-type(2) {
  padding-bottom: clamp(2rem, 9vw, 6rem);
}
main section .intro {
  width: clamp(200px, 100%, 950px);
  text-align: center;
  justify-self: center;
  padding-bottom: 2rem;
}
main section div.img-right {
  flex-direction: row-reverse;
}
main section .feature {
  max-width: 460px;
}
main section .thumbnail {
  max-width: 600px;
}
main section a.thumbnail {
  position: relative;
  display: grid;
  place-items: center;
}
main section a.thumbnail::before {
  content: "";
  position: absolute;
  width: clamp(85px, 6vw, 114px);
  height: clamp(85px, 6vw, 114px);
  background-color: rgba(217, 217, 217, 0.6980392157);
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 2;
}
main section a.thumbnail::after {
  content: "";
  position: absolute;
  background-color: rgba(41, 22, 76, 0.8);
  width: clamp(42px, 3vw, 57px);
  height: clamp(42px, 3vw, 57px);
  clip-path: polygon(16% 0, 16% 100%, 100% 50%);
  transition: all 0.2s;
  z-index: 2;
}
main section a.thumbnail:hover::before {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.7411764706);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6509803922), 10px 10px 20px rgba(0, 0, 0, 0.1607843137), 10px 10px 40px rgba(0, 0, 0, 0.3019607843);
}
main section a.thumbnail:hover::after {
  transform: scale(1.05);
  background-color: #601ddf;
}

@media (max-width: 1200px) {
  main section:not(.main-hero, .footer-hero, .featured-articles) {
    padding-right: 2.6rem;
    padding-left: 2.6rem;
  }
  main section:not(.main-hero, .footer-hero, .featured-articles) > div:not(.intro) {
    justify-content: center;
    gap: 3vw;
  }
  main section:nth-last-of-type(2) {
    padding-right: 2.6rem;
    padding-left: 2.6rem;
  }
  main section .feature {
    max-width: 380px;
  }
  main section .thumbnail {
    max-width: 480px;
  }
}
@media (max-width: 900px) {
  main section:not(.main-hero, .footer-hero, .featured-articles) > div:not(.intro) {
    gap: 2.4rem;
    justify-content: unset;
  }
  main section .feature {
    max-width: 34ch;
  }
}
@media (max-width: 750px) {
  main section:not(.main-hero, .footer-hero, .featured-articles) > div:not(.intro) {
    flex-direction: column;
  }
  main section .feature {
    width: 60%;
    max-width: 46ch;
  }
}
@media (max-width: 560px) {
  main h2:has(span.new) {
    width: min-content;
    min-width: 22ch;
    margin-right: auto;
    margin-left: auto;
  }
  main section .feature {
    width: 80%;
  }
}
@media (max-width: 400px) {
  main section .feature {
    width: 100%;
  }
  main section .thumbnail {
    width: 120%;
  }
}
/*----------------------------------------------------
 *            Featured articles section
 * ----------------------------------------------------*/
.featured-articles .intro {
  margin-bottom: 3rem;
}
.featured-articles ul {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  place-items: start;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 2rem;
}
.featured-articles ul li {
  flex: 1 1 0px;
  max-width: 27%;
  min-width: 250px;
}
.featured-articles ul li a:last-of-type {
  display: flex;
  transition: all 0.2s;
}
.featured-articles ul li a:last-of-type:hover {
  transform: translateX(10px);
}
.featured-articles ul li .fa-arrow-right {
  padding-left: 0.5rem;
  translate: 0 1px;
}

@media (max-width: 1200px) {
  .featured-articles ul li {
    width: 70%;
    max-width: 550px;
    min-width: 280px;
  }
}