@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grey+Qo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');
:root {
  --theme-text-color: #1e1e1e;
  --theme-color: #000;
  --theme-color-second: #000;
  --theme-bg-color: #000;
  --theme-heading-font: "Roboto", sans-serif;
  --theme-default-font: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: var(--theme-text-color);
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: var(--theme-default-font);
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--theme-heading-font);
  color: inherit;
}

p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: var(--theme-default-font);
  font-weight: 300;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

section {
  padding: 30px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #d91f55b5;
  border-radius: 0px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  font-size: 28px;
  z-index: 9999;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* ........Scroll top......... */

/* ---------Moblie Call Action------------- */
.mobile-fixed-button {
  display: none;
}

/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
  border-radius: 100rem;
  font-size: 15px;
  padding: 11px 20px;
  border: solid 1px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #d5145f 0%, #ed5923 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0px 0px 0px #000 inset;
  color: #ffffff;
  background-color: initial;
  display: inline-block;
  text-transform: uppercase;
  width: 208px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  font-weight: 300;
}

.btn1:hover {
  border: solid 1px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #8f1e7d 0%, #f8636e 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0px 100px 20px #000 inset;
  background-color: initial;
  color: white;
}

.btn2 {
  border-radius: 100rem;
  padding: 1rem;
  padding: 11px 20px;
  font-size: 1rem;
  color: #fff;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, .5);
  box-shadow: 20px 100px 20px #000 inset;
  border: solid 1px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #d5145f 0%, #ed5923 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-color: initial;
  display: inline-block;
  text-transform: uppercase;
  width: 208px;
  font-weight: 300;
  text-align: center
}

.btn2:hover {
  box-shadow: none;
  color: #fff
}

.btn_gap {
  margin-right: 10px;
}

.heading h2 {
  font-size: 50px;
  font-weight: 600;
  font-family: var(--theme-heading-font);
  margin-bottom: 20px;
}

.heading h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}

/* ---------Nav ber------------- */
.small {
  display: none;
}

.main_header {
  padding: 2px 0;
  transition: .7s;
}

.main_header .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.main_header .menu_ul {
  display: flex;
  align-items: center;
  justify-content: right
}

.main_header .menu_ul ul {
  display: flex;
  align-items: center;
  margin-bottom: 0
}

.main_header .menu_ul .hd_btn_left {
  margin-left: 25px
}

.main_header .menu_ul ul li {
  margin: 0 12px
}

header.main_header .logo a img {
  width: 140px;
  transition: .7s;
}

.main_header .hd_btn_left .btn1 {
  width: 200px
}

.main_header .menu_ul ul li a {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
}

.main_header .menu_ul ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -5px;
  background: linear-gradient(101deg, #d5145f 0%, #ed5923 100%);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s
}

.main_header .menu_ul ul li:hover a::before {
  width: 100%
}

.social_media {
  display: flex;
  gap: 10px;
}

.social_media a {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_media a i {
  color: #1e1e1e;
  font-size: 16px;
}

.social_media a img {
  width: 20px;
}

.social_media a i.fa-spotify {
  font-size: 22px;
}

/* banner */
.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 0;
  background-attachment: fixed;
  position: relative;
}

.banner .banner_heading {
  color: #fff;
}

.banner .banner_heading h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 79px;
  margin-bottom: 8px;
}

.banner_heading h5 {
  font-family: "Grey Qo", cursive;
  font-size: 50px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 37px;
  margin-left: 50px;
}

.banner .banner_heading h1 span {
  font-size: 40px;
  font-weight: 500;
  line-height: 70px;
  display: block
}

.banner .banner_heading p {
  max-width: 520px;
}

