:root {
    --main-font: "greycliff-cf", sans-serif;
    --Brown_1: #554144;
}



/** GRAPH**/

/* Style the tab */
#graph-section .tab-container {
    margin-top: 20px;
}

#graph-section .tab-headers {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

#graph-section .tab-button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: greycliff-cf, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    color: #F4E9E1;
}

#graph-section .tab-button:hover {
    background-color: #ddd;
}

/* Style the tab content */
#graph-section .tab-content {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

/* Entrance Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Exit Animation */
@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.animated-div {
    animation: fadeInUp 0.9s ease forwards;
}

.animated-div-exit {
    animation: fadeOutDown 0.3s ease forwards;
}

.bar-chart-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #fff;
    padding: 50px 20px;
    border-radius: 10px;
    margin: auto;
    height: 400px;

}

.bar {
    width: 15%;
    margin: 0 1%;
    position: relative;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
}

#tab1 .bar:nth-child(1) {
    background-color: #BF845E;
}

#tab1 .bar:nth-child(2) {
    background-color: #C07F55;
}

#tab1 .bar:nth-child(3) {
    background-color: #C17341;
}

#tab1 .bar:nth-child(4) {
    background-color: #C2692E;
}

#tab1 .bar:nth-child(5) {
    background-color: #C26325;
}

#tab1 .bar:nth-child(6) {
    background-color: #C35710;
}


#tab2 .bar:nth-child(1) {
    background-color: #9FA0A6;
}

#tab2 .bar:nth-child(2) {
    background-color: #8F9098;
}

#tab2 .bar:nth-child(3) {
    background-color: #767882;
}

#tab2 .bar:nth-child(4) {
    background-color: #656672;
}

#tab2 .bar:nth-child(5) {
    background-color: #555764;
}

#tab2 .bar:nth-child(6) {
    background-color: #434655;
}

#tab3 .bar:nth-child(1) {
    background-color: #D9B37F;
}

#tab3 .bar:nth-child(2) {
    background-color: #CAA165;
}

#tab3 .bar:nth-child(3) {
    background-color: #BF9453;
}

#tab3 .bar:nth-child(4) {
    background-color: #B88B46;
}

#tab3 .bar:nth-child(5) {
    background-color: #B1833B;
}

#tab3 .bar:nth-child(6) {
    background-color: #A97A2D;
}

@media (max-width: 500px) {
    .bar:nth-child(1) {
        height: 26px!important;
    }

    .bar:nth-child(2) {
        height: 39px !important;
    }

    .bar:nth-child(3) {
        height: 52px !important;
    }

    .bar:nth-child(4) {
        height: 65px !important;
    }

    .bar:nth-child(5) {
        height: 77px !important;
    }

    .bar:nth-child(6) {
        height: 90px !important;
    }
    .bar-chart-container {
        background-size: 100%;
        background-position: top right;
        background-repeat: no-repeat;
        height: auto;
        padding: 15px;
        padding-bottom: 40px;
    }
}


.label {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.month {
    position: absolute;
    bottom: -30px;
    /* Adjust as needed */
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 0.8em;
}

#graph-section {
    padding-top: 48px;
    padding-bottom: 32px;
}

.nbm {
    margin-bottom: 0 !important;
}


/* Hongleang's styles */

/* Hero Section */
#hero-section .elementor-370540 .elementor-element.elementor-element-7ce9af9>.elementor-background-overlay {
    background-color: transparent;
    background: linear-gradient(180deg, #00000099 80%, #00000000 81.57%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/* End */

img.star-left {
    margin-right: 24px;
}

img.vip-logo {
    margin-left: 24px;
    margin-right: 24px;
}

.tag-vip-giveaway {
    margin-bottom: 24px;
}

@media screen and (max-width: 500px) {
    .tag-vip-giveaway {
        margin-bottom: 16px;
    }

    #header-main {
        margin: 0 auto
    }

    #header-main h1 {
        display: flex;
        align-items: center;
        gap: 13px;
    }

    img.vip-logo {
        margin-left: 0;
        margin-right: 0;
    }
}

.tag-vip-giveaway>div>p {
    border-radius: 100px;
    border: 2px solid #D64F34;
    display: inline-block;
    padding: 0px 19px;
    margin: 0 auto;
}

img.icon-tick-cricle {
    margin-bottom: 3px;
    margin-right: 10px;
}

@media screen and (max-width: 600px) {

    img.star-left,
    img.star-right {
        display: none;
    }

    img.vip-logo {
        width: 108px;
        margin-left: 13px;
        margin-right: 0;
    }
}

/* Promotion Giveaway */
.promotion-giveaway-module {
    padding: 79px 0;
}

.promotion-details>span.tag-current-giveaway {
    border-radius: 100px;
    border: 2px solid #843943;
    display: inline-block;
    padding: 0px 19px;
    margin: 0 auto;
    color: #843943;
    display: inline-block;
    margin-bottom: 24px;
}

