/* FONT IMPORT */

/* Google Font */

@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=Prompt: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=Oregano:ital@0;1&display=swap");

/* Local Font */

:root {
  --white: #fff;
  --black: #000;
  --primary: #ff0000;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

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

section {
  position: relative;
}

h1,
h2,
h3 {
  font-family: "Prompt", sans-serif;
}

.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;
}

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

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}

.cursor-inner {
  width: 8px;
  height: 8px;
  z-index: 10000001;
  background-color: var(--primary);
  transition: 0.05s ease-in-out;
}

.cursor-outer {
  margin-left: -1.25rem;
  margin-top: -1.25rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--white);
  mix-blend-mode: difference;
  opacity: 0.3;
  z-index: 10000001;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--black);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--white);
}

.preLoader span {
  overflow: hidden;
}

.preLoader span img {
  transform: translateY(100%);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: linear-gradient(90deg, #ff589b, #ffc107);
  font-size: 1rem;
  color: var(--white);
  text-transform: unset;
  font-weight: 500;
  display: inline-block;
  padding: 18px 2em;
  border-radius: 50px;
  line-height: normal;
}

/* !GLOBAL CSS */

/* NAV HEADER CSS */

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

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand h2 {
  margin: 0;
  font-size: 2.5rem;
  color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
}

.navbar-nav {
  align-items: center;
  gap: 2.5rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #e4165d;
}

.form-inline {
  margin-left: 3.4375rem;
}

.form-inline a {
  color: var(--white);
  font-size: 1.375rem;
}

/* !NAV HEADER CSS */

/* Main Sec Css Start */

.mainSec {
  background: url(../images/mainBg.webp) center/cover;
  height: 845px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.mainSec:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #0d0d0d00, #0d0d0d);
  width: 100%;
  height: 350px;
  bottom: 0;
}

.mainContent h1 {
  color: rgb(255 255 255 / 20%);
  font-size: 20.625rem;
  margin: 0;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.mainImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* Main Sec Css End */

/* Play Sec Css Start */

.playSec {
  margin-top: -12rem;
  z-index: 11;
}

.playCircle {
  background: rgb(65 65 65 / 30%);
  width: 95px;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 100%;
  border: 2px dashed rgb(255 255 255 / 40%);
  margin: auto;
}

.playCircle a {
  font-size: 0.875rem;
  color: #b4fff3;
  text-transform: capitalize;
}

.music-player {
  background-color: #181818;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem 1rem 1.25rem;
  justify-content: space-between;
  margin-top: 0.625rem;
}

.playerImages {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.playerImages h3 {
  color: #dddddd;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.7;
}

.playerImages h3 span {
  display: block;
  font-family: "Poppins";
  font-weight: 400;
  color: #959595;
  font-size: 0.875rem;
}

.controls,
.extra-controls {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.controls i,
.extra-controls i {
  color: #858585;
  font-size: 1rem;
  cursor: pointer;
}

.controls i:first-child,
.controls i:last-child {
  color: #858585;
}

.track-info {
  display: flex;
  align-items: center;
  color: #858585;
}

.track-info img.cover-image {
  border-radius: 5px;
  margin-right: 0.938rem;
}

#progress-bar,
#volume-bar {
  margin: 0 0.625rem;
  flex-grow: 1;
}

#sign-in-btn {
  background-color: var(--secondary);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  font-weight: 500;
}

#sign-in-btn:hover {
  background-color: var(--primary);
}

.rangeWrap {
  display: flex;
  align-items: center;
}

.rangeWrap input {
  width: 300px;
}

.extra-controls {
  gap: 4rem;
}

.playerMenu span {
  color: var(--white);
  font-size: 0.9375rem;
  font-weight: 500;
  padding-left: 0.625rem;
}

.playermenuWraps {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.listService {
  color: var(--white);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #414141;
  padding: 1.0625rem 1.7em;
  border-radius: 50px;
}

.listService:hover,
.users:hover {
  color: var(--white);
}

.users {
  color: #414141;
  border: 1px solid #414141;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50px;
  font-size: 1.25rem;
}

/* Play Sec Css End */

/* Music Sec Css Start */

.musicSec {
  padding: 3.125rem 0 5rem 0;
}

.musicHeading h2 {
  color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 4.0625rem;
  text-align: center;
}

.musicHeading h2 .one {
  background: #ff589b;
  background: linear-gradient(to right, #ff589b 0%, #753eba 70%, #5ee4c6 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.musicHeading h2 .two {
  background: #ffc107;
  background: linear-gradient(to right, #ffc107 0%, #ff589b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.findBox {
  border: 1px solid #292929;
  background: #181818;
  border-radius: 50px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 1.625rem;
  margin: 1.875rem 0 3.125rem 0;
}

.findBox select {
  background: transparent;
  border: unset;
  outline: unset;
  color: #858585;
  font-size: 0.9375rem;
  padding-right: 0.75rem;
}

.findBox select + select {
  border-left: 1px solid #414141;
  padding-left: 4rem;
}

.findBox button {
  outline: unset;
  border: unset;
  background: var(--white);
  border-radius: 50px;
  color: #ff589b;
  font-weight: 600;
  padding: 1rem 1.5em;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}

.findBox button i {
  font-size: 1.25rem;
}

.musicWraps {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #414141;
  border-bottom: 1px dashed #414141;
  padding: 2rem 0;
}

.musicFlex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.musicFlex figure {
  position: relative;
}

.musicFlex figure span {
  font-size: 0.75rem;
  color: var(--black);
  font-weight: 600;
  background: #5ee4c6;
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -8px;
}

.musicText {
  flex: 1;
}

.musicText h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #dddddd;
  margin-bottom: 5px;
}

.musicText p {
  margin: 0;
  font-size: 0.875rem;
  color: #959595;
  text-transform: capitalize;
}

/* Music Sec Css End */

/* About Sec Css Start */

.aboutSec {
  background: #181818;
  padding: 8.75rem 0 8.125rem 0;
  z-index: 1;
}

.aboutContent {
  margin-left: 1rem;
}

.smallHeading {
  font-size: 1.5rem;
  font-family: "Oregano", cursive;
  background: #ff589b;
  background: linear-gradient(to right, #ff589b 0%, #ffc107 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.625rem;
  display: inline-block;
}

.secHeading {
  color: var(--white);
  font-size: 2.5rem;
  text-transform: capitalize;
  font-weight: 600;
}

.aboutContent h2 {
  margin-bottom: 1.5rem;
}

.secHeading span {
  position: relative;
  z-index: 1;
}

.secHeading span:before {
  content: "";
  position: absolute;
  background: #fbc21e;
  width: 100%;
  height: 6px;
  bottom: 0.875rem;
  z-index: -1;
}

.aboutWraps {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.625rem;
}

.aboutWraps figure {
  border: 1px solid #414141;
  width: 82px;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.aboutWraps h3 {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 600;
}

.aboutWraps p {
  color: #c1c1c1;
  line-height: 1.625;
  margin: 0;
  width: 76%;
}

.aboutContent .btn-group {
  gap: 3.75rem;
  align-items: center;
  position: relative;
}

.aboutContent .btn-group span {
  color: #858585;
  text-transform: capitalize;
}

.arrows {
  position: absolute;
  bottom: -3rem;
  left: 43%;
}

.aboutPath {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* About Sec Css End */

/* Trending Sec Css Start */

.trendingSec {
  padding: 5.625rem 0 4rem 0;
  background: url(../images/trendingBg.webp) center/cover;
}

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

.trendingHeading a {
  color: #858585;
  border: 1px solid #414141;
  display: inline-block;
  padding: 0.625rem 2em;
  border-radius: 50px;
  background: transparent;
}

.trendingHeading a:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.trendingWrap img {
  border-radius: 0.9375rem;
}

.trendingSlider .swiper-wrapper {
  transition-timing-function: linear;
}

.trendingSlider {
  padding-top: 2.75rem;
}

/* Trending Sec Css End */

/* Band Sec Css Start */

.bandSec {
  padding: 5rem 0;
}

.bandSec .row,
.eventSec .row {
  gap: 1.625rem 0;
}

.bandBox {
  border: 1px solid #414141;
  border-radius: 15px;
  padding: 2.1875rem 1.5625rem 2.5rem 1.5625rem;
}

.bandWrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.bandText {
  flex: 1;
}

.bandText h3 {
  font-size: 1.25rem;
  color: #dddddd;
  margin-bottom: 4px;
}

.bandText p {
  margin: 0;
  color: #959595;
  font-size: 0.875rem;
  text-transform: capitalize;
}

.bandLocation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #414141;
  border-radius: 50px;
  padding: 0.6875rem 1em;
  margin-top: 0.8125rem;
  max-width: 245px;
}

.bandLocation a {
  color: #858585;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bandLocation a i {
  font-size: 1.25rem;
}

.bandLocation ul {
  display: flex;
  gap: 6px;
  border-left: 1px solid #414141;
  padding-left: 1.1rem;
}

.bandLocation ul li i {
  color: #ffc107;
  font-size: 0.75rem;
}

/* Band Sec Css End */

/* Event Sec Css Start */

.eventSec {
  background: url(../images/eventBg.webp) center/cover;
  padding: 11.25rem 0 8.125rem 0;
  z-index: 1;
}

.eventSec:before {
  content: "";
  position: absolute;
  background: #181818;
  inset: 0;
  opacity: 70%;
  z-index: -1;
}

.eventHeadings {
  margin-bottom: 3rem;
}

.eventHeadings a {
  background: #ff589b;
  width: 75px;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50px;
  color: var(--white);
  margin: 0 auto 1.5rem;
  outline: 1px solid var(--white);
  outline-offset: 10px;
}

.eventHeadings a:hover {
  background: var(--white);
  color: var(--black);
}

.eventBox {
  background: #0d0d0d;
  border-radius: 15px;
  padding: 1.875rem 1.875rem;
}

.eventBox h2 {
  color: var(--white);
  text-transform: capitalize;
  font-size: 1.5625rem;
  font-weight: 600;
}

.eventBox p {
  color: #c1c1c1;
  text-transform: capitalize;
  line-height: 1.625;
  width: 90%;
  margin: 0.875rem 0 1.5rem 0;
}

.eventBox ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.eventBox ul li a,
.eventBox ul li span {
  color: #858585;
}

.eventBox ul li a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.eventBox ul li a i {
  font-size: 1.25rem;
}

.eventBox ul li span {
  border-left: 2px solid #858585;
  padding-left: 2.5rem;
}

/* Event Sec Css End */

/* Feedback Sec Css Start */

.feedbackSec {
  padding: 5rem 0;
  z-index: 1;
}

.clientWraps figure {
  position: absolute;
  transition: 0.5s ease;
  cursor: pointer;
  border-radius: 50%;
}

.clientWraps figure.active {
  transform: scale(1.3);
}

.clientWraps figure.active img {
  opacity: 100%;
}

.clientImg {
  margin-bottom: 4rem;
}

.clientImg img {
  width: 250px;
  height: 250px;
}

.clientWraps figure img {
  opacity: 30%;
}

.clientWraps {
  position: relative;
}

.thumb1 {
  top: -2rem;
  left: 3rem;
}

.thumb2 {
  top: 13rem;
  left: 18rem;
}

.thumb3 {
  top: 30rem;
  left: 3rem;
}

.thumb5 {
  top: -2rem;
  right: 3rem;
}

.thumb6 {
  top: 13rem;
  right: 18rem;
}

.thumb7 {
  top: 30rem;
  right: 3rem;
}

.mySwiper2 {
  max-width: 890px;
  padding: 2rem 0 4.5rem 0;
  user-select: none;
  pointer-events: none;
}

.reviewContent p {
  color: #858585;
  line-height: 1.6;
  font-size: 1.375rem;
  text-transform: capitalize;
  margin: 2rem 0 2rem 0;
}

.reviewContent h4 span {
  font-size: 1.25rem;
  color: #f7426f;
  font-weight: 600;
}

.reviewContent h4 {
  font-size: 1rem;
  margin: 0;
  color: #858585;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.reviewContent {
  text-align: center;
}

.mySwiper2 .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.mySwiper2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #414141;
  outline: 1px solid #414141;
  outline-offset: 6px;
  opacity: 1;
}

.mySwiper2 .swiper-pagination-bullet-active {
  background: #5ee4c6;
  outline-color: #5ee4c6;
}

.testBg {
  position: absolute;
  top: 25%;
  z-index: -1;
}

/* Feedback Sec Css End */

/* News Sec Css Start */

.newsSec {
  padding: 5rem 0;
  background: #181818;
}

.newsWrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 2rem;
}

.newsContent {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
  padding: 0 0 2.1875rem 2.1875rem;
  background: linear-gradient(180deg, #0d0d0d00, #0d0d0d);
  height: 60%;
  bottom: 0;
  left: 0;
  right: 0;
}

.newsContent small {
  background: var(--white);
  color: #6c00a8;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px 1.45em;
  border-radius: 50px;
  display: inline-block;
}

.newsContent p {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
  margin: 1.75rem 0 1rem 0;
}

.newsContent ul li span {
  color: #858585;
}

.newsContent ul {
  display: flex;
  gap: 2.1875rem;
}

/* News Sec Css End */

/* Footer Css Start */

footer {
  background: url(../images/footBg.webp) center/cover;
  position: relative;
  padding-top: 3.4375rem;
  z-index: 1;
}

footer:before {
  content: "";
  position: absolute;
  background: #181818;
  inset: 0;
  opacity: 85%;
  z-index: -1;
}

.logoBar {
  background: #0d0d0d;
  height: 5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  margin-bottom: 4.0625rem;
}

footer h2,
footer h3 {
  color: #d9d9d9;
  margin: 0;
  font-size: 1.125rem;
  text-transform: capitalize;
}

.footerList {
  display: flex;
  gap: 3rem;
  border-left: 1px solid #414141;
  padding-left: 2rem;
  margin-left: -5rem;
}

.footerList li span {
  color: #c1c1c1;
  font-size: 0.9375rem;
  font-weight: 500;
}

.subscribeForm input {
  background: transparent;
  outline: unset;
  border: unset;
  box-shadow: unset;
  font-size: 0.9375rem;
}

.subscribeForm {
  background: #0d0d0d;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5625rem;
}

.subscribeForm button {
  color: var(--white);
  background: transparent;
  outline: unset;
  border: unset;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.subscribeForm input::placeholder {
  color: #434343;
  padding-left: 1rem;
}

.subscribeForm span i {
  font-size: 1.375rem;
  color: #858585;
}

.subscribeForm div {
  display: flex;
  align-items: center;
}

.subscribeForm button i {
  font-size: 1.75rem;
  color: #5ee4c6;
}

footer h3 {
  margin-bottom: 2.5rem;
}

.contactLink li a {
  color: #858585;
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
}

.contactLink li + li {
  margin-top: 1rem;
}

.contactLink {
  border-bottom: 1px dashed #414141;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.tultip span {
  color: #858585;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-right: 1rem;
}

.links li a {
  color: #858585;
  text-transform: capitalize;
}

.links li + li {
  margin-top: 0.75rem;
}

.copyRight {
  background: #0d0d0d;
  padding: 1.5625rem 0;
  margin-top: 2rem;
}

.copyRight p {
  color: #c1c1c1;
  text-align: center;
  margin: 0;
}

footer ul li a:hover {
  color: var(--white);
}

/* Footer Css End */

/* Inner Css Start */

.innerBanner {
  background: url(../images/innerBanner.png) center/cover;
  height: 750px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.whychooseSec {
  padding: 8.75rem 0 6.25rem 0;
}

.chooseHeading p {
  color: #c1c1c1;
  line-height: 1.7;
  margin: 0;
}

.excelentBox {
  background: #181818;
  border-radius: 10px;
  width: 320px;
  padding: 1.25rem 1.6875rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.excelentBox h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #ff4f9d;
  margin: 0;
  line-height: 1.8;
}

.excelentBox h3 span {
  color: var(--white);
  display: block;
  font-weight: 500;
  font-family: "Poppins";
}

.trustImg {
  background: #1c1c1c;
  width: 110px;
  height: 40px;
  border-radius: 50px;
  display: grid;
  place-items: center;
}

.chooseBox {
  border: 1px solid #414141;
  border-radius: 15px;
  padding: 1.25rem 1.25rem;
}

.chooseFlex {
  display: flex;
  gap: 1rem;
  margin: 1.25rem 0 2.5rem 0;
}

.chooseBox figure {
  position: relative;
  background: #414141;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50px;
}

.chooseBox figure span {
  position: absolute;
  top: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--black);
  background: #5ee4c6;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  right: -0.3rem;
}

.chooseBox h3 {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0.875rem 0 0 0;
  line-height: 1.5;
}

.workSect,
.faqSec {
  padding: 6.25rem 0;
}

.workSect .aboutContent p {
  color: #c1c1c1;
  line-height: 1.65;
}

.workSect .aboutContent h2 {
  margin-bottom: 0.5rem;
}

.workSect .aboutImage {
  position: relative;
}

.workSect .aboutImage .aboutContent {
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  text-align: center;
}

.btnWraps {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.btnWraps a {
  font-size: 0.9375rem;
  border: 1px solid #414141;
  padding: 10px 1.2em;
  display: inline-block;
  color: #858585;
  border-radius: 50px;
}

.btnWraps a:hover {
  background: linear-gradient(92deg, #ff589b 0%, #ffc107 100%);
  color: var(--white);
}

.faqHeading {
  margin-bottom: 1.75rem;
}

.faqSec #accordion .card {
  border: none;
  padding: 1.25rem 1.2rem;
  background: #181818;
  margin-bottom: 1.4rem;
  border-radius: 8px;
}

.faqSec #accordion .card .btn-link {
  --height: 3.5rem;
  --width: 4.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  color: #ff589b;
  padding: 0;
  border: 0;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: unset;
  overflow: hidden;
  border-bottom-left-radius: 0;
  text-align: left;
  font-family: "Prompt";
}

.faqSec #accordion .card .btn-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  width: var(--width);
  height: var(--height);
  margin-left: auto;
  border-radius: 50%;
  background: 0;
  font-size: 1.125rem;
  height: 2rem;
  width: 2rem;
}

.faqSec #accordion .card .btn-link i::before {
  content: "\f068";
}

.faqSec #accordion .card .btn-link.collapsed i::before {
  content: "\f067";
}

.faqSec #accordion .card .btn-link.collapsed i {
  color: var(--white);
  height: 2rem;
  width: 2rem;
  font-size: 1.125rem;
}

.faqSec #accordion .card .btn-link i {
  color: #ff589b;
}

