body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f7f7f7;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
   
}


.section {
    opacity: 0;
    transform: translateY(50px);
    
}

.section.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.5s ease, transform 0.5s ease;
}


.section {
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.icon {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 15px;
}
.flex {
    display: flex;
    align-items: center;
}
.call-to-action {
    text-align: center;
    background-color: #ff8133;
    color: white;
    padding: 15px;
    border-radius: 8px;
}
.call-to-action a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.impact {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.about-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #4a4a4a;
}

p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 15px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Flexbox for icons */
.icon-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    text-align: center;
    max-width: 120px;
}

.icon img {
    width: 60px; 
    height: auto;
    margin-bottom: 10px;
}

.icon-description {
    font-size: 1rem;
    color: #666;
}

/*  responsive  */
@media (max-width: 768px) {
    h2 {
        font-size: 2rem;
    }
    p {
        font-size: 1rem;
    }
    .icon img {
        width: 50px; 
    }
}


        .banner{
            height: 25rem;
            width: auto;
            margin: 3rem
        }

        .ctabutton{
            background-color: #af5923;
            border-color: white;
            border-width: .1rem;
            border-style: solid;
            padding: .5rem;
            margin-top: -2%;
        }
        .ctabutton:hover{
            font-size: larger;
            border-width: .2rem;
        }

        @media (max-width: 900px) {
            .banner{
                height: auto;
                width: 25rem;
            }
        }
        @media (max-width: 450px) {
            .banner{
                width: 15rem;
            }
        }
        .ctah2{
            color: white;
        }











        .ctabutton {
            position: relative;
            padding: 1%;
            margin-top: 0.3%;
            margin-bottom: .5%;
            font-size: larger;
            border-radius: 6px;
            border: none;
            color: #fff;
            cursor: pointer;
            background-color: #7d2ae8;
            transition: all 0.2s ease;
          }
          
          .ctabutton:active {
            transform: scale(0.96);
          }
          
          .ctabutton:before,
          .ctabutton:after {
            position: absolute;
            content: "";
            width: 150%;
            left: 50%;
            height: 100%;
            transform: translateX(-50%);
            z-index: -1000;
            background-repeat: no-repeat;
          }
          
          .ctabutton:hover:before {
            top: -70%;
            background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%);
            background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
              10% 10%, 18% 18%;
            background-position: 50% 120%;
            animation: greentopBubbles 0.6s ease;
          }
          
          @keyframes greentopBubbles {
            0% {
              background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
                40% 90%, 55% 90%, 70% 90%;
            }
          
            50% {
              background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
                50% 50%, 65% 20%, 90% 30%;
            }
          
            100% {
              background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
                50% 40%, 65% 10%, 90% 20%;
              background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
            }
          }
          
          .ctabutton:hover::after {
            bottom: -70%;
            background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%),
              radial-gradient(circle, #7d2ae8 20%, transparent 20%);
            background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
            background-position: 50% 0%;
            animation: greenbottomBubbles 0.6s ease;
          }
          
          @keyframes greenbottomBubbles {
            0% {
              background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
                70% -10%, 70% 0%;
            }
          
            50% {
              background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
                105% 0%;
            }
          
            100% {
              background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
                110% 10%;
              background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
            }
          }