* {
    margin: 0 auto;
}

@font-face {
    font-family: 'Digital-7 Mono';
    src: url('../fonts/digital/Digital-7Mono.eot');
    src: url('../fonts/digital/Digital-7Mono.eot?#iefix') format('embedded-opentype'), url('../fonts/digital/Digital-7Mono.woff2') format('woff2'), url('../fonts/digital/Digital-7Mono.woff') format('woff'), url('../fonts/digital/Digital-7Mono.ttf') format('truetype'), url('../fonts/digital/Digital-7Mono.svg#Digital-7Mono') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: kalameh !important;
}

header {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
}

header img {
    width: 100px;
}

.intro {
    float: right;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px;
}

.intro .row {
    align-items: center;
    height: auto;
}

.intro img {
    float: left;
    width: 90%;
    margin: 0 5%;
}

.intro h1 {
    float: right;
    width: 100%;
    font-size: 4rem;
    font-weight: 400;
    color: #3f3f3f;
    text-align: center;
    margin: 0 0 -3px 0;
}

.intro h1 b {
    color: #662483;
    font-weight: 700;
}

.intro p {
    float: right;
    width: 100%;
    font-size: 2.25rem;
    text-align: center;
    line-height: 2.5;
}

.intro .CTA {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 0 0;
}

.intro .CTA li {
    margin: 0;
}

.intro .CTA li a {
    background: #662483;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    padding: 11px 75px;
    border-radius: 50px;
}

.intro .CTA li:last-child a {
    background: #83ac27;
    margin: 0 9px 0 0;
    padding: 11px 51px;
}

.FIrstSection {
    float: right;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.Timer {
    float: right;
    width: 100%;
}

.Timer .timerBox {
    float: right;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    margin: 0 0 0;
    border-radius: 16px;
    padding: 30px 0;
}

.Timer .timerBox h2 {
    width: 100%;
    float: right;
    text-align: center;
    color: #662483;
    font-size: 2.5rem;
    font-weight: 600;
}

.Timer .timerBox .col-md-6 {
    text-align: center;
}

.Timer .timerBox img {
    width: 200px;
}

.Banner {
    float: right;
    width: 100%;
    position: relative;
    margin-top: 70px;
}

.Banner img {
    float: right;
    width: 100%;
}

.Banner .Text {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    text-align: center;
}

.Banner .Text h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.Banner .Text h3 {
    text-align: center;
    font-size: 1.8rem;
    margin: 10px 0 6px;
    display: inline-block;
    color: #bb55dd;
}

.Banner .Text .cta {
    display: block;
    width: fit-content;
    margin: 15px auto;
}

.Banner .Text span {
    font-size: 1.2rem;
    margin: 5px 0 10px 0;
    width: fit-content;
    display: block;
    margin: 0 auto;
    color: #797979;
    border-radius: 25px;
    padding: 3px .8rem;
    background: #fff8;
}

.Banner .Text .cta {
    text-decoration: none;
    background: #662483;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 54px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: fit-content;
    margin: 15px auto;
}

.Placeholder {
    font-family: Digital-7 Mono;
    font-size: 69px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    color: #c8c8c8;
    z-index: 0;
}

.timerCOunt {
    float: right;
    text-align: center;
    width: 450px;
    margin: 0 calc(50% - 225px);
    position: relative;
}

.timerCOunt #layout-timer_reversed-units {
    float: right;
    width: 100%;
    position: relative;
}

.timerCOunt #layout-timer_reversed-units .syotimer__body {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.timerCOunt #layout-timer_reversed-units .syotimer__body>div {
    margin: 0;
    width: 100%;
    position: relative;
}

.timerCOunt #layout-timer_reversed-units .syotimer__body>div .syotimer-cell__value {
    font-family: Digital-7 Mono;
    font-size: 69px;
    color: #662483;
}

.Placeholder b {
    display: none;
}

.timerCOunt #layout-timer_reversed-units .syotimer__body>div .syotimer-cell__unit {
    margin: -17px 0 0 0;
    color: transparent;
    position: relative;
}

