@font-face {
    font-family: ExoBlack;
    src: url(fonts/Exo-Black.ttf);
}

@font-face {
    font-family: ExoBlackItalic;
    src: url(fonts/Exo-BlackItalic.ttf);
}

@font-face {
    font-family: ExoBold;
    src: url(fonts/Exo-Bold.ttf);
}

@font-face {
    font-family: ExoBoldItalic;
    src: url(fonts/Exo-BoldItalic.ttf);
}

@font-face {
    font-family: ExoExtraBold;
    src: url(fonts/Exo-ExtraBold.ttf);
}

@font-face {
    font-family: ExoExtraBoldItalic;
    src: url(fonts/Exo-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: ExoItalic;
    src: url(fonts/Exo-Italic.ttf);
}

@font-face {
    font-family: ExoMedium;
    src: url(fonts/Exo-Medium.ttf);
}

@font-face {
    font-family: ExoMediumItalic;
    src: url(fonts/Exo-MediumItalic.ttf);
}

@font-face {
    font-family: ExoRegular;
    src: url(fonts/Exo-Regular.ttf);
}

@font-face {
    font-family: ExoSemiBold;
    src: url(fonts/Exo-SemiBold.ttf);
}

@font-face {
    font-family: ExoSemiBoldItalic;
    src: url(fonts/Exo-SemiBoldItalic.ttf);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'ExoMedium';
    overflow-x: hidden;
    display: block;
}

.nav-bar {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background-color: #fff;
    z-index: 3;
    background-image: none;
    transition: 0.4s;
}

.nav-bar-home {
    box-shadow: none;
    background-color: unset;
    background-image: linear-gradient(to top, transparent, rgba(55, 55, 55, .05), rgba(55, 55, 55, .3), rgba(55, 55, 55, .6), rgba(55, 55, 55, .9));
}

a {
    text-decoration: none;
    color: unset;
}

a:focus,
a:hover {
    text-decoration: none;
}

a:hover {
    color: unset;
}

.nav-bar-left {
    display: flex;
}

.nav-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
    padding-right: 14px;
    font-family: 'ExoBlackItalic';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
}

.nav-bar-home .nav-logo-text {
    color: #fff;
}

.nav-logo-div {
    background-color: #CD0F20;
    height: 65px;
    display: flex;
    width: 70px;
    justify-content: right;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.logo-triangle {
    border-top: 0 solid transparent;
    border-bottom: 65px solid transparent;
    border-left: 20px solid #CD0F20;
    width: 0;
    height: 0;
}

.nav-logo {
    width: 54px;
    height: 31px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 3px;
}

.main-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url("img/homepage_banner.webp");
    background-size: cover;
    background-position: center;
}

