:root {
  --white: #fff;
  --black: #000;
  --theme-color: #27b69c;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #0b0e1c;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

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

.navbar-brand img {
  max-height: 150px;
  transition: 0.3s ease-in-out;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 2rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  position: relative;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.3s ease-in-out;
  background-color: var(--theme-color);
  transform-origin: center;
  transform: scaleX(0);
}
.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color);
}

.main-slider {
  position: relative;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
}
.main-slider h2 {
  color: var(--white);
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
}
.main-slider h2 span {
  display: block;
  font-size: 3.75rem;
  color: var(--theme-color);
}
.main-slider p {
  color: var(--white);
  font-weight: 400;
  font-size: 1.125rem;
}
.socialIo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-left: 2rem;
}
.socialIo li a {
  line-height: 1;
  font-size: 1.5rem;
  display: inline-block;
  color: var(--white);
}
.socialIo li a:hover {
  color: var(--theme-color);
}

.themeBtn {
  background-color: var(--theme-color);
  color: var(--white);
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid var(--theme-color);
  padding: 0.5em 1.25em;
  margin: 0.5rem 0;
}
.themeBtn:hover {
  background-color: var(--white);
  color: var(--theme-color);
}

.goDown {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
}
.secHeading {
  color: var(--white);
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.secHeading span {
  color: var(--theme-color);
}
/* soundCloudSec */
.soundCloudSec {
  background: url(../images/soundCloud.jpg) center/cover no-repeat;
}
.soundCloudSec p {
  color: var(--white);
}
.soundCloud {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.soundCloud h3 {
  color: var(--white);
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.soundCloud h3 span {
  color: var(--theme-color);
}
.soundCloud .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.soundCloud .breadcrumb .breadcrumb-item a {
  color: #707070;
  font-size: 0.925rem;
}
.soundCloud .breadcrumb .breadcrumb-item.active a {
  color: var(--theme-color);
}
.soundCloudSec form {
  background: rgba(7, 9, 19, 0.33);
  box-shadow: 0px 20px 74px #7c7c7ca1;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
.soundCloudSec form input {
  border: 0;
  height: 100%;
  width: 100%;
  font-size: 1rem;
  color: var(--white);
  padding-left: 1.5rem;
  background-color: transparent;
}
.soundCloudSec form input::placeholder {
  color: var(--white);
}
.soundCloudSec form button {
  border: 0;
  font-size: 1.5rem;
  color: var(--theme-color);
  padding: 1rem;
  background-color: transparent;
}
.soundWrap {
  margin-bottom: 1.5rem;
}
.soundWrap .imgWrap {
  position: relative;
}
.soundWrap .imgWrap span {
  height: 50px;
  width: 50px;
  background-color: var(--theme-color);
  display: grid;
  place-items: center;
  font-size: 1rem;
  z-index: 1;
  border-radius: 50%;
  color: var(--white);
  position: absolute;
  left: calc(50% - 25px);
  background-color: var(--theme-color);
  top: calc(50% - 25px);
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.soundWrap .content {
  padding: 0.5rem 0 0;
}
.soundWrap h3 {
  font-size: 0.925rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
}
.soundWrap p {
  font-size: 13px;
  font-weight: 400;
  color: #868686;
  line-height: 1;
  margin: 0;
}
.soundWrap:hover .imgWrap span {
  transform: scale(1);
}

/* iconAwesomeList */
.iconAwesomeList {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(134, 134, 134, 0.3);
}
.iconAwesomeList li {
  position: relative;
  min-width: 175px;
}
.iconAwesomeList li + li::before {
  content: "";
  height: 25px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #868686;
}
.iconAwesome {
  display: grid;
  place-items: center;
}
.iconAwesome img {
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
}
.iconAwesome:hover img {
  filter: none;
}

/* sliderSec */
.sliderSec {
  padding-top: 0;
}
.sliderSec .swiper-slide {
  width: 20rem;
}
.sliderSec .swiper-slide.swiper-slide-active {
  width: 41.875rem !important;
}
.sliderSec .swiper-wrapper {
  align-items: center;
  /* justify-content: center; */
  margin-left: -8.25rem;
  padding: 0 0 5rem;
}
.sliderCard {
  position: relative;
}
.sliderCard .imgWrap img {
  border-radius: 30px;
}
.sliderCard .leftSide h2 {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
}
.sliderCard .leftSide h2 a {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  color: var(--theme-color);
}
.sliderCard .leftSide h2 a i {
  margin-left: 0.5rem;
}
.sliderCard .leftSide {
  left: -22rem;
}
.sliderCard .leftSide {
  display: none;
  bottom: -3rem;
  max-width: 20rem;
  position: absolute;
}
.swiper-slide-active .sliderCard .leftSide {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}

.swiper-button-next {
  color: #868686;
  font-size: 2.5rem;
  right: 26%;
  bottom: 3rem;
  top: auto;
}
.swiper-button-prev {
  color: #868686;
  right: 28%;
  bottom: 3rem;
  left: auto;
  top: auto;
}
.swiper-button-prev:after {
  font-size: 1.5rem;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--theme-color);
}

/* Video Section */
.videoSec {
  padding-top: 0;
}
.videoSec iframe {
  width: 100%;
  height: 760px;
}
.videoImg {
  position: relative;
  z-index: 1;
}
.videoImg::after,
.videoImg::before {
  content: "";
  height: 270px;
  width: 270px;
  border-radius: 40px;
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: -1;
  animation: pulse infinite 3s;
  border: 10px solid var(--theme-color);
}
.videoImg::after {
  top: auto;
  left: auto;
  right: -1rem;
  bottom: -1rem;
}

/* Video Section End */

/* Blog Section */
.blogSection {
  background: #00060f url(../images/blogBg.png) left top/auto no-repeat;
}
.blogImg {
  margin: 0 1rem 0 0;
}
.blogImg img {
  border-radius: 40px;
  width: 100%;
}
.blogCard > span {
  padding: 1rem;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 2rem;
  border: 5px solid #71716f;
}
.blogCard h3 {
  font-size: 6.25rem;
  color: #363636;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 1.75rem;
}
.blogCard h3 span {
  color: var(--theme-color);
  display: block;
}
.blogCard h4 {
  font-size: 2.125rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.blogCard h4 span {
  color: var(--theme-color);
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
}
.blogCard p {
  line-height: 1.8;
  color: #868686;
  font-size: 1rem;
}
.blogCard a {
  color: var(--theme-color);
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.blogCard a:hover {
  color: var(--white);
}
.sliderBlog-nav .slick-track {
  margin-left: -26rem;
}
.sliderArrow::before {
  display: none;
}
.sliderArrow {
  color: var(--white);
  opacity: 1;
  top: auto;
  bottom: -3rem;
  font-size: 2rem;
  opacity: 0.4;
}
.sliderArrow.slick-next {
  right: 0;
  font-size: 4rem;
}
.sliderArrow.slick-prev {
  right: 2rem;
  bottom: -4rem;
  left: auto;
}
.sliderArrow:is(:focus, :hover) {
  opacity: 1;
  color: var(--white);
}

/* bioSection */

.bioImgWrap {
  position: relative;
}
.musicIoTop {
  position: absolute;
  top: 2rem;
  left: -8rem;
  animation: 3s infinite wobble;
}
.musicIoBtm {
  position: absolute;
  bottom: -2rem;
  right: 15rem;
  animation: 3s infinite wobble;
}
.bioImgWrap::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 1rem;
  z-index: -1;
  height: 710px;
  width: 675px;
  opacity: 0.4;
  border-radius: 50px;
  border: 1px dashed #f1f1f1;
}
.bioImgWrap img {
  border-radius: 40px;
}
.bioImgWrap .blogImgTwo {
  margin-top: -12rem;
  margin-left: -5rem;
  display: block;
}
.bioSection h4 {
  font-size: 2.1875rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1;

  margin-top: 1rem;
}
.bioSection h4 span {
  color: var(--theme-color);
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
}
.bioSection p {
  line-height: 1.8;
  color: #868686;
  font-size: 1rem;
}
.bioSection a {
  color: var(--theme-color);
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.bioSection a:hover {
  color: var(--white);
}

/* showsSection */
.showsSection {
  padding: 6rem 0 10rem;
  background: url(../images/bgImage.png) center/cover no-repeat;
}

.showCard {
  text-align: center;
  background-color: #1f2227;
}
.showCard .socialIo {
  padding: 0.75rem 2rem;
  margin: 0;
  justify-content: space-between;
}
.showCard .socialIo li a {
  font-size: 1.75rem;
}
.showCard h3 {
  color: #868686;
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding: 0.75rem 0;
}

/* contactSec */
.contactSec {
  background-color: #070913;
}

.contactSec .form-group {
  position: relative;
  display: flex;
  border: 1px solid #efefef;
  background-color: #f1f1f1;
  border-radius: 15px;
}
.contactSec .form-group i {
  display: grid;
  place-items: center;
  color: #000;
  font-size: 1.25rem;
  background-color: #dedede;
  width: 80px;
  height: 80px;
  border-radius: 15px;
}
.contactSec .form-group .form-control {
  border-radius: 0;
  background-color: transparent;
  height: 80px;
  border: 0;
  font-size: 16px;
  color: var(--black);
  transition: 0.4s ease-in-out;
  line-height: 1;
}
.contactSec .form-group .form-control::placeholder {
  color: #9f9f9f;
}
.contactSec .form-group textarea.form-control {
  height: 180px;
  padding-top: 1rem;
}
.contactSec .form-group .form-control:focus {
  background-color: var(--theme-color);
}

/* Footer */
footer {
  background: url(../images/footerBg.png) center/cover no-repeat;
  padding-top: 5rem;
}
.copyRight {
  margin-top: 5rem;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  align-items: center;
  padding: 1.5rem 0;
}
.copyRight p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.copyRight p a {
  color: var(--theme-color);
}

/* Inner pages css start */

.videoSec.video-inner {
  margin-top: 4rem;
  padding: 0px;
}
.videoSec .videos {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 2rem;
  /*margin-bottom: -5rem;*/
  padding-right: 3rem;
}

.videoSec .videos iframe {
  height: 300px;
}

/* .videoSec .swiper-slide.swiper-slide-active{
  width: auto !important;
} */

.bioSection.bio-inner {
  margin-bottom: -5rem;
}

.envent-Inner h2 {
  margin-bottom: 4rem;
}
.envent-Inner h4 span {
  color: var(--theme-color);
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
}
.envent-Inner h4 {
  font-size: 2.125rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.envent-Inner p {
  color: #868686;
}

.envent-Inner a {
  color: var(--theme-color);
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.envent-Inner a:hover {
  color: var(--white);
}

.video-user {
  display: flex;
  align-items: center;
  margin: 7rem 0px;
}

.video-user .content-video h4 {
  font-size: 2.1875rem;
  font-weight: bold;
  color: white;
  /* text-transform: uppercase; */
}

.video-user .content-video span {
  color: #27b69c;
}
.video-user .content-video {
  margin-left: 1rem;
}

.shop-Inner h2 {
  margin-bottom: 5rem;
}
.proThumb {
  background: #11162a;
  border-radius: 15px;
  margin-bottom: 2rem;
  position: relative;
  transition: ease all 0.5s;
}
.proThumb .img {
  padding: 2.5rem;
  overflow: hidden;
}
.proThumb .img img {
  transition: 0.3s ease-in-out;
}
.proThumb .content {
  padding: 1rem;
  background-color: #1d233e;
  color: white;
  border-radius: 0px 0px 15px 15px;
}
.proThumb .content h4 {
  font-size: 1.375rem;
  color: var(--white);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}
.proThumb .content strong {
  font-size: 3.125rem;
  font-weight: 600;
  color: var(--white);
  margin-right: 0.5rem;
}
.cartBtn {
  background: #27b69c;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-top: 0rem;
  position: relative;
}
.cartBtn span {
  position: absolute;
  top: 0;
  font-size: 14px;
}

.cartBtn:hover {
  background: var(--white);
  color: var(--theme-color);
}
.content p {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
  color: #868686;
  margin: 0;
}
.proThumb:hover .img img {
  transform: scale(1.125);
}

/* musicInner */
.latestSec h3{
  color: var(--white);
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.latestSec h3 span {
  color: var(--theme-color);
}
.musicInner .soundCloud {
  gap: 1.5rem;
}
.musicInner .soundCloud .btn-group {
  gap: 1.5rem;
  align-items: center;
}
.musicInner .soundCloud .btn-group .iconBox {
  height: 3.125rem;
  width: 3.125rem;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  font-size: 1.375rem;
  transition: 0.3s ease-in-out;
}
.musicInner .soundCloud .btn-group .iconBox:hover {
  color: var(--white);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.musicList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.musicList .musicName {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-width: 350px;
}
.musicList a {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  display: block;
}
.musicList p {
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  display: block;
}
.musicList a:hover {
  color: var(--theme-color);
}

.musicTabsList {
  display: flex;
  gap: 2rem;
  background-color: #070913;
  padding: 1rem 2rem;
  margin: 2rem 0;
  align-items: center;
  box-shadow: 0px 20px 74px rgba(124, 124, 124, 0.2);
}
.musicTabsList li a {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  padding: 1em 1.5em;
  display: block;
  background: #27B69C;
  border-radius: 6px;
  opacity: 0.15;
  text-transform: uppercase;
}
.musicTabsList li a:hover,
.musicTabsList li a.active{
  opacity: 1;
  background-color: var(--theme-color);
  color: var(--white);
}

.artBox {
  margin-top: 2rem;
}
.artBox .loveLife {
  display: block;
  position: relative;
  overflow: hidden;
}
.artBox .loveLife::before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.artBox .loveLife img{
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.artBox:hover .loveLife::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.artBox:hover .loveLife img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.artContent {
  border: 1px solid #dfdfdf;
  background: var(--white);
  margin: -3rem 2.5rem 0;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem 0;
}