.timerCOunt #layout-timer_reversed-units .syotimer__body>div .syotimer-cell__unit:after {
    position: absolute;
    content: "ثانیه";
    width: 100%;
    right: 0;
    top: 0;
    color: #999;
    font-size: 17px;
}

.timerCOunt #layout-timer_reversed-units .syotimer__body>div.syotimer-cell.syotimer-cell_type_minute .syotimer-cell__unit::after {
    content: "دقیقه";
}

.timerCOunt #layout-timer_reversed-units .syotimer__body>div.syotimer-cell.syotimer-cell_type_hour .syotimer-cell__unit::after {
    content: "ساعت";
}

.timerCOunt #layout-timer_reversed-units .syotimer__body>div.syotimer-cell.syotimer-cell_type_day .syotimer-cell__unit::after {
    content: "روز";
}

.Timer .timerBox .row {
    align-items: center;
}

.ProductList {
    float: right;
    width: 100%;
    padding: 70px 0 0;
    text-align: center;
}

.ProductList h2 {
    float: right;
    width: 100%;
    font-weight: 600;
    color: #222;
    font-size: 2.5rem;
}

.ProductList p {
    float: right;
    width: 100%;
    text-align: right;
    line-height: 2;
    margin: 4px 0 40px 0;
}

.ProductList .ProductVIdeo {
    width: 799px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border: 0;
    position: relative;
    margin: 0 0 -8px 0;
    display: inline-block;
}

.VideoCover {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.VideoCover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    border-radius: 15px;
}

.VideoCover::after {
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../image/play-button.png);
    content: "";
    right: calc(50% - 40px);
    top: calc(50% - 40px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
}

.VideoCover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    border-radius: 15px;
}

.VideoCover.active:after,
.VideoCover.active:before {
    opacity: 0;
}

@media (hover: hover) {

    .VideoCover.active:hover::after,
    .VideoCover.active:hover::before {
        opacity: 1;
    }
}

.VideoCover.active:after {
    background-image: url(../image/pause.png);
}

.ProductList .ProdctListItem {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    margin: 41px 0 0 0;
}

.ProductList .ProdctListItem li {
    width: 100%;
    margin: 0;
}

.ProductList .ProdctListItem li a {
    float: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.ProductList .ProdctListItem li a img {
    float: right;
    width: 70%;
    margin: 0 15%;
}

.ProductList .ProdctListItem li a span {
    float: right;
    width: 100%;
    text-align: center;
    margin: -14px 0 0 0;
    color: #000;
    font-size: 21px;
}

.ProductList.secondColor .ProdctListItem li a {
    margin: 0 0 25px 0;
}

.ProductList.secondColor .ProdctListItem li a span {
    margin: 16px 0 0 0;
}

footer {
    float: right;
    width: 100%;
    padding: 16px 0;
    border-top: 1px solid #eee;
}

footer img {
    width: 60px;
    float: right;
}

footer .cp {
    float: left;
    text-align: left;
    margin: 21px 0 0 0;
}

footer .cp a {
    color: #91b820;
    text-decoration: none;
}

.Timer .timerBox p {
    margin: 0 0 10px 0;
    float: right;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
}

.Timer .timerBox .col-md-12 {
    text-align: center;
}

footer .instagram {
    width: 23px;
    margin: 22px 21px 0 0;
    display: inline-block;
}

footer .instagram img {
    float: right;
    width: 100%;
}

.ListOFBuyList {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ListOFBuyList li {
    width: 170px;
    margin: 0;
    padding: 10px;
}

.ListOFBuyList li a {
    width: 100%;
}

.ListOFBuyList li a img {
    float: right;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}

.ListOFBuyList li a span {
    float: right;
    width: 100%;
    font-size: 21px;
    color: #000;
    margin: 11px 0 0 0;
    font-weight: 500;
}

.Timer .timerBox .CTA {
    display: inline-block;
    background: #662483;
    color: #fff;
    text-decoration: none;
    padding: 7px 50px;
    border-radius: 50px;
}

.hide_in_mobile {
    display: block;
}

.hide_in_desktop {
    display: none;
}