/*--------------------------------------------------
                     Variables
 --------------------------------------------------*/
:root {
  --desktop-hori-padding: 10%;
  --mobile-hori-padding: 2rem;
  --mobile-vert-padding: 3rem;
  --move-left: calc(-100% + -50px);
  --move-right: calc(100% + 50px);
  --cta-dark-bg: #068100;
}

/*--------------------------------------------------
                     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, 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;
}

main button {
  border: none;
  background: none;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: white;
}

address, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

picture {
  z-index: 1;
}

/*--------------------------------------------------
                Reset RD code
 --------------------------------------------------*/
.toptop_banner {
  height: 0px;
  margin-bottom: 0px;
}

.pd_purchase_left{
	display: none !important;
}

/*fix purchase ui issues*/
.banner1200{
	height: 0px !important;
}

/*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;
}

/*--------------------------------------------------
                     Fonts
--------------------------------------------------*/

@font-face {
  font-family: 'hiatusregular';
  src: url('/stat/edms/product/2023/PDR/font/hiatus-webfont.woff2') format('woff2'),
       url('/stat/edms/product/2023/PDR/font/hiatus-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main span,
main ul {
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: clamp(1.6rem, 5vw, 3.4rem);
  font-weight: bold;
}

h2, h3, main p {
  line-height: 1.3;
}

h2, h3 {
  color: white;
}

main h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-weight: 700;
}

main p, main ul {
  font-size: clamp(1rem, 1vw, 1.1rem);
  line-height: 2rem;
  font-family: system-ui;
  font-weight: 400;
  line-height: 1.4;
}

main a,
main button {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: 600;
  color: white;
}

#main-content span {
  color: black;;
}


/*--------------------------------------------------
                       Main layout
--------------------------------------------------*/

#main-content {
  background: linear-gradient(180deg, #009926 11%, rgba(65,181,61,1) 20%, rgba(70,185,66,1) 40%, rgba(94,159,79,1) 68%, rgba(70,185,66,1) 80%);
}

h2 span {
  background: rgb(1,94,247);
  background: linear-gradient(90deg, rgba(1,94,247,1) 0%, rgba(163,0,254,1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline-block;
}

h2, h3 {
  margin-bottom: 0.4rem;
}

.text {
  height: fit-content;
}

    /*=====   Play Button   ======*/

.video-btn {
  display: flex;
  position: relative;
}

.video-btn:after,
.video-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.video-btn:after {
  width: 0;
  height: 0;
  border: 1.3em solid transparent;
  border-left: 2em solid white;
  margin-top: -1.25em;
  margin-left: -0.7em;
}

.video-btn:before {
  width: 5.6em;
  height: 5.6em;
  margin-left: -2.8em;
  margin-top: -2.8em;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 24px #000000c7;
  background: #0000008c;
}

.video-btn:hover:before {
  background: #7d2dd2;
  transition: all 0.45s ease;
}

.video-btn:hover:before,
.video-btn:hover:after {
  transform: scale(1.05);
}


/*--------------------------------------------------
                      Main Hero
--------------------------------------------------*/

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: white;
  text-align: center;
  width: 100%;
  height: auto;
  background: #00bb2f;
}

.hero > :nth-child(1) {
  height: fit-content;
  align-self: center;
  justify-self: center;
  padding: 2rem 1rem;
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
  max-width: 600px;
}

.hero .product {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.hero picture, .hero img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  grid-column: 1 / -1;
  grid-row: 1;
  opacity: 1;
}

.hero .product img {
  width: 10%;
  margin-right: 2%;
  min-width: 45px;
}

.hero h1 {
  font-family: 'hiatusregular';
  /* font-size: clamp(4rem, 9vw, 7rem); */
  font-size: clamp(4rem, 5vw, 5rem);
  color: #107042;
  line-height: 1;
  margin-top: 1rem;
  font-weight: 100;
}

.hero h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-size: clamp(1rem, 1.1vw, 1.6rem);
  color: #107042;
  line-height: 1;
  margin: 0 auto 5%;
  font-weight: 300;
  max-width: 400px;
}

