@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "nexaheavy";
  src: url("../../assets/fonts/nexaheavy.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root { 
  --primary: #0f0f0f;
  --white: #fff;
  --black: #000;
  --button-gradient: linear-gradient(90deg,
      rgba(17, 7, 16, 1) 0%,
      rgba(132, 0, 14, 1) 51%,
      rgba(20, 7, 16, 1) 100%);
  --secondary: #84000E;
}

.yellowText {
  color: #FDCF0A;
}

.black {
  color: var(--black);
}

.Nexa {
  font-family: "nexaheavy", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  background: #f8f9fa;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  position: relative;
}

.textwhite {
  color: var(--white);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--secondary);
  font-weight: 600;
}

.buttongradient {
  background: var(--button-gradient);
  background-size: 300% 300%;
  /* Smooth movement */
  animation: gradientMove 5s ease-in-out infinite;
  transition: all 0.3s ease-in-out;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
    opacity: 0.9;
  }

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

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

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

.headerSec {
  background: url("../../assets/images/headerBg.webp") no-repeat center center;
  background-size: cover;
}

.menuBar {
  background: linear-gradient(90deg,
      rgb(0 0 0 / 25%) 0%,
      rgb(0 0 0 / 37%) 100%);
  filter: drop-shadow(2px 4px 6px black);
}

.fs50 {
  font-size: 50px;
}

.fs20 {
  font-size: 20px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs24 {
  font-size: 24px;
}

.fs40 {
  font-size: 40px;
}

.fs15 {
  font-size: 15px;
}

.fs36 {
  font-size: 36px;
}

.fs19 {
  font-size: 19px;
}

.fs14 {
  font-size: 14px;
}

.headerImg {
  max-width: 800px;
}

.menuBar .nav-link {
  color: var(--white);
  font-weight: 300;
  font-size: 16px;
}

.menuBar .nav-link.whatsapp {
  filter: drop-shadow(2px 4px 6px black);
  background: #00000024;
  border-radius: 30px;
  border: 1px solid #ffffff2e;
}

.whatsapp {
  filter: drop-shadow(2px 4px 6px black);
  background: #00000024;
  border-radius: 30px;
  border: 1px solid #ffffff2e;
}

.aboutSec {
  background: var(--primary);
}

.banner-anim {
  width: 100%;
  height: 95px;
  background: url("../../assets/images/clientBrand.webp") repeat-x;
  background-size: cover;
  animation: animatedBackground 50s linear infinite;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -4750px 0;
  }
}

.creativeSec {
  background: var(--primary);
}

.creativeBox {
  border: 1px solid #ffffff2e;
  padding: 30px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin: 10px 0px 20px;
}

.creativeBox img {
  transition: all 0.3s ease-in-out;
}


.creativeBox:hover img {
  transform: rotate(10deg) scale(1.1);
}

.creativeBox:hover {
  background: var(--button-gradient);
  transform: translateY(-10px);
}

.transformSec {
  background: url("../../assets/images/transformBg.webp") no-repeat center center;
  background-size: cover;
  padding: 7rem 0;
}

.studioService {
  background: var(--primary);
}


.studioBox .studioInfo {
  padding: 30px 20px;
  background: linear-gradient(90deg,
      rgb(0 0 0 / 25%) 0%,
      rgb(0 0 0 / 37%) 100%);
  filter: drop-shadow(2px 4px 6px black);
  margin: 0 10px;
  border-radius: 10px;
}

.studioBox.studio1 {
  background: url("../../assets/images/Noharecordingservice.webp") no-repeat center center;
  background-size: cover;
  height: 527px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: end;
  z-index: 2;
}

.studioBox.studio1::before:hover {
  transform: scale(1.05);
}

.studioBox.studio1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: var(--button-gradient);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  mix-blend-mode: color;
}

.studioBox.studio1:hover {
  transform: scale(1.05);
}

.studioBox.studio2 {
  background: url("../../assets/images/Nohaeditingservices.webp") no-repeat center center;
  background-size: cover;
 height: 527px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: end;
  z-index: 2;
      background-position: left;
}


.studioBox.studio2::before:hover {
  transform: scale(1.05);
}

.studioBox.studio2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: var(--button-gradient);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  mix-blend-mode: color;
}

.studioBox.studio2:hover {
  transform: scale(1.05);
}

.studioBox.studio3 {
  background: url("../../assets/images/Mixingmastering.webp") no-repeat center center;
  background-size: cover;
  height: 527px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: end;
  z-index: 2;
      background-position: left;
}

.studioBox.studio3::before:hover {
  transform: scale(1.05);
}

.studioBox.studio3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: var(--button-gradient);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  mix-blend-mode: color;
}

