/*

Name: MelodyPulse
Version: 1.0.0
Author: Esdy Wanjala

*/


/*
----- Styles Index -----
1. Typography Styles
2. Common Styles
3. Button Styles
4. Header Styles
5. Banner Styles
*/


/*#####-- Typography Styles Start--#####*/

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--white-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

p {
    font-size: 16px;
    line-height: 30px;
    pointer-events: auto;
}

p:last-child {
    margin-bottom: 0;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
    pointer-events: auto;
}

ul {
    list-style: ">> ";
	list-style-position: inside;
}

ol {
    list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
    font-family: var(--title-font);
    font-weight: 300;
    position: relative;
    pointer-events: auto;
}

.h1-title {
    font-size: 60px;
    line-height: 80px;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--primary-color);
}

.h2-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-weight: bold;
    display: inline-block;
}

.h2-title:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -40%);
    font-size: 120px;
    line-height: 150px;
    z-index: 0;
    opacity: 0.1;
    color: var(--white-color);
}

.h3-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
}

.h4-title {
    font-size: 25px;
    line-height: 35px;
}

.h5-title {
    font-size: 18px;
    line-height: 28px;
}

.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span {
    display: block;
}

.sidebar-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    font-family: var(--body-font);
    color: var(--secondary-color);
    margin-bottom: 21px;
}

.container {
	min-height: 100vh;
}
.ccode {
	padding-top: 6px;
	margin-right: 2px;
	background: #d7d4d4;
	color: black;
}
/*#####-- Typography Styles End--#####*/

/*#####-- Common Styles Start--#####*/


:root {
    --primary-color: #f4c542;
    --white-color: #fdfbf6;
    --dark-color: #1a1a1a;
    --body-color: #0f0f0f;
    --box-shadow: 0 4px 12px rgba(244, 197, 66, 0.3);
    --transition: 0.8s ease-in-out;
    --input-color: #f6d860;
    --body-font: 'Poppins', sans-serif;
    --title-font: 'Josefin Sans', sans-serif;
    --primary-overlay-color: 36, 77, 77;
}

body {
    font-family: var(--body-font);
    background: var(--body-color);
    color: var(--white-color);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    text-rendering: optimizespeed !important;
    position: relative;
    padding: 30px;
}

/* #vantajs-bg {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.overlay-body {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.overlay-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 0;
    backdrop-filter: brightness(1.2) blur(30px) opacity(1);
    -webkit-backdrop-filter: brightness(1.2) blur(30px) opacity(1);
    border-radius: 30px;
}

.body-fixed {
    position: fixed;
    width: 100%;
    top: auto;
    left: auto;
}

body,
html {
    overflow-x: hidden;
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* img { */
    /* max-width: 100%; */
/* } */

p a {
    color: var(--primary-color);
    transition: all 0.3s ease 0s;
}


p a:hover {
    color: var(--dark-color);
}

a:hover {
    color: initial;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

.sec-title-text {
    text-align: center;
}

.hidden-box {
    overflow: hidden;
}

.ani-line {
    width: 100%;
    height: 1px;
    display: block;
    background: var(--primary-color);
    opacity: 0.2;
    transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.light-bg {
    background-color: var(--light-bg);
}

.bg-overlay {
    position: absolute;
    inset: 0px;
    background: var(--light-bg);
    opacity: 0.96;
}

.gradient-overlay {
    position: absolute;
    inset: 0px;
    background: var(--gradient-color);
    opacity: 0.92;
}

.border-overlay {
    margin: 15px;
}

 ::selection {
    background: var(--primary-color);
    color: var(--dark-color);
}

.back-img {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(255 255 255 / 30%);
}

.links {
    background-image: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8) 0s;
}

.links:hover {
    background-size: 100% 2px;
}

.title {
    text-align: center;
}

.title .h4-title {
    color: var(--white-color);
}

.breadcrumb {
	margin-top: 2em !important;
}

.breadcrumb-item a {
	color: var(--primary-color) !important;
}

.breadcrumb-item, .breadcrumb-item::before {
	color: #ffffff !important;
}

.mp-btn {
	padding-x: 0.75rem;
    padding-y: 0.375rem;
    background: transparent;
    border-color: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.modal-header,.modal-footer {
	background-color:#000000;
}

.modal-body {
	color: #000000;
} */

/*#####-- Common Styles End --#####*/

/*#####-- Button Styles Start --#####*/

.btn-part {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.sec-btn {
    width: auto;
    border: 2px solid var(--primary-color);
    border-bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    appearance: none;
    text-transform: capitalize;
    background: 0px 0px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    color: var(--white-color);
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.22, 0.78, 0.45, 1.02) 0s;
    padding: 5px 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    outline: none !important;
    pointer-events: auto;
    box-shadow: inset 0 -5px 0 var(--primary-color);
}

.sec-btn:hover {
    box-shadow: inset 0 -55px 0 var(--primary-color), 2px 2px 3px rgb(0 0 0 / 30%);
    color: var(--white-color);
    transition: all 0.5s cubic-bezier(0.22, 0.78, 0.45, 1.02) 0s;
}

.play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.play-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 0;
    backdrop-filter: brightness(1.2) blur(30px) opacity(1);
    -webkit-backdrop-filter: brightness(1.2) blur(30px) opacity(1);
    border-radius: 50%;
}

.play-btn svg {
    fill: var(--white-color);
    position: relative;
    z-index: 1;
}

.read-more {
    text-transform: capitalize;
    font-size: 20px;
    font-family: var(--title-font);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.read-more svg {
    margin-left: 15px;
}

.read-more span {
    position: relative;
}

.read-more span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1) 0s, -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1) 0s;
}

.read-more:hover span::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.read-more:hover {
    color: var(--secondary-color);
}

.explore-more-btn {
    margin-top: 43px;
    text-align: center;
}

.explore-more-link {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    padding-bottom: 3px;
    letter-spacing: 2px;
}

.explore-more-link::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 1px;
    width: 100%;
    background: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1) 0s;
}

