.carousel-custom{
    height: 650px; /* İstediğiniz boyut */
    overflow: hidden; /* Resim taşmasını engellemek için */
}
.carousel-inner .carousel-item img {
     /* Resmin oranlarını koruyarak div’e sığdırır */
    height: 650px; /* Resmin yüksekliğini tam yapar */
}
@media (max-width: 768px) { /* 768px ve altı ekranlar için */
    .carousel-custom{
        height: 300px; /* İstediğiniz boyut */
        overflow: hidden; /* Resim taşmasını engellemek için */
    }
    .carousel-inner .carousel-item img {
        /* Resmin oranlarını koruyarak div’e sığdırır */
       height: 300px; /* Resmin yüksekliğini tam yapar */
    }
    .navbar-min-size {
        display: block !important;
    }
   .btn-search{
  
    display: none;
    }
    .btn-card{
    display: none;
    }
    .btn-profile{
    
    display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) { /* 768px ve altı ekranlar için */
    .carousel-custom{
        height: 450px; /* İstediğiniz boyut */
        overflow: hidden; /* Resim taşmasını engellemek için */
    }
    .carousel-inner .carousel-item img {
        /* Resmin oranlarını koruyarak div’e sığdırır */
       height: 450px; /* Resmin yüksekliğini tam yapar */
    }
    
   .btn-search{
  
    display: none;
    }
    .btn-card{
    display: none;
    }
    .btn-profile{
    
    display: none;
    }
    .navbar-min-size {
        display: block !important;
    }
}


body {
    padding-top: 90px; /* Navbar yüksekliği kadar boşluk ekleyin */
    background-color: #F6F8F9;
}

.navbar {
    background-color: white;
}
.nav-link {
    font-size : 18px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    border-radius: 10px;
}
.navbar-brand{
    color: black;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
}

.nav-link:hover {
    
    color: black;
}
.navbar-brand:hover{
    color: black;
}
.nav-under-line {
    position: relative;
    transition: all 0.3s ease;
}

.nav-under-line:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: black;
}
.btn-search-min{
    
    cursor: pointer;
}
.btn-search{
    
    cursor: pointer;
}
.btn-card{
    cursor: pointer;
}
.btn-profile{
    
    cursor: pointer;
}
.btn-search:hover{
    color: black;
    border: none;
    background-color: #FFFF;
    cursor: pointer;
}
.btn-card:hover{
    color: black;
    border: none;
    background-color: #FFFF;
    cursor: pointer;
}
.btn-profile:hover{
    color: black;
    border: none;
    background-color: #FFFF;
    cursor: pointer;
}

.navbar-png{
    width: 25px;
    height: 25px;
}
.navbar-min-size{
    display: none;
    cursor: pointer;
}
.navbar-logo {
    
    width: 250px;
    height: 75px;
}
.footer-png {
    
    width: 25px;
    height: 25px;
	margin-right: 8px;
}
.footer-map {
    
    width: 300px;
    height: 300px;
}
.scrolling-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: transparent; 
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .scrolling-content {
    display: inline-block;
    animation: scroll-left 30s linear infinite;
  }

  .scrolling-content img {
    height: 40px;
    margin: 0 15px;
    vertical-align: middle;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .contact-title {
    font-size: 2rem; /* Başlık boyutunu artırdım */
    font-weight: bold;
  }
  
  .contact-text {
    font-size: 1.2rem; /* Yazı boyutunu artırdım */
  }
  .contact-png {
    
    width: 30px;
    height: 30px;
}