@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body {font-family: "Nunito", sans-serif; font-weight: 400; font-style: normal; padding-top:70px;}
a { text-decoration: none !important; color: #383e42; transition-duration: 0.4s; }
a:link{text-decoration:none;}
.br{border:1px solid red;}
/*index sayfası bilgilendirme bar*/
.kisayolbar .col-lg-3{
  padding-left: 0;
  padding-right: 0;
}
.kisayolbar  .row{
  border-bottom: 1px solid #e5e5e5;
  margin-left: 1px;
  margin-right: 1px;
}
.kisayolbar .ayaritem{
    padding: 26px 0 9px 65px;
    position: relative;
}
.kisayolbar .ayaritem .iocn{
  position: absolute;
  left: 8px;
  top: 23px;
  transition: all linear 0.4s;
}
.kisayolbar .ayaritem:hover .iocn{ 
  transform: rotatex(360deg);
}
.kisayolbar .ayaritem.last-item::before{
  display: none;
}
.mobilhizlikapat{display:block }
@media only screen and (max-width: 600px) {
.mobilhizlikapat{display:none }
}
/*blog baslık*/
.kampanya-title-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 4px;
}
/* Yazı: Buton görünümünde */
.kampanya-title-wrapper h2 {
    display: inline-block;
    position: relative;
    padding: 6px 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    color: #fff;
	background: #db770a;
    box-shadow: 0 7px 3px rgba(0,0,0,0.30);
    z-index: 1;
}
/* Ortadaki ince çizgi */
.kampanya-title-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
/**/

.th-social { margin-top: 2px;}

