@charset "utf-8";
/* Title: Nice Industries Party Time Screens
** Description: Styles for specific screens
** Author: Jessica Greenwalt
** Created: 11-05-2025
** Updated: 01-22-2025
************************************** */

/* = Event Home (Index)
** ----------------------- */
.home .top-bnr {
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    height: 800px;
}

.home .top-bnr .spce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    box-sizing: border-box;
    top: 24px;
    width: 100%;
    height: 100%;
}

.home .top-bnr .spce .content {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: left;
}

@media (min-width: 900px) {
    .home .top-bnr .spce .content {
        display: flex;
    }
}

.home .top-bnr .flsbox {
    z-index: 900;
    margin: 0 auto;
    left: 6px;
    max-width: 570px;
    padding: 8px 20px 31px 20px;
}

@media (min-width: 1200px) {
    .home .top-bnr .flsbox {
        margin: unset;
        margin-left: 74px;
    }
}

/* Button */
.home .top-bnr .flsbox .btn-po {
    margin-left: 6px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.home .features, 
.home .world-needs {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: left;
}

.home .features .flsbox,
.home .world-needs .flsbox {
    position: relative;
    z-index: 900;
    margin: 0 auto;
    left: 6px;
    max-width: 544px;
    padding: 12px 20px 24px 20px;
}

.home .features .feature-boxes {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    padding: 62px 0;
}

@media (min-width: 660px) {
    .home .features .feature-boxes {
        flex-direction: row;
    }
}

.home .features .feature-boxes .feature-box {
    position: relative;
    width: 210px;
    height: 210px;
    padding: 20px;
    border: 2px solid #000;
}

.feature-box p {
    margin-top: 10px;
}

.home .features .feature-boxes .feature-box:nth-child(1) {
    left: -40px;
    transform: rotate(-25deg);
    background: #f7f732;
}

.home .features .feature-boxes .feature-box:nth-child(2) {
    top: -10px;
    right: -40px;
    transform: rotate(15deg);
    background: #ffa406;
    background: #5df700;
}

.home .features .feature-boxes .feature-box:nth-child(3) {
    left: -35px;
    transform: rotate(-10deg);
    background: #ff34b7;
    background: #41ffff;
}

@media (min-width: 380px) {
    .home .features .feature-boxes .feature-box:nth-child(1) {
        left: -77px;
    }
    .home .features .feature-boxes .feature-box:nth-child(2) {
        top: -84px;
        right: -82px;
    }
    .home .features .feature-boxes .feature-box:nth-child(3) {
        top: -110px;
        left: -90px;
    }
}

@media (min-width: 660px) {
    .home .features .feature-boxes .feature-box:nth-child(1) {
        left: unset;
    }
    .home .features .feature-boxes .feature-box:nth-child(2) {
        top: 40px;
        right: unset;
    }
    .home .features .feature-boxes .feature-box:nth-child(3) {
        top: unset;
        left: unset;
    }
}

@media (min-width: 1200px) {
    .home .features {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
      .home .features .flsbox {
        order: 2;
    }

    .home .features .feature-boxes {
        order: -1;
    }

    .home .features .flsbox {
        top: 102px;
        left: unset;
        right: -40px;
        margin: unset;
        height: auto;
        align-self: flex-start;
    }
    .home .features .feature-boxes {
        flex-direction: column;
        align-items: flex-start;
        width: 440px;
    }
    .home .features .feature-boxes .feature-box {
        margin-bottom: unset;
    }

    .home .features .feature-boxes .feature-box:nth-child(1) {
        top: -40px;
    }
    .home .features .feature-boxes .feature-box:nth-child(2) {
        top: -162px;
        left: 204px;
    }
    .home .features .feature-boxes .feature-box:nth-child(3) {
        transform: rotate(-4deg);
        top: -172px;
        left: 97px;
    }
}

.home .world-needs .flsbox {
    margin: 0 auto;
    max-width: 800px;
}

/* Photo */
.home .top-bnr .plrds {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    height: 100%;
}

.plrd {
    position: absolute;
    z-index: 100;
    display: inline-block;
    width: 200px;
    border: 4px solid #000;
    padding-top: 6px;
    background: #fff;
}

.home .top-bnr .plrd:nth-child(1) {
    top: 70px;
    left: -30px;
    animation: tilt1 1.5s ease-in-out infinite alternate;
}

.home .top-bnr .plrd:nth-child(2) {
    top: 22px;
    right: 42px;
    animation: tilt2 1.5s ease-in-out infinite alternate;
}

.home .top-bnr .plrd:nth-child(3) {
    z-index: 90;
    top: 567px;
    left: 39px;
    animation: tilt3 1.5s ease-in-out infinite alternate;
}

.home .top-bnr .plrd:nth-child(4) {
    top: 476px;
    right: 54px;
    animation: tilt4 1.5s ease-in-out infinite alternate;
}

.home .top-bnr .plrd:nth-child(5) {
    z-index: 120;
    top: 604px;
    right: -82px;
    animation: tilt5 1.5s ease-in-out infinite alternate;
}

.home .top-bnr .plrd:nth-child(6) {
    z-index: 80;
    top: 150px;
    right: -90px;
    animation: tilt6 1.5s ease-in-out infinite alternate;
}

.home .top-bnr .plrd:nth-child(7) {
    z-index: 80;
    top: 340px;
    left: -130px;
    animation: tilt7 1.5s ease-in-out infinite alternate;
}


@keyframes tilt1 {
    0% {
        transform: rotate(-22deg);
    }
    100% {
        transform: rotate(-25deg);
    }
}

@keyframes tilt2 {
    0% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(8deg);
    }
}

@keyframes tilt3 {
    0% {
        transform: rotate(-32deg);
    }
    100% {
        transform: rotate(-35deg);
    }
}

@keyframes tilt4 {
    0% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(11deg);
    }
}