.promotion-details h3 {
    font-family: 'greycliff-cf';
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

@media (max-width: 500px) {
    .promotion-details h3 {
        font-size: 32px !important;
        line-height: 38.4px !important;
        margin-bottom: 16px !important;
    }

    .promotion-details>span.tag-current-giveaway {
        margin-bottom: 16xp;
    }

    .promotion-giveaway-module {
        padding: 14px 14px 30px 14px;
    }
}

.promotion-content .accordion-content-11 ul {
    margin: 0;
}

.promotion-content .accordion-content-11 li {
    font-family: 'greycliff-cf';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promotion-content .accordion-content-11 li::before {
    content: "";
    background-image: url('https://hp.codingdiver.com/wp-content/uploads/2024/01/Check-Circle.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.enter-now-button {
    font-family: 'greycliff-cf';
    padding: 12px 24px 12px 24px;
    border-radius: 100px;
    border: 3px solid #3C7A5B;
    background-color: #4A8769;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 24px;
}

.vip-button {
    font-family: 'greycliff-cf';
    padding: 12px 24px 12px 24px;
    border-radius: 100px;
    border: 3px solid #3C7A5B;
    background-color: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #4A8769;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 24px;
}

.mobile-buttons {
    display: none;
}

.align-items-center {
    align-items: center !important;
}

.previous-giveaway-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.previous-giveaway-item {
    flex: 0 0 auto;
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
}

.previous-giveaway-item .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 225px;
    border: 3px solid #554144;
    border-radius: 8px;
}

@media (max-width: 500px) {
    .promotion-giveaway-module {
        flex-direction: column;
        gap: 43px;
    }

    .promotion-giveaway-module .flex-item {
        flex: 1 0 auto;
        min-width: 100%;
        max-width: 49%;
    }

    .promotion-details {
        order: 1;
    }

    .promotion-slider {
        order: 2;
    }

    .promotions_thumbslider:not(.previous-giveaway) {
        display: none;
    }

    .enter-now-button {
        margin: 0 !important;
    }

    .desktop-buttons {
        display: none;
    }

    .mobile-buttons {
        display: block;
        order: 3;
        width: 100%;
        text-align: center;
    }

    .mobile-buttons a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .promotion-content .accordion-content-11 li::before {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .previous-giveaway-item {
        width: 50%;
        min-height: 140px;
    }
}
/*
#promotionsslider_big button.owl-prev {
    left: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #554144;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#promotionsslider_big button.owl-prev svg {
    display: none;
}

#promotionsslider_big button.owl-next {
    right: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #554144;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#promotionsslider_big button.owl-next svg {
    display: none;
}

#promotionsslider_big button.owl-next::before,
#promotionsslider_big button.owl-prev::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('https://hp.codingdiver.com/wp-content/uploads/2024/02/Vector.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform-origin: center;
}

#promotionsslider_big button.owl-prev::before {
    transform: rotate(180deg);
}
*/
.tag-landing {
    font-family: 'greycliff-cf';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    padding: 0 9px;
    background-color: #554144;
    color: #F4E9E1;
    border-radius:3px;
}

.previous-giveaway-sec {
    padding: 25px 26px 25px 26px;
    border-radius: 10px;
    background-color: #E9DCD2;
}

.previous-giveaway-sec h3 {
    font-family: 'greycliff-cf';
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/* End of section */

.icon-tick-circle {
    margin-bottom: 3px;
    margin-right: 10px;
}

.tag-getting-started {
    margin-bottom: 10px;
}

.tag-getting-started>div {
    text-align: center;
}

.tag-getting-started>div>p {
    border-radius: 100px;
    border: 2px solid #F4E9E1;
    display: inline-block;
    padding: 0px 19px;
    margin: 0 auto;
}

.loyalty_sec .loyalty_plans {
    display: flex;
    max-width: 865px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 42px;
    row-gap:70px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.loyalty_sec .plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    background: none;
    border: none;
    margin: 0;
    padding-bottom: 0;
}

.loyalty_sec h2 {
    margin-bottom: 33px;
    color: #F4E9E1;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.tire_1 {
    display: flex;
    padding: 4px 14.696px;
    justify-content: center;
    align-items: center;
    gap: 4.899px;
    border-radius: 5.4px;
    border: 2px solid #AE734B;
    background: #AE734B;
    margin-bottom: -3px;
}

#subscription_section .tire_1 h3 {
    color: #F4E9E1 !important;
    text-align: center !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 140% !important;
    text-transform: uppercase !important;
    margin-bottom: 0 !important;
}

.plan.pln2 .tire_1 {
    border: 2px solid #9093A0;
    background: #9093A0;
}

.plan.pln3 .tire_1 {
    border: 2px solid #C29F6C;
    background: #C29F6C;
}

.loyalty_plans .content {
    display: flex;
    padding: 39px 29px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    align-self: stretch;
    border-radius: 18.202px;
    border: 2px solid #955E39;
    background: linear-gradient(151deg, #BF845E 24.24%, #D8A380 53.51%, #B47952 82.3%);
}

.plan.pln2 .content {
    border: 2px solid #BABCC5;
    background: linear-gradient(150deg, #909198 15.53%, #BBBDC7 52.28%, #71737D 100.37%);
}

.plan.pln3 .content {
    border: 2px solid #B59A6B;
    background: linear-gradient(115deg, #D8B37D 6.8%, #F4D39B 50.96%, #CEB282 96.69%);
}

.plan.pln3 .mid_block {
    display: flex;
    width: 100%;
    column-gap: 30px;
}

.loyalty_sec .plan ul {
    margin: 0;
    padding: 0;
}

.loyalty_sec .plan ul li {
    color: #554144;
    font-size: 17.28px;
    line-height: 110.523%;
    margin-bottom: 20px;
    font-family: greycliff-cf, sans-serif;
}

.loyalty_sec .price {
    width: 100%;
}

.loyalty_sec .price h2 {
    text-align: left;
    color: #554144;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 0;
}

.loyalty_sec .price p {
    text-align: left;
    color: var(--Brown_1, #554144);
    font-size: 11.739px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.023%;
    text-transform: uppercase;
}


.loyalty_sec .mid_block h2 {
    text-align: left;
    color: #554144;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase !important;
    margin-bottom: 22px;
}

.mid_block li:before {
    position: absolute;
    width: 21px;
    height: 17px;
    background: url(https://hp.codingdiver.com/wp-content/uploads/2024/01/Check-Circle.png);
    top: 2px;
    left: 0;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

.loyalty_sec .plan button {
    display: flex !important;
    padding: 8.979px 14.504px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4.365px !important;
    align-self: stretch !important;
    width: 100% !important;
    border-radius: 21.826px !important;
    border: 3px solid #554144 !important;
    background: #654D51 !important;
    color: #F4E9E1 !important;
    text-align: center !important;
    font-size: 16.618px !important;
    font-style: normal !important;
    line-height: 108.023% !important;
    text-transform: uppercase !important;
    font-family: 'greycliff-cf';
    font-weight: 700;
    letter-spacing: 0.5px;
}

.plan.pln3 .button {
    background: #654D51 !important;
    color: #F4E9E1 !important;
}

.plan.pln3 .tire_1 h3,
.plan.pln3 .mid_block h2,
.plan.pln3 .mid_block li {
    color: #554144 !important;
}

.plan.pln3 .mid_block li:before {
    position: absolute;
    width: 21px;
    height: 17px;
    background: url(https://hp.codingdiver.com/wp-content/uploads/2024/01/Check-Circle.png);
    top: 2px;
    left: 0;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

.loyalty_sec .plan .mid_block {
    padding-top: 0 !important;
    border-bottom: 2px solid#554144;
}

.loyalty_sec .plan.pln3 .mid_block {
    padding-top: 0 !important;
    border-bottom: 2px solid #F4E9E1;
}


@media screen and (min-width: 1100px) {
    .loyalty_sec .plan {
        flex-basis: 45%;
    }

    .loyalty_sec .plan:last-child {
        flex-basis: 95%;
    }

    .loyalty_sec>h2:first-child {
        margin-bottom: 48px;
        font-size: 35px;
        line-height: 120%;
        font-family:greycliff-cf, sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .loyalty_sec .plan {
        flex-basis: 100%;
    }

    .loyalty_sec .plan:last-child {
        flex-basis: 100%;
    }

    .plan.pln3 .mid_block {
        flex-direction: column;
        align-items: flex-start;
    }

    .plan.pln3 .mid_block .image-placeholder {
        margin-left: -12px;
    }
}

#checkout-banner>div.elementor-widget-wrap {
    width: 847.5px;
    padding: 26px 79.132px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 15905.462px;
    background: #F4E9E1;
    margin-top: 61px;
}

#checkout-banner>div.elementor-widget-wrap>div.elementor-widget-text-editor {
    margin-bottom: 0;
}

#checkout-banner .logo-payment-method {
    margin-bottom: 0;
    max-width: 70px;
}

#checkout-banner .logo-payment-method:nth-child(2) {
    margin-left: auto;
}

#checkout-banner .logo-payment-method:nth-child(3) {
    margin: 4px 46px;
}

#checkout-banner .logo-payment-method:nth-child(4) {
    margin-right: auto;
}

#checkout-banner .logo-payment-method:nth-child(5) {
    display: none;
}

#checkout-banner .text-benefit {
    padding-top: 12px;
    margin-top: 17px;
    border-top: 1px solid;
    max-width: 571px;
}

.text-benefit .elementor-widget-container {
    display: flex;
    gap: 24px;
    justify-content: center;
}

#hand-writing {
    position: absolute;
    right: -420px;
    top: 87px;
}

#hand-writing>div.elementor-widget-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 500px) {
    #hand-writing {
        position: absolute;
        z-index: 20;
        top: 820px;
        right: -100px;
    }

    .loyalty_sec .plan.pln2 {
        margin-top: 85px;
        margin-bottom: 78px;
    }

    #checkout-banner>div.elementor-widget-wrap {
        padding: 30.07px 15px;
        border-radius: 20px;
    }

    #checkout-banner .logo-payment-method {
        margin-bottom: 0;
        max-width: 54px;
    }

    #checkout-banner .logo-payment-method:nth-child(2) {
        margin-left: auto;
    }

    #checkout-banner .logo-payment-method:nth-child(3) {
        margin: 4px 46px;
    }

    #checkout-banner .logo-payment-method:nth-child(4) {
        margin-right: auto;
    }

    #checkout-banner .logo-payment-method:nth-child(5) {
        display: block;
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
        margin-top: 14px;
    }

    .list-item-tick>img {
        width: 14px;
    }

    .text-benefit .elementor-widget-container {
        display: flex;
        gap: 17px;
        flex-wrap: wrap;
    }

}

