.campaign_title h5,
.s_link_wrapper,
.s_support_wrapper,
.type2 .featured_post_excerpt,
.campaign_creator {
    overflow: hidden;
    text-overflow: ellipsis;
}

.framize-btn-5,
.framize-btn-6 {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.campaign_creator,
.campaign_title h5,
a {
    text-decoration: none;
}

#hero,
#landing_hero {
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center 50px;
    object-fit: cover;
}

#before_container,
#caption_container > div,
.procedure h3,
.swiper-slide {
    position: relative;
}

@font-face {
    font-family: Baloo;
    src: url(../font/BalooTammudu-Regular.ttf);
    font-style: normal;
    font-display: block;
    font-display: swap;
}

@font-face {
    font-family: "Dubai Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Dubai Regular"), url(../font/Dubai-Regular.woff) format("woff");
}

@font-face {
    font-family: "Dubai Light";
    font-style: normal;
    font-weight: 400;
    src: local("Dubai Light"), url(../font/Dubai-Light.woff) format("woff");
}

@font-face {
    font-family: "Dubai Medium";
    font-style: normal;
    font-weight: 400;
    src: local("Dubai Medium"), url(../font/Dubai-Medium.woff) format("woff");
}

@font-face {
    font-family: "Dubai Bold";
    font-style: normal;
    font-weight: 400;
    src: local("Dubai Bold"), url(../font/Dubai-Bold.woff) format("woff");
}

:root {
    --primary: #6563ff;
    --primary-subtle: #e9e9f9;
    --primary-dark: #504ee8;
    --secondary-light: #4bc1ff;
    --secondary: #41b1ee;
    --secondary-dark: #43afea;
    --text-color-dynamic-1: #fff;
    --filter-dynamic-1: invert(100%) sepia(0%) saturate(7496%)
        hue-rotate(282deg) brightness(105%) contrast(101%);
    --livewire-progress-bar-color: #6563ff;
    --danger: #f4365c;
    --danger-dark: #cd1717;
    --black: #333;
    --filter-primary: invert(38%) sepia(96%) saturate(3170%) hue-rotate(228deg)
        brightness(103%) contrast(104%);
    --filter-white: invert(100%) sepia(0%) saturate(7496%) hue-rotate(282deg)
        brightness(105%) contrast(101%);
    --filter-dark: invert(14%) sepia(51%) saturate(0%) hue-rotate(248deg)
        brightness(97%) contrast(86%);
    --filter-danger: invert(27%) sepia(35%) saturate(5111%) hue-rotate(343deg)
        brightness(101%) contrast(115%);
    --navbar-height-mobile: 65px;
    --navbar-height-desktop: 65px;
}

main {
    min-height: 80vh;
    padding-block: var(--navbar-height-desktop);
}

* {
    font-family: Poppins, Arial, sans-serif;
}

::selection {
    color: #fff;
    background: var(--primary);
}

body,
html {
    overflow-x: clip;
    overscroll-behavior: none;
}

#how,
#viral {
    scroll-margin: 80px;
}

.subtitle,
.title,
h1,
h2,
h3 {
    font-family: Baloo !important;
}

nav * {
    font-family: "Dubai Bold" !important;
}

section {
    padding: 30px 0;
}

.navbar {
    background-color: var(--primary-dark);
    z-index: 2024;
    width: 100%;
    /* padding: 1rem; */
    height: var(--navbar-height-desktop);
    transition: opacity 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -190px;
    top: 70px;
    padding: 1rem 0;
    width: 240px;
}

.navbar .navbar-brand img {
    height: 40px;
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 1.5rem;
    font-family: "Dubai Bold";
}

.navbar-nav {
    display: flex;
    align-items: baseline;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-family: "Dubai Regular";
}

.btn {
    padding: 10px 20px;
    border-radius: 10px;
}

.framize-btn-1 {
    background-color: var(--secondary-light);
    color: var(--text-color-dynamic-1);
    font-family: "Dubai Bold";
}

