/*
Theme Name: PMI Marlboro 2022
Theme URI: https://mozinteractive.co.il/
Author: Guy Ytzhak
Author URI: https://mozinteractive.co.il/
Description: Wordpress Theme For PMI Marlboro 2022
Version: 1.0.0
Text Domain: pmi
*/

:root {
    --main-color: #14305B;
    --main-color-rgb: 20, 48, 91;
    --secondary-color: #00D0D2;
    --secondary-color-rgb: 0, 208, 210;
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255;
    --black-color: #000000;
    --black-color-rgb: 0, 0, 0;
}

@font-face {
    font-family: "FbReforma";
    font-weight: 400;
    font-style: normal;
    src: url("assets/fonts/FbReforma-Regular.ttf") format("truetype"),
    url("assets/fonts/FbReforma-Regular.otf") format("opentype");
    url("assets/fonts/FbReforma-Regular.woff") format("woff");
    url("assets/fonts/FbReforma-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "FbReforma";
    font-weight: 700;
    font-style: normal;
    src: url("assets/fonts/FbReforma-Bold.ttf") format("truetype"),
    url("assets/fonts/FbReforma-Bold.otf") format("opentype");
    url("assets/fonts/FbReforma-Bold.woff") format("woff");
    url("assets/fonts/FbReforma-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "FuturaLT-Book";
    font-weight: 400;
    font-style: normal;
    src: url("assets/fonts/FuturaLT-Book.ttf") format("truetype");
    font-display: swap;
}

body {
    background: var(--secondary-color);
    font-family: FbReforma;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.0625;
    color: var(--main-color);
}

.page_loader {
    opacity: 0.75;
    background: var(--secondary-color);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.page-wrapper,
.game__page{
    background-image: url('assets/images/new-img/main-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /*min-height: calc(100dvh - 230px);*/
    min-height: 100dvh;
}

.page-wrapper.page-cleaning-ash,
.game__page.page-cleaning-ash,
.page-wrapper.page-remove-smoke,
.game__page.page-remove-smoke {
    background-image: url('assets/images/new-img/bg-pattern.jpg');
    max-width: 100%
}

.page-wrapper.page-fire,
.game__page.page-fire {
    background-image: url('assets/images/new-img/bg-pattern.jpg');
    max-width: 400px;
    margin: 0 auto;
}

.intro__page {
    background: none;
}

.container {
    padding: 0 13px;
    max-width: 401px;
}

.intro__page__header {
    padding-top: 20px;
    flex: 1;
}

.intro__page__inner {
    margin-top: 0;
}

.game__page__inner {
    position: static;
}

.intro__page__inner h1,
.game__page__inner h1 {
    color: var(--main-color);
    font-weight: 700;
    font-family: 'Reforma';
    font-size: 30px;
    margin-bottom: 15px;
}

.page-intro .intro__page__inner h1 {
    margin-bottom: 20px;
    font-size: 35px;
}

.intro__page__inner h2 {
    margin-bottom: 38px;
    color: var(--main-color);
}

.intro__page__inner .cards {
    margin: 0 -5px 61px;
}

.intro__page__inner .cards .card {
    padding: 0 5px;
}

.intro__page__inner .cards .card__bg {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}

.intro__page__inner .cards .card__bg .card-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 62px;
    margin: auto;
}

.card.finished .card__bg .card-check-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--black-color-rgb), 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card.finished a {
    pointer-events: none;
}

.intro__page__inner .note_finished {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 0.65;
    display: inline-block;
}

.intro__page__inner .note {
    font-size: 16px;
    color: var(--white-color);
    line-height: 1.0625;
}

.bottom-image {
    max-width: 401px;
    margin: 0 auto;
}

.bottom-image:not(.active) img {
    max-width: 401px;
    margin-left: auto;
    margin-right: auto;
}

.page-wrapper:not(.page-intro) .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.game-complete-timer {
    flex: 1;
    padding-top: 20px;
}

.game-complete-timer .game-complete-timer-inn {
    background: var(--white-color);
    box-shadow: 0 9px 20px rgba(var(--secondary-color-rgb), 0.11);
    border-radius: 21px 0 0 21px;
    min-width: 147px;
    min-height: 45px;
    padding: 5px 10px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    font-family: 'FuturaLT-Book';
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: var(--main-color);
    position: relative;
    right: -13px;
}

.game-complete-timer .game-timer {
    padding-right: 10px;
    position: relative;
    top: 3px;
}

.game-complete-timer .game-complete-timer-inn span {
    display: block;
}

.intro__page__inner {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 34px;
}

.page-desc {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
}

.game__page * {
    touch-action: initial;
}

.cleaning-ash-img-holder {
    position: relative;
    padding-bottom: 30px;
}

.cleaning-ash-img-holder .game__page__game img {
    display: inline-block;
    max-height: initial;
    width: auto;
}

.page-cleaning-ash .cleaning-ash-img-holder .btn-img-holder {
    position: absolute;
    bottom: 0;
    left: -10px;
    right: 0;
}

.cleaning-ash-img-holder .btn-img-holder .btn-img {
    display: inline-block;
    width: 142px;
    height: 142px;
    line-height: 1;
    position: static;
    background: none;
    transform: none;
}

.ash-cleaning-time-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(var(--black-color-rgb), 0.47);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.ash-cleaning-time-pop .cleaning-time-pop-inn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.ash-cleaning-time-pop .cleaning-time-pop-body {
    background-image: url('assets/images/new-img/main-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    max-width: 320px;
    width: 100%;
    min-height: 289px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 15px;
    border-radius: 7px;
}

.ash-cleaning-time-pop .cleaning-popup-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: var(--main-color);
    font-family: 'Reforma';
    margin-bottom: 10px;
}

.ash-cleaning-time-pop .cleaning-popup-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.ash-cleaning-time-pop .cleaning-time-holder {
    width: 80px;
    margin: 0 auto 25px;
}

.ash-cleaning-time-pop .cleaning-time-holder-inn {
    background: rgba(var(--white-color-rgb), 0.89);
    width: 79px;
    height: 79px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ash-cleaning-time-pop .cleaning-time-holder-inn .cleaning-time-record {
    background: var(--white-color);
    box-shadow: 0 7px 19px 6px rgba(var(--secondary-color-rgb), 0.51);
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Reforma';
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    padding-top: 5px;
}

.ash-cleaning-time-pop .cleaning-time-holder .cleaning-time-title {
    display: block;
    margin-top: 7px;
    font-family: 'Reforma';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.ash-cleaning-time-pop .cleaning-btn-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    justify-content: center;
}

.ash-cleaning-time-pop .cleaning-btn-holder .btn {
    display: inline-flex;
    height: auto;
    min-height: 52px;
    border-radius: 100px;
    padding: 7px 15px;
    font-family: 'Reforma';
    font-weight: 700;
    min-width: 99px;
    margin: 10px 5px 0;
    background: var(--main-color);
    box-shadow: -1px 4px 20px 13px rgba(var(--black-color-rgb), 0.04);
}

.ash-cleaning-time-pop .cleaning-btn-holder .btn:first-child {
    min-width: 177px;
}

.page-fire .intro__page {
    padding-bottom: 0;
}

.page-fire .container {
    max-width: 100%;
}

.page-fire .cleaning-ash-img-holder {
    padding-bottom: 0;
    padding-top: 0;
    margin: 0 -13px;
}

.page-fire .cleaning-ash-img-holder .game__page__game img,
.page-fire .cleaning-ash-img img {
    width: 100%;
}

.page-fire .cleaning-ash-img-holder .btn-img-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

body:not(:has(.bottom-image.active)) .page-fire .cleaning-ash-img-holder .btn-img-holder {
    position: fixed;
    bottom: 10vh;
}

.page-wrapper.page-remove-smoke .intro__page {
    padding-bottom: 0;
}

.page-wrapper.page-remove-smoke .container {
    position: relative;
    overflow: hidden;
    display: block;
}

.page-wrapper.page-remove-smoke .remove-smoke-img {
    margin: 0 -13px;
}

.page-wrapper.page-remove-smoke .remove-smoke-img img {
    width: 100%;
}

.page-wrapper.page-remove-smoke .remove-smoke-content {
    position: absolute;
    top: 0;
    left: 13px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    bottom: 0;
    z-index: 3;
}

.page-wrapper.page-remove-smoke .intro__page__inner {
    padding-right: 13px;
    height: calc(100% - 75px);
    display: flex;
    flex-direction: column;
}

.page-wrapper.page-remove-smoke .intro__box {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-wrapper.page-remove-smoke .intro__box .cleaning-ash-img-holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.game__page__header {
    padding-top: 20px;
    margin-bottom: 35px;
}

.game__page__header .game-complete-timer {
    order: -1;
    text-align: initial;
    padding-top: 0;
}

.game-complete-timer .game-timer .game__timer__clock {
    position: static;
    width: auto;
    height: auto;
}

.game-complete-timer .game-timer .game__timer__clock #clock {
    position: static;
    letter-spacing: 0;
    font-size: inherit;
    color: inherit;
}

.page-remove-smoke .game__page__header {
    position: absolute;
    top: 0px;
    left: 13px;
    right: 0;
    z-index: 9;
    overflow: hidden;
}

.page-remove-smoke .intro_title_holder {
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    z-index: 9;
}

.page-remove-smoke .intro__page__inner {
    margin-top: 0;
}

.page-remove-smoke .cleaning-ash-img-holder {
    margin: 0 -13px;
    padding-bottom: 0;
}

.page-remove-smoke .cleaning-ash-img-holder .game__page__game > img {
    width: 100%;
}

.page-remove-smoke .cleaning-ash-img-holder .btn-img-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*Benefit Activity*/
.page-template-template-thank {
    background: #FFFBF3;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: #04023C;
    text-align: center;
}

.page-wrapper.page-thankyou {
    background: none;
}

.page-thankyou .baf_head {
    margin: 0 auto 10px;
    max-width: 375px;
}

.page-thankyou .baf_head img {
    width: 100%;
}

.page-thankyou .baf_body_inner {
    max-width: 336px;
    margin: 0 auto;
}

.page-thankyou .baf_disc_block {
    max-width: 365px;
    margin: 0 auto;
}

.page-thankyou .btn {
    margin: 0;
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    background: #02CBCB;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffff;
    min-width: 205px;
    min-height: 50px;
    padding: 8px 20px;
    line-height: 1.3;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: none;
    height: auto;
    font-size: 22px;
    border: none;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    border-radius: 100px;
}

.baf_iqos_list_holder {
    margin-top: 18px;
    margin-bottom: 23px;
}

.baf_iqos_list_holder .baf_iqos_header {
    max-width: 112px;
    margin: 0 auto 20px;
}

.page-thankyou .cleaning-intro-body-title {
    margin-bottom: 10px;
    font-family: "Assistant", sans-serif;
    font-size: 47px;
    font-weight: 700;
    color: #00D0D2;
    line-height: 1;
}

.page-thankyou .cleaning-intro-body-subtitle {
    font-family: "Assistant", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    max-width: 362px;
    margin: 0 auto;
}

.page-thankyou .baf_disc_code_holder {
    margin: 75px auto 15px;
    background: #D8D8D8;
    border-radius: 6px;
    font-family: "Assistant", sans-serif;
    max-width: 318px;
    padding: 50px 10px 25px;
    position: relative;
}

.page-thankyou .baf_disc_block .baf_disc_label {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.page-thankyou .baf_disc_block .baf_disc_label img.baf_coupon_label {
    margin-left: -27px;
    position: relative;
    top: -5px;
    max-width: 106px;
}

.page-thankyou .baf_disc_block .baf_disc_label img.baf_product_img {
    max-width: 110px;
}

.page-thankyou .baf_disc_title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

.page-thankyou .baf_disc_title .highlighted {
    margin-left: 5px;
    color: #02CBCB;
}

.page-thankyou .baf_disc_block .btn {
    background: #082549;
    background: url('assets/images/new-img/btn-bg.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-weight: 400;
    min-width: 225px;
    min-height: 55px;
    filter: none;
}

.page-thankyou .baf_disc_block .baf_disc_notice {
    margin-top: 25px;
    font-family: "Assistant", sans-serif;
    font-size: 12px;
    line-height: 1.3;
}

.page-thankyou .baf_iqos_benefit {
    background: #00D0D2;
    padding: 15px 15px 17px;
    max-width: 375px;
    margin: 15px auto 0;
}

.page-thankyou .baf_iqos_benefit .baf_iqos_title {
    font-family: "Assistant", sans-serif;
    color: #fff;
    margin-bottom: 10px;
    font-size: 21px;
}

.page-thankyou .baf_iqos_benefit .btn {
    background: #fff;
    min-width: 125px;
    min-height: 40px;
    color: #04023C;
    font-weight: 400;
    filter: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.page-template-template-thank .bottom-image {
    max-width: 375px;
}

.page-template-template-thank .bottom-image:not(.active) img {
    max-width: 375px;
}

.bottom-image {
    padding-bottom: 245px;
}

.page-template-template-thank .bottom-image {
    padding-bottom: 230px;
}

.bottom-image img {
    top: calc(100% - 80px);
    margin-top: 0;
}

.bottom-image.active img {
    transform: none;
    position: absolute;
    margin: 0;
    top: 0;
}

@media (max-width: 375px) {
    .bottom-image,
    .page-template-template-thank .bottom-image{
        padding-bottom: 61.49%;
    }
}

.game__page .game__timer__clock{
    background: none;
}