.faqSec #accordion .card .btn-link.collapsed i {
  color: var(--white);
}

.faqSec #accordion .card .btn-link.collapsed {
  color: var(--white);
}

.faqSec #accordion .card + .card {
  margin-top: 0;
}

.faqSec #accordion .card .card-body {
  padding: 1rem 2rem 0rem 0rem;
}

.faqSec #accordion .card .card-body p {
  color: #c1c1c1;
  margin: 0;
  line-height: 1.65;
  font-weight: 400;
}

.logosSect {
  padding: 3.125rem 0;
}

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

.serviceInner {
  padding: 7.5rem 0;
}

.srvImg {
  position: relative;
  z-index: 1;
}

.srvImg img {
  border-radius: 20px;
}

.srvBox {
  background: #232323;
  border-radius: 20px;
  padding: 2.5rem 1.875rem 2.5rem 3.75rem;
  margin: 0 0 -2rem -1.5rem;
}

.srvBox p {
  color: #c1c1c1;
  line-height: 1.7;
}

.srvBox a {
  color: var(--white);
  background: #ff589b;
  font-weight: 600;
  padding: 10px 2em;
  display: inline-block;
  border-radius: 50px;
}

.serviceInner .flex-row-reverse .srvBox {
  margin: 0 -1.5rem -2rem 0;
}

