body{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.header{
  border-radius: 2rem;
  background-color: rgb(0, 40, 90);
  padding: 1rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  box-shadow: 0 4px 8px grey;
}
.menu{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: rgb(206, 0, 0);
color: white;
border-radius: 1.5rem;
box-shadow: 0 4px 8px black;}
.dropbtn1 {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown1 {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /* Links inside the dropdown */
  .dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content1 a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown1:hover .dropdown-content1 {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown1:hover .dropbtn1 {background-color: rgb(206, 0, 0);
color: white;
border-radius: 1.5rem;
box-shadow: 0 4px 8px black;}

.dropbtn2 {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown2 {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /* Links inside the dropdown */
  .dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content2 a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown2:hover .dropdown-content2 {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown2:hover .dropbtn2 {background-color: rgb(206, 0, 0);
color: white;
border-radius: 1.5rem;
box-shadow: 0 4px 8px black;}

.dropbtn3 {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown3 {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /* Links inside the dropdown */
  .dropdown-content3 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content3 a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown3:hover .dropdown-content3 {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown3:hover .dropbtn3 {background-color: rgb(206, 0, 0);
color: white;
border-radius: 1.5rem;
box-shadow: 0 4px 8px black;}

.contact{
   background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.contact:hover{
  background-color: rgb(206, 0, 0);
  color: white;
  border-radius: 1.5rem;
  box-shadow: 0 4px 8px black;
}
  a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .imak_img{
    height: 10rem;
    width: 22rem;
  }

  .company, .bina, .iletisim, .mail{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    height: 15rem;
    width: 30rem;
    box-shadow: 0 4px 8px grey;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.left-info,
.right-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  min-width: 250px;
}

.info p {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  color: white;
}

.logo{
  margin-bottom: -3rem;
 }

 .mail, .company{
  background-color: rgb(206, 0, 0);
 }

 .bina, .iletisim{
  background-color: rgb(0, 40, 90);
 }

 .sika{
  width: 7rem;
  height: 7rem;
  position: relative;
  left: 20rem;
 }
 .imak_img{
    position: relative;
    left: 4rem;
    bottom: 1rem;
    height: 10rem;
    width: 22rem;
  }

    .menubutton, .sidemenu{
    display: none;
  }

   @media (max-width: 900px) {
  body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -10rem;
  }

  .company, .bina, .iletisim, .mail{
    width: 20rem;
    height: 12rem;
  }

  .info p{
    font-size: small;
    text-decoration: none;
  }


 .imak_img{
  position: relative;
  left: 2.45rem;
  width: 12rem;
  height: 6rem;
 }

 .sika{
  position: relative;
  left: 5rem;
  bottom: 2.5rem;
  height: 3rem;
  width: 3rem;
 }

 .header{
  display: none;
 }

 .menubutton{
  display: block;
  position: relative;
  bottom: 7.5rem;
  right: 10rem;
  font-size: 2.5rem;
  color: rgb(0, 40, 90);
  font-weight: 900;
 }
li{
    margin-top: 2.5rem;
    background-color: rgb(206, 0, 0);
    width: 10rem;
    text-align: center;
    border-radius: 1rem;
}
.sidemenu {
	display: block;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 40, 90);
    color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding-top: 60px;
    z-index: 1099; /* above content, but below button */
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sidemenu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: white;
}

.sidemenu a:hover {
    background: #444;
}

.sidemenu.open {
    transform: translateX(0);
}

.header1{
  display: flex;
  flex-direction: row;
}
ul{
    list-style-type: none;
}

.closebutton{
  position: relative;
  left: 2rem;
  font-size: 1.5rem;
  font-weight: 800;
}

}