.main-updates {
    color: #fff;
    height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-updates-date {
    margin-top: 30px;
    font-size: 13px;
    font-family: 'ExoSemiBold';
}

.main-updates-title {
    font-size: 39px;
    font-family: 'ExoBold';
    max-width: 750px;
    margin-top: 5px;
}

.page-banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
    display: flex;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.page-banner img {
    width: 100%;
    object-fit: cover;
    background-color: lightgray;
}

.page-title {
    font-family: 'ExoBlackItalic';
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-bar-middle {
    display: flex;
    margin-right: 10px;
}

.nav-bar-home .nav-bar-middle {
    padding: 10px 0;
}

.nav-items {
    padding: 0 24px;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #757575;
}

a:has(.nav-items) {
    margin: 0 5px;
}

.nav-bar-home .nav-items:has(.nav-links.active) {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 40px;
}

.nav-bar-home .nav-items:not(.mb) {
    color: #fff;
}

.nav-items:hover {
    background-color: rgba(0, 0, 0, .05);
}

.nav-bar-home .nav-items:hover {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 40px;
}

.nav-links {
    font-size: 13px;
}

.nav-links.active {
    color: #CD0F20;
}

.nav-bar-home .nav-links.active {
    color: #fff;
}

.page-wrapper {
    position: relative;
    overflow-y: hidden;
    width: 100%;
}

.comp-details .wrapper-bg,
.page-wrapper .wrapper-bg {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: start;
    z-index: -1;
    opacity: .5;
}


.comp-details .wrapper-bg img,
.page-wrapper .wrapper-bg img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.fake-wrapper {
    position: absolute;
    height: 100%;
}

.competitions-right {
    border-left: 2px solid #999;
    padding-left: 90px;
    padding-right: 90px;
}

.competitions-left {
    position: relative;
}

.competitions-left.first {
    padding-top: 85px;
}

.competitions-right.first {
    padding-top: 85px;
}

.competitions-left.last {
    padding-bottom: 50px;
}

.competitions-right.last {
    padding-bottom: 50px;
}

.competition-card {
    height: 180px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    position: relative;
    margin-bottom: 60px;
    background-color: #fff;
    flex-direction: row-reverse;
    transition: transform .1s;
    cursor: pointer;
    justify-content: space-between;
    display: flex;
}


.competition-card:hover {
    transform: scale(1.01);
}

.competition-card:hover .timeline-icon {
    left: -102px;
}

.timeline-icon {
    position: absolute;
    height: 36px !important;
    top: 70px;
    left: -107px;
    transition: all .1s;
}

.competition-date {
    text-align: right;
    padding-right: 80px;
    height: 180px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'ExoBold';
    font-size: 18px;
}

.competition-cover-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}


.competition-card .details {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.comp-card-title {
    font-family: 'ExoExtraBold';
    font-size: 20px;
}

.comp-card-location {
    margin-top: 15px;
    color: gray;
    font-size: 14px;
}

.competitions-past {
    position: relative;
}

.competitions-past-div {
    font-family: 'ExoBold';
    padding: 2px 0;
    text-align: center;
    width: 100px;
    color: #fff;
    position: absolute;
    left: calc(25% - 50px);
    z-index: 1;
    background-color: #CD0F20;
    border-radius: 40px;
    padding: 13px 24px 12px;
    font-size: 13px;
}

footer {
    padding: 24px 0;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    z-index: 1;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    display: flex;
}

.footer-right {
    display: flex;
}


.whatsapp-icon {
    margin-right: 10px;
}

.footer-contact-text {
    font-family: 'ExoBlackItalic';
    font-size: 18px;
    margin-right: 15px;
}

.footer-contact {
    margin-left: 30px;
    line-height: 31px;
    font-size: 14px;
}

.footer-contact a:hover {
    color: #CD0F20;
}

.dashboard-wrapper {
    padding: 80px 0px;
}

.dashboard-card {
    padding: 50px;
    border-radius: 20px;
    background-color: #ff6f76;
    margin-bottom: 24px;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    transition: box-shadow .2s, background-color .2s;
}

.dashboard-card:hover {
    box-shadow: none;
    background-color: #ff6169;
}

.dashboard-title {
    font-family: 'ExoBlackItalic';
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.dashboard-card-title {
    font-family: 'ExoBlackItalic';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.dashboard-manage {
    text-align: right;
}

.add-new-btn {
    background-color: #CD0F20;
    padding: 12px 16px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'ExoBlackItalic';
    cursor: pointer;
    margin-bottom: 30px;
    float: right;
}

.comp-form-div {
    display: none;
    padding: 40px;
    border-radius: 20px;
    position: absolute;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background-color: #fff;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
}

.text-input {
    margin-bottom: 16px;
    padding: 12px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #ffd4d7;
}

.text-input::placeholder {
    color: #aaa;
}

.input-label {
    font-size: 13px;
    border-radius: 20px;
    margin-bottom: 5px;
    font-family: 'ExoSemiBold';
}

.form-title {
    font-family: 'ExoBlackItalic';
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 30px;
}

.event-label {
    font-family: 'ExoSemiBold';
    position: relative;
    transform: none;
    font-size: 13px;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.radio-label {
    font-size: 13px;
    transform: translate(3px, -3px);
}

.close-btn {
    float: right;
    padding: 10px;
    border-radius: 50%;
    transform: translate(15px, -5px);
    cursor: pointer;
    transition: transform .2s;
}

.close-btn:hover {
    background-color: #eee;
    transform: translate(15px, -5px) rotate(90deg);
}

.close-btn img {
    width: 20px;
    height: 20px;
}

.close-bt {
    right: 0;
    padding: 8px;
    border-radius: 50%;
    transform: translate(-16px, -14px);
    cursor: pointer;
    transition: transform .2s;
    position: absolute;
}

.close-bt:hover {
    background-color: #eee;
    transform: translate(-16px, -14px) rotate(90deg);
}

.close-bt img {
    width: 16px;
    height: 16px;
}


.submit-btn {
    position: absolute;
    right: 80px;
    bottom: 80px;
    background-color: #CD0F20;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ExoBlackItalic';
    cursor: pointer;
    border: none;
}

.competitions-dashboard-table table {
    font-size: 13px;
    border-radius: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.competitions-dashboard-table tr:hover {
    background-color: #eee;
}

.competitions-dashboard-table thead tr:hover {
    background-color: unset;
}

.competitions-dashboard-table thead {
    color: #fff;
    background-color: #202020;
    font-family: 'ExoBold';
    font-size: 13px;
}

.competitions-dashboard-table th {
    text-align: center;
    border-style: none;
}

.competitions-dashboard-table .first-col {
    width: 50%;
    /* padding-left: 20px; */
    text-align: left;
}

.competitions-dashboard-table td {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 300px;
    overflow: hidden;
}

.competitions-dashboard-table td:first-child {
    text-align: left;
}

.competitions-dashboard-table th:first-child {
    text-align: left;
}

.competitions-dashboard-table img {
    width: 14px;
    height: 14px;
}

.competitions-dashboard-table thead img {
    width: 20px;
    height: 20px;
}

.register-now {
    background-color: #CD0F20;
    border-radius: 40px;
    padding: 11px 24px;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.red-btn-hover:hover {
    background-color: #CD0F20;
    color: #CD0F20;
    color: #fff;
    box-shadow: none;
    transition: all .2s;
}

.nav-bar-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.red-section {
    height: 220px;
    background-color: #CD0F20;
    color: #fff;
}

.red-section .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.red-section-left {
    max-width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.red-section-right img {
    height: 220px;
}

.red-section .title {
    font-size: 13px;
    text-transform: uppercase;
}

.red-section span {
    margin-top: 16px;
    font-size: 17px;
    font-family: "ExoBold";
    margin-bottom: 10px;
}


.registration-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.registration-form-wrapper {
    max-width: 850px;
    margin: 65px auto;
    background-color: #fff;
    padding: 50px 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.edit-participants {
    position: absolute;
    z-index: 2;
    padding: 30px 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    display: none;
}

.delete-participants {
    position: absolute;
    z-index: 2;
    padding: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 160px;
    display: none;
}

.delete-participants .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    top: 0;
}

.delete-participants .actions {
    display: flex;
    justify-content: space-between;
    /* width: 100%;/ */
    font-size: 13px;
}

.delete-participants .cancel-btn {
    padding: 5px 20px;
    color: #888;
    cursor: pointer;
    border-radius: 20px;
}

.delete-participants .cancel-btn:hover {
    padding: 5px 20px;
    color: #888;
    background-color: #eeeeee;
}

.delete-participants .confirm-btn {
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #CD0F20;
    color: #fff;
}

.registration-form-wrapper .title {
    font-size: 24px;
    font-family: 'ExoBold';
}

.edit-participants .title {
    margin-bottom: 20px;
    font-size: 20px;
}

.delete-participants .title {
    margin-bottom: 20px;
    font-size: 18px;
}

.registration-form-wrapper .details {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 20px;
}

.registration-form-wrapper .details img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.registration-form-wrapper .details b {
    font-family: "ExoBold";
}


.comp-banner img {
    width: 100%;
}

.comp-details {
    position: relative;
    padding-bottom: 45px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    z-index: 1;
}

.comp-name {
    font-size: 30px;
    margin-top: 40px;
    font-family: 'ExoBold';
    margin-bottom: 12px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.comp-subtitle {
    font-size: 14px;
}

.comp-date,
.comp-venue {
    font-size: 13px;
}

.register-btn {
    background-color: #CD0F20;
    border-radius: 20px;
    padding: 8px 24px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    transition: all .2s;
}

.register-btn:hover {
    box-shadow: none;
    filter: brightness(.9);
}

.comp-sponsors .title,
.comp-events .title,
.comp-info .title,
.comp-schedule .title,
.comp-competitor .title,
.comp-live-results .title,
.comp-age-categories .title {
    font-size: 13px;
    font-family: 'ExoBold';
    line-height: 30px;
    width: 160px;
    max-width: 100%;
    border-bottom: 1px solid #C4C6C7;
    margin-bottom: 10px;
    margin-top: 30px;
}

.comp-sponsors img {
    width: 300px;
    max-width: 100%;
}

.comp-events img {
    height: 23px;
    margin-right: 10px;
    margin-bottom: 5px;
}



.comp-schedule,
.comp-competitor,
.comp-live-results,
.comp-age-categories,
.comp-info {
    font-size: 13px;
    max-width: 360px;
}

.comp-events {
    font-size: 13px;
}

.comp-schedule,
.comp-competitor,
.comp-live-results {
    margin-left: 7.5px;
}

.comp-info p {
    margin-bottom: 0;
}


.comp-date img,
.comp-venue img {
    margin-bottom: 2px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: 5px;
}

.new-tab-link {
    margin-bottom: 2px;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

#myCarousel {
    max-width: 100%;
    margin-top: 80px;
}

#myCarousel {
    max-width: 100%;
    margin-top: 80px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    border: 1px solid #555;
    margin: 0 5px;
    height: 12px;
    width: 12px;
}

.carousel-indicators li.active {
    background-color: #555;
}

.carousel-indicators {
    bottom: -36px;
}

#myCarousel .glyphicon-chevron-right,
#myCarousel .glyphicon-chevron-left {
    margin-right: -80px;
    margin-left: -80px;
    color: #bbbbbb;
}

.glyphicon-chevron-left:before {
    content: "\e257";
}

.glyphicon-chevron-right:before {
    content: "\e258";
}

#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
    opacity: 1;
    background-image: none;
    text-shadow: none;
}

.submit-registration {
    right: 80px;
    bottom: 80px;
    background-color: #CD0F20;
    width: fit-content;
    padding: 11px 40px;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    border: none;
    transition: all .2s;
    margin: 24px auto 0;
    border-radius: 30px;
    font-size: 13px;
}

.submit-registration:hover {
    box-shadow: none;
    filter: brightness(.9);
    color: #fff;
}

.copyright {
    line-height: 31px;
    font-size: 13px;
    margin-right: 40px;
    color: #888;
}

.copyright div {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    display: inline-block;
}

.age-category-btn-wrapper {
    display: flex;
    margin-top: 24px;
    white-space: nowrap;
}

.age-category-btn {
    padding: 8px 24px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    font-family: 'ExoBold';
    font-size: 14px;
    position: relative;
}

.age-category-btn.active {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.participants-table-wrapper {
    overflow-x: auto;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background-color: #fff;
    z-index: 1;
    min-height: 400px;
}

.age-category-btn.active .white-bg {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 30%;
    transform: translate(-24px, 24px);
    z-index: 3;
}

.payment-div {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    font-size: 13px;
    max-width: 600px;
    margin: 65px auto;
}

.payment-div .title {
    font-size: 24px;
    font-family: 'ExoBold';
    margin-bottom: 20px;
}

#paymentAccordion {
    margin-top: 8px;
}

#paymentAccordion .notice {
    font-size: 13px;
    font-family: 'ExoItalic';
}

.accordion-button {
    font-size: 14px;
}

.copy-to-clipboard {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-bottom: 1px;
}

#headingOne img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 2px;
}

#headingTwo img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#collapseTwo img {
    width: 120px;
    height: 120px;
}

.accordion-body {
    padding-left: 36px;
}

.whatsapp-payment {
    right: 80px;
    bottom: 80px;
    background-color: #25D366;
    width: fit-content;
    padding: 11px 40px;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    border: none;
    transition: all .2s;
    margin: 24px auto 0;
    border-radius: 30px;
    font-size: 13px;
    display: block;
}

.whatsapp-payment:hover {
    box-shadow: none;
    filter: brightness(.9);
    color: #fff;
}

.whatsapp-payment img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 3px;
}

.homepage-video {
    width: 100%;
    overflow: hidden;
}

.homepage-video video {
    width: 100%;
}

.yj-shopee {
    height: 400px;
    position: relative;
    background-image: url("img/YJ Cube Blank.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
}

.yj-shopee .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yj-shopee img {
    width: 260px;
    max-width: 100%;
}

.feature-div {
    padding: 60px 0 70px;
    background-color: #eee;
    overflow-x: hidden;
}

.feature-div .title {
    font-family: 'ExoBold';
    font-size: 30px;
    margin-bottom: 20px;
}

.feature-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    height: 100%;
    background-color: #fff;
}

.feature-card img {
    width: 100%;
}

.feature-card .white-part {
    padding: 30px;
    font-size: 16px;
    color: #737478;
    font-family: "ExoRegular";
}

.feature-card .white-part .title {
    color: #000;
    font-family: "ExoBold";
    font-size: 20px;
    margin-bottom: 10px;
}

.contactus-wrapper {
    background-image: url(img/contactus-bg.jpg);
    height: calc(100% - 145px);
    background-size: cover;
    background-position: center;
    position: relative;
}

.contactus-wrapper .whatsapp-payment {
    margin-left: 0;
    margin-top: 0;
}

.contactus-wrapper p {
    max-width: 600px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.contactus-wrapper .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 1;
    position: relative;
}

.maintenance {
    margin-top: 36px;
    width: 300px;
}

.gear-spin {
    animation: gearSpin 10s linear infinite;
}

@keyframes gearSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bank-info-copy,
.bank-info {
    margin-top: 1px;
    margin-bottom: 1px;
    display: inline-block;
    font-family: 'ExoBold';
    font-size: 14px;
    padding: 1px 8px;
    border-radius: 20px;
}

.bank-info-copy:hover {
    background-color: #eee;
    cursor: pointer;
}

figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

figcaption {
    display: flex;
    opacity: 0;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 0 80px;
    font-size: 16px;
    font-family: "ExoRegular";
    transition: opacity .25s;
}

figcaption p {
    max-width: 600px;
}

figcaption .title {
    font-size: 28px;
    font-family: "ExoExtraBold";
    margin-bottom: 10px;
}

figcaption img {
    width: 240px;
    margin-bottom: 20px;
}

.age-bar td {
    height: 3px;
}

#age-bar-9 td {
    background-color: rgb(0, 191, 255);
}

#age-bar-12 td {
    background-color: #CD0F20;
}

