.story-script-regular {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}

:root{
    --primary-color:#00263E;
    --secondary-color:#20c997;
    --gray:#4a4a4d;
    --background-primary:#ecf0f3

}
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    
}
body{
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;    
}
body > *:not(#footer) {
    flex: 1; /* footer hariç tüm içeriği yukarıya doldur */
}
h1,h2,p{
    color: aliceblue;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
}


ul{
    list-style: none;

}
a{
    text-decoration: none;
}
header.home{
   /* background-color: #0382c2d3;*/
      background-image:
 url("assest/images/tarktor.png");
    height: 100vh;
    width: 100%;
justify-content: center;
align-items: center;
display: flex;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
header #home{
    background-color: #00263e4b;
    height: 80% ;
    width: 86%;
    
    border-radius: 50px;
}
header #appbar nav{
          
            display: flex;
            width: 80%;
            margin: auto;
                align-items: center; /* normalde ortalı */

}
header #appbar nav ul{
    display: flex;
    justify-content:  flex-end;
    align-items: center;
    width: 100%;
    list-style: none;

    margin: 1em;
    
}
header #appbar a{
         font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding: 0px 10px 0px ;

    color:#ddd ;  font-weight: 200;

font-size: 16px;
}

header #appbar a:hover {
    
    color: #148d2e;

}
/*start of dropdown*/
.dropdown {
  position: relative; 
  display: inline-block;
}

.dropdown-content {
  display: none;     
  position: absolute;  
  
  border-radius: 5px;
  min-width: 90px; 
  max-width: 160px; 
  width: 100%; 
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.788);
  z-index: 1;
  flex-direction: column; 
  padding: 0px;
 
    
}


.dropdown-content a {
  color: rgb(95, 93, 93) !important;align-items: center;
  padding: 8px !important ;
  text-decoration: none;
  font-size: 10px;
  height: 40px;
  display: block; 
margin: 0;
font-style: italic;


}

.dropdown-content a:hover {
   color: #088a08 !important;
  background-color: #f1f1f1; 
}

.dropdown:hover .dropdown-content {
  display: block; 
}
.dropdown-btn{
    background: none;
    border: none;
  color: #ddd;
  font-size: 16px;
  font-weight: 200;
  padding: 0px 10px 0px ;
}
.dropdown-btn:hover{
  color: #148d2e;
}
/*end of dropdown*/

#content {
    
  position: absolute;
  
  transition: top 0.5s ease, left 0.5s ease;
}


header #home .conytent{
    
   
    width: 40%;
    text-align: justify;
    margin: 140px;
   
}
header #home .conytent p{
 font-size: 2rem;
 margin-bottom: 50px;
}
header #home a .logo{
    width: 250px;
    padding-left: 50px;
    padding: 10%;
   
}

.social {
    position: absolute;
    left: 2%;
   
    height: 10%;
    margin:300px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
justify-content: center;
 
      
}
.social a{
   padding:5px 7px;
   margin: 6px;
   color: #058120; 
background-color: #fffdfd;
border-radius: 50%;

}
.social a:hover{
    color: rgb(255, 255, 255);
    background-color: green;
}
.connect{
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 5%;
  
width: 40%;


}
.connect p a{
   
        background-color: #0000005b;
    padding: 20px;
   width: 40%;
    font-size: 1rem;
    color: #ffffff;
    
}
/*start youtube buttun*/
.youtube #urunHakkinda{

    display:none;
   
   
}
.youtube .textbuttun{

    padding:2%;
    border-radius: 10px;
    margin-top:5vh;
color: #ffffff;
border: none;
font-size: 20px;
    background-color: #36964286;
    
    
    cursor: pointer;
}
.youtube .textbuttun:hover{
    padding: 10px;
    border-radius: 10px;
    margin-top:5vh;
color: #369643;
border: none;
font-size: 20px;
    background-color: #ffffff;

    
    
    
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0;
   top: 0;
  width: 100%;
   height: 100%;
  background-color: rgba(0,0,0,0.7);
}

.modal-content {

  margin: 10% auto;
  padding: 5px;
  height: fit-content;
  border-radius: 10px;
  width: fit-content;
  width: 80%;
  text-align: center;
}
.modal-content iframe{
  height: 65vh;  
  border-radius: 10px;
width: 100%;
}

