@font-face {
    font-family: Montserrat;
    src: url(/font/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(/font/Montserrat-Bold.ttf);
    font-weight: 700;
    font-style: normal
}

body, html {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.65rem
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    box-shadow: none;
    background: #210429;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
    background: #210429
}

h1 {
    font-size: 6.5rem;
    line-height: 7.5rem;
    color: #fff;
    margin: 0
}


h2 {
    text-align: center;
    margin: auto;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 1rem;
}

a {
    font-weight: 700;
    cursor: pointer;
    color: #000;
    transition: all .4s;
    text-decoration: none
}

a:hover {
    color: #f4c02d
}

img {
    width: 100%
}

.flex {
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

.logo {
    width: 50vw;
    max-width: 240px;
    margin-top: -70px;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
    display: block
}

.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    align-self: baseline
}



.flex-item {
    width: 50%;
    padding: 2rem;
    align-self: center
}

.bold {
    font-weight: 700;
    margin-top: 0
}


.align .flex-item img {
    margin-top: 3rem
}

.start-bg {
    background: #210429
}


footer {

    padding: 2rem;
    background: #210429;
    color: #fff;
    font-size: 1rem;
    z-index: 3;
    position: relative;
    padding-top: 5rem;
}

footer .flex {
    justify-content: space-between;
    align-items: center
}

footer .flex .flex {
    max-width: 980px;
    align-items: flex-start
}

.btn {
    background: #fff;
    padding: .5rem 1.5rem;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 170px
}

footer .btn {
    margin-top: 1.5rem
}

footer .data {
    text-align: center;
    font-size: 14px
}

footer .data a {
    font-weight: 400;
    margin: .7rem;
    color: #fff
}

footer .data a.logo {
    margin: 0 auto .5rem
}

footer .data a:hover {
    color: #f4c02d
}

footer .btn:hover {
    background: #f4c02d;
    color: #000
}

footer .buttons {
    padding-top: 1.5rem;
    display: flex;
    align-items: center
}

footer .buttons img {
    width: 30px
}

footer .buttons a {
    margin-right: 1.2rem
}

footer .item-33 {
    width: 33.33%;
    padding-right: 1rem
}

footer .logo {
    z-index: 0
}

footer .info {
    margin-top: 0
}

.tel {
    font-weight: 400;
    color: #fff
}

.icon {
    max-width: 15px;
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle
}

.livestream.background {
    padding: 0;
    z-index: 2;
    position: relative;
}


.livestream iframe {
    max-width: 1920px;
    width: 100%;
    height: 96vh;
    margin: auto;
    display: flex;
}

.party-img {
    max-width: 31%;
    width: 100%;
    background: #f4c02d;
    margin-top: 3rem;
    display: flex;
    flex-flow: row wrap;
}


.party-link {
    width: 100%;
    height: 270px;
    position: relative;
    outline: none;
}

.party-link::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #26022d;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    transition: .1s ease;
}

.party-link-txt {
    text-align: center;
    z-index: 10;
    width: 200px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 45px;
    opacity: 0;
    transition: .1s ease;
    color: #fff;
    background: #26022d;
    padding: .5rem 1rem;
    display: block;
    outline: none;
    font-weight: 500;
    text-transform: uppercase;
}


.party-link:hover.party-link::after {
    content: '';
    opacity: .5;
}

.party-link:hover .party-link-txt {
    opacity: 1;
}


.partywrap {
    padding: 2rem;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
}

.partywrap .flex-100 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}


.room-1 {
    background: url("img/party/room-1.jpg") center no-repeat;
    background-size: cover;
}

.room-2 {
    background: url("img/party/room-2.jpg") center no-repeat;
    background-size: cover;
}

.room-3 {
    background: url("img/party/room-3.jpg") center no-repeat;
    background-size: cover;
}

.room-4 {
    background: url("img/party/room-4.jpg") center no-repeat;
    background-size: cover;
}

.room-5 {
    background: url("img/party/room-5.jpg") center no-repeat;
    background-size: cover;
}

.room-6 {
    background: url("img/party/room-6.jpg") center no-repeat;
    background-size: cover;
}

.room-7 {
    background: url("img/party/room-7.jpg") center no-repeat;
    background-size: cover;
}

