/* ==========================================================================
   Zazu.video — style.css
   --------------------------------------------------------------------------
   STRUCTURE
     1. Base & reset .................. html, body, links, lists, headings
     2. Components .................... banner, Plyr player, section2–14,
                                        featgroup a–d, faq, footer, navbar
     3. Keyframes ..................... zazu-pulse, line-slide
     4. Utilities ..................... spacing helpers (.p-, .m-, etc.)
     5. Responsive .................... ALL @media queries, grouped & sorted
                                        (min-width asc, then max-width desc)
   --------------------------------------------------------------------------
   Sections 1–4 are in original source order. Responsive type-scale utilities
   (.xs / .sm / .md / .lg / .xl) live in section 5 under their breakpoints.
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

/*Fonts*/

.plusjakarta {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.manrope {
    font-family: "Manrope", sans-serif;
}

.noto-color-emoji {
    font-family: "Noto Color Emoji", sans-serif;
}

/*Common*/
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0px;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.ls-4 {
    letter-spacing: -4%;
}

.ls-2 {
    letter-spacing: -4%;
}

.responsive-video {
    padding-bottom: 56.21%;
    overflow: hidden;
    position: relative;
    background-color: #000000;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video1 iframe,
.responsive-video1 object,
.responsive-video1 embed,
.responsive-demo-video embed,
.responsive-demo-video object,
.responsive-demo-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mycontainer {
    margin: auto;
}

.italic {
    font-style: italic;
}

.upper {
    text-transform: uppercase
}

/*font-weight*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w710 {
    font-weight: 710;
}

.w800 {
    font-weight: 800;
}

.w900 {
    font-weight: 900;
}

.lh0 {
    line-height: 0%;
}

.lh50 {
    line-height: 50%;
}

.lh60 {
    line-height: 60%;
}

.lh70 {
    line-height: 70%;
}

.lh80 {
    line-height: 80%;
}

.lh90 {
    line-height: 90%;
}

.lh100 {
    line-height: 100%;
}

.lh110 {
    line-height: 110%;
}

.lh120 {
    line-height: 120%;
}

.lh130 {
    line-height: 130%;
}

.lh140 {
    line-height: 140%;
}

.lh145 {
    line-height: 145%;
}

.lh150 {
    line-height: 150%;
}

.lh160 {
    line-height: 160%;
}

.lh170 {
    line-height: 170%;
}

.lh180 {
    line-height: 180%;
}

.lh190 {
    line-height: 190%;
}

.lh200 {
    line-height: 200%;
}

.lh210 {
    line-height: 210%;
}

.lh230 {
    line-height: 230%;
}


.autoplayer-subarea-16-by-9 {
    padding-bottom: 56.25% !important;
}

/*banner*/
.bannervid-img {
    position: relative;
}

.banner-div {
    margin-top: -20%;
    position: relative;
}

.logo-img {
    margin-bottom: 2.5%;
    width: 280px;
}

.banner-title-span {
    display: inline-block;
    border: 1px solid #EFEFBB;
    background-color: #FFF9DD;
    border-radius: 50px;
    color: #000;
    padding: 7.5px 28.5px;
    letter-spacing: 2%;
}

.banner-title {
    margin-top: 1%;
    letter-spacing: -4%;
}


.feat_icon {
width: 60px;
margin-top: -40px;
margin-bottom: 20px;
}

.titleele-img {
    position: relative;
    top: -9px;
    width: 100px;
}

.textborder1-img {
    position: absolute;
    bottom: 7px;
    left: 5px;
}

.banner-subtitle1 {
    color: #001211;
    margin-top: 2%;
    line-height: 170%;
}

.banner-video {
    margin-top: 3%;
    position: relative;
}

.film-img {
    position: absolute;
    left: 50%;
    top: 14%;
    transform: translateX(-50%);
    width: 178%;
    max-width: none;
    z-index: 0;
    pointer-events: none;
}

.video-box-inner {
    background: url(../images/player_mask.webp) no-repeat center center;
    background-size: cover;
    border-radius: 29px;
    padding: 18px;
    width: 93%;
    margin: auto;
    box-shadow: 0px 22px 31px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.videoelement1-img {
    margin-left: 12px;
}

.video-frame {
    margin-top: 12px;
    border-radius: 30px;
    overflow: hidden;
    background: transparent;
    padding: 3px;
}

/* Plyr video + click-to-unmute overlay */
.plyr-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: transparent;
    border-radius: 27px;
    overflow: hidden;
}

.plyr-wrap>#zazu-player,
.plyr-wrap .plyr,
.plyr-wrap .plyr__video-embed,
.plyr-wrap .plyr__video-wrapper,
.plyr-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.plyr-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 5;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.plyr-wrap.is-playing .plyr-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.plyr-play-btn {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #D6FD51;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(214, 253, 81, 0.45);
    animation: zazu-pulse 2.2s ease-in-out infinite;
    transition: transform 0.25s ease;
}

.plyr-overlay:hover .plyr-play-btn {
    transform: scale(1.06);
}

.plyr-play-btn svg {
    width: 64px;
    height: 64px;
    margin-left: 4px;
    overflow: visible;
}

@keyframes zazu-pulse {
    0% {
        box-shadow: 0 10px 40px rgba(214, 253, 81, 0.45), 0 0 0 0 rgba(214, 253, 81, 0.55);
    }

    70% {
        box-shadow: 0 10px 40px rgba(214, 253, 81, 0.45), 0 0 0 28px rgba(214, 253, 81, 0);
    }

    100% {
        box-shadow: 0 10px 40px rgba(214, 253, 81, 0.45), 0 0 0 0 rgba(214, 253, 81, 0);
    }
}

/* Plyr custom theme — two-group purple pill controls, hidden until user clicks play */
.plyr-wrap .plyr {
    --plyr-color-main: #D6FD51;
    --plyr-video-control-color: #353535;
    --plyr-video-control-color-hover: #353535;
    --plyr-video-controls-background: transparent;
    --plyr-menu-background: rgba(20, 14, 38, 0.95);
    --plyr-menu-color: #ffffff;
    --plyr-tab-focus-color: #D6FD51;
}

.plyr-wrap .plyr__controls {
    transition: opacity 0.4s ease, visibility 0.4s ease;
    background: none !important;
    padding: 14px 16px 18px !important;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 0;
}

.plyr-wrap:not(.is-playing) .plyr__controls {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

/* Reset Plyr's default control styling */
.plyr-wrap .plyr__controls .plyr__control {
    background: transparent;
    color: #353535;
    padding: 9px;
    transition: background 0.2s ease, transform 0.15s ease;
}

.plyr-wrap .plyr__controls .plyr__control svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.plyr-wrap .plyr__menu {
    margin: 0;
    display: inline-flex;
}

/* Left pill: play button (standalone) */
.plyr-wrap .plyr__controls>.plyr__control[data-plyr="play"] {
    background: #D6FD51;
    border-radius: 999px;
    margin-right: auto;
    padding: 10px 16px;
    box-shadow: 0 6px 18px rgba(214, 253, 81, 0.4);
}

.plyr-wrap .plyr__controls>.plyr__control[data-plyr="play"]:hover {
    background: #C2E840;
}

/* Right pill: single bg wrapping mute + settings + pip */
.plyr-wrap .plyr-right-group {
    display: inline-flex;
    align-items: center;
    background: #D6FD51;
    border-radius: 999px;
    padding: 4px 6px;
    box-shadow: 0 6px 18px rgba(214, 253, 81, 0.4);
}

.plyr-wrap .plyr-right-group .plyr__control,
.plyr-wrap .plyr-right-group .plyr__menu>.plyr__control {
    background: transparent !important;
    border-radius: 999px;
    padding: 7px;
}

.plyr-wrap .plyr-right-group .plyr__control:hover,
.plyr-wrap .plyr-right-group .plyr__menu>.plyr__control:hover,
.plyr-wrap .plyr-right-group .plyr__menu>.plyr__control[aria-expanded="true"] {
    background: rgba(0, 0, 0, 0.22) !important;
}

.plyr-wrap .plyr-right-group .plyr__menu {
    margin: 0;
}

/* Settings dropdown */
.plyr-wrap .plyr__menu__container {
    border-radius: 12px;
}

.plyr-wrap .plyr__menu__container .plyr__control--forward.plyr__tab-focus,
.plyr-wrap .plyr__menu__container .plyr__control--forward:hover {
    background: rgba(214, 253, 81, 0.25);
}

/*section2*/
.element3-img {
    position: relative;
    top: -2px;
    margin-right: 2px;
    width: 18px;
}

.feature-card {
    padding: 5px;
    width: 30.65%;
}

.feature-card-inn {
    background: #f3f3f3;
    border-radius: 36px;
    padding: 10% 10%;
    text-align: left;
    height: 100%;
    /* box-shadow: inset 0 -17px 62px hsl(262.5deg 100% 81.18% / 66%); */
}

.feature-card .icon {
    margin-bottom: 16px;
}

.feature-card h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #1d1d1d;
    margin-bottom: 10px;
    line-height: 1.3;
}

.feature-card p {
    font-size: 17px;
    font-weight: 500;
    color: #252525;
    line-height: 1.6;
}

.cta-section {
    text-align: center;
    margin-top: 4%;
}

.cta-section .lock-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.cta-badges {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 3%;
    flex-wrap: wrap;
}

.cta-badge {
    background: #fff9dd;
    border: 1px solid #ffe884;
    border-radius: 35px;
    padding: 7.3px 19px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
}

.cta-badge .check {}

.discount-text {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 24px;
}

.discount-text .red {
    color: #ee1b1b;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #D6FD51;
    color: #070707 !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -0.6px;
    padding: 3% 6%;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    /* box-shadow: inset 0 20px 38.6px rgb(214 125 255 / 45%), inset 0 109px 27px rgba(0, 0, 0, 0.3); */
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    z-index: 10;
}

.cta-button:hover {
    transform: translateY(-2px);
}

.cta-button svg {
    width: 24px;
    height: 21px;
    fill: #fff;
}

.cta-button-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    background: linear-gradient(to top, rgba(120, 58, 231, 0.91), #000 40%);
    color: #fff !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 4.8% 15px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    box-shadow: inset 0 20px 38.6px rgb(214 125 255 / 45%), inset 0 109px 27px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    width: 84.74%;
    margin-top: 1%;
    text-align: center;
}

.cta-button-1:hover {
    transform: translateY(-2px);
}

.cta-button-1 svg {
    width: 24px;
    height: 21px;
    fill: #fff;
}

.payment2 {
    width: 304px;
    margin-top: 12px;
}

.guarantee {
    margin-top: 1%;
}

.platforms-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 4%;
    flex-wrap: wrap;
}

.platforms-bar span {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #717171;
}

.platforms-bar img {}

.trust-bar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 35px;
    padding: 3.3px 22px 3.3px 11px;
    margin-top: 20px;
}

.trust-bar .avatars img {
    width: 152px;
}

.trust-bar span {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: rgba(15, 19, 36, 0.6);
}

/*section3*/
.section-badge-text {}

.section-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 50px;
    padding: 9px 31px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #000;
    box-shadow: inset 0 -2px 25.7px #d3b9ff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.section-badge-2 {
    display: inline-block;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 50px;
    padding: 9px 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #000;
    box-shadow: inset 0 -2px 25.7px #c9abfb;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.section-badge-3 {
    display: inline-block;
    background: rgb(255 255 255 / 0%);
    border-radius: 50px;
    padding: 9px 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #ffffff;
    box-shadow: inset 0 -2px 13px #ffffffc4;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.section-badge-4 {
    display: inline-block;
    background: rgb(255 255 255 / 0%);
    border-radius: 50px;
    padding: 9px 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #ffffff;
    box-shadow: inset 0 -2px 13px #D1B2FF;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.made-with-title {
    margin-top: 0.5%;
}

.made-with-row {
    margin-top: 3%;
}

.showcase-box {
    padding: 16px;
    width: 19%;
}

.showcase-img {
    border-radius: 30px;
    box-shadow: -7px 40px 45px 0px rgb(0 0 0 / 15%);
}

.showcase-video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
    background: #000;
    cursor: pointer;
    transition: transform 0.35s ease;
}

.showcase-box:hover .showcase-video {
    transform: translateY(-4px) scale(1.02);
}

/* Recipe expanding strip */
.recipe-section {
    margin-top: 2%;
    margin-bottom: 3%;
}

.recipe-strip {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    align-items: stretch;
}

.recipe-strip--short {
    justify-content: flex-start;
    max-width: 66.7%;
    margin-left: auto;
    margin-right: auto;
}

.recipe-tile {
    flex: 1 1 0;
    min-width: 0;
    height: 480px;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    box-shadow: -7px 40px 45px 0px rgb(0 0 0 / 15%);
    transition: flex-grow 0.55s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.45s ease;
    will-change: flex-grow;
}

/* default state — first tile is wide */
.recipe-strip .recipe-tile:first-child {
    flex-grow: 2;
}

/* hovered tile takes the wide spot */
.recipe-strip .recipe-tile:hover {
    flex-grow: 2;
    box-shadow: -7px 55px 70px 0px rgb(0 0 0 / 28%);
}

/* when a non-first tile is hovered, the first tile collapses to narrow */
.recipe-strip:has(.recipe-tile:not(:first-child):hover) .recipe-tile:first-child {
    flex-grow: 1;
}

.recipe-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-bar {
    display: inline-block;
    border: 2px solid #f4eeff6e;
    border-radius: 18px;
    padding: 11.5px 35px;
    font-weight: 500;
    color: #001211;
    position: relative;
    z-index: 2;
    margin-top: 2.55%;
}

.element1-img {
    position: absolute;
    top: -11px;
}

.step-div {
    margin: auto;
    background: #000000;
    border-radius: 70px;
    padding: 6% 5%;
    box-shadow: inset 0 -21px 80px hsl(260deg 54% 41% / 78%);
    width: 99.5%;
    margin-top: 2.2%;
}

.step-div-1 {
    margin-top: 4%;
}

.step-left {
    width: 38%;
    padding: 0 3% 0 15px;
}

.step-div-2 .step-left {
    padding: 0 15px 0 5%;
}

.step-right {
    width: 60%;
    position: relative;
}

.step-left h4 {
    text-transform: uppercase;
}

.step-left h1 {
    line-height: 105%;
    margin-top: 20px;
    letter-spacing: -2%;
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 130%;
}

.step-left p {
    color: #8D8D8D;
    margin-top: 10px;
    line-height: 155%;
}

.step-left h4 span {
    display: inline-block;
    background: #000000;
    border: 1px solid #4F2A8E;
    border-radius: 37px;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #ffffff;
    box-shadow: inset 0 -2px 25.7px #4F2A8E;
}

.step1-img-div {
    text-align: right;
}

.step2-img-div {}

.step-img-1,
.step-img-3,
.step-img-2,
.step-img-4 {
    position: relative;
    margin-bottom: -5%;
}

.step-img-1 {}

.step-img-2 {}

.steptittle-1,
.steptittle-2,
.steptittle-3 {
    position: relative;
    left: 0;
    margin-bottom: -6px;
    rotate: 15deg;
}

.steptittle-1 {}

.steptittle-2 {}

.steptittle-3 {}

/*section4*/
.textborder2 {
    background: url(../images/textborder2.webp) no-repeat center center;
    background-size: contain;
}

.textborder3 {
    background: url(../images/textborder3.webp) no-repeat center center;
    background-size: contain;
}

.section4-div-1,
.section4-div-2 {
    width: 26.8%;
}

.section4-div-3 {
    width: 44.4%;
    padding: 0;
}

.section4-div-1,
.section4-div-2 {
    padding: 15px;
}

.section4-div-3_1 {
    padding: 15px;
}

.section4-div-3_2 {
    padding: 15px;
}

