/********************************************

HOME

*********************************************/

#home {
    background-size: cover;
    background-repeat: no-repeat;
}

.home .desktop-header {
    display: none!important;
}

.main-tag {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding-right: 25%;
}

.main-tag button {
    border: none;
    background-color: transparent;
    padding: 15px;
    font-size: 18px;
    color: #828282;
    margin-right: 60px;
}


/********************************************

RIGHT MENU

*********************************************/

.sidebar-border {
    border-left: 1px solid #c2c2c2;
}

.logo {
    display: block;
    text-align: center;
}

#side-bar {
    padding-top: 60px;
    width: 100%;
}

#side-bar .logo img {
    width: 231px;
}

.search-form {
    padding: 0 40px;
}

.search-form label {
    display: block;
    position: relative;
    width: 80%;
}

.search-form label input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bfbfbf;
}

.search-form label input:focus {
    outline: none;
}

.search-form label button {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background-color: transparent;
    color: #bfbfbf;
}


/********************************************

MOBILE MENU

*********************************************/

.mobile-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 0;
}

.mob-menu {
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fa-bars {
    color: #832929;
}

.mob-menu ul {
    padding: 0;
    width: 100%;
}


/********************************************

MAIN MENU

*********************************************/

.main-menu li {
    display: block;
}

.main-menu li a {
    display: inline-block;
    color: #343434;
    font-size: 16px;
    line-height: 30px;
}

.main-menu a:hover {
    color: #832929;
    transform: translateX(-10px);
}


/********************************************

FOOTER

*********************************************/

#side-footer {
    position: fixed;
    bottom: 10px;
    display: flex;
    width: 24%;
}

#side-footer p {
    font-size: 13px;
    margin-right: 25px;
}


/********************************************

PAGE

*********************************************/

.main-title {
    color: #832929;
    font-weight: 700;
    padding-bottom: 20px;
}

.container-left-side {
    padding: 60px;
    text-align: justify;
}

.bio-text {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
    line-height: 26px;
}

.bio-text span {
    color: #832929;
    font-weight: 600;
}


/********************************************

SOCIAL

*********************************************/

.soc a {
    color: #bcbcbc;
    font-size: 35px;
    margin: 2px;
    padding: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.soc a.instagram:hover {
    color: #e4405f;
}

.soc a.facebook:hover {
    color: #3b5999;
}

.soc a.whatsapp:hover {
    color: #25D366;
}

.soc a.telegram:hover {
    color: #21759b;
}


/********************************************

DISCOGRAPHY

*********************************************/

.page-numbers {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #b5b5b5;
    text-align: center;
    line-height: 26px;
    margin: 50px 5px 50px;
    font-family: 'parastoo-num';
    color: #b5b5b5;
}

.page-numbers.current {
    color: #832929;
    border: 1px solid #832929;
}

.audio>a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px;
}

.audio:hover {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 18px;
}

.audio h3 {
    color: #832929;
    font-weight: 600;
    font-size: 18px;
}

.audio p {
    font-size: 14px;
    color: #838383;
    font-family: 'parastoo-num';
    margin-bottom: 0;
}

.song {
    margin-right: 15px;
}

.audio img {
    border-radius: 18px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    color: #832929;
}

.borderneww {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 15px;
}

.des1 {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0 60px;
}

.audio-single p span {
    font-weight: bold;
}

.des2 {
    display: block;
    font-size: 14px;
    text-align: justify;
    padding: 0 60px;
}

.audio-single {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
}

.audio-single h1 {
    padding: 60px 60px 0;
}

.padding-single {
    padding: 0 60px;
}

.first-gallery img,
#bigSlide img {
    border-radius: 18px;
    margin-bottom: 15px;
}

.left-side-image {
    padding: 60px 0 0 60px;
}

.child img {
    border-radius: 18px;
}

.table .details {
    background: #832929;
    color: #fff;
    margin: 10px 0;
    padding: 11px 0 8px 0;
    border: 1px solid #832a2a;
    border-radius: 6px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.table .first-row {
    font-weight: 700;
    color: #832a2a;
    font-size: 14px;
    margin: 0 0 10px;
}

.table {
    padding: 0 60px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
}

.details-social .fa-youtube {
    color: #FF0000;
    font-size: 22px;
    margin: 3px 3px;
}

.details-social .fa-spotify {
    color: #1DB954;
    font-size: 22px;
    margin: 3px 3px;
}

.details-social .fa-amazon {
    color: #85b5d5;
    font-size: 22px;
    margin: 3px 3px;
}

.art-img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.artwork {
    padding: 0 60px 60px;
}

.artwork p {
    text-align: center;
    margin: 10px 0;
}

.artwork a {
    display: block;
}

.art-img {
    position: relative;
    overflow: visible;
    border-radius: 12px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
    margin: 15px;
}

.art-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.artwork a:hover {
    font-weight: 600;
}

.artwork a:hover .art-img:after {
    background: rgba(0, 0, 0, 0);
}


/********************************************

GALLERY

*********************************************/

.gallery-a-link {
    width: 150px;
    height: 150px;
    float: right;
    margin: 2px;
}

.photo {
    position: relative;
    overflow: visible;
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    display: block;
}

.photo img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.photo:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.photo:hover {
    z-index: 3;
}

.photo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.photo:hover:after {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}


/********************************************

NEWS

*********************************************/

.newss a {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

.newss a img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 18px;
}

.newss a h4 {
    color: #832929;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.newss a h6 {
    color: #808080;
    font-size: 12px;
}

.mbut {
    padding: 0;
    border: none;
    border-radius: 15px;
    background-color: transparent;
}

.mbut img {
    border-radius: 18px;
}

.pdf-button a {
    background-color: #454545;
    color: #fff;
    padding: 12px 0;
    display: flex;
    font-size: 18px;
    border-radius: 10px;
    width: 235px;
    flex-direction: row;
    justify-content: space-around;
}

.other-news {
    padding: 60px;
    border-top: 1px solid #c2c2c2;
}

.other-news .newss a {
    display: block;
}

.other-news .newss img {
    position: relative;
    overflow: visible;
    border-radius: 12px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    margin: 0;
}

.other-news .newss img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.other-news a:hover {
    font-weight: 600;
}

.other-news a:hover .newss img:after {
    background: rgba(0, 0, 0, 0);
}

.other-news .newss a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 18px;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: rtl;
}

.fa-itunes,
.fa-soundcloud{
    color: #fff;
    font-size: 23px;
}