#age-bar-15 td {
    background-color: rgb(255, 217, 0);
}

#age-bar-16 td {
    background-color: rgb(0, 177, 59);
}

#table-12 {
    display: none;
}

#table-15 {
    display: none;
}

#table-16 {
    display: none;
}

.admin-page {
    margin-left: 20px;
    margin-right: 20px;
}

.action-feature {
    display: none;
}

.manage {
    display: flex;
    gap: 20px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}

.manage-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    margin-right: 20px;
}

.manage-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.back-btn {
    padding-top: 50px;
    display: block;
    font-size: 14px;
    font-family: 'ExoBold';
}

.back-btn img {
    margin-bottom: 2px;
}

#nav-bar-mobile {
    display: none;
    background-color: #fff;
    position: absolute;
    right: 0;
    flex-direction: column;
    height: 100vh;
    padding-top: 65px;
    width: 0;
    transition: width .25s;
}

#mobile-nav-tint {
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .4;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -1;
    transition: opacity .25s;
}

#nav-bar-mobile .nav-items {
    height: 50px;
    text-align: center;
    padding: 0;
    margin: 0 24px 5px;
    border-radius: 40px;
}

#nav-bar-mobile .register-now {
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 11px 0;
    width: 220px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
}

#mobile-menu {
    display: none;
    width: 65px;
    height: 65px;
    z-index: 2;
    padding: 22.5px;
    cursor: pointer;
}