.explore-more-link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.video-play-btn {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    padding-top: 5px;
    padding-left: 3px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.video-play-btn:hover {
    transform: scale(1.1);
}


/*#####-- Button Styles End --#####*/

/*#####-- Header Styles Start --#####*/

.site-header {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease 0s;
    padding: 30px 60px 0;
}

.hamburger {
    height: 60px;
    width: 60px;
    float: right;
    border: 0px;
    right: 15px;
    outline: none;
    background: 0 0;
    position: absolute;
    top: 10px;
    z-index: 9999;
    /* transition: all 0.5s; */
    pointer-events: auto;
    -webkit-appearance: none !important;
}

.site-branding {
    position: relative;
    width: 50px;
}

.site-branding a {
    font-size: 40px;
    font-weight: 900;
    color: var(--white-color);
    pointer-events: auto;
    text-transform: capitalize;
    letter-spacing: -1px;
}
/* .site-branding img { */
	/* width: 200px; */
	/* height: 100px; */
/* } */

.menu-main-menu-container li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 30px;
}

.menu-main-menu-container ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-main-menu-container li a {
    color: var(--primary-color);
    font-size: 20px;
    pointer-events: auto;
    text-transform: capitalize;
    font-family: var(--title-font);
    position: relative;
    font-weight: 400;
}

.menu-main-menu-container li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    width: 0;
    opacity: 0;
    background-color: var(--primary-color);
    transition: all 0.5s;
}

.menu-main-menu-container li a:hover:before {
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}


/*#####-- Header Styles End--#####*/

/*#####-- Banner Styles Stat--#####*/

canvas {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.dg.ac {
    display: none;
}

.main-banner {
    background-size: cover;
    background-position: center top;
    position: relative;
}

.banner-content h3 {
    color: var(--white-color);
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: var(--title-font);
}

.h1-title span {
    display: block;
}

.main-banner .row {
    height: 100vh;
}

.colmg {
    height: 50%;
    width: 50%;
    background-image: url('../resources/images/header_bg.png');
    background-size: cover;
    border-radius: 5%;
}

.banner-img {

    /* width: 30vw; */
    /* height: 30vw; */
    position: relative;
    top: 0;
    right: 0;
    /* border-radius: 100%; */
    overflow: hidden;
    transition: all 0.5s;
    filter: grayscale(0);
    pointer-events: auto;
}

.banner-img:hover {
    filter: grayscale(0);
    transition: all 0.5s;
}

.banner-btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.banner-btn .sec-btn span {
    margin-right: 10px;
}

.sec-btn.hover-btn {
    margin-left: 15px;
    box-shadow: inset 0 -55px 0 var(--primary-color), 2px 2px 3px rgb(0 0 0 / 30%);
    transition: all 0.5s cubic-bezier(0.22, 0.78, 0.45, 1.02) 0s;
}

.sec-btn.hover-btn:hover {
    box-shadow: inset 0 -5px 0 var(--primary-color);
    transition: all 0.5s cubic-bezier(0.22, 0.78, 0.45, 1.02) 0s;
}


/*#####-- Banner Styles End--#####*/

/*#####-- Banner Styles End--#####*/

  /* Float four columns side by side */
  * {
    box-sizing: border-box;
  }
  .column {
    float: left;
    width: 25%;
    padding: 0 5px;
 
  }
  
  /* .stats-row { */
    /* position: absolute; */
    /* width: 100%; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */

  /* } */
  
  /* Clear floats after the columns */
  .stats-row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 10px;
    }
  }
/* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    padding: 16px;
    text-align: center;
    background-color: #444;
    color: white;
    border-radius: 4px;
  }
  
 

  .one {
    background: rgb(2,0,36);
    background: linear-gradient(313deg, rgba(2,0,36,1) 82%, rgba(2,165,224,1) 100%); 
  }

  .two {
    background: rgb(2,0,36);
    background: linear-gradient(313deg, rgba(2,0,36,1) 82%, rgb(39, 224, 2) 100%); 
  }

  .three {
    background: rgb(2,0,36);
    background: linear-gradient(313deg, rgba(2,0,36,1) 82%, rgb(224, 209, 2) 100%); 
  }

  .four {
    background: rgb(2,0,36);
    background: linear-gradient(313deg, rgba(2,0,36,1) 82%, orangered 100%); 
  }
  
  .fa {font-size:60px;}

/*#####-- Banner Styles End--#####*/

/*#####-- Login Styles Start--#####*/
.login_img {
    height: 500px;
    width: 100%;
    background-image: url('../resources/images/login.gif');
    background-size: cover;
    border-radius: 5%;
}

.buttonDiv{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 36px;
	width: 100%;
		/* min-width: 245px; */
		/* max-width: 255px; */
	height: 40px;
	border-radius: 4px;
	-moz-text-size-adjust: none;
	user-select: none;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.25px;
	background-color: rgb(24, 119, 242);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 24px 24px;
}
.facebook-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 36px;
	/* min-width: 245px; */
	/* max-width: 255px; */
	height: 40px;
	border-radius: 4px;
	-moz-text-size-adjust: none;
	user-select: none;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.25px;
	background-color: rgb(24, 119, 242);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 24px 24px;
}

.facebook-button a {
	color: #ffffff;
}
.fb-btn {
	background: #fff;
	color: #4267b2;
	font-size: 24px;
	border-radius: 10px;
	margin-right: 10px;
}
#gsi_323567_402781 {
	width: 100% !important;
}

#buttonDiv .haAclf{
	width:100% !important;
}

/*#####-- Login Styles End--#####*/

/*#####-- Songs Styles Start--#####*/

.lyrics-box {
    position: relative;
    padding: 40px 0 100px;
}

.lyrics-box .title {
    margin-bottom: 80px;
}

.music-card {
    position: relative;
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 25px;
    transform-style: preserve-3d;
    transition: all .2s linear;
    z-index: 2;
    box-shadow: 10px 10px 19px #282e61, -10px -10px 19px #363e83;
}

.music-card.right-weight {
    transform: rotateY(4deg) rotateX(-5deg);
}

.music-card.middle-weight {
    transform: rotateY(0) rotateX(-5deg);
}

.music-card.left-weight {
    transform: rotateY(-4deg) rotateX(-5deg);
}

.music-card__wrapper {
    position: relative;
    z-index: 1;
}

.music-card__content {
    padding-bottom: 20px;
}

.music-image {
    position: relative;
    width: 360px;
    height: 400px;
    left: 20px;
    top: -20px;
    border-radius: 20px;
    object-fit: cover;
    filter: drop-shadow(-20px 10px 10px rgba(0, 0, 0, 0.25));
}

