* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Nohemi';
  src:url('../fonts/Nohemi-Medium-BF6438cc5883899.ttf') format('truetype'),
  url('../fonts/Nohemi-Light-BF6438cc5702321.woff') format('woff2'),
  url('../fonts/Nohemi-Bold-BF6438cc577b524.woff') format('woff');
  
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi-normal';
  src: url('../fonts/Nohemi-Light-BF6438cc5702321.woff') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
  
}
a:hover {
  color: #000;
  transition: all 0.3s ease-in-out;
}
ul li {
  list-style: none;
}
h1,
h2 {
  font-size: 88px;
  font-weight: 800;
  color: #fff;
  font-family: 'Nohemi', sans-serif;
}
h3, h4, h5{
  font-family: 'Nohemi', sans-serif;

}
p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.heading-box {
  padding-block-end: 64px;
}
.heading {
  color: #000;
  font-size: 88px;
  font-weight: 600;
}
.dekstop-logo {
    width: 143px;
}
.content {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
}
section {
  position: relative;
  padding-block: 60px;
}
.page-btn {
  display: inline-block;
  padding: 20px 38px;
  border-radius: 16px;
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease-in-out;
  font-family: 'Nexa', sans-serif;
}
.page-btn:hover {
  transform: scale(1.15);
}

.noScale{
  transform: inherit !important;
}

input:focus-visible {
  outline: none;
}
hr{
  width: 90%;
  margin: 40px auto;
 
  opacity: 1;
}
input {
  transition: background-color 0.3s ease;
}
input:-webkit-autofill {
  background-color: transparent !important; 
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important; 
}
input:-webkit-autofill{
  background-color: transparent !important; 
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important; 
}
.loader{
  width: 10%;
  margin: auto;
  display: none;
}
.loader img{
  width: 100%;
  height: 100%;
}
/* body:has(.artist-banner-loder) .loader{
  
  display: block;
} */
.modal .loader{
  width: 22%;}
/* .....model........ */
#largeModal .modal-dialog {
  top: 20%;
  left: 5%;
}
#largeModal .modal-content {
  background-color: transparent;
}
.modal-footer {
  padding: 0;
  border-top: 1px solid transparent;
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  left: 94%;
}
.modal-footer button {
  padding: 0;
  background: transparent;
}
.modal-footer button img {
  width: 20px;
  height: 20px;
}
/* select {
  -webkit-appearance: none;
  appearance: none;
} */
select{
  /* border-right: 16px solid transparent !important; */
  padding: 0 9px  !important;
  outline: 1px solid #C8C8C8 !important;

  border-right: 10px solid transparent !important;
  -webkit-border-right: 0px solid transparent !important; 

}
.safariopen select{
  background-image: url('/wp-content/uploads/2025/04/arrowicon.png') !important;
  -webkit-appearance: none ;
  border: 1px solid #C8C8C8 !important; 
  -webkit-border-radius: 16px !important;
  background-repeat: no-repeat;
  outline: none !important;
  background-size: cover !important;  
  position: relative;
  /* height: 65px !important; */
}
.safariopen  .service-dropbox{
  position: relative;
}
.safariopen  .service-dropbox::before{
  content: "";
position: absolute;
top: 32px;
right: 18px;
width: 10px;
height: 10px;
background-image: url('/wp-content/uploads/2025/04/Vector.png');
background-size: contain;
background-repeat: no-repeat;
z-index: 2;
}

/* ............header ............... */
.navbar {
  position: absolute;
  width: 100%;
  /* top: 40px; */
  z-index: 2;
  /* background-color: #00000091; */
  padding-inline: 26px;
}
/* .page-template-home_page .navbar {
  top: 36px;
} */
#navbarSupportedContent{
justify-content: end;
}
.navbar-nav {
  margin-left: auto;
  gap: 18px;
}

.navbar-nav li a {
  font-size: 16px;
  font-weight: 500;
  color: #C8C8C8;
  transition: all 0.6s ease-in-out;
  padding: 10px;
}
.navbar-nav li a:hover {
  color: #fff;
  font-weight: 500;
}
.navbar-nav .current-menu-item a {
  font-weight: 500;
  color: #fff;

}
.menu-item-844 a{
  color: #EFB608 !important;
}
.menu-item-845 a{
  color: #EFB608 !important;
}
.current_page_parent a{
  font-weight: 500 !important;
  color: #fff !important;
}
.header-btn {
  padding-inline-start: 12px;
}

.header-btn a {
  padding: 10px 14px;
  color: #fff;
  border-radius: 12px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
}
.header-btn a:hover {
  color: #000;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.sub-menu{
  display: none;
  background-color: #fff;
  position: absolute;
  transition: all 0.5s ease-in-out;
  padding: 5px 20px;
  border-radius: 10px;
  /* opacity: 0.9; */
}
.sub-menu li a{
  color: #000 !important;
  padding: 0px;
}
.sub-menu li{
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  white-space: nowrap;
}
.sub-menu li:last-child{
  border-color: transparent;

}
.sub-menu li a:hover{
  color: #000;
  font-weight: 400;
}
.menu-item-has-children:hover .sub-menu{
display: block;
} 
.menu-item-has-children{
  position: relative;
  padding-inline-end: 20px;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  color: #c3c5c6ff;
  top: 8px;
  font-size: 9px;
  right: 7px;
  display: block;
  background-image: url('../image/Vector.svg');
  background-size: contain;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.current_page_parent.menu-item-has-children::after{
  
  color: #fff;
  
  }
/* ..........home-banner.......... */
.home-banner .owl-nav {
  display: none;
}
.home-banner {
  padding: 0 !important;
  height: 842px;
  border-radius: 32px;
  margin-inline: 0px 0px;
}
.home-banner .home-slider {
  background-color: #000;
  padding-block: 0px 0px;
  /* padding-block: 168px 95px; */
  background-repeat: no-repeat;
  background-size: cover;
  height: 830px;
  border-radius: 32px;
  max-width: 99%;
  margin-inline: auto;
  margin-top: 6px;
}
.home-banner .home-slider .item {
  height: 100%;
  width: 100%;
  border-radius:32px;
}
.home-banner .home-slider .item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;

}
.bannenr-1-content {
  position: absolute;
  top: 0;
  background-color: #0000009e;
  padding-block:40px 0px;
  height: 100%;
  width: 98.3%;
  border-radius: 32px;
  display: flex
  ;
      align-items: center;
}
  .bannenr-1-content .singup-form .signup-btn{
    font-size: 16px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 16px;
    background: #D12423;
    color: #fff;
    border-color: transparent;
    transition: all 0.5s ease-in-out;
  }
  .bannenr-1-content .singup-form form{
    display: flex
    ;
        width: 100%;
        justify-content: space-between;
        align-items: center;
  }
  .bannenr-1-content .singup-form {
    margin-top: 50px;

  }
  .bannenr-1-content .singup-form h6{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-block-end: 18px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bannenr-1-content .input-box{
    padding: 16px 10px;
    display: flex;
    align-items: center;
    width: 84%;
    height: 70px;
    background-color: #fff;
    border-radius: 24px;
    justify-content: space-between;
  }
  .bannenr-1-content .input-box input{
    height: 100%;
    width: 70%;
    background: transparent;
    border-radius: 16px;
    border-color: transparent;
    padding-inline-start: 10px;
  }
.home-banner-content {
  max-width: 60%;
  margin: 0px 100px 56px;
}
.home-services-content .serices-content-box{
padding-block:40px 100px;
text-align: center;
}
.home-services-content .serices-content-box h3{
  color:  #000;
text-align: center;
font-size: 54px;
font-weight: 500;
margin-block-end: 30px;
line-height: 1.3;
}
.home-services-content .serices-content-box .page-btn{
  border-radius: 16px;
  padding: 10px 16px;
  font-weight: 500;
  /* border: 2px solid #A80A09; */
  background: #D12423;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  max-width: 290px;
  font-family: "Poppins", sans-serif;

}
.home-services-content .serices-content-box .page-btn img{
margin-inline-end: 12px;
width: 40px;
height: 40px;
}
.home-services-content .serices-content-box .page-btn:hover{
  color: #fff;
}
.banner-card-main {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding-inline: 20px;
}
.banner-card-main .card {
  background-color: #FEFDF5;
  padding: 20px;
  text-align: center;
  border-radius: 30px;
  width: 25%;
  height: 100%;
  border-color: transparent;
  /* transition: all 0.5s ease-in-out; */
}
.banner-card-main .card:hover {
  background-color: #000;
}
.banner-card-main .card:hover  img{
  filter: invert(1);
}
.banner-card-main .card:hover .card-heading {
  color: #fff;

}
.banner-card-main .card:hover .card-content {
  color: #fff;

}
.banner-card-main .card-icon {
  width: 96px !important;
  height: 96px;
  margin: auto;
  margin-bottom: 24px;
}
.banner-card-main .card-heading {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.card-content {
  font-size: 14px;
  font-weight: 400;
  padding-top: 12px;
  color: #000;
}
.home-slider-2 {
  padding-block: 130px 100px !important;
  background-size: cover;
  border-radius: 32px;
  background-repeat: no-repeat;
}
.home-slider-2 .banner-card-box {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding-inline: 100px;
}
.home-slider-2 .banner-card-box .card {
  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16.5px);
  padding: 32px;
  width: 25%;
  min-height: 284px;
}
.home-slider-2 .banner-card-image {
  width: 80px;
  height: 80px;
}
.home-slider-2 .banner-card-2-heading {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-block: 24px 0px;
}
.home-slider-2 .banner-card-2-content {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.home-slider-2 .banner-2-heading {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}
.home-slider-2 .banner-2-search-box {
  padding-inline: 100px;
  padding-block:0px  36px;
}
.home-slider-2 .search-boc-back {
  background-color: #fff;
  height: 82px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 24px;
}
 .search-boc-back form{
  display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.search-boc-back form button{
  border-color: transparent;
}
.home-slider-2 .search-boc-back input {
  width: 80%;
  height: 100%;
  border-color: transparent;
  border-radius: 24px;
}
input:focus-visible {
  outline: none;
}
.home-slider-2 .page-btn {
  border-radius: 16px;
  background: #d12423;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #d12423;
}
.home-banner .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  top: 93%;
  left: 48%;
}
.home-banner .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fefdf5;
}
.home-banner .owl-theme .owl-dots .owl-dot span {
  background: #585858;
}
.home-slider-3 .banner-3-content {
  width: 70%;
  margin-inline: 98px;
}
.home-slider-3 .banner-3-content .banner-3-heading {
  color: #fff;
  font-size: 88px;
  font-weight: 600;
  margin-block-end: 26px;
}
.home-slider-3 .banner-3-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-block-end: 38px;
  width: 70%;
}
.home-slider-3 .page-btn {
  padding: 12px 18px;
  border-radius: 16px;
  background: #d12423;
  font-size: 16px;
  font-weight: 500;
}
.home-slider-3 .page-btn:hover{
  color: #fff;
}
.home-slider-3 {
  padding-block: 140px 0 !important;
}
/* ...........client-logo-main........... */
.client-logo-main {
  padding-block: 40px 60px;
  overflow: hidden !important;
}
.client-logo-main .client-logo .logo-box {
  height: 50px;
  padding-inline: 20px;
  width: 134px;
  display: inline-block;
  
}
.client-logo-main .client-logo .logo-box img {
  width: 134px;
  height: 100%;
  object-fit: scale-down;
}
.client-logo-main .client-logo {
  animation: marquee 20s linear infinite;
  display: flex
  ;
      align-items: center;
      gap: 10px;
}

@keyframes marquee {
	from {
		transform: translateX(1600px);
	}
	to {
		transform: translateX(0px);
	}
}


/* Carousel and Animation CSS */
.rc-carousel {
  --box-gap: 50px;
  --tile-size: 76px;
 
}

.rc-carousel-strip {
  width: fit-content;
  animation: slideX 20s linear infinite;
}

.rc-carousel-strip.reverse {
  animation-direction: reverse;
}

.rc-carousel-strip:hover {
  animation-play-state: paused;
}

.rc-carousel-box {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--box-gap);
}

.rc-carousel-item {
  flex-shrink: 0;
  width: var(--tile-size);
  height: var(--tile-size);
}

.rc-carousel-item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@keyframes slideX {
  0% {
    transform: translateX(calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)));
  }
  100% {
    transform: translateX(0);
  }
}

