﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Fonts */

@import url("fonts/URW Bernhard Gothic/stylesheet.css");


@font-face {
    font-family: GE SS Text Light;
    src: url('fonts/GE SS Text Light.otf') format("opentype");
}

@font-face {
    font-family: GE-East-ExtraBold;
    src: url(fonts/GE-East-ExtraBold.otf) format("opentype");
}

@font-face {
    font-family: NeutraText-Bold;
    src: url('fonts/NeutraText-Bold.otf') format("opentype");
}

@font-face {
    font-family: NeutraText-Book;
    src: url('fonts/NeutraText-Book.otf') format("opentype");
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    background-image: url(Images/background_light.png);
    background-color: #143B68;
    background-position: center top;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: -webkit-fill-available;
}

.header {
    position: relative;
    z-index: 1;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    background-color: #FDCF00;
}

.logo-link {
    max-width: 500px;
}

.logo {
    margin-top: 60px;
}

.main-container {
    color: white;
    /*margin-top: auto;*/
    /*margin-bottom: 80px;*/
}

    .main-container main {
        max-width: 2250px;
        margin-bottom: 50px;
        margin-top: 30px;
    }

.main-body {
    max-width: 2250px;
    margin: auto;
    /*margin-top: -400px;*/
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 297px;
    align-self: center;
    flex-grow: 1;
    flex-basis: 0;
    margin-bottom: 50px;
    /*margin-top: 30px;*/
}

.register {
    margin-bottom: 50px;
}

.mickey-and-friends {
    text-align: right;
    margin-top: -80px;
    margin-right: 150px;
}

.h1-en {
    font-family: 'Bernhard Gothic URW ExtraHeavy';
    font-size: 42px;
    text-transform: uppercase;
    margin: 0px;
    padding: 20px 0px 20px 0px;
}

    .h1-en.preactivation {
        font-size: 28px;
        padding: 20px 0px 0px 0px;
    }

    .h1-en.instantWin, .h1-en.instantWinCharacter {
        padding: 0px 0px 20px 0px;
        max-width: 700px;
        margin: auto;
    }

.h1-ar.instantWin, .h1-ar.instantWinCharacter {
    padding: 0px 0px 20px 0px;
}

.h1-ar {
    font-family: GE-East-ExtraBold;
    font-size: 56px;
    direction: rtl;
    margin: 0px;
    padding: 20px 0px 20px 0px;
}

    .h1-ar.preactivation {
        font-size: 32px;
        padding: 0px;
    }

.h1-ar.instantWin, .h1-ar.instantWinCharacter {
    padding: 0px 0px 20px 0px;
    max-width: 700px;
    margin: auto;
}

.h2-en {
    font-family: NeutraText-Book;
    font-size: 36px;
}

    .h2-en.instantWin {
        padding: 0px 0px 40px 0px;
    }

    .h2-en.thankyou {
        margin: auto;
        max-width: 600px;
        margin-bottom: 40px;
    }

.h2-ar {
    font-family: GE SS Text Light;
    font-size: 40px;
    direction: rtl;
}

    .h2-ar.instantWin {
        padding: 0px 0px 40px 0px;
    }

    .h2-ar.thankyou {
        margin: auto;
        max-width: 600px;
        margin-bottom: 40px;
    }

.p-en {
    font-family: NeutraText-Book;
}

.p-ar {
    direction: rtl;
    font-family: GE SS Text Light;
    text-align: right !important;
}

.left-char {
    /*position: absolute;
    float: left;
    left: 0;
    top: 0;
    z-index: -1;*/
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}

.stitch1-char {
    display: none;
    position: absolute;
    left: -35px;
    top: 160px;
}

.stitch2-char {
    display: none;
    position: absolute;
    left: -35px;
    /*margin-top: -40px;*/
}

.stitch3-char {
    display: none;
    position: absolute;
    right: -20px;
    margin-top: -60px;
}

.right-char {
    /*position: absolute;
    float: right;
    right: 0;
    bottom: 135px;
    z-index: 0;*/
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}

.footer-image {
    z-index: 1;
    position: relative;
    width: 645px;
}

.footer {
    height: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    /*    position: absolute;
    bottom: 0;*/
    width: 100%;
}

