.artist-border {
    height: 369px;
    width: 290px;
    background: transparent;
    border-radius: 10px;
    transition: border 1s;
    position: relative;
}

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

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-wrapper {
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.artist-card {
    height: 379px;
    width: 300px;
    background: grey;
    border-radius: 10px;
    transition: background 0.8s;
    overflow: hidden;
    background: black;
    /* box-shadow: 0px 0px 26px -16px #e2a305; */
    display: block;
    position: relative;
}

.artist-card:hover {
    background-position: left center !important;
    background-size: 600px !important;
}

.artist-card:hover h2,
.artist-card:hover .fa-brands {
    opacity: 1;
}

.artist-name {
    font-family: inherit;
    font-weight: 900;
    color: white;
    margin: 20px;
    opacity: 0;
    transition: opacity 1s;
}

.artist-name a {
    font-weight: 600;
    font-size: 16px;
}

.fa-brands {
    opacity: 0;
    transition: opacity 1s;
}

.artist-socials {
    position: absolute;
    fill: #fff;
    color: #fff;
    height: 130px;
    top: 226px;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* transition: background 0.8s; */
}

.card-wrapper {
    margin: 0 32px 18px;
    padding: 20px 10px;
    overflow: hidden;
}

.artist-container {
    max-width: 1400px;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #e2a305;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-button {
    color: #e2a305;
}

@media screen and (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }
}

.artist-social-icon-link {
    text-decoration: none;
    fill: #ffffff;
    color: #ffffff;
}

.artist-social-icon-link:hover {
    text-decoration: none;
    fill: #ffffff;
    color: #ffffff;
}

.view-artist {
    text-decoration: none;
    color: #e2a305
}

.view-artist:hover {
    text-decoration: none;
    color: white;
}


/* ALBUMS */
.album-cover .col img {
    height: 200px;
    width: 200px;
    transition: 0.4s ease-in-out;
}

.album-cover .col img:hover {
    height: 270px !important;
    width: 270px !important;
}

.social-links-header svg {
    transition: 0.4s ease-in-out;
}

.social-links-header:hover svg {
    fill: #e2a305 !important;
}

/* Music videos */
#carousel-container {
    height: 612px !important;
    align-content: center;
}

.music-video-pb,
.collabp {
    text-align: -webkit-center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: #e2a305 !important;
    z-index: 10;
    border: 1px solid;
    border-radius: 50%;
    align-content: center;
}

.music-video-pb:hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.gallery-swiper-slide {
    position: relative;
}

.music-video {
    height: 200px !important;
}

.cont-gallery {
    height: 200px !important;
}

/* Collab */
.collab-container {
    max-width: 1500px;
    margin-bottom: 50px;
}
.collab-col {
    position: relative;
}

.collabpa:hover .collabp {
    color: rgb(255, 255, 255) !important;
}

.collab-overlay {
    height: 300px;
}

.collab-col {
    height: 300px;
    align-content: end;
}

.collab-col {
    transition: 1s ease !important;
    transition: transform 2s;

}
.album-title, .album-year{
    transition: 1s ease;
}
.collab-col:hover {
    background-position: center !important;
    background-size: cover !important;
    transform: scale(1.1) !important;
}
.collab-overlay {
    transition: 0.5s ease;
}
.collab-col:hover .collab-overlay{
    opacity: 0;
}
.collab-col:hover .album-title, .collab-col:hover .album-year{
    color:#e2a305 !important;
}

.collab-main-wrapper {
    height: 500px;
}

/* Gallery  filters */

.work {
    margin-top: 0px;
}

.work .item-text {
    position: relative;
    height: 700px;
    background-color: #1b1b1b;
}

.work .heading {
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.work .item-text .line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 8px 0;
}

.work h2 {
    margin: 0 auto;
    color: #4d4d4d;
    font-size: 52pt;
    font-weight: 800;
    letter-spacing: 1pt;
}

.work .portfolio-item a {
    position: relative;
    display: block;
}

.work .portfolio-item a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #1b1b1b;
    text-align: center;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.work .portfolio-item a .overlay:hover {
    opacity: 0.7;
}

.work .portfolio-item a .overlay .overlay-title {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 20px 30px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease 0.1s;
}

.work .portfolio-item:hover a .overlay .overlay-title {
    top: 40%;
}

.work h3 {
    font-size: 20pt;
    letter-spacing: 1pt;
    text-transform: uppercase;
}

.work h5 {
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 1pt;
}

.work .item-one {
    background: url("/static/images/proj2.d41d8cd98f00.jpg") no-repeat center center;
    background-size: cover;
    height: 700px;
}

.portfolio {
    background: #181818;
    background: #181818;
    padding-bottom: 100px;
    padding-top: 100px;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 2px 15px;
    margin: 0 auto 35px;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
    color: #ff5821;
    background: #f6f0f0;
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
    color: #202020 !important;
    background: #f6f0f0 !important;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #313030;
    margin-bottom: 5px;
    transition: .3s ease-in-out;
    border-radius: 50px;
}

.portfolio #portfolio-flters li {
    color: white !important;
}

@media (min-width: 300px) {
    .portfolio-container {
        flex-direction: column;
        justify-content: center !important;
    }
}

.portfolio-container {
    position: relative;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio-item {
    border-radius: 4px;
    border-style: initial;
    border-color: #f4f4f4;
}

.work .portfolio-item a {
    position: relative;
    display: block;
}

.gallery-images {
    width: 100%;
    height: 230px;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}

img.img-fluid.gallery-images {
    filter: grayscale(1);
    transition: 0.4s ease-in-out;
}

img.img-fluid.gallery-images:hover {
    filter: grayscale(0);
}