.home_bg {
  background: url('../image/home-bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* about_sec */
.about_sec {
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.releases_sec .heading h2 {
  color: #fff;
  text-transform: uppercase;
}

.about_sec .about_img img {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Music */
.music-player {
  /* background-color: #3a3f70cf; */
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  /*background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(100deg, #e21462b0 0%, #f44b3e96 100%);*/
  /*background: url('../music-bg.webp') center/cover no-repeat, */
  /*              linear-gradient(100deg, #e21462b0 0%, #f44b3e96 100%);*/
  background-blend-mode: darken;
  background-origin: border-box;
  /*background-clip: content-box, border-box;*/
  box-shadow: 0px 0px 0px #000 inset;
  background-color: initial;
  height:275px;
}

.track-info {
  margin-bottom: 10px;
}

.track-title {
  font-size: 18px;
  margin: 0;
}

.artist-album {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.time {
  font-size: 12px;
  color: #bdc3c7;
}

.progress {
  background-color: #34495e;
  height: 5px;
  flex-grow: 1;
  margin: 0 10px;
  border-radius: 5px;
  position: relative;
}

.progress-fill {
  background-color: #e74c3c;
  height: 100%;
  width: 90%;
  border-radius: 5px;
}

.controls {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.control-button {
  background: #ffffff4a;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
}

.control-button:hover {
  color: #e74c3c;
}

.controls audio {
  width: 100%;
  border-radius: 50px;
  background: #f7f7f7e5;
  opacity: 0.8;
  border: none;
}

.music_con .top_music {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.music_con .top_music .btn_com {
  color: #fff;
}

.releases_sec {
  position: relative;
  
}
.musc_bg_sty {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 140px;
	 background:url('../image/home-bg-1.jpg') no-repeat center;
    background-size: auto, auto; 
  background-size: cover;
  background-attachment: fixed;
}
.releases_sec .heading h2 {
  margin-bottom: 30px;
}

.back_after img {
  width: 100%;
  height: 100%;
}

/* .releases_sec .back_after{
  position: relative;
  margin-top: -50px;
  z-index: 1;
} */
.releases_sec .back_after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 145px;
  top: 10px;
  opacity: 0.6;
}

/* booking_sec */
.booking_sec .heading h2 {
  color: #fff;
}

.booking_con {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.booking_con .over_lay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 101%;
  text-align: center;
  color: #fff;
  background-color: #00000087;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.booking_con .btn_sec {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40%;
  transition: all 0.6s;
}

.booking_con h4 {
  font-size: 30px;
}

.booking_con p {
  font-size: 17px;
  font-weight: 300;
}

.booking_con .booking_img img {
  transition: all 0.6s;
}

.booking_con:hover .btn_sec {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32%;
  z-index: 1;
}

/* galler_sec */
.galler_sec .heading h2 {
  color: #fff;
  text-align: center;
}

.galler_sec {
  background: url('../image/home-bg-1.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.galler_img {
  overflow: hidden;
}

.galler_img img {
  transition: all 0.6s;
}

.galler_img:hover img {
  transform: scale(1.1);
}

/* .booking_sec{
  background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../image/home-bg-1.jpg') no-repeat center;
  background-size: cover;
} */


/* ...........footer............ */
footer {
  /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../image/footer-bg.png') no-repeat center; */
  background: #000000;
  background-size: cover;
  padding: 75px 0 60px;
  position: relative;
}

.ft_logo img {
  width: 250px;
  margin-bottom: 0px;
}

.ft_bar {
  width: 100%;
  height: 1px;
  background: #ffffff40;
  margin: 40px 0;
}

footer .ft_content .btom h5 a {
  color: #fff;
  font-family: var(--theme-default-font);
}

footer .ft_top {
  text-align: center;
}

footer .ft_content {
  text-align: center;
}

footer .ft_content .top_img img {
  width: 60px;
  margin-bottom: 15px;
}

footer .ft_content .btom h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
  word-break: break-all;
  font-family: var(--theme-default-font);
  line-height: 27px;
}

.ft_border {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.ft_border_right {
  border-right: 1px solid #fff;
}

footer p {
  color: #ffffff;
}

.ft_menu {
  display: inline-block;
  margin-bottom: 0;
}

.ft_menu li {
  display: inline-block;
  padding-right: 15px;
}

.ft_menu li a {
  color: #ffffff;
}

footer .ft_social ul {
  display: flex;
  align-items: center;
  justify-content: right;
}

footer .ft_social ul li a img.twiter-icon {
  width: 25px;
}

footer .ft_social ul li a img {
  width: 100px;
}

footer .ft_social ul li {
  margin-left: 13px;
}

.ft_menu_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .copy_right ul {
  display: flex;
  align-items: center;
  justify-content: right;
}

footer .copy_right ul li a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  margin-left: 25px;
}

.menu_li ul li a {
  color: #d9d9d9;
  text-transform: uppercase;
}

.menu_li {
  text-align: center;
}

.menu_li ul li {
  display: inline-block;
  width: 150px;
}

.ft_content .btom span {
  font-size: 18px;
}

.ft_content .top_img i {
  width: 60px;
  height: 60px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #d5145f 0%, #ed5923 100%);
  font-size: 34px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-bottom: 14px;
}

.music-player .top-music {
  display: flex;
  justify-content: space-between;
}

.music-player .top-music .btn-com {
  color: #fff;
}


/* ---- tsparticles container ---- */
#tsparticles canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- tsparticles container ---- */
.banner .container {
  position: relative;
  z-index: 11;
}

.inner-page h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px
}



.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px;
  margin-bottom: 16px;
  background-color: initial !important;
  border-radius: 4px
}

.breadcrumb li a {
  color: #fff
}

.breadcrumb-item.active {
  color: #fff !important
}

.contact_bg_sty {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../image/contact-bg.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}

/* #contact_bg {
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.48) 0%, #103f5527 100%);
  background-color: transparent;
} */

.inner-page {
  padding: 60px 0;
  color: #fff;
}

.contact_banner {
  color: #fff;
}

.contact_banner h1 {
  font-size: 70px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact_banner p {
  font-size: 20px;
}

.dbox {
	width: 100%;
	padding: 8px;
	color: #fff;
	display: flex;
	justify-content: left;
  align-items: center;
  gap: 20px;
}

.dbox p {
  margin-bottom: 0;
}

.dbox p span {
	font-weight: 500;
	color: #fff;
	display: block;
	font-size: 20px;
	margin-bottom: 1px;
	display: block;
}
.dbox .icon span {
  font-size: 45px;
  color: #fff;
}

.dbox .icon {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #d5145f 0%, #ed5923 100%);
}

.dbox p a {
  font-size: 17px;
  font-weight: 600;
  background: linear-gradient(to right, #d5145f, #d5145f, #ed5923, #ed5923);
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.form-control {
  height: 36px;
  background: #fff;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255) !important;
}

.form-control::-moz-placeholder {
  color: rgb(255, 255, 255) !important;
}

.form-control:-ms-input-placeholder {
  color: rgb(255, 255, 255) !important;
}

.form-control:-moz-placeholder {
  color: rgb(255, 255, 255) !important;
}

.form-control:focus,
.form-control:active {
  border-color: #46b5d1 !important;
}

.textarea_box::placeholder {
  color: rgb(255, 255, 255) !important;
}
.wrapper {
  width: 100%;
}




.contact-wrap h3 {
  font-size: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contactForm .label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.contactForm .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  padding: 0px;
  border: 1px solid #e5dfdf;
  height: 60px;
  padding: 0px 12px;
}

#contactForm .error {
  color: red;
  font-size: 12px;
}

.contact-wrap h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 35px;
}
.ftco-section.contact_bg_sty1 .heading  h2 {
  color: #fff;
	font-size: 30px;
	margin-bottom: 35px;
}


#contactForm .form-control {
  font-size: 16px;
  padding: 15px 19px;
  background: #ffffff2e;
  color: #fff;
}

.contactForm .label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}


.login_btn a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.login_btn a i {
  font-size: 27px;
}

.main_header .menu_ul .hd_btn_left {
  margin-left: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about_bg_sty {
  position: relative;
  background: url('../image/home-bg.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}

.about_sec1 {
  position: relative;
  color: #fff;
}

.about_sec1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_con {
  width: 100%;
  height: 500px;
}

.about_sec1 .about_img_sty img {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about_sec4 {
  color: #fff;
}

.universe_sec .heading h2 {
  color: #fff;
}

.universe_con {
  text-align: center;
}

.universe_con .top_img img {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.universe_con .contet {
  color: #fff;
  margin-top: 15px;
}

.universe_con .contet h4 {
  font-size: 23px;
  font-weight: 400;
}

.gapping {
  margin-top: 0;
}

.universe_con .top_img img {
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.universe_con .top_img:hover img {
  transform: scale(1.1);
}

.universe_con .top_img {
  border-radius: 50%;
  overflow: hidden;
}

.universe_sec {
  position: relative;
}

.star_con span {
  font-size: 16px;
  color: #fff;
}

.star_con {
  width: 125px;
  text-align: center;
  position: absolute;
  left: 5%;
  top: 10%;
}

.login_page {
  background: url('../image/home-bg.jpg') no-repeat center;
  background-size: cover;
  height: 100vh;
  padding: 100px 0;
}

.login_page .logo_from {
  background-color: #ffffff9e;
  padding: 50px 35px;
  text-align: center;
  border-radius: 15px;
}

.login_page .logo_from button {
  width: 100%;
}

.login_page .logo_from input {
  width: 100%;
  border: 1px solid #e74832;
  padding: 13px;
  border-radius: 50px;
  background: inherit;
  outline: none;
}

.login_page .logo_from a {
  color: #e74832;
}

.login_page {
  position: relative;
}

.login_page .logo_from {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}

.login_page .logo_from .forgot_pas {
  margin-left: 25px;
}

.login_anter p {
  display: inline-block;

}

.login_user {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.login_user svg {
  width: 30px;
  height: 30px;
}

.textarea_box {
  width: 100%;
  font-size: 16px;
  padding: 15px 19px;
  background: #ffffff2e;
  outline: none;
  border: 1px solid #e5dfdf;
  color: #fff;
}

.product_page {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../image/home-bg-1.jpg') repeat center;
  background-size: cover;
}

.product_page_he {
  padding: 200px 0;
  color: #fff;
}

#potomind_bg {
  background: initial;
  padding-bottom: 0;
}

#music_sec {
  background: initial;
}

.product-sort ul {
  display: flex;
  justify-content: right;
}

.product-sort ul li {
  margin-left: 40px;
  font-size: 14px;
  color: #fff;
}

.product-sort ul li #SortBy {
  background: none;
  border: none;
  outline: none;
  color: #fff;
}

.product-sort ul li select option {
  color: #000;
}

.shop__sidebar__search form input {
  width: 100%;
  font-size: 16px;
  color: #000;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  height: 42px;
  outline: none;
  padding: 0 40px 0px 20px;
}

.accordion-button:not(.collapsed)::after {
  color: #000;
}

.shop__sidebar__search form button {
  color: #b7b7b7;
  font-size: 15px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 0;
  height: 100%;
}

.shop__sidebar__search form {
  position: relative;
}

.category_sec .contented {
  text-align: center;
}

.category_sec .contented .top_img:hover img {
  transform: scale(1.1);
}

.category_sec .contented .top_img {
  border-radius: 10px;
  overflow: hidden;
}

.category_sec .contented .top_img img {
  border-radius: 10px;
  transition: all .3s;
}

.category_sec .contented .btomm {
  padding: 15px 10px;
  text-align: center;
}

.category_sec .contented .btomm h4 {
  font-size: 16px;
  font-weight: 400;
  color: #767575;
  margin-bottom: 5px;
}

.category_sec .contented .btomm span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #767575;
  margin: 13px 0;
}

.category_sec .contented .btomm a.btn_cart {
  background: #000000;
  border: 1px solid #000000;
  padding: 10px 0px;
  display: inline-block;
  color: #fff;
  width: 235px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;

}

.category_sec .contented .btomm a.btn_cart:hover {
  border: 1px solid #000000;
  background: initial;
  color: #000;
}

.category_sec #pills-tabContent {
  margin-top: 25px;
}

.product_card .product_con {
  text-align: center;
  color: #fff;
  padding: 15px 12px 0;
}

.product_card .product_con h4 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.product_card .product_con p {
  margin-bottom: 12px;
  font-size: 15px;
}

.product_card .product_con .btn1 {
  padding: 5px 0;
  width: 124px;
  font-size: 12px;
}

.product_card .product_img {
  position: relative;
}

.product_card .product_img .back_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.6s;
}

.product_card .product_img {
  border-radius: 8px;
  overflow: hidden;
}

.product_card .product_img .font_img {
  opacity: 1;
  transition: all 0.6s;
}

.product_card .product_img:hover .back_img {
  opacity: 1;
}

.product_card {
  padding: 11px;
  background-color: #6e6e6edb;
  border-radius: 7px;
}

.heading_short h4 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 400;
}

.shop__sidebar__search form input {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  height: 42px;
  outline: none;
  padding: 0 40px 0px 20px;
}

.accordion-button:not(.collapsed)::after {
  color: #000;
}

.shop__sidebar__search form button {
  color: #b7b7b7;
  font-size: 15px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 0;
  height: 100%;
}

.shop__sidebar__search form {
  position: relative;
}

.product-sort ul {
  display: flex;
  justify-content: right;
}

.product-sort ul li {
  margin-left: 40px;
  font-size: 16px;
}

.product-sort ul li #SortBy {
  background: none;
  border: none;
  outline: none;
}

.shop__sidebar__search form input {
  width: 100%;
  font-size: 16px;
  color: #000;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  height: 42px;
  outline: none;
  padding: 0 40px 0px 20px;
}

.accordion-button:not(.collapsed)::after {
  color: #000;
}

.shop__sidebar__search form button {
  color: #b7b7b7;
  font-size: 15px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 0;
  height: 100%;
}

.shop__sidebar__search form {
  position: relative;
}

#bg1 {
  background: #fff;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #5e2069;
  color: white;
}

.shop__sidebar__accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
}

