*{
  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: 900;
  font-style: normal;

}
.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;
}

/* part 2 */

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('imgs/put.jpeg') no-repeat center center/cover;
  clip-path: polygon(0 13%, 100% 0%, 100% 100%, 0 89%);
  overflow: hidden;
  background-attachment: fixed;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
    color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.overlay h1 {
  font-size: 3em;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.overlay p {
  font-size: 1.2em;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
 
}

/* remain1*/

.container{
  display: flex;
  margin-top: 100px;
  margin-left: 150px;
  position: relative;
  overflow: hidden;
}
.text1{
  width: 800px;
  margin-left: 230px;
}
.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%);
  box-shadow: 34px 34px 7px -21px rgba(0,0,0,0.45),
25px 0px 20px -20px rgba(0,0,0,0.45);
}

.content22 {
  max-width: 500px;
}

h2 {
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 50px;
font-family: "Roboto", sans-serif;
font-weight: 900;
width: 900px;
}

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 */

.container11 {
  position: relative;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('imgs/Untitled_Export_V1.jpg') no-repeat center center/cover;
  clip-path: polygon(0 13%, 100% 0%, 100% 100%, 0 89%);
  margin-top: 100px;
  overflow: hidden;
  background-attachment: fixed;
}

.text11 {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); 
  
  padding: 20px;
  border-radius: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.text11 h1 {
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
font-weight: 900;
}

/* part4 */

.mainabout {

text-align: center;
font-size: 40px;
font-family: "Roboto", sans-serif;
font-weight: 900;
flex-wrap: wrap;

}
.mainabout h1{
  color: #007FFF;
}

.maincards{
display: grid;
grid-template-columns: repeat(3,1fr);
justify-items: center;
justify-self:center;
gap: 50px;
padding: 50px;
margin-top: 50PX;
flex-wrap: wrap;
}


.card {
  width: 300px;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 470px;
  overflow: hidden;
}

.card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.card h2 {
  font-size: 18px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
font-weight: 900;
}

.card p {
  font-size: 14px;
  color: #666;
}