.close {
    color: #fff;
  float: right;
  font-size: 28px;
  cursor: pointer;
}

/*end of youtube buttun*/
/*   sections*/
#section h1{
    color: var(--primary-color);
   
}

#section p {   
    color: #000;
    padding: 100px;
    font-size: large;

}
/*start of kablusuz ornal kontrol sistemi*/

#onal_split {
    height: 70vh;
    width: 100%;
     justify-content: center;display: flex;
     align-items: end;
     position: relative;
}

#onal_split img{
    height: 90%;
    width: 80%;
    
}
#ornalSistemi{
    display: flex;
    color: #000;
    position: absolute;
    top:10%;
    right: 10%;
}
/*end of kablusuz ornal kontrol sistemi*/
/* start about  section   */
/* start about  section in sade page  */
#about_content{
  height: 100vh;
    width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

padding:20px 20px;

}
#about_content p{
    color: #000;
    font-size: x-large;
    text-align: justify ;

    align-items: center;
    justify-content: center;
    display: flex;padding: 2%;

}


/* end about  section in sade page  */
#about{
    background-color: #20c997;
    height: 100vh;
    padding:  0px 10%  0px 10%;

}
#about .textbuttun{
    padding: 10px;
    border-radius: 10px;
color: #00263E;

font-size: 25px;
    background-color: #ffffffc9;
    
    display: flex;
    position: absolute;
    top: 8%;
    right: 8%;
    
}
.dd{
align-items: center;
    justify-content: space-around;
    margin: 20px auto;
    color: #00263E;
     width: 50%;
}
.dd ul li {
 
    display: inline-flex;
  cursor: pointer;
padding: 10px;
margin: 0px 20px;
font-size: larger;
font-weight: bold;


  
 
}
.dd ul{
    display: flex;
    justify-content: center;
    
}
#about .paragraph{
    background-color: #00263e2a;
text-align: justify;    width: 80%;
padding: 50px;
margin: 100px auto;
border-radius: 10px;


}

#about .bas h1{
    padding-top: 50px;
    justify-self: center;
   
}
.footer-logo {
  
  

  position: fixed;
  bottom: 50px;

  background-position: left bottom;
}

.footer-logo img {
  max-width: 250px;       /* حجم اللوغو */

}
/* end of about  section   */

#projects{
    height: 930px;
    background-color: #ffffff;
    padding:  10px;
     text-align: center;
  justify-content: center;

}

#projects h1{
   color: #0d0e69;
   
    padding-top: 40px;
    margin-bottom: 100px;
    
}
#projects .container {
  display: flex;
  flex-wrap: wrap;         
  justify-content: center; 
  align-items: center;     
  gap: 50px;              
  
  padding: 20px;
}
.product-card {
  flex: 0 1 250px;   
  max-width: 260px;
  height: 45vh;
  
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  background-color: #ddd;
  display: flex;           
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.185);
}

.product-image {
    
  width:85%;
  height: 150px;
  border-radius: 8px;

}

.product-name {
  font-size: 15px;
  margin: 5px 0;
  color: #00263E;
}

.product-description {
  font-size: 14px;
  color: #555;
}

.product-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007B5E;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
/* end product  section   */
/* ------------------------------------------------------------------------ */
/* start of map  section   */
.map{
    height: 40vh;
    width: 100%;
   justify-content: center;
    align-items: center;
    display: flex;
    background-image:url(https://img.freepik.com/premium-vector/background-abstract-vector-design_173620-429.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
}
iframe{
    border-radius: 6px;
    height: 36vh;
    width: 60%;
    box-shadow:0px 0px 30px 10px rgba(140, 194, 164, 0.219);
}
/* end of map  section   */
/* ------------------------------------------------------------------------ */
/*contact start*/

#contact{


display: flex;
background-color: #fffdfd;}
#contact .container{
   
    align-items: center;

 width:100%;
}
#contact .contact-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
#contact .contact-content .contact-info{
 height: 100vh;
   width: 60%;
 background-color: #fff;
    padding: 5rem 5rem;
    padding-left: 10%;
}
#contact .contact-content .contact-info #ozel{
   
    font-size: x-large;
    color: #05ac37;
    width: 40%;
    border-bottom: #000000 solid;
}
#contact .contact-content .contact-info div{
    margin: 40px ;
    line-height: 1.7;
}
#contact .contact-content .contact-info h3{
    font-size:20px;
    color: #383848;
    margin-bottom:10px ;
}
#contact .contact-content .contact-info p{
     font-size: 18px;
