/*----------------------------------------------------
 *                 Global Variables
 * ---------------------------------------------------*/
:root {
  --main-full-width: 100%;
  --main-width: clamp(200px, 93%, 1900px);
  --main-md-width: clamp(200px, 62%, 1200px);
  --cta-btn-width: 228px;
  --hero-btn-width: 190px;
  --hero-cta-btn-height: 70px;
  --cta-btn-height: calc(var(--hero-cta-btn-height) - 20px);
  --section-radius: 30px;
  --video-radius: 20px;
  --video-btn-radius: 10px;
  --cta-btn-radius: 7px;
  --vid-txt-state: block;
  --btn-txt-state: none;
  --markers-visibility: none;
  --prv-nxt-btn-size: 40px;
  --style4-min-height: 650px;
  --style4-height: 37vw;
  --main-spacing: clamp(2rem, 8vw, 5rem);
  --p-grey-col: #A5A5A5;
  --dark-bg-col: #191919;
  --marine-blue-clr: #121835;
  --pseudo-content: none;
  --vid-transition: opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
}

@media (max-width: 1100px) {
  :root {
    --markers-visibility: flex;
    --vid-txt-state: none;
    --btn-txt-state: block;
  }
}
@media (max-width: 950px) {
  :root {
    --main-md-width: clamp(200px, 93%, 1150px);
    --style4-min-height: 650px;
  }
}
@media (max-width: 600px) {
  :root {
    --main-spacing: 1rem;
  }
}
/*--------------------------------------------------
 *                  Color Chart
 * ----------------------------------------------------*/
/*--------------------------------------------------
 *                   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;
}

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 RD 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: 500;
  line-height: 1.3;
}
main h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  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: #0C0B11;
  overflow: clip;
}
main h1, main h2, main h3, main h4, main a, main i, main span {
  color: #fff;
}
main p {
  color: var(--p-grey-col);
}
main h1 {
  margin: 2rem 0;
}
main h2.title {
  text-align: center;
}
main h2 span {
  background: -webkit-linear-gradient(45deg, #1BE3FF, #18C2FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

main:is(.CHT, .CHS) h1 {
  line-height: 1.2;
}

.title:has(+ p) {
  margin-bottom: 0.5rem;
}

/*----------------------------------------------------
 *              Promotional Ribbon
 * ----------------------------------------------------*/
.promo-ribbon {
  position: absolute;
  background-color: #ff0057;
  padding: 8px 16px;
  color: #fff;
  border-bottom-right-radius: 6px;
  font-weight: 700;
  z-index: 1;
}

@media (max-width: 620px) {
  .promo-ribbon {
    width: 100vw;
    border-radius: 0;
    height: fit-content;
  }
}
/*----------------------------------------------------
 *              CTA buttons style
 * ----------------------------------------------------*/
.btn-cta {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.btn-cta a {
  border-radius: 7px;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s all;
  text-transform: uppercase;
  padding: 1rem 1.2rem;
  width: auto;
  height: auto;
  min-height: 70px;
  min-width: 190px;
}
.btn-cta a:hover {
  transform: scale(1.08);
}

.hero .btn-cta a {
  width: var(--hero-btn-width);
  min-height: 70px;
}

.ENU .btn-cta {
  white-space: nowrap;
}

.trial-btn {
  border: 1px solid white;
  flex-direction: row !important;
}
.trial-btn i {
  font-weight: 100;
  margin-left: 6px;
}
.trial-btn.black-bg, .trial-btn.teal-bg, .trial-btn.blue-grd, .trial-btn.purple-grd {
  border: none;
}
.trial-btn.black-bg {
  background-color: #000;
}
.trial-btn.blue-grd, .trial-btn.teal-bg {
  color: black;
  background: #21EEEF;
}
.trial-btn.blue-grd i, .trial-btn.teal-bg i {
  color: black;
}
.trial-btn.purple-grd {
  background: hsl(320, 100%, 77%);
  background: linear-gradient(132deg, rgb(231, 125, 233) 0%, rgb(255, 192, 172) 100%);
  color: black;
}
.trial-btn.purple-grd i {
  color: black;
}

.buy-now-btn {
  background: #21EEEF;
  color: #000;
}
.buy-now-btn span {
  color: #000;
  font-size: clamp(0.6rem, 0.6vw, 1rem);
  padding-top: 6px;
}

@media (max-width: 620px) {
  .btn-cta a {
    min-height: 70px;
    min-width: 200px;
  }
}
/*----------------------------------------------------
 *              WebCommerce ad section
 * ----------------------------------------------------*/
.webcommerce-ad {
  display: grid;
  grid-template-columns: 1fr;
  height: fit-content;
}
.JPN .webcommerce-ad {
  display: none;
}

#long-banner {
  justify-self: center;
}