.serviceInner .row + .row {
  margin-top: 5rem;
}

.artistsInner {
  padding: 5rem 0;
}

.artistsInner .secHeading span:before {
  display: none;
}

.artistsInner .secHeading span {
  color: #ffc107;
}

.artistsFlex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.artistsFlex .artistBoxs:nth-child(2) {
  margin-top: 10rem;
}

.artistBoxs figure {
  position: relative;
}

.artistBoxs figure:before {
  content: "";
  position: absolute;
  border: 1px solid #ffc107;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: -1.5rem;
  right: -1.5rem;
}

.artistName h3 {
  color: #181818;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.artistName {
  background: #5ee4c6;
  width: fit-content;
  padding: 10px 1.56em;
  border-radius: 50px;
  position: absolute;
  bottom: 3rem;
  transform: rotate(345deg);
  left: 4rem;
}

.artistBoxs {
  position: relative;
}

.artistflexTwo {
  justify-content: space-evenly;
}

.videoInner {
  padding: 4.375rem 0 6.25rem 0;
}

.videosWraps img {
  border-radius: 20px;
}

.videosWraps {
  position: relative;
}

.videosWraps .videosBtns {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: auto;
  font-size: 0.875rem;
  color: #b4fff3;
  text-transform: capitalize;
  background: rgb(65 65 65 / 30%);
  width: 95px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
}

