:root{
    --ks-int-lg:#fff;
    --ks-int-lg1:#f4f4f4;
    --ks-int-dr:#000;
}
:root .dm{
    --ks-int-lg:#333;
    --ks-int-lg1:#444;
    --ks-int-dr:#fafafa;
}
*{
    box-sizing: border-box;
}

body{
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color:var(--ks-int-dr);
}
.share-button {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
}
ul{margin: 0;padding: 0;}
li{list-style-type: none;}
a{text-decoration: none;}
.story-by {
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-top: 20px;
}
.story-by a{color: #c6ee79;}
.share-button img{width: 35px;
    cursor: pointer;}
    .share-wrapper{
        position: fixed;
    background: #fff;
    top: 16px;
    right: 70px;border-radius: 4px;
    display: none;
    z-index: 99999;

    }
    .share-wrapper.active{
        display: block;
    }
    .share-wrapper ul{display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 60px;
        padding: 20px 0px;}
    .share-wrapper ul li{}
    .top-portion {
        text-align: center;
       
    }
    .loader {
        position: fixed;
        z-index: 99999;
        left: 0;
        right: 0;
        background-color: #211d2e;
        background: #211d2e;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .loder-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .loder-wrapper img {
        width: 800px;
        margin: 0 auto;
    }
    .share-wrapper ul li img{width: 35px;
        cursor: pointer;}
    .share-wrapper ul li:nth-of-type(2) img{width: 55px;}
    .share-wrapper::after{
        content: '';
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: -9px;
        top: 10px;
    }

    header{
        padding: 7vh 0px 5vh 0vh;
        text-align: center;
        color: var(--ks-int-lg);
    }

    header h1{margin: 0px 0px;
        
        font-size: 4vw;font-weight: 700;line-height: 5vw;}
        header h1 b{font-weight: 700;}
        header h1 i{font-style: normal;
            color: #f30d0d;}
    
    .story-by a:hover{
        text-decoration: underline;
    }


    .logo {
        position: fixed;
        top: 16px;
        left: 16px;
        z-index: 9999;
    }
    .logo img {
        width: 80px;;
    }
    .story-wrapper {
        width: 1100px;
        margin: 0 auto;
    }
    ul.line-tag {
        display: flex;
        justify-content: center;
        margin-top: 2vh;
    }
    .text-container p.t-center{
        text-align: center;
    }
    .line-tag  li{margin-right: 10px;
        font-size: 1.5vw;}
        .line-tag li a, .line-tag li span {
            color: #e4f9ac;
           
        }
    .text-container {
        text-align: center;
        margin: 60px 0px;
        color:var(--ks-int-lg);
    }
    .text-container p{font-size: 22px;
        line-height: 34px;text-align: left;}

        img{
            max-width: 100%;
        }
.image-container {
    text-align: center;
}
        .creadits-container {
            color: #fff;
            background: #1b1a1a;
            padding: 20px;
            margin-bottom: 30px;
            position: relative;
            /* display: none; */
        }
        .creadits-container.active{display: block;}
        .creadits-container h2 {
            border-bottom: 1px solid #fff;
            padding-bottom: 10px;
            font-size: 32px;
            font-weight: 400;
            margin: 0px;
        }
        .creadits-container .close-button {
            background: red;
            position: absolute;
            right: 0px;
            top: 0px;
        }
        .creadits-container .close-button {
            background: red;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 40px;
            height: 40px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 44px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            cursor: pointer;
            background-color: red;
        }
        .creadits-container p {
            font-size: 18px;
            margin: 12px 0px;
        }
        .creadits-container p span{
            font-weight: 600;
        }
        .creadits-button {
            margin: 30px 0px;
            display: flex;
            justify-content: center;
        }
        .creadits-button  button{
            border: 0;
            font-size: 25px;
            background: #e4f9ac;
            background-color: #e4f9ac;
            text-transform: uppercase;
            padding: 10px 18px;
            cursor: pointer;
            font-weight: 600;
        }
        .rotation-msg{ display: none;
        background-color: #333399;
        position: fixed;
        z-index: 9999999999;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .rm-center{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        max-width: 470px;
    }
    .rotation-img{
        text-align: center;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }
    .rotation-img img{
        width: 150px;
    }
    .rm-txt{
        text-align: center;
    }
    .rm-txt h5{
        font: bold 30px/24px var(--roboto);
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    }
    .rm-txt p{
        font: 400 16px/21px var(--roboto);
    color: #fff;
    }
    header h1 span {
      display: block;
      color: #fff;
    }
    .caption-img {
        color: #fff;
        text-align: left;
        font-style: italic;
        font-size: 17px;
    }
  
.dm_btn_wrp{
    cursor: pointer;
    top:15px;
    display:flex;
    align-items:center;
    right:60px;
    height:40px;
    width:40px;
    overflow:hidden;
    position:fixed;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
}
.dm_btn_chk{
    background-color:var(--ks-int-lg1);
    border: 1px solid #8b8b8b;
    height:40px;
    width:40px;
    border-radius:100%;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
}
.toggle {
    --size:1.5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: pointer;
    width: var(--size);
    height: var(--size);
    box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0;
    border-radius: 999px;
    color: #333;
    transition: all 500ms;
    pointer-events:none;
  }
  .toggle:checked {
    --ray-size: calc(var(--size) * -0.4);
    --offset-orthogonal: calc(var(--size) * 0.65);
    --offset-diagonal: calc(var(--size) * 0.45);
    transform: scale(0.75);
    color: #ffaa00;
    box-shadow: inset 0 0 0 var(--size), calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size), var(--offset-orthogonal) 0 0 var(--ray-size), 0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size), 0 var(--offset-orthogonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 var(--ray-size), var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size), var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size);
  }

  .em-row {
    display: flex;
    flex-wrap: wrap;
}
.text-container h2 {
    font-size: 42px;
    text-align: left;
    margin: 30px 0px;
}
.top-portion{position: relative;}
.top-portion video{
    width: 100%;
    height: 100%;
}
    @media screen and (max-width:1024px) and (orientation:landscape) {
        
        .rotation-msg{
            display: block;
        }
        body, html {
            overflow: hidden;
            background-color: #333399;
        }
        
    }
