body {
    /*background: #2d2d38;
    color: #fff;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-image: url("../static/imgs/d3e51423.png");*/
    background-attachment: fixed;
    color: #222;
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

section {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    /*justify-content: space-between;*/
    align-items: center;
}



/*
.sticky {
    top: 0;
}
*/

.text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

.text-container p {
    width: 100%;
}

.text-container a {
    color: #daa51f;
    text-decoration: underline;
}

.section {
    /*border-bottom: 1px dotted #999;*/
}

.title-container {
    /*width: 60%;*/
}

.title-container h2 {
    letter-spacing: 0.5em;
}

.title-decoration {
    max-width: 90%;
    width: 30em;
}

#intro-content {
    min-height: 80vh;

    /*background-color:#fff;*/
   background-image: url("../static/imgs/title-lights.png");
    background-repeat: no-repeat;
    background-size: 100% 80vh;
    background-attachment: fixed;
    background-position: top center;
    position: relative;

}


#intro-content .logo {
    background-image: url("../static/imgs/logo-bg.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 19em;
    height: 19em;
    margin-top: -8em;
}

#intro-content .wave {
    color: #fff;
    background: #000;
    /*height: 10em;*/
    width: 100%;
    clip-path: polygon(0 6%, 13% 2%, 65% 0, 100% 5%, 100% 96%, 86% 100%, 54% 97%, 25% 100%, 0 97%, 0 77%);
    /*clip-path: polygon(0 39%, 33% 33%, 63% 38%, 100% 34%, 100% 49%, 78% 49%, 56% 51%, 37% 48%, 19% 51%, 6% 51%, 0% 51%);*/
}

#intro-content .wave p {
    width: 36%;
}

#intro-content .way {
    width: 10em;
    height: auto;
    margin-bottom: -3px;
}

#intro-content .circle {
    position: relative;
    font-size: 0.9em;
}

#intro-content .circle:after {
    content: "";
    position: absolute;
    top: -0.2em;
    left: 0.2em;
    background-image: url("../static/imgs/title-circle.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 1.6em;
    height: 1.6em;
    z-index: -1;
}

#intro-content .title {
    position: relative;
    width: 90%;
    background-image: url("../static/imgs/title-kdrama.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /*background-attachment: fixed;*/

}

#intro-content .title .h2{
    z-index: 1;
}
#intro-content .title .slide {
    position: relative;
    border-bottom: 1px solid #101010;
    color: #fff;
    width: fit-content;
    margin-left: 4em;
    z-index: 1;

}
/*#intro-content .title .slide .h2{
    position: relative;
}*/
/*#intro-content .title .slide .h2:after{
    content: "";
    height: 0.6em;
    width: 4em;
    z-index: 1;
    position: absolute;
    top: -1.6em;
    left: -0.3em;
    transform: rotate(-25deg);
    background: repeating-linear-gradient(45deg, #101010, #101010 10px, #fff 10px, #fff 20px);
}*/
#intro-content .title .slide div {
    background: #101010;
    margin-left: 5em;
    font-size: 1.2em;
    letter-spacing: 10px;
    padding: 0 0 0 10px;
    width: max-content;
}


.legend {
    width: fit-content;
    font-size: 0.85em;
    background: #101010;
    color: #fff;
    clip-path: polygon(0 6%, 13% 2%, 65% 0, 100% 5%, 100% 96%, 86% 100%, 54% 97%, 25% 100%, 0 97%, 0 77%);

}

.legend .drama {
    margin-right: 1em;
}

.legend .cast {
    margin-right: 1em;
}

.legend .bestcast {
    margin-right: 1em;
}

.legend .circle {
    display: inline-block;
    margin-right: 0.5em;
    border-radius: 100%;
}

.legend .drama .circle {
    background: none;
    border: 1px solid #E9A2C5;
    width: 1.2em;
    height: 1.2em;
}

.legend .cast .circle {
    background: #fff;
    width: 0.8em;
    height: 0.8em;

}

.legend .bestcast .circle {
    width: 0.8em;
    height: 0.8em;
}

.legend .bestcast.actor .circle {
    background: #93BFEB;
}

.legend .bestcast.actress .circle {
    background: #E9A2C5;
}

.legend .castsize .circle {
    background: #fff;
    width: 1em;
    height: 1em;
    position: relative;

}

.legend .castsize .circle:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.35em;
    background: #fff;
    width: 0.7em;
    height: 0.7em;
    z-index: 1;
    border: 1px solid #101010;
    border-radius: 100%;
    transform: translateX(-25%);

}


.tip {
    font-size: 13px;
}


.dropdown-container {
    z-index: 101;
}

/*@media screen and (min-width: 1300px) {
    

   
}*/
@media screen and (min-width: 2500px) {
    .text-container {
        width: 30%;
    }

    #intro-content {
        justify-content: flex-end;
    }

    #intro-content .wave p {
        width: 40%;
    }

    #intro-content .h2 {
        font-size: 2.5em;
    }

    #intro-content .logo {
        margin-bottom: 3em;
    }

    #intro-content .wave p {
        width: 25%;
    }

}

/*@media screen and (max-width: 1024px) {
    #intro-content .wave p{
        width: 80%;
    }

    


}
*/
@media screen and (max-width: 750px) {

    header {
        position: relative;
        box-shadow: 0 0rem 0.5rem 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0 0rem 0.5rem 0 rgba(0, 0, 0, 0.14);
    }

    .text-container {
        width: 90%;
    }

    #intro-content .logo {
        width: 12em;
        height: 12em;
        margin-top: -4em;
    }

    #intro-content .title {
        margin-top: 2em;
    }

    .h2 {
        font-size: 2em;
    }

    #intro-content .way {
        margin-bottom: -10px;
    }

    #intro-content .wave p {
        width: 90%;
    }

    .legend {
        font-size: 0.7em;
    }
    #intro-content .title{
        /* background-image: url("../static/imgs/title-kdrama-m.svg");
        /*background-size: auto 90%;*/
    }

}

/*@media screen and (max-width: 485px) {
    
}*/