/* Animation won't work if user prefers reduced motion */
@media (prefers-reduced-motion) {
  
  .rc-carousel-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rc-carousel-box [aria-hidden="true"] {
    display: none;
  }
  .rc-carousel-strip {
    animation: none;
  }
}
/* ...........playlist-pitching............ */
.playlist-pitching .heading-box .heading{
  margin-bottom: 20px;
}
.playlist-pitching .play-list-card {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #000;
  background: #fefdf5;
  min-height: 258px;
  margin-bottom: 32px;
}
.playlist-pitching .icon-box {
  padding-block-end: 18px;
}
.playlist-pitching .card-heading {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  padding-block-end: 12px;
  margin: 0;
}
.playlist-pitching .card-content {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  padding-top: 0;
}

/* ..............featuired-content-box........... */

.featured .featured-icon img {
  width: 100%;
  height: 100%;
}
.featured .featured-content-main {
  padding: 2px;
  border-radius: 24px;
  background: rgb(102, 102, 102);
  background: linear-gradient(
    160deg,
    rgba(102, 102, 102, 1) 4%,
    rgba(61, 240, 195, 1) 51%,
    rgba(209, 36, 35, 1) 69%,
    rgba(253, 213, 49, 1) 78%,
    rgba(255, 255, 255, 1) 110%
  );
}
.featured .featuired-content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px;
  background-color: #fff;
  border-radius: 24px;
  gap: 20px;
}
.featured .featuired-content-box .featured-content{
width: 80%;
}
.featured .featured-heading {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.featured .featured-sub-content {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
}
.featured-content-main .featured-btn .page-btn:hover {
  /* background-color: #d2302c; */
  transition: all 0.5s ease-in-out;
  color: #fff !important;
}
.pitching-count .featured-content-main .featured-btn .page-btn:hover {
  color: #000 !important;
}
.featured .featured-icon {
  max-width: 135px;
  flex: 0 0 12.333333%;
}
.featured .featured-content-main {
  flex: 0 0 87.333333%;
}
.featured .down-image {
  margin-block: 70px 40px;
  display: flex;
  justify-content: center;
}
/* .............counters.......... */
.counters {
  border-radius: 24px;
  background: #000;
  position: relative;
  margin-inline: 10px;
}
.counters::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 16px;
  background-color: #dcdcdc;
  top: -25px;
  left: 4.7%;
  border-radius: 24px 24px 0px 0px;
}
.counters .heading {
  color: #fefdf5;
  text-align: center;
  font-size: 72px;
  font-weight: 500;
  padding-bottom: 14px;
  line-height: normal;
}
.home-counters .heading {
  
  line-height: normal;
}
.home-counters{
  margin-bottom: 20px;
}
.home-counters h2{
  margin: 0px;
  padding: 0px !important;
}
.home-counters .heading-box p{
  color: #F3F3F3 !important;
  font-size: 22px;
  padding-block-start: 0px;
  line-height: 1.6;}
.home-counters h4{
  text-align: center;
  color:  #EFB608;
font-size: 30px;
font-weight: 400;
letter-spacing: 1.5px;
margin-bottom: 30px;
}
.home-counters  .countres-box .counter-card img{
  margin: auto;
}
.home-counters  .countres-box .counter-card h4{
  color:  #FEFDF5;
  text-align: center;
  font-size: 56px;
  font-weight: 600;
  margin-block: 35px 4px;
}
.home-counters  .countres-box .counter-card p{
  color:  #F3F3F3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.counters .heading-box p{
  color:  #F3F3F3 !important;

}
.counters .countres-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-inline: 170px;
}
.counter-card {
  text-align: center;
}
.counters .counter-card h3 {
  color: #fefdf5;
  font-size: 56px;
  font-weight: 600;
  display: flex;
  gap: 10px;
}
.counters .counter-card h3 span {
  color: #ffcd37;
}
.counters .counter-card p {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
}
.counter-btn {
  text-align: center;
  padding-block: 70px;
}
.counter-btn .amplify {
  background-color: #d12423;
  border-radius: 16px;
  padding: 12px 18px;
  font-size: 16px;
  transition: all 0.5s ease-in-out;

}
.counter-btn .amplify:hover {
  color: #fff !important;
}
.counter-btn .more {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 12px 18px;
  margin-inline-start: 16px;
  transition: all 0.5s ease-in-out;
}
.counter-btn .more:hover {
  background-color: #fff;
}
/* ...........plans .......... */
.pitching-plans{
  display: none;
}
.plans{
  padding-top: 100px;
}
.plans .heading-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.plans .container {
  max-width: 94%;
}
.plan-box-line {
  width: 85%;
}
.plans .heading-box .heading {
  font-size: 56px;
  font-weight: 600;
}
.plans .plan-card {
  border-radius: 24px;
  border: 1px solid #000;
  min-height: 100%;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.plans .plan-card:hover {
  background: linear-gradient(180deg, #ffdfde 0%, rgba(255, 223, 222, 0) 100%);
}
.plans .plan-card.card-1 {
  border-radius: 24px 0px 0px 24px;
  border-right: 0px;
}
.plans .plan-card.card-2 {
  border-radius: 0;
}
.plans .plan-card.card-3 {
  border-radius: 0px 24px 24px 0px;
  border-left: 0px;
}
.plan-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan-dots:last-child {
  margin-block-start: 20px;
  position: sticky;
  top: 100%;
}
.plan-dots span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #000;
  border-radius: 50px;
}
.plan-card .plan-card-content-box {
  padding: 16px;
}

.plans .plan-card-heading {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  padding-block: 32px 12px;
  margin: 0;
}
.plans .plan-card-content {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
}
.plans .plan-price {
  font-size: 48px;
  font-weight: 500;
  padding-block-start: 40px;
}
.plans .plan-price .part-slash {
  padding-inline: 8px;
}
.plans .plan-price span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.plans .page-btn {
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #000;
  text-align: center;
  margin-block: 24px 40px;
  padding: 12px 18px;
}
.plans .plan-card:hover .page-btn {
  background-color: #d12423;
  color: #fff;
  border-color: #d12423;
}

.plan-list {
  list-style: disc;
  color: #303030;
}
.plans .card-below-image {
  display: flex;
  justify-content: center;
}
/* ...........fresh-studio........... */
.fresh-studio{
  padding-bottom: 20px !important;
}
.fresh-studio .heading-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-block-end: 24px;
}
.studio-reel-slider-box{
  display: flex
  ;
      flex-wrap: nowrap;
      overflow-x: scroll;
}
.studio-reel-slider-box .col-md-3{
  /* width: 24%; */
}
.studio-reel-slider-box::-webkit-scrollbar {
  display: none;
}
.fresh-studio .heading-box .heading {
  font-size: 56px;
  font-weight: 600;
}
.fresh-studio .studio-video-box {
  padding-top: 56px;
}
.fresh-studio .studio-card-box {
  position: relative;
  height: 320px;
}
.fresh-studio .studio-uper-content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  text-transform: capitalize;
}
.fresh-studio .studio-uper-content a{
  width: 70px;
  height: 70px;
  display: inline-block;
}
.fresh-studio .studio-uper-content p {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 6px;
  text-align: center;
}
.fresh-studio .studio-card img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
  object-position: top;
}

