* {
    box-sizing: border-box;
}

body{
    font-family: Arial;
    margin: 50px;
}
/*slider için başlangıç*/
img {
  vertical-align: middle;
  height:70px;
}

/* Position the image container (needed to position the left and right arrows) */
.pcontainer {
  position: relative;
  width:70%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img{
  width:100%;
  height:500px;
  margin-top:-10px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}
.mySlides video{
  width:100%;
  height:500px;
  margin-top:-10px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* sağ sol geçiş okları */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #1a3680;

}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  color: white;
  background-color: #1a3680;
}

/* sağ sol geçiş okları */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* fotoğraf üzerindeki numaralar (1/3 etc) */
.mySlides .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both; 
  margin-bottom:10px; 
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* küçük resimler */
.demo {
  opacity: 0.6;
  margin-top: 10px;
  height: 80px;
  border-radius:2px ;
  -webkit-border-radius:2px ;
  -moz-border-radius:2px ;
  -ms-border-radius:2px ;
  -o-border-radius:2px ;
}

.active,
.demo:hover {
  opacity: 1;
}

/*slider için bitiş*/
  
.product{
  margin:auto;
  margin-top: 20px;
  width: 90%;
  display: flex;
}
.product #mobilBaslik{display: none;}
.product .pcontainer{width: 100%;min-height: 450px}
.product .pcontainer .mySlides img{min-height: 450px}
.product .pcontainer .mySlides video{min-height: 450px}

.product .tanim{
  width: 70%;
  display: block;
  /*background-color: lightblue;*/
  padding: 5px 15px 5px 10px;  
}
.product .tanim .heading{
  width:100%; 
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #1a3680;
  /*background-color: red;*/
}
.product .tanim .heading h1{
  font-size: 32px;
  color: #1a3680;
  margin-bottom: 20px;
}

.property{
  width: 80%;
  float:left;
  /*background-color: pink;*/
  margin-bottom: 10px;
}
.property table tr td{
  border-style: none;
}

.aciklama{
  width: 90%;
  min-height: 200px;
  height: auto;
  margin: 50px auto;    
  justify-content: left;
  text-align: justify;
  padding: 15px;
  padding-top: 20px;
  line-height:30px;/*satır aralığı*/
  /*background-color: rgba(255, 255, 255, 0.853); */
  background-color: rgba(245, 245, 245, 0.4);
  border-radius: 10px;

}

.machine-card {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}

.machine-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

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

.machine-card:hover img {
  transform: scale(1.1);
}

.machine-card h4 {
  font-weight: 600;
  color: #333;
  margin: 15px 0;
}

.machine-card .btn {
  border-radius: 50px;
  font-size: 1.3rem;
  padding: 8px 20px;
}

