/*--------------------------------------------------
                     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: #5E8D5A;
  --main-bg-color: #76D5CE;
  --secondary-color: #49C8BE;
  --dark-txt-color: #004A22;
}

/*--------------------------------------------------
                     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;
  transform: scale(1.02);
  display: block;
}

/*--------------------------------------------------
                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 layout
--------------------------------------------------*/

#main-content {
  background-image: url( '/stat/edms/product-version-images/2023/PDR/event/spring/spring-flowers-bg-2k.svg' );
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

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;
  -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
--------------------------------------------------*/

svg.sun {
  position: absolute;
  width: 22vw;
  min-width: 310px;
  max-width: 350px;
  height: auto;
  top: -3rem;
  fill: #fd5e44;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30vw;
  color: white;
  text-align: center;
  height: auto;
  background: var(--main-bg-color);
  background: #49c8bebf;
  margin: 3rem;
  padding: 3rem;
  border-radius: 50px;
  position: relative;
  min-height: 525px;
}

.hero .flowers-1 {
  position: absolute;
  max-width: 500px;
  height: auto;
  right: -137px;
  top: -150px;
}

.hero .flowers-2 {
  position: absolute;
  max-width: 500px;
  height: auto;
  left: -137px;
  bottom: -150px;
  transition: all 0.2s;
}

.hero > div {
  height: fit-content;
  align-self: center;
  justify-self: center;
  padding: 2rem 1rem;
  margin-top: 3rem;
  grid-row: 1;
  grid-column: 1;
}

.hero #animation {
  width: 100%;
  max-width: 1300px;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.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, 5vw, 5rem);
  color: white;
  line-height: 0.8;
  margin-top: 1rem;
  font-weight: 100;
  position: absolute;
  left: 3rem;
  top: 2rem;
  rotate: 342deg;
}

.hero h1 span {
  font-family: 'hiatusregular';
  font-size: clamp(4rem, 5vw, 5rem);
  margin-left: -3rem;
}

.main-header {
  visibility: hidden;
}

.main-header span {
  color: black;
  font-family: 'hiatusregular';
  font-size: 47px;
  line-height: 1;
}

.hero h2 {
  font-size: clamp(8rem, 9vw, 12rem);
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 900;
  color: #000;
  line-height: 0.9;
}

.hero h3 {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-family: 'Poppins';
  font-weight: 900;
  color: black;
}

.btn-cta {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 12rem;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
  animation-name: mouse-hover;
  animation-delay: 12s;
  animation-duration: 2.5s;
  animation-fill-mode: backwards;
}

@keyframes mouse-hover {
  0%    { z-index: 2; }
  50%    { z-index: 0; }
  100%  { z-index: 0; }
}

.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: #FD5E44;
  color: white;
}

.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;
}

/*--------------------------------------------------
                     Create
 --------------------------------------------------*/

.create {
  background: var(--main-bg-color);
  /* width: fit-content; */
  /* margin: 0 auto; */
  border-radius: 50px;
  margin: 3rem;
  padding: 3rem 0;
}

/*--------------------------------------------------
                  all steps
 --------------------------------------------------*/

.section-header {
  padding-top: 2rem;
  text-align: center;
  height: auto;
 }

.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  color: #004a22;
}

.all-steps .intro {
  text-align: left;
}

.all-steps .intro p {
  max-width: 600px;
  margin: 0 auto;
}

.all-steps ul {
  list-style-type: disclosure-closed;
  list-style-position: inside;
  padding: 1rem;
  font-weight: 500;
  color: #004a22;
}

.all-steps .pro-tip {
  background: #004a22;
  padding: 2px 8px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}

.all-steps p.tip-txt {
  font-style: italic;
  margin-left: 1rem;
  margin-top: 0.6rem;
}

.all-steps {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  grid-template-rows: auto 1fr;
  padding: 4rem;
  row-gap: 3rem;
  column-gap: 3rem;
  background: var(--secondary-color);
  margin: 4rem auto;
  border-radius: 30px;
  width: 88%;
  max-width: 1500px;
  position: relative;
}

.all-steps.left {
  grid-template-columns: 1fr 1.9fr;
}

.all-steps .btns {
  display: grid;
  grid-column: 2;
}

.all-steps.left .btns {
  grid-column: 1;
}

.all-steps .in-action {
  /* background: #FD5E44; */
  background: #ffbf87;
  padding: 0.3rem 1rem 0.3rem 1.9rem;
  margin-left: -20px;
  margin-top: 0.5rem;
  font-style: italic;
  font-weight: 800;
  border-radius: 8px;
  clip-path: polygon(0% 50%, 20px 0%, 100% 0%, 100% 100%, 20px 100%, 0% 50%);
  transition: all 0.2s;
  cursor: pointer;
  height: fit-content;
  display: none;
  color: var(--dark-txt-color)
}