.videoInner .row {
  gap: 2.5rem 0;
}

.storeInner {
  padding: 6.25rem 0 8.75rem 0;
}

.categoryWraps span,
.shortBy span {
  color: #c1c1c1;
}

.categoryWraps select {
  background: transparent;
  border: unset;
  color: #c1c1c1;
  font-weight: 600;
  outline: unset;
  padding-right: 10px;
}

.shortBy {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}

.shortBy select {
  background: transparent;
  color: #c1c1c1;
  font-weight: 600;
  border: 1px solid #414141;
  padding: 7px 1em;
  border-radius: 50px;
  outline: unset;
}

.categoryFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #414141;
  padding-bottom: 1.2rem;
}

.storeBox {
  margin-top: 2rem;
}

.storeBox figure {
  background: #353535;
  border-radius: 15px;
  text-align: center;
  padding: 3.5rem 0;
}

.storeContent h3 {
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 1.2rem;
}

.storeContent span {
  color: var(--white);
  font-family: "Prompt";
}

.storeContent {
  margin-top: 1.5rem;
}

.reviewInner {
  padding: 5rem 0;
}

.testimonialWrapss p {
  color: #858585;
  font-size: 1.375rem;
  line-height: 1.6;
  margin: -7rem auto 1rem;
}

.testimonialWrapss h4 {
  font-size: 1.25rem;
  color: #f7426f;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.testimonialWrapss h4 span {
  font-size: 1rem;
  color: #858585;
  font-weight: 400;
}

