*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }


  /* part1 */

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    overflow: hidden;
    opacity: 05px;
}
.navbar h1{
    
    color: #007FFF;
  text-decoration: none;
  padding: 14px 20px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;

}
.brand h1{
font-size: 40px;
}
.navbar a {
    color: #007FFF;
    text-decoration: none;
    padding: 14px 20px;
    display: block;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;

}
.navbar a:hover {
   background-color: #ddd; 
   color: black;
   border-radius: 50px;
   }
.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color:#007FFF;
}
.links 
{ 
  display: flex; 

}
.links a { 
  padding: 14px 20px; 
}
.menu-toggle:hover{
  background-color: #ccc;
  color: black;
  border-radius: 100px;
}

/* part2 */


.mainabout {
font-size: 40px;
text-align: center;
margin-top: 100px;
font-family: "Roboto", sans-serif;
font-weight: 900;
color: #007FFF;
}

.container{
  display: flex;
  margin-top: 100px;
  margin-left: 150px;
  position: relative;
  overflow: hidden;
}
.text1 h1{
margin-top: 50px;
font-family: "Roboto", sans-serif;
font-weight: 900;
}
.text1 h1{
font-size: 45px;
padding: 20px;
margin-left: -21px;
}

.text1 p{
width: 75%;
font-size: 18px;
margin-top: 50px;
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}

.hraf-button {
  background-color: #007FFF;
  color: #ffffff; 
  border: none; 
  padding: 10px 20px;
  font-size: 18px; 
  cursor: pointer; 
  border-radius: 5px;
  margin-top: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.hraf-button:hover {
  background-color: #004FC5; 
}

.image-container1 img{
  margin-right: 180px;
  margin-top: 60px;
  border-radius: 50px;
  clip-path: polygon(0 19%, 94% 0, 97% 97%, 10% 88%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* remain2 */

.container22 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px;
  gap: 200px;
  margin-top: 100px;
  overflow: hidden;
}

.image {
  margin-right: 20px;
}

.image img {
  width: 500px;
  border-radius: 8px;
  clip-path: polygon(11% 3%, 100% 19%, 92% 95%, 4% 99%);
}

.content22 {
  max-width: 500px;
}

.content22 h2 {
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 50px;
font-family: "Roboto", sans-serif;
font-weight: 900;
}

p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}

button {
  padding: 10px 20px;
  background-color: #007FFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

button:hover {
  background-color: #004FC5;
}


/* part3 */


.footer-container {
  background-color: #007FFF;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.footer-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.footer-content div {
  margin: 20px;
  flex: 1;
}
.footer-content h3 {
  background-color: #007FFF;
  color:white ;
  margin-bottom: 15px;
  border-radius: 20px;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  
}
.footer-content ul {
  list-style-type: none;
  padding: 0;
  font-size: 17px;
}
.footer-content ul li {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
font-weight: 300;
}
.footer-content ul li a {
  text-decoration: none;
  color: #333;
}
.footer-content ul li a:hover {
  background-color: #33363D;
  color:white ;
  border-radius: 50px;
}
.footer-content .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
}
.footer-content .social-icons a {
  color: #fff;
  background-color: #007FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
}
.footer-content .social-icons a:hover {
  background-color: #a80f1b;
}
.footer-map {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ccc;
}


/* media quree */

@media (max-width: 600px){

/* part1 */

.overlay h1 {
    font-size: 2em;
}

.overlay p {
    font-size: 1em;
}

.overlay {
    width: 90%;
    padding: 15px;
}

/* part2 */

.container{
flex-direction: column-reverse;
justify-content: center;
margin-inline-start: 50px;
}
.container img{
  width: 500px
}
.container p{
  width: 520px;
}

.container22{
flex-direction: column;
gap: 50px;
}

}

@media (max-width: 768px) {


/* part1 */

.links {
    display: none;
    flex-direction: column;
    width: 100%;
}
.links.active { display: flex; }
.menu-toggle { display: block; }

/* part2 */

.container{
  flex-direction: column-reverse;
  justify-content: center;
  }
  .container img{
    width: 500px
  }
  .container p{
    width: 520px;
  }  
  .container22{
  flex-direction: column;
  gap: 50px;
  }
  .container22 h2{
    width: 600px;
  }

}
