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


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
.active-nav-btn{
  color: #0033cc;
}

h2{
  color: #1C1632;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 600;
}

/*************************************** FIRST NAVIGATION BAR ********************************/
nav{
    background-color: #101F9D;
    color: #fff;
}
nav hr{
    width: 2px;
    height: 34px;
    border: none;
    background-color: #1ABDFE;
    margin: 0 20px;
}
#lang option{
  color: #000;
}
.navbar{
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    margin: auto;
}
.nav-left, .nav-right{
    display: flex;
    gap: 9px;
}
nav p{
    font-size: 14px;
}
nav img{
    height: 18px;
    width: 18px;
    object-fit: contain;
}
.navbar-left{
    display: flex;
    align-items: center;
}
#lang{
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
}
.navbar-right{
    display: flex;
}
.fa-brands{
    color: white;
    background-color: transparent;
}
.nav-links a:hover{
    opacity: 0;
    transition: 0.6s;
}
.nav-links{
    display: flex;
    gap: 15px;
    align-items: center;
}
.nav-links img{
    height: 16px;
    width: 14px;
}

/************************************** BANNER *******************************/
.banner{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url(/assets/images/gallery-img-2.png);
    height: 65vh;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 26px 0;
    text-align: center;
}
.banner h1{
    font-size: 60px;
    color: #fff;
    margin-top: 30px;
}

@media (max-width: 768px){
.banner h1{
  font-size: 40px;
}
}
@media (max-width: 428px){
.banner h1{
  font-size: 28px;
}
}

.fa-solid{
  color: #000; 
  margin-right: 8px;
}
.fa-house{
  color: #fff;
}
.content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}
.content a{
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFFCC;
}
.vector{
    height: 10px;
    margin: 0 10px;
}


/****************************** WHY CHOOSE US *******************************/
.choose {
  display: flex;
  gap: 40px;
  padding: 60px 40px;
  align-items: center;
  background-color: rgb(240, 238, 238);
}
.hr-img-right{
  margin-left: 13px;
    width: 46px;
    transform: scaleX(-1);
}
/* LEFT */
.choose-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.solar-1 small {
  color: #101F9D;
  font-size: 24px;
  font-weight: 600;
}
.solar-1 p{
    color: #434141;
    line-height: 24px;
    font-size: 17.4px;
}
.expertise-1{
  display: flex;
  gap: 50px;
  align-items: center;
}
.expertise-1 img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.expertise-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.expertise-2 p {
  margin: 6px 0;
  color: #4A5565;
  display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
}
.expertise-2 div:last-child {
  display: flex;
  align-items: center;
      gap: 20px;
    margin-top: 25px;
    margin-left: 20px;
}
.expertise-12 button {
  background: #101F9D;
  color: #fff;
  border: none;
  padding: 18px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 17px;
  margin-top: 15px;
}
.emer img{
    height: 24px;
    width: 24px;
}
.emer p{
      display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.numnum img{
    height: 50px;
}
.expertise-2 span {
  background: #fde2d8;
  border-radius: 50%;
  padding: 10px;
  font-size: 18px;
}

/* RIGHT FORM */
.choose-right {
  flex: 1;
}
.choose-right form {
  background: #101F9D;
  padding: 40px;
  border-radius: 5px;
  color: #fff;
}
.choose-right h3 {
  margin-bottom: 31px;
  font-weight: 600;
}
.choose-right input, .choose-right select, .choose-right textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 2px;
  border: none;
}
.input-box{
    position: relative;
}
.input-box img{
    position: absolute;
  right: 12px;
  top: 36%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  pointer-events: none;
}
.comment img{
    top: 18%;
}
.choose-right button {
  padding: 12px 35px;
  display: block;
  margin: auto;
 background: linear-gradient(90deg, #101F9D 0%, #1ABDFE 132.55%);
  border: none;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 17.2px;
  box-shadow: 3px -1px 9px 0px #FFFFFF59;
}



/******************************* HOME SOLAR *********************************/
.home-main{
    display: flex;
    gap: 55px;
    /* width: 85%; */
    margin: 4%;
}
.home-img img{
    height: 480px;
}
.how-works{
    display: flex;
    /* flex-wrap: wrap; */
    gap: 53px;
}
.inverter, .inverter1, .inverter2{
    display: flex;
    /* align-items: center; */
}
.home-main2{
    width: 85%;
    margin: auto;
    margin-bottom: 2%;
}
.home-main2 h5{
    color: #0A0A0A;
    font-size: 18px;
    margin-bottom: 20px;
}
.inverter span, .inverter1 span, .inverter2 span{
    height: 33px;
    width: 83px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
    border-radius: 50%;
    margin-right: 10px;
}
.inverter p{
    font-size: 16px;
    line-height: 1.7;
}
.home-content p{
    color: #0A0A0A;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
/************************************* FOOTER *******************************/
.footer{
  background-color: #101F9D;
  padding: 40px 0;
}
.footer-main{
  display: flex;
  gap: 20px;
  width: 90%;
  margin: auto;
}
.footer-main h5{
  font-size: 22px;
  color: #E2E2E2;
  margin-bottom: 20px;
}
.energy{
  width: 35%;
}
.energy h4{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
}
.footer-main p{
  color: #E2E2E2;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.num{
  display: flex;
  gap: 12px;
  align-items: center;
}
.num img{
  width: 22px;
    margin-top: -17px;
}
.quick{
  width: 15%;
}
.offerr{
  width: 20%;
}
.touch{
  width: 30%;
}
.footer-2{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.footer a{
  color: #1ABDFE;
  font-size: 18px;
}
.footer p{
  color: #E2E2E2;
  font-size: 18px;
}
.footer-links{
  display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links a{
  text-decoration: none;
    color: #fff;
}
.call-num a{
  color: #fff;
  text-decoration: none;
}
.touch h5{
  margin-bottom: 27px;
}