/*--------------------------------------------------
                     HTML5 Reset
 --------------------------------------------------*/
 html {
    scroll-behavior: smooth;
    /*   overflow-x: hidden; */
}

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;
}

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;
}

/*--------------------------------------------------
                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
   --------------------------------------------------*/
main h1, main h2, main h3, main h4, main h5, main span, main ul {
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: clamp(2rem, 5vw, 2.6rem);
    font-weight: 600;
}

@media (min-width: 770px) {
    h2 {
        font-size: 30px;
        font-weight: 600;
    }
}

@media (min-width: 821px) {
    h2 {
        font-size: clamp(1.6rem, 5vw, 2.6rem);
        font-weight: 600;
    }
}

h2, h3, main p {
    line-height: 1.3;
}

h2, main h3 {
    color: black;
    margin-bottom: 1rem;
}

main h3 {
    margin: 1rem auto;
    font-size: clamp(1.8rem, 2vw, 1.7rem);
    color: #000;
    font-weight: 600;
}

main p, main ul {
    text-align: left;
    font-size: clamp(1rem, 2vw, 1.1rem);
    /* font-family: system-ui; */
    /* font-weight: 500; */
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #000;
}

main a, main button {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.8rem, 2vw, 1rem);
    color: black;
}

.description p, .green-screen-fx p, .your-way p {
    color: white;
}

span.sns-txt {
    z-index: 1;
    position: relative;
    font-family: 'Prata', serif;
    font-weight: 500;
    color: #008ea3;
    /* padding-right: 20px; */
}

#main-content .testim span {
    color: black;
}

/*--------------------------------------------------
                 product
   --------------------------------------------------*/
