@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
:root{
--darkblue:#36689E;
--lightblue:#F3FAFA;
}

.container{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.container1{
    max-width: 1176px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* navbar */
.navbar{
     font-family: "Roboto", sans-serif;
}
.navbrand img{
    width: 115px;
}
.navlist li{
    padding: 0 18px;
    font-size: 18px;
}
.navlist li a{
    color: black;
}
.navlist li a:hover{
    color: var(--darkblue) !important;
}
.navcontact{
    background-color: var(--darkblue);
    color: white;
    padding: 8px 20px;
}
.navcontact:hover{
    background-color: black;
    color: white;
}
.navdigit{
    border: 1px solid gray;
     padding: 8px 20px;
     margin-left: 20px;
}
.navdigit:hover{
    background-color: var(--darkblue);
    color: white;
}
/* banner */
.banner{
    padding-top: 230px;
    padding-bottom: 250px;
    background-image: url(../images/Backgroud\ Image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.banner h1{
    font-size: 72px;
    font-weight: bold;
     font-family: "Roboto", sans-serif;
     color: white;
}
.ban_bt{
    background-color: var(--darkblue);
    border-radius: 0;
    color: white;
    margin-top: 50px;
}
.ban_bt:hover{
    background-color: black;
    color: white;
}
/* imagepart */
.main_imagepart{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: -120px;
    margin-bottom: 100px;
}
/* power energy */
.power{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--lightblue);
      font-family: "Roboto", sans-serif;
}
.leftpower{
padding-top: 150px;
}
.leftpower h2{
 max-width: 552px;
 width: 100%;
 font-size: 40px;
 font-weight: bold;   
}
.pow_home{
    color: #36689E;
}
.leftpower p{
    font-size: 18px;
    color: var(--darkblue);
    margin-top: 20px;
    margin-bottom: 30px;
}
.leftpower_bt{
   background-color: var(--darkblue);
    color: white;
    padding: 8px 20px;
}
.leftpower_bt:hover{
   background-color: black !important;
   color: white;
}

.rightpower{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rightpower2{
  background-color: white;
  padding: 25px 12px;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 20px;
 
}
.rightpower2:hover{
  box-shadow: 0 0 10px gray;
}
.rightpower3{
  display: flex;
  align-items: center;
}
.righthead{
   max-width: 205px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color:darkblue;
  margin-left: 8px;
}
.rightpara{
  max-width: 222px;
  width: 100%;
  font-size: 14px;
   font-family: "Montserrat", sans-serif !important;
}
.righthead2{
  max-width: 186px;
  width: 100%;
  font-size: 20px;
   font-weight: bold;
  color:darkblue;
  margin-left: 7px;
}
.rightpara2{
  max-width: 197px;
  width: 100%;
  font-size: 14px;
   font-family: "Montserrat", sans-serif !important; 
}
/* project */
.pro_container{
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.project{
  padding-top: 100px;
  padding-bottom: 100px;
}
.pro_head{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;  
  color: var(--darkblue);
  text-transform: uppercase;
  text-align: center;
}
.pro_head2{
   font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}
.pro_card{
  margin-top: 50px;
}
.pro_card:hover{
  box-shadow: 0 0 10px gray;
}
.pro_bt{
  background-color: var(--darkblue);
  color: white;
  border-radius: 2px;
  padding: 3px 10px;
}
.pro_bt:hover{
  background-color: black;
  color: white;
}
.pro_span{
  color: #36689E;
  font-size: 14px;
  font-weight: 500;
   font-family: "Roboto", sans-serif;
   margin-left: 10px;
}
.pro_head3{
  max-width: 368px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
    font-family: "Roboto", sans-serif;
}
.pro_para{
 max-width: 368px;
 width: 100%;
 font-family: "Roboto", sans-serif;
 font-size: 16px;
 color: gray; 
 padding-top: 8px;
 padding-bottom: 15px;
}
.pro_bt2{
  border: 1px solid rgb(54, 53, 53);
  border-radius: 0;
}
.pro_bt2:hover{
  background-color: black;
  color: white;
}
/* contact us */
  .contact{
    /* padding-top: 50px; */
    padding-bottom: 50px;
  }
  .contact_img{
    max-width: 700px;
    width: 100%;
  }
  .contact_head{
   font-size: 34px;
   font-weight: bold;
    font-family: "Roboto", sans-serif; 
    text-align: center;
  }
  .contact_para{
    font-size: 20px;
    font-family: "Roboto", sans-serif; 
    color: gray;
    text-align: center;
  }
  .right_contact{
    width: 80%;
   margin-top: 120px;
  }
  .contact input{
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 8px rgb(214, 213, 213);
  }
  .subs{
    width: 20% !important;
    background-color: var(--darkblue);
    color: white;
  }

  .error{
    color: red;
  }
   /* footer */
  .footer{
    padding-top: 50px;
    background-color: #F3FAFA;
  }
  .mainfot{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .fot1 img{
    width: 160px;
  }
  .fot1 p{
    max-width: 454px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin: 20px 0;
    color: rgb(86, 86, 86);
    text-transform: capitalize;
     font-family: "Roboto", sans-serif; 
  }
  .fot1 a{
    color: black;
    padding-left: 10px;
    font-size: 20px;
  }
  .fot1 a:hover{
    color: var(--darkblue);
  }
  .fot2 p{
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .fot2 ul li a{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: rgb(100, 99, 99);
    padding-top: 18px;
  }
  .fot2 a:hover{
    color: #36689E;
  }
  .lastfot p{
    text-align: center;
    font-size: 14px;
    color: rgb(91, 90, 90);
     font-family: "Roboto", sans-serif;
  }





@media screen and (max-width:1199px){
  .navlist li{
   padding:0 7px;
   font-size: 16px;
  }
  .right_contact{
   margin-left: 30px;
  }
   .subs{
    width: 40% !important;
  }
}
@media screen  and (max-width:991px){


 .main_power{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 .power_col{
  width: 75%;
 }
 .leftpower{
text-align: center;
 }
 .leftpower h2{
  margin: 0 auto;
 }
 
  /* .banhead{
    padding-top: 100px;
  } 
  .choose_list2{
    margin-left: 120px;
  } 
  .choose_card{
    padding-left: 20px;
  }
  .feature_bt{
    padding: 10px 20px;
  }
  .feature_bt2{
    margin-top: 0;
  } */
}
@media screen and (max-width:767px) {
  .power_col{
  width: 100%;
 }
   .rightpower{
    flex-direction: column;
    width: 100% !important;
  }

  /* .banner{
    text-align: center;
  } 
  .ban_bt2{
    padding:7px 5px;
  } 
  .advan_para{
    margin: 0 auto;
  }
  .advan_card{
    margin-top: 15px;
  }
  .feature_card{
    margin-top: 20px;
  } */
  .contact_row{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainfot{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width:489px) {
  .navdigit{
    margin-left: 0;
    margin-top: 4px;
  }
  .banner  h1{
    font-size: 55px;
  }
  /* .ban_bt2{
    font-size: 13px;
  }
  .choose_head{
    font-size: 30px;
  }
  .choose_list2{
    margin-left: 40px;
  } */
}