.studioBox.studio3:hover {
  transform: scale(1.05);
}

.studioBox.studio4 {
  background: url("../../assets/images/Voiceoverservices.webp") no-repeat center center;
  background-size: cover;
  height: 527px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: end;
  z-index: 2;
      background-position: left;
}

.studioBox.studio4::before:hover {
  transform: scale(1.05);
}

.studioBox.studio4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: var(--button-gradient);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  mix-blend-mode: color;
}

.studioBox.studio4:hover {
  transform: scale(1.05);
}

.studioBox.studio5 {
  background: url("../../assets/images/NohaSoundDesign.webp") no-repeat center center;
  background-size: cover;
  height: 527px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: end;
  z-index: 2;
      background-position: left;
}

.studioBox.studio5::before:hover {
  transform: scale(1.05);
}

.studioBox.studio5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: var(--button-gradient);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  mix-blend-mode: color;
}

.studioBox.studio5:hover {
  transform: scale(1.05);
}

.studioBox.studio6 {
  background: url("../../assets/images/NohaAudioRestoration.webp") no-repeat center center;
  background-size: cover;
  height: 527px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: end;
  z-index: 2;
      background-position: left;
}

.studioBox.studio6::before:hover {
  transform: scale(1.05);
}

.studioBox.studio6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: var(--button-gradient);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  mix-blend-mode: color;
}

.studioBox.studio6:hover {
  transform: scale(1.05);
}

.audioInfo {
  background: var(--primary);
}

.borderOne {
  background: url("../../assets/images/shapeborder.png");
  background-size: cover;
  padding: 30px 18px;
  margin: 14px 0;
  background-repeat: round;
}

.borderTwo {
  background: url("../../assets/images/shapeborderTwo.png");
  background-size: cover;
  padding: 30px 18px;
  margin: 14px 0;
  background-repeat: round;
}

.packagesSec {
  background: #141414;
}

.packageBox {
  border: 1px solid #ffffff2e;
  padding: 40px 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin: 20px 0px;
}

.audioWrapper .swiper-slide div {
  margin-bottom: 20px;
}

.packageBox:hover {
  background: var(--button-gradient);
  transform: translateY(-10px);
}

.packageBox ul li {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.audioPorfolio {
  background: var(--primary);
}

.audioWrapper {
  background: url("../../assets/images/portfolioWrapper.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 30px;
}

.clientSay {
  background: url("../../assets/images/clientBgimg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.clientBox {
  padding: 30px 20px;
  border-radius: 20px;
  color: var(--white);
  margin-bottom: 20px;
  border: 1px solid #ffffff4a;
}

.workSpeak {
  background: #141414;
}

.queryForm {
  border: 1px solid #ffffff2e;
  padding: 30px 20px;
  border-radius: 10px;
}

.queryForm .form-group label {
  color: var(--white);
  display: block;
}

.queryForm .form-group {
  margin-bottom: 10px;
}

.queryForm .form-group input,
.queryForm .form-group textarea {
  background: linear-gradient(90deg, rgba(17, 7, 16, 0.09) 0%, rgba(132, 0, 13, 0.408) 51%, rgba(20, 7, 16, 0.408) 100%);
  border: 1px solid #ffffff2e;
  filter: drop-shadow(2px 4px 6px black);
  border-radius: 20px;
  color: var(--white);
  padding: 10px 15px;
}

.queryForm .form-control::placeholder {
  color: var(--white);
  opacity: 1;
}

.queryForm button {
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ffffff4a;
  background: var(--button-gradient);
  color: var(--white);
}

.faqSec {
  background: var(--primary);
}

.faqSec .accordion-button {
  background: linear-gradient(90deg, rgba(17, 7, 16, 0.906) 0%, rgb(80 13 19) 51%, rgba(20, 7, 16, 0.958) 100%);
  color: var(--white);
  filter: drop-shadow(2px 4px 6px black);
  border: none;
}

.faqSec .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 10px !important;
}

.faqSec .accordion-button::after {
  filter: invert(1);
}

.footerSec {
  background: var(--button-gradient);
}

.quickLinks ul li a {
  text-decoration: none;
  color: var(--white);
  font-size: 14px;

}

.quickLinks ul li a i {
  font-size: 8px;
}

.locationLinks ul li a {
  text-decoration: none;
  color: var(--white);
  font-size: 14px;
}

.locationLinks ul li a i {
  font-size: 8px;
}

.ourspaceLinks ul li a {
  text-decoration: none;
  color: var(--white);
  font-size: 14px;
}

.ourspaceLinks ul li a i {
  font-size: 8px;
}


.loading {
  position: fixed;
  inset: 0;
  background: linear-gradient(115deg,
      #12060f 0%,
      #79000b 50%,
      #15060f 100%);
  background-size: 250% 250%;
  animation: bgWave 7s ease-in-out infinite;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .9s ease-out, transform 1.2s ease-out;
  overflow: hidden;
}

/* Subtle grain noise overlay */
.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: url("../../assets/images/geminiBg.webp");
  opacity: 1;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Background wave */
@keyframes bgWave {
  0% {
    background-position: 0% 50%;
  }

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

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

/* Pulse scaling (first logo) */
.pulse {
  animation: pulseAnim 1.4s infinite ease-in-out;
}

@keyframes pulseAnim {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18);
  }

  100% {
    transform: scale(1);
  }
}

/* Slide-out first logo */
.slideOutReal {
  animation: slideOutReal 0.8s forwards ease;
}

@keyframes slideOutReal {
  0% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-150px) scale(.7);
    opacity: 0;
  }
}

