@charset "UTF-8";

/*
  Evids tech.
  Default Variables:
*/
* {
  font-family: "Montserrat", sans-serif;
}

* body {
  background: #f5f5f7;
}

* body main nav {
  justify-content: left !important;
}

* body main .navbar-expand-lg .navbar-toggler {
  border: none !important;
  border-right: 1px solid #000;
}

* body main .navbar-expand-lg .display-custom {
  display: -webkit-inline-box !important;
}

* body main .navbar-expand-lg .navbar-toggler {
  display: block;
}

* body main .navbar-expand-lg ul #firsatlar {
  background: #E40E20;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  width: 130px;
  text-align: center;
}

* body main .navbar-expand-lg ul .nav-item {
  margin-right: 35px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

* body main .navbar-expand-lg ul #login-wrapper .login-icon {
  color: #E40E20 !important;
  font-weight: 600;
  margin-top: 6px;
}

#search-button {
  margin-left: 30px;
}

.menu-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu-navbar {
  min-height: 90px;
  border-right: 1px solid #c4c4c4;
  display: inline-flex;
  padding: 0 30px;
}

#login-wrapper {
  margin-top: 6px;
}

.banner {
  background: #E40E20;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
}

.promo-text {
  margin-bottom: 189px;
  color: #EAEAEB;
  position: absolute;
  font-weight: 200;
  font-size: 41px;
  text-align: center;
}

.category-wrapper {
  background: #fff;
  margin-right: 10px;
  min-height: 130px;
  border-radius: 15px;
  width: 162px;
  height: 102px;
  background-color: #fff;
  margin: 5px;
  margin-top: 150px;
  z-index: 9;
}

.category-wrapper-child {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 17px;
}

/* İlk durum için temel stil */
.category-wrapper-child {
  position: relative;
  transition: all 0.3s ease;
  /* Pürüzsüz bir geçiş için */
  border-radius: 5px;
  /* Kutuların köşeleri yuvarlak */
}

/* Mouse üzerine geldiğinde uygulanacak hover efekti */
.category-wrapper-child:hover {
  transform: translateY(-5px);
  /* Hafifçe yukarı hareket ettir */
  border-color: #eee;
  /* Alt çerçeveyi belirginleştir */
  cursor: pointer;
}

/* Başlık için geçiş efektleri */
.category-wrapper-child h3 {
  transition: color 0.3s ease;
}

.category-wrapper-child:hover h3 {
  color: #555;
  /* Başlık rengini biraz daha koyulaştır */
}

.category-wrapper-child img {
  margin-bottom: 15px;
  width: 60px;
}

.category-wrapper-child h3 {
  font-size: 20px;
  font-weight: 500;
  color: #5c5c5b;
}

.search-section {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  /* Kenarları yumuşat */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Kutunun altında gölge efekti */
  margin-top: -100px;
  /* Banner içindeki pozisyonu ayarla */
  z-index: 10;
  /* Arama bölümünü kutucukların üstüne çıkar */
  display: flex;
  /* Flexbox kullanarak çocukları ortala */
  align-items: center;
  /* Çocukları dikey olarak ortala */
  justify-content: center;
  /* Çocukları yatay olarak ortala */
  min-height: 130px;
  /* Arama bölümünün minimum yüksekliğini ayarla */
  width: 930px;
  /* veya 'width: auto;' kullanarak konteynerin genişliğine göre ayarla */
  max-width: 100%;
}

.search-container {
  text-align: center;
  width: 100%;
  /* Konteyner genişliğini tam olarak kullan */
  /* Herhangi bir sabit yükseklik ayarlamanıza gerek yok, padding yeterli olacaktır */
}

/* Diğer form elemanlarınızın stilleri aynı kalabilir */
.search-container input,
.search-container select,
.search-container button {
  padding: 10px;
  margin: 5px;
  height: 40px;
  border: 1px solid #dddddd3b;
  /* Sınır stilini belirle */
  border-radius: 5px;
  /* Kenarları yumuşat */
}

.search-container button {
  background-color: #E40E20;
  color: #fff;
  border: none;
  /* Button için sınırı kaldır */
  cursor: pointer;
  /* İmleci işaretçiye dönüştür */
}

