@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playball&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
}

.playball-regular {
    font-family: "Playball", cursive;
    font-weight: 400;
    font-style: normal;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

.container-fluid {
    width: 95%;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.yellow-btn {
    background-color: #ffb900;
    color: #212121;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
}

.landing-banner {
    background-image: url(../images/landing-bg.jpg);
    background-size: cover;
    height: 100vh;
    background-position: center;
    color: #fff;
    padding: 0 0 0 80px;
    display: flex;
    align-items: center;
}

.landing-banner h3 {
    text-transform: uppercase;
    font-size: 80px;
    margin-bottom: 0;
    font-weight: 200;
}

.landing-banner h2 {
    font-size: 100px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 80%;
}

.landing-banner h5 {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 200;
}

.landing-banner .landing-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.landing-banner .landing-btns a,
.yellow-btn.big {
    display: flex;
    text-transform: none;
    align-items: center;
    gap: 15px;
    justify-content: center;
    background-color: #ffb900;
    color: #212121;
    font-size: 36px;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    font-weight: 500;
    width: 420px;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
}

.landing-banner .landing-btns a i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #006ccf;
    color: #006ccf;
    border-radius: 50%;
    font-size: 20px;
}

.landing-banner .landing-btns a:last-child {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.landing-banner .gradient-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    text-align: right;
    padding: 10px 50px;
}

.landing-banner .gradient-bg h4 {
    font-weight: 300;
    color: #ffb900;
    font-size: 60px;
    margin-bottom: 0;
}

.landing-banner .gradient-bg p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.landing-banner .gradient-bg p span {
    font-weight: 200;
    font-size: 18px;
    display: block;
}

.landing-banner img {
    width: 60%;
}

.register-banner {
    background-image: url(../images/register-bg.png);
    background-position: top;
    background-size: cover;
    padding: 50px 0;
}

.register-banner h2 {
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 600;
    color: #e74700;
    margin-bottom: 0;
    line-height: 80%;
}

.register-banner h3 {
    font-size: 60px;
    font-weight: 500;
}

.register-banner h4 {
    color: #006ccf;
    font-size: 48px;
    font-weight: 600;
}

.register-banner p {
    font-size: 28px;
    font-weight: 500;
}

.application-box {
    padding: 0;
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif;
}

.application-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e74700;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 15px;
    font-family: "Barlow Condensed", sans-serif;
}

.application-box .application-form-content {
    padding: 10px;
}

.application-box label {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 15px;
    display: block;
}

.application-box .application-form-content .form-select {
    background-image: url(../images/select-arrow.png);
    background-position: right center;
    background-size: 60px 60px;
}

.application-box .application-form-content input,
.application-box .application-form-content select {
    padding: 15px;
    font-size: 18px;
    border: 1px solid #c9c9c9;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.application-box .application-form-content .input-group .btn {
    background-color: #e7e6e6;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding: 14px 20px;
    border-color: #c9c9c9;
}

.application-box .application-form-content .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.application-box .application-form-content .form-check label {
    padding: 0;
}

.application-box .application-form-content .form-check .form-check-input[type="checkbox"] {
    padding: 8px;
    border-radius: 2px;
    float: none;
    margin: 0;
}

.application-box .application-form-content .form-check .form-check-input:checked {
    background-color: #e74700;
    border-color: #e74700;
}

.application-box .application-form-content p.italic {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    width: 60%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 500;
}

.application-box .application-form-content .booth-selection label {
    font-size: 18px;
    font-weight: 500;
}

.application-box .application-form-content .booth-selection label span {
    display: block;
    font-size: 28px;
    line-height: 80%;
    padding-bottom: 5px;
    font-weight: 700;
}

.application-box .application-form-content .booth-selection .form-check {
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}

.application-box .application-form-content .booth-selection .form-check-input {
    padding: 12px;
    border-radius: 50%;
    float: none;
    margin: 0;
}

.application-box .application-form-content .booth-electricity {
    background-color: #fffcd2;
    padding: 20px 40px;
    border-radius: 8px;
    display: inline-block;
}

.application-box .application-form-content .booth-electricity h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}

.application-box .application-form-content .booth-electricity h6 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.application-box .application-form-content .booth-electricity .form-check-inline {
    display: inline-flex;
}

.application-box .application-form-content .booth-electricity .form-check-inline input {
    float: none;
    margin: 0;
    padding: 0;
}

.application-box .application-form-content .booth-setup-day {
    padding: 40px;
    background-color: #efefef;
    border-radius: 10px;
    text-align: center;
}

.application-box .application-form-content .booth-setup-day h5 {
    color: #e74700;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 0;
}

.application-box .application-form-content .booth-setup-day h3 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
}

.application-box .application-form-content .booth-setup-day h4 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
}

.application-box .application-form-content .booth-setup-day p {
    font-size: 18px;
    font-weight: 500;
}

