@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Raleway' !important;
    background-color: #F5F5F5 !important;
}

main {
    text-align: left;
}

nav {
    background-color: #fff !important;
}

.center {
    text-align: center;
}

.grey {
    color: #100d0b;
}

.green {
    color: #37f109;
}

.blue {
    color: #0cace8;
}

.pink {
    color: #ec0640 !important;
}

.socialmedia {
    text-align: center;
    margin-bottom: 20px;
}

    .socialmedia a {
        margin-left: 20px;
        margin-right: 20px;
    }

    .socialmedia i {
        color: #0cace8;
        font-size: x-large;
    }

.footer {
    font-size: x-small;
    text-align: center;
}

.terms {
    font-size: medium;
    text-align: center;
    margin-bottom: 20px;
}

.emailfield {
    padding: 10px;
}

.emailfieldbutton {
    background-color: #ec0640;
    color: #fff;
    border: 1px solid #ec0640;
    padding: 10px;
}

.emailfieldsuccess {
    color: #37f109;
}

.dashboard-section ul {
    list-style-type: none; /* Removes bullet points */
    padding: 2px;
    margin: 0;
}

/* Style individual list items */
.dashboard-menu li {
    margin-bottom: 15px; /* Adds space between buttons */
}

    /* Style the buttons */
    .dashboard-menu li a.btn {
        display: block;
        padding: 10px 20px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        color: white;
        background-color: #17a2b8; /* Bootstrap info button color */
        border-radius: 5px;
    }

        /* Add hover effect */
        .dashboard-menu li a.btn:hover {
            background-color: #138496; /* Darken the info color on hover */
        }

/* Center align the section */
.dashboard-section {
    text-align: center;
}

.nav-link {
    display: flex;
    align-items: center;
}

.nav-link-shopping-cart:hover {
    text-decoration: none;
}

.nav-link-shopping-cart span {
    background-color: #0cace8 !important;
}

.badge {
    font-size: 0.9rem; /* Adjust size as needed */
    padding: 0.25em 0.5em; /* Adjust padding as needed */
}

.fa-shopping-cart {
    font-size: 1.5rem; /* Adjust icon size as needed */
    margin-right: 0.5em; /* Space between icon and badge */
}

.dropdown-menu {
    color: black;
    /*background: linear-gradient(90deg, rgba(255, 0, 0, 0.6) 0%, rgba(255, 154, 0, 0.6) 10%, rgba(208, 222, 33, 0.6) 20%, rgba(79, 220, 74, 0.6) 30%, rgba(63, 218, 216, 0.6) 40%, rgba(47, 201, 226, 0.6) 50%, rgba(28, 127, 238, 0.6) 60%, rgba(95, 21, 242, 0.6) 70%, rgba(186, 12, 248, 0.6) 80%, rgba(251, 7, 217, 0.6) 90%, rgba(255, 0, 0, 0.6) 100%) !important;*/
}

.custom-badge {
    background-color: red;
    color: white;
    padding: 0.2em 0.5em;
    border-radius: 50%;
}

.tickets {
    display: flex;
    flex-direction: column;
}

.tickets-raffle {
    flex: 1;
    border: 0px;
    text-align: center;
    display: flex;
    flex-direction: row;
}

    .tickets-raffle:nth-child(even) {
        flex-direction: row-reverse;
    }

.ticket-left {
    width: 50%;
    min-height: 645px;
}

    .ticket-left img {
        width: 100%;
    }


.ticket-right {
    width: 50%;
    padding-left: 30px;
    position: relative;
}

.landing-page {
    background-color: #000;
}

.align-left {
    float: left;
    padding-left: 5px;
}

.align-right {
    float: right;
    padding-right: 5px;
}