.fresh-studio .studio-profile {
  padding-top: 20px;
  padding-inline-start: 16px;
}
.fresh-studio .studio-profile .profile-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fresh-studio .studio-profile .studio-profil-pic {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fresh-studio .studio-profile .studio-profil-pic img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.fresh-studio .studio-profile .studio-profil-pic .studio-name {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
}
.view-btn-box{
  display: flex
  ;
      justify-content: center;
      padding-block: 60px 0px;
}
.fresh-studio .view-btn-box a{
  color:  #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 16px;
  border: 2px solid  #000;
  background-color: transparent;
}
/* ..........footer........ */
footer {
  padding-top: 80px;
}
.newsletter {
  background-color: #000;
  border-radius: 32px 32px 0px  0px;
  margin-inline: 10px;
  padding-block: 68px;
}
.newsletter .newletter-heading {
  color: #fff;
  font-size: 88px;
  font-weight: 600;
}
.newsletter .page-btn {
  padding: 8px 18px;
  background: #d12423;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  transition: all 0.5s ease-in-out;

}
.newsletter .page-btn img{
  padding-inline-end: 10px;
  width: 50px;
  height: 40px;
}
.newsletter .page-btn:hover{
  color: #fff !important;
}
.newsletter .newsletter-iamge img{
  width: 100%;
}
#menu-item-1075 a{
  color:  #EFB608;

}
.footer-new-main{
  background-color: #000;
  padding-block: 0px 140px;
  margin-inline: 10px;
  border-radius: 0px 0px 32px 32px;
  border-top: 1px solid #585858 !important;
}
.footer-menu-box h6{
  color:  #DCDCDC;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  margin-block-end: 23px;
  letter-spacing: -0.5px;
}
.footer-menu-box ul {
  padding-left: 0px;
}
.footer-menu-box ul  li {
  padding-bottom: 10px;
}
.footer-menu-box ul  li  a{
  color:  #FEFDF5;
  font-family: 'Nohemi', sans-serif;
  font-size: 22px;
}
.footer-new-logo-box .dekstop-logo{
  width: 94%;
}
.footer-new-logo-box p{
  color:  #868686;
font-family: Poppins;
font-size: 14px;
font-weight: 500;
padding-block-start: 6px;
}
.footer-logo-container{
  padding-inline-start: 100px;
  border-left: 1px solid #585858;
  margin-inline-start: 60px;
  padding-block-start: 40px;
}
.menu-item-1083 {
  position: relative;
}
.menu-item-1083 a{
  padding-inline-start: 38px;
}
.menu-item-1083 a::before {
  content: '';
  position: absolute;
  background-image: url("/wp-content/uploads/2025/04/mx-logs.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 5px;
}
/* .........footer......... */
.footer-below {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background: rgb(209, 36, 35);
  background: radial-gradient(
    circle,
    rgba(209, 36, 35, 1) 20%,
    rgba(255, 255, 255, 1) 86%
  );
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-heading {
  color: #00000029;
  text-align: center;
  font-size: 72px;
  font-weight: 500;
  text-transform: uppercase;
  margin-block-end: 70px;
  padding-block: 32px 20px;
}
.footer-menu {
  display: none;
  background-color: #000;
  width: auto;
  margin-inline: auto;
  border-radius: 12px;
  padding: 20px 28px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 90%;
  left: 50%;
  gap: 60px;
  transform: translateX(-50%);
  border: 2px solid  #303030;

}
body:has(.wpcf7-not-valid-tip) .contact-page-form .service-dropbox{
  margin-block-start: 26px;
}
body:has(.wpcf7-not-valid-tip) .results-form input{
  margin-block-end: 6px;
}
.service-dropbox .wpcf7-not-valid-tip{
padding-top: 5px;
}
.wpcf7-spinner{
  width: 5% !important;
    }
    body:has(.wpcf7-not-valid-tip) .results-form span{
      margin-bottom: 10px;

    }
    .wpcf7-not-valid-tip{
      text-align: left;
    }
body:has(.wpcf7-not-valid-tip) .service-dropbox{
  padding-block-start: 0px;
}
.footer-menu.visible {
  transition: all 0.5s ease-in-out;

  display: flex; 
  z-index: 99;
}
.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding-inline-start: 0;
}
.footer-menu ul li a {
  padding-block: 20px;
  color: #868686;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;}
.footer-menu ul li a:hover {
  font-weight: 500;
  color: #fff;
}
.footer-menu .current-menu-item a{
  color: #FFF;  
font-size: 16px;
font-style: normal;
font-weight: 500;

}
.footer-menu ul .menu-item-has-children:hover .sub-menu{
  display: block !important;
  transition: all 0.5s ease-in-out;
}
.footer-menu .sub-menu{
  display: none !important;
  position: absolute;
  bottom: 194%;
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
}
.footer-menu .menu-item-has-children::after{
  top: 3px;
  right: 0px;
      transform: rotate(179deg);
}
.footer-audio-box {
  display: none;
  gap: 0;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
}
.play-box {
  cursor: pointer;
  background-color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-box .play img{
  /* width: 10px; */
}
.footer-audio-box .audio-tumb{
  width: 38px;
  height: 34px;
  background-color: transparent;
  border-radius: 10px;
}
.footer-audio-box .audio-tumb img{
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
/* ............about-banner page........... */
.about-banner {
  padding: 0px;
  z-index: 1;
  position: relative;
  margin-inline: 10px;
}
.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  border-radius:  24px;
}
.about-banner .about-banner-box{
background-size: cover;
background-repeat: no-repeat;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
border-radius:24px;
margin-top: 10px;
}
.about-banner .about-banner-content {
  padding-block: 180px 130px;
}
.about-banner .about-banner-content h2 {
  font-weight: 700;
  margin-block-end: 16px;
}
.about-banner .about-banner-content p {
  font-weight: 400;
  margin-block-end: 60px;
}
.about-banner .about-banner-content .page-btn {
  padding: 10px 14px;
  border-radius: 12px;
  background: #d12423;
  font-size: 14px;
  font-weight: 700;
}
.about-banner .about-banner-content .page-btn:hover{
  color: #fff !important;
}
/* ..........about-us.......... */
.about-us {
  padding-block: 100px;
}
.about-us .about-content .about-heading {
  font-size: 48px;
  font-weight: 700;
  padding-block-end: 10px;
  color: var(--grey-1, #000);
}
.about-us .about-content p {
  color: #000;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-2, #303030);
}
.about-content {
  padding-inline:  10px;
}
.about-us .about-us-image{
  position: sticky;
  top:10px;
}
.about-us .about-us-image img{
  width: 100%;
}

/* ........fetuers-card......... */
.fetuers-card {
  padding-top: 0;
}
.fetuers-card .card {
  background-color: #FEFDF5;
  padding: 20px;
  text-align: center; 
  border-radius: 30px;
  height: 100%;
  border-color: transparent;
  /* transition: all 0.5s ease-in-out; */
}
.fetuers-card .card:hover img {
  filter: invert(1);
}
.fetuers-card .card:hover {
  background-color: #000;
}
.fetuers-card .card:hover h5 {
  color: #fff;
}
.fetuers-card .card:hover p {
  color: #fff;
}
.fetuers-card .card img {
  width: 96px;
  height: 96px;
  margin: auto;
  margin-bottom: 24px;
  object-fit: contain;
}
.fetuers-card .card h5 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}
.fetuers-card .card p {
  color: #303030;
  padding-inline: 0px;
  font-size: 14px;
  font-weight: 400;
}
.fetuers-card .card-image-box{
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
}
.fetuers-card .card-image-box img{
  width: 100%;
  height: 100%;
  margin: 0px;
  object-fit: none;
}
/* ..........mold-artist....... */
.mold-artist {
  padding-bottom: 100px;
}
.mold-artist .mold-content h2 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
}
.mold-artist .mold-content p {
  color: #303030;
  font-weight: 400;
}
.mold-artist .mold-card {
  display: flex;
  align-items: baseline;
  gap: 72px;
}
.mold-artist .mold-card .card {
  border-color: transparent;
  padding-inline-end: 20px;
}
.mold-artist .mold-card .card img {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}
.mold-artist .mold-card .card h5 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 6px;
  margin: 0;
}
.mold-artist .mold-card .card p {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
}
/* ...........artist-box........... */
.artist-box {
  background-color: #000;
  border-radius: 20px;
  padding: 100px 30px;
  text-align: center;
  margin-inline: 20px;
  /* background: linear-gradient(
    313deg,
    rgba(209, 36, 35, 1) -13%,
    rgba(0, 0, 0, 1) 53%
  ); */
  background-repeat: no-repeat;
  background-size: cover;
}
.artist-box .artist-image-box .image-3{
  top: 40px;
}
.artist-box .artist-image-box img{
  transition: all 0.70s ease-in-out; 

}
.artist-box:hover .artist-image-box .image-1{
/* position: static; */
transform: translateX(-88%) ;
}
.artist-box:hover .artist-image-box .image-2{
  /* position: static; */
  transform: translateX(0); 
  }
  .artist-box:hover .artist-image-box .image-3{
    /* position: static; */
    transform: translateX(130%); 
    }
.artist-box .artist-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.artist-box .artist-image-box img {
  position: absolute;
  top: 10px;
  bottom: 0;
  transition: transform 0.70s ease; 

}
/* .artist-box:hover .artist-arrow-iamge {
  padding-block-start: 0%;

} */
.artist-box .artist-arrow-iamge {
  padding-block-start: 44%;
  transition: all 0.8s ease-in-out; 

}
.artist-box .artist-content h2 {
  color: #dcdcdc;
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
}
.artist-box .artist-content {
  padding-block-start: 80px;
}

/* ...........artist-thought........... */
.artist-thought {
  padding-block: 100px 20px;
}
.artist-thought .artist-thought-content {
  padding: 97px 140px;

  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 24px;
}
.artist-thought .artist-thought-content h2 {
  color: #000;
  text-align: center;
  font-size: 72px;
  font-weight: 700;
}
.artist-thought .artist-thought-content p {
  color: #303030;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-block-start: 4px;
}

/* ...........Artists page......... */
.artist-banner {
  /* background-color: #d3ddd9; */
  border-radius: 24px;
  text-align: center;
  padding-block: 115px 90px ;
  margin-inline: 10px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.artist-banner  .heading-box{
  padding-block-end: 0;
}
.artist-banner h2{
  color: #fff;
}
.artist-banner .heading{
  font-weight: 700;
  font-family: 'Sora', sans-serif; }
/* body:has(.artist-banner) .navbar-brand img{
  filter: invert(1);
} */
/* body:has(.artist-banner) .navbar-nav li a{
color: #868686;
} */
/* body:has(.artist-banner) .navbar-nav .current-menu-item a{
  color: #000;
} */
body:has(.artist-banner) .menu-item-has-children::after{
  color: #868686;

}
/* body:has(.artist-banner) .header-btn a {
  color: #000;
  border: 1px solid #000;
 
} */
/* .........artist-box-profile......... */
.artist-main-cardbox {
  overflow: hidden;
  transition: transform 0.70s ease-in-out;
  height: 33vw;
  border-radius: 16px;
  margin-bottom: 26px;
  -webkit-border-radius: 24px; 
  will-change: transform;
}
.artist-hover-content-box::-webkit-scrollbar {
  display: none;
}
.artist-hove-song{
  transition: transform 0.70s ease-in-out;
}

 .artist-main-cardbox:hover .artist-hove-song{
  margin-block-start: 0px;
  display: block;
  overflow: scroll;
 }
 
 .artist-main-cardbox:hover .artist-hove-card
{
margin-bottom: 8px;
transition: margin 0.70s ease-in-out;

}
.artist-main-cardbox{
  position: relative;
}

.artist-hover-content-box{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding:20px 20px 0px ;
  overflow-y: auto;
  transition: height 0.70s ease-in-out;
  will-change: transform;
}
.marketing-hover-card{
  justify-content: space-between;
}
.marketing-hover-card h4 {
  top: 10px !important;
  left: 10px !important;
  right: 32px;
  width: 100% !important;
}
.artist-hove-song{
  height: 0px;
  transition: height 0.70s ease-in-out;
  margin-bottom: 0;
  will-change: transform;
}



.artist-main-cardbox:hover .artist-hove-song{
  max-height: 360px;
  margin-bottom: 10px;
  transition: height 0.70s ease-in-out;
  height: auto;
  will-change: transform;
  /* display: flex;
  flex-direction: column;
  justify-content: end; */
}
.artist-main-cardbox:hover .artist-hover-content-box{
  /* height: 100%; */
  background-color: #00000030;
  will-change: transform;
  height: 475px;
  /* padding: 24px !important; */
}


.cardbox_link{
  position: absolute;
  top: 24px;
  left: 32px;
  right: 32px;
  width: 90%;
  z-index: 11;
}
.artist-box-title{
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-shadow: 1px 1px 7px rgb(119 119 119 / 50%);
  will-change: transform;
}
.artist-box-title img{
  margin-inline-end: 16px;
   width: 0px;
  transition: width 0.7s ease-in-out;
}

.artist-main-cardbox:hover .artist-box-title img{
  width: 40px;
  height: 40px;
  will-change: transform;
}

/* 
.artist-hover-content-box h4{
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: 24px;
  left: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  text-shadow: 1px 1px 7px rgb(119 119 119 / 50%);
  will-change: transform;
}

.artist-hover-content-box h4 img{
  margin-inline-end: 16px;
}
.artist-hover-content-box h4 img{
  width: 0px;
  transition: width 0.3s ease-in-out;

}
.artist-main-cardbox:hover  h4 img{
  width: 40px;
  height: 40px;
  will-change: transform;
} */

  .safariopen .artist-main-cardbox .artist-card-image{
    height: 475px;
    overflow: hidden;
  }
  .artist-main-cardbox .artist-card-image{
    height: 100%;
    border-radius: 24px;

    -webkit-border-radius: 24px; 


  }
  .safariopen .artist-main-cardbox .artist-card-image img{
  height: 475px !important;
  }
  .safariopen .artist-main-cardbox{
    height: 475px !important;
  }
  .safariopen .artist-hove-song{
    /* height: auto !important; */
  }
.artist-main-cardbox .artist-card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.70s ease-in-out;
  border-radius: 24px;
  -webkit-border-radius: 24px; 

}
.artist-main-cardbox:hover .artist-card-image img{
  transform: scale(1.3);
  transition: transform 0.70s ease-in-out;
  border-radius: 24px ;
  -webkit-border-radius: 24px; 
will-change: transform;
}
.case-study-artist .row{
  justify-content: space-between;
}
.case-study-artist .artist-main-cardbox {
  margin-bottom: 40px;
}
.case-study-artist .col-md-4{
  width: 31.33%;
}
.artist-box-profile {
  padding:40px  20px;
  padding-bottom: 0;
}
.artist-box-profile .artist-card {
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px; 

  margin-block-end: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: transform 0.70s ease-in-out;

}
.artist-box-profile .artist-card {
  padding: 20px;
  color: #fff;
}
 .artist-hove-card{
  display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    -webkit-border-radius: 16px; 

border: 1px solid #FFF;
background: rgba(255, 255, 255, 0.60);
backdrop-filter: blur(26px);
padding: 8px;
margin-bottom: 0px;
transition: all 0.70s ease-in-out;
}
.artist-hove-card .song-poster-name{
  display: flex
  ;
      gap: 20px;
      align-items: center;
}
 .artist-hove-card .song-poster-name img{
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.artist-hove-card .song-poster-name p{
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
 .artist-hove-card .icon{
width: 36px;
height: 36px;
}

.home-artist .artist-hove-song{
margin-bottom: -20px;
}
.home-artist .artist-hove-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  -webkit-border-radius: 16px;
  border: 1px solid transparent;
  background: transparent;
  backdrop-filter: blur(0);
  padding: 8px;
  margin-bottom: 0px;
  transition: all 0.70s ease-in-out;
}
.home-artist .artist-hove-card .song-poster-name {
  display: block;
}
.home-artist .artist-hove-card .song-poster-name h3{
  color: #FFF;
font-size: 60px;
font-weight: 600;
line-height: 1;
}
.home-artist .artist-hove-card .song-poster-name p{
  color:  #F3F3F3;
font-size: 24px;
font-weight: 400;
line-height: 1;
}
/* .artist-award {
  width: 64px;
  height: 64px;
}
.artist-award img{
  width: 100%;
  height: 100%;
} */
/* .home-artist .artist-award img:empty {
  display: none;
} */
.home-artist .artist-award  img[src*="Warning"] {
    display: none;
}
.home-artist h2{
  color:  #000;
font-size: 56px;
font-weight: 600;
}
.home-artist p{
  color:  #303030;
font-size: 16px;
font-weight: 400;
}
.home-artist{
  padding-block: 100px 40px;
}
.home-artist .home-case-study-btn {
  text-align: center;
  padding-block-start: 40px;
}
.home-artist .home-case-study-btn  .page-btn{
  background:  #D12423;
  color: #fff;
  padding: 12px 18px;
  font-size: 16px;


}
/* .........artist-deatils page.......... */
section.artist-deatils-banner {
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-block: 28% 0%; */
  display: flex;
  align-items: end;
  height: 650px;
  border-radius:24px;
  margin-inline: 10px;
  margin-top: 10px;
}
/* ...........about-artist-play.......... */
.about-artist-play {
  border-bottom: 1px solid #000;
  margin-inline: 40px;
  padding-block: 70px 10px;
  margin-block-end: 40px;
}
body:has(.artist-play-content) .about-artist-play{
  padding-block: 70px 120px;

}
.about-artist-play .artist-play-content h2 {
  color: #303030;
  font-size: 40px;
  font-weight: 700;
}
.about-artist-play .artist-play-content p {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
}
.about-artist-play .atist-song {
  margin-block-start: -240px;
}
.about-artist-play iframe{
  height: 100%;
  min-height: 400px;
}
/* .........pitching page......... */
.pitching-page-artist-assessment{
  padding-block: 60px !important;
}
.artist-assessment-box {
  padding-block: 20px;
}
.pitching-banner .about-banner-box {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
  border-radius: 24px;
  margin-top: 10px;
  /* margin-inline: 10px; */
}
.pitching-banner .about-banner-content{
  padding-block: 162px 90px;
}
.about-banner-content h2{
  letter-spacing: 3px;

}
.artist-assessment-box .assessment-content h2 {
  color: #303030;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 35px;
}

.artist-assessment-box .assessment-content p {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 35px;
}
.artist-assessment-box .assessment-content-box {
  border-bottom: 1px solid #000;
  padding-bottom: 70px;
}
.artist-assessment-box .page-btn {
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
  background: #d12423;
}
.artist-assessment-box .page-btn:hover {
  color: #fff !important;
}
.pitching-top-artist {
  padding-top: 100px;
}
.pitching-top-artist h2 {
  color: #000;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
}
.pitching-top-artist .heading-box {
  width: 50%;
  margin: auto;
}

.fetuers-card .heading-box h2 {
  color: #000;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
}
.fetuers-card .heading-box {
  padding-bottom: 81px;
}
.ptiching-fetuers {
  padding-top: 100px;
}

.pitching-count {
  margin-block-start: 100px;
  padding-block:95px 100px;
}
.pitching-count .heading {
  text-align: start;
  font-size: 88px;
  font-weight: 600;
}
.pitching-count .play-list-card {
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(16.5px);
  border: 1px solid #fff;
}
.pitching-count .play-list-card:hover {
  transition: all 0.6s ease-in-out;
  transform: scale(1.05);}
.pitching-count .card-heading {
  color: #fff;
}
.pitching-count .card-content {
  color: #dcdcdc;
}
.pitching-count .playlist-pitching {
  padding-bottom: 64px;
}

.pitching-featured .featuired-content-box {
  background-color: #000;
}
.pitching-featured .featured-btn .page-btn {
  background-color: #fff;
  color: #000;
}
.pitching-featured .featured-heading {
  color: #fff;
}
.pitching-featured .featured-sub-content {
  color: #fff;
}
.pitching-featured .down-image {
  display: none;
}
/* ..........playing-page-client-logo......... */
.playing-page-client-logo{
  padding-block: 60px !important;
}
 .pitching-count {
 margin-top: 10px !important;
}
/* ..........marketing-count page............ */

.marketing-count {
  margin-top: 40px;
}
.marketing-count .play-list-card{
height: 90%;
}
.marketing-count .playlist-pitching .row {
  justify-content: center;
}
.marketing-count .playlist-pitching{
  padding-bottom: 0px;
}
.marketing-count .submit-btn-box{
  justify-content: center;
    display: flex;
    padding-block-start: 40px;
}
.marketing-count .submit-btn-box .page-btn{
  padding: 12px 18px;
  background:  #D12423;
  border-radius: 16px;
  text-align: center;
  margin: auto;
}
.marketing-count .submit-btn-box .page-btn:hover{
  color: #fff;
}
.marketing-fetuers-card{
  padding-block: 20px 30px;}
.marketing-fetuers-card.fetuers-card .card img{
  object-fit: contain;
}
.marketing-about{
  padding-block: 20px 120px;
}
.marketing-about-box-main{
  justify-content: space-between;
  padding-inline: 90px;
  align-items: center;
}
.marketing-about-image{
  position: relative;
}
.marketing-about-image img{
  width: 100%;
}
.marketing-about-image .til-tok-box {
  position: absolute;
  display: flex;
  left: 53%;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.80);
  width: auto;
  flex-wrap: nowrap;
  gap: 10px;
  bottom: 92%;
  backdrop-filter: blur(22px);
  align-items: center;
  z-index: 2;
}
.marketing-about-image .spotify-box {
  position: absolute;
  background-color: #fff;
  display: flex;
  right: 55%;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.80);
  width: auto;
  flex-wrap: nowrap;
  gap: 10px;
  top: 91%;
  backdrop-filter: blur(22px);
  align-items: center;
}
.marketing-about-image .iocn-box{
width: 55px;
height: 55px;
}
.marketing-about-image .contnt-box{
  white-space: nowrap;
}
.marketing-about-image .contnt-box h4{
  color: #000;
font-size: 26px;
margin: 0px;
font-weight: 600;
}
.marketing-about-image .contnt-box p{
  color: #303030;
  font-size: 16px;
  font-weight: 400;
}
.marketing-about-content h3{
  color:#000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}
.marketing-about-content p{
  color:  #303030;
font-size: 16px;
font-weight: 400;
margin-bottom: 27px;
line-height: 1.7;

}
.marketing-about-content .page-btn{
padding: 12px 18px;
border-radius: 16px;
background:  #D12423;
}
.marketing-about-content .page-btn:hover{
  color: #fff;
}
/* .....expeact..... */
/* .expeact{
  padding-block: 100px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin-inline: 10px;
  border-radius: 32px;
}
.expeact h2{
  color:  #FEFDF5;
font-size: 56px;
font-weight: 600;
padding-bottom: 70px;

}
.expeact-image{
  background-color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 24px;
  height: 345px;
}
.expeact-image img{
  width: 86%;
  height: 100%;
} */
/* .....song-growth-data..... */
/* .song-growth-data{
  margin-bottom: 90px;
}
.song-growth-data .container {
  background-repeat: no-repeat;
  background-size: cover;
  margin-block:30px 100px;
  padding: 60px;
  border-radius: 30px;
  position: relative;
  width: 78%;
  margin-inline: 100px auto;
}
.song-growth-data .song-data h3{
  color: #FEFDF5;
font-size: 40px;
font-weight: 600;
padding-top: 10px;

}
 .heading-box-song{
  padding-block-end: 88px;

 }
.song-growth-row-box{
display: flex;
align-items: center;
}
.song-numebrs{
  padding-block-end: 88px;
}
.song-numebrs:last-child{
  padding-block-end: 0px;

}
.groth-graph-image {
  position: absolute;
  top: 72%;
  right: -24%;
}
.groth-graph-image img{
  width: 90%;
}
.sont-thumb{
  width: 88px;
  height: 88px;
  position: absolute;
  top: 42px;
}
.sont-thumb img{
  width: 100%;
  height: 100%;
} */
.statistics .nav-pills{
justify-content: center;
gap: 40px;
}
/* .statistics-tab{
  display: flex;
  gap: 30px;
  justify-content: center;
} */
.statistics-tab button{
  border-radius: 15px !important;
  border: 1px solid  #868686 !important;
  display: flex;
  align-items: center;
  gap:18px;
  color:  #868686;
text-align: center;
font-size: 16px;
font-weight: 700;
padding: 6px 30px 6px 6px;
}
.statistics-tab button:hover{
  color: #868686;
  border-color: #868686;
}
.statistics .nav-link.active{
background-color: transparent;
border-color: #D12423 !important;
color: #D12423;
}
.statistics-number-box{
  display: flex
  ;
      justify-content: center;
      gap: 160px;
      padding-top: 65px;
}
.statistics-number-box .content p{
  color:  #868686;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
}
.statistics-number-box .content h4{
  color:  #000;
font-size: 30px;
font-weight: 600;
padding-bottom: 10px;
}
.statistics .heading-box h2{
  color:  #000;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  padding-top: 80px;
}

.statistics::before{
  content: "";
  background-color: #F8F6F6;
  width: 100%;
  height: 795px;
  display: block;
  position: absolute;
  z-index: -1;
}
.statics-image-box{
  width: 900px;
  margin: auto;
  padding-block-start: 30px;
}
.statics-image-box img{
  width: 100%;
  margin: auto;
}
/* ......social-media-box...... */
.social-media-box .media-box{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block-end: 150px;
}
.social-media-box .media-box h2{
  color: #000;
text-align: center;
font-size: 56px;
font-weight: 700;
padding: 130px 400px;
}
.media-box video{
  width: 313px;
  margin: auto;
  height: 635px;
  text-align: center;
  display: flex
;
  padding: 10px;
  border-radius: 50px !important;
}
.media-box .video-box{
  position: relative;
  top: 110px;
}
.social-media-box{
  padding-block: 60px 0px;
}
.social-media-box .media-box-slider {
  height: 600px;
  overflow: scroll;
  position: sticky;
  top: 3px;
}
.social-media-box .row {
  background-color: #ff000000;
  background-position: 0 0;
  background-size: cover;
  height: 1130px;
  position: sticky;
  /* overflow: hidden; */
  margin-inline: 10px;
  border-radius: 20px 20px 0px 0px;
  padding: 0px;
  top: -35%;
  margin: 0px;
}
.social-media-box .row-1{
  z-index: 1;

}
.social-media-box .row-2{
  z-index: 2;
}
.social-media-box .row-3{
  z-index: 3;
  height: 1000px;

}
.social-media-box .text-holder {
  width: 100%;
  height: 100%;
  position: relative;
  /* position: absolute; */
  inset: 0%;
  -webkit-clip-path: inset(0px 0px 0px 0px);
  /* clip-path: inset(0px 0px 0px 0px); */
}

.social-media-box .text {
  transform: translateZ(0);
  /* color: #fff; */
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  /* font-size: 7vw;
  font-weight: bold;
  line-height: 1em; */
  display: flex;
  /* position: fixed;
  inset: 0%; */
}

.social-media-box .media-box{
  background-repeat: no-repeat;
    background-size: cover;
    padding-block: 60px;
    width: 100%;
    text-align: center;
    background-color: #fff;
}
.social-media-box .media-box h2 {
    color: #000;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    position: absolute;
    white-space: break-spaces;
    width: 100%;
    padding-inline: 350px;
    top: -50px;
    line-height: 1.2;
}
.social-media-box .video-box{
  width: 310px;
    height: 600px;
    margin: auto;
    position: relative;
    top: 300px;
}
.social-media-box .video-item{
  width: 350px;
  height: 640px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -110px;
}
/* ......number-grew........ */
.dakstop-socical-media{
margin-bottom: 50px;
}
/* .number-grew{
  display: none;
} */
.number-grew h2{
  color:  #000;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
}
.number-grew .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.number-grew .owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.number-grew .owl-item:not(.center) > div.active {
  opacity: .75;
}
.number-grew .owl-item.active.center {
  opacity: 1;
}
.number-grew .owl-item.cloned{
  opacity: 0;
}
.number-grew  .active.center .carousel-img {
  border-radius: 15.919px;
/* background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.51) 81.1%);
box-shadow: 0px 39.797px 99.492px 0px rgba(216, 223, 228, 0.32), 0px -19.898px 71.634px 0px rgba(33, 41, 80, 0.04);
backdrop-filter: blur(16.913604736328125px); */
    scale: 1.2;
}

.number-grew .owl-custom-container{
  margin-top: 50px;
}
.number-grew .owl-dots {
  text-align: center;
  margin-top: 20px;
 
}
.number-grew .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 5px;
  transition:background 0.3s ease;
}
.numbergrow-prent .owl-dot  span{
margin: 0px 0px !important;
}
.number-grew .owl-carousel .owl-dots.disabled{
display: block;
}
/* .number-grew .owl-carousel button.owl-dot {
  background: #ECECEC !important;
} */
/* 
.number-grew .owl-carousel button.owl-dot.active {
  background: #C7C7C7 !important;
} */
.number-grew .owl-nav button.owl-prev,
.number-grew .owl-nav button.owl-next {
background: #fff !important;
color: black !important;
border-radius: 50%;
width:50px;
height: 50px;
margin: 0 10px;
font-size: 18px;
border: 1px solid #eee !important;
}
.number-grew .owl-carousel .owl-stage-outer{
overflow: visible !important;
}
.number-grew .owl-nav span{
  font-size: 40px;
  line-height: 0.9;
}
.number-grew .owl-custom-container button.owl-prev {
  position: absolute;
  left: 23% !important;
  box-shadow: 0px 11px 14.6px 0px rgba(0, 0, 0, 0.10);

}

