.XplusY-promotion-icon{
    display: none;
    background: url(../../Images/Promotion/xplusy-promotion-icon.png) no-repeat,
                url(../../Images/Promotion/xplusy-promotion-icon-hover.png) no-repeat;
    width: 107px;
    height: 83px;
    position: absolute;
    left: 20px;
    top: 140px;
    cursor: pointer;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.XplusY-promotion-icon:hover{
    background: url(../../Images/Promotion/xplusy-promotion-icon-hover.png) no-repeat;
}
.free-spins-count-with-icon{
    font-family: "IntroLight";
    color: #ffffff;
    position: absolute;
    font-size: 19px;
    width: 26px;
    height: 26px;
    background: #fb1047;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -8px;
    right: -8px;
    padding-right: 1px;
}

.XplusY-promotion {
    position: fixed;
    margin-left: -1089px;
    left: 50%;
    width: 2188px;
    height: 1132px;
    transform-origin: top center;
    top: 0;
    user-select: none;
}
.XplusY-promotion-parent{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1c2130e6;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    display: none;
}
.XplusY-promotion-container{
    position: relative;
    width: 1022px;
    height: 604px;
    margin: -302px 0px 0px -511px;
    left: 50%;
    top: 50%;
}
.close-xplusy-promotion{
    position: absolute;
    background-color: rgb(31, 39, 49);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 30px;
    left: 0px;
    z-index: 12;
}
.close-xplusy-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: -70px;
    background-image: url(../../Images/Promotion/close-xplysy-promotion.png),
                      url(../../Images/Promotion/close-xplysy-promotion-hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
    transform-origin: top right;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    background-size: cover;
}
.close-xplusy-icon:hover{
    background-image: url(../../Images/Promotion/close-xplysy-promotion-hover.png);
}
.progress-bar-value {
    width: 100%;
    display: flex;
    list-style: none;
    font-size: 18px;
    font-family: "Intro";
    margin-top: -11px;
    margin-left: 4px;
}
.progress-bar-value li{
    color: #ffffff1a;
    width: 45px;
}
.progress-bar-value li:first-child{
    width: 40px;
}
.progress-bar-value li.active{
    color: #ffffffcc;
}
.progress-bar-line{
    position: absolute;
    width: 315px;
    height: 13px;
    background-color: #8e75f1;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    top: 25.5px;
    left: 3px;
    border-right: 4px solid #00ffae;
    transition: 0.3s;
}

.XplusY-promotion-container[data-active-tab="gift-spins-content"]{ 
    background-image: url(../../Images/Promotion/xplusy-bg.png);
    background-position: -105px;
    transition: 0s;
}
.XplusY-promotion-container.hover[data-active-tab="gift-spins-content"]{
    background-image: url(../../Images/Promotion/xplusy-bg-hover.png);
    transition: 0s;
}
.XplusY-promotion-container[data-active-tab="rules-content"]{
    background-image: url(../../Images/Promotion/xplusy-bg-rules.png);
    background-position: 0;
    transition: 0s;
}
.XplusY-promotion-container.hover[data-active-tab="rules-content"]{
    background-image: url(../../Images/Promotion/xplusy-bg-rules-hover.png);
    transition: 0s;
}
.XplusY-promotion-container header {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.XplusY-promotion-container main{
    display: flex;
    width: 100%;
    height: 98%;
    justify-content: center;
}
.gift-spins-tab,
.XplusY-rules-tab{
    display: flex;
    height: 44px;
    font-size: 15px;
    font-family: "IntroBookAlt";
    color: #a874ef4d;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    letter-spacing: 1px;
    width: 49%;
    margin-right: 3px;
}
.gift-spins-tab:hover,
.XplusY-rules-tab:hover{
    color: #a874ef99;;
}

.gift-spins-tab.active,
.XplusY-rules-tab.active{
    color: rgb(168, 116, 239);
    width: 48%;
    margin-right: 0;
}
.gift-spins-tab::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../../Images/Promotion/gift-spin-icon-disable.png);
    background-repeat: no-repeat;
    margin-right: 8px;
}
.gift-spins-tab:hover::before{
    background-image: url(../../Images/Promotion/gift-spin-icon-hover.png);

}
.gift-spins-tab.active::before,
.gift-spins-tab.active:hover::before{
    background-image: url(../../Images/Promotion/gift-spin-icon-active.png);
    /* margin-right: 17px; */
}
.XplusY-rules-tab::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../../Images/Promotion/xplusy-rules-icon-disable.png);
    background-repeat: no-repeat;
    margin-right: 8px;
}
.XplusY-rules-tab.active::before,
.XplusY-rules-tab.active:hover::before{
    background-image: url(../../Images/Promotion/xplusy-rules-icon-active.png);
}
.XplusY-rules-tab:hover::before{
    background-image: url(../../Images/Promotion/xplusy-rules-icon-hover.png);
}
.rules-content,
.gift-spins-content{
    width: 98%;
    height: 96%;
    display: none;
}
.rules-content{
    overflow: scroll;
}
.rules-content::-webkit-scrollbar-thumb,
.rules-content::-webkit-scrollbar-track{
    background-color:transparent;
    border-left: none;
}
.rules-content .how-to-play{
    font-family: "Intro";
    color: rgb(233, 180, 40);
    font-size: 25px;
    padding: 40px 40px 0px 25px;
}
.rules-content .rules-description{
    display: block;
    line-height: 30px;
    padding: 15px 45px;
    margin-left: 5px;
}
.rules-description p {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: "Intro";
    color: #ffffff;
    margin-left: 0;
}

