/*--------------------------------------------------
                     HTML5 Reset
 --------------------------------------------------*/
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;
}

*, *:before, *:after {
    box-sizing: border-box;
}

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, main span, img {
  display: block;
}

picture {
  z-index: 1;
}

/*--------------------------------------------------
                        Fonts
 --------------------------------------------------*/


h1, h2, main h3, h4, h5, main span, main ul {
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 600;
}

h2, main h3, main p {
  color: white;
  line-height: 1.2;
}

main h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-weight: 600;
}

main p, main ul {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 2rem;
  font-family: system-ui;
  font-weight: 400;
  line-height: 1.4;
}

main a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white
}

#main-content span {
  color: white;
}


/*--------------------------------------------------
                  Mobile first layout
 --------------------------------------------------*/

#main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

h2 span {
  background: linear-gradient(to right,#FF0000,#FF00B8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 0px black)
          drop-shadow(0px 2px 0px #00000081);
  font-weight: 700;
  display: inline-block;
}

h2, main 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);
}

.JPN p.info {
  font-size: 0.6rem;
  max-width: 197px;
  text-align: center;
  margin: 6px auto;
}

/*--------------------------------------------------
                    Main Hero
 --------------------------------------------------*/

.hero {
	display: grid;
    background-color: black;
    grid-template-columns: 1fr;
    grid-template-rows: calc(100vh - 110px);
    color: white;
    text-align: center;
    width: 100%;
    height: auto;
}

.hero > div {
    padding: 1rem;
    width: fit-content;
    height: fit-content;
    align-self: center;
    justify-self: center;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
}

.hero .product {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.hero .promo_ribbon {
    display: none;
  }

.product img {
  width: 10%;
  margin-right: 2%;
  min-width: 45px;
}

.hero h1 {
  font-size: clamp(1.8rem, 6vw, 3.4rem);
  line-height: 1;
  margin-top: 1rem;
	font-weight: 700;
}

.hero video {
    width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 1;
    object-fit: cover;
    opacity: 0.43;
}

.btn-cta {
   display: flex;
/* gap: 25px; */
   width: 100%;
   justify-content: center;
   margin-top: 1.2rem;
   flex-wrap: wrap;
}

.btn-cta a {
   border-radius: 5px;
   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;
   text-transform: uppercase;
   padding: 10px;
}

.btn-cta a:hover {
  transform: scale(1.08);
  font-size: 1.1rem;
}

.btn-cta span {
  font-size: clamp(0.6rem, 0.6vw, 1rem);
  padding-top: 6px;
}

.btn-cta :nth-child(1) {
  border: 1px solid white;
}

.btn-cta :nth-child(2) {
  background: #974cf5;
}

a.pricing {
  color: #974cf5;
  text-decoration: underline;
  transition: 0.2s all;
  padding: 3px 6px;
  display: inline-flex;
  margin-top: 8px;
}

a.pricing:hover {
  color: white;
  text-decoration: none;
}

/*-------------------------------------------------
                     WebCommerce ad
 -------------------------------------------------*/

#long-banner {
  display: none;
}

/*--------------------------------------------------
              Visual Effects section
 --------------------------------------------------*/

.illuminate-fx {
  display: grid;
  grid-template-columns: 1fr;
  background: black;
  text-align: center;
}
.illuminate-fx2 {
  background: #fff;
}
.illuminate-fx2 h3, .illuminate-fx2 p  {
  color: #000;
}