.shop__sidebar__accordion .card:last-child {
  margin-bottom: 0;
}

.shop__sidebar__accordion .card:last-child .card-body {
  padding-bottom: 0;
  border-bottom: none;
}

.shop__sidebar__accordion .card-body {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.shop__sidebar__accordion .card-heading {
  cursor: pointer;
}

.shop__sidebar__accordion .card-heading a {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.shop__sidebar__categories ul,
.shop__sidebar__price ul,
.shop__sidebar__brand ul {
  height: 225px;
}

.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
  list-style: none;
}

.shop__sidebar__categories ul li a,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
  color: #b7b7b7;
  font-size: 15px;
  line-height: 32px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.shop__sidebar__categories ul li a:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
  color: #111111;
}

.shop__sidebar__brand ul {
  height: auto;
}

.shop__sidebar__price ul {
  height: auto;
}

.shop__sidebar__size {
  padding-top: 15px;
}

.shop__sidebar__size label {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 25px;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
}

.shop__sidebar__size label.active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.shop__sidebar__size label input {
  position: absolute;
  visibility: hidden;
}

.shop__sidebar__color {
  padding-top: 15px;
}

.shop__sidebar__color label {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}

.shop__sidebar__color label.c-1 {
  background: #0b090c;
}

.shop__sidebar__color label.c-2 {
  background: #20315f;
}

