@media (min-width: 769px) {
  .custom-slider {
    display: flex;
    justify-content: center;
  }
}

.custom-area {
  margin-top: -10%;
}

.bg-custom-white {
background-color: #e4e4e4 !important;
}

.bg-custom-red {
background-color: #e94646 !important;
}

.bg-custom-black{
background-color: #2a2a2a !important;
}
.color-custom-black {
color: #2a2a2a !important;
}

.color-custom-white {
color: #e4e4e4 !important;
}

.logo-dimension {
height: 150px !important; /* varsayılan: geniş ekranlarda */
}

@media (max-width: 576px) {
  .logo-dimension {
    height: 100px !important; /* küçük ekranlarda */
    width: 50px !important;
  }

  .mobile-bg-custom-black {
    background-color: #2a2a2a !important;
  }
}
@media (max-width: 768px) {
  .mobile-go-to-back {
    bottom: 80px !important;
    right: 10px !important;
  }
}

.whatsapp-position {
top: 70%;
}
@media (max-width: 440px) {
.whatsapp-position {
  top: 48%;
}
}

@media (min-width: 400px) and (max-width: 476px) {
.whatsapp-position {
  top: 55%;
}
}

@media (min-width: 477px) and (max-width: 600px) {
.whatsapp-position {
  top: 53%;
}
}

@media (min-width: 601px) and (max-width: 730px) {
.whatsapp-position {
  top: 57%;
}
}

@media (min-width: 731px) {
.whatsapp-position {
  top: 60%;
}
}

.carousel-item {
min-height: 300px !important;
max-height: 850px !important;
}

.fact {
background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../forklift_images/Image_fx_7.jpg)
}

.mobile-display {
  display: none;
}
@media (min-width: 768px) {
  .mobile-display {
    display: block;
  }
}

