﻿

/* TAG-LINE
---------------------------------*/
.tag-line {
    font-weight: 300;
    text-transform: uppercase;
    margin: auto;
    width: 70%;
    position: relative;
}

.cd-intro {
    text-align: center;
}

.cd-words-wrapper {
    /*display: inline-block;*/
    position: relative;
    text-align: center;
    width: auto !important;
}

    .cd-words-wrapper span.bold {
        font-weight: 700;
        color: #fff;
        font-family: 'Oswald', sans-serif;
    }

    .cd-words-wrapper b {
        font-size: 60px;
        display: block;
        position: absolute;
        width: 100%;
        color: rgba(255,255,255,0.9);
        left: 0;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 1px;
        top: 0;
        text-align: center;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
}

.cd-headline.zoom b {
    opacity: 0;
}

    .cd-headline.zoom b.is-visible {
        opacity: 1;
        -webkit-animation: zoom-in 0.8s;
        -moz-animation: zoom-in 0.8s;
        animation: zoom-in 0.8s;
        font-family: 'Product Sans Medium Regular';
    }

    .cd-headline.zoom b.is-hidden {
        -webkit-animation: zoom-out 0.8s;
        -moz-animation: zoom-out 0.8s;
        animation: zoom-out 0.8s;
    }

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}

/* COUNTDOWN-CLOCK
--------------------------------*/
#countdown_dashboard {
    /*  min-height: 110px;*/
    text-align: center;
    /*  position: relative;*/
    bottom: 0;
    left: 0;
    width: 100%;
    /*  float: left;*/
    /*  background-color: rgba(2, 31, 65, 0.37);*/
    /*  margin-top: 50px;*/
    padding: 20px 0;
    /*  background-image: url(https://demo2.wpopal.com/zourney/wp-content/uploads/2022/07/h3_bg4.png);*/
    /*  background-position: bottom center;*/
    /*  background-repeat: no-repeat;*/
}

    #countdown_dashboard .inner-dashboard {
        display: inline-block;
    }

    #countdown_dashboard .inner-dashboard_01 .dash:last-child {
        border-right: none;
        border-image: none;
        padding-top: 9px;
    }

.dash {
    float: left;
    position: relative;
    text-align: center;
    min-width: 114px;
    /*  min-height: 100px;*/
    border-right: 1px solid transparent;
    -webkit-border-image: url(../images/vertical-line.png) 0 1 0 0 round;
    -moz-border-image: url(../images/vertical-line.png) 0 1 0 0 round;
    -o-border-image: url(../images/vertical-line.png) 0 1 0 0 round;
    border-image: url(../images/vertical-line.png) 0 1 0 0 round;
    padding: 6px 33px 34px 33px;
    padding-top: 6px;
    font-weight: bold;
}

html.ie10 .dash,
html.ie9 .dash {
    border-right: 2px solid rgba(255,255,255,0.2);
}

#countdown_dashboard .inner-dashboard .dash:last-child {
    border-right: none;
    border-image: none;
    padding-top: 9px;
}

.dash .inner-dash {
    display: inline-block;
}

.dash .digit {
    font-size: 35px;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
    min-width: 35px;
    line-height: 1;
    overflow: hidden;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.dash_title {
    position: absolute;
    width: 100%;
    display: block;
    bottom: -13;
    left: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1;
    font-weight: 300;
    /*    font-family: 'Product Sans Regular';*/
}



/*.subscription{
    width: 70%;
    height: 60px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}*/
.subscription #notifyMe {
    width: 100%;
    height: 100%;
}

.subscription .icon {
    position: absolute;
    top: 8px;
    right: 20px;
    background: transparent;
    border: none;
}

    .subscription .icon i {
        font-size: 35px;
        color: black;
    }

.subscription input {
    width: 100%;
    height: 100%;
    background: #fdfdfde6;
    border: none;
    padding-left: 20px;
    /*color: #000000;*/
    font-size: 20px;
    font-weight: 300;
    /*border: 2px solid;
    border-color: rgba(255,255,255,0.2);*/
}

.subscription .message.error-text {
    position: relative;
    top: 8px;
    z-index: 9;
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
}

.subscription i.error-text {
    position: absolute;
    top: 12px;
    right: 80px;
    font-size: 30px;
}

