html, body {
    height: 100%;       /* full height */
    margin: 0;
    font-family: "Poppins", serif;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;   /* pushes footer to bottom */
    color: #fff;        /* text color */
    padding: 15px 0;
}



html, body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", 'Arial', sans-serif;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-color: #000000;
    background-repeat: no-repeat;
}

.clear {
    clear: both;
}

option, select {
    color: black !important;
}

a:hover, a:focus {
    color: #c6b576;
}

.alert_container {
    z-index: 300;
    width: 100%;
    left: 0;
}

.left_holder{
    float: left;
    width: 50%;
    text-align: right;
}

.left_holder img{
    float: right !important;
}

.right_holder{
    float: left;
    width: 28%;
    margin-top:5%;
}

.alert_container div {
    border-radius: 0;
}

.alert_container h1 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

#home .container {
    min-height: auto;
}

#home .img_section {
    position: absolute;
    top: 0;
}

#home .info_section {
    position: absolute;
    text-align: center;
}


#home .info_section p {
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    line-height:25px;
}

#home .info_section p span {
    display: block;
    margin-top: 10px;
}

#home .info_section hr {
    border-color: #4f4f4f;
    margin: 20px auto 20px;
    width: 80%;
}

#home .info_section form {
    width: 80%;
    margin: 20px auto 0;
}

#terms .info_section form {
    width: 80%;
    margin: 20px auto 0;
}


#reference_form label {
    width: 100%;
}

#home .info_section form .input-group {
    width: 100% !important;
    float: left !important;
}

#home .info_section .input-group input {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    color: #4f4f4f;
    float: left;
    height: 50px;
    padding: 0 15px;
    border-radius: 44px;
    font-size: 15px;
}

#home .info_section input#submit {
    margin-left: -88px;
    margin-top: 3px;
    z-index: 1;
    position: absolute;
    border: none;
    height: 44px;
    width: 84px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 44px;
    background-color: #00ABCA;

}




#terms .info_section form .input-group {
    width: 100% !important;
    float: left !important;
}

#terms .info_section .input-group input {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    color: #4f4f4f;
    float: left;
    height: 50px;
    padding: 0 15px;
    border-radius: 25px;
}

#terms .info_section input#submit {
    margin-left: -88px;
    margin-top: 3px;
    z-index: 1;
    position: absolute;
    border: none;
    height: 44px;
    width: 84px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    background-color: #000000;
}


#home footer .container {
    min-height: auto;
    text-align: center;
}
#terms-error{
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0;
}
.input-group label.error {
    color: #f54f4f;
    float: right;
    font-size:13px;
    margin-top:8px;
}
.input-group select{
    border-radius: 44px;
    padding: 15px 10px;
}

#tillSlipModal {
padding-right: 0px !important;
}

button.close {
    width: 20px;
}
@media screen and (min-device-width: 780px) {
    #terms-error{
        position: absolute;
        width: 100%;
        top: 30px;
    }
}

@media screen and (min-device-width: 180px) {
    #terms-error{
        position: absolute;
        width: 100%;
        top: 30px;
    }
}
@media screen and (min-device-width: 780px) {
    #home .info_section object {
        width: 380px;
    }
}

@media screen and (min-device-width: 780px) {
    #home .img_section {
        position: inherit;
        top: 0;
    }
    #home .info_section {
        position: inherit;
        top: 40px;
    }

    #home .info_section object {
        width: 300px;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    #home .info_section p {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    #home .info_section hr {
        border-color: #4f4f4f;
        margin: 40px auto 40px;
        width: 80%;
    }
    #home .info_section form {
        width: 400px;
        margin: 25px auto;
        text-align: center;
    }
    #home .info_section form .input-group {
        width: 100% !important;
        margin: 0 auto !important;
        float: left !important;
    }
    #home .info_section .input-group input {
        display: block;
        width: 100%;
        background-color: #ffffff;
        border: none;
        color: #4f4f4f;
        float: left;
        height: 50px;
        padding: 0 10px;
        border-radius: 44px;
    }
    #home .info_section input#submit:hover {
        background-color: rgba(0, 171, 202, 0.75);
    }
    #home .info_section input#submit {
        margin-left: -88px;
        margin-top: 3px;
        z-index: 1;
        position: absolute;
        width: 84px;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        color: #ffffff;
        border-radius: 44px;
        background-color: #00ABCA;
        height: 44px;
    }
}