color: #797070;
}
#contact .contact-content .contact-info i{
    color: #05ac37;
    margin: 8px;
}
#contact .contact-content .contact-info a i{
   padding: 10px;
    background: #05ac37;
    color: #eee9e9;
    border-radius: 50%;
    font-size: 20px;
}
#contact .contact-content .contact-info a i:hover{
    
     background:#383848;
    
 }
#contact .contact-content form{
    width: 40%;
    background-color: #dee0de;
 height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  padding: 50px 8%;
   
}
form input,textarea{
    display: flex;

    align-items: start;
    color: #000000a9;
    font-size: 16px;
    padding: 20px 50px;
    margin: 10px 0;
    border: none;
    width: 100%;
    background: #c7f8d685;
}
#contact .contact-content #form-status{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  margin-top: 10px;
    font-size: x-small;
}
#contact .btn{
    background:#05ac37;
    color: #eee9e9;
    border: none;
    cursor: pointer;
    padding: 1em;
    margin-top: 20px;
    border-radius: 6px;

}
#contact .btn:hover{
    background: #f7f3e6;
    color: #05ac37;
}

/*contact end*/



/*urun page*/

body.urun{
     background-color: white;}
header.urun{
    height:94vh;
    width: 100%;

}
#projects .top{
margin-top: 150px;
}
header .appbar{
    width: 100%;
    height: 6em;
   
    background-color: #419754;
    display: inline-flex;
    position: fixed;
    justify-content: space-between;
align-items: center;
padding: 20px 80px 10px 50px;
}
header .appbar .logo{
    width: 250px; 
   
}
header .appbar .textbuttun{
    padding: 10px;
    border-radius: 10px;
color: #00263E;

font-size: 25px;
    background-color: #ffffffc9;
    
    
    
}
header.urun h1{
    padding: 10px;
    border-radius: 10px;
color: #00263E;
}
header.urun .contentproct{
    
    padding-top: 10%;
width: 90%;
color: #ffffff;
margin: 0px 5%;
height: 80vh;
align-items: center;
display: flex;
justify-content: space-between;




}
header.urun .contentproct img{
   margin-top:1vh;
 width: 38%;
 padding: 0px;
 

}

header.urun p{
    text-align: justify;
    width:20em;
    
    font-size: 30px;
   
  
    border-radius: 20px;
color: #000000;

margin-top: 10px;

}
header.urun span{
    
    width:20em;
    font-weight: bold;
    font-size: 40px;


    border-radius: 20px;
color: #000000;



}

/*start of the button for the pdf in urunsayfası */ 
.buttonpdf {
  position: relative;
  display: inline-block;    
  padding: 10px 22px;
  border-radius: 6px;
  margin-top: 14px;
  min-width: 120px;
  border: none;
  color: #fff;
  font-size: medium;
  cursor: pointer;
  background-color: #0da53a;
  transition: all 0.2s ease;
  text-decoration: none;      
  text-align: center;      
}
.buttonpdf:hover,
.buttonpdf:focus {
  color: #fff;
}

/*end of the button for the pdf in urunsayfası */ 

#footer{
  
    min-width: 100%;
    width: 100%;
text-align: center;
padding: 15px 0;
font-size: 14px;
background: #047526;
color: #fff;
}#footer p{
    color: #fff;
font-size: 20px;
}
#footer a{
    color: #fff;
font-size: 16px;
}




/* parçalar sayfası*/

#urun header.urun .contentproct img{
   margin-top:20%;
padding: 20%;

/* to change the width and hiegth you have changed from the product.js*/
}

#urun header.urun p{
    text-align: justify;
    width:60%;
    font-size: 200%;
    margin-top:20% ;
    padding: 60px;
    border-radius: 20px;
color: #000000;



}
#parcalar a{
    font-size: medium;
}
.contentproct .product{
    
width: 100%;


}
.rightSide{
    
     margin-top:5vh ;
     height: 50vh;
   
    
}
.urunteki .appbar{
    position: static;
    display: flex;
   
}
.urunteki{
    width: 100%;

}


.urunteki h1{
    padding: 10px;
    border-radius: 10px;
color: #00263E;
}

