/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffc400;
    color: #eeeeee;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}

.header {
    margin-top: 48px;
}

.header_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 800;
    font-size: 115px;
    line-height: 115px;
    letter-spacing: -6px;
}

.header_text :nth-child(1) {
    color:red;
}

.header_text :nth-child(3) {
    color: #5eb2d6;
}

.main {
    margin-top: 44px;
}

.main_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_content_left {
    margin-top: 34px;
}

.main_content_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_content_total {
    font-weight: 800;
    color: black;
    text-transform: uppercase;
}

.main_content_category {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    color: black;
}

.main_content_category:hover {
    text-decoration: underline;
}

.main_content_category_place {
    padding: 0;
}

.main_content_category_place a {
    color: black;
    text-decoration: none;
}

.main_content_category_place a:hover {
    color: black;
    text-decoration: underline;
}

.places-list {
    display: none;
    padding-left: 25px;
}

/* videoplayer*/
#player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    width: 100%;
    height: 89px;
}

/* hide if pc */
.mobile_player {
    display: none;
}

.mobile_logo {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 416px) {
    .header {
        margin-top: 20px;
    }
    .header_text {
        font-size: 48px;
        line-height: 48px;
        display: block;
        text-align: center;
    }
    .main_content_player_image {
        width: 160px;
        height: 160px;
    }
    .main {
        margin-top: 12px;
        padding: 0 12px;
    }
    .main_w {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main_content_right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .main_content_right {
        display: none;
    }
    .mobile_player {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .mobile_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        position: absolute;
        margin-left: -16px;
        left: 0;
        top: 0;
        right: 0;
        margin-top: 235px;
        bottom: 0;
        z-index: -1;
    }
    #player {
        margin-bottom: 20px;
    }
    .main_content_left {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 417px) and (max-width: 600px) {
    .header {
        margin-top: 20px;
        padding: 0 28px;
    }
    .header_text {
        letter-spacing: -3px;
        font-size: 36px;
        line-height: 36px;
        display: block;
        text-align: center;
    }
    .main_content_player_image {
        width: 180px;
        height: 180px;
    }
    .main {
        margin-top: 16px;
        padding: 0 28px;
    }
    .main_content_left {
        margin-top: 0px;
    }
    .main_w {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main_content_right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .main_content_right {
        display: none;
    }
    .mobile_player {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .mobile_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        left: 0;
        top: 0;
        margin-top: 180px;
        right: 0;
        bottom: 0;
        margin-left: -28px;
        z-index: -1;
    }
    #player {
        margin-bottom: 20px;
    }
    .main_content_left {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    .header {
        margin-top: 20px;
    }
    .header_text {
        font-size: 48px;
        line-height: 48px;
        display: block;
        text-align: center;
    }
    .main_content_player_image {
        width: 280px;
        height: 280px;
    }
    .main {
        margin-top: 12px;
        padding: 0 16px;
    }
    .main_w {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main_content_right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .main_content_right {
        display: none;
    }
    .mobile_player {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .mobile_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        left: 0;
        top: 0;
        margin-top: 180px;
        right: 0;
        bottom: 0;
        margin-left: -24px;
        z-index: -1;
    }
    #player {
        margin-bottom: 20px;
    }
    .main_content_left {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1440px) {
    .header {
        margin-top: 16px;
    }

    .mac .header_text {
        letter-spacing: 3px;
    }

    .container {
        max-width: 1000px;
    }

    .header_text {
        font-size: 96px;
        line-height: 96px;
    }

    .main {
        padding: 0 4px;
        margin-top: 20px;
    }

    .main_content_left {
        margin-top: 0;
    }

    .main_content_category {
        font-size: 14px;
        line-height: 18px;
    }

    .main_content_total {
        font-size: 14px;
        line-height: 18px;
    }

    .main_content_player_image {
        width: 600px;
        height: 600px;
    }

    #player {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 2000px) {
    body {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