/* Responsive tasarım ve diğer detaylar için ek stil kuralları buraya eklenebilir */
.row .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category-wrapper {
  flex: 1 0 21%;
  /* Kutucuklar büyüyüp, daralmaya izin ver, ancak başlangıç genişliği %21 olsun */
  margin: 5px;
}

@media (max-width: 500px) {
  .category-wrapper {
    flex: 1 0 48%;
    /* Mobil cihazlarda iki sütun oluşturacak şekilde ayarla */
    margin: 1%;
    /* Kutucuklar arası boşluğu azalt */
  }
}

@supports (flex-wrap: wrap) {
  .category-wrapper {
    flex: 1 0 auto;
    /* Esnek büyüme ve küçülme */
    min-width: 162px;
    /* Minimum genişlik */
    max-width: 162px;
    /* Maksimum genişlik */
  }

  /* Ekran genişliği daraldığında kutucuklar alt alta sıralanacak */
  @supports (flex-wrap: wrap) and (max-width: 767px) {
    .category-wrapper {
      flex: 1 0 100%;
      /* Tam genişlikte kutucuk */
    }
  }
}

#kutucuk {
  margin-top: 150px;
  z-index: 99;
}

#ilan-input {
  width: 315px;
}

#kategori-input,
#tur-input,
#sehir-input {
  width: 130px;
}

#search-text {
  padding: 5px 10px;
}

.banner {
  position: relative;
  /* Child elementlerini pozisyonlamak için */
  background-image: url("../img/banner/banner2.jpg");
  background-size: cover;
  /* Resmin tüm sayfayı kaplamasını sağlar */
  background-repeat: no-repeat;
  /* Resmin tekrar etmesini engeller */
}

.banner-image {
  position: absolute;
  /* Banner alanına göre pozisyonlandır */
  top: 0;
  /* Üstten boşluk */
  z-index: 0;
  /* İçerikten üstte gözükmek için */
}

.banner-image-left {
  left: 0;
  /* Sol tarafa yasla */
  padding: 0;
}

.banner-image-right img {
  right: 0;
  /* Sağ tarafa yasla */
  position: absolute;
}

/* Diğer stiller... */
/* İlk durum için temel stil */
.category-wrapper-child {
  position: relative;
  transition: all 0.3s ease;
  /* Tüm geçişleri yumuşat */
  border-radius: 5px;
  /* Daha az yuvarlak köşeler */
  background-color: #f8f8f8;
  z-index: 20;
  /* Z-index değerini artırın */
}

/* Mouse üzerine geldiğinde uygulanacak hover efekti */
.category-wrapper-child:hover {
  background-color: #f8f8f8;
  /* Hafif arka plan rengi değişikliği */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  /* İnce gölge efekti */
}

/* Başlık için geçiş efektleri */
.category-wrapper-child h3 {
  transition: color 0.3s ease;
}

.category-wrapper-child:hover h3 {
  color: #555;
  /* Başlık rengini biraz daha koyulaştır */
}

#favicon {
  width: 30px;
}

.section-header {
  font-size: 22px;
  display: flex;
  align-content: center;
}

.header-section {
  display: flex;
  /* İçerikleri yan yana dizmek için */
  align-items: center;
  /* İçerikleri dikey olarak ortala */
}

.title {
  margin: 0;
  /* Varsayılan margin değerlerini kaldır */
  display: inline-block;
  /* Eğer başlık blok seviyesinde değilse */
  vertical-align: middle;
  /* Çizgi ile aynı hizaya getir */
  font-size: 18px;
  margin-left: 5px;
  margin-top: 10px;
}

.line {
  flex-grow: 1;
  /* Geriye kalan alanı doldur */
  height: 1px;
  /* Çizgi kalınlığı */
  background-color: #a0a0a0;
  /* Çizgi rengi */
  margin-top: 15px;
  margin-left: 10px;
}

.search-container input,
select {
  background: #f5f5f7;
}

.firsatlar-wrapper {
  background: #fff;
  transition: box-shadow 0.3s ease-in-out;
  /* Gölge geçiş efektini tanımlama */
  cursor: pointer;
}

.firsatlar-wrapper img {
  width: 100%;
}

.firsatlar-wrapper ul {
  padding: 0 15px;
  margin: 0;
  color: #7e8ca6;
}

#ilan-adres {
  margin-top: 15px;
  font-size: 13px;
}

#ilan-baslik {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

#ilan-fiyat {
  font-size: 25px;
  color: #E40E20;
  margin: 0;
}

