@font-face {
    font-family: AbuDahbi font-regular;
    src: url('https://assets.tomorrow.services/fonts/AbuDhabiRegular.otf');
}

@font-face {
    font-family: AbuDahbi font-Medium;
    src: url('https://assets.tomorrow.services/fonts/AbuDhabiMedium.otf');
}

@font-face {
    font-family: AbuDahbi font-bold;
    src: url('https://assets.tomorrow.services/fonts/AbuDhabiBold.otf');
}

@font-face {
    font-family: tungsten font-bold;
    src: url('https://assets.tomorrow.services/fonts/Tungsten-Bold.otf');
}

html {
    overflow-x: hidden;
}

.scroll {
    overflow-y: overlay !important;
    touch-action: auto !important;
}

.no-scroll {
    overflow-y: hidden;
    touch-action: none;
}

.logo-landing {
    background-color: transparent;
    border: none;
    outline: none;
    height: 70px;
}

.logo-landing img {
    max-height: 100%;
}

.logo-landing:focus {
    outline: none;
}

.modal-body {
    color: white !important;
    margin-bottom: -0.5rem !important;
    text-align: right !important;
}

.modal {
    font-family: 'AbuDahbi font-regular' !important;
    z-index: 99999;
}

.modal-title {
    color: white !important;
}

.modal-content {
    background: #212020 !important;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgb(225 121 0 / 19%), 0 6px 6px rgba(191, 255, 8, 0.23) !important;
}

.modal-header {
    border-bottom: 1px solid #ffd600 !important;
}

.modal-footer {
    border: none !important;
}

.modal .btn {
    line-height: 14px !important;
    padding-bottom: 11px !important;
    color: black !important;
    background: #ffd600 !important;
}

.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #141414;
    z-index: 99999;
}

.page-loader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bounce-effect {
    width: 30px;
    height: 30px;
    background-color: #ffd600;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: bounce 1.8s infinite ease-in-out;
    animation: bounce 1.8s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.page-loader .bounce-element-2 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    margin-right: 32px;
}

.page-loader .bounce-element-1 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.page-loader .bounce-element-3 {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
    margin-right: 32px;
}

@-webkit-keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1.5);
    }
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1.5);
    }
}

.pt-10 {
    padding-top: 10px;
}

.success-message-container {
    margin-top: 105px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    position: absolute;
    left: 15px;
    width: 310px;
    text-align: right;
}

.line-seperator-success {
    height: 1px;
    background: darkgray;
    width: 250px;
    position: absolute;
    opacity: 0.1;
    bottom: 15px;
    right: 30px;
}

.success-message {
    padding-top: 26px;
    font-family: 'AbuDahbi font-medium';
    color: #ffd600;
    position: absolute;
    font-size: 20px;
}

.signup-labels, .signin-labels {
    font-family: "AbuDahbi font-regular";
    font-size: 12px;
    color: #787878;
    margin:0 10px 0 0 !important;
    padding: 0 4px 4px;
    width: fit-content;
    width: max-content;
    z-index: 9999;
}

.signin-fieldset {
    border-style: unset;
    border: 1px solid #787878 !important;
    border-radius: 8px;
}

.custom-navbar {
    z-index: 1000;
    transition: background-color 0.25s ease-in-out;
    list-style-type: none;
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    margin-top: 0px;
    background: linear-gradient(#141414d4, transparent);
    padding: 17px 8%;
    overflow: hidden;
}

.custom-container .landing-navbar {
    display: flex;
    justify-content: space-between;
    padding: 0 8%;
    align-items: center;
}

.login-button {
    font-family: "AbuDahbi font-bold";
    color: #141414;
    height: 48px;
    padding: 0px 28px 6px 28px;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    font-size: 16px;
}

.first-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.card-header-custom {
    padding: 30px 40px;
    text-align: right;
}

.signup-card, .signin-card, .reset-card, .newsletter-card, .update-password-card {
    background-color: #141414;
    border-radius: 15px;
    height: 100%;
}

.signin-card, .reset-card {
    display: none;
}

.reset {
    margin-right: 0px !important;
}

.signup-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25%;
    padding-bottom: 25%;
}

.signup-container {
    width: 384px;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
}

.signup-body-custom, .signin-body-custom {
    padding: 40px;
    padding-top: 0px;
    text-align: right;
    padding-bottom: 30px;
}