/* section vip-perks */

#vip-perks>div.elementor-container.elementor-column-gap-default {
    gap: 60px;
    align-items: stretch;
}

#vip-perks .subheading-vip,
#vip-perks .elementor-widget .elementor-widget-heading {
    margin-bottom: 16px;
}

#vip-perks h3.elementor-heading-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

#vip-perks .subheading-vip p {
    margin-bottom: 0;
}

#vip-perks .btn-secondary .elementor-widget-container {
    padding: 0;
    margin-bottom: auto;
}

.btn-secondary .elementor-widget-container {
    padding: 0 !important;
    margin-bottom: auto !important;
}

.btn-secondary .elementor-button {
    border-radius: 100px;
    border: 3px solid #C23E24 !important;
    background: #D64F34 !important;
    padding: 12px 24px;
}

#vip-perks .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    height: 100%;
    align-items: flex-end;
    flex-direction: column;
}

#vip-perks #vip-perks-main-img {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 500px) {

    #vip-only-perks {
        text-align: center;
    }

    #vip-only-perks img:nth-child(2) {
        width: 107px;
    }

    #vip-only-perks .elementor-widget-container .elementor-heading-title {
        justify-content: center;
        margin-bottom: 16px;
    }

    #vip-only-perks .elementor-heading-title {
        font-size: 34px;
    }

    #vip-only-perks .elementor-heading-title>div {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 12px;
    }

    #vip-perks .btn-join-now-secondary .elementor-button {
        width: 100%;
    }

    #vip-perks>div.elementor-container.elementor-column-gap-default {
        gap: 0;
    }

    #vip-perks #vip-perks-main-img {
        display: none;
    }

}

/* --- col cards */
#vip-perks .card-hover-icon>div.elementor-widget-container {
    display: flex;
    padding: 12px 22px;
    align-items: flex-start;
    gap: 25px;
    border-radius: 10px;
    background: #654D51;
    color: #F4E9E1;
    transition: all .5s ease-in;
}

#vip-perks .card-hover-icon .card-icon img {
    width: auto;
    max-width: 35px;
}

#vip-perks .card-hover-icon .card-subheading {
    color: #F4E9E1;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 16px;
}

#vip-perks .card-hover-icon p {
    color: #F4E9E1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

#vip-perks .card-hover-icon:hover>div.elementor-widget-container {
    background-color: #F4E9E1;
}

#vip-perks .card-hover-icon:hover .card-subheading,
#vip-perks .card-hover-icon:hover p {
    color: #654D51;
}

@media (max-width: 500px) {
    #vip-perks .card-hover-icon>div.elementor-widget-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 7px;
    }

    #vip-perks .card-hover-icon>div.elementor-widget-container .card-subheading {
        margin-bottom: 7px;
    }
}

