*{
    margin: 0px;
}

.nav1{
  height: 50px;
  background-color: #e4e3e3;
display: flex;
width: 100%;
text-align: center;
justify-content: center;

}
.navcontent{
  width: fit-content;
  margin-top: 17px;
  color: #030b3c;

  margin-left: 30px;
display: flex;
}
.navcontent h1{
  font-size: 14px;
  color: #585757;
  align-items: center;
  text-align: center;
  margin-left: 5px;
}
.navcontent i{
  color: #24b6e4;
  font-size: 22px;
  margin-top: 0px;
}
.navcontentoflinks{
  margin-top: 6px;
margin-left: 50px;
}
.navcontentoflinks i{
  margin-left: 7px;
  color: green;
  margin-top: 8px;
  font-size: 24px;
}
.buttonmain button{
  height: 30px;
  margin-top: 10px;
margin-left: 30px;
width: 190px;
border-radius: 40px;
background-color: #24b6e4;
font-weight: 600;
font-size: 14px;
color: white;
border: 0px;
}

.navbar {
  overflow: hidden;
  background-color: #081453;
display: flex;
height: 100px;

align-items: center;
text-align: center;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
#mainnav{
  width: 80px;
height: 70px;
left: 0px;
}
.navbar h2{
color: white;
font-size: 25px;
margin-top: 0px;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  transform: 1s;
  transition: 0.5s;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: #24b6e4;
  font-size: large;
}

.dropdown-content {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #f9f9f9;
  width: 360px;
  font-size: 20px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.main_link{
  margin-left: 5%;
}
.main_link a{
font-size: 18px;
}
.dropdown-content a {
  float: none;
  color: rgb(8, 19, 114);
  padding: 8px 12px;
  color: green;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: left;
  font-size: 15px;
  transition: 1s;
}

.dropdown-content a:hover {
  background-color: #ddd;
  font-size: 17px;
}
.dropdown_main_container{
  display: flex;
overflow: hidden;
}
#mySidepanel{
  display: none;
  width: 0px;
}
#mySidepanel a{
display: none;

}
.openbtn{
  display: none;

}
.dropdown:hover .dropdown-content {
  display: block;
}
.phonediv{
  display: none;
}

@media(max-width:500px){
  .nav1{
    display: none;
  }
  .navbar img{
   margin-left: 15px;
  }
  .navbar h2{
    font-size: 15px;
  }
  .main_link{
    display: none;
  }
  .phonediv{
    display: block;
  }
  .pc{
    display: none;
  }
  #mySidepanel{
    display: block;
  }
  .openbtn{
    display: block;
  }
  #mySidepanel a{
    display: block;
    }
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 250px;
  top: 0;
  left: 0;
  background-color: #111;
  height: 400px;
  transition: 0.5s;
  padding-top: 70px;
}

.sidepanel a {
  padding: 12px 0px 0px 30px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
  font-size: 30px;
}

.sidepanel .closebtn {
  position: absolute;
  top: -0;
  right: 25px;
  font-size: 25px;
}

.openbtn {
  font-size: 28px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 10px 15px;
  border: none;
  transition: 1s;
}

.openbtn:hover {
  color:#24b6e4;
}

}
body {

    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
   
  }

  .gallery {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr); /* Three images per row */
    max-width: 1200px;
    width: 90%;
    margin-top: 5%;
margin-left: 5%;
margin-right: 5%;  
}

  .gallery img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  /* Responsive layout */
  @media (max-width: 768px) {
    .gallery {
      grid-template-columns: repeat(2, 1fr); /* Two images per row on medium screens */
    }
  }

  @media (max-width: 480px) {
    .gallery {
      grid-template-columns: 1fr; /* One image per row on small screens */
    }
  }



  .image{
    height: 300px;
background: url("image_assets/newmainimage.png") center center/cover ;
text-align: center;
justify-content: center;
align-items: center;  
}
.image h1{
    padding-top: 100px;
    color: white;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
}
.image h2{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#imageofcenter{
  margin-left: 40px;
}