.signup-header {
    font-family: "AbuDahbi font-bold";
    font-size: 70px;
    line-height: 90px;
    color: white;
    text-align: middle !important;
}

.signup-subtitle {
    font-family: "AbuDahbi font-Medium";
    font-size: 35px;
    color: white;
}

.signup-header-container {
    text-align: center;
    max-width: 100% !important;
    flex: 0 0 71%;
    width: 850px;
}

.signup-subheader-container {
    padding: 15px 10px 0 10px;
    display: block;
    text-align: center;
}

.start-watching-button {
    height: 52px;
    padding: 0 28px 8px 28px;
    margin-top: 40px;
    background-color: #FFD600;
    border: none;
    outline: none;
    border-radius: 8px;
    font-family: "AbuDahbi font-bold";
    font-size: 20px;
    color: #141414;
}

.start-watching-button:focus,
.login-button:focus {
    outline: none;
}

.signup-button, .signin-button {
    font-family: "AbuDahbi font-medium";
    background-color: #ffd600;
    position: relative;
    color: black;
    border: none;
    font-size: 14px;
    line-height: 14px;
    margin-top: 2rem;
    width: 95px;
    padding-bottom: 12px;
}

.signin-button {
    font-size: 12px;

}

.signup-button:hover {
    background-color: #CEAB00;
}

.page-cover {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999;
}

.landing-popup {
    top: 45vh;
    left: 50vw;
    position: fixed;
}

.signup-header-title, .signin-header-title {
    font-family: 'AbuDahbi font-medium';
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 18px;
    color: #ffd600;
    margin-bottom: 0px !important;
    margin-top: 0px;
}

.line-seperator {
    height: 1px;
    background: darkgray;
    width: 100%;
    margin-top: 17px;
    opacity: 0.1;
}

.signup-input-class .form-control {
    font-size: 12px;
}

.form-control,
.form-control:focus {
    height: 40px;
    background-color: transparent;
    margin-top: -11px;
    border: none;
    border-radius: 8px;
    color: white;
    outline: none;
    z-index: -1;
}

.check-button-container {
    color: darkgray;
    display: block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'AbuDahbi font-medium';

}

/* Hide the browser's default radio button */
.check-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    right: 15px;
    height: 12px;
    width: 12px;
    background-color: white;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check-button-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.check-button-container input:checked~.checkmark {
    background-color: white;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-button-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.check-button-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: black;
}

.signup-signin {
    font-size: 12px;
    font-family: 'AbuDahbi font-medium';
    color: white;
}

.signin, .signup, .reset, .signin-from-reset, .signin-from-update{
    margin-right: 5px;
    color: #ffd600;
    font-weight: bold;
}

.social-icon-container {
    padding: 5px;
    color: white;
}

.social-icon-container:hover {
    transition: 0.3s ease;
    color: #ffd600;
    text-decoration: none;
}

.footer-text {
    font-size: 12px;
    font-family: "Helvetica Neue", sans-serif;
    color: darkgray;
    padding: 5px;
}

.footer-text:hover {
    transition: 0.3s ease;
    color: #ffd600;
    text-decoration: none;
}

.custom-icon {
    font-size: 20px;
    padding-left: 15px;
}

.copyright-text {
    padding: 8px 5px 5px 5px;
    color: white;
    font-family: "AbuDahbi font-regular";
    font-size: 8px;
    direction: ltr;
}

.footer-belight-signature {
    width: 80px;
    height: 80px;
    float: right;
    margin-bottom: 10px;
}

.show-image {
    width: 100%;
}