@media (max-width: 620px) {
  .webcommerce-ad {
    display: none;
  }
}
/*----------------------------------------------------
 *              Promotional Ribbon
 * ----------------------------------------------------*/
.fixed-bottom-promo {
  width: 100%;
  height: auto;
  background: #ff0057;
  position: fixed;
  bottom: 0;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
  padding: 0.5rem clamp(100px, 11%, 500px);
}
.fixed-bottom-promo p {
  font-weight: 800;
  font-size: clamp(18px, 2vw, 25px);
}

.shop-sale {
  background: black;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 2pc;
  margin: 0 1%;
}

/*----------------------------------------------------
 *              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: -8px;
  left: -15px;
}

@media (max-width: 1125px) {
  .auto-play-mod.style-4 button h4 {
    position: relative;
  }
  span.new {
    width: max-content;
  }
}
/*----------------------------------------------------
 *             Patners Logo section
 * ----------------------------------------------------*/
#partners {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.0588235294);
  padding: 2rem 3rem 2rem;
}
#partners .content-box {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#partners .content-box img {
  width: 100%;
  height: auto;
  max-width: 70px;
  opacity: 0.5;
}
#partners .content-box img:nth-child(1), #partners .content-box img:nth-child(3), #partners .content-box img:nth-child(5) {
  filter: grayscale(1) brightness(3);
}
#partners .content-box img:nth-child(2) {
  filter: invert(1) grayscale(100%) brightness(5);
}
#partners .content-box img:nth-child(4), #partners .content-box img:nth-child(6) {
  filter: invert(1);
}

/*----------------------------------------------------
 *            use case sections
 * ----------------------------------------------------*/
section.use-case {
  padding: 5rem 0 3rem;
}
section.use-case picture {
  overflow: hidden;
}
section.use-case.right {
  background-color: var(--marine-blue-clr);
}
section.use-case.right .content-box {
  flex-direction: row-reverse;
}
section.use-case .content-box {
  max-width: 900px;
  display: flex;
  justify-self: center;
  place-items: center;
  gap: 4rem;
  transition: 0.2s all;
  margin: 0 auto;
}
section.use-case .content-box .slogan {
  max-width: 550px;
}
section.use-case .content-box .slogan p {
  text-wrap-style: pretty;
}

@media (max-width: 1280px) {
  section.use-case .content-box {
    width: 88%;
    gap: 2rem;
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  section.use-case {
    padding: 4rem 0 3rem;
  }
  section.use-case picture {
    width: clamp(150px, 50%, 250px);
  }
  section.use-case .content-box .slogan {
    width: clamp(200px, 50%, 400px);
  }
}
@media (max-width: 540px) {
  section.use-case.right .content-box {
    flex-direction: column;
  }
  section.use-case .content-box {
    flex-direction: column;
    gap: 1rem;
  }
  section.use-case .content-box .slogan {
    width: clamp(200px, 93%, 350px);
    text-align: center;
  }
}
/*----------------------------------------------------
 *             Easy Editing sections
 * ----------------------------------------------------*/
section#easy-editing h3 {
  position: relative;
}
section#easy-editing h3 .new {
  top: -20px;
  left: -45px;
}

@media (max-width: 1050px) {
  section#easy-editing h3 .new {
    top: -25px;
    left: 0;
    rotate: 0deg;
  }
}
/*----------------------------------------------------
 *              Auto play videos
 * ----------------------------------------------------*/