.number-grew .owl-custom-container button.owl-next {
  position: absolute;
  right: 23%;
  box-shadow: 0px 11px 14.6px 0px rgba(0, 0, 0, 0.10);

}
.number-grew .owl-custom-container .owl-nav{
  position: absolute;
  top: 40%;
  margin: auto;
  width: 100%;
}
.number-grew .nav-icon-box{
   display: flex;
    align-items: center;
    justify-content: center;
    gap:12px;
}
.number-grew .image-box{
 width: 60px;
    height: 60px;
}
.number-grew .image-box{
  cursor: pointer;
}
.number-grew .image-box.active{
   scale: 1.3;
    border: 2px solid #D12423;
    padding: 5px;
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
}
.number-grew .image-box img{
  width: 100%;
  height: 100%;
}
.number-grew::before {
    content: "";
    background-color: #F8F6F6;
    width: 100%;
    height: 680px;
    display: block;
    position: absolute;
    z-index: -1;
    top: 50px;
    bottom: 22px;
}
.number-grew {
      padding-block: 120px 0px;
}
.mobile-number-grow-slider{
  display: none !important;
}
/* .nav-icon-box .image-box:first-child{
  scale: 1.3;
    border: 2px solid #D12423;
    padding: 5px;
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
} */

.number-grew .owl-item.active.center{
  width: 290px;
    /* margin-inline: 100px 0px; */
    margin-right: 0px;

}
.number-grew .owl-item.cloned{
    width: 0;
    margin-right: 0px;

}
/* .....campaigns..... */
.post-video-model .modal-body{
  background-color: #000;
  padding: 20px;
  height: 100%;
}
.post-video-model  .modal-content{
height: 500px;
}
.post-video-model .modal-dialog{
  max-width: 600px;
}
.post-video-model .modal-header{
  width: 50px;
  height: 50px;
  
  margin-inline-start: auto;
  margin-block-start: 0;
  position: absolute;
  left: 90%;
  color: #fff;
  background-color: #ffff;
  z-index: 99;
  border-radius: 10px;
}
.post-video-model video{
  width: 100%;
  height: 100%;
}
.campaigns{
  padding-block: 100px;
}
.campaigns .row{
justify-content: center;
gap: 50px;
}
.campaigns h3{
  color:  #000;
font-size: 56px;
font-weight: 600;
text-align: center;
padding-bottom: 66px;
}
.campaigns h4{
  color:  #303030;
font-size: 40px;
font-weight: 700;
text-align: center;
padding-bottom: 18px;

}
.campaigns img{
  width: 100%;
  height: 450px;
}
.fb-heading{
  width: 85%;
}
.campaigns .fb-add .hover-icon{
  display: none;
  width: 100%;
  height: 100%;
  background-color: #00000054;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 85%;
}
.campaigns .fb-add .hover-icon img{
  width: 50px;
  height: 50px;
  background: transparent;
}
.campaigns .fb-add:hover .hover-icon{
  display: flex;
  transition: all 0.5s  ease-in-out;
}
.campaigns .ig-add .hover-icon{
  display: none;
  width: 100%;
  height: 100%;
  background-color: #00000054;
  position: absolute;
  align-items: center;
top: 0;
justify-content: center;

}
.campaigns .ig-add .hover-icon img{
  width: 50px;
  height: 50px;
  background: transparent;

}
.campaigns .ig-add:hover .hover-icon{
  display: flex;
  transition: all 0.5s  ease-in-out;
}
.campaigns .fb-add{
  position: relative;
}
.campaigns .fb-add img{
  background: linear-gradient(180deg, #1875F0 0%, #2D2AAE 100%);
  width:85%;
}
.campaigns .ig-add{
  background: linear-gradient(180deg, #4844EA 0%, #F05B34 56%);
position: relative;
}
/* ........distribution-page......... */
.distribution-assessment .assessment-content h2{
  padding-bottom: 10px !important;
}
.distribution-assessment .assessment-content-box {
  border-color: transparent;
  padding-bottom: 0px;
}
body:has(.distribution-assessment) .pitching-count {
  padding-bottom: 60px;
}
/* .........radion-page........... */
.radion-box {
  padding-bottom: 0;
}
.radion-box .container {
  border-bottom: 1px solid #000;
  padding-block:40px 100px;
}
.radion-box .radio-content-box h2 {
  color: #303030;
  font-size: 40px;
  font-weight: 700;
  padding-block-end: 20px;
}
.radion-box .radio-content-box p {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  padding-block-end: 20px;
  line-height: 1.8;
}
.radion-box .radio-content-box .page-btn {
  padding: 13px 35px;
  border-radius: 16px;
  background: #d12423;
  font-size: 16px;
  font-weight: 500;
  margin-block-start: 20px;
}
.radion-box .radio-content-box .page-btn:hover{
color: #fff !important;
}
.radion-box .radio-content-box span {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: #303030;
  display: inline-block;
  padding: 10px 40px;
}
.radion-box .radio-image-box {
  display: flex;
  gap: 20px;
  justify-content: end;
}
.radion-box .radio-image-box .radio-image-box-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 40%;
}
.radio-image-box .owl-dots{
  display: none;
}
.image-1  .image-box{
  width: 100%;
  height: 100%;
}
.radio-image-box .image-2{
  width: 100%;
}
.radtio-iamge-box-2{
  width: 40%;
}
.radio-camp-slider .image-box{
  height: 320px !important;

}

.radtio-iamge-box-2 .image-box{
  height: 550px !important;
}
.radio-camp-slider2 .image-box{
height: 210px !important;
}
.radion-box .image-box img{
   
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    object-position: top;
}
/* ...........press-page........... */
.press-banenr-news .row {
  border: 1px solid #000;
  border-radius: 24px;
  align-items: center;
}
.press-banenr-news img {
  width: 100%;
}
.press-banenr-news .news-content-box .new-categ {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.press-banenr-news .news-content-box .new-categ li {
  color: #585858;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 4px;
  background: #f3f3f3;
}
.press-banenr-news .news-content-box h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
.press-banenr-news .news-content-box p {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.6;
}
.news-image-box{
  height: 340px;
  min-height: 400px;
}
.news-image-box img {
  height: 100%;
}
.press-banenr-news .news-content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline-end: 18px;
  height: 340px;
  min-height: 370px;
  justify-content: center;
  overflow-y: auto;
}
.press-banenr-news .news-content-box .new-content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
}
.press-banenr-news .news-content-box .new-arrow img {
  width: 48px;
  height: 48px;
}
/* ........news-box-main........ */
/* body:has(.press-news-box) .artist-banner{
  border-radius: 0;
} */
.press-news-box{
  background-color: #f5f5f5;
  margin-inline: 10px;

}
body:has(.press-news-box) footer{
padding-top: 0px ;
}
.press-news-box iframe{
  height: 100vh !important;
  overflow: scroll;}