.testimonialWrapss figure {
  margin-bottom: 3rem;
}

.reviewInner .row {
  gap: 1.5rem 0;
}

.contactForm {
  background: #181818;
  border-radius: 15px;
  padding: 2.5rem 2.5rem;
}

.contactForm .form-control {
  border: 1px solid #292929;
  background: #0d0d0d;
  outline: unset;
  box-shadow: unset;
  padding-left: 1.5rem;
  font-size: 0.9375rem;
  color: #858585;
}

.contactForm input {
  border-radius: 50px;
  height: 65px;
}

.contactForm .form-control::placeholder {
  color: #858585;
}

.contactForm textarea {
  height: 175px;
  border-radius: 1rem;
  resize: none;
}

.contactForm .form-check {
  padding: 0;
  margin-bottom: 2rem;
}

.contactForm .form-check input {
  height: auto;
  position: unset;
  margin: 0;
}

.contactForm .form-check label {
  color: #858585;
  padding-left: 10px;
}

.contactForm .themeBtn {
  border: unset;
  outline: unset;
  padding: 1.125rem 3em;
}

.callsText h3 {
  color: #5ee4c6;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1rem 0 12px 0;
}

.callsText a {
  color: var(--white);
  font-size: 1.875rem;
  font-family: "Prompt";
  font-weight: 600;
}