.auto-play-mod {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 3rem;
  display: flex;
  flex-direction: column;
  place-items: center;
  padding-bottom: 4rem;
}
.auto-play-mod .content-box {
  max-width: 1200px;
  display: grid;
  justify-self: center;
  place-items: center;
  gap: 2rem;
  padding: 2rem;
  border-radius: 20px;
  border: solid 1px cyan;
}
.auto-play-mod h3 {
  line-height: 1.2;
  text-wrap-style: balance;
}
.auto-play-mod p {
  opacity: 0;
  transition: all 0.2s;
  grid-column: 1/-1;
  grid-row: 1;
  color: white;
  display: block;
}
.auto-play-mod p.active {
  opacity: 1;
}
.auto-play-mod .title, .auto-play-mod .btn-cta {
  grid-column: 1/-1;
  justify-self: center;
  text-align: center;
}
.auto-play-mod .btns {
  display: grid;
}
.auto-play-mod button {
  display: grid;
  position: relative;
  min-height: 80px;
  grid-template-columns: 1fr;
  border-radius: 10px;
  background-color: #9ECBFD;
  background-color: #05264a;
  padding: 0 1.4rem;
  z-index: 2;
  gap: 2rem;
  align-items: center;
  justify-items: center;
  transition: all 0.2s;
}
.auto-play-mod button:hover {
  background-color: #003c7e;
}
.auto-play-mod button:not(.active) {
  cursor: pointer;
}
.auto-play-mod button h3 {
  color: white;
  font-weight: 300;
}
.auto-play-mod button.active {
  background-color: #1D84E9;
}
.auto-play-mod button.active::before {
  content: "";
  position: absolute;
  background-color: #1D84E9;
}
.auto-play-mod button.active h3 {
  color: white;
  font-weight: 500;
}
.auto-play-mod .des {
  display: grid;
  z-index: 1;
  text-align: center;
  padding: 1rem 2rem;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}
.auto-play-mod .vids {
  border-radius: var(--video-radius);
  overflow: hidden;
  position: relative;
  background-color: #09264a;
  transition: var(--vid-transition);
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}
.auto-play-mod video {
  display: none;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.auto-play-mod video.active {
  display: block;
}
.auto-play-mod video.active + p {
  display: var(--vid-txt-state);
}
.auto-play-mod .markers {
  list-style: inside;
  margin: 0 auto;
  font-family: system-ui;
  display: var(--markers-visibility);
  grid-column: 1/-1;
  grid-row: 4;
  min-height: 3rem;
  align-items: center;
  column-gap: 2rem;
  place-content: center;
}
.auto-play-mod .markers li {
  transition: all 0.1s;
  width: 10px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.2901960784);
}
.auto-play-mod .markers li.active {
  color: white;
}
.auto-play-mod .to-prv, .auto-play-mod .to-nxt {
  display: var(--markers-visibility);
  flex-direction: column;
  width: var(--prv-nxt-btn-size);
  max-width: var(--prv-nxt-btn-size);
  height: var(--prv-nxt-btn-size);
  padding: 0 !important;
  grid-row: 2;
  background: none;
  justify-content: center;
}
.auto-play-mod .to-prv circle, .auto-play-mod .to-nxt circle {
  fill: none;
}
.auto-play-mod .to-prv {
  justify-self: end;
}
.auto-play-mod .to-nxt {
  justify-self: start;
  grid-column: 3;
}
.auto-play-mod .to-nxt svg {
  transform: rotate(180deg);
}
.auto-play-mod path.a {
  fill: white;
}