/*start of sistem bileşenleri */
.product-detail-container  {
    height: 90vh;
    width: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
padding: 0px 0px;

 

}
.product-img {
  padding: 10px;
  width: 20%;   /* buradan istediğin gibi değiştir */
  max-width: 30%; /* büyüklük sınırı */
}
.product-detail-container .ustsutun{
    display: flex;

    width: 80%;
    align-items: center;
    justify-content: space-around;
}
.product-detail-container img{
    
  height: auto;
  text-align: center;
  max-width: 100%;
}

.product-title-container h1{
  font-size: 1px;
}
.product-p{
  font-size: 300%;
  width: 50%;
  color: #333;
  justify-content: center;
}
.product-ozellik {
    background-color: rgba(230, 230, 230, 0.8); /* Hafif açık arka plan */
    border-radius: 15px;
    padding: 30px;
    width: 70%;       /* Masaüstü için genişlik */
  
    margin: 20px auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15); /* Hafif gölge */
}

.product-ozellik p {
    font-size: 25px;   /* Daha okunaklı */
    color: #000;
    line-height: 1.6;
    text-align: justify;
    padding: 10px 0;
}


/*end of sistem bileşenleri */

/* end of ürün sayfası*/

@media screen and (max-width:1000px) {


header #home{
    height: 75% ;
    width: 82%;

    border-radius: 25px;
}

header #appbar .logo{
    


    position: absolute;
    top: 3%;
    left: 37.5%;
}
header #appbar nav {
    
 flex-direction: column; /* logo yukarı, menü aşağı */
        align-items: center; /* sola yasla */
        padding: 0;              /* padding boşluklarını kaldır */
        margin: 0 auto;
        width: 100%;
}

header #appbar nav ul {
    display: flex;
    justify-content: center; /* ul içindeki li’leri ortalar */
    align-items: center;

    
}

header #appbar a{
font-size: 18px;  
margin: 0px 10px;
font-weight: 400;

}
.dropdown-btn{
  font-size: 18px;
  font-weight: 400;
  margin: 0px 10px;

}
header #home .conytent{ 
    width: 40%;
    text-align: center;
    justify-content: center;
    margin: 100px;
   
}
header #home a .logo{
    width: 25%;
    padding-left: 0px;
    padding: 1%;
   
}
.dropdown-content a {
  color: rgb(82, 77, 77) !important;align-items: center;
  padding: 8px !important ;
  font-size: 15px !important;
  height:30px !important;
margin: 6px !important;



}
header #home .conytent p{
 font-size: 100%;
 margin-bottom: 20px;
}
.social {
    position: absolute;
    left: 2%;
   
    height: 10%;
    margin:300px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
justify-content: center;
 
      
}
.social a{
   padding:5px 7px;
   margin: 6px;
   width: 28px;
   color: #058120; 
background-color: #fffdfd;
border-radius: 50%;

}

.connect{
    bottom: 0px;
    left: 0px;
    width: 50%;
}
.connect p a{
        background-color: #00000033;
    padding: 10px;
    font-size: 10px; 
    width: 50%;
    font-size: 0.6rem; 
}
/*start youtube buttun*/
.youtube .textbuttun{
    padding: 8px;
    border-radius: 10px;

margin-top: 0vh;
font-size: 80%;
    background-color: #36964286;
}
.youtube .textbuttun:hover{
    margin-top: 0vh;
font-size: 10px;
}
/*start of kablusuz ornal kontrol sistemi*/

#onal_split {
    height: 40vh;

}

#onal_split img{
    
    width: 90%;
    
    
}
#ornalSistemi{
  display: flex;
   
    position: absolute !important;
    top:8% !important;
    right: 8% !important;
width: 50% !important;
    font-size: 22px !important;
}
/*end of kablusuz ornal kontrol sistemi*/
.map{
    height: 40vh;
    width: 100%; align-items: center;
   justify-content: center;
    display: flex;
    background-image:url(https://img.freepik.com/premium-vector/background-abstract-vector-design_173620-429.jpg) ;
  
    background-size: cover;
}
iframe{
  
    width: 75%;
    
}

#contact .container{
    align-items: center;


}
#contact .contact-content{
    display: flex;
    flex-wrap: wrap;