.shop__sidebar__color label.c-3 {
  background: #f1af4d;
}

.shop__sidebar__color label.c-4 {
  background: #636068;
}

.shop__sidebar__color label.c-5 {
  background: #57594d;
}

.shop__sidebar__color label.c-6 {
  background: #e8bac4;
}

.shop__sidebar__color label.c-7 {
  background: #d6c1d7;
}

.shop__sidebar__color label.c-8 {
  background: #ed1c24;
}

.shop__sidebar__color label.c-9 {
  background: #ffffff;
}

.shop__sidebar__color label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 36px;
  width: 36px;
  border: 1px solid #e5e5e5;
  content: "";
  border-radius: 50%;
}

.shop__sidebar__color label input {
  position: absolute;
  visibility: hidden;
}

.shop__sidebar__tags {
  padding-top: 15px;
}

.shop__sidebar__tags a {
  color: #404040;
  font-size: 13px;
  font-weight: 700;
  background: #f1f5f8;
  padding: 5px 18px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 6px;
  margin-bottom: 10px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.shop__sidebar__tags a:hover {
  background: #111111;
  color: #ffffff;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion .card-heading>a.active[aria-expanded=false]:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 20px;
}

.shop__sidebar__accordion .card-heading.active a:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  position: absolute;
  right: 0;
  top: 2px;
}

.shop__sidebar__accordion .accordion-body .list-unstyled li {
  margin-bottom: 12px;
}

.shop__sidebar__accordion .accordion-body .list-unstyled li a {
  color: #000;
}

.accordion-item .accordion-button:not(.collapsed) {
  background-color: initial;
  border: initial;
}

.accordion-item .accordion-button {
  color: #000000;
}

.shop__sidebar__accordion {
  margin-top: 25px;
}

.shop__sidebar__accordion .accordion-button:focus {
  z-index: 3;
  border-color: initial;
  outline: 0;
  box-shadow: initial;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #111111;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

.shop__sidebar__search form input {
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  height: 42px;
  outline: none;
  padding: 0 40px 0px 20px;
  background: #ffffff4d;
  color: #fff;
}



.about_sec1 .heading {
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #000000 4.226973600554885%, #103F55 50.88815521775631%, #BADA55 95.62499732301947%);
}

.about_sec {
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  margin-top: -6px;
}

.contact_bg_sty1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../image/contact-bg1.jpg') no-repeat center;
  background-size: cover;
  padding: 80px 0;
}

footer .ft_top {
  text-align: center;
}

.banner {
  position: relative;
}

.banner .back_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.banner .back_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.releases_sec .container {
  position: relative;
  z-index: 1;
}

footer .ft_top p {
  display: none;
}

.releases_sec select {
  padding: 7px;
  font-size: 14px;
}

.releases_sec .product-sort ul {
  display: flex;
  justify-content: right;
  align-items: center;
}

.releases_sec {
  position: relative;
}

.home_bg1{
  position: relative;
  background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../image/contact-bg.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.booking_sec {
	position: relative;
	z-index: 1;
}
.home_bg1 .back_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
} 
.home_bg1 .back_video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.releases_sec .back_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.releases_sec .back_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contactForm input::placeholder {
  color: red;
  opacity: 1;
}