.music-image.animate {
    animation-name: coverAnimate;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.music-info {
    padding-inline: 20px;
    position: relative;
    z-index: 1;
}

.music-name {
    font-size: 1.4em;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 4px;
    line-height: 1;
    text-transform: capitalize;
}

.music-artist {
    font-size: 1em;
    color: var(--primary-color);
    text-transform: capitalize;
}

.music-controls {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    margin-inline: auto;
    width: 270px;
}

.music-controls-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    transition: ease-in-out .2s;
    pointer-events: auto;
	font-size: 30px;
}

.play-icon-background {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--dark-color);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .25));
    transition: all .2s;
}

.music-controls-item#play .play-icon {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .3));
    transition: all .2s;
}

.music-controls-item#play:hover .play-icon-background {
    animation-name: playIconBackgroundAnimate;
    animation-duration: .3s;
    animation-iteration-count: 1;
    opacity: 1;
}

.music-controls-item#play:hover .play-icon {
    animation-name: playIconAnimate;
    animation-duration: .3s;
    animation-iteration-count: 1;
}

.music-controls-item:hover:not(#play) {
    background: var(--dark-color);
}

.music-controls-item--icon {
    font-size: 1.2em;
    color: #fff;
}

.music-progress {
    position: relative;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    cursor: pointer;
    z-index: 1;
}

.music-progress-bar {
    position: relative;
    width: 0;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
    pointer-events: auto;
}

.pro_bar {
    position: relative;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    cursor: pointer;
    z-index: 1;
}	

.pro_bar_bar{
    position: relative;
    width: 0;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
    pointer-events: auto;
}	

.pro_bar_bar:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 1);
    filter: drop-shadow(0px 0px 4px rgba(46, 45, 45, 1));
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: auto;
}

.pro_bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, .3);
    border-radius: 5px;
    z-index: -1;
    pointer-events: auto;
}

.music-progress-bar:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 1);
    filter: drop-shadow(0px 0px 4px rgba(46, 45, 45, 1));
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: auto;
}

.music-progress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, .3);
    border-radius: 5px;
    z-index: -1;
    pointer-events: auto;
}

.music-progress__time {
    position: absolute;
    top: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.music-progress__time-item {
    color: #fff;
    font-size: 12px;
    opacity: .4;
}

.music-list-row {
    padding-left: 30px;
}

.music-list-box {
    padding: 30px 4em 30px 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 10px 10px 19px #282e61, -10px -10px 19px #363e83;
}

.music-list-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: -25px;
    transform: translateY(-50%);
    font-size: 15em;
    z-index: 0;
    opacity: 0.1;
    color: var(--white-color);
}

.music_controls .music-controls-item {
    background-color: var(--primary-color);
}

.music_controls .music-controls-item .play-icon-background {
    display: none;
}

.music-list-image {
    height: 100px;
    width: 100px;
    min-width: 100px;
    position: relative;
    z-index: 1;
}

.music-list-info {
    position: relative;
    z-index: 1;
}

.music-list-info .music-artist {
    margin-bottom: 0;
}

.music_controls {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.back-img {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(255 255 255 / 30%);
}

.filter {
    filter: grayscale(1);
}
/*#####-- Songs Styles End--#####*/

/*#####-- Artists Styles Start--#####*/

button {
  cursor: pointer;
}

#portfolio {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-template-rows: 1fr 1fr;
  grid-gap: 2px;
}

.project {
  position: relative;
  background: #000000;
  overflow: hidden;
}

.project img {
  position: absolute;
  opacity: 0.9;
}

.project p {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 3;
}

.project .grid_title {
  position: absolute;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  bottom: 0;
  font-weight: 100;
  font-size: 0.8em;
  z-index: 3;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  letter-spacing: 2px;
}

.project:hover .grid_overlay {
  transform: translateY(0%);
}

.grid_overlay {
  background-color: #000;
  color: #f4c542;
  opacity: 0.5;
  height: 100%;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  position: relative;
  display: grid;
  transform: translateY(101%);
  transition: all 0.3s ease-in-out;
}

.grid_overlay button {
  background: none;
  outline: none;
  font-weight: 100;
  letter-spacing: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
}

.grid_overlay button:hover {
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  color: #D1A39E;
  transform: scale(1.05);
}

.project .artist_name {
	background-color: #000000 !important;
	color: #ffffff;
	margin-left: 0.4rem;
}

.artists_overlay {
  position: fixed;
  background: rgba(71, 69, 69, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 3;
}

.artists_overlay.open {
  display: grid;
  align-items: center;
  justify-items: center;
}

.artists_overlay_inner {
  background: #ffffff;
  width: 700px;
  padding: 20px;
  position: relative;
  opacity: 1;
}

.close {
  position: absolute;
  top: 3px;
  right: 10px;
  background: none;
  outline: 0;
  color: #474545;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.close:hover {
  color: #D1A39E;
}

.project_image {
  margin-left: -50%;
}

@media (max-width: 768px) {
  #portfolio {
    grid-template-columns: 1fr; /* 1 column */
    grid-gap: 10px; /* Optional: Add more spacing between rows */
  }

  .project {
    min-height: 300px; /* Optional: Adjust the height of each project */
  }
}
/*#####-- Artists Styles End--#####*/








/*#####-- Mobile Styles Start--#####*/