nav {
    /*background: linear-gradient(90deg, rgba(255, 0, 0, 0.6) 0%, rgba(255, 154, 0, 0.6) 10%, rgba(208, 222, 33, 0.6) 20%, rgba(79, 220, 74, 0.6) 30%, rgba(63, 218, 216, 0.6) 40%, rgba(47, 201, 226, 0.6) 50%, rgba(28, 127, 238, 0.6) 60%, rgba(95, 21, 242, 0.6) 70%, rgba(186, 12, 248, 0.6) 80%, rgba(251, 7, 217, 0.6) 90%, rgba(255, 0, 0, 0.6) 100%) !important;*/
    background-color: #c3c3c3 !important;
}

    nav a {
        color: #000 !important;
        font-weight: bold !important;
    }

        nav a:hover {
            text-decoration: underline;
        }

.nav-current-page {
    color: #ec0640 !important;
}

.navbar-brand img {
    height: 80px;
}

.align-left {
    float: left;
    padding-left: 5px;
}

.align-right {
    float: right;
    padding-right: 5px;
}

.btn-container {
    clear: both;
    padding-top: 5px;
}

.btn {
    width: 100%;
    color: white;
    background: #ec0640;
    border-radius: 0;
    border: 2px solid #ec0640;
    font-weight: bold;
}

    .btn:hover {
        background: white;
        color: #ec0640;
        border: 2px solid #ec0640;
    }

.tag-container {
    text-align: center;
    background: #baee9b;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.ticket-right-title {
    padding-top: 2px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 22px;
}

.ticket-right-body {
    font-size: 16px;
    text-align: left;
}

    .ticket-right-body i {
        color: #0cace8;
        margin-left: 10px;
    }

.ticket-right button {
    width: 350px;
}

.ticket-right-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.ticket-right-details {
    font-size: 20px;
    font-weight: bold;
    display: flex;
}

.ticket-right-details-left {
    text-align: left;
    width: 50%;
}

.ticket-right-details-right {
    text-align: right;
    width: 50%;
}

.tickets-upcomingcontainer {
    display: flex;
    gap: 10px;
}

.tickets-upcomingraffle {
    text-align: center;
    width: 33%;
}

    .tickets-upcomingraffle img {
        width: 100%;
    }

.tickets-upcomingraffle-content {
    margin-top: 10px;
}

    .tickets-upcomingraffle-content p {
        font-weight: bold;
    }

h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

h2 {
    font-size: x-large;
}

.bg-dark {
    background-color: #fff !important;
}

.countdown {
    font-size: medium;
}

.ticketsleft {
    font-size: medium;
}

.btn-addtocart {
    background-color: #0cace8 !important;
    border: 2px solid #0cace8;
    margin-bottom: 2px;
}

#background-video {
    display: block;
}

#background-video-mobile {
    display: none;
}

.background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.center-h {
    display: flex; /* or display:grid */
    justify-content: center;
}

.center-v {
    display: flex;
    align-items: center;
}

.h-100vh {
    height: 100vh;
}

.about-row {
    display: flex;
    width: 1300px;
    margin: 0 auto;
}