.product-column {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

@media (min-width: 821px) {
    .product-column {
        width: 55%;
        float: left;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
        padding-right: 20px;
    }
}

.hero .product img {
    width: 10%;
    margin-right: 2%;
    min-width: 45px;
    max-width: 60px;
}

.hero .product {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0.95;
    width: 63vw;
    align-self: center;
}

.product-info {
    align-self: center;
    justify-self: center;
    padding: 1rem;
    max-width: fit-content;
    margin: auto;
    flex-direction: column;
    display: flex;
    padding: 0 15%;
}

@media (min-width: 821px) {
    .product-info {
        flex-direction: row;
    }
}

section.hero {
    height: auto;
    padding: 0;
    overflow: hidden;
    margin-top: 0;
    background: linear-gradient(0deg, rgb(243 243 243) 0%, #f4f4f4 50%);
    padding: 50px 0;
}

.toptop_banner {
    display: none;
}

.icon-next a, .icon-pre a {
    font-size: 36px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #000;
    border-radius: 50px;
    position: absolute;
    /* z-index: 9999; */
    cursor: pointer;
    transition: .2s;
    margin-top: 30px;
}

.icon-next a:hover,.icon-pre a:hover {
    background: #000;
    color: #fff;
}

.icon-next a {
    right: 0;
}

.icon-pre a {
    left: 0;
}

.icon-pre img,.icon-next img {
    height: 80px;
    width: 20px;
}

.slider-block {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    /* background: #fff; */
    /* padding: 40px 0; */
    border-radius: 20px;
}

.slider-box {
    margin: 20px 0;
    max-width: 2078px;
    position: relative;
}

@media (min-width: 770px) {
    .slider-box {
        margin: 20px;
    }
}

.btn-cta {
    display: flex;
    /* gap: 25px; */
    /* width: 100%; */
    /* justify-content: center; */
    margin-top: 0.6rem;
    flex-wrap: wrap;
    margin: 20px auto 0 auto;
    position: relative;
    z-index: 1;
}

@media (min-width: 821px) {
    .btn-cta {
        display: flex;
        /* gap: 25px; */
        width: 100%;
        justify-content: flex-start;
        margin-top: 0.6rem;
        flex-wrap: wrap;
    }
}

.btn-cta a {
    border-radius: 7px;
    font-size: 1rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    min-width: 190px;
    transition: 0.2s all;
    margin: 12px auto;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #000;
    width: 60%;
}

@media (min-width: 770px) {
    .btn-cta a {
        width: auto;
        margin: 12px;
    }
}

.btn-cta a:hover {
    transform: scale(1.1);
}

.btn-cta span {
    font-size: clamp(0.6rem, 0.6vw, 1rem);
    padding-top: 6px;
}

a.trial-btn {
    border: 2px solid black;
    text-align: center;
    /* background: #fbfbfb; */
    width: 250px;
}

a.buy-now-btn {
    color: #fff;
    background: #000000;
    transition: 0.2s all;
    min-width: 250px !important;
    padding: 10px 10px;
}

@media (min-width: 770px) {
    a.trial-btn {
        width:auto;
    }

    a.buy-now-btn {
        width: auto;
    }
}

a.buy-now-btn span {
    color: #fff !important;
}

a.buy-now-btn:hover {
    color: #fff;
    transform: scale(1.1);
}

a.pricing {
    color: #000000;
    text-decoration: underline;
    transition: 0.2s all;
    outline: 0;
    /* width: auto; */
    /* text-align: center; */
    margin-left: 20px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

@media (min-width: 770px) {
    a.pricing {
        color: #000000;
        text-decoration: underline;
        transition: 0.2s all;
        outline: 0;
        width: auto;
        /* text-align: center; */
        margin-left: 20px;
    }
}

a.pricing:hover {
    color: white;
    text-decoration: none;
    filter: drop-shadow(1px 1px 7px #0000008f);
}

#top-video {
    display: none;
    height: 100%;
}

.p-name img {
    width: 35px;
    margin-right: 10px;
}

.p-name {
    font-size: 23px;
    display: inline-flex;
    align-items: center;
    line-height: 0.95;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    width: -webkit-fill-available;
    margin-bottom: 20px;
}

.hero h1,.hero p {
    font-size: 32px;
    line-height: 1.2!important;
    font-weight: 600;
    margin: 0;
    text-align: left;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 415px) {
    .hero h1,.hero p {
        font-size: 40px;
        line-height: 1.4!important;
    }
}

@media (min-width: 770px) {
    .hero h1,.hero p {
        font-size: 38px;
        line-height: 1.4!important;
    }
}

@media (min-width: 821px) {
    .hero h1,.hero p {
        font-size: 52px;
        line-height: 1.4!important;
    }
}

.hero h1 {
    color: #000000;
}

.hero video {
    /* width: 100%; */
    /* border: 20px solid #fafafa; */
    /* border-radius: 50px; */
    /* box-shadow: 0px 0px 50px 0 #e1e1e169; */
    /* padding: 20px 0; */
    /* background: #f4f4f4; */
    /* background-image: url(https://dl-asset.cyberlink.com/web/stat/edms/product-version-images/2023/Promeo/topimg_new2.jpg); */
    margin-top: 40px;
    height: auto;
}

@media (min-width: 821px) {
    .hero video {
        /* width: 80%; */
        margin: 40px 10% 0px 10%;
    }
}

@media (min-width: 821px) {
    .hero video {
        width: 100%;
        margin: .0;
    }
}

@media (min-width: 1401px) {
    .hero video {
        /* height: 377px; */
        position: absolute;
        width: 50%;
        /* margin-top: 50px; */
        /* right: 0; */
        /* bottom: 0; */
    }
}

.hero h3 {
    text-align: center;
    max-width: 1200px;
    margin: 3rem auto;
    background: hsl(188deg 56% 85%);
    font-size: large;
    padding: 30px;
    border-radius: 20px;
    width: 80%;
    font-weight: 100;
    color: #000 !important;
    font-family: 'Prata', serif;
    font-size: clamp(1.6rem, 5vw, 2.1rem);
    line-height: normal;
    position: relative;
}

.hero .txt-block {
    text-align: left;
}

@media (min-width: 821px) {
    .hero h3 {
        border-radius: 100px;
        padding: 40px 100px;
    }
}

.wrapper {
    max-width: 1400px;
    margin: 50px auto;
    width: 100%;
    padding: 0px 0;
    /* width: 100%; */
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}

@media (min-width: 769px) {
    .wrapper {
        max-width: 1400px;
        margin: 80px auto;
        width: 100%;
        /* padding: 40px 0; */
        /* width: 100%; */
        box-sizing: border-box;
        text-align: center;
        z-index: 1;
    }
}

.text-block {
    width: 100%;
    padding: 40px 0px;
    text-align: left;
    position: relative;
}

@media (min-width: 768px) {
    .text-block {
        /* width: 80%; */ padding: 0px;
    }
}

@media (min-width: 821px) {
    .text-block {
        /* width: 80%; */ padding: 40px;
    }
}

@media(min-width: 1401px) {
    .text-block {
        width: 50%;
        padding-right: 10rem;
    }
}

.text-block .btn-block {
    justify-content: flex-start;
}

.text-block .btn-block a {
    margin-left: 0px;
}

.img-block {
    width: 100%;
    padding: 0;
    position: relative;
}

@media (min-width: 769px) {
    .img-block {
        width: 50%;
        padding: 0 2rem;
    }
}

@media (min-width: 1401px) {
    .img-block {
        width: 50%;
        padding: 0 8rem;
    }
}

.flex-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

@media (min-width: 769px) {
    .flex-block {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }
}

video {
    width: 100%;
    border-radius: 20px;
}

.ff-list ul {
    width: 100%;
    display: block;
    /* align-content: flex-end; */
    /* flex-direction: row; */
}

@media (min-width: 769px) {
    .ff-list ul {
        width: 100%;
        display: flex;
        align-content: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width: 961px) {
    .ff-list ul {
        width: 100%;
        display: flex;
        align-content: flex-end;
        flex-direction: row;
    }
}

.ff-list li {
    width: 46%;
    margin: 20px 2% 0px 2%;
    display: flex;
    padding: 0 0px;
    flex-direction: column;
    /* background: #ffffff; */
    border-radius: 30px;
    /* border: 2px solid #000; */
    height: auto;
    float: left;
}

@media (min-width: 769px) {
    .ff-list li {
        width: 46%;
        /* padding: 0 20px; */
    }
}

@media (min-width: 961px) {
    .ff-list li {
        width: 21%;
        /* padding: 0 20px; */
    }
}

.text-block .list li {
    display: flex;
    align-items: center;
}

section.template-slider .wrapper {
    max-width: 100%;
    padding: 0;
}

section.template-slider .text-block {
    width: 100%;
    text-align: center;
    padding: 0 50px;
}

section {
    display: block;
    padding: 0 30px;
    position: relative;
    margin-top: 0px;
}
@media (min-width: 770px) {
 section {
    display: block;
    padding: 0 30px;
    position: relative;
    margin-top: 80px;
  float:inherit;
}   
}


section.template-slider .wrapper {
    max-width: 100%;
    margin: 0 0 0px 0;
}

.ff-list video {
    border-radius: 20px;
}

section.hero .wrapper {
    margin: 50px auto;
}

.item.txt-block {
    overflow: hidden;
}

.slider-video .item {
    padding: 20px;
}

section.hero .wrapper {
    margin: 50px auto;
    padding: 0px 30px;
}

@media (min-width: 770px) {
    section.hero .wrapper {
        margin: 100px auto;
        padding: 40px 0;
    }
}

.item.txt-block {
    overflow: hidden;
}

.slider-video .item {
    padding: 0px;
}

@media (min-width: 770px) {
    .slider-video .item {
        padding: 20px 5px;
    }
}

.slider-panel .panel-txt {
    background: black;
    color: #fff !important;
    font-size: 21px;
    line-height: normal;
    text-transform: capitalize;
    width: 200px;
    opacity: 1 !important;
}

.three-column ul li {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 770px) {
    .three-column ul li {
        width: 29%;
        float: left;
        margin: 0 2%;
        display: block;
        float: left;
        /*margin-top: 30px;*/
        box-sizing: border-box;
    }
}

section.template-slider p {
    text-align: center;
}

.three-column.blog-column {
    width: 100%;
}

section.blog .wrapper {
    margin: 0 auto;
    padding: 0 0 40px 0;
}

section.blog .one-column p {
    text-align: center !important;
}

a font {
    transition: 0.2s all;
}

.blog a:hover font {
    margin-left: 40px;
    transition: 0.2s all;
}

.item p {
    text-align: left;
}

/* -----------text-slider----------- */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cf:after, .p-slider:after {
    content: "";
    display: table;
    clear: both;
}

.p-slider {
    /* width: 80%; */
    margin: 0 auto;
}

@media (min-width: 770px) {
    .p-slider[data-lang="CHT"], .p-slider[data-lang="CHS"] {
        display: inline-block;
        margin-top: -24px;
    }

    .p-slider[data-lang="CHT"] .window, .p-slider[data-lang="CHS"] .window {
        top: 19px;
        left: 0px;
    }
}

@media (min-width: 821px) {
    .p-slider[data-lang="CHT"], .p-slider[data-lang="CHS"] {
        display: inline-block;
        margin-top: -24px;
    }

    .p-slider[data-lang="CHT"] .window, .p-slider[data-lang="CHS"] .window {
        top: 15px;
        left: 0px;
    }
}

.factlist {
    font-size: 32px;
    line-height: 70px;
    font-family: 'Prata', serif;
}

.p-slider[data-lang="ESP"] .factlist li.fact-0 {
    font-size: 26px;
}

.p-slider[data-lang="CHT"] .factlist, .p-slider[data-lang="CHS"] .factlist, .p-slider[data-lang="JPN"] .factlist, .p-slider[data-lang="KOR"] .factlist {
    font-weight: 800;
}

@media (min-width: 415px) {
    .factlist {
        font-size: 40px;
        line-height: 70px;
        font-family: 'Prata', serif;
    }

    .p-slider[data-lang="ESP"] .factlist li.fact-0 {
        font-size: 38px;
    }
}

@media (min-width: 770px) {
    .factlist {
        font-size: 38px;
        line-height: 70px;
        font-family: 'Prata', serif;
    }

    .p-slider[data-lang="ESP"] .factlist li.fact-0 {
        font-size: 34px;
    }
}

@media (min-width: 821px) {
    .factlist {
        font-size: 52px;
        line-height: 70px;
        font-family: 'Prata', serif;
    }

    .p-slider[data-lang="ESP"] .factlist li.fact-0 {
        font-size: 52px;
    }
}

.window {
    position: relative;
    overflow: hidden;
    height: 50px;
    float: left;
    margin: 0;
    width: 100%;
    /* display: flex; */
    align-items: center;
}

@media (min-width: 770px) {
    .window {
        height: 70px;
    }
}

@media (min-width: 821px) {

    .window {
        height: 70px;
    }
}

.factlist {
    color: #000 !important;
    margin: 0;
    padding: 0;
    -moz-transform-origin: -95px 0;
    -ms-transform-origin: -95px 0;
    -webkit-transform-origin: -95px 0;
    transform-origin: -95px 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.factlist li {
    height: 0;
    position: absolute;
    list-style: none;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-origin: -95px 50%;
    -ms-transform-origin: -95px 50%;
    -webkit-transform-origin: -95px 50%;
    transform-origin: -95px 50%;
}

span.template-numbers {
    font-family: 'Prata', serif;
    font-weight: 400;
    /* font-style: italic; */
    padding: 0 10px;
    /* font-size: 56px; */
}

li.fact-0 {
    color: #008ea3;
}

li.fact-1 {
    color: #a46b4d;
}

li.fact-2 {
    color: #b63697;
}

li.fact-3 {
    color: #1076b9;
}

li.fact-4 {
    color: #97183a;
}

li.fact-5 {
    color: #008ea3;
}

li.fact-6 {
    color: #a46b4d;
}

.text-block .list .no {
    width: 30px;
    height: 30px;
    background: #000;
    color: #ffffff;
    /* border: 1px solid; */
    font-size: 18px;
    font-weight: 400;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    /* font-family: 'Prata', serif; */
}

.text-block .list li >p {
    margin: 10px 0px;
    display: block;
    /* background-image: url(../images/icon_check.svg); */
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 20px;
    background-position-y: 4px;
    padding-bottom: 0px;
    width: calc(100% - 30px);
    font-size: 20px;
}

section.simple3 .wrapper {
    background: hsl(188deg 56% 85%);
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
}

@media (min-width: 821px) {
    section.simple3 .wrapper {
        padding: 120px 0;
    }
}

.simple3 h2 {
    font-family: 'Prata', serif;
    font-weight: 40;
}

section.stock {
    background: #fff5e1;
    position: relative;
    padding-top: 50px;
    margin-top: 0px;
}

section.stock .wrapper {
    margin: 0 auto;
    padding: 0 0 100px 0;
    z-index: 1;
    position: relative;
}

section.different:before {
    content: "";
    /* background: #fff5e1; */
    width: 100%;
    height: 450px;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.ff-list {
    position: relative;
    /* z-index: 2; */
    /* padding: 0 30px; */
    z-index: 2;
    display: block;
}

section.different {
    position: relative;
    padding: 0;
    margin-top: 100px;
    margin-bottom: 40px;
}

section.different .wrapper {
    margin: 0 auto;
    /* max-width: 1400px; */
}

section.review .wrapper {
    background: #c3e8ee;
    padding: 40px 10px;
    border-radius: 20px;
}

@media (min-width: 770px) {
    section.review .wrapper {
        border-radius: 200px;
        padding: 40px;
    }
}

.review h2 {
    font-family: 'Prata', serif;
    font-weight: 400;
    margin: 0;
}

.txt-block.b-block p:nth-child(2) {
    text-align: right;
}

.ff-list p {
    margin-top: 20px;
}

.slider-video .item p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.owl-carousel .item video {
    height: 300px;
}

section.stock .img-block {
    padding: 0;
}

.slider-video {
    position: relative;
}

.owl-stage-outer::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 100%);
    height: 100%;
    width: 50px;
    z-index: 2;
    display: block;
    left: 0px;
    top: 0;
}

.owl-stage-outer::after {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 100%);
    height: 100%;
    width: 50px;
    z-index: 2;
    display: block;
    right: 0px;
    top: 0;
}

section.template-slider {
    padding: 0;
    margin-top: 60px;
    overflow: hidden;
}

.p-line img {
    width: 20px;
}

.p-line img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
    border-radius: 0px !important;
}

.p-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.owl-carousel .item img {
    height: 300px;
    border-radius: 20px;
}

.sticker-all {
    position: absolute;
    z-index: 0;
}

.sticker-3 {
    left: 0;
    top: -7%;
    width: 70%;
}

@media (min-width: 770px) {
    .sticker-3 {
        left: 0;
        top: 3%;
        width: auto;
    }
}

.sticker-2 {
    right: -61%;
    top: -26%;
    transform: rotate(45deg);
    width: 50%;
    /* max-width: 400px; */
}

@media (min-width: 770px) {
    .sticker-2 {
        top: -20%;
        max-width: 20%;
    }
}

@media (min-width: 769px) {
    .sticker-2 {
        top: -15%;
        max-width: 180px;
    }
}

@media (min-width: 901px) {
    .sticker-2 {
        top: 2%;
        max-width: 20%;
        right: -2%;
    }
}

.sticker-1 {
    top: -20%;
    left: 10%;
    width: 400px;
    display: none;
}

.sticker-4 {
    width: 140px;
    top: 9%;
    left: -3%;
    display: none;
}

.sticker-6 {
    bottom: 10px;
    right: -40px;
    width: 300px;
}

.sticker-7 {
    top: 80px;
    left: -85px;
    width: 200px;
}

@media (min-width: 770px) {
    .sticker-7 {
        width: 280px;
    }
}

.sticker-5 {
    left: -10%;
    top: -10%;
    width: 200px;
    display: none;
}

.hero h3 span {
    font-family: 'Prata', serif;
    position: relative;
}

ul.factlist li {
    position: relative;
    width: fit-content;
    line-height: normal;
    /* color: #000; */
}

ul.factlist li::after {
    content: "template";
    right: 0;
    color: #000;
    font-size: 40px;
    line-height: 1.2!important;
    font-weight: 500;
    margin: 0;
    text-align: left;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    display: none;
}

@media (min-width: 770px) {
    ul.factlist li::after {
        content: "template";
        right: 0;
        color: #000;
        font-size: 56px;
        line-height: 1.2!important;
        font-weight: 500;
        margin: 0;
        text-align: left;
        padding: 0;
        font-family: 'Poppins', sans-serif;
    }
}

section.different .btn-cta {
    display: flex;
    justify-content: center;
    /* margin-bottom: 40px; */
}

.owl-nav.disabled {
    position: absolute;
    width: 100%;
    top: 30%;
    z-index: 999;
}

button.owl-prev {
    left: 0px;
}

button.owl-next {
    right: 0px;
}

@media (min-width: 770px) {
    button.owl-prev {
        left: -66px;
    }

    button.owl-next {
        right: -66px;
    }
}

.owl-nav.disabled button {
    position: absolute;
    display: flex;
}

.owl-nav.disabled button:hover {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50px;
}

.owl-nav.disabled button span {
    font-size: 36px;
    line-height: 27px;
    width: 30px;
    height: 30px;
    /* background: white; */
    display: block;
    border: 1px solid #000;
    border-radius: 50px;
    transition: .2s;
}

.owl-nav.disabled button span:hover {
    /* border: none; */
    border-radius: 50px;
}

.bx-controls-auto {
    display: none;
}

section.blog.btn-cta {
    display: flex;
}

.blog .btn-cta {
    display: flex;
    justify-content: center;
}

.bx-pager.bx-default-pager {
    margin-top: 10px;
}

section.browse-templates video {
    /* width: auto; */
    /* height: 40%; */
    margin: 0;
    padding: 0;
}

.p-name-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px auto 40px auto;
}

section.app .ff-list li {
    display: flex;
    justify-content: center;
    padding: 0% 10px 0 10px;
    margin: 0;
}

section.app .ff-list li:nth-child(2) {
    padding-top: 0px;
}

.price-block ul li {
    width: 98%;
    /* float: left; */
    margin: 20px 2%;
    display: flex;
    /* border: solid #ffffff 2px; */
    border-radius: 10px;
    padding: 40px 0px 20px 0px;
    background: #ffffff;
    /* height: 100%; */
    flex-direction: column;
    align-items: center;
    border: 2px solid #eceaea;
}

@media (min-width: 801px) {
    .price-block ul li {
        width: 46%;
        /* float: left; */
        margin: 0px 2%;
    }
}

.price-block {
    width: 100%;
    margin: auto;
}

@media (min-width: 801px) {
    .price-block {
        max-width: 800px;
        margin: auto;
        width: 100%;
    }
}

.price-block li .btn-cta {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-content: center;
}

.incl-list ul {
    display: flex;
    flex-direction: column !important;
    list-style: none;
}

.incl-list ul li {
    border: none !important;
    margin: 0;
    padding: 0px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    background: none !important;
    position: relative;
    font-size: initial;
    line-height: 20px;
    justify-content: center;
    text-align: center;
    min-height: 74px;
}

@media (min-width: 821px) {
    .incl-list ul li {
        min-height: 60px;
    }
}

.price-block ul li:nth-child(2) {
    background: #c3e8ee;
    border: 2px solid #c1e1e6;
}

.incl-list {
    padding: 20px 0px;
    width: 100%;
}

.price-block .price {
    font-size: 32px;
}

.incl-list ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    left: 18px;
    top: 18px;
    background: #000;
    display: none;
}

