* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    --main-color: #FA0195;
}

html {
    /*    font-size: 14px;
*/
}

@media (max-width: 768px) {
    .padding-inline-intro {
        padding-inline: 50px !important;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .padding-inline-intro {
        padding-inline: 100px !important;
    }

    .qr-code-img {
        width: 75% !important;
    }
}

@media (max-width: 812px) {
    .contestant-section {
        grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
    }

    .ranking-section3 {
        grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
    }
}

@media (min-width: 812px) {
    .contestant-section {
        grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
    }

    .ranking-section3 {
        grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
        gap: 48px 0px !important;
        margin-inline: 100px;
    }

    .raking-section {
        grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
        gap: 48px 0px !important;
    }
}

@media (min-width: 1200px) {
    .contestant-section {
        grid-template-columns: repeat(3, minmax(0px, 1fr)) !important;
    }

    .ranking-section3 {
        grid-template-columns: repeat(3, minmax(0px, 1fr)) !important;
        gap: 48px 0px !important;
        margin-inline: 0px;
    }

    .raking-section {
        grid-template-columns: repeat(3, minmax(0px, 1fr)) !important;
        gap: 48px;
    }
}

@media(max-width:515px) {
    .mt-esm-70 {
        margin-top: 70px !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#loader {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    position: fixed;
    backdrop-filter: blur(6px);
}

#loader-section {
    position: fixed;
    width: 39px;
    height: 48px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 6px;
    height: 15px;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 17px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 5px;
    top: 6px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 16px;
    top: 2px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 5px;
    top: 6px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 17px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 5px;
    bottom: 4px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 16px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 5px;
    bottom: 4px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}



@keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}


.eye-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: black;
}

