*{
outline:none;
box-sizing: border-box;
}


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

#top{
overflow:hidden;
background:#104987;
background: linear-gradient(90deg, #104987, #012863);
overflow:hidden;
}

.top{
width:1150px;
margin:0 auto;
overflow:hidden;
padding:10px 0;
}

.top-bilgi{
display:block;
float:left;
color:#fff;
font-family: 'Righteous', cursive;
line-height:normal;
width:100%;
text-align:center;
}

.top-bilgi em{
font-size:14px;
display:block;
float:none;
color:#fff;
font-style:normal;
padding:0 0 5px 0;
letter-spacing:1px
}

.top-bilgi span{
display:block;
text-align:center;
font-size:24px;
letter-spacing:2px
}


*{
box-sizing: border-box;
}

.mobilmenu{
display:none;
}

.parlaklik{
  overflow: hidden;
  position: relative;
}
 
.parlaklik::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 1;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
 
.parlaklik::before {
    animation: shine 5s ease-in-out  infinite;
}

@keyframes shine{
  10% {
    opacity: 1;
    top: 1%;
    left: 135%;
    transition-property: left, top, opacity;
    transition-duration: 0.6s, 0.6s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: 125%;
    left: 124%;
    transition-property: left, top, opacity;
  }
}

body, html{
width: 100%;
height: 100%;
}

body{
margin:0 auto;
padding:0;
font-family:Poppins;
font-size:14px;
height:100%;
font-weight:400;
background:#fff;
}

#header{
background:#fff;
box-shadow: 0px 2px 10px 1px rgb(0 0 0  / 15%);
position:relative;
z-index:9;
}

.gradient-border {
position: relative;
display: inline-block;
width:100%
}

.gradient-border::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 3px; /* Alt çizginin kalinligi */
background: linear-gradient(90deg, #0093cb, #0093cb, #0093cb); /* Altin gradienti */
}
  
.header{
width:1150px;
margin:0 auto;
overflow:hidden;
padding:20px 0;
}

.logo{
float:left;
overflow:hidden;
}

.logo img{
width:180px;
}

.menu{
float:right;
overflow:hidden;
}

.menu ul{
margin:0 auto;
list-style:none;
padding:15px 0 0 0;
}

.menu li{
float:left;
padding:5px 10px;
font-size:14px;
font-weight:500;
color:#012863;
border-left:1px solid #ccc;
}

.menu li:nth-child(1){
border:none;
}

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

.menu li a:hover{
color:#0093cb;
}


#slayt{
overflow:hidden;
width:100%;
margin:0 auto;
background: linear-gradient(90deg, #000000c9, #000000c4);
margin-top:0;
height:700px;
margin-top:-100px;
}

.swiper-slide img{
width:100%;
height:700px;
object-fit:cover;
}

.swiper-button-next, .swiper-button-prev {
color:#f1c305!important
}

.swiper-slide h1 {
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
font-size: 2rem;
text-align: center;
color: #fff;
text-shadow: 2px 2px 5px #333;
}

.bizi-ara{
width:1150px;
margin:0 auto;
background:#dd2b1c;
color:#fff;
padding:20px;
font-size:24px;
font-family: 'Righteous', cursive;
letter-spacing:1px;
border-radius:5px;
overflow:hidden;
}

.bizi-ara span{
float:right;
display:block;
background:#9d1a0f;
padding:0 10px;
border-radius:5px;
}

.bizi-ara span a{
color:#fff;
text-decoration:none;
}

#footer{
overflow:hidden;
min-height:200px;
background:#f7f8f9;
padding:30px 0 0 0 ;
margin-top:20px;
border-top:1px solid #ddd;
}

.footer{
overflow:hidden;
margin:0 auto;
width:1200px;
}

.fbox{
width:20%;
float:left;
}

.fbox span{
font-weight:600;
display:block;
margin-bottom:10px;
}

.fbox ul{
margin:0 auto;
list-style:none;
padding:0;
}

.fbox li{
padding:5px 0;
color:#666;
}

.copy{
width:1200px;
margin:0 auto;
overflow:hidden;
border-top:1px solid #ddd;
padding:20px 0 0 0;
margin-top:50px;
}

.copy-left{
float:left;
font-weight:600;
font-size:18px;
}

.copy-left span{
display:block;
font-weight:normal;
font-size:16px;
}