.firsatlar-banner {
  position: relative;
  /* Pseudo-element için konumlandırma referansı */
  height: 90px;
  background: #E40E20;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
}

.firsatlar-banner p {
  font-size: 20px;
  text-align: center;
}

.firsatlar-banner:after {
  content: "";
  /* Pseudo-element için içerik, boş bir string olmalı */
  position: absolute;
  /* Pseudo-element'i konumlandırmak için */
  left: 50%;
  /* Sol kenarından yüzde 50 oranında */
  bottom: -20px;
  /* Alt kenarından 20px yukarıda */
  width: 0;
  /* Genişliği 0 olmalı */
  height: 0;
  /* Yüksekliği 0 olmalı */
  border-left: 20px solid transparent;
  /* Sol kenarı transparan */
  border-right: 20px solid transparent;
  /* Sağ kenarı transparan */
  border-top: 20px solid #E40E20;
  /* Üst kenarı kırmızı ve genişliği */
  transform: translateX(-50%);
  /* Yatay konumunu ortalamak için */
}

#broker {
  width: 50px;
  float: right;
}

#banner1 {
  width: 100%;
}

footer {
  background: #fff;
  min-height: 365px;
  color: #000;
}

.ilan-kisa-detay img {
  width: 30px !important;
  margin-bottom: 12px;
}

.ilan-kisa-detay {
  font-size: 18px;
  margin-right: 15px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  /* Sol tarafın yarısına kenarlık ekler */
  height: 50%;
  /* Üst tarafın yarısına kenarlık ekler */
  border-top: 2px solid transparent;
  /* Başlangıçta görünmez kenarlık */
  border-left: 2px solid transparent;
  /* Başlangıçta görünmez kenarlık */
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  /* Kenarlık renginin geçişi */
}

.image-container:hover::before {
  border-top: 4px solid #E40E20;
  /* Üst kenarlık */
  border-left: 4px solid #E40E20;
  /* Sol kenarlık */
}

.danisman-info {
  font-size: 9px;
  text-align: center;
}

.danisman-info span {
  display: flex;
  /* Flexbox modelini etkinleştirir */
  flex-direction: column;
  /* İçerikleri dikey sırayla düzenler */
  align-items: flex-start;
  /* İçerikleri sol tarafa hizalar */
}

.firsatlar-wrapper:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Ayarladığınız gölge stilini buraya ekleyin */
}

.broker-wrapper {
  display: flex;
  /* Flexbox modelini kullan */
  flex-direction: column;
  /* İçerikleri dikey sırayla düzenle */
  align-items: center;
  /* İçerikleri yatay olarak ortala */
  justify-content: center;
  /* İçerikleri dikey olarak ortala */
  margin-right: 30px;
}

.mega-menu {
  width: 100%;
  background: #f8f9fa;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 999;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  min-height: auto;
  display: none;
  /* Başlangıçta gizli */
}
.mega-menu h3{
  color: #E40E20;
}

.navbar-toggler {
  cursor: pointer;
}

.navbar-toggler-icon {
  font-size: 24px;
  display: inline-block;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 90px;
  left: 0;
  background: rgba(12, 12, 12, 0.57);
  z-index: 998;
}

.mega-menu-slide-in {
  animation: slideInLeft 0.5s forwards ease-in-out;
}

.mega-menu-slide-out {
  animation: slideOutRight 0.5s forwards ease-in-out;
}

@keyframes slideInLeft {
  from {
    top: -90%;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    top: 0;
    opacity: 1;
  }

  to {
    top: -90%;
    opacity: 0;
  }
}

footer li {
  font-size: 14px;
  padding-bottom: 7px;
}

.sosyal-medya .wrapper {
  background: #E40E20;
  padding: 10px 0px;
  border-radius: 31px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.sosyal-medya .wrapper i {
  margin-right: 15px;
}

.footer-info {
  font-size: 13px;
  margin-top: 20px;
}

.copyright {
  font-size: 9px;
}

.wrapper {
  margin-top: 12px;
}

footer h5 {
  font-weight: bold;
}

.header-section {
  border-bottom: 1px solid #E40E20;
  padding-bottom: 8px;
}

.dead-line-card {
  margin-top: 15px;
  background: #fff;
  height: 69px;
  padding: 9px 17px;
}

/*# sourceMappingURL=style.css.map */