/* Second logo slide-in + elastic */
.slideInReal {
  opacity: 0;
  animation: slideInSmooth 1s forwards cubic-bezier(.25, 1.45, .45, 1);
}

@keyframes slideInSmooth {
  0% {
    transform: translateX(-80px) scale(.8);
    opacity: 0;
  }

  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

/* Shine Sweep on second logo */
.shine {
  position: relative;
  overflow: hidden;
}

.shine::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -100%;
  width: 60%;
  height: 140%;
  transform: rotate(25deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  animation: shineMove 2.5s 1.5s ease-out forwards;
}

@keyframes shineMove {
  0% {
    left: -100%;
  }

  100% {
    left: 150%;
  }
}

.hidden {
  display: none !important;
}

#aboutImg {
  opacity: 0;
  /* Initially hidden */
  transform: scale(0.8);
  /* Thoda chhota start */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.creativeNohaSec {
  background: var(--primary);
}

.creativeNohaBox a {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 1%, rgba(202, 202, 202, 1) 58%, rgba(194, 194, 194, 1) 100%);
  transition: all 0.5s ease-in-out;
  /* smooth transition */
  color: var(--black);
  /* default text color */
  position: relative;
  bottom: 35px;
}

.creativeNohaBox a:hover {
  background: linear-gradient(90deg, rgba(107, 1, 21, 1) 0%, rgba(107, 1, 21, 1) 1%, rgba(89, 7, 21, 1) 58%, rgba(83, 9, 21, 1) 100%);
  color: var(--white);
  /* hover text white */
}

.creativeNohaBox {
  margin-bottom: 20px;
}

.clientSaysec {
  background: var(--primary);
}

.clientSaysec .clientBox .fs16 {
  font-size: 13px;
}

.form-contact .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.form-contact .form-group .form-control {
  width: 100%;
  padding: 14px;
  background: #E2E2E2;
}

.form-contact .form-group textarea {
  padding: 10px 4px 20px;
}

form.form-contact button {
  width: 140px;
  padding: 8px;
  color: white;
  font-size: 14px;
  background: var(--button-gradient);
  background-size: 300% 300%;
  animation: gradientMove 5s ease-in-out infinite;
  transition: all 0.3s ease-in-out;
  border: 1px solid white;
  border-radius: 7px;
}

.text-span {
  font-size: 14px;
}

.swiper-pagination-bullet {
  padding: 7px;
  opacity: 1;
  background: white;
}

.swiper-pagination-bullet-active {
  background: var(--secondary);
}

.clientSay .swiper-pagination-bullet-active {
  background: var(--black);
}

/* Blood drop */
.blood-drop {
  position: fixed;
  width: 3px;
  height: 18px;
  background: #ff282845;
  opacity: 0.8;
  border-radius: 50%;
  filter: drop-shadow(0 0 6px #ff282845);
  animation: fall infinite;
  top: 0;
}

/* Falling animation */
@keyframes fall {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }

  15% {
    opacity: 0.9;
  }

  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}

.not-found {
  background: var(--button-gradient);
  background-size: 300% 300%;
  /* Smooth movement */
  animation: gradientMove 5s ease-in-out infinite;
  transition: all 0.3s ease-in-out;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
    opacity: 0.9;
  }

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

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

.not-found img {
  max-width: 500px;
  display: block;
  margin: auto;
}
.navigationSec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--black);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.social li a{
color:#fff; text-decoration:none; font-size:20px;}
.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2em;
    z-index: 999999;
}
.fixedbtnwhatsapp ul{
    margin: 0;
    padding: 0;
}
.fixedbtnwhatsapp ul li {
    text-decoration: none;
    list-style: none;
}
.fixedbtnwhatsapp ul li img {
    width: 65px;
}
.buttongradient.active {
    color: #fff !important;
}