* {
    font-family: Roboto Condensed, sans-serif;
}

.top-25 {
    top: 25% !important
}

.bg-vblue {
    background-color: #2E7CC0 !important;
}

.v-blue {
    color: #2E7CC0 !important;
}

.bg-vred {
    background-color: #C3171A !important;
}

.v-red {
    color: #C3171A !important;
}

h1::before {
    transform: scaleX(0);
    transform-origin: bottom right;
}

/* h1:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

h1::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #2E7CC0;
    z-index: -1;
    transition: transform .3s ease;
}

h1 {
    position: relative;
    font-size: 5rem;
} */

button {
    color: white !important;
}

.breadcrumb-item.activ {
  color: #fff;
}

p {
    color: rgb(0, 0, 0);
}

.image-size {
    overflow: hidden;
    margin: 0 auto;
}

.image-size img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.image-size:hover img {
    transform: scale(1.05);
}

.fade-in-right {
    animation: fadeInRight 1s ease-in-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
    }
}

.fade-in-left {
    animation: fadeInLeft 1s ease-in-out;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
    }
}

.fade-in-down {
    animation: fadeInDown 1s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(80px);
    }

    to {
        opacity: 1;
    }
}

section.slide-option {
    display: flex;
    flex-flow: column;
    align-items: center;

    div .container-slide {
        transition: all .3s ease;

        h1 {
            margin: 15px 0 0 0;
        }

        h3 {
            margin: 0 0 25px 0;
        }
    }

    @media (max-width:992px) {
        padding: 0 20px 0 20px;
    }
}

section.slide-option {
    margin: 0 0 50px 0;
}

.no-marg {
    margin: 0 0 0 0;
}


div.highway-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
}

.highway-barrier {
    overflow: hidden;
    position: relative;
}

ul.highway-lane {
    display: flex;
    height: 100%;
}

li.highway-car {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #343434;
}



@keyframes translatestf {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-500%);
    }
}

#stffull div.highway-barrier {}

ul.highway-lane {
    width: 500%;
}

li.highway-car {
    animation: translatestf 30s linear infinite;
}

h4 {
    font-size: 28px;
}


@keyframes translateinfinite {
    100% {
        transform: translateX(calc(-180px * 12));
    }
}

#infinite div.highway-barrier {
    background: #fff;


}

&::after {
    content: " ";
    position: absolute;
    z-index: 9;
    width: 180px;
    height: 100%;
}

&::before {
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

&::after {
    top: 0;
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

ul.highway-lane {
    width: calc(180px * 24);

    li.highway-car {
        width: 180px;
        animation: translateinfinite 25s linear infinite;

        span.fab {
            font-size: 65px;
        }
    }
}


.footer-list ul li a {
    display: list-item;
    list-style-type: none;
    text-decoration: none;
    color: #fff;

}

.single-form {
    margin-top: 30px;
}

.single-form .form-control {
    height: 50px;
    border-radius: 0;
    padding: 10px 15px;
    border-color: #ebebeb;
    font-size: 14px;
}

#contact-form button:hover {
    background-color: #2E7CC0;
    transform: scale(1.1);
    transition: all .1s ease-in-out;
}



.snip1543 {
    background-color: #fff;
    color: #ffffff;

    font-size: 16px;
    margin: 0;
    max-width: auto;
    min-width: auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.snip1543 img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top;
}

.snip1543:before,
.snip1543:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #ed1c24;
    opacity: 0.5;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.snip1543:before {
    -webkit-transform: skew(30deg) translateX(-80%);
    transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
    -webkit-transform: skew(-30deg) translateX(-70%);
    transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0;
    padding: 25px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2E7CC0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    content: '';
    opacity: 0.5;
    z-index: -1;
}

.snip1543 figcaption:before {
    -webkit-transform: skew(30deg) translateX(-100%);
    transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
    -webkit-transform: skew(-30deg) translateX(-90%);
    transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
}

.snip1543 h3 {
    font-family: 'Teko', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
}

.snip1543 p {
    font-size: 0.9em;
}

.snip1543 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.9;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
    -webkit-transform: skew(30deg) translateX(-20%);
    transform: skew(30deg) translateX(-20%);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
    -webkit-transform: skew(-30deg) translateX(-10%);
    transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
    -webkit-transform: skew(30deg) translateX(-40%);
    transform: skew(30deg) translateX(-40%);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
    -webkit-transform: skew(-30deg) translateX(-30%);
    transform: skew(-30deg) translateX(-30%);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #C3171A;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #C3171A;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.highway-car {
    filter: grayscale(1);
}

.highway-car:hover {
    filter: grayscale(0);
}




header ul li a {

    text-decoration: none;
    display: inline-block;
    position: relative;

}

/* a.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 2px solid #2E7CC0;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

a.effect-underline:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */



footer li a:hover {
    color: #2E7CC0;
}

.cst-map-iframe iframe {
    width: 100%;
    min-height: 300px;
}

