html{
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-align: center;
}

*{
    margin: 0;
    padding: 0;   
    list-style-type: none; 
    text-decoration: none;
}
/* width */
::-webkit-scrollbar {
    width: 0.4vw;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background:#e2d6d6 ;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ea1c26;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ea1c26;
  }
  .ortala{
    width: 91vw;
    margin: 0 auto;
  }
  header{
    float:left;
    width: 100vw;
    height: 6.25vw;
    background-color: #f1efeb;
  }
  .hlogo{
    float: left;
    width: 8.7vw;
    margin-top: 1.2vw;
  }
  .hlogo img{
    float: left;
    width: 8.7vw;
  }
  .hsocial{
    float: left;
    width: 10.5vw;
    height: 2.6vw;
    background: #CDC7BD;
    background: linear-gradient(90deg,rgba(205, 199, 189, 1) 0%, rgba(222, 219, 213, 1) 50%, rgba(196, 191, 181, 1) 100%);
    border-radius: 5vw;
    margin-top: 1.8vw;
    margin-left: 12.3vw;
    display: flex;
    justify-content: space-around;
    transition: 0.2s;
  }
  .hsocial i{
    color: #58544d;
    width: 1.3vw;
    height: 1.3vw;
    font-size: 1.3vw;
    line-height: 1.3vw;
    margin-top:0.65vw ;
    padding-bottom: 1.8vw;
  }
  .hsocial i:hover{
    color:#a21a16;
    border-bottom: solid #a21a16 .2vw;
  }
  .hmenu{
    float: left;
    width: 58vw;
    height: 2.6vw;
    background: #CDC7BD;
    background: linear-gradient(90deg,rgba(205, 199, 189, 1) 0%, rgba(222, 219, 213, 1) 50%, rgba(196, 191, 181, 1) 100%);
    border-radius: 5vw;
    margin-top: 1.8vw;
    display: flex;
    justify-content: space-around;
    margin-left: 1.5vw;
  }
  .hmenu li{
    float: left;
  }
  .hmenu li a{
    color: #58544d;
    font-size: 1vw;
    line-height: 2.6vw;
    padding-bottom: 0.45vw;
  }
  .hmenu li a:hover{
    color:#a21a16;
    border-bottom: solid #a21a16 .2vw;
  }
.slider {
    width: 100vw;
    float: left;
    height: 43.5vw;
    background-color: #f1efeb;
}

.flexslider {
    background-color: #f1efeb!important;
}

.slides li {
    width: 100vw;
    height: 43.5vw;
}

.slideic {
    width: 97.6vw;
    margin-left: 1.2vw;
    height: 42vw;
    background: linear-gradient(180deg,rgba(221, 218, 211, 1) 0%, rgba(187, 181, 169, 1) 35%, rgba(204, 198, 187, 1) 100%);
    border-radius: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vw;
}
.review2{
    float: left;
    width: 97.6vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    transition: 0.2s;
}
.review2 a{
    color:#f1efeb;
    background-color: #a21a16;
    font-size: 1.2vw;
    padding:0.8vw 2vw;
    border-radius: 1vw;
    font-weight: 300;
}
.review2 a:hover{
    color: #a21a16;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(205, 199, 189, 1) 0%, rgba(222, 219, 213, 1) 50%, rgba(196, 191, 181, 1) 100%);
}
/* Resim */
.slideic img {
    width: 75vw!important;
    margin-bottom: 2vw;
}

/* Kutular container */
.container {
    display: flex;
    justify-content: center;
    gap: 1vw;
}

/* Kutular */
.box {
    width: 12vw;
    height: 6vw;
    background: #d1ccc3;
    color: #9e1c16;
    border-radius: 1vw;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background 0.3s;
}

/* Kutular hover'da rengini değiştirir */
.box:hover {
    background: #9e1c16;
    color: white;
}

/* İçerik kutunun altına sabitlenir */
.content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: height 0.4s;
}

/* Hover ile içerik yukarı doğru uzar */
.box:hover .content {
    height: 11vw;
}

/* Başlık */
.title {
    font-size: 1vw;
    margin-bottom: 0.5vw;
    margin-top: 1vw;
}

/* Çizgi */
.line {
    width: 3vw;
    height: 0.2vw;
    background: #9e1c16;
    margin-bottom: 1vw;
    transition: background 0.3s;
}

