/** Generated by QuickPaging **/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    direction: rtl !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.container-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.myWrapper {
    background-color: #0f1b21;
}

.m-tb-10 {
    margin: 10px auto;
}

.banner img {
    width: 100%;
    height: auto;
}

#on {
    display: block;
}

#off {
    display: none;
}

.overaly {
    visibility: hidden;
    display: grid;
    place-items:center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
}

#share {
    width: 25%;
    min-width: 300px;
    max-width: 390px;
    border-radius: 6px;
    padding:1rem;
    background-color: #ffffff;
}

#share header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px 0;
}

#closeShareDialogue {
    cursor: pointer;
    color: #ffffff ;
}

.share-btn {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-btn a {
    text-align: center;
    margin: 2px 10px;
}

.share-btn a:last-child {
    flex: 2;
    color: #888888;
    padding: 6px;
    border: 1px solid #888888;
    border-radius: 6px;
    cursor: pointer;
}

.share-btn img {
    max-width: 32px;
    vertical-align: middle;
}

#calendar {
    display: none;
}

.countdown-section {
    text-align: center;
    position: relative;
    /*margin-top: -40px;*/
    padding-bottom: 15px;
}

.countdown-banner {
    /*width: 85%;*/
    margin: 1.5rem auto 1rem;
}

.countdown-banner img {
    width: 75%;
    max-width: 700px;
    height: auto;
}

.countdown-timer {
    direction: ltr !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto 10px;
    width: 75%;
    /*border: 1px solid #cccccc;*/
    /*height: 100px;*/
}

/*.digit {*/
/*position: relative;*/
/*flex: 1;*/
/*font-weight: 600;*/
/*!*border: 1px solid #888888;*!*/
/*background-color: #000000;*/
/*font-family: monospace;*/
/*border-radius: 8px;*/
/*margin: 0 6px;*/
/*text-align: center;*/
/*color: #dddddd !important;*/
/*font-size: 4.5rem;*/
/*box-shadow: 0 0 4px 0 #eee;*/
/*}*/

/*.digit:after {*/
/*content: "";*/
/*width: 100%;*/
/*height: 1px;*/
/*!*background: #eee;*!*/
/*border-top: 1px solid #cccccc;*/
/*display: block;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 0;*/
/*}*/

.dots-spliter {
    background-color: transparent !important;
    box-shadow: none !important;
}

.labels {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #888888;
    font-size: 1.4rem;
    width: 75%;
    margin: 0 auto;
}

#openShareDialogue {
    display: inline-block;
    padding: 12px 30px;
    color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 6px;
    cursor: pointer;
    margin: 1.5rem auto;
}

.countdown-share-btn {
    margin: 1rem 0 !important;
}

.countdown-share-btn i , .share-btn i {
    vertical-align: middle;
    opacity: 1 !important;
}

.bg-white {
    background-color: #ffffff;
}

.cta-content {
    padding: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cta-content p {
    margin-left: 5px;
}

.cta-content div {
    flex: 1;
}

.cta-content input {
    display: inline-block;
    padding: 8px;
    line-height: inherit !important;
    height: auto !important;
    border-radius: 4px;
    margin: 3px 0 6px 6px;
    border: none;
    flex: 1;
    width: auto;
}

.register-form {
    display: flex;
    flex-wrap: wrap;
}

.mellat-form {
    display: none;
    text-align: center;
    margin: 10px auto 0;
    border: 2px solid #a21c25;
    border-radius: 14px;
}

.mellat-form label:first-child {
    margin-left: 15px;
}

.mellat-form input[type=button] ,
.mellat-form input[type=button]:focus ,
.mellat-form input[type=button]:visited ,
.mellat-form input[type=button]:active ,
.mellat-form input[type=button]:hover {
    background-color: #a21c25 !important;
    color: white !important;
}

.mellat-form input {
    vertical-align: middle;
}

.msg {
    width: 100% !important;
    padding: 5px;
    margin-top: 5px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
}

#success-msg {
    display: none;
    background-color: green;
}

#error-msg {
    display: none;
    background-color: rgba(255,0,0,0.8);
}

.cta-content input[type=number] , .cta-content input[type=number]:focus {
    /*box-shadow: 0 0 1px 1px #aaa inset;*/
    border: 1px solid #aaaaaa !important;
}

.cta-content input[type=submit] {
    color: #ffffff;
    background: rgb(217,114,60);
    background: linear-gradient(180deg, rgba(217,114,60,1) 0%, rgba(241,93,15,1) 39%);
    text-align: center;
    padding: auto 20px;
    font-size: 1.2rem;
}

.campaign-desc {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
}

.campaign-desc div {
    flex: 1;
    padding: 3rem 2rem 1em;
}

.campaign-desc p {
    text-align: justify;
    color: #dddddd;
    line-height: 2;
}

.campaign-desc video {
    max-width: 720px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 2px 2px #444;
}

.orange-friday {
    color: rgb(241,93,15);
    font-weight: 600;
}

.sponsors {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1rem !important;
}

.sponsors > div {
    margin: 5px;
}

.sponsors img {
    width: 100%;
    height: auto;
    max-width: 140px;
    border-radius: 11px;
    box-shadow: 0px 1px 6px #f36823;
}



@media screen and (max-width: 410px) {
    .countdown-timer {
        zoom:0.4 !important;
    }
}