.menu-bar {
    background-color: #000;
    height: 2px;
    width: 20px;
    margin-bottom: 6px;
    transition: all .25s;
    margin-left: auto;
}

.nav-bar-home .menu-bar {
    background-color: #fff;
}

.menu-bar-1-close {
    transform: translate(-3px, 8px) rotate(-45deg);
    width: 26px;
}

.menu-bar-2-close {
    width: 0;
}

.menu-bar-3-close {
    transform: translate(-3px, -8px) rotate(45deg);
    width: 26px;
}

.nav-bar-home .menu-bar-1-close,
.nav-bar-home .menu-bar-2-close,
.nav-bar-home .menu-bar-3-close {
    background-color: #000;
}

.date-date {
    display: inline-block;
}

.comp-card-date {
    color: #000;
    display: none;
}

.contactus-wrapper .tint {
    background-color: rgba(255, 255, 255, .7);
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
}

.total-participants {
    font-family: 'ExoBold';
    font-size: 14px;
    padding-right: 10px;
}

.container:before,
.container:after {
    content: none;
}

.click-2-download {
    font-size: 14px;
    text-decoration: underline;
}

.click-2-download img {
    height: 16px;
    width: 16px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.schedule {
    margin-top: 20px;
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.schedule img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

@media (max-width: 1199px) {

    #myCarousel .glyphicon-chevron-right,
    #myCarousel .glyphicon-chevron-left {
        margin-right: -70px;
        margin-left: -70px;
    }

    .nav-items {
        padding: 0 16px;

    }
}

@media (max-width: 991px) {

    #myCarousel .glyphicon-chevron-right,
    #myCarousel .glyphicon-chevron-left {
        margin-right: -90px;
        margin-left: -90px;
    }

    .competitions-past-div {
        left: 50%;
        top: -25px;
        transform: translateX(-50%);
    }

    .timeline-icon {
        left: -66px;
    }

    .competition-card:hover .timeline-icon {
        left: -63.5px;
    }

    .competitions-left {
        display: none;
    }

    .competitions-right {
        padding-left: 50px;
        padding-right: 30px;
        margin-left: 24px;
    }

    #mobile-menu {
        display: block;
    }

    #nav-bar-mobile {
        display: flex;
    }

    #nav-bar-mobile .nav-links {
        font-size: 14px;
    }

    .nav-bar-right {
        display: none;
    }

    .nav-bar-middle {
        display: none;
    }

    .competitions-right.first {
        padding-top: 50px;
    }

    .comp-card-date {
        display: block;
    }

    .comp-card-location {
        margin-top: 0;
    }

    .comp-card-date {
        margin-top: 8px;
    }

    .page-banner {
        height: 220px;
    }

    .contactus-wrapper .tint {
        display: block;
    }
}


