﻿@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.otf') format('opentype');
    font-display: fallback
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
    font-display: fallback
}

body {
    background: #FFF;
    font-family: Gilroy;
    margin: 0px;
}

    body.modal-open-popup {
        overflow: hidden;
        overflow-y: hidden;
    }

h2,
h4,
h5 {
    font-family: Gilroy-Bold;
    margin: 0
}

.container {
    text-align: center;
    width: 100%;
    margin: auto
}

h4 {
    font-size: 35px;
    line-height: 35px
}

#invalidPin {
    text-align: center;
    font-size: 13px;
    color: red;
    font-family: Gilroy-Bold;
    margin-bottom: 5px;
    margin-top: -5px;
}

.sub-btn {
    background: linear-gradient(180deg, #FC3131 0%, #910000 100%);
    border-radius: 6px;
    color: #fff;
    border: none;
    font-size: 26px;
    padding: 13px 18px;
    font-family: Gilroy-Bold;
    font-weight: 700;
    width: 90%;
    height: 63px;
    white-space: normal;
    max-width: 375px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#CPH_Subscribe_1 {
    padding: 13px 18px;
}

.logo-flex {
    position: relative
}

#prizes {
    /*margin-top: -10%;
	        margin-bottom: -5.5%;*/
}

@media (min-width:768px) {
    .container {
        width: 750px
    }

    .modal-content {
        margin: auto !important;
    }

    .sub-btn {
        /*width:84%!important;*/
        padding: 8px 18px;
    }

    #CPH_Subscribe_1 {
        padding: 8px 18px;
    }

    #animationGif1 {
        right: 12px !important;
        top: 10px !important;
    }
}

@media (min-width:520px) and (max-width:780px) {
}

@media (max-width:767px) {
    .modal-content {
        margin: auto !important;
    }

    .logo-flex .col-md-2 img {
        padding-left: 5px
    }

    .langBtn {
        font-size: 9px !important
    }

    .sub-btn {
        font-size: 20px;
    }

    .pinbox {
        width: 57% !important;
    }

    h4 {
        font-size: 24px
    }

    .terms-text {
        margin: 0;
        font-size: 12px
    }

    #loader img {
        margin-top: 70% !important
    }

    .topFreehour {
        justify-content: flex-start !important;
        font-size: 10px;
        padding-left: 20px;
    }
}

img {
    max-width: 100%
}

.lang {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #EE3D3D;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #EE3D3D;
    height: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

    .lang a {
        position: relative;
        z-index: 999;
    }

.langBtn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    z-index: 99;
    position: relative;
    cursor: pointer;
    font-family: Tajawal-Bold;
}

@media (max-width:320px) {
    .sub-btn {
        padding: 10px 3px
    }

    img {
        max-width: 75%
    }

    .lang {
        top: -2px !important;
    }

    .pinbox {
        letter-spacing: 1px !important;
        font-size: 14px !important;
        width: 48% !important
    }

    #animationGif1 {
        height: 25px !important;
        width: 25px !important;
        top: 11px !important;
    }
}

.pinbox {
    font-size: 20px;
    background: #fff;
    border: none;
    text-align: center;
    font-family: Gilroy-Bold;
    width: 72%;
}

#txtPIN:focus,
#txtPIN:active {
    outline: none;
}

@media (max-width:320px) {
    .sub-btn {
        /*font-size: .8em;*/
        padding: 10px 3px;
        white-space: normal
    }

    .playSec span {
        font-size: .6em !important
    }

    .getMsisdn {
        font-size: .7em !important
    }
}

.getMsisdn {
    font-size: 20px;
    background: #fff;
    border: none;
    text-align: center;
    font-family: Gilroy-Bold;
    width: 61%;
}

.playSec {
    display: flex;
    margin: auto;
    overflow: hidden;
    border: 3px solid #FF0000;
    border-radius: 6px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    width: 77%;
}

    .playSec span {
        position: absolute;
        text-align: center;
        font-size: 13px;
        left: 0;
        right: 0;
        top: 10px
    }

#error {
    position: absolute;
    text-align: center;
    font-size: 13px;
    left: 0;
    right: 0;
    top: 10px;
    color: red
}

.getMsisdn:focus,
.sub-btn:active,
.sub-btn:focus {
    outline: 0
}

@media only screen and (max-height:580px) and (orientation:portrait) {
    #textImg {
        max-width: 55% !important;
    }

    .pinbox {
        width: 85%;
    }
}

.logo-flex img {
    max-width: 100% !important
}

