.color-white {
    color: white;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.hoverdaBeyaz:hover {
    color: white !important;
}

.bgWhiteButton {
    background-color: white !important;
    color: #121212;
}

.bgWhiteButton:hover {
    background-color: rgb(217, 217, 217) !important;
    color: #121212;
    cursor: pointer;
}

.fw-400 {
    font-weight: 400;
}

.text-line-grey::before {
    background-color: #989898 !important;
}

.text-grey-benim {
    color: #989898;
}


.bodytextcolor {
    color: rgb(76, 76, 76);
}

.grupLogolari {
    border: 1px solid #ededed;
}


#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}


.marker {
    background-image: url("../img/arter/pin.png");
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.breadcrumbOzel {
    margin-bottom: 0px !important;
}

.yuk-30 {
    height: 30px;
}

.progress-wrap::after {

    color: #868686 !important;

}

.referansBaslikAyar{
    min-height: 10px;
}

.swiper-hero, .swiper-hero .swiper-slide {
    /* height: 750px !important; */

    height: 75vh !important;
  }


  .navbar-stick:not(.navbar-dark) {
    background: #080808;
  }

  .nav-link {
    color: white;
  }

  .nav-link:hover {
    color: rgb(207, 207, 207);
  }


@media (max-width: 768px) {

    .referansListeBox {
        min-height: 210px !important;
        margin-top: 37px !important;
    }


    .swiper-hero, .swiper-hero .swiper-slide {
        /* height: 750px !important; */
    
        height: 70vh !important;
      }

}


@media (max-width: 1400px) {

    .referansBaslikAyar{
        min-height: 61px;
    }

}