.callsText span {
  border: 1px solid var(--white);
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50px;
  margin: auto;
}

.vallBoxs {
  position: relative;
}

.callsText {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
}

.mapSec iframe {
  filter: grayscale(1);
  display: block;
}

.countryBox {
  background: #121212;
  padding: 2.5rem 0 2.5rem 1.875rem;
}

.countryBox img {
  border-radius: 50px;
}

.countryBox h3 {
  color: var(--white);
  margin: 1rem 0 0 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.cbrInner .srvBox {
  margin: 0;
  background: unset;
  padding: 0;
}

.cbrInner {
  padding-bottom: 5.625rem;
}

.cbrInner .flex-row-reverse .srvBox {
  margin: 0 0;
}

/* Inner Css End */

.navbar .nav-item.drop-down {
  position: relative;
  z-index: 1;
}

.navbar .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #e4165d;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: 0.3s;
  border-top: 1px solid var(--primary);
}

.navbar .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down li {
  min-width: 200px;
  position: relative;
  list-style: none;
}

.navbar .drop-down ul a {
  padding: 6px 10px;
  font-size: 14px;
  text-transform: none;
  color: var(--white);
  display: block;
}

.navbar .drop-down ul a:hover {
  background: var(--white);
  color: var(--black);
}

.navbar .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 0px);
}

.navbar .drop-down .drop-down:hover ul {
  top: 0;
}

.navbar .drop-down ul li.drop-down a span {
  padding-left: 6px;
}

.navbar .drop-down .drop-down a:after {
  transform: rotate(-95deg);
  display: inline-block;
  position: absolute;
  right: 10px;
}

/* step pages css start */

.innerBanner.step-pages .mainContent h1 {
  font-size: 12.625rem;
}

/*PRoduct Details*/

.Proreview h2 {
  font-size: 3rem;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 600;
}

.Proreview ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.Proreview ul li span {
  color: var(--white);
  font-weight: 500;
  padding-right: 1rem;
  font-size: 1.25rem;
}

.Proreview p {
  font-size: 1.75rem;
  color: #000;
}

.Proreview h5 {
  font-size: 1.375rem;
  color: #828282;
  font-weight: 400;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.star li span::before {
  content: "";
  position: absolute;
  background: #f2f2f2;
  width: 80%;
  height: 25px;
  top: 7px;
  left: 8rem;
  border-radius: 10px;
}

ul.star li {
  margin: 0;
  color: #000;
  font-size: 1.875rem;
}

.star li span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  top: 7px;
  left: 8rem;
  height: 25px;
  width: 70%;
  border-radius: 10px 0 0 10px;
}

