/* Reward banner */
.reward_banner{
    background-image: url(../images/reward_bg_home.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #000000;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}
.reward_text h1{
    font-size: 80px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
.reward_text p{
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
}
/* --------------------------------- */



/* Reward Page Banner CSS */
.reward_hero{
    background-color: #E9E2D8;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.reward_hero .reward_banner{
    background-image: url(../images/reward_bg.jpg);
    padding: 200px 0
}
.reward_hero .reward_text h1{
    font-size: 65px;
    line-height: 75px;
}
.reward_hero .reward_text p{
    font-size: 22px;
}
/* --------------------------------- */



/* Reward Sec CSS */
.reward_sec .heading_sec h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    font-family: 'Inter', sans-serif;
}
.reward_sec .heading_sec p{
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    font-family: 'Inter', sans-serif;
}
.reward_sec .heading_sec ul li img{
    width: 22px;
    height: 22px;
}
.reward_sec .heading_sec ul li{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    font-family: 'Inter', sans-serif;
}
.reward_sec .heading_sec ul li + li{
    margin-top: 5px;
}
.reward_box{
    background-color: #E9E2D8;
    border: 2px solid #757575;
}
.reward_box .popular_badge{
    width: 100px;
    height: 100px;
}
.reward_box h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.reward_box h5{
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}
.reward_box ul{
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
}
.reward_box ul li{
    position: relative;
}
.reward_box ul li::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000;
}
.reward_btn{
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 3px solid #000;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 40px;
    border-radius: 15px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
}
.reward_btn:hover, .reward_btn:focus{
    background-color: #000;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.reward_box.active{
    background-color: #DC6B33;
    border: 5px solid #000000;
}
.reward_box.active h4, .reward_box.active h5, .reward_box.active ul li{
    color: #fff;
}
.reward_box.active ul li::after{
    background-color: #fff;
}
.reward_box.active .reward_btn{
    background-color: #000;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.disclaimer_box{
    background-color: #FFE999;
}
input[type=checkbox]+label:before, 
input[type=radio]+label:before, 
input[type=checkbox]+label:after, 
input[type=radio]+label:after{
    display: none;
}
input[type=checkbox], input[type=radio]{
    opacity: 1;
}
input[type=checkbox]+label, input[type=radio]+label{
    padding-left: 55px !important;
}
.form-check-input{
    width: 35px;
    height: 35px;
    background-color: #D9D9D9;
    border: 1px solid #000;
    border-radius: 0;
}
.form-check-label{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Inter', sans-serif;
    cursor:pointer;
}
.form-check-input:checked {
    background-color: #DC6B33;
    border-color: #DC6B33;
    box-shadow: none;
}
.join_btn{
    position: relative;
    display: inline-block;
    background-color: #F8941C;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    padding: 18px 60px;
    border-radius: 8px;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.join_btn:hover, .join_btn:focus{
    background-color: #DC6B33;
    color: #fff;
}
/* --------------------------------- */




/* Cancel Form CSS */
.cancel_wrap{
    background-color: #F8941C;
    border: 5px solid #F8941C;
}
.cancel_wrap .heading_sec{
    border-bottom: 5px solid #F8941C;
}
.cancel_wrap .sec_title{
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    font-family: 'Inter', sans-serif;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 40px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.cancel_btn:hover, .cancel_btn:focus{
    background-color: #D26019;
    color: #fff;
}
.cancel_text{
    background-color: #F8941C;
}
.cancel_text p{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    font-family: 'Inter', sans-serif;
}
.cancel_form {
    background-color: #E9E2D8;
}
.cancel_form label{
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
}
.form-control, .form-select{
    height: 60px;
    background-color: #fff !important;
    border: 2px solid #000;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
}
/* .cancel_form select::after{
    content: '';
    position: absolute;
    top: 0;
    right: 35px;
    height: 100%;
    width: 1px;
    background-color: #000;
} */
/* --------------------------------- */




@media screen and (max-width:1399px){
    .reward_hero .reward_text h1 {
        font-size: 55px;
        line-height: 60px;
    }
    .reward_hero .reward_text p {
        font-size: 20px;
    }
    .reward_text h1{
        font-size: 75px;
    }
    .reward_text p{
        font-size: 22px;
    }
    .reward_sec .heading_sec h1{
        font-size: 50px;
        line-height: 60px;
    }
    .reward_sec .heading_sec p {
        font-size: 22px;
        line-height: 32px;
    }
    .reward_sec .heading_sec ul li {
        font-size: 18px;
        line-height: 25px;
    }
    .reward_sec .heading_sec ul li + li {
        margin-top: 8px;
    }
    .reward_box .popular_badge{
        width: 85px;
        height: 85px;
    }
    .reward_box h4, .reward_box h5{
        font-size: 18px;
    }
    .reward_box ul{
        font-size: 12px;
        line-height: 22px;
    }
    .reward_box ul li::after{
        left: -15px;
        width: 8px;
        height: 8px;
    }
    .reward_btn{
        font-size: 18px;
    }
    .join_btn, .cancel_btn{
        font-size: 22px;
    }
    .cancel_wrap .sec_title{
        font-size: 40px;
        line-height: 50px;
    }
    .cancel_text p{
        font-size: 25px;
        line-height: 35px;
    }
    .cancel_form label {
        font-size: 22px;
    }
    .form-control, .form-select{
        height: 55px;
    }
}

@media screen and (max-width: 1199px){
    .reward_hero .reward_text h1 {
        font-size: 48px;
        line-height: 55px;
    }
    .reward_hero .reward_text p {
        font-size: 18px;
    }
    .reward_text h1{
        font-size: 65px;
    }
    .reward_text p{
        font-size: 20px;
    }
    .reward_box h4, .reward_box h5 {
        font-size: 20px;
    }
    .reward_box ul {
        font-size: 15px;
        line-height: 30px;
    }
    .join_btn, .cancel_btn{
        font-size: 20px;
    }
    .cancel_wrap .sec_title{
        font-size: 35px;
        line-height: 45px;
    }
    .cancel_text p{
        font-size: 22px;
        line-height: 32px;
    }
    .cancel_form label {
        font-size: 20px;
        line-height: 1;
    }
    .form-control, .form-select{
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width:991px){
    .reward_sec .heading_sec h1{
        font-size: 30px;
        line-height: 40px;
    }
    .reward_sec .heading_sec p {
        font-size: 18px;
        line-height: 28px;
    }
    .reward_sec .heading_sec ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .reward_sec .heading_sec ul li + li{
        margin-top: 10px;
    }
    .reward_hero{
        padding: 30px 0;
    }
    .reward_hero .reward_banner{
        background-position: center;
        padding: 120px 0;
    }
    .reward_banner {
        background-position: center;
    }
    .reward_text h1 {
        font-size: 50px;
    }
    .reward_text p {
        font-size: 20px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 40px !important;
    }
    .form-check-input {
        width: 30px;
        height: 30px;
    }
    .form-check-label {
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_wrap .sec_title{
        font-size: 32px;
        line-height: 42px;
    }
    .cancel_text p{
        font-size: 20px;
        line-height: 30px;
    }
    .cancel_form label {
        font-size: 18px;
        line-height: 1;
    }
    .form-control, .form-select{
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width:767px){
    .reward_banner {
        background-image: url(../images/reward_bg_mob.jpg) !important;
        background-position: center center !important;
        padding: 400px 0 40px !important;
    }
    .reward_hero .reward_text h1{
        font-size: 25px;
        line-height: 30px;
    }
    .reward_text h1 {
        font-size: 30px;
    }
    .reward_text p {
        font-size: 15px !important;
        line-height: 22px !important;
    }
    .reward_sec .heading_sec h1{
        font-size: 22px;
        line-height: 32px;
    }
    .reward_sec .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .reward_sec .heading_sec ul li{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_wrap .sec_title {
        font-size: 30px;
        line-height: 40px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 26px;
    }
    .cancel_form{
        background-color: #D9D9D9;
    }
    .cancel_form label{
        font-size: 18px;
        line-height: 28px;
    }
    .form-control, .form-select{
        height: 45px;
        font-size: 15px
    }
    .cancel_btn, .join_btn{
        font-size: 18px;
        padding: 15px 40px;
    }
}

@media screen and (max-width:575px){
    .reward_box .popular_badge{
        width: 110px;
        height: 110px;
    }
    .reward_box h4, .reward_box h5{
        font-size: 25px;
        line-height: 30px;
    }
    .reward_box ul{
        font-size: 18px;
        line-height: 28px;
    }
    .reward_box ul li::after{
        left: -20px;
        width: 12px;
        height: 12px;
    }
    .reward_btn{
        font-size: 20px;
    }
    .cancel_sec .heading_sec{
        border-radius: 0 !important;
    }
}

a.reward_btn{
    cursor: pointer !important;
}