.show-play-button {
    position: absolute;
    z-index: 1;
    width: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.show-header {
    font-family: "AbuDahbi font-regular";
    font-weight: bold;
    color: #ffd600;
    font-size: 18px;
}

.show-title {
    font-family: 'tungsten font-bold';
    font-size: 75px;
    color: white;
    margin-top: -15px;
}

.show-info {
    font-family: "AbuDahbi font-regular";
    margin-top: -20px;
    color: white;
    font-size: 12px;
}

.show-description {
    font-size: 16px;
    margin-top: 15px;
    color: white;
    font-family: "AbuDahbi font-regular";
}

.show-button {
    background-color: #ffd600;
    color: black;
    font-family: "AbuDahbi font-bold";
    font-size: 22px;
    margin-top: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 4px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    height: 56px;
    width: max-content;
}

.show-button:hover {
    text-decoration: none;
    background-color: #CEAB00;
    color: black;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pt-15 {
    padding-top: 15px;
}

.highlited-show-image-container {
    padding-left: 30px;
}

.highlited-show-text-container {
    padding-right: 30px;
}

.background-container {
    height: fit-content;
}

.ipad-container {
    position: absolute;
    top: 10px;
}

.ipad-section {
    background-color: black;
    text-align: right;
}

.ipad-background {
    width: 129%;
    margin-right: -10%;
}

.ipad-title {
    font-family: 'AbuDahbi font-bold';
    color: white;
    font-size: 56px;
    top: 100px;
    line-height: 1;
    position: relative;
}

.ipad-text {
    position: relative;
    top: 22%;
    font-family: "AbuDahbi font-Medium";
    color: #ffd600;
    font-size: 36px;
    white-space: nowrap;
}

.imac-background {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0px;
}

.imac-image {
    position: absolute;
    bottom: 0px;
    width: 59%;
    left: 0px;
}

.imac-text {
    font-family: "AbuDahbi font-medium";
    color: white;
    font-weight: 300;
    font-size: 34px;
}

.subscription-container {
    width: 400px;
}

.highlited-show-section {
    background-color: #141414;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    text-align: right;
}

.footer-section {
    background: #141414;
    height: 300px;
    padding-top: 100px;
    margin-bottom: 50px;
}

.imac-section {
    position: relative;
}

.imac-row {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: right;
}

.rel {
    position: relative;
}

.success {
    color: #ffd600;
    padding: 15px;
    padding-top: 8px;
    font-family: "AbuDahbi font-regular";
}

.subscribe-button {
    position: relative;
    font-family: "AbuDahbi font-bold";
    color: #ffd600;
    background-color: #141414;
    padding-left: 25px;
    padding-right: 25px;
    height: 42px;
    outline: none;
    border: none !important;
    margin-bottom: 2px;
    padding-bottom: 11px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

.subscribe-input {
    font-family: "AbuDahbi font-Medium";
    width: 260px;
    margin-left: -10px;
    padding: 15px;
    padding-bottom: 18px;
    border: none;
    border-radius: 0.25rem;
    height: 41px;
    font-size: 12px;
}

.subscribe-container {
    margin-right: 0px;
    padding-top: 40px;
}

.youtube-thumbnail {
    position: relative;
    min-height: 321px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.youtube-container {
    position: absolute;
    top: 0px;
    opacity: 1;
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.youtube-video {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.show-play-icon {
    width: 100%;
    height: 100%;
}

.show-play-icon:hover {
    opacity: 0.8;
}

.show-button-row {
    margin-top: 20px;
}

.description-row {
    margin-top: -25px;
}

.imac-image-mobile {
    position: absolute;
    bottom: 0px;
    width: 41%;
    left: 0px;
}

.subscribe-container .sign-up-form {
    padding: 0px;
}

.ipad-image-mobile {
    width: 23%;
    right: 27px;
    bottom: 7px;
    position: absolute;
}

.imac-mobile-container {
    height: 160px;
}

.ipad-text-container {
    position: relative;
}

.mailchimp-container {
    width: 100%;
}

.loader-sec {
    right: -27px !important;
    position: absolute !important;
    font-size: 2px !important;
    margin-top: -18px !important;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    display: none;
    font-size: 1px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin: top;
    margin-top: -8px;
}

.close-popup {
    display: none;
}

.footer-first-row {
    display: flex;
    height: fit-content;
    padding: 4% 0 6%;
}

.footer-first-column {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.footer-second-column {
    display: flex;
    justify-content: flex-end;
    width: 60%;
    padding-top: 1%;
}

.footer-content-container {
    margin-right: 30px;
}

.footer-links-container {
    width: max-content;
    max-width: 150px;
    display: flex;
    flex-direction: column;
}

.footer-bottom {
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-first-row {
        flex-direction: column;
    }

    .footer-first-column,
    .footer-second-column {
        width: 100%;
    }

    .footer-second-column {
        flex-direction: column;
    }

    .footer-content-container {
        margin-right: 0;
        display: block;
    }
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 1200px) and (min-width: 992px) {
    .signup-section-container {
        padding-top: 14%;
        padding-bottom: 22%;
    }

    .highlited-show-section {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .footer-section {
        height: 202px;
        padding-top: 70px;
    }

    .ipad-text {
        font-size: 37px;
        top: 20%;
    }

    .ipad-title {
        top: 69px;
        font-size: 54px;
    }

    .imac-text {
        font-size: 30px;
    }

    .show-play-button {
        width: 110px;
    }

    .show-title {
        margin-top: -26px;
        font-size: 74px;
    }

    .show-header {
        font-size: 16px;
    }

    .show-info {
        font-size: 11px;
        margin-top: -25px;
    }

    .show-description {
        margin-top: 0px;
        font-size: 14px;
    }

    .show-button {
        font-size: 14px;
    }

    .footer-section {
        height: 190px;
        padding-top: 100px;
    }
}

@media (max-width: 992px) and (min-width: 767px) {
    .highlited-show-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-section {
        height: 160px;
        padding-top: 70px;
    }

    .subscribe-input {
        width: 240px;
    }

    .subscribe-button {
        padding-left: 15px;
        padding-right: 15px;
    }

    .signup-header {
        font-size: 50px;
        line-height: 1;
        position: relative;
        left: 0px;
    }

    .signup-subtitle {
        font-size: 30px;
    }

    .highlited-show-section {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .show-play-button {
        width: 130px;
    }

    .show-header {
        margin-top: 15px;
    }

    .highlited-show-image-container {
        padding-left: 15px;
    }

    .subscription-container {
        width: 330px;
    }

    .imac-text {
        font-size: 26px;
    }

    .imac-row {
        padding: 15px;
    }

    .ipad-title {
        font-size: 37px;
        top: 60px;
    }

    .ipad-text {
        font-size: 28px;
        top: 60px;
    }
}

@media (max-width: 768px) {
    .close-popup {
        position: fixed;
        top: 6px;
        left: 5px;
        display: block;
        border: none;
        outline: none;
        background-color: transparent;
        z-index: 1;
    }

    .signup-header {
        line-height: 40px;
    }

    .signup-section {
        background-image: url('https://assets-test.belight.tv/images/hero-image.png') !important;
    }

    .footer-content-container {
        flex: 14% 0 0 !important;
    }

    .show-title {
        margin-top: 0px;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .ipad-title {
        font-size: 20px;
    }

    .success-message-container {
        top: 44%;
        right: 0px;
        margin-top: 0px;
    }

    .ipad-text {
        top: 32px;
        font-size: 32px;
    }

    .ipad-title {
        top: 38px;
        font-size: 33px;
    }

    .ipad-background {
        opacity: 0.5;
    }

    .imac-image {
        opacity: 0.3;
    }

    .imac-text {
        font-size: 39px;
    }

    .subscribe-input {
        width: 80%;
    }

    .imac-row {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .subscription-container {
        width: 100%;
    }

    .footer-section {
        height: 150px;
        padding-top: 60px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .signup-header {
        font-size: 48px;
        position: relative;
        left: 0px;
    }

    .landing-popup {
        top: 50vh;
        height: fit-content;
        width: fit-content;
        position: absolute;
        max-height: unset;
        overflow-y: overlay;
        touch-action: pan-y;
        transform: translate(-50%, -50%);
    }

    .signup-container {
        position: relative;
        margin-top: 0px;
        left: 0px;
        height: 100vh;
        overflow-y: overlay;
        transform: unset;
    }

    .signup-section-container {
        padding-top: 21%;
        padding-bottom: 7%;
    }

    .highlited-show-section {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .show-play-button {
        width: 150px;
    }

    .show-description {
        font-size: 15px;
    }

    .show-header {
        margin-top: 15px;
    }

    .highlited-show-image-container {
        padding-left: 15px;
    }

    .ipad-text-container {
        width: auto;
        position: absolute;
    }

    .check-button-container {
        margin-top: 5px;
    }
}

@media (max-width: 500px) {

    .signup-body-custom, .signin-body-custom {
        padding-bottom: 15px;
    }

    .success-message-container {
        margin-top: 45px;
        margin-bottom: 45px;
        width: 100%;
    }

    .signup-subtitle {
        font-size: 19px;
    }

    .ipad-text {
        margin-right: 0px;
        font-size: 6vw;
        top: 75px;
    }

    .ipad-title {
        margin-right: 0px;
        font-size: 5.8vw;
        top: 75px;
    }

    .ipad-background {
        opacity: 0.5;
        width: 192%;
    }

    .imac-section {
        height: 391px;
    }

    .imac-text {
        font-size: 6.4vw;
    }

    .imac-image {
        top: 202px;
        left: 15px;
    }

    .subscribe-input {
        width: 66%;
    }

    .imac-row {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .subscription-container {
        width: 100%;
    }

    .footer-section {
        height: 120px;
        padding-top: 35px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .signup-header {
        font-size: 7.2vw;
    }

    .signup-section-container {
        padding-top: 30%;
    }

    .highlited-show-section {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .introduction-row {
        margin-bottom: 15px;
    }

    .description-row {
        margin-top: -35px;
        margin-bottom: 40px;
    }

    .show-play-button {
        width: 100px;
    }

    .show-title {
        font-size: 40px;
        margin-right: 15px;
        line-height: 2.5;
        margin-top: -20px;
    }

    .show-description {
        font-size: 3.5vw;
        padding-left: 10px;
        margin-right: 15px;
    }

    .show-button-row {
        margin-bottom: 40px;
        justify-content: center;
        margin-left: 10px;
        margin-top: 0;
    }

    .footer-belight-signature {
        width: 85px;
        left: -25px;
    }

    .show-header {
        margin-top: 15px;
        margin-right: 15px;
    }

    .signup-header-title, .signin-header-title {
        font-size: 5.4vw;
    }

    .highlited-show-image-container {
        padding-left: 15px;
        order: -1;
        margin: 64px 0px 24px 0px;
    }

    .ipad-text-container {
        position: absolute;
        text-align: center;
    }

    .form-group {
        width: 96%;
    }

    .form-check {
        margin-top: 15px;
    }

    .signup-header-container {
        width: 80%;
    }

    .landing-popup {
        top: 50vh;
        height: 100vh;
        width: 100vw;
        max-height: 100vh;
        overflow-y: overlay;
        touch-action: pan-y;
        transform: translate(-50%, -50%);
    }

    .signup-container {
        height: 100vh;
        width: 100vw;
        margin-top: 0;
        transform: unset;
    }

    .start-watching-button,
    .login-button {
        font-size: 13px;
        padding: 0 22px 4px 22px;
    }

    .youtube-thumbnail {
        min-height: 210px;
    }

    .footer-row-container {
        margin-top: 0px !important;
    }
}

@media (min-width: 500px) and (max-width: 576px) {
    .success-message-container {
        width: 54%;
    }
}

body {
    background-color: #141414 !important;
}

.terms-and-conditions {
    color: darkgray;
    font-family: 'AbuDahbi font-regular';
}

.terms-and-conditions-header {
    border-bottom: 1px solid transparent !important;
}

.terms-and-conditions-close-button {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 37px;
    z-index: 9999;
    -webkit-appearance: none; /*this property is used to avoid iOS weird buttons rendering */
}

.terms-and-conditions-close-button:focus {
    outline: 0 !important
}

.terms-and-conditions-close-button-icon {
    margin-left: 30px;
    margin-top: 20px;
    width: 20px;
    height: 20px;
}

.terms-and-conditions-title {
    font-size: 35px;
    font-family: 'AbuDahbi font-bold';
    color: #ffd600;
    margin-right: 5%;
    margin-top: 1%;
}

.terms-and-condition-text {
    overflow-y: scroll;
    height: calc(100% - 100px);
    font-family: 'AbuDahbi font-regular';
    color: white;
    text-align: right;
    padding-left: 5%;
    padding-right: 7%;
    font-size: 15px;
    scrollbar-width: none;
}

.terms-and-conditions-container {
    padding: 25px 0px 0px 25px;
    background-color: #141414 !important;
    box-shadow: none !important;
    border-radius: 10px;
    height: 80%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.terms-and-conditions-container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('/images/media-thumbnail.png') !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
}

.terms-and-condition-content {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-bottom: 10px;
}

.terms-and-conditions-image {
    height: 100%;
    width: auto;
    opacity: 0.22;
    transform: scale(1.6);
}

.terms-and-condition-dialog {
    width: 100%;
    height: 100%;
}

.terms-and-condition-text::-webkit-scrollbar {
    display: none;
}

@media (min-width: 992px) {
    .terms-and-condition-dialog {
        max-width: 900px;
    }
}

@media (max-width: 570px) {
    .terms-and-condition-text {
        text-align: justify;
    }

    .terms-and-conditions-title {
        margin-right: 0;
    }

    .terms-and-condition-dialog {
        max-width: 500px;
        height: 531px;
    }

    .terms-and-conditions-image {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 115%;
        height: 70%;
    }

    .terms-and-conditions-modal {
        margin-top: 0;
    }

    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .terms-and-condition-content {
        top: 60px;
    }

    .terms-and-conditions-close-button-icon {
        margin-left: 20px;
    }

    .bounce-element-3, .bounce-element-2 {
        margin-right: 17px !important;
    }

    .bounce-effect {
        width: 15px;
        height: 15px;
    }
}

.newsletter-landing-popup-content {
    background: black !important;
    box-shadow: 0 10px 20px black, 0 6px 6px black !important;
}

.newsletter-landing-popup-container {
    background: #00000030 !important;
}

.no-scroll {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

@media (max-width: 320px) {
    .page-loader {
        margin-top: -15px;
    }
}

.form-error-message,
.update-form-error-message {
    font-family: 'AbuDahbi font-bold';
    display: inline-block !important;
}

.signup-section {
    background-image: url('https://assets-test.belight.tv/images/hero-image-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-title {
    text-align: right;
    color: white;
    font-family: 'AbuDahbi font-bold';
    float: right;
    font-size: 24px;
}

.link-column {
    margin-top: -1rem;
    margin-bottom: 25px;
}

.footer-section {
    height: fit-content;
}

.footer-description-text {
    color: white;
    height: fit content;
    max-width: 300px;
    text-align: right;
    font-family: 'AbuDahbi font-regular';
    word-break: break-word;
}

.footer-row-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-left-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-content-container {
    display: inline-flex;
    justify-content: flex-end;
    padding: 5px 0 0 25px;
    flex: 0 0 0;
    max-width: 100% !important;
    width: max-content;
}

.page-sitemap {
    color: #ffd600;
    text-decoration: none;
    text-align: right;
    float: right;
    font-family: 'AbuDahbi font-regular';
}

.footer-sitemap {
    color: white !important;
}

.content-footer-item {
    text-align: justify;
    float: right;
    font-family: 'AbuDahbi font-regular';
    width: 82%;
}

.footer-section-container {
    margin-bottom: 4.5rem ;
    padding-top: 20px;
    justify-content: center;
}

.footer-container {
    margin-top: 100px;
    margin: 0 0;
    flex: 0 0 88%;
    max-width: 100%;
    justify-content: space-between;
    padding: 40px 0px 0px 0px;
    border-top: #FFFFFF65 2px solid;
}

.footer-belight-icon {
    display: none;
}

.footer-belight-icon-big-screen {
    display: flex;
    flex-direction: column;
    width: 50%;
}

@media(max-width: 767px) {
    .footer-row-container {
        flex-direction: column !important;
        align-items: flex-start;
    }

    .footer-container {
        margin: 0 0;
    }

    .footer-belight-icon-big-screen {
        display: none;
    }

    .footer-belight-icon {
        display: block;
    }

    .footer-separator {
        width: 115% !important;
        transform: translate(6%, 0px);
    }

    .logo-container {
        width: 100% !important;
    }

    .terms-and-conditions-container {
        height: 100%;
    }
    .modal-dialog {
        max-width: 100%;
    }
}

.footer-separator {
    background-color: #FFFFFF;
    opacity: 0.3;
    height: 2px;
    width: 100%;
    margin: 30px 0px 80px;
    border: none;
}

.logo-container {
    height: fit-content;
    margin-right: 15px;
    display: inline-flex;
    flex-direction: column;
    width: 50%;
}

.social-links {
    margin-top: 40px;
}

@media(max-width: 769px) {
    .social-links {
        text-align: center !important;
    }

    .logo-container {
        margin: 4% 0;
        padding-top: 20px;
    }

    .footer-left-column {
        width: 100%;
        justify-content: flex-start;
    }

    .link-column {
        margin-top: 1rem;
    }

    .footer-content-container {
        justify-content: space-between;
    }

    .footer-separator {
        margin-bottom: 30px !important;
    }
}

.footer-row {
    flex-direction: row-reverse;
}

.error-body {
    background-color: #141414;
    height: 98vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-message {
    width: 100%;
    color: white;
    font-family: 'AbuDahbi font-bold';
    text-align: center;
}

.error-action {
    margin-top: 15px;
    padding-bottom: 11px !important;
    background-color: #ffd600 !important;
    color: black !important;
    font-family: 'AbuDahbi font-bold';
}

.belight-logo-error {
    position: absolute;
    width: 150px;
    top: 15px;
    left: 15px;
}

.subscribe-input::placeholder {
    text-align: right;
}

.subscribe-input:focus {
    outline: none;
}