.illuminate-fx > div:nth-of-type(1) {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  background-color: #551b00;
  background-image: url("https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/illuminate-your-footage-06k.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.illuminate-fx h2{
  padding: 0 10%;
}

.illuminate-fx a {
  height: 250px;
}

.illuminate-fx > div:nth-of-type(2) {
  padding: 3rem 10%;
  height: fit-content;
}

.illuminate-fx .effects,
.stylize-fx .effects {
  margin: 2rem auto 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.effects span {
  width: calc(100%/4);
  font-size: clamp(0.8rem, 2vw, 1.1rem);
  margin: 3%;
  max-width: 90px;
}


/* ------------------------------------------------------
                 AI Speech Enhancement
------------------------------------------------------ */

.DEU h3.ai-speech-title {
  line-break: anywhere;
}

/*--------------------------------------------------
                 Stylize Visuals section
 --------------------------------------------------*/

.stylize-fx {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  padding: 3rem 10%;
  background-color: #6d98b1;
  background-image: url("https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/stylize-every-scene-04k.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.stylize-fx > div:nth-of-type(1) {
  width: fit-content;
}

.stylize-fx .effects {
   width: 80%;
   margin: 1rem auto;
   row-gap: 0;
}

.stylize-fx h3,
.stylize-fx p,
.stylize-fx span {
  color: black;
}

.stylize-fx a {
  padding: 12rem 0;
}


/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

.every-scene {
  display: grid;
  grid-template-columns: 100%;
  background: black;
  text-align: center;
  padding: 3rem 0 0;
}

.every-scene h2 {
  margin-bottom: 2rem;
  padding: 0 10%;
}

.ba-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
}

.every-scene .text {
  padding: 3rem 10%;
}

.before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
/*   z-index:2; */
}

.resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width: 2px;
  background: #ffffff6e;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.resizer:after {
  background: linear-gradient(62deg,#c93072 5%,#3365c0);
  background: black;
  font-family: "Font Awesome 5 Free";
  content: '\f337';
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  margin: 0 0 0 -19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff6e;
}


/*--------------------------------------------------
                Consistent Look section
 --------------------------------------------------*/

@keyframes fade-transition {
     0% {opacity: 0;
         z-index: 5;}
   0.2% {opacity: 0;}
   2.5% {opacity: 1;}
    20% {opacity: 1;
        z-index: 4;}
   25% {opacity: 0;}
   40% {opacity: 0;
       z-index: 3;}
   60% {opacity: 0;
       z-index: 2;}
   80% {opacity: 0;
       z-index: 1;}
  100% {opacity: 0;
       z-index: 0;}
}

.consistent-look {
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 3rem;
}

.consistent-look img {
  width: 100%;
}

.consistent-look .text {
  padding: 3rem 10% 0;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  z-index: 7;
  max-width: 400px;
  height: fit-content;
}

.consistent-look .main-img {
  display: grid;

  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 270%;
  overflow: hidden;
/* height: 90%; */
}

.main-img picture {
   grid-row: 1;
   grid-column: 1;
/*    animation-timing-function: ease-in; */
   animation-iteration-count: infinite;
   animation-duration: 12s;
   opacity: 1;
/*    transition: 0.2s all, */
}

.main-img picture:nth-of-type(1) {
    animation-name: fade-transition;
    animation-delay: 9.6s; }

.main-img picture:nth-of-type(2) {
    animation-name: fade-transition;
    animation-delay: 7.2s; }

.main-img picture:nth-of-type(3) {
    animation-name: fade-transition;
    animation-delay: 4.8s; }

.main-img picture:nth-of-type(4) {
    animation-name: fade-transition;
    animation-delay: 2.4s; }

.consistent-look .main-img img {
   position: relative;
   left: -54%;
   bottom: 10%;
 }

.consistent-look nav {
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 6%;
  row-gap: 1.1rem;
  width: 83%;
  margin: -27% auto 0;
  z-index: 8;
}

.consistent-look nav img {
  border-radius: 6px;
}

.consistent-look h2 {
  font-size: clamp(1.5rem, 2vw, 2.3rem);
  line-height: 1.3;
}


/*--------------------------------------------------
                stock-assets section
 --------------------------------------------------*/

.stock-assets {
  padding: 3rem 0 0;
  background-color: #c30000;
}

.stock-assets h2 {
  font-size: clamp(1.5rem, 2vw, 2.3rem);
}

.stock-assets .text {
    padding: 0 10% 3rem;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    z-index: 1;
}

.stock-assets img {
    width: 100%;
}

/*--------------------------------------------------
              Match Anything Section
 --------------------------------------------------*/

.match-anything {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
}

.match-anything nav {
  order: 3;
  width: 90%;
  margin: -1rem auto 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.match-anything nav picture {
  width: calc(100%/3.4);
}

.match-anything nav img {
   border-radius: 5px;
}

.match-anything .text {
   padding: 0 10% 3rem;
}

.match-anything h3,
.match-anything p {
   color: black;
}

.match-anything img {
   width: 100%;
}


/*--------------------------------------------------
              Closer to Perfection section
 --------------------------------------------------*/

.closer-to-perfection {
  background-color: black;
  padding: 3rem 0 1.5rem;
}

.closer-to-perfection h2 {
  text-align: center;
  padding: 0 10% 3rem;
}

.closer-to-perfection img {
  width: 100%;
}

.closer-to-perfection .text {
  padding: 3rem 10% 0;
}

.closer-to-perfection ul {
  color: white;
  list-style-type: unset;
  margin-top: 1.5rem;
  padding-left: 6%;
}


/*--------------------------------------------------
              Achieve Dynamic Grades section
 --------------------------------------------------*/

.dynamic-grades {
  background-color: black;
  padding: 0 0 3rem;
}

.dynamic-grades img {
  width: 100%;
}

.dynamic-grades .text {
  padding: 1.5rem 10% 0;
}


/*--------------------------------------------------
            Useful Features section
 --------------------------------------------------*/

.useful-features {
  background-color: black;
}

.useful-features img {
  width: 100%;
}

.motion-tracking,
.green-screen {
  padding: 3rem 10%;
}


/*==================================================
                    iPad layout
==================================================*/

@media (min-width: 600px) {

  .hero .promo_ribbon {
    display: block;
    grid-column: 1;
    grid-row: 1;
    height: fit-content;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #ff0057;
    align-self: start;
    justify-self: center;
  }

/*--------------------------------------------------
              Visual Effects section
 --------------------------------------------------*/

  .illuminate-fx > div:nth-of-type(1) {
    background-image: url(https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/illuminate-your-footage-08k.jpg);

  }

  .effects span {
    width: calc(100%/8);
    margin: 2%;
  }

/*--------------------------------------------------
                 Stylize section
 --------------------------------------------------*/

  .stylize-fx {
    background-image: url(https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/stylize-every-scene-08k.jpg);
    background-position-y: center;
}

  .stylize-fx .effects {
    width: 100%;
}

/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

.every-scene {
  grid-template-columns: 1fr 1fr;
  padding: 3rem 3%;
}

.every-scene h2 {
  grid-column: 1 / 3;
  grid-row: 1;
}

 .ba-slider,
 #before-after-slider {
   width: auto;
   margin: 0 10px;
  }

.ba-slider img {
  border-radius: 15px 15px 0 0;
 }

.every-scene .text {
  grid-row: 3;
  background-color: #1c1c1c;
  height: 100%;
  margin: 0 10px;
  border-radius: 0 0 15px 15px;
  padding: 2rem 9%;
}


/*--------------------------------------------------
                Consistent Look section
 --------------------------------------------------*/

 @keyframes scale-up {
     0% {transform: scale(1);
         filter: drop-shadow(0px 0px 0px #00000069);}
   2.5% {transform: scale(1.2);
         filter: drop-shadow(2px 4px 6px #00000069);}
   20% {transform: scale(1.2);
         filter: drop-shadow(2px 4px 6px #00000069);}
   22.5% {transform: scale(1);
         filter: drop-shadow(0px 0px 0px #00000069);}
   25% {transform: scale(1);
        filter: drop-shadow(0px 0px 0px #00000069);}
  100% {transform: scale(1);
        filter: drop-shadow(0px 0px 0px #00000069);}
}

#main-content {
  overflow: initial;
}

.consistent-look {
  margin-bottom: 6rem;
  grid-template-rows: auto 28px auto;
}

.consistent-look .text {
  margin: 6% 0 8vw 5%;
  max-width: 315px;
  position: sticky;
  top: 60px;
  background-color: #0000008a;
  padding: 2rem;
  border-radius: 14px;
  backdrop-filter: blur(10px);
}

.consistent-look .main-img {
  width: 100%;
  height: 100%;
  grid-row: 1 / 3;
}

.consistent-look .main-img img {
   position: relative;
   left: initial;
   bottom: initial;
   max-height: 625px;
   object-fit: cover;
   object-position: 0 100%;
 }

.consistent-look nav {
   grid-template-columns: repeat(4, 1fr);
   margin: 0 auto;
   column-gap: 4%;
   grid-row: 2 / 4;
   grid-column: 1;
   width: 90%;
}

#gallery picture {
  animation-iteration-count: infinite;
  animation-name: scale-up;
  animation-duration: 12s;
}

#gallery picture:nth-of-type(4) {
    animation-delay: 9.6s; }

#gallery picture:nth-of-type(3) {
    animation-delay: 7.2s; }

#gallery picture:nth-of-type(2) {
    animation-delay: 4.8s; }

#gallery picture:nth-of-type(1) {
    animation-delay: 2.4s; }

.consistent-look nav img {
   border-radius: 8px;
}


 /*--------------------------------------------------
                Stock Assets section
 --------------------------------------------------*/

.stock-assets {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.stock-assets .text {
  padding: 0 10% 10%;
  grid-row: 1;
  grid-column: 1 / 2;
  z-index: 2;
  background-color: #c30000;
}

.stock-assets picture {
  grid-column: 1 / 3;
  grid-row: 1;
}

.stock-assets img {
  width: 91%;
  float: right;
}


 /*--------------------------------------------------
               Match Anything section
 --------------------------------------------------*/

.match-anything {
   display: grid;
   grid-template-columns: 1fr 1fr;
   padding: 0;
}

.match-anything .text {
  align-self: end;
  padding: 0 10% 1.5rem;
}

.match-anything nav {
  height: fit-content;
  width: 82%;
  margin: 0rem auto;
 }

.match-anything picture {
  grid-row: 1 / 3;
  grid-column: 2;
}

.match-anything picture img {
   max-height: 750px;
   object-fit: cover;
   object-position: top;
}


/*--------------------------------------------------
             Closer to Perfection section
 --------------------------------------------------*/

 .closer-to-perfection,
  .dynamic-grades,
  .useful-features {
   display: grid;
   grid-template-columns: 1fr 1fr;
}

.closer-to-perfection h2 {
   grid-column: 1 / 3;
   padding: 0 10% 2rem;
   text-align: center;
}

.closer-to-perfection .text {
    padding: 0 10%;
    align-self: center;
    justify-self: center;
}

 .dynamic-grades picture {
   grid-column: 2;
   grid-row: 1;
}

 .dynamic-grades .text {
   grid-column: 1;
   padding: 0 10%;
   align-self: center;
   justify-self: center;
}

/*--------------------------------------------------
              Useful Features section
 --------------------------------------------------*/

  .motion-tracking {
    grid-row: 2;
  }

  .useful-features picture:first-of-type img {
    height: 100%;
    object-fit: cover;
  }

}


/*==================================================
                  Desktop layout
==================================================*/

@media (min-width: 1065px) {

  /*-///////////  Basic layout /////////////-*/

  .hero .promo_ribbon {
    width: fit-content;
    border-bottom-right-radius: 6px;
    justify-self: start;
  }

  /*--------------------------------------------------
              Visual Effects section
 --------------------------------------------------*/

.illuminate-fx {
   grid-template-columns: 1fr 1fr;
   min-height: 750px;
}

.illuminate-fx > div:nth-of-type(1) {
  background-image: url("https://www.cyberlink.com/stat/edms/product-version-images/2023/PHD/bokeh-lady2.jpg");
  grid-column: 1;
  grid-row: 1;
}
.illuminate-fx2 > div:nth-of-type(1) {
  background-image: none;
  grid-column: 2;
}


.illuminate-fx h2 {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 25%;
}

.illuminate-fx h3,
.illuminate-fx p {
  text-align: left;
}

.illuminate-fx a {
   height: 5.6em;
   width: 5.6em;
   position: relative;
   top: 43%;
   left: 43%;
   transition: 0.2s all;
}

.illuminate-fx > div:nth-of-type(2) {
  padding: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  place-self: center;
  width: 63%;
  max-width: 315px;
}
.illuminate-fx2 > div:nth-of-type(2) {
  grid-column: 1;
}

.illuminate-fx .effects,
.stylize-fx .effects {
  flex-flow: wrap;
  justify-content: space-between;
  row-gap: 1rem;
}

.effects span {
  width: 100%;
  margin: 0;
  max-width: 94px;
}


/*--------------------------------------------------
                 Stylize Visuals section
 --------------------------------------------------*/

.stylize-fx {
  grid-template-columns: 1fr 1fr;
  min-height: 750px;
  padding: 0;
  background-image: url(https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/stylize-every-scene-1.3k.jpg);
}

.stylize-fx > div:nth-of-type(1) {
  margin-top: 12%;
  align-self: start;
  justify-self: center;
  padding: 0;
  grid-column: 1;
  grid-row: 1;
  width: 63%;
  max-width: 315px;
}

.stylize-fx .effects {
  flex-wrap: nowrap;
  width: 186%;
  max-width: 550px;
}

.stylize-fx h3,
.stylize-fx p {
  text-align: left;
}

.stylize-fx a {
  height: 5.6em;
  width: 5.6em;
  top: 43%;
  left: 43%;
  padding: 0;
  transition: 0.2s all;
}


/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

.every-scene {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  padding: 0;
  row-gap: 4.6%;
  max-height: 750px;
}

.every-scene h2 {
  z-index: 6;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  padding: 0;
  margin: 4.4% 0 0 8%;
  height: fit-content;
  filter: drop-shadow(2px 1px 0px #00000010)
          drop-shadow(0px 2px 3px #00000081)
          drop-shadow(0px -1px 0px #00000040);
  max-width: 800px;
  line-height: 1;
  text-align: left;
}

.every-scene h2 span {
  filter: none;
}

 .ba-slider {
   margin: 0;
   grid-column: 1;
   grid-row: 1 / 3;
  }

 .ba-slider.hide {
    opacity: 0;
  }

.ba-slider img {
  border-radius: 0;
 }

.every-scene .text {
  grid-column: 1;
  grid-row: 1;
  background-color: #000000b5;
  height: fit-content;
  margin: 0;
  border-radius: 0;
  padding: 2rem;
  width: fit-content;
  max-width: 300px;
  text-align: left;
  z-index: 6;
  cursor: pointer;
}

.every-scene > :nth-child(2) {
  z-index: 1;
}

.every-scene > :nth-child(3) {
  align-self: end;
}

.every-scene > :nth-child(5) {
  grid-row: 2 / 3;
}

.every-scene .text.active {
/*   border-radius: 0 10px 10px 0; */
  max-width: 314px;
  border-right: solid;
  border-image-slice: 1;
  border-width: 14px;
  border-image-source: linear-gradient(to bottom,#FF0000,#FF00B8);
 }


  /*--------------------------------------------------
                Consistent Look section
 --------------------------------------------------*/


.consistent-look .text {
  margin: 4% 0 150px 8%;
  max-width: 420px;
}

.consistent-look .main-img img {
   position: relative;
   left: initial;
   bottom: initial;
   max-height: 625px;
   object-fit: cover;
   object-position: 0 100%;
 }

.consistent-look nav {
  margin: 0 0 0 8%;
  max-width: 950px;
}

.consistent-look nav img {
  max-width: 200px;
}


 /*--------------------------------------------------
                Stock Assets section
 --------------------------------------------------*/

.stock-assets {
  padding: 0;
}

.stock-assets .text {
  padding: 0 10% 10%;
  grid-row: 2;
}

.stock-assets picture {
  grid-row: 1 / 3;
}

.stock-assets img {
  width: 73%;
  max-width: 1150px;
}

}


  /*==================================================
                  larger Desktop layout
  ==================================================*/

  /*--------------------------------------------------
            PowerPlayer / Mobile UI section
  --------------------------------------------------*/

  @media (min-width: 1285px) {

    /*--------------------------------------------------
              Visual Effects section
 --------------------------------------------------*/

.illuminate-fx,
.stylize-fx {
    grid-template-columns: 55% 45%;
}

  .illuminate-fx2{
	grid-template-columns: 45% 55%;
  }

.illuminate-fx {
    min-height: 750px;
}

.illuminate-fx > div:nth-of-type(1) {
  background-image: url("https://www.cyberlink.com/stat/edms/product-version-images/2023/PHD/bokeh-lady2.jpg");

  padding-top: 8%;
}

.illuminate-fx a {
   left: 25%;
}

.illuminate-fx > div:nth-of-type(2) {
  width: 75%;
  max-width: 350px;
}


/*--------------------------------------------------
                 Stylize Visuals section
 --------------------------------------------------*/

.stylize-fx {
  background-image: url(https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/stylize-every-scene-1.9k.jpg);
  height: 50vw;
  max-height: 900px;
  background-position-y: 65%;
}

.stylize-fx > div:nth-of-type(1) {
  margin-top: 10%;
  width: 75%;
  max-width: 350px;
}

/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

.every-scene {
  height: 50vw;
  max-height: 900px;
}


/* .match-anything .text {
  max-width: 380px;
  padding: 0 0 3rem;
  justify-self: center;
} */


  /*--------------------------------------------------
                Consistent Look section
 --------------------------------------------------*/

.consistent-look .text {
  margin: 4% 0 150px 8%;
  max-width: 450px;
}

.consistent-look .main-img img {
   max-height: 720px;
 }

/*--------------------------------------------------
             Closer to Perfection section
 --------------------------------------------------*/


.closer-to-perfection .text,
 .dynamic-grades .text {
    max-width: 420px;
    padding: 0;
}

/*--------------------------------------------------
              Useful Features section
 --------------------------------------------------*/

  .useful-features > div {
    padding: 5rem 0;
    justify-self: center;
  }

}
