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;
  }
  .content{
    display: flex;
    flex-direction: column;

  }

  .info{
    display: flex;
    flex-direction: row;
    margin-bottom: 10rem;
    width: 80rem;
    align-items: center;
    justify-content: center;
  }

  .info img{
    height: 40rem;
    width: 50rem;
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
  }

  .yazi{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgb(0, 40, 90);
    color: white;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    width: 40rem;
    height: 36rem;
    font-size: small
  }

  .ara{
    color: rgb(209, 0, 0);
  }

  .content1{
    display: flex;
    flex-direction: row;
    gap: 10rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .mission, .vision{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    color: white;
    border-radius: 1.5rem;
    width: 20rem;
    height: 20rem;
  }

  .mission{
    background-color: rgb(206, 0, 0)
  }

  .vision{
    background-color: rgb(0, 40, 90);
  }

  .yazi {
  padding: 2rem;               /* optional: adds inner space */
}

.yazi p {
  text-align: left;            /* or justify if you want */
  line-height: 1.6;
  margin: 0 0 1rem 0;          /* consistent spacing between paragraphs */
  max-width: 36rem;            /* keeps line length readable */
  hyphens: auto;               /* better justification, optional */
  text-wrap: pretty;           /* modern browsers smooth wrapping */
}
 .para3, .para4{
  text-align: center;
  line-height: 1.6rem;
 }

 .mission h1{
  position: relative;
  bottom: 3rem;
 }

 .logo{
  margin-bottom: -3rem;
 }

 .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) {   /* stack images */
  .text2 { font-size: 15px; margin-bottom: 28px; }
  body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content{
    position: relative;
    left: 0.5rem;
  }

  .info{
    width: 25rem;
  }
  .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -9rem;
  }

  .yazi{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 45rem;
    width: 16rem;
    border-radius: 0rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;

  }

  .header1, .ara, .para1, .para2, .para2-5{
    position: relative;
    bottom: 2rem;
  }
 .para1, .para2, .para2-5{
  height: 15rem;
  font-size: small;
  position: relative;
  bottom: 2rem;
 }

 .para2{
  position: relative;
  bottom: 1.5rem;
 }

 .para2-5{
  position: relative;
  top: 0.1rem;
 }



.info img{
  width: 20rem;
  height: 13rem;
  border-radius: 0rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
 }

 .mission, .vision{
  width: 2.5rem;
  height:12rem;
 }

 .mission p, .vision p{
  height: 1rem;
 }

 .mission h1, .vision h1{
  font-size: medium;
 }

 .vision h1{
  position: relative;
  bottom: 8rem;
 }

 .mission h1{
  position: relative;
  bottom: 8rem;
 }

 .para3, .para4{
  width: 10rem;
  font-size: small;
  height: 1rem;
  position: relative;
  bottom: 8rem;
 }

 .para4{
  position: relative;
  bottom: 8rem;
 }
 .content1{
  gap: 1rem;
 }

 .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);
}
ul{
    list-style-type: none;
}

.closebutton{
  position: relative;
  left: 2rem;
  font-size: 1.5rem;
  font-weight: 800;
}
 }