.footerMenu {
    text-align: right;
    float: right;
    font-family: NeutraText-Book;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.footerMenuEn, .mobileMenuEn {
    font-family: 'Bernhard Gothic URW ExtraHeavy';
    font-size: 12px;
    z-index: 10;
    min-width: 220px;
    line-height: 80px;
}

.footerMenuEnOverride {
    font-family: NeutraText-Book !important;
    font-size: 16px !important;
}

.footerMenuAr, .mobileMenuAr {
    font-family: GE SS Text Light;
    font-size: 18px;
    z-index: 10;
}

.footerMenuArOverride {
    font-family: GE SS Text Light !important;
    font-size: 18px !important;
}

.footerMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footerMenu li {
    float: left;
}

    .footerMenu li a {
        display: block;
        color: white;
        text-align: center;
        padding: 0px 16px 0px 16px;
        text-decoration: underline;
    }

.footer-left {
    margin-right: 50px;
    width: 50px;
}

.copyright {
    color: #FFF;
    font-family: 'Bernhard Gothic URW ExtraHeavy';
    font-size: 12px;
    height: 80px;
    line-height: 80px;
    margin-left: 50px;
    width: 50px;
}

.sage {
    background-color: #189b85;
    height: 93px;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-top: 35px;
}

.blue {
    height: 80px;
    width: 100%;
}

.stars {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.languageTitle, .countryTitle, .registerTitle {
    font-family: 'Bernhard Gothic URW ExtraHeavy';
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #9AC2FF;
}

.homeTitle {
    font-family: NeutraText-Bold;
    font-size: 36px;
    margin-bottom: 40px;
}

.homeTitle, .registerTitle {
    margin-top: 40px;
}

.homeTitleSub {
    height: 100px;
}

.registerTitleSub {
    padding-bottom: 30px;
}

.homeTitleSubEn, .registerTitleSubEn {
    font-family: NeutraText-Book;
    font-weight: 400;
    font-size: 30px;
}

.arTitle {
    font-family: GE SS Text Light;
    direction: rtl;
    font-size: 36px;
}

.languageButtonGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

    .languageButtonGroup button, .countryButtonGroup button {
        border: 1px solid white;
        border-radius: 17px;
        background-color: white;
        color: #143B68;
        width: 120px;
        height: 64px;
        line-height: 64px;
        text-transform: uppercase;
        transition: 0.3s;
    }

        .languageButtonGroup button:hover, .countryButtonGroup button:hover {
            color: #4A8EF3 !important;
        }

.enButton {
    font-family: 'Bernhard Gothic URW ExtraHeavy';
    font-size: 18px;
}

.arButton {
    font-family: GE SS Text Light;
    direction: rtl;
    font-size: 20px;
    font-weight: bold;
}

.languageSelectionFooter {
    position: absolute;
    float: right;
    bottom: 0px;
    right: 0;
    width: 150px;
    height: 93px;
    font-family: NeutraText-Book;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    z-index: 1;
}

    .languageSelectionFooter:hover {
        cursor: pointer;
    }

    .languageSelectionFooter img {
        display: block;
        margin: auto;
        padding-bottom: 5px;
    }

.mobileMenu {
    position: absolute !important;
    width: 100%;
    top: 0px;
    padding: 0;
}

    .mobileMenu ul {
        text-align: right;
    }

.mobileMenuSub {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
    text-align: right;
    padding-top: 130px;
    background-color: #188973;
}

.navbar-light .navbar-toggler {
    border: 0px !important;
    margin-top: 60px;
    padding: 2px;
    right: 20px;
    position: absolute;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("Images/menu.png");
    width: 1.8em;
    height: 1.8em;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
}

.mobileMenuSub ul {
    padding-right: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

.mobileMenuSub a {
    color: white;
}

.homeButton, .homeButton1, .registerButton, .thankyouButton {
    /*display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #fff;
    color: #274597;
    height: 40px;
    border-radius: 25px;
    padding: 0px 20px 0px 20px;
    line-height: 16px;
    margin-bottom: 20px;*/

    border: 1px solid white;
    border-radius: 17px;
    background-color: white;
    color: #143B68;
    height: 64px;
    width: 400px;
    line-height: 64px;
    text-transform: uppercase;
    transition: 0.3s;
    display: block;
    margin: 20px auto 0;
    font-family: 'Bernhard Gothic URW ExtraHeavy';
    font-size: 18px;
}


.registerButton {
    border: none;
    margin-top: 30px;
    margin-bottom: 20px;
    align-items: center;
    width: 370px;
}

.thankyouButton {
    margin-bottom: 0px;
    margin-top: 30px;
    width: inherit;
}

    .homeButton:hover, .registerButton:hover, .thankyouButton:hover {
        text-decoration: none;
    }

/*.homeButtonEn, .registerButtonEn, .thankyouButtonEn {
    font-family: NeutraText-Bold;
    font-size: 22px;
}*/

.homeButtonAr, .registerButtonAr, .thankyouButtonAr {
    font-family: 'GE-East-ExtraBold';
    direction: rtl;
    font-size: 20px;
}

.RegisterInputFileEn {
    font-family: NeutraText-Book;
    font-size: 16px;
}

.RegisterInputFileAr {
    font-family: 'GE-East-ExtraBold';
    font-size: 20px;
}

.registerColLimit {
    min-width: 335px;
}

.homeImg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.RegisterInput {
    display: block;
    border-radius: 20px;
    border: 0px solid;
    height: 50px;
    width: 370px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    margin-bottom: 15px;
    background-color: rgb(255 255 255 / 30%);
    color: white;
}

.RegisterInputEn {
    font-family: NeutraText-Book;
    font-size: 16px;
}

.RegisterInputAr, .RegisterInputAr::placeholder {
    font-family: 'GE SS Text Light';
    font-size: 18px;
}

.RegisterInput:focus {
    outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
    font-family: NeutraText-Book;
    font-size: 16px;
    font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    font-family: NeutraText-Book;
    font-size: 16px;
    font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
    font-family: NeutraText-Book;
    font-size: 16px;
    font-weight: 400;
}

.RegisterCheckboxes {
    margin: 20px 0px 20px 0px;
}

.RegisterCheckboxEn {
    font-family: NeutraText-Book;
    font-size: 16px;
    text-align: left;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.RegisterCheckboxAr {
    font-family: 'GE SS Text Light';
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    padding-right: 1.5em;
    text-indent: -1.5em;
}

.RegisterCheckboxEn input {
    margin-right: 10px;
}

.RegisterCheckboxAr input {
    margin-left: 10px;
}

.RegisterInputFileHide {
    display: none;
}

.RegisterInputFile {
    display: inline-block;
    border: 1px solid white;
    height: 50px;
    width: 370px;
    line-height: 50px;
    border-radius: 20px;
    margin: auto;
    white-space: nowrap;
}

    .RegisterInputFile:hover {
        cursor: pointer;
    }

.registerFormNote, .registerFormNote2 {
    font-size: 16px;
    margin: auto;
    text-align: left;
    width: 370px;
}

.registerFormNote2 {
    margin-top: 20px;
    display: none;
}

.registerImg {
    width: 50%;
}

.registerInfo {
    font-family: 'NeutraText-Bold';
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    color: #0c1a7a;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.thankyouInfo {
    font-family: 'NeutraText-Bold';
    background-color: white;
    border-radius: 50%;
    color: #0c1a7a;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

    .registerInfo:hover, .thankyouInfo:hover {
        cursor: pointer;
    }

.registerInfoEn {
    font-family: 'NeutraText-Bold';
    left: 394px;
}

.thankyouInfoEn {
    font-family: 'NeutraText-Bold';
    margin-left: 10px;
}

.thankyouInfoAr {
    font-family: 'NeutraText-Bold';
    margin-right: 10px;
}

.registerInfoAr {
    font-family: 'NeutraText-Bold';
    right: 394px;
}

.InfoPopup {
    background-color: white;
    color: #0c1a7a;
    padding: 10px;
    font-size: 14px;
    max-width: 279px;
    position: absolute;
    left: 112px;
    top: 24px;
    border-radius: 10px;
    display: none;
    transition: 0.5s;
}

.InfoPopupAr {
    background-color: white;
    color: #0c1a7a;
    padding: 10px;
    font-size: 14px;
    max-width: 279px;
    position: absolute;
    right: 112px;
    top: 24px;
    border-radius: 10px;
    display: none;
    transition: 0.5s;
}

.ThankYouPopup {
    background-color: white;
    color: #0c1a7a;
    padding: 10px;
    font-size: 14px;
    max-width: 279px;
    position: absolute;
    right: 15px;
    top: 110%;
    border-radius: 10px;
    display: none;
    transition: 0.5s;
    z-index: 1;
}

.ThankYouPopupAr {
    background-color: white;
    color: #0c1a7a;
    padding: 10px;
    font-size: 14px;
    max-width: 279px;
    position: absolute;
    left: 0px;
    top: 110%;
    border-radius: 10px;
    display: none;
    transition: 0.5s;
    z-index: 1;
}

.goodies-left {
    margin-top: -60px;
}

.goodies-right {
}

.text-danger {
    color: #fff !important;
    background-color: #e42d20;
    display: block;
    transition: 0.5s;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.text-dangerEn {
    line-height: 16px;
    font-family: 'NeutraText-Bold';
    font-size: 16px;
}

.text-dangerAr {
    line-height: 16px;
    font-family: 'GE-East-ExtraBold';
    font-size: 16px;
}

.registerInfoToggle {
    display: inherit !important;
    transition: 0.5s;
}

.registerButtonGoodies {
    margin: auto;
    margin-bottom: 20px !important;
    width: 80%;
    margin-top: 20px;
}

.instantWinContainer {
    /*max-width: 550px;*/
    max-width: 700px;
    margin-bottom: 50px;
}

.hideInstantWinContainer {
    display: none;
}

.instantWinGiftLink {
    margin: auto;
    width: 80%;
    margin-top: 20px;
}

.instantWinButton img {
    max-width: 150px;
    margin-bottom: 20px;
}

.instantWinButtonImage {
    max-width: 150px;
    margin-bottom: 20px;
    /*border: 7px solid white;*/
}

.instantWinGift img {
    max-height: 315px;
}

.instantWinNote, .instantWinNoteAr {
    font-size: 22px;
    line-height: 15px;
    margin: 0px 0px 10px 0px;
    text-align: center !important;
}

.instantWinGiftAlice {
    content: url("Images/instant-win-alice.png");
}

.instantWinGiftBaloo {
    content: url("Images/instant-win-baloo.png");
}

.instantWinGiftSimba {
    content: url("Images/instant-win-simba.png");
}

.instantWinGiftDumbo {
    content: url("Images/instant-win-dumbo.png");
}

.instantWinGiftCheshire {
    content: url("Images/instant-win-cheshire.png");
}

.instantWinGiftBambi {
    content: url("Images/instant-win-bambi.png");
}

.header-all {
    content: url("Images/header-all.png");
}

.header-else {
    /*content: url("Images/header-else.png");*/
}

.carousel {
    max-width: 600px;
    height: 680px;
    margin: auto;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 0 !important;
}

.cookieConsentParentContainer {
}

.alert {
    margin-bottom: 0 !important;
    padding-right: 1.25rem;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    padding-left: 0 !important;
}

.cookieConsentContainerAr {
    text-align: right;
}

.cookieConsentButtonAr {
    left: 0 !important;
    right: inherit !important;
}

#cookieMessageAccept, #cookieMessageReject {
    font-size: 16px !important;
}

.alert-dismissible .close {
    position: relative !important;
}

.termsandconditions-en {
    font-size: 16px;
    font-family: 'NeutraText-Book';
}

    .termsandconditions-en h1, .termsandconditions-ar h1 {
        text-align: center;
    }

    .termsandconditions-en h2 {
        font-size: 17px;
        font-family: 'NeutraText-Bold';
        margin-bottom: 20px;
    }

    .termsandconditions-en h3 {
        font-size: 16px;
        font-family: 'NeutraText-Bold';
        margin-bottom: 20px;
    }

    .termsandconditions-en table, .termsandconditions-ar table {
        border: 1px solid white;
        margin-bottom: 20px;
    }

.termsandconditions-ar {
    direction: rtl;
    text-align: right;
    font-family: 'GE SS Text Light';
    font-size: 14px;
}

    .termsandconditions-ar h2 {
        font-family: 'GE-East-ExtraBold';
        font-size: 17px;
        margin-bottom: 20px;
    }

    .termsandconditions-ar h3 {
        font-size: 15px;
        font-family: 'GE-East-ExtraBold';
        margin-bottom: 20px;
    }

.btnValidation {
    padding: 2px;
    font-size: 12px;
}

.validationContainer {
    padding-left: 20px;
    padding-right: 20px;
}

.dx-datagrid, .dx-toolbar {
    background-color: transparent !important;
}

.dx-datagrid-headers, .dx-datagrid-content, .dx-datagrid-pager {
    background-color: white;
}

.validationImageView img {
    width: 100%;
}

.go-to-participate-container {
    background-image: url(Images/go-to-participate-bg.png);
    background-color: #143B68;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    margin: 90px 50px 0;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    align-items: center;
    margin-bottom: -210px;
    box-shadow: 0px 14px 24px #00000040;
}

.go-to-labels-container {
    margin-top: 80px;
    background-color: #5B97F1;
    border-radius: 30px;
    background-image: url(Images/go-to-notebook-bg.png);
    background-size: 100%;
    text-align: left;
}

.labels-page {
}

    .go-to-labels-container .h1-en, .labels-page .h1-en {
        font-size: 34px;
        text-align: left;
        margin-top: 80px;
        max-width: 470px;
    }

    .go-to-labels-container .h1-ar, .labels-page .h1-ar {
        font-size: 34px;
        text-align: right;
        margin-top: 80px;
        max-width: 470px;
    }

.go-to-participate-container .h1-en {
    font-size: 34px;
    text-align: left;
    max-width: 470px;
}

.go-to-labels-container .createButton, .labels-page .createButton, .go-to-participate-container .createButton {
    border: 1px solid white;
    border-radius: 17px;
    background-color: white;
    color: #4A8EF3;
    padding: 20px;
    line-height: 64px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    font-family: 'Bernhard Gothic URW ExtraHeavy';
    font-size: 18px;
    margin-top: 30px;
}

.go-to-participate-container .createButton {
    color: #143B68 !important;
}

    .go-to-participate-container .createButton:hover {
        color: #4A8EF3 !important;
    }

.labels-page .createButton {
    width: 200px;
}

.go-to-participate-container-mobile {
    background-image: url(Images/participate_mobile.png);
    background-color: #143B68;
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin: 65px 35px 0;
    display: none;
    overflow: hidden;
    align-items: center;
    margin-bottom: -150px;
    box-shadow: 0px 14px 24px #00000040;
}

    .go-to-participate-container-mobile .h1-en {
        margin-top: 40px;
        margin-left: 25px;
        margin-bottom: 50px;
        font-size: 20px;
        width: 200px;
        padding: 0;
        color: white;
    }

.go-to-labels-container-mobile {
    display: flex;
    gap: 10px;
    background-color: #5B97F1;
    border-radius: 30px;
    display: none;
}

    .go-to-labels-container-mobile .h1-en {
        font-size: 20px;
        width: 160px;
    }

    .go-to-labels-container-mobile .createButton {
        border: 1px solid white;
        border-radius: 17px;
        background-color: white;
        color: #4A8EF3;
        height: 30px;
        width: 150px;
        line-height: 30px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        transition: 0.3s;
        display: block;
        font-family: 'Bernhard Gothic URW ExtraHeavy';
        font-size: 14px;
    }

.steps {
    display: flex;
    padding: 0 50px;
    box-sizing: border-box;
    gap: 16px;
    margin-top: 80px;
}

    .steps img {
        flex: 1 1 auto;
        min-width: 0;
    }


.stickersImg {
    margin-top: 40px;
    margin-left: 45px;
    width: 470px;
}

.stickersImgAr {
    margin-top: 40px;
    margin-right: 45px;
    width: 470px;
}

.stickersImg-mobile {
    border-bottom-left-radius: 30px;
}

.participateImg {
    margin-top: -75px;
    margin-bottom: -30px;
    width: 470px;
}

/* Header and Footer Menu Visibility Controls --- START */
@media (max-width: 1350px) and (min-height: 520px) {
    .footerMenuEn {
        /*display: none;*/
    }
}

@media (max-width: 1190px) and (min-height: 520px) {
    .footerMenuAr {
        /*display: none;*/
    }
}

@media (max-width: 1050px) and (max-height: 520px) {
    .footerMenuEn {
        /*display: none;*/
    }
}

@media (max-width: 910px) and (max-height: 520px) {
    .footerMenuAr {
        /*display: none;*/
    }
}

@media (min-width: 1350px) and (min-height: 520px) {
    .mobileMenuEn, .mobileMenuSubEn {
        display: none !important;
    }
}

@media (min-width: 1190px) and (min-height: 520px) {
    .mobileMenuAr, .mobileMenuSubAr {
        display: none !important;
    }
}

@media (min-width: 1050px) and (max-height: 520px) {
    .mobileMenuEn, .mobileMenuSubEn {
        display: none !important;
    }
}

@media (min-width: 910px) and (max-height: 520px) {
    .mobileMenuAr, .mobileMenuSubAr {
        display: none !important;
    }
}
/* Header and Footer Menu Visibility Controls --- END */

@media (max-width: 1300px) {
    .cheshire img {
        width: 160px;
    }
}

@media (max-width: 1200px) {
    .h1-en {
        font-size: 37px;
    }

        .h1-en.preactivation {
            font-size: 28px;
        }

    .h1-ar {
        font-size: 45px;
    }

        .h1-ar.preactivation {
            font-size: 32px;
        }

    .h2-en {
        font-size: 22px;
    }

    .h2-ar {
        font-size: 27px;
    }

    .homeButtonEn, .registerButtonEn, .RegisterInputFileEn, .thankyouButtonEn {
        font-size: 18px;
    }

    .homeButtonAr, .registerButtonAr, .RegisterInputFileAr, .thankyouButtonAr {
        font-size: 20px;
    }

    .instantWinNote {
        font-size: 18px;
    }

    .stitch {
        margin-top: 20px;
    }

    .mickey-and-friends {
        text-align: center;
        margin-top: 20px;
        margin-right: 0px;
    }

        .mickey-and-friends img {
            width: 315px;
        }
}

@media (max-width: 992px) {
    .registerBorderRight {
        border-right: 0px;
    }

    .RegisterInputFile {
        display: block;
    }

    .registerTitleSub {
        padding-top: 30px;
    }

    .registerTitle {
        margin-bottom: 0px;
    }

    .registerButton {
        margin: auto;
        margin-bottom: 20px;
    }

    .RegisterCheckbox {
        max-width: 370px;
        margin: auto;
    }

    .registerImg {
        display: none;
    }

    .registerFormNote {
        display: none;
    }

    .registerFormNote2 {
        display: block;
    }

    .registerInfoEn {
        left: 50%;
        margin-left: 195px;
    }

    .registerInfoAr {
        right: 50%;
        margin-right: 195px;
    }

    .InfoPopup {
        margin-left: -87px;
        left: 50%;
    }

    .InfoPopupAr {
        margin-right: -87px;
        right: 50%;
    }

    .mobileMenuSub {
        padding-top: 100px;
    }
}

@media (max-width: 720px) {
    .main-container {
        padding-bottom: 0px;
    }

    .h1-en {
        font-size: 25px;
    }

        .h1-en.preactivation {
            font-size: 24px;
        }

    .h2-en {
        font-size: 20px;
    }

    .h1-ar {
        font-size: 32px;
    }

        .h1-ar.preactivation {
            font-size: 28px;
        }

    .h2-ar {
        font-size: 20px;
    }

    .homeButtonEn, .registerButtonEn, .RegisterInputFileEn, .thankyouButtonEn, .instantWinNote {
        font-size: 15px;
    }

    .homeButtonAr, .registerButtonAr, .RegisterInputFileAr, .thankyouButtonAr, .instantWinNoteAr {
        font-size: 18px;
    }

    .cheshire {
        display: none;
    }

    .stitch {
        display: block;
        width: 160px;
        margin: auto;
        padding-top: 20px;
    }

        .stitch img {
            content: url("Images/cheshire.png");
        }

    .mobileMenuSub {
        padding-top: 80px;
    }
}

@media (max-width: 629px) {
    .languageTitle, .countryTitle, .homeTitle, .registerTitle {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .h1-en, .h1-en.instantWinCharacter {
        padding: 20px 0px 20px 0px;
    }

    .arTitle {
        font-size: 26px;
    }

    .homeTitleSub, .registerTitleSub {
        height: auto;
        padding-bottom: 10px;
    }

    .homeTitleSubEn, .registerTitleSubEn {
        font-size: 20px;
    }

    .homeButton, .thankyouButton, .registerButton {
        width: 90%;
        height: auto;
        margin: auto;
        margin-bottom: 30px;
    }

    /*.languageButtonGroup button, .countryButtonGroup button {
        width: 80%;
        min-width: 215px;
    }*/

    .RegisterInput, .RegisterInputFile {
        width: 90%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .registerTitle {
        margin-top: 0px;
    }

    .homeImg {
        padding-bottom: 10px;
        width: 80%;
    }

    .instantWinButtonImage {
        max-width: 100px;
    }

    .instantWinNote {
        font-size: 15px;
    }

    .registerInfoEn {
        right: 5px;
        left: inherit;
        top: 10px;
    }

    .registerInfoAr {
        left: 5px;
        right: inherit;
        top: 10px;
    }

    .thankyouInfoEn {
        vertical-align: text-bottom;
    }

    .thankyouInfoAr {
        vertical-align: text-bottom;
    }

    .InfoPopup {
        left: inherit;
        right: 27px;
    }

    .InfoPopupAr {
        right: inherit;
        left: 27px;
    }

    .ThankYouPopup {
        left: inherit;
        right: 27px;
    }

    .registerFormNote2 {
        width: 90%;
    }
    /*.cookieConsentParentContainer { top: -140px; }*/
}

@media (max-width: 646px) and (min-height: 520px) {
    .sage {
        display: none;
    }

    .mickey-and-friends {
        text-align: center;
        margin-top: 20px;
        margin-right: 0px;
    }

        .mickey-and-friends img {
            width: 315px;
        }
}

@media (max-width: 380px) and (max-height: 520px) {
    .sage {
        display: none;
    }

    .blue {
        display: none;
    }

    .languageButtonGroup button, .countryButtonGroup button {
        margin-top: 10px;
    }

    .enButton {
        font-size: 16px
    }

    .arButton {
        font-size: 18px;
    }

    .languageTitle, .countryTitle, .registerTitle {
        margin: 20px 0px 20px 0px;
    }
}

@media (max-width: 465px) {
    body {
        background-image: url(Images/background_mobile_light.png);
    }

    .homeButtonEnWrap {
        line-height: 20px !important;
    }

    .registerButtonGoodies, .instantWinGiftLink {
        max-width: 75%;
        line-height: 20px !important;
        padding: 10px;
    }

    .mobileMenuSub {
        padding-top: 50px;
    }

    .header-all {
        content: url("Images/header-mobile-all.png");
        width: 100%;
    }

    .logo {
        margin-top: 67px;
    }

    .pixar-logo {
        width: 60px;
    }

    .header-else {
        /*content: url("Images/header-mobile-else.png");
        width: 100%;*/
        /*width: 80%;*/
    }

    .left-char, .right-char {
        display: none;
    }

    .stitch1-char, .stitch2-char, .stitch3-char {
        display: block;
    }

    .blue {
        height: 100px;
    }

    .footerMenu li {
        float: none;
    }

    .copyright {
        bottom: 140px;
    }

    .carousel {
        height: 450px;
    }

    .thankyouButton {
        margin-top: 30px;
    }

    .footerMenuWrapper {
        position: absolute;
    }

    .footer {
        flex-direction: column;
    }

    .footerMenuEn {
        line-height: 2.5;
    }

    .copyright {
        margin-left: 0px;
        width: auto;
        text-align: center;
    }

    .main-content {
        padding-left: 60px;
        padding-right: 60px;
    }

    .go-to-labels-container, .go-to-participate-container {
        display: none;
    }

    .go-to-labels-container-mobile, .go-to-participate-container-mobile {
        display: flex !important;
    }

    
}

@media (max-height: 900px) and (min-width: 1045px) {
    .h1-en {
        font-size: 38px;
    }

        .h1-en.preactivation {
            font-size: 28px;
        }

    .h2-en {
        font-size: 26px;
    }

    .homeButtonEn, .registerButtonEn, .thankyouButtonEn {
        font-size: 18px;
    }

    .instantWinNote {
        font-size: 18px;
    }

    .h1-ar {
        font-size: 38px;
    }

        .h1-ar.preactivation {
            font-size: 32px;
        }

    .h2-ar {
        font-size: 30px;
    }

    .stitch {
        margin-top: -100px;
    }
}

@media (max-height: 768px) {
    .h1-en, .h1-en.instantWin, .h1-en.instantWinCharacter {
        /*padding: 20px 0px 20px 0px;*/
    }

    .h1-ar, .h1-ar.instantWin, .h1-ar.instantWinCharacter {
        padding: 20px 0px 20px 0px;
    }
}

@media (max-height: 700px) and (min-width: 1045px) {
    .h1-en {
        font-size: 42px;
    }

        .h1-en.preactivation {
            font-size: 28px;
        }

    .h2-en {
        font-size: 23px;
    }

        .h2-en.instantWin {
            padding: 0px 0px 20px 0px;
        }

    .h1-ar {
        font-size: 52px;
    }

        .h1-ar.preactivation {
            font-size: 32px;
        }

    .h2-ar {
        font-size: 27px;
    }

    .homeButtonEn, .registerButtonEn, .RegisterInputFileEn, .thankyouButtonEn {
        font-size: 18px;
    }

    .homeButtonAr, .registerButtonAr, .RegisterInputFileAr, .thankyouButtonAr {
        font-size: 20px;
    }

    .cheshire img {
        width: 160px;
    }

    .stitch {
        margin-top: -85px;
    }
}

@media (max-height: 700px) and (min-width: 720px) {
    .cheshire img {
        width: 160px;
    }

    .stitch img {
        width: 130px;
    }
}

@media (max-height: 700px) and (max-width: 1045px) and (min-width: 720px) {
    .cheshire img {
        width: 160px;
    }

    .stitch img {
        margin-top: -40px;
    }
}

@media (max-height: 650px) and (max-width: 1200px) {
    .cheshire {
        display: none;
    }

    .stitch {
        display: none;
    }
}

@media (max-height: 700px) {
    /*.header img {
        max-height: 120px;
    }*/

    /*    .footer img {
        width: 500px;
    }*/

    .sage {
        height: 72px;
    }

    /*    .blue {
        height: 72px;
    }*/

    .footerMenu li a {
        /*line-height: 72px;*/
    }
}

@media (max-height: 520px) {
    .main-container {
        padding-bottom: 0;
    }

    /*    .header img {
        max-height: 75px;
    }*/

    .footer {
        bottom: inherit !important;
    }

    /*        .footer img {
            width: 380px;
        }*/

    .sage {
        height: 55px;
    }

    /*    .blue {
        height: 55px;
    }*/

    .footerMenu li a {
        /*line-height: 55px;*/
    }

    .languageButtonGroup, .countryButtonGroup {
        margin-bottom: 20px
    }

        .languageButtonGroup button, .countryButtonGroup button {
            margin-top: 10px;
        }

    .languageTitle, .countryTitle, .registerTitle {
        margin: 20px 0px 20px 0px;
    }

    .h1-en.home, .h1-en.register, .h1-en.thankyou, .h1-en.instantWin {
        font-size: 21px;
        padding: 20px 0px 20px 0px;
    }

    .h1-ar.home, .h1-ar.register, .h1-ar.thankyou, .h1-ar.instantWin {
        font-size: 21px;
        padding: 20px 0px 20px 0px;
    }

    .h1-en.instantWinCharacter, .h1-en.thankyou {
        font-size: 21px;
        padding: 20px 0px 10px 0px;
    }

    .h2-en.instantWinCharacter, .h2-en.thankyou {
        font-size: 20px;
        padding: 0px;
    }

    .h1-ar.instantWinCharacter, .h1-ar.thankyou {
        font-size: 21px;
        padding: 20px 0px 10px 0px;
    }

    .h2-ar.instantWinCharacter, .h2-ar.thankyou {
        font-size: 20px;
        padding: 0px;
    }

    .homeButton, .registerButton, .thankyouButton {
        margin-bottom: 20px;
    }

    .instantWinButtonImage {
        max-width: 100px;
    }

    .registerImg {
        display: none;
    }
}

@media (max-height: 355px) {
    .h1-en {
        font-size: 25px;
    }

        .h1-en.preactivation {
            font-size: 24px;
        }

    .h2-en {
        font-size: 16px;
    }

    .h1-ar {
        font-size: 30px;
    }

        .h1-ar.preactivation {
            font-size: 28px;
        }

    .h2-ar {
        font-size: 17px;
    }

    .homeButtonEn, .registerButtonEn, .RegisterInputFileEn, .thankyouButtonEn, .instantWinNote {
        font-size: 13px;
    }

    .homeButtonAr, .registerButtonAr, .RegisterInputFileAr, .thankyouButtonAr, .instantWinNoteAr {
        font-size: 16px;
    }
}
