/* breadcrumbs-banner */

.breadcrumbs-banner {
    background: url(../img/otp-banner.png) no-repeat;
    background-size: cover;
    padding-block: 70px;
}

.breadcrumbs-banner.brand {
    background: url(../img/brand-associations.png) no-repeat;
    background-size: cover;
}

.breadcrumbs-banner.grand {
    background: url(../img/grand-jury-banner.png);
    background-size: cover;
}

.breadcrumbs-banner.contact {
    background: url(../img/contact-banner.png);
    background-size: cover;
}

.breadcrumbs-banner.fun {
    background: url(../img/fun-banner.png);
    background-size: cover;
}

.breadcrumbs-banner h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #851F41;
    margin-bottom: 20px;
}

.breadcrumbs-banner ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 10px;
}

.breadcrumbs-banner p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    width: 70%;
    margin: auto;
}


.breadcrumbs-banner ul li span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    padding: 4px 8px;
    border-radius: 30px;
    border: 1px solid var(--Border-Colors-border-200, #E4E7EC);
    margin-right: 5px;
}

.breadcrumbs-banner ul li {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #637083;
}

.breadcrumbs-banner ul li .pad-1 {
    padding: 4px 10px;
}

.breadcrumbs-banner ul li i {
    margin-inline: 5px;
}

.breadcrumbs-banner ul li.active span {
    background: #E5779C;
    border: none;
    color: #141C25;
}

.breadcrumbs-banner ul li.active {
    color: #851F41;
}

.tick_icon {
    border-color: #851F41 !important;
    padding: 4px 2px !important;
    background: #851F41;
    color: white;
}

.submit-from .otp-container {
    background: #fff;
    max-width: 600px;
    margin: auto;
    border-radius: 10px;
}

.submit-from .mobile-input {
    max-width: 400px;
    margin: auto;
}

.submit-from h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.submit-from label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #141C25;
    margin-bottom: 10px;
}

.submit-from .input-group {
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    overflow: hidden;
}

.submit-from .country-code {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #E4E7EC;
    margin-right: 10px;
    border-radius: 4px !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.submit-from .input-group input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    border: 1px solid #E4E7EC;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    border-radius: 4px !important;
    color: #141C25;
}

.submit-from .input-group input::placeholder {
    color: #141C25;
}

/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.submit-from .btn {
    width: 100%;
    background: #7a0c2e;
    color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.submit-from .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: white;
    color: #851F41;
    border: 1px solid #851F41;
    transition: all 0.3s ease;
}

.submit-from hr {
    margin: 25px 0;
    border: 0;
    border-top: 2px solid #c4c4c4;
}

.submit-from .otp-section {
    max-width: 500px;
    margin: auto;
}

.submit-from .otp-section p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #0A0C07;
}

.submit-from .phone-number {
    font-weight: 600;
    font-size: 14px;
}