@keyframes infinte-pulse {
    0%, 100% {
        transform: scale(.96);
        filter: brightness(100%)
    }

    50% {
        transform: scale(1);
        filter: brightness(120%)
    }
}

@-webkit-keyframes infinte-pulse {
    0%, 100% {
        -webkit-transform: scale(.96);
        -webkit-filter: brightness(100%)
    }

    50% {
        -webkit-transform: scale(1);
        -webkit-filter: brightness(120%)
    }
}

#loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: .9;
    background-color: rgba(0, 0, 0, .9);
    z-index: 9999;
    text-align: center;
}

    #loader img {
        width: 100px;
        margin: auto;
        margin-top: 20%
    }

#loader {
    display: none;
}

.terms {
    color: #656565;
}

@media only screen and (max-height: 480px) and (orientation: landscape) {
    .fullSec {
        align-items: center;
    }

    .topMNText {
        margin-top: 30px !important;
    }

    .insideModal .getMsisdn {
        width: 55%;
    }

    .insideModal {
        padding-bottom: 45px;
    }

    #CPH_Subscribe_1 {
        width: 78%;
        padding: 8px 18px !important;
    }

    .modal-open-popup {
        overflow: hidden;
    }

    .playNowBtn {
        width: 50%;
    }

    .modal {
        top: 0px !important;
    }

    .Footer li {
        font-size: 12px;
    }

    .secondSec {
        width: 75%;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
    }

    #step2 {
        width: 75%;
        flex-direction: column;
        justify-content: center;
        margin: auto;
    }

    .logo-flex img {
        max-width: 60% !important;
    }

    #textImg {
        max-width: 42%;
    }

    .terms-condition h5 {
        padding-top: 0px;
        margin-top: 0px
    }

    .terms h5 {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .playSec span,
    #label,
    #error,
    #label1 {
        font-size: 0.7em
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .logo-flex img {
        max-width: 45% !important;
    }
}


@media only screen and (max-width: 460px) and (max-height: 360px) and (orientation: landscape) {
    .fullSec {
        display: block !important;
    }

    .secondsec {
        margin: auto !important;
    }
}

@media only screen and (max-height: 400px) and (max-width: 449px) and (orientation: landscape) {
    .logo-flex img {
        max-width: 35% !important;
    }

    .sub-btn,
    .getMsisdn {
        font-size: 14px;
    }

    .sub-btn {
        width: 100%;
    }

    .getMsisdn {
        width: 95%;
    }

    .terms h5 {
        padding-top: 5px !important;
        margin-bottom: 0px !important;
    }

    .secondsec {
        margin: auto;
    }

    .fullsec {
        display: block;
    }

    .playSec {
        margin-bottom: 10px;
    }
}

@media only screen and (max-height: 580px) and (orientation: portrait) {
    .logo-flex img {
        max-width: 100% !important;
    }

    #CPH_submit_pin {
        width: 79%;
        padding: 15px 5px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media only screen and (max-height: 350px) and (max-width: 250px)and (orientation: landscape) {
    .logo-flex img {
        max-width: 19% !important;
    }
}

input:-internal-autofill-selected {
    background-color: transparent;
}

.terms p {
    color: #656565;
    margin-top: 10px;
    font-family: Gilroy;
}

.terms h3 {
    color: #EE3D3D;
    margin-top: 30px;
}

.Footer ul {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
}

.Footer li {
    list-style: none;
}

.SubscribeText h3 {
    margin: 0px;
}

.Copyright h3 {
    font-size: 14px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
}

@media only screen and (max-height: 560px) and (max-width: 767px) {

    .lang {
        top: 0px !important
    }

    .getMsisdn {
        font-size: 18px;
    }

    .insideModal .playSec {
        width: 80% !important;
    }

    #animationGif {
        top: 11px !important;
        right: 5px !important
    }

    #CPH_subscribe,
    #CPH_submit_pin {
        width: 82% !important;
        padding: 10px 5px;
    }

    .insideModal {
        padding-top: 40px !important;
    }

    #prizes img {
        margin-top: 0% !important;
    }

    #animationGifPin {
        height: 25px !important;
        width: 25px !important;
        top: 11px !important;
        right: 5px !important
    }

    #CPH_submit_pin {
        width: 100%;
    }

    .playSec {
        width: 81% !important
    }

    #CPH_Subscribe_1 {
        width: 85% !important;
        padding: 13px 5px;
    }
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    /*  padding-top: 0px;*/
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.79);
    z-index: 999;
}


/* Modal Content */

