:root {
    --baseColor: #f73859;
    --baseRgb: 247, 54, 89;
    --dark: #131722;
    --darkRgb: 19, 23, 43;
}

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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: florentia;
    font-style: normal;
    src: url('../fonts/eot/Florentia.eot');
    src: url('../fonts/eot/Florentia.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff/Florentia.woff') format('woff'),
    url('../fonts/ttf/Florentia.ttf') format('truetype');
}

@font-face {
    font-family: luxia;
    font-style: normal;
    src: url('../fonts/eot/Luxia-Regular.eot');
    src: url('../fonts/eot/Luxia-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff/Luxia-Regular.woff') format('woff'),
    url('../fonts/woff/Luxia-Regular.woff2') format('woff2'),
    url('../fonts/ttf/Luxia-Regular.ttf') format('truetype');
}

@font-face {
    font-family: neuropol;
    font-style: normal;
    src: url('../fonts/eot/Neuropol.eot');
    src: url('../fonts/eot/Neuropol.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff/Neuropol.woff') format('woff'),
    url('../fonts/woff/Neuropol.woff2') format('woff2'),
    url('../fonts/ttf/Neuropol.ttf') format('truetype');
}

@font-face {
    font-family: sonic;
    font-style: normal;
    src: url('../fonts/eot/sonic.eot');
    src: url('../fonts/eot/sonic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff/sonic.woff') format('woff'),
    url('../fonts/woff/sonic.woff2') format('woff2'),
    url('../fonts/ttf/sonic.ttf') format('truetype');
}

@font-face {
    font-family: handlee;
    font-style: normal;
    src: url('../fonts/eot/Handlee.eot');
    src: url('../fonts/eot/Handlee.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff/Handlee.woff') format('woff'),
    url('../fonts/woff/Handlee.woff2') format('woff2'),
    url('../fonts/ttf/Handlee.ttf') format('truetype');
}

@font-face {
    font-family: orbitron;
    font-style: normal;
    src: url('../fonts/eot/orbitron.eot');
    src: url('../fonts/eot/orbitron.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff/orbitron.woff') format('woff'),
    url('../fonts/ttf/orbitron.ttf') format('truetype');
}

@font-face {
    font-family: PatuaOne;
    font-style: normal;
    src: url('../fonts/eot/PatuaOne.eot');
    src: url('../fonts/eot/PatuaOne.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff/PatuaOne.woff') format('woff'),
    url('../fonts/ttf/PatuaOne.ttf') format('truetype');
}

