/* Universal Css Start Here */
body {
	background-color: var(--extra-color-1);
	font-family: var(--font-default);
	color: var(--heading-color);
	position: relative;
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	width: 12px; /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
	background: #c28500; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
	background-color: white; /* color of the scroll thumb */
	border-radius: 20px; /* roundness of the scroll thumb */
	border: 3px solid #c28500; /* creates padding around scroll thumb */
}
.over-hidden {
	overflow: hidden;
}
a {
	text-decoration: none !important;
	color: var(--primary-btn-color);
	outline: none;
}
a:hover {
	color: var(--primary-btn-color);
	transition: all 0.5s;
}
button {
	font-family: var(--font-btn);
}
figure {
	margin-bottom: 0;
}
.rounded {
	border-radius: 30px !important;
}
.btn-primary {
	color: #fff;
	border: 0;
	background: var(--bg-primary);
	font-size: 14px;
	padding: 1rem 2.5rem;
	border-radius: 100px;
	font-family: var(--font-btn);
	white-space: nowrap;
	transition: all 0.8s ease-out;
}
.btn-primary:hover {
	background: #fff;
	border: 0;
	padding: 1rem 2.5rem;
	color: var(--body-color);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
	color: #c28500;
	background-color: transparent;
	border-color: transparent;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
	color: #c28500;
	background-color: transparent;
	border-color: transparent;
	box-shadow: unset;
}
.btn-check:focus + .btn,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(250, 229, 37, 0.29);
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset !important;
}
.extra-padd {
	padding: 15px 60px !important;
}
.colored-txt {
	color: var(--extra-color-1);
}
button {
	border: 0;
}
/* Typography Start Here */
h1 {
	font-family: var(--font-heading);
}
h2 {
	font-family: var(--font-heading);
	font-size: 3em;
	color: var(--heading-color);
	font-weight: 900;
}
h3 {
	font-family: var(--font-heading);
	font-size: 42px;
	color: var(--heading-color);
}
h4 {
	font-family: var(--font-heading);
	color: var(--heading-color);
}
h5 {
	font-family: var(--font-heading);
	color: var(--heading-color);
	font-size: 24px;
}
h6 {
	font-family: var(--font-heading);
	color: var(--heading-color);
}
p {
	font-family: var(--font-default);
	font-size: 16px;
	color: var(--light-text-color)
}

@media (max-width: 1368px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1025px) {

}

@media (max-width: 992px) {
  h2 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
 
}

@media (max-width: 576px) {
	p {
		font-size: 14px;
	}
	
}
header.without-login {
    position: absolute;
    width: 100%;
    z-index: 3;
}
a.navbar-brand.logo h2 {
    font-size: 28px;
    margin: 0;
    color: var(--heading-color);
    font-weight: normal;
}
.navbar-light .navbar-nav li.nav-item {
    padding: 15px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
	justify-content: end;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: var(--text-color);
}
.nav-item .social-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-item .social-links a.social-icons i {
    font-size: 18px;
    color: #fff;
    margin-top: 11px;
}
.nav-item .social-links a.social-icons i:hover{
	color: var(--text-color);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--text-color);
}
.navbar-light .navbar-toggler {
  background: #fff;
}
@media (max-width: 1025px) {
  .navbar-light .navbar-nav li.nav-item {
    padding: 5px;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    background: #000;
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
}
.navbar-light .navbar-nav li.nav-item {
  padding: 0px;
}

}

