@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,800&display=swap');
img
{
    max-width:100%;
}

h1
{
    font-size:2rem;
    font-weight:bold;
}
h1 strong
{
    color:#DB1314;
    font-style:italic;
    font-weight:800;
    font-size:6rem;
}

h2
{
    color:white;
    font-size:1.2rem;
 
    font-weight:bold;
}
h2 strong
{
    color:#6dccdc;
    font-size:2rem;
    font-weight:bold;
        text-transform:uppercase;
}

.text-shadow
{
    text-shadow:3px 3px 5px rgba(0,0,0,0.9);
}


.item_25_container label
{
    text-shadow:3px 3px 5px rgba(0,0,0,0.9);
}






#left-container
{
    position:relative;
    z-index:5;

}

#right-container
{
    position:relative;
    z-index:0;
}

#right-container img
{
    max-width:110%;
    width:110%;
    margin-left:-100px;

}







.mobile_background
{
    position:relative;
}

.bubble
{
    position:absolute;
    left:-15%;
    top:100px;
    width:35%;
}


.mobile_background .bubble
{
    position:absolute;
    left:-8%;
    top:25%;
    width:70%;
}

#form-container
{
    padding-top: 5em;
    padding-bottom: 5em;
}



#step_1 .question {
    width: calc(50% - -20px);
    display: block;
    float: left;
    margin-left:-5px;

}

.item_154_container
{
    text-align:right;
}

.item_25_container
{
    font-size:0.8rem;
}

#body-container a
{
    color:white;
}



.btn-primary
{
    background:rgba(0,255,255,0.7);
    border-radius:100px;
    display:block;
    border:none;
    width:120px;
    height:120px;
    
    font-size:1.7rem;
    line-height:1.8rem;
    font-weight:bold;
    text-transform:uppercase;
    padding:10px;
    margin:0 auto;
    white-space: normal;
    box-shadow:5px 5px 10px rgba(0,0,0,0.8);
    
    
}

.btn-primary:hover
{
    background:rgba(0,255,255,1);
    box-shadow:5px 5px 10px rgba(0,0,0,0.8);
}

#step_1 #item_25_container
{
    clear:both;
    width:auto;
    float:none;
}

.form-control
{
    border-radius:0;
    font-size:0.8rem;
    background:rgba(255,255,255,0.7);
    color:black;
    text-align-last:center;
    text-align:center;
    text-transform:uppercase;
    border:1px solid rgba(255,255,255,0.4);
    font-weight:bold;
}

.form-control::placeholder
{
    color:rgba(0,0,0,0.8);
}


#left-container
{
    color:white;
}

.wrapper
{
    background:url(/files/images/pizza/panarottis_bg_desktop.jpg) center;
    background-size:cover;
    font-family: 'Open Sans', sans-serif;
     min-height:80vh;
}

.step2 .wrapper
{
    background:url(/files/images/pizza/panarottis_bg_thankyou_desktop.jpg) center;
    background-size:cover;
   
   
}

.inline .form-check
{
    display: inline-block;
    width:49%;
    padding-left: 0 !important;
}

.button
{

    font-weight:bold;
    text-align:center;
    margin-bottom:30px;

}

.button.large
{
    font-size:25px;
}

.button .col > label
{
    margin-bottom:30px;
}

.button .form-check input[type="radio"],
.button .form-check input[type="checkbox"]
{

    opacity: 0;
    position: fixed;
    width: 0;
}

.button .form-check
{
    position:relative;
}


.flow
{
    display:none;
}


.button .form-check label,

.button .button

{
    display: block;
    background-color: #1A3FAA;   
    color:white;
    font-weight:bold;
    font-size: 20px;
    position:relative;

    text-align: center;
    box-sizing: border-box;
    color: #FFFFFF;
    margin: 5px 10px;
    border-radius: 15px;
    padding:10px 40px;


    cursor: pointer;
    border:none;
}





.button .form-check  input[type="radio"]:checked + label,
.button .form-check input[type="checkbox"]:checked + label,
.button .form-check  input[type="radio"]:hover + label{
    background-color:#FF9027;
    color:white

}


.button .form-check  input[type="radio"]:checked + label:before,
.button .form-check input[type="checkbox"]:checked + label:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display:inline;

    position:absolute;
    top:10px;
    left:10px;

}









.main
{
    color:#fff;
    background:black;
}



#footer-container
{
    background: rgba(241,241,241,1.00);
    padding-top: 20px;
    padding-bottom: 20px;
}

label.error
{
    color:#C40027;
    font-weight:bold;
    font-size:12px;
}

#cr_path_content .comp_background 
{
    background-size:cover !important;
    background-position: center !important;
}

#cr_path_content .comp_container .comp_large
{

    margin:0px;
    border-radius:20px;
    padding:20px;
    height:200px;
    position:relative;

}

#cr_path_content .comp_container .comp_medium,
#cr_path_content .comp_container .comp_small
{
    margin:0px;
    border-radius:20px;
    padding:20px;
    height:200px;
    position:relative;

}

#cr_path_content .comp_container
{
    color:#fff;
    text-shadow:2px 2px 4px black;
    margin-bottom:20px;

}


#cr_path_content .comp_container .comp_medium .page_link,
#cr_path_content .comp_container .comp_small .page_link
{
    position: absolute;
    bottom: 35px;




}

#cr_path_content .comp_container .page_link a
{
    background:#C40027;
    color:#fff;
    text-shadow:2px 2px 4px black;
    padding:7px 20px;
    border-radius:10px;

    font-weight:bold;

}



@media only screen and (max-width: 767px)
{
    
    .wrapper
    {
        background:url(/files/images/pizza/panarottis_bg_mobile_c.jpg) top center no-repeat, url(https://consumerrewards.co.za/files/images/pizza/panarottis_bg_mobile_tile.jpg) repeat-y center;
        background-size:contain,100%  !important;
        padding-top:250px;

    }
    
    
    .step2 .wrapper
{
    background:url(/files/images/pizza/panarottis_bg_thankyou_mobile_c.jpg) top center no-repeat, url(https://consumerrewards.co.za/files/images/pizza/panarottis_bg_mobile_tile.jpg) repeat-y center;
    background-size:contain,100%  !important;
 
   
   
}





    h1
    {
        font-size:1.8rem;
    }

    h2
    {

        font-size:1.6rem;

    }



    #step_1 .question {
        width: calc(100% + 30px);
        display: block;
        float: none;
        margin-left:-15px;


    }

    #step_1 .question:nth-child(2n+1)
    {
        margin-left:-15px;
    }

    #left-container {
        font-size: 1.1rem;
    }



    .wrapper
    {
       
        padding-bottom:0;
        
        background-size:cover;

    }
    
    

    #form-container
    {
        padding-top: 1em;
        padding-bottom: 5em;
    }


    #right-container img
    {
        max-width:80%;
        width:80%;
        margin:0 auto;
        margin-bottom:-50px;
        display:block;

    }
    
    
    h2
{
    color:white;
    font-size:0.8rem;
 
    font-weight:bold;
}
h2 strong
{
    color:#6dccdc;
    font-size:2rem;
    font-weight:bold;
        text-transform:uppercase;
}
    

}