.subscription input:focus {
    outline: none;
    border-color: #fff;
}

::-webkit-input-placeholder {
    font-size: 16px;
    color: #fff;
}

:-moz-placeholder {
    font-size: 16px;
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    font-size: 16px;
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #fff;
}



/*.subscription {
    width: 70% !important;
    height: 60px !important;
    margin: auto;
    position: relative;
    margin-bottom: 30px !important;
    margin-top: 40px;
}*/
.winnning_btn {
    width: 44%;
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.5px;
    border-radius: 60px;
    /*  max-width: 60%;*/
    font-weight: bold;
    text-transform: inherit;
    background-image: linear-gradient(#d6a303, #fbbc05);
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 35%);
    padding: 13px 0;
}

    .winnning_btn:hover {
        background-image: linear-gradient(#fbbc05, #d6a303);
    }

    .winnning_btn span {
        position: relative;
        top: 2px;
        color: #fff;
    }

.cd-intro b {
    font-size: 31px; /* font-weight: bold; */
}

.subscription strong {
    color: gold;
    font-weight: bold;
}

.last_drownNo p {
    text-align: center;
    z-index: 9;
    position: relative;
    padding: 0;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 20px;
}

.last_drownNo strong {
    color: gold;
    font-weight: bold;
}

.bold {
    font-size: 85px;
}

.btn.book-now {
    background: #b6d5f4;
    border-radius: 0;
    color: #232323;
    display: inline-block;
    font-size: 2rem;
    /* height: 50px; */
    /* line-height: 34px; */
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    /* width: 150px; */
    z-index: 999;
}

::placeholder {
    color: black !important;
    opacity: 1; /* Firefox */
    font-size: 16px;
}


.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: url("../images/exclamation-triangle-fill01.svg") !important;
    background-position: right calc(.975em + .1875rem) center !important;
    background-size: calc(.75em + 0.175rem) calc(.75em + .175rem) !important;
    background-color: #e4e8ed;
    z-index: 9999;
    position: relative;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: inherit !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: inherit !important;
    background-image: none !important;
}


/*.page-wrapper {
    width: 100%;
    min-height: 80vh;
}*/


.last_drownNo {
    float: left;
    width: 100%;
    /*margin-top: 50px;*/
}

.next_drownNo {
    float: left;
    width: 100%;
    /*    margin-top: 50px;*/
}

    .next_drownNo p {
        text-align: center;
        z-index: 9;
        position: relative;
        padding: 0;
        font-size: 30px;
        margin-bottom: 0;
    }

    .next_drownNo strong {
        color: gold;
        font-weight: bold;
    }

























.subscription {
    margin-top: 15px;
}

.section-content h3 {
    font-size: 1.5rem;
    /*  font-family: "Josefin Sans", sans-serif;*/
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.section-content h1 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 95px !important;
    text-shadow: 1px 1px 1px #000000c2;
    /*  color: #ffb200;*/
    color: gold;
    line-height: 0.9;
    margin-bottom: 25px;
    font-weight: 600;
}

.section-content h2 {
    font-size: rem;
    font-family: "Josefin Sans", sans-serif;
    color: #ffffff;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.subscription input {
    background-color: #f2fefe;
    height: 55px;
    padding: 25px;
    max-width: 60%;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}


.subs-button {
    /*  border: 2px solid rgba(255, 255, 255, 0.2);*/
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding: 17px 35px;
    display: inline-flex;
    align-items: center;
    width: 70%;
    background-image: -moz-linear-gradient(86deg, #ec038b 0%, #fb6468 44%, #fbb936 100%);
    background-image: -webkit-linear-gradient(86deg, #ec038b 0%, #fb6468 44%, #fbb936 100%);
    background-image: -ms-linear-gradient(86deg, #ec038b 0%, #fb6468 44%, #fbb936 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
    color: #ffffff;
    margin-top: 30px;
    background: -webkit-linear-gradient(169deg, #5560ff 0%, #ff4343 100%);
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 35%);
}

    .subs-button span {
        margin-right: 8px;
        color: #fff;
        font-size: 25px;
        position: relative;
        top: 5px;
    }

.shape-mockup {
    display: none !important;
}