header {
    padding: 20px 0;
    z-index: 1;
    background: #000000ab;
}

header img {
    /*float: left;*/
    /*margin: 40px 0 0 -20px;*/
    /*width: 160px;*/
}

.help {
    width: 20px;
    height: 20px;
    background-image: url(../imgs/help.png);
    display: inline-block;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 8px;
}

.help:focus {
    border: none;
    outline: none;
}

.copy_section {
    margin: 0;
    width: 170px;
    float: left;
    position: absolute;
    top: 30px;
    left: 140px;
}

.register-header {
    text-align: center;
    display: table;
    width: 100%;
}

.register-header #logo, .register-header img {
    width: auto !important;
    display: table-cell;
    vertical-align: top;
}
.register-header #logo, .register-header img {
    padding: 5px 10px;
    display: block;
    margin: 0 auto;
}
.register-header img{
    max-height: 250px;
}
.register-header #logo{
    max-height: 160px;
}

#logo {
    width: 100%;
    margin-bottom: 15px;
}

.copy_section p {
    text-align: center;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
}

.progress-section {
    /*width: 35%;*/
    /*float: left;*/
    width: 100%;
    position: relative;
    height: 45px;
    margin-left: -5px;
}

.rule {
    height: 1px;
    width: 95%;
    margin: 5px auto 0;
    background-color: #fff;
}

.form-container {
    /*width: 60%;*/
    /*margin-left: 5%;*/
    position: relative;
    float: left;
}

.page_content {
    position: relative;
    padding: 35px 35px;
    background-color: #fff;
}

#passinput {
    display: none;
}

.hidden {
    display: none;
}

.form-step-1, .form-step-2, .form-step-3, .form-complete {
    display: none;
}

.form-complete {
    text-align: center;
}

.current {
    display: block;
}

button {
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    background: #00ABCA;
    width: 50%;
    border-radius: 44px;
    font-size: 16px;
    font-family: "Poppins", 'Arial', sans-serif;
}




.section-header {
    height: 75px;
    width: 100%;
    margin-bottom: 20px;
}

.section-header object {
    width: 75px;
    height: 75px;
    display: inline-block;
    float: left;
    margin-left: -15px;
}

.section-header p {
    font-weight: bold;
    display: inline-block;
    float: left;
    vertical-align: bottom;
    margin: 28px 0 0 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.input-group {
    width: 100%;
    margin-bottom: 15px;
}

.input-group.secondary-serial {
    display: none;
}

.input-group label {
    display: block;
    font-family: "Poppins", 'Arial', sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    text-align: left;
    color: #ffffff;
}

.input-group label span {
    display: block;
    color: #ffffff;
    font-size: 10px;
}

.input-group input {
    display: block;
    width: 100%;
    border-radius: 25px;
    background-color: #ffffff;
    height: 50px;
    border: none;
    padding: 20px;
}

.error {
    color: #f54f4f;
}

.input-select {
    height: 15px;
    margin-bottom: 25px;
}

.input-select input {
    width: 22px;
    float: left;
    margin-top: 0;
}

.input-select label {
    width: auto;
    margin-bottom: 0;
    margin-right: 5px;
    float: left;
    font-weight: normal;
}

.terms-accept input {
    float: left;
    width: 25px;
    margin-top: 0;
}

.terms-accept label {
    float: left;
    width: 180px;
    margin-top: 3px;
    margin-bottom: 0;
}

.upload-group label {}

.upload-group input {
    width: 100%;
    color: #ffffff;
    margin-top: 10px !important;
    border: none;
    background: transparent;
}

.styledRadio, .styledCheckbox {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 90%;
    margin-top: 19px;
}

.dk-select, .dk-select-multi {
    width: 100%;
}

.dk-selected {
    background-color: #fff;
    height: 50px;
    padding: 15px;
    border-radius: 44px;
    font-size: 15px
}

.NFI-wrapper {
    display: block!important;
}

.NFI-button {
    border: none;
    width: 100%;
    text-transform: uppercase;
    height: 50px;
    color: #ffffff;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 44px;
}

.NFI-filename {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 5px;
    height: 20px;
    margin-left: 5px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 13px;
    background: transparent !important;
    color: white !important;
}


footer a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-device-width: 175px) and (max-device-width: 480px) {




    #home .container {
        min-height: 1200px;
    }

    .col-lg-12{
        padding: 0 !important;
    }

    /*#home img{*/
        /*width: 100% !important;*/
        /*margin-left:0 !important;*/
        /*margin-top: 10px !important;*/
    /*}*/


    .left_holder{
        float: none;
        width: 100%;
    }

    .left_holder img{
        float: none !important;
    }

    .right_holder{
        float: none;
        width: 100%;
    }

    .next {
        float: none;
    }

    .progress-section{
        margin-top: 20px;
    }

    /*.completed {*/
    /*background-image: url('http://aseriespromo2018.nurun.io/assets/imgs/step_complete_mobile.png');*/
    /*}*/

    footer {
        font-size: 10px;
    }


    html, body {

        background-image: url("../images/mob_background.png");

    }
}

