html,
body {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif !important;
}

.carousel-item {
    transition: transform 0.5s ease;
}

.navbar {
    background-color: #f3b341;
    box-shadow: 0 0 3px #d1d1d1;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
}

.navbar-nav .nav-link {
    font-size: 18px;
    color: #000;
}

#anasayfaSlider .carousel-control-next,
#anasayfaSlider .carousel-control-prev {
    z-index: 9;	
}

.bolum2 {
    position: relative;
    width: 100%;
}

.bolum2::before {
    content: "";
    background-image: url("/assets/img/dot-shape.jpg");
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    background-position: center top;
    right: 0;
    left: 0;
    top: 0;
    opacity: 0.2;
}

.genel-baslik1 {
    position: relative;
    z-index: 99;
}

.genel-baslik1 h2 {
    color: #050748;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}

.genel-baslik1 h1 {
    color: #050748;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}



.navbar.scrolled {
    background-color: #8a007c;
}



.slider-bg {
    background: #333b82;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    /* padding: 90px 0; */
}

.slider {}

.slider-bg .slider-text {
    z-index: 9;
    position: relative;
}

.slider-bg .slogan {
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
}

.slider-bg .bilgiNotu {
    color: #ffc107;
    font-size: 21px;
}

.slider-bg .sliderButon {}

.slider-bg .sliderButon a {
    margin: 10px;
}

.slider-bg .sliderFoto {
    width: 100%;
}

.headerBanner1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.headerBanner1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
}

.form-signin {

    max-width: 460px;
    padding: 1rem;
    background-color: #fff;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

form label {
    font-size: 13px;
}

.form-floating>label {
    left: 5px;
}

.bg-signIn {

    background: url(/assets/img/bg1.png), #364179;
    display: flex;
    height: 100vh;


}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.buton1 {}

.buton1::active {
    background-color: var(--renk1);
    color: #fff;
}

.profilIsimIcon {
    border: 3px solid #313882;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.profile-star-rating {
    color: #bbb;
    font-size: 1.7rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.profile-star-rating .filled {
    color: #f2b600;
}

.card {

    border-radius: 12px;
    overflow: auto;
    box-shadow: 0 0 3px #d1d1d1;
}

.solMenu {
    list-style: none;
    color: #000;
    background-color: #f7f4f9;
    padding: 20px 0;
}

.solMenu li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.solMenu li:hover {

    background-color: #f7b238;
}

.solMenu li a {
    color: #000;
    text-decoration: none;
}

.solMenu li a i {
    color: #ffffff;
    background-color: #373881;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.panelBaslik {
    font-size: 18px;
    background-color: #343983;
    padding: 10px 15px;
    overflow: auto;
    box-shadow: 0 0 3px #d1d1d1;
    color: #fff;
}

.aracEkleButon {}

.aracEkleButon a {}

.full-width-link {
    display: flex;
    align-items: center;
    justify-content: center;

    /* KenarlarÃƒâ€žÃ‚Â±n koyu rengi */
    color: #343a40;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    transition: background-color 0.3s, color 0.3s;
    background-color: #fff;
    border-radius: 12px;
    overflow: auto;
    box-shadow: 0 0 3px #d1d1d1;
}

.full-width-link:hover {
    background-color: #373881;
    color: #fff;
}

.full-width-link .icon {
    margin-right: 10px;
}

.arac-box {
    padding: 40px 0px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    background-color: #fff;
} 

.arac-box:hover img {
    transform: translateX(100%);
    opacity: 0;
}

.arac-box:hover {
    background-color: rgb(248 178 56);
    color: black;
}

.arac-box img {
    width: 100px;
    margin-bottom: 10px;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.arac-box a {
    margin-top: 20px;
}

.arac-box:hover a {
    background-color: #373c85;
    border: none;
    color: #fff;
}

.aracEklemeFormu {
    background-color: #fff;
}


.image-preview {
    display: inline-block;
    position: relative;
    margin: 5px;
}

.image-preview img {
    width: 100px;
    height: auto;
}

.image-preview .remove-image {

    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    color: #000;
    align-items: center;
    font-size: 19px;
    display: flex;
    justify-content: center;
}

/*istatistikler*/
.stat-box {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    border: 2px solid;
}

.stat-box h3 {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 0;
    font-size: 14px;
    color: white;
    border-radius: 10px 10px 0 0;
}

.stat-icon {
    font-size: 40px;
    margin: 10px 0;
}













.istatistik {
    width: 150px;
    display: flex;
    flex-direction: column;
    border: 1px solid #04ba77;
    border-radius: 4px;
    overflow: hidden;
    margin: 5px;
}

.istatistik-header {
    color: #04ba77;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #04ba77;
    background-color: #c2f3e1;
    padding: 5px 10px;
}

.istatistik-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.material-icons {
    font-size: 36px;
    color: #04ba77;
    margin-bottom: 5px;
}

.main-description {
    color: #04ba77;
    font-size: 12px;
    text-align: center;
}


.ist-bg {
    /* border: 1px solid #f6aa39; */
    color: #fff;
    background-color: #f3b341;
}

.ist-bg h3 {
    background-color: rgb(162 119 42);
}


/*-----*/


/*  --- araÃƒÂ§larÃ„Â±m ----  */



.araclar {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.araclar  .aktif {
/*	background-color: #198754;
	color:#fff;*/
}
.araclar  .pasif {
	background-color: #dc3545;
	color:#fff;
	}

.araclar .slider {
    width: 100%;
}

.araclar .carousel-inner img {
    width: 100%;
    height: auto;
}

.araclar .content {
    margin-left: 0;
    flex-grow: 1;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.araclar .content a {
    color: #000;
    text-decoration: none;
}

.araclar .content:hover a {
    text-decoration: underline;
}

.araclar .content div {
    margin-bottom: 5px;
}

.araclar p {
    padding: 4px 0;
    margin: 0;
    font-weight: 500;
}

.aracButonlar {
    top: 0;
    position: absolute;
    z-index: 9;
    right: 0;
    background-color: #2d3640;
    padding: 10px;
    border-radius: 0 10px 0 10px;
}

.aracButonlar a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.aracButonlar a:hover {
    color: #919191;
}

.aracButonlar a {}


.aracSliderBolumu {
    width: 100%;
}

.aracSliderBolumu img {
    height: auto;
}

.aracBilgi {
    position: absolute;
    top: 170px;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.aracBilgi .aktif {
    background-color: #6dce6a;
}

.aracBilgi .pasif {
    background-color: red;
}

.aracDurumDegistirme {
    width: fit-content;
    padding: 5px 15px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: bold;
    align-items: center;
}

.aracPuani {
    display: flex;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.aracPuani i {
    color: #f2b600;
}

.aracPuani .puan {
    color: #f2b600;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
}

.aracPuani .puanlamaSayisi {
    padding: 0;
    border: navajowhite;
    margin: 0;
}

.aracFirmaBilgisi {
    display: flex;
    padding: 10px;
    flex-direction: column;
    width: 100%;
}

.aracFirmaBilgisi .avatar {}
.aracFirmaBilgisi .firma  {
    display: flex;
    width: 100%;
}
.aracFirmaBilgisi  .aracYorum {}
.aracFirmaBilgisi .aracYorum a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
.aracFirmaBilgisi .aracYorum a:hover {
	text-decoration:underline
}


.avatar img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.aracFirmaBilgisi .firmaYetkilisi {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    position: relative;
}

.aracFirmaBilgisi .firmaYetkilisi b {}

.aracFirmaBilgisi .firmaYetkilisi p {
    font-weight: 500;
}

.firmaYetkilisi .mesafe {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 29px;
	color: #a7a7a7;
	display: flex;
	align-items: center;
}

.firmaYetkilisi .mesafe u {
	text-decoration:none;
	font-size:14px;
	padding-right: 10px;
} 
.sehirSecmeFormu {
    background-color: #373c85;
    padding: 70px 0;
    background-size: cover;
    background-image: url(/assets/img/maps_bg.jpg);
    position: relative;
}

.sehirSecmeFormu::before {
	content:"";
	background-color: rgb(0 0 0 / 54%);
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.sehirSecmeFormu .container {
    position: relative;
    z-index: 9999;
}
	
.sehirSecmeFormu h1 {
    color: #fff;
    margin-bottom: 45px;
}

.sehirSecmeFormu .form {
    margin-top: 15px;
    display: flex;
}

.sehirSecmeFormu select {
    margin: 0 10px;
}

.sehirSecmeFormu button {}



/* --------- araÃƒÂ§ ara formu ---------------*/

/*- ------- araÃƒÂ§ detay ---- */


.aracDetayBilgileri .aracPuani {
    font-size: 18px;
    margin-left: 15px;
}

.aracDetayBilgileri .ilanBasligi {
    font-weight: bold;
}

.ilanAramaButonlari {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
}

.whatsAppYazButon {
    padding-right: 10px;
    width: 25%;
}

.telefondanAraButonu {
    width: 25%;
}

.telefondanAraButonu a,
.whatsAppYazButon a {
    border-radius: 0;
    padding: 10px;
}



.yorumListesi {
	    overflow-y: scroll;
	    height: 70vh;
}
.comment {
    padding: 20px;
    background-color: #fcfcfc;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.comment:last-child {
    border-bottom: none;
}

.comment-name {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.comment-name .yorumPuan {
	
}



.comment-date {
    font-size: 0.9em;
    color: #999;
    text-align: right;
}

.comment-text {
    margin-top: 5px;
}

.cikisYap a {
    color: #343983;
    font-size: 14px;
}

.yukluAracFotolari {
    width: 100%;
    display: flex;
    /* Flexbox dÃƒÂ¼zenini etkinleÃ…Å¸tir */
    flex-wrap: wrap;
}

.yukluAracFotolari .yukluFoto {
    margin: 5px;
    position: relative;
}

.yukluAracFotolari a {
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    color: #000;
    align-items: center;
    font-size: 19px;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.yukluAracFotolari img {
    width: 120px;
    height: auto;
}

.error {
    border-color: red;
}

.error-message {
    color: red;
    display: none;
    font-size: 14px;
    text-align: left;
}

.ilanDetayUstKisim {
    background-color: #ffffff;
    z-index: 10;
    border-bottom: 1px solid #ddd;
}

.ilanDetayUstKisim h1 {
    padding: 20px 0 0 0;
}

.ilanDetayUstKisim a {
    padding: 0 3px;
    font-size: 14px;
}

.aracDetayiKismi {
    background-color: #f9f9f9;
    display: flex;
}

.aracDetay {
    background-color: #fff;
    border: 1px solid #ddd;
}

.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    /* Ã„Â°ÃƒÂ§eriÃ„Å¸i dikey hizalama */
    padding: 0;
}

.sosyalMedyaPaylas {}

.sosyalMedyaPaylas a {
    margin-right: 5px;
}

.sosyalMedyaPaylas i {
    color: #fff;
}

.sosyalMedyaPaylas {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 5px;
}

.aracAciklamasi .marka {
    display: flex;
}

.aracAciklamasi .marka p {
    padding-right: 10px;
}

.puanlamaSistemi {
    display: flex;
}

.puanlamaSistemi .star-rating {
    margin-right: 15px;
}

.star {
    font-size: 2em;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.star:hover,
.star.hover {
    color: #f39c12;
}

.star.selected {
    color: #f39c12;
}

.footerIletisim {}

.footerIletisim li {
    display: flex;
}

.footerIletisim li>span {
    padding-right: 10px;
}

.footerIletisim li span i {
    color: #607D8B;
    font-size: 21px;
}

.footerIletisim li p {
    font-size: 18px;
    display: flex;
    flex-direction: column;
}

.footerIletisim li p span {
    font-size: 14px;
}

.anasayfaNedenBizListe {}

.anasayfaNedenBizListe li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
}

.anasayfaNedenBizListe li i {
    font-size: 36px;
    color: #333c7e;
    padding-right: 15px;
}

#map {
    width: 100%;
}


.logoBeyaz {
background-color: #fff;border-radius: 20px;padding: 9px;}


@keyframes slideBg {
    from {
        background-position: left;
    }

    to {
        background-position: right;
    }
}

  #anasayfaSlider .carousel-item::before {
		content:"";
		background-color:rgb(0 0 0 / 60%);
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		
	}


@media (min-width:991px) {
    #anasayfaSlider .carousel-item {
        /* background-image: none !important; */
        padding: 100px 0;
        background-size: cover;
        background-position: center center;
    }



}

@media (max-width:991px) {
	.logoBeyaz {
	background-color: unset;
	}

    .navbar-nav .nav-link {
        color: #fff9f9;
    }


    .sidebar {
        background-color: rgb(0 0 0 / 70%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 9999;
    }

    .navbar {
        background-color: transparent;
    }

    #anasayfaSlider .carousel-inner::before {
        content: "";
        background-color: rgb(0 0 0 / 33%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }



    .slider-bg {
        padding-top: 0;
        background-color: transparent;
    }

    #anasayfaSlider .carousel-item {
        height: 100vh;
        min-height: 300px;
        background-size: cover;
        background-position: left;
        animation: slideBg 10s linear infinite;
        padding-top: 120px;
    }

  


    .whatsAppYazButon {
        width: 50%;
    }

    .telefondanAraButonu {
        width: 50%;
    }


}


.yorumPuan .stars {
    width: 100px;
    height: 20px;
    background-image: url(/assets/img/icon/silver-star.svg);
    background-size: contain;
    position: relative;
}
.yorumPuan .star {
    height: 20px;
    background-image: url(/assets/img/icon/gold-star.svg);
}

.block-21 .img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
    padding-left: 10px;
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.block-21 .text .heading a {
    color: #000;
    text-decoration: none;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    text-decoration: none;
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: gray;
}

.block-21 .img {
    display: block;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-info {
    color: #fff;
}

#anasayfaSlider .carousel-indicators {
    bottom: -45px;
}
.footer {
	background-color:#fff;
}



/* Animasyon tanımı */
@keyframes slideRight {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(0%);
  }
}

/* Uygulanacak elementin stili */
.animate-slide {
  display: inline-block;
  animation: slideRight 1s linear 1;
}
.dropdown-menu {
z-index:999 }
 