.application-box .application-form-content p.italic2 {
    font-size: 20px;
    text-align: center;
    margin: 15px auto;
    font-weight: 500;
}

.application-box .application-form-content .payment-option .payment-option-card {
    display: flex;
    background-color: #fff;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    padding: 10px;
    gap: 15px;
    border-radius: 5px;
    color: #000;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .2));
    cursor: pointer;
}

.application-box .application-form-content .payment-option.active .payment-option-card {
    color: #fff;
    background-color: #3178a3;
}

.application-box .application-form-content .payment-option img {
    filter: invert(1);
}

.application-box .application-form-content .payment-option.active img {
    filter: invert(0);
}

.application-box .application-form-content .payment-option h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
}

.application-box .application-form-content .payment-option p {
    font-weight: 500;
    margin-bottom: 0;
}

.application-box .application-form-content .payment-option h5 {
    text-align: center;
    background-color: #6ec63d;
    color: #fff;
    padding: 7px 30px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 18px;
    text-transform: uppercase;
    display: none;
}

.application-box .application-form-content .payment-option.active h5 {
    display: table;
}

.application-box .application-form-content .special-offer {
    border: 2px solid #ffb900;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
}

.application-box .application-form-content .special-offer h4 {
    font-weight: 800;
    color: #e74700;
    font-size: 30px;
}

.application-box .application-form-content .special-offer p {
    font-size: 24px;
    margin-bottom: 5px;
}

.application-box .application-form-content .special-offer .form-check {
    justify-content: center;
}

.application-box .application-form-content .special-offer label {
    color: #e74700;
    font-size: 18px;
    font-weight: 600;
}

.application-box .application-form-content .paying-check {
    padding: 40px 20px;
}

.application-box .application-form-content .paying-check h2 {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
}

.application-box .application-form-content .paying-check h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}

.application-box .application-form-content .paying-check h3 span {
    display: block;
    font-weight: 600;
}

.signature-pad {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    height: 150px;
    background-color: #fff;
}

.submit-reg {
    border: none;
    background-color: #488824;
    padding: 10px 20px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

#edit-disabled.clicked {
    background-color: #aaa;
}

.pre-register-banner {
    background-image: url(../images/pre-banner.jpg);
    padding: 50px 0;
    background-size: cover;
}

.battle-bay-banner {
    background-image: url(../images/battle-bay.jpg);
}

.pre-register-banner h4 {
    color: #ffb900;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
}

.pre-register-banner h1 {
    color: #ffb900;
    font-size: 100px;
    margin-bottom: 0;
    font-weight: 600;
}

.pre-register-banner h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.pre-register-banner h5 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 200;
    padding-bottom: 15px;
}

.pre-register-banner h6 {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}

.pre-register-banner h6 span {
    font-weight: 400;
}

.pre-register-box {
    display: block;
    margin: 20px auto;
    padding: 15px;
    padding-bottom: 40px;
    border-radius: 20px;
    border: 3px solid#bbbbbb;
    width: 100%;
    text-align: center;
    color: #000;
    position: relative;
}

.pre-register-text h1 {
    font-size: 80px;
    font-weight: 400;
}

.pre-register-text h1 span {
    color: #d34607;
    font-weight: 600;
}

.pre-register-text h2 {
    position: absolute;
    font-size: 80px;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    bottom: -50px;
    width: max-content;
    padding: 0 20px;
}

.battle-of-bay-text h2 {
    font-size: 60px;
    padding: 10px 20px;
}

.pre-register-form-container {
    background-image: url(../images/pre-register-form.jpg);
    background-size: cover;
    padding: 50px 0;
    font-family: "Montserrat", sans-serif;
}

.pre-register-form-container [class*="col-"] {
    padding: 10px;
}

.pre-register-form-container label {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
}

.pre-register-form-container label span {
    font-size: 18px;
    color: #7c7c7c;
    display: block;
    font-weight: 400;
}

.pre-register-form-container input,
.pre-register-form-container select {
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pre-register-form-container select {
    background-image: url(../images/select-arrow-orange.png);
    background-position: right center;
    background-size: 60px 60px;
}

.pre-register-form-container .form-check {
    display: flex;
    padding: 0;
    gap: 10px;
}

.pre-register-form-container .form-check label {
    font-size: 20px;
}

.pre-register-form-container .form-check .form-check-input[type="checkbox"] {
    margin: 0;
    box-shadow: none;
    border: 1px solid #999;
    border-radius: 2px;
}

.pre-register-form-container .form-check .form-check-input[type="checkbox"]:checked {
    background-color: #d34607;
    border-color: #d34607;
}

.pre-register-form-container p {
    margin-bottom: 0;
    font-weight: 500;
    font-style: italic;
    color: #7c7c7c;
}

.qr-section-container {
    background-color: #231f20;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.qr-section-container h5 {
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 20px;
}

.qr-section-container h2 {
    text-transform: uppercase;
    color: #ffb900;
    font-size: 36px;
    text-align: center;
}

.qr-section-container p {
    color: #fff;
    letter-spacing: 5px;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 15px;
}

.white-section-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}