@font-face {
    font-family: rubik;
    font-style: normal;
    src: url('../fonts/ttf/Rubik-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: Yekan-Bakh;
    font-style: normal;
    font-weight: 400;
    src: url(../../Amos/fonts/yekan/Yekan_Bakh_EN_04_Regular.eot);
    src: url(../../Amos/fonts/yekan/Yekan_Bakh_EN_04_Regular.eot?#iefix) format('embedded-opentype'), url(../../Amos/fonts/yekan/Yekan_Bakh_EN_04_Regular.woff) format('woff'), url(../../Amos/fonts/yekan/Yekan_Bakh_EN_04_Regular.ttf) format('truetype');
}

body {
    background-color: #131722;
    overflow-x: hidden;
}

.slider {
    width: 100vw;
    height: 800px;
    background: url('../_img/header_bg1.png');
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 90px;
}

.slider .dj-image {
    max-width: 100%;
    position: absolute;
    top: calc(50% - 300px);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.circle {
    max-width: 100%;
    opacity: .03;
    position: absolute;
    top: calc(50% - 400px);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    z-index: 0;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cl {
    width: 40px;
    position: absolute;
}

.cl1 {
    right: 20%;
    top: 40%;
    animation: rotate 10s linear infinite;
    opacity: .5;
}

.cl2 {
    left: 20%;
    top: 10%;
    animation: rotate 20s linear infinite;
}

@-moz-keyframes rotate {
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fast {
    animation: fastAnimate 2s linear infinite;
}

@-moz-keyframes fastAnimate {
    50% {
        transform: rotate(180deg) scale(1.3) translate(10px);
        -moz-transform: rotate(180deg) scale(1.3) translate(10px);
        -webkit-transform: rotate(180deg) scale(1.3) translate(10px);
    }
    100% {
        transform: rotate(360deg) scale(1) translate(0);
        -moz-transform: rotate(360deg) scale(1) translate(0);
        -webkit-transform: rotate(360deg) scale(1) translate(0);
    }
}




.cl3 {
    top: 40%;
    left: 15%;
    opacity: .7;
}

.cl4 {
    right: 30%;
    bottom: 5%;
}

.slider .text {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 70%;
    z-index: 9;
}

.slider h1 {
    font-size: 100px;
    text-shadow: #ffb0be 1px 1px 0;
    color: var(--baseColor);
    font-weight: bold;
    text-align: center;
    font-family: sonic;
    margin-top: -30px;
}

.slider p {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-family: handlee;

}

.slider p span {
    text-shadow: 0 1px 5px #000;
}

.ml7 {
    position: relative;
    font-weight: 900;
    font-size: 3.7em;
}

.ml7 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml7 .letter {
    transform-origin: 0 100%;
    display: inline-block;
    line-height: 1em;
}

.ml9 {
    position: relative;
    font-weight: 200;
    font-size: 4em;
}

.ml9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
}

header {
    padding-top: 20px;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    transition: all .6s;
}

.desktopNav {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

.desktopNav li {
    display: inline-block;
    margin: 0 20px;
    font-family: orbitron;
    transition: .2s;
    position: relative;
}

.desktopNav li:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scaleX(0);
    transition: all .5s;
    transform-origin: left;
}

.desktopNav li:hover:after {
    transform: scaleX(1);
}

.desktopNav li a {
    font-size: 14px;
    color: #e1e1e1;
}

.desktopNav li ul {
    position: absolute;
    top: 50px;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    min-width: 160px;
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
}

.desktopNav li ul:before {
    content: '';
    width: 100%;
    height: 50px;
    background-color: transparent;
    position: absolute;
    top: -28px;
    left: 0;
}

.desktopNav li ul li {
    display: inline-block;
    margin: 10px 0;
}

.desktopNav li ul li a {
    color: #444;
}

.desktopNav li ul li:after {
    background-color: #444;
}

.desktopNav li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.headerMusic {
    height: 100%;
    display: flex;
    align-items: center;
}

.headerMusic li {
    display: inline-block;
    margin: 0 10px;
}

.headerMusic li i {
    font-size: 23px;
    color: #e6e6e6;
}

header .fa-spotify {
    opacity: 0;
}

header .fa-soundcloud {
    font-size: 30px !important;
    opacity: 0;
}

.icon4,.icon5 {
    opacity: 0;
}

.fa-apple {
    opacity: 0;
}

.headerLogo {
    width: 110px;
    transition: all .6s;
}

.fa-bars {
    float: right;
    font-size: 28px;
    color: #f8f8f8;
    position: relative;
    z-index: 99;
}

#menu .mm-panel, .mm-navbar__title, .mm-btn {
    background-color: #131722;
    color: #e1e1e1 !important;
    font-family: orbitron;
}

.mm-btn::after, .mm-btn::before {
    /*border: 2px solid #e1e1e1 !important;*/
}

.mm-panel ul li a {
    font-size: 14px !important;
    color: #e1e1e1 !important;
    font-family: orbitron;
}

.mm-navbars_bottom .mm-navbar:first-child {
    background-color: #131722 !important;
    border-top: 1px solid #777 !important;
}

.mm-navbar a:before {
    color: #777;
}

.mm-navbar__title > span {
    font-size: 20px;
}


.cards {
    -webkit-perspective: 1800px;
    perspective: 1800px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(11deg) rotateY(16.5deg);
    transform: rotateX(0deg) rotateY(0deg);
    width: 100%;
}

.card {
    border-radius: 10px;
    box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.6);
    display: inline-block;
    height: 250px;
    overflow: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translatez(35px);
    transform: translatez(35px);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.card:not(:last-child) {
    margin-right: 30px;
}

.card__img {
    position: relative;
    height: 100%;
}

.card__bg {
    bottom: -50px;
    left: -50px;
    position: absolute;
    right: -50px;
    top: -50px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateZ(-50px);
    transform: translateZ(-50px);
    z-index: 0;
}

.card__one .card__img {
    top: 14px;
    right: -10px;
    height: 110%;
}

.card__one .card__bg {
    background: url("../_img/bg1.jpg") center/cover no-repeat;
}

.card__two .card__img {
    top: 25px;
}

.card__two .card__bg {
    background: url("../_img/bg2.jpg") center/cover no-repeat;
}

.card__three .card__img {
    top: 5px;
    left: -4px;
    height: 110%;
}

.card__three .card__bg {
    background: url("../_img/bg3.jpg") center/cover no-repeat;
}

.card__text {
    -webkit-box-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 20%) 50%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 70px;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: all .4s;
}

.card__title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 3px;
    font-family: orbitron;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #000;
    transition: all .4s;
}

.title p {
    font-size: 26px;
    color: #e1e1e1;
    font-family: orbitron;
}

.title span {
    font-size: 13px;
    color: #e1e1e1;
    font-family: orbitron;
}

.box {
    background-color: #ffffff1a;
    min-height: 330px;
    height: auto;
    padding: 0 0 20px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.catBox .box {
    margin: 20px 0;
}

.box.vidoeBox {
    padding: 0;
    min-height: 280px !important;
}

.box.vidoeBox .overHover {
    top: -105%;
}

.box.vidoeBox .overHover .hoverDetail {
    height: 44%;
    padding-top: 20%;
}

.box.vidoeBox .overHover .bottomSvg {
    height: 56%;
}

.singlePlayer .title p {
    font-size: 26px !important;
}

.singlePlayer {
    margin-top: 150px;
    background-image: url('../_img/sectionBG4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box .over img {
    display: block;
    width: 100%;
    outline: 4px solid #ffffff26;
    outline-offset: -11px;
    box-shadow: 0 8px 15px #00000069;
}
.box.vidoeBox .over img {
    -moz-outline-radius: 25px !important;
    outline-offset: -20px !important;
}

.box .over .text {
    text-align: center;
    margin: 20px 0;
}

.box .over .text h3, .box .over .text h4 {
    font-family: neuropol;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.box .over .text h3:after, .box .over .text h4:after {
    width: 80px;
    height: 3px;
    background-color: #fff;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}

.box:hover .overHover {
    top: 0;
}

.overHover {
    width: 100%;
    height: 100%;
    /*background-color: var(--baseColor);*/
    position: absolute;
    top: -100%;
    left: 0;
    transition: all .5s;
}

.overHover .bottomSvg {
    position: relative;
    height: 60%;
    top: 0;
}

.overHover .bottomSvg:before {
    width: 100%;
    height: 100%;
    content: '';
    /*background-color: #f73859e6;*/
    background-color: rgba(var(--baseRgb), .94);
    display: block;
}

.overHover .bottomSvg svg {
    position: absolute;
    fill: rgba(var(--baseRgb), .94);
}

.hoverDetail {
    background-color: rgba(23, 23, 23, .96);
    height: 40%;
    padding-top: 21%;
    text-align: center;
    font-family: neuropol;
    color: #fff;
}

.hoverDetail p {
    line-height: 2;
    font-size: 14px;
}

.hoverDetail p span {
    color: var(--baseColor);
}


.hoverDetail p:last-child {
    position: relative;
}

.hoverDetail p:last-child:after {
    content: '';
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
    transform: scaleX(0);
    animation-name: lineAnimate;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

@keyframes lineAnimate {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.overHover .play {
    width: 90px;
    position: absolute;
    top: 70px;
    left: calc(50% - 45px);
    z-index: 99;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 130px;
}

.singleWrapper {
    background-image: url('../_img/sectionBG3.jpg');
    background-position: center;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.albumWrapper {
    padding-bottom: 60px;
}

.viewMore {
    font-family: neuropol;
    position: relative;
}

.viewMore a {
    color: #f73859;
    font-size: 15px;
}

.viewMore:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #f73859;
    position: absolute;
    bottom: -6px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .5s;
}

.viewMore:hover:after {
    transform: scaleX(1);
    transform-origin: right;
}

.albumBox .overHover .bottomSvg svg {
    position: absolute;
    z-index: 9;
}

.albumBox .overHover .bottomSvg::before {
    content: unset;
}

.albumBox .overHover .bottomSvg::after {
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .95);
    display: block;
    position: relative;
}

.albumBox .overHover .bottomSvg .list {
    position: absolute;
    top: 85px;
    z-index: 9;
    width: 100%;
}

.albumBox .list li {
    border-bottom: 1px solid #ffffff1c;
    padding: 10px 15px 10px 25px;
    font-family: neuropol;
    color: #fff;
    position: relative;
    margin-left: 15px;
}

.albumBox .list li:before {
    content: '';
    background-image: url("../_img/playSmall.png");
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}

.albumBox .hoverDetail {
    background-color: rgba(0, 0, 0, .9);
}

.paginationWrapper {
    position: relative;
    bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.swiper-pagination {
    width: 280px;
    height: 5px;
    position: relative;
    margin-right: 15px;
}

.btnWrapper i {
    color: #f73859;
    margin: 0 3px;
    cursor: pointer;
}

.newsWrapper {
    margin-top: 50px;
}

.newsWrapper .head .small {
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
    font-family: handlee;
}

.newsWrapper .head .big {
    text-align: center;
    color: #fff;
    font-size: 28px;
    display: block;
    margin-top: 10px;
    font-family: PatuaOne;
}

.newsBox {
    min-height: 81px;
    display: flex;
    flex-direction: row;
    margin: 35px 0;
    position: relative;
}

.newsBox:before {
    width: 90%;
    height: 130%;
    content: '';
    border: 15px solid #1b2337;
    border-left-width: 20px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -1;
    transition: all .3s;
}

.newsBox:hover:before {
    width: 100%;
    left: 0;
    top: -20px;
    height: 160%;
    background-color: #1b233799;
}

.newsBox .newsDay {
    width: 70px;
    text-align: center;
    font-size: 32px;
    color: #f73859;
    font-family: neuropol;
}

.newsBox .newsContent {
    margin-left: 14px;
}

.newsBox .newsContent .month {
    color: #f73859;
    font-size: 14px;
    font-family: neuropol;
}

.newsBox .newsContent h5 {
    margin-top: 10px;
}

.newsBox .newsContent h5 a {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    font-family: florentia;
}

.newsWrapper .viewMore {
    color: #f73859;
    float: right;
}

footer {

    margin: 100px 0 50px;
    border-top: 1px solid #ffffff0a;
    padding-top: 50px;
}

.footerWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footerWrapper .contact span.title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #f73859;
    font-family: neuropol;
}

.footerWrapper .contact a {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: neuropol;
}

.footerWrapper .email span.title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #f73859;
    font-family: neuropol;
}

.footerWrapper .email a {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: neuropol;
}

.footerWrapper .logo img {
    display: block;
    margin: 35px auto;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footerSocial a {
    display: inline-block;
}

.footerSocial i {
    color: #fff;
    opacity: 1;
    font-size: 20px !important;
    background-color: #1b2337;
    border-radius: 4px;
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.singleHeader {
    background-image: url('../_img/single_header.png');
    height: 380px;
    background-size: cover;
    background-position: center;
}

.singleHeader img {
    margin-top: 60px;
    width: 300px;
    float: right;
}

.sticky {
    background-color: rgba(var(--darkRgb), .95);
    padding: 10px 0;
    box-shadow: 0 5px 20px #000000a8;
    transition: all .4s;
}

.sticky .headerLogo {
    width: 80px;
    padding-top: 3px;
    transition: all .5s;
}

.neon {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 120px;
}

.neonWord {
    font-size: 50px;
    text-align: center;
    font-family: neuropol;
    font-weight: bold;
    line-height: 1;
    color: #c6e2ff;
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.22), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.12), 0 0 21px rgba(30, 132, 242, 0.12), 0 0 34px rgba(30, 132, 242, 0.18), 0 0 54px rgba(30, 132, 242, 0.12);
    -webkit-animation: neon 2s ease-in-out infinite alternate;
    animation: neon 2s ease-in-out infinite alternate;
}

.video-js {
    margin: 70px auto 0;
}

@-webkit-keyframes neon {
    80% {
        text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.48), 0 0 54px rgba(30, 132, 242, 0.62);
    }
}

@keyframes neon {
    80% {
        text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.48), 0 0 54px rgba(30, 132, 242, 0.62);
    }

}

.loadMore {
    color: #f73859;
    font-size: 20px;
    font-family: neuropol;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 180px;
    margin: 0 auto;
}

.loadMore:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #f73859;
    position: absolute;
    bottom: -6px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .5s;
}

.loadMore:hover::after {
    transform: scaleX(1);
    transform-origin: right;
}

.singleSpotify {
    width: 150px;
    margin: 30px auto 0;
    display: block;
    border-radius: 10px;
}

.related-swiper {
    padding-top: 15px;
}

.relatedBox {
    background-color: #0d101a;
    padding: 20px;
    border-radius: 20px;
    transition: all .2s;
}

.relatedBox:hover {
    transform: scale(1.05);
}

.relatedBox img {
    max-width: 100%;
    width: 100%;
}

.relatedBox h3 {
    font-family: neuropol;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
}

.singlePlayer h1 {
    color: #e1e1e1;
    font-family: orbitron;
    font-size: 30px;
}

.singlePlayer .swiper-pagination {
    height: 40px;
    top: 20px;
}

.singlePlayer .swiper-pagination-bullet {
    background: #868686;
}

.singlePlayer .swiper-pagination-bullet-active {
    background: var(--baseColor);
}

.mhn-player:hover {
    background: #121622;
    transform: scale(1.02);
}

.singleNews {
    margin-top: 150px;
}

.singleNews h1 {
    color: #e1e1e1;
    font-family: orbitron;
    font-size: 30px;
}

.singleNews p {
    color: #dfdfdf;
    margin: 20px 0;
    font-size: 16px;
    font-family: florentia;
    line-height: 2;
}

.singleNews a {
    color: var(--baseColor);
}

.newsTime {
    color: var(--baseColor);
    font-size: 17px;
    font-family: neuropol;
}

.contactUs form {
    background-color: #171e31;
    padding: 20px 30px;
    border-radius: 5px;
    position: relative;
}

.contactUs form input, .contactUs form textarea {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.contactUs form input {
    height: 40px;
    background-color: #131722;
    border: 0;
    padding: 0 20px;
    color: #eee;
    font-family: neuropol;
    font-size: 14px;
}

.contactUs form textarea {
    background-color: #131722;
    border: 0;
    padding: 20px;
    color: #eee;
    font-family: neuropol;
    font-size: 14px;
}

.contactUs form button {
    background-color: #131722;
    border: 0;
    width: 150px;
    height: 40px;
    color: #eee;
    font-family: neuropol;
    font-size: 14px;
}

textarea:focus, input:focus, button:focus {
    outline: none;
}

.contactUs .title p {
    font-size: 30px;
}

.contactDetail ul {
    padding: 20px;
}

.contactDetail ul li, .contactDetail ul li a {
    color: #eeeeee;
    font-family: neuropol;
    margin-bottom: 20px;
}

.this {
    display: none;
}

.gallery {
    display: flex;
}

.gallery img {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
}

.album-tracks {
    margin-top: 55px;
}

.album-tracks ul li {
    background-color: #ffffff1f;
    margin: 8px 0;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    transition: all .4s;
}
.album-tracks ul li:hover {
    transform: scale(1.1);
}

.album-tracks ul li span {
    color: #d0d0d0;
    font-family: neuropol;
}

.album-tracks ul li i {
    color: #d0d0d0;
}

.dl-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dl-list-single {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 55px;
}


@media screen and (max-width: 576px) {

}

@media screen and (max-width: 768px) {

    .slider {
        background: none;
        height: 550px;
    }

    .slider .text {
        top: 50%;
    }

    .slider p {
        font-size: 30px;
    }

    .cl {
        display: none;
    }

    .circle {
        display: none;
    }

    .singleSpotify {
        margin: 16px auto 0;
    }

}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .slider {
        background-size: 210%;
    }
}

@media screen and (min-width: 768px) {
    .swiper-pagination {
        width: 300px;
    }

    .newsWrapper {
        margin-top: 50px;
    }

    footer {
        margin: 100px 0 50px;
        border-top: 1px solid #ffffff0a;
        padding-top: 50px;
    }

    .footerWrapper {
        flex-direction: row;
        justify-content: center;
    }

    .footerWrapper .contact {
        padding-right: 15px;
    }

    .footerWrapper .email {
        padding-left: 15px;
    }

    .footerWrapper .contact span.title,
    .footerWrapper .contact a {
        text-align: right;
    }

    .footerWrapper .email span.title,
    .footerWrapper .email a {
        text-align: left;
    }

    .footerWrapper .logo img {
        margin: 10px auto;
    }

    .footerSocial {
        justify-content: center;
    }

    .footerSocial a {
        margin: 0 5px;
    }

    .neon {
        margin-top: 150px;
    }

.dl-list {
    justify-content: flex-start;
}

    .dl-list a {
        display: inline-block;
        margin-right: 20px;

    }

    .dl-list-single {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .dl-list-single a {
        margin: 0 0 10px 0;
    }

    .dl-list-single .singleSpotify {
        margin: 0;
    }
}

@media screen and (min-width: 992px) {
    .card {
        height: 350px;
    }

    .card__img {
        transition: all .4s;
    }

    .card:hover .card__img {
        transform: scale(1.2) !important;
    }

    .card:hover .card__bg {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }

    .card:hover .card__text {
        bottom: 45px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 20%) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .card:hover .card__text p {
        font-size: 45px;
    }

    .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 300px;
    }

    .title p {
        font-size: 40px;
    }

    .albumBox .hoverDetail {
        padding-top: 31%;
    }

    .newsBox::before {
        width: 100%;
        top: -15px;
    }

    .footerWrapper .logo {
        margin: 0 20px;
    }

    .contactUs form:before {
        position: absolute;
        content: '';
        border: 30px solid #171e31;
        left: -70px;
        top: -70px;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 5px;
    }

    .contactDetail {
        margin-top: 100px;
        padding-left: 60px;
    }

    .this {
        position: absolute;
        left: 50%;
        top: 60px;
        display: flex;
        flex-direction: row;
    }

    .this img {
        width: 18px;
        margin-top: 14px;
        margin-left: 7px;
    }
    .this span {
        color: #ffffff;
        display: block;
        margin-bottom: 5px;
        font-family: handlee;
        font-size: 15px;
    }

}

@media screen and (min-width: 1200px) {
    .newsBox {
        min-height: 110px;
    }

    .newsBox::before {
        top: -20px;
    }

    .newsBox:hover::before {
        top: -30px;
    }

    .newsWrapper {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1600px) {
    .singleHeader {
        height: 590px;
    }

    .neon {
        margin-top: 190px;
    }

    .neonWord {
        font-size: 80px;
    }

    .singleHeader img {
        width: 400px;
    }
}