.news-box-main {
  padding: 0;
}
.news-box-main .news-card {
  border: 1px solid #0a1b11;
  border-radius: 24px;
  margin-block-end: 40px;
}
.news-box-main .news-card .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 24px 24px 0px 0px;
  height: 232px;
}
.news-box-main .news-card .news-content {
  padding: 24px;
}
.news-box-main .news-card .news-content .hast-tag-box {
  padding: 2px 6px;
  border-radius: 4px;
  background: #f3f3f3;
  font-size: 12px;
  font-weight: 400;
}
.news-box-main .news-card .news-content .news-titel {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-block: 14px;
}

.news-box-main .news-card .news-content .news-description {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block-start: 30px;
}
.news-box-main .news-card .news-content .news-description p {
  color: #38453e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-box-main .news-card .news-content .news-description img {
  width: 24px;
  height: 24px;
}

/* ...........case study 1 ............ */
.case-study-banner .about-banner-box {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  margin-top: 10px;
  height: 678px;
}
.case-study-banner .container {
  margin-inline-start: 98px;
  margin-inline-end: 20px;
  max-width: 92%;  
}
.case-study-banner .about-banner-content {
  padding-block: 264px;
}
.case-study-banner .about-banner-box .case-title {
  padding: 6px 9px;
  border-radius: 10px;
  background: rgba(254, 253, 245, 0.3);
  font-size: 14px;
  font-weight: 500;
  /* width: 23%; */
  text-align: center;
  color: #fff;
  display: inline-block;
}
.case-study-banner .about-banner-box .banner-awards-icons {
  display: flex;
  justify-content: end;
  height: 100%;
  margin-block-start: auto;
  align-items: end;
  padding-block-end: 26px;
}
/* ..........case-study-streams.......... */
.case-study-streams{
  padding-block: 100px;
}
.case-study-streams .stream-left h2 {
  color: #000;
}
.case-study-streams .container {
  padding-block-end: 80px;
  border-bottom: 1px solid #000;
}
.case-study-streams .stream-left p {
  color: #868686;
  font-size: 24px !important;
  font-weight: 400;
  font-family: 'Nohemi', sans-serif;
}
.stream-content .page-btn{
  font-family: "Poppins", sans-serif;}
.case-study-streams .stream-content h4 {
  color: #303030;
  font-size: 40px;
  font-weight: 700;
  margin-block-end: 20px;
}