@media screen and (min-device-width: 780px) {

    .left_holder{
        float: left;
        width: 50%;
        text-align: right;
    }

    .left_holder img{
        float: right !important;
    }

    .right_holder{
        float: left;
        width: 28%;
    }

    header {
        margin: 0;
    }
    .register-header #logo, .register-header img {
        padding: 20px 10px;
        display: table-cell;
        margin: 0;
    }
    .register-header img{
        max-height: 350px;
    }
    .register-header #logo{
        max-height: 260px;
    }
    .help {
        width: 33px;
        height: 33px;
        background-image: url(../imgs/help.png);
        display: inline-block;
        background-size: 33px 33px;
        background-repeat: no-repeat;
        position: absolute;
        top: 30px;
        right: 8px;
    }
    header img {
        /*float: left;*/
        /*margin: 0;*/
        /*width: 285px;*/
    }
    .copy_section {
        margin: 70px 0 0 50px;
        width: 581px;
        float: left;
        position: relative;
        top: inherit;
        left: inherit;
    }
    #logo {
        margin-bottom: 50px;
    }
    .copy_section p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }
    label#terms-error {
        white-space: nowrap;
        color: #f54f4f;
        float: right;
        font-size: 13px;
        margin-top: 12px;
        font-family: "Poppins", 'Arial', sans-serif;
    }
    .progress-section {
        width: 25%;
        float: left;
        height: 700px;
    }
    .rule {
        height: 100%;
        width: 1px;
        margin: 10px auto;
        background-color: #fff;
    }

    .form-container {
        float: left;
    }
    .page_content {
        position: relative;
        padding: 80px 160px;
        background-color: #fff;
    }
    .hidden {
        display: none;
    }
    .form-complete {
        padding: 130px 0 0 0;
    }
    .section-header {
        height: 118px;
        width: 100%;
        margin-bottom: 50px;
    }
    .section-header object {
        width: 118px;
        height: 118px;
        display: inline-block;
        float: left;
        margin-left: -45px;
    }
    .section-header p {
        font-weight: bold;
        display: inline-block;
        float: left;
        width: 285px;
        vertical-align: bottom;
        margin: 45px 0 0 20px;
        text-transform: uppercase;
        font-size: 16px;
    }
    .input-group {
        width: 100%;
        margin-bottom: 15px;
    }
    .input-group label {
        display: inline-block;
        width: 100%;
        margin: 20px 0 5px 0;
    }
    .input-select {
        width: 100%;
        padding-top: 10px;
        float: left;
        height: 15px;
        margin-bottom: 25px;
    }
    .input-select input {
        width: 22px;
        float: left;
        margin-top: 0;
    }
    .input-select label {
        width: auto;
        margin-bottom: 0;
        margin-right: 5px;
        float: left;
        font-weight: normal;
    }

    .upload-group label {}
    .upload-group input {
        width: 100%;
        color: #ffffff;
        margin-top: 15px;
        border: none;
    }
    .dk-select, .dk-select-multi {
        width: 100%;
    }
    footer {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

footer a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-device-width: 375px) {

    footer {
        font-size: 10px;
    }
}