.modal-content {
    margin: auto;
    padding: 0px 20px;
    width: 450px;
    text-align: center;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 99;
    position: relative;
    display: none
}

    .close:hover,
    .close:focus {
        color: #aaaaaa;
        text-decoration: none;
        cursor: pointer;
    }

.flexSec {
    display: flex !important
}

.startPlay p {
    color: #fff;
    font-family: Gilroy-Bold;
    text-align: center;
}

.freeHour {
    COLOR: #FFF;
    FONT-SIZE: 11PX;
    font-family: 'Gilroy';
    line-height: 1.5;
    /* text-transform: uppercase; */
    padding-top: 20px;
}

#divMN {
    position: relative
}

    #divMN:before {
    }

    #divMN.showPseudo:after {
        display: block;
    }

#animationGif {
    display: none;
    position: absolute;
    height: 34px;
    width: 34px;
    top: 10px;
    right: 20px;
}

#step2 {
    display: none;
}

#step2Div {
    position: relative;
}


#animationGifPin {
    display: none;
    position: absolute;
    height: 35px;
    width: 35px;
    top: 10px;
    right: 15px;
}

#txtPin:focus-visible {
    outline: none
}


.playSec {
    position: relative;
}

.getMsisdn::placeholder {
    color: #A4A4A4;
    font-weight: 300;
    font-family: Gilroy-Bold;
}

#txtPIN::placeholder {
    color: #A4A4A4;
    font-weight: 300;
    font-family: Gilroy-Bold;
}

.phoneIcon {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3LjQ0MiAyNy40NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQ0MiAyNy40NDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xOS40OTQsMEg3Ljk0OEM2Ljg0MywwLDUuOTUxLDAuODk2LDUuOTUxLDEuOTk5djIzLjQ0NmMwLDEuMTAyLDAuODkyLDEuOTk3LDEuOTk3LDEuOTk3aDExLjU0NiAgIGMxLjEwMywwLDEuOTk3LTAuODk1LDEuOTk3LTEuOTk3VjEuOTk5QzIxLjQ5MSwwLjg5NiwyMC41OTcsMCwxOS40OTQsMHogTTEwLjg3MiwxLjIxNGg1LjdjMC4xNDQsMCwwLjI2MSwwLjIxNSwwLjI2MSwwLjQ4MSAgIHMtMC4xMTcsMC40ODItMC4yNjEsMC40ODJoLTUuN2MtMC4xNDUsMC0wLjI2LTAuMjE2LTAuMjYtMC40ODJDMTAuNjEyLDEuNDI5LDEwLjcyNywxLjIxNCwxMC44NzIsMS4yMTR6IE0xMy43MjIsMjUuNDY5ICAgYy0wLjcwMywwLTEuMjc1LTAuNTcyLTEuMjc1LTEuMjc2czAuNTcyLTEuMjc0LDEuMjc1LTEuMjc0YzAuNzAxLDAsMS4yNzMsMC41NywxLjI3MywxLjI3NFMxNC40MjMsMjUuNDY5LDEzLjcyMiwyNS40Njl6ICAgIE0xOS45OTUsMjEuMUg3LjQ0OFYzLjM3M2gxMi41NDdWMjEuMXoiIGZpbGw9IiMwMDAwMDAiLz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    width: 40px;
    height: 55px;
    background-position: center;
    background-size: 73%;
    background-repeat: no-repeat;
    background-color: #ececec;
    /*margin-right: 0.2em;*/
    margin-left: 0px;
}

.pinIcon {
    background-image: url(../images/pin-icon.png);
    width: 40px;
    height: 55px;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: #ececec;
    margin-right: 0.4em;
    margin-left: 0px;
}

.terms-text {
    line-height: 1.5;
    padding: 0px 10px;
}

#animationGif1 {
    display: none;
    position: absolute;
    height: 34px;
    width: 34px;
    right: 10px;
    top: 10px;
}

.insideModal .sub-btn {
    width: 78%;
}

.btmText {
    font-size: 12px;
    color: #fff;
}

.allRights {
    margin-top: 30px !important;
    padding-bottom: 10px;
}

.topFreehour {
    background: #464646;
    margin: 0px;
    padding: 10px;
    color: #fff !important;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.topMNText {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    padding: 0px 10px;
    font-family: Tajawal-Bold;
}

.insideModal {
    border-radius: 13px;
    background-color: #2B292A;
    padding: 35px 0px 15px 0px;
}

#heText {
    font-size: 18px;
}

.iconDiv {
    width: 20%;
}

.animationDiv {
    width: 20%;
}

*:focus {
    outline: none !important;
}

#loader {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #loader img {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