.framize-btn-2,
.framize-btn-3 {
    color: #fff;
    font-family: "Dubai Bold";
}

.framize-btn-1:active,
.framize-btn-1:hover {
    background-color: var(--secondary) !important;
    color: var(--text-color-dynamic-1) !important;
}

.framize-btn-2 {
    background-color: transparent;
    border: 1px solid #fff;
}

#hero,
#landing_hero,
.form-check-input:checked,
.framize-btn-3,
.main-footer {
    background-color: var(--primary);
}

.framize-btn-2:active,
.framize-btn-2:hover {
    border: 1px solid #fff !important;
    color: var(--primary) !important;
    background-color: #fff !important;
}

.framize-btn-3 {
    padding: 10px 30px;
    border-radius: 10px;
}

.framize-btn-4,
.framize-btn-5 {
    background-color: #fff;
    color: var(--black);
    font-family: "Dubai Bold";
}

.framize-btn-3:active,
.framize-btn-3:hover {
    background-color: var(--primary-dark) !important;
    color: #fff !important;
}

.framize-btn-4:active,
.framize-btn-4:hover {
    background-color: #fff !important;
    color: var(--black) !important;
}

.framize-btn-4.active {
    background-color: var(--secondary-light) !important;
    color: var(--black) !important;
}

.framize-btn-4.active:hover {
    background-color: var(--secondary-dark) !important;
    color: var(--text-color-dynamic-1) !important;
}

.framize-btn-5:active,
.framize-btn-5:hover {
    border: 1px solid #fee;
    background-color: #fff !important;
    color: var(--black) !important;
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.1);
}

.framize-btn-6 {
    background-color: var(--danger);
    color: #fff;
    font-family: "Dubai Bold";
}

.campaign_creator,
.campaign_title h5,
.stats {
    color: var(--black);
    white-space: nowrap;
}

.framize-btn-6:active,
.framize-btn-6:hover {
    background-color: var(--danger-dark) !important;
    color: #fff !important;
}

.campaign_card .btn {
    border-radius: 2rem;
    width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--text-color-dynamic-1);
    background-color: var(--secondary-light);
}

.dropdown-item:focus img,
.dropdown-item:hover imdynamic-g,
.filter-dynamic-1 {
    filter: var(--filter-dynamic-1);
}

.filter-danger {
    filter: var(--filter-danger);
}

.filter-white {
    filter: var(--filter-white);
}

.filter-dynamic-2 {
    filter: var(--filter-dynamic-2);
}

.filter-primary {
    filter: var(--filter-primary);
}

.campaign_creator,
.stats {
    font-size: 0.75rem;
}

.campaign_creator:hover,
.campaign_title:hover {
    text-decoration: underline;
}

.profile_picture_wrapper {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.stats,
.why_card {
    align-items: center;
    display: flex;
}

.profile_picture_wrapper img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.profile_picture {
    border-radius: 50%;
    margin-right: 0.5rem;
    width: 70px;
    height: 70px;
}

.campaign_picture {
    max-height: 250px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
    border-radius: 16px;
    aspect-ratio: 1/1;
}

.campaign_card {
    width: 300px;
    padding: 1rem;
    cursor: pointer;
    border-radius: 16px;
}

.why_card {
    justify-content: center;
    padding: 1rem;
    border-radius: 25px;
    text-align: center;
    aspect-ratio: 1/1;
}

.why_card .img_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    margin-bottom: 2rem;
}

#tinymce img,
.why_card img {
    width: 100%;
}

.campaign_title,
.why_card h4 {
    font-size: 1.25rem;
}

.copyright,
footer .nav-link {
    font-size: 0.75rem;
    color: #fff;
}

.why_card_1 {
    background-color: #ffeddc;
}

.why_card_2 {
    background-color: #dbdeff;
}

.why_card_3 {
    background-color: #dbf8ff;
}