.star2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.star2 li span::before {
  content: "";
  position: absolute;
  background: #f2f2f2;
  width: 80%;
  height: 25px;
  top: 7px;
  left: 8rem;
  border-radius: 10px;
}

.star2 li {
  margin: 0;
  color: #000;
  font-size: 1.875rem;
}

.star2 li span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  top: 7px;
  left: 8rem;
  height: 25px;
  width: 10%;
  border-radius: 10px 0 0 10px;
}

.star3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.star3 li span::before {
  content: "";
  position: absolute;
  background: #f2f2f2;
  width: 80%;
  height: 25px;
  top: 7px;
  left: 8rem;
  border-radius: 10px;
}

ul.star3 li {
  margin: 0;
  color: #000;
  font-size: 1.875rem;
}

.startProduct ul {
  margin: 1.4rem 0;
}

.reviewSec {
  border-radius: 20px;
  padding: 3rem;
  border: 1px solid #d2d2d2;
}

.Proreview {
  padding-top: 5rem;
}

.reviewImg {
  display: flex;
  align-items: center;
  margin: 3.5rem 0;
}

.content-wraper h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: var(--white);
}

.content-wraper {
  margin-left: 2rem;
}

.content-wraper h4 {
  margin: 0.9rem 0;
  font-size: 1rem;
  color: #726f6f;
  font-weight: 600;
}

.content-wraper span {
  margin-left: 21px;
  font-size: 12px;
  color: #a4a4a4;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-wraper p {
  font-size: 1rem;
  margin: 0;
  color: var(--white);
}

.Proreview .row + .row {
  margin: 5rem 0;
}

.reviewSec textarea {
  width: 100%;
  height: 160px;
  padding: 1rem;
  background: #f8f8f8;
  border-color: #ebebeb;
}

.wishlistPro {
  background: #f8f6f6;
  padding-top: 0;
}

.productSlider-for,
.productSlider-nav {
  overflow: hidden;
}

.productNav {
  background: #fbfbfb;
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
}

.productNav figure {
  background: #ffffff;
  padding: 15px 10px;
  margin: 0.7rem 0;
  border: 2px solid #dbdbdb;
  border-radius: 15px;
}

ul.stckst li {
  font-size: 1.25rem;
  color: var(--theme-color);
  font-weight: 500;
}

.rating-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.rating-box .rating-container {
  direction: rtl !important;
}

.rating-box .rating-container label {
  display: inline-block;
  margin: 0;
  color: #d4d4d4;
  cursor: pointer;
  font-size: 2.2rem;
  transition: color 0.2s linear;
}

.rating-box .rating-container input {
  display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover ~ label,
.rating-box .rating-container input:checked ~ label {
  color: var(--primary);
}

.rating-box span {
  font-size: 1.3rem;
  color: var(--theme-color);
  font-weight: 500;
  padding-left: 0.5rem;
}

.prodtl-txt p {
  font-size: 1.125rem;
  color: var(--white);
}

.quantitySec h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  color: var(--white);
}

.quantitySec .number {
  padding: 0;
  font-size: 1rem;
}

.quantitySec .number .minus {
  background: #f7f6fb;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 7px;
  padding: 0;
  cursor: pointer;
  color: #000;
}

.quantitySec .number .plus {
  background: #f7f6fb;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 7px;
  padding: 0;
  cursor: pointer;
  color: var(--black);
}

.quantitySec .number input {
  width: 60px;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary);
}

.number {
  background: transparent;
  padding: 1rem 0;
  border: 0;
  border-radius: 7px;
  width: 100%;
  color: #282828;
  display: flex;
  align-items: center;
}

.number input {
  background: transparent;
  border: none;
  height: 2rem;
  width: 50px;
  text-align: center;
  height: 39px;
}