/* Shop n Save */


.btn-outline-white .elementor-widget-container {
    padding: 0 !important;
}

.btn-outline-white .elementor-button {
    border-radius: 100px !important;
    border: 2px solid #FFF !important;
    color: #FFF !important;
    background: none !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 12px 24px;
}

.btn-shop-now .elementor-button {
    color: #F4E9E1 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    border-radius: 100px;
    border: 3px solid #C23E24 !important;
    background: #D64F34 !important;
    padding: 12px 24px;
}

#shop-n-save {
    position: relative;
}

#shop-n-save .elementor-background-slideshow.swiper-container {
    border-radius: 0px 20px 20px 0px;

}

@media (max-width: 500px) {
    .desktop-only {
        display: none !important;
    }

    #vip-perks h3.elementor-heading-title {
        margin: 0 auto
    }


    #shop-n-save button,
    #shop-n-save a {
        width: 100%;
    }

    #shop-n-save #shop-logo img {
        width: 147px;
    }

    #shop-n-save #shop-logo {
        left: 0;
    }
}

/* Portion Dollar */
#portion-dollar {
    background: url(https://hp.codingdiver.com/wp-content/uploads/2024/01/blodeja_Beautiful_horse_on_white_background_1f16352f-2bca-40ae-a737-1419077a82e8-1.png), #F4E9E1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: relative;
}

#portion-dollar #background-half-circle {
    z-index: 50;
    mix-blend-mode: multiply;
}

#portion-dollar .elementor-heading-title.elementor-size-default {
    position: relative;
    z-index: 100;
}

#portion-dollar .portion-logo {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

#portion-dollar .tag-fact p {
    margin-bottom: 0;
}

@media (max-width: 500px) {
    #portion-dollar {
        background: #F4E9E1;
    }

    #portion-dollar #background-half-circle {
        display: none;
    }
}

/* Winner Section */

.winner_section {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-template-rows: repeat(2, minmax(200px, 1fr));
    gap: 50px 20px;
    grid-auto-flow: row dense;
}

.winner_section .winner-wrap {
    min-width: inherit;
    min-height: 270px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: 2.4px solid #554144;
    border-radius: 4.8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.winner_section .winner-text {
    width: inherit;
    max-width: 95%;
    margin-bottom: 13px;
    background-color: #554144;
    padding: 3.2px 9px;
    border-radius: 4.8px;
    text-align: center;
    color: #F4E9E1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height:auto;
}

.winner_section .winner-text .heading {
    color: #F4E9E1;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 5px;
    border-bottom: 1px solid;
    /* 24px */
}

.winner_section .winner-text .paragraph {
    color: #F4E9E1;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
    /* 19.2px */
}

@media (max-width: 1200px) {
    .winner_section {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 14px;
    }
}

@media (max-width: 500px) {
    .winner_section {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
    .winner_section .winner-wrap:nth-child(n+5) {
        display: none;
    }
}


/* Graph-section */

#graph-section .tab-container {
    margin-top: 0;
}

#graph-section .tab-button {
    padding: 8px 24px;
    border: 1px solid #F4E9E1;
}

#graph-section .tab-button.active {
    color: #554144;
    background-color: #F4E9E1;
}

#graph-section .tab-button:nth-child(1) {
    border-radius: 100px 0px 0px 100px;
}

#graph-section .tab-button:nth-child(3) {
    border-radius: 0px 100px 100px 0px;
}

#graph-section .tab-button {
    font-family: 'greycliff-cf';
}