.hero h3 {
  font-size: clamp(0.8rem, 3vw, 3rem);
  font-weight: 200;
  margin: 0 auto;
  font-family: 'Berkshire Swash', cursive;
  /* color: #0b4a19; */
  color: #fff;
  filter: drop-shadow(2px 4px 6px #0ba561);
  text-shadow: 1px 1px #89c51b, -1px -1px #046e33;
}

.btn-cta {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

.btn-cta a {
   border-radius: 10px;
   font-size: 1rem;
   line-height: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 70px;
   width: 190px;
   transition: 0.2s all;
   margin: 12px;
   background: var(--cta-dark-bg);
}

.btn-cta a:hover {
  transform: scale(1.08);
  font-size: 1.1rem;
}

.btn-cta span {
  font-size: clamp(0.6rem, 0.6vw, 1rem);
}

.btn-cta :nth-child(1) {
  border: 2px solid white;
}


/*--------------------------------------------------
                  all steps
 --------------------------------------------------*/

.section-header {
  margin: 7rem 0;
  /* background: #41b53d; */
  text-align: center;
  height: auto;
 }

.section-header h2 {
  font-size: clamp(1.6rem, 4vw, 3.2rem);
}

.all-steps .intro {
  text-align: center;
  padding: 0 var(--desktop-hori-padding);
  grid-column: 1 / -1;
}

.all-steps .intro p {
  color: white;
  max-width: 600px;
  margin: 0 auto;
}

.all-steps {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  grid-template-rows: auto 1fr auto;
  padding: 4rem;
  row-gap: 3rem;
  column-gap: 3rem;
  background: #2f932f;
  margin: 4rem auto;
  border-radius: 30px;
  width: 88%;
  max-width: 1500px;
}

.all-steps.fashion {
  grid-template-columns: 1fr 1.9fr;
}

.all-steps .btns {
  display: grid;
  grid-column: 2;
}

.all-steps.fashion .btns {
  grid-column: 1;
}

.all-steps button {
  text-align: left;
  padding: 1.2rem 1.5rem;
  border-radius: 20px;
  transition: all 0.2s;
  cursor: pointer;
  height: fit-content;
}

.all-steps button span {
  color: white !important;
  font-weight: 800;
  font-size: 25px;
  background: green;
  padding: 0 10px;
  border-radius: 7px;
  margin-right: 8px;
  transition: all 0.2s;
}

.all-steps button:nth-of-type(2) {
  align-self: center;
}

.all-steps button:nth-of-type(3) {
  align-self: end;
}

button:hover {
  background: var(--cta-dark-bg);
}

.all-steps button.active,
.all-steps button.active:hover {
  background: white;
}

.all-steps button.active span {
  transform: translate(-89%, -75%) scale(1.4);
  background: #045e0d;
  position: absolute;
  border-radius: 25px;
  transition: all 0.2s;
  display: grid;
  grid-template-columns: 50px;
  grid-template-rows: 50px;
  margin: 0;
  padding: 0;
}

.all-steps button.active b {
    place-self: center;
    margin-left: -30%;
}

.all-steps :is(h3, p) {
  color: #fff;
}

.all-steps button.active :is(h3, p) {
  color: black;
}

.all-steps button.active p {
  text-indent: 20px;
}

.index-bar {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  background: #fce6e9;
  border-radius: 10px;
}

.index-bar span {
  height: 33%;
  background: #fcb1b1;
  border-radius: 8px;
}

.all-steps .vids {
  display: grid;
  background: var(--cta-dark-bg);
  border-radius: 20px;
  overflow: hidden;
  grid-row: 2 / 4;
  grid-column: 1;
}

.all-steps.fashion .vids {
  grid-column: 2;
}

.all-steps video {
  width: 100%;
  object-fit: cover;
  height: -webkit-fill-available;
  display: none;
}

.all-steps video.active {
  display: block;
}

.all-steps .cta-btns {
  grid-column: 2;
  justify-self: center;
  display: flex;
  gap: 2rem;
  height: min-content;
}

.all-steps.fashion .cta-btns {
  grid-column: 1;
}

.all-steps .cta-btns a {
  background: var(--cta-dark-bg);
  padding: 1.5rem 2rem;
  border-radius: 10px;
  transition: 0.2s all;
  font-weight: 600;
}

.all-steps .cta-btns a:nth-child(2) {
  background: white;
  background: #94cf6f;
  color: var(--cta-dark-bg);
  border: solid 3px;
}

.all-steps .cta-btns a:hover {
  transform: scale(1.08);
}


  /*--------------------------------------------------
                      More Assets
   --------------------------------------------------*/

.more-assets {
  display: grid;
  height: fit-content;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-items: center;
  padding: 4rem var(--desktop-hori-padding);
  gap: 3rem;
}

.more-assets div {
  width: 100%;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 1rem;
  position: relative;
}

@media (max-width: 1914px) {
  .more-assets div:nth-of-type(9),
  .more-assets div:nth-of-type(10) {
    display: none;
  }
}

@media (max-width: 1522px) {
  .more-assets div:nth-of-type(10) {
    display: block;
  }
}

@media (max-width: 1130px) {
  .more-assets div:nth-of-type(9) {
    display: block;
  }
}

.more-assets span {
  grid-column: 1 / -1;
  text-align: center;
}

.more-assets span p {
  color: white;
}

.more-assets h4 {
  padding: 0.8rem 1rem 0.2rem;
  font-weight: 700;
  color: black;
}

.more-assets div p {
  padding: 0 1rem;
  color: black;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}

.more-assets svg {
  max-height: 0.8rem;
  max-width: 1rem;
}

.more-assets img {
  width: 100%;
  height: auto;
}

.more-assets img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
 }

.more-assets img:nth-of-type(1) {
  position: inherit;
  z-index: 1;
  opacity: 1;
  transition: all 0.4s;
 }

.more-assets img:nth-of-type(1):hover:has(+img) {
  opacity: 0;
  transition: all 0s;
 }

.more-assets > a {
  background: var(--cta-dark-bg);
  padding: 1.5rem 2rem;
  border-radius: 10px;
  transition: 0.2s all;
  font-weight: 600;
  grid-column: 1 / -1;
  transition: all 0.2s;
}

.more-assets > a:hover {
  transform: scale(1.08);
}

  /*--------------------------------------------------
                     Blog Articles
  --------------------------------------------------*/

.blog-articles {
  display: grid;
  height: fit-content;
  padding: 4rem 0 16rem;
  /* background: linear-gradient(180deg, rgba(253,216,219,1) 0%, rgba(255,192,203,1) 100%); */
  background: linear-gradient(180deg, rgb(70 185 66) 0%, rgb(226 226 226) 100%);
  overflow: hidden;
}

.blog-articles h3 {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 2rem;
  /* filter: drop-shadow(0px 3px 4px #ff7f9561)
          drop-shadow(0px 0px 1px #ff7f9561); */
}

.blog-list {
  display: grid;
  justify-items: center;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 18%, rgba(0,0,0,0.95) 22%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.7595413165266106) 80%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 18%, rgba(0,0,0,0.95) 22%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.7595413165266106) 80%, rgba(0,0,0,0) 100%);
  grid-row: 2;
  grid-column: 1;
}