.why_card_1 img {
    transform: rotate(12.35deg);
    width: 350px;
}

.procedure_1 h3::before,
.why_card_1 .img_wrapper {
    background-color: #fab8c4;
}

.procedure_2 h3::before,
.why_card_2 .img_wrapper {
    background-color: #5956e9;
}

.procedure_3 h3::before,
.why_card_3 .img_wrapper {
    background-color: #64b4ff;
}

#hero .subtitle,
#landing_hero .subtitle,
.procedure {
    margin-bottom: 2rem;
}

.procedure h3::before {
    position: absolute;
    content: "";
    height: 0.9em;
    width: 12px;
    left: -24px;
    top: 4px;
    border-radius: 6px;
}

.procedure_4 h3::before {
    background-color: #a0c85f;
}

footer {
    color: #fff;
    padding-top: 1.5rem;
}

.copyright {
    padding: 0.75rem;
    text-align: center;
}

.s_campaign_wrapper {
    width: 600px;
    background-color: var(--primary-subtle);
    padding: 3.5rem 2rem;
    border-radius: 2rem;
}

.s_link_wrapper,
.s_support_wrapper {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    white-space: nowrap;
    color: var(--text-color-dynamic-2);
    font-size: 0.75rem;
    font-weight: 500;
    background-color: var(--primary);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.s_support_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_link_wrapper {
    cursor: copy;
    width: 100%;
    align-items: center;
}

.s_link_wrapper:hover {
    cursor: copy;
}

.campaign_title h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: var(--black);
}

#btn_choose_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5em;
}
.campaign-framize {
    scroll-margin: 100px;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform;
    display: flex;
    justify-content: center;
}

#hero {
    min-height: 30vh;
}

#landing_hero {
    min-height: 110vh;
}

#hero .title,
#landing_hero .title {
    font-size: 4rem;
    line-height: 1;
}

#hero.subtitle,
#landing_hero .subtitle {
    font-size: 2rem;
}

#hero .desc,
#landing_hero .desc {
    font-size: 1rem;
    line-height: 24px;
}

#hero p,
#landing_hero p {
    margin-bottom: 3rem;
    padding-left: 10rem;
    padding-right: 10rem;
}

#hero .subtitle,
#hero .title,
#hero h1,
#hero h3,
#hero p,
#landing_hero .subtitle,
#landing_hero .title,
#landing_hero h1,
#landing_hero h3,
#landing_hero p {
    color: #fff;
}

.swiper {
    width: 90%;
    padding: 1rem 5rem;
    overflow-x: hidden;
}

.ads_below_caption {
    display: block;
    margin-block: 2rem;
    border-radius: 4px !important;
    /* background-image: url(https://placehold.co/200x400?text=iklan&font=montserrat); */
    background-position: center;
}

.desktop_left_ads,
.desktop_right_ads {
    position: sticky;
    top: 100px;
    width: 310px;
    height: auto !important;
    max-height: 320px !important;
    z-index: 1000;
    border-radius: 4px !important;
    /* background-image: url(https://placehold.co/200x400?text=iklan&font=montserrat); */
    background-position: center;
}

.desktop_left_ads {
    float: left;
}
.desktop_right_ads {
    float: right;
    right: 0;
}

.dropdown-toggle::after {
    display: none;
}

.section_title {
    margin-bottom: 1.25rem;
}

.section_p {
    margin-bottom: 2.25rem;
}

#before_container,
#frame_container {
    display: flex;
    justify-content: center;
    margin-block: 1rem;
    position: relative;
    z-index: -1;
}

#before_container {
    z-index: 1;
    max-width: 550px;
}

#before_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

#caption_container,
#ready_container {
    display: none;
    margin-block: 1rem;
}

#caption_container > div button {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#caption_container textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--primary);
}

#frame_container canvas {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    touch-action: none;
    user-select: none;
    cursor: move;
    border-radius: 1rem;
}