.link-button {
  background-color: #007FFF; 
  color: #ffffff; 
  border: none; 
  padding: 10px 20px;
  font-size: 14px; 
  cursor: pointer; 
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.link-button:hover {
  
  background-color:#004FC5 ; 
  color: #ffffff; 
}

/* part5 */

.maindiv{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.textmain1{
width: 600px;
margin: 5px;
margin-left: 400px;
margin-top: 60px;

}
.textmain1 h1{
  font-family: "Roboto", sans-serif;
font-weight: 900;
}

.textmain1 p{
margin-top: 50px;
font-family: "Roboto", sans-serif;
font-weight: 300;
}

.cardnew1{
margin: 5px;
width: 250px;
margin-left: 100px;

}
.cardnew2{
margin: 5px;
width: 250px;
}
.same{
margin: 5px;
height:150px ;
border: 0 solid rgb(237, 228, 228); border-bottom-width: 2px;

}

.same h1 {
  margin-top: 50px;
  font-family: "Roboto", sans-serif;
font-weight: 900;
}
.same p{
margin-top: 10px;
font-family: "Roboto", sans-serif;
font-weight: 300;
}

.link-button1{
text-decoration: none;
  background-color: #007FFF;
  color: #ffffff; 
  border: none; 
  padding: 10px 20px; 
  font-size: 16px; 
  cursor: pointer; 
  text-decoration: none; 
  margin-top: 50px; 
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.link-button1 a{
  color: white;
  text-decoration: none;
}


.link-button1:hover {
  color: #ffffff; 
  background-color: #004FC5;
}

/* part 6 */


.main2{
display: flex;
gap:100px ;
margin: 50px;
overflow: hidden;
flex-wrap: wrap;
margin-left: 300px;
}

.bannertext{
margin-left: 100px;
margin-top: 100px;
}
.bannertext h1{
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.imgdiv img{
height: 500px;
width: 550px;
}
.mainbutt{
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.mainbutt a{
  color: white;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.bannertext p{
margin-top: 20px;
font-family: "Roboto", sans-serif;
font-weight: 300;
}

/* part7 */

.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){

  .overlay h1 {
    font-size: 2em;
}

.overlay p {
    font-size: 1em;
}

.overlay {
    width: 90%;
    padding: 15px;
}

/* remain1 */

.container{
flex-direction: column-reverse;
margin-inline-start: 50px;
width: 83%;
}
.container p{
  font-size: 20px;
  width: 95%;
}
.text1 h1{
  font-size: 36px;
}
.hraf-button{
font-size: 20px;
}

/* remain2 */

.content22{
margin-top: -150px;
}

h2 {
  font-size: 36px;
  text-align: start;
  
}

p {
  font-size: 20px;
  text-align: start;
}

.btn2 {
  font-size: 20px;
  text-align: start;
  margin-left: -120px;
}

/* part5 */

.maincards{
display: grid;
grid-template-columns: repeat(1,1fr);

}
.mainabout h1{
  color: #007FFF;
}
.card h2{
font-size: 18px;
}

.card p{
  font-size: 16px;
}

/* part6 */
.textmain1{
  margin-inline-start: 20px;
}

.textmain1 h1{
font-size: 36px;
}

.stat h2 {
  font-size: 2em;
}
.cardnew1{
margin-left: 50px;

}

/* part8 */

.bannertext{
margin-inline-start: 10px;
}

.form {
  margin: 10px auto;
}
form {
  margin-top: 5px;
}
input, textarea {
  padding: 5px;
}

}


@media (max-width: 768px) {

    .links {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .links.active { display: flex; }
    .menu-toggle { display: block; }

/* remain1 */

    .container{
      flex-direction: column-reverse;
      margin-inline-start: 50px;
      width: 83%;
      }
      .image-container1 img{
margin-left: 50px;
width: 600px;
      }

      .container p{
        font-size: 20px;
        width: 95%;
      }
      .text1 h1{
        font-size: 40px;
      }
      .hraf-button{
      font-size: 25px;
      }



    /* remain2 */

    .content22{
      margin-top: -150px;
      margin-left: -150px;
      width: 100%;
      }
      
      h2 {
        font-size: 40px;
        text-align: start;
        
      }
      
      p {
        font-size: 20px;
        text-align: start;
      }
      
      .btn2 {
        font-size: 20px;
        text-align: start;
        margin-left: -120px;
      }
      


    .container22 {
      flex-direction: column;
      text-align: center;
  }

  .image {
      margin-bottom: 20px;
  }

  .image img {
      width: 100%;
  }

  /* part3 */

  .text11 h1{
font-size: 35px;
  }

    /* part4 */

    .mainabout h1{
color: #007FFF;
    }

    .features {
      flex-direction: column;
      padding: 40px 0;
  }

  .feature {
      width: 70%;
      margin-bottom: 20px;
  }

  .feature img {
      width: 40px;
      height: 40px;
  }

  .feature h3 {
      font-size: 1.25rem;
  }

  .feature p {
      font-size: 0.95rem;
  }


/* part5 */

.maincards{
  display: grid;
grid-template-columns: repeat(2,1fr);
}
.card {
  width: 300px;
  margin: 10px;
}
.card img {
  height: 200px;
}
.card h2{
  font-size: 30px;
}
.card p{
  font-size: 17px;
}

/* part6*/

.maindiv{
gap: 50px;
}

.textmain1{
margin-inline-start: 30px;
}
.textmain1 h1{
font-size: 45px;
}
.textmain1 p{
font-size: 20px;
width: 90%;
}
.link-button1{
  font-size: 20px;
}

.pk {
  flex-direction: column;
}

.stat {
  margin-bottom: 20px;
}

/* part 8 */


.bannertext{
margin-inline-start: 10px;
}

.form {
  margin: 20px auto;
}
form {
  margin-top: 10px;
}

}