.copy-left em{
font-size:11px;
font-weight:400;
font-style:normal;
display:block;
margin-top:0px;
}

.copy-left b{
max-width:300px;
display:block;
font-size:12px;
font-weight:500;
padding:5px 0 0 0;
}

.copy-right{
float:right;
width:400px;
}

.copy-right em{
font-style:normal;
font-size:13px;
}

.copyright{
text-align:center;
padding:20px 0
}


.flashing-div {
position: relative;
overflow: hidden;
}

.flashing-div .top-bilgi {
position: relative;
z-index:- 1; /* Içerigi üstte tutuyor */
color: white;
font-size: 20px;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}

.flashing-div::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, #104987, #217de0);
background-size: 200% 100%;
animation: flash 4s infinite alternate;
z-index: 0; /* Arka planin içerikten geride kalmasini sagliyoruz */
}

@keyframes flash {
0% {
background-position: 0 0;
}
100% {
background-position: 100% 0;
}
}

/*CONTENT*/
#content{
min-height:600px;
}

.content{
width:1150px;
margin:0 auto;
overflow:hidden;
}

.urunler{
overflow:hidden;
}

.urunler ul{
margin:0 auto;
list-style:none;
padding:0;
}

.urunler li{
float:left;
width:20%;
padding:1%;
background:#f7f7f7;
margin:0.5%;
border:1px solid #eee;
border-radius:5px;
}

.urunler li:hover{
box-shadow: 0px 2px 10px 1px rgb(0 0 0  / 15%);
cursor:pointer;
}

.urunler li img{
width:100%;
height:200px;
object-fit:cover;
}

.urunler li span{
display:block;
padding:5px 0;
font-size:13px;
height:50px;
font-weight:500
}

.urunler li em{
display:block;
font-style:normal;
font-size:13px;
}

.urunler li b{
display:block;
padding:10px 0 0 0;
}

.wp-bilgi{
background:#31d14e;
color:#fff;
text-align:center;
margin:5px 0 0 0;
padding:5px 0;
border-radius:5px;
font-size:16px;
}

.wp-bilgi{
text-decoration:none;
}

.urunler ul a{
color:#000;
text-decoration:none;
}

.kayityok{
text-align:center;
border:1px solid #ccc;
padding:10px 0;
background:#eee;
border-radius:5px;
margin:10px 0.5% 0;
}


#hakkimizda{
width:1150px;
margin:0 auto;
padding:50px 0;
overflow:hidden;
}

.titlem{
overflow:hidden;
font-family: 'Righteous', cursive;
font-size:44px;
}

.solu{
width:49%;
float:left;
overflow:hidden;
}

.sagi{
width:49%;
float:right;
overflow:hidden;
}

.sagi p{
font-size:15px;
}

.container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin:0px 0 50px 0;
}