.case-study-streams .stream-content p {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
.case-study-streams .stream-content .page-btn {
  padding: 13px 24px;
  border-radius: 16px;
  background: #d12423;
  font-size: 16px;
  font-weight: 500;
}
.case-study-streams .stream-content .page-btn:hover{
color: #fff !important;
}
/* ...........artist-history.......... */
.artist-history{
  padding-top: 20px;
}
.artist-history .card-content {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #f3f3f3;
  background: #fcfcfc;
  height: 100%;
}
.artist-history .card-content h4 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
.artist-history .card-content p {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
}
/* .........artist-awards......... */
.artist-awards{
  padding-bottom: 10px;
}
.artist-awards .heading-box{
  padding-bottom: 34px;
}
.artist-awards .heading {
  text-align: center;
  font-weight: 500;
  color: #585858;
  font-size: 72px;
  padding-inline: 20px;
}
.artist-awards .heading span {
  font-weight: 700;
  color: #585858;
}
.award-card-box {
  text-align: center;
}
.award-card-box h4 {
  padding-top: 40px;
  font-weight: 700;
  font-size: 40px;
}
.award-card-box p {
  color: #303030;
  font-size: 24px;

  font-weight: 500;
}
.artist-remember-heading{
  padding-block: 40px;
}
/* ............song-pointmain-box........ */
.song-view-point .song-pointmain-box {
  /* background: rgb(110, 34, 34);
  background: radial-gradient(
    circle at bottom,
    rgba(110, 34, 34, 1) 0%,
    rgba(0, 0, 0, 1) 54%
  ); */
  border-radius: 24px;
  padding-block: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.song-view-point .song-pointmain-box .row {
  align-items: center;
  justify-content: center;
}
.song-view-point .song-pointmain-box img {
  width: 100%;
}
.song-point-content {
  text-align: center;
  margin-block-start: 33px;
}
.song-point-content h2 {
  font-size: 72px;
  font-weight: 700;
}
.song-point-content p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.nomination-award-image{
  width: 539px;
  height: 480px;
}
.nomination .nomination-award-image img {
  width: 100%;
}
.nomination .nomination-content {
  padding-inline: 30px 20px;
}
.nomination .nomination-content h2 {
  color: #000;
  font-size: 72px;
  font-weight: 700;
}

.nomination .nomination-content h2 span {
  color: #c8c8c8;
  font-weight: 500;
}
/* ........case-study-playlist.......... */
.case-study-playlist .image-box img{
width: 100%;
}
.case-study-playlist .image-box iframe{
  width: 100%;
  height: 600px;
  border-radius: 32px;
}
/* ............map........... */
.map-image {
  margin-block-end: 63px;
}
.map-image img{
  width: 100%;

}
.map-box .country-name-box {
  display: flex;
  width: 24%;
  align-items: center;
  border: 1px solid #f3f3f3;
  border-radius: 24px;
  gap: 14px;
  padding: 24px;
}
.map-box .country-name-box .flag-box img {
  border-radius: 10px;
}

.map-box .country-name-box .content-box h6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.map-box .country-name-box .content-box p {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
}
/* ........case-study-dowenload......... */
.case-study-dowenload {
  padding-block: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
.study-dowenload-box {
  text-align: center;
}
.study-dowenload-box .share-btn-box{
  position: relative;
}
/* .study-dowenload-box .share-icon-box{
    position: absolute;
  gap: 10px;
  justify-content: center;
  left: 8px;
  padding-block-start: 12px;
  transition: all 0.50s ease-in-out;
  top:55%;
  z-index: 33;
display: none;
} */
/* body:has(.new-showclass) .share-icon-box{
  display: flex;
} */
 
.share-opastions {
   display: flex;
      align-items: center;
      gap: 20px;
      overflow-x: scroll;
      padding-block-start: 60px;
      text-align: center;
      justify-content: center;
}
.share-opastions p{
  color: #303030;
  margin-block: 10px 20px;
}
 .share-icon-box img{
  width: 78px;
  height: 78px;
  border-radius: 100%;
}
.share-modal.post-video-model .modal-dialog {
  max-width: 6-0px;
}
.link-box{
  display: flex
  ;
      align-items: center;
      border: 1px solid #E0E0E0;
      padding: 10px;
      height: 65px;
      border-radius: 16px;
      justify-content: space-between;
      margin-top: 30px;
      background-color: #F9F9F9;
}
.link-box p{
  color: #000;
  white-space: nowrap;
  overflow-x: hidden;
}
.share-modal hr{
  width: 100%;
  color: #E5E5E5;
}
.link-box button{
  border-radius: 24px;
background:  #D12423;
font-size: 16px;
color: #fff;
padding: 10px 16px;
}
.share-modal .modal-body{
  background-color: #fff;
  border-radius: 16px;
}
.share-modal .modal-header button{
visibility: hidden;
}
.share-modal .modal-header{
  border-bottom: 0px solid transparent;

}
.share-modal .modal-header{
  display: flex !important;
  width: 100%;
  left: 0;
  padding-block-start: 30px;
}
.share-modal .modal-header h4{
  color: #000;
font-size: 20px;
font-weight: 500;
}
.share-modal .modal-header button.btn-close{
  visibility: visible;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border-bottom: 0px solid transparent;
}
.share-modal .modal-content{
  height: 400px;
  border-radius: 16px;
}
.share-modal.modal .modal-header{
  display: block;
}
.study-dowenload-box h2 {
  color: #000;
  font-weight: 600;
}
.study-dowenload-box .study-case-btn {
  padding-block-start: 80px;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: baseline;
}
.study-dowenload-box .page-btn {
  padding: 12px 18px;
  border-radius: 16px;
  border: 2px solid #000;
  background-color: #000;
}
.study-dowenload-box .page-btn:hover{
  color: #fff;
}
.study-dowenload-box .page-btn img {
  margin-inline-end: 8px;
}
.study-dowenload-box .share-btn {
  background-color: transparent;
  color: #000;
}
.study-dowenload-box .share-btn:hover{
  color: #000;
}

 .share-icon-box #copyButton{
  border-color: transparent;
  
}
.share-icon-box #copyButton img{
  padding: 5px;
}
/* ..........results-form............ */
.results-form{
  /* padding-bottom: 0px; */
  background: linear-gradient(180deg, #FFF 62.76%, #F4F4F4 100%);

}
.results-form .row{
  display: flex
  ;
      flex-direction: column;
      justify-content: center !important;
      align-items: center;
      text-align: center;
}
.results-form .row form p{
  display: flex
  ;
      flex-wrap: wrap;
}
.results-form .row form p span{
  width: 48%;
  margin-right: 10px;
}
.results-form .row form [data-name="link"] 
{
  width: 98%;

}
.results-form select{
  margin-bottom: 0px !important;
  
}
.results-form .submit-btn{
width: 100% !important;
margin-block-start: 10px;
}
.results-form .form-content p{
  color:  #868686;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.results-form .form-content h3
{
margin-bottom: 60px;
}
.results-form h3 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
}
.results-form p {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
}
.results-form input {
  border-radius: 16px;
  border: 1px solid #C8C8C8;
  background: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  margin-block-end: 16px;
}
.results-form select {
  border-radius: 16px;
  border: 1px solid #C8C8C8;
  background: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  height: 67px;
  margin-block-end: 40px;
  /* border-right: 14px solid transparent; */
  color: #7f7f7f;
}
.results-form .page-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 16px;
  background: #d12423;
  border-color: #d12423;
}
/* ...........case-assestment......... */
.case-assestment {
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 70px 80px !important;
}
.case-assestment .play-list-card{
  padding-bottom: 0px;
}
.case-assestment::before {
  display: none;
}
.case-assestment .heading-box {
  width: 67%;
}

.case-assestment .play-list-card {
  height: 100%;
}
.case-assestment .icon-box{
padding-bottom: 30px;
}
.case-assestment h2 {
  color: #fff !important;
  font-size: 56px !important;
  font-weight: 700;
}
.case-assestment p {
  color: #c8c8c8;
  font-size: 16px;
  font-weight: 400;
}
.case-assestment .case-input-box {
  height: 82px;
  border-radius: 24px;
  border: 1px solid #666;
  background: #fff;
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 28px 16px;
}
.case-assestment .case-input-box input {
  width: 80%;
  height: 100%;
  border-color: transparent;
  border-radius: 0px;
  background-color: #fff;
}
.case-assestment .case-input-box .page-btn {
  padding: 12px 18px;
  border-radius: 16px;
  background: #d12423;
  font-size: 16px;
  font-weight: 500;
}
.case-assestment .case-input-box .page-btn:hover{
  color: #fff;
}
/* .............case-study-studio-box......... */
.case-study-studio-box{
  padding-block: 100px 40px;
}
.case-study-studio-box .studio-video-box h6 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding-top: 20px;
  padding-inline-start: 16px;
}

/* ........case2- page...... */
.chet-code-banner{
  padding-bottom: 60px;
}
.case-study-banner.cheat-codes .about-banner-content{
  padding-block: 200px 100px;
}
.case-streams-case-2 .container {
  border-bottom: 0px;
  padding-bottom: 0;
}
.case-streams-case-2 .stream-left h2{
  font-size: 72px;
  position: relative;
  font-weight: 600;
}
.case-streams-case-2 .stream-left h2 img{
  position: absolute;
  top:20px;
  left: 70%;
}
.case-streams-case-2 p{
  font-size: 16px !important;
}
.case-streams-case-2 .stream-content p{
margin-bottom: 16px;
}

.case2-reel-box {
  padding-inline: 20px;
  padding-top: 0px;

}
.case2-reel-box iframe {
  width: 332px;
  height: 100%;
}
.case2-reel-box .reel-slider {
  display: flex;
    align-items: center;
    gap: 20px;
    overflow-x: scroll;
}
.case2-reel-box .reel-slider::-webkit-scrollbar {
  display: none;
}
.reel-card{
    height: 263px;
    width: 332px;

}
/* .case2-reel-box .owl-dots {
  display: none;
} */
.case2-artist-history {
  padding-top: 0;
}
.case2-artist-history .container {
  padding-top: 80px;
  border-top: 1px solid #000;
}
.case2-artist-history .col-md-6{
margin-bottom: 20px;
}
.case2-artist-history .card-content {
  margin-bottom: 0px;
}
.artist-awards .heading-box p {
  color: #585858;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Nohemi', sans-serif;}
.case2-artist-awards .heading-box{
  padding-bottom: 0px;
}
.case2card-nomination{
  padding-bottom: 100px;
}
.cheat-code-youtube .nomination-award-image iframe{
width: 100%;
}
/* ......case2-nomination...... */

.case2-nomination .nomination-award-image {
  padding: 50px;
  background-color: #000;
  border-radius: 24px;
}
.nomination p {
  color: #585858;
  font-size: 24px;
  font-weight: 400;
}
/* ........crossover....... */
.crossover {
  border-radius: 24px;
  border: 1px solid #000;
  padding: 70px;
  margin: 10px;
}
.crossover img {
  width: 100%;
}
.crossover .crossover-content h3 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
}
.crossover .crossover-content p {
  color: #585858;
  font-size: 24px;
  font-weight: 400;
  padding-top: 50px;
  font-family: 'Nohemi', sans-serif;
}
/* ........case 3 page........ */
.leha-banner-content-icon{
  height: 100% !important;
}
.case-study-banner.case-study-3-banner .about-banner-content{
  padding-block: 200px 100px;
}.case-study3-streams{
  padding-block: 90px !important;
}
.case-study3-streams .stream-left h2{
  font-size: 88px;
}
.stream-conetnt-btn{
margin-top: 30px;
}
.leha-banner-content{
  padding-block: 150px 140px !important;
}
/* ........case3 studio page ...... */
.banner-coin {
  display: flex;
  align-items: center;
  gap: 10px;
}
.case3-counters {
  /* background: radial-gradient(
    circle at bottom,
    rgb(202 54 54) 0%,
    rgba(0, 0, 0, 1) 54%
  ); */
  margin-block-start: 40px;
  padding-block: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
.case3-counters .heading-box p{
color: #F3F3F3;
}
section.fetuers-card.cas3-fetuers {
  padding-block: 60px 40px;
}
.cas3-fetuers h2{
  font-size: 88px !important;
  font-weight: 600 !important;

}
.case3-counters .heading {
  text-align: start;
  color: #fff;
  font-size: 88px;
  font-weight: 600;
  margin-block-end: 0;
  line-height: 1;
  padding-bottom: 24px;
}
.case3-counters .heading-box {
  padding-block-end: 50px;
}
.case3-counter-card {
  border-radius: 16px;
  border: 1px solid #fff;
  background: #000;
  padding: 44px 32px;
  height: 100%;
}
.case3-counters .case3-counter-card img {
  margin-bottom: 24px;
}
.case3-counters .case3-counter-card .card-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-block-end: 12px;
}
.case3-counters .case3-counter-card .card-content p {
  color: #dcdcdc;
  font-size: 14px;
  font-weight: 400;
}
.case3-study-playlist{
  padding-block: 100px ;
}
/* .......results......... */
.ashe-page-result .apple.sub-color b{
  color:  #1ED760;

}
.lovelibande-page-result .apple.sub-color b{
  color:  #1ED760;

}
.results .heading-box {
  padding-block-end: 20px;
}
.results .heading {
  text-align: center;
}
.results-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #000;
  padding-block: 38px;
  padding-inline: 20px;
}
.results-card-row .card-image {
  width: 12%;
  text-align: center;
}

.results-card-row .card-content {
  width: 70%;
}
.results-card-row .card-content p {
  color: #585858;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Nohemi', sans-serif;
}
.results-card-row .card-content p b {
  color: #000;
}
.spotify p span {
  color: #1ed760;
}
.radio-airplay p span {
  color: #65c7e5;
}
.tiktok p span {
  color: #ff004e;
}
.apple p span {
  color: #FF004F;
}
/* ......song-growth...... */

