/*  */
@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: #044f7c;
}

.btn {
    height: 60px;
    min-height: 60px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background-color: #18196c;
    color: #fff;
    border-color: #18196c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:disabled {
    background-color: #400043;
    border-color: #400043;
}

.btn-outline-primary {
    border-color: #18196c;
    color: #18196c;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #18196c;
    border-color: #FAEF58;
    background-color: #FAEF58;
}

.btn-outline-secondary {
    border-color: #FAEF58;
    color: #FAEF58;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
    color: #18196c;
    border-color: #FAEF58;
    background-color: #FAEF58;
}

img {
    max-width: 100%;
}

header {
    /* position: absolute; */
    border-bottom: 4px solid #18196c;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

header .container {
    max-width: 1300px;
    padding-top: 40px;
    padding-bottom: 40px;
}

header .logo {
    width: 100%;
    max-width: 220px;
}

header .btn {
    width: 200px;
}

.banner {
    background-image: url('../images/top-banner.png?2');
    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 img {
    max-width: 780px;
}

.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: 1300px;
}

.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: 20px 10px;
    z-index: 2;
    background-color: #95b2c3;
}

.tickets .ticket.selected .ticket-details {
    background-color: #18196c;
}
.tickets .ticket.selected img{
    border: 6px solid #18196c;
}

.tickets .ticket .ticket-details h3 {
    font-size: 26px;
    line-height: 1;
    transition: color 500ms;
    margin: 0;
}

.tickets .ticket .ticket-details p {
    font-size: 18px;
    color: #18196c;
    line-height: 26px;
    transition: 500ms;
}

.tickets .ticket .ticket-details .btn {
    min-height: 50px;
    height: 50px;
}

.tickets svg {
    width: 100%;
    fill: #95b2c3;
    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;
    display: none;
}

.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: #FAEF58;
}

.tickets .ticket:hover .ticket-details .btn, .tickets .ticket.selected .ticket-details .btn {
    border-color: #FAEF58;
    color: #FAEF58;
}

.tickets .ticket:hover .ticket-details .btn:hover, .tickets .ticket.selected .ticket-details .btn:hover {
    color: #18196c;
}

.tickets .ticket:hover svg, .tickets .ticket.selected svg {
    fill: #18196c;
}

.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 #18196c;
}

.other-amount-link {
    color: #18196c;
}

.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: 70%;
}

.free-gifts .gift-image-inner.selected {
    border: 3px solid #18196c;
}

.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: #18196c;
    padding: 90px 15px;
}

.sponsors img {
    margin: 0 60px;
}

.food-image {
    display: block;
    margin: 0 auto -260px;
}

.free-dinner-section h3 {
    color: #FAEF58;
    font-size: 90px;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 30px;
}

footer {
    background-color: #18196ce0;
    padding: 100px 0 40px;
}

footer .container {
    max-width: 1300px;
}

footer .share {
    background-color: #18196c;
    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 {
        max-width: 500px;
    }

    .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: 768px) {
    header .logo {
        width: 80px;
    }

    header .btn {
        width: 168px;
    }

    header .container {
        padding-top: 30px;
    }

    .banner {
        padding: 200px 0 130px;
    }

    .banner img {
        max-width: 320px;
    }

    .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: 10px 0px;
        position: relative;
        background: #95b2c3;
    }

    .tickets .ticket.selected .ticket-details {
        background: #18196c;
    }

    .tickets .ticket .ticket-details h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .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;
    }
}