/* -- Graph */
.bar-chart-container {
    background-color: #F4E9E1;
    background-image: url(https://hp.codingdiver.com/wp-content/uploads/2024/02/Radial-3.png);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.bar-chart-container .bar {
    font-family: 'greycliff-cf';
}

.bar-chart-container .bar .label {
    display: flex;
    flex-direction: column;
    color: #F4E9E1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150%;
}

.bar-chart-container .bar .amount {
    color: #F4E9E1;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: -5px;
}

.bar-chart-container .bar .month {
    color: #554144;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

@media (max-width: 500px) {
    .bar-chart-container .bar .label {
        font-size: 7px;
    }

    .bar-chart-container .bar .amount {
        font-size: 18px;
    }

    .bar-chart-container .bar .month {
        font-size: 10px;
    }

    .bar-chart-container {
        background-size: 100%;
        background-position: top right;
        background-repeat: no-repeat;
    }

    .bar-chart-container .bar{
        padding-bottom: 0;
    }
}

/*
    * New Thank you templates
*/

.thank_sec {
    background-color: #FFF3EB;
    padding-top: 112px;
}

.thank_sec .page_wrap {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-heading {
    color: #554144;
    text-align: center;
    font-family: greycliff-cf, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.content-paragraph {
    color: #554144;
    text-align: center;
    font-family: greycliff-cf, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 70px;
}

@media (max-width: 500px) {
    .main-heading {
        font-size: 40px;
    }
}

.thank_mid_sec {
    position: relative;
    font-family: greycliff-cf, sans-serif;
    padding: 0;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 53px;
    border-radius: 10px;
    border: 7px solid #D64F34;
    background: #F4E9E1;
    box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03), 0px 20px 24px -4px rgba(0, 0, 0, 0.08);
}

@media (max-width: 500px) {
    .thank_mid_sec {
        margin-bottom: 36px;
        max-width: none;
    }
}

.dispk_row {
    position: relative;
    background: #D64F34;
    text-align: center;
    color: #F4E9E1;
    padding-bottom: 50px;
    margin-bottom: 38px;
}

.dispk_row h3 {
    color: #F4E9E1;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.dispk_row h4 {
    display: inline-block;
    background: white;
    padding: 0 5rem;
    border-radius: 5px;
    color: #D64F34;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

@media (max-width: 500px) {
    .dispk_row {
        padding-top: 45px;
        margin-bottom: 26px;
    }

    .dispk_row h3 {
        font-size: 32px;
    }

    .dispk_row h4 {
        font-size: 20px;
        padding: 0;
    }
}

picture.ribbon {
    position: absolute;
    left: -16px;
    top: -12px;
    z-index: 20;
}

.time-hurry {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    z-index: 1;
}

.time-hurry-wrapper {
    display: inline-flex;
    padding: 16.521px 40.888px;
    justify-content: center;
    align-items: center;
    gap: 28.911px;
    border-radius: 41.301px;
    border: 4.603px solid #654D51;
    background: #554144;
    box-shadow: 0px 1.777px 3.553px -1.777px rgba(0, 0, 0, 0.06), 0px 3.553px 7.107px -1.777px rgba(0, 0, 0, 0.10);
}

@media (max-width: 500px) {
    .time-hurry-wrapper {
        padding: 10px 17px;
    }
}

.time-hurry-wrapper>span:first-of-type {
    color: #F4E9E1;
    font-family: greycliff-cf, sans-serif;
    font-size: 14.711px;
    font-style: normal;
    font-weight: 600;
    line-height: 108.023%;
    text-transform: uppercase;
}

.time-hurry .time-clock {
    display: flex;
    gap: 5px;
}

.time-hurry .time-clock .num {
    padding: 8px;
    outline: 2px solid #F4E9E1;
    border-radius: 50%;
    background-color: #654D51;
    color: #F4E9E1;
    text-align: center;
    -webkit-text-stroke-width: 0.14288070797920227;
    -webkit-text-stroke-color: #F4E9E1;
    font-family: Montserrat;
    font-size: 12.716px;
    font-style: normal;
    font-weight: 800;
    line-height: 108.023%;
    text-transform: uppercase;
    margin-bottom: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
}


.time-hurry .time-clock .tag {
    color: #F4E9E1;
    text-align: center;
    -webkit-text-stroke-width: 0.14288070797920227;
    -webkit-text-stroke-color: #F4E9E1;
    font-family: greycliff-cf, sans-serif;
    font-size: 6.001px;
    font-style: normal;
    font-weight: 600;
    line-height: 108.023%;
    /* 6.482px */
    text-transform: uppercase;
}

.off_img {
    height: 100%;
    background-size: cover;
    background-position: center;
    border: 3px solid #554144;
    border-radius: 6px;
    min-height: inherit;
}

.offer_detrow {
    align-items: stretch;
    gap: 74px;
    padding: 32px 54px 72px 58px;
}

@media (max-width: 500px) {
    .offer_detrow {
        padding: 26px 20px 48px 20px;
    }

    .dispk_row h3 {
        margin-bottom: 13px;
    }

    .dispk_row h4 {
        margin-bottom: 0;
    }

    .off_img {
        min-height: 330px;
        margin-bottom: 31px;
    }

    .giveaway_sec {
        max-width: none;
    }
}

.rt_off {
    padding: 0;
    text-align: left;
}

.rt_off p {
    margin-bottom: 20px;
}

.of_btn .btn-claim {
    border-radius: 100px;
    border: 3px solid #C23E24;
    background: #D64F34;
    color: #F4E9E1;
    font-family: greycliff-cf, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.giveaway_sec {
    max-width: 95%;
    display: flex;
    padding: 44px;
    margin: 53px auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 46px;
    font-family: greycliff-cf, sans-serif;
    border-radius: 30px;
    background: #654D51;
}

.giveaway_sec h2 {
    color: #F4E9E1;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    line-height: 108.023%;
    text-transform: uppercase;
    margin-bottom: 0;
}

.grid-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 46px;
}

@media (max-width: 500px) {
    .giveaway_sec {
        margin: 30px 0;
        padding: 32px 14px;
        gap: 35px;
        max-width: none;
    }

    .giveaway_sec h2 {
        font-size: 40px;
    }

    .grid-cards {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .grid-cards .col {
        flex: 0 0 100%;
    }
}

.grid-cards .col {
    flex: 0 0 calc(33.33% - 46px);
    display: flex;
    padding: 14px 24px;
    border-radius: 10px;
    background: #F4E9E1;
    margin-bottom: 0;
}

.grid-cards .col .card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    min-height: 155px;
}

.grid-cards .col .card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}

.grid-cards .col .card-header .icon {
    width: 35px;
}

.grid-cards .col .card-header h3 {
    color: #554144;
    font-family: greycliff-cf, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.523%;
    text-transform: capitalize;
    margin-bottom: 0;
}

.grid-cards .col .content p {
    color: #554144;
    font-family: greycliff-cf, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.523%;
    margin-bottom: 0;
}

.previous_winner_sec {
    padding: 112px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.previous_winner_header {
    text-align: center;
    color: #554144;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    font-family: greycliff-cf, sans-serif;
}

.previous_winner_header h2,
.previous_winner_header p {
    margin-bottom: 0;
}

.previous_winner_header h2 {
    color: #554144;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

@media (max-width:500px) {
    .previous_winner_sec {
        padding: 64px 0 37px;
        gap: 54px;
    }

    .previous_winner_header h2 {
        font-size: 36px;
    }
}

.previous_winner_header p {
    color: #554144;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.previous_winner_header button {
    border-radius: 100px;
    border: 3px solid #554144;
    background: #654D51;
    color: #F4E9E1;
    padding: 8px 20px;
}

.previous_winner_sec .winner_section {
    width: 100%;
}

.subscription_form_sec {
    background: #FFF3EB;
    color: #FFF3EB;
    font-family: greycliff-cf, sans-serif;
}

.subscription_form_sec .container {
    padding: 44px 0px;
    max-width: 1188px;

}

.subscription_form_sec .container .row {
    display: flex;
    padding: 46px;
    border-radius: 20px;
    outline: 3px dashed #6C222C;
    outline-offset: -10px;
    background: #843943;
    gap: 50px;
}

.subscription_form_sec .container .row .col {
    flex: 1;
}

.subscription_form_sec .container .row .col:first-child h2 {
    font-family: greycliff-cf, sans-serif;
    color: #FFF3EB;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.subscription_form_sec .container .row .col:first-child p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.subscription_form_sec .container .row .col:nth-child(2) label {
    display: none;
}

.subscription_form_sec .container .row .col:nth-child(2) form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 500px) {
    .subscription_form_sec .container {
        padding: 45px 0px;
    }

    .subscription_form_sec .container .row {
        padding: 46px 18px;
        gap: 38px;
    }

    .subscription_form_sec .container .row .col:first-child {
        text-align: center;
        margin-bottom: 0;
    }

    .subscription_form_sec .container .row .col:first-child h2 {
        margin-bottom: 11px;
    }

    .subscription_form_sec .container .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 0;
    }
}

/* Styling the input */
.subscription_form_sec .col:nth-child(2) form div {
    flex: 0 0 auto;
    width: 100%;
}

.subscription_form_sec .col:nth-child(2) form div input {
    border-radius: 100px;
    background: #FFF;
    padding: 12px 24px;
    color: #554144;
    font-family: greycliff-cf, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.subscription_form_sec .col:nth-child(2) form div input::placeholder {
    color: #554144 !important;
}

@media (min-width: 875px) {

    .subscription_form_sec .col:nth-child(2) form div:first-child,
    .subscription_form_sec .col:nth-child(2) form div:nth-child(2) {
        flex: 1;
        width: 50%;
    }
}


.subscription_form_sec .col:nth-child(2) .btn-subscribe {
    width: 100%;
    border-radius: 100px;
    border: 1px solid #843943;
    background: #D64F34 !important;
    padding: 18px 24px !important;
    text-align: center;
}

.subscription_form_sec .col:nth-child(2) p.term-condition {
    margin-bottom: 0;
    color: #F4E9E1;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.subscription_form_sec .col:nth-child(2) p.term-condition a {
    color: #F4E9E1;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 500px) {
    .subscription_form_sec .col:nth-child(2) form {
        text-align: center;
    }

    .subscription_form_sec .col:nth-child(2) form div,
    .subscription_form_sec .col:nth-child(2) form div:first-child,
    .subscription_form_sec .col:nth-child(2) form div:nth-child(2) {
        flex: 0 0 auto;
        width: 100%;
    }

    .subscription_form_sec .col:nth-child(2) form div input {
        padding: 0 18px;
    }
}

/* FAQ Sec */

.sgprmfaq_sec {
    padding-top: 112px;
    background: #F4E9E1;
}

.sgprmfaq_sec .container {
    max-width: 768px;
}

.sgprmfaq_sec h2.sec_title {
    color: #554144;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 80px;
}

@media (max-width: 500px) {
    .sgprmfaq_sec {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .sgprmfaq_sec h2.sec_title {
        font-size: 36px;
        margin-bottom: 48px;
    }
}

.sgprmfaq_sec .faq_block .fq_title {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 20px 0 0;
    border-radius: 0;
    margin-bottom: 0;
}


.sgprmfaq_sec .faq_block:last-of-type {
    border-bottom: 1px solid #5d4445 !important;
}

.sgprmfaq_sec .faq_block:last-of-type .fq_title {
    padding-bottom: 20px;
}

.sgprmfaq_sec .faq_block .fq_title.active {
    padding: 20px 0 0;
    background: none;
    border-top: 1px solid #5d4445 !important;
}

.sgprmfaq_sec .faq_block:last-of-type .fq_title.active+.fq_content {
    border-radius: 0;
    padding: 12px 0 20px;
}

.sgprmfaq_sec .faq_block .fq_title h3 {
    color: #554144;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

@media (max-width: 500px) {
    .sgprmfaq_sec .faq_block .fq_title h3 {
        font-size: 18px !important;
        max-width: 80%;
    }
}

.sgprmfaq_sec .faq_block .fq_title h3::before {
    color: #554144;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.faq_block .fq_title:before {
    background-size: contain;
    transform-origin: center;
}

.sgprmfaq_sec .faq_block .fq_content {
    padding: 12px 0 0px;
    background: none;
    border: none;
}


.has_question_sec {
    padding-bottom: 112px;
    background: #F4E9E1;
}

.has_question_header {
    text-align: center;
    color: #554144;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: greycliff-cf, sans-serif;
}


.has_question_header h4 {
    color: #554144;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

@media (max-width:500px) {
    .has_question_sec {
        padding-bottom: 64px;
        gap: 54px;
    }

    .has_question_header h4 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}

.has_question_header p {
    color: #554144;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

.has_question_header button {
    border-radius: 100px;
    border: 3px solid #C23E24;
    background: #D64F34;
    color: #F4E9E1;
    padding: 8px 20px;
}


/* Homepage styles */
#btn-get-in-draw .elementor-button-text::after {
    content: "";
    background: url('https://hp.codingdiver.com/wp-content/uploads/2024/01/Button.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}

#btn-get-in-draw .elementor-button-text {
    display: flex;
    align-items: center;
    gap: 72px;
}

#btn-shop-now .elementor-button.elementor-button-link {
    min-height: 54px;
    display: flex;
    align-items: center;
}

@media (max-width: 500px) {
    #btn-get-in-draw .elementor-button-text {
        gap: 15px;
    }

    #btn-shop-now .elementor-button.elementor-button-link {
        display: inline-flex;
    }
}

#connect-with-us {
    position: relative;
}

.connect-with-us-text img {
    margin-bottom: 6px;
}

.connect-with-us-text {
    margin-bottom: 62px;
}

#instagram-wrapper #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 25px 18px;
    max-height: 700px;
    overflow: scroll;
}

#instagram-wrapper #sb_instagram #sbi_images::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

#instagram-wrapper #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    flex: 1;
    min-width: calc(50% - 15px);
    border-radius: 8px;
}


#instagram-wrapper #sb_instagram a.sbi_photo {
    min-height: 100%;
}

.highlight-early-access {
    border-radius: 4.771px;
    background: #E9DCD2;
    padding-left: 7px;
    padding-right: 7px;
    color: #554144;
    font-size: 19.276px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.bg-circle {
    position: absolute;
    top: 38px;
    left: -41px;
    width: 938px;
    max-width: none;
    mix-blend-mode: multiply;
}

@media (max-width: 500px) {
    #instagram-wrapper #sb_instagram #sbi_images {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 15px 8px;
        max-height: 280px;
    }

    .bg-circle {
        position: absolute;
        left: -20px;
        width: 100vw;
        top: 20px;
        bottom: 0;
        rotate: 180deg;
    }

    .btn-follow {
        margin: 0 auto;
    }
}

.page-template-new-thankyou div#sgpb-popup-dialog-main-div {
    border-radius: 0px !important;
    padding: 0 !important;
    border-radius: 0px !important;
    padding: 0 !important;
    background-color: #823944 !important;
    border-color: #000 !important;

}