align-items: center;
    
}
#contact .contact-content .contact-info{
   height: 75vh;
    width:100%;
        align-items: center;
        display: block;
 
   
}
#contact .contact-content .contact-info div{
    margin: 30px ;
    line-height: 1.7;
}
#contact .contact-content .contact-info h3{
    font-size:10px;
    
   
}
#contact .contact-content .contact-info p{
     font-size: 18px;
color: #797070;
}
#contact .contact-content .contact-info i{
    color: #05ac37;
    margin: 8px;
}
#contact .contact-content .contact-info a i{
   
    font-size: 15px;
}

#contact .contact-content form{
   width: 100%;
   height: 70vh;
    margin-top: 0px;
}
form input,textarea{
   
    font-size: 12px;
   
    width: 60%; 
}

#contact .btn{
 
    margin-top: 10px;
    margin-bottom:20px ;
    border-radius: 6px;

}
#footer{
padding: 12px 0;
font-size: 10px;

}#footer p{
   
font-size: 13px;
}
#footer a{
 
font-size: 10px;
}
/*urun page*/


header.urun{
    
    height:94vh;
    width: 100%;

}
#projects .top{
margin-top: 130px;
}
header .appbar{
    width: 100%;
    height: 5em;
   
    background-color: #419754;
  
   
    justify-content: space-between;
align-items: center;
padding: 0px 10px 0px 30px;
}
header .appbar .logo{
    width: 150px; 
   
}
header .appbar .textbuttun{
    padding: 8px;
font-size: 15px;   
}
header .appbar h1{
    padding: 6px;
font-size: larger;

}
header.urun .contentproct{
    
    padding: 0px;

height: 100vh;
align-items: center;
display:flex;
flex-direction: column;
justify-content: start;
flex-wrap: wrap;


}
header.urun .contentproct img{
   margin-top:30%;
 width: 78%;
 padding: 0px;
margin-bottom: 10%;
}

header.urun p{
    text-align: justify;
    width:100%;
    margin-top: 4px;
    font-size: 20px;
   
  
    border-radius: 20px;
color: #000000;


}
header.urun span{
    
    width:100%;
    font-weight: bold;
    font-size: 30px;


    border-radius: 20px;



}
.rightSide{
    width: 90%;
     margin-top:0px ;
     height: 180px;
     justify-content: center;
    display: flex;
    flex-direction: column;

}
#projects{
     text-align: center;
  justify-content: center;
  height: inherit;
  
  

}
#projects h1{
    padding-top: 0px;
    margin-bottom: 50px;
}
#projects .container{
   display: flex;
    flex-wrap: wrap;
    justify-content: center; /* kartları ortalar */
    align-items: flex-start;
    gap: 10px; /* kartlar arası boşluk */
    margin-bottom: 10px;

}
.product-card {
    flex: 0 1 35%; /* veya ihtiyaca göre % */

  border: 1px solid #ddd;
   flex-direction: column;
  border-radius: 10px;
  padding: 20px 20px;

  height: 35%;
  text-align: unset;
  justify-content: space-between;
  margin:10PX 4% 15px 4%;
  background-color: #ddd;
  display: inline-block;
}
.product-name {
  font-size: 15px;
}

.product-description {
  font-size: 10px;
}

.product-button {
  
  margin-top: 15px;
  padding: 5px 10px;
 font-size: small;
  text-decoration: none;
  border-radius: 5px;
}
/*start of sistem bileşenleri */
.product-detail-container  {
  display: flex;
  flex-wrap: wrap;
  justify-items: start;
  align-content: space-evenly;
  height: 90vh;


}
.product-img {
  padding: 10px;
  width: 30%;   /* buradan istediğin gibi değiştir */
  max-width: 30%; /* büyüklük sınırı */
}
.product-detail-container .ustsutun{
    display: flex;
padding: 20px;
    width: 100%;
    align-items: center;
    justify-content: start;
}
.product-detail-container img{
    
  height: auto;
  text-align: center;
  max-width: 100%;
}

.product-title-container h1{
  font-size: 1px;
}
.product-p{
  font-size: 150%;
  width: 60%;
  text-align: start;
}
.product-ozellik {
    padding: 2%;
    width: 80%;       /* Masaüstü için genişlik */
    margin: 20px auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15); /* Hafif gölge */
}

