:root{
    --padding-bottom: 200px;

}

*{
overflow-x: hidden;
}


body{
  background-color: #81D2DE;
}

.color-yellow{
    color: #FDCF00!important;
}

.responsive-header-size{
    font-size: clamp(24px, 3vw, 42px)!important;
}
.responsive-paragraph-text{
    font-size: clamp(16px, 2vw, 22px);
}

.general-notes {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

/*header - footer*/

.header-yellow-bar{
    position: absolute;
    width: 100vw;
    height: 80px;
    padding: 0;
    margin: 0;
    left:0;
    right:0;
    background-color: #FDCF00;
}
@media (max-width: 500px) {

    .header-yellow-bar{
        display: none!important;
    }

}


/* LOGO PIXAR */
.logo-pixar {
}

/* LOGO DISNEY */
.logo-disney {
}

.key-visual{
    width: 25vw;
    left:0;
    right:0;
}


.site-header{
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;

    width: 100vw;
    height:  22vw;
    z-index: 1000;
}

@media (max-width: 500px) {
    .site-header {
        background: url(/assets/images/2024/header-img-mob.png) no-repeat center;
        width: 100vw;
        height:  66vw;
        background-size: cover;


    }

    .site-header img {
        display: none;
    }

    .header-yellow-bar{
        display: none;
    }

}


.site-footer{
    position: relative;
    width: 100%;
    background-color: #81D2DE;
    overflow: hidden;
}

.white-stripe{
    position: relative;
    background-color: #FFFFFF;
    width: 100vw;
    height: 10px;
}

.footer-menu {
    list-style: none;
    display: flex;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    padding-top: 1.5rem;
    padding-top: 1.5rem;
}


.menu-item, .menu-item:hover, .menu-item:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.section-title{
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
    color: #FFFFFF;
}



.bold{
    font-weight: 700!important;
}

.footer-menu li {
    margin: auto;
}

form input:not(.form-check-input),form input:focus:not(.form-check-input){
    background: rgba(255, 255, 255, 0.3)!important;
    border-color: rgba(255, 255, 255, 0.3)!important;

    border-radius: 3em!important;

    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;

    color: #FFFFFF!important;
}

form label{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;

    color: #FFFFFF;
}



/*home screen section*/
#home-screen-section{
    position: relative;
    width: 100vw;
    background: url(/assets/images/2024/home-screen-bg.jpg) #81D2DE no-repeat center top;
    background-size: contain;
    height: 71vw;

}



#home-screen-contents{
    position: relative;
    text-align: center;
    font-size: 1vw;
}

#play-now-btn{
    position: absolute;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 40.5vw;
    display: block;
    background-color: #FFFFFF;
    color: #274597;
    border-radius: 2.9vw;
    width: clamp(155px, 20vw, 550px);
    height: clamp(37px, 4.14vw, 169px);
    margin: auto auto;
    cursor: pointer;
    font-size: clamp(20px, 2vw, 50px);
    padding-top: 0.5vw;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    #play-now-btn{
        top: 108vw;
    }
}

#home-screen-title{
    position: relative;
    background: url(/assets/images/play-now-text.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 17em;
    height: 6.98em;
    max-width: min(100%, 589px);
}

#home-screen-carousel-container{
        position: relative;
        float: right;
        margin: 5em 9em;
        width: 25em;
        height: 25em;

        /*border-radius: 50%;*/
        display: inline-block;
        /*background: rgba(255, 255, 255, 0.35);*/
}

#home-screen-carousel-container ul{
    list-style-type: none;
    position: absolute;
    padding: 0;
    margin: auto;
    width: 22em;
    left:0;
    right: 0;
}

#home-screen-carousel-container ul li{
    padding: 0;
    margin: 0;
}

#home-screen-carousel-container ul li img{
    width: 22em;
}



.carousel-navigation-arrows{
    width: 1em;
    position: absolute;
    cursor: pointer;
    top: 11em
}

.carousel-navigation-arrows img{
    width: 1em;
}

#left-arrow{
    left:1em;
}

#right-arrow{
    right:1em;
}

.slide{
    display: none;
}

.slide-active{
    display: inline-block;
}

.carousel-navigation{
    list-style-type: none;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    bottom: 1.5em;
}

.carousel-navigation-item{
    display: inline-block;
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
    border: 1px #FFFFFF solid;
}

.nav-active{
    background-color: #FFFFFF;
}

@media (max-width: 767.98px) {
    #home-screen-section{
        height: 203vw;
        background: url(/assets/images/2024/home-screen-bg-mob.jpg)  #05031B no-repeat center;
        background-size: contain;
    }

    #home-screen-contents{
        font-size: 3.1vw;
    }

    #home-screen-carousel-container {
        font-size: 3.5vw;
        float: none;
        margin: 27% 0 0 0;
    }

}

/*participation section*/
#participation-section{
    position: relative;
    width: 100vw;
    padding-bottom: var(--padding-bottom);
    background-color: #274597;
    background-image: url(/assets/images/2024/stars.png);
    background-position: center;
    background-size: contain;

}

#bob-1{
    position: absolute;
    right: 0;
    top: 100px;
    width: 22vw;
    max-width: 480px;
}

#castle-1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20vw;
    max-width: 440px;
}

#participation-title{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding:10px;
}

#file-upload-2-title{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    text-align: center;

    color: #FFFFFF;
}

#file-upload-btn{
   display: inline-block;

    border: 2px solid #FFFFFF;
    border-radius: 36.7545px;
    padding: 18px;

    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;

    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #FFFFFF;

    cursor: pointer;
}

