/* Genel Responsive Stil */
@media (max-width: 1200px) {
  .banner h1 {
    font-size: 3rem;
  }

  .banner p {
    font-size: 1rem;
  }

  .new-banner h1 {
    font-size: 2.5rem;
  }

  .new-banner p {
    font-size: 1rem;
  }

  .partner-logo {
    height: 60px;
    margin: 0 10px;
  }

  .card {
    min-width: 45% !important;
    max-width: 45% !important;
    height: 400px;
  }

  .smart-home-card {
    min-width: 45% !important;
    max-width: 45% !important;
    height: 400px;
  }
}

@media (max-width: 992px) {
  .navbar-brand img {
    width: 80px;
  }

  .nav-link {
    font-size: 1rem;
    margin-left: 2rem;
  }

  .banner-content {
    max-width: 100%;
    padding-right: 20px;
  }

  .banner h1 {
    font-size: 2.5rem;
  }

  .banner p {
    font-size: 1rem;
  }

  .new-banner .banner-content {
    max-width: 100%;
  }

  .new-banner h1 {
    font-size: 2rem;
  }

  .new-banner p {
    font-size: 1rem;
  }

  .download-content h2 {
    font-size: 2rem;
  }

  .download-buttons .btn {
    font-size: 1rem;
  }

  .card {
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto;
    margin: 10px 0;
  }

  .smart-home-card {
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .banner {
    height: 500px;
  }

  .banner-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
  }

  .new-banner {
    height: 400px;
  }

  .download-section {
    height: 250px;
  }

  .download-content {
    top: 20px;
    right: 10px;
    text-align: center;
  }

  .download-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-logo {
    height: 40px;
  }

  .partners-title {
    font-size: 2rem;
  }

  .partners-desc {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    width: 74px;
  }

  .nav-link {
    font-size: 0.9rem;
    margin-left: 1rem;
  }

  .banner-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
  }

  .translucent-section {
    background-color: rgba(51, 77, 102, 0.8);
    padding: 60px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    margin-top: -40px;
    color: #fff;
  }

  .second-section {
    background-color: #e0e0e0;
    padding: 60px;
    border-radius: 10px;
    margin-top: 26rem;
  }

  .phone-img {
    all: unset;
    width: 8rem;
    margin-top: 0.6rem;
  }

  .banner {
    height: 580px;
  }

  .new-banner {
    background: url(../img/home/phones.png) no-repeat !important;
    background-size: 33rem !important;
    background-position-x: right !important;
    position: relative !important;
    width: 100vw !important;
  }

  .veezy-logo {
    height: 3rem !important;
    margin-bottom: -1.8rem;
  }

  .banner-download-logos {
    width: 95vw !important;
  }

  .social-media-icons {
    display: none;
  }

  .card {
    min-width: 62% !important;
    max-width: 94% !important;
    height: auto;
    margin: 10px 0;
  }

  .partner-logo {
    height: 26px;
    margin: 1rem;
  }

  .banner-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .download-content {
    top: -26px;
    right: 32px;
    text-align: center;
  }

  .banner h1 {
    font-size: 2rem;
  }

  .banner p {
    font-size: 0.875rem;
  }

  .new-banner h1 {
    font-size: 1.75rem;
  }

  .new-banner p {
    font-size: 0.875rem;
  }

  .download-content h2 {
    font-size: 1.75rem;
  }

  .download-buttons .btn {
    font-size: 0.875rem;
  }

  .smart-home-title {
    font-size: 2rem;
  }

  .smart-home-card-title {
    font-size: 1.25rem;
  }

  .smart-home-card-text {
    font-size: 0.875rem;
  }

  .service-title {
    font-size: 1.6rem;
    color: #334d66 !important;
    margin-bottom: -15px;
    padding: 1rem;
  }
}
