@import url('https://fonts.googleapis.com/css2?family=Bitcount+Prop+Double+Ink:wght@100..900&family=Domine:wght@400..700&family=Shojumaru&family=ZCOOL+KuaiLe&display=swap');


html{
    scroll-behavior: smooth;
}

*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: 'Domine', sans-serif;
}

header{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
}

#navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    z-index: 1000;
    max-width: 1512px;
    margin: auto;
    box-shadow: 2px 2px 5px black;
}

header>nav>div{
    display: flex;
    justify-content: space-between;
    max-width: 475px;
    gap: 30px;
    font-size: 20px;
    font-weight: 1000;

}

header>nav>div>a:hover{
    color: rgb(84, 188, 84);
    transform: scale(20px);

    border-radius: 8px;
    padding: 8px;
}

header>nav>div>a{
    text-decoration: none;
    color: black;
    transition: all 0.4s;
    margin: auto;
    
}

header>nav>a>img{
    width: 80px;
    height: 80px;
    cursor: pointer;
}

#signup{
    height: 50px;
    width: 150px;
    background-color:rgb(68,176,102);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: large;
    transition: all 0.4s;
    margin: auto;
}

#signup:hover{
    background-color: darkgreen;
    cursor: pointer;
}

#signup:active{
    width: 146px;
    height:46px ;
    transform: scale(20px);
}

#calmpower{
    position: relative;
    max-width: 1512px;
    margin: auto;
}

#calmpower>video{
    position: relative;;
    max-width: 1512px;
    margin: auto;
    filter: blur(2px);
}

#slogan{
    position: absolute;
    top: 180px;
    left: 50px;
    color: white;
    background-color: rgba(45, 42, 42, 0.5);
    padding: 20px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 10px;
    z-index: 10;
    margin: auto;
    text-shadow: 2px 2px black;
}

#explore{
    background-color: rgb(68,176,102);
    color: white;
    border: none;
    height: 40px;
    width: 200px;
    border-radius: 8px;
    font-size: large;
    transition: all 0.4s;
    margin: auto;
}

#explore:hover{
    background-color: darkgreen;
    cursor: pointer;
}

#about{
    max-width: 1512px;
    margin: auto;
}

#why{
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#why>div:nth-child(2)>h2{
    margin-bottom: 10px;
}

#why>img{
    grid-row:1 / 3 ;
}

#about>#why{
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows:1fr 1fr ;
}

#about>#why>img{
    width: 260px;
    height: 280px;
    border-radius:10px ;
}

#why>div:nth-child(2){
    line-height: 30px;
}

#why>div:nth-child(3){
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(183,208,198,0.2) ;
    border-radius: 5px ;
    height: 120px;
    margin-top:15px;
}

#why>div:nth-child(3)>img{
    width: 120px;
    height: auto;
    padding: 15px;
}

.renewable{
    color: rgb(68,176,102);
    font-size: 33px;
    font-weight: 300;
}

#about>h2{
    padding: 30px;
}

#types{
    position: relative;
    background-color:(183,208,198,0.2) ;
    display: inline-grid;
    grid-template-columns: 300px 300px;
    flex-direction: row;
    left: 30px;
    background-color: rgb(183,208,198,0.2);
    padding: 30px;
    line-height: 40px;
    width: 600px;
    border-radius: 8px;
}

#types>ul>li>a{
    color:black ;
    text-decoration: none;
    font-size: 20px;
}

#res{
    width: 120px;
    height: 120px;
    justify-self: center;
    align-self: center;
}

#list{
    display:grid;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
}

#list>img{
    width: 600px;
    height:300px ;
    border-radius: 9px;
}

#solar{
    
    padding: 30px;
}


#solar>h2{
    margin-top: 40px;
}

.typpes{
    padding: 30px;
}

#solar>img{
    max-width: 1512px;
    margin: auto;
    height: 300px;
    padding-top: 30px;
    border-radius: 30px;
}

#solar>p{
    line-height: 30px;
    padding-top: 30px;
}

#wind>.w>img{
    width: 300px;
    height: 300px;
    border-radius: 30px;

}

.w>img{
    width: 300px;
    height: 300px;
    border-radius: 60px;
    padding: 30px;
}

.w{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 180px;
}

#wind>p{
    line-height: 30px;
}

#wind>#stat{
    background-color:rgb(183,208,198,0.2) ;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

#wind>div>img{
    width: 100px;
    height: 100px;
    padding: 15px;
}

.impstat{
    background-color:rgb(183,208,198,0.2) ;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.mini{
    width: 100px;
    height: 100px;
    padding: 15px;
}

.typpes>p{
    line-height: 30px;
}



table {
    max-width: 1512px;
    margin: auto;
      width: 100%;
      border-collapse: collapse;
      background-color: white;
      padding: 30px;
    }

th, td {
      border: 1px solid #ccc;
      padding: 10px;
      text-align: left;
    }

th {
      background-color: #2c6e49;
      color: white;
    }

tr:nth-child(even) {
      background-color: #f9f9f9;
    }

tr:hover {
      background-color: #eaf3ea;
    }
    
#tips{
    max-width: 1512px;
    margin: auto;
    padding: 30px;
}

#tips>h2{
    margin-bottom: 20px;
    text-decoration: underline;
}


footer {
      background-color: #2c3e50;
      color: white;
      text-align: center;
      padding: 20px 10px;
      margin-top: 40px;
    }

    footer h2 {
      margin: 0;
      font-size: 22px;
    }

    footer p {
      margin: 5px 0;
      font-size: 14px;
    }

    .footer-links a {
      color: #aee1c9;
      text-decoration: none;
      margin: 0 8px;
      font-size: 14px;
    }

    .footer-links a:hover {
      text-decoration: underline;
    }

    .contact-info {
      margin-top: 10px;
      font-size: 13px;
      line-height: 1.6;
    }

    .copyright {
      margin-top: 10px;
      font-size: 12px;
      color: #cccccc;
    }


   
    