@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../fonts/AvenirNextRoundedStd-Bold.woff2') format('woff2'),
    url('../fonts/AvenirNextRoundedStd-Bold.woff') format('woff'),
    url('../fonts/AvenirNextRoundedStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../fonts/AvenirNextRoundedStd-Reg.woff2') format('woff2'),
    url('../fonts/AvenirNextRoundedStd-Reg.woff') format('woff'),
    url('../fonts/AvenirNextRoundedStd-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../fonts/AvenirNextRoundedStd-BoldIt.woff2') format('woff2'),
    url('../fonts/AvenirNextRoundedStd-BoldIt.woff') format('woff'),
    url('../fonts/AvenirNextRoundedStd-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../fonts/AvenirNextRoundedStd-Italic.woff2') format('woff2'),
    url('../fonts/AvenirNextRoundedStd-Italic.woff') format('woff'),
    url('../fonts/AvenirNextRoundedStd-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../fonts/AvenirNextRoundedStd-Demi.woff2') format('woff2'),
    url('../fonts/AvenirNextRoundedStd-Demi.woff') format('woff'),
    url('../fonts/AvenirNextRoundedStd-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../fonts/AvenirNextRoundedStd-MedIt.woff2') format('woff2'),
    url('../fonts/AvenirNextRoundedStd-MedIt.woff') format('woff'),
    url('../fonts/AvenirNextRoundedStd-MedIt.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../fonts/AvenirNextRoundedStd-DemiIt.woff2') format('woff2'),
    url('../fonts/AvenirNextRoundedStd-DemiIt.woff') format('woff'),
    url('../fonts/AvenirNextRoundedStd-DemiIt.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Rounded Std';
    src: url('../fonts/AvenirNextRoundedStd-Med.woff2') format('woff2'),
    url('../fonts/AvenirNextRoundedStd-Med.woff') format('woff'),
    url('../fonts/AvenirNextRoundedStd-Med.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Bold.woff2') format('woff2'),
    url('../fonts/TTNormsPro-Bold.woff') format('woff'),
    url('../fonts/TTNormsPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-ExtraBold.woff2') format('woff2'),
    url('../fonts/TTNormsPro-ExtraBold.woff') format('woff'),
    url('../fonts/TTNormsPro-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro ExtraBlack';
    src: url('../fonts/TTNormsPro-ExtraBlack.woff2') format('woff2'),
    url('../fonts/TTNormsPro-ExtraBlack.woff') format('woff'),
    url('../fonts/TTNormsPro-ExtraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Black.woff2') format('woff2'),
    url('../fonts/TTNormsPro-Black.woff') format('woff'),
    url('../fonts/TTNormsPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Regular.woff2') format('woff2'),
    url('../fonts/TTNormsPro-Regular.woff') format('woff'),
    url('../fonts/TTNormsPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Medium.woff2') format('woff2'),
    url('../fonts/TTNormsPro-Medium.woff') format('woff'),
    url('../fonts/TTNormsPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Avenir Next Rounded Std';
    /*font-family: 'Open Sans', sans-serif;*/
}

/******DEFAULT CSS******/
.btn {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 115px;
    box-shadow: none !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border: 0;
    color: #000000;
    background-image: linear-gradient(90deg, rgb(236,0,140) 0%, rgb(252,225,18) 25%, rgb(0,174,239) 50%, rgb(252,225,18) 75%, rgb(236,0,140) 100%);
}
.end-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.end-dot img {
    height: 30px;
    width: 30px;
    margin: 0 7px;
}
.sub-title {
    background-image: linear-gradient(90deg, rgb(236,0,140) 0%, rgb(252,225,18) 25%, rgb(0,174,239) 50%, rgb(252,225,18) 75%, rgb(236,0,140) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 42px;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
}
.pink-text {
    color: #ED028B !important;
}
.sky-blue {
    color: #00AEEF;
}
.rainbo-bg {
    position: relative;
}
.rainbo-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/Redraw-Your-World---On-Air-Guide.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.section-content .btn {
    margin-top: 70px;
}
.form-control {
    height: auto;
    padding: 12px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    box-shadow: none !important;
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans';
}
.form-control:focus {
    border-color: #000000;
}
.form-control::placeholder {
    color: #000000;
}
.site-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .7);
    z-index: 9999999;
}
.site-loader .spinner-border {
    border-color: #0480C3;
    border-right-color: transparent;
    background-image: url(../images/loader-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    position: relative;
}
.site-loader .spinner-border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFFFFF;
    height: 24px;
    width: 24px;
    border-radius: 100%;
}
/******DEFAULT CSS******/

/******ALERT CSS******/
.alert {
    width: 80%;
    margin: auto;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px 10px;
}
/******ALERT CSS******/

/******HEADER CSS******/

header.site-header {
    padding-top: 40px;
}
.site-header .container {
    position: relative;
    padding-top: 140px;
}
.home-page .site-header .container {
    padding-top: 0;
}
.site-header .navbar {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.site-header .navbar-brand {
    display: block;
    margin: auto;
    max-width: 180px;
    padding: 0;
}
.home-page .site-header .section-big-title {
    display: block;
}
.site-header .section-big-title {
    display: none;
}
.home-page .site-header .section-big-title .navbar-banner {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.home-page .site-header .section-big-title .navbar-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.home-page .site-header .section-big-title .title {
    font-size: 65px;
    font-weight: 900;
    font-family: 'TT Norms Pro';
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}
.home-page .site-header .section-big-title .title span {
    font-size: 80px;
    display: block;
}
.home-page .site-header .section-big-title .title:before, .home-page .site-header .section-big-title .title:after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
.home-page .site-header .section-big-title .title:before {
    height: 55px;
    width: 55px;
    background-image: url('../images/sparkel-star.png');
    left: 17px;
    top: 15px;
}
.home-page .site-header .section-big-title .title:after {
    height: 45px;
    width: 45px;
    background-image: url('../images/star.png');
    top: 15px;
    right: 15px;
}
.home-page .site-header .section-title {
    display: none;
}
.site-header .section-title {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.site-header .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    background-color: #000000;
    background-image: linear-gradient( 90deg, rgb(236,0,140) 0%, rgb(252,225,18) 50%, rgb(0,174,239) 100%);
}
.site-header .section-title .title {
    font-size: 40px;
    font-weight: 900;
    font-family: 'TT Norms Pro';
    text-transform: uppercase;
    margin-bottom: 0;
}
/******HEADER CSS******/


/******HOME PAGE CSS******/
.landing-section .section-content .decription {
    font-size: 36px;
    line-height: normal;
    font-weight: 400;
    margin: 40px 0;
    font-family: 'Open Sans', sans-serif;
}
.landing-section .section-content .btn {
    margin-top: 0px;
}
.steps-list .step {
    margin-bottom: 30px;
}
.steps-list .step .spet-label {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
.steps-list .step .step-decription {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 0;
}
.steps-list .step .step-decription .hints {
    margin-top: 10px;
    margin-bottom: 0;
}
.steps-list .step .step-decription .hints .hint {
    margin-bottom: 10px;
}
.landing-section .prizes {
    margin-bottom: 30px;
}
.landing-section .prizes-content  {
    position: relative;
    padding: 10px;
}
.landing-section .prizes-content .prizes--content {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}
.prize-box {
    margin-bottom: 30px;
    width: 100%;
}
.prizes-content .prize-box:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
}
.prizes-content .prize-box:nth-child(2) {
    max-width: 55%;
    flex: 0 0 55%;
}
.prizes-content .prize-box:last-child {
    max-width: 45%;
    flex: 0 0 45%;
}
.prizes-content .prize-box .prize-image {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prizes-content .prize-box:nth-child(2) .prize-image, .prizes-content .prize-box:last-child .prize-image {
    height: 120px;
}
.prizes-content .prize-box .prize-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.prizes-content .prize-box:first-child .prize-image img {
    max-width: 220px;
}
.prize-box .prize-txt {
    font-size: 36px;
    line-height: normal;
    font-family: 'Open Sans';
    margin-bottom: 0;
    margin-top: auto;
}
.prize-redemption p {
    font-size: 36px;
    font-family: 'Open Sans';
    line-height: normal;
    margin-bottom: 30px;
}
.prize-redemption p strong, .operation-hours p strong {
    display: block;
    font-family: 'Avenir Next Rounded Std';
}
.prize-redemption .add strong {
    color: #000000;
}
.prize-redemption .operation-hours .note strong {
    color: #000000;
}
.events-activities .sub-title {
    max-width: 460px;
}
.events-activities .activity .activity-image {
    height: 190px;
    padding: 0 25px;
    margin-bottom: 30px;
}
.events-activities .activity-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.events-activities .activity .activity-title {
    font-size: 36px;
    line-height: normal;
    font-family: 'Open Sans';
}
.scan-to-play-btn {
    margin-bottom: 60px;
}
.sponsors .row .col {
    margin-bottom: 30px;
}
.sponsors .sponsor-title {
    font-size: 30px;
    font-family: 'Open Sans';
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
    line-height: normal;
}
.sponsors .sponsor-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sponsors .sponsor-image {
    height: 170px;
    margin-top: auto;
}
.sponsors .sponsor-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0 25px;
}
.greeting-text .sub-title, .greeting-text a {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0px;
}
.greeting-text a {
    margin-top: 30px;
    text-decoration: none;
}
/******HOME PAGE CSS******/

/******REGISTRATION PAGE CSS******/
.redistration-section .section-content .sub-title {
    margin-bottom: 20px;
}
.section-content .sub--title {
    font-size: 36px;
    font-family: 'Open Sans';
    line-height: normal;
}
.redistration-form form {
    max-width: calc(100% - 150px);
    width: 100%;
    margin: auto;
}
.redistration-form .form-group {
    margin-top: 100px;
    margin-bottom: 30px;
}
.redistration-form .form-group .form-control {
    text-align: center;
    font-size: 30px;
}
/******REGISTRATION PAGE CSS******/

/******SCAN PAGE CSS******/
.qr-scaner-box {
    padding: 20px;
    max-width: calc(100% - 170px);  
    margin: auto;
}
.qr-scaner-area {
    padding-top: 100%;
    background-color: #FFFFFF;
    position: relative;
    width: 100%;
}
.qr-scaner, .qrscanner {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.qrscanner div {
    height: 100% !important;
    width: 100%;
    padding-top: 100%;
    background-color: #FFFFFF;
    position: relative;
}
.qrscanner div video.qrPreviewVideo {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.camera-permission.modal .modal-content {
    border: 0;
}
.camera-permission.modal .modal-body .permission-content p {
    font-size: 17px;
}
.camera-permission.modal .modal-body .permission-content .description {
    font-size: 13px;
    font-family: 'Open Sans';
    margin-bottom: 10px;
}
.camera-permission.modal .modal-body .permission-content .permission-step {
    font-family: 'Open Sans';
    counter-reset: index;
}
.camera-permission.modal .modal-body .permission-content .permission-step li {
    margin-bottom: 10px;
    position: relative;
    counter-increment: index;
    padding-left: 55px;
    word-break: break-word;
    font-size: 14px;
}
.camera-permission.modal .modal-body .permission-content .permission-step li:last-child {
    margin-bottom: 0;
}
.camera-permission.modal .modal-body .permission-content .permission-step li:before {
    content: 'Step.' counter(index);
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    font-weight: 600;
}
/******SCAN PAGE CSS******/

/******SUCCESS PAGE CSS******/
.hearts-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.hearts-rating span {
    transform: rotate(24deg);
    display: block;
    margin: 0 15px;
}
.hearts-rating span img {
    filter: invert(0) brightness(0) contrast(0) opacity(0.2);
    transition: all ease-in-out .3s;
}
.hearts-rating .selected img, .hearts-rating span:hover img {
    transition: all ease-in-out .3s;
    filter: invert(0) brightness(1) opacity(1);
}
/******SUCCESS PAGE CSS******/
    
/******SUCCESS PAGE CSS******/
.error-label {
    display: block;
    font-size: 42px;
    line-height: normal;
    margin-bottom: 16px;
}
.sorry-section .section-content .sub-title.sub--title {
    background-image: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: red;
}
.sorry-section .section-content .sub-title.sub--title span:last-child {
    background-image: linear-gradient(90deg, rgb(236,0,140) 0%, rgb(252,225,18) 25%, rgb(0,174,239) 50%, rgb(252,225,18) 75%, rgb(236,0,140) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sorry-section .section-content .sub-title span {
    display: inline;
    margin-bottom: 15px;
}
.sorry-section .section-content .sub-title span:last-child {
    margin-bottom: 0;
}
/******SUCCESS PAGE CSS******/

/******CONGRATULATIONS PAGE CSS******/
.congratulations-section .section-content p {
    font-size: 36px;
    line-height: 1.2;
    font-family: 'Open Sans';
}
.congratulations-section .operation--hours .accordion-item {
    border-bottom: 2px solid #ED028B;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 60px;
}
.operation--hours .accordion-header {
    font-size: 36px;
    font-family: 'Open Sans';
    padding: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
.operation--hours .accordion-header:after {
    margin-left: 15px;
    background-image: url('../images/cheveron.png');
    background-position: center;
}
.redem-code {
    display: inline-block;
    padding: 5px;
    margin-bottom: 30px;
}
.redem-code p {
    font-weight: bold;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 17px 60px;
}
/******CONGRATULATIONS PAGE CSS******/

/****** PRIVACY-POLICY & TERMS-AND-CONDITIONS PAGE CSS******/
.description p {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Open Sans';
}
.description p:last-child {
    margin-bottom: 0;
}
.terms-conditions-list .items, .privacy-policy-list .items {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.terms-conditions-list .items:last-child, .privacy-policy-list .items:last-child {
    margin-bottom: 0;
}
.terms-conditions-list .items:before, .privacy-policy-list .items:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    background-color: #000000;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

/****** PRIVACY-POLICY & TERMS-AND-CONDITIONS PAGE CSS******/

/******FOOTER CSS******/
.footer-content {
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}
.footer-content:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    background-image: -webkit-linear-gradient( 0deg, rgb(236,0,140) 0%, rgb(252,225,18) 50%, rgb(0,174,239) 100%);
}
.footer-social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-media .social-item {
    margin: 0 15px;
}
.footer-content p {
    font-size: 36px;
}
.site-footer .copyrights-content {
    padding: 40px 0;
}
.site-footer .copyrights-content>*, .site-footer .copyrights-content>* a {
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 30px;
    color: #000000;
    text-decoration: none;
    font-family: 'Open Sans';
}
/******FOOTER CSS******/

/******responsive CSS******/
@media (max-width: 767.98px) {
    .btn {
        font-size: 26px;
        padding: 5px 30px;
    }
    .site-header .navbar-brand {
        max-width: 100px;
    }
    .home-page .site-header .section-big-title .title {
        font-size: 38px;
    }
    .home-page .site-header .section-big-title .title span {
        font-size: 48px;
    }
    .home-page .site-header .section-big-title .title:after {
        height: 30px;
        width: 30px;
        top: 10px;
        right: 0;
    }
    .home-page .site-header .section-big-title .title:before {
        height: 35px;
        width: 35px;
        left: 0px;
        top: 10px;
    }
    .landing-section .section-content .decription {
        font-size: 18px;
    }
    .steps-list .step .spet-label {
        font-size: 18px;
    }
    
    .steps-list .step .step-decription {
        /*font-size: 15px;*/
        font-size: 18px;
    }
    .end-dot {
        margin: 25px 0;
    }
    .sub-title {
        font-size: 30px;
    }
    .error-label {
        font-size: 30px;
    }
    .prizes-content .prize-box .prize-image {
        padding: 0 15px;   
    }
    .prizes-content .prize-box:first-child .prize-image img {
        max-width: 160px;
    }
    .prize-box .prize-txt, .events-activities .activity .activity-title {
        font-size: 15px;
    }
    .prize-redemption p {
        font-size: 26px;
    }
    .events-activities .activity .activity-image {
        height: 150px;
        padding: 0;
        margin-bottom: 20px;
    }
    .scan-to-play-btn {
        margin-bottom: 40px;
    }
    .sponsors .sponsor-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sponsors .sponsor-image {
        height: 100px;
    }
    .greeting-text .sub-title, .greeting-text a {
        font-size: 18px;
    }
    .footer-content {
        padding-top: 40px;
        padding-bottom: 25px;
        position: relative;
    }
    .footer-content p {
        font-size: 26px;
    }
    .site-footer .copyrights-content {
        padding: 30px 0;
    }
    .site-footer .copyrights-content>*, .site-footer .copyrights-content>* a {
        line-height: 1.5;
        /*font-size: 22px;*/
        font-size: 16px;
    }
    .footer-social-media .social-item .social-link {
        height: 50px;
        width: 50px;
    }
    .site-header .container {   
        padding-top: 80px;
    }
    .site-header .section-title .title {
        font-size: 21px;
    }
    .site-header .section-title {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .congratulations-section .section-content p {
        font-size: 16px;
    }
    .congratulations-section .operation--hours .accordion-item {
        max-width: 330px;
        margin-bottom: 40px;
    }
    .operation--hours .accordion-header {
        font-size: 22px;
    }
    .section-content .sub--title {
        /*font-size: 16px;*/
        font-size: 18px;
    }
    .redem-code p {
        padding: 13px 50px;
    }
    .section-content .btn {
        margin-top: 50px;
    }
    .redistration-form form {
        max-width: 100%;
    }
    .redistration-form .form-group {
        /*margin-top: 70px;
        margin-bottom: 20px;*/
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .redistration-form .form-group .form-control {
        font-size: 20px;
    }
    .qr-scaner-box {
        max-width: calc(100% - 80px);
    }
}
@media (max-width: 575.98px) {
    .btn {
        font-size: 20px;
    }
    .home-page .site-header .section-big-title .title {
        font-size: 34px;
    }
    .home-page .site-header .section-big-title .title span {
        font-size: 42px;
    }
    .home-page .site-header .section-big-title .title:before {
        height: 30px;
        width: 30px;
    }
    .home-page .site-header .section-big-title .title:after {
        height: 28px;
        width: 28px;
    }
    .landing-section .section-content .decription {
        margin: 30px 0;
    }
    .end-dot img {
        height: 25px;
        width: 25px;
    }
    .sub-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .error-label {
        font-size: 24px;
    }
    .steps-list .step {
        margin-bottom: 20px;
    }
    .prizes-content .prize-box:first-child .prize-image img {
        max-width: 130px;
    }
    .prize-redemption p {
        /*font-size: 16px;*/
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sponsors .row .col {
        margin-bottom: 20px;
    }
    .greeting-text .sub-title br {
        display: none;
    }
    .greeting-text a {
        margin-top: 20px;
    }
    .footer-content {
        padding-top: 30px;
    }
    .alert {
        width: 90%;
    }
}
@media (max-width: 380px) {
}
@media (max-width: 320.98px) {
    .btn {
        font-size: 17px;
    }
    .sub-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .error-label {
        font-size: 24px;
    }
    .home-page .site-header .section-big-title .title {
        font-size: 30px;
    }
    .home-page .site-header .section-big-title .title span {
        font-size: 34px;
    }
    .home-page .site-header .section-big-title .title:before {
        height: 22px;
        width: 22px;
        left: 5px;
        top: 8px;
    }
    .home-page .site-header .section-big-title .title:after {
        height: 20px;
        width: 20px;
        top: 8px;
        right: 5px;
    }
    .landing-section .section-content .decription {
        margin: 20px 0;
    }
    .prizes-content .prize-box:first-child {
        margin-bottom: 20px;
    }
    .sponsors .sponsor-title {
        font-size: 12px;
    }
    .prize-redemption p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .events-activities .activity .activity-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .prizes-content .prize-box:nth-child(2) .prize-image, .prizes-content .prize-box:last-child .prize-image {
        height: 80px;
    }
    .prize-box .prize-txt {
        font-size: 15px;
    }
    .end-dot {
        margin: 25px 0;
    }
    .end-dot img {
        height: 20px;
        width: 20px;
    }
    .events-activities .activities .row .col:first-child .activity-image {
        padding: 0px 12px;
    }
    .site-footer .copyrights-content>*, .site-footer .copyrights-content>* a {
        line-height: 1.5;
        font-size: 18px;
    }
    .footer-social-media .social-item .social-link {
        height: 40px;
        width: 40px;
    }
    .section-content .btn {
        margin-top: 30px;
    }
    .operation--hours .accordion-header {
        font-size: 19px;
        justify-content: center;
    }
    .section-content .sub--title {
        font-size: 18px;
    }
    .qr-scaner-box {
        max-width: calc(100% - 40px);
    }
}
/******responsive CSS******/

/****** Error CSS start ******/
#email-error.error{
    color: red;
}
/****** Error CSS end ******/