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

* {
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar[data-bs-theme="dark"] {
  --bs-navbar-hover-color: rgba(255, 255, 255, 1);
}

.bannerfont {
  line-height: 1.1;
  font-size: 4rem;
  color: white;
}

/* .banner {
  background-image: url("https://www.branzonecreative.com/wp-content/uploads/2023/03/2-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 0;
} */

.head {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 500;
}

.navbar-toggler {
  color: black;
  outline: none;
  border: none;
}

.logo {
  width: 200px;
}

/* home pg */

.hero {
  min-height: 100vh;
  position: relative;
  background-color: #000;
}
.hero-inner {
  min-height: 100vh;
}
.hero-left {
  background-color: #000;
  min-height: 60vh;
}
.hero-right {
  overflow: hidden;
}
.hero-client-image {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  display: block;
}
.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}
.hero h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hero {
    min-height: auto;
  }
  .hero-inner {
    min-height: auto;
  }
  .hero-left {
    min-height: auto;
    padding: 60px 20px 20px;
  }
  .hero-right {
    height: 400px;
  }
  .hero-client-image {
    height: 100%;
    min-height: unset;
  }
  .footers {
    position: relative;
    bottom: auto;
    background-color: #000;
  }
}
.text-orange {
  color: #fff;
}
.texts {
  color: #fff;
}
/* .desings {
  font-family: "Playwrite GB S", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
} */
.arrow-icon {
  width: 50px;
  height: 50px;
  background-color: #fff;

  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.arrow-icon::after {
  content: "→";
  color: #000;
  font-size: 24px;
}
.footers {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* product relevant */
.number-graphic {
  font-size: 12rem;
  font-weight: bold;
  line-height: 0.8;
}
.number-1 {
  color: #8a2be2;
}
.number-2 {
  color: #00ced1;
}
.plus {
  color: #ff4500;
}
.experience-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.agency-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.description {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}
.learn-more-btn {
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.learn-more-btn:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .number-graphic {
    font-size: 8rem;
  }
  .experience-text {
    font-size: 1.5rem;
  }
  .agency-title {
    font-size: 2rem;
  }
}

/* services */
.decorates {
  text-decoration: none;
}

.services-main {
  background-color: #000;
  color: #fff;
}
.cursore {
  cursor: pointer;
}
.service-icon {
  color: #ff4500;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.card {
  background-color: #111;
  border: none;
  transition: transform 0.3s ease-in-out;
}
.card:hover {
  transform: translateY(-10px);
}
h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.subtitle {
  color: #999;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 3rem;
}
.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.card-text {
  color: #999;
}

/* photos */

.project-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.project-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  margin-bottom: 3rem;
}
.project-image {
  width: 100%;
  height: 450px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 30px;
  transition: transform 0.45s ease, filter 0.45s ease;
  display: block;
}
.project-image:hover {
  transform: scale(1.04);
  filter: brightness(1.08);
}
/* Happy clients */

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.section-subtitle {
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto 3rem;
}
.client-logo {
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.client-logo:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

/* whatsapp */

.whatsapp-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
}
.whatsapp-heading {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.whatsapp-subtext {
  color: #6c757d;
  margin-bottom: 2rem;
}
.whatsapp-button {
  background-color: #25d366;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: fit-content;
}
.decorate {
  text-decoration: none;
}
.whatsapp-button:hover {
  background-color: black;
}
.woman-image {
  max-width: 100%;

  height: auto;
}

/* footer */

.footer {
  background-color: #000;
  color: #fff;
  padding: 4rem 0 2rem;
}
.footer-logo {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer-logo span {
  color: #ff4500;
}
.social-icons {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.social-icons a {
  color: #fff;
  margin-right: 1rem;
}
.footer-nav {
  list-style: none;
  padding: 0;
}
.footer-nav li {
  margin-bottom: 0.5rem;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
}
.footer-heading {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}
.footer-contact {
  color: #fff;
  margin-bottom: 0.5rem;
}
.footer-blog-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.footer-blog-link {
  color: #888;
  text-decoration: none;
  font-size: 0.9rem;
}
.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 1rem;
  margin-top: 2rem;
  font-size: 0.8rem;
  color: #888;
}
.links {
  text-decoration: none;
  color: #fff;
}

/* ── Animations ─────────────────────────────────────────────────────────── */

/* service card icon — size + transition */
.card .card-body img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
  margin: 0 auto 1rem;
  transition: transform 0.35s ease;
}
.card:hover .card-body img {
  transform: scale(1.15) rotate(-6deg);
}

/* hero arrow — gentle float loop */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}
.arrow-icon {
  animation: float 2.8s ease-in-out infinite;
}

/* nav links — animated underline on hover */
.navbar-nav .nav-link {
  position: relative;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover::after {
  width: 80%;
}

/* whatsapp button — pulse ring */
@keyframes pulse-wa {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
  70%  { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.whatsapp-button {
  animation: pulse-wa 2.2s ease-out infinite;
}

/* learn more button — smooth border fill on hover */
.learn-more-btn {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.learn-more-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}
.learn-more-btn:hover::before {
  transform: scaleX(1);
}
.learn-more-btn:hover {
  color: #fff;
  background-color: transparent;
}

@media (max-width: 767px) {
  .project-image {
    height: 260px;
  }
}
