﻿
@font-face {
    font-family: "SVN-NolanNext";
    font-weight: 400;
    src: url("../fonts/SVN-Nolan-Next-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "SVN-AgencyFBComp";
    font-weight: 900;
    src: url("../fonts/SVN-AgencyFBComp-Black.ttf") format("truetype");
}

body {
    font-family: "SVN-NolanNext";
    font-weight: 400;
}

main[role="main"] {
    min-height: 80vh
}

.navbar {
    padding: 0 1.5rem;
    background: black;
}

    .navbar a {
        color: white;
    }

.navbar-nav {
    flex: 1;
}

.nav-item {
    padding: 1rem 1.25rem;
    cursor: pointer;
}

.navbar-brand {
    width: 100%;
    height: 100%;
    max-width: 136px;
    min-width: 84px;
}

    .navbar-brand img {
        width: 100%;
        object-fit: contain;
    }

.nav-item:hover {
    background: linear-gradient(to top, rgba(204, 204, 204, 0.5), transparent);
}

.nav-item .nav-link {
    text-transform: uppercase;
    color: white !important;
}

.oauth-box .user-actions a {
    text-transform: uppercase;
    color: white;
    margin-right: 1rem;
    text-decoration: none;
}

    .oauth-box .user-actions a:hover {
        text-decoration: underline;
    }

    .oauth-box .user-actions a:last-child {
        margin-right: 0;
    }

.oauth-box .user-info {
    color: white;
}

.oauth-box .username {
    color: #FFB055;
}

.navbar-toggler-icon {
    background-image: url("../images/ic_menu_mobile.png");
    width: 24px;
    height: 24px;
}

.navbar-toggler {
    border: 1px solid #ccc;
    background-color: white;
}



@media (max-width: 992px) {
    .navbar {
        padding: 0.75rem 1.5rem;
    }

    .nav-item {
        padding: 0.25rem 0rem;
        width: fit-content;
    }

        .nav-item:hover {
            background: transparent;
        }
}

.grid-cols-2 {
    grid-template-columns: repeat(2,1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
}

.grid-cols-5 {
    grid-template-columns: repeat(5,1fr);
    gap: 0.5rem;
}

.grid-cols-6 {
    grid-template-columns: repeat(6,1fr);
    gap: 0.5rem;
}

@media (max-width: 992px) {
    .grid-cols-2 {
        grid-template-columns: 1fr;
    }
}


.fp-section {
    width: 100%;
    max-width: 930px;
    margin: 0 auto clamp(2rem, 2rem + 4vw, 6rem);
}


    .fp-section .fp-section-header {
        width: 100%;
    }

    .fp-section.fp-gift-section {
        max-width: 1600px;
    }

        .fp-section.fp-gift-section .btn-receive {
            max-width: 140px;
        }

            .fp-section.fp-gift-section .btn-receive.received {
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
            }

    .fp-section .fp-section-footer {
        text-align: center;
        color: white;
        margin-top: 1rem;
    }

.fp-title {
    width: fit-content;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    background: url("../images/img_bottom_title.png") no-repeat center bottom/75% auto;
    padding: 1rem 2rem;
    margin-bottom: clamp(1rem, 3vw, 2rem);
}

    .fp-title::after,
    .fp-title::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        border: 12px solid transparent;
    }

    .fp-title::before {
        border-left-color: white;
        left: 0.25rem;
    }

    .fp-title::after {
        border-right-color: white;
        right: 0.25rem;
    }

    .fp-title img {
        width: 100%;
        height: 96px;
        object-fit: contain;
    }


@media (max-width: 992px) {
    .fp-title img {
        height: 48px;
    }
}

.level-fp {
    width: 50%;
    max-width: 437px;
    margin: 0 auto;
    background: url("../images/img_level_fp.png") no-repeat bottom center / 100% auto;
    aspect-ratio: 437/ 245;
    color: #FFB055;
    font-family: "SVN-AgencyFBComp";
    letter-spacing: 6px;
    padding-bottom: clamp(0.125rem, 4vw, 2rem);
    font-size: clamp(3rem, 3rem + 15vw, 16rem);
    text-align: center;
}


.fp-event-policy {
    width: 100%;
    margin-bottom: 0;
    color: white;
    font-size: clamp(12px, 12px + 0.25vw, 16px);
}


    .fp-event-policy ul {
        margin-bottom: 0;
        padding-left: clamp(0.5rem, 0.5rem + 0.5vw, 1rem)
    }

    .fp-event-policy strong {
        font-weight: bold;
        color: #FFB055;
    }


.box-invite {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    color: white;
    font-size: 14px;
    padding: clamp(1.5rem, 1.5rem + 0.5vw, 2.5rem) 0;
    background: url("../images/bg_boxinvite.png") no-repeat top right/ 100% 100%;
}

    .box-invite .invite-linkshare {
        width: 85%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

    .box-invite .invite-actions {
        width: 85%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

        .box-invite .invite-actions img {
            width: 100%;
            max-width: 248px;
            object-fit: contain;
        }

        .box-invite .invite-actions .btn-large {
            cursor: pointer;
        }


.invite-linkshare .box-linkshare {
    background: url("../images/bg_linkshare.png") no-repeat top right/ 100% 100%;
    padding: 1rem 1.5rem;
    overflow: hidden;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.invite-linkshare .refresh-link {
    width: fit-content;
    max-width: 20%;
    display: flex;
    align-items: center;
    gap: 0.5rem
}

.refresh-link .refresh-title {
    margin-bottom: 0;
    text-align: center;
}

.refresh-link .refresh-icon {
    cursor: pointer;
}

@media (max-width: 768px) {
    .refresh-link .refresh-title {
        display: none
    }

    .box-invite .invite-actions img {
        width: 100%;
        max-width: 124px;
        object-fit: contain;
    }

    .invite-linkshare .box-linkshare {
        padding: 0.75rem 1rem;
    }

    .refresh-link .refresh-icon img {
        width: 24px;
        object-fit: contain;
    }
}


.modal-content {
    background: url("../images/bg_popup.png") no-repeat top right/ 100% 100%;
}

.modal-header,
.modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: none;
}

    .modal-footer button {
        background: none;
        border: none;
    }

        .modal-header img,
        .modal-footer button img {
            width: 100%;
            max-width: 200px;
        }

.modal-footer {
    padding: 0 1rem;
    transform: translateY(50%);
}

.modal-body {
    color: white;
    text-align: center;
    padding: 2rem 1rem;
}