.blog-list article {
  display: flex;
  min-width: 350px;
  width: 67vw;
  max-width: 1050px;
  /* background: white; */
  background: #ffffff63;
  border-radius: 25px;
  overflow: hidden;
  grid-row: 1;
  grid-column: 1;
  transition: transform 0.6s;
  transition: all 0.6s;
}

article.active {
  transform: translate(0);
  z-index: 5;
  opacity: 1;
}

article.prv {
  transform: translate(var(--move-left));
  z-index: 4;
  cursor: pointer;
  opacity: 0.9;
}

article.nxt {
  transform: translate(var(--move-right));
  z-index: 4;
  cursor: pointer;
  opacity: 0.9;
}

article.active,
article.prv,
article.nxt {
  position: relative;
}

article.off-right,
article.off-left {
  opacity: 0;
}

article.off-right {
  transform: translate(200%);
}

article.off-left {
  transform: translate(-200%);
}

.blog-list img {
  width: 50%;
  object-fit: cover;
  height: auto;
}

.blog-articles a {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.blog-articles :is(h4, p) {
  color: black;
}

.blog-articles h4 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.2;
  margin-bottom: 0.6rem;
}

.blog-articles span {
  padding-top: 1rem;
  color: black;
  width: fit-content;
  transition: all 0.2s;
}

.blog-articles span:hover {
  transform: translate(15%, 0);
}

.blog-articles button {
  width: 20%;
  height: 100%;
  font-size: 184px;
  grid-row: 2;
  grid-column: 1;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}

.blog-articles button:hover {
  background: transparent;
}

.to-nxt {
  justify-self: end;
}


  /*==================================================
                   smaller Desktop
  ==================================================*/

@media (max-width: 1285px) {

    /*-///////////  Basic layout /////////////-*/

  /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/
  .all-steps {
    padding: 3rem;
    width: 93%;
  }

  .all-steps .vids {
    grid-row: 2 / 3;
  }

  .all-steps .cta-btns,
  .all-steps.fashion .cta-btns {
    grid-column: 1 / -1;
  }
}

  /*==================================================
                    Desktop layout
  ==================================================*/