.canvas,
.featured_post_label {
    margin-bottom: 20px;
}

#campaign_wrapper {
    display: flex;
    justify-content: center;
}

.desktop_left_ads {
    left: 2.75rem;
}

.desktop_right_ads {
    right: 2.75rem;
}

.border-1 {
    border: 2px dashed var(--primary) !important;
    border-radius: 8px;
}

#frame_container > div > canvas {
    padding: 8px 8px 12px !important;
}

#frame_container > div {
    border: 2px dashed #fff;
    padding: 8px 8px 12px;
}

#modal-login .modal-body {
    min-height: 200px;
}

.form-control:focus {
    outline: 0;
    border: 1px solid var(--primary);
    box-shadow: none;
}

.form-check-input:checked {
    border-color: var(--primary);
}

#btn_download,
#btn_restart {
    display: none;
    border-radius: 2rem;
    width: 100%;
    margin-left: 1rem;
}

.toast-top-right {
    top: 6rem;
    right: 12px;
}

.s_campaign_title h1 {
    font-size: 1.5rem;
}

.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

ins[data-ad-status="done"] {
    display: block;
    text-align: center;
    margin: 20px 0;
}

ins[data-ad-status="unfilled"] {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}
.s_verified_badge {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 36px;
    height: 36px;
}
@media (max-width: 992px) {
    .s_verified_badge {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 30px;
        height: 30px;
    }
    #hero p,
    #landing_hero p,
    footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .toast-top-right {
        top: 4rem;
    }

    #landing_hero {
        padding-top: 2rem;
        background-size: 150%;
        background-position: bottom;
        min-height: auto;
        background-blend-mode: soft-light;
        padding-bottom: 130px;
    }

    footer {
        padding-bottom: 6rem;
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .navbar {
        height: var(--navbar-height-mobile);
    }

    .navbar .navbar-nav .nav-link {
        color: var(--text-color-dynamic-2);
        font-weight: 400;
        font-family: "Dubai Regular";
        padding: 0;
    }

    .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

    .nav-link i {
        display: block;
        font-size: 1rem;
    }

    .nav-link span {
        font-family: "Dubai Regular" !important;
        display: block;
        font-size: 0.75rem !important;
        font-weight: 400 !important;
    }

    .navbar .nav-item .main {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--primary);
        width: 50px;
        height: 50px;
        border: 4px solid #fff;
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .navbar .nav-item .main img {
        width: 1.5rem;
        transform: rotate(-15deg);
    }

    .mobile_bottom_ads,
    .mobile_top_ads {
        display: block;
        text-align: center;
        margin: 1rem auto;
        width: 320px;
        height: 250px;
        max-width: 100%;
        /* background-image: url(https://placehold.co/300x200?text=iklan&font=montserrat); */
        background-position: center;
    }

    @media (max-width: 320px) {
        .mobile_bottom_ads,
        .mobile_top_ads {
            width: 100%;
            min-width: 280px;
        }
    }

    .s_link_wrapper,
    .s_support_wrapper {
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.75rem;
        font-weight: 500;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .s_campaign_wrapper {
        width: 95vw;
        margin: auto;
        padding: 2rem 1rem;
        border-radius: 1rem;
    }

    .s_campaign_title h1 {
        font-size: 1rem;
    }

    .campaign_desc,
    .publisher,
    .publisher * {
        font-size: 0.75rem;
    }

    .desktop_left_ads,
    .desktop_right_ads {
        display: none;
    }

    .btn {
        padding: 8px 12px;
        border-radius: 10px;
        font-size: 1rem;
    }

    .procedure h3::before {
        position: absolute;
        content: "";
        height: 0.9em;
        width: 12px;
        left: -20px;
        top: 4px;
        border-radius: 6px;
    }

    .campaign_picture {
        border-radius: 8px;
        aspect-ratio: 1/1;
    }

    .campaign_card {
        width: 44vw;
        padding: 4px;
        border-radius: 4px;
    }

    #viral .campaign_card {
        width: 60vw;
    }

    .tab-pane .campaign_card {
        width: 40vw;
    }

    .campaign_title h5 {
        font-size: 0.9rem;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 1.5rem;
    }

    .swiper {
        width: 100%;
        padding: 0;
    }

    #hero .title,
    #landing_hero .title {
        font-size: 2rem;
    }

    #hero .subtitle,
    #landing_hero .subtitle {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }

    #hero .desc,
    #landing_hero .desc {
        font-size: 0.85rem;
    }

    #hero p,
    #landing_hero p {
        margin-bottom: 2rem;
    }
}

