.blur-15{
    background: rgba(255,255,255,.4);
    -webkit-backdrop-filter: blur(15px) !important;
    backdrop-filter: blur(15px) !important;
}

.player{
    height: 55px !important;
    width: 100%;
    display: block;
    background: none !important;
    border: 1px solid #d6dbdd;
    border-radius: 35px;
}

.bg-main{
    position: absolute;
    background-size: 2000px;
    background-image: url(../images/avanify-500px.png);
    width: 2000px;
    height: 100%;
    left: -500px;
    opacity: .04;
    background-repeat: no-repeat;
    z-index: -1;
}

.dl_box{
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 110%;
    left: 0;
}

.dl_box > span{
    position: absolute !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #00000040;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    padding: 10px;
    border-radius: 15px 15px 0 15px;
}

.dl_box > span > div{
    width: 100%;
    height: 50%;
    overflow: hidden;
    padding: 20px 0;
}
.dl_box > span > div > .dnl{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10pt;
    color: #fff;
    border: 1px solid #fff;
}

.dl_box > span > div > .dnl:hover{
    background: #fff !important;
    color: #2e2e2e !important;
}

.dl_box > span > .ply{
    width: 100%;
    height: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dl_box > span > .ply > span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
}

.dl_box > span > .ply > span:hover{
    background: #cecece !important;
}