@media (max-width: 1065px) {

   /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/
  .all-steps {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .all-steps .btns,
  .all-steps.fashion .btns {
    display: flex;
    gap: 2vw;
    grid-column: 1 / -1;
  }

  .all-steps button {
    height: 100%;
    flex: 1;
    display: flex;
  }

  .all-steps button.active,
  .all-steps button.active:hover {
    box-shadow: 0 15px var(--cta-dark-bg);
    transform: translateY(-13px);
  }

  .all-steps .vids {
    grid-row: 2;
  }

  .all-steps.fashion .vids {
    grid-column: 1 / -1;
  }

  /*--------------------------------------------------
                     Blog Articles
  --------------------------------------------------*/

  .blog-list article {
    display: grid;
    grid-template-rows: 0.6fr 1fr;
    width: 35vw;
   }

  .blog-articles a {
    align-self: auto;
  }

  .blog-list img {
    grid-row: 1;
    width: 100%;
    height: -webkit-fill-available;
  }

}

  /*==================================================
                 Smaller Laptop Screen
  ==================================================*/

@media (max-width: 650px) {

  #main-content {
    background: linear-gradient(180deg, #009926 0%, rgba(65,181,61,1) 20%, rgba(70,185,66,1) 40%, rgba(94,159,79,1) 68%, rgba(70,185,66,1) 80%);
  }

  .hero img {
    filter: blur(4px);
    opacity: 0.2;
  }

  .hero > :nth-child(1) {
    grid-column: 1 / -1;
    padding: 4rem;
  }

  .hero h3 {
    font-size: clamp(2rem, 3vw, 3rem);
  }

    /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/

  .section-header{
    margin: 4rem 0;
  }

  .section-header h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    padding: 0 2rem;
  }

  .all-steps .btns,
  .all-steps.fashion .btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
   }

   .all-steps button:nth-of-type(3) {
     grid-column: 1 / 3;
   }

   /*--------------------------------------------------
                   Advanced tips
   --------------------------------------------------*/
  .advanced-tips video {
      border-radius: 10px;
      min-width: 100%;
  }
}


  /*==================================================
                      iPad layout
  ==================================================*/

@media (max-width: 500px) {

  .hero > :nth-child(1) {
    padding: 4rem 1rem;
  }

  .hero h1 {
    font-size: clamp(6rem, 9vw, 7rem);
    line-height: 0.8;
    margin: 3rem 0 1rem;
  }

  hero h2 {
    margin: 0 auto 15%;
  }

    /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/
   .all-steps {
    padding: 2rem 1rem;
    row-gap: 1rem;
    margin: var(--mobile-hori-padding) auto;
   }

  .all-steps .btns,
  .all-steps.fashion .btns {
    grid-template-columns: 1fr;
    gap: 24px;
   }

   .all-steps button {
     border-radius: 10px;
     padding: 0.6rem 1rem;
   }

   .all-steps button.active span {
    transform: none;
    position: initial;
    display: inline-block;
    color: white !important;
    font-weight: 800;
    font-size: 25px;
    background: green;
    padding: 0 10px;
    border-radius: 7px;
    margin-right: 8px;
    transition: all 0.2s;
  }

   .all-steps button.active,
   .all-steps button.active:hover {
      box-shadow: 0 9px var(--cta-dark-bg);
    }

  .all-steps button.active p {
    text-indent: 0;
  }

  .all-steps button.active b {
    margin-left: 0;
  }

   .all-steps h3 {
      font-size: clamp(1.05rem, 2vw, 2.1rem);
      margin-bottom: 0;
    }

   .all-steps button:nth-of-type(3) {
    grid-column: 1;
   }

    .all-steps .vids {
      -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
      mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
      border-radius: 10px;
    }

    .all-steps video {
      height: auto;
      width: 100%;
    }

   .all-steps .cta-btns {
    grid-column: 1;
    justify-self: unset;
    display: grid;
    gap: 16px;
    text-align: center;
    }

/*--------------------------------------------------
                Advanced tips
--------------------------------------------------*/

  .advanced-tips {
    padding: var(--mobile-vert-padding) var(--mobile-hori-padding);
  }

/*--------------------------------------------------
                  More Assets
--------------------------------------------------*/

  .more-assets {
    padding: var(--mobile-vert-padding) var(--mobile-hori-padding);
    gap: var(--mobile-hori-padding);
  }

  .more-assets > a {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }

  /*--------------------------------------------------
                    Blog list
  --------------------------------------------------*/

  .blog-articles {
    padding: 1rem 0 4rem;
  }

  .blog-list {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .blog-list article {
    grid-template-rows: 50% 50%;
    min-width: 80%;
    max-height: 440px;
  }

  .blog-list img {
    height: 50%;
    min-height: 200px;
  }

  .blog-articles button {
    display: none;
  }

  .blog-articles h3 {
    font-size: 2rem;
    text-align: center;
    padding-inline: 2rem;
  }

  .blog-articles h4 {
    font-size: clamp(1rem, 2vw, 1.6rem);
  }

  .blog-list article p,
  .blog-list article span {
    font-size: clamp(0.8rem, 2vw, 1.1rem);
  }
}