.page-template-new-thankyou .sg-popup-content label {
    color: #ffffff;
}

.page-template-new-thankyou .item_details .item_label {
    color: #ffffff;
}

.paragraph-center {
    margin: 0 auto;
}

/**VIP Promotions**/
.promotion-slider .vip-prom-image {
    border-radius: 8px;
    border: 3px solid var(--Brown_1, #554144);
}

.promotion-slider .slide {

    max-width: 410px;
}

.promotion-giveaway-module {
    display: flex;
    flex-wrap: wrap;
}

.promotion-slider #promotionsslider_big {
    z-index: 2;
    max-width: 480px;
}

.promotion-giveaway-module .flex-item {
    flex: 0 0 50%;
    /* Do not grow, do not shrink, start at 50% width */
    box-sizing: border-box;
    /* Include padding and borders in element's width */
    padding: 10px;
    /* Optional spacing for content */
    max-width: 49%;
}

.bloc-prom {
    width: 480px;
    height: 620px;
    border-radius: 8px;
    border: 3px solid var(--Brown_1, #554144);
}

/* Fixing from feedback */
#promotionsslider_big .owl-stage-outer.owl-height {
    height: 700px;
}

#promotionsslider_big .item.bloc-prom {
    height: 700px;
}

.promotion-slider {
    position: relative;
}

