.timer1 {
    font-family: 'Aldrich', sans-serif;
    font-size: 25px;
    border-radius: 5px;
    height: auto;
    max-height: 35px;
    object-fit: cover;
    max-width: 40px;
    top: 7px;
    box-shadow: 1px 0px 15px;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 15px;
    min-width: 38px;
    padding: 0px;
}

.countdown {
    top: 0;
    position: fixed;
    z-index: 100;
    background-color: #a0246f;
}

.countdownback {
    width: 100% !important;
    background-color: red;
}

/* Global Button Styles */
a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 0px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Victoria Buttons */
a.animated-button.victoria-one {
    border: 2px solid #D24D57;
}

a.animated-button.victoria-one:after {
    background: #D24D57;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button.victoria-two {
    max-height: 45px;
    padding-top: 10px;
    border: 2px solid #bf4f94;
    min-width: 153px;
}

a.animated-button.victoria-two:after {
    background: #c15b9d;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

a.animated-button.victoria-three {
    border: 2px solid #D24D57;
}

a.animated-button.victoria-three:after {
    background: #D24D57;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

a.animated-button.victoria-three:hover:after {
    height: 140%;
    opacity: 1;
}

a.animated-button.victoria-four {
    border: 2px solid #D24D57;
}

a.animated-button.victoria-four:after {
    background: #D24D57;
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

a.animated-button.victoria-four:hover:after {
    opacity: 1;
    height: 600% !important;
}

.victoria-two {
    margin-top: 10px;
    margin-bottom: 6px;
    max-width: 200px;
}

.mainbackground {
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat-x: repeat;
    background-repeat-y: repeat;
    background-attachment: initial;
    background-clip: initial;
    background-color: #562f5e;
    background-position: center top;
    background-repeat: repeat;
    background-origin: inherit;
    background-image: url('../images/bg1-min.webp');
}

.abovfoldh3 {
    background-image: linear-gradient(90deg, rgba(252, 23, 132, 0.47) 0.465116%, rgba(252, 23, 132, 0.46) 99.0698%);
    border-radius: 50px;
    border: 3px dashed #fc1784;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: table;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.txtshdw {
    text-shadow: 2px 0px 10px #000000;
}

.manualspacing {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.clicker1 {
}

.allpageenrollbtns {
    font-family: 'Aldrich', sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0px 0px 1px #8f8f8f;
    color: #ffc107;
    display: inherit;
    margin: 0;
    transition: all 200ms ease 200ms;
    font-weight: 400;
    height: 100%;
    padding-top: 0;
}

.allpageenrollbtns:hover {
    text-shadow: 1px 0px 20px #402951;
    color: #ededed;
    transition: all 200ms ease 200ms;
}

.titless {
    font-family: 'Alef', sans-serif;
    font-size: 30px;
    color: #a1246f;
    text-shadow: 1px 0px 3px #dd9cc4;
}

.footers {
    max-width: 100%;
    margin-bottom: 0 !important;
    background-color: #222222;
}

.footerlinks {
    font-size: 20px;
    color: #2487a0;
    text-decoration: underline;
}

.footerlinks:hover {
    font-size: 20px;
    color: #e6e6e6;
}

.wavehands {
    font-size: 28px;
    margin-left: -19px;
    margin-right: 1px;
}

.forparagraph {
    font-family: 'Alef', sans-serif;
    color: #474747;
    font-size: 22px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    font-weight: 400;
}

.abovfoldbtn {
    border: 0px solid;
    font-family: 'Alef', sans-serif;
    font-size: 32px;
    color: #a0246f;
    text-shadow: 0px 0px 1px #000000;
    line-height: 47px;
}

.abovfoldbtntxt {
    max-width: 330px;
    height: 80px;
    max-height: 50px;
    border: 4px solid #7c670f;
    min-width: 320px;
    min-height: 60px;
    background-color: #ffc107;
    transition: all 100ms ease-in 1ms;
}

.abovfoldbtntxt:hover {
    box-shadow: 0 0 20px 1px #d82996;
    transition: all 120ms ease-out 0ms;
}

/* Extra small devices (less than 768px) */
@media (max-width: 767px) {
    .modal-fullscreen-xs-down {
        padding: 0 !important;
    }

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

    .modal-fullscreen-xs-down .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
}

/* Small devices (less than 992px) */
@media (max-width: 991px) {
    .modal-fullscreen-sm-down {
        padding: 0 !important;
    }

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

    .modal-fullscreen-sm-down .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
}

/* Medium devices (less than 1200px) */
@media (max-width: 1199px) {
    .modal-fullscreen-md-down {
        padding: 0 !important;
    }

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

    .modal-fullscreen-md-down .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
}

/* Extra small devices (less than 768px) */
/* @media screen and (max-width: 767px) {
    p.responsive-textt {
        font-size: 18px !important;
    }
} */
.newbtns {
    max-width: 350px;
    padding: 0;
    height: 80px;
    max-height: 50px;
    border: 4px solid #bf4f94;
    min-height: 70px;

    /* line-height: 55px */
    background-color: #412853;
    min-width: 320px;
}

/* FONTS */
/* alef-regular - latin */
@font-face {
    font-family: 'Alef';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/alef-v11-latin-regular.eot');

    /* IE9 Compat Modes */
    src: local('Alef Regular'), local('Alef-Regular'),
       url('../fonts/alef-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alef-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alef-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alef-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alef-v11-latin-regular.svg#Alef') format('svg');
    font-display: swap;

    /* Legacy iOS */
}

/* alef-700 - latin */
@font-face {
    font-family: 'Alef';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/alef-v11-latin-700.eot');

    /* IE9 Compat Modes */
    src: local('Alef Bold'), local('Alef-Bold'),
       url('../fonts/alef-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alef-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alef-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alef-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alef-v11-latin-700.svg#Alef') format('svg');
    font-display: swap;

    /* Legacy iOS */
}

/* aldrich-regular - latin */
@font-face {
    font-family: 'Aldrich';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/aldrich-v10-latin-regular.eot');

    /* IE9 Compat Modes */
    src: local('Aldrich Regular'), local('Aldrich-Regular'),
       url('../fonts/aldrich-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/aldrich-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/aldrich-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/aldrich-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/aldrich-v10-latin-regular.svg#Aldrich') format('svg');
    font-display: swap;

    /* Legacy iOS */
}

/* allerta-stencil-regular - latin */
@font-face {
    font-family: 'Allerta Stencil';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/allerta-stencil-v10-latin-regular.eot');

    /* IE9 Compat Modes */
    src: local('Allerta Stencil Regular'), local('AllertaStencil-Regular'),
       url('../fonts/allerta-stencil-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/allerta-stencil-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/allerta-stencil-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/allerta-stencil-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/allerta-stencil-v10-latin-regular.svg#AllertaStencil') format('svg');
    font-display: swap;

    /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v14-latin-regular.eot');

    /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
         url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg');
    font-display: swap;

    /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v14-latin-700.eot');

    /* IE9 Compat Modes */
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
         url('../fonts/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v14-latin-700.svg#Montserrat') format('svg');
    font-display: swap;

    /* Legacy iOS */
}

/* END FONTS */
.mainbackgroundlight {
    min-height: 1170px;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat-x: repeat;
    background-repeat-y: repeat;
    background-clip: initial;
    background-color: initial;
    background-position: center top;
    background-repeat: no-repeat !important;
    background-origin: inherit;
    background: linear-gradient(179deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.34) 0%),url('');
    padding-right: 0;
}

.abovfoldh3light {
    max-width: 683px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: table;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0 dashed #fc1784;
}

.abovfoldbtnlite {
    border: 0px solid;
    font-family: 'Alef', sans-serif;
    font-size: 32px;
    color: #a0246f;
    text-shadow: 0px 0px 1px #000000;
    line-height: 47px;
}

.abovfoldbtntxtlite {
    max-width: 330px;
    height: 80px;
    max-height: 50px;
    border: 4px solid #34c636;
    min-width: 320px;
    min-height: 60px;
    background-color: #28a745;
    transition: all 100ms ease-in 1ms;
}

.abovfoldbtntxtlite:hover {
    box-shadow: 0 0 20px 0px #c8c8c8;
    transition: all 120ms ease-out 0ms;
}

.newbtnclasslite {
    max-width: 330px;
    padding: 0;
    height: 80px;
    max-height: 50px;
    border: 4px solid #34c636;
    background-color: #28a745;
}

.newbtnsinnertextlite {
    font-size: 26px;
    color: #ffffff;
    text-shadow: 0 0;
    line-height: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.blink {
    font-family: 'Montserrat', sans-serif;
    color: #ff0000;
    font-size: 18px;
    text-shadow: 0 0 -1px #ffffff;
    max-width: 315px;
}

.crsnum {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.transactionfailalert {
    top: 120px;
    position: fixed;
    padding-left: 15%;
    padding-right: 15%;
    z-index: 999;
}

.transactionfailalerthidden {
    visibility: hidden !important;
}