@font-face {
    font-family: Charles;
    src: url('../fonts/Charles.otf');
}

@font-face {
    font-family: Charles-Bold;
    src: url('../fonts/Charles-Bold.otf');
}

@font-face {
    font-family: Chakra-Petch-Reg;
    src: url('../fonts/ChakraPetch-Regular.ttf');
}

@font-face {
    font-family: Chakra-Petch-Med;
    src: url('../fonts/ChakraPetch-Medium.ttf');
}

body {
    background-color: #000000;
    color: #fff;
    font-family: Charles;
    font-weight: normal;
}

.pad-bot20 {
    padding-bottom: 20px;
}

.pad-bot30 {
    padding-bottom: 30px;
}

.pad-bot40 {
    padding-bottom: 40px;
}

.pad-bot50 {
    padding-bottom: 50px;
}

.pad-bot60 {
    padding-bottom: 60px;
}

.pad-top60 {
    padding-top: 60px;
}

.pad-top120 {
    padding-top: 120px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.dark-bg {
    background-image: url('../images/background_1.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.content-width {
    width: 28%;
}

input,
textarea,
.form-control {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 20px;
    border: none;
    padding: 8px 14px 8px 14px;
    letter-spacing: 1px;
}

textarea {
    height: 120px;
}

.tnc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.privacy {
    color: #ffffff;
}

.privacy:hover {
    color: #ffffff;
}

.btn-primary {
    background: #BE0216;
    border: none;
    border-radius: 23px;
    padding: 10px 30px;
    font-family: Chakra-Petch-Med;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #BE0216;
}

.copyright {
    color: #fff;
    font-size: 12px;
    margin: 5px 0px;
}

.text-right {
    text-align: right;
}

.home-bg {
    background-image: url('../images/home-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.empty-height {
    height: 470px;
}

.slide-down,
.slide-down:hover {
    color: #fff;
    text-decoration: none;
    font-family: Charles;
    font-size: 10px;
}

.body-copy {
    font-family: Charles;
    font-size: 14px;
    line-height: 20px;
}

.slide-title {
    color: #BE0216;
    font-family: Chakra-Petch-Reg;
    text-transform: uppercase;
    font-size: 16px;
}

.slide-copy {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    width: 78%;
    margin: 0 auto 20px auto;
    height: 100px;
}

.carousel {
    margin-bottom: 30px;
}

.content-title {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.price {
    font-size: 14px;
    border-radius: 14px;
    padding: 5px 0;
    background: #BE0216;
    color: #fff;
    width: 148px;
    margin: auto;
}

.section-title {
    font-family: Chakra-Petch-Reg;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

hr {
    margin: 10px 0;
    opacity: 1;
}

.input-title {
    font-size: 14px;
    margin: 12px 0px;
}

.inner-input {
    width: 100%;
}

#birth {
    width: 70%;
}

.table-title {
    font-family: Chakra-Petch-Reg;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.table-group-divider {
    border-top: 1px solid #fff;
}

h5.ticket-name {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: normal;
}

.date,
.time {
    color: #9C9C9C;
    line-height: 17px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}

table {
    color: #fff;
}

th.ticket-section,
td.ticket-section {
    padding: 15px 10px 30px 10px;
}

th,
td {
    color: #fff;
}

th.no-border,
tr.no-border,
td.no-border {
    border-bottom-width: initial;
    border-style: none;
}

.subtotal-table {
    font-weight: normal;
    margin-bottom: 0;
}

h5.total {
    font-family: Charles-Bold;
    font-size: 18px;
}

th.table-padding,
td.table-padding {
    padding: 17px .5rem;
}

.back-button {
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: Chakra-Petch-Reg;
    letter-spacing: 2px;
}

.back-button:hover {
    color: #fff;
}

.tnc-check {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 15px;
    margin-top: 3px;
}

.form-check-input {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0;
}

.form-select {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    padding: 8px 32px 8px 14px;
    border-radius: 20px;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 2.5rem;
    background-position: right .75rem center, center right 1rem;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 2.5rem;
    background-position: right .75rem center, center right 0.5rem;
}

.was-validated .form-select:invalid,
.was-validated .form-control:invalid {
    border: 1px solid #dc3545;
}

.custom-select {
    width: 100%;
}

.carousel-indicators [data-bs-target].active {
    background-color: #BE0216;
    border: 1px solid #BE0216;
}

.carousel-indicators li {
    margin: 0 5px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    /*margin: 0 5px;*/
}

.carousel-indicators {
    bottom: 0;
}

.carousel-caption {
    padding-bottom: 20px;
    position: initial;
    padding-top: 0;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 5px;
}


@media screen and (max-width: 1024px) {
    .content-width {
        width: 100%;
    }
}

.invalid-feedback {
    display: block;
}

.invalid-validation {
    color: #dc3545;
    font-size: 14px;
}

@supports (-ms-ime-align:auto) {
    .form-select option {
        color: #000000;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-select option {
        color: #000000;
    }
}

@supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none)) {
    .form-select option {
        color: #000000;
    }
}