.box {
  width: 30%;
  padding:5px 20px;
  background: linear-gradient(160deg, #eee, #fff, #eee); /* Altin gradienti */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.box h3 {
font-size:16px;
margin-bottom: 10px;
color: #000;
}

.box ul {
  margin:0 15px;
  padding:0
}

.box ul li {
  font-size: 1em;
  margin-bottom: 8px;
  color: #333;
  font-weight:600;
}

.ortala{
width:1150px;
margin:0 auto;
overflow:hidden;
}

.twoheader{
background:url(../images/header.png);
height:200px;
background-position:top center;
overflow:hidden;
margin-bottom:20px;
}

.breadcumb{
overflow:hidden;
font-size:24px;
font-weight:600;
color:#fff;
width:500px;
margin:0 auto;
text-align:center;
margin-top:80px;
background:#1b6bc1b3;
padding:10px 0;
}

/*Deta*/
.urun-gorseli{
width:600px;
float:left;
overflow:hidden;
}

.urun-bilgileri{
float:right;
width:480px;
overflow:hidden;
}

.urun-gorseli-thumb{
width:96px;
float:right;
overflow:hidden;
}

.urun-gorseli-thumb img{
width:100%;
cursor:pointer;
}

.urun-gorseli-big{
width:495px;
overflow:hidden;
float:left;
}

.urun-gorseli-big img{
width:100%;
}

.urun-title{
font-family: 'Pathway Gothic One', sans-serif;
font-size:20px;
font-weight:400;
color:#444;
text-transform:capitalize
}

.urun-kodu{
font-family: 'Pathway Gothic One', sans-serif;
font-size:14px;
padding:10px 0 0 0;
color:#555;
overflow:hidden;
}

.urun-kodu i{
display:block;
float:left;
padding:2px 5px 0 0 
}

.urun-fiyat{
font-family: 'Pathway Gothic One', sans-serif;
font-size:34px;
font-weight:600;
padding:10px 0;
color:#333;
}

.urun-fiyat em{
font-family: "Poppins", sans-serif;
font-size:12px;
font-weight:400;
font-style:normal;
color:#333;
}

.urun-stok-secenek{
overflow:hidden;
background:#fcfcfc;
padding:10px 0;
}

.urun-stok-secenek span{
display:block;
font-size:15px;
margin-bottom:10px;
font-weight:500;
color:#333;
}

.urun-stok-secenek ul{
margin:0 auto;
list-style:none;
padding:0;
display:block;
overflow:hidden;
}

.urun-stok-secenek li{
float:left;
padding:10px 15px;
margin-right:5px;
background:#fcfcfc;
border:1px solid #eee;
font-weight:600;
font-size:13px;
}

.urun-stok-secenek li:hover{
background:#ff026d;
cursor:pointer;
color:#fff;
}

.urun-stok-secenek em{
display:block;
width:100%;
font-size:11px;
font-style:normal;
padding:10px 0 0 0;
}

.urun-aciklama{
overflow:hidden;
border:1px solid #f2f2f2;
margin:10px 0 0 0;
}

.urun-aciklama span{
background:#fcfcfc;
padding:10px;
display:block;
font-weight:600;
border-bottom:1px solid #f2f2f2;
}

.urun-aciklama p{
padding:0 10px
}

.urun-star{
color:#e82;
font-size:20px;
padding:10px 0 0 0;
}

.urunler-benzer{
padding:10px 0
}

.urunler-benzer span{
display:block;
padding:5px;
font-size:16px;
font-weight:600;
}

.sepeteklebuton{
background:#333;
color:#fff;
width:50%;
text-align:center;
padding:10px 0;
margin:10px 0 0 0;
font-weight:600;
cursor:pointer;
outline:none;
border:none!important
}

.slayt-one .carousel{
padding:0!important;
margin:0 auto!important;
margin-left:0px!important;
background:none!important
}

.slayt-one .carousel img{
width:100%;
height:455px!important
}

.tahminiteslimat{
color:#666;
font-size:11px;
font-weight:400;
padding:5px 0 0 0
}

.bread {
overflow: hidden;
border-bottom: 1px solid #eee;
padding: 10px 0;
margin: 10px 0;
color: #666;
}

/*Home*/

.home-product{
overflow:hidden;
width:1150px;
margin:0 auto;
padding:20px 0;
}

.home-product h1{
margin:0 auto;
padding:0;
font-size:24px;
font-weight:500;
margin-bottom:20px;
}

.product-item{
background:#f1f5f9;
overflow:hidden;
width:19%;
padding:1%;
float:left;
margin-right:1%;
}

.product-item:hover{
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}

.product-item img{
width:70%;
height:130px;
object-fit:cover;
display:block;
margin:0 auto;
}

.product-item span{
display:block;
font-weight:600;
padding:10px 0 0 0;
height:55px;
color:#555;
}

.product-item em{
display:block;
font-style:normal;
font-size:18px;
font-weight:500;
}

.product-item b{
display:block;
font-weight:normal;
font-size:12px;
color:#ff5000;
}

/*Hizmetlerimiz*/
.hizmetlerimiz{
width:1150px;
margin:0 auto;
overflow:hidden;
padding:30px 0 0 0;
}

.hizmetbox{
width:23%;
float:left;
margin:0 1%;
background:#f7f8f9;
height:330px;
padding:1%;
margin-bottom:2%;
overflow:hidden;
border:1px solid #eee;
border-radius:10px;
}

.hizmetbox em{
font-style:normal;
font-size:12px;
}

.hizmetbox span{
font-weight:600;
padding:10px 0;
display:block;
}

.hizmetbox img{
width:100%;
height:100px;
border-radius:10px;
object-fit:cover;
}

.hizmetlerimiz h1{
margin:0 auto;
padding:0;
font-size:24px;
font-weight:500;
margin-left:1%;
margin-bottom:20px;
}