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: #ff0000;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ff0000;
  }
  .ortala{
    width: 91vw;
    margin: 0 auto;
  }
  header{
    float: left;
    width: 100vw;
    height: 5.2vw;
    background-color:#fff;
    border-bottom: solid black 0.1vw;
  }
  .hlogo{
    width: 10vw;
    float: left;
    margin-top: 0.8vw;
  }
  .hlogo img{
    width: 10vw;
    float: left;
  }
  .hmenu{
    float: left;
    width: 50vw;
    display: flex;
    justify-content: space-around;
    margin-left: 10vw;
    margin-top: 1.6vw;
  }
  .hmenu li{
    float: left;
    position: relative; /* Pseudo-element için konumlandırma */
  }
  .hmenu li a{
    color: black;
    font-size: 1.2vw;
    font-weight: 500;
    position: relative; /* Pseudo-element'in bu elemana göre hizalanması için */
    display: inline-block; /* Genişlik ayarlamaları için */
    transition: color 0.3s ease; /* Yazı renginin yumuşak geçişi */
  }
  .hmenu li a::after {
    content: ""; /* Pseudo-element oluşturur */
    position: absolute; /* Konumlandırma */
    bottom: -3px; /* Yazının hemen altına yerleştirir */
    left: 0; /* Başlangıç pozisyonu */
    width: 0; /* Başlangıçta görünmez */
    height: 2px; /* Çizgi kalınlığı */
    background: red; /* Çizginin rengi */
    transition: width 0.3s ease; /* Genişleme animasyonu */
  }
  
  .hmenu li a:hover {
    color: red; /* Yazının rengini kırmızıya çevirir */
  }
  
  .hmenu li a:hover::after {
    width: 100%; /* Hover durumunda çizgiyi tamamen genişletir */
  }
  .hsosyal{
    width: 5vw;
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
  }
  .hsosyal li a{
    font-size: 1vw;
    color: black;
  }
  .hsosyal li a:hover {
    color: red; /* Yazının rengini kırmızıya çevirir */
  }
  .halt{
    width: 100vw;
    float: left;
    text-align: center;
    height: 10vw;
    background-color: #f1f1f1;
  }
  .halt p{
    width:100vw;
    text-align: center;
    margin: 1vw 0;
    float: left;
  }
  .halt p a{
    color: #555454;
    font-size: 0.8vw;
  }
  .halt h1{
    width: 100vw;
    float: left;
    text-align: center;
    font-size: 2vw;
  }
  .haltcizgi{
    width: 5vw;
    height: 0.5vw;
    background-color: #ff0000;
    float: left;
    margin-left: 47.5vw;
    border-radius: 2vw;
    margin-top: 1vw;
  }
  .hero{
    width: 100vw;
    float: left;
    height: 44.5vw;
  }
  .hero video{
    float: left;
    height: 44.5vw;
    object-fit:cover;
    width: 100vw;
  }
  .anakat{
    float: left;
    width: 100vw;
    height: 35.7vw;
    position: relative;
    z-index: 10;
    transition: 0.9s;
  }
  .anakat .katkutu:hover{
    background-color:#cb0e0e;
  }
  .anakat .katkutu:hover p{
    background-color: #252527;
  }
  .katkutu{
    float: left;
    width:18.9vw;
    height:38.9vw;
    background-color: #252527;
    transition: 0.2s;
  }
  .katkutu img{
    float: left;
    width: 10vw;
    margin-left: 4.45vw;
    margin-top: 2vw;
  }
  .katkutu p{
    width: 18.9vw;
    background-color:#cb0e0e;
    float: left;
    height: 3.5vw;
    line-height: 3.5vw;
    color: #fff;
    font-size: 1.2vw;
    margin-top: 1.65vw;
  }
    .anakat .katkutu2:hover{
    background-color:#cb0e0e;
  }
  .anakat .katkutu2:hover p{
    background-color: #252527;
  }
  .katkutu2{
    float: left;
    width:18.9vw;
    height:38.9vw;
    background-color: #252527;
    transition: 0.2s;
    margin-left:3vw;
    margin-bottom: 3vw;
  }
  .katkutu2 img{
    float: left;
    width: 10vw;
    margin-left: 4.45vw;
    margin-top: 2vw;
  }
  .katkutu2 p{
    width: 18.9vw;
    background-color:#cb0e0e;
    float: left;
    height: 3.5vw;
    line-height: 3.5vw;
    color: #fff;
    font-size: 1.2vw;
    margin-top: 1.65vw;
  }
  .ortala2{
    width: 91vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .aboutana{
    float: left;
    width: 100vw;
    height: 54vw;
    position: relative;
    z-index: 4;
    margin-top: -0.5vw;
  }
  .catalouge{
    float: left;
    width: 100vw;
  }
  .catalouge h2{
    float: left;
    width: 100vw;
    text-align: center;
    font-size: 2vw;
    margin-top: 3.5vw;
    color: #fff;
  }
  .catalouge img{
    width: 29.1vw;
    margin-top:3.5vw;
    transition: 0.2s;
  }
  .catalouge img:hover{
    scale: 1.05;
  }
  footer{
    width: 100vw;
    float: left;
  }
  .flogo{
    float: left;
    width: 100vw;
    text-align: center;
    margin-top: 4.5vw;
  }
  .flogo img{
    width: 15.6vw;
  }
  .fmenu{
    width: 100vw;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 4.5vw;
  }
  .fmenu li a{
    float: left;
    color: #fff;
    font-size: 1.4vw;
    margin: 0 1vw;
    position: relative; /* Pseudo-element'in bu elemana göre hizalanması için */
    display: inline-block; /* Genişlik ayarlamaları için */
    transition: color 0.3s ease; /* Yazı renginin yumuşak geçişi */
  }
  .fsosyal{
    width: 100vw;
    float: right;
    display: flex;
    justify-content: center;
    margin-top: 3vw;
  }
  .fsosyal li a{
    font-size: 2vw;
    color: rgb(255, 255, 255);
    margin: 0 1vw;
  }
  .fsosyal li a:hover{
    color: red;
  }
  .fcizgi{
    float: left;
    width: 100vw;
    height: 0.07vw;
    background-color: #fff;
    margin-top: 3vw;
  }
  footer p{
    float: left;
    color: #fff;
    font-size: 1vw;
    margin-top: 1vw;
  }
  footer .ortala img{
    width: 8vw;
    float: right;
    margin-top: 0.8vw;
  }
  .fmenu li a::after {
    content: ""; /* Pseudo-element oluşturur */
    position: absolute; /* Konumlandırma */
    bottom: -3px; /* Yazının hemen altına yerleştirir */
    left: 0; /* Başlangıç pozisyonu */
    width: 0; /* Başlangıçta görünmez */
    height: 2px; /* Çizgi kalınlığı */
    background: red; /* Çizginin rengi */
    transition: width 0.3s ease; /* Genişleme animasyonu */
  }
  
  .fmenu li a:hover {
    color: red; /* Yazının rengini kırmızıya çevirir */
  }
  
  .fmenu li a:hover::after {
    width: 100%; /* Hover durumunda çizgiyi tamamen genişletir */
  }
  .postbox{
    width: 100vw;
    float: left;
    margin-top: 3vw;
  }
  .post{
    width: 21vw;
    float: left;
    padding:1.6vw 0;
    box-sizing: border-box;
    margin-bottom: 2vw;
    background-color: #b8b8b8;
    margin-right: 1.7vw;
  }
  .post:nth-child(4n+4){
    margin-right: 0!important;
  }
  .post img{
    width: 18vw;
    margin-left: 1.5vw;
  }
  .post p{
    color: #252527;
    font-size: 1vw;
    font-weight: 700;
    margin-bottom: 0.5vw;
  }
  .urungoster{
    width: 100vw;
    float: left;
  }
  .urungoster img{
    float: left;
    width: 91vw;
  }
  
.magnify{
  border-radius: 50%;
  border: 2px solid #e90f0f;
  position: absolute;
  z-index: 1000;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
}
.aboutana h2{
  float: left;
  width: 91vw;
  text-align: center;
  color: #fff;
  font-size: 2vw;
  margin-top: 11vw;
}
.aboutana p{
  float: left;
  width: 91vw;
  color: #fff;
  text-align: left;
  font-size: 1.2vw;
  margin-top: 3vw;
  padding-left: 15vw;
  padding-right: 15vw;
  box-sizing: border-box;
}
.aboutana a{
  background-color: #cb0e0e;
  color: #f1f1f1;
  padding: 0.5vw 1vw;
  margin-top: 4vw;
  float: left;
  margin-left: 41.7vw;
  font-size: 1.2vw;
  transition: 0.2s;
}
.aboutana a:hover{
  color: #cb0e0e;
  background-color: #fff;
}
.contact{
  float: left;
  width: 100vw;
}
.social2 {
  width: 45vw; /* Tüm genişliği kaplar */
  float:left;
  margin-bottom:4vw;
  margin-top:3vw;
}

.social2 a {
  width:40vw;
  color:black;
  font-size:1.5vw;
  border-bottom:solid #ff0000 0.1vw;
  float:left;
  text-align:left;
  margin-top:2vw;
}

.social2 a i {
  margin-right: 0.5vw; /* İkon ve yazı arasındaki boşluk */
  font-size: 1.5vw; /* İkon boyutu */
}

/* Float Sıfırlama */
.social2::after {
  content: "";
  display: table;
  clear: both;

}

/* Float Sıfırlama */
.social2::after {
  content: "";
  display: table;
  clear: both;
}

/* Harita (iframe) Alanı */
iframe {
  display: block; /* Haritayı ortalamak için block yap */
  width: 100%; /* Genişlik %100 */
  height: 20vw; /* Dinamik yükseklik */
  border: 0.2vw solid #ddd; /* Kenarlık */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
}
.form{
  float: left;
  width: 30vw;
  margin-top: 1vw;
  margin-left: 7.6vw;
  margin-bottom:2vw;
}

.screen-reader-response{
  display: none;
}

.formisim, .formNo, .formMail, .formKonu{
  float: left;
  width: 30vw;
  height: 3vw;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2vw;
  padding: 0.5vw;
  box-sizing: border-box;
  margin-top: 1vw;
}

.formMesaj{
  float: left;
  width: 30vw;
  height: 15vw;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2vw;
  padding: 0.5vw;
  box-sizing: border-box;
  margin-top: 1vw;
}

.formGonder{
  width: 6.5vw;
  height: 2.5vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.05vw;
  background-color: #ff0000;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 2vw 0 1vw 1.75vw;
}

.formGonder:hover{
  background-color: #b40421;
}
.urun-ozellikler{
  float: left;
  width: 100%;
  margin-bottom: 3vw;
  }
  .urun-ozellikler h2{
    float: left;
    width: 91.6vw;
    font-size: 2vw;
    margin-bottom: 2vw;
    color: #900d0d;
    box-sizing:border-box;
  }
  .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;
  }
  