
body{
   /* font-family: 'OpenSans-CondLight', sans-serif !important; */
  font-family: 'Open Sans', sans-serif !important;

}

.nav-link, h3{
  font-family: 'Open Sans', sans-serif !important;
}

@font-face {
  font-family: 'OpenSans-CondBold';
  src: url('../fonts/OpenSans-CondBold.woff2') format('woff2'),
       url('../fonts/OpenSans-CondBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* OpenSans Condensed Light */
@font-face {
  font-family: 'OpenSans-CondLight';
  src: url('../fonts/OpenSans-CondLight.woff2') format('woff2'),
       url('../fonts/OpenSans-CondLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.foot{
  text-decoration: none;
  color: #ccc;
}

h1, h2, h4, h5, button {
  font-family: 'OpenSans-CondBold', sans-serif;
}

p, span, a   {
   font-family: 'OpenSans-CondLight', sans-serif;
}

.view-more{
  font-family: 'OpenSans-CondLight', sans-serif !important;
}

.navbar-brand img{
    width: 55%;
}



.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* HEADER OVER VIDEO */
.site-header {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 25px;
  z-index: 10; /* video ke upar */
}

/* BRAND */
.navbar-brand {
  color: #ff2c2c;
  font-weight: bold;
  font-size: 24px;
}

/* MENU LINKS */
.nav-link {
  color: #fff !important;
  margin-left: 25px;
  position: relative;
  font-size: 15px;
  letter-spacing: 1px;
}

.nav-link:hover {
    color: #EB0029 !important;
}

/* HOVER RED BORDER */
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #EB0029;
  transition: 0.3s ease;
}
.nav-link:hover::after {
  width: 100%;
}

/* TOGGLER ICON COLOR */
.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  filter: invert(1);
}


.mob_seen_logo {
       padding-left: 20px;
}




/* main header */



/* MOBILE MENU */
@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(0,0,0,0.9);
    padding: 15px 20px;
    margin-top: 10px;
  }

  .nav-link {
    margin: 10px 0;
    font-size: 18px;
  }

  .mobile {
    display: block !important;
  }

  .navbar-toggler {
    float: right;
    border: none !important;
  }
}
/* RIGHT CORNER ICONS */
.video-icons {
position: absolute;
    right: 25px;
    bottom: 150px;
    transform: translateY(-50%);
    z-index: 6;
}

.video-icons i {
  display: block;
  color: #fff;
  font-size: 22px;
  margin: 15px 0;
  cursor: pointer;
}


.footer {

  width: 100%;
  background: #232020;
  color: #fff;
  padding: 30px 40px;
  font-size: 14px;
  cursor: pointer;
  font-family: 'OpenSans-CondLight', sans-serif;
}

.footer strong {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'OpenSans-CondLight', sans-serif;
}

.social-icons i {
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    padding-left: 20px;
    position: relative;
    left: -20px;
}

.social-icons i:hover {
  color: red;
}



/* our work page css */

.work-hero {
  background: #000;
  height: 50vh; /* full screen height */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  text-align: center;
}

.work-hero h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}

/* responsive */
@media (max-width: 768px) {

  .contact_page p {
        margin: 0;
  }

  .heading h1 {
    font-size: 20px !important;
    padding: 10px 0px !important;
  }
  
  .logo-row {
  overflow: hidden;
}


  .logo-row:first-child .logo-item img {
    opacity: 1;
    transform: translateX(0);
    animation: none;
  }

  .client-logos {
    width: 100%;
    padding: 15px 0 !important;
}


  .work-hero h1 {
    font-size: 25px;
  }

   p {
    font-size: 16px !important;
    margin: 0;
  }


  .contact_content {
    padding-top: 20px;
  }

  .service_text {
    width: 90% !important;
    margin: auto;
}

.about_content {
         margin: 50px 0px !important;
}

.service_text p {
        font-size: 16px;
}

.policy_text {
    width: 100% !important;
    padding-left: 0px !important;
}

.service_text h1 {
  font-weight: bold;
}

.gallery-item {
  margin-bottom: 20px;
}

.site-header {
    padding: 0px;
    position: sticky;
}

.contact_page {
        padding: 20px 0px !important;
}

.footer {
        padding: 30px 12px;
}


.navbar {
    background-color: #000;
}

.video-icons {
    position: absolute;
    /* right: 25px;
    bottom: 35%; */
            right: 15px;
        bottom: 30%;
    transform: unset;
}

.logo-row {
      flex-wrap: wrap;
}

iframe {
  width: 100%;
}


.work-hero {
      height: 200px;
}

.client_section {
          padding: 57px 0 !important;
}
.about_section {
          padding: 57px 0 !important;
}
.contact_section {
          padding: 57px 0 !important;
}
.navbar-brand img {
      width: 40%;
}

}