.incl-list p {
    font-size: clamp(1rem, 2vw, 1.1rem);
    padding: 8px 20px;
    text-align: center;
}

.slider-chooser {
    background: no-repeat;
    margin: 0px 5px 20px 5px;
    padding: 3px 20px;
    border-radius: 20px;
    border: 1px solid #000;
    font-size: 14px;
}

.slider-chooser:hover {
    transform: scale(1.1);
    background: #000;
    color: #fff;
}

section.template-slider .btn-cta {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

section.simple3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (min-width: 821px) {
    section.simple3 {
    margin-top: 0px;
    margin-bottom: 120px;
}
}
.app .ff-list {
    width: 100%;
    margin: auto;
    display: flex;
}

button.slider-chooser.focus {
    background: #000;
    color: #fff;
}

.blog img {
    border-radius: 10px;
}

li.img {
    width: 100%;
}

li.txt {
    width: 100%;
}

@media (min-width: 770px) {
    li.img {
        width: 40%;
    }

    li.txt {
        width: 30%;
    }
}

.price-block ul {
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: stretch;
    flex-direction: column;
}

@media (min-width: 770px) {
    .price-block ul {
        /* align-items: baseline; */display: flex;
        flex-direction: row;
    }
}

section.comparison {
    background: #f3f3f3;
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width: 801px) {
    section.comparison {
        margin-top: 100px;
        padding-top: 20px;
    }
}

section.app:before {
    content: "";
    background: #f3f3f3;
    width: 100%;
    height: 30%;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
}

section.app {
    position: relative;
    padding: 0;
}

section.comparison .warapper {
    padding: 0;
}

section.browse-templates .img-block {
    padding: 0;
    width: 100%;
}

section.browse-templates .text-block {
    padding: 0px;
    width: 100%;
}

@media (min-width: 769px) {
    section.browse-templates .img-block {
        padding: 0;
        width: 60%;
    }

    section.browse-templates .text-block {
        width: 50%;
        max-width: 560px;
    }

    .JPN section.browse-templates .text-block {
      max-width: 585px;
    }
}

section.browse-templates .wrapper {
    margin-top: 0px;
}

section.browse-templates {
    margin-top: 50px;
}

.bottom h3 {
    text-align: center;
    max-width: 1200px;
    margin: 20px auto 30px auto;
    background: hsl(0deg 0% 100%);
    font-size: large;
    padding: 30px;
    border-radius: 20px;
    width: 80%;
    font-weight: 100;
    color: #000 !important;
    font-family: 'Prata', serif;
    font-size: clamp(1.6rem, 5vw, 2.1rem);
    line-height: normal;
    position: relative;
}

@media (min-width: 821px) {
    .bottom h3 {
        border-radius: 100px;
        padding: 40px 100px;
        margin: 2rem auto;
    }
}

section.different h3 {
    font-size: 20px;
    margin: 20px 0 0 0;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.bottom {
    display: flex;
    justify-content: center;
    margin: 0 !important;
    background: #c3e8ee;
}

section.bottom .p-name {
    display: flex;
    justify-content: center;
    font-size: 32px;
    margin: 0;
}

section.bottom h3 {
    font-family: 'Prata', serif;
    font-weight: 200;
    font-size: clamp(1.4rem, 5vw, 1.8rem);
}

section.bottom .btn-cta {
    display: flex;
    justify-content: center;
    margin: 0;
}

section.app .wrapper {
    margin: 0 auto;
    display: flex;
}

section.bottom .product-column {
    width: 100%;
    display: flex;
    align-items: center;
}

.price-block ul li:nth-child(2) .incl-list ul li:nth-child(even) {
    background: #6eb9c557 !important;
    border-radius: 0px;
}

.price-block ul li:nth-child(1) .incl-list ul li:nth-child(even) {
    background: #cac5c557 !important;
    border-radius: 0px;
}

.price-block ul li:nth-child(2) .incl-list p {
    background: #6eb9c557 !important;
    border-radius: 0px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-block ul li:nth-child(1) .incl-list p {
    background: #cac5c557 !important;
    border-radius: 0px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-panel {
    display: none;
}

.price-block ul li .incl-list ul li:nth-child(1)::before {
    display: none;
}

.price-block ul li .incl-list ul li:nth-child(1) {
    text-align: center;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.price-block ul li:nth-child(1) .incl-list ul li br {
    display: none;
}

@media(min-width: 770px) {
    .price-block ul li:nth-child(1) .incl-list ul li br {
        display: block;
    }
}

section.different .ff-list p {
    text-align: center;
}

.p-name-block .p-name {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 770px) {
    .product-text {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 821px) {
    .product-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 45%;
        margin-left: 30px;
    }
}

.product-text .btn-cta a {
    width: 250px;
}

@media (min-width: 770px) {
    .product-text .btn-cta a {
        width:100%;
    }
}

@media (min-width: 821px) {
    .product-text .btn-cta a {
        width:auto;
    }
}

span.sns-all::before {
    content: "";
    position: absolute;
    background-image: url(https://dl-asset.cyberlink.com/web/stat/edms/product-version-images/2023/Promeo/sticker-triangle.png);
    background-size: cover;
    background-position: right;
    width: 6rem;
    height: 6rem;
    z-index: 1;
    left: 8px;
    top: -26px;
    display: none;
}

span.sns-all::after {
    content: "";
    position: absolute;
    background-image: url(https://dl-asset.cyberlink.com/web/stat/edms/product-version-images/2023/Promeo/sticker-circleo.png);
    background-size: cover;
    width: 4rem;
    height: 4rem;
    z-index: 0;
    right: 28px;
    bottom: -9px;
    display: none;
}

span.sns-txt::after {
    content: "";
    position: absolute;
    /* background-image: url(https://dl-asset.cyberlink.com/web/stat/edms/product-version-images/2023/Promeo/sticker-color.png); */
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 1;
    right: 50%;
    top: 30px;
}

span.sns-all {
    position: relative;
    z-index: 1;
}

.JPN span.sns-txt, .KOR span.sns-txt, .CHT span.sns-txt, .CHS span.sns-txt {
    font-weight: 800;
}

ul.factlist li {
    color: #000 !important;
}

.ff-list li .cover-btn {
    position: absolute;
    opacity: 0;
    background: #1f2020ad;
    width: 100%;
    height: calc(50% - 7px);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: .2s;
    border-radius: 20px;
    bottom: 7px;
}

.cover-btn p {
    border: 2px solid #02f7e3;
    border-radius: 100px;
    padding: 5px 20px;
    width: auto;
    color: #02f7e3;
    margin: 0 !important;
    height: auto;
    font-size: 14px;
    line-height: normal;
}

.ff-list .icon-block {
    position: relative;
    height: max-content;
}

.ff-list li a:hover .cover-btn {
  opacity: 1;
  height: calc(100% - 7px);
}

:is(.ESP, .ITA, .KOR, .CHS) .ff-list li a:hover {
  cursor: default;
}

:is(.ESP, .ITA, .KOR, .CHS) .ff-list li a:hover .cover-btn {
  display: none;
}

.cover-btn img {
    padding: 0 !important;
    margin: 0 !important;
}

.ff-list li h3 {
  font-size: 20px;
  margin: 20px 0 0 0;
  text-align: center;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.icon-block img {
    border-radius: 20px;
    width: 100%;
}

.ff-list.three-list li {
    width: 100%;
    margin: 0 auto 40px auto;
}

@media (min-width: 770px) {
    .ff-list.three-list li {
        width: 30%;
        padding: 0 20px;
    }
}

.ff-list.three-list {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column;
    padding: 0 30px;
}

.ff-list.three-list ul {
    width: 100%;
    display: flex;
    align-content: flex-end;
    flex-direction: column;
}
@media (min-width: 770px) {
.ff-list.three-list ul {
    width: 100%;
    display: flex;
    align-content: flex-end ;
    flex-direction: row;
}    
}
section.productimages {
    background: #fff5e1;
}

section.productimages .wrapper {
    margin-bottom: 0;
    padding-top: 80px;
}

section.productimages .img-block {
    width: 100%;
    padding: 0 0rem;
}

@media (min-width: 768px) {
    section.productimages .img-block {
        width: 50%;
        padding: 0 2rem;
    }
}

@media (min-width: 1201px) {
    section.productimages .img-block {
        width: 50%;
        padding: 0 5rem;
    }
}

.slider {
    margin-top: 10px;
}
section.promotion {
    margin-bottom: auto;
}
.ff-list.three-list video {
    box-shadow: 0px 0px 25px #f3f3f3;
}

@media (max-width: 770px) {
  .ff-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
  }
  .ff-list li {
    width: 100%;
  }
  .ff-list li .cover-btn {
    opacity: 0;
    height: calc(100% - 7px);
    background: #1f2020ad;
  }
  :is(.KOR, .ITA, .ESP, .CHS) .ff-list li .cover-btn{
    opacity: 0;
  }
  .cover-btn p {
    background: #1f2020a1;
  }
}