.song-growth {
  /* background: linear-gradient(
    313deg,
    rgba(209, 36, 35, 1) -90%,
    rgba(0, 0, 0, 1) 53%
  ); */
  border-radius: 32px;
  margin-inline: 20px;
  padding: 100px 60px 100px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.growth-card{
  text-align: center;
}
.growth-card .growth-card-image-box{
  position: relative;
}
.growth-card.tiktok  .growth-card-image-box img{
  width: 88% !important;
}
.growth-card .growth-card-image-box img{
  width: 85%;
}
.growth-card .growth-card-image-box p{
  position: absolute;
  top: 46%;
  right: 30%;
  color: #137B38 !important;
font-size: 26px !important;
font-weight: 600 !important;
font-family: 'Nohemi', sans-serif;
}
.growth-card.tiktok .growth-numbers{
  color: #7F1636 !important;
}
.song-growth .growth-card h4 {
  color: #fefdf5;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding-inline-start: 20px;
  margin: -20px;}
.song-growth .growth-card p {
  color: #fefdf5;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  padding: 24px 0px 0px 50px;
}
/* ...........case 4 page........ */
.case5-banner.case-study-banner .about-banner-content {
  padding-block: 140px 100px;
}
/* .......case5 page...... */
.case6-banner .about-banner-content{
  padding-block:210px;
}
/* ...........case 6 page...... */
.following-numbers .following-card .card-image-box {
  text-align: center;
  border-radius: 50%;
  padding: 40px;
  width: 320px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.following-numbers .following-card {
  display: flex
  ;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}
.red-card {
  background-color: #d12423;
}
.yellow-card {
  background-color: #efb608;
}
.green-card{
  background-color: #439B89;
}
.following-numbers .following-card .card-image-box h2 {
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.following-numbers .following-card h4{
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  padding-block-start: 40px;
}
.billboard .heading h2{
  color:#000;
  text-align: center;
  font-size: 88px;
  font-weight: 600;
  padding-bottom: 50px;
}
.billboard img{
  width: 100%;
}
.case-study-banner h2{
  font-weight: 600 !important;
}
.case-6-banner-icon{
  display: flex
  ;
      align-items: end;
      justify-content: end;
      flex-flow: column;
      height: 97%;
}
/* ..............assessment page......... */
.assessment-banner{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 24px;
  margin: 14px;
background-color: transparent !important;
}
.assessment-banner .assessment-banner-content {
  padding-block: 100px 0px;
  text-align: center;
}

.assessment-banner .assessment-banner-content h2{
  color: #FFF;
font-size: 56px;
font-weight: 600;
}
.assessment-banner .assessment-banner-content .banner-link-box {
  border-radius: 10px;
  border: 1px solid #666;
  background: rgba(255, 255, 255, 0.10);
  height: 46px;
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px;
  margin-block-start: 30px;
}
.assessment-banner .assessment-banner-content .banner-link-box form
{
  width: 100%;
  align-items: center;
display: flex;
justify-content: space-between;
height: 100%;
}
.assessment-banner .assessment-banner-content .banner-link-box input{
  height: 100%;
  width: 70%;
  background-color: transparent;
  border: 0px solid transparent;
  color: #fff  !important;
}
.assessment-banner .assessment-banner-content .banner-link-box .banner-btn{
  padding: 5px 11px;  border-radius: 6px;
  background: #D12423;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
.assessment-banner .assessment-banner-content .assessment-banner-artist {
  position: relative;
  width: 50%;
  margin:52px  auto 0px;
}
.assessment-banner .assessment-banner-content .assessment-banner-artist img{
  border-radius: 50%;
  width: 204px;
  height: 204px;
  border: 1px solid #fff;
}
.assessment-banner .assessment-banner-content .assessment-artist-rank {
  background: #D12423;
  border: 1px solid #FFF;
  border-radius: 40px;
  width: 30%;
  margin: auto;
  padding: 4px 0px;
  position: absolute;
  left: 36%;
  top: 80%;
}
.assessment-banner .assessment-banner-content .assessment-artist-rank p{
  color: #FCFCFC;
font-size: 12px;
font-weight: 400;
}
.assessment-banner .assessment-banner-content .assessment-artist-rank h6{
  color: #FCFCFC;
font-size: 18px;
font-weight: 600;
margin: 0;
}
.assessment-banner .assessment-singer-name{
  color:  #FCFCFC;
  font-size: 40px;
  font-weight: 700;
  padding-block-start: 17px;
  display: none;
}
.assessment-banner .assessment-banner-music-type{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-block-start: 20px;
  flex-wrap: wrap;
}
.assessment-banner .assessment-banner-music-type p{
  border-radius: 30px;
  background: rgba(85, 85, 85, 0.19);
  backdrop-filter: blur(67px);
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;

}
.assessmnet-form{
  display: none;
}
.assessment-banner-artist{
  display: none;
}
.banner-invalid-content{
  color: #fff;
  padding-top: 50px;
}
.song-details{
  position: relative;
}
.recommendations-btn{
  width: 100%;
  height: 42%;
  position: absolute;
  display: flex
;
  align-items: center;
  z-index: 22;
  justify-content: center;
  background-color: #00000052;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter:blur(11px);
  top: 48%;
}
.recommendations-btn .page-btn{
  padding: 12px 18px;
  border-radius: 16px;
  background:  #D12423;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.recommendation-form-box.results-form{
  display: block;
  background: none;
}
.recommendation-modal form{
  padding-top: 27px;
}
.recommendation-modal .modal-dialog{
  max-width: 830px;
  /* padding: 50px; */
  border-radius: 40px;
}
.recommendation-modal .modal-dialog .modal-body{
border-radius: 40px;
background-color: #fff;
padding: 50px;
}
.recommendation-modal  .results-form h3 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
}
.recommendation-modal  .results-form p {
  color:  #868686;
font-size: 16px;
font-weight: 400;
padding-block-end: 0px;
}
.recommendation-modal .modal-content{
  background-color: transparent;
  margin-top: 30px;
}
.recommendation-modal .modal-header{
    width: 56px;
  height: 56px;
  border-radius: 50%;
  justify-content: end;
  margin-inline-start: auto;
  background-color: #fff;
  /* margin-block-start: 10px; */
  position: absolute;
  z-index: 2;
  left: 96%;
  top: -22px;
  padding: 10px;
  /* filter: drop-shadow(0px 5.333px 5.333px rgba(0, 0, 0, 0.25)); */

}
.recommendation-modal .modal-header button{
  opacity: 1;
  /* visibility: hidden;
  -webkit-visibility: hidden; */

}
.recommendation-modal .modal-header .btn-close{
  visibility: visible !important  ;
  background: url("/wp-content/uploads/2025/04/form-close.png") !important;
  -webkit-visibility: visible !important;
  padding-inline: 0px;
  margin-inline: 0px;
  width: 35px;
  height: 21px;
  background-size: cover;
  /* filter:inherit; */
}
.recommendation-modal .modal-header button:last-child {
  display: none !important;
}

.safariopen .recommendation-modal .modal-header .btn-close {
  background-image: none !important;
}
.safariopen  .recommendation-modal .modal-header .btn-close:before {
  content: 'x';
  font-size: 26px;
  position: absolute;
  top: 13px;
  right: 21px;
  font-family: Poppins;
  line-height: 1;
  font-weight: 500;
  }

.recommendation-modal input{
  margin-bottom: 27px;
}
.recommendation-modal .page-btn:hover{
  color: #fff;
}
.recommendation-modal .page-btn{
  width: auto;
}
body:has(.now-show) .modal-backdrop{
  display: none;
}
body:has(.now-show)  .recommendations-btn{
  display: none;
}
body:has(.now-show){
  overflow: visible !important;
}
/* .page-template-assessment.modal-open{
  overflow: hidden ;
} */
/* ..............song-details.......... */
.song-details {
  background-color: #000;
  margin-inline: 10px;
  border-radius: 32px;
  padding-block: 120px;
  margin-top: 20px;
  display: none;
}
.song-details .song-details-card{
  display: flex;
  justify-content: center;
  gap:20px;
}

.song-details .song-details-card .card{
  border-radius: 30px;
  border: 1px solid #2A252D;
  background: #1E1A20;
  text-align: center;
  padding: 40px;
width: 25%;
}
.song-details .song-details-card .card img{
  width: 77px;
  height: 77px;
  margin: auto;
}
.song-details .song-details-card .legendary img{
  width: 166px;
  height: 144px;
  object-fit: contain;
}

.song-details .song-details-card .card h4{
  color:  #FEFDF5;
font-size: 46px;
font-weight: 600;
padding-block-start: 20px;
}
.song-details .song-details-card .legendary h4{
  color: #FFF;
font-size: 28px;
font-weight: 500;
}
.song-details .song-details-card .card p{
  color:  #868686;
font-size: 16px;
font-weight: 400;
}
.song-details  .song-foucs-heading{
  color:  #FEFDF5;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
padding-top: 100px;
padding-bottom: 70px;
}
.assementpage-card-box{
  margin-bottom: 20px;

}
.song-details .assessment-foucs-area{

  border-radius: 30px;
  border: 1px solid #3E282B;
  background: linear-gradient(91deg, rgba(209, 36, 35, 0.19) 5.48%, rgba(24, 21, 26, 0.19) 96.91%);
  backdrop-filter: blur(67px);
  padding: 20px 20px 40px;
  height: 100%;

}
.song-details .assessment-foucs-area .heading-area{
display: flex;
align-items: center;
gap: 10px;
}
.song-details .assessment-foucs-area .heading-area h4{
  color:  #FEFDF5;
font-size: 24px;
font-weight: 500;
margin: 0;
}
.song-details .assessment-foucs-area .content-area{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  margin-bottom: 32px;
}
.btn-area{
  border-radius: 16px;
background: #D12423;
padding: 12px 18px;
font-size: 16px;
font-weight: 500;
color: #fff !important;
}
.page-btn.btn-area:hover{
  color: #fff !important;
}

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
}

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}

span.vydiaImage {
  position: relative;
}

span.vydiaImage .vydiaText{
  position: absolute;
  left: 0;
  top: 0px;
}




/* ......contatc-form page...... */
.contatc-form{
  background-color: #000;
  border-radius: 24px;
  margin: 20px 10px;
  padding-block: 70px 0px;
}
.contatc-form .main-form h2{
  color:  #FCFCFC;
  font-family: 'Nohemi', sans-serif;  
  font-size: 50px;
  font-weight: 700;
}
.contatc-form .main-form {
  padding-inline-start: 60px;
}
.contatc-form .main-form form p{
  color:  #D3DDD9;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
margin-bottom: 27px;
}
.contatc-form.contact-page-form .form-box{
padding-block-start: 26px;
}
.contatc-form.contact-page-form form p{
  margin-bottom: 0px;

}
.contact-page-form .results-form{
background: none;
}
.contatc-form .results-form .page-btn{
width: auto;
}
.contact-image{
height: 90%;
padding-inline: 60px;
}


.contact-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  }
  
  body:has(.assessment-page-banner) .navbar{
    top: 45px;
  }

.lovly-band-banner .about-banner-content{
padding-block: 200px;
}

.lovly-band-banner .case-6-banner-icon.leha-banner-content-icon{
  height: 96% !important;
}
.wpcf7-spinner{
  margin: auto !important;
  display: flex !important;
}
.wpcf7-response-output{
  margin-top: 0px !important;
}
.contatc-form .wpcf7-response-output{
  color: #fff !important;
}

.case-study-hovermain .artist-main-cardbox:hover .artist-hove-song{
  display: none;
}
.case-study-hovermain .artist-hover-content-box a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.case-study-hovermain .artist-hover-content-box a h4{
  top: 24px;
  height: 100%;
  align-items: start;
}
.case-study-hovermain .artist-hover-content-box{
overflow: hidden;
}
#musicModal .modal-content{
background-color: transparent;
}
#musicModal  .modal-dialog{
  margin: 10rem auto;
  max-width: 700px;
}
body:has(.calendly-inline-widget) .navbar{
 
  top: 0;
  background-color: #000;
  margin-bottom: 40px;
}
.calendly-inline-widget{
  margin-top: 40px;

}
body:has(.calendly-inline-widget) footer{
  padding-top: 0px;
}



/****************** 09-04-25 *****************/