.number .minus {
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.number .plus {
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.productNav figure img {
  width: 100%;
  /* height: 77px; */
  object-fit: cover;
  border-radius: 15px;
}

.btnn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.colorBox option {
  background: var(--color);
}

.productSlider-for figure img {
  height: 459px;
  border-radius: 15px;
}

.productSlider-for figure {
  margin: 0 0 1.2rem;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  padding: 0rem 0;
}

.productSlider-nav .swiper-slide.swiper-slide-next figure {
  border-color: var(--primary);
}

.cardbutton {
  margin-top: 2rem;
}

.reviewImg figure {
  width: 135px;
  height: 135px;
  background: #e1e1e1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.reviewImg figure img {
  width: fit-content;
}

.star-review {
  display: flex;
  align-items: center;
  margin: 20px 0 15px;
  color: #f5aa27;
  gap: 5px;
}

.reviewImg + hr + h2.sectionHeading {
  font-size: 2.25rem;
  color: var(--white);
  margin: 2rem 0 1rem;
}

.product-heading {
  margin: 1.5rem 0;
  font-size: 3.4375rem;
  text-transform: uppercase;
  color: #1c225a;
  font-weight: 600;
}

.Proreview .container {
  max-width: 1400px;
}
.cardbutton .themeBtn {
  margin: 0;
}

.reviewSec .themeBtn {
  margin: 0;
}
.swiper.mySwiper2 figure img {
  /* height: 460px; */
}

.swiper.mySwiper .swiper-slide-thumb-active figure {
  border-color: var(--primary);
}
/* product detail css end */

/* Begin: 3 Steps Cart CSS */

.checkOutStyle {
  padding: 5em 0px 2rem;
  overflow-x: hidden;
}

.checkOutStyle .title h4 {
  line-height: 1.5rem;
  font-size: 1.5rem;
  margin: 30px 0 20px;
  color: var(--white);
}

.checkOutStyle .title p {
  line-height: 1rem;
  font-size: 1rem;
  margin-bottom: 5px;
  margin: 0 0 2.5rem;
  color: var(--white);
}

.checkOutStyle .title p a {
  color: var(--white);
}

.cartItemCard h4 {
  text-transform: capitalize;
  font-size: 1.125rem;
  color: var(--white);
}

.formStyle {
  border-radius: 4px;
  padding: 2rem 0.9375rem;
  border: 1px solid var(--white);
}

.formStyle label {
  font-size: 0.9375rem;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--white);
}

.formStyle .form-control {
  height: 3.125rem;
  margin-bottom: 2rem;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 0.05);
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
}

.formStyle textarea.form-control {
  height: auto;
  resize: none;
}

.checkbox {
  margin-bottom: 20px;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: var(--white);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.checkbox input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.checkbox input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.checkbox input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.order-summery hr {
  border-top: 1px solid #ebebeb;
  margin: 20px 0;
}

.order-summery .applyCoupon .form-control {
  height: 3.125rem;
  width: 70%;
  margin: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 0.05);
}

.order-summery .applyCoupon .btnStyle {
  height: 3.125rem;
  width: 30%;
  border-radius: 0;
  text-align: center;
  margin: auto;
  justify-content: center;
}

.order-summery strong,
.order-summery span {
  font-size: 0.935rem;
  font-weight: 600;
  color: var(--white);
}

.order-summery strong {
  color: var(--white);
}

.cartItemCard {
  border-radius: 5px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
  border: 1px solid #d2d2d2;
}

.cartItemCard img {
  width: 160px;
  height: 110px;
  object-fit: cover;
  object-position: center;
}

.cartItemCard .price {
  color: var(--primary);
}

.proCounter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.proCounter .minus,
.proCounter .plus {
  width: 3.125rem;
  height: 3.125rem;
  background: #ccc;
  border: 1px solid #ccc;
  color: #616161;
  font-size: 1.5625rem;
  padding: 4px 5px 8px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.proCounter input {
  height: 3.125rem;
  width: 3.125rem;
  text-align: center;
  font-size: 1rem;
  border: 0;
  background: transparent;
  border: 1px solid #ccc;
  color: var(--white);
}

.cartItemCard .delete i {
  color: red;
  font-size: 1.25rem;
}

.shipping-billing-col {
  list-style: none;
  border-top: 1px solid #ccc;
  margin-top: 1.5rem;
  padding: 0;
}

.shipping-billing-col p,
.shipping-billing-col a {
  position: relative;
  font-size: 1rem;
  line-height: 1.625em;
  color: var(--white);
}

.shipping-billing-col p {
  margin: 0px;
  padding: 1rem 1rem;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #ccc;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
}

.shipping-billing-col p i {
  /* position: absolute; */
  top: 17px;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  background-color: var(--white);
  border-radius: 100%;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
}

.shipping-billing-col .edit {
  color: var(--white);
  text-transform: capitalize;
  font-size: 1rem;
  padding: 0;
  /* float: right; */
  font-weight: 500;
  display: table;
  margin-left: auto;
}
.checkOutStyle h2.section-heading {
  color: var(--white);
}
.checkbox input[type="checkbox"] + label h5 {
  color: var(--white);
}
.formStyle .themeBtn {
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
}
figure.paymnt-img {
  width: 80px;
  background: var(--white);
  margin: auto;
}
/* END: 3 Steps Cart CSS */

/* step pages css end */
