/* belgelerimiz sayfasi altindaki yazi */
.baslik {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 25px;
    font-weight: 600;
    background-color: #943668;
    color: white;
}

/* hakkimizda baslik */
.abaslik {
    color: pink !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* ortalama */
.ort {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* sayfalarin alt baslik kismi */
.breadcrumb-main .breadcrumb {
    background: #943668;
}

.breadcrumb-main .breadcrumb li {
    color: #fff !important;
}

/* backgorund foto */
.full-title {
    padding: 80px 0px;
    background: url(../images/backfoto.png) no-repeat center;
}

/* header kismi hover */
.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover {
    background: #943668;
    color: #ffffff;
    border-radius: 4.8px;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link.active {
    background: #943668;
    color: #ffffff;
    border-radius: 4.8px;
}

/*social footer da */
.social_footer_ul li a:hover {
    color: #943668 !important;
    border: 2px solid #943668 c;
}

/* contact sayfasi gonder butonu */
.category button.btn-primary {
    background-color: #943668;
    // border-color: #943668;
}
.category button.btn-primary:hover {
    background-color: gray !important;
    border-color: #ffd1dc !important;
}

/*index syfasi urun grubu */
.services-bar .card h4.card-header {
    background-color: #943668 !important;
    color: #fff !important;
}
.services-bar .card .card-footer {
    background-color: #ffd1dc;
}
.category a.btn-primary:hover {
    background-color: #943668 !important;
    // border-color: black!important;
}
.category a.btn-primary {
    background-color: #ae3a3a;
    border: none;
}

.category .card-img,
.category .card-img a {
    border-radius: 0 !important;
}

.category .card .card-img a {
    border: none;
    border-radius: 0 m !important;
}

/*index sayfasi logo hakkimizda kismi*/
.img-fluid {
    max-width: 100%;
    height: 242px;
    width: 555px;
}

/*product sayfasi urun background */
.pricing-box .card h3.card-header {
    background: #943668;
    padding: 20px 15px;
}

/*product sayfasi ürün pembe kisim */
.card .list-group-item button {
    background-color: transparent !important;
}

.card .list-group-item .btn,
.card .list-group-item button {
    border: none !important;
}
/*siparis ver butonu */
.btn-primary {
    color: #fff;
    background-color: #943668 !important;
    border-color: #fad0dd !important;
}

/*modal gonder*/
button,
select {
    background-color: #943668 !important;
}

/*navbar alt */
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #943668 !important;
}

/*product sayfasindaki urun adi yazisi*/
.urun {
    color: white !important;
}

/*slider arkasindaki koyuluk*/
.slider-main .carousel .carousel-inner .carousel-item:before {
    background: rgba(0, 0, 0, 0);
}

/*sayfalardaki resim arkasi koyuluk*/
.full-title:before {
    /* background: rgba(0,0,0,0.5); */
    background: rgba(223, 92, 92, 0.1);
}

/*iletsim sayfasi */
.renk {
    background-color: #943668 !important;
    padding: 10px 10px !important;
    color: white !important;
}

.renk2 {
    color: white;
}