.submit-from .timer {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.submit-from .otp-boxes {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.submit-from .otp-boxes input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #E4E7EC;
    border-radius: 6px;
    outline: none;
    transition: 0.3s;
}

.submit-from .otp-boxes input:focus {
    border-color: #141C25;
    box-shadow: 0px 0px 0px 4px #CED2DA;
}

.submit-from .links {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 25px;
}

.submit-from .links a {
    color: #0A0C07;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

.submit-from .links a:hover {
    color: #7a0c2e;
}


@media (max-width:1000px) {
    .breadcrumbs-banner {
        background: #fff5f8;
        padding-block: 50px;
    }

    .breadcrumbs-banner.brand {
        background: #fff5f8;
        padding-block: 50px;
    }

    .breadcrumbs-banner.grand {
        background: #fff5f8;
        padding-block: 50px;
    }

    .breadcrumbs-banner.contact {
        background: #fff5f8;
        padding-block: 50px;
    }

    .breadcrumbs-banner.fun {
        background: #fff5f8;
        padding-block: 50px;
    }

    .breadcrumbs-banner h1 {
        font-size: 30px;
    }

    .breadcrumbs-banner ul li {
        font-size: 12px;
    }

    .breadcrumbs-banner p {
        width: 100%;
    }
}


.terms-privacy .sidebar {
    background: #ECECF0;
    padding: 24px;
    border-radius: 10px;
    position: sticky;
    top: 20px;
}

.terms-privacy .sidebar h4 {
    font-weight: 500;
    font-size: 16px;
    color: #0A0A0A;
    line-height: unset;
}

.terms-privacy .sidebar p {
    font-weight: 400;
    font-size: 16px;
    color: #717182;
    margin-bottom: 10px;
}

.terms-privacy .content p {
    color: #0A0A0A;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.terms-privacy .content ul {
    list-style: unset;
    padding: revert;
}

.terms-privacy .content li {
    color: #0A0A0A;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.terms-privacy .content .font-weight {
    font-weight: 600;
}

.terms-privacy .content .back-color {
    background: #ECECF0;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.terms-privacy .content .back-color p:last-child {
    margin-bottom: 0;
}

.terms-privacy .content .back-color p span {
    font-weight: 700;
    font-size: 16px;
    color: #0A0A0A;
}

.terms-privacy .content .light-color {
    color: #717182;
    margin-bottom: 0;
}


/* submissions */
.submissions .top-section {
    background: #851F41;
    border-radius: 16px;
    padding: 20px;
}

.submissions .top-section {
    display: flex;
    justify-content: space-between;
}

.submissions .top-section .left-side .d-flex {
    gap: 20px;
}

.submissions .top-section .left-side img {
    height: 60px;
    width: 60px;
}

.submissions .top-section .left-side h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.submissions .top-section .left-side h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 5px;
}

.submissions .top-section .right-side {
    width: 30%;
}

.submissions .top-section .right-side h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.submissions .top-section .right-side h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

@media (max-width:425px) {
    .submissions .top-section .left-side .d-flex {
        gap: 10px;
    }

    .submissions .top-section .left-side h4 {
        font-size: 20px;
    }

    .submissions .top-section .left-side h6 {
        font-size: 12px;
    }

    .submissions .top-section .right-side h4 {
        font-size: 12px;
    }

    .submissions .top-section .right-side h6 {
        font-size: 16px;
    }

    .submissions .top-section .right-side {
        width: auto;
    }
}

.submissions .tab-buttons {
    margin-block: 25px;
}

.submissions .tab-buttons {
    justify-content: center;
}

.submissions .tab_flex_div {
    background: #F2F4F7;
    border-radius: 7px;
    padding: 8px 6px;
}

.submissions .tab-buttons li {
    background: transparent;
    opacity: 1;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #637083;
}

.submissions .tab-buttons li.active {
    background: #851F41;
    color: #FFFFFF;
}

.submissions .tab-content .d-flex {
    justify-content: space-between;
    align-items: center;
}

.submissions .tab-left-side {
    width: 30%;
}

.submissions .tab-left-side img {
    width: 100%;
}

.submissions .tab-right-side {
    width: 60%;
}

.submissions .tab-left-side h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #851F41;
    margin-top: 20px;
    text-align: center;
}

.submissions .tab-right-side p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0A0C07;
    margin-bottom: 30px;
}

.submissions .tab-right-side .btn-div {
    margin-bottom: 30px;
}

.submissions .tab-right-side a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
}

.submissions .tab-right-side a i {
    padding-left: 5px;
}

@media (max-width:767px) {
    .submissions .tab-content .d-flex {
        flex-direction: column;
    }

    .submissions .tab-left-side {
        width: 100%;
    }

    .submissions .tab-right-side {
        width: 100%;
    }

    .breadcrumbs-banner ul {
        flex-wrap: wrap;
        gap: 10px 20px;
    }
}