.swiper-slide .campaign_card {
    transform: scale(0.8);
}

.swiper-slide-active .campaign_card {
    transform: scale(1);
}

#blog {
    padding-block: 20px;
}

.featured_post {
    width: 100%;
    position: relative;
}

.featured_post_img {
    position: relative;
    height: 500px;
    border-radius: 20px;
}

.featured_post_img img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured_post:hover .featured_post_img img {
    filter: brightness(0.8);
    transition: 0.3s ease-in-out;
}

.featured_post_layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    flex-direction: column;
    padding: 40px 60px;
    color: #fff;
}

.category_label {
    font-family: Poppins;
    font-weight: 700;
    background-color: var(--primary);
    color: #fff;
    padding: 8px 16px;
    border-radius: 2em;
    margin-right: 30px;
}

.featured_post_author {
    margin-right: 30px;
    color: #fff;
}

.post_date {
    color: #fff;
    font-size: 0.9rem;
    margin-left: auto;
}

.featured_post_title {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
}

.type2 .featured_post_img {
    position: relative;
    height: 360px;
}

.type2 .post_date,
.type3 .post_date {
    color: #333;
    font-size: 0.9rem;
}

.type2 .featured_post_author,
.type3 .featured_post_author {
    margin-right: 30px;
    color: #333;
}

.type2 .featured_post_title {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.type3 .featured_post_img {
    position: relative;
    height: 100px;
    width: 150px;
    border-radius: 8px;
}

.type3 .featured_post_title {
    color: #333;
    font-size: 0.8rem;
    line-height: 1.5;
}

.type2 .category_label,
.type3 .category_label {
    padding: 4px 12px;
    border-radius: 1em;
    margin-right: 20px;
}

.type2 .featured_post_label,
.type3 .featured_post_label {
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.type2 .featured_post_excerpt {
    font-size: 0.9rem;
    margin-top: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }

    #blog {
        padding-block: 10px;
    }

    .featured_post_img {
        height: 300px;
        border-radius: 10px;
    }

    .featured_post_layer {
        padding: 20px 12px;
    }

    .featured_post_title {
        font-size: 1.15rem;
        line-height: 1.3;
    }

    .category_label {
        padding: 4px 12px;
        font-size: 0.65rem;
        margin-right: 15px;
    }

    .featured_post_author {
        margin-right: 15px;
        font-size: 0.65rem;
    }

    .post_date {
        font-size: 0.65rem !important;
    }

    .type2 .featured_post_img {
        height: 240px;
    }

    .type2 .featured_post_excerpt {
        font-size: 0.8rem;
        color: #333;
    }

    .type2 .featured_post_title {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .type3 .featured_post_img {
        height: 80px;
        width: 120px;
        border-radius: 6px;
    }

    .type3 .featured_post_title {
        font-size: 0.65rem;
        line-height: 1.4;
    }

    .type3 .featured_post_author {
        display: none;
    }

    .type2 .category_label,
    .type3 .category_label {
        padding: 3px 8px;
        font-size: 0.65rem;
        margin-right: 10px;
    }

    .type2 .featured_post_label,
    .type3 .featured_post_label {
        margin-bottom: 5px;
        font-size: 0.65rem;
    }
}