.all-steps .in-action.active {
  display: block;
}

.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;
  color: var(--dark-txt-color);
}

/* .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: 1 / 3;
  grid-column: 1;
}

.all-steps.left .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;
  /* align-self: end; */
  display: flex;
  gap: 2rem;
  height: min-content;
  white-space: nowrap;
}

.all-steps.left .cta-btns {
  grid-column: 1;
}

.all-steps .cta-btns a {
  background: var(--dark-txt-color);
  padding: 1.5rem 2rem;
  border-radius: 10px;
  transition: 0.2s all;
  font-weight: 600;
}

.all-steps .cta-btns a:nth-child(2) {
  background: #FD5E44;
  color: white;
  border: solid 3px;
}

.all-steps .cta-btns a:hover {
  transform: scale(1.08);
}

.all-steps .flowers-3 {
  position: absolute;
  max-width: 370px;
  right: -221px;
  top: -234px;
}

.all-steps .flowers-4 {
  position: absolute;
  max-width: 370px;
  left: -228px;
  top: -260px;
}

  /*--------------------------------------------------
                      More Assets
   --------------------------------------------------*/

.more-assets {
  display: grid;
  height: fit-content;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-items: center;
  padding: 4rem;
  gap: 3rem;
  background: #49c8bebf;
  margin: 3rem;
  border-radius: 50px;
  position: relative;
}

.more-assets > span :is(h3, p) {
  color: var(--dark-txt-color);
}

.more-assets div {
  width: 100%;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  filter: drop-shadow(2px 4px 8px #153a37a3);
  display: grid;
}

@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;
  color: var(--dark-txt-color);
}

.more-assets h4 {
  padding: 0.8rem 1rem;
  font-weight: 700;
  color: black;
  position: relative;
}

.more-assets div p {
  padding: 0 1rem;
  color: black;
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  margin-top: -0.8rem;
}

.more-assets .tooltip-txt {
  position: absolute;
  background: black;
  left: 9%;
  top: -77%;
  color: white;
  font-size: 13px;
  padding: 0.4rem;
  border-radius: 8px;
  border: solid white 2px;
  filter: drop-shadow(2px 4px 15px black);
  display: none;
}

.more-assets h4:hover > .tooltip-txt {
  display: block;
}

.more-assets svg {
  max-height: 0.8rem;
  max-width: 1rem;
  fill: black;
}

.more-assets .tooltip-txt svg {
  fill: white;
}

.more-assets .deeplink {
  background: #85361e;
  background: #004a4a;
  display: block;
  width: 100%;
  font-size: 0.8rem;
  padding: 0.8rem 1rem;
  font-weight: 300;
  transition: all 0.2s;
}

.more-assets .deeplink:hover {
  padding-left: 3rem !important;
  transition: all 0.2s;
}

/* .more-assets div p {
  padding: 0 1rem;
  color: black;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
} */

.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);
  background: #FD5E44;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  transition: 0.2s all;
  font-weight: 600;
  grid-column: 1 / -1;
  transition: all 0.2s;
  border: solid white 3px;
}

.more-assets > a:hover {
  transform: scale(1.08);
}

.more-assets .flowers-5 {
  position: absolute !important;
  max-width: 400px;
  right: -5%;
  bottom: -16%;
}

  /*--------------------------------------------------
                     Blog Articles
  --------------------------------------------------*/

.blog-articles {
  display: grid;
  height: fit-content;
  padding: 4rem 0 30rem;
  overflow: hidden;
}

.blog-articles h3 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 15px;
  background: #FE9B84;
  color: white;
}

.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%);
  grid-row: 2;
  grid-column: 1;
}

.blog-list article {
  display: flex;
  min-width: 350px;
  width: 67vw;
  max-width: 1050px;
  background: #49c8bebf;
  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;
  color: var(--dark-txt-color);
}

.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 /////////////-*/

  .hero .flowers-2 {
    left: -150px;
    bottom: -135px;
    rotate: -19deg;
  }

  .hero #animation {
    max-width: 860px;
  }

  .btn-cta {
    margin-top: 8vw;
  }

  /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/
  .section-header {
    padding-top: 0;
 }

 .section-header h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: -1rem;
}

  .all-steps {
    padding: 3rem;
    width: 93%;
    margin: 3rem auto;
  }

  .all-steps:last-of-type {
    margin-bottom: 0;
  }

  .all-steps .vids {
    grid-row: 1;
  }

  .all-steps .cta-btns,
  .all-steps.left .cta-btns {
    grid-column: 1 / -1;
  }
  /*---------Blog-Section-------------*/

  .blog-articles {
    padding: 4rem 0 21rem;
  }

  .more-assets .flowers-5 {
    right: -100px;
    bottom: -133px;
  }
}

  /*==================================================
                    Desktop layout
  ==================================================*/