.box:hover .line {
    background: white;
}

/* Alt bilgi */
.bottom {
    opacity: 0;
    font-size: 1vw;
    margin-bottom: 1vw;
    transform: translateY(1vw);
    transition: opacity 0.4s, transform 0.4s;
    border-top: solid white 0.2vw;
    font-weight: 300;
}

/* Hover ile alt bilgi görünür */
.box:hover .bottom {
    opacity: 1;
    transform: translateY(0);
}
  .anaproducts{
    float: left;
    width: 100vw;
    background-color: #f1efeb;
  }
  .anaproducts h2{
    float: left;
    width: 100vw;
    color: #a21a16;
    font-size: 2vw;
    display: flex;
    justify-content: center;
    font-weight: 400;
    letter-spacing: 0.4vw;
    margin-top: 2.2vw;
  }
.dikdortgen{
    width: .7vw;
    height: 1.4vw;
    background-color: #a21a16;
    margin-top: .8vw;
    margin-right: 0.4vw;
}
.anakategori{
    float: left;
    width: 100vw;
    margin-top: 4.1vw;
}
.kirmizidik{
    float: left;
    width: 1.5vw;
    background-color: #a21a16;
    height: 17.65vw;
    margin-top: 3.6vw;
}
.katkutu{
    float: left;
    width: 47.75vw;
    background-color: #d8d4cc;
    border-radius: 2.7vw;
    transition: 0.2s;
}
.katkutu img{
    float: left;
    width: 47.75vw;
}
.katkutu p{
    width: 47.75vw;
    float: left;
    height: 6.2vw;
    line-height: 6.2vw;
    font-size: 1.5vw;
    color: #a21a16;
    letter-spacing: 0.2vw;
}
.katkutu:hover{
    background-color: #a21a16;
}
.katkutu:hover p{
    color: #e2d6d6;
}
.review{
    float: left;
    width: 100vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    transition: 0.2s;
}
.review a{
    color:#f1efeb;
    background-color: #a21a16;
    font-size: 1.2vw;
    padding:0.8vw 2vw;
    border-radius: 1vw;
    font-weight: 300;
}
.review a:hover{
    color: #a21a16;
    background: #CDC7BD;
    background: linear-gradient(90deg,rgba(205, 199, 189, 1) 0%, rgba(222, 219, 213, 1) 50%, rgba(196, 191, 181, 1) 100%);
}
.anahakkimda{
    float: left;
    width: 100vw;
    background: #F1EFEB;
    background: linear-gradient(180deg,rgba(241, 239, 235, 1) 0%, rgba(206, 202, 193, 1) 50%, rgba(200, 194, 183, 1) 100%);
}
.hksol{
    float: left;
    width: 50vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
}
.hksol img{
    float: left;
    margin-left: 6.6vw;
    width: 43vw;
}
.hksag{
    float: left;
    width: 50vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-left: 3vw;
    box-sizing: border-box;
    transition: 0.2s;
}
.hksag h2{
    float: left;
    width: 14vw;
    text-align: left;
    color: #58544d;
    font-size: 2vw;
    font-weight: 500;
}
.dikdortgen2{
    width: .7vw;
    height: 1.4vw;
    background-color: #a21a16;
    margin-right: 0.4vw;
    float: left;
    margin-top: .8vw;
}
.hksag p{
    width: 47vw;
    float: left;
    text-align: left;
    padding-right: 6.8vw;
    box-sizing: border-box;
    font-size: 1vw;
    color: #5e5a53;
    margin-top: 2.5vw;
}
.hksag a{
    float: left;
    color:#a21a16 ;
    background-color:#f1efeb;
    font-size: 1.2vw;
    padding:0.8vw 2vw;
    border-radius: 1vw;
    margin-top: 3vw;
}
.hksag a:hover{
    color: #f1efeb;
    background-color: #a21a16;
}
.anagalery{
    float: left;
    width: 100vw;
    height: 43.8vw;
}
.anagalery h2{
  float: left;
  width: 100vw;
  color: #a21a16;
  font-size: 2vw;
  display: flex;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.4vw;
  margin-bottom: 1vw;
}
.anagalery img{
  float: left;
  width: 28.75vw;
  margin-right:2.3vw;
  margin-top: 2.3vw;
}
.anagalery img:nth-child(3n+3){
  margin-right: 0!important;
}
footer{
  float: left;
  width: 100vw;
  padding-top: 1vw;
  box-sizing: border-box;
}
.fsocial{
  float: left;
  width: 10.5vw;
  height: 2.6vw;
  background: #CDC7BD;
  background: linear-gradient(90deg,rgba(205, 199, 189, 1) 0%, rgba(222, 219, 213, 1) 50%, rgba(196, 191, 181, 1) 100%);
  border-radius: 5vw;
  margin-top: 1.8vw;
  margin-left: 6.9vw;
  display: flex;
  justify-content: space-around;
  transition: 0.2s;
}
.fsocial i{
  color: #58544d;
  width: 1.3vw;
  height: 1.3vw;
  font-size: 1.3vw;
  line-height: 1.3vw;
  margin-top:0.65vw ;
  padding-bottom: 1.8vw;
}
.fsocial i:hover{
  color:#a21a16;
  border-bottom: solid #a21a16 .2vw;
}
.fmenu{
  float: left;
  width: 58vw;
  height: 2.6vw;
  background: #CDC7BD;
  background: linear-gradient(90deg,rgba(205, 199, 189, 1) 0%, rgba(222, 219, 213, 1) 50%, rgba(196, 191, 181, 1) 100%);
  border-radius: 5vw;
  margin-top: 1.8vw;
  display: flex;
  justify-content: space-around;
  margin-left: 6.9vw;
}
.fmenu li{
  float: left;
}
.fmenu li a{
  color: #58544d;
  font-size: 1vw;
  line-height: 2.6vw;
  padding-bottom: 0.45vw;
}
.fmenu li a:hover{
  color:#a21a16;
  border-bottom: solid #a21a16 .2vw;
}
.fmenuli{
  float: left;
  margin-left: 27.8vw;
  width: 8vw;
}
.fmenuli li{
  float: left;
  text-align: left;
  width: 8vw;
  margin-top: 1vw;
}
.fmenuli li a{
  text-align: left;
  color: #58544d;
  font-size: 1vw;
}
.fmenuli li a:hover{
  color: #a21a16;
}
.copyright{
  float: left;
  width: 100vw;
  height: 4vw;
  background-color:#1d1d1b;
}
.copyright p{
  float: left;
  text-align: left;
  color: #f1efeb;
  height: 4vw;
  line-height: 4vw;
  font-size: 1vw;
  width: 50vw;
}
.copyright a{
  width: 41vw;
  text-align: right;
  height: 4vw;
  line-height: 4vw;
  color: #F1EFEB;
  float: left;
}
.copyright img{
  width: 2vw;
  float: right;
  margin-top: .8vw;
  margin-left: 1vw;
}