section.main-banner {
    padding: 0 0 100px 0;
    background-image: url(../img/main-bg.webp);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.main-banner .background-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.main-banner-contant {
    position: relative;
    z-index: 2;
}
.main-banner-text {
    padding-top: 180px;
}
.main-banner-text h1{
	font-size: 4em;
	color: var(--heading-color);
	font-weight: 900;
}
.main-banner-text h2{
	font-size: 4em;
	color: var(--text-color);
	font-weight: 900;
	font-family: var(--secondary-font-Bold);
	margin: 20px 0;
}
.main-banner-text p {
    width: 85%;
    margin-bottom: 40px;
}
.vid__toggler {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    box-shadow: 0 0 0 8px #ffffff47;
    transition: 0.3s ease;
    animation: blink 2s forwards infinite;
    cursor: pointer;
	background: #fff;
}
.vid__toggler i {
    color: var(--bg-secondary);
	font-size: 22px;
}
.modal-content {
    background-color: transparent;
}
button.btn-close {
    position: absolute;
    top: 7px;
    right: 0;
    opacity: 1;
    z-index: 2;
}
.home-btn-div {
    display: flex;
    align-items: center;
    gap: 50px;
}

@keyframes blink {
    0% {
      box-shadow: 0 0 0 0px #ffffff47;
    }
  
    100% {
      box-shadow: 0 0 0 8px #ffffff47;
    }
  }
  
  .vid__toggler:hover {
    background: #ffd857 !important;
    color: #fff;
}
.main-banner-img {
    background-color: var(--bg-secondary);
    width: 100%;
    border-radius: 0px 0px 50px 50px;
	height: 100%;
	position: relative;
}
.main-banner-img-music {
    background-image: url(../img/music.png);
    background-position: center right;
    width: 100%;
    height: 100%;
    opacity: 0.12;
}
.banner-img {
    position: absolute;
    bottom: 0;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
}
section.about-sec {
  padding: 0 0 100px 0;
}
.about-inner-div {
    background-color: var(--bg-secondary);
    border-radius: 30px;
    height: 100%;
    position: relative;
}
.about-inner-div img {
  width: 300px;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
  object-position: top center;
  z-index: 1;
}
.about-inner-div-taxt {
    display: flex;
    align-items: center;
    gap: 30px;
	padding: 20px;
}
.about-inner-div .main-banner-img-music {
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    opacity: 0.05;
    z-index: 0;
}
.about-text {
  z-index: 1;
  position: relative;
  flex: 1;
}
.about-text h3 {
    font-size: 1.7em;
    color: #fff;
    font-family: var(--secondary-font-Bold);
    margin-bottom: 30px;
}
.about-text p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-box-social-links {
    margin-top: 30px;
}
.about-box-social-links i {
    font-size: 20px;
    margin-right: 15px;
}

.about-sec-bio-img1 {
    width: 327px;
    height: 435px;
    border-radius: 30px;
}
.about-sec-bio-img2 {
    width: 270px;
    height: 355px;
    border-radius: 30px;
    margin-top: 300px;
    margin-left: -175px;
    border: 10px solid #000;
}
.about-sec-bio h2 {
    font-size: 3em;
    font-weight: 900;
    width: 80%;
    line-height: 50px;
    margin-bottom: 25px;
    margin-top: 80px;
}
.about-sec-bio h3 {
    font-family: var(--secondary-font-Bold);
    font-size: 3em;
    color: var(--bg-primary);
    margin-top: 30px;
}
section.my-tour-sec {
    padding: 100px 0;
}
.btn-align {
    text-align: right;
}
.TrackListWidget_trackListGridContainer__GZGxh {
    background: #86754c;
}
section.music-network-sec {
    padding: 100px 0;
	background: var(--body-color);
}
/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
	color: white !important;
  }
  
  /* (B) WRAPPER */
  .aWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* allow buttons to wrap into another row on small screens */
	/* flex-wrap: wrap; */
	width: 100%;
	padding: 10px 30px;
	margin: 5px 0;
	border-radius: 0;
	background: black;
	gap: 1rem;
  }
  
  .aWrap,
  .aWrap * {
	box-sizing: border-box;
  }
  
  /* (C) PLAY/PAUSE BUTTON */
  .aPlay {
	padding: 0;
	margin: 0;
	background: 0;
	border: 0;
	cursor: pointer;
  }
  
  /* (D) TIME */
  .aCron {
	font-size: 14px;
	color: #cbcbcb;
	margin: 0 10px;
  }
  
  /* (E) RANGE SLIDERS */
  /* (E1) HIDE DEFAULT */
  .aWrap input[type="range"] {
	appearance: none;
	border: none;
	outline: none;
	box-shadow: none;
	width: 150px;
	padding: 0;
	margin: 0;
	background: 0;
  }
  
  .range,
  .range-volume {
	position: relative;
	display: flex;
	align-items: center;
  }
  
  .range input,
  .range-volume input {
	position: relative;
	z-index: 1;
  }
  
  .range .change-range,
  .range-volume .change-range {
	position: absolute;
	left: 0;
	top: 0;
	height: 6px;
	width: 0px;
	background-color: rgb(187, 187, 187);
	border-radius: 10px 0 0 10px;
  }
  
  .range-volume .change-range {
	height: 10px;
	width: 95%;
  }
  
  .under-ranger {
	position: absolute;
	left: 0;
	top: 0;
	height: 6px;
	width: 100%;
	background-color: rgb(63, 63, 63);
	border-radius: 10px;
  }
  
  .range-volume .under-ranger {
	height: 10px;
  }
  
  .aWrap input[type="range"]::-webkit-slider-thumb {
	appearance: none;
  }
  
  /* (E2) CUSTOM SLIDER TRACK */
  .aWrap input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
	height: 6px;
	border-radius: 10px;
  }
  
  /* (E3) CUSTOM SLIDER BUTTON */
  .aWrap input[type="range"]::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	position: relative;
	cursor: pointer;
	margin-top: -5px;
  }
  
  .aWrap input[type="range"]::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	position: relative;
	cursor: pointer;
	margin-top: -5px;
  }
  
  /* (F) VOLUME */
  .aVolIco {
	margin: 0 10px;
	cursor: pointer;
  }
  
  input.aVolume {
	width: 100px !important;
  }
  
  .aVolume::-webkit-slider-runnable-track {
	height: 10px !important;
  }
  
  .aVolume::-webkit-slider-thumb {
	margin-top: -3px !important;
  }
  
  .aVolume::-moz-range-thumb {
	margin-top: -3px !important;
  }
  
  .volume-container {
	display: flex;
	align-items: center;
  }
  button.aPlay i {
    color: #fff;
}  
.playlist-item {
    padding: 25px 40px;
    background: var(--bg-secondary);
}
.playlist-item h4 {
  font-size: 1.3em;
}
.playlist-item .about-box-social-links {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.playlist-item .about-box-social-links a i:hover{
	color: var(--heading-color);
}
.playlist-item:nth-child(even){
	background: var(--body-color);
}

section.counter-sec {
    background-image: url(../img/counter-bg.webp);
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#prg-counter .prg-container {
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 0;
    border-radius: 20px;
}
#prg-head h1 {
	text-align: center;
  }
  #prg-counter h3.prg-count {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 3.5em;
    margin: 12px 0;
	font-family: var(--font-heading);
	font-weight: 900;
}
  #prg-counter h3.prg-count::after {
	content: " +";
	display: inline-block;
  }
  #prg-counter h4.prg-count-title {
	color: #c28500;
	font-size: 16px;
	font-family: var(--font-heading);
  }

