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

.main__container {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 95vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
}

.main__container1 {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 95vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;

/*       height: 400px;
   width: 100%;
  
    background-image: url("./assets/Solution.png");
      
   background-repeat: no-repeat, no-repeat;
   background-position: right, left; */
}

.main__container2 {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 95vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
    height: 600px;
    width: 100%;
    background-image: url("Solution.jpg"),url("savesoil.org.png");
    background-repeat: no-repeat, repeat;
    background-position: right, left;
}

.main__content h1 {
    font-size: 3rem;
    font-weight: bold;
    background-image: linear-gradient(to top, #131864 00%, #e25151 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moztext-fill-color: transparent;
}

.main__content h2 {
    font-size: 3.1rem;
    background-image: linear-gradient(to top, #a41ae4 30%, #0d42a5 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moztext-fill-color: transparent;

}

#main__img {
    height: 15em;
    border-radius: 2em;
}



#main__img1 {
    height: 25em;
    border-radius: 0em;
}


.header-area h3{
  color: black;
  font-size: 1.9em;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
  }


.header-area h3 span{
color: darkgreen; 
}



#connect {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.1rem;

}

#connect1 {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.1rem;
    width: 7.5em !important;
}

#connect2 {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.1rem;
    width: 13.5em !important;
    background: #0d42a5 !important;
}

#connect3 {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.1rem;
    width: 25.5em !important;
    background: #ff6a00 !important;
}
#connect4 {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.1rem;
    width: 14.5em !important;
    background: darkgreen !important;
}

.button {
    align-items: center;
    width: 6.5em;
    justify-content: center;
    margin: 10px 0px;
    border-radius: 50px;
    background: #4e854b;
    color: #fff;

}
@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}

.button {
    animation: glowing 1300ms infinite;
}
.button:hover {
    background: #15380d;
    transition: all 0.3s ease;
}

#main__img:hover {
    transform: scale(1.075);
    transition: all 0.3s ease;
    cursor: pointer;
}

#main__img1:hover {
    transform: scale(1.075);
    transition: all 0.3s ease;
    cursor: pointer;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

hr.new5 {
    border: 2px solid green;
    border-radius: 5px;
}

