    	.album-poster{
    		position: relative;
    		display: block;
    		border-radius: 7px;
    		overflow: hidden;
    		box-shadow: 0 15px 35px #3d2173a1;
    		transition: all ease 0.4s;
    	}
    	.album-poster:hover{
    		box-shadow: none;
    		transform: scale(0.98) translateY(5px);
    	}
    	h3{
    		font-size: 34px;
    		margin-bottom: 34px;
    		border-bottom: 4px solid #e6e6e6;
    		padding-bottom: 15px;
    	}
    	p{
    		font-size: 15px;
    	}
    	h4{
    		font-size: 16px;
    		text-transform: uppercase;
    		margin-top: 15px;
    		font-weight: 700;
    	}

.container-banner {
  width: 100% !important;
  max-width: 1524px !important;
    }

.social-container2 {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.social-container2 i {
  font-size: 1.25rem;
  margin-right: 1rem;
  position: sticky;
  top: 0%;
  z-index: 99;
}
		
.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 300px;
}
		
		/*default is hide music player
		#aplayer{
			position: fixed;
			bottom: -100%;
			left: 0;
			width: 100%;
			margin: 0;
			box-shadow: 0 -2px 2px #dadada;
			background-color: #fff;
			transition: all ease 0.5s;
		}
		#aplayer.showPlayer{
			right: 0;
		}
*/
		
		/*MUSIC PLAYER CUSTOMIZING STYLE*/
		#aplayer{
		border-radius: 10px;
		background-color: #000;
		}



 .aplayer .aplayer-list {
    overflow: auto;
    transition: all 0.5s ease;
    will-change: height;
    display: none;
    overflow: hidden; }
    .aplayer .aplayer-list.aplayer-list-hide {
      max-height: 0 !important; }
    .aplayer .aplayer-list ol {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow-y: auto; }
      .aplayer .aplayer-list ol::-webkit-scrollbar {
        width: 5px; }
      .aplayer .aplayer-list ol::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #eee; }
      .aplayer .aplayer-list ol::-webkit-scrollbar-thumb:hover {
        background-color: #ccc; }
      .aplayer .aplayer-list ol li {
        position: relative;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        font-size: 12px;
        border-top: 1px solid #27ae60;
        cursor: pointer;
        transition: all 0.2s ease;
        overflow: hidden;
        margin: 0; }
        .aplayer .aplayer-list ol li:first-child {
          border-top: none; }
        .aplayer .aplayer-list ol li:hover {
          background: #efefef; }
        .aplayer .aplayer-list ol li.aplayer-list-light {
          background: #27ae60; }
          .aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur {
            display: inline-block; }
        .aplayer .aplayer-list ol li .aplayer-list-cur {
          display: none;
          width: 3px;
          height: 22px;
          position: absolute;
          left: 0;
          top: 5px;
          cursor: pointer; }
        .aplayer .aplayer-list ol li .aplayer-list-index {
          color: #666;
          margin-right: 12px;
          cursor: pointer; }
        .aplayer .aplayer-list ol li .aplayer-list-author {
          color: #666;
          float: right;
          cursor: pointer; 
        }
        
        

		.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded{
			background: #e0e0e0;
    		height: 4px;
		}
		.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{
			height: 4px;
			background-color: #2196F3 !important;
		}
		.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{
			background-color: #2196F3 !important;
		}

		.aplayer .aplayer-icon{
			width: 20px;
			height: 20px;
		}
		.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path {
		    fill: #000;
		}
		.aplayer .aplayer-info .aplayer-music{
			margin-bottom: 5px;
		}
    .category_track {
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: block;
    }

    .category_track :hover {
        padding-left: 5px;
    }
    
.movie_card {
  position: relative;
  display: block;
  width: 800px;
  height: 350px;
  margin: 100px auto;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s;
}
.movie_card:hover {
  transform: scale(1.02);
  transition: all 0.4s;
}
.movie_card .info_section {
  position: relative;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  z-index: 2;
  border-radius: 10px;
}
.movie_card .info_section .movie_header {
  position: relative;
  padding: 25px;
  height: 40%;
}
.movie_card .info_section .movie_header h1 {
  color: #fff;
  font-weight: 400;
}
.movie_card .info_section .movie_header h4 {
  color: #9ac7fa;
  font-weight: 400;
}
.movie_card .info_section .movie_header .minutes {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.movie_card .info_section .movie_header .type {
  display: inline-block;
  color: #cee4fd;
  margin-left: 10px;
}
.movie_card .info_section .movie_header .locandina {
  position: relative;
  float: left;
  margin-right: 20px;
  height: 120px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
}
.movie_card .info_section .movie_desc {
  padding: 25px;
  height: 50%;
}
.movie_card .info_section .movie_desc .text {
  color: #cfd6e1;
}
.movie_card .info_section .movie_social {
  height: 10%;
  padding-left: 15px;
  padding-bottom: 20px;
}
.movie_card .info_section .movie_social ul {
  list-style: none;
  padding: 0;
}
.movie_card .info_section .movie_social ul li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s;
  transition-delay: 0.15s;
  margin: 0 10px;
}
.movie_card .info_section .movie_social ul li:hover {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.8);
}
.movie_card .info_section .movie_social ul li i {
  font-size: 19px;
  cursor: pointer;
}
.movie_card .blur_back {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  right: 0;
  background-size: cover;
  border-radius: 11px;
}

@media screen and (min-width: 768px) {
  .movie_header {
    width: 60%;
  }

  .movie_desc {
    width: 50%;
  }

  .info_section {
    background: linear-gradient(to right, #0d0d0c 50%, transparent 100%);
  }

  .blur_back {
    width: 65%;
    background-position: 75px -10px !important;
}
@media screen and (max-width: 768px) {
  .movie_card {
    width: 95%;
    margin: 70px auto;
    min-height: 350px;
    height: auto;
  }

  .blur_back {
    width: 100%;
    background-position: 50% 50% !important;
  }

  .movie_header {
    width: 100%;
    margin-top: 85px;
  }

  .movie_desc {
    width: 100%;
  }

  .info_section {
    background: linear-gradient(to top, #141413 50%, transparent 100%);
    display: inline-grid;
  }
}
#bright {
  /*box-shadow: 0px 0px 120px -25px rgba(0, 0, 0, 0.5);*/
}
#bright:hover {
  /*box-shadow: 0px 0px 80px -25px rgba(0, 0, 0, 0.5);*/
}

.bright_back {
  background: url("https://glimmusic.com/album/GLIM_Ax1.jpg");
}

.l-container {
  display: grid;
  width: 200px;
  max-width: 200px;
}
@media screen and (max-width: 760px) {
  .l-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.b-game-card {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 150%;
  perspective: 1000px;
 border-radius: 10px;
}
.b-game-card__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-size: cover;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transform-origin: top center;
  will-change: transform;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out;
    border-radius: 10px;
}
.b-game-card__cover::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(226deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 60%);
  transform: translateY(-20%);
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
}
.b-game-card:hover .b-game-card__cover {
  transform: rotateX(7deg) translateY(-6px);
}
.b-game-card:hover .b-game-card__cover::after {
  transform: translateY(0%);
}
.b-game-card::before {
  display: block;
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  transform-origin: top center;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
}
.b-game-card:hover::before {
  opacity: 0.6;
  transform: rotateX(7deg) translateY(-6px) scale(1.05);
}
/*SHINE*/
#foil {
	background-image: url('images/foil2.jpg');
	width: 1065px;
	height: 613px;
	display: block;
	position: absolute;
	mix-blend-mode: overlay;
	opacity: 0.3;
	background-repeat: repeat;
	background-size: 100% 100%;
    z-index: 100;
	overflow: hidden;
    margin-top: -402px;
    margin-right: -921px;
	/*
    will-change: background-position-x, background-position-y;
	content-visibility: auto;
	contain-intrinsic-size: 231px 330px;
*/
}
#wrapperX {
    width: 100%;
    height: 100%;
    position: fixed;
}