.auto-play-mod.style-1 .content-box {
  background-color: #121836;
  grid-template-columns: 4fr 2fr;
  max-width: 1400px;
  row-gap: 0;
  margin: 0 2rem;
  min-height: 684px;
}
.auto-play-mod.style-1 .btns {
  row-gap: 2rem;
  grid-column: 2;
  grid-row: 1;
  height: fit-content;
  align-self: center;
  z-index: 4;
}
.auto-play-mod.style-1 button:not(.to-nxt, .to-prv) {
  display: block;
}
.auto-play-mod.style-1 button p {
  height: 0;
}
.auto-play-mod.style-1 button.active {
  transform: translateX(-20px);
  padding: 1.4rem;
  row-gap: 0.2rem;
  text-align: left;
  justify-items: self-start;
}
.auto-play-mod.style-1 button.active h3 {
  text-align: left;
}
.auto-play-mod.style-1 button.active::before {
  width: 23px;
  height: 30px;
  left: -21px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  align-self: anchor-center;
}
.auto-play-mod.style-1 button.active p {
  height: auto;
  opacity: 1;
}
.auto-play-mod.style-1 .vids {
  aspect-ratio: 1.7778668805;
  grid-column: 1;
  grid-row: 1;
  place-self: center;
  z-index: 2;
  background-color: #0d1128;
  padding: 1rem;
  border-radius: 14px;
  background-color: #07264a;
}
.auto-play-mod.style-1 .vids video {
  border-radius: 5px;
}
.auto-play-mod.style-1 img {
  width: clamp(25px, 3vw, 40px);
  height: auto;
}
.auto-play-mod.style-1 h3 {
  text-align: left;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  text-align: center;
}

.auto-play-mod.style-2 {
  background-color: #121836;
}
.auto-play-mod.style-2 .content-box {
  background-color: black;
  grid-template-columns: 1fr;
}
.auto-play-mod.style-2 .btns, .auto-play-mod.style-2 .des, .auto-play-mod.style-2 .vids {
  grid-column: 1;
}
.auto-play-mod.style-2 .vids {
  grid-row: 2;
  aspect-ratio: 1.7777640366;
  z-index: 1;
  width: 100%;
  border-radius: 10px;
  margin-top: 1.2rem;
}
.auto-play-mod.style-2 .des {
  grid-row: 2;
  z-index: 2;
  height: fit-content;
  align-self: start;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9794292717) 20%, rgba(0, 0, 0, 0.54) 66%, rgba(0, 0, 0, 0) 100%);
}
.auto-play-mod.style-2 .btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: auto;
  z-index: 1;
  justify-content: center;
  justify-content: space-evenly;
  gap: 2rem;
}
.auto-play-mod.style-2 button {
  background-color: #052242;
}
.auto-play-mod.style-2 button:hover {
  background-color: #003c7e;
}
.auto-play-mod.style-2 button.active {
  background-color: #1D84E9;
}
.auto-play-mod.style-2 button.active::before {
  width: 30px;
  height: 23px;
  bottom: -22px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  justify-self: center;
}