.banner_img {
  position: relative;
  margin-left: -50px;
}

.login_page .logo_from select {
  width: 100%;
  border: 1px solid #e74832;
  padding: 13px;
  border-radius: 50px;
  background: inherit;
  outline: none;
  box-shadow: none;
  color: #595959;
}

.login_page .logo_from textarea {
  width: 100%;
  border: 1px solid #e74832;
  padding: 13px;
  border-radius: 50px;
  background: inherit;
  outline: none;
  box-shadow: none;
  color: #595959;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 111;
}


.preloader video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader {
  opacity: 1;
  transition: opacity 1s ease;
}

#main-content {
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
}

.shop__sidebar__accordion h5 a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.heading_short h5 {
  color: #fff;
  font-size: 17px;
}


.filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.price-title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-left: 16px;
  border-radius: 3px;
}

.price-field input[type=range] {
  position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 90%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -4px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}


/* Style for input value block */

.price-wrap {
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
}

.price-title {
  margin-right: 5px;
  backgrund: #d58e32;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
  width: 48px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}


.color1 {
  color: rgb(202, 180, 231);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
}

.check_group label {
  color: #393939;
  font-size: 14px;
}

.price-wrap #one,
.price-wrap #two {
  width: 48px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #000;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.color_group ul {
  margin-bottom: 0;
}

.color_group .color1 {
  background: #cab4e7;
  border: 1px solid #000;
  cursor: pointer;
}

.color_group .color2 {
  background: #fff;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.color_group ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking_gaping {
	padding-top: 230px;
}


/* .....inner-product..... */
.single_product .content-right .sub_title {
  text-transform: uppercase;
  font-size: 17px;
}

.single_product .content-right .heading h2 {
  font-size: 37px;
}
.single_product  .content-right form .heading p {
	color: #fff !important;
}
.single_product .content-right .pize span {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.quantity-sec {
	color: #fff;
	margin-bottom: 20px;
}
#inner_pro p{
color: #fff;
}
.single_product .content-right .pize {
  margin-top: 15px;
}

.single_product .content-right .color-type {
  margin-top: 15px;
}

.single_product .content-right .color-type span {
  color: #fff;
  font-size: 18px;
}

.btn-b {
  background: #000000;
  color: #fff;
  padding: 8px 22px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  outline: none;
  border: none;
  border-radius: 50px;
}

.btn-w {
  outline: none;
  border: none;
  background: initial;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  padding: 8px 22px;
  font-size: 16px;
  display: inline-block;
  border-radius: 50px;
}

button:focus {
  outline: initial !important;

}

.single_product .content-right .color-type {
  margin-top: 34px;
}

.single_product .content-right .color-type span {
  margin-right: 15px;
}

.single_product .content-right .color-type a {
  margin-right: 15px;
}

.single_product .content-right .size-type {
  margin-top: 34px;
}

.single_product .content-right .size-type ul li {
  display: inline-block;
  margin-top: 15px;
}

.quantity-btn {
  margin-top: 15px;
}

.quantity-btn .increment {
  background: #000000;
  color: #fff;
  display: inline-block;
  padding: 10px 22px;
  outline: none;
  border: none;

  border-radius: 5px;
  cursor: pointer;
}

.quantity-btn input {
  padding: 8px;
  width: 100px;
  text-align: center;
}

.single_product .content-right .quantity-sec {
  margin-top: 34px;
}

.btn-cart {
	background: #6f1115;
	color: #fff;
	display: block;
	padding: 15px;
	outline: none;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-radius: 10px;
  transition: all 0.6s;
}
.btn-cart:hover{
  background-color: #000;
  color: #fff;
}

.btn-buy {
	background: #bd141c;
	color: #fff;
	display: block;
	padding: 15px;
	outline: none;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 10px;
}
.btn-buy:hover{
  background-color: #000;
  color: #fff;
}
.payment_btn {
  padding: 12px 0;

}

.payment_btn a {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
}

.btn-sec {
  margin-top: 34px;
}

.single_product .content-bottom {
  margin-top: 25px;
}

.single_product .inner-product-img {
  margin: 15px 0;
}

.single_product .content-right .pize p {
  color: #fff;
  font-size: 19px;
  font-family: 'Inter', sans-serif;
  text-decoration: line-through;
}

.single_product .content-bottom ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.single_product .content-bottom ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #1c345d;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.marina-search .content {
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 45px #b3b3b354;
  border-radius: 10px;
  overflow: hidden;
}

.marina-search .content .botom {
  padding: 15px 10px;
}

.marina-search .content .botom h4 {
  font-size: 20px;
  margin-bottom: 4px;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  border: 1px solid #2e2e2e;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #000 !important;
}

.single_product .content-right .quantity-sec span {
  font-size: 20px;
  font-weight: 400;
}



.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}

.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 4.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
  background: #ccc;
}

.about_product_det{
  margin-top: 20px;
}

.qty-input {
  border: 1px solid #a7a7a7;
  width: 145px;
  padding: 2px 0;
  margin-top: 8px;
  border-radius: 5px;
}

.gallery-parent {
  height: 100%;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  border: 1px solid #ebebeb;
}

.single_product .content-right .heading h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff !important;
}

.rating i {
  color: #bd141c;
  font-size: 19px;
}

.rating .jdgm-prev-badge__text {
  font-size: 19px;
}

.single_product .group_item .sold_product svg {
  width: 14px;
}

.single_product .group_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.single_product .group_item .sold_product {
  color: #c10011;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 16px;
}

.single_product .group_item .sku_product {
  font-size: 17px;
}

.product-price .price-item {
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.16667em;
  color: #fff;
}