.menu-item-844 a {
  background: #D12423;
  color: #fff !important;
  border-radius: 10px;
  padding: 10px 14px 10px 40px !important;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.menu-item-844 a:hover{
  background: #e56e6d !important;
  border-color: #e56e6d;
  transition: all 0.5s ease-in-out;
}

.menu-item-844 a::before{
  content: '';
  position: absolute;
  background-image: url("/wp-content/uploads/2025/04/mx-logs.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 9px;
}

.home-banner-content h2{
  line-height: 109.091%;
  font-weight: 600;
}

.home-banner-content p{
  line-height: 162.5%;
  max-width: 690px;
}

.home-services-content{
  padding-bottom: 100px;
}
.home-sliders {
  padding: 0px 10px;
}



.logsWrap{
  max-width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
/* .on-HoverBg:hover {
  background: transparent;
  color: #d12423;
} */

.bannenr-1-content .singup-form .signup-btn:hover{
  background: #000 !important;
  border-color: #000;
  transition: all 0.5s ease-in-out;
}


.on-HoverBg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.on-HoverBg:hover {
  background: #000 !important;
  border-color: #000;
}


.results-form .page-btn{
  transform: inherit !important;
  transition: all 0.5s;
  max-width: 180px;
}

.results-form .page-btn:hover{
  background: #000;
  border-color: #000;
  transition: all 0.5s;
}

.recommendation-form-box.results-form .page-btn{
  max-width: 210px;
  margin-top: 30px;
}

.mb-60{
  margin-bottom: 60px;
}
.mb-20{
  margin-bottom: 20px;
}

.assessment-banner-content .banner-btn{
  border: 1px solid #D12423;
  transition: all 0.5s ease-in-out;
}

.assessment-banner-content .banner-btn:hover{
  background: #000 !important;
  border-color: #000;
  transition: all 0.5s ease-in-out;
}

.page-id-643 .results-form .page-btn:hover{
  background: #d12423;
  border-color: #d12423;
}

.assessment-logo {
  margin-bottom: 10px;
  display: inline-block;
}

.assessment-banner-form{
  background: linear-gradient(160deg, rgba(102, 102, 102, 1) 4%, rgba(61, 240, 195, 1) 51%, rgba(209, 36, 35, 1) 69%, rgba(253, 213, 49, 1) 78%, rgba(255, 255, 255, 1) 110%) !important;
  padding: 1px !important;
}

.assessment-form{
  background-color: #3a4b42;
  padding: 4px 4px 4px 6px;
  border-radius: 10px;
}


.menu-item-845 a {
  background: #D12423;
  color: #fff !important;
  border-radius: 10px;
  padding: 10px 14px 10px 40px !important;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.menu-item-845 a::before {
  content: '';
  position: absolute;
  background-image: url("/wp-content/uploads/2025/04/mx-logs.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 9px;
}

.gap-20{
  gap: 20px;
}


/***************** Follow us on Spotify *****************/

.fresh_from_app{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.fresh_from_app .studio-reel-slider-box{
  width: 64%;
  padding: 0px 5px;
  flex-wrap: wrap;
  row-gap: 30px;
}

.fresh-studio .fresh_from_app .studio-card-box{
  height: 240px;
} 
.fresh-studio .fresh_from_app .studio-uper-content a{
  width: 50px;
  height: 50px;
}

.fresh_from_app .spotify_code{
  width: 32%;
  border-radius: 24px;
  border: 1px solid #666;
  background: rgba(255, 255, 255, 0.10);
  padding: 20px;
}
.fresh-studio .studio-card-box:before {
  content: '';
  position: absolute;
  width: 92%;
  bottom: 0px;
  height: 100%;
  box-shadow: 3px 6px 15px #decdc1;
  left: 4%;
  border-radius: 20%;
  z-index: -1;
}


.fresh-studio .studio-card img{
  position: relative;
}

.spotify_code iframe {
  height: 100%;
}



/********************* blond-ish ****************/

.song-info-data{
  margin-bottom: 90px;
  padding: 60px 20px;
}
.song-info-data .container {
  background-repeat: no-repeat;
  background-size: cover;
  margin-block: 30px 100px;
  padding: 110px 60px 130px 60px;
  border-radius: 30px;
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

.song-info-data .song-data h3{
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.353%;
  color: #fff;
  margin-bottom: 30px;
  max-width: 750px;
  width: 100%;
}

.song-info-data .song-data h6{
  color: #FEFDF5;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 129.412%;
  margin-bottom: 36px;
  max-width: 700px;
  width: 100%;
}

.song-info-data .song-data p{
  color: #FEFDF5;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.412%;
  max-width: 700px;
  width: 100%;
}

.at_cols .heading{
  font-size: 62px;
}
.awards-infos {
  border-bottom: 1px solid #000;
}
.award-card-box{
  position: relative;
  top: 1px;
}

.btn-red{
  background: #d12423;
  color: #fff;
  border: #d12423;
}
.btn-red:hover{
  background-color: #000;
  border-color: #000;
}

.case-media-base{
  position: relative;
}
.media-heading{
  color: #000;
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.091%;
  text-align: center;
  margin-bottom: 20px;
}
.media-image-box {
  text-align: center;
}
.media-image-box img{
  width: 100%;
}

.feature-image-box{
  border: 13px solid #FFE7E7;
  border-radius: 40px;
  overflow: hidden;
}
.feature-image-box img{
  width: 100%;
}


.no-border{
  border: none;
}
.no-border .container{
  border: none;
}

.page-template-blond-ish .case-study-streams{
  padding-bottom: 0px;
}
.page-template-blond-ish .case-study-streams .container{
  padding-bottom: 40px;
}

.custom_art_hist .card-content{
  position: relative;
  z-index: 9;
}
.custom_art_hist .card-content::before{
  content: '';
  position: absolute;
  box-shadow: 4px 18px 16px #D3DDD9;
  width: 77%;
  bottom: 5px;
  margin: 0px auto;
  height: 13px;
  z-index: -1;
  border-radius: 0px 0px 0px 10px;
  left: 0;
  right: 0;
  opacity: 0.3;
}

.custom_art_hist .card-content h4{
  display: flex;
  gap: 8px;
}
.custom_art_hist .card-content h4 svg{
  width: 22px;
  position: relative;
  top: -2px;
}

.page-template-templatesblond-ish-php .case3-counters{
  margin-bottom: 100px;
  background-size: cover;
}


.Highlights_Milestones .results-card-row .card-content {
  width: 75%;
}
.Highlights_Milestones .results-card-row{
  padding-block: 25px;
}
.Highlights_Milestones .results-card-row:last-child{
  border: none;
}

.Highlights_Milestones .results-card {
  margin-top: 40px;
}
.Highlights_Milestones .results-card-row .card-content p {
  max-width: 700px;
  color: #2A2626;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.154%;
  font-family: 'Nohemi-normal';
}

.Highlights_Milestones .results-card-row .card-content p b{
  font-weight: 600;
  font-family: 'Nohemi';
}
.case-media-base {
  padding-top: 10px;
}
.page-template-templatesblond-ish-php .results-form {
  padding: 100px 20px;
}


.case-song-feature{
  padding-left: 15px;
  padding-right: 15px;
}



@media screen and (min-width: 1024px) {
  .home-artist p{
    max-width: 950px;
  }


  .awards-info{
    height: 470px;
    position: relative;
  }

  .awards-card {
    position: absolute;
    top: 10px;
    bottom: 0;
    transition: all 0.7s;
    left: 0;
    margin: auto;
    right: 0;
    transform: translateX(0%);
  }

  .awards-card:not(:nth-child(2)) {
    opacity: 0;
  }

  .awards-info:hover .awards-card:nth-child(1) {
    transform: translateX(-90%);
    opacity: 1;
    transition: all 0.7s;
  }

  .awards-info:hover .awards-card:nth-child(2) {
    transform: translateX(0%);
    transition: all 0.7s;
  }

  .awards-info:hover .awards-card:last-child {
    transform: translateX(90%);
    opacity: 1;
    transition: all 0.7s;
  }

}




.card_scrolls{
  /* margin-top: 120px; */
}
.card_pannels {
  position: sticky;
  top: -50px !important;
  z-index: 10;
  position: relative;
  height: 100vh;
}

.discover_extraordinary_wrpr {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 9;
  align-items: stretch;
  background-color: #FFF;
  display: flex;
  top: 0px;
  width: 100%;
}

.discover_extraordinary_wrpr.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.discover_extraordinary_wrpr .cntnt_side {
  /* width: 50%; */
  background-color: #0F172A;
  /* padding: 70px 40px 40px 40px; */
  margin: 0px auto;
}

.discover_extraordinary_wrpr .img_side {
  width: 100%;
  /* background: linear-gradient(180deg, #837AEA 0%, #E761E6 100%); */
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.img_side .img_side_figure{
  width: 99%;
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-inline: auto;
}

.discover_extraordinary_wrpr .img_side img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.primary_btn {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 166.667%;
  font-family: "GraphikRegular";
  letter-spacing: -0.24px;
  border-radius: 50px;
  /* background: linear-gradient(96deg, #1E63E8 9.36%, #1DA9E6 96.45%); */
  padding: 6px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  max-width: fit-content;
}


.discover_extraordinary_wrpr .inner_cntnt_side {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
}
.discover_extraordinary_wrpr .sub_title{
  margin-bottom: 160px;
  color: #FFF;
  text-align: left;
  font-size: 22px;
  
}
.discover_extraordinary_wrpr .title {
  color: #FFF;
  max-width: 522px;
  text-align: left;
  font-size: 34px;
}
.discover_extraordinary_wrpr .user_info {
  display: flex;
  align-items: center;
  margin: 25px 0px 50px 0px;
  gap: 22px;
  font-size: 20px;
  color: #fff;
}

.discover_extraordinary_wrpr .case_study_btn {
  margin-bottom: 145px;
}
.discover_extraordinary_wrpr .view_all_casestudy {
  padding: 14px 40px;
}



/* .dakstop-socical-media{
  padding-block-end: 280px;
} */
.social-media-box .spotify-content .video-item{
  width: 300px !important;
  height: 600px !important;
  margin: auto;
  margin-top: -100px;
  position: relative;
}
.social-media-box .spotify-content .video-item .right-gif{
  justify-content: center;
  position: absolute;
  /* right: 0; */
  left: 100%;
}
.social-media-box .spotify-content .video-item img{
  width: 100% !important;
  height: 100% !important;
}
.social-media-box  .video-item video{
  width: 80%;
  height: 91%;
  object-fit: contain;
  margin-block-start: 26px;
}
.social-media-box h2{
  color: #000;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  padding-block: 80px 100px;
  padding-inline: 350px;
  margin: 0;
}
.social-media-box .content-box {
  height: 700px;
  overflow: scroll;
}
.social-media-box h3 {
          color: #C5D3EC;
          text-align: center;
          font-size: 130px;
          font-weight: 700;
          margin: 0px;
      }
    .social-media-box  .facebook-content .content-box
          {
              background: linear-gradient(180deg, #B2C4E6 0%, rgba(255, 255, 255, 0.00) 100%);
              border-radius: 24px 24px 0px 0px;

      }
    .social-media-box  .instagram-content h3{
          color: rgba(209, 36, 35, 0.10);

}
.social-media-box .spotify-content h3{
  color: #c8ead5;

}
.social-media-box .content-box{
padding-top: 20px;
}

.facebook-gif{
  width: 150px !important;
  height: 150px !important;
  margin-inline-end: 90px;

}
.left-gif{
  display: flex;
      flex-direction: column;
      align-items: end;
      justify-content: center;
}

.right-gif{
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  /* padding-inline-start: 90px; */
  gap: 140px;
    height: 100%;
}
.video-box-container {
  display: flex;
  justify-content: center;
  position: relative;
}
.social-media-box .spotify-content img{
width: 300px;
object-fit: contain;
}
.like-gif-image{
margin-inline-start: 90px;
width: 150px !important;
height: 150px !important;
}
.emoji-image{
  margin-inline-end: 110px;
  width: 100px !important;
  height: 100px !important;
  margin-block-start: 20px;

}
.instagram-reelbox .right-gif{
  gap: 0px;
}
.content-box .video-box-container.video-item .spotifey-iocn{
  width: auto !important;
  height: 100px !important;
  margin-top: 30px;
  margin-inline-start: 10px;
}
.content-box .video-box-container .right-gif{
justify-content: start;
}


.discover_extraordinary_wrpr:first-child{
  opacity: 1;
}

::-webkit-scrollbar, ::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.contact-thankyou-pop .modal-dialog{
  max-width: 980px;
  margin: 3.75rem auto;
}

/* .contact-thankyou-pop{
  height: 800px;
} */
.contact-thankyou-pop .modal-content{
  border-radius: 80px;
}
.contact-thankyou-pop .modal-body{
  width: 980px;
  height: 600px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-thankyou-pop .modal-header{
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  margin-inline-start: auto;
  left: 95%;
  top: 0%;
  filter: drop-shadow(0px 5.333px 5.333px rgba(0, 0, 0, 0.25));

}
body:has(.home-counters) .modal-header{
  left: 133%;
}
body:has(.home) .results-form .page-btn{
width: 18%;
display: inline-block;
}
/* .contact-thankyou-pop .sent{
  overflow: hidden;
} */
.contact-thankyou-pop{
  background-color: #000000ab;
}
.contact-thankyou-pop button.btn-close{
display: block;
padding: 0px;
margin: 0px;
text-align: center;
width: 100%;
}
.contact-thankyou-pop button{
  display: none;
  }
 .thank-you-content h2{
  color:  #000;
  font-family: 'Nohemi', sans-serif;
  font-size: 50px;
  font-weight: 700;
}
 .thank-you-content p{
  color:  #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  padding-block-end: 13px;
}
.thank-you-content p span{
  color: #1ED760;
font-size: 14px;
font-weight: 700;
}
.thank-you-content p .ig-text{
color: #ed5061;
}
 .thank-you-content a{
  border-radius: 16px;
background: #000;
padding: 14px 27px;
font-size: 16px;
color: #FFF;
font-family: Poppins;
font-weight: 500;
margin-top: 26px;
display: inline-block;
}
.thank-you-content a img{
  margin-inline-end: 8px;
}
.thankyou-popup{
  height: 100%;
}
.thankyou-popup .container{
  height: 100%;
}
.thankyou-popup .row{
  align-items: center;
  height: 100%;
}
.thank-you-content{
  padding-inline: 66px 22px;
}
body.popup-active {
  overflow: hidden; /* disable scroll */
}
.instagram-popup-bnt{
    padding: 14px 16px !important;
}
.instagram-popup-bnt img{
  width: 34px;
  height: 34px;
  margin-inline-end: 0px !important;
}
.featured .featuired-content-box.faetured-new-content{
  padding: 0px 34px 0px 0px;
}
.faetured-new-content .featured-content{
width: 66% !important;
}