.work-item {
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.work-item img {
  width: 100%;
  display: block;
  filter: grayscale(100%) brightness(0.6);
  transition: 0.4s ease;
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.4s ease;
}

/* by default */
.overlay h3 {
  margin: 0;
  transition: 0.3s ease;
}

.view-btn {
  margin-top: 12px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  color: #000;
  border: none;
  display: none;
}

/* hover effects */
.work-item:hover img {
  filter: none;
}

.work-item:hover .overlay {
    background: rgb(200 0 0 / 45%);
}

/* text hide on hover */
.work-item:hover .overlay h3 {
  display: none;
}

.work-item .view-btn {
display: none;
}

/* button show on hover */
.work-item:hover .view-btn {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}



/* clients page css*/

.client_section {
    width: 100%;
    background-image: url(../img/Clients.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 0;
    position: relative;
}

/* Red overlay like reference image */
.client_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(180 0 0 / 0%);
}

/* Center text */
.client_section h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 64px;       /* image ke according */
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}


/* clients page css*/

.about_section {
    width: 100%;
    background-image: url(../img/About.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 0;
    position: relative;
}

/* Red overlay like reference image */
.about_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(180 0 0 / 0%);
}

/* Center text */
.about_section h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 64px;       /* image ke according */
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}

/* clients page css*/

.contact_section {
    width: 100%;
    background-image: url(../img/Contact-Us.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 0;
    position: relative;
}

/* Red overlay like reference image */
.contact_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(180 0 0 / 0%);
}

/* Center text */
.contact_section h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 64px;       /* image ke according */
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .client_section h1 {
    font-size: 25px;
  }
  .about_section h1 {
    font-size: 25px;
  }

  .contact_section h1 {
    font-size: 25px;
  }
}



.client-logos {
  width: 100%;
  padding: 60px 0;
}
.logo-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.logo-row img {
  width: 150px;
  height: 150px;
  opacity: 0;
  transform: translateX(60px);
  animation: none;
}

/* even rows → left se aayengi */
.logo-row.left img {
  transform: translateX(-60px);
}

/* jab scroll par visible ho */
.logo-row.show img {
  animation: fadeSlide 0.8s ease forwards;
}

@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* stagger delay – same rahega har row ke liye */
.logo-row img:nth-child(1) { animation-delay: 0.1s; }
.logo-row img:nth-child(2) { animation-delay: 0.2s; }
.logo-row img:nth-child(3) { animation-delay: 0.3s; }
.logo-row img:nth-child(4) { animation-delay: 0.4s; }
.logo-row img:nth-child(5) { animation-delay: 0.5s; }
.logo-row img:nth-child(6) { animation-delay: 0.6s; }





/* about css */


.about_content {
    text-align: center;
    margin: 85px 0px;
}

.bottom_border {
    height: 3px;
    background: #ea0202;
    width: 70px;
    margin: auto;
    margin-bottom: 20px;
}

.about_content h4 {
text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.service_text {
    width: 50%;
    margin: auto;
}

.service_text p {
    font-size: 22px;
   
}


.gallery-overlay {
        position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
   
}

.gallery-item {
    position: relative;
}

.gallery-overlay i{
        font-size: 30px;
    color: #fff;
}

.gallery-overlay:hover{
 background: #0000008f;
    cursor: pointer;
}


.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* image default */
.gallery-item img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* hover zoom */
.gallery-item:hover img {
  transform: scale(1.15);
}

/* overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* icon */
.gallery-overlay i {
  font-size: 38px;
  color: #fff;
}

/* show overlay on hover */
.gallery-item:hover .gallery-overlay {
  opacity: 0.85;
}


.policy_text {
padding-left: 45px;
    font-size: 18px;
    width: 55%;
}


/* contact page */

.contact_page {
        padding: 120px 0px;
}

.contact_page p {
    color: #000;
}


.contact_page a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.contact_content p{
   font-size: 20px;
}

.contact_content h2 {
    text-transform: uppercase;
    font-weight: bold;
}

h1, button, h3, h2, h4, h5, h6{
  font-family: 'Open Sans Condensed', sans-serif;
}



/* branded page */

.video-section {
  width: 100%;
}

.video-card {
  background: #fff;
}

.video-thumb {
  position: relative;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: 0.3s;
}

.video-card:hover .video-thumb img {
  transform: scale(1.08);
}

.video-card:hover .video-thumb::after {
  opacity: 1;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.7);
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
}

.video-content {
  padding: 15px 10px;
}

.video-content h5 {
font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.video-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
}


/* content creative */


.heading h1 {
    font-size: 28px;
    text-transform: uppercase;
    padding: 35px 0px;
    font-weight: bold;

}

.heading {
  text-align: center;
}