@keyframes tilt5 {
    0% {
        transform: rotate(40deg);
    }
    100% {
        transform: rotate(37deg);
    }
}

@keyframes tilt6 {
    0% {
        transform: rotate(-12deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}

@keyframes tilt7 {
    0% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(23deg);
    }
}

.plrd img {
    width: 180px;
    height: 180px;
    border: 2px solid #000;
    background: #fff;
}

.plrd h4 {
    padding: 8px 0 15px 0;
    font-family: 'Caveat', 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 18px;
    font-weight: 600;
}

@media (min-width: 900px) {
    .home .top-bnr .plrd:nth-child(1) {
        top: 54px;
        left: -70px;
    }
    .home .top-bnr .plrd:nth-child(2) {
        top: 15px;
        right: 70px;
    }
    .home .top-bnr .plrd:nth-child(3) {
        top: 580px;
        left: 100px;
    }
    .home .top-bnr .plrd:nth-child(4) {
        right: -30px;
    } 
    .home .top-bnr .plrd:nth-child(5) {
        right: -150px;
    }
    .home .top-bnr .plrd:nth-child(7) {
        left: -180px;
    }
}

@media (min-width: 1200px) {
    .home .top-bnr .plrds {
        transform: unset;
    }

    .home .top-bnr .plrd:nth-child(1) {
        top: 54px;
        right: 142px;
        left: unset;
    }
    .home .top-bnr .plrd:nth-child(2) {
        top: 122px;
        right: -70px;
    }
    .home .top-bnr .plrd:nth-child(3) {
        top: 599px;
        left: 80px;
    }
    .home .top-bnr .plrd:nth-child(4) {
        top: 401px;
        right: -130px;
    } 
    .home .top-bnr .plrd:nth-child(5) {
        top: 616px;
        right: -5px;
    }
    .home .top-bnr .plrd:nth-child(6) {
        top:400px;
        right: unset;
        left: 266px;
    }
    .home .top-bnr .plrd:nth-child(7) {
        top: 280px;
        left: 100px;
    }

    @keyframes tilt2 {
        0% {
            transform: rotate(10deg);
        }
        100% {
            transform: rotate(13deg);
        }
    }

    @keyframes tilt3 {
        0% {
            transform: rotate(15deg);
        }
        100% {
            transform: rotate(18deg);
        }
    }

    @keyframes tilt5 {
        0% {
            transform: rotate(-18deg);
        }
        100% {
            transform: rotate(-21deg);
        }
    }

    @keyframes tilt6 {
        0% {
            transform: rotate(32deg);
        }
        100% {
            transform: rotate(35deg);
        }
    }
    
    @keyframes tilt7 {
        0% {
            transform: rotate(-12deg);
        }
        100% {
            transform: rotate(-15deg);
        }
    }
}

/* = Squads and Event Management Management Controls */
.mngnav {
    margin-top: 60px;
}

/* = Event Management
** ----------------------- */
.evntmng .evntcancel {
    margin-top: 30px;
    text-align: left;
}

.evntmng .evntcancel h2 {
    margin-bottom: 5px;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    text-align: left;
}

.evntmng .evntcancel p {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 21px;
}

/* = Create Event
** ----------------------- */
.create .spce {
    margin-top: 68px;
    padding: 20px;
}

.create .spce form {
    margin: 0 auto;
    max-width: 450px;
    padding: 0;
}

.create .lst-nps {
    margin-bottom: 10px;
}

@media (min-width: 900px) {
    .create .spce form {
        max-width: unset;
    }

    .create .lst-nps {
        max-width: 425px;
    }
}

.create .time-zn .dt {
    display: none;
}

@media (min-width: 550px) { 
    .create .time-zn {
        min-width: 111px;
    }

    .create .time-zn .dt {
        display: block;
    }
}

/* = Register for Event
** ----------------------- */
.mediacol {
    margin-bottom: 2px;
}

@media (min-width: 900px) { 
    .mediacol {
        max-width: 48%;
    }
}

.ticket-name,
.ticket-price {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

.ticket-name {
    margin-bottom: 6px;
}

/* = Squads
** ----------------------- */
.sqdinfo {
    margin-top: 20px;
}

.sqdinfo .flsboxl {
    margin: 0 12px 0 19px;
}

.squad .sqdmngmembs {
    display: flex;
    gap: 20px;
    margin-top: 12px;
}
.squad .sqdmng {
    min-width: 160px;
}
.squad .sqdmng .mngname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
}
.squad .sqdmng .mngrow:not(:last-child) {
    margin-bottom: 3px;
}
.squad .sqdmembs #memberListContent > *:not(:last-child) {
    margin-bottom: 3px;
}