.auto-play-mod.style-3 .content-box {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto 4.3rem;
  border: none;
  padding: 0;
  row-gap: 0;
}
.auto-play-mod.style-3 .mobile-ui {
  grid-column: 2;
  grid-row: 1/-1;
}
.auto-play-mod.style-3 .mobile-ui img {
  border: solid 8px rgba(128, 128, 128, 0.3882352941);
  border-radius: 24px;
  display: block;
}
.auto-play-mod.style-3 .mobile-ui-bg {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 0;
}
.auto-play-mod.style-3 .mobile-ui-bg img {
  display: block;
  opacity: 0.25;
}
.auto-play-mod.style-3 .btns {
  row-gap: 4rem;
  grid-column: 1/-1;
  grid-row: 2;
  grid-template-columns: subgrid;
  align-self: start;
}
.auto-play-mod.style-3 button {
  width: clamp(200px, 80%, 275px);
  backdrop-filter: blur(30px);
  background-color: rgba(16, 84, 146, 0.3019607843);
}
.auto-play-mod.style-3 button:hover {
  background-color: rgba(0, 82, 172, 0.5607843137);
}
.auto-play-mod.style-3 button.active {
  background-color: #1D84E9;
}
.auto-play-mod.style-3 button.active::before {
  width: 20px;
  height: 30px;
}
.auto-play-mod.style-3 button:nth-of-type(1), .auto-play-mod.style-3 button:nth-last-of-type(2) {
  justify-self: end;
}
.auto-play-mod.style-3 button:nth-of-type(1):is(.active), .auto-play-mod.style-3 button:nth-last-of-type(2):is(.active) {
  translate: 25px;
}
.auto-play-mod.style-3 button:nth-of-type(1):is(.active)::before, .auto-play-mod.style-3 button:nth-last-of-type(2):is(.active)::before {
  right: -19px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.auto-play-mod.style-3 button:nth-of-type(2), .auto-play-mod.style-3 button:last-of-type {
  grid-column: 3;
}
.auto-play-mod.style-3 button:nth-of-type(2):is(.active), .auto-play-mod.style-3 button:last-of-type:is(.active) {
  translate: -25px;
}
.auto-play-mod.style-3 button:nth-of-type(2):is(.active)::before, .auto-play-mod.style-3 button:last-of-type:is(.active)::before {
  left: -19px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.auto-play-mod.style-3 .des {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  height: auto;
}
.auto-play-mod.style-3 .vids {
  grid-column: 2;
  grid-row: 2/4;
  z-index: 2;
  width: clamp(200px, 75%, 300px);
  height: auto;
  translate: -7%;
}

.auto-play-mod.style-4 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  column-gap: 30px;
  grid-template-columns: 3fr 1fr;
  position: relative;
  overflow: visible;
  max-width: 1500px;
  padding: 60px 3rem;
}
.auto-play-mod.style-4 .btns {
  row-gap: 30px;
  grid-column: 2;
  grid-row: 2;
  height: fit-content;
  align-self: center;
  z-index: 2;
  width: 100%;
}
.auto-play-mod.style-4 button {
  display: flex;
  padding: 0 1.4rem;
  min-height: 80px;
  gap: 20px;
  background: rgba(0, 0, 0, 0.3803921569);
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.2196078431);
  opacity: 0.6;
  z-index: 2;
  position: relative;
}
.auto-play-mod.style-4 button:hover {
  cursor: pointer;
}
.auto-play-mod.style-4 button.active, .auto-play-mod.style-4 button:hover {
  opacity: 1;
}
.auto-play-mod.style-4 button.active {
  background: rgba(24, 194, 255, 0.4);
  border: 1px solid #18C2FF;
  cursor: default !important;
}
.auto-play-mod.style-4 button.to-prv, .auto-play-mod.style-4 button.to-nxt {
  display: none;
}
.auto-play-mod.style-4 .des {
  grid-row: 2;
  grid-column: 1;
  border-radius: var(--video-radius) var(--video-radius) 0 0;
  z-index: 3;
  height: fit-content;
  background: linear-gradient(180deg, rgb(53, 55, 66) 0%, rgba(53, 55, 66, 0.88) 50%, rgba(53, 55, 66, 0.4) 100%);
  align-self: start;
}
.auto-play-mod.style-4 .des p {
  display: none;
}
.auto-play-mod.style-4 .des p.active {
  display: block;
  color: white;
}
.auto-play-mod.style-4 .vids {
  aspect-ratio: 1.7778668805;
  grid-column: 1;
  grid-row: 2;
  place-self: center;
  z-index: 2;
}
.auto-play-mod.style-4 img {
  width: clamp(25px, 3vw, 40px);
  height: auto;
}
.auto-play-mod.style-4 h3 {
  text-align: left;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.auto-play-mod.style-4 .markers li {
  color: rgba(255, 255, 255, 0.2901960784);
}
.auto-play-mod.style-4 .markers li.active {
  color: white;
}

@media (max-width: 1280px) {
  .auto-play-mod .content-box {
    width: 93%;
  }
}
@media (max-width: 1200px) {
  .auto-play-mod.style-3 button {
    min-height: 60px;
  }
  .auto-play-mod.style-3 button h3 {
    font-size: clamp(1rem, 1vw, 1.2rem);
    font-weight: 500;
  }
  .auto-play-mod.style-3 .btns p {
    height: 2.5rem;
  }
}
@media (max-width: 1100px) {
  .auto-play-mod.style-1 button.active h3 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
  .auto-play-mod.style-1 button.active p {
    text-align: center;
  }
  .auto-play-mod:is(.style-1, .style-2) .content-box {
    border: unset;
    padding-bottom: 0;
    row-gap: 0;
    background-color: unset;
    grid-template-columns: 17% auto 17%;
  }
  .auto-play-mod:is(.style-1, .style-2) .vids {
    grid-column: 1/-1 !important;
    border-radius: 0;
    background-color: unset;
    grid-row: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 20px;
  }
  .auto-play-mod:is(.style-1, .style-2) .btns {
    display: flex;
    row-gap: 0;
    grid-column: 2;
    grid-row: 2;
  }
  .auto-play-mod:is(.style-1, .style-2) .btns button {
    justify-content: center;
    border: none;
    background: none;
    background-color: transparent;
  }
  .auto-play-mod:is(.style-1, .style-2) .btns button:hover {
    background-color: transparent;
  }
  .auto-play-mod:is(.style-1, .style-2) .btns button:not(.active) {
    display: none;
  }
  .auto-play-mod:is(.style-1, .style-2) .btns button.active {
    background: none !important;
    translate: unset;
    transform: unset;
  }
  .auto-play-mod:is(.style-1, .style-2) .btns button.active::before {
    content: none;
  }
  .auto-play-mod:is(.style-1, .style-2) .des {
    grid-column: 1/-1 !important;
    background-color: unset;
    grid-row: 3;
    padding-top: 0;
    background: none;
  }
  .auto-play-mod:is(.style-1, .style-2) button {
    background: none;
  }
  .auto-play-mod:is(.style-1, .style-2) button:hover {
    background: none;
  }
  .auto-play-mod.style-3 .des {
    padding: 1rem 1rem 0;
  }
  .auto-play-mod.style-4 {
    padding: 3rem 2rem;
    grid-template-columns: 17% auto 17%;
    gap: 0;
  }
  .auto-play-mod.style-4 .title {
    text-align: center;
    padding: 0 1rem 1.5rem 1rem;
  }
  .auto-play-mod.style-4 .to-prv circle {
    fill: none;
  }
  .auto-play-mod.style-4 .to-nxt circle {
    fill: none;
  }
  .auto-play-mod.style-4 .vids {
    grid-column: 1/-1 !important;
    grid-row: 2;
    margin-bottom: 2rem;
    width: 93%;
    border-radius: 20px;
  }
  .auto-play-mod.style-4 .des {
    background: none;
    grid-column: 2;
    grid-row: 4;
  }
  .auto-play-mod.style-4 .des p {
    display: block;
  }
  .auto-play-mod.style-4 .btns {
    display: grid;
    row-gap: 0;
    grid-column: 2;
    grid-row: 3;
  }
  .auto-play-mod.style-4 button {
    display: none;
    padding: 0;
    height: 40px;
    justify-content: center;
    border: none;
    background: none;
  }
  .auto-play-mod.style-4 button.to-prv, .auto-play-mod.style-4 button.to-nxt {
    display: flex;
    grid-row: 3;
  }
  .auto-play-mod.style-4 button.active {
    display: flex;
    width: fit-content;
    gap: 10px;
    margin: 0 auto;
    background: transparent !important;
  }
  .auto-play-mod.style-4 button.active + p {
    display: var(--btn-txt-state);
    text-align: center;
  }
  .auto-play-mod.style-4 button.active:hover {
    background: transparent !important;
  }
  .auto-play-mod.style-4 button h3 {
    color: white !important;
  }
  .auto-play-mod.style-4 button.active, .auto-play-mod.style-4 button:hover, .auto-play-mod.style-4 button.active:hover {
    transform: none !important;
    background: none !important;
    border: none !important;
  }
  .auto-play-mod.style-4 img {
    filter: none !important;
    width: clamp(25px, 10vw, 45px);
  }
  .auto-play-mod.style-4 .markers {
    grid-row: 5;
  }
  .auto-play-mod.style-4 .btn-cta {
    margin-top: 3rem;
  }
}
@media (max-width: 500px) {
  .auto-play-mod:is(.style-1, .style-2) .content-box {
    grid-template-columns: 12% auto 12%;
    column-gap: 1rem;
    padding: 0 2rem;
  }
  .auto-play-mod.style-4 {
    grid-template-columns: 10% auto 10%;
  }
  .auto-play-mod.style-4 .des {
    grid-column: 1/-1;
  }
}
/*----------------------------------------------------
 *           Mobile view section
 * ----------------------------------------------------*/
#mobile-view .mobile-ui-home {
  display: none;
}