.bg-white-section .white-section-box:last-child {
    margin-bottom: 0px;
}


/* .white-section-box .wh-img.over-40 {
    background-color: #0051c6;
}

.white-section-box .wh-img.giveaway {
    background-color: #ffb900;
}

.white-section-box .wh-img.gift-card {
    background-color: #d34607;
} */

.white-section-box .wh-img img {
    width: 150px;
}

.white-section-box h1 {
    font-weight: 600;
    color: #3d3d3d;
    font-size: 55px;
    margin-bottom: 0;
}

.white-section-box p {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
}

.seminar-schedule {
    background-image: url(../images/seminar-schedule.jpg);
    background-size: cover;
}

.seminar-schedule h1 {
    font-size: 72px;
    text-align: center;
}

.seminar-block {
    display: flex;
    border-bottom: 1px solid #000;
    padding: 50px 0;
}

.seminar-schedule .seminar-block:last-child {
    border: none;
}

.seminar-block .seminar-time {
    font-size: 60px;
    line-height: 60px;
}

.seminar-block .seminar-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.seminar-block .seminar-name {
    font-size: 20px;
    line-height: 20px;
    
    letter-spacing: 5px;
    font-family: "Montserrat", sans-serif;
}

.seminar-block .seminar-name span {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
}

.seminar-block .seminar-btn {
    background-color: #488824;
    padding: 10px 20px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.seminar-block .seminar-btn.reserved {
    background-color: #606060;
}

.option-card {
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
}

.option-card h3 {
    font-size: 30px;
}

.builders-show h1 {
    color: #d34607;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 50px;
}

.door-prizes h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    margin-bottom: 0;
}

.door-prizes h1 {
    color: #d34607;
    text-align: center;
    font-size: 80px;
    padding-bottom: 20px;
}

.prize-box-container {
    display: contents;
}

.prize-box-container .prize-box {
    width: 20%;
    display: -ms-inline-grid;
    display: inline-grid;
    font-family: "Montserrat", sans-serif;
}

.prize-box-container .prize-box .prize-box-footer {
    color: #fff;
    text-align: center;
    padding: 10px 5px;
}

.prize-box-container .prize-box .prize-box-footer h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.prize-box-container .prize-box .prize-box-footer h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
}

.prize-box-container .prize-box:nth-child(odd) .prize-box-footer {
    background-color: #515151;
}

.prize-box-container .prize-box:nth-child(even) .prize-box-footer {
    background-color: #232323;
}

.tournament-rules {
    background-image: url(../images/tournament-rules.jpg);
    background-size: cover;
}

.tournament-rules h1 {
    color: #d34607;
    text-align: center;
    font-size: 80px;
    padding-bottom: 20px;
}

.tournament-rules h3 {
    font-size: 40px;
}

.tournament-rules ul li {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

.tournament-rules ul li:before {
    width: 10px;
    height: 10px;
    background-color: #d34607;
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.team-registration h1 {
    color: #d34607;
    text-align: center;
    font-size: 80px;
    padding-bottom: 20px;
}

.team-registration label,
.important-form label {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.team-registration input,
.team-registration select {
    border-radius: 5px;
    border: 1px solid #c9c9c9 !important;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    font-family: "Montserrat", sans-serif;
}

.sponsor-tournament {
    background-color: #fff6dc;
}

.sponsor-tournament h2 {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
}

.sponsor-tournament p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.sponsor-tournament .form-check {
    display: flex;
    padding: 0;
    gap: 10px;
    align-items: center;
}

.sponsor-tournament input[type="text"],
.important-form input {
    border-radius: 5px;
    border: 1px solid #c9c9c9 !important;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    font-family: "Montserrat", sans-serif;
}

.sponsor-tournament .form-check .form-check-input[type="checkbox"] {
    margin: 0;
    box-shadow: none;
    border: 4px solid #e40000;
    border-radius: 2px;
    width: 20px;
    height: 20px;
}

.sponsor-tournament .form-check .form-check-input:checked {
    background-color: #e40000;
    border-color: #e40000;
    background-size: 20px;
}

.sponsor-tournament .form-check label {
    font-size: 24px;
    line-height: 24px;
    color: #e40000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.sponsor-tournament .cell-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sponsor-tournament .cell-row label {
    font-size: 24px;
    font-weight: 500;
    width: 250px;
    font-family: "Montserrat", sans-serif;
}

.important-form h2 {
    color: #d34607;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
}

.important-form p {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.important-form form {
    padding: 30px;
    background-color: #f4f4f4;
    border-radius: 8px;
}