.submissions hr {
    margin: 25px 0;
    border: 0;
    border-top: 2px solid #c4c4c4;
}

.submissions .last-section h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0A0C07;
}

.submissions .last-section h5 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #0A0C07;
    margin-bottom: 25px;
}

.submissions .last-section .cards {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    min-height: 400px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.submissions .last-section .btn-div {
    text-align: center;
    margin-block: 30px;
}

.submissions .last-section .btn-div a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

.submissions .last-section h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #851F41;
}

/* model */

.share-model .btn-div {
    text-align: center;
    margin: 20px 0;
}

.share-model .reg-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #800000;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s;
}

.share-model .reg-btn:hover {
    background-color: #660000;
}

.share-model .reg-btn i {
    margin-left: 5px;
}

.reg-btn:active {
    background-color: #4d0000;
}

/* Modal Styles */
.share-model.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: hidden;
}

.share-model .modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}


.share-model p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #637083;
    padding-inline: 10px;
    margin-bottom: 0;
}

.share-model .link-box {
    margin: 20px auto;
    border: 1px solid #E4E7EC;
    width: 90%;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.share-model .link-box input {
    width: 75%;
    font-size: 14px;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.share-model .link-box input:focus-visible {
    border: none;
}

.share-model .copy-btn {
    padding: 8px 16px;
    background-color: #851F41;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    opacity: 1;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #851F41;
}

.share-model .copy-btn:hover {
    opacity: .8;
}

.share-model .share-options h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.share-model .share-btn {
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    background-color: #851F41;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #851F41;
}

.share-model .share-btn i {
    margin-right: 5px;
}

.share-model .share-options img {
    max-width: 18px;
}

.share-model .share-btn:hover {
    opacity: .8;
}

.share-model .close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #851F41;
}

.share-model .submit-img {
    max-width: 48px;
    margin: auto;
    padding-block: 10px;
}

.share-model h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.share-model .share-options h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0A0C07;
}

.share-model .logo {
    width: 40%;
    margin: auto;
    padding-block: 10px;
}

.share-model .logo img {
    height: auto;
}

.share-model .qr-code {
    width: 40%;
    margin: auto;
}

#qrModal .close-btn i {
    color: #637083;
}

#qrModal p {
    color: #0A0C07;
}

.brand-page .heading-back-color {
    background: #851F41;
    opacity: 1;
    border-radius: 8px;
    padding: 15px;
}

.brand-page .heading-back-color h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
}

.brand-page .card-section {
    border: 1px solid #DEDEDE;
    margin-block: 20px;
    display: flex;
    border-radius: 24px;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
}

.brand-page .card-section .left-side {
    width: 60%;
}

.brand-page .card-section .right-side {
    width: 30%;
}

.brand-page .card-section .left-side h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #851F41;
}

.brand-page .card-section .left-side p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #181818;
}

.brand-page .card-section .left-side .btn-div {
    margin-bottom: 8px;
}

.brand-page .card-section .left-side a {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width:768px) {
    .brand-page .card-section {
        gap: 20px;
        flex-direction: column;
        padding: 25px;
    }

    .brand-page .card-section .left-side {
        width: 100%;
    }

    .brand-page .card-section .right-side {
        width: 100%;
    }

    .brand-page .card-section.col-res {
        flex-direction: column-reverse;
    }
}

.jury .card-section {
    background: #FFF5F8;
    border: none;
}

.jury .icon-link a img {
    min-width: 30px;
    max-width: 30px;
}

.jury .icon-link a img:hover {
    opacity: .8;
}

.contact-page h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #0A0C07;
    margin-bottom: 20px;
}

.contact-page .form-group {
    margin-bottom: 15px;
}

.contact-page label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    display: block;
    margin-bottom: 15px;
}

.contact-page input,
.contact-page textarea {
    border: 1px solid #E4E7EC;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.contact-page input::placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.contact-page .reg-btn {
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}