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;
  }

.dropbtn,
.dropbtn1,
.dropbtn2,
.dropbtn3,
.contact {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: transparent;
  color: white;
  border: none;
  padding: 16px;
  font-size: 16px;
  transition: color 0.7s ease;
}

/* Fading red background */
.dropbtn::before,
.dropbtn1::before,
.dropbtn2::before,
.dropbtn3::before,
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(206, 0, 0);
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: -1;
  border-radius: 1.5rem;
}

/* On hover, fade in background */
.dropbtn:hover::before,
.dropbtn1:hover::before,
.dropbtn2:hover::before,
.dropbtn3:hover::before,
.contact:hover::before {
  opacity: 1;
  transition: opacity 0.7s ease;
}

/* Fade text color */
.dropbtn:hover,
.dropbtn1:hover,
.dropbtn2:hover,
.dropbtn3:hover,
.contact:hover {
  color: white
}

.logo{
  margin-bottom: -3rem;
 }

 .h1, .text1{
  width: 80rem;
  height: 15rem;
  border: 1px solid black;
  border-radius: 1.5rem;
  text-align: center;
}
.img1{
  width: 30rem;
  height: 30rem;
  border: 1px solid black;
  border-radius: 1.5rem;
  text-align: center;
}

.h1{
  background-color: rgb(0, 40, 90);
  color: white;
}

.text1{
  background-color: rgb(206, 0, 0);
  color: white;
}

.h2, .text2{
  width: 80rem;
  height: 15rem;
  border-radius: 1.5rem;
  text-align: center;
}
.img2{
  display: flex;
  flex-direction: row;
  gap: 20rem;
}

.resim1{
  width: 30rem;
  height: 30rem;
  border-radius: 1.5rem;
}

.resim2{
  width: 30rem;
  height: 30rem;
  border-radius: 1.5rem;
}
.h2{
  background-color: rgb(0, 40, 90);
  color: white;
}

.text2{
  background-color: rgb(206, 0, 0);
  color: white;
  height: 5rem;
}


.main{
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.opt1{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.opt2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.logo{
  margin-bottom: -3rem;
 }

 .h2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
 }
 
 .opt2 h1{
  font-size: 3rem;
 }

 .text2 p{
  width: 50rem;
 }

 .text2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }

 .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) {
  .main { 
    padding: 0 16px; 
    margin-top: -10rem;
  }
  .img2 { 
    grid-template-columns: 1fr; 
    gap: 16px; 
  }   /* stack images */
  .text2 { font-size: 15px; margin-bottom: 28px; }
  body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu{
    width: 30rem;
  }

  .header{
    position: relative;
    left: 10rem;
  }

  .h1, .text1{
  width: 80rem;
  height: 15rem;
  border: 1px solid black;
  border-radius: 1.5rem;
  text-align: center;
}
.img1{
  width: 30rem;
  height: 30rem;
  border: 1px solid black;
  border-radius: 1.5rem;
  text-align: center;
}

.h1{
  background-color: rgb(0, 40, 90);
  color: white;
}

.text1{
  background-color: rgb(206, 0, 0);
  color: white;
}

.h2, .text2{
  width: 80rem;
  height: 15rem;
  border-radius: 1.5rem;
  text-align: center;
}

.resim1{
  width: 12rem;
  height: 12rem;
  border-radius: 1.5rem;
}

.resim2{
  width: 12rem;
  height: 12rem;
  border-radius: 1.5rem;
}
.h2{
  background-color: rgb(0, 40, 90);
  color: white;
}

.text2{
  background-color: rgb(206, 0, 0);
  color: white;
}


.main{
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.opt1{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.opt2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -8rem;
}

.logo{
  margin-bottom: -3rem;
 }

 .h2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 25rem;
 }
 
 .opt2 h1{
  font-size: 1.5rem;
 }

 .opt2 h2{
  font-size: 1rem;
 }

 .text2 p{
  width: 20rem;
 }

 .text2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 3rem;
 }
 .imak_img{
  position: relative;
  left: 2rem;
  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;
}
}

  