/*

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
        line-height: 32px;
    }
    .h1-title {
        font-size: 70px;
        line-height: 90px;
    }
    h3,
    .h3-title {
        font-size: 30px;
        line-height: 40px;
    }
    .h4-title,
    h4,
    .singer-name a {
        font-size: 20px;
        line-height: 30px;
    }
    .h2-title {
        font-size: 60px;
        line-height: 70px;
    }
    .menu-main-menu-container li a {
        font-size: 30px;
    }
    .artist-box {
        max-width: 450px;
    }
}

@media (max-width: 1499px) {
    .banner-content {
        padding-right: 20px;
    }
    .albums-cover {
        height: 25vw;
    }
    .album-row .albums-col {
        width: 25vw;
    }
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    .music-list-box {
        padding: 15px 3em 15px 15px;
    }
    .music_controls {
        right: 10px;
    }
    .upcoming-box:before {
        font-size: 11em;
        top: 50%;
    }
    .banner-img {
        width: 40vw;
        height: 40vw;
    }
    .albums-cover:before {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }
    .album-details {
        margin-left: 0;
    }
    .songs-name .h3-title {
        max-width: 60%;
    }
    .similar-artists-text .h3-title {
        max-width: 100%;
    }
    .artists-tracklist {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .for-des {
        display: none !important;
    }
    .for-mob {
        display: block !important;
    }
    .page-loader .h3-title {
        font-size: 4.5em;
    }
    body {
        padding: 0;
    }
    .overlay-body {
        border-radius: 0;
    }
    .site-header .container {
        max-width: 100%;
    }
    .site-header {
        top: 0px;
        height: 80px;
        padding: 15px 0 0;
    }
    .site-header.sticky_head {
        position: fixed;
        box-shadow: 10px 10px 19px #282e61, -10px -10px 19px #363e83;
    }
    .site-header.sticky_head:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        filter: blur(15px);
        backdrop-filter: brightness(1.2) blur(30px) opacity(1);
        -webkit-backdrop-filter: brightness(1.2) blur(30px) opacity(1);
    }
    .site-header .col-lg-5 {
        position: absolute;
        left: 15px;
        width: 100%;
    }
    .main-banner .banner-img {
        display: none;
    }
    .main-banner::before {
        background: rgb(235, 236, 237);
        z-index: 1;
        height: 100%;
        width: 100%;
        transform: translate(0px);
        opacity: 0.6;
    }
    .main-banner .h1-title {
        position: relative;
        text-align: center;
        z-index: 1;
    }
    .banner-btn {
        justify-content: center;
        flex-wrap: wrap;
    }

    .menu-images {
        width: 100%;
        z-index: 1;
        pointer-events: none;
        opacity: 0;
    }
    .nav-menu.open-menu .menu-images {
        opacity: 0.1;
    }
    .mani-menu {
        width: 100vw;
    }
    .open-hamburger {
        left: auto;
        right: 30px;
        top: 65px;
        height: 40px;
        width: 40px;
    }
    .mani-menu ul {
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .nav-menu li a {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10vh;
    }
    .nav-menu li:last-child a {
        margin-bottom: 0px;
    }
    .site-header .col-lg-3 {
        position: absolute;
        top: 50%;
        width: auto;
        left: 15px;
        transform: translate(0, -50%);
    }
    .site-header .row.align-items-center {
        padding: 0 15px;
    }
    .hamburger span {
        width: 30px;
        height: 3px;
        background: var(--primary-color);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 1.5s;
        transition: 1.5s;
    }
    .hamburger span:first-child {
        top: 20px;
    }
    .hamburger span:last-child {
        bottom: 17px;
        top: unset;
    }
    .toggled .hamburger span {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        opacity: 0;
        background: var(--white-color);
    }
    .toggled .hamburger span:first-child {
        -webkit-transition: 1.1s;
        -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
        top: 50%;
        -webkit-transition: 1.5s;
        transition: 1.5s;
        opacity: 1;
        width: 40px;
    }
    .toggled .hamburger span:last-child {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-225deg);
        transform: translate(-50%, -50%) rotate(-225deg);
        -webkit-transition: 1.5s;
        transition: 1.5s;
        opacity: 1;
        width: 40px;
    }
    .menu-main-menu-container li:nth-child(1) {
        transition: .5s;
        transition-delay: 0s;
    }
    .toggled .menu-main-menu-container li:nth-child(1) {
        transform: scale(1);
        opacity: 1;
        transition: .3s;
        transition-delay: .9s;
    }
    .menu-main-menu-container li:nth-child(2) {
        transition: .4s;
        transition-delay: .1s;
    }
    .toggled .menu-main-menu-container li:nth-child(2) {
        transform: scale(1);
        opacity: 1;
        transition: .4s;
        transition-delay: 1s;
    }
    .menu-main-menu-container li:nth-child(3) {
        transition: .3s;
        transition-delay: .2s;
    }
    .toggled .menu-main-menu-container li:nth-child(3) {
        transform: scale(1);
        opacity: 1;
        transition: .5s;
        transition-delay: 1.1s;
    }
    .menu-main-menu-container li:nth-child(4) {
        transition: .2s;
        transition-delay: .2s;
    }
    .toggled .menu-main-menu-container li:nth-child(4) {
        transform: scale(1);
        opacity: 1;
        transition: .6s;
        transition-delay: 1.2s;
    }
    .menu-main-menu-container li:nth-child(5),
    .menu-main-menu-container li:nth-child(6) {
        transition: .1s;
        transition-delay: 0.3s;
    }
    .toggled .menu-main-menu-container li:nth-child(5) {
        transform: scale(1);
        opacity: 1;
        transition: .7s;
        transition-delay: 1.3s;
    }
    .toggled .menu-main-menu-container li:nth-child(6) {
        transform: scale(1);
        opacity: 1;
        transition: .8s;
        transition-delay: 1.4s;
    }
    .toggled .menu-main-menu-container li:nth-child(7) {
        transform: scale(1);
        opacity: 1;
        transition: .9s;
        transition-delay: 1.5s;
    }
    .menu-main-menu-container ul {
        justify-content: center;
        flex-direction: column;
    }
    .header-menu {
        height: 0;
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        z-index: 99;
        transition: 1s cubic-bezier(.165, .84, .44, 1);
        overflow-y: auto;
        background: 0 0;
        text-align: center;
        overflow: hidden;
    }
    .toggled .header-menu {
        height: 100vh !important;
        transition: 1s cubic-bezier(.165, .84, .44, 1);
        top: 0;
    }
    .header-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: var(--body-color);
        z-index: 0;
        transition: 1s cubic-bezier(.165, .84, .44, 1);
        pointer-events: none;
    }
    .toggled .header-menu:before {
        height: 100vh;
        transition-duration: 1s;
    }
    .menu-main-menu-container:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        font-size: 30em;
        z-index: 0;
        opacity: 0.1;
        color: var(--primary-color);
        transition: .1s;
        transition-delay: 0.3s;
    }
    .toggled .menu-main-menu-container:before {
        transform: translate(-50%, -50%) scale(1);
        transition: all .8s cubic-bezier(.47, 1.64, .41, .8);
        transition-delay: 1.4s;
    }
    .header-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: var(--primary-color);
        z-index: 0;
        transition: .5s cubic-bezier(.165, .84, .44, 1);
        transition-delay: .2s;
        pointer-events: none;
        backdrop-filter: brightness(1.2) blur(30px) opacity(1);
        -webkit-backdrop-filter: brightness(1.2) blur(30px) opacity(1);
    }
    .toggled .header-menu:before {
        height: 100vh;
        transition-delay: .5s;
    }
    .header-menu:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: var(--body-color);
        z-index: 0;
        transition: 1s cubic-bezier(.165, .84, .44, 1);
        transition-duration: .5s;
        pointer-events: none;
    }
    .toggled .header-menu:after {
        height: 100vh;
        transition-duration: 1s;
        transition-delay: 0.6s;
    }
    .menu-main-menu-container {
        position: relative;
        height: 100vh;
        display: flex;
        align-items: center;
        z-index: 1;
    }
    .menu-main-menu-container li a {
        font-size: 30px;
        line-height: 40px;
        z-index: 1;
        color: var(--white-color);
    }
    .menu-main-menu-container li {
        padding: 2vh 0;
        transform: scale(0);
    }
    .banner-content {
        text-align: center;
        padding: 0;
    }
    .artist-row {
        padding-top: 10px;
    }
    .artist-box,
    .artist-box.even {
        margin: 0 auto 30px;
        max-width: 100%;
    }
    .artist-box.even .rotate-text {
        left: -67px;
    }
    .rotate-text {
        left: 0;
    }
    .artist-section .btn-part {
        margin-top: 0;
    }
    .albums-section {
        padding: 50px 0 63px;
    }
    .album-box-row {
        padding-top: 10px;
    }
    .album-box.middle-box {
        margin: 30px 0;
    }
    .upcoming-box:before {
        display: none;
    }
    .lyrics-box .title {
        margin-bottom: 30px;
    }
    .music-card {
        margin: 0 auto 40px;
    }
    .follow-us-row ul {
        flex-wrap: wrap;
    }
    .follow-us-row li {
        width: 50%;
        margin: 0 auto 30px;
    }
    .follow-us-row li a {
        display: inline-block;
    }
    .follow-us-row {
        padding: 80px 0 0;
    }
    .follow-us-row li:last-child {
        margin-bottom: 0;
    }
    span.copyright-text {
        float: left;
        margin-top: 15px;
    }
    .event-row {
        padding-top: 10px;
    }
    .flexbox {
        margin-top: 30px;
    }
    .lyrics-box {
        padding-bottom: 48px;
    }
    .upcoming-section {
        padding-bottom: 95px;
    }
    .gallery-section {
        padding-top: 105px;
    }
    .gallery-section.inner-gallery-section {
        padding-top: 0;
    }
    .video-gallery {
        padding-bottom: 80px;
    }
    .artist-row .g-5 {
        --bs-gutter-x: 0;
    }
    .inner-banner {
        margin-bottom: 60px;
    }
    .album-section {
        padding-top: 0;
    }
    .songs-name {
        width: 100%;
    }
    .songs-name {
        width: 100%;
    }
    .album-image {
        width: 100%;
        position: relative;
        height: 50vh;
    }
    .album-details {
        padding-top: 60px;
        padding-right: 15px;
        max-height: inherit;
        padding-left: 15px;
        overflow: visible;
    }
    .album-banner,
    .album-banner .row {
        height: auto;
    }
    .album-songs-detail {
        display: block;
    }
    .similar-artists {
        width: 100%;
        margin-left: 0;
        border-left: 0;
        padding-left: 5px;
    }
    .popular-songs,
    .similar-artists {
        width: 100%;
    }
    .similar-artists {
        margin-top: 60px;
    }
    .artists-banner .album-image {
        position: absolute;
        border-radius: 0;
    }
    .artists-banner .h1-title {
        margin-top: 120px;
    }
    .artists-details {
        margin-top: 215px;
        padding-bottom: 60px;
    }
    .artists-img {
        margin-bottom: 40px;
    }
    .artists-img .back-img {
        background-position: top center;
    }
    section.events-inner-section {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .details-box {
        margin-top: 50px;
    }
    .artists-tracklist {
        margin-top: 40px;
    }
    .overlay-body:before {
        border-radius: 0;
    }
    .copyright {
        text-align: center;
    }
    .album-row .albums-col {
        width: 44%;
    }
    .albums-cover {
        height: 400px;
        border-radius: 0;
    }
    .albums-cover:before {
        display: none;
    }
    .contact-us-form {
        padding-left: 0;
    }
    .contact-us-detail {
        margin-bottom: 40px;
    }
    .contact-us-sec {
        padding: 20px 0;
    }
    .contact-map {
        margin: 30px 0;
    }
	
	.facebook-button {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 36px;
		min-width: 240px;
		max-width: 100%;
		height: 40px;
		border-radius: 4px;
		-moz-text-size-adjust: none;
		user-select: none;
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: 0.25px;
		background-color: rgb(24, 119, 242);
		background-repeat: no-repeat;
		background-position: 12px 50%;
		background-size: 24px 24px;
	}
}

@media (max-width: 767px) {
    .flexbox {
        column-count: 3;
    }
    .music-list-row {
        padding-left: 0;
    }
    .contact-us-detail .row .col-lg-6 {
        border: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgb(255 255 255 / 35%) !important;
        margin-bottom: 30px;
    }
    .contact-us-detail .row .col-lg-6:last-child {
        border: 0 !important;
        margin: 0 !important;
    }
    .contact-us-sec {
        padding: 0px 0 45px;
    }
    .contact-us-detail .row .col-lg-6:nth-child(3) .contact-box,
    .contact-us-detail .row .col-lg-6:last-child .contact-box {
        margin-bottom: 30px;
    }
	.facebook-button {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 36px;
		min-width: 240px;
		max-width: 100%;
		height: 40px;
		border-radius: 4px;
		-moz-text-size-adjust: none;
		user-select: none;
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: 0.25px;
		background-color: rgb(24, 119, 242);
		background-repeat: no-repeat;
		background-position: 12px 50%;
		background-size: 24px 24px;
	}	
}

@media (max-width: 575px) {
    .h1-title,
    .inner-banner .h1-title {
        font-size: 13vw;
        line-height: 14vw;
    }
    .container,
    .container-fluid {
        padding: 0px 30px;
    }
    .artist-row .col-lg-6 {
        padding: 0 15px;
    }
    .artist-row {
        margin: 0;
    }
    .artist-box.even .rotate-text {
        left: -23px;
    }
    .rotate-text {
        left: 8px;
    }
    .music-card {
        max-width: 100%;
    }
    .music-card__content {
        padding: 20px;
    }
    .music-image {
        left: 0;
        top: 0;
        margin-bottom: 20px;
        height: 300px;
    }
    /* music-list */
	
	*/
	/*
    .music-list-box {
        display: block;
        padding: 15px;
        border-radius: 20px 20px 25px 20px;
    }
    .music-list-image {
        filter: drop-shadow(-20px 10px 10px rgba(0, 0, 0, 0.25));
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        max-width: 70%;
        height: 200px;
    }
    .music-list-box .music-info {
        margin-top: 20px;
        padding: 0;
    }
    .music-list-box .music_controls {
        right: 0;
        top: unset;
        bottom: 0;
        transform: translate(0);
    }
    .music_controls .music-controls-item {
        border-radius: 50px 50px 50px 0;
    }
    .event-box {
        padding: 0;
    }
    .flexbox {
        column-count: 2;
    }
    .video-box {
        height: 250px;
    }
    .video-box .back-img a {
        width: 60px;
        height: 60px;
        font-size: 1.3em;
    }
    .countdown-box p span {
        font-size: 100px;
        line-height: 60px;
    }
    .copyright .row {
        --bs-gutter-x: 0;
    }
    .album-row .albums-col {
        width: 100%;
    }
	.sdmt-3 {
		margin-top: 1rem !important;
	}	
	.facebook-button {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 36px;
		min-width: 240px;
		max-width: 100%;
		height: 40px;
		border-radius: 4px;
		-moz-text-size-adjust: none;
		user-select: none;
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: 0.25px;
		background-color: rgb(24, 119, 242);
		background-repeat: no-repeat;
		background-position: 12px 50%;
		background-size: 24px 24px;
	}	
}

@media (max-width: 400px) {
    .container,
    .container-fluid {
        padding: 0px 15px;
    }
    .site-header .col-lg-3 {
        left: 0;
    }
    .hamburger {
        right: 0;
    }
    .artist-row .col-lg-6 {
        padding: 0;
    }
    .rotate-text {
        left: 0;
    }
    .artist-box.even .rotate-text {
        left: -30px;
        bottom: -40px;
    }
    .event-box .back-img {
        height: 300px;
    }
    span.big-text {
        font-size: 90px;
    }
    .event-banner {
        height: 250px;
    }
    .album-row .albums-col {
        margin-right: 0;
        margin-left: 0;
    }
    .contact-map {
        padding: 30px 15px;
    }
	.sdmt-3 {
		margin-top: 1rem !important;
	}
	.facebook-button {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 36px;
		min-width: 240px;
		max-width: 100%;
		height: 40px;
		border-radius: 4px;
		-moz-text-size-adjust: none;
		user-select: none;
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: 0.25px;
		background-color: rgb(24, 119, 242);
		background-repeat: no-repeat;
		background-position: 12px 50%;
		background-size: 24px 24px;
	}	
}
*/