.promotion-slider .vip-badge {
    position: absolute;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    z-index: 100;
    right: 50px;
    top: -60px;
    transform-origin: 50% 40%;
    animation: infiniteRotate 30s linear infinite;
}

@media (max-width: 500px) {
    .promotion-slider .vip-badge {
        display: none;
    }

    #promotionsslider_big .owl-stage-outer.owl-height {
        height: 500px;
    }

    #promotionsslider_big .item.bloc-prom {
        height: 500px;
    }
}

@keyframes infiniteRotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

#exclusive-giveaway-sec {

    position: relative;
}

#graph-section .tab-content {
    display: none;
    padding: 0;
}

.bar-chart-container {
    background-repeat: no-repeat;
    border-radius: 0;
}

.elementor-370954 .elementor-element.elementor-element-b9abbdd .bdt-static-grid-tab .gridtab > dd {
    padding: 0 !important;
    border: 0 !important;
}

@media (min-width: 764px) {
    #static-grid-tab-brand .bdt-ep-static-grid-tab-image-inner.bdt-cover-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 450px;
        border-radius: 10px;
    }

    #static-grid-tab-brand .bdt-ep-static-grid-tab-image-inner.bdt-cover-container img{
        object-fit: cover;
        max-width: inherit;
        width: 100%;
        transform: translateY(50px);
        border-radius: 0;
    }

}

@media (max-width: 500px) {
    .bdt-static-grid-tab .gridtab {
        margin-bottom: 0!important;
    }
    #static-grid-tab-brand #bdt-ep-static-grid-tab-b9abbdd dd  {
        padding: 0 !important;
        border: 0 !important;
        order: 3 !important;
    }

}
.icon-button {
    display: flex;
    justify-content: space-between !important;
    padding-left: 13px !important;
    gap: 0!important;
}

.promotions_sec .icon-button img {
    border-radius: 0;
    background: none;
    padding: 0;
    width: 21px;
}


@media (max-width: 500px){
    .loyalty_graph_sec h2 {
        font-size: 36px !important;
    }
    .loyalty_graph_sec p {
        font-size: 16px !important;
    }
    .loyalty_graph_sec h2, .loyalty_graph_sec p {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #graph-section .tab-button {
        padding: 6px 17px !important;
        font-size: 12px !important;
    }

    .loyalty_graph_sec .wrapper {
        padding: 36px 0 !important;
    }
}
.plan.pln3 .content {
    position:relative;
    overflow:auto;
}
.plan.pln3 .content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
    animation: shineImage 6s infinite;
    z-index: 2;
}

@keyframes shineImage {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.plan.pln3 .content {
    position: relative;
    overflow: hidden;
}
.plan.pln2 {
    position: relative;
}
#hand-writing {
    position: absolute;
    right: -50px;
    top: -38px;
    font-size: 24px;
    font-weight: 700;
    font-family: Caveat,sans-serif;
    color: #f4e9e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
@media (max-width: 500px) {
    #hand-writing {
        right: 18px;
        top: -80px;
    }
}
.heading-thankyou h1 {
    display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: center;
}

@media (max-width: 500px) {
    .heading-thankyou h1 {
        display: flex;
        justify-content: center;
        align-content: space-between;
        align-items: center;
        flex-direction: column;
        line-height: 53px !important;
    }

    .sgprmfaq_sec .container{
        width:100% !important;
    }
}

.sg-popup-content {
    background: #823944!important;
    border: 1px solid #823944!important;
    border-radius: 0px!important;
    box-shadow: none !important;
    color: #291518;
    padding: 25px 25px!important;
    border-radius: 42px !important;
}

#sgpb-popup-dialog-main-div-wrapper #sgpb-popup-dialog-main-div {
    border-radius: 10px!important;
}

.ent_col2 p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    color: #f1e7de;
}

.dd_logo img {
    width: 75%;
}
.sg-popup-content label {
    color: #f1e7df;
    font-size: 14px;
    letter-spacing: 0.3px;
    display: block;
    margin-top: 10px;
}

.sg-popup-content label {
    color: #f1e7df;
    font-size: 14px;
    letter-spacing: 0.3px;
    display: block;
    margin-top: 10px;
    color: #f1e7de;
    font-size: 16px;
    font-family: "greycliff-cf", sans-serif;
}

.item_details .item_label {
    font-weight: 600;
    font-size: 16px;
    font-size: 16px !important;
    float: left;
    color: #f1e7de;
    font-size: 16px;
    font-family: "greycliff-cf", sans-serif;
}