.product-price .price-item {
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}

.product-price.price--on-sale .price-item--sale {
  color: #fff;
}

.product-price.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: #fff;
}

.single_product .price_sec {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.about_product_det h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.about_product_det p span {
	font-weight: 600;
}
.single_product  .btn-sec {
	margin-top: 34px;
	display: flex;
	gap: 15px;
}


.img_rspon{
  width: 100%;
}
.border_gap {
	width: 100%;
	background-color: #b2b2b2;
	height: 1px;
	margin: 15px 0;
}
.inner_por_dec .btom{
  padding: 12px 10px;
  text-align: center;
}
.inner_por_dec h4 {
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}
.inner_por_dec {
	margin-bottom: 12px;
}



.rating {
  font-size: 16px;
  color: #fff;
}

.stars i {
  color: red;
  font-size: 24px;
  margin-right: 2px;
}

.single_product .content-right {
  color: #fff;
}
.content-right h2 {
	color: #fff !important;
}
.single_product .content-right .heading p{
  color: #fff !important;
}

#inner_pro .accordion-body {
	padding: 1rem 1.25rem;
	font-size: 14px;
}
#inner_pro .accordion-button {
	font-size: 15px;
  outline: none;
  box-shadow: none;
}
.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #5F656F;
	text-align: left;
	background-color: #ffffff70 !important;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	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,border-radius 0.15s ease;
}
.accordion-item {
	background-color: #ffffff91;
	border: 1px solid rgba(0,0,0,0.125);
}
.single_produc .heading p{
  color: #fff;
}

.zoom1 {
	display:inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom1:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}
.zoom1 {
	display: block;
  width: 100%;
	height: 100%;
}
.zoom1 img {
	display: block;
  width: 100%;
	height: 100%;
}

.zoom1 img::selection { background-color: transparent; }