.rules-description p::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    left: 37px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}
.rules-description span {
    font-size: 20px;
    color: #ffffff;
    font-family: "IntroBookAlt";
}
.page-content.active{
    display: block;
}
.circle-progress-container{
    position: absolute;
    right: 21px;
    top: 70px;
    width: 52%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-right: 17px;
}
.circle-progress-container .circle-progress-description{
    font-size: 16px;
    font-family: "IntroBookAlt";
    color: #ffffff;
    letter-spacing: 1px;
}
.progress-gift-spins {
    fill: none;
    stroke: rgb(153, 255, 153);
    stroke-width: 8px;
    transform-origin: center;
    /* stroke-linecap: square; */
    /* filter: url('#blurFilter');
    -webkit-filter: url('#blurFilter');
    -moz-filter: url('#blurFilter');
    -o-filter: url('#blurFilter');
    -ms-filter: url('#blurFilter'); */
}
.progress-circle-svg{
    transform: rotate(-90deg);
    margin-top: -9px;
    margin-left: -8px;
}
.circle-progress{
    border: 8px solid black;
    border-radius: 50%;
    height: 102px;
    width: 102px;
    box-shadow: 0px 0px 6px 0px rgb(91 91 93 / 45%);
}
.circle-progress-value{
    position: absolute;
    font-size: 24px;
    font-family: "Intro";
    color: #3affb7;
    height: 102px;
    width: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.progress-bar-container{
    position: absolute;
    right: 21px;
    top: 225px;
    width: 50%;
    height: 110px;
}
.progress-bar-description{
    font-size: 16px;
    font-family: "IntroLight";
    color: #ffffff;
    letter-spacing: 1px;
}
.free-spins-text{
    color: #38edae;
}
.progress-bar-background{
    width: 100%;
    height: 60px;
    background-image: url(../../Images/Promotion/progress-bar-process.png);
    background-repeat: no-repeat;
    margin-top: -12px;
    background-position: -1px 6px;
    position: relative;
}
.progress-bar-background.done{
    background-image: url(../../Images/Promotion/progress-bar-done.png);
    background-repeat: no-repeat;
    background-position: -6px -2px;
}
.spin-count-container{
    display: flex;
    justify-content: space-around;
    position: absolute;
    right: 21px;
    top: 343px;
    width: 50%;
    height: 80px;
}

.spin-count-container span{
    box-shadow: inset 0px 0px 9px 3px rgb(11 16 40 / 25%);
    height: 40px;
    background-color: #21295396;
    border-radius: 3px;
    font-size: 16px;
    font-family: "IntroBookAlt";
    display: flex;
    color: #ffffff;
    align-items: center;
    letter-spacing: 1px;
}
.spin-count-container span.used-free-spins-text{
    justify-content: flex-end;
    width: 34%;
    padding-right: 10%;
} 
.spin-count-container span.free-spins-text{
    justify-content: flex-end;
    padding-right: 4%;
    width: 40%;
}
.free-spins-count,
.used-free-spins-count{
    display: flex;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    width: 80px;
    height: 60px;
    position: absolute;
    border-radius: 3px;
    font-family: "Intro";
}
.free-spins-count{
    border: 1px solid #a674ee;
    background-color: #312e74;
    color: #a674ee;
    left: 30px;
    top: -14px; 
}
div[data-promotion-lang="ka"] .free-spins-count {
    left: 13px;
}
div[data-promotion-lang="ka"] .spin-count-container span.free-spins-text {
    justify-content: flex-end;
    padding-right: 1%;
    width: 47%;
}
div[data-promotion-lang="ka"] .used-free-spins-count{
    left: 269px;
}
div[data-promotion-lang="ka"] .spin-count-container{
    right: 29px;
}
div[data-promotion-lang="ka"] .spin-count-container span.used-free-spins-text {
    justify-content: flex-end;
    width: 47%;
    padding-right: 1%;
}
div[data-promotion-lang="ka"] .gift-spins-tab, .XplusY-rules-tab{
    font-family: "CrystalUni";
}
div[data-promotion-lang="ka"] .progress-bar-description{
    font-family: "CrystalUni";
}
div[data-promotion-lang="ka"] .spin-count-container span{
    font-family: "CrystalUni";
}
div[data-promotion-lang="ka"] .play-free-spins-background{
    font-family: "CrystalUni";
}
div[data-promotion-lang="ka"] .play-free-spins-description{
    font-family: "CrystalUni";
}
div[data-promotion-lang="ka"] .circle-progress-container .circle-progress-description{
    font-family: "CrystalUni";
}
div[data-promotion-lang="ka"] .rules-description p{
    font-family: "CrystalUni";
}
div[data-promotion-lang="ka"] .rules-description span{
    font-family: "CrystalUni";
}
div[data-promotion-lang="ka"] .rules-content .how-to-play{
    font-family: "CrystalUni";
}
div[data-promotion-lang="ru"] .circle-progress-container .circle-progress-description{
    width: 55%;
    text-align: center;
    font-size: 20px;
}
div[data-promotion-lang="ru"] .spin-count-container span.used-free-spins-text {
    width: 48%;
    padding-right: 2%;
}
div[data-promotion-lang="ru"] .spin-count-container span.free-spins-text {
    width: 43%;
    padding-right: 2%;
}
div[data-promotion-lang="ru"] .spin-count-container span.used-free-spins-text,
div[data-promotion-lang="ru"] .spin-count-container span.free-spins-text{
    font-size: 18px;
}
div[data-promotion-lang="ru"] .free-spins-count {
    left: 11px;
}
div[data-promotion-lang="ru"] .used-free-spins-count {
    left: 255px;
}

.used-free-spins-count{
    background-color: #265467;
    border: 1px solid #3affb7;
    left: 286px;
    top: -13px;
    color:#3affb7;
}
.play-free-spins-container{
    display: flex;
    position: absolute;
    right: 21px;
    top: 410px;
    width: 50%;
    height: 101px;
}

.play-free-spins-background{
    width: 100%;
    height: 100%;
    background-image: url(../../Images/Promotion/play-free-spins.png),
                        url(../../Images/Promotion/play-free-spins-hover.png);
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: "Intro";
    cursor: pointer;
    text-shadow: 0 0 10px #f1f1f169;
    letter-spacing: 3px;
}
.play-free-spins-background.active:hover{
    background-image: url(../../Images/Promotion/play-free-spins-hover.png);
}
.play-free-spins-background.disabled{
    color: #ffffffb3;
    background-image: url(../../Images/Promotion/play-free-spins-disabled.png);
    cursor: auto;
}

.play-free-spins-description{
    position: absolute;
    top: 160px;
    color: #acadbc;
    width: 97%;
    text-align: center;
    font-family: "IntroBookAlt";
}
.play-free-spins-description::before {
    content: '*';
    display: inline-block;
    color: red;
    margin-right: 5px;
    height: 25px;
}
.return-game-text{
    position: absolute;
    top: 110px;
    width: 250px;
    height: 40px;
    text-align: center;
    color: white;
    border-radius: 6px;
    background-color: #212953;
    box-shadow: inset 0px 0px 8px 2px #6c7ed9b3;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 125px;
    font-family: 'IntroBlackCaps';
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 16px;
    text-shadow: 3px 3px 20px #7d34ff, -3px -3px 20px #7d34ff;
}
div[data-promotion-lang="ka"] .return-game-text{
    font-family: 'CrystalUni';
}
.return-game-text:hover{
    background-color: #29367c;
}
.return-game-text::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../Images/Promotion/return-game-icon.png);
    background-position: -7px center;
} 
.xplusy-gamename{
    position: absolute;
    bottom: 118px;
    width: 48%;
    height: 43px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1000px) and (orientation: portrait) {
    .free-spins-count-with-icon{
        font-size: 16px;
    }
    .XplusY-promotion-parent {
        z-index: 11;
    }
    .rules-content::-webkit-scrollbar{
        width: 0;
    }
    .XplusY-promotion {
        position: relative;
        width: 760px;
        height: 1240px;
        left: 50%;
        top: 50%;
        margin: -620px 0px 0px -380px;
        transform-origin: center;
    }
    .XplusY-promotion-container {
        position: relative;
        width: 760px;
        height: 1218px;
        margin: 0px 0px 0px -380px;
        left: 50%;
        top: 40px;
        background-repeat: no-repeat;
    }
    .close-xplusy-promotion {
        position: absolute;
        background-color: rgb(31, 39, 49);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 45%);
        width: 100%;
        height: 30px;
        left: 0px;
        position: relative;
        margin-bottom: 5px;
    }
    .close-xplusy-icon {
        width: 65px;
        height: 65px;
        right: 21px;
        top: -70px;
    }
    .XplusY-promotion-container[data-active-tab="gift-spins-content"] {
        background-image: url(../../Images/Promotion/xplusy-bg-ver.png);
        background-position: center;
        transition: 0s;
    }
    .XplusY-promotion-container[data-active-tab="rules-content"] {
        background-image: url(../../Images/Promotion/xplusy-bg-ver-rules.png);
        background-position: center;
        transition: 0s;
    }
    .XplusY-promotion-icon{
        left: 5px;
        top: 0;
    }
    .gift-spins-tab, .XplusY-rules-tab {
        height: 50px;
    }
    .rules-content, .gift-spins-content {
        width: 94%;
    }
    .rules-description p::before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #ffffff;
        left: 48px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
    }
    .circle-progress-container{
        left: 137px;
        top: 520px;
        width: 65%;
    }
    div[data-promotion-lang="ru"] .circle-progress-container{
        left: 10%;
        width: 80%;
    }
    div[data-promotion-lang="ru"] .circle-progress-container .circle-progress-description{
        width: 75%;
        text-align: center;
        font-size: 21px;
    }
    div[data-promotion-lang="ru"] .spin-count-container span.used-free-spins-text {
        width: 47%;
        padding-right: 2%;
    }
    div[data-promotion-lang="ru"] .spin-count-container span.free-spins-text {
        width: 43%;
        padding-right: 4%;
    }
    div[data-promotion-lang="ru"] .spin-count-container span.used-free-spins-text,
    div[data-promotion-lang="ru"] .spin-count-container span.free-spins-text{
        font-size: 19px;
    }
    div[data-promotion-lang="ru"] .free-spins-count {
        left: 16px;
    }
    div[data-promotion-lang="ru"] .used-free-spins-count {
        left: 294px;
    }
    div[data-promotion-lang="ka"] .spin-count-container {
        right: 14px;
    }
    .circle-progress-container .circle-progress-description{
        font-size: 20px;
    }
    .progress-bar-container {
        position: absolute;
        left: 138px;
        top: 720px;
        width: 68%;
        height: 70px;
        transform: scale(1.2);
    }
    .xplusy-gamename{
        top: 418px;
        left: 0;
        width: 100%;
    }
    .spin-count-container {
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: 870px;
        left: 12.5%;
        width: 75%;
        height: 80px;
    }
    .play-free-spins-container {
        display: flex;
        position: absolute;
        right: 6px;
        top: auto;
        width: 67%;
        height: 101px;
        bottom: 55px;
        left: 16.5%;
    }
    .play-free-spins-container {
        display: flex;
        position: absolute;
        right: 6px;
        top: auto;
        width: 77%;
        height: 116px;
        bottom: 135px;
        left: 11.5%;
    }
    .play-free-spins-background{
        background-size: cover;
        font-size: 33px;
    }
    .used-free-spins-count{
        left: 318px;
    }
    .free-spins-count{
        left: 33px;
    }
    .free-spins-count, .used-free-spins-count{
        width: 90px;
        height: 70px;
    }
    div[data-promotion-lang="ka"] .used-free-spins-count {
        left: 298px;
    }
    div[data-promotion-lang="ka"] .free-spins-count {
        left: 14px;
    }
    div[data-promotion-lang="ka"] .spin-count-container span.used-free-spins-text,
    div[data-promotion-lang="ka"] .spin-count-container span.free-spins-text {
        width: 47%;
    }
    .spin-count-container span{
        height: 48px;
        font-size: 18px;
    }
    .progress-bar-description{
        font-size: 17px;
    }
    .progress-bar-value li:first-child {
        width: 38px;
    }
    .progress-bar-line{
        top: 25.5px;
    }
    .play-free-spins-description{
        font-size: 19px;
        top: 210px;
    }
    .return-game-text{
        left: 149px;
        top: 137px;
        width: 280px;
        font-size: 17px;
    }
    .return-game-text::before {
        padding-right: 5px;
    }
}
@media only screen and (max-width: 1000px) and (orientation: landscape) { 
    .free-spins-count-with-icon{
        font-size: 16px;
    }
    .XplusY-promotion-parent{
        z-index: 11;
    }
    .XplusY-promotion{
        position: relative;
        width: 1240px;
        height: 760px;
        left: 50%;
        /* top: 66%;
        margin: -380px 0px 0px -620px;
        transform-origin: center; */
        top: 0;
        margin: 0px 0px 0px -620px;
        transform-origin: top center;
        display: flex;
        align-items: center;
    }
    .close-xplusy-promotion {
        position: relative;
        background-color: rgb(31, 39, 49);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 45%);
        width: 100%;
        height: 35px;
        left: 0px;
        margin-bottom: 5px;
    }
    .close-xplusy-icon {
        width: 65px;
        height: 65px;
        right: 5px;
        top: -65px;
    }
    .rules-content::-webkit-scrollbar{
        width: 0;
    }
    .gift-spins-tab, .XplusY-rules-tab{
        height: 56px;
    }
    .XplusY-promotion-icon{
        top: -2px;
        left: 6px;
    }
    .XplusY-promotion-container[data-active-tab="gift-spins-content"] {
        background-image: url(../../Images/Promotion/xplusy-bg-hor.png);
        background-position: -21px 0;
        transition: 0s;
    }
    .XplusY-promotion-container[data-active-tab="rules-content"] {
        background-image: url(../../Images/Promotion/xplusy-bg-hor-rules.png);
        background-position: 0;
        transition: 0s;
    }
    .XplusY-promotion-container {
        position: relative;
        width: 1136px;
        height: 604px;
        /* margin: -302px 0px 0px -568px; */
        left: 50%;
        top: 0%;
         margin: 0px 0px 0px -568px;
    }
    .xplusy-gamename {
        bottom: 212px;
    }
    .circle-progress-container {
        left: 28px;
        top: 427px;
        width: 45%;
    }
    div[data-promotion-lang="ru"] .circle-progress-container .circle-progress-description{
        width: 66%;
        text-align: center;
        font-size: 20px;
    }
    div[data-promotion-lang="ru"] .circle-progress-container {
        left: 41px;
        top: 427px;
        width: 41%;
    }
    div[data-promotion-lang="ru"] .spin-count-container span.used-free-spins-text {
        width: 48%;
        padding-right: 2%;
    }
    div[data-promotion-lang="ru"] .used-free-spins-count {
        left: 285px;
    }
    div[data-promotion-lang="ru"] .spin-count-container span.used-free-spins-text, div[data-promotion-lang="ru"] .spin-count-container span.free-spins-text {
        font-size: 20px;
    }
    div[data-promotion-lang="ru"] .free-spins-count {
        left: 16px;
    }
    .circle-progress-container .circle-progress-description {
        font-size: 19px;
    }
    .progress-bar-container {
        right: 20px;
        top: 121px;
        transform: scale(1.1);
        width: 48%;
    }
    .progress-bar-description {
        font-size: 19px;
    }
    .progress-bar-line {
        top: 25.8px;
        left: 3px;
    }
    .spin-count-container {
        top: 285px;
        right: 42px;
        width: 49%;
    }

    .free-spins-count, .used-free-spins-count {
        height: 65px;
    }
    div[data-promotion-lang="ka"] .spin-count-container{
        right: 43px;
    }
    div[data-promotion-lang="ka"] .used-free-spins-count {
        left: 298px;
    }
    div[data-promotion-lang="ka"] .free-spins-count {
        left: 18px;
    }
    div[data-promotion-lang="ka"] .spin-count-container span.used-free-spins-text,
    div[data-promotion-lang="ka"] .spin-count-container span.free-spins-text{
        font-size: 17px;
    }
    .free-spins-count{
        left: 28px;
    }
    .used-free-spins-count{
        left: 307px;
    }
    .spin-count-container span {
        height: 45px;
        font-size: 20px;
    }
    .play-free-spins-description {
        top: 196px;
        font-size: 19px;
    }
    .return-game-text{
        top: 140px;
        left: 164px;
        width: 270px;
        font-size: 17px;
    }
    .return-game-text::before {
        padding-right: 5px;
    }
    .play-free-spins-container {
        display: flex;
        position: absolute;
        right: 27px;
        top: 373px;
        width: 52%;
        height: 118px;
    }
    .play-free-spins-background{
        background-size: cover;
    }
    .rules-description p::before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #ffffff;
        left: 35px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
    }
} 