.item_details .item_value {
    font-size: 16px;
    float: right;
    color: #f1e7de;
    font-size: 16px;
    font-family: "greycliff-cf", sans-serif;
}

#sgpb-popup-dialog-main-div-wrapper .sg-popup-content button {
    background-color: #853944!important;
    color: #ffffff;
    font-size: 18px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 17px 15px 18px;
    width: 100%;
    border: 0;
    cursor: pointer;
    margin-top: 7px;
    background-color: #d54f34!important;
    border-radius: 5px;
    padding: 20px 0px!important;
    padding-top: 25px!important;
    font-family: "greycliff-cf", sans-serif;
}

#sgpb-popup-dialog-main-div-wrapper p {
    color: #f1e7de;
    font-family: "greycliff-cf", sans-serif;
}

#sgpb-popup-dialog-main-div-wrapper p a {
    color: #f1e7de;
}

#sgpb-popup-dialog-main-div-wrapper .sg-popup-content input[type="text"], .sg-popup-content textarea,sg-popup-content input[type="email"] {
    border: 1px solid #e5d9cf;
    background-color: #e5d9cf;
    font-size: 16px;
    padding: 12px 15px;
    color: #291518;
    width: 100%;
    border-radius: 7px!important;
    background-color: #722e3b;
    border: 1px solid #8c4651;
    border-radius: 5px!important;
    color: #f1e7de;
    font-family: "greycliff-cf", sans-serif;
}
.sg-popup-content input[type="email"] {
    border: 1px solid #e5d9cf;
    background-color: #e5d9cf;
    font-size: 16px;
    padding: 12px 15px;
    color: #291518;
    width: 100%;
    border-radius: 7px!important;
    background-color: #722e3b;
    border: 1px solid #8c4651;
    border-radius: 5px!important;
    color: #f1e7de;
    font-family: "greycliff-cf", sans-serif;
}
.tag{
    border-radius: 100px;
    background: var(--Orange_1, #D64F34);
    padding: 9px 17px;
    color: var(--Cream_1, #F4E9E1);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    /* font-family: "Greycliff CF"; */
    font-size: 19px;
    font-style: normal;
    font-weight: 800;
    line-height: 108.023%;
    text-transform: uppercase;
    font-family: "greycliff-cf", Sans-serif;

}

.strike {
    text-decoration: line-through;
    padding-right: 23px;
    text-decoration-color: #000;
}

.dd-price {
    color: #000;
}

.promotions_thumbslider .current img {
    border: 3px solid #D64F34 !important;
}

.owl-carousel .owl-item img {
    border: 3px solid #554144;
}

.previous-giveaway-sec .item.prev-item img {
    width:180px;
    height:226px;
    object-fir:cover;
}

.previous-giveaway-block #promotionsslider_big .item.bloc-prom {
    height: 465px;
    width: 360px;
}

.previous-giveaway-block .promotion-slider #promotionsslider_big {
    z-index: 2;
    max-width: 360px;
}

.promotion-giveaway-module.align-items-center.previous-giveaway-block {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

.prizes-flex{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: flex-end;
    align-content: flex-end;
    row-gap: 28px;
    flex-wrap: wrap;
    gap: 21px;
}

.prize-image {
    width: 390px;
    height: 390px;
    position: relative;
}

.prize-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px !important;
    border: 3px solid var(--Brown_1, #554144) !important;
}

.prize-name {

    display:flex;
    /* flex-direction: column; */
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-end;
    /* left: 13%; */
}

.prize-name span {
    border-radius: 4.8px;
    background: var(--Cream_1, #F4E9E1);
    color: var(--Brown_1, #554144);
    text-align: center;
    font-family: "greycliff-cf", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    position: absolute;
    padding: 7px;
    display: flex;
    margin-bottom: 5%;
    /* display: inline-flex; */
    padding: 3.2px 9px;
    max-width: 222px;
}


div#footer-widgets{
    display:none;
}

.previous-giveaway-sec .owl-item.active {
    max-width: 180px !important;
}
.previous-giveaway-sec {
    padding: 25px 26px 25px 26px;
    border-radius: 10px;
    background-color: #E9DCD2;
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

img.sp-logo {
    width: 107px;
}

.brand_logos .win_sl1 .item {
    padding: 0px 25px;
    max-width: 16%;
}

#giveway-section-vip .previous-giveaway-sec h3 {
    color: #554144 !important;
}

.bar-chart-container {
    margin: 0 20px;
    border-radius: 8px;
}

div#partnership-logo .elementor-element-populated {
    display: flex;
    justify-content: center;
    column-gap: 14px;
}

.feature-box h3 {
    color: #f4e9e2;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 108.023%;
    text-transform: uppercase;
    margin: 33px 0px;
}

.bt-hover:hover {
    scale:1.05;
    color:#FFF5EE;
}

.help-btn {
    width:150px;
}

@media (max-width: 500px) {
    .promotion-giveaway-module.align-items-center.previous-giveaway-block {
        width: 100%;
        margin: 0 auto;
        max-width: 1000px;
    }

    .help-btn {
        width:100%;
        text-align: center;
    }

    .previous-giveaway-block #promotionsslider_big .item.bloc-prom {
        height: 465px;
        width: 100%;
    }

    .previous-giveaway-sec .promotions_thumbslider {
        display: block;
    }

    .previous-giveaway-sec .item.prev-item img {
        width: 100px;
        height: 138px;
        object-fit: cover;
    }


    .previous-giveaway-sec .item.prev-item {
        width: 100px;
        height: 138px;
        object-fit: cover;
    }

    .previous-giveaway-sec .owl-stage {
        display: flex;
        gap: 11px;
    }
    .previous-giveaway-sec {
        margin-bottom:26px;
    }

    .full-bt-mb a {
        width:100% !important;
    }

    .loyalty_sec h2.choose {
        font-size: 36px !important;
    }

    .mb-grid{
        display: flex;
        flex-wrap: wrap;
        row-gap: 87px;
        column-gap: 30px;
        justify-content: center;
    }

    .subscription_form_sec .container {
        padding: 44px 0px;
        max-width: 98%;
    }


}