.halt{
  width: 100vw;
  float: left;
  text-align: center;
  height: 8vw;
  background: #CDC7BD;
  background: linear-gradient(90deg,rgba(205, 199, 189, 1) 0%, rgba(222, 219, 213, 1) 50%, rgba(196, 191, 181, 1) 100%);
  z-index: 4;
  border-bottom:solid 0.1vw #dd0e0e;
}
.halt p{
  width:100vw;
  text-align: center;
  margin: 1vw 0;
  float: left;
}
.halt p a{
  color: #58544d;
  font-size: 0.8vw;
}
.halt h1{
  width: 100vw;
  float: left;
  text-align: center;
  font-size: 1.5vw;
  color: #58544d;
}
.haltcizgi{
  width: 3.5vw;
  height: 0.5vw;
  background-color: #dd0e0e;
  float: left;
  margin-left: 48.25vw;
  border-radius: 2vw;
  margin-top: 0.5vw;
}


.galeridis{
  float: left;
  width: 100vw;
  margin-bottom: 2.3vw;

}


.galeridis img{
  width: 22vw;
  float: left;
  margin-left: 2vw;
  margin-top: 2.3vw;
    border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, rgb(187, 187, 187), rgb(204, 50, 50)) 1;
  transition: 0.2s;
}
.galeridis img:hover{
  border-image: linear-gradient(to right, rgb(204, 50, 50), rgb(187, 187, 187)) 1;
}

.aboutarka{
  float: left;
}
.aboutarka p{
  float: left;
  width: 100vw;
  padding: 4vw 10vw;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1vw;
  color: #333;
}