.stage {
    background-position: bottom;
    background-size: cover;
    background-color: #5a5757;
    display: flex;
    flex-direction: column;
    height: 13vh;
    justify-content: flex-end;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    overflow: hidden;
    position: relative;
}

/* section .dots {
    position: absolute;
    left: -19%;
    bottom: -8%;
    width: 100%;
    height: 98.2%;
    background: url(https://murderderi.com/yeni/images/bg/dots.png) 0 0 repeat;
} */

section .menu-list li a {
    text-decoration: none;
    color: #fff;
    font-size: larger;
    transition: all .1s ease-in-out;

}

section .menu-list li:hover {
    text-decoration: none;
    transform: scaleX(1.1);
    transition: all .3s ease-in-out;
}

section .menu-list li {
    list-style: none;
    padding-bottom: 1px;

}

.ct-list li {
    list-style: none;
    color: white;
}

.cluster {
    position: relative;
    max-width: 490px;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cluster--variant-c {
    padding: 8.231% 8.85%;
}

.cluster--variant-c:before {
    display: block;
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 29.62%;
    height: 33.33%;
    border-radius: 0 50% 50% 0;
    background: #C3171A;
    z-index: 1;
}

.cluster--variant-c .cluster__image {
    border-radius: 2% 2% 2% 36%;
    aspect-ratio: 1.136;
}

.cluster__image {
    position: relative;
    overflow: hidden;
    width: 75%;
    height: auto;
    border-radius: 0 3% 3% 50%;
    z-index: 2;
    -webkit-box-shadow: 0px 24px 32px rgb(0 0 0 / 4%), 0px 16px 24px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    box-shadow: 0px 24px 32px rgb(0 0 0 / 4%), 0px 16px 24px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.cluster--variant-c:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 29.62%;
    height: 33.33%;
    border-radius: 33.33% 0 0 0;
    background: #2E7CC0;
    z-index: 1;
}

.ct-list li {
    color: #343434;
}

.info p {
    color: #343434;
}

.category li a {
    text-decoration: none;
    color: black;
    font-size: larger;

}

.category li a:hover {
    text-decoration: none;
    color: #2E7CC0;
    transition: all .2s ease-in-out;

}

.dropdown-item:hover {
    color: #2E7CC0 !important;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.card{
    border-radius: 0 !important;
    filter: drop-shadow(-10px -10px 1px #fff) !important;
}
.card-link {
    text-decoration: none !important;
    color:#2E7CC0 !important;

}

.card img {
    filter:grayscale(1) !important;
}

.card img:hover {
    filter: grayscale(0) !important;
    transition: all .4s ease-in-out !important;
}

*,::after,::before {
    box-sizing: border-box;
}

.underline-text2 {
    position: relative;
    display: inline-block;
    color: #000000c9;
    padding-bottom: 9px;
}

.underline-text2::before {
    position: absolute;
    bottom: -7px;
    content: " ";
    width: 15px;
    background-color: #00aeef;
    height: 15px;
    left: 42%;
    border-radius: 12px;
    z-index: 99;
    border: 3px solid #fff;
}
.underline-text2::after {
    position: absolute;
    bottom: 0px;
    content: " ";
    width: 150%;
    background: #ce2229;
    height: 2px;
    left: -28%;
    right: 2%;
}

.bgr {
    background-color: #fe730a;
    border-radius: 50px;
}

.bgr-breadcrumb {
    background-color: #5a5757;
    border-radius: 15px;
}

.border-header {
    border-bottom: 4px solid;
    border-color: #fe730a;
}
.border-footer {
    border-top: 4px solid;
    border-color: #fe730a;
}
.card-text {
    color: #47ff05;
}

/* Style the list */
ul.breadcrumb {
    padding: 15px 14px 15px 14px;
    list-style: none;
    background-color: #5a5757;
  }

  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: #fff;
  }

  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: white;
    content: "/\00a0";
  }

  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #999999;
    text-decoration: none;
  }

  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #e8eaeb;
    text-decoration: underline;
  }