.my-squads .box-create-squad {
    margin-top: 100px;
}

/* --- Squad Page Container --- */
.squad-page-container {
    width: fit-content;
    margin: 0 auto;
    padding: 65px 20px 40px 20px;
    text-align: left;
}

/* --- Title Section Popout Box --- */
.squad-title-box {
    position: relative;
    display: inline-block;
    padding: 10px;
    /*
    margin: 0 0 0 24px;
    padding: 15px 25px 18px 25px;
    */
    background-color: #fff;
    color: #000;
    border: 4px solid #000;
    box-shadow:
        -1px 1px 0 #000,
        -2px 2px 0 #000,
        -3px 3px 0 #000,
        -4px 4px 0 #000,
        -5px 5px 0 #000,
        -6px 6px 0 #000,
        -7px 7px 0 #000,
        -8px 8px 0 #000,
        -9px 9px 0 #000,
        -10px 10px 0 #000,
        -11px 11px 0 #000,
        -12px 12px 0 #000,
        -13px 13px 0 #000
}

.squad-title-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.squad-title-location .icn.globe {
    width: 29px;
    height: 29px;
    min-width: 29px;
}

.squad-title-location .location-text {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

/* --- Regular Squad Section Box --- */
.squad-description {
    margin-top: 5px;
    text-align: left;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

/* --- Black Popout Box (Upcoming Events header) --- */


.squad-header-black-text {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: #fff;
}

/* --- Events List Placeholder Area --- */
.squad-events-list {
    margin: 15px 10px;
}


/* Squad Private Page */
.private-squad-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    position: relative;
    z-index: 1;
}
.private-squad-container .info-contain {
    min-width: 320px;
}

/* = Manage Account
** ----------------------- */
.manage-account .flsbox{
    padding: 25px 10px 27px 10px;
}

.evntmng button.mfw {
    width: 100%;
}

@media (min-width: 420px) {
    .evntmng button.mfw {
        width: unset;
    }
}

/* = Referrals
** ----------------------- */
.referrals .flsbox {
    margin-bottom: 20px;
}

/* = Browse Events
** ----------------------- */
.browse-events {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 50px;
    padding: 10px;
}

@media (min-width: 420px) {
    .browse-events {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 200px));
    }
}