/*Quick-Bio*/
/* ----- Product Section ----- */
.productX {
  text-align: left;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  margin: auto;
  padding: 2.5em 0;
  min-width: 600px;
  background-color: white;
  border-radius: 5px;
}

/* ----- Photo Section ----- */
.product__photoX {
  position: relative;
}

.photo-containerX {
  position: absolute;
  left: -2.5em;
  display: grid;
  grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 4px 4px 25px -2px rgba(0, 0, 0, 0.3);
}

.photo-mainX {
  border-radius: 6px 6px 6px 6px;
  background-color: #9be010;
  background: radial-gradient(#e5f89e, #4bb777);
  background: url("https://glimmusic.com/images/gregBG3.png");
}

.imageX {
  position: absolute;
  left: -3.5em;
  top: 2em;
  max-width: 110%;
  filter: saturate(150%) contrast(120%) hue-rotate(10deg) drop-shadow(1px 20px 10px rgba(0, 0, 0, 0.3));
}

/* ----- Informations Section ----- */
.product__infoX {
  padding: 0.8em 0;
  font-family: "Raleway", sans-serif;
}

.titleX {
  font-family: "Raleway", sans-serif;
  margin:0;
  padding:0;
  border:0;
  font:inherit;
  vertical-align:baseline;
  margin-bottom: 0.1em;
  color: #4c4c4c;
  font-size: 1.5em;
  font-weight: 900;
}
.titleX span {
  font-family: "Raleway", sans-serif;
  margin:0;
  padding:0;
  border:0;
  font:inherit;
  vertical-align:baseline;
  font-size: 0.7em;
  color: #a6a6a6;
}

.priceX {
  font-family: "Raleway", sans-serif;
  padding:0;
  border:0;
  font:inherit;
  vertical-align:baseline;
  margin: 15px 33px;
  color: #4bb777;
  font-size: 1.2em;
}
.priceX span {
  margin:0; 
  padding:0; 
  border:0;
  font:inherit;
  vertical-align:baseline;
  padding-left: 0.15em;
  font-size: 2.9em;
  font-family: "Raleway", sans-serif;
}

.descriptionBio {
  font-family: "Raleway", sans-serif;
  clear: left;
  margin: 2em 0;  
  margin-bottom: 1em;
  font-size: 0.7em;
  letter-spacing: 1.2px;
  color: #a6a6a6;
}

.descriptionBio ul {
  margin:0;
  padding:0;
  border:0;
  font:inherit;
  vertical-align:baseline;
  font-size: 0.8em;
  list-style: disc;
  margin-left: 1em;
  font-family: "Raleway", sans-serif;
}
.descriptionBio li {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  text-indent: -0.6em;
  margin-bottom: 0.5em;
  font-family: "Raleway", sans-serif;
}

.buy--btn {
  font-family: "Raleway", sans-serif;
  padding: 1.5em 3.1em;
  border: none;
  border-radius: 7px;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #fff;
  background-color: #4bb777;
  box-shadow: 2px 2px 25px -7px #4c4c4c;
  cursor: pointer;
  margin-top: 24px;
}
.buy--btn:active {
  font-family: "Raleway", sans-serif;
  transform: scale(0.97);
}
.rowG {
  margin-right: 286px;
  margin-left: 280px;
}
/* ----- MUSIC OPTIONS ----- */
.conatinerCAT {
	width: 100%;
	height: 845px;
}
.wrapCAT {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.boxmusic {
	margin: 10px;
	width: 250px;
	height: 150px;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	        box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.boxmusic:hover {
	margin-bottom: -10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	        box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.boxmusic h1 {
	color: #fff;
	padding: 8px;
	margin-top: 100px;
	text-align: center;
	font-weight: 100;
	font-size: 23px;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.7);
	        box-shadow: 0 0 30px rgba(0,0,0,0.8);
}

.one {
	background: url('http://www.glimmusic.com/images/mb_1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.two {
	background: url('http://www.glimmusic.com/images/mb_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.three {
	background: url('http://www.glimmusic.com/images/mb_3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.four {
	background: url('http://www.glimmusic.com/images/mb_4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.five {
	background: url('http://www.glimmusic.com/images/mb_5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.six {
	background: url('http://www.glimmusic.com/images/mb_6.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.seven {
	background: url('http://www.glimmusic.com/images/mb_7a.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.eight {
	background: url('http://www.glimmusic.com/images/mb_8.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.nine {
	background: url('http://www.glimmusic.com/images/mb_9.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ten {
	background: url('http://www.glimmusic.com/images/mb_10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.eleven {
	background: url('http://www.glimmusic.com/images/mb_11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tlv {
	background: url('http://www.glimmusic.com/images/mb_12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.thirteen {
	background: url('http://www.glimmusic.com/images/mb_13a.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fourteen {
	background: url('http://www.glimmusic.com/images/mb_14.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fifteen {
	background: url('http://www.glimmusic.com/images/mb_15.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sixteen {
	background: url('http://www.glimmusic.com/images/mb_16.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.seventeen {
	background: url('http://www.glimmusic.com/images/mb_17.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.eighteen {
	background: url('http://www.glimmusic.com/images/mb_18.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.nineteen {
	background: url('http://www.glimmusic.com/images/mb_19.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.twenty {
	background: url('http://www.glimmusic.com/images/mb_20.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.twentyone {
	background: url('http://www.glimmusic.com/images/mb_21.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.twentytwo {
	background: url('http://www.glimmusic.com/images/mb_22.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* Music Option Cards Styles */
.music-option-card {
    transition: all 0.3s ease;
    background: white;
}

.music-option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.music-option-card h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
}

.music-option-card .note-text {
    color: #999;
    font-size: 14px;
    font-style: italic;
}

.music-option-card .image-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.music-option-card .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.music-option-card .pricing {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

/* Mobile responsive adjustments */
@media screen and (max-width: 768px) {
    .music-option-card {
        margin-bottom: 30px;
    }
    
    .music-option-card h3 {
        font-size: 18px;
    }
    
    .music-option-card .image-container {
        height: 150px;
    }
}