.product-ozellik p {
    font-size: 12px;   /* Daha okunaklı */
    color: #000;
    line-height: 1.6;
    text-align: justify;
    padding: 10px 0;
}


/*end of sistem bileşenleri */
/* start about  section in sade page  */
#about_content{

padding:1px 20px;

}
#about_content p{
    color: #000;
    font-size:18px;
    text-align: justify ;
   
  
 
padding: 5%;
}

/* end about  section in sade page  */
}

@media screen and (max-width:500px) {

  
header #home{
    height: 80% ;
    width: 82%;
 display: flex;
    justify-content: center;
  
    border-radius: 15px;
}

header #appbar .logo{
    
 

    position: absolute;
    top: 6%;
    left: 37.5%;
}
header #appbar nav {
    
 flex-direction: column; /* logo yukarı, menü aşağı */
        align-items: center; /* sola yasla */
        padding: 0;              /* padding boşluklarını kaldır */
        margin: 0 auto;
        width: 100%;
}
header #appbar nav ul{
 
    
   
    width: 40%;
}
a{
    padding: 0px;
}
header #appbar a{
    font-weight: bold;
font-size: 15px;
  font-weight: 500;
  margin: 0px 4% ;
   color: #ddd;
  
}
.dropdown-btn{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     font-weight: bold;
  color: #ddd;
  font-size: 15px;
  font-weight: 500;
    margin: 0px 4% ;

}
header #home .conytent{ 
   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;        /* ekran genişliğine göre % verelim */
    max-width: 600px;  /* çok geniş ekran için sınır */
    text-align: center;
    margin: 15%;     

    
   
}/*
header #home .conytent{ 
    width: 40%;
    text-align: center;
   
    justify-content: center;
    margin: 100px;
   
}*/
header #home a .logo{
    width: 25%;
    padding-left: 0px;
    padding: 1%;
   
}
header #home .conytent p{
 font-size: 70%;
 margin-bottom: 0px;
}
.social {
    position: absolute;
    bottom: 4%;
   width: 100%;
    height: 10%;
    margin:0px 0px;
    flex-direction: row;  
}
.social i{
    width: 1px;
    height: 1px;
}
.social a{
   padding:5px 7px;
   margin: 8px;
   width: 28px;
   height:28px;
border-radius: 50%;

}

.connect{
    bottom: 0px;
    width: 100%;
    justify-content: center;
}
.connect p a{
        background-color: #00000033;
    padding: 5px;
    font-size: 10px;  
}
.youtube{

 justify-content:space-around ;
 align-items: center;
 display: flex;
 width: 100%;

 height: 5vh;
}
.youtube #urunHakkinda{
display: flex;
   padding:8px;
    border-radius: 10px;

color: #ffffff;
border: none;
font-size: 10px;
    background-color: #36964286;
    
    
    cursor: pointer;
}

/*start youtube buttun*/
.youtube .textbuttun{
    padding: 8px;
    border-radius: 10px;
    margin-top:0px;


font-size: 10px;
    background-color: #36964286;
}
.youtube .textbuttun:hover{
font-size: 10px;
}
/*start of kablusuz ornal kontrol sistemi*/

#onal_split {
    height: 22vh;
    width: 100%;

}
#ornalSistemi{
  width: 40%;
    top:12%;
    right:3%;
    font-size: 15px;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/*end of kablusuz ornal kontrol sistemi*/

nav{
    width: 80%;   
 justify-content: center;
}
.map{
   
    height: 40vh;
    width: 100%;
    display: flex;
    background-image:url(https://img.freepik.com/premium-vector/background-abstract-vector-design_173620-429.jpg) ;
  
    background-size: cover;
}
iframe{
    width: 100%;
    
}

#contact .container{
 
    align-items: center;

 
}
#contact .contact-content{
    display: block;
}
#contact .contact-content .contact-info{
   
    width: 100%;
 
   
}
#contact .contact-content .contact-info div{
    margin: 20px ;
    line-height: 1.7;
}
#contact .contact-content .contact-info #ozel{
   
    font-size: medium;
    color: #05ac37;
    width: 80%;
    border-bottom: #000000 solid;
}
#contact .contact-content .contact-info h3{
    font-size:8px;
    
   
}
#contact .contact-content .contact-info p{
     font-size: 12px;