@media (max-width: 767px) {

    #myCarousel .carousel-control.left,
    #myCarousel .carousel-control.right {
        font-size: 30px;
    }

    #myCarousel .glyphicon-chevron-right,
    #myCarousel .glyphicon-chevron-left {
        margin-right: -75px;
        margin-left: -75px;
    }

    .registration-form-wrapper .details {
        text-align: left;
    }

    .registration-form-wrapper {
        margin: 40px 10px;
        padding: 40px;
    }

    .edit-participants {
        margin: 50 auto;
        max-width: 95%;
    }

    .delete-participants {
        margin: auto auto;
        max-width: 95%;
        padding: 30px;
    }

    .footer-left {
        display: none;
    }

    .footer-right {
        justify-content: space-between;
        flex-basis: 100%;
    }

    .yj-shopee {
        height: 300px;
        background-image: url('img/YJ Square.jpg');
    }

    .yj-shopee .content {
        width: 50%;
        text-align: center;
    }

    .feature-div .row {
        gap: 20px;
    }

    .main-updates-title {
        font-size: 24px;
        margin-top: 24px;
    }

    .red-section-right {
        display: none;
    }

    .red-section-left {
        max-width: 100%;
    }

    .red-section .container {
        height: 100%;
    }

    .comp-banner {
        overflow: hidden;
        height: 260px;
        display: flex;
        justify-content: center;
    }

    .comp-banner img {
        height: 100%;
        width: auto;
    }

    .payment-div {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .payment-div {
        padding: 24px 20px;
    }

    #myCarousel .glyphicon-chevron-right,
    #myCarousel .glyphicon-chevron-left {
        margin-right: -30px;
        margin-left: -30px;
    }

    #myCarousel .glyphicon-chevron-right,
    #myCarousel .glyphicon-chevron-left {
        color: #000;
    }

    figcaption {
        display: none;
    }

    .feature-div {
        padding: 40px 0 40px;
    }

    .age-category-btn-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .age-category-btn.active .white-bg {
        transform: translate(-8px, 18px);
    }

    .age-category-btn {
        padding: 8px 8px;
        font-size: 13px;
        width: 80px;
    }

    .container:has(.payment-div) {
        padding: 0 10px;
    }

    .registration-form-wrapper {
        padding: 24px 20px;
    }

    .delete-participants {
        padding: 30px 20px;
    }

    .comp-banner {
        overflow: hidden;
        height: fit-content;
        display: flex;
        justify-content: center;
    }

    .comp-banner img {
        height: auto;
        width: 240%
    }

    .comp-venue {
        margin-top: 10px;
    }

    .competition-card:hover .timeline-icon {
        left: -25px;
    }

    .timeline-icon {
        top: 53px;
        left: -27px;
        height: 24px !important;
    }

    .competition-cover-img {
        height: 130px;
        width: 130px;
    }

    .container:has(.competition-card) {
        overflow-x: hidden;
    }

    .competition-card {
        height: 130px;
    }

    .competitions-right {
        padding-left: 15px;
        padding-right: 25px;
        margin-left: 15px;
    }

    .competition-card .details {
        padding: 0 8px 0 20px;
    }

    .comp-card-title {
        font-size: 15px;
    }

    .comp-card-location {
        font-size: 12px;
    }

    .comp-card-date {
        font-size: 12px;
    }

    footer .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .feature-div .title {
        font-size: 24px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .red-section span {
        font-size: 14px;
    }

    .red-section .title {
        font-size: 11px;
    }

    .word-divider {
        display: none;
    }

    .date-date {
        position: absolute;
        right: 15px;
    }

    .red-section {
        height: 180px;
    }

    .bank-info-copy,
    .bank-info {
        display: block;
        margin-bottom: -10px;
    }

    #collapseTwo img {
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .admin-page {
        margin-left: 12px;
        margin-right: 12px;
    }

    .admin-page .comp-name {
        margin-left: 8px;
        margin-right: 8px;
    }

    .participants-table-wrapper {
        margin-left: -5px;
        margin-right: -5px;
        padding: 12px;
    }
}