@media (max-width: 1000px) {
  #mobile-view {
    --mobile-ui-row-gap: 0.3rem;
  }
  #mobile-view .mobile-ui, #mobile-view .mobile-ui-bg {
    display: none;
  }
  #mobile-view .content-box {
    row-gap: var(--mobile-ui-row-gap);
    grid-template-columns: 1fr;
    grid-template-rows: 1.2rem repeat(12, auto) 52px;
    transition: grid-template-rows 0.6s;
    border: solid 8px rgba(128, 128, 128, 0.3882352941);
    border-radius: 24px;
    max-width: 430px;
    background-color: black;
  }
  #mobile-view :is(.btns, .des, .vids) {
    display: grid;
    grid-column: 1;
    grid-row: 1/-1;
    grid-template-rows: subgrid;
    grid-template-columns: subgrid;
    justify-items: center;
    translate: none;
    padding: 0;
    background: none;
    width: 100%;
  }
  #mobile-view .mobile-ui-home {
    display: block;
    grid-row: 14;
    grid-column: 1;
    max-width: 94%;
  }
  #mobile-view .btns {
    row-gap: var(--mobile-ui-row-gap);
  }
  #mobile-view .btns button {
    justify-self: center;
    z-index: 5;
    min-height: 46px;
    width: clamp(200px, 89%, 380px);
  }
  #mobile-view .btns button.active {
    translate: none;
  }
  #mobile-view .btns button.active::before {
    content: none;
  }
  #mobile-view .btns button:nth-of-type(1) {
    grid-row: 2;
  }
  #mobile-view .btns button:nth-of-type(2) {
    grid-row: 5;
  }
  #mobile-view .btns button:nth-of-type(3) {
    grid-row: 8;
  }
  #mobile-view .btns button:nth-of-type(4) {
    grid-row: 11;
  }
  #mobile-view .des {
    row-gap: var(--mobile-ui-row-gap);
  }
  #mobile-view .des p {
    display: block;
    max-width: 35ch;
    height: 0px;
    transition: all 0.3s;
  }
  #mobile-view .des p.active {
    padding: 1rem 0 0;
    height: auto;
    position: relative;
  }
  #mobile-view .des p:nth-of-type(1) {
    grid-row: 3;
  }
  #mobile-view .des p:nth-of-type(2) {
    grid-row: 6;
  }
  #mobile-view .des p:nth-of-type(3) {
    grid-row: 9;
  }
  #mobile-view .des p:nth-of-type(4) {
    grid-row: 12;
  }
  #mobile-view .vids {
    row-gap: var(--mobile-ui-row-gap);
  }
  #mobile-view .vids video {
    width: clamp(230px, 90%, 280px);
    height: clamp(230px, 100%, 510px);
    display: block;
    height: 0px;
  }
  #mobile-view .vids video.active {
    padding: 1rem 0;
    height: auto;
    max-height: 525px;
  }
  #mobile-view .vids video:nth-of-type(1) {
    grid-row: 4;
  }
  #mobile-view .vids video:nth-of-type(2) {
    grid-row: 7;
  }
  #mobile-view .vids video:nth-of-type(3) {
    grid-row: 10;
  }
  #mobile-view .vids video:nth-of-type(4) {
    grid-row: 13;
  }
}
@media (max-width: 440px) {
  #mobile-view .vids {
    justify-items: start;
    padding-left: 5%;
  }
}
@media (max-width: 385px) {
  #mobile-view .vids {
    justify-items: center;
    padding-left: unset;
  }
}