.dl_box > span > .ply > span > audio{
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.btn:hover{
    /* transform:rotate(2deg); */
    /* box-shadow: 0 0 10px 3px #0173d120; */
    transition: .1s;
    cursor: pointer;
}

.text_tomato{
    color: #ff6347 !important;
}

.lk.pn{
    background-image:linear-gradient(135deg, rgb(255, 99, 71) 0%, #fff 50%, #fff 100%) !important;
    border: none !important;
    box-shadow: 0 0 10px 3px rgb(255,99,71,.1) !important;
    color: #fff !important;
    cursor: pointer;
}

.dl.pn{
    background-image:linear-gradient(135deg, #0173d1 0%, #fff 50%, #fff 100%) !important;
    border: none !important;
    box-shadow: 0 0 10px 0 rgb(105,196,253,.3) !important;
    color: #fff !important;
    cursor: pointer;
}

.al.pn{
    background-image:linear-gradient(135deg, rgb(32, 178, 170) 0%, #fff 50%, #fff 100%) !important;
    border: none !important;
    box-shadow: 0 0 10px 0 rgb(32,178,170,.3) !important;
    color: #fff !important;
    cursor: pointer;
}

.pl.pn{
    background-image:linear-gradient(135deg, rgb(147, 112, 216) 0%, #fff 50%, #fff 100%) !important;
    border: none !important;
    box-shadow: 0 0 10px 0 rgb(147,112,216,.3) !important;
    color: #fff !important;
    cursor: pointer;
}

.lk:hover{
    background-image: none !important;
    background-color:rgb(255, 99, 71) !important;
    border: none !important;
    box-shadow: 0 0 10px 0 rgb(255,99,71,.1) !important;
    color: #fff !important;
    cursor: pointer;
}

.lk:hover > svg{
    fill: #fff !important;
}


.dl:hover{
    background-image: none !important;
    background-color:#0173d1 !important;
    border: none !important;
    box-shadow: 0 0 10px 3px rgb(105,196,253,.1) !important;
    color: #fff !important;
    cursor: pointer;
}
.dl:hover > svg{
    fill: #fff !important;
}
.al:hover{
    background-image: none !important;
    background-color: lightseagreen !important;
    border: none !important;
    box-shadow: 0 0 10px 3px rgb(32,178,170,.1) !important;
    color: #fff !important;
    cursor: pointer;
}
.al:hover > svg{
    fill: #fff !important;
}
.pl:hover{
    background-image: none !important;
    background-color:mediumpurple  !important;
    border: none !important;
    box-shadow: 0 0 10px 3px rgb(147,112,216,.1) !important;
    color: #fff !important;
    cursor: pointer;
}
.pl:hover > svg{
    fill: #fff !important;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

body > main{
    z-index: 1001;
    
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: -65px;
    z-index: 1020;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-login {
    width: 100%;
    height: 50px;
    /* box-shadow: 10px 25px 30px #f1f3f4; */
    padding: 5px;
    box-sizing: border-box;
    margin-top: 10px;
}

.nav-login>div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-login>div>ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    height: 100%
}

.nav-login>div>ul>li {
    height: 100%;
    width: 50%;
    display: flex;
}

.nav-login ul > li:first-child > div:first-child {
    height: 100%;
    width: 10%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 5px;
}

.nav-login ul > li:first-child > div:first-child > img{
    height: 100%;
}

.nav-login ul > li:first-child > div:last-child {
    height: 100%;
    width: 90%;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.nav-login ul > li:first-child > div:last-child > h1{
    color: #212529 !important;
    font-size: 20pt;
    position: absolute;
    top: 5px;
}

.nav-login ul > li:last-child > div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.nav-login ul > li:last-child > div > a {
    height: 100%;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    border-radius: 12px;
}

.nav-login ul > li:last-child > div > a:hover > svg {
    fill: #fff !important;
}

.login{
    width: 100%;
    height: 100vh;
    display: block;
}
.login > section{
    width: 100%;
    height: 100%;
}
.login > section> div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, #fff 0%, #fff 20%, #0173d128 50%, #fff 80%, #fff 100%);
}
.login > section article{
    width: 100%;
    height: 500px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login > section article > form{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #ddd; */
    border-radius: 20px;
    padding: 15px;
    background-color: #fff;
}

.login > section article > form > h2{
    font-size: 40pt;
    color: #0173d1 !important;
}

.login > section article > form > input{
    width: 80%;
    height: 50px;
    border: 1px solid #5e676f;
    border-radius: 15px;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
}

.login > section article > form > button{
    width: 80%;
    height: 50px;
    border: none !important;
    border-radius: 15px;
    background:#0173d1 !important;
    cursor: pointer;
    font-size: 15pt;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

.nav-menu {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.nav-menu>div {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.backhub{
    position: absolute;
    background: #0173d120;
    width: 15%;
    height: 40px;
    left: 25%;
    border-radius: 8px;
}

.nav-menu ul {
    display: flex;
    list-style: none;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px 5px #0173d120;
    background: #fff;
    border-radius: 10px;
    justify-content: space-around;
    padding: 5px;
}

.nav-menu ul>li {
    height: 100%;
    width: 15%;
}

.nav-menu ul>li>div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    font-weight: 600;
}

.nav-menu ul>li>div > a{
    text-decoration: none;
    z-index: 10;
}

.nav-menu ul>li:nth-child(1){
    width: 25%;
    padding-right: 10px;
}

.nav-menu ul>li:nth-child(1) > div > form{
    height: 100%;
    width: 100%;
    display: flex;
}

.nav-menu ul>li:nth-child(1) > div > form > input{
    height: 100%;
    width: 100%;
    background: #f1f3f4;
    padding: 0 15px;
    border: none;
    border-radius: 7px;
}

.main{
    width: 100%;
    margin-top: 50px;
    height: auto;
    display: flex;
    justify-content: center;
}

.main > section{
    width: 100%;
    height: 100%;
}

.main > section > div{
    width: 100%;
    height: 100%;
}

.main > section ul{
    width: 100%;
    height: 100%;
    list-style: none;
    display: block;
}

.main > section ul > li{
    width: 100%;
    height: 150px;
    display: flex;
    border-bottom: 1px solid #b7bcc0;
    margin-bottom: 30px;
    border-radius: 0 0 0 20px;
}

.main > section ul > li > div{
    padding: 10px;
}

.main > section ul > li > div:first-child{
    width: 10%;
    display: flex;
    overflow: hidden;
    padding: 0 !important;
    border-radius: 20px 20px 0 20px;
}

.main > section ul > li > div:first-child > a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main > section ul > li > div:nth-child(2){
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

.main > section ul > li > div:nth-child(2) > h2{
    color: black;
    font-size: 13pt !important;
}

.main > section ul > li > div:nth-child(2) > h4{
    color: #393939;
    margin-top: 5px;
}

.main > section ul > li > div:nth-child(2) > h5{
    color: #646464;
    margin-top: 5px;
}

.main > section ul > li > div:last-child{
    width: 65%;
    height: 100%;
}

.main > section ul > li > div:last-child > ol{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 10px 0;
}

.main > section ul > li > div:last-child > ol > li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.main > section ul > li > div:last-child ol > li:first-child{
    width: 21%;
    display: flex;
    padding: 5px;
    background-color: transparent;
}
.main > section ul > li > div:last-child ol > li:nth-child(2){
    width: 17%;
    display: flex;
    padding: 5px;
}
.main > section ul > li > div:last-child ol > li:nth-child(3){
    width: 17%;
    display: flex;
    padding: 5px;
}

.main > section ul > li > div:last-child ol > li:nth-child(4){
    width: 10%;
}

.main > section ul > li > div:last-child ol > li:nth-child(4) > div{
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.main > section ul > li > div:last-child ol > li > div > a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7bcc0;
    border-radius: 15px;
    cursor: pointer;
    font-size: 10pt;
    text-align: center;
    padding: 0 5px;
    
}

.main > section ul > li > div:last-child ol > li:nth-child(4) > div:hover > i{
    background-color: #edf7ff;
    border: 5px dotted #0173d1 !important;
    transform: rotate(360deg);
    transition: .3s all ease-in-out;
}

.main > section ul > li > div:last-child ol > li:nth-child(4) > div > i{
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #0173d1;
    padding-left: 3px;
    overflow: hidden;
}

.main > section ul > li > div:last-child ol > li:nth-child(4) > div > audio{
    position: absolute;
    padding: 0;
    width: 100px;
    left: 0;
    opacity: 0;
}

.main > section ul > li > div:last-child ol > li:nth-child(5){
    width: 25%;
    display: flex;
    padding: 5px;
}

.main > section ul > li > div:last-child ol > li:nth-child(5) > div > a{
    border: 1px solid #0173d1 !important;
}

.main > section ul > li > div:last-child ol > li:last-child{
    width: 10%;
    display: flex;
    padding: 5px;
}

.main > section ul > li > div:last-child ol > li > div{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.main > section ul > li > div:last-child ol > li:last-child > div > a {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main > section ul > li > div:last-child ol > li > div > a > img{
    height: 50px;
    width: 50px;
    border: 1px solid #a5b6c0;
    border-radius: 15px 15px 0 15px;
    cursor: pointer;
    opacity: 80%;
}

.artist{
    width: 100%;
    margin-top: 50px;
    height: auto;
    display: flex;
    justify-content: center;

}

.artist > section{
    width: 100%;
    height: 100%;
}

.artist > section > div{
    width: 100%;
    height: 100%;
}

.artist > section ul{
    width: 100%;
    height: 100%;
    list-style: none;
    display: block;
}

.artistInfo{
    width: 100%;
    height: 200px;
}
.artistInfo > article{
    width: 100%;
    height: 100%;
}
.artistInfo > article > div:first-child{
    width: auto;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.artistInfo > article > div:first-child > span > img{
    height: 100%;
    /* border-radius: 25px 25px 0 25px; */
}
.artistInfo > article > div:last-child{
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.artistInfo > article > div:last-child > span{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20pt;
}

.artistCategory{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #a5b6c0;
}
.artistCategory > div{
    width: 100%;
    height: 100%;

}
.artistCategory > div > ol{
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
}
.artistCategory > div > ol > li{
    width: 10%;
    height: 100%;
}

.artistCategory > div > ol > li > span{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #a5b6c0;
    border-top: 1px solid #a5b6c0;
    border-right: 1px solid #a5b6c0;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 12pt;
}

.artistItems{
    margin-top: 50px;
}

.artistItems > div > ul{
    width: 100%;
    height: 100%;
    list-style: none;
    display: block;
}

.artistItems > div > ul > li{
    width: 100%;
    height: 100px;
    display: flex;
    border-bottom: 1px solid #a5b6c0;
    border-radius: 0 0 0 15px;
    margin-bottom: 30px;
}

.artistItems > div > ul > li > div{
    padding: 5px;
}

.artistItems > div > ul > li > div:first-child{
    width: 7%;
    display: flex;
    overflow: hidden;
    padding: 0 !important;
    border-radius: 15px 15px 0 15px;
}

.artistItems > div > ul > li > div:first-child > a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.artistItems > div > ul > li > div:nth-child(2){
    width: 28%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 10px;
}

.artistItems > div > ul > li > div:nth-child(2) > h2{
    font-size: 13pt;
}

.artistItems > div > ul > li > div:nth-child(2) > h5{
    margin-top: 5px;
    font-size: 10pt;
}

.artistItems > div > ul > li > div:last-child{
    width: 65%;
    height: 100%;
}

.artistItems > div > ul > li > div:last-child > ol{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 15px 0;
}

.artistItems > div > ul > li > div:last-child > ol > li{
    display: flex;
    justify-content: center;
    align-items: center;
}

.artistItems > div > ul > li > div:last-child ol > li > div{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artistItems > div > ul > li > div:last-child ol > li > div > a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a5b6c0;
    border-radius: 15px;
    cursor: pointer;
    font-size: 10pt;
    text-align: center;
    padding: 0 5px;
}

.artistItems > div > ul > li > div:last-child ol > li:first-child{
    height: 100%;
    width: 22%;
    display: flex;
    padding: 5px;
}
.artistItems > div > ul > li > div:last-child ol > li:nth-child(2){
    height: 100%;
    width: 22%;
    display: flex;
    padding: 5px;
}
.artistItems > div > ul > li > div:last-child ol > li:nth-child(3){
    height: 100%;
    width: 22%;
    display: flex;
    padding: 5px;
}

.artistItems > div > ul > li > div:last-child ol > li:nth-child(4){
    height: 100%;
    width: 15%;
}

.artistItems > div > ul > li > div:last-child ol > li:nth-child(4) > div{
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.artistItems > div > ul > li > div:last-child ol > li:nth-child(4) > div:hover > i{
    background-color: #edf7ff;
    border: 5px dotted #0173d1 !important;
    transform: rotate(360deg);
    transition: .3s all ease-in-out;
    overflow: hidden;
}

.artistItems > div > ul > li > div:last-child ol > li:nth-child(4) > div > i{
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #0173d1;
    padding-left: 3px;
}

.artistItems > div > ul > li > div:last-child ol > li:nth-child(4) > div > audio{
    position: absolute;
    padding: 0;
    width: 100px;
    left: 0;
    opacity: 0;
}

.artistItems > div > ul > li > div:last-child ol > li:nth-child(5){
    height: 100%;
    width: 39%;
    display: flex;
    padding: 5px;
}

.artistItems > div > ul > li > div:last-child ol > li:nth-child(5) > div > a{
     border-radius:  15px 15px 0 15px;
}



.video > section > div{
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

.video > section ul{
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.video > section ul > li{
    width: 25%;
    height: 300px;
    display: flex;
    padding: 0 10px;
    margin-top: 20px;
    position: relative;
}

.video > section ul > li > div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* box-shadow: 0 0 20px 5px #0173d120; */
    border: 1px solid #a5b6c0;;
    border-radius: 25px 25px 0 25px;
    overflow: hidden;
    background-color: #fff;
}

.video > section ul > li > div > div{
    width: 100%;
    height: 50%;
    min-height: 100px;
}

.video > section ul > li > div >  div > video{
    width: 100%;
    height: 100%;
}

.video > section ul > li >  div > ol{
    width: 100%;
    height: 50%;
    display: flex;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 15px;
    position: relative;
}
.video > section ul > li >  div > ol > li:first-child{
    width: 100%;
    height: 40%;
    display: flex;

}
.video > section ul > li >  div > ol > li:first-child > span{
    width: 100%;
    height: 100%;
    display: flex;
}
.video > section ul > li >  div > ol > li:first-child > span > h2{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 12pt;
}
.video > section ul > li >  div > ol > li:nth-child(2){
    width: 100%;
    height: 30%;
    display: flex;
    list-style: none;
    display: block;
}
.video > section ul > li >  div > ol > li:nth-child(2) > span{
    width: 100%;
    height: 100%;
    display: flex;
}
.video > section ul > li >  div > ol > li:nth-child(2) > span > h5{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
}
.video > section ul > li >  div > ol > li:last-child{
    width: 100%;
    height: 30%;
    display: flex;
    list-style: none;
    display: block;
}
.video > section ul > li >  div > ol > li:last-child > div{
    width: 100%;
    height: 100%;
    display: flex;
}
.video > section ul > li >  div > ol > li:last-child > div > span:first-child{
    width: 80%;
    height: 100%;
    display: flex;
    padding-right: 10px;
}
.video > section ul > li >  div > ol > li:last-child > div > span:first-child > button{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #90a1aa;
    border-radius: 10px;
    background: #fff;
}
.video > section ul > li >  div > ol > li:last-child > div > span:last-child{
    width: 20%;
    height: 100%;
    display: flex;
}
.video > section ul > li >  div > ol > li:last-child > div > span:last-child > button{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #90a1aa;
    border-radius: 10px 10px 0 10px;
    background: #fff ;
}

.playlist{
    width: 100%;
    margin-top: 50px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.playlist > section{
    width: 100%;
    height: 100%;
}

.playlist > section > div{
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}



.playlist > section ul{
    width: 100%;
    height: 100%;
    list-style: none;
    display: block;
}

.playlist > section ul > li{
    width: 100%;
    height: 220px;
    display: flex;
    margin-bottom: 50px;
}

.pl-box{
    width: 100%;
    height: 100%;
    border: 1px solid #a5b6c0;
    border-radius: 20px;
    overflow: hidden !important;
    display: flex;
    text-decoration: none;
    position: relative;
}

.pl-info{
    width: 40%;
    height: 100%;
    display: flex;
}

.pl-info > div:first-child{
    width: 40%;
    height: 100%;
}

.pl-info > div:first-child > span{
    width: 100%;
    height: 100%;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
    border-radius: 15px;
}

.pl-info > div:last-child{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding: 5px 10px;
}

.pl-info > div:last-child > div{
    width: 100%;
    height: 50px;
}

.pl-info > div:last-child > div > button{
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 15px;
    border: 1px solid #a5b6c0;
}


.pl-item{
    width: 60%;
    height: 100%;
    display: flex;
}

.pl-item > ol{
    width: 100%;
    height: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.pl-item > ol > li{
    width: 200px;
    height: 200px;
    padding: 0 5px;
}

.pl-item > ol > li:hover .dl_box{
    top: 0 !important;
    > span{
        border-radius: 20px 20px 0 0 !important;
    }
}

.pl-item > ol > li > div{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.pl-item > ol > li > div > div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    border: 1px solid #a5b6c0;
    border-radius: 15px;
    overflow: hidden !important;
}
.pl-item > ol > li > div > div > div:first-child{
    width: 100%;
    height: 60%;
}
.pl-item > ol > li > div > div > div:first-child > i{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pl-item > ol > li > div > div > div:last-child{
    width: 100%;
    height: 40%;
    padding: 5px 10px;
    font-size: 10pt;
    background: #fff;
}
.pl-item > ol > li > div > div > div:last-child > h4{
    width: 100%;
    height: 70%;
    overflow: hidden;
}
.pl-item > ol > li > div > div > div:last-child > div{
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: space-between;
}

.swiper-button-prev{
    width: 50px;
    height: 50px;
}
.swiper-button-prev::after{
    color: #fff;
    font-size: 10pt !important;
    font-weight: bold !important;
}

.swiper-button-next{
    width: 50px;
    height: 50px;
}
.swiper-button-next::after{
    color: #fff;
    font-size: 15pt !important;
    font-weight: bold !important;
}

.album{
    width: 100%;
    margin-top: 50px;
    height: auto;
    display: flex;
    justify-content: center;
}

.album > section{
    width: 100%;
    height: 100%;
}

.album > section > div{
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}



.album > section ul{
    width: 100%;
    height: 100%;
    list-style: none;
    display: block;
}

.album > section ul > li{
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 30px;
    
}

.album > section ul > li > div{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden !important;
    border: 1px solid #a5b6c0;
    display: flex;
    padding: 15px;
}

.album > section ul > li > div > div:first-child{
    height: 100%;
    display: flex;
    align-items: center;
    width: 40%;
}

.album > section ul > li > div > div:first-child > div:first-child{
    height: 100%;
    width: 40%;
}

.album > section ul > li > div > div:first-child > div:first-child > span{
    width: 100%;
    height: 200px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.album > section ul > li > div > div:first-child > div:last-child{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.album > section ul > li > div > div:last-child{
    display: flex;
    width: 60%;
}

.album > section ul > li > div > div:last-child > ol{
    width: 100%;
    height: 100%;
    list-style: none;
}

.album > section ul > li > div > div:last-child > ol > li{
    height: 100%;
}
.album > section ul > li > div > div:last-child > ol > li:hover .dl_box{
    top: 0 !important;
}


.album > section ul > li > div > div:last-child > ol > li > div{
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 20px 20px 0 20px;
    position: relative;
    border: 1px solid #a5b6c0;
    overflow: hidden;
}

.album > section ul > li > div > div:last-child > ol > li > div > a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    overflow: hidden !important;
    background-color: #fff;
}
.album > section ul > li > div > div:last-child > ol > li > div > a > div:first-child{
    width: 100%;
    height: 60%;
}
.album > section ul > li > div > div:last-child > ol > li > div > a > div:first-child > i{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}
.album > section ul > li > div > div:last-child > ol > li > div > a > div:last-child{
    width: 100%;
    height: 40%;
    padding: 5px 10px;
    font-size: 10pt;
}
.album > section ul > li > div > div:last-child > ol > li > div > a > div:last-child > h4{
    width: 100%;
    height: 70%;
    overflow: hidden;
}
.album > section ul > li > div > div:last-child > ol > li > div > a > div:last-child > div{
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer{
    width: 100%;
    height: 400px;
    margin-top: 100px;
}

.panel-header {
  width: 100%;
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 1101;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 30px 0 #fff;
  nav {
    width: 100%;
    div {
      width: 100%;
      height: 100%;
      ul {
        width: 100%;
        height: 100%;
        list-style: none;
        display: flex;
        padding: 10px 20px;
        position: relative;
        li:first-child {
          width: 30%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: start;
          >div {
            width: 250px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: start;
            border: 1px solid #212529;
            border-radius: 30px;
            padding: 5px;
            img {
              width: 50px;
              height: 50px;
              border-radius: 50%;
            }
            div {
              height: 100%;
              width: 190px;
              display: flex;
              align-items: center;
              span {
                height: 50px;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 15pt;
                font-weight: bold;
                padding: 10px;
                color: #394d5a !important;
              }
            }
          }
        }
        li:nth-child(2) {
          width: 50%;
          height: 100%;
        }
        li:last-child {
          width: 20%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          div {
            width: 100%;
            height: 100%;
            a {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              text-decoration: none;
              img {
                width: 30px;
                height: 30px;
                margin-right: 10px;
              }
              p {
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: start;
                font-size: 20pt;
                font-weight: bold;
              }
            }
          }
        }
      }
    }
  }
}

.panel-main {
  width: 100%;
 
  div {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    article {
      width: 20%;
      height: 100%;
      display: flex;
      position: sticky;
      top: 80px;
      div {
        width: 100%;
        height: 100%;
        display: flex;
        padding-top: 50px;
        ul {
          width: 100%;
          height: 100%;
          list-style: none;
          background: #fff;
          li {
            width: 100%;
            height: 60px;
            padding: 0 30px;
            a {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: start;
              transition: all .2s ease-out;
              border-bottom: 1px solid rgb(229, 245, 255);
              border-radius: 0 !important;
            }
            & a:hover{
                border-bottom: 2px solid #0173d1;
                transition: all .15s linear;
            }
          }
        }
      }
    }
    >section {
      width: 80%;
      height: 100%;
      display: flex;
      padding: 10px;
      margin-top: 50px;
      >div{
        width: 100%;
        display: flex;
        flex-direction: column;
        div:first-child {
        width: 100%;
        height: 100%;
        >ol {
          width: 100%;
          height: 100%;
          display: flex;
          list-style: none;
          padding: 0 10px;
          >li:first-child{
            width: 25%;
            height: 100%;
            margin-top: 15px;
            display: flex;
            align-items: center;
            justify-content:center;
            >div{
              width: 300px;
              height: 400px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content:start;
              background-repeat: no-repeat;
              background-size: cover;
              overflow: hidden;
              padding: 20px 0;
              >h2{
                height: 10%;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content:center;
              }
              >i{
                height: 60%;
                width: 100%;
                border-radius: 15px 15px 0 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
              }
              >span{
                height: 30%;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: start;
                justify-content: center;
                padding: 15px;
                border-radius: 0 0 15px 15px;
                >h1{
                  font-size: 12pt !important;
                  font-weight: bolder;
                }
                >h3{
                  font-size: 10pt !important;
                  color: #212529 !important;
                }
              }
            }
          }
          >li:nth-child(2){
            width: 25%;
            height: 100%;
            margin-top: 15px;
            display: flex;
            align-items: center;
            justify-content:center;
            >div{
              width: 300px;
              height: 400px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content:start;
              background-repeat: no-repeat;
              background-size: cover;
              overflow: hidden;
              padding: 20px 0;
              >h2{
                height: 10%;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content:center;
              }
              >i{
                height: 60%;
                width: 100%;
                border-radius: 15px 15px 0 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
              }
              >span{
                height: 30%;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: start;
                justify-content: center;
                padding: 15px;
                border-radius: 0 0 15px 15px;
                >h1{
                  font-size: 12pt !important;
                  font-weight: bolder;
                }
                >h3{
                  font-size: 10pt !important;
                  color: #212529 !important;
                }
              }
            }
          }
          >li:nth-child(3){
            width: 25%;
            height: 100%;
            margin-top: 15px;
            display: flex;
            align-items: center;
            justify-content:center;
            > div{
              width: 300px;
              height: 400px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content:start;
              background-repeat: no-repeat;
              background-size: cover;
              overflow: hidden;
              padding: 20px 0;
              >h2{
                height: 10%;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content:center;
              }
              >i{
                height: 60%;
                width: 100%;
                border-radius: 15px 15px 0  0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
              }
              > span{
                height: 30%;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: start;
                justify-content: center;
                padding: 15px;
                border-radius: 0 0 15px 15px;
                > h1{
                  font-size: 12pt !important;
                  font-weight: bolder;
                }
                >h3{
                  font-size: 10pt !important;
                  color: #212529 !important;
                }
              }
            }
          }
          >li:last-child{
            width: 25%;
            height: 100%;
            margin-top: 15px;
            display: flex;
            align-items: center;
            justify-content:center;
            >div{
              width: 300px;
              height: 400px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content:start;
              background-repeat: no-repeat;
              background-size: cover;
              overflow: hidden;
              padding: 20px 0;
              >h2{
                height: 10%;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content:center;
              }
              >i{
                height: 60%;
                width: 100%;
                border-radius: 15px 15px 0 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
              }
              >span{
                height: 30%;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: start;
                justify-content: center;
                padding: 15px;
                border-radius: 0 0 15px 15px;
                >h1{
                  font-size: 12pt !important;
                  font-weight: bolder;
                }
                >h3{
                  font-size: 10pt !important;
                  color: #212529 !important;
                }
              }
            }
          }
        }
      }
      >div:last-child{
        width: 100%;
        border: 1px solid #92acc5;
        border-radius: 30px;
        margin-top: 50px;
        box-sizing: border-box !important;
        >div{
          width: 100%;
          >ul{
            width: 100%;
            list-style: none;
            >li{
              display: flex;
              flex-direction: column;
              width: 100%;
              border-radius: 25px;
              >i{
                width: 100%;
                height: 300px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                border-radius: 25px;
              }
              >span{
                width: 100%;
                display: flex;
                align-items: center;
                padding: 10px 10px 0 10px;
                font-size: 16pt;
                font-weight: bold;
              }
              >h3{
                width: 100%;
                display: flex;
                align-items: center;
                padding: 10px;
                margin: 0;
              }
            }
          }
        }
      }
      }
    }
  }
}

.panel-footer {
  width: 100%;
  height: 60px;
  background: #fff;
  div {
    width: 100%;
    height: 100%;
    ul {
      width: 100%;
      height: 100%;
      list-style: none;
      li {
        width: 100%;
        height: 50%;
        div {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
    }
  }
}


.admin-header{
    width: 100%;
    height: 10vh;
}

.admin-header > nav{
    width: 100%;
    height: 100%;
}
.admin-header > nav > div{
    width: 100%;
    height: 100%;
}
.admin-header ul{
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    padding: 10px 20px;
    background: #fff;
}
.admin-header ul > li:first-child{
    width: 20%;
    height: 100%;
}
.admin-header ul > li:first-child > div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-header ul > li:first-child > div > img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.admin-header ul > li:first-child > div > div{
    height: 100%;
}
.admin-header ul > li:first-child > div > div > span{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 12pt;
    font-weight: bold;
}
.admin-header ul > li:nth-child(2){
    width: 60%;
    height: 100%;
}
.admin-header ul > li:last-child{
    width: 20%;
    height: 100%;
}

.admin-header ul > li:last-child > div{
    width: 100%;
    height: 100%;
}

.admin-header ul > li:last-child > div > a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
}
.admin-header ul > li:last-child > div > a > img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.admin-header ul > li:last-child > div > a > p{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 20pt;
    font-weight: bold;
}

.admin-main{
    width: 100%;
    height: 80vh;
}

.admin-main > div{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px 15px 0 7.5px;
}

.admin-main > div > article{
    width: 20%;
    height: 100%;
    display: flex;
}
.admin-main > div > article > div{
    width: 100%;
    height: 100%;
    display: flex;
}

.admin-main > div > article > div{
    width: 100%;
    height: 100%;
    display: flex;
}

.admin-main > div > article ul{
    width: 100%;
    height: 100%;
    list-style: none;

}
.admin-main > div > article ul > li{
    width: 100%;
    height: 20%;
    padding: 0 0 15px 7.5px;
}
.admin-main > div > article ul > li > span{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
}

.admin-main > div > section{
    width: 80%;
    height: 100%;
    display: flex;
}

.admin-main > div > section > div{
    width: 100%;
    height: 100%;
    display: flex;
}

.admin-main > div > section > div > form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.admin-main > div > section > div > form > input{
    width: 50%;
    height: 50px;
    border: 1px solid #a5b6c0;
    background: #fff !important;
    border-radius: 15px;
    margin-bottom: 15px;
}
.admin-main > div > section > div > form > select{
    width: 50%;
    height: 50px;
    border: 1px solid #a5b6c0;
    background: #fff !important;
    margin-bottom: 15px;
    border-radius: 15px;
}

.admin-main > div > section > div > form > button{
    width: 50%;
    height: 50px;
    border: 1px solid #a5b6c0;
    background: #0173d1 !important;
    border-radius: 15px;
    font-size: 20pt;
    color: #fff !important;
}


.admin-footer{
    width: 100%;
    height: 10vh;
    background: #fff;
}
.admin-footer > div{
    width: 100%;
    height: 100%;
}
.admin-footer ul{
    width: 100%;
    height: 100%;
    list-style: none;
}
.admin-footer ul > li{
    width: 100%;
    height: 50%;
}
.admin-footer ul > li > div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}