.th-social a {
    font-size: 22px;
    margin-right: 10px;
    color: inherit; /* Sosyal medya ikonlarının kendi renkleriyle görünmesini sağlar */
    transition: transform 0.3s ease, text-shadow 0.3s ease; /* Yumuşak geçişler */
}
.th-social a i {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9); /* İnce siyah gölge ekler */
    transition: text-shadow 0.3s ease; /* Gölgenin yumuşak görünmesini sağlar */
}
.th-social a.facebook {
    color: #1877F2; /* Facebook mavi */
}
.th-social a.whatsapp {
    color: #25D366; /* WhatsApp yeşil */
}
.th-social a.instagram {
    color: #C13584; /* Instagram pembe */
}
.th-social a.map {
    color: #e9460a; /* map */
}
.th-social a.telefon {
	font-size: 16px;
    color: #000; /* telefon */
}
.th-social a:hover i {
    transform: scale(1.4) !important;
    transition: transform 0.3s ease !important;
}
.th-sociall a:hover i {
    transform: scale(1.4) !important;
    transition: transform 0.3s ease !important;
}
/*yandan cıkan icon*/
.right-social-fixed {
    position: fixed;
    bottom: 11px;
    right: -8px;
    z-index: 100;
}
.right-social-fixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.right-social-fixed ul li {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    transition: 0.3s;
    transform: translateX(calc(100% - 57px)); /* Kenar dışından gelir */
}
.right-social-fixed ul li a {
    padding: 5px 10px;
    background-color: #111e72;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: inherit;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}

/* WhatsApp */
.right-social-fixed ul li.wp a {
    background-color: #069d16;
}
.wp img {
    margin-left: -4px;
    width: 34px;
    height: 34px;
    animation: flash 1s infinite; /* Yanıp sönme animasyonu */
}

/* Telefon */
.right-social-fixed ul li.tel a {
    background-color: #f95732;
}
.tel img {
    margin-left: -4px;
    width: 34px;
    height: 34px;
    animation: flash 1s infinite; /* Yanıp sönme animasyonu */
}

/* Flash (yanıp sönme) animasyonu */
@keyframes flash {
    0%, 100% { opacity: 1; } /* Görünür */
    50% { opacity: 0; } /* Tamamen görünmez */
}

/* Hover ile sabitlenme */
.right-social-fixed ul li:hover {
    transform: translateX(0%); /* Hover'da kenardan içeri gelir */
}
/*blog modal*/
  /* Modal kutusu (içeriği) */
  .modal-content {
    background-color: #f9f9f9; /* açık zemin */
    border-radius: 12px;
    border: 4px solid #ffffbf; /* açık gri çerçeve */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  }

  /* Modal başlık (üst bar) */
  .modal-header {
    background-color: #087281; /* koyu başlık alanı */
    color: #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px solid #444;
  }

  /* Modal başlık yazısı */
  .modal-title {
    font-weight: 600;
    font-size: 1.25rem;
  }

  /* Kapat (X) butonu rengi ters olsun */
  .btn-close {
    filter: invert(1);
  }

  /* Modal içeriği */
  .modal-body {
    color: #333;
    font-size: 17px;
    padding-top: 8px;
  }

  /* Modal resmi */
  #modalResim {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }

  /* Açıklama paragraf boşlukları */
  #modalAciklama p, #modalAciklama div {
    margin-bottom: 3px;
  }
/* iletisim css */
.harita-wrap {margin-top:-19px; width: 100%; overflow: hidden;}
.harita-icerik {width: 104%; margin-left: -2%;}
/*footer*/
.dark-section {background-color: #000; color: #e8f6ff; padding: 50px 0;}
.dark-box {border: 1px solid rgba(255,255,255,0.1); padding: 20px; border-radius: 10px; height: 100%;}
.dark-box b {color: #dff5ff;}
.service-box b {color: #eaf7ff; margin-bottom: 10px; font-size:18px;}
.service-box .move-link {display: flex; align-items: center; gap: 8px; margin-bottom: 10px;}
.move-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #cfeeff;
font-size: 14px;
font-weight: 500;
text-decoration: none;
transition: transform 0.35s ease, color 0.35s ease;}
.move-link .arrow {font-size: 18px; line-height: 1; color: #bfe9ff;}
/* Hover efekti */
.move-link:hover {color: #7fd9ff; transform: translateX(10px); text-shadow: 0 0 8px rgba(127,217,255,0.6);}
.contact-box span {display: block; margin-bottom: 4px; color: #e6f4ff;}
.contact-title {font-weight: 600; margin-top: 10px; color: #bfe9ff;}
.contact-name {font-weight: 500;}
.contact-phone {font-size: 14px; opacity: 0.85;}
.worktime-box span {display: block; margin-bottom: 3px;}
.workday-title {margin-top: -1px; font-weight: 600; color: #bfe9ff;}
.workday-time {font-size: 14px; color: #e6f4ff;}
.workday-closed {margin-top: -2px; font-size: 14px; font-weight: 600; color: #ff6b6b;}
.contact-box .contact-phone a { display: inline-flex; align-items: center; gap: 6px; color: #bfe9ff; transition:  color 0.3s ease, transform 0.35s ease, text-shadow 0.35s ease;}
.contact-box .contact-phone a:hover {color: #7fd9ff; transform: translateX(10px); text-shadow: 0 0 8px rgba(127,217,255,0.6);}
.contact-box .contact-phone i {color: #bfe9ff;}
/*video*/
.videobaslik{ color:#ff0040;font-weight: 600; }
.videotext{ color: #000; font-size: 16px; }
.profile-card-44 .card-img-block {
    float: left;
    margin: 10px;
    height: 180px;
    overflow: hidden;
}
.profile-card-44 .card-img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.profile-card-44:hover .card-img-block img { transform: scale(1.08);}
.profile-card-44 .card-body{ position:relative;}
.profile-card-44 .profile {
    border-radius: 50%;
    position: absolute;
    top: -62px;
    left: 50%;
    width:100px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-left: -50px;
}
.profile-card-44 .card-img-block{position:relative;}
.profile-card-44 .card-img-block > .info-box{
    position:absolute;
    background-color:rgba(0, 0, 0, 0.8);
    width:100%;
    height:100%;
    color:#fff;
    padding:0px;
    text-align:center;
    font-size:14px;
   -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity:0;
}
.profile-card-44 .card-img-block:hover > .info-box{opacity:1;  -webkit-transition: all 1s ease; transition: all 1s ease;}
.profile-card-44 i:hover { background-color:rgba(0, 0, 0, 0.8); color:#fff;}
/*video*/
/*Effect 5*/
.effect5{position: relative;}
.effect5:before, .effect5:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
/**/
.instagram-title-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

/* Yazı: Buton görünümünde */
.instagram-title-wrapper h2 {
    display: inline-block;
    position: relative;
    padding: 12px 30px;
    font-size: 20px;
    border-radius: 30px;
    color: #fff;
    background: #e4328e;;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 1;
    animation: none;
}
/* Ortadaki ince çizgi */
.instagram-title-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

/**/
/**/
.youtube-title-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

/* Yazı: Buton görünümünde */
.youtube-title-wrapper h2 {
    display: inline-block;
    position: relative;
    padding: 12px 30px;
    font-size: 20px;
    border-radius: 30px;
    color: #fff;
    background: #d93600;;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 1;
    animation: none;
}
/* Ortadaki ince çizgi */
.youtube-title-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

/**/
.blog-title-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

/* Yazı: Buton görünümünde */
.blog-title-wrapper h2 {
    display: inline-block;
    position: relative;
    padding: 12px 30px;
    font-size: 20px;
    border-radius: 30px;
    color: #fff;
    background: #0086b3;;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 1;
    animation: none;
}
/* Ortadaki ince çizgi */
.blog-title-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

/**/
.urun{	
    float: left;
    width: 100%;
    border : 1px solid #ddd;
    padding: 6px;
    border-radius: 10px;
    background: #fff;
}
.urun b{
    float: left;
    width: 100%;
    color: #484848;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    height: 45px;
    margin-top: 0px;
	line-height: 19px;
}
.urun div{float: left;width: 100%;}
.urun div span:first-child{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #ff6000;
    font-size: 18px;
}
.urun div span:last-child{
    float: left;
    width: 100%;
    text-align: center;
    color: #9c9c9c;
    font-size: 14px; 
}
.urun:hover{ border:1px solid #2db300; box-shadow: 0 0 50px 0 rgba(82,63,105,.72);}
.urun:hover > .img1{ display: none;}
.fiyatlar {
    display: flex; /* Flexbox kullanımı */
     justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikey hizalamayı merkezle */
    gap: 10px; /* Fiyatlar arasında boşluk */
}

.indirimli-fiyat {
    text-decoration: none; 
    font-size: 20px;
    font-weight: bold;
    color: #0d9a1e;
}

.yuksek-fiyat {
    font-size: 14px;
    color: #7f8c8d;
}

@media (max-width: 768px) {
    .fiyatlar {
        flex-direction: column; /* Mobilde alt alta göster */
        align-items: flex-start; /* Elemanları sola hizala */
    }
}
.detayyildiz{color:#fba900; font-size:20px;}
.fiyat-sabitleyici {
    height: 60px; /* Maxfiyat + Fiyat için ideal yükseklik */
    display: flex;
    flex-direction: column;
    justify-content: center; /* İçeriği dikeyde ortalar */
    margin-bottom: 0px;
}
.fiyat-sor-alani {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yanipsonme {
	margin-top:-4px;
    font-size: 16px;
    color: #ff4000;
    animation: yanipsonme 1s infinite alternate;
}

@keyframes yanipsonme {
    from { opacity: 1; }
    to { opacity: 0.4; }
}