.higher-img {
    width: 100%;
}

.section4-row {
    margin-top: 11%;
}

.creating-box {
    width: 29%;
    padding: 12px;
}

.creating-box-inn {
    padding: 8% 11% 13% 11%;
    height: 100%;
    border-radius: 30px;
    background-color: #FFF0F0;
    background-image: linear-gradient(to bottom, #0B0000 50%, #490000);
    color: #fff;
}

.creating-box p {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    line-height: 150%;
    flex-direction: column;
}

.uncheck-img {
    position: relative;
    top: 9px;
}

.emoji1-img,
.emoji2-img {
    position: absolute;
}

.emoji1-img {
    top: 5%;
    left: 10%;
}

.emoji2-img {
    top: 8%;
    right: 10%;
}

.textborder7 {
    color: #ED0000;
    background: url(../images/textborder6.webp) no-repeat center 23px;
    background-size: contain;
}

/*section5*/
.textborder4-img {
    position: absolute;
    bottom: 0;
    left: 5px;
}

.section5-div {
    padding: 10px;
    width: 30%;
}

.section5-div-inn {
    background-color: #ffffff;
    border-radius: 31px;
    padding: 9px;
    height: 100%;
    box-shadow: 0px 14px 40px 0px rgb(0 0 0 / 6%);
}

.section5-div-inn-3 {
    border-radius: 31px;
    background-color: #000000;
    background-image: linear-gradient(to bottom, #7B34E5, #000000);
}

.section5-detail-div {
    padding: 7% 11% 7.5% 7%;
}

.section5-div h4 {
    line-height: 140%;
}

.section5-div h4 span {
    letter-spacing: 12%;
    line-height: 140%;
    display: inline-block;
    background-color: #FF9797;
    border-radius: 50px;
    color: #fff;
    padding: 2.62% 6.9%;
    border: 1px solid #fff;
}

.section5-div h2 {
    line-height: 120%;
    letter-spacing: -2%;
    margin-top: 10px;
}

.section5-div p {
    line-height: 150%;
    color: #585858;
    margin-top: 12px;
}

.section5-div-inn-3 h4 {}

.section5-div-inn-3 h4 span {
    background-color: #6B31C0;
    border-color: #691ADF;
}

.section5-div-inn-3 h2 {
    color: #fff;
}

.section5-div-inn-3 p {
    color: #9F9F9F;
}

.arrow-img-1 {
    margin-top: -14px;
    margin-bottom: 4%;
}

/*intro-section*/
.textborder5-img {
    position: absolute;
    bottom: -9px;
    left: 5px;
}

.studio-bar {
    display: inline-block;
    border: 2px solid #eadfff;
    border-radius: 18px;
    padding: 11.5px 35px;
    font-weight: 700;
    color: #001211;
    position: relative;
    z-index: 2;
}

.studio-bar-1 {
    display: inline-block;
    border: 2px solid #f4eeff5c;
    border-radius: 18px;
    padding: 11.5px 35px;
    font-weight: 700;
    color: #001211;
    position: relative;
    z-index: 2;
    box-shadow: inset 0 -2px 25.7px #b587f04f;
}

.studio-box {
    padding: 10px;
    width: 31.5%;
}

.studio-box-inn {
    border-radius: 31px;
    background-color: #000000;
    background-image: linear-gradient(150deg, #000000 30%, #461185);
    border: 1px solid #CDCDCD;
    height: 100%;
    padding: 7% 7% 7% 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.studio-num-text {
    margin-bottom: 17px;
    position: relative;
}

.studio-num-text span {
    background-color: #000000;
    width: 59px;
    height: 59px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: inset -2px -4px 12px #6435B3;
    position: relative;
    z-index: 1;
    color: #fff;
}

.studio-num-text hr {
    border-top: 2px dashed #909090;
    margin: 0;
    position: absolute;
    top: 0;
    width: 130%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
}

.studio-box:last-child .studio-num-text hr {
    width: 100%;
}

.studio-box h4 {
    margin-top: 5%;
    letter-spacing: -2%;
    color: #fff;
}

.studio-box p {
    margin-top: 4%;
}

.studio-img {
    margin-top: 2%;
}

.studio-img-1 {
    position: relative;
    top: 19px;
}

.studio-img-2 {
    position: relative;
    top: 6px;
}

.studio-img-3 {
    position: relative;
    top: 0;
}

.introducing-img {
    margin-top: 2%;
}

/* Intro device composition (box + monitor + laptop) */
.intro-stage {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 2% auto 0;
    padding-bottom: 2%;
}

.intro-monitor {
    position: relative;
    width: 73%;
    margin: 0 auto;
    z-index: 2;
}

.intro-monitor-img {
    display: block;
    width: 100%;
    height: auto;
}

/* Video sits exactly over the display glass of mockup_center.webp */
.intro-monitor-video {
    position: absolute;
    top: 1.74%;
    left: 1.93%;
    width: 95.27%;
    height: 59.03%;
    object-fit: cover;
    object-position: top center;
    border-radius: 4px;
}

.intro-device {
    position: absolute;
    bottom: 0;
    height: auto;
    z-index: 3;
    filter: drop-shadow(0 24px 40px rgba(40, 8, 80, 0.22));
}

.intro-box {
    left: 1%;
    bottom: 6%;
    width: 22%;
}

.intro-laptop {
    right: 0;
    bottom: 5%;
    width: 42%;
}

.intro-section-2 {
    margin-top: 4%;
}

.intro-text {}

.intro-text span {
    padding: 0 20px;
}

.arrow2-img {
    position: relative;
    top: 20px;
}

.arrow2-img-left {}

.arrow2-img-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.intrologo-img {
    width: 700px;
    margin-top: 5px;
    margin-bottom: 1.5%;
}

/*section6*/
.section6-row {
    margin-top: 3%;
}

.section6-div {
    border-radius: 66px;
    padding: 5%;
    width: 91.821%;
    margin: auto;
    overflow: hidden;
}

.section6-div:nth-child(odd) {}

.feature-img {
    padding: 0;
    margin-bottom: -1%;
}

.feature-img-2 {
    text-align: right;
}

.feature-details h1 {
    letter-spacing: -2%;
    line-height: 120%;
    margin-top: 12px;
}

.feature-details p {
    color: #585858;
    margin-top: 10px;
    line-height: 170%;
}

/* mobile: give the stacked text room inside the feature box */
.feature-details {
    padding: 4px 14px 14px;
}

/*section7*/
.section7 .section-badge-text {
    margin-top: 1.5%;
}

.section7-row {
    margin: 2.5% 0 0 0;
}

.section7-box {
    background-image: linear-gradient(to bottom, #7032B3, hsl(305.29deg 100% 93.33%));
    border-radius: 90px;
    padding: 3.5% 0 5.5% 0;
    width: 94.1%;
}

.section7-div-out {
    padding: 12px;
    width: 35.9%;
}

.section7-div-inn {
    padding: 8% 8% 8% 8%;
    height: 100%;
    border-radius: 36px;
    box-shadow: 0px 16px 50px 0px rgb(0 0 0 / 25%);
}

.section7-div-inn-1 {
    background-image: linear-gradient(to bottom right, #F1EAFF, #FDDBFA);
}

.section7-div-inn-2 {
    background-image: linear-gradient(to bottom right, #DEFDFF, #BBD6FF);
}

.section7-div-inn-3 {
    background-image: linear-gradient(to bottom right, #F4FFE8, #C3EBD3);
}

.section7-div-inn-4 {
    background-image: linear-gradient(to bottom right, #FFE5ED, #FFD3D4);
}

.section7-div-inn-5 {
    background-image: linear-gradient(to bottom right, #FFECDE, #FCDBFF);
}

.section7-div-inn-6 {
    background-image: linear-gradient(to bottom right, #E8FBFB, #98F4EF);
}

.section7-div-inn-7 {
    background-image: linear-gradient(to bottom right, #FFF7E6, #FFD588);
}

.section7-div-inn-8 {
    background-image: linear-gradient(to bottom right, #FFE5F9, #AFE4FF);
}

.section7-detail {
    padding: 0 1%;
}

.section7-div-inn h1 {
    letter-spacing: -2%;
    color: #000000;
}

.section7-div-inn p {
    margin-top: 9px;
    color: #202020;
    margin-bottom: 8%;
}

.textborder10-img {
    position: absolute;
    bottom: 0;
    left: 5px;
}

.long-video-sup-img {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
}

/*section8*/
.emoji3-img,
.emoji4-img {
    position: absolute;
}

.emoji3-img {
    left: 8%;
}

.emoji4-img {
    right: 8%;
}

.section8-box-inn {
    text-align: center;
    margin-top: 2%;
}

.list-1 {
    width: 38%;
    text-align: left;
    padding: 0;
}

.list-2 {
    width: 15%;
    padding: 0;
}

.list-3 {
    width: 15%;
    padding: 0;
}

.list-4 {
    width: 15%;
    padding: 0;
}

.list-5 {
    width: 16.5%;
    background-image: linear-gradient(to bottom, #7B34E5, #000000);
    border-radius: 20px;
    padding: 0;
}

.list-headline {
    font-size: 22px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    letter-spacing: -4%;
    border-bottom: 1px solid #DEDEDE;
    height: 92px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-points {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -2%;
    height: 62px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-points:nth-child(odd) {
    background-color: #F8F3FF
}

.list-5 .list-points:nth-child(odd) {
    background-color: rgb(246 240 255 / 2%);
    box-shadow: inset 0 0px 20px rgb(255 255 255 / 16%);
}

.list-points img {}

.list-1 .list-headline {
    justify-content: flex-start;
    padding-left: 31px;
}

.list-1 .list-points {
    justify-content: flex-start;
    padding-left: 30px;
}

.circle-img {
    position: relative;
    margin-right: 10px;
    top: -1px;
}

.list-favicon-img {
    margin-right: 6px;
}

.list-5 .list-headline {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    border-color: transparent;
    background-color: rgb(246 240 255 / 2%);
    box-shadow: inset 0 0px 20px rgb(255 255 255 / 16%);
}

.section-table-text {
    display: inline-block;
    border: 2px solid #F4EEFF;
    border-radius: 18px;
    padding: 14.5px 29px;
    font-weight: 700;
    color: #424242;
    position: relative;
    z-index: 2;
    display: inline-flex;
    gap: 18px;
}

.section-table-text span {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
}

/*section9*/
.section9-box-out {
    padding: 8px;
    width: 29.5%;
}

.section9-box {
    background-color: #fff;
    border-radius: 31px;
    padding: 15px;
    height: 100%;
    border: 1px solid #EAEAEA;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section9-box-out:last-child .section9-box {
    background: url(../images/optionbg.webp) no-repeat center top;
    background-size: cover;
    border: 0;
    box-shadow: 0px 32px 26px 0px rgb(0 0 0 / 16%);
    background-image: linear-gradient(130deg, #000000 -30%, #461185);
    color: #fff;
}

.section9-box-div {
    padding: 5% 2% 0 5%;
}

.option-text-1 {
    color: #FF6E00;
    letter-spacing: 12%;
    line-height: 140%;
}

.option-text-2 {
    color: #001211;
    letter-spacing: -2%;
    line-height: 140%;
    margin-top: 8px;
}

.option-text-3 {
    color: #B5B5B5;
    letter-spacing: -5%;
    line-height: 120%;
    margin-top: 5%;
}

.option-text-4 {
    color: #585858;
    line-height: 165%;
    margin-bottom: 5%;
    margin-top: 2%;
}

.featgroup-a {
    background: linear-gradient(180deg, #F5E7FF 31.73%, #FFFFFF 100%);
    border-radius: 32px; /* mobile: smaller corners */
    margin-top: 3%;
    padding: 16px 6px; /* mobile: tighter frame, slim x padding */
}


/* Inner feature box — structure shared, gradient per variant */
.featgroup-a-1,
.featgroup-a-2 {
    border-radius: 28px; /* mobile: smaller corners */
    padding: 12px;
    margin-top: 3%;
}

.featgroup-a-1 {
    background: linear-gradient(95.65deg, #F7CEFF 0.44%, #FFFFFF 74.33%);
}

.featgroup-a-2 {
    background: linear-gradient(95.12deg, #FFFFFF 26.09%, #C2DBFF 99.99%);
}

/* Video frame — structure shared, tint per variant */
.featgroup-a-1 video,
.featgroup-a-2 video {
    padding: 3%;
    border-radius: 28px; /* mobile/tablet: small video, smaller radius */
    width: 100%;
}

.featgroup-a-1 video {
    background: rgba(133, 46, 238, 0.13);
}

.featgroup-a-2 video {
    background: #CDDEFF;
}

/* Rounded background sits on the wrapper, not the icon */
.featgroup-a-1-icon,
.featgroup-a-2-icon {
    display: inline-block;
    border-radius: 300px;
    padding: 18px;
}

.featgroup-a-1-icon {
    background: #ECC0FF;
}

.featgroup-a-2-icon {
    background: #C1D7FF;
}

.featgroup-a-1-icon img,
.featgroup-a-2-icon img {
    display: block;
}


/* ===== featgroup-b — "It doesn't just clip, it edits" feature bento ===== */
.featgroup-b {
    background: linear-gradient(180deg, #792DBA 34%, rgba(255, 219, 254, 0.91) 114.08%);
    border-radius: 32px; /* mobile: smaller corners */
    padding: 18px 4px;  /* mobile */
    margin-top: 3%;
}

.featgroup-b-head {
    margin-bottom: 8px;
}

.featgroup-b-row {
    margin: 2.5% 0 0 0; /* mobile: full-width cards, no extra x padding */
}

.featgroup-b-hl {
    color: #FFEC9F;
    position: relative;
}

.edit-sup-img {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
}

.featgroup-b-card {
    height: 100%;
    background: #100A1C;
    border-radius: 24px; /* mobile */
    padding: 8px;
}

.featgroup-b-card-text {
    padding: 6px 18px 20px; /* mobile */
}

.featgroup-b-card-media {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.featgroup-b-card-media img,
.featgroup-b-card-media video {
    display: block;
    width: 100%;
    border-radius: 18px; /* mobile */
}

.featgroup-b-card h3 {
    color: #FFFFFF;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.featgroup-b-card h4 {
    color: #FFFFFF;
    margin: 0 0 10px;
    line-height: 140%;
}

.featgroup-b-card p {
    color: #585858;
    margin: 0;
    line-height: 160%;
}

/* wide card — image left, copy right (vertically centred) */
.featgroup-b-card-wide .featgroup-b-card-media {
    margin-bottom: 0;
}


/* ===== featgroup-c — "Your hands on the controls" pastel rows ===== */
.featgroup-c {
    margin-top: 3%;
}

.featgroup-c-head {
    margin-bottom: 8px;
}

.featgroup-c-hl {
    color: #8B5CF6;
    position: relative;
}

.control-sup-img {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
}

.featgroup-c-card {
    border-radius: 32px; /* mobile */
    padding: 24px;       /* mobile */
    margin-top: 16px;
    overflow: hidden;
}

/* per-row pastel backgrounds */
.featgroup-c-card-1 { background: #FDE8D7; }
.featgroup-c-card-2 { background: #EAE2FB; }
.featgroup-c-card-3 { background: #DAEAFE; }

.featgroup-c-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.featgroup-c-icon svg {
    width: 26px;
    height: 26px;
}

/* per-row icon tints */
.featgroup-c-card-1 .featgroup-c-icon { background: #F39A5C; }
.featgroup-c-card-2 .featgroup-c-icon { background: #9D7BEA; }
.featgroup-c-card-3 .featgroup-c-icon { background: #5C9BE8; }

.featgroup-c-text h3 {
    color: #161616;
    margin: 0 0 6px;
    letter-spacing: -0.5px;
}

.featgroup-c-text h4 {
    color: #161616;
    margin: 0 0 10px;
    line-height: 140%;
}

.featgroup-c-text p {
    color: #6B6675;
    margin: 0;
    line-height: 165%;
}

.featgroup-c-media {
    border-radius: 18px;
    overflow: hidden;
}

.featgroup-c-media img,
.featgroup-c-media video {
    display: block;
    width: 100%;
    border-radius: 18px;
}


/* ===== featgroup-d — "Create To Posted, All In One Place" 2x2 bento ===== */
.featgroup-d {
    background: url('../images/faet_post_bg.png') center top / cover no-repeat;
    margin-top: 3%;
    padding: 8% 0;
}

.featgroup-d-head {
    margin-bottom: 8px;
}

.featgroup-d-hl {
    color: #8A54DB;
    position: relative;
}

.posted-sup-img {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
}

.featgroup-d-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #1B1430 0%, #0B0710 55%);
    border-radius: 28px; /* mobile */
    padding: 24px;
}

.featgroup-d-card-text {
    text-align: center;
    margin-bottom: 20px;
    padding: 5% 10%;
}

.featgroup-d-card-text h3 {
    color: #FFFFFF;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.featgroup-d-card-text h4 {
    color: #FFFFFF;
    margin: 0 0 10px;
    line-height: 140%;
}

.featgroup-d-card-text p {
    color: #585858;
    margin: 0;
    line-height: 160%;
}

.featgroup-d-card-media {
    margin-top: auto;
    border-radius: 16px;
    overflow: hidden;
}

.featgroup-d-card-media img,
.featgroup-d-card-media video {
    display: block;
    width: 100%;
    border-radius: 16px;
}

/* highlighted card — blue glow border */
.featgroup-d-card-highlight {
    border: 2px solid #2FA8FF;
    box-shadow: 0 0 28px rgba(47, 168, 255, 0.35);
}


/* ===== featgroup-e — "Clip From ChatGPT & Claude" / "Commercial License" ===== */
.featgroup-e {
    margin-top: 3%;
}

.featgroup-e-head {
    margin-bottom: 16px;
    padding: 32px 24px 0;
}

.featgroup-e-hl {
    position: relative;
}

.claude-sup-img,
.license-sup-img {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
}

.featgroup-e-card {
    border-radius: 32px; /* mobile */
    margin-top: 16px;
    overflow: hidden;
}

/* per-card gradient backgrounds */
.featgroup-e-card-1 { background: linear-gradient(117.84deg, rgba(255, 235, 220, 0.99) 18.82%, #FFC5FF 98.92%); }
.featgroup-e-card-2 { background: linear-gradient(112.25deg, #A0E6FF 4.96%, #FFCDF7 84.92%); }

.featgroup-e-text {
    padding: 0 24px 32px;
}

.featgroup-e-text h3 {
    color: #161616;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.featgroup-e-text p {
    color: #6B6675;
    margin: 0;
    line-height: 165%;
}

.featgroup-e-media {
    border-radius: 18px;
    overflow: hidden;
}

.featgroup-e-media img,
.featgroup-e-media video {
    display: block;
    width: 100%;
    border-radius: 18px;
}


.section9-box-out:last-child .option-text-1 {}

.section9-box-out:last-child .option-text-2 {
    color: #ffffff;
}

.section9-box-out:last-child .option-text-3 {
    color: #ffffff;
}

.section9-box-out:last-child .option-text-4 {
    color: #FFFFFF;
}

/*section10*/
.swiper-container.swiper--top,
.swiper-container.swiper--bottom {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.swiper-container.swiper--top .swiper-slide,
.swiper-container.swiper--bottom .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 12px;
    height: auto;
}

@-webkit-keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.revenue-box {
    border: 1px solid #CACACA;
    border-radius: 20px;
    font-size: 15px;
    text-align: left;
    color: #414141;
    padding: 25px;
}

.person-text {
    font-weight: 600;
    line-height: 160%;
    font-family: "Manrope", sans-serif;
}

.person-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 14%;
}

.revenue-img {}

.person-name {
    font-size: 15px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.person-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.textborder9 {
    background: url(../images/textborder9.webp) no-repeat center top;
    background-size: contain;
    padding: 5px;
    margin: 0 2px;
}

/*section11*/

/*section12*/
.section12-box {
    border-radius: 66px;
    background-color: #FFF4FC;
    width: 89.55%;
    margin: auto;
    padding: 0 15px 5% 15px;
    background-image: linear-gradient(180deg, #000000 -20%, #461185);
    color: #fff;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 23%);
}

.moneyback-img {
    position: relative;
    top: -53px;
    margin-bottom: -40px;
}

.table-box {
    padding: 1px 2%;
    margin-top: 9.3%;
}

.table-box1-gradient {
    position: relative;
    border-radius: 34px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 68px 0px rgba(0, 0, 0, 0.09);
    padding: 2px;
    background-image: linear-gradient(#FFCCEE, #BA21EE, #5200E4);
}

.table-box1-inn {
    border-radius: 33px;
    background-color: rgb(255, 255, 255);
    padding: 0;
}

.table-box-top {
    border-radius: 31px 31px 0 0;
    padding: 6% 3% 0% 0;
    background: url(../images/tabletopbg.webp) no-repeat center top;
    background-size: cover;
    position: relative;
}

.table-detail-div {}

.table-text-1 {
    display: inline-block;
    background: linear-gradient(95deg, #8A54DB 0%, #5B2A9E 100%);
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0.3px;
    font-weight: 800;
    font-family: "Manrope", sans-serif;
    line-height: 1.1;
    padding: 9px 30px;
    border-radius: 999px;
    margin-bottom: 8px;
    box-shadow: 0 6px 18px rgba(138, 84, 219, 0.28);
}

.table-featured .table-text-1 {
    background: linear-gradient(95deg, #F5A623 0%, #C77800 100%);
    box-shadow: 0 6px 18px rgba(245, 166, 35, 0.30);
}

.table-text-1-1 {
    font-size: 13px;
    color: #8A54DB;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    line-height: 1.2;
    margin: 6px 0 0;
}

.table-text-1-1 span {
    background: none;
    padding: 0;
}

.table-featured .table-text-1-1 {
    color: #C77800;
}

.table-text-2 {
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    color: hsl(0deg 0% 0% / 50%);
    font-weight: 600;
    letter-spacing: -2%;
    margin-top: 6px;
}

.table-text-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.table-text-3 span {}

.table-text-4 {
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
}

.table-text-4-span {
    display: block;
}

.table-text-4-span span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: rgb(255 255 255 / 0%);
    border-radius: 50px;
    padding: 4.72px 10.3px;
    color: #000000;
    box-shadow: inset 0 0px 7.3px #FFA4A4;
    position: relative;
    z-index: 2;
    margin: 3px 1px;
}

.textborder8-img {
    margin-top: 4%;
}

.checkimg2-img {
    position: relative;
    top: -1px;
    margin-right: 2px;
    width: 12px;
}

.cover-img {
    max-width: 105%;
    position: relative;
    top: -16px;
}

.table-box2-bottom {
    padding-bottom: 7%;
}

.price-checklist2 {
    padding: 10px 8px 0;
    list-style: none;
}

.table-cta-line {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.3px;
    color: #161616;
    text-align: center;
    margin: 0 12px 14px;
}

.table-cta-line span {
    color: #8A54DB;
}

.checklist-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #8A54DB;
    margin: 22px 15px 14px;
}

.checklist-heading::before,
.checklist-heading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #E7DAF7;
}

.price-checklist2 li {
    background: url(../images/checkimg3.webp) no-repeat 14px center;
    background-size: 20px;
    padding: 13px 16px 13px 46px;
    margin: 0 0 8px;
    list-style: none;
    text-align: left;
    color: #2A2440;
    font-weight: 600;
    line-height: 140%;
    border: 1px solid transparent;
    border-radius: 14px;
}

/* alternating highlighted rows */
.price-checklist2 li:nth-child(odd) {
    background-color: #F5ECFF;
    border-color: #E3D2FA;
}

.table-price {
    font-size: 64px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: -2%;
    line-height: 110%;
    color: #000000;
}

/* ===== two-tier pricing (Commercial / All Access) ===== */
#buynow .table-box {
    margin-top: 4%;
}

/* stack cover above the price details — each table is only half-width now */
#buynow .table-box-top {
    padding: 9% 5% 0;
}

#buynow .table-box-top .row {
    flex-direction: column;
    align-items: center;
}

#buynow .table-box-top .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

#buynow .cover-img {
    max-width: 190px;
    width: 70%;
    top: 0;
    margin: 0 auto 6px;
}

#buynow .table-detail-div {
    padding-bottom: 7%;
}

/* clean divider before the price (replaces the old squiggle) */
#buynow .table-text-3 {
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid #EFE6FA;
    align-items: center;
    gap: 10px;
}

#buynow .table-text-4 {
    margin-top: 14px;
}

/* badge pills in our purple palette instead of pink */
#buynow .table-text-4-span span {
    background: #FAF5FF;
    box-shadow: inset 0 0 0 1px #E6D4FA;
    color: #2A2440;
    font-weight: 600;
}

/* highlighted "All Access" tier */
.table-featured.table-box1-gradient {
    background-image: linear-gradient(#FFE39A, #F5A623, #C77800);
    box-shadow: 0px 9px 68px 0px rgba(245, 166, 35, 0.28);
}

.table-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    background: #ED0000;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 999px;
}

.table-price-text {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -2%;
    line-height: 115%;
    color: #000000;
    position: relative;
    top: 4px;
}

/*section13*/
.bonuscredits-img {
    margin-top: 2%;
}

.bonuscredits-box {
    padding: 5.5px;
    width: 25%;
}

.bonuscredits-box-inn {
    border: 1px solid #E6E6E6;
    border-radius: 26px;
    height: 100%;
    padding: 8% 0 0 0;
}

.bonuscredits-box-inn p {
    padding: 0% 6.5% 11% 7.5%;
    line-height: 150%;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.bonuscredits-box-inn-1 {
    background-image: linear-gradient(180deg, #F1FCFF, #BEEFFF);
}

.bonuscredits-box-inn-2 {
    background-image: linear-gradient(180deg, #FBF1FF, #EDBCFF);
}

.bonuscredits-box-inn-3 {
    background-image: linear-gradient(180deg, #fcf8e9, #FFEBAE);
}

.checkimg5-img {
    position: relative;
    top: 10px;
}

.think-img {}

.alert-text {
    color: #D81616;
    background-color: #F9F0F0;
    border-radius: 9px;
    display: inline-block;
    padding: 10px 20px;
}

/*section14*/
.click-box {
    width: 29.2%;
    padding: 8.5px;
}

.click-box p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 140%;
}

.checkimg4-img {
    position: relative;
    top: 8px;
}

.click-box {}

.click-box-inn {
    background: #fff;
    border-radius: 18px;
    padding: 5% 10% 6% 7%;
    box-shadow: inset 0 0px 30px rgb(215 200 245);
    height: 100%;
}

/*faq*/
.accordion_container {
    width: 83.72%;
    margin: auto;
    margin-top: 4%;
}

.accordion_div {
    margin: 0;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    padding: 14px 0px;
}

.accordion_head {
    cursor: pointer;
    margin: 0;
    padding: 22px 14px 22px 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2%;
    font-family: "Manrope", sans-serif;
    color: #060606;
    background-color: transparent;
}

.accordion_body {
    padding-right: 0%;
    position: relative;
    z-index: 1;
}

.accordion_body p {
    padding: 0 0 0 0;
    margin: 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 135% */
    color: #6D6D6D;
    letter-spacing: -1%;
}

.plusminus {
    float: right;
    margin-top: 4px;
    font-size: 20px;
    color: #434647;
}

/*footer*/
.footerlogo-img {
    width: 390px;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoicon-div {
    width: 194px;
}

.logoicon-img {}

.footer-links-inn {
    color: #fff;
    width: 72%;
    text-align: right;
}

.copyright-link {
    text-align: center;
    color: #ffffff;
}

.footer a {
    color: #797979;
    margin: 0;
}

.footer a:hover {
    text-decoration: underline;
    color: #5f5f5f;
}

.footer hr {
    border-top: 1px solid #D5D5D5;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
}

.footer-address-pill {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 8px 36px 8px 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8A54DB 0%, #9C59FF 50%, #C264F0 100%);
    box-shadow: 0 14px 34px rgba(138, 84, 219, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -2px 6px rgba(80, 30, 150, 0.25);
    max-width: 100%;
}

.footer-address-pill .pin-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff 0%, #f0e3ff 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9C59FF;
    font-size: 22px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), inset 0 -1px 2px rgba(156, 89, 255, 0.18);
    flex-shrink: 0;
}

.footer-address-pill .address-text {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.logofoot-img {
    margin-top: 5%;
}

/* Default navbar styling */
#nav-bar {
    position: fixed;
    bottom: 12px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 68.9%;
    background-color: #20202038;
    float: none;
    transition: width 0.4s ease, padding 0.4s ease, background-color 0.4s ease, box-shadow 0.3s ease;
    z-index: 999;
    box-shadow: none;
    padding: 20px;
    text-align: center;
    display: block;
    border: 1px solid #ffffff36;
}

#nav-bar.scrolled {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    background-color: rgba(13, 13, 13, 0.2);
}

#nav-bar h3 {
    font-size: 34px;
    font-weight: 600;
}

#nav-bar h3 span {
    font-size: 19px;
    font-weight: 400;
}

.logo-img-2 {
    width: 194px;
    margin: 0 4px;
    margin-top: -3px;
}

/**/
.top {
    top: 0;
    width: 100%;
    z-index: 11;
}

.banner {
    background: url(../images/banner.webp) no-repeat center top;
    background-size: cover;
    background-color: #ffffff;
    padding: 17px 0 2% 0;
    position: relative;
    overflow: hidden;
}

.floating1-img,
.floating2-img {
    position: absolute;
    top: 235px;
    z-index: 1;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
}

.floating1-img {
    left: 3%;
    width: 165px;
    transform: rotate(-5deg);
}

.floating2-img {
    right: 3%;
    width: 185px;
    transform: rotate(5deg);
}

.section2 {
    background: url(../images/section2.webp) no-repeat center top;
    background-size: cover;
    padding: 0 0 1.5% 0;
    position: relative;
    margin-top: -2%;
}

.made-with-section {
    background: url(../images/madewithbg.webp) no-repeat center top;
    background-size: cover;
    padding: 5.55% 0 9% 0;
}

.section3 {
    background: url(../images/section3.webp) no-repeat center top;
    background-size: cover;
    padding: 2.5% 0 5.5% 0;
    margin-top: -6%;
}

.section3-div-main {
    background: url(../images/section3b.webp) no-repeat center top;
    background-size: cover;
    padding: 0 0 9% 0;
}

.createwith-section {
    background: url(../images/createwithbg.webp) no-repeat center top;
    background-size: cover;
    padding: 3.6% 0 4% 0;
}

.section4 {
    background: url(../images/section4.webp) no-repeat center top;
    background-size: cover;
    padding: 0.5% 0 3% 0;
}

.section4_2 {
    position: relative;
}

.section5 {
    background: url(../images/section5.webp) no-repeat center top;
    background-size: cover;
    padding: 0 0 20% 0;
}

.intro-section {
    background: url(../images/introbg.webp) no-repeat center top;
    background-size: cover;
    padding: 0 0 3% 0;
    margin-top: -3%;
}

.section6 {
    background: url(../images/section6.webp) no-repeat center top;
    background-size: cover;
    padding: 7% 0 4% 0;
}

.section7 {}

.section8 {
    padding: 7% 0 2.5% 0;
    position: relative;
    overflow: hidden;
}

.section9 {
    background: url(../images/section9.webp) no-repeat center top;
    background-size: cover;
    padding: 7.5% 0 6% 0;
}

.section10 {
    padding: 0 0 4% 0;
}

.section12 {
    background: url(../images/section12.webp) no-repeat center bottom;
    background-size: cover;
    padding: 4% 0 10% 0;
}

.section13 {
    background: url(../images/section13.webp) no-repeat center bottom;
    background-size: cover;
    padding: 0 0 2% 0;
    margin-top: -6%;
}

.section14 {
    background: url(../images/section14.webp) no-repeat center top;
    background-size: cover;
    padding: 6% 0 14% 0;
}

.faq-section {
    padding: 0;
    margin-top: -4%;
}

.footer {
    background: url(../images/footerbg.webp) no-repeat center top;
    background-size: cover;
    position: relative;
    padding: 14% 0 20px 0;
    margin-top: -3%;
}

.mt0 {
    margin-top: 0%;
}

.mt1 {
    margin-top: 1%;
}

.mt2 {
    margin-top: 2%;
}

.mt3 {
    margin-top: 3%;
}

.mt4 {
    margin-top: 4%;
}

.mt5 {
    margin-top: 5%;
}

.mt6 {
    margin-top: 6%;
}

.mt7 {
    margin-top: 7%;
}

.mt8 {
    margin-top: 8%;
}

.mt9 {
    margin-top: 9%;
}

.mt10 {
    margin-top: 10%;
}

.mt11 {
    margin-top: 11%;
}

.mt12 {
    margin-top: 12%;
}

.mt13 {
    margin-top: 13%;
}

.mt14 {
    margin-top: 14%;
}

.mt15 {
    margin-top: 15%;
}

.mt17 {
    margin-top: 17%;
}

.mt20 {
    margin-top: 20%;
}

.mt22 {
    margin-top: 22%;
}

.mt26 {
    margin-top: 26%;
}

.mt28 {
    margin-top: 28%;
}


/* ==========================================================================
   Spacing utility classes
   Scale follows Bootstrap for 0-5: 0 = 0, 1 = .25rem, 2 = .5rem,
   3 = 1rem, 4 = 1.5rem, 5 = 3rem; then +1rem per step:
   6 = 4rem, 7 = 5rem, 8 = 6rem, 9 = 7rem, 10 = 8rem, 11 = 9rem, 12 = 10rem
   p  = padding all sides   m  = margin all sides
   px / py = x-axis / y-axis    pt pb pl pr = single side
   ========================================================================== */

/* Padding — all sides */
.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }
.p-6 { padding: 4rem; }
.p-7 { padding: 5rem; }
.p-8 { padding: 6rem; }
.p-9 { padding: 7rem; }
.p-10 { padding: 8rem; }
.p-11 { padding: 9rem; }
.p-12 { padding: 10rem; }

/* Padding — x axis (left + right) */
.px-0 { padding-left: 0; padding-right: 0; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 1rem; padding-right: 1rem; }
.px-4 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-5 { padding-left: 3rem; padding-right: 3rem; }
.px-6 { padding-left: 4rem; padding-right: 4rem; }
.px-7 { padding-left: 5rem; padding-right: 5rem; }
.px-8 { padding-left: 6rem; padding-right: 6rem; }
.px-9 { padding-left: 7rem; padding-right: 7rem; }
.px-10 { padding-left: 8rem; padding-right: 8rem; }
.px-11 { padding-left: 9rem; padding-right: 9rem; }
.px-12 { padding-left: 10rem; padding-right: 10rem; }

/* Padding — y axis (top + bottom) */
.py-0 { padding-top: 0; padding-bottom: 0; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 1rem; padding-bottom: 1rem; }
.py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.py-6 { padding-top: 4rem; padding-bottom: 4rem; }
.py-7 { padding-top: 5rem; padding-bottom: 5rem; }
.py-8 { padding-top: 6rem; padding-bottom: 6rem; }
.py-9 { padding-top: 7rem; padding-bottom: 7rem; }
.py-10 { padding-top: 8rem; padding-bottom: 8rem; }
.py-11 { padding-top: 9rem; padding-bottom: 9rem; }
.py-12 { padding-top: 10rem; padding-bottom: 10rem; }

/* Padding — single sides */
.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; }
.pt-6 { padding-top: 4rem; }
.pt-7 { padding-top: 5rem; }
.pt-8 { padding-top: 6rem; }
.pt-9 { padding-top: 7rem; }
.pt-10 { padding-top: 8rem; }
.pt-11 { padding-top: 9rem; }
.pt-12 { padding-top: 10rem; }

.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }
.pb-6 { padding-bottom: 4rem; }
.pb-7 { padding-bottom: 5rem; }
.pb-8 { padding-bottom: 6rem; }
.pb-9 { padding-bottom: 7rem; }
.pb-10 { padding-bottom: 8rem; }
.pb-11 { padding-bottom: 9rem; }
.pb-12 { padding-bottom: 10rem; }

.pl-0 { padding-left: 0; }
.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 1rem; }
.pl-4 { padding-left: 1.5rem; }
.pl-5 { padding-left: 3rem; }
.pl-6 { padding-left: 4rem; }
.pl-7 { padding-left: 5rem; }
.pl-8 { padding-left: 6rem; }
.pl-9 { padding-left: 7rem; }
.pl-10 { padding-left: 8rem; }
.pl-11 { padding-left: 9rem; }
.pl-12 { padding-left: 10rem; }

.pr-0 { padding-right: 0; }
.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 1rem; }
.pr-4 { padding-right: 1.5rem; }
.pr-5 { padding-right: 3rem; }
.pr-6 { padding-right: 4rem; }
.pr-7 { padding-right: 5rem; }
.pr-8 { padding-right: 6rem; }
.pr-9 { padding-right: 7rem; }
.pr-10 { padding-right: 8rem; }
.pr-11 { padding-right: 9rem; }
.pr-12 { padding-right: 10rem; }

/* Margin — all sides */
.m-0 { margin: 0; }
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 1rem; }
.m-4 { margin: 1.5rem; }
.m-5 { margin: 3rem; }
.m-6 { margin: 4rem; }
.m-7 { margin: 5rem; }
.m-8 { margin: 6rem; }
.m-9 { margin: 7rem; }
.m-10 { margin: 8rem; }
.m-11 { margin: 9rem; }
.m-12 { margin: 10rem; }
.m-auto { margin: auto; }

/* Margin — x axis (left + right) */
.mx-0 { margin-left: 0; margin-right: 0; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-3 { margin-left: 1rem; margin-right: 1rem; }
.mx-4 { margin-left: 1.5rem; margin-right: 1.5rem; }
.mx-5 { margin-left: 3rem; margin-right: 3rem; }
.mx-6 { margin-left: 4rem; margin-right: 4rem; }
.mx-7 { margin-left: 5rem; margin-right: 5rem; }
.mx-8 { margin-left: 6rem; margin-right: 6rem; }
.mx-9 { margin-left: 7rem; margin-right: 7rem; }
.mx-10 { margin-left: 8rem; margin-right: 8rem; }
.mx-11 { margin-left: 9rem; margin-right: 9rem; }
.mx-12 { margin-left: 10rem; margin-right: 10rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* Margin — y axis (top + bottom) */
.my-0 { margin-top: 0; margin-bottom: 0; }
.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-3 { margin-top: 1rem; margin-bottom: 1rem; }
.my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-5 { margin-top: 3rem; margin-bottom: 3rem; }
.my-6 { margin-top: 4rem; margin-bottom: 4rem; }
.my-7 { margin-top: 5rem; margin-bottom: 5rem; }
.my-8 { margin-top: 6rem; margin-bottom: 6rem; }
.my-9 { margin-top: 7rem; margin-bottom: 7rem; }
.my-10 { margin-top: 8rem; margin-bottom: 8rem; }
.my-11 { margin-top: 9rem; margin-bottom: 9rem; }
.my-12 { margin-top: 10rem; margin-bottom: 10rem; }
/* ==========================================================================
   RESPONSIVE — all media queries, grouped & sorted (min-width ascending,
   then max-width descending). Base/component/utility rules above are
   unchanged in source order.
   ========================================================================== */
@media (min-width: 240px) {
    .xs8 {
        font-size: 8px;
    }
    .xs9 {
        font-size: 9px;
    }
    .xs10 {
        font-size: 10px;
    }
    .xs11 {
        font-size: 11px;
    }
    .xs12 {
        font-size: 12px;
    }
    .xs13 {
        font-size: 13px;
    }
    .xs14 {
        font-size: 14px;
    }
    .xs15 {
        font-size: 15px;
    }
    .xs16 {
        font-size: 16px;
    }
    .xs17 {
        font-size: 17px;
    }
    .xs18 {
        font-size: 18px;
    }
    .xs19 {
        font-size: 19px;
    }
    .xs20 {
        font-size: 20px;
    }
    .xs21 {
        font-size: 21px;
    }
    .xs22 {
        font-size: 22px;
    }
    .xs23 {
        font-size: 23px;
    }
    .xs24 {
        font-size: 24px;
    }
    .xs25 {
        font-size: 25px;
    }
    .xs26 {
        font-size: 26px;
    }
    .xs27 {
        font-size: 27px;
    }
    .xs28 {
        font-size: 28px;
    }
    .xs29 {
        font-size: 29px;
    }
    .xs30 {
        font-size: 30px;
    }
    .xs31 {
        font-size: 31px;
    }
    .xs32 {
        font-size: 32px;
    }
    .xs33 {
        font-size: 33px;
    }
    .xs35 {
        font-size: 35px;
    }
    .xs37 {
        font-size: 37px;
    }
    .xs38 {
        font-size: 38px;
    }
    .xs39 {
        font-size: 39px;
    }
    .xs40 {
        font-size: 40px;
    }
    .xs41 {
        font-size: 41px;
    }
    .xs43 {
        font-size: 43px;
    }
    .xs45 {
        font-size: 45px;
    }
    .xs47 {
        font-size: 47px;
    }
    .xs49 {
        font-size: 49px;
    }
    .xs51 {
        font-size: 51px;
    }
    .xs56 {
        font-size: 56px;
    }
    .xs60 {
        font-size: 60px;
    }
    .xs70 {
        font-size: 70px;
    }
    .xs85 {
        font-size: 85px;
    }
    .mycontainer {
        width: 100%;
    }
    .mycontainer2 {
        width: 100%;
        margin: auto;
    }
    .mycontainer,
    .mycontainer2,
    .mycontainer3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
    .mycontainer {
        width: 100%;
    }
    .mycontainer2 {
        width: 100%;
    }
    .lappy {
        position: static;
        right: 0;
        bottom: 0px;
    }
    .videosection {
        position: static;
        right: 0;
        bottom: 0px;
    }
    .mainvideo {
        position: static;
        width: 100%;
        height: auto;
    }
    .video {
        width: 485px;
        height: 231px;
        top: 23px;
        left: 0px;
        margin-bottom: 8%;
    }
    /**/
    .banner-title {
        font-size: 40px;
    }
    .creating-box {
        width: 100%;
    }
    .creating-box-inn {
        padding: 20px 30px;
    }
    .section5-div {
        width: 100%;
    }
    .section5-detail-div {
        padding: 7% 11% 7.5% 7%;
    }
    .section9-box-out {
        width: 100%;
    }
    .feature-details {
        padding: 1.5rem 1.75rem; /* mobile: reduced y, comfortable x */
    }
    .feature-details-2 {
        padding: 0;
    }
    .feature-card {
        width: 100%;
    }
    .bonuscredits-box {
        width: 100%;
    }
    .click-box {
        width: 100%;
    }
    .accordion_container {
        width: 98%;
    }
    .accordion_head {
        font-size: 17px;
    }
    .accordion_body p {
        font-size: 13px;
    }
    .feature-card h3 {
        font-size: 19px;
    }
    .feature-card p {
        font-size: 14px;
    }
    .showcase-box {
        padding: 6px 6px;
        width: 50%;
    }
    .step-left {
        width: 100%;
        padding: 0 15px;
    }
    .step-div-2 .step-left {
        padding: 0 15px 0 5%;
    }
    .step-right {
        width: 100%;
    }
    .section6-div {
        width: 100%;
        padding: 30px 0px;
    }
    .studio-box {
        width: 100%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 100%;
    }
    .section4-div-3 {
        width: 100%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 8px 15px;
    }
    .section4-div-3_1 {
        padding: 8px 15px;
    }
    .section4-div-3_2 {
        padding: 8px 15px;
    }
    .bannervid-img {
        max-width: 160%;
        left: -30%;
    }
    .section8-box-out,
    .section8-box-inn {
        padding: 4px;
    }
    .list-headline {
        font-size: 12px;
    }
    .list-points {
        font-size: 12px;
    }
    .list-5 .list-headline {
        font-size: 32px;
    }
    .list-favicon-img {
        width: 22px;
    }
    .sign1-img {
        width: 16px;
    }
    .signuncheck-img {
        width: 12px;
    }
    .signcheck-img {
        width: 20px;
    }
    .step-left h1 {
        font-size: 27px;
    }
    .section7-div-out {
        padding: 15px;
        width: 100%;
    }
    .table-box {
        padding: 15px;
    }
}
@media (min-width: 480px) {
    .mainvideo {
        position: static;
        width: 100%;
        height: 0px;
    }
    .video {
        width: 485px;
        height: 273px;
        top: 54px;
        left: 28px;
        margin-bottom: 8%;
    }
}
@media (min-width: 768px) {
    .sm8 {
        font-size: 8px;
    }
    .sm9 {
        font-size: 9px;
    }
    .sm10 {
        font-size: 10px;
    }
    .sm11 {
        font-size: 11px;
    }
    .sm12 {
        font-size: 12px;
    }
    .sm13 {
        font-size: 13px;
    }
    .sm14 {
        font-size: 14px;
    }
    .sm15 {
        font-size: 15px;
    }
    .sm16 {
        font-size: 16px;
    }
    .sm17 {
        font-size: 17px;
    }
    .sm18 {
        font-size: 18px;
    }
    .sm19 {
        font-size: 19px;
    }
    .sm20 {
        font-size: 20px;
    }
    .sm21 {
        font-size: 21px;
    }
    .sm22 {
        font-size: 22px;
    }
    .sm23 {
        font-size: 23px;
    }
    .sm24 {
        font-size: 24px;
    }
    .sm25 {
        font-size: 25px;
    }
    .sm26 {
        font-size: 26px;
    }
    .sm27 {
        font-size: 27px;
    }
    .sm28 {
        font-size: 28px;
    }
    .sm29 {
        font-size: 29px;
    }
    .sm30 {
        font-size: 30px;
    }
    .sm31 {
        font-size: 31px;
    }
    .sm32 {
        font-size: 32px;
    }
    .sm33 {
        font-size: 33px;
    }
    .sm34 {
        font-size: 34px;
    }
    .sm35 {
        font-size: 35px;
    }
    .sm36 {
        font-size: 36px;
    }
    .sm37 {
        font-size: 37px;
    }
    .sm38 {
        font-size: 38px;
    }
    .sm39 {
        font-size: 39px;
    }
    .sm40 {
        font-size: 40px;
    }
    .sm41 {
        font-size: 41px;
    }
    .sm42 {
        font-size: 42px;
    }
    .sm43 {
        font-size: 43px;
    }
    .sm44 {
        font-size: 44px;
    }
    .sm45 {
        font-size: 45px;
    }
    .sm46 {
        font-size: 46px;
    }
    .sm47 {
        font-size: 47px;
    }
    .sm49 {
        font-size: 49px;
    }
    .sm50 {
        font-size: 50px;
    }
    .sm51 {
        font-size: 51px;
    }
    .sm52 {
        font-size: 52px;
    }
    .sm54 {
        font-size: 54px;
    }
    .sm55 {
        font-size: 55px;
    }
    .sm60 {
        font-size: 60px;
    }
    .sm65 {
        font-size: 65px;
    }
    .sm70 {
        font-size: 70px;
    }
    .sm80 {
        font-size: 80px;
    }
    .sm100 {
        font-size: 100px;
    }
    .sm130 {
        font-size: 130px;
    }
    .mycontainer {
        width: 750px;
    }
    .mycontainer2 {
        width: 750px;
    }
}
@media only screen and (min-width: 768px) {
    .lappy {
        position: relative;
        right: 0;
        bottom: -50px;
    }
    .videosection {
        position: relative;
        right: 0;
        bottom: 0px;
    }
    .mainvideo {
        position: absolute;
        width: 402px;
        height: 227px;
        top: 40px;
        left: 24px;
    }
    .video {
        width: 315px;
        height: 117px;
        top: 15px;
        left: 7px;
        margin-bottom: 12%;
    }
    /**/
    .navbar {
        width: 100%;
    }
    /**/
    .banner-title {
        font-size: 54px;
    }
    .creating-box {
        width: 47%;
    }
    .creating-box-inn {
        padding: 8% 11% 13% 11%;
    }
    .section5-div {
        width: 44%;
    }
    .section5-detail-div {
        padding: 7% 12px;
    }
    .section9-box-out {
        width: 49%;
    }
    .feature-details {
        padding: 2rem 1.5rem; /* tablet (768-991): narrow column, reduced x */
    }
    .feature-details-2 {
        padding: 0 1% 0 5%;
    }
    /* restore the large desktop frames */
    .featgroup-a {
        border-radius: 81px;
        padding: 3% 6%;
    }
    .featgroup-a-1,
    .featgroup-a-2 {
        border-radius: 70px;
        padding: 2%;
    }
    .featgroup-b {
        border-radius: 48px;
        padding: 48px 36px;
    }
    .featgroup-b-head {
        margin-bottom: 16px;
    }
    .featgroup-b-card {
        border-radius: 47px;
    }
    .featgroup-b-card-media {
        margin-bottom: 20px;
    }
    .featgroup-b-card-media img,
    .featgroup-b-card-media video {
        border-radius: 40px;
    }
    .featgroup-b-row {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .featgroup-b-card-text {
        padding: 6px 40px 20px;
    }
    /* wide card: give the copy some breathing room from the image */
    .featgroup-b-card-wide .featgroup-b-text {
        padding-left: 24px;
    }
    .featgroup-c-card {
        border-radius: 40px;
        padding: 40px 48px;
    }
    .featgroup-c-text {
        padding-right: 24px;
    }
    .featgroup-e-card {
        border-radius: 40px;
    }
    .featgroup-e-head {
        padding: 48px 48px 40px 48px;
    }
    .featgroup-e-card-1 .featgroup-e-text {
        padding: 48px 48px 48px 90px;
    }
    .featgroup-e-card-2 .featgroup-e-text {
        padding: 48px 48px 48px 24px;
    }
    .featgroup-d {
        padding: 5% 0 6%;
    }
    .featgroup-d-card {
        border-radius: 40px;
        padding: 32px;
    }
    .feature-card {
        width: 46%;
    }
    .bonuscredits-box {
        width: 33.33%;
    }
    .click-box {
        width: 45%;
    }
    .accordion_container {
        width: 98%;
    }
    .accordion_head {
        font-size: 19px;
    }
    .accordion_body p {
        font-size: 17px;
    }
    .feature-card h3 {
        font-size: 22px;
    }
    .feature-card p {
        font-size: 16px;
    }
    .showcase-box {
        padding: 10px;
        width: 28%;
    }
    .step-left {
        width: 50%;
        padding: 0;
    }
    .step-div-2 .step-left {
        padding: 0 15px;
    }
    .step-right {
        width: 50%;
    }
    .section6-div {
        width: 98%;
        padding: 3% 2%;
    }
    .studio-box {
        width: 48%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 40%;
    }
    .section4-div-3 {
        width: 80%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 130%;
        left: -15%;
    }
    .section8-box-out,
    .section8-box-inn {
        padding: 0;
    }
    .list-headline {
        font-size: 18px;
    }
    .list-points {
        font-size: 18px;
    }
    .list-5 .list-headline {
        font-size: 28px;
    }
    .list-favicon-img {
        width: 24px;
    }
    .sign1-img {
        width: 22px;
    }
    .signuncheck-img {
        width: 18px;
    }
    .signcheck-img {
        width: 26px;
    }
    .step-div {
        padding: 4% 5%;
    }
    .step-left h1 {
        font-size: 38px;
    }
    .emoji1-img {
        top: -1%;
        left: 4%;
        width: 40px;
    }
    .emoji2-img {
        top: -1%;
        right: 3%;
        width: 50px;
    }
    .emoji3-img {
        top: 2%;
        left: 3%;
        width: 110px;
    }
    .emoji4-img {
        top: 2%;
        right: 2%;
        width: 110px;
    }
    .section7-div-out {
        padding: 8px;
        width: 47.9%;
    }
    .table-box {
        padding: 1px 0%;
    }
    .cover-img {
        max-width: 95%;
    }
    .table-text-1 {
        font-size: 22px;
    }
    .table-text-1-1 {
        font-size: 32px;
    }
    .table-text-2 {
        font-size: 18px;
    }
    .table-text-4-span {
        gap: 9px;
    }
    .table-text-4 {
        font-size: 10px;
    }
    .table-price {
        font-size: 80px;
    }
    .table-price-text {
        font-size: 15px;
    }
    .price-checklist2 {
        padding: 12px 10px 0;
    }
}
@media (min-width: 992px) {
    .md8 {
        font-size: 8px;
    }
    .md9 {
        font-size: 9px;
    }
    .md10 {
        font-size: 10px;
    }
    .md11 {
        font-size: 11px;
    }
    .md12 {
        font-size: 12px;
    }
    .md13 {
        font-size: 13px;
    }
    .md14 {
        font-size: 14px;
    }
    .md15 {
        font-size: 15px;
    }
    .md16 {
        font-size: 16px;
    }
    .md17 {
        font-size: 17px;
    }
    .md18 {
        font-size: 18px;
    }
    .md19 {
        font-size: 19px;
    }
    .md20 {
        font-size: 20px;
    }
    .md21 {
        font-size: 21px;
    }
    .md22 {
        font-size: 22px;
    }
    .md23 {
        font-size: 23px;
    }
    .md24 {
        font-size: 24px;
    }
    .md25 {
        font-size: 25px;
    }
    .md26 {
        font-size: 26px;
    }
    .md27 {
        font-size: 27px;
    }
    .md28 {
        font-size: 28px;
    }
    .md29 {
        font-size: 29px;
    }
    .md30 {
        font-size: 30px;
    }
    .md31 {
        font-size: 31px;
    }
    .md32 {
        font-size: 32px;
    }
    .md33 {
        font-size: 33px;
    }
    .md34 {
        font-size: 34px;
    }
    .md35 {
        font-size: 35px;
    }
    .md36 {
        font-size: 36px;
    }
    .md37 {
        font-size: 37px;
    }
    .md38 {
        font-size: 38px;
    }
    .md39 {
        font-size: 39px;
    }
    .md40 {
        font-size: 40px;
    }
    .md41 {
        font-size: 41px;
    }
    .md42 {
        font-size: 42px;
    }
    .md44 {
        font-size: 44px;
    }
    .md45 {
        font-size: 45px;
    }
    .md46 {
        font-size: 46px;
    }
    .md47 {
        font-size: 47px;
    }
    .md48 {
        font-size: 48px;
    }
    .md49 {
        font-size: 49px;
    }
    .md50 {
        font-size: 50px;
    }
    .md51 {
        font-size: 51px;
    }
    .md52 {
        font-size: 52px;
    }
    .md53 {
        font-size: 53px;
    }
    .md54 {
        font-size: 54px;
    }
    .md55 {
        font-size: 55px;
    }
    .md56 {
        font-size: 56px;
    }
    .md58 {
        font-size: 58px;
    }
    .md60 {
        font-size: 60px;
    }
    .md65 {
        font-size: 65px;
    }
    .md68 {
        font-size: 68px;
    }
    .md75 {
        font-size: 75px;
    }
    .md70 {
        font-size: 70px;
    }
    .md72 {
        font-size: 72px;
    }
    .md80 {
        font-size: 80px;
    }
    .md84 {
        font-size: 84px;
    }
    .md90 {
        font-size: 90px;
    }
    .md120 {
        font-size: 120px;
    }
    .md170 {
        font-size: 170px;
    }
    .md210 {
        font-size: 240px;
    }
}
@media only screen and (min-width: 992px) {
    .mycontainer {
        width: 920px;
    }
    .mycontainer2 {
        width: 920px;
    }
    .mainvideo {
        position: absolute;
        width: 551px;
        height: 327px;
        top: 40px;
        left: 30px;
    }
    .video {
        width: 429px;
        height: 162px;
        top: 21px;
        left: 11px;
        margin-bottom: 10%;
    }
    /**/
    .banner-title {
        font-size: 64px;
    }
    .creating-box {
        width: 42%;
    }
    .creating-box-inn {
        padding: 8% 11% 13% 9%;
    }
    .section5-div {
        width: 33%;
    }
    .section5-detail-div {
        padding: 7% 4% 7.5% 3%;
    }
    .section9-box-out {
        width: 33.3%;
    }
    .feature-details {
        padding: 2rem 2.5rem; /* small desktop (992-1099) */
    }
    .featgroup-a-1 video,
    .featgroup-a-2 video {
        border-radius: 40px;
    }
    .feature-details-2 {
        padding: 0 1% 0 5%;
    }
    .feature-card {
        width: 31.65%;
    }
    .bonuscredits-box {
        width: 32%;
    }
    .click-box {
        width: 33.2%;
    }
    .accordion_container {
        width: 90%;
    }
    .accordion_head {
        font-size: 22px;
    }
    .accordion_body p {
        font-size: 18px;
    }
    .feature-card h3 {
        font-size: 20px;
    }
    .feature-card p {
        font-size: 15px;
    }
    .showcase-box {
        padding: 8px;
        width: 20%;
    }
    .step-left {
        width: 45%;
        padding: 0 2% 0 2%;
    }
    .step-div-2 .step-left {
        padding: 0 1% 0 3%;
    }
    .step-right {
        width: 55%;
    }
    .section6-div {
        width: 101%;
        padding: 4%;
    }
    .studio-box {
        width: 33.3%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 26.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 130%;
        left: -15%;
    }
    .section8-box-out,
    .section8-box-inn {
        padding: 0;
    }
    .list-headline {
        font-size: 20px;
    }
    .list-points {
        font-size: 17px;
    }
    .list-5 .list-headline {
        font-size: 30px;
    }
    .list-favicon-img {
        width: 30px;
    }
    .sign1-img {
        width: 24px;
    }
    .signuncheck-img {
        width: 20px;
    }
    .signcheck-img {
        width: 28px;
    }
    .step-div {
        padding: 6% 3%;
    }
    .step-left h1 {
        font-size: 44px;
    }
    .emoji1-img {
        top: 5%;
        left: 5%;
        width: 50px;
    }
    .emoji2-img {
        top: 8%;
        right: 4%;
        width: 65px;
    }
    .emoji3-img {
        top: 3%;
        left: 3%;
        width: 110px;
    }
    .emoji4-img {
        top: 3%;
        right: 2%;
        width: 110px;
    }
    .section7-div-out {
        padding: 12px;
        width: 44%;
    }
    .table-box {
        padding: 1px 0%;
    }
    .cover-img {
        max-width: 98%;
    }
    .table-text-1 {
        font-size: 22px;
    }
    .table-text-1-1 {
        font-size: 32px;
    }
    .table-text-2 {
        font-size: 18px;
    }
    .table-text-4-span {
        gap: 5px;
    }
    .table-text-4 {
        font-size: 12px;
    }
    .table-price {
        font-size: 80px;
    }
    .table-price-text {
        font-size: 15px;
    }
    .price-checklist2 {
        padding: 12px 10px 0;
    }
}
@media only screen and (min-width: 1100px) {
    .mycontainer {
        width: 1060px;
    }
    .mycontainer2 {
        width: 1060px;
    }
    .mainvideo {
        position: absolute;
        width: 551px;
        height: 327px;
        top: 40px;
        left: 30px;
    }
    .video {
        width: 429px;
        height: 162px;
        top: 21px;
        left: 11px;
        margin-bottom: 10%;
    }
    .modal-lg {
        max-width: 980px;
    }
    /**/
    .banner-title {
        font-size: 66px;
    }
    .creating-box {
        width: 33%;
    }
    .creating-box-inn {
        padding: 6% 7% 11% 7%;
    }
    .section5-div {
        width: 33%;
    }
    .section5-detail-div {
        padding: 7% 5% 7.5% 7%;
    }
    .section9-box-out {
        width: 32.5%;
    }
    .feature-details {
        padding: 2rem 3.5rem; /* desktop (1100-1199) */
    }
    .feature-details-2 {
        padding: 0 2% 0 6%;
    }
    .feature-card {
        width: 33.33%;
    }
    .bonuscredits-box {
        width: 33%;
    }
    .click-box {
        width: 33%;
    }
    .accordion_container {
        width: 96%;
    }
    .accordion_head {
        font-size: 24px;
    }
    .accordion_body p {
        font-size: 20px;
    }
    .feature-card h3 {
        font-size: 22px;
    }
    .feature-card p {
        font-size: 16px;
    }
    .showcase-box {
        padding: 7px;
        width: 20%;
    }
    .step-left {
        width: 43%;
        padding: 0 2% 0 2%;
    }
    .step-div-2 .step-left {
        padding: 0 1% 0 4%;
    }
    .step-right {
        width: 55%;
    }
    .section6-div {
        width: 98%;
        padding: 4%;
    }
    .studio-box {
        width: 33%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 27.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 124%;
        left: -12%;
    }
    .section8-box-out,
    .section8-box-inn {
        padding: 0;
    }
    .list-headline {
        font-size: 20px;
    }
    .list-points {
        font-size: 17px;
    }
    .list-5 .list-headline {
        font-size: 30px;
    }
    .list-favicon-img {
        width: 30px;
    }
    .sign1-img {
        width: 24px;
    }
    .signuncheck-img {
        width: 20px;
    }
    .signcheck-img {
        width: 28px;
    }
    .step-div {
        padding: 6% 5%;
    }
    .step-left h1 {
        font-size: 50px;
    }
    .emoji1-img {
        top: 5%;
        left: 6%;
        width: 50px;
    }
    .emoji2-img {
        top: 8%;
        right: 5%;
        width: 65px;
    }
    .emoji3-img {
        top: 5%;
        left: 4%;
        width: 130px;
    }
    .emoji4-img {
        top: 3%;
        right: 2%;
        width: 130px;
    }
    .section7-div-out {
        padding: 12px;
        width: 42%;
    }
    .table-box {
        padding: 1px 0%;
    }
    .cover-img {
        max-width: 100%;
    }
    .table-text-1 {
        font-size: 24px;
    }
    .table-text-1-1 {
        font-size: 34px;
    }
    .table-text-2 {
        font-size: 18px;
    }
    .table-text-4-span {
        gap: 4px;
    }
    .table-text-4 {
        font-size: 13px;
    }
    .table-price {
        font-size: 82px;
    }
    .table-price-text {
        font-size: 15px;
    }
    .price-checklist2 {
        padding: 12px 10px 0;
    }
}
@media (min-width: 1200px) {
    .lg8 {
        font-size: 8px;
    }
    .lg9 {
        font-size: 9px;
    }
    .lg10 {
        font-size: 10px;
    }
    .lg11 {
        font-size: 11px;
    }
    .lg12 {
        font-size: 12px;
    }
    .lg13 {
        font-size: 13px;
    }
    .lg14 {
        font-size: 14px;
    }
    .lg15 {
        font-size: 15px;
    }
    .lg16 {
        font-size: 16px;
    }
    .lg17 {
        font-size: 17px;
    }
    .lg18 {
        font-size: 18px;
    }
    .lg19 {
        font-size: 19px;
    }
    .lg20 {
        font-size: 20px;
    }
    .lg21 {
        font-size: 21px;
    }
    .lg22 {
        font-size: 22px;
    }
    .lg23 {
        font-size: 23px;
    }
    .lg24 {
        font-size: 24px;
    }
    .lg25 {
        font-size: 25px;
    }
    .lg26 {
        font-size: 26px;
    }
    .lg27 {
        font-size: 27px;
    }
    .lg28 {
        font-size: 28px;
    }
    .lg29 {
        font-size: 29px;
    }
    .lg30 {
        font-size: 30px;
    }
    .lg31 {
        font-size: 31px;
    }
    .lg32 {
        font-size: 32px;
    }
    .lg33 {
        font-size: 33px;
    }
    .lg34 {
        font-size: 34px;
    }
    .lg35 {
        font-size: 35px;
    }
    .lg36 {
        font-size: 36px;
    }
    .lg37 {
        font-size: 37px;
    }
    .lg38 {
        font-size: 38px;
    }
    .lg39 {
        font-size: 39px;
    }
    .lg40 {
        font-size: 40px;
    }
    .lg41 {
        font-size: 41px;
    }
    .lg42 {
        font-size: 42px;
    }
    .lg43 {
        font-size: 43px;
    }
    .lg44 {
        font-size: 44px;
    }
    .lg45 {
        font-size: 45px;
    }
    .lg46 {
        font-size: 46px;
    }
    .lg47 {
        font-size: 47px;
    }
    .lg48 {
        font-size: 48px;
    }
    .lg49 {
        font-size: 49px;
    }
    .lg50 {
        font-size: 50px;
    }
    .lg51 {
        font-size: 51px;
    }
    .lg52 {
        font-size: 52px;
    }
    .lg53 {
        font-size: 53px;
    }
    .lg54 {
        font-size: 54px;
    }
    .lg55 {
        font-size: 55px;
    }
    .lg56 {
        font-size: 56px;
    }
    .lg58 {
        font-size: 58px;
    }
    .lg59 {
        font-size: 59px;
    }
    .lg60 {
        font-size: 60px;
    }
    .lg62 {
        font-size: 62px;
    }
    .lg64 {
        font-size: 64px;
    }
    .lg65 {
        font-size: 65px;
    }
    .lg66 {
        font-size: 66px;
    }
    .lg67 {
        font-size: 67px;
    }
    .lg68 {
        font-size: 68px;
    }
    .lg71 {
        font-size: 71px;
    }
    .lg70 {
        font-size: 70px;
    }
    .lg72 {
        font-size: 72px;
    }
    .lg74 {
        font-size: 74px;
    }
    .lg78 {
        font-size: 78px;
    }
    .lg80 {
        font-size: 80px;
    }
    .lg84 {
        font-size: 84px;
    }
    .lg92 {
        font-size: 92px;
    }
    .lg95 {
        font-size: 95px;
    }
    .lg100 {
        font-size: 100px;
    }
    .lg105 {
        font-size: 105px;
    }
    .lg118 {
        font-size: 118px;
    }
    .lg122 {
        font-size: 122px;
    }
    .lg131 {
        font-size: 131px;
    }
    .lg150 {
        font-size: 150px;
    }
    .lg210 {
        font-size: 240px;
    }
}
@media only screen and (min-width: 1200px) {
    .mycontainer {
        width: 1170px;
    }
    .mycontainer2 {
        width: 1180px;
    }
    .mainvideo {
        position: absolute;
        width: 655px;
        height: 382px;
        top: 70px;
        left: 38px;
    }
    .video {
        width: 403px;
        height: 196px;
        top: 1px;
        left: 0px;
        margin-bottom: 0px;
    }
    /**/
    .banner-title {
        font-size: 68px;
    }
    .creating-box {
        width: 33%;
    }
    .creating-box-inn {
        padding: 8% 6% 11% 7%;
    }
    .section5-div {
        width: 32%;
    }
    .section5-detail-div {
        padding: 7% 11% 7.5% 7%;
    }
    .section9-box-out {
        width: 33.3%;
    }
    .feature-details {
        padding: 2rem 5rem;
    }
    .featgroup-a-1 video,
    .featgroup-a-2 video {
        border-radius: 57px;
    }
    .feature-details-2 {
        padding: 0 2% 0 7%;
    }
    .feature-card {
        width: 30.65%;
    }
    .bonuscredits-box {
        width: 31%;
    }
    .click-box {
        width: 31.2%;
    }
    .accordion_container {
        width: 83.72%;
    }
    .accordion_head {
        font-size: 24px;
    }
    .accordion_body p {
        font-size: 20px;
    }
    .feature-card h3 {
        font-size: 24px;
    }
    .feature-card p {
        font-size: 17px;
    }
    .showcase-box {
        padding: 10px;
        width: 20%;
    }
    .step-left {
        width: 43%;
        padding: 0 2% 0 2%;
    }
    .step-div-2 .step-left {
        padding: 0 1% 0 4%;
    }
    .step-right {
        width: 55%;
    }
    .section6-div {
        width: 94%;
        padding: 4%;
    }
    .studio-box {
        width: 32.61%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 26.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 124%;
        left: -12%;
    }
    .section8-box-out,
    .section8-box-inn {
        padding: 15px;
    }
    .list-headline {
        font-size: 22px;
    }
    .list-points {
        font-size: 19px;
    }
    .list-5 .list-headline {
        font-size: 32px;
    }
    .list-favicon-img {
        width: 34px;
    }
    .sign1-img {
        width: 26px;
    }
    .signuncheck-img {
        width: 22px;
    }
    .signcheck-img {
        width: 30px;
    }
    .step-div {
        padding: 6% 5%;
    }
    .step-left h1 {
        font-size: 50px;
    }
    .emoji1-img {
        top: 5%;
        left: 4%;
        width: 50px;
    }
    .emoji2-img {
        top: 8%;
        right: 3%;
        width: 65px;
    }
    .emoji3-img {
        top: 5%;
        left: 4%;
        width: 135px;
    }
    .emoji4-img {
        top: 5%;
        right: 4%;
        width: 135px;
    }
    .section7-div-out {
        padding: 12px;
        width: 44%;
    }
    .table-box {
        padding: 1px 2%;
    }
    .cover-img {
        max-width: 105%;
    }
    .table-text-1 {
        font-size: 26px;
    }
    .table-text-1-1 {
        font-size: 36px;
    }
    .table-text-2 {
        font-size: 20px;
    }
    .table-text-4-span {
        gap: 10px;
    }
    .table-text-4 {
        font-size: 13px;
    }
    .table-price {
        font-size: 90px;
    }
    .table-price-text {
        font-size: 15px;
    }
    .price-checklist2 {
        padding: 12px 10px 0;
    }
}
@media (min-width: 1300px) {
    .mycontainer {
        width: 1219px;
    }
    .mycontainer2 {
        width: 1180px;
    }
    /**/
    .banner-title {
        font-size: 76px;
    }
    .creating-box {
        width: 33%;
    }
    .creating-box-inn {
        padding: 8% 9% 13% 9%;
    }
    .section5-div {
        width: 31%;
    }
    .section5-detail-div {
        padding: 7% 11% 7.5% 7%;
    }
    .section9-box-out {
        width: 32.5%;
    }
    .feature-details {
        padding: 2rem 5rem;
    }
    .feature-details-2 {
        padding: 0 0% 0 7%;
    }
    .feature-card {
        width: 33%;
    }
    .bonuscredits-box {
        width: 30%;
    }
    .click-box {
        width: 31.2%;
    }
    .accordion_container {
        width: 83.72%;
    }
    .accordion_head {
        font-size: 24px;
    }
    .accordion_body p {
        font-size: 20px;
    }
    .feature-card h3 {
        font-size: 22px;
    }
    .feature-card p {
        font-size: 17px;
    }
    .showcase-box {
        padding: 12px;
        width: 20%;
    }
    .step-left {
        width: 43%;
        padding: 0 2% 0 2%;
    }
    .step-div-2 .step-left {
        padding: 0 1% 0 4%;
    }
    .step-right {
        width: 55%;
    }
    .section6-div {
        width: 91.821%;
        padding: 5% 1%;
    }
    .studio-box {
        width: 32.61%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 26.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 120%;
        left: -10%;
    }
    .section8-box-out,
    .section8-box-inn {
        padding: 15px;
    }
    .list-headline {
        font-size: 22px;
    }
    .list-points {
        font-size: 19px;
    }
    .list-5 .list-headline {
        font-size: 32px;
    }
    .list-favicon-img {
        width: 34px;
    }
    .sign1-img {
        width: 26px;
    }
    .signuncheck-img {
        width: 22px;
    }
    .signcheck-img {
        width: 30px;
    }
    .step-div {
        padding: 6% 5%;
    }
    .step-left h1 {
        font-size: 50px;
    }
    .emoji1-img {
        top: 5%;
        left: 4%;
        width: 55px;
    }
    .emoji2-img {
        top: 8%;
        right: 3%;
        width: 70px;
    }
    .emoji3-img {
        top: 5%;
        left: 4%;
        width: 135px;
    }
    .emoji4-img {
        top: 5%;
        right: 4%;
        width: 135px;
    }
    .section7-div-out {
        padding: 12px;
        width: 40.9%;
    }
    .table-box {
        padding: 1px 2%;
    }
    .cover-img {
        max-width: 105%;
    }
    .table-text-1 {
        font-size: 26px;
    }
    .table-text-1-1 {
        font-size: 36px;
    }
    .table-text-2 {
        font-size: 20px;
    }
    .table-text-4-span {
        gap: 10px;
    }
    .table-text-4 {
        font-size: 13px;
    }
    .table-price {
        font-size: 90px;
    }
    .table-price-text {
        font-size: 15px;
    }
    .price-checklist2 {
        padding: 12px 10px 0;
    }
}
@media (min-width: 1400px) {
    .mycontainer {
        width: 1320px;
    }
    .mycontainer2 {
        width: 1219px;
        ;
    }
    /**/
    .banner-title {
        font-size: 76px;
    }
    .creating-box {
        width: 29%;
    }
    .creating-box-inn {
        padding: 8% 8% 13% 8%;
    }
    .section5-div {
        width: 30%;
    }
    .section5-detail-div {
        padding: 7% 11% 7.5% 7%;
    }
    .section9-box-out {
        width: 31.5%;
    }
    .feature-details {
        padding: 2rem 5rem;
    }
    .feature-details-2 {
        padding: 0 5% 0 6%;
    }
    .feature-card {
        width: 30.65%;
    }
    .bonuscredits-box {
        width: 26%;
    }
    .click-box {
        width: 29.2%;
    }
    .accordion_container {
        width: 83.72%;
    }
    .accordion_head {
        font-size: 24px;
    }
    .accordion_body p {
        font-size: 20px;
    }
    .feature-card h3 {
        font-size: 24px;
    }
    .feature-card p {
        font-size: 17px;
    }
    .showcase-box {
        padding: 12px;
        width: 20%;
    }
    .step-left {
        width: 38%;
        padding: 0 2% 0 2%;
    }
    .step-div-2 .step-left {
        padding: 0 1% 0 4%;
    }
    .step-right {
        width: 60%;
    }
    .section6-div {
        width: 94.821%;
        padding: 4%;
    }
    .studio-box {
        width: 32.61%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 26.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 120%;
        left: -10%;
    }
    .section8-box-out,
    .section8-box-inn {
        padding: 15px;
    }
    .list-headline {
        font-size: 22px;
    }
    .list-points {
        font-size: 20px;
    }
    .list-5 .list-headline {
        font-size: 32px;
    }
    .list-favicon-img {
        width: 34px;
    }
    .sign1-img {
        width: 26px;
    }
    .signuncheck-img {
        width: 22px;
    }
    .signcheck-img {
        width: 30px;
    }
    .step-div {
        padding: 6% 5%;
    }
    .step-left h1 {
        font-size: 53px;
    }
    .emoji1-img {
        top: 5%;
        left: 6%;
        width: 64px;
    }
    .emoji2-img {
        top: 8%;
        right: 5%;
        width: 87px;
    }
    .emoji3-img {
        top: 5%;
        left: 5%;
        width: 158px;
    }
    .emoji4-img {
        top: 5%;
        right: 5%;
        width: 160px;
    }
    .section7-div-out {
        padding: 12px;
        width: 40%;
    }
    .table-box {
        padding: 1px 2%;
    }
    .cover-img {
        max-width: 105%;
    }
    .table-text-1 {
        font-size: 26px;
    }
    .table-text-1-1 {
        font-size: 36px;
    }
    .table-text-2 {
        font-size: 20px;
    }
    .table-text-4-span {
        gap: 10px;
    }
    .table-text-4 {
        font-size: 13px;
    }
    .table-price {
        font-size: 90px;
    }
    .table-price-text {
        font-size: 15px;
    }
    .price-checklist2 {
        padding: 12px 10px 0;
    }
}
@media (min-width: 1500px) {
    .xl8 {
        font-size: 8px;
    }
    .xl9 {
        font-size: 9px;
    }
    .xl10 {
        font-size: 10px;
    }
    .xl11 {
        font-size: 11px;
    }
    .xl12 {
        font-size: 12px;
    }
    .xl13 {
        font-size: 13px;
    }
    .xl14 {
        font-size: 14px;
    }
    .xl15 {
        font-size: 15px;
    }
    .xl16 {
        font-size: 16px;
    }
    .xl17 {
        font-size: 17px;
    }
    .xl18 {
        font-size: 18px;
    }
    .xl19 {
        font-size: 19px;
    }
    .xl20 {
        font-size: 20px;
    }
    .xl21 {
        font-size: 21px;
    }
    .xl22 {
        font-size: 22px;
    }
    .xl23 {
        font-size: 23px;
    }
    .xl24 {
        font-size: 24px;
    }
    .xl25 {
        font-size: 25px;
    }
    .xl26 {
        font-size: 26px;
    }
    .xl27 {
        font-size: 27px;
    }
    .xl28 {
        font-size: 28px;
    }
    .xl29 {
        font-size: 29px;
    }
    .xl30 {
        font-size: 30px;
    }
    .xl31 {
        font-size: 31px;
    }
    .xl32 {
        font-size: 32px;
    }
    .xl33 {
        font-size: 33px;
    }
    .xl34 {
        font-size: 34px;
    }
    .xl35 {
        font-size: 35px;
    }
    .xl36 {
        font-size: 36px;
    }
    .xl37 {
        font-size: 37px;
    }
    .xl38 {
        font-size: 38px;
    }
    .xl39 {
        font-size: 39px;
    }
    .xl40 {
        font-size: 40px;
    }
    .xl41 {
        font-size: 41px;
    }
    .xl42 {
        font-size: 42px;
    }
    .xl43 {
        font-size: 43px;
    }
    .xl45 {
        font-size: 45px;
    }
    .xl46 {
        font-size: 46px;
    }
    .xl47 {
        font-size: 47px;
    }
    .xl48 {
        font-size: 48px;
    }
    .xl49 {
        font-size: 49px;
    }
    .xl50 {
        font-size: 50px;
    }
    .xl51 {
        font-size: 51px;
    }
    .xl52 {
        font-size: 52px;
    }
    .xl53 {
        font-size: 53px;
    }
    .xl54 {
        font-size: 54px;
    }
    .xl55 {
        font-size: 55px;
    }
    .xl56 {
        font-size: 56px;
    }
    .xl58 {
        font-size: 58px;
    }
    .xl64 {
        font-size: 64px;
    }
    .xl65 {
        font-size: 65px;
    }
    .xl67 {
        font-size: 67px;
    }
    .xl60 {
        font-size: 60px;
    }
    .xl75 {
        font-size: 75px;
    }
    .xl70 {
        font-size: 70px;
    }
    .xl80 {
        font-size: 80px;
    }
    .xl87 {
        font-size: 87px;
    }
    .xl105 {
        font-size: 105px;
    }
    .xl118 {
        font-size: 118px;
    }
    .xl122 {
        font-size: 122px;
    }
    .xl210 {
        font-size: 240px;
    }
    .mycontainer {
        width: 1360px;
    }
    .mycontainer2 {
        width: 1219px;
    }
    /**/
    .banner-title {
        font-size: 76px;
    }
    .creating-box {
        width: 31%;
    }
    .creating-box-inn {
        padding: 8% 11% 13% 11%;
    }
    .section5-div {
        width: 31%;
    }
    .section5-detail-div {
        padding: 7% 11% 7.5% 7%;
    }
    .section9-box-out {
        width: 31.5%;
    }
    .feature-details {
        padding: 2rem 5rem;
    }
    .feature-details-2 {
        padding: 0 3% 0 6%;
    }
    .feature-card {
        width: 30.65%;
    }
    .bonuscredits-box {
        width: 25%;
    }
    .click-box {
        width: 29.2%;
    }
    .accordion_container {
        width: 83.72%;
    }
    .accordion_head {
        font-size: 26px;
    }
    .accordion_body p {
        font-size: 20px;
    }
    .feature-card h3 {
        font-size: 24px;
    }
    .feature-card p {
        font-size: 17px;
    }
    .showcase-box {
        padding: 16px;
        width: 19.6%;
    }
    .step-left {
        width: 38%;
        padding: 0 2% 0 2%;
    }
    .step-div-2 .step-left {
        padding: 0 1% 0 4%;
    }
    .step-right {
        width: 60%;
    }
    .section6-div {
        width: 96%;
        padding: 5%;
    }
    .studio-box {
        width: 32.61%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 26.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 112%;
        left: -6%;
    }
    .section8-box-out,
    .section8-box-inn {
        padding: 15px;
    }
    .list-headline {
        font-size: 22px;
    }
    .list-points {
        font-size: 20px;
    }
    .list-5 .list-headline {
        font-size: 32px;
    }
    .list-favicon-img {
        width: 34px;
    }
    .sign1-img {
        width: 26px;
    }
    .signuncheck-img {
        width: 22px;
    }
    .signcheck-img {
        width: 30px;
    }
    .step-div {
        padding: 6% 5%;
    }
    .step-left h1 {
        font-size: 55px;
    }
    .emoji1-img {
        top: 5%;
        left: 6%;
        width: 64px;
    }
    .emoji2-img {
        top: 8%;
        right: 5%;
        width: 87px;
    }
    .emoji3-img {
        top: 5%;
        left: 5%;
        width: 158px;
    }
    .emoji4-img {
        top: 5%;
        right: 5%;
        width: 160px;
    }
    .section7-div-out {
        padding: 12px;
        width: 38%;
    }
}
@media (min-width: 1600px) {
    .mycontainer {
        width: 1430px;
    }
    .mycontainer2 {
        width: 1219px;
    }
    /**/
    .banner-title {
        font-size: 76px;
    }
    .creating-box {
        width: 29%;
    }
    .creating-box-inn {
        padding: 8% 11% 13% 11%;
    }
    .section5-div {
        width: 32%;
    }
    .section5-detail-div {
        padding: 7% 11% 7.5% 7%;
    }
    .section9-box-out {
        width: 31.5%;
    }
    .feature-details {
        padding: 2rem 5rem;
    }
    .feature-details-2 {
        padding: 0 0% 0 6%;
    }
    .feature-card {
        width: 30.65%;
    }
    .bonuscredits-box {
        width: 25%;
    }
    .click-box {
        width: 29.2%;
    }
    .accordion_container {
        width: 83.72%;
    }
    .accordion_head {
        font-size: 26px;
    }
    .accordion_body p {
        font-size: 20px;
    }
    .feature-card h3 {
        font-size: 24px;
    }
    .feature-card p {
        font-size: 17px;
    }
    .showcase-box {
        padding: 16px;
        width: 19.6%;
    }
    .step-left {
        width: 38%;
        padding: 0 2% 0 4%;
    }
    .step-div-2 .step-left {
        padding: 0 3% 0 4%;
    }
    .step-right {
        width: 60%;
    }
    .section6-div {
        width: 91.821%;
        padding: 5%;
    }
    .studio-box {
        width: 32.61%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 26.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 108%;
        left: -4%;
    }
    .step-div {
        padding: 6% 5%;
    }
    .step-left h1 {
        font-size: 55px;
    }
    .emoji1-img {
        top: 5%;
        left: 8%;
        width: 74px;
    }
    .emoji2-img {
        top: 8%;
        right: 8%;
        width: 97px;
    }
    .emoji3-img {
        top: 5%;
        left: 6%;
        width: 178px;
    }
    .emoji4-img {
        top: 5%;
        right: 5%;
        width: 180px;
    }
    .section7-div-out {
        padding: 12px;
        width: 39%;
    }
}
@media (min-width: 1700px) {
    .mycontainer {
        width: 1518px;
    }
    .mycontainer2 {
        width: 1219px;
    }
    /**/
    .banner-title {
        font-size: 76px;
    }
    .creating-box {
        width: 29%;
    }
    .creating-box-inn {
        padding: 8% 11% 13% 11%;
    }
    .section5-div {
        width: 30%;
    }
    .section5-detail-div {
        padding: 7% 11% 7.5% 7%;
    }
    .section9-box-out {
        width: 29.5%;
    }
    .feature-details {
        padding: 2rem 5rem;
    }
    .feature-details-2 {
        padding: 0 5% 0 8%;
    }
    .feature-card {
        width: 30.65%;
    }
    .bonuscredits-box {
        width: 25%;
    }
    .click-box {
        width: 29.2%;
    }
    .accordion_container {
        width: 83.72%;
    }
    .accordion_head {
        font-size: 26px;
    }
    .accordion_body p {
        font-size: 20px;
    }
    .feature-card h3 {
        font-size: 24px;
    }
    .feature-card p {
        font-size: 17px;
    }
    .showcase-box {
        padding: 16px;
        width: 19.6%;
    }
    .step-left {
        width: 38%;
        padding: 0 2% 0 6%;
    }
    .step-div-2 .step-left {
        padding: 0 3% 0 6%;
    }
    .step-right {
        width: 60%;
    }
    .section6-div {
        width: 91.821%;
        padding: 5%;
    }
    .studio-box {
        width: 32.61%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 26.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 106%;
        left: -3%;
    }
    .step-div {
        padding: 6% 5%;
    }
    .step-left h1 {
        font-size: 55px;
    }
    .emoji1-img {
        top: 5%;
        left: 10%;
        width: 74px;
    }
    .emoji2-img {
        top: 8%;
        right: 10%;
        width: 97px;
    }
    .emoji3-img {
        top: 5%;
        left: 8%;
        width: 178px;
    }
    .emoji4-img {
        top: 5%;
        right: 8%;
        width: 184px;
    }
    .section7-div-out {
        padding: 12px;
        width: 35.9%;
    }
}
@media (min-width: 1800px) {
    .mycontainer {
        width: 1518px;
    }
    .mycontainer2 {
        width: 1219px;
    }
    /**/
    .banner-title {
        font-size: 76px;
    }
    .creating-box {
        width: 29%;
    }
    .creating-box-inn {
        padding: 8% 11% 13% 11%;
    }
    .section5-div {
        width: 30%;
    }
    .section5-detail-div {
        padding: 7% 11% 7.5% 7%;
    }
    .section9-box-out {
        width: 29.5%;
    }
    .feature-details {
        padding: 2rem 5rem;
    }
    .feature-details-2 {
        padding: 0 5% 0 8%;
    }
    .feature-card {
        width: 30.65%;
    }
    .bonuscredits-box {
        width: 25%;
    }
    .click-box {
        width: 29.2%;
    }
    .accordion_container {
        width: 83.72%;
    }
    .accordion_head {
        font-size: 26px;
    }
    .accordion_body p {
        font-size: 20px;
    }
    .feature-card h3 {
        font-size: 24px;
    }
    .feature-card p {
        font-size: 17px;
    }
    .showcase-box {
        padding: 16px;
        width: 19.6%;
    }
    .step-left {
        width: 38%;
        padding: 0 2% 0 6%;
    }
    .step-div-2 .step-left {
        padding: 0 3% 0 6%;
    }
    .step-right {
        width: 60%;
    }
    .section6-div {
        width: 91.821%;
        padding: 5%;
    }
    .studio-box {
        width: 32.61%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 26.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .bannervid-img {
        max-width: 100%;
        left: 0;
    }
    .step-div {
        padding: 6% 5%;
    }
    .step-left h1 {
        font-size: 55px;
    }
    .emoji1-img {
        top: 5%;
        left: 10%;
        width: 78px;
    }
    .emoji2-img {
        top: 8%;
        right: 10%;
        width: 101px;
    }
    .emoji3-img {
        top: 5%;
        left: 8%;
        width: 208px;
    }
    .emoji4-img {
        top: 5%;
        right: 8%;
        width: 209px;
    }
    .section7-div-out {
        padding: 12px;
        width: 35.9%;
    }
}
@media (min-width: 1900px) {
    .mycontainer {
        width: 1518px;
    }
    .mycontainer2 {
        width: 1260px;
    }
    /**/
    .banner-title {
        font-size: 76px;
    }
    .creating-box {
        width: 29%;
    }
    .creating-box-inn {
        padding: 11.7% 11% 13% 11%;
    }
    .section5-div {
        width: 32.61%;
    }
    .section5-detail-div {
        padding: 7% 6% 7.5% 6%;
    }
    .section9-box-out {
        width: 29.5%;
    }
    .feature-details {
        padding: 2rem 5rem;
    }
    .feature-details-2 {
        padding: 0 4% 0 8%;
    }
    .feature-card {
        width: 30.65%;
    }
    .bonuscredits-box {
        width: 25%;
    }
    .click-box {
        width: 29.2%;
    }
    .accordion_container {
        width: 83.72%;
    }
    .accordion_head {
        font-size: 26px;
    }
    .accordion_body p {
        font-size: 20px;
    }
    .feature-card h3 {
        font-size: 24px;
    }
    .feature-card p {
        font-size: 17px;
    }
    .showcase-box {
        padding: 16px;
        width: 19.6%;
    }
    .step-left {
        width: 40%;
        padding: 0 2% 0 6%;
    }
    .step-div-2 .step-left {
        padding: 0 3% 0 6%;
    }
    .step-right {
        width: 57%;
    }
    .section6-div {
        width: 91.821%;
        padding: 5%;
    }
    .studio-box {
        width: 32.61%;
    }
    .section4-div-1,
    .section4-div-2 {
        width: 26.8%;
    }
    .section4-div-3 {
        width: 44.4%;
        padding: 0;
    }
    .section4-div-1,
    .section4-div-2 {
        padding: 15px;
    }
    .section4-div-3_1 {
        padding: 15px;
    }
    .section4-div-3_2 {
        padding: 15px;
    }
    .step-div {
        padding: 6% 5%;
    }
    .step-left h1 {
        font-size: 55px;
    }
    .emoji1-img {
        top: 5%;
        left: 10%;
        width: 78px;
    }
    .emoji2-img {
        top: 8%;
        right: 10%;
        width: 101px;
    }
    .emoji3-img {
        top: 5%;
        left: 8%;
        width: 208px;
    }
    .emoji4-img {
        top: 5%;
        right: 8%;
        width: 209px;
    }
    .section7-div-out {
        padding: 12px;
        width: 35.9%;
    }
}
@media (min-width: 2000px) {
    .mycontainer {
        width: 1600px;
    }
    .mycontainer2 {
        width: 1800px;
    }
}
@media (max-width: 1399px) {
    .floating1-img,
    .floating2-img {
        top: 200px;
    }
    .floating1-img {
        left: 1%;
        width: 140px;
    }
    .floating2-img {
        right: 1%;
        width: 155px;
    }
}
@media (max-width: 991px) {
    .recipe-tile {
        height: 360px;
        border-radius: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-address-pill {
        gap: 14px;
        padding: 7px 24px 7px 7px;
    }
    .footer-address-pill .pin-badge {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .footer-address-pill .address-text {
        font-size: 17px;
    }
    .my-video-2 {
        width: 142%;
        position: relative;
        left: -21%;
    }
    .titleele-img {
        width: 110px;
    }
    .videoelement1-img {
        width: 40px;
    }
    .showcase-img,
    .showcase-video {
        border-radius: 10px;
    }
    .platforms-bar img {
        height: 30px;
    }
    .cta-section .lock-title {
        font-size: 26px;
    }
    .cta-badge {
        font-size: 15px;
    }
    .discount-text {
        font-size: 24px;
    }
    .cta-button {
        font-size: 26px;
    }
    .trust-bar span {
        font-size: 18px;
    }
    .section6-div {
        border-radius: 30px;
    }
    .feature-details p {
        margin-top: 10px;
        line-height: 150%;
    }
    .section7-div-out {
        width: 50%;
    }
    .section12-box {
        width: 99%;
        border-radius: 36px;
    }
    .bonuscredits-box-inn p {
        padding: 0px 15px 15px 15px;
        line-height: 170%;
    }
    .accordion_div {
        padding: 6px 0px;
    }
    .studio-bar-1 {
        padding: 15px 15px;
    }
    .step-div {
        width: 94%;
        border-radius: 30px;
        padding: 4% 2%;
    }
    .step-left h4 span {
        font-size: 16px;
    }
    .step-left h1 {
        margin-top: 12px;
    }
    .section7-div-inn {
        border-radius: 30px;
    }
    .section4-div-3_1,
    .section4-div-3_2 {}
    .intrologo-img {
        width: 500px;
    }
    .section-table-text {
        padding: 15px 15px;
        margin-top: 20px;
        gap: 5px;
    }
    .arrow2-img {
        width: 30px;
        top: 13px;
    }
    .intro-text span {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .recipe-strip,
    .recipe-strip--short {
        flex-wrap: wrap;
        gap: 10px;
        max-width: 100%;
    }
    .recipe-tile,
    .recipe-strip .recipe-tile:first-child,
    .recipe-strip .recipe-tile:hover,
    .recipe-strip:has(.recipe-tile:not(:first-child):hover) .recipe-tile:first-child {
        flex: 0 0 calc(50% - 5px);
        height: 260px;
        border-radius: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .top {
        top: 0;
        width: 100%;
        z-index: 11;
    }
    .banner {
        padding: 15px 0 50px 0;
    }
    .section2 {
        padding: 0 0 40px 0;
        background-image: none;
    }
    .made-with-section {
        padding: 20px 0 40px 0;
        background-color: #f7f5ff;
        background-image: none;
    }
    .section3 {
        padding: 35px 0;
        margin-top: 0;
    }
    .section3-div-main {
        padding: 40px 0;
    }
    .createwith-section {
        padding: 40px 0;
    }
    .section4 {
        padding: 10px 0 20px 0;
    }
    .section5 {
        padding: 10px 0 40px 0;
    }
    .intro-section {
        padding: 0px 0 20px 0;
        overflow: hidden;
    }
    .section6 {
        padding: 60px 0 10px 0;
    }
    .section7 {}
    .section7-box {
        border-radius: 30px;
        padding: 30px 0 30px 0;
        width: 100%;
    }
    .section8 {
        padding: 50px 0 30px 0;
        margin-top: 0;
    }
    .section9 {
        padding: 10px 0 40px 0;
        background-image: linear-gradient(#ffffff, #ffbce7, #ffffff);
    }
    .section10 {
        padding: 10px 0 40px 0;
    }
    .section12 {
        padding: 40px 0;
    }
    .section13 {
        padding: 20px 0 40px 0;
    }
    .section14 {
        padding: 30px 0 40px 0;
        background-color: #f7f5ff;
        background-image: none;
    }
    .faq-section {
        padding: 40px 0;
    }
    .element1-img,
    .emoji1-img,
    .emoji2-img,
    .emoji3-img,
    .emoji4-img,
    .arrow2-img-left,
    .list-5 .list-headline span {
        display: none !important;
    }
    .titleele-img {
        width: 70px;
        position: relative;
        top: -4px;
    }
    .banner-title-span {
        padding: 7px 15px;
        margin-top: 10px;
    }
    .banner-title {
        margin-top: 12px;
    }
    .video-box-inner {
        width: 100%;
        border-radius: 15px;
        padding: 10px;
    }
    .video-frame {
        border-radius: 10px;
        margin-top: 6px;
        padding: 2px;
    }
    .plyr-wrap {
        border-radius: 8px;
    }
    .plyr-play-btn {
        width: 70px;
        height: 70px;
    }
    .plyr-play-btn svg {
        width: 38px;
        height: 38px;
        margin-left: 5px;
    }
    .feature-card {
        padding: 6px 15px;
    }
    .feature-card-inn {
        padding: 20px;
        border-radius: 16px;
    }
    .cta-button,
    .cta-button-1 {
        font-size: 17px;
        border-radius: 15px;
        width: 100%;
        padding: 20px 24px;
    }
    .cta-button-1 {
        gap: 8px;
        font-size: 20px;
    }
    .cta-button-1 svg {
        width: 20px;
    }
    .platforms-bar img {
        height: 16px;
    }
    .platforms-bar {
        gap: 7px;
        flex-wrap: nowrap;
    }
    .platforms-bar span {
        font-size: 11px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .trust-bar {
        display: inline-flex;
        flex-direction: column;
        gap: 4px;
        border-radius: 15px;
        padding: 10px 20px;
    }
    .section-badge,
    .section-badge-2 {
        font-size: 16px;
        letter-spacing: 1.4px;
        padding: 9px 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .testimonial-bar {
        border-radius: 10px;
        padding: 8px 21px;
        margin-top: 20px;
    }
    .step-left {
        text-align: center;
        margin-bottom: 20px;
    }
    .step-div {
        border-radius: 15px;
        padding: 25px 0;
    }
    .element2-img {
        width: 40px;
    }
    .creating-box,
    .section5-div {
        padding: 5px 15px;
    }
    .creating-box-inn {
        border-radius: 12px;
    }
    .intrologo-img {
        width: 320px;
    }
    .introducing-img {
        margin-top: 14px;
        max-width: 124%;
        position: relative;
        left: -12%;
    }
    .studio-num-text hr {
        top: 24px;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(0, -50%);
        width: 100%;
    }
    .studio-box h4 {
        margin-top: 15px;
    }
    .studio-box p {
        margin-top: 5px;
    }
    .studio-box {
        text-align: center;
    }
    .studio-num-text {}
    .studio-num-text span {
        margin: auto;
    }
    .studio-bar {
        padding: 8px 12px;
        border-radius: 8px;
    }
    .section6-div,
    .section7-div-inn {
        text-align: center;
    }
    .feature-img {
        padding: 0 10px;
        margin-bottom: 5px;
    }
    .section7-div-out,
    .section9-box-out,
    .bonuscredits-box {
        width: 100%;
        padding: 9px 15px;
    }
    .bonuscredits-box-inn {
        text-align: center;
    }
    .click-box {
        padding: 2px 15px;
    }
    .section-table-text {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        padding: 12px 12px;
        gap: 8px;
    }
    .table-box {
        padding: 15px;
        margin-top: 9.3%;
    }
    .table-box-top {
        padding: 30px 0;
    }
    .cover-img {
        max-width: 82%;
        margin: auto;
    }
    .table-text-1 {
        font-size: 22px;
    }
    .table-text-1-1 {
        font-size: 34px;
    }
    .table-text-2 {
        font-size: 22px;
    }
    .table-text-3 {
        font-size: 44px;
        margin-top: 14px;
    }
    .table-price {
        font-size: 76px;
    }
    .table-price-text {
        font-size: 17px;
    }
    .table-text-4 {
        font-size: 14px;
    }
    .table-text-4-span {
        display: inline-flex;
        flex-direction: column;
        gap: 6px;
        padding: 10px 20px;
        border-radius: 10px;
        width: 80%;
        align-items: flex-start;
    }
    .table-box2-bottom {
        padding: 15px 5px;
    }
    .click-box-inn {
        border-radius: 8px;
        padding: 15px 15px;
    }
    .plusminus {
        font-size: 16px;
        margin-top: 0;
    }
    .accordion_head {
        line-height: 130%;
        padding: 12px 14px 12px 0;
    }
    .accordion_div {
        padding: 10px 0;
    }
    .footerlogo-img {
        width: 310px;
    }
    .section12-box {
        width: 99%;
        border-radius: 15px;
    }
    .section5-div h2 {
        margin-top: 5px;
    }
    .section5-div p {
        margin-top: 4px;
    }
    .cta-section .lock-title {
        font-size: 20px;
    }
    .cta-badge {
        font-size: 12px;
        padding: 6px 14px;
        gap: 5px;
    }
    .discount-text {
        font-size: 24px;
    }
    .meettext-img {
        width: 270px;
    }
    .list-headline {
        height: 62px;
    }
    .list-1 .list-headline,
    .list-1 .list-points {
        padding-left: 5px;
    }
    .list-1 {
        width: 38%;
        text-align: left;
        padding: 0;
    }
    .list-2 {
        width: 15%;
    }
    .list-3 {
        width: 15%;
    }
    .list-4 {
        width: 15%;
    }
    .list-5 {
        width: 16.5%;
        border-radius: 10px;
    }
    .list-favicon-img {
        margin-right: 0px;
    }
    .circle-img {
        margin-right: 5px;
    }
    .arrow-img-1 {
        width: 40px;
        margin-top: 1px;
    }
    .section7-box {
        border-radius: 20px;
        width: 98%;
    }
}
@media only screen and (max-width: 575px) {
    .footer-address-pill {
        gap: 10px;
        padding: 6px 18px 6px 6px;
    }
    .footer-address-pill .pin-badge {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    .footer-address-pill .address-text {
        font-size: 13px;
        white-space: normal;
    }
}
/* ============================================================
   PRICING TABLES — refactored two-tier (Commercial / All-Access)
   ============================================================ */
#buynow { margin-top: 4%; }
.pricing-row { margin: 0; }

.ptier {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 28px;
    border: 2px solid #E7D7F7;
    box-shadow: 0 18px 60px rgba(20, 8, 40, 0.07);
    font-family: "Manrope", sans-serif;
}
.ptier-allaccess { border-color: #8A54DB; }

/* Commercial: gradient border (pink → magenta → purple) */
.ptier-commercial {
    border: 2px solid transparent;
    background:linear-gradient(#fff, #fff) padding-box, linear-gradient(181deg, #ffe5f6 0%, #BA21EE 50%, #5200E4 100%) border-box;
}

/* ---------- header ---------- */
.ptier-head {
    position: relative;
    padding: 30px 30px 28px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -34.16%, #F6E0FF 48%);;
    border-radius: 26px 26px 0 0;
}
.ptier-allaccess .ptier-head {
    background: linear-gradient(180deg, #7B34E5 -4%, #7B34E5 68.38%, #FFFFFF 100%);
    padding-bottom: 30%;
}
.ptier-head-text { position: relative; z-index: 2; max-width: 62%; }

.ptier-badge {
    display: inline-block;
    background: #FFD400;
    color: #1A1A1A;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.2px;
    padding: 6px 12px;
    border-radius: 8px;
    margin-bottom: 14px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.ptier-name {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px -1.86116px 13.1212px #FFFFFF;
    color: #5A188D;
    font-weight: 800;
    font-size: 23px;
    line-height: 1;
    padding: 15px 28px;
    border-radius: 999px;
}
.ptier-allaccess .ptier-name {
    /* background: rgba(255, 255, 255, 0.16); */
    color: #fff;
    /* box-shadow: none; */
}



.ptier-sub {
    margin: 14px 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #5B5570;
    line-height: 1.35;
}
.ptier-allaccess .ptier-sub { color: rgba(255, 255, 255, 0.85); }

.ptier-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}
.ptier-amount {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #141414;
}
.ptier-allaccess .ptier-amount { color: #fff; }

.ptier-once {
    background: #2FB457;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.15;
    padding: 7px 12px;
    border-radius: 10px;
}

.ptier-tag {
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #C82B2B;
    line-height: 1.45;
}
.ptier-allaccess .ptier-tag { color: rgba(255, 255, 255, 0.92); font-weight: 500; }

.ptier-cover {
    position: absolute;
    right: 0px;
    top: -50px;
    width: 250px;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.22));
}
/* ---------- body ---------- */
.ptier-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 24px 26px;
}

.ptier-specs,
.ptier-excl {
    border: 1px solid #EBDFFF;
    background: #E9DFFF;
    border-radius: 16px;
    padding: 14px 18px;
    margin: 0 0 18px;
    list-style: none;
}

.ptier-excl2 {
    background: #FEF1FD;
border: 1px solid #FFDAFF;
    border-radius: 16px;
    padding: 14px 18px;
    margin: 0 0 18px;
    list-style: none;
}


.ptier-specs li,
.ptier-list-excl li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 8px 0;
    font-size: 15px;
    color: #2A2440;
    line-height: 1.4;
}
.ptier-specs li svg,
.ptier-list-excl li svg {
    width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px;
    color: #8A54DB;
}
.ptier-excl { padding: 12px 18px 8px; }
.ptier-excl-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8A54DB;
    margin-bottom: 4px;
}
.ptier-list-excl { list-style: none; padding: 0; margin: 0; }
.ptier-list-excl b { color: #1C1830; font-weight: 700; }

/* section label bars */
.ptier-group { margin-bottom: 6px; }
.ptier-label {
    background: #F1E5FC;
    color: #7A3CC0;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 9px 14px;
    border-radius: 9px;
    margin: 12px 0 4px;
}

.ptier-list { list-style: none; padding: 0; margin: 0; }
.ptier-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 12px 6px;
    border-bottom: 1px solid #F0EAF6;
    font-size: 15px;
    color: #3A3550;
    line-height: 1.4;
}
.ptier-list li:last-child { border-bottom: none; }
.ptier-list li svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; }
.ptier-list b { color: #1C1830; font-weight: 700; }

/* ---------- cta ---------- */
.ptier-cta { margin-top: auto; padding-top: 26px; text-align: center; }
.ptier-price-bottom {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.ptier-amount-sm { font-size: 58px; font-weight: 800; color: #141414; letter-spacing: -1.5px; line-height: 1; }
.ptier-once-sm { font-size: 16px; font-weight: 700; color: #141414; line-height: 1.6; white-space: nowrap; }

.ptier-coupon {
    display: inline-block;
    margin: 18px 0 22px;
    border: 2px dashed #E3B341;
    background: #FBF4DC;
    color: #E10000;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.2px;
    padding: 12px 30px;
    border-radius: 12px;
}

.ptier-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding: 28px 24px;
    border-radius: 30px;
    background: linear-gradient(281.92deg, #FF22BA 2.47%, #A932F7 45.69%, #387DFE 83.54%);
    color: #fff !important;
    font-weight: 800;
    font-size: 27px;
    letter-spacing: 0.3px;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(169, 50, 247, 0.38);
    transition: transform 0.2s, box-shadow 0.2s;
}
.ptier-button:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(169, 50, 247, 0.5); }
.ptier-button svg { width: 30px; height: 24px; flex: 0 0 auto; }

/* All-Access ($97) button — brand gradient */
.ptier-allaccess .ptier-button {
    background: linear-gradient(281.92deg, #FF22BA 2.47%, #A932F7 45.69%, #387DFE 83.54%);
    box-shadow: 0 14px 32px rgba(169, 50, 247, 0.38);
}
.ptier-allaccess .ptier-button:hover { box-shadow: 0 18px 44px rgba(169, 50, 247, 0.5); }

.ptier-payment { display: block; max-width: 380px; width: 100%; margin: 22px auto 0; }



.ptier-first-card-margin {
    margin-top: -30%;
    z-index: 9;
}



/* ---------- responsive ---------- */
@media (max-width: 991px) {
    .ptier-head-text { max-width: 64%; }
    .ptier-cover { width: 160px; }
    .ptier-amount { font-size: 50px; }
    .ptier-name { font-size: 20px; padding: 9px 22px; }
}
@media (max-width: 767px) {
    .ptier-head { padding: 26px 22px 24px; text-align: center; }
    .ptier-head-text { max-width: 100%; }
    .ptier-cover {
        position: static; transform: none; width: 130px; max-width: 46%;
        display: block; margin: 16px auto 0;
    }
    .ptier-price { justify-content: center; }
    .ptier-body { padding: 20px 16px 24px; }
    .ptier-amount { font-size: 54px; }
    .ptier-list li, .ptier-specs li, .ptier-list-excl li { font-size: 14px; }
    .ptier-button { font-size: 20px; padding: 20px 16px; border-radius: 22px; }
    .ptier-amount-sm { font-size: 48px; }
    .ptier-coupon { font-size: 17px; padding: 10px 22px; }
}


.meettext-img {
    max-width: 380px;
}
/* ---------- pricing section intro heading ---------- */
.pricing-intro {
    margin-bottom: 40px;
    padding: 0 12px;
}
.pricing-intro-badge {
    display: inline-block;
    background: #FBF3CF;
    color: #8A6A14;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.2px;
    padding: 9px 22px;
    border-radius: 999px;
    margin: 0 0 18px;
}
.pricing-intro h2 {
    color: #16121F;
    margin: 0;
}
.pricing-intro-accent { color: #F2961A; }
.pricing-intro-sub {
    margin: 16px auto 0;
    max-width: 620px;
    color: #5B5570;
    line-height: 150%;
    font-family: "Manrope", sans-serif;
}

/* benefits line + star rating below the pricing button */
.ptier-benefits {
    margin: 20px auto 0;
    /* max-width: 440px; */
    font-family: "Manrope", sans-serif;
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 1.65;
    color: #3A2C55;
    text-align: center;
}
.ptier-rating {
    display: block;
    width: 150px;
    height: auto;
    margin: 0px auto 0;
}


.social-img-1 {
    max-width: 100px;
}

.social-img-2 {
    max-width: 120px;
}

.social-img-3 {
    max-width: 90px;
}

/* ---------- showcase infinite marquee ---------- */
.showcase-marquee {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.showcase-marquee::-webkit-scrollbar {
    display: none;
}
.showcase-marquee.is-dragging {
    cursor: grabbing;
}
.showcase-track {
    display: flex;
    width: max-content;
}

.showcase-marquee .showcase-box {
    flex: 0 0 auto;
    width: 340px;
    padding: 20px;
}

@media (max-width: 767px) {
    .showcase-marquee .showcase-box { width: 150px; padding: 8px; }
}

/* ---------- showcase mute toggle ---------- */
.showcase-box {
    position: relative;
}
.showcase-mute-btn {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s ease, background 0.25s ease;
    z-index: 2;
}
.showcase-box:hover .showcase-mute-btn,
.showcase-mute-btn.is-unmuted {
    opacity: 1;
}
.showcase-mute-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}
.showcase-mute-btn svg {
    width: 16px;
    height: 16px;
    display: block;
}
@media (max-width: 767px) {
    .showcase-mute-btn {
        opacity: 1;
        top: 16px;
        right: 16px;
        width: 30px;
        height: 30px;
    }
}