.my-tour-sec .about-inner-div {
    background-color: var(--body-color);
}
.my-tour-sec .about-text h3 {
    color: var(--bg-primary);
}
.my-tour-sec .about-text p{
	margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.my-tour-sec .about-text p i {
    color: var(--bg-primary);
	margin-right: 10px;
}
.contact-now-btn a {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}
.contact-now-btn a:hover {
    color: var(--bg-primary);
}
.progress-bar {
	width: 0;
	animation: progress 2.5s ease-in-out forwards;
  
	.title {
	  opacity: 0;
	  animation: show 0.55s forwards ease-in-out 0.5s;
	}
  }
  
  @keyframes progress {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
  }
  @keyframes show {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  .progress-div-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.progress {
    height: 4px;
    background-color: #fff;
	border-radius: 0;
}
.progress-bar {
    background-color: var(--bg-primary);
}
.progress-div {
    margin: 30px 0 20px 0;
}
.my-tour-sec .main-banner-img img {
    width: 360px;
    height: 500px;
    border-radius: 50px 50px 0px 0px;
}
.my-tour-sec .main-banner-img {
    background-color: var(--bg-secondary);
    width: 100%;
    border-radius: 50px 50px 0px 0px;
    height: 520px;
}
.my-tour-sec .main-banner-img-music {
    border-radius: 50px;
}
.gallery-container {
    display: flex;
	
}
.gallery-container .gallery-itme {
    flex: 1;
	height: 460px;
	transition: .3s ease;
	position: relative;
	
}
.gallery-container .gallery-itme img{
	height: 460px;
	object-fit: cover;
}
.gallery-container .gallery-itme:hover {
    flex: 3;
}
.img-overlay {
    display: none;
}
.img-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery-container .gallery-itme:hover .img-overlay {
    display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	height: 460px;
}
.gallery-container .gallery-itme .img-overlay i {
    font-size: 34px;
    color: #fff;
}
section.blog-sec {
    padding: 100px 0;
}
.blog-div {
    padding: 20px;
    background: #000;
    border-radius: 10px;
}
.blog-div:hover img{
    transition: all .4s ease;
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
.blog-div img {
    width: 300px;
    height: 210px;
    margin-bottom: 20px;
}
.blog-div span {
    margin-bottom: 20px;
    display: block;
	color: var(--bg-primary);
}
.blog-div h4{
	font-weight: bold;
}
.blog-div p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.blog-detail-page img {
  width: 600px !important;
  height: 400px;
}
.reply-div .user-img img {
  width: 42px;
  height: 42px;
  border-radius: 100px;
}
.reply-div {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.name-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.name-date a {
  color: #fff;
  text-decoration: underline !important;
}
.name-date a:hover{
  text-decoration: none !important;
}
.reply-content-awaiting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reply-content-awaiting p{
  margin: 0;
}
.reply-content-awaiting span {
  font-size: 14px;
  font-style: italic;
  color: #c5c5c5;
}
.reply-content p {
  font-size: 14px;
}
a.reply-btn {
  font-size: 13px;
  color: #fff;
  text-decoration: underline !important;
}
a.reply-btn:hover {
  text-decoration: none !important;
}
.reply-form label{
  color: #c5c5c5;
}

.new-release-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-release-available {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.artist-icon-div {
  width: 40px;
  height: 40px;
  background: var(--bg-primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.artist-icon-div i{
  font-size: 20px;
}
.music-details-div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.artist-text-div p {
  margin: 0;
}
.artist-text-div h5 {
  margin: 0;
}
.music-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs li.nav-item {
  color: #fff;
  background: var(--bg-primary);
  padding: 5px 30px;
  margin-right: 15px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active , .nav-tabs .nav-link:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs  .nav-link {
  color: #fff;
  font-weight: bold;
}
.get-in-touch-div .artist-icon-div {
  margin: auto;
}
.artist-text-div {
  margin-top: 25px;
}
.artist-text-div h5{
  font-size: 1.5rem;
}
.artist-text-div a {
  margin-top: 10px;
  display: inline-block;
  color: var(--light-text-color);
  font-size: 18px;
}
.get-in-touch {
  margin: 50px 0 0 0;
}
.map {
  filter: grayscale(100%);         
}
form.contact-form input.form-control, form.contact-form textarea.form-control {
  background: transparent;
  color: #fff;
  font-family: var(--font-heading);
}
.form-control:focus {
  color: #212529;
  border-color: #ffeb3333;
  outline: 0;
  box-shadow: 0 0 0 .25rem #ffeb3333;
}
.blog-date-page h2 a {
  color: #fff;
}
.blog-date-page img {
  width: 100%;
  height: 500px;
  object-fit: fill;
}
.blog-date-page p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#target {
  display:none;
}

.Hide
{
  display:none;
}
.reply-div-hide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
button.Hide {
  background: #c28500;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
}
button.reply-btn.Show {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}
.available-on-img img {
  width: 100%;
  height: 360px;
}

section.inner-banner {
  background-image: url(../img/pic-12.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 100px 0;
  text-align: center;
  position: relative;
}
section.inner-banner h1 {
color: #fff;
font-size: 4em;
font-weight: 900;
position: relative;
z-index: 2;
margin-top: 20px;
}
.inner-banner .background-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.section-padding{
padding: 100px 0;
}
section.inner-banner ul {
position: relative;
z-index: 2;
padding: 0;
}
section.inner-banner ul li {
list-style: none;
display: inline-block;
color: var(--bg-primary);
}
section.inner-banner ul li a {
color: var(--bg-primary);
}
.wow {
visibility: hidden;
}
footer {
	background: url(../img/footer-bg.webp);
	background-repeat: no-repeat;
	padding: 40px 0px;
	background-size: cover;
	color: #fff;
	position: relative;
	background-position: center center;
}
.footer-content-div h2 {
    font-size: 28px;
    color: #fff;
    text-transform: capitalize;
}
p.logo-text {
	padding-right: 60px;
}
.footer-content-div h3 {
	font-size: 1.2em;
	margin-bottom: 25px;
	color: #fff;
}
.footer-content-div ul {
	padding: 0;
	margin: 0;
}
.footer-content-div ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}
.footer-content-div ul li a {
	font-size: 16px;
	color: #fff;
	font-family: var(--font-btn);
}
.footer-content-div ul li a:hover  {
	color: var(--bg-primary);
}
.copyright.text-center {
    border-top: 1px solid #fff;
    padding-top: 25px;
    margin-top: 15px;
}
.copyright.text-center p{
	margin-bottom: 0;
}
ul.social-icons li {
    display: inline-block;
    padding: 0 10px;
}
ul.social-icons li a{
	font-size: 20px;
}

section.our-testimonials-sec {
  padding: 0 0 50px 0;
}
.our-testimonials-items {
  background-color: #000;
  border-radius: 3px;
  padding: 40px ;
  margin: 40px 10px;
}
.our-testimonials-items p{
color: #fff;
font-style: italic;
}
.testimonial__footer img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.testimonial__footer span {
  color: #c28500;
  font-size: 14px;
  font-weight: bold;
}
.testimonial__footer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.our-testimonials .slick-prev:before, .our-testimonials .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: black;
}
.our-testimonials .slick-prev {
  left: -10px;
}
.our-testimonials .slick-next {
  right: -10px;
}
button.btn.btn-secondary {
    color: #fff;
    border: 0;
    background: var(--bg-primary);
    font-size: 14px;
    padding: 1rem 2.5rem;
    border-radius: 100px;
    font-family: var(--font-btn);
    white-space: nowrap;
    transition: all 0.8s ease-out;
}
.gallery-div{
  position: relative;
}
.gallery-div:hover .img-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.gallery-div:hover .img-overlay i{
  font-size: 50px;
  color: #fff;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0000;
  border-color: #000;
}
.page-link {
  color: #000;
}
.page-link:hover {
  z-index: 2;
  color: #000;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.sub-newslatter {
  padding: 40px;
  background: #000;
  border-radius: 20px;
  margin-bottom: 50px;
}
button.btn.btn-secondary:hover{
  background: #fff !important;
  color: #000;
}

@media (max-width: 1025px) {
  .main-banner-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
  .main-banner-text h1 {
    font-size: 3em;
}
.main-banner-text p {
  width: 100%;
}
.about-inner-div img {
  width: 200px;
  height: 200px;
}
.about-sec-bio-img1 {
  width: 300px;
  height: 400px;
  margin-top: 50px;
}
.about-sec-bio-img2 {
  width: 220px;
  height: 300px;
  margin-top: -100px;
  margin-left: 175px;
}
.about-sec-bio h2 {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 30px;
}
.aWrap {
  padding: 10px;
  margin: 5px 0;
  gap: .5rem;
}
.aCron {
  font-size: 12px;
  margin: 0 5px;
}
.nav-tabs li.nav-item {
  padding: 5px 15px;
}
}

@media (max-width: 769px) {
  .main-banner-img-music {
    height: 600px;
}
.banner-img {
  position: absolute;
  width: 60%;
  margin: auto;
  display: flex;
}
.about-sec-bio-img2 {
  width: 230px;
  height: 300px;
  margin-top: -200px;
  margin-left: 230px;
}
.about-inner-div .main-banner-img-music{
  height: 240px;
}
.btn-align {
  text-align: center;
  margin-bottom: 40px;
}
.my-tour-sec .main-banner-img img {
  width: 95%;
  height: 500px;
}
.available-on-img img {
  width: 100%;
  height: auto;
}
.playlist-item {
  padding: 25px;
}
.aWrap {
  margin: 15px 0;
}
.tour-img-box .main-banner-img-music {
  height: 520px;
}
.blog-div img {
  width: 100%;
  height: 300px;
}

.bio-item1 {
  flex-direction: column-reverse;
}
.bio-item3 {
  flex-direction: column-reverse;
}
.nav-tabs li.nav-item {
  padding: 5px 0;
}
.nav-tabs  .nav-link {
  font-size: 13px;
}
p.logo-text {
  padding-right: 0;
}

}

@media (max-width: 576px) {
  a.navbar-brand.logo h2 {
    font-size: 20px;
}
.main-banner-text h1 {
  font-size: 2em;
}
.main-banner-text h2 {
  font-size: 3em;
}
.home-btn-div {
  gap: 30px;
}
.main-banner-img-music {
  height: 300px;
}
.banner-img {
  width: 70%;
}
.about-sec-bio-img2 {
  margin-top: -80px;
  margin-left: 30px;
}
.about-sec-bio h2 {
  font-size: 2em;
  line-height: normal;
}
.about-sec-bio h3 {
  font-size: 2em;
}
#prg-counter .prg-container {
  width: 90%;
  margin: auto;
}
.about-inner-div-taxt {
  display: block;
}
.about-inner-div .main-banner-img-music {
  height: 530px;
  bottom: 0;
  top: unset;
}
.contact-now-btn a {
  margin-bottom: 20px;
}
.about-inner-div img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
.playlist-item {
  padding: 15px;
}
input.aVolume {
  width: 40px !important;
}
.aWrap input[type="range"] {
  width: 50px;
}
.blog-div img {
  height: 180px;
}
section.blog-sec {
  padding: 100px 0 0 0;
}
section.our-testimonials-sec h3 {
  font-size: 28px;
}
.footer-content-div h3 {
  margin-top: 25px;
}
section.inner-banner h1 {
  font-size: 3em;
}
.new-release-available h3 {
  font-size: 18px;
}
.about-box-social-links i {
  font-size: 18px;
  margin-right: 7px;
}
.nav-tabs li.nav-item {
  padding: 5px 0;
  width: 100%;
  margin: 5px 0;
}
.blog-detail-page img {
  height: auto;
}
.reply-div {
  display: block;
}
.reply-content {
  margin-top: 20px;
}
label.form-check-label.text-lable {
  font-size: 13px;
  white-space: pre-line;
}
.our-testimonials-items {
  padding: 20px;
}
.blog-date-page img {
  width: 100%;
  height: auto;
}

}