@media screen and (min-device-width: 780px) {
    .help {
        width: 33px;
        height: 33px;
        background-image: url(../imgs/help.png);
        display: inline-block;
        background-size: 33px 33px;
        background-repeat: no-repeat;
        position: absolute;
        top: 30px;
        right: 8px;
    }
    header img {
        /*float: left;*/
        /*margin: 0;*/
        /*width: 285px;*/
    }
    .copy_section {
        float: left;
        left: inherit;
        margin: 45px 0 0 50px;
        position: relative;
        top: inherit;
        width: 100%;
    }
    #logo {
        margin-bottom: 50px;
    }
    .copy_section p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }
    label#terms-error {
        white-space: nowrap;
        color: #f54f4f;
        float: right;
        font-size: 13px;
        font-family: "Poppins", 'Arial', sans-serif;
    }

    .form-container {
        float: left;
    }
    .page_content {
        position: relative;
        padding: 80px 160px;
        background-color: #fff;
    }
    .hidden {
        display: none;
    }

    .form-complete {
        padding: 130px 0 0 0;
    }
    .section-header {
        height: 118px;
        width: 100%;
        margin-bottom: 50px;
    }
    .section-header object {
        width: 118px;
        height: 118px;
        display: inline-block;
        float: left;
        margin-left: -45px;
    }
    .section-header p {
        font-weight: bold;
        display: inline-block;
        float: left;
        width: 285px;
        vertical-align: bottom;
        margin: 45px 0 0 20px;
        text-transform: uppercase;
        font-size: 16px;
    }
    .input-group {
        width: 100%;
        margin-bottom: 15px;
    }
    .input-group label {
        display: inline-block;
        width: 100%;
    }
    .input-select {
        width: 100%;
        padding-top: 10px;
        float: left;
        height: 15px;
        margin-bottom: 25px;
    }
    .input-select input {
        width: 22px;
        float: left;
        margin-top: 0;
    }
    .input-select label {
        width: auto;
        margin-bottom: 0;
        margin-right: 5px;
        float: left;
        font-weight: normal;
    }
    .upload-group label {}
    .upload-group input {
        width: 100%;
        color: #ffffff;
        margin-top: 15px;
        border: none;
    }

    .dk-select, .dk-select-multi {
        width: 100%;
    }
    footer {
        font-size: 14px;
        line-height: 20px;
    }


    /* Mobile Fixes*/




}

header {
    padding: 20px 0;
}

header img.logo {

    width: 480px;
    margin: 0 auto 0 auto;
    display: block;
}

header img.logo_right {
    float: right;
    width: 169px;
    height: 75px;
    object-fit: contain;
}


.info_section h1 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 49px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;

}


.info_section h2 {
    font-family: "Poppins", 'Arial', sans-serif;
    ont-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
}

.info_section h2 span {
    font-weight: bold;
}

.info_section img.casper {
    width: 628.7px;
    height: 303.1px;
    object-fit: contain;
    margin-bottom: 40px;
}

.info_section h3 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;

}

.info_section p strong {
    font-family: "Poppins", 'Arial', sans-serif;
}

.takealot_box {
    margin-top: 40px;
}

.takealot_box .package_info {
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

.takealot_box .package_info p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #0092df;
}

.takealot_box .package_info p strong {
    font-family: "Poppins", 'Arial', sans-serif;
}

.takealot_box h1 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 78px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}


.voucher_info img {
    width: 139px;
    height: 37.2px;
    object-fit: contain;
}

.voucher_info {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}


footer p {
    font-family: "Poppins", 'Arial', sans-serif;;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

footer .social {
    width: 44.9px;
    height: 20.1px;
    float: left;
}

footer .footer_link {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
}

footer .social img  {
    width: 20.1px;
    height: 20.1px;
    object-fit: contain;
    margin-right: 2px;

}

footer .google_play {
    width: 237.7px;
    max-width:100%;
    height: 58.9px;
    object-fit: contain;
}


.form-container form h3 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

.terms-accept label {
    font-family: "Poppins", 'Arial', sans-serif;
}

.terms-accept label a {
    text-decoration: underline;
    color: #ffffff;
}

.upload-group label {
    font-family: "Poppins", 'Arial', sans-serif;
    width: 100%;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    text-transform: none;
    text-align: left;
    color: #ffffff;
}

.input-group select {
    width: 100%;
    height: 50px;
    border: none;
}

.content img.success {
    width: 106.3px;
    height: 106.3px;
    object-fit: contain;
}

.content h2 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 62px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

.content h3 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: normal;
}

