/*
 * Globals
 */

a,
a:focus,
a:hover {
    color: #fff;
}

html,
body {
    height: -webkit-fill-available !important;
    background-color: #FFF;
    font-family: 'Helvetica-Neue' !important;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

body[data-lang="AR"] {
    font-family: 'NotoKufi-Regular' !important;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

#megapromo-root {
    width: 100%;
    height: 100%;
    display: flex;
}

.cover-container {
    max-width: 100%;
}


.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    color: #EAC620 !important;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #EAC620 !important;
    border-bottom-color: #fff;
    opacity: 1 !important;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
}


/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
    color: rgba(255, 255, 255, .5);
    height: 100% !important;
}

#hundredSecondsContainer {
    position: relative;
    text-align: center;
    /*overflow: auto;*/
}

.responseText a {
    color: white;
    font-size: 22px;
    background: #ed1c24 !important;
    text-decoration: underline;
    padding: 10px;
    border-radius: 10px;
}


@media (max-width: 767px) {
    .show-logo-large {
        display: none;
    }
}

.logo-size {
    width: 4rem;
}

.logo-size2 {
    width: 5.5rem;
}


#main-container {
    min-height: 100vh;
    background-size: cover !important;
}

#root {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.middle-center {
    margin-right: 50%;
    margin-left: 50%;
}


.carousel .slide {
    background: none;
}

.get-bundle-container {
    padding-left: 0 !important;
    padding-right: 3px !important;
}


.orderQuestionIcon {
    position: absolute;
    left: 12px;
}

.orderQuestionIcon[data-lang="AR"] {
    position: absolute;
    right: 15px;
}

.pointer {
    cursor: pointer
}


.faqBtn {
    width: 85%;
    border: none;
    float: left;
    display: flex;
    text-align: left;
}


.faqBtn[data-lang="AR"] {
    width: 85%;
    border: none;
    float: right;
    display: flex;
    text-align: right;
}

.howToPlayListGroup {
    padding: 0;
    margin: 0;
}

.inputDes {
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
  }
  

  
  .min-vh-75 {
    min-height: 75vh;
  }
  

.w-20 {
    width: 20% !important;
}

.w-15 {
    width: 15% !important;
}

.btn:hover {
    color: white;
}

.shine-container {
    z-index: 0;
    overflow: hidden;
    width: 100%;
}

@-webkit-keyframes animShine {
    0% {
        opacity: 0;
        left: 10%;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 80%;
    }
}

.shine {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 40px;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    filter: blur(5px);
    -webkit-filter: blur(5px);
    z-index: 0;


    animation: animShine 1300ms infinite !important;
    animation-duration: 1300ms !important;
    animation-timing-function: ease-in-out !important;
    animation-delay: 0s !important;
    animation-iteration-count: infinite !important;
    animation-direction: normal !important;
    animation-fill-mode: forwards !important;
    animation-play-state: running !important;
    animation-name: animShine !important;
    -webkit-animation: animShine 1300ms infinite !important;
    -moz-animation: animShine 1300ms infinite !important;
}