a:hover {
    text-decoration: none;
}
a.text-primary:hover {
    color: #eb33ff !important;
}
strong {
    font-weight: 900 !important;
}
.fa {
    font-weight: normal !important;
    text-shadow: none !important;
}
.fa:hover {
    cursor: pointer;
}
.little_size {
    font-size: 10px;
    line-height: 1.4;
}
.navbar {
    border-bottom: none;
}
.navbar-white {
    border-bottom: none;
}
.text-muted {
    color: #ffffffb5;
}
.text-primary2 {
    color: #D4F21B !important;
}
.experience-info {
	width: 100%;
	transform: translateX(-45%);
}
.text-primary {
    color: #dd1bf2 !important;
}
.experience-number {
    color: #dd1bf2;
}
h1 + .line {
    width: 50%;
    border-color: #dd1bf2;
    margin-top: 0;
}
.bigger {
	font-size: 1.3rem;
	line-height: 1.5;
}
.modal-news-content h1, .modal-news-content h2, .modal-news-content h3, .modal-news-content h4 {
    font-size: revert !important;
    color: revert !important;
}
.modal-news-content img {
    width: auto;
    max-width: 100%;
}
.double-bounce1, .progress-nav li:before {
	background-color: #dd1bf2;
}
.col-project-box:nth-child(odd) .project-box:hover, .progress-item:nth-child(even) .progress-bar:before {
    background: #dd1bf2;
}
.page-greetings {
	font-size: 3.80rem;
}
.page-greetings .page-name {
	font-size: 5.275rem;
	padding-top: 56px;
}
.active .photo-icon-1 {
    left: 70%;
}
.active .photo-icon-3 {
	bottom: -20px;
	right: 90px;
}
.active .photo-icon-2 {
	bottom: 52%;
	left: 0px;
}

.project-box-new {
    display: block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1;
}

.project-box-inner {
    display: none; /* remove from display */
    height: auto;
    top: auto;
    bottom: 0;
    padding: 0.1rem 1rem;
    background-color: #dd1bf2;
}

.row-experience {
    padding: 1.2rem 0;
}

.experience-item .row-experience img {
	width: 90% !important;
}

.carousel-experience .owl-nav {
    margin-top: -4rem;
}

#production .photo-icon {
    z-index: 1;
}
#testimonials .intro {
    background-color: #0000003b;
}
.pic_adjustment {
     filter: brightness(1.3);
     z-index: 0;
}

.carousel-testimonials .owl-nav {
    margin-top: 0;
}

.clickable:hover {
    cursor: pointer;
}

.playable .single-item_play svg {
    fill: #edff00bd;
}
.playable .single-item_title {
    color: #edff00bd;
}
.playable:hover {
    cursor: pointer;
}
.playable:hover .single-item_title {
    color: yellow;
}
.playable:hover .single-item_play svg {
    fill: yellow;
}

/*  mobile */
@media screen and (max-width: 768px) {
    .mobile_css {
        font-size: 1.3rem;
    }
    .production_mobile_css {
        padding-left: 0 !important;
    }
    #production .photo-icon .w-100 {
        width: 80% !important;
    }
    .project-box-new {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

#myModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    z-index: 200;
    max-height: 80vh;
    height: auto;
    width: 100%;
    max-width: fit-content;
}
.modal {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 80vw;
    padding: 20px;
    background-color: #1c0116;
    border: 1px solid #830060;
    border-radius: 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .modal {
        max-width: 75vw;
        padding: 40px;
    }
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 24px;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow;
    cursor: pointer;
}
.sign__title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}
.releases-h4 {
    margin-top: 1px;
}
.release__list {
    position: relative;
    height: 330px;
    width: 100%;
    overflow: hidden;
    padding-right: 14px;
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .release__list {
        width: calc(100% - 310px);
        height: 388px;
    }
}

@media (min-width: 768px) {
    .release__list {
        margin-top: 0;
        width: calc(100% - 250px);
    }
}
.scroll-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 1;
    background: rgba(222, 222, 222, .75);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s ease-out;
}
.scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}
.scrollbar-track-x {
    background: #222227 !important;
    left: 0px !important;
    right: 0px !important;
    height: 4px !important;
    width: auto !important;
    border-radius: 4px !important;
    bottom: 0px !important;
    overflow: hidden;
}
.scrollbar-track.show, .scrollbar-track:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.scrollbar-track-y {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
}
.scrollbar-track-y {
    background: #222227 !important;
    top: 0px !important;
    bottom: 0px !important;
    height: auto !important;
    width: 4px !important;
    border-radius: 4px !important;
    right: 0px !important;
    overflow: hidden;
}

.album-playlist {
    margin-bottom: 0;
}
.album-playlist li {
    display: flex;
}
.single-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #222227;
}
.side_by_side {
    display: inline-table;
}
.single-item_play {
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    //border-radius: 8px;
    //background-color: rgba(37, 165, 106, 0.15);
}
.single-item_title {
    width: calc(100% - 50px);
}
#remixes .single_item_remix img {
	width: auto;
	height: 100%;
	max-height: 60px;
}
#remixes .single_item_remix {
	padding-right: 12px;
}
#remixes .scroll-wrap {
    height: calc(100% - 50px);
}
#remixes .container {
	height: 100%;
	overflow: hidden;
	border: 1px solid #830060;
	border-radius: 12px;
	background-color: #1c0116ab;
	padding: 40px;
    float: right;
    margin-right: 120px;
}
#remixes .row {
	height: 100%;
	overflow-y: scroll;
	margin-right: -40px;
	padding-bottom: 40px;
}
#remixes ul {
    padding-bottom: 45px;
}
@media (max-width: 768px) {
	#remixes .container {
        width: calc(100% - 30px);
		padding: 15px;
        margin-right: 28px;
	}
	#remixes .row {
		margin-right: -15px;
	}
    #remixes .single_item_remix {
		display: none;
	}
    #remixes .scroll-wrap {
        height: 100%;
    }
}

.white {
    color: white !important;
}

* {
  scrollbar-width: auto;
}

/* For Chrome, Safari, Edge, and Opera */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px; /* rounded corners for the thumb */
}