/*  */

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-Ultra.woff2') format('woff2'),
        url('../fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Gotham';
    position: relative;
    background-color: #F4F4F4;
    color: #707070;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,.bold{
    font-family: 'Gotham Ultra';
    color: #608139;
}

.btn{
    height: 60px;
    min-height: 60px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary{
    background-color: #608139;
    color: #fff;
    border-color: #608139;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:disabled{
    background-color:#400043;
    border-color: #400043;
}

.btn-outline-primary{
    border-color: #608139;
    color: #608139;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus{
    color: #608139;
    border-color: #bcd749;
    background-color: #bcd749;
}

.btn-outline-secondary{
    border-color: #bcd749;
    color: #bcd749;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus{
    color: #608139;
    border-color: #bcd749;
    background-color: #bcd749;
}

img{
    max-width: 100%;
}

header{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
header .container{
    max-width: 1530px;
    padding-top: 55px;
}

header .logo{
    width: 100%;
    max-width: 220px;
}
header .btn{
    width: 200px;
}

/* .banner{
    background-image: url('../images/sweepstakes-banner.jpg');
    background-size: cover;
    padding: 70px 0;
    text-align: center;
    background-position: top;
    position: relative;
}
.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */
.banner{
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.banner img{
    width: 100%;
    min-width: 800px;
}

.top-content{

}

.top-content h1{
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.top-content h2{
    font-size: 22px;
    margin-bottom: 50px;
}
.top-content .win-10k{
    width: 1060px;
}

form .container{
    max-width: 1100px;
}

.tickets{
    padding-bottom: 44px;
}
.tickets .ticket{
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    position: relative;
}
.tickets .ticket .ticket-details{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 10px;
    z-index: 2;
}

.tickets .ticket .ticket-details h3{
    font-size: 36px;
    line-height: 1;
    transition: color 500ms;
}

.tickets .ticket .ticket-details p{
    font-size: 18px;
    color: #608139;
    line-height: 26px;
    transition: 500ms;
}
.tickets .ticket .ticket-details .btn{
    min-height: 50px;
    height: 50px;
}
.tickets svg{
    width: 100%;
    fill: #bcd749;
    transition: 500ms;
    box-shadow: 0px 30px 30px 0 rgba(0, 0, 0, 0.08);
    background: rgb(237,237,237);
    background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(76,204,182,0) 100%);
    position: relative;
    z-index: 1;
}
.tickets .ticket:hover .ticket-details h3,
.tickets .ticket:hover .ticket-details p,
.tickets .ticket.selected .ticket-details h3,
.tickets .ticket.selected .ticket-details p{
    color: #bcd749;
}
.tickets .ticket:hover .ticket-details .btn,
.tickets .ticket.selected .ticket-details .btn{
    border-color: #bcd749;
    color: #bcd749;
}
.tickets .ticket:hover .ticket-details .btn:hover,
.tickets .ticket.selected .ticket-details .btn:hover{
    color: #608139;
}
.tickets .ticket:hover svg,
.tickets .ticket.selected svg{
    fill: #608139;
}

.form-fields,
.form-success{
    background-color: #fff;
    border-radius: 30px;
    padding: 75px 75px;
    margin-bottom: 180px;
}

.form-fields h5{
    font-size: 20px;
    text-transform: uppercase;
}
.form-fields .btn svg{
    width: 50px;
    height: 50px;
    display: none;
}
.form-fields .form-control{
    height: 60px;
    border-radius: 0;
    background-color: #F8F8F8;
    border: 1px solid #F8F8F8;
    padding-left: 15px;
    font-size: 14px;
}
.form-fields .form-control::placeholder{
    text-transform: uppercase;
}
.form-fields .form-control:focus{
    box-shadow: none;
    border: 1px solid #608139;
}
.other-amount-link{
    color: #608139;
}
.jp-card-container{
    display: none;
}

.free-gifts{
    margin: 100px 0;
}

.free-gifts h4{
    font-size: 90px;
    line-height: 1;
    margin-top: 50px;
}

.free-gifts .gift-image{
    max-width: 298px;
    margin-bottom: 50px;
    
}

.free-gifts .gift-image-inner{
    padding-bottom: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
    border:2px solid transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.free-gifts .gift-image-inner.selected{
    border: 3px solid #608139;
}

.free-gifts p{
    font-size: 20px;
}

.free-dinner-section{
    padding-top: 200px;
    padding-bottom: 230px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,235,3,1) 50%);
    overflow: hidden;
}

.free-dinner-section .container{
    max-width: 1430px;
}

.free-dinner-section .container-inner{
    border-radius: 40px;
    background-color: #608139;
    padding: 90px 15px;
}

.sponsors img{
    margin: 0 60px;
}

.food-image{
    display: block;
    margin: 0 auto -260px;
}

.free-dinner-section h3{
    color: #bcd749;
    font-size: 90px;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 30px;
}

footer{
    background-color:#3d581d;
    padding: 100px 0 40px;
}

footer .container{
    max-width: 1430px;
}

footer .share{
    background-color: #608139;
    padding: 30px 50px;
    font-size: 16px;
    line-height: 1.5;
    width: 400px;
    max-width: 100%;
}

footer .sub-footer{
    margin-top: 60px;
    font-size: 16px;
}

[data-reveal] {
    transition: opacity .8s linear, transform .5s ease-in-out;
    transform: translateY(50px);
    opacity:0;
  }
  
  [data-reveal].in{
      transform: translateY(0px);
      opacity:1;
  }

  [data-reveal] .sparks{
      transform: scale(0);
      transition: transform .7s ease-in-out 300ms;
  }

  [data-reveal].in .sparks{
    transform: scale(1);
}

@media only screen and (max-width: 992px){
    .sparks{
        display: none;
    }
    .btn{
        height: 50px;
        min-height: 50px;
    }
    .banner img{
        
    }
    .top-content{
        padding: 0 3rem;
    }
    .tickets .ticket .ticket-details{
        padding: 40px 15px;
    }
    .tickets .ticket .ticket-details h3{
        font-size: 36px;
    }
    .tickets .ticket .ticket-details p{
        font-size: 14px;
    }
    .tickets .ticket .ticket-details .btn{
        display: none !important;
    }
    .form-fields{
        background-color: transparent;
        padding: 30px 0;
        margin-bottom: 0;
    }
    .form-fields .form-control{
        background-color: #fff;
        height: 50px;
    }
    .free-gifts h4{
        margin-top: 0;
        font-size: 60px;
        margin-bottom: 50px;
        text-align: center;
    }

    .free-dinner-section{
        padding-top: 100px;
    }
}

@media only screen and (max-width: 500px){
    header .logo{
        width: 80px;
    }
    header .btn{
        width: 168px;
    }
    header .container{
        padding-top: 30px;
    }
    /* .banner{
        padding: 200px 0 130px;
    } */
    .banner img{
       
    }
    .top-content{
        padding: 0 1rem;
    }
    .top-content h1{
        font-size: 36px;
    }
    .top-content .win-10k{
        width: 400px;
        max-width: 100%;
    }
    .top-content h2{
        font-size: 16px;
    }
    
    .tickets{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .tickets svg{
        display: none;
    }
    .tickets .ticket{
        height: 100%;
    }
    .tickets .ticket .ticket-details{
        padding: 30px 0px;
        position: relative;
        background: #bcd749;
    }
    .tickets .ticket.selected .ticket-details{
        background: #608139;
    }
    .tickets .ticket .ticket-details h3{
        font-size: 16px;
    }
    .tickets .ticket .ticket-details p {
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .tickets .ticket .ticket-details .btn{
        display: none !important;
    }
    .free-gifts{
        margin: 60px 0;
    }
    .free-gifts h2{
        font-size: 16px;
    }
    .free-gifts p{
        font-size: 12px;
    }
    .free-dinner-section{
        padding-bottom: 100px;
    }
    .free-dinner-section h3{
        font-size: 50px;
    }
    .free-dinner-section h4{
        font-size: 18px;
    }
    .sponsors img{
        display: block;
        margin: 30px auto;
        max-width: 60%;
    }
    .free-dinner-section .container-inner{
        padding: 50px;
    }
}