:root{
    --fontStyle:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}
/*Background Animation*/
/* .bgAnimation {
    background: linear-gradient(315deg, #1e243a, #2c3556);
    background-size: 400% 400%;

    -webkit-animation: bgAnimation 60s ease infinite;
    -moz-animation: bgAnimation 60s ease infinite;
    -o-animation: bgAnimation 60s ease infinite;
    animation: bgAnimation 60s ease infinite;
}

@-webkit-keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes bgAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
} */
/*Background Animation END*/

@font-face{
    font-family: SirinStencil-Regular;
    src: url(./assets/font/SirinStencil-Regular.ttf);
}

@font-face{
    font-family: Lobster-Regular;
    src: url(./assets/font/Lobster-Regular.ttf);
}

body{
    background-color: #1e243a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cc0000' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23aa0000' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23d6002b' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23b10022' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23d9004b' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23b2003d' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23d3006c' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23ac0057' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23c4008c' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%239e0071' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23aa00aa' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23880088' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

p.lecItemSplit, p.lecItem, p.error{
    font-family: var(--fontStyle);
    font-weight: bold;
    font-size: 17.5px;
    line-height: 1.75rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    color: #fff
}

p.error{
    cursor: url("./assets/image/cursor16px.png"),default;
    border: 1px solid #fff;
    line-height:2.1em;
}

a{
    text-decoration: none;
    color: #fff
}

div.lectures, header{
    cursor: default;
    font-family: var(--fontStyle);
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 23;
}

div.lectures p:last-child{
    border: none
}

div.lectures p span{
    font-size: 18px;
}

div.lectures p{
    font-size: 20px;
}

header{
    /* padding: 10px; */
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    border: none;
    border-radius: 19px;
    /* background: #1E243A; */
    box-shadow: inset 5px 5px 10px #10131e,
                inset -5px -5px 10px #2c3556
}

span{
    color: #fff;
    padding: 2px;
    line-height: 1.618em;
    background-color: #39331d79;
    /* opacity: 0.90; */
    font-family: Lobster-Regular;
    font-weight: lighter;
    font-size: 23px;
    /* border-radius: 16px; */
    /* background: #1E243A; */
    /* box-shadow: inset 3px 3px 5px #000,
                inset -3px -3px 5px #fff */
}

img#logo{
    width: 75px;
    margin-top: 10px;
    border-radius: 35px;
    box-shadow:  5px 4px 5px #10131e,
                 -5px -4px 5px #2c3556
}

p.weekDay{
    /* WeekDay Font Style */
    /* font-family: SirinStencil-Regular; */
    font-family: Lobster-Regular;
    font-size: 30px;
    font-weight:lighter;
    /* WeekDay Font Style End */
    position: relative;
    z-index: 1;
    border-bottom: none
}

/* Video Banner CSS */
video.video-banner{
    border-radius: 15px;
    box-shadow:  5px 5px 5px #10131e,
                 -5px -5px 5px #2c3556
}
/* Video Banner CSS End */

/* Authuser CSS */

footer ul.authuser{
    padding-inline-start: 0;
    display: flex;
    justify-content: space-around
}

footer ul.authuser li{
    cursor:pointer;
    display: flex;
    width: 3em;
    height: 3em;
    background-color: #c7c7c7;
    color: #1E243A;
    border-radius: 25px
}

footer ul.authuser li p{
    font-size: x-large;
    font-family: var(--fontStyle);
    font-weight: bolder;
    margin: auto auto
}

footer ul.authuser li:active{
    background-color: #10131e;
    color: #c7c7c7
}
/* Authuser CSS End */

/* Arrow CSS */
button {
    background: transparent;
    border: 0;
    outline: 0
  }

.arrow:hover polyline,.arrow:active polyline{
    stroke-width: 6px
}
nav{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -2.2em;
}
/* Arrow CSS End */

/* Media Query */
@media only screen and (min-width: 414px){
    footer{
        margin: auto auto;
        width: 400px
    }
}

@media only screen and (min-width: 540px){
    nav{
        margin-left: 5%;
        margin-right: 5%;
    }
    span{
        font-size: 29px;
    }
    p.error{
        font-size: 18px;
    }
    div.lectures p span{
        font-size: 19px;
        line-height: 3em;
    }
    div.lectures p{
        font-size: 25px;
    }
}

@media only screen and (min-width: 746px){
    nav{
        margin-left: 10%;
        margin-right: 10%;
    }
}