color: #797070;
}
#contact .contact-content .contact-info i{
    color: #05ac37;
    margin: 8px;
}
#contact .contact-content .contact-info a i{
   padding: 6px;
    font-size: 10px;
}
form input,textarea{
   
    font-size: 12px;
   
    width: 60%; 
}

#contact .btn{
 
    margin-top: 10px;
    margin-bottom:20px ;
    border-radius: 6px;

}
footer{

height: 30px;
padding: 10px 0;
font-size: 10px;

}
#footer{
padding: 8px 0;
font-size: 8px;

}#footer p{
   
font-size: 10px;
}
#footer a{
 
font-size:8px;
}
/*urun page*/


header.urun{
    
    height:94vh;
    width: 100%;

}
#projects .top{
margin-top: 130px;
}
header .appbar{
    width: 100%;
    height: 4em;
   
    background-color: #419754;
 
   
    justify-content: space-between;
align-items: center;
padding: 0px 10px 0px 20px;
}

header .appbar .logo{
    width: 120px; 
   
}
#flex{
    padding: 10px;
font-size: 15px;   

position: absolute;
top: 110%;
right: 6%;
background-color: #00263E;
color: #ffffff;
}
header.urun h1{
    padding: 5px;
font-size:medium;
}

header.urun .contentproct img{
   margin-top:50%;
margin-bottom: 10%;
}

header.urun p{
    
    
    margin-top: 10px;
    font-size: 15px;
   
  

}
header.urun span{   
    font-size: 25px;
}


#projects h1{
    padding-top: 0px;
    margin-bottom: 40px;
    font-size: 30px;
}
#projects .container{
     text-align: center;
  margin-bottom: 10px;

}
.product-card {
 flex: 0 1 40%;
  padding: 8px 5px 6px 5px;
  width: 40%;
  height: 25%;
max-width: 50%;
 
  margin:5PX 1% 15px 1%;
  
  
}
.product-image {
    
 
  
  border-radius: 8px;
max-width: 130px;
max-height: 120px;
min-height: 100px;
}
.product-name {
  font-size: 10px;
}

.product-description {
  font-size: 8px;
}

.product-button {
  
  margin-top: 15px;
  padding: 5px 5px;
 font-size: xx-small;
  text-decoration: none;
  border-radius: 5px;
}

/*start of sistem bileşenleri */
.product-detail-container  {
   
  display: grid;
  justify-items: center;
  align-items: center;
}
.product-img {
  padding: 10px;
  width: 20%;   /* buradan istediğin gibi değiştir */
  max-width: 30%; /* büyüklük sınırı */
}
.product-detail-container .ustsutun{
    display: flex;
padding-top: 10px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; 
}
.product-detail-container img{
width: 50%;
  max-width: 60%;
}

.product-p{
  font-size: 100%;
  width: 80%;
}
.product-ozellik {
    padding: 20px;
    width: 80%;       /* Masaüstü için genişlik */
   
    margin: 10px auto;
}
.product-ozellik h3{
       font-size: 15px;   
}
.product-ozellik p {
    font-size: 12px;   /* Daha okunaklı */
    color: #000;
    line-height: 1.6;
    text-align: justify;
    padding: 10px 0;
}


/*end of sistem bileşenleri */
/* start about  section in sade page  */
#about_content{
  height: 100vh;
    width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

padding:20px 40px;

}
#hakkimizda-title {
display: flex;

position: relative;
top: 150%;
left: -10%;
color: var(--primary-color);
font-size: larger;
}
#about_content #box{
  background-color: #00000057;

 border-radius:15px ;

}
#about_content p{
    color: #ffffff;
    font-size:12px;
    text-align: justify ;
   
    align-items: center;
    justify-content: center;
    display: flex;



}

/* end about  section in sade page  */
}

@media screen and (max-width:400px){
    /*start of kablusuz ornal kontrol sistemi*/
  

 .dropdown-content a {
  color: rgb(133, 132, 132) !important;align-items: center !important;
  padding: 6px !important ;
  font-size: 10px !important;
  height:25px !important;
margin: 6px !important;



}
    #onal_split {
    height: 30vh;

}

#onal_split img{
    
    width: 100%;
    
    
}
#ornalSistemi{
  width: 60%;
    top:15%;
    right:0%;
    font-size: 14px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/*end of kablusuz ornal kontrol sistemi*/

}