@media (max-width: 1200px) {
  .hero {
    grid-template-rows: auto;
    min-height: unset;
  }

  .hero #animation {
    display: none;
  }

  .main-header {
    visibility: visible;
  }

  .hero > div {
    padding: 2rem 1rem 0;
    margin-top: 0;
    }

  .btn-cta {
    margin-top: 1rem;
  }

}


@media (max-width: 1065px) {

  #main-content {
    background-image: url( '/stat/edms/product-version-images/2023/PDR/event/spring/spring-flowers-bg.svg' );
  }

  .hero {
    grid-template-rows: 39vw;
    min-height: unset;
  }

   /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/

  .all-steps,
  .all-steps.left {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .all-steps .intro {
    max-width: 400px;
    justify-self: center;
  }

  .all-steps .btns,
  .all-steps.left .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.left .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 {
    margin-top: 2.95rem;
    float: left;
    overflow: hidden;
  }

  .hero {
    grid-template-rows: auto;
    margin: 1rem;
    padding: 1.5rem;
  }

  .hero > div {
    padding: 0;
    margin-top: 30vw;
  }

  .main-header span {
    font-size: clamp(30px, 8vw, 47px);
  }

  .hero h1 {
    left: 2rem;
    font-size: clamp(5rem, 9vw, 7rem);
    line-height: 0.8;
    margin: 0;
    margin-top: 0.5rem;
    padding: 0;
  }

  .her0 h1 span {
    font-size: clamp(5rem, 5vw, 5rem);
    margin-left: -2rem;
  }

  .hero h2 {
    font-size: clamp(50px, 18vw, 12rem);
  }

  .hero .flowers-1 {
    max-width: 400px;
    right: -95px;
    top: -131px;
  }

  .hero .flowers-2 {
    max-width: 400px;
    left: -168px;
    bottom: -103px;
  }

  .create,
  .more-assets {
    margin: 1rem;
  }

  .hero,
  .create,
  .all-steps,
  .more-assets {
    border-radius: 20px;
  }

    /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/

  .section-header{
    margin: 0;
    padding: 0;
  }

  .section-header h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    padding: 0 2rem;
  }

  .all-steps .btns,
  .all-steps.left .btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
   }

  .all-steps .in-action {
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 150%, 0 90%, 0 0);
    filter: drop-shadow(2px 15px 0px white);
    border-radius: 0;
    padding: 0.3rem 0.7rem;
    margin-top: 1rem;
    margin-bottom: -1.2rem;
    z-index: 9;
    position: relative;
    background: white;
  }

   .all-steps button:nth-of-type(3) {
     grid-column: 1 / 3;
   }

   .all-steps .cta-btns a {
     font-size: clamp(1rem, 4vw, 1.5rem);
   }

   .more-assets .flowers-5 {
     bottom: -144px;
     right: -8%;
     max-width: 300px;
   }

   .more-assets > a {
     width: 100%;
     text-align: center;
     font-size: clamp(1rem, 4vw, 1.5rem);
   }

   /*--------------------------------------------------
                   Advanced tips
   --------------------------------------------------*/
  .advanced-tips video {
      border-radius: 10px;
      min-width: 100%;
  }

  .blog-articles h3 {
    font-size: clamp(20px, 6vw, 3rem);
    text-align: center;
    padding-inline: 2rem;
  }

}


  /*==================================================
                      iPad layout
  ==================================================*/

@media (max-width: 500px) {

  /* hero h2 {
    margin: 0 auto 15%;
  } */

  .hero .flowers-1 {
    top: -82px;
    rotate: 9deg;
  }

  .hero > div {
    margin-top: 52vw;
  }

    /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/


   .all-steps {
    padding: 2rem 1rem;
    row-gap: 1rem;
    margin: var(--mobile-hori-padding) auto;
   }

  .all-steps .btns,
  .all-steps.left .btns {
    grid-template-columns: 1fr;
    gap: 24px;
   }

   .all-steps button {
     border-radius: 10px;
     padding: 0.6rem 1rem;
   }

   .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);
      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 .flowers-5 {
    bottom: -70px;
    right: -13%;
    max-width: 200px;
  }

  /*--------------------------------------------------
                    Blog list
  --------------------------------------------------*/

  .blog-articles {
    padding: 1rem 0 9rem;
  }

  .blog-list {
    -webkit-mask-image: none;
  }

  .blog-list article {
    grid-template-rows: 50% 50%;
    min-width: 92%;
    max-height: 440px;
  }

  .blog-list img {
    height: 50%;
    min-height: 200px;
  }

  .blog-articles button {
    display: none;
  }

  .blog-articles h3 {
    width: 92%;
  }

  .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);
  }
}