.contacticerik{
  float: left;
  width: 100vw;
  background-color: #f1efeb;
  padding-top: 3vw;
  padding-bottom:3vw;
}
.contacticerik iframe{
  float: left;
  width:40vw!important; 
  height:20vw;
  background-color: #fff;
  padding: 0.2vw;
  margin-left: 2.75vw;
}
.sagicerik{
  float: left;
  width:40vw!important; 
  height:20vw;
  background-color: #fff;
  padding: 0.2vw;
  margin-left: 5.5vw;
}
.sagicerik h2{
  float: left;
  width: 35vw;
  text-align: left;
  margin: 0.8vw 2vw;
  box-sizing: border-box;
  font-size: 1.5vw;
  font-weight: 500;
  border-bottom: solid #333 0.1vw;
}
.sagicerik h3{
  float: left;
  width: 35vw;
  text-align: left;
  margin: 0.8vw 2vw;
  box-sizing: border-box;
  font-size: 1vw;
  font-weight: 500;
}
.sagicerik i{
  color: #ffffff;
  background-color: #252728;
  width: 2vw;
  height: 2vw;
  text-align: center;
  line-height: 2vw;
}
.sagicerik a{
  color: #252728;
  font-size: 1vw;
}
.postbox {
    float: left;
    width: 100vw;
    height: fit-content;
}

.postbox ul {
    float: left;
    width: 93.2vw;
}

.post {
    float: left;
    width: 45vw;
    height: 20vw;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    margin-right: 1.6vw;
    margin-bottom: 1.6vw;
    transition: transform 0.5s;
    overflow: hidden;
    margin-top: 1.6vw;
}

.post:hover img {
    transform: rotate(-3deg);
}

.post:nth-child(2n+2) {
    margin-right: 0 !important;
}

.post img {
    float: left;
    width: 41vw;
    margin-left: 1.5vw;
    transition: transform 0.5s;
}

.postdetails {
    float: left;
}

.postdetails p {
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    color: #900d0d;
    width: 45vw;
    text-align: center;
    position: relative;
    z-index: 800;
    margin-top:-1.5vw;
}
.altgolge{
    float: left;
    width: 41vw;
}
.altgolge img{
    float: left;
    width: 41vw;
    margin-top:-2vw!important;
}
.post:hover .altgolge img{
    transform: rotate(0deg)!important;
}

.urungoster{
  float:left;
  width: 100vw;
  overflow: hidden;

}
.urungoster img{
  float:left;
  width: 92vw;
  z-index: 9;
  position: relative;
  overflow: hidden;
}
.urun-ozellikler{
float: left;
width: 100%;
margin-bottom: 3vw;
}
.urun-ozellikler h2{
  float: left;
  width: 91.6vw;
  font-size: 2vw;
  margin-bottom: 2vw;
  color:#ea1c26;
  padding-left:10vw;
  box-sizing:border-box;
  text-align: left;
}
.urun-ozellikler ul li{
  width: 70vw;
  float: left;
  background-color: #fff;
  height: 3vw;
  margin-left:10vw;
  border:solid #dee2e6 0.1vw;
}
.urun-ozellikler ul li:nth-child(4n+3) {
  background: rgba(0, 0, 0, .05);
}
.urun-ozellikler ul li:nth-child(4n+1) {
  background: rgba(0, 0, 0, .05);
}


.urun-ozellikler h5{
  float: left;
  line-height: 3vw;
  font-size: 1vw;
  margin-left: 0.5vw;
  width:20vw;
  border-right:solid #dee2e6 0.1vw;
}
.urun-ozellikler p{
  float: left;
  line-height: 3vw;
  font-size: 1vw;
  margin-left: 22vw;
  text-align: left;
  position: absolute;
}

* {box-sizing: border-box;}

.img-magnifier-container {
position: relative;
z-index: 999;

}

.img-magnifier-glass {
position: absolute;
border: 3px solid #ea1c26;
border-radius: 50%;
cursor: none;
/*Set the size of the magnifier glass:*/
width: 10vw;
height: 10vw;
z-index: 999;
}

.urun-galeri{
  float: left;
  margin-left: 4.5vw;
  margin-bottom: 2vw;
}
.urun-galeri img {
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
  transition: all 0.3s ease;
  width: 10vw!important;
  height: 4vw;
}
.urun-galeri img:hover {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}