.content p {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}


/* SAMSUNG */
@media only screen and (min-width: 768px) and (max-width: 992px){
    html, body {
        -webkit-background-size: 120%;
        background-size: 120%;
    }

    #home .container{
        min-height: auto;
    }
    #home .info_section{
        position: relative;
    }
    footer{
        padding: 40px 0 30px 0
    }
    footer .google_play{
        margin-top: 10px;
    }
    .takealot_box .package_info{
        width: 250px;
        margin: 0 auto;
    }
    .voucher_info img{
        display: inline-block;
        width: auto !important;
        vertical-align: middle;
        margin: 0 !important;
    }

}

@media only screen and (max-width: 767px){


    html, body {
        -webkit-background-size: 120%;
        background-size: 120%;
    }

    #home .container{
        min-height: auto;
    }
    header img{
        margin: 40px 0 0 0;
    }
    header img.logo{
        float: none;
        width: 310.3px;
        height: auto;
        display: block;
        margin: 15px auto 0;
    }
    header img.logo_right{
        float: none;
        display: block;
        margin: 20px auto 0;
    }

    .info_section h1{
        font-size: 36px;
        padding: 0 10px;
    }

    .info_section h2{
        font-size: 24px;
        margin-bottom: 0;
    }


    #home .info_section{
        position: relative;
    }
    .info_section h3{
        padding: 0 20px;
    }

    #home .info_section p{
        font-size: 14px;
        padding: 0 45px
    }
    .takealot_box .package_info{
        width: 250px;
        margin: 0 auto;
    }
    .voucher_info img{
        display: inline-block;
        width: auto !important;
        vertical-align: middle;
        margin: 0 !important;
    }
    footer{
        padding: 40px 0 30px 0
    }
    footer .google_play{
        margin-top: 10px;
    }

    .eupopup-button_1, .eupopup-button_2 {
        width: 45%;
        font-size: 12px !important;
    }

    .eupopup-head {
        font-size: 28px;
    }

    .eupopup-body {
        font-size: 12px !important;
        margin-bottom: 20px;
    }

    .terms_title {
        font-size: 26px !important;
    }
    .terms-button {
        width: 50% !important;
    }

}

#terms .info_section h2 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 49px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

#terms .info_section h3 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;

}



#terms .info_section p {
    color: #fff;
    text-align: center;
}



#terms .register {
    min-height: calc(100vh - 316px);
}

footer {
    background: black;
    padding-top: 25px;
}



/* New Boys*/
.Buy {
    width: 400px;
    margin-top: 140px;
    margin-bottom: 40px;
    object-fit: contain;
}

.And  {
    width: 223px;
    height: 39px;
    margin-top: 20px;
    margin-bottom: 10px;
    object-fit: contain;
}

.Get {
    width: 175px;
    height: 206px;
    object-fit: contain;
}

.TiersImage {
    object-fit: contain;
    margin-top: 20px;
    width: 406px;
    height: 100px;
}

.PartnersImage {
    object-fit: contain;
    margin-top: 20px;
    width: 206px;
    height: 100px;
}

#home h2 {
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 17px;
}

#home h2 span {
    font-weight: bold;
    color: #c8c17e;
}

.BowBox {
    width: 230px;
    object-fit: contain;
}

#home .rewards_list h3 {
    margin: 5px 0px 15px 0;
}

#home h3 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

#home .rewards_list h3.strong {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #c8c17e;
    margin: 25px 0;
}

#home p.valid {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 31px;

}

#home p.form_text {
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

#home h4 {
    margin-top: 40px;
    font-family: "Poppins", 'Arial', sans-serif;
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

#home h4 span {
    font-weight: bold;
    color: #c8c17e;
}

.GoldTier {
    width: 271px;
    height: 77px;
    object-fit: contain;
}

.SilverTier {
    width: 271px;
    height: 77px;
    object-fit: contain;
    margin: 0px 20px 0 20px !important;
}

.BlueTier {
    width: 271px;
    height: 76px;
    object-fit: contain;
}