.about-row-left {
    width: 50%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.about-row-right {
    width: 50%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.about-row-left div {
    margin-right: 20px;
    margin-left: 20px;
}

.about-row-right div {
    margin-right: 20px;
    margin-left: 20px;
}

.bg-fadedblue {
    background-color: rgba(12, 172, 232, 0.2) !important;
}

.bg-fadedblue-fullwidth {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}

    .bg-fadedblue-fullwidth:before {
        content: '';
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        z-index: -1;
        background-color: rgba(12, 172, 232, 0.2) !important;
    }

.bg-fadedpink {
    background-color: rgba(236, 6, 64, 0.2) !important;
}

.nav-link {
    margin-top: 5px;
    font-size: 22px;
    font-weight: normal !important;
    letter-spacing: 1px;
}

    .nav-link:hover {
        color: #0cace8 !important;
    }


.contact-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    column-gap: 50px;
}

    .contact-details div {
        flex: 1;
        padding: 40px 20px;
        background-color: #0cace8;
        color: #fff;
        text-align: center;
    }

    .contact-details i {
        color: #fff;
        font-size: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.contact-form {
    width: 400px;
    margin: 0 auto;
}

    .contact-form .form-group {
        margin-bottom: 20px;
    }

    .contact-form input, select, textarea {
        margin: 0 auto;
        font-size: 18px !important;
    }

.general-form {
    width: 400px;
    margin: 0 auto;
}

    .general-form .form-group {
        margin-bottom: 20px;
    }

    .general-form button, input, select, textarea {
        font-size: 18px !important;
        margin: 0 auto;
    }

.placeholder-text {
    color: #6c757d;
    opacity: 1;
}

select {
    color: #6c757d !important;
}

    select option {
        color: #212529 !important;
    }

    select:has(option:checked:not([value])),
    select:has(option:checked:not([value=""])) {
        color: #212529 !important;
    }

        select:has(option:checked:not([value])) option,
        select:has(option:checked:not([value=""])) option {
            color: #212529 !important;
        }

.contact-emaillink {
    color: #fff;
}

.forgot-password {
    text-align: center;
}

.form-control {
    background-color: transparent;
    border: 1px solid #0cace8;
    border-radius: 0px;
    padding: 15px;
}

button, input, select, textarea {
    max-width: 400px;
}

.btn-container {
    clear: both;
    padding-top: 5px;
}

/*.btn {
    width: 100%;
    color: white;
    background: #008631;
    border-radius: 0;
}*/

.cart {
    margin: 0 auto;
}

    .cart tr {
        border-bottom: 50px solid #F5F5F5;
    }

    .cart td {
        font-size: 18px;
        vertical-align: top;
    }

.modal {
    --bs-modal-width: 800px !important;
}

.modal-header {
    border: 0;
}


    .modal-header button {
        top: 10px;
        right: 10px;
        position: absolute;
    }

.modal-footer button {
    margin: 0 auto;
}

.modal-body {
    font-family: Arial;
}

    .modal-body h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .modal-body h4 {
        font-size: 18px;
        font-weight: bold;
    }

.termsconditions {
    font-family: Arial;
}

    .termsconditions h4 {
        font-size: 20px;
        font-weight: bold;
    }

.btn-removefromcart {
    width: 170px;
    background-color: #c3c3c3;
    color: #000;
    border: 1px solid #c3c3c3;
}

.cart img {
    width: 650px;
    height: auto;
}

@media only screen and (max-width: 1400px) {
    .container {
        max-width: 98% !important;        
    }

}

@media only screen and (max-width: 1320px) {
    .about-row {
        width: 98% !important;
        flex-direction: column;
        align-items: center;
    }

    .about-table .about-row:nth-child(even){
        flex-direction: column-reverse;
    }

    .about-table {
        margin: 0 auto;
    }

    .about-row-left {
        justify-content: center;
    }

    .about-row-right {
        justify-content: center;
    }

    .tickets-upcomingcontainer {
        flex-direction: column;
        font-size: 18px !important;
        gap: 30px;
    }

    .tickets-upcomingraffle {
        width: 98%;
    }

    .tickets-raffle {
        flex-direction: column;
    }

    .ticket-left {
        width: 98%;
    }

    .ticket-right {
        width: 98%;
        padding-left: 0px;
    }

    .ticket-right-bottom {
        margin-top: 20px;
        position: inherit;
        left: unset;
        right: unset;
        bottom: unset;
    }

    .nav-link { 
        font-size: 20px !important;
    }

    .cart img {
        width: 400px;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    #background-video {
        display: none;
    }

    #background-video-mobile {
        display: block;
    }

    .body-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .about-row-right {
        width: 100%;
    }

    .about-row-left {
        width: 100%;
    }

    .contact-details {
        flex-direction: column;
        row-gap: 20px;
    }

    .ticket-left {
        min-height: unset;
    }

    .cart tr {
        display: flex;
        flex-direction: column;
    }

    .cart tr td {
        padding-left: 0px !important;
    }

}


@media only screen and (max-width: 430px) {
    .general-form { 
        width: unset;
    }

    .contact-form {
        width: unset;
    }
}
