/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%;
    width: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mobile_br, .imgmob {
    display: none;
}
.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
}
.popup .blocker2{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000;
}
.popup .img{
    height: 98%;
    padding: 1%;
}
.d_414, .popup {
    display: none;
}

.wrapper {
    width: 100%;
    height: 100%;
    background-color: #bbf0f3;
    background-image: linear-gradient(315deg, #bbf0f3 0%, #f6d285 74%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.content {
    width: 53vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer, .header {
    width: 100vw;
}

.header {
    justify-content: center;
    overflow: hidden;
}

.header img {
    width: 100%;
}

.content img {
    width: 85%;
    cursor:pointer;
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.blocker {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
}

.copyright {
    padding: 5px 0;
    background-color: #F7E74C;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 1.5em;
}

.text {
    display: flex;
    flex-direction: column;
    width: 62.5vw;
    align-items: center;
    margin: 10px 0;
    line-height: 1.5em;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    backdrop-filter: blur(3px);
}

@media (max-width: 3840px) {
    .content img {
        width: 85%;
    }
    .content {
        width: 62vw;
    }
    .text {
        font-size: 42px;
    }
}

@media (max-width: 2153px) {
    .content {
        width: 50vw;
    }
    .text {
        font-size: 26px;
    }
}

@media (max-width: 1920px) {
    .content {
        width: 52vw;
    }
    .text {
        font-size: 20px;
    }
    .content img {
        width: 85%;
    }
}

@media (max-width: 1536px) {
    .content {
        width: 53vw;
    }
    .text {
        font-size: 20px;
    }
    .content img {
        width: 78%;
    }
}

@media (max-width: 1366px) {
    .content {
        width: 60vw;
    }
    .popup .img{
        height: auto;
        width: 98%;
        padding: 1%;
    }
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 1366px) {
        .content {
            width: 80vw;
        }
    }
}

@media (max-width: 1024px) {
    .header, .header img, .bottom img {
        width: 100vw;
    }
    .content {
        width: 75vw;
    }
    .header img {
        width: 125%;
        margin-left: -12.5%;
    }
    .text {
        font-size: 20px;
        width: 100%;
    }
    .girl {
        display: none;
    }
    iframe {
        width: 90%;
        height: 70%;
        margin: 0 30px;
    }
}

@media (max-width: 1023px) {
    .header, .footer {
        display: none;
    }
    .content img {
        width: auto;
        height: calc(100vh - 150px);
        margin-top: 5px;
    }
    .text {
        font-size: 18px;
    }

    .popup .img{
        height: 98%;
        width: auto;
        padding: 1%;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .popup, .popup .img, .popup .blocker2, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        overscroll-behavior: none;
        overflow-y: scroll;
        overflow-x: hidden;
        /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 768px) {
    .popup .img{
        height: auto;
        width: 98%;
        padding: 1%;
    }
    .header img {
        width: 200%;
        margin-left: 0;
    }
    .content {
        width: 96vw;
    }
    .content img {
        margin-top: 0;
        width: 100%;
        height: auto;
    }
    .header {
        display: flex;
    }
    .footer {
        display: block;
    }
    .text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .header {
        align-items: center;
        justify-content: center;
    }
    .imgmob {
        display: block;
    }
    .header img {
        width: 100%;
        margin-left: 0;
    }
    .header .img {
        display: none;
    }
    .text {
        font-size: 15px;
    }
}
@media (max-width: 667px) {
    .popup .img{
        height: 98%;
        width: auto;
        padding: 1%;
    }
}

@media (max-width: 600px) {

    .d_414 {
        display: block;
    }
    .text {
        width: 100%;
        text-align: center;
    }
    .copyright {
        flex-direction: column;
    }
}

@media (max-width: 414px) {
    .popup .img{
        height: auto;
        width: 98%;
        padding: 1%;
    }
    .copyright div {
        text-align: center;
        margin-bottom: 5px;
    }
    .mobile_br {
        display: block;
    }
    .content img {
        margin-bottom: 5vh;
    }
    .content img {
        width: 96%;
    }
    .bottom img {
        width: 153%;
    }
    .header, .bottom {
        overflow: hidden;
    }
    .header {
        display: flex;
        align-items: flex-start;
    }
}

@media (max-width: 375px) {
    .text {
        font-size: 13px;
    }
    .header img {
        width: 85%;
    }
}

.r1 {
    border: 1px solid red;
}