.save50 {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.next50 {
    float: left;
    width: 49%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}





.TierIcon {
    width: 60px;
}

.details-personal .upload-group label.error {
    color: #f54f4f;
    font-size: 13px;
    margin-top: -2px;
}

.pin_error, .valid_error {
    color: #f54f4f;
    margin-top: 10px;
    display: none;
}



.pin_success {
    color: #5ecc5e;
    margin-top: 10px;
    display: none;
}

input:disabled {
    background: #DADADA !important;
}

#reference_form h5 {
    color: white;
    font-size: 18px;
}

.form-complete .TiersImage {
    margin-top: 50px;
}


.accordion {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.accordion__intro {
    position: relative;
    padding: 0 20px;
    cursor: pointer;
}
.accordion__content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    color: #f1f1f1;
    opacity: 0;
}
.accordion h4,
.accordion p {
    margin: 0;
    line-height: 1;
}
.accordion h4 {
    color: #fff;
    font-size: 22px !important;
    font-weight: 500;
}
.accordion p {
    color: #f1f1f1;
    font-size: 15px;
    margin: 0;
}
.accordion__active .accordion__content {
    padding: 20px ;
    opacity: 1;
}

.terms_title {
    color: #FFFFFF;
    font-size: 24px;
}

.terms-button {
    width: 20%;
    padding: 12px;
    border-radius: 44px;
}

.terms-button:hover {
    color: white;
}

.age-gateway-modal {
    background: #0E1416;
    padding: 30px 20px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    color: white;
    border: 7px solid #CBA864;
}


.terms-modal {
    background: #0E1416;
    padding: 10px 10px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    color: white;
    border: 7px solid #CBA864;
}

.age-welcome {
    font-weight:700;
    font-size: 34px;
    margin-bottom: 15px;
}

.age-question {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
}

.age_btn {
    width: 200px;
    margin: 0 10px;
    font-weight: 400;
    background-color: #00ABCA;  /* gold color */
    border: none;
    color: white;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    border-radius: 44px;
    font-size: 14px;
}

.age_btn:hover {
    background-color: #006B7EFF;
    color: #fff;
}


/* FilePond validation error */
.filepond--browser.error + label.error {
    color: #f54f4f;
    display: block;
    font-size: 13px;
    padding-top: 45px;
}

#home .info_section input#submit:disabled {
    background-color: #00ABCA !important;
}

.custom-container {
    padding: 10px;   /* inner padding */
    margin: 0 auto;
    max-width: 50%;
    position: relative;
}

/* Solid yellow line frame */
.custom-container::before {
    content: "";
    position: absolute;
    /*top: 0px;*/
    /*left: 0px;*/
    /*right: 0px;*/
    /*bottom: 0px;*/
    /*border: 17px solid #cba864;*/
    pointer-events: none;
}

.events-container {

    margin: 0 auto;
    max-width: 90%;
    position: relative;
    margin-top: 30px;
}


.events-container h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
}
/* Solid yellow line frame */
.events-container::before {
    content: "";
    position: absolute;
        /*top: 0px;*/
        /*left: 0px;*/
        /*right: 0px;*/
        /*bottom: 0px;*/
        /*border: 17px solid #cba864;*/
    pointer-events: none;
}

/* Dotted yellow line frame */
/*.custom-container::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 20px;   !* space between solid & dotted *!*/
/*    left: 20px;*/
/*    right: 20px;*/
/*    bottom: 20px;*/
/*    border: 5px dotted #00ABCA; !* dotted border *!*/
/*    pointer-events: none;*/
/*}*/

/* Responsive */
@media (min-width: 768px) {
    .custom-container {
        max-width: 80%;
        padding: 10px;
    }

    .events-container {
        max-width: 80%;
    }
}
@media (min-width: 1200px) {
    .custom-container {
        max-width: 45%;
        padding: 10px;
    }
    .events-container {
        max-width: 80%;
    }
}

/* Corner elements */
.corner {
    position: absolute;
    z-index: 2; /* above borders */
    max-width: 150px; /* scale down if needed */
}

.top-left {
    top: 40px;
    left: 45px;
    width: 45px;
}

.top-right {
    top: 45px;
    right: 45px;
    width: 100px;
}