/*#####-- Mobile Styles End--#####*/











/*==========Responsive Start==========*/

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px !important;
    }
    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
        line-height: 32px;
    }
    .h1-title {
        font-size: 70px;
        line-height: 90px;
    }
    h3,
    .h3-title {
        font-size: 30px;
        line-height: 40px;
    }
    .h4-title,
    h4,
    .singer-name a {
        font-size: 20px;
        line-height: 30px;
    }
    .h2-title {
        font-size: 60px;
        line-height: 70px;
    }
    .menu-main-menu-container li a {
        font-size: 30px;
    }
    .artist-box {
        max-width: 450px;
    }
}

@media (max-width: 1499px) {
    .banner-content {
        padding-right: 20px;
    }
    .albums-cover {
        height: 25vw;
    }
    .album-row .albums-col {
        width: 25vw;
    }
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    .music-list-box {
        padding: 15px 3em 15px 15px;
    }
    .music_controls {
        right: 10px;
    }
    .upcoming-box:before {
        font-size: 11em;
        top: 50%;
    }
    .banner-img {
        width: 40vw;
        height: 40vw;
    }
    .albums-cover:before {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }
    .album-details {
        margin-left: 0;
    }
    .songs-name .h3-title {
        max-width: 60%;
    }
    .similar-artists-text .h3-title {
        max-width: 100%;
    }
    .artists-tracklist {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .for-des {
        display: none !important;
    }
    .for-mob {
        display: block !important;
    }
    .page-loader .h3-title {
        font-size: 4.5em;
    }
    body {
        padding: 0;
    }
    .overlay-body {
        border-radius: 0;
    }
    .site-header .container {
        max-width: 100%;
    }
    .site-header {
        top: 0px;
        height: 80px;
        padding: 15px 0 0;
    }
    .site-header.sticky_head {
        position: fixed;
        box-shadow: 10px 10px 19px #282e61, -10px -10px 19px #363e83;
    }
    .site-header.sticky_head:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        filter: blur(15px);
        backdrop-filter: brightness(1.2) blur(30px) opacity(1);
        -webkit-backdrop-filter: brightness(1.2) blur(30px) opacity(1);
    }
    .site-header .col-lg-5 {
        position: absolute;
        left: 15px;
        width: 100%;
    }
    .main-banner .banner-img {
        display: none;
    }
    .main-banner::before {
        background: rgb(235, 236, 237);
        z-index: 1;
        height: 100%;
        width: 100%;
        transform: translate(0px);
        opacity: 0.6;
    }
    .main-banner .h1-title {
        position: relative;
        text-align: center;
        z-index: 1;
    }
    .banner-btn {
        justify-content: center;
        flex-wrap: wrap;
    }
    .sec-btn,
    .sec-btn.hover-btn {
        margin: 15px 10px 0;
    }
    .menu-images {
        width: 100%;
        z-index: 1;
        pointer-events: none;
        opacity: 0;
    }
    .nav-menu.open-menu .menu-images {
        opacity: 0.1;
    }
    .mani-menu {
        width: 100vw;
    }
    .open-hamburger {
        left: auto;
        right: 30px;
        top: 65px;
        height: 40px;
        width: 40px;
    }
    .mani-menu ul {
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .nav-menu li a {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10vh;
    }
    .nav-menu li:last-child a {
        margin-bottom: 0px;
    }
    .site-header .col-lg-3 {
        position: absolute;
        top: 50%;
        width: auto;
        left: 15px;
        transform: translate(0, -50%);
    }
    .site-header .row.align-items-center {
        padding: 0 15px;
    }
    .hamburger span {
        width: 30px;
        height: 3px;
        background: var(--primary-color);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 1.5s;
        transition: 1.5s;
    }
    .hamburger span:first-child {
        top: 20px;
    }
    .hamburger span:last-child {
        bottom: 17px;
        top: unset;
    }
    .toggled .hamburger span {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        opacity: 0;
        background: var(--white-color);
    }
    .toggled .hamburger span:first-child {
        -webkit-transition: 1.1s;
        -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
        top: 50%;
        -webkit-transition: 1.5s;
        transition: 1.5s;
        opacity: 1;
        width: 40px;
    }
    .toggled .hamburger span:last-child {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-225deg);
        transform: translate(-50%, -50%) rotate(-225deg);
        -webkit-transition: 1.5s;
        transition: 1.5s;
        opacity: 1;
        width: 40px;
    }
    .menu-main-menu-container li:nth-child(1) {
        transition: .5s;
        transition-delay: 0s;
    }
    .toggled .menu-main-menu-container li:nth-child(1) {
        transform: scale(1);
        opacity: 1;
        transition: .3s;
        transition-delay: .9s;
    }
    .menu-main-menu-container li:nth-child(2) {
        transition: .4s;
        transition-delay: .1s;
    }
    .toggled .menu-main-menu-container li:nth-child(2) {
        transform: scale(1);
        opacity: 1;
        transition: .4s;
        transition-delay: 1s;
    }
    .menu-main-menu-container li:nth-child(3) {
        transition: .3s;
        transition-delay: .2s;
    }
    .toggled .menu-main-menu-container li:nth-child(3) {
        transform: scale(1);
        opacity: 1;
        transition: .5s;
        transition-delay: 1.1s;
    }
    .menu-main-menu-container li:nth-child(4) {
        transition: .2s;
        transition-delay: .2s;
    }
    .toggled .menu-main-menu-container li:nth-child(4) {
        transform: scale(1);
        opacity: 1;
        transition: .6s;
        transition-delay: 1.2s;
    }
    .menu-main-menu-container li:nth-child(5),
    .menu-main-menu-container li:nth-child(6) {
        transition: .1s;
        transition-delay: 0.3s;
    }
    .toggled .menu-main-menu-container li:nth-child(5) {
        transform: scale(1);
        opacity: 1;
        transition: .7s;
        transition-delay: 1.3s;
    }
    .toggled .menu-main-menu-container li:nth-child(6) {
        transform: scale(1);
        opacity: 1;
        transition: .8s;
        transition-delay: 1.4s;
    }
    .toggled .menu-main-menu-container li:nth-child(7) {
        transform: scale(1);
        opacity: 1;
        transition: .9s;
        transition-delay: 1.5s;
    }
    .menu-main-menu-container ul {
        justify-content: center;
        flex-direction: column;
    }
    .header-menu {
        height: 0;
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        z-index: 99;
        transition: 1s cubic-bezier(.165, .84, .44, 1);
        overflow-y: auto;
        background: 0 0;
        text-align: center;
        overflow: hidden;
    }
    .toggled .header-menu {
        height: 100vh !important;
        transition: 1s cubic-bezier(.165, .84, .44, 1);
        top: 0;
    }
    .header-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: var(--body-color);
        z-index: 0;
        transition: 1s cubic-bezier(.165, .84, .44, 1);
        pointer-events: none;
    }
    .toggled .header-menu:before {
        height: 100vh;
        transition-duration: 1s;
    }
    .menu-main-menu-container:before {
        content: "♫";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        font-size: 30em;
        z-index: 0;
        opacity: 0.1;
        color: var(--primary-color);
        transition: .1s;
        transition-delay: 0.3s;
    }
    .toggled .menu-main-menu-container:before {
        transform: translate(-50%, -50%) scale(1);
        transition: all .8s cubic-bezier(.47, 1.64, .41, .8);
        transition-delay: 1.4s;
    }
    .header-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: var(--primary-color);
        z-index: 0;
        transition: .5s cubic-bezier(.165, .84, .44, 1);
        transition-delay: .2s;
        pointer-events: none;
        backdrop-filter: brightness(1.2) blur(30px) opacity(1);
        -webkit-backdrop-filter: brightness(1.2) blur(30px) opacity(1);
    }
    .toggled .header-menu:before {
        height: 100vh;
        transition-delay: .5s;
    }
    .header-menu:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: var(--body-color);
        z-index: 0;
        transition: 1s cubic-bezier(.165, .84, .44, 1);
        transition-duration: .5s;
        pointer-events: none;
    }
    .toggled .header-menu:after {
        height: 100vh;
        transition-duration: 1s;
        transition-delay: 0.6s;
    }
    .menu-main-menu-container {
        position: relative;
        height: 100vh;
        display: flex;
        align-items: center;
        z-index: 1;
    }
    .menu-main-menu-container li a {
        font-size: 30px;
        line-height: 40px;
        z-index: 1;
        color: var(--white-color);
    }
    .menu-main-menu-container li {
        padding: 2vh 0;
        transform: scale(0);
    }
    .banner-content {
        text-align: center;
        padding: 0;
    }
    .artist-row {
        padding-top: 10px;
    }
    .artist-box,
    .artist-box.even {
        margin: 0 auto 30px;
        max-width: 100%;
    }
    .artist-box.even .rotate-text {
        left: -67px;
    }
    .rotate-text {
        left: 0;
    }
    .artist-section .btn-part {
        margin-top: 0;
    }
    .albums-section {
        padding: 50px 0 63px;
    }
    .album-box-row {
        padding-top: 10px;
    }
    .album-box.middle-box {
        margin: 30px 0;
    }
    .upcoming-box:before {
        display: none;
    }
    .lyrics-box .title {
        margin-bottom: 30px;
    }
    .music-card {
        margin: 0 auto 40px;
    }
    .follow-us-row ul {
        flex-wrap: wrap;
    }
    .follow-us-row li {
        width: 50%;
        margin: 0 auto 30px;
    }
    .follow-us-row li a {
        display: inline-block;
    }
    .follow-us-row {
        padding: 80px 0 0;
    }
    .follow-us-row li:last-child {
        margin-bottom: 0;
    }
    span.copyright-text {
        float: left;
        margin-top: 15px;
    }
    .event-row {
        padding-top: 10px;
    }
    .flexbox {
        margin-top: 30px;
    }
    .lyrics-box {
        padding-bottom: 48px;
    }
    .upcoming-section {
        padding-bottom: 95px;
    }
    .gallery-section {
        padding-top: 105px;
    }
    .gallery-section.inner-gallery-section {
        padding-top: 0;
    }
    .video-gallery {
        padding-bottom: 80px;
    }
    .artist-row .g-5 {
        --bs-gutter-x: 0;
    }
    .inner-banner {
        margin-bottom: 60px;
    }
    .album-section {
        padding-top: 0;
    }
    .songs-name {
        width: 100%;
    }
    .songs-name {
        width: 100%;
    }
    .album-image {
        width: 100%;
        position: relative;
        height: 50vh;
    }
    .album-details {
        padding-top: 60px;
        padding-right: 15px;
        max-height: inherit;
        padding-left: 15px;
        overflow: visible;
    }
    .album-banner,
    .album-banner .row {
        height: auto;
    }
    .album-songs-detail {
        display: block;
    }
    .similar-artists {
        width: 100%;
        margin-left: 0;
        border-left: 0;
        padding-left: 5px;
    }
    .popular-songs,
    .similar-artists {
        width: 100%;
    }
    .similar-artists {
        margin-top: 60px;
    }
    .artists-banner .album-image {
        position: absolute;
        border-radius: 0;
    }
    .artists-banner .h1-title {
        margin-top: 120px;
    }
    .artists-details {
        margin-top: 215px;
        padding-bottom: 60px;
    }
    .artists-img {
        margin-bottom: 40px;
    }
    .artists-img .back-img {
        background-position: top center;
    }
    section.events-inner-section {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .details-box {
        margin-top: 50px;
    }
    .artists-tracklist {
        margin-top: 40px;
    }
    .overlay-body:before {
        border-radius: 0;
    }
    .copyright {
        text-align: center;
    }
    .album-row .albums-col {
        width: 44%;
    }
    .albums-cover {
        height: 400px;
        border-radius: 0;
    }
    .albums-cover:before {
        display: none;
    }
    .contact-us-form {
        padding-left: 0;
    }
    .contact-us-detail {
        margin-bottom: 40px;
    }
    .contact-us-sec {
        padding: 20px 0;
    }
    .contact-map {
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .flexbox {
        column-count: 3;
    }
    .music-list-row {
        padding-left: 0;
    }
    .contact-us-detail .row .col-lg-6 {
        border: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgb(255 255 255 / 35%) !important;
        margin-bottom: 30px;
    }
    .contact-us-detail .row .col-lg-6:last-child {
        border: 0 !important;
        margin: 0 !important;
    }
    .contact-us-sec {
        padding: 0px 0 45px;
    }
    .contact-us-detail .row .col-lg-6:nth-child(3) .contact-box,
    .contact-us-detail .row .col-lg-6:last-child .contact-box {
        margin-bottom: 30px;
    }
	.sdmt-3 {
		margin-top: 1rem !important;
	}	
}

@media (max-width: 575px) {
    .h1-title,
    .inner-banner .h1-title {
        font-size: 13vw;
        line-height: 14vw;
    }
    .container,
    .container-fluid {
        padding: 0px 30px;
    }
    .artist-row .col-lg-6 {
        padding: 0 15px;
    }
    .artist-row {
        margin: 0;
    }
    .artist-box.even .rotate-text {
        left: -23px;
    }
    .rotate-text {
        left: 8px;
    }
    .music-card {
        max-width: 100%;
    }
    .music-card__content {
        padding: 20px;
    }
    .music-image {
        left: 0;
        top: 0;
        margin-bottom: 20px;
        height: 300px;
    }
    /* music-list */
    .music-list-box {
        display: block;
        padding: 15px;
        border-radius: 20px 20px 25px 20px;
    }
    .music-list-image {
        filter: drop-shadow(-20px 10px 10px rgba(0, 0, 0, 0.25));
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        max-width: 70%;
        height: 200px;
    }
    .music-list-box .music-info {
        margin-top: 20px;
        padding: 0;
    }
    .music-list-box .music_controls {
        right: 0;
        top: unset;
        bottom: 0;
        transform: translate(0);
    }
    .music_controls .music-controls-item {
        border-radius: 50px 50px 50px 0;
    }
    .event-box {
        padding: 0;
    }
    .flexbox {
        column-count: 2;
    }
    .video-box {
        height: 250px;
    }
    .video-box .back-img a {
        width: 60px;
        height: 60px;
        font-size: 1.3em;
    }
    .countdown-box p span {
        font-size: 100px;
        line-height: 60px;
    }
    .copyright .row {
        --bs-gutter-x: 0;
    }
    .album-row .albums-col {
        width: 100%;
    }
	.sdmt-3 {
		margin-top: 1rem !important;
	}	
}

@media (max-width: 400px) {
    .container,
    .container-fluid {
        padding: 0px 15px;
    }
    .site-header .col-lg-3 {
        left: 0;
    }
    .hamburger {
        right: 0;
    }
    .artist-row .col-lg-6 {
        padding: 0;
    }
    .rotate-text {
        left: 0;
    }
    .artist-box.even .rotate-text {
        left: -30px;
        bottom: -40px;
    }
    .event-box .back-img {
        height: 300px;
    }
    span.big-text {
        font-size: 90px;
    }
    .event-banner {
        height: 250px;
    }
    .album-row .albums-col {
        margin-right: 0;
        margin-left: 0;
    }
    .contact-map {
        padding: 30px 15px;
    }
	.upcoming-section {
		margin-top: 5rem;
	}
	.sdmt-3 {
		margin-top: 1rem !important;
	}	
}


/*==========Responsive End==========*/


/*#####-- Footer Styles Start--#####*/

.footer-basic {
  padding:40px 0;
  background-color:#000000;
  color:#ffffff;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a, .copyright a,.copyright a:hover {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#ffffff;
  margin-bottom:0;
}
/*#####-- Footer Styles End--#####*/


.wfloat{
    display: inline-block;
    position: static;
    width: 80px;
    border-radius: 2px;
	background-color:#25d366;
	font-weight: 600;
	color:#ffffff;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	padding: 4px !important;
	margin-left: 7px !important;
}

.wfloat span {
	font-size: 14px;
}

.wfloat:hover{
	cursor: pointer;
	background: #05f75f
}

.my-float{
	margin-top:16px;
}

.fb-share-button {
    background: #3b5998;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}

.fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

.fb-share-button i{
    width: 18px;
    fill: white;
    vertical-align: middle;
    border-radius: 2px
}

.fb-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}