.room-8 {
    background: url("img/party/room-8.jpg") center no-repeat;
    background-size: cover;
}

.room-9 {
    background: url("img/party/room-9.jpg") center no-repeat;
    background-size: cover;
}


.room-10 {
    background: url("img/party/room-10.jpg") center no-repeat;
    background-size: cover;
}

.popup-box {
    cursor: pointer;
    max-width: 40%;

}


.popup-box .party-link {
    height: 350px;
}


.popup-alert {
    max-width: 500px;
    padding: 2rem;
    background: #fff;
    justify-content: center;
    flex-flow: column;
    align-content: center;
    align-items: center;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: fit-content;
    margin: auto;
    z-index: 15;
    position: fixed;
    text-align: center;
}

.popup-alert:after {
    content: 'X';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}



.popup-alert .btn {
    max-width: 277px;
    background: #f4c02d;
    color: #000;
    margin-top: 1rem;
}

.popup-alert .btn:hover {
    background: #ffd55f;
    color: #000;
}

.popup {
    cursor: auto;
    justify-content: center;
    flex-flow: column;
    align-content: center;
    align-items: center;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    background: #00000094;
    z-index: 10
}

.popup-box .popup {
    display: none;
}

.popup-box.active .popup {
    display: flex;
}

.intro {
    max-width: 40%;
    color: #fff;
    font-size: 1.2rem;

    padding: 2rem;
    line-height: 2.2rem;
    display: flex;
    align-content: center;
    flex-flow: row wrap;
}

h1 {
    width: 100%;
    line-height: 2.4rem;
    font-size: 1.8rem;
}

@media (max-width: 1300px) {
    .popup-box {
        max-width: 50%;
    }

    .intro {
        max-width: 47%;
    }

    .partywrap .flex-100 {

        justify-content: space-between;
    }

    footer .flex .item-33 {
        width: 50%
    }

    footer .info {
        margin-top: 1.5rem
    }

    footer .data {
        align-self: flex-start
    }

    footer .flex .flex {
        max-width: 660px
    }

    .livestream iframe {
        height: 700px;
    }
}


@media (max-width: 1100px) {
    .partywrap .flex-100 {
        flex-flow: row wrap;
    }

    .popup-box {
        max-width: 100%;
    }

    .popup-box.party-img {
        max-width: 100%;
        order: 2;
    }

    .intro {
        max-width: 100%;
        padding: 4rem 0 2rem;
        order: 1;
    }

    .livestream iframe {
        height: 500px;
    }

    .party-img {
        max-width: 48%;
    }

    .party-link, .partywrap .flex-100 .party-img .party-link {
        width: 110%;
    }

    footer {
        position: relative
    }

    footer .data {
        position: absolute;
        right: 2rem;
        top: 2rem
    }

    footer .flex {
        align-items: flex-start
    }

    footer .flex .flex {
        display: block
    }

    footer .btn {
        margin-top: 0
    }

    footer .bold {
        margin-top: 1.5rem
    }
}


@media (max-width: 780px) {
    .livestream iframe {
        height: 400px;
    }

    .party-img, .partywrap .flex-100 .party-img {
        max-width: 100%;
    }

    .party-link {
        width: 100%;
    }

    .sub-bg.party .padding {
        padding: 0 2rem;
    }

    .logo-dif {
        margin-left: 0;
    }

    .menu {
        filter: none;
        display: block
    }

    .tel-other {
        min-width: 240px
    }

}


@media (max-width: 550px) {
    .popup-alert {

        margin: auto 1rem;
    }

    .partywrap {
        padding: 1rem;
    }

    footer {
        text-align: center
    }

    footer .btn {
        margin: 0 auto
    }

    footer .data {
        position: inherit;
        text-align: center;
        width: 100%;
        margin-bottom: 2rem;
        order: 1
    }

    footer .flex.flex {
        order: 2
    }

    footer .flex .item-33 {
        width: 100%;
        padding-right: 0
    }

    footer .buttons {
        justify-content: center
    }

    footer .buttons a {
        margin: 0 .5rem
    }


    .partyframe {
        height: 1100px
    }


}

@media (max-width: 350px) {
    .livestream iframe {
        height: 300px;
    }
}
