@font-face {
    font-family: JOHNNIEWALKERCY-HEADLINE;
    font-weight: 400;
    src: url("../assets/fonts/JOHNNIEWALKERCY-HEADLINE.TTF");
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: JOHNNIEWALKERCY-HEADLINE;
    overflow-x: hidden;
}

.container{
    max-width: 1440px;
    width: 100%;
}

.full_bgImage{
    background: url('https://campaigns.in.thebar.com/PR1670/public/Campaigns_File/JW_page/JW_refreshing_mixer_bg_.jpg') no-repeat;
    background-size: cover;
    min-height: 100%;
    padding: 0;
    margin: 0;
}
.jw_logo{
    width: 191px;
    margin: auto;
    display: block;
}
.full_bgImage form{
    width: 40%;
    margin: auto;
}
.full_bgImage form .form-group{
    margin: 10px 0;
}


input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield;
    -webkit-appearance: textfield; /* Safari and Chrome */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Removes the inner and outer spin button */
}
.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    padding-top: 30px;
}

.btn_red{
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.btn_red img{
    width: 34%;
}
select{
    appearance: none;
    background-image: url("https://in-thebar.diageoplatform.com/static/img/dropdown.svg");
    background-position: calc(100% - 12px) center;
    background-size: 12px;
    background-repeat: no-repeat;
    margin-bottom: 0;
    cursor: pointer;
}

.terms_and_conditions .form-group label{
    display: flex;
    align-items: baseline;
}
.terms_and_conditions .form-group label input{
    margin-right: 8px;
}
.full_bgImage form{
    padding: 0 10px 10px;
}

.terms_and_conditions label a{
    color: #000;
}

.submit_the_form .brandQuestion{
    font-size: 21px;
    margin-bottom: 0;
    line-height: 22px;
}
.submit_the_form .brandOptions{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 11px 0 0;
    width:100%;
}
.submit_the_form .brandOptions input{
    width: 15px;
    height: 15px;
    margin-right: 3px;
}
.submit_the_form .brandOptions label:nth-child(2){
    margin: 5px 0;
}
.submit_the_form .brandOptions span{
    font-size: 20px;
    line-height: 25.74px;
}

/*Media query*/

@media only screen and (max-width: 767px){
    /* .jw_logo{
        display: none;
    } */
    /* .full_bgImage{
        background: url('https://johnniewalkerblack.sproxil.us/images/bfg.jpg') no-repeat;
        background-size: cover;
    } */
    .g-recaptcha {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        margin-bottom: -30px;
    }
    .full_bgImage{
        background-position: center;
        /* padding-top: 65%; */
    }
    .full_bgImage form{
        width: 90%;
    }
    .btn_red img{
        width: 50%;
    }
    .submit_the_form .brandOptions span, .submit_the_form .brandQuestion{
        font-size: 18px;
    }
    .submit_the_form .brandOptions, .submit_the_form .brandQuestion{
        padding-left: 2px;
    }
}