a:link{text-decoration:none;}
.menurenk{color: #fff; font-size: 28px;}
.dropdownbgrenk{box-shadow: 0 0 50px 0 rgba(82,63,105,.72); background-color: #fff;}
.logo {max-width: 130%;}
/* Laptop */
@media (max-width: 1199px) {
  .logo { max-width: 120%; }
}
/* Tablet yatay */
@media (max-width: 991px) {
  .logo { max-width: 100%; }
}
/* Tablet dikey */
@media (max-width: 767px) {
  .logo { max-width: 90%; }
}
/* Telefon */
@media (max-width: 575px) {
  .logo { max-width: 80%; }
}
/*logo end*/
.navbarbgrenk {transition: all 0.3s ease;}
.navbarbgrenk:hover { box-shadow: 0 0 15px 5px #17a3e0;}


/* Navbar için ekstra z-index ayarı */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background-color: #000;
    box-shadow: 0 4px 2px -2px gray;
}
/* Kategoriler linkine odaklandığında metnin görünür olması için stil */
.navbar .nav-item.dropdown:focus-within .nav-link { color: #fff !important;}
.navbar .nav-link {
	font-size:16px;
	color: #fff !important; /* Linklerin renkte olması */
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}



/* Desktop görünüm ayarları */
@media (min-width: 769px) {
	.navbar-nav {
		justify-content: center; /* Linkleri ortala */
		width: 100%; /* Navbar genişliğini ayarla */
	}

	.navbar {
		justify-content: center; /* Navbar'ı ortala */
	}
}

/*telefon animed*/
@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #00bfff;
        box-shadow: 0 0 0 0 #00bfff;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

.header-action-layout1 ul .header-action-number-2 {
    display: flex;
    align-items: center;
}
.header-action-layout1 ul .header-action-number-2 .item-icon {
    position: relative;
    text-align: center;
    height: 38px;
    width: 38px;
    line-height: 38px;
    background-color: #2890d3;
    border-radius: 50%;
    margin-right: 20px;
    animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon:before {
    content: "";
    height: 48px;
    width: 48px;
    border: 1.5px solid #d7d7d7;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon:after {
    content: "";
    height: 58px;
    width: 58px;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    animation: pulse2 infinite 2s;
}
@media (max-width: 1200px) {
  .header-action-number-2 {
    display: none !important;
  }
}
/**/
/*kayanyazi*/
.fixed-marquee {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* navbar'dan aşağıda */
}
.custom-marquee-bar {
	position: absolute;
	bottom:-30px;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 18px;
	z-index: 10;
	font-weight: bold;
	font-size: 17px;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.custom-marquee-bar {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 25s linear infinite;
  white-space: nowrap;
}

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