@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');
*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body {
  font-family: "Montserrat", sans-serif;
  
  background-image:url(images/arkaplan.png);
  background-size:auto;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.container{
    background-color: white;
    height: 20vh;
    background-size: 100% 100%;
    max-width: 100%;
}

.container .navbar{
    width: 100% ;
    height: 120px ;
    background: #4CAF50;
    display: flex; 
    justify-content: space-between;
    align-items: center; 
}

 .logo{
    display: flex;
    margin-left: 5%;
    margin-top: 2%;
    
}

.logo a img{
    margin-left: 5px;
    margin-top: 10px;
    margin: 5;
    height: 150px;
    width: 100%;
    
}

.navbar ul {
    list-style: none;
    float: right;
    display: flex;
    justify-content: space-evenly;
    max-width: 50%;
}

.navbar ul li {
    display: flex;
  margin-right: 20px;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
}

.navbar ul li a {
    color: #fff; /* white text color */
    text-decoration: none; /* remove underline */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    padding: 6px 13px;
    display: flex;
    
  }

.navbar ul li a:hover {
    color: black; /* light gray text color on hover */
    text-decoration: none; /* add underline on hover */
    background-color: #fff;
    border-radius: 5px;
  }
/* ... (rest of the code remains the same) */


.box {
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  margin: 5rem;
  width: 40%;
  
}

#product {
    margin: 2rem 0;
    max-width: 90%;
    height: 30rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 40px;
    border: solid #845647;
    border-radius: 4rem;
    box-shadow: 0 0 10px #845647;
    
  
  }
.introduction{
    display: flex;
    justify-content: baseline;
  }

.introduction h3{
  font-size: 2rem;
  font-weight: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-left: 5rem;
  margin-top: 1rem;
  position: absolute;
}
.box img {
    max-width: 300px;
    margin-top: 4.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
    border-image-source: linear-gradient(to left, black, rgb(185, 98, 11));
  }
  
  .description {
    font-size: 20px;
    
    border-bottom-right-radius: 4rem;
    border-top-right-radius: 4rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: top 2rem;
    

}

  .description li{
    list-style: none;
    margin-left: 3rem;
    margin-top: 2rem;
    margin-right: 2rem;
    text-align: justify;
    user-select: none;
  }
  .description li p {
    border: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 11%;
  }
  .center {
    align-items: center;
    justify-content: center ;
    padding: 10px;
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position:absolute;
    margin: 2rem 17rem;
   
  }
  table, h3 {
    color: black;
    text-align: justify;
  }
  
  table,  td {
    
    border: 1px solid black;
    border-collapse: collapse;
    font-style: bold;
  }

  #back-btn {
    background-color: #845647; /* match the border color */
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 30px;
    cursor: pointer;
    width: 10%;
    height: 10vh;
    margin:2rem ;
    float: right;
    margin-top: 12rem;
    
  }
  


  #back-btn:hover {
    background-color: #663333; /* hover effect */

  }
 
  /* ... (rest of the code remains the same) */

  .contact-info-container {
    background-color: honeydew;
    padding: 20px;
    border-radius: 4rem 10px 10px 4rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    float: right;
    margin: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .contact-info-container:hover {
    transform: scale(1.05); /* Üzerine gelindiğinde büyüme efekti */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); /* Hoverda gölge efekti */
  }
  .contact-info-container h1 {
    margin-bottom: 20px;
    color: #333;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
  }
  
  .contact-info h2 {
    margin-bottom: 10px;
    color: #333;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .contact-info p {
    margin: 5px 0;
    color: #555;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .contact-info a {
    color: #007BFF;
    text-decoration: none;
  }
  
  .contact-info a:hover {
    text-decoration: underline;
  }