.submit-btn{
    display: inline-block;

    background: #FFFFFF;
    border-radius: 36.7545px;

    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 18px;

    text-align: center;
    text-transform: uppercase;

    color: #1D2561;

    cursor: pointer;
}

#form-notes{
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;

    color: #FFFFFF;
    text-shadow: 1px 1px black;
}


#choose-character-section{
    position: relative;
    width: 100vw;
    padding-bottom: var(--padding-bottom);
    background: url(/assets/images/form-screen-bg.png)  no-repeat center;
    background-size: cover;
}


.instant-win-btn{
    width: 200px;
}

.character-grid > .row > [class*="col-"] > img{
    cursor: pointer;
}

#choose-character-title{
    width: 88vw;
    font-size: 3.1vw;
    font-weight: 500;
}

#choose-character-title-small{
    width: 88vw;
    font-size: 2.5vw;
    font-weight: 200;
}

@media (max-width: 767.98px) {
    #choose-character-title {
        width: 90%;
        font-size: 2em;
    }

    #choose-character-title-small{
        width: 90%;
        font-size: 1.8em;

    }

}



/*congratulation section*/
#congratulations-section{
    position: relative;
    width: 100vw;
    padding-bottom: var(--padding-bottom);
    background-color: #274597;
    background-image: url(/assets/images/2024/stars.png);
    background-position: center;
    background-size: contain;
}

#castle-2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20vw;
    max-width: 440px;
}
#nemo-2{
    position: absolute;
    left: 7vw;
    top:300px;
    width: 20vw;
    max-width: 440px;
}
#woody-2{
    position: absolute;
    right: 0;
    top: 300px;
    width: 18vw;
    max-width: 300px;
}

@media (max-width: 500px) {
    #nemo-2{
        display: none;
    }

    #woody-2{
        display: none;
    }
}

#instant-win-form-header{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    text-align: center;

    color: #FFFFFF;
}

.instant-win-form{
    width: 50%;
}

@media (max-width: 767.98px) {
    .instant-win-form{
        width: 75%;
    }
}


/* download congratulation section */
#download-congratulations-section{
    position: relative;
    width: 100vw;
    padding-bottom: var(--padding-bottom);
    background-color: #274597;
    background-image: url(/assets/images/2024/stars.png);
    background-position: center;
    background-size: contain;
}


#buzz-3{
    position: absolute;
    top: 0px;
    left: 0;
    width: 20vw;
    max-width: 400px;
}

#woody-3{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20vw;
    max-width: 200px;
}

/*end section*/

#end-section{
    position: relative;
    width: 100vw;
    height: 71.3vw;
    background: url(/assets/images/2024/end-bg.jpg)  no-repeat center;
    background-size: contain;
}

#end-section-content{
    font-size: 1vw;
}

.end-section-content p{
    width:60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
}

.end-section-small-text{
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.66em;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    #end-section{
        height: 375vw;
        background: url(/assets/images/2024/end-bg-mob.jpg)  no-repeat center bottom;
        background-size: cover;
    }

    #end-section-content{
        font-size: 2vw;
        padding-left: 10vw;
        padding-right: 10vw;
    }

}

#play-again-btn{
    width: clamp(130px, 12vw, 200px);
    cursor: pointer;
}

 /*terms container*/

.terms-container{
    position: relative;
    width: 100vw;
    background: url(/assets/images/terms-bg.jpg)  #05031B no-repeat center bottom;
    background-size: cover;


}

.terms-content{
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 150px;

}

/* pre-post-activation*/

.pre-activation-container{
    position: relative;
    width: 100vw;
    height: 68vw;
    padding-bottom: var(--padding-bottom);
    background: url(/assets/images/2024/pre-bg.png)  no-repeat center;
    background-size: cover;
}

.post-activation-container{
    position: relative;
    width: 100vw;
    height: 68vw;
    padding-bottom: var(--padding-bottom);
    background: url(/assets/images/2024/post-bg.png)  no-repeat center;
    background-size: cover;
}

@media (max-width: 500px) {
    .pre-activation-container{
        background: url(/assets/images/2024/pre-bg-mob.png)  no-repeat center;
        height: 181vw;
        background-size: cover;
        background-position: top center;
    }

    .post-activation-container{
        background: url(/assets/images/2024/post-bg-mobile.png)  no-repeat center;
        height: 196vw;
        background-size: cover;
        background-position: top center;
    }
}


.pre-post-activation-content{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.5vw;
    text-align: center;
    color: #FFFFFF;
    width: 70vw;
    margin: 10vw auto;
    position: relative;
}

.pre-post-activation-content .large-text{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5vw;
    text-align: center;
}

.pre-post-activation-content-inner{
    padding-top: 7vw;
    padding-bottom: 10vw;
}

.pre-post-activation-content:before{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/boar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8vw;
    height: 8vw;
    left: 0;
    top: 0;
}

.pre-post-activation-content:after{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/cat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12vw;
    height: 12vw;
    right: 10vw;
    bottom: 0;
}

@media (max-width: 767.98px) {
    .pre-post-activation-content:before{
        display: none;
    }

    .pre-post-activation-content:after{
        margin: auto;
        width: 20vw;
        height: 20vw;
        left: 0;
        right: 0;
    }

    .pre-post-activation-content-inner{
        padding-bottom: 20vw;
    }

    .pre-post-activation-content{
        width: 90vw;
        font-size: 3.5vw;
    }
    .pre-post-activation-content .large-text{
        font-size: 4.5vw;
    }
}

#throbber{
    position: fixed;
    display: block;
    z-index: 10000;
    background: rgba(0,0,0,0.6);
    width: 100vw;
    height: 100vh;
}

#throbber #throbber-icon{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
}