@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');
@font-face {
    font-family: 'bahnschrift';
    src: url("Bahnschrift.otf") format("opentype");
}

.bahnschrift {
    font-family: 'bahnschrift';
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
    font-family: "Poppins", sans-serif;
}

nav .container-fluid,
section .container-fluid,
footer .container-fluid {
    width: 92%;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.main-btn,
.secondary-btn {
    background-color: #133056;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 40px;
    font-weight: 600;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    width: max-content;
    transition: .3s;
    text-transform: uppercase;
}

.secondary-btn {
    background-color: #5d9ef2;
    color: #133056;
}

.page_banner {
    background-image: url(../images/banner.jpg);
    padding: 50px 0;
    text-align: center;
}

.page_banner .vote-fore {
    width: 500px;
    display: block;
    margin: 0 auto;
}

.page_banner .elect-abel {
    width: 400px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.page_banner h2 {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 15px;
    font-size: 48px;
}

.page_banner h4 {
    color: #133056;
    font-style: italic;
    padding-bottom: 20px;
}

.page_banner h3 {
    font-weight: 600;
}

.about_abel {
    padding-top: 50px;
}

.about_abel p {
    font-size: 24px;
    line-height: 1.8;
}

.sponsorship_levels {
    background-image: url(../images/sponsorship_levels.jpg);
    background-size: cover;
    background-position: center;
}

h3.bahnschrift {
    color: #133056;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    padding-bottom: 50px;
}

.sponsorship_card {
    padding: 30px 50px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(../images/platinum.jpg);
    background-size: cover;
    height: 100%;
}

.sponsorship_card.gold_card {
    background-image: url(../images/gold.jpg);
}

.sponsorship_card.hole_card {
    background-image: url(../images/hole.jpg);
}

.sponsorship_card .sponsorship_details {
    width: 80%;
}

.sponsorship_card .sponsorship_details {
    width: 80%;
}

.sponsorship_card .sponsorship_img {
    width: 20%;
}

.sponsorship_card.gold_card .sponsorship_details,
.sponsorship_card.hole_card .sponsorship_details {
    width: 70%;
}

.sponsorship_card.gold_card .sponsorship_img,
.sponsorship_card.hole_card .sponsorship_img {
    width: 30%;
}

.sponsorship_card .sponsorship_img img {
    width: 100%;
}

.sponsorship_card .sponsorship_details h3 {
    font-size: 48px;
    font-weight: 700;
    color: #133056;
}

.sponsorship_card.gold_card .sponsorship_details h3 {
    color: #111;
}

.sponsorship_card.hole_card .sponsorship_details h3 {
    color: #fff;
}

.sponsorship_card .sponsorship_details h5 {
    font-size: 30px;
    padding-bottom: 20px;
}

.sponsorship_card.hole_card .sponsorship_details h5 {
    color: #fff;
}

.sponsorship_card .sponsorship_details ul {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    min-height: 80px;
}

.sponsorship_card.gold_card .sponsorship_details ul {
    display: block;
}

.sponsorship_card.gold_card .sponsorship_details ul li {
    width: 100%;
}

.sponsorship_card.hole_card .sponsorship_details ul li {
    color: #fff;
    width: 100%;
}

.sponsorship_card .sponsorship_details ul li {
    width: 40%;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sponsorship_card .sponsorship_details ul li::before {
    width: 8px;
    height: 8px;
    display: block;
    content: "";
    background-color: #133056;
}

.sponsorship_card.hole_card .sponsorship_details ul li::before {
    background-color: #89c13b;
}

.sponsorship_card .sponsorship_details a,
.team_entry_card a {
    border: 2px solid #133056;
    border-radius: 5px;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #133056;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    width: max-content;
}

.sponsorship_card.hole_card .sponsorship_details a {
    border: 2px solid #fff;
    color: #fff;
}

.team_entry_card {
    padding: 30px 50px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team_entry_card h4 {
    color: #133056;
    font-size: 40px;
}

.team_entry_card a {
    margin: 0;
}

.who_can_box {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 100%;
}

.who_can_box h6 {
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
    font-weight: 500;
}

.who_can_box ul li {
    color: #fff;
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: 300;
    text-indent: -12px;
    padding-left: 12px;
}

.form-section input.form-control {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.form-section h3 {
    color: #133056;
    font-weight: 600;
    padding-top: 10px;
    margin-left: -5px;
}

.form-section label {
    font-size: 24px;
    padding-bottom: 5px;
}

.form-section+hr {
    margin-top: 80px;
}

.form-section .signature-pad {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.form-section .pay-btns {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.form-section .pay-btns a {
    min-width: 300px;
    min-height: 50px;
    font-size: 24px;
}

.form-section .pay-btns a:last-child {
    color: #133056;
    background-color: #fff;
    border: 3px solid #5d9ef2;
}

section+p {
    text-align: center;
    padding-bottom: 50px;
}

.modal .btn-close {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #111;
    z-index: 8888;
    font-size: 18px;
    opacity: 1;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.modal h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.modal input.form-control {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.modal label {
    font-size: 16px;
    padding-bottom: 5px;
}