

body{
    padding: 0%;
    margin: 0%;
   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#header{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  background:#000;
  padding:10px 20px;
}

#header span{
  color:#fff;
  font-size:14px;
  margin-right:15px;
}

#header i{
  width:18px;
  height:18px;
  margin-right:4px;
  color: white;
}

.headerimage{
  display:flex;
  gap:10px;
  margin-left:auto;
}

/* ===== MAIN HEADER ===== */
.headerwrap{
  display:flex;
  align-items:center;
  padding:10px 20px;
  background:white;
}

.headerwrap img{
  height:60px;
}

/* ===== NAV ===== */
nav{
  flex:1;
  display:flex;
  justify-content:center;
}

#navlist{
  display:flex;
  list-style:none;
  gap:20px;
  margin:0;
  padding:0;
}

#navlist a{
  text-decoration:none;
  color:#000;
  font-weight:500;
}

/* ===== BUTTON ===== */
#PROPOSAL-btn{
  background:#2078fc;
  color:#fff;
  border:none;
  padding:8px 14px;
  border-radius:4px;
position : relative;
}

/* ===== SECOND NAVBAR ===== */
.my-navbar{
  background:#1D90CF;
}

.navbarlist{
  display:flex;
  justify-content:center;
  list-style:none;
  margin:0;
  padding:0;
}

.navbarlist a{
  padding:8px 20px;
  color:#f7f8fa;
  text-decoration:none;
  display:flex;
  align-items:center;
}



.banner img{
  height: 550px;
  width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* HERO SECTION */
.hero {
    padding: 60px 10%;
    background: #fff;
}

.hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-image img {
    width: 100%;
    max-width: 500px;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* BUTTONS */
.buttons {
    margin-top: 25px;
}

.btn {
    text-decoration: none;
    padding: 14px 28px;
    margin-right: 15px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
}

.primary {
    background: #1e88e5;
    color: #fff;
}

.outline {
    border: 2px solid #1e88e5;
    color: #1e88e5;
}

/* SECOND SECTION */
.info {
    background: #f4f8fb;
    padding: 60px 10%;
    text-align: center;
}

.info h2 {
    color: #1e88e5;
    font-size: 28px;
    margin-bottom: 15px;
}

.info hr {
    width: 80px;
    margin: 15px auto;
    border: 2px solid #1e88e5;
}

.info p {
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}
.wraper{
  justify-content: center;
  padding: 25px;
}
.wraper h2{
  color: #1fa3c6;
   text-align: center;  
  padding: 5px;
}
.wraper hr{
  color: #1D90CF;
  background-color: #1D90CF;
  height: 2px;
  padding: 1px;
}
.wraper p{
  padding: 5px 0px 20px 30px;
}
.wraper h4{
  padding: 0px 0pc 0px 25px;
}
.first1{
  padding: 20px;
}
.first1 h2{
  color: #1e88e5;
  text-align: center;
}
.first1 hr{
  background-color: #1e88e5;
}
.first1 p{
  padding: 25px;

}
.first1 ul{
  list-style: none;
  padding: 10px;
  gap: 10px;
}

.foot{
    display: flex;
}
.contact{
    background-color: rgb(146, 146, 234);
    color: white;
    width: 50%;
    height: 300px;
}
.left1 {
    padding: 50px;
    text-align: center;
    gap: 10px;
}
.left1 button{
    margin: 40px;
    padding: 10px;
}

.left1 button:hover {
    cursor: pointer;
    /* background-color: rgb(74, 74, 137); */
    color: #d02020;
}
contantright{
    background-color: #feffff;
     width: 50%;
    height: 300px;
}
.right1{
    padding: 50px;
}
.right1 p{
    padding: 10px;
}

*{
  margin: 0%;
  padding: 0%;
}

.footer {
    background-color: #0d4f63;
    color: #ffffff;
    padding: 40px 20px 0;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.footer-col h3 {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 5px;
}
.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    font-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
}

.footer-col ul li:hover {
    color: #1fa3c6;
}

.footer-col p {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-bottom {
    margin-top: 14px;
    background-color: #000;
    text-align: center;
    padding: 14px;
    font-size: 14px;
}
@media(max-width:768px){
  .headerimage{
    width:100%;
    justify-content:center;
    margin-top:8px;
  }

  #navlist{
    flex-wrap:wrap;
    justify-content:center;
  }
  .navbarlist{
     flex-wrap:wrap;
    justify-content:center;
  }
}
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
     .navbarlist{
     flex-wrap:wrap;
    justify-content:center;
  }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
     .navbarlist{
     flex-wrap:wrap;
    justify-content:center;
  }
}
