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

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

[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);
}

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

.navbar-toggler {
  color: black;
  outline: none;
  border: none;
}
.logo {
  width: 200px;
}

/* design1 */
.main-bd {
  height: auto;
}
.main-bd > .container-fluid {
  min-height: 70vh;
}
.main-bd > .container-fluid > .row {
  min-height: 70vh;
}
.main-bd > .container-fluid [class*="col-md-6"] {
  min-height: 400px;
}
.bg-custom-green {
  background-image: url("assets/Asset\ 11.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-custom-black {
  background-color: #000000;
}
.custom-text-gray {
  color: #cccccc;
}
.logo-image {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-2 {
    order: 2;
  }
  .main-bd > .container-fluid [class*="col-md-6"] {
    min-height: 300px;
  }
}

/* design 2 */
.bg-custom-black {
  background-color: #000000;
}
.bg-custom-purple {
  background-color: #8a2be2;
  background-image: url("assets/2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-text-gray {
  color: #808080;
}
.branding-image {
  max-width: 100%;
  height: auto;
}
.main-title {
  font-size: 4rem;
  font-weight: bold;
}
/* design 3 */
.alldesign {
  width: 100%;
  max-width: 30rem;
}
.bg-custom-blue {
  background-image: url("assets/pack6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-custom-black {
  background-color: #000000;
}
.custom-text-gray {
  color: #6f6f6f;
}
.logo-image {
  max-width: 100%;
  height: auto;
}
/* design 4 */
.bg-custom-black {
  background-color: #000000;
}
.bg-custom-orange {
  background-color: #e2962b;
  background-image: url("assets/brouch10.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* desing5 */
.bg-custom-yellow {
  background-image: url("https://www.branzonecreative.com/wp-content/uploads/2023/06/Website-Service-Cover.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-custom-black {
  background-color: #000000;
}

/* design 6 */
.bg-custom-black {
  background-color: #000000;
}
.bg-custom-red {
  background-color: #e22b2b;
  background-image: url("https://www.branzonecreative.com/wp-content/uploads/2022/01/Medimart-033.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* we craft */
.craft {
  background-color: #000;
  color: #fff;
}
.converts {
  padding: 50px 0;
}
.main-titles {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  max-width: 30rem;
}
.titles {
  display: flex;
  justify-content: center;
}
.section-titles {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.section-content {
  color: #808080;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .main-title {
    font-size: 2.5rem;
  }
  .main-titles {
    font-size: 2rem;
    max-width: 100%;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .section-content {
    font-size: 1rem;
  }
  .converts {
    padding: 20px 0;
  }
}

/* hero */
.heads {
  background-color: #000;
  color: #fff;
}
.hero {
  height: calc(70vh - 80px);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero h1 {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }
}

/* sternght */
.strength-section {
  padding: 80px 0;
}

.design1 {
  font-size: 30px;
  padding: 20px 0;
}
.newsec {
  padding: 80px 0;
}
.section-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

.strength-icon {
  color: #ff5c35;
  font-size: 48px;
  margin-bottom: 20px;
}

.strength-title {
  color: #333;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500;
}

.strength-description {
  color: #666666;
  font-size: 18px;
  line-height: 1.6;
}

.strength-item {
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .strength-title {
    font-size: 24px;
  }

  .strength-description {
    font-size: 16px;
  }
}

/* relate project */

.projects-section {
  padding-top: 40px;
  background-color: #f8f9fa;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 20px;
  margin-bottom: 50px;
}

.project-image {
  width: 100%;
  height: 260px;
  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);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  .section-subtitle {
    font-size: 18px;
  }

  .project-image {
    height: 220px;
    margin-bottom: 20px;
  }
}


/* we would */

.main {
  background-color: #edebeb;
  color: #000;
  min-height: 70vh;
  height: auto;
  padding: 4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section {
  text-align: center;
}

.cta-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.cta-button {
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .cta-heading {
    font-size: 1.6rem;
  }
  .main {
    padding: 3rem 1.5rem;
  }
}

/* footer */

.footer {
  background-color: #000;
  color: #fff;
  padding: 4rem 0 2rem;
}
.footer-logo {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

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