@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

.border-956508 {
    border-color: #956508 !important;
}

.bg-fdbb00 {
    background-color: #fdbb00 !important;
}

.bg-ffdc32 {
    background-color: #ffdc32 !important;
}

.bg-661dc6 {
    background-color: #661dc6 !important;
}

.bg-272080 {
    background-color: #272080 !important;
}

.bg-065207 {
    background-color: #065207 !important;
}

.bg-54bb01 {
    background-color: #54bb01 !important;
}

/* TEXT  */

.text-fdbb00 {
    color: #fdbb00 !important;
}

.text-ffdc32 {
    color: #ffdc32 !important;
}

.text-661dc6 {
    color: #661dc6 !important;
}

.text-272080 {
    color: #272080 !important;
}

.text-065207 {
    color: #065207 !important;
}

.text-54bb01 {
    color: #54bb01 !important;
}

.b-dotted {
    border-bottom: 4px dotted #000;
}


nav {
    background-color: #661dc6;
}

nav a.nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #fdbb00;
}

nav a.nav-link:hover {
    color: white;
}

nav a.nav-link.active {
    color: #fdbb00 !important;
    border-bottom: 2px solid #fdbb00;
}

.navbar-toggler {
    /* border: 1px solid #fdbb00; */
    /* color: #fdbb00 !important; */
    background-color: #fdbb00;
}

footer {
    background-color: #661dc6;
    /* background-image: url('../images/footer-bg-pc.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right; */
}

footer p {
    margin: 0;
    font-size: 12px;
    color: white;
    text-align: justify;
}

footer h6 {
    font-size: 17.5px;;
    color: #fdbb00;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer ul li {
    font-weight: 300;
    font-size: 14px;
    color: #fdbb00;
    padding: 3px 0;
}

footer ul li a {
    text-decoration: none;
    color: white;
}

footer ul li a:hover {
    color: #fdbb00;
}

section.home {
    z-index: 1000;
    position: relative;
    top: -50px;
}

section.home .home-content {
    background-image: url('../images/bg-tix.png');
    background-size: cover;
}

section.home-events {
    background-image: url('../images/bg-event.png');
    background-size: cover;
}

.btn-nav-link-home-events.active {
    background: #661dc6 !important;
    color: #fdbb00 !important;
    font-weight: bold;
}

section.home #pills-tab .btn-nav-link-home.active:after, section.home-events #pills-1-tab .btn-nav-link-home-events.active:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 12px 12px 0;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}

section.home #pills-tab .btn-nav-link-home.active {
    padding: 10px;
    position: relative;
    box-shadow: 0 0 13px 0px #0000008f;
}

section.ticket-body {
    z-index: 1000;
    position: relative;
    top: -100px;
}

section.ticket-body .section-content {
    background-image: url('../images/bg-tix.png');
    background-size: cover;
}

section.ticket-body .section-content .section-header {
    background-image: url('../images/bg-tix-top.png');
    background-size: cover;
}

section.ticket-body .section-content .section-header p{
    font-size: 13px;
    font-weight: 500;
}

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

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

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

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

section.ticket-body .section-content table .container input:checked ~ .checkmark {
    background-color: #fdbb00;
}

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

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

section.ticket-body .section-content table .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);
}

.left-vector {
    left: -125px;
    top: 250px;
    z-index: 0;
}

.right-vector {
    right: 0;
    top: -150px;
    z-index: 0;
}

section.contact-us {
    z-index: 1000;
    position: relative;
    top: -25px;
}

div.events #pills-tab .nav-link, section.home #pills-tab .btn-nav-link-home {
    /* background-color: #fff !important; */
}

div.events #pills-tab .nav-link.active {
    position: relative;
    box-shadow: 0 0 13px 0px #0000008f;
}
div.events #pills-tab .nav-link.active:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #fdbb00 transparent;
    border-width: 12px 12px 0;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}


div.events {
    background-image: url('../images/bg-tix.png');
    background-size: cover;
    top: -50px;
}

@media only screen and (max-width: 480px) and (min-width: 1px)
{
    section.home {
        top: 0;
    }
    section.ticket-body {
        top: -25px;
    }
    section.ticket-body .section-content .section-header p{
        font-size: 9px;
    }
    .right-vector, .left-vector {
        display: none;
    }
}

@media only screen and (max-width: 768px) and (min-width: 481px)
{
    section.home {
        top: -30px;
    }
    section.ticket-body {
        position: relative;
        top: -50px;
    }
    section.ticket-body .section-content .section-header p{
        font-size: 10px;
    }
    .right-vector, .left-vector {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px)
{
    section.home {
        top: -40px;
    }
    section.ticket-body {
        position: relative;
        top: -70px;
    }
    section.ticket-body .section-content .section-header p{
        font-size: 11px;
    }
    .left-vector {
        left: -100px;
        top: 150px;
    }

}


@media only screen and (min-width: 1025px ) and (max-width: 1200px)
{
    section.ticket-body {
        position: relative;
        top: -100px;
    }
    section.ticket-body .section-content .section-header p{
        font-size: 12px;
    }
    .left-vector {
        left: -150px;
        top: 150px;
    }

}