.table.check-tbl tr th {
	font-size: 18px;
}
.product-item-img img {
	width: 70px;
}
.product-item-name span {
	font-size: 14px;
	font-weight: 300;
	display: block;
}
.btn-quantity {
  margin-right: 45px; }
  .btn-quantity .bootstrap-touchspin {
    width: 160px;
    min-width: 160px;
    position: relative;
    height: 40px;
    display: block; }
  .btn-quantity input {
    width: auto;
    padding: 0;
    text-align: center;
    z-index: 1;
    height: 40px !important;
    border: 1px solid var(--border-color);
    background-color: transparent;
    border-radius: 0 !important;
    font-size: 15px;
    width: 60px !important;
    color: var(--title);
    margin-left: auto !important;
    margin-right: auto !important; }
    .btn-quantity input:focus {
      box-shadow: unset; }
  .btn-quantity .input-group-btn-vertical {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0;
    margin-left: 0 !important; }
    .btn-quantity .input-group-btn-vertical .btn, .btn-quantity .input-group-btn-vertical .wp-block-button__link, .btn-quantity .input-group-btn-vertical .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .btn-quantity .input-group-btn-vertical a, .btn-quantity .input-group-btn-vertical .woocommerce.widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons .btn-quantity .input-group-btn-vertical a, .btn-quantity .input-group-btn-vertical .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .btn-quantity .input-group-btn-vertical input, .btn-quantity .input-group-btn-vertical .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .btn-quantity .input-group-btn-vertical .button, .btn-quantity .input-group-btn-vertical .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .btn-quantity .input-group-btn-vertical a.checkout-button, .btn-quantity .input-group-btn-vertical .woocommerce #respond input#submit, .woocommerce #respond .btn-quantity .input-group-btn-vertical input#submit, .btn-quantity .input-group-btn-vertical .woocommerce a.button, .woocommerce .btn-quantity .input-group-btn-vertical a.button, .btn-quantity .input-group-btn-vertical .woocommerce button.button, .woocommerce .btn-quantity .input-group-btn-vertical button.button, .btn-quantity .input-group-btn-vertical .woocommerce input.button, .woocommerce .btn-quantity .input-group-btn-vertical input.button, .btn-quantity .input-group-btn-vertical .woocommerce #place_order, .woocommerce .btn-quantity .input-group-btn-vertical #place_order {
      padding: 0px;
      min-width: 40px;
      justify-content: center;
      z-index: 1;
      border-radius: 0;
      background-color:#fff;
      position: relative;
      color: #000000;
    }
    .btn-quantity input {
      width: auto;
      padding: 0;
      text-align: center;
      z-index: 1;
      height: 40px !important;
      border: 1px solid #fff;
      background-color: transparent;
      border-radius: 0 !important;
      font-size: 15px;
      width: 60px !important;
      color: var(--title);
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .input-group input {
      border: 1px solid #fff;
    }
    .cart_sec_page{
     padding-top: 200px;
    }
    .table.check-tbl {
      color: #fff;
    }
    .table.check-tbl tr th {
      font-size: 17px;
      font-weight: 500;
    }
    .btn-quantity .input-group-btn-vertical .btn, .btn-quantity .input-group-btn-vertical .wp-block-button__link, .btn-quantity .input-group-btn-vertical .woocommerce .widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons .btn-quantity .input-group-btn-vertical a, .btn-quantity .input-group-btn-vertical .woocommerce.widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons .btn-quantity .input-group-btn-vertical a, .btn-quantity .input-group-btn-vertical .woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit .btn-quantity .input-group-btn-vertical input, .btn-quantity .input-group-btn-vertical .woocommerce-cart-form .table tr .button, .woocommerce-cart-form .table tr .btn-quantity .input-group-btn-vertical .button, .btn-quantity .input-group-btn-vertical .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .btn-quantity .input-group-btn-vertical a.checkout-button, .btn-quantity .input-group-btn-vertical .woocommerce #respond input#submit, .woocommerce #respond .btn-quantity .input-group-btn-vertical input#submit, .btn-quantity .input-group-btn-vertical .woocommerce a.button, .woocommerce .btn-quantity .input-group-btn-vertical a.button, .btn-quantity .input-group-btn-vertical .woocommerce button.button, .woocommerce .btn-quantity .input-group-btn-vertical button.button, .btn-quantity .input-group-btn-vertical .woocommerce input.button, .woocommerce .btn-quantity .input-group-btn-vertical input.button, .btn-quantity .input-group-btn-vertical .woocommerce #place_order, .woocommerce .btn-quantity .input-group-btn-vertical #place_order {
      padding: 0px;
      min-width: 35px;
      justify-content: center;
      z-index: 1;
      border-radius: 0;
      background-color: #fff;
      position: relative;
      color: #000000;
      height: 34px;
      font-size: 12px;
    }
    .btn-quantity input {
      width: auto;
      padding: 0;
      text-align: center;
      z-index: 1;
      height: 34px !important;
      border: 1px solid #fff;
      background-color: transparent;
      border-radius: 0 !important;
      font-size: 14px;
      width: 91px !important;
      color: var(--title);
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .btn-quantity .bootstrap-touchspin {
      width: 128px;
      min-width: 128px;
      position: relative;
      height: 40px;
      display: block;
    }
    .table > :not(caption) > * > * {
      padding: .5rem .5rem;
      background-color: var(--bs-table-bg);
      border-bottom-width: 1px;
      box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
      border-color: #ffffff87;
    }
    .cart-detail {
      background: #F6F6F6D6;
      padding: 20px 22px;
      border-radius: 10px;
    }
  .save-text table {
    width: 100%;
  }
  .save-text tr {
    margin-bottom: 14px;
  }
  .save-text tr td {
    padding: 14px 0 !important;
  }
  .cart_det h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .save-text tr td.price {
    text-align: right;
  }
  .save-text .total {
    border-bottom: 1px solid #7b77774d;
  }
  .apply_coupon input {
    border: none;
    outline: none;
  }
  .input-group-addon button {
    background: #0055f1;
    color: #fff;
    border: none;
  }
  .apply_coupon {
    width: 320px;
  }
  .input-group-addon button {
    background: #0055f1;
    color: #fff;
    border: none;
    font-size: 14px;
    height: 45px;
    box-shadow: none;
    outline: none;
    border: none;
  }
  .input-group-addon button:focus{
    box-shadow: none;
    outline: none;
    border: none;
  }
  .input-group-addon button:hover{
    background-color: #103F55;
    color: #fff;
  }
  .apply_coupon input{
    font-size: 14px;
    height: 45px;
  }
  .product_page .heading h2 {
    text-transform: capitalize;
  }
  .product_page_he{
    background: url('../image/home-bg.jpg') no-repeat center;
    background-size: cover;
    padding-bottom:80px;
  }
  .single_produc {
    padding-top: 260px;
  }
.boking_aec{
  background: url('../image/booking-bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/*.musc_bg_sty{*/
/*  position: relative;*/
/*  padding-top: 150px;*/
/*  background: url('../image/background.mp4') no-repeat center;*/
/*  background-size: cover;*/
/*}*/
/*.musc_bg_sty .music_vido{*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.musc_bg_sty .music_vido video{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
/*.musc_bg_sty {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100vh; */
/*    overflow: hidden;*/
/*}*/

.musc_bg_sty video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Puts video behind content */
}

.overlay-content {
    position: relative;
    z-index: 1;
    color: white; /* Adjust text color */
        top: 128px;
}

.vido_bg_sty{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../image/video-bg.jpg') no-repeat top;
  background-size: cover;
  padding-top: 150px;
}
.button-rounded{
    border-radius:12px;
}

.status-danger{
    color: var(--bs-white);
    border-color: #f5c2c7;
    border-radius: 15px;
    padding: 7px;
    font-weight: 600;
    border: 3px solid var(--bs-danger);
}
.contact_bg_sty .heading {
	color: #fff;
}
.product_page_he .heading {
	border: 1px solid #ffffff2e;
	padding: 20px;
	margin: 10px;
	background: #1111113d;
	border-radius: 12px;
}

.chrome-text {
    font-size: 50px !important;
    font-weight: 800 !important;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ffffff, #e6e6e6, #b0b0b0, #f5f5f5, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 
        2px 2px 2px rgba(255, 255, 255, 0.5), 
        -2px -2px 2px rgba(180, 180, 180, 0.4),
        4px 4px 4px rgba(255, 255, 255, 0.3),
        -4px -4px 4px rgba(150, 150, 150, 0.3);
    letter-spacing: 3px;
}
@media (min-width: 1930px) {
  .responsive-text-about {
    font-size: 37px;
  }
}

.music_con {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.music_con img {
    width: 100%;
    border-radius: 10px;
}

.track-info {
    text-align: center;
    padding: 10px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.track-title {
    font-size: 16px;
    font-weight: bold;
}

.artist-album {
    font-size: 14px;
    color: #777;
}

.controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.music_con:hover .controls {
    opacity: 1;
}

.controls a,
.controls button {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 5px 10px !important;
    border-radius: 50%;
    margin: 5px;
    transition: background 0.3s;
}

.already-favourite{
    background:red !important;
}

.controls a:hover,
.controls button:hover {
    background: rgba(255, 255, 255, 0.5);
}
.album-section{
    padding:30px 0px;
}


/*For Booking Section*/
.booking_con {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    min-height: 170px;
}

/* Overlay for readability */
.booking_con::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none; /* FIX */
}

/* Moving white gradient border */
.booking_con::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    animation: borderMove 3s infinite linear;
    pointer-events: none; /* FIX */
}

/* Keyframe for moving white gradient */
@keyframes borderMove {
    0% {
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    }
    25% {
        box-shadow: inset 0 -2px 0 2px rgba(255, 255, 255, 0.4);
    }
    50% {
        box-shadow: inset -2px 0 0 2px rgba(255, 255, 255, 0.6);
    }
    75% {
        box-shadow: inset 0 2px 0 2px rgba(255, 255, 255, 0.8);
    }
    100% {
        box-shadow: inset 2px 0 0 2px rgba(255, 255, 255, 1);
    }
}

/* Booking section content */
.booking-section-content {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.booking-left {
    max-width: 75%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.booking-left p {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
    font-weight: 500;
}

.booking-heading {
    font-size: 22px;
    font-weight: bold;
}

.booking-right {
    text-align: right;
}

.booking-right a {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.booking-right a:hover {
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}
.banner-logo-img{
    position:relative;
    z-index:11;
}
.banner .banner_heading {
	color: #fff;
	text-align: center;
}
.chrome-text {
	font-size: 35px !important;
	font-weight: 800 !important;
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	background: linear-gradient(180deg, #ffffff, #e6e6e6, #b0b0b0, #f5f5f5, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5), -2px -2px 2px rgba(180, 180, 180, 0.4), 4px 4px 4px rgba(255, 255, 255, 0.3), -4px -4px 4px rgba(150, 150, 150, 0.3);
	letter-spacing: 2px;
	line-height: 40px !important;
}

.banner .banner_heading h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 8px;
	max-width: 630px;
}



/*For Checkout*/
.checkout-sec{
  background: #393939;
  padding: 200px 0;
}
.checkout-sec .con-checkout {
	background: #fff;
	padding: 20px;
	width: 100%;
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.checkout-sec .checkout-conrm {
	background: #fff;
	padding: 20px;
	width: 100%;
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
	color: #000;
}
.checkout-sec .paypal-btn {
  background: #ffc439;
  border: none;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.checkout-sec .input-group {
  margin-bottom: 15px;
}
.checkout-sec label {
  font-size: 14px;
  font-weight: bold;
}
.checkout-sec input, select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.checkout-sec .checkbox-group {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.checkout-sec .checkbox-group input {
  width: auto;
  margin-right: 5px;
}
.checkout-sec .shipping-method {
  background: #eee;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  border-radius: 5px;
}
.checkout-sec .con-checkout h3 {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
}
.checkout-sec .input-group input {
	border: 1px solid #ddd;
	background: inherit;
	color: #000;
	padding: 14px 15px;
}
.checkout-sec .input-group input::placeholder{
  color: #000;
  opacity: 1;
}
.checkout-sec .checkbox-group {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 15px;
	gap: 10px;
	color: #000;
	margin-bottom: 25px;
}
.checkout-sec .checkbox-group input {
	width: auto;
	margin-right: 5px;
	margin-top: 0;
}
.checkout-sec .selct-box{
  border: 1px solid #ddd;
	background: inherit;
	color: #000;
	padding: 14px 15px;
}

.checkout-sec .product {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.checkout-sec .product img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 5px;
}
.checkout-sec .product-info {
  flex-grow: 1;
}
.checkout-sec .price {
  font-weight: bold;
}
.checkout-sec .gift-card {
  display: flex;
  margin-bottom: 15px;
}
.checkout-sec .gift-card input {
	flex-grow: 1;
	padding: 11px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #ffffff21;
	margin-top: 0;
	color: #000;
  outline: none;
}
.checkout-sec .gift-card button {
	margin-left: 5px;
	padding: 6px 45px;
	border: none;
	background: #ddd;
	cursor: pointer;
	border-radius: 5px;
}
.checkout-sec .total-section {
	margin-top: 20px;
}

.checkout-sec .total {
  font-size: 18px;
  font-weight: bold;
}
.checkout-sec .tax-info {
  font-size: 12px;
  color: gray;
}
.checkout-sec .gift-card {
	display: flex;
	margin-bottom: 15px;
	margin-top: 23px;
}
.checkout-sec .total-section span {
	font-weight: 300;
	font-size: 16px;
}
.checkout-sec .total-section div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 13px;
}
.total-prize {
	font-size: 25px !important;
	font-weight: 600 !important;
}
.btn-total button {
	width: 100%;
}
.product-color {
	background-color: #da2253;
	font-size: 13px;
	border-radius: 25px;
	padding: 3px 8px;
	margin-left: 10px;
}

.section-sound-home {
  background-color: rgba(0, 0, 0, 0.5);
}

/*For Music Page*/
.stylish-btn {
  background: linear-gradient(145deg, #f3f4f6, #e5e7eb) !important;
  color: #000 !important;
  padding: 10px 20px;
  border: none;
  border-radius: 12px !important;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 3px 3px 8px #d1d5db, -3px -3px 8px #ffffff;
  transition: all 0.3s ease-in-out;
}
.stylish-btn:hover {
  background: linear-gradient(145deg, #e5e7eb, #f3f4f6) !important;
  box-shadow: inset 3px 3px 8px #d1d5db, inset -3px -3px 8px #ffffff !important;
}
.coming-soon-content{
    width: 100%;
    background: #decbcb57;
    color: #fff;
    padding-top:8px;
    padding-bottom:8px;
    text-align:center;
    position:relative;
    bottom:20px;
    font-size:35px;
    font-weight:700;
}