.form-control {
    padding-block: 10px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.account-btn {
    background-color: hsla(0, 0%, 100%, .07);
    border-radius: 8px;
    cursor: pointer;
    padding-block: 12px;
}

    .account-btn .loader {
        border: 3px solid white;
        border-top: 3px solid transparent;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*General*/

.oy-scroll {
    overflow-y: scroll;
}

.container-bg {
    background: #ffffff12;
}

.modal {
    backdrop-filter: blur(8px) !important;
}

.primary-color {
    color: var(--main-color);
}

.bg-primary-color {
    background: var(--main-color);
}

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

.mt-10 {
    margin-top: 10px;
}

.mt-120 {
    margin-top: 120px;
}

.margin-inline-50 {
    margin-inline: 50px;
}

.pt-85 {
    padding-top: 85px;
}

.p-5px {
    padding: 5px;
}

.p-12 {
    padding: 12px;
}

.p-16 {
    padding: 16px;
}

.p-20 {
    padding: 20px;
}

.pb-85 {
    padding-bottom: 85px;
}

.p-inline-10 {
    padding-inline: 10px;
}

.p-inline-15 {
    padding-inline: 15px;
}

.p-inline-24 {
    padding-inline: 24px;
}

.p-inline-25 {
    padding-inline: 25px !important;
}

.p-inline-30 {
    padding-inline: 30px;
}

.p-inline-50 {
    padding-inline: 50px;
}

.p-block-5 {
    padding-block: 5px;
}

.p-block-8 {
    padding-block: 8px;
}

.p-block-10 {
    padding-block: 10px;
}

.p-block-12 {
    padding-block: 12px;
}

.p-block-20 {
    padding-block: 20px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.font-32 {
    font-size: 32px;
}

.font-35 {
    font-size: 35px;
}

.font-40 {
    font-size: 40px;
}

.font-42 {
    font-size: 42px;
}

.font-48 {
    font-size: 48px;
}

.font-80 {
    font-size: 80px;
}

.flex-1 {
    flex: 1 1 0%;
}

.inset-0 {
    inset: 0px;
}

.object-fit-cover {
    object-fit: cover;
}

.br-4 {
    border-radius: 4px;
}

.br-8 {
    border-radius: 8px;
}

.br-12 {
    border-radius: 12px;
}

.br-16 {
    border-radius: 16px;
}

.b-bottom-0 {
    border-bottom: 0px !important;
}

.text-ellipsis {
    text-overflow: ellipsis;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-24 {
    gap: 24px;
}

.gap-35 {
    gap: 35px;
}

.gap-45 {
    gap: 45px;
}


.border-1px {
    border: 1px solid;
}



.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

/**/

.contestant-section, .raking-section, .ranking-section3 {
    gap: 48px;
    grid-auto-rows: max-content;
    place-items: center;
}

.contestantlist-img-section {
    aspect-ratio: 286/354;
}


/*.raking-section, .ranking-section3 {
    gap: 48px 0px !important;
}*/

.contestant-box {
    width: 286px;
    border-color: hsla(0, 0%, 100%, 0);
    border-width: 1px;
    border-radius: 24px;
    background-color: hsla(0, 0%, 87%, .2);
    backdrop-filter: blur(8px);
}

    .contestant-box:hover {
        background-color: hsla(0, 0%, 87%, .4);
    }

.section-title {
    font-size: 42px;
}


.event-navbar {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-nav-container {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.event-nav-item {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
    transition: color 0.3s ease;
    background-color: hsla(0, 0%, 100%, .07);
    border-radius: 50px;
    margin-inline: 10px;
    margin-top: 10px;
}

    .event-nav-item:hover {
        color: rgba(255, 255, 255, 1);
    }

    .event-nav-item.active {
        color: var(--main-color);
        background-color: white;
        border-radius: 30px;
        padding: 10px 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        font-weight: 500;
    }

.ranking-text {
    top: 18px;
    color: rgb(228 228 228);
    font-size: 24px;
}


@media(max-width:992px) {
    .info-part {
        max-width: 600px;
    }

    .font-esm-14 {
        font-size: 14px !important;
    }

    .font-esm-16 {
        font-size: 16px !important;
    }

    .font-esm-18 {
        font-size: 18px !important;
    }

    .font-esm-20 {
        font-size: 20px !important;
    }

    .font-esm-25 {
        font-size: 25px !important;
    }

    .font-esm-28 {
        font-size: 28px !important;
    }

    .font-esm-30 {
        font-size: 30px !important;
    }

    .margin-inline-esm-20 {
        margin-inline: 20px !important;
    }

    .margin-inline-esm-30 {
        margin-inline: 30px !important;
    }

    .gap-esm-10 {
        gap: 10px !important;
    }

    .gap-esm-20 {
        gap: 20px !important;
    }

    .gap-esm-23 {
        gap: 23px !important;
    }

    .p-inline-esm-30 {
        padding-inline: 30px !important;
    }

    .p-inline-esm-0 {
        padding-inline: 0px !important;
    }
    
    .p-inline-esm-10 {
        padding-inline: 10px !important;
    }
    .p-inline-esm-15 {
        padding-inline: 15px !important;
    }

    .p-block-esm-14 {
        padding-block: 14px !important;
    }

    .pt-esm-50 {
        padding-top: 50px;
    }

    .pb-esm-50 {
        padding-bottom: 50px;
    }

    .flex-esm-wrap {
    }
}

@media(max-width:440px) {
    .flex-wrap-440 {
        flex-wrap: wrap;
    }
}

.copy-icon {
    transition: transform 0.3s ease;
}

    .copy-icon.animate {
        transform: scale(1.4);
    }

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.copy-icon.bounce {
    animation: bounce 0.4s ease;
}

.separation {
    position: absolute;
    bottom: unset;
    top: 0px;
    background: url(/images/separation-bottom.png) center 0px / 2000px 16px no-repeat transparent;
    mix-blend-mode: screen;
    height: 16px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.hr-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

    .hr-with-text::before,
    .hr-with-text::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #ccc;
    }

    .hr-with-text:not(:empty)::before {
        margin-right: 10px;
    }

    .hr-with-text:not(:empty)::after {
        margin-left: 10px;
    }

.account-section {
    max-width: 370px;
    width: 100%;
}


.toast {
    visibility: hidden;
    min-width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 12px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

    .toast.show {
        visibility: visible;
        opacity: 1;
    }



/*Ticket*/
.ticket-event-section {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}

.ticket-event-card {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background: hsla(0, 0%, 87%, .2);
    border-radius: 8px;
    border: none;
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    padding: 15px 20px;
}

.card-header {
    border-bottom: 1px solid #636365;
}

.ticket-details-card {
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 3px 6px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 3px 6px rgba(0, 0, 0, .24);
}

.custom-select {
    border: 1px solid #818181;
    height: 36px;
    min-height: 36px;
    padding: 0 15px;
    line-height: 1;
    display: block;
    border-radius: 5px;
    outline: 0;
    width: 128px;
    background: transparent;
    color: white;
}

    .custom-select:focus {
        outline: none;
        border-color: #888;
        background: #636365;
        color: white;
        border-radius: 8px;
    }

.buy-ticket-btn {
    margin-top: 50px;
    padding: 10px 20px;
    border-radius: 8px;
    background: var(--main-color);
}
/**/


.close-btn {
    color: #fff;
    font-size: 24px;
    background: none;
    border: none;
}


.ins-links {
    gap: 20px;
    margin-top: 15px;
    bottom: 4px;
    right: 30px;
}

    .ins-links a {
        text-align: center;
        transition: transform 0.3s;
    }

        .ins-links a:hover {
            transform: scale(1.1);
        }