.bottom-left {
    bottom: -45px;
    left: -50px;
}

.bottom-right {
    bottom: 35px;
    right: 45px;
    width: 100px;
    width: 100px;
}

/* Responsive scaling */
@media (max-width: 768px) {
    .corner {
        max-width: 100px;
    }
}

.submit_process_btn[disabled] { opacity: .6; cursor: not-allowed; }
.submit_process_btn.is-loading { pointer-events: none; }


.full_vh {
    padding-bottom: 50px;
}

.min_full_vh {
    min-height: calc(100vh - 93px);
}

@media screen and (min-device-width: 175px) and (max-device-width: 480px) {

    .custom-container {
        max-width: 100%;
        padding: 0px;
    }

    .events-container {
        max-width: 100%;
        padding: 0px;
    }

    #home .info_section form {
        margin: 30px auto 0;
    }

    #home .info_section input#submit {
        margin-bottom: 25px;
        margin-left: 0;
        position: relative;
        margin-top: 0;
        width: 100px;
    }

    .eupopup-button_1, .eupopup-button_2 {
        width: auto !important;
    }

    .modal-body {
        padding: 0 !important;
    }

    .age-dropdown {
        margin: 0 !important;
        width: 100px !important;
        font-size: 12px;
    }

    #home .info_section p {
        font-size: 14px;
        padding: 20px 20px 45px 20px;
        line-height: 21px;
    }

    #home .info_section form {
        width: 85%;
    }

    #home .info_section .input-group input
    {
        margin-top: 15px;
    }

    .submit_process_btn {
        margin-bottom: 30px;
    }

    #reference_form h5 {
        color: white;
        font-size: 18px;
        line-height: 24px;
    }

    #home .rewards_list h3 {
        font-size: 18px;
    }


    #home h2 {
        padding-bottom: 20px;
        padding-top: 0px;
    }

    .TierIcon {
        width: 50px !important;
    }

    .Buy {
        width: 300px;
        object-fit: contain;
    }

    .And {
        width: 200px;
        object-fit: contain;
    }

    .Get {
        width: 300px;
        object-fit: contain;
    }

    .styledRadio, .styledCheckbox {
        margin-top: 0;
    }


    .BowBox {
        object-fit: contain;
        margin: 20px 0 0 0;
        width: 250px;
    }

    #home h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .GoldTier {
        margin: 0 0 20px 0;
    }

    .BlueTier {
        margin: 20px 0 0 0;
    }

    .TiersImage {
        width: 330px;
    }

    .f_right {
        margin-left: 25% !important;
    }

}

.no_under_18 {
    width: 180px;
    margin-top: 20px;
}

.no_under_18_footer {
    width: 180px;
}

.footer_content {
    width: fit-content;
    margin: 0 auto;
}

.f_left {
    float: left;
}
.f_right {
    float: left;
    margin-bottom: 5px;
    margin-left: 20px;
}

.age-dropdown {
    width: 100px;
    padding: 10px;
    border-radius: 44px;
    margin: 10px;
}

.age_btn {
    margin-top: 20px;
    width: 200px;
}

.event-buttons {
    display: flex;
    justify-content: center;
    gap: 3rem; /* space between buttons */
    flex-wrap: wrap;
    margin-top: 1rem;
}
.event-btn {
    background-color: #00ABCA;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 44px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.event-btn:hover {
    background-color: #05839a;
}

.event-btn {
    max-width: 150px;
}

#galleryContent img,
#galleryContent video {
    object-fit: cover;
    width: 200px;
    height: 140px;
}


#ageError {
    margin-top: 15px;
    font-size: 15px;
    color: #e85033;
}

.modal-header, .modal-footer {
    border: none;
}

.event-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.event-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 279px;
    height: 260px;
    background: #CBA864;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.event-image {
    width: 100%;
    height: 171px;
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
}

.event-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px 0;
}

.event-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.view-gallery {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    color: #000;
}


/* Main drop area / panel */
.filepond--panel-root,
.filepond--panel {
    border-radius: 45px !important;
}

/* Individual file previews */
.filepond--item {
    border-radius: 45px !important;
}



.response h2 {
    font-size: 26px !important;
}

.response h3 {
    font-size: 20px !important;
    line-height: 26px !important;
}