.card-icon {
    display: flex;
    height: 220px;
    width: 200px;
    background-color: #313131;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem #000;
  /*   margin-left: -50px; */
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;
  }

  .card-icon:not(:first-child) {
      margin-left: -50px;
  }

  .card-icon:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
  }

  .card-icon:hover ~ .card-icon {
    position: relative;
    left: 50px;
    transition: 0.4s ease-out;
  }



  .bar {
    position: absolute;
    top: 50px;
    left: 20px;
    height: 5px;
    width: 150px;
  }

  .emptybar {
    background-color: #2e3033;
    width: 100%;
    height: 100%;
  }

  .filledbar {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0,154,217);
    background: linear-gradient(90deg, rgba(0,154,217,1) 0%, rgb(217, 0, 47) 65%, rgb(255, 0, 0) 100%);
    transition: 0.6s ease-out;
  }

  .card-icon:hover .filledbar {
    width: 120px;
    transition: 0.4s ease-out;
  }

  .circle {
    position: absolute;
    top: 65px;
    left: calc(50% - 60px);
  }

  .stroke {
    stroke: white;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    transition: 0.6s ease-out;
  }

  svg {
    fill: #17141d;
    stroke-width: 2px;
  }

  .card-icon:hover .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
  }






  .carde {
      width: 300px;
      display: inline-block;
      margin: 1rem;
      border-radius: 4px;
      box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      transition: all 0.2s ease;
      background: #fff;
      position: relative;
      overflow: hidden;
    }
    .carde:hover, .carde.hover {
      transform: translateY(-4px);
      box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
    }
    .carde:hover .carde-content, .carde.hover .carde-content {
      box-shadow: inset 0 3px 0 0 #ccb65e;
      border-color: #ccb65e;
    }
    .carde:hover .carde-img .overlay, .carde.hover .carde-img .overlay {
      background-color: rgba(25, 29, 38, 0.85);
      transition: opacity 0.2s ease;
      opacity: 1;
    }
    .carde-img {
      position: relative;
      height: 224px;
      width: 100%;
      background-color: #fff;
      transition: opacity 0.2s ease;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .carde-img .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 0;
    }
    .carde-img .overlay .overlay-content {
      line-height: 224px;
      width: 100%;
      text-align: center;
      color: #fff;
    }
    .carde-img .overlay .overlay-content a {
      color: #fff;
      padding: 0 2rem;
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.4);
      height: 40px;
      line-height: 40px;
      border-radius: 20px;
      cursor: pointer;
      text-decoration: none;
    }
    .carde-img .overlay .overlay-content a:hover, .carde-img .overlay .overlay-content a.hover {
      background: #ccb65e;
      border-color: #ccb65e;
    }
    .carde-content {
      width: 100%;
      min-height: 75px;
      background-color: #fff;
      border-top: 1px solid #E9E9EB;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      padding: 1rem 2rem;
      transition: all 0.2s ease;
    }
    .carde-content a {
      text-decoration: none;
      color: #202927;
    }
    .carde-content h2, .carde-content a h2 {
      font-size: 1rem;
      font-weight: 500;
    }
    .carde-content p, .carde-content a p {
      font-size: 0.8rem;
      font-weight: 400;
      white-space: revert;
      overflow: hidden;
      text-overflow: ellipsis;
      color: rgba(32, 41, 28, 0.8);
    }

    .text-white-category {
      --bs-text-opacity: 1;
      color: #000 !important;
  }


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slidere {
  background: white;
  margin-left: 40px;
  overflow: hidden;
}
.slidere::before, .slidere::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slidere::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slidere::before {
  left: 0;
  top: 0;
}
.slidere .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slidere .slide {
  height: 100px;
  width: 250px;
}


 /* Ürün detay görsellerinde tüm hover/transition efektlerini kapat */
 .no-effect,
 .card:hover .no-effect,
 .no-effect:hover {
  transition: none !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
 }
 /* Global .card img:hover kuralını geçersiz kıl */
 .card img.no-effect:hover {
  transition: none !important;
  filter: none !important;
 }

 /* Modern Toast Styles */
 .toast-stack {
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -40%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2147483647;
 }
 .toast-modern {
  min-width: 280px;
  max-width: 420px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.85);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
  animation: toast-in 250ms ease-out;
 }
 .toast-modern .toast-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
 }
 .toast-modern .toast-message { flex: 1 1 auto; line-height: 1.3; }
 .toast-modern .toast-close {
  background: transparent;
  border: 0;
  color: inherit;
  opacity: .8;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
 }
 @media (max-width: 576px) {
  .toast-stack {
   top: 20px;
   left: 50%;
   transform: translateX(-50%);
   width: calc(100% - 32px);
   align-items: stretch;
  }
  .toast-modern { max-width: 100%; }
 }

 /* Category sidebar tweaks */
 .category-sidebar { position: sticky; top: 100px; align-self: flex-start; }
 .category-sidebar .list-group-item { background: transparent; border: 0; padding-left: 0; }
 .category-sidebar .menu-link { color: #111; text-decoration: none; display: block; padding: 8px 0; }
 .category-sidebar .menu-link:hover { color: #2E7CC0; }
 .toast-success { background: linear-gradient(135deg, rgba(16, 120, 72, 0.9), rgba(18, 90, 60, 0.9)); }
 .toast-danger  { background: linear-gradient(135deg, rgba(160, 32, 48, 0.92), rgba(120, 24, 36, 0.92)); }
 .toast-info    { background: linear-gradient(135deg, rgba(28, 98, 140, 0.92), rgba(22, 70, 110, 0.92)); }
 .toast-warning { background: linear-gradient(135deg, rgba(160, 110, 20, 0.95), rgba(130, 85, 15, 0.95)); }
 .toast-success .toast-icon { background:#24d68533; }
 .toast-danger  .toast-icon { background:#ff5a6a33; }
 .toast-info    .toast-icon { background:#46a9ff33; }
 .toast-warning .toast-icon { background:#ffd95a33; }
 @keyframes toast-in {
  from { opacity: 0; transform: translateY(-6px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
 }