@media screen and (max-width:1024px) {
    .text-container h2{margin: 30px auto; max-width: 80%;
        font-size: 4.8vw;}
    .story-wrapper{width: 100%;}
    header h1 {
        margin: 0px 60px;
        font-size: 6vw;
        line-height: 7vw;
    }
    .line-tag li {
        margin-right: 10px;
        font-size: 2.4vw;
    }
    .text-container p {
        font-size: 2.6vw;
        line-height: 4.2vw;
        margin: 30px auto;
        max-width: 80%;
    }
    .logo img {
        width: 55px;
    }
    .share-wrapper ul li img {
        width: 26px;
    }
    .share-wrapper ul li:nth-of-type(2) img {
        width: 45px;
    }
    .share-wrapper ul {
        width: 48px;
        padding: 12px 0px 10px 0px;
    }
    header {
        padding: 5vh 0px 0vh 0vh; /* 15vh */
        width: 100%;
    display: block;
    }
    .em-row{display: block;}
    .top-portion{width: 100%;}
}




@media screen and (max-width:767px) {
    .text-container h2{margin: 0px 55px 16px 55px;
        font-size: 5.5vw;}
    .logo img {
        width: 40px;
    }
    .share-button img {
        width: 22px;
    }
    .text-container {
        margin: 30px 0px;
    }
    .text-container p {
        font-size: 4vw;
        line-height: 6.5vw;
        margin: 0px 55px 16px 55px;
       
    }
    .share-button {
        top: 10px;
        right: 10px;
    }
    .logo {
        top: 10px;
        left: 10px;
    }
    .line-tag li {
        font-size: 3.4vw;
    }
    header h1 {
        margin: 0px 16px;
        font-size: 6.5vw;
        line-height: 7.5vw;
    }
    .share-wrapper {
        top: 10px;
        right: 49px;
    }
    .creadits-button button {
        font-size: 17px;
    }
    .creadits-container h2 {
        font-size: 6vw;
    }
    .creadits-container p {
        font-size: 4vw;
    }
    .story-by {
        font-size: 18px;
        padding: 5px 0px;
    }
    .text-container p.t-center {
        text-align: left;
    }
}



/* DARKMODE */


.dm .share-button{
    filter:invert(1);
}