body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
input, select, textarea {
    background-color: #f5f5f5 !important;
}
.navbar-brand {
    /* position: relative; */
    /* top: 60px; */
}
.navbar-toggler {
    border: none;
    color: #60925e;
    font-size: 30px !important;
}
.nav-item {
    border-radius: 25px;
}
.navbar-nav .active, .navbar-nav .active a {
    background-color: #60925e;
    color: white;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #60925e;
    color: white;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd;
}
.home-mid-banner {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/stars.png');
}
.counter {
    display: flex;
    gap: 0.75em;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }
.counter__box {
    color: #333;
    border-radius: 20px 20px 20px 20px;
    border: 5px solid #60925e;
    text-align: center;
    width: 120px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.25rem;
}
.counter__time {
    font-size: 65px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.counter__duration {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #333;
}
.dots {
    font-size: 52px;
    color: #002e46;
    margin: -0.75rem;
    padding: 0;
}
.bg-main-green {
    background-color: #60925e;
}
.text-main-green {
    color: #60925e;
}

.ticket-bg-gradient {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/ticket-bg-gradient.jpg');
}

.ticket-box {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url('../images/shadow-height.png');
    font-weight: 600 !important;
}

.border-b-dotted {
    border-style: dashed;
    border-bottom: 1px solid #333;
}

.ticket-box table .ticket-container {
    display: block;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ticket-box table .ticket-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ticket-box table .ticket-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #a9a9a9;
}

.ticket-box table .ticket-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.ticket-box table .ticket-container input:checked ~ .checkmark {
    background-color: #60925e;
}

.ticket-box table .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ticket-box table .ticket-container input:checked ~ .checkmark:after {
    display: block;
}

.ticket-box table .ticket-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer {
    background-color: #60925e;
}
/* .top-0 {
    top: 0 !important;
} */

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

.font-13 {
    font-size: 13px;
}
.home-mid-banner h1 {
    letter-spacing: 2px;
    font-weight: 600;
}
.ticket-frame {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/ticket-frame.png');
}

.shadow-height {
    height: 300px;
}

.ticket-box table thead tr {
    background-color: transparent;
}

@media screen and (max-width: 480px) {
    .navbar-brand {
        top: 0 !important;
    }
    .counter__time {
        font-size: 45px;
    }
    .counter__box {
        width: 70px;
        height: 80px;
    }
    .home-mid-banner h1 {
        font-size: 20px;
    }
    .ticket-box {
        background-size: 100% 75% !important;
    }
    .shadow-height {
        height: 170px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .navbar-brand {
        top: 0 !important;
    }
    .counter__time {
        font-size: 45px;
    }
    .counter__box {
        width: 77.5px;
        height: 90px;
    }
    .home-mid-banner h1 {
        font-size: 25px;
    }
    .ticket-box {
        background-size: 100% 90% !important;
    }
    .shadow-height {
        height: 175px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .navbar-brand {
        top: 0 !important;
    }
    .home-mid-banner h1 {
        font-size: 30px;
    }
    .shadow-height {
        height: 235px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .shadow-height {
        height: 250px;
    }
}

@media (min-width: 1201px) {

}