@media screen and (max-width: 600px) {
    .countdown-banner img {
        width: 85%;
    }

    .cta-content  , .register-form {
        flex-direction: column;
    }

    .campaign-desc {
        flex-direction: column-reverse;
    }

    .register-form {
        margin: 20px auto 10px;
    }

    .cta-content p {
        text-align: center;
    }

    .cta-content div {
        width: 100%;
    }

    .cta-content input[type="number"] {
        padding: 9px 5px;
    }

    .cta-content input[type="submit"] {
        padding: 12px 8px;
    }

    .calendar {
        margin-top: 1rem;
    }

    .calendar p {
        text-align: right;
        margin: 0 auto 1rem;
        padding: 0 10px;
        width: 75% !important;
        display: inline-block;
    }

    .countdown-timer {
        width: 90%;
        zoom: 0.5;
        margin-top: 1rem;
    }

    .digit {
        /*font-size: 2rem;*/
        /*margin: 0 3px;*/
    }

    .labels {
        font-size: 1rem;
    }

    .countdown-section {
        margin-top: 0;
    }

    .countdown-banner {
        width: 85%;
        margin: 0 auto;
    }
}


@media screen and (min-width: 601px) and (max-width: 830px) {
    .countdown-timer {
        width: 90%;
        zoom: 0.7;
    }

    .digit {
        /*font-size: 3.3rem;*/
    }

    .campaign-desc {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 831px) and (max-width: 930px) {
    .countdown-timer {
        width: 90%;
        zoom: 0.8;
    }
}














@-webkit-keyframes flipTop {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg); }

    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg); } }

@-webkit-keyframes flipBottom {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg); }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes flipTop {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg); }

    100% {
        -moz-transform: perspective(400px) rotateX(-90deg); } }

@-moz-keyframes flipBottom {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg); }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg); } }

@-ms-keyframes flipTop {
    0% {
        -ms-transform: perspective(400px) rotateX(0deg); }

    100% {
        -ms-transform: perspective(400px) rotateX(-90deg); } }

@-ms-keyframes flipBottom {
    0% {
        -ms-transform: perspective(400px) rotateX(90deg); }

    100% {
        -ms-transform: perspective(400px) rotateX(0deg); } }

@keyframes flipTop {
    0% {
        transform: perspective(400px) rotateX(0deg); }

    100% {
        transform: perspective(400px) rotateX(-90deg); } }

@keyframes flipBottom {
    0% {
        transform: perspective(400px) rotateX(90deg); }

    100% {
        transform: perspective(400px) rotateX(0deg); } }

.flipTimer {
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 90px;
    font-weight: bold;
    line-height: 120px;
    height: 100px; 
}
.flipTimer .seperator {
    vertical-align: top;
    margin: 0 -20px;
    display: inline; }
.flipTimer .seconds,
.flipTimer .minutes,
.flipTimer .hours,
.flipTimer .days {
    height: 100%;
    display: inline; }
.flipTimer .digit-set {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    border: 1px solid #111111;
    width: 70px;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0 3px; }
.flipTimer .digit {
    position: absolute;
    height: 100%; }
.flipTimer .digit > div {
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 50%;
    padding: 0 10px; }
.flipTimer .digit > div.digit-top, .flipTimer .digit > div.shadow-top {
    background-color: #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    top: 0;
    z-index: 0;
    border-radius: 10px 10px 0 0; }
.flipTimer .digit > div.digit-top:before, .flipTimer .digit > div.shadow-top:before {
    content: "";
    box-shadow: inset 0 10px 25px rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.flipTimer .digit > div.shadow-top {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(black));
    width: 70px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in; }
.flipTimer .digit > div.digit-bottom, .flipTimer .digit > div.shadow-bottom {
    background-color: #333;
    bottom: 0;
    z-index: 0;
    border-radius: 0 0 10px 10px; }
.flipTimer .digit > div.digit-bottom .digit-wrap, .flipTimer .digit > div.shadow-bottom .digit-wrap {
    display: block;
    margin-top: -100%; }
.flipTimer .digit > div.digit-bottom:before, .flipTimer .digit > div.shadow-bottom:before {
    content: "";
    box-shadow: inset 0 10px 25px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 10px 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.flipTimer .digit > div.shadow-bottom {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(black), to(rgba(0, 0, 0, 0)));
    width: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in; }
.flipTimer .digit.previous .digit-top,
.flipTimer .digit.previous .shadow-top {
    opacity: 1;
    z-index: 2;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: flipTop 0.3s ease-in both;
    -moz-transform-origin: 50% 100%;
    -moz-animation: flipTop 0.3s ease-in both;
    -ms-transform-origin: 50% 100%;
    -ms-animation: flipTop 0.3s ease-in both;
    transform-origin: 50% 100%;
    animation: flipTop 0.3s ease-in both; }
.flipTimer .digit.previous .digit-bottom,
.flipTimer .digit.previous .shadow-bottom {
    z-index: 1;
    opacity: 1; }
.flipTimer .digit.active .digit-top {
    z-index: 1; }
.flipTimer .digit.active .digit-bottom {
    z-index: 2;
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: flipBottom 0.3s 0.3s ease-out both;
    -moz-transform-origin: 50% 0%;
    -moz-animation: flipBottom 0.3s 0.3s ease-out both;
    -ms-transform-origin: 50% 0%;
    -ms-animation: flipBottom 0.3s 0.3s ease-out both;
    transform-origin: 50% 0%;
    animation: flipBottom 0.3s 0.3s ease-out both;
 }
