*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

span{
    font-weight: 700;
}

.top-bar{
    background: #7160FF;
    height: 30px;
}
.flex-row{
    display:flex
}

header{
    position: relative;
    background: #ffffff;
    z-index: 5;
}
.main-header{
    justify-content: space-between;
    align-items: center;
    background: url('img/toplight.png') no-repeat;
    background-position: 0% -20px;
    padding: 5px 5%;
}
nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul{
    display: flex;
    list-style: none;
    align-items: center;

}
nav li{
    margin: 0 30px;
}

.mobile-button {
    display: none;
}

.donate-button{
    background: #68DAAE;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0px;
    align-self: flex-start;
    font-family: 'Poppins';
    width: fit-content;
    text-align: center;
}

/* Utility Classes */
.contain{
    padding: 10px 5%;
}
.purple-text{
    color: #7160FF;
}
.pink-text{
    color: #EB5785;
}
.italic{
    font-style: italic;
}
.flex-column{
    display: flex ;
    flex-direction: column;
    justify-content: center;
     
}
small{
    display: block;
}
.text-center{
    text-align: center ;
}

h1{
    font-family: "Noto Serif Display", serif;
    font-style: italic;
    font-size:35px;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

h2{
    font-family: "Noto Serif Display", serif;
font-size: 40px;
font-weight: 700;
line-height: 45px;
margin-bottom: 20px;
   }

   h3{
    font-family: 'Poppins';
font-size: 30px;
font-weight: 700;
line-height: 35px;
letter-spacing: 0em;
text-align: left;
color:#000000;
margin-bottom: 20px;
   }

   p{
    font-family: 'Poppins';
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-bottom: 30px;
color: #65658E;
}

.section-one{
    padding: 80px 8%;
    display: flex;
    justify-content: space-between;
    background: #f4f4f4;
    position: relative;
    z-index: 3;
    background-image: url('img/headerbg.png');
        background-repeat: no-repeat;
        background-size: cover;
}

.section-one .img-left{
    position: absolute;
    top: -125px;
    left: 26px;
}

.section-one .img-right{
    position: absolute;
    top: -125px;
    right: 26px;
}

.section-one .text{
    width: 45%;
}

.section-one .image{
    width: 50%;
}

.section-one .image img{
    margin-bottom: 30px;
}

.image img{
    max-width: 100%;
    width: 100%;
}

.section-one h2{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #68DAAE;
}

.section-two{
    padding: 80px 8% 50px 8%;
    background: #ffffff;
    position: relative;
}

.section-two .img-left{
    position: absolute;
    top: 0px;
    left: 0;
}

.section-two .img-right{
    position: absolute;
    top: 0px;
    right: 0;
}

.section-two .img-leftt{
    position: absolute;
    top: -80px;
    left: 26px;
}

.section-two .img-rightt{
    position: absolute;
    top: -80px;
    right: 26px;
}

.section-two h2{
    text-align: center;
    font-family: "Noto Serif Display", serif;
    font-style: italic;
    font-size:40px;
    line-height: 45px;
    margin: 0;
    position: relative;
}

.text-box:not(:last-child) {
    border-right: 1px solid #D9D9D9;
}

.story-top{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.story-top .text-box{
    text-align: center;
    width: 22%;
    padding: 30px;
    height: 120px;
}

.story-top .text-box.last{
width: 34%;
}

.story-bottom{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.story-bottom .text-box{
    text-align: center;
    width: 33%;
    padding: 30px;
    height: 120px;
}

.section-three{
    background: #EBEBF5;
    display: flex;
}

.section-three .text {
    padding: 30px 30px 30px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-three .text h3{
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  color: #65658E;
  margin-top: 10px;
}

.section-three .image img{
max-width: 100%;
width: 100%;
object-fit: cover;
height: 100%;
}

.empty{
    height: 80px;
    background: #ffffff;
}

.section-four{
    background: #f4f4f4;
    padding: 80px 8%;
    position: relative;
}

.section-four h3{
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    font-weight: 400;
    color: #EB5785;
  }

  .section-four h3 span{
    font-style: italic;
  }

  .section-four .inner-sect{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
  }

  .section-four .inner-sect.last {
    margin: 50px 0 0 0;
}

  .section-four .inner-sect .text{
    width: 45%;
  }

  .section-four .inner-sect .image{
    width: 50%;
  }

  .section-four .inner-sect .image img{
    max-width: 100%;
    width: 100%;
  }

  .section-four .inner-sect .text h2{
    font-family: "Noto Serif Display", serif;
    font-style: italic;
    font-size:35px;
    line-height: 40px;
    color: #7160FF;
  }

  .our-need{
    background: #DCF3EB;
    padding: 10px 20px;
  }

  .spano{
    font-family: 'Noto Serif';
font-style: italic;
font-weight: 900;
  }

  .section-four .inner-sect .text a{
    border-radius: 0;
  }

  .but-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .but-container small {
    font-size: 12px;
    width: 66%;
}

.ash-background{
    background: #f4f4f4; 
}

.section-five{
    padding: 50px 8%;
    background: #EBEBF5;
    position: relative;
    z-index: 2;
}

.section-five p{
font-size: 25px;
font-weight: 400;
line-height: 30px;
text-align: center;
margin-bottom: 0;
}

.section-five p span{
    font-style: italic;
    }

    .section-five p.serious{
        text-align: center;
        font-weight: 700;
        margin-top: 20px;
      }

    .section-six{
        padding: 80px 8%;
        position: relative;
        background-image: url('img/donatebg.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-six .img-left, .section-four .img-left{
        position: absolute;
        top: -10px;
        left: 0;
    }

    .section-six .img-right, .section-four .img-right{
        position: absolute;
        top: -10px;
        right: 0;
    }
    
    .section-six h3{
        text-align: center;
        font-family: "Noto Serif Display", serif;
        font-style: italic;
        font-size:40px;
        line-height: 45px;
        margin: 0;
    }

    .section-six .subsection{
        display: flex;
        justify-content: space-between;
        margin: 50px 0;
    }

    .section-six .subsection .text{
        width: 45%;
    }

    .section-six .subsection .image{
        width: 50%;
    }

    .subsection.first h2, .subsection.first p{
        color: #ffffff;
    }

    .subsection.first .listee{
        background: #DCF3EB;
        padding: 10px;
    }

    .subsection ul{
        list-style: none;
        font-weight: 600;
    }

    .subsection.first ul li{
        color: #65658E; 
    }

    .subsection.first ul li::before{
        content: "\2022";
        color: #65658E; 
        font-weight: bold;
        margin-right: 8px; 
    }

    .subsection h2, .subsection p{
        color: #65658E;
    }

    .subsection .listee{
        background: #7160FF80;
        padding: 10px;
        margin-bottom: 10px;
    }

    .subsection ul li::before{
        content: "\2022";
        color: #ffffff; 
        font-weight: bold;
        margin-right: 8px; 
    }
    
    .subsection ul li{
        color: #ffffff; 
    }

    .bottom-sect{
        text-align: center;
    }

    .bottom-sect a:first-child {
        background: #EB5785;
        margin-bottom: 30px;
    }

    .footer-section{
        background: #f4f4f4;
        padding: 10px 8%;
    }

    .main-footer{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-section ul{
        list-style: none;
        display: flex;
        gap: 20px;
    }

    .logo img{
        max-width: 100%;
        width: 80%;
    }

    .newsletter{
        background: #f4f4f4; 
        padding: 160px 0 80px 0;
    }

    .newsletter .inner-div{
        background: #ffffff;
        display: flex;
        justify-content: space-between;
        padding: 0px 8%;
    }

    .newsletter .inner-div .left{
        width: 55%;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .newsletter .inner-div .left h2{
       font-style: italic;
    }

    .newsletter .inner-div .image{
        width: 40%;
        margin: -70px 0;
    }

    .newsletter .inner-div .image img{
       max-width: 100%;
       width: 100%;
    }

    form.formm-input {
        display: flex;
        justify-content: space-between;
    }
    
    .newsletter input[type="email"] {
        width: 63%; 
       background: #F2F2F2;
       border: none;
       color: #EB5785;
       border-radius: 0px;
    }
    
    .newsletter .donate-button{
       width: 35%;
       text-align: center;
       background: #EB5785;
       border-radius: 0;
       text-transform: capitalize;
    }
    
    .newsletter .email-field{
       font-family: 'Poppins';
       font-weight: 600;
       font-size: 16px;
       line-height: 20px;
       padding-left: 10px;
       color: #EB5785;
    }
    
    /* Style the placeholder text (hint) */
    .newsletter .email-field::placeholder {
       font-size: 14px;
    font-weight: 200;
    color: #EB5785;
    padding-left: 10px;
    }
    
    /* Style the text inside the input */
    .newsletter .email-field:focus {
    /* Additional styles when the input is focused, if needed */
    font-size: 16px;
    font-weight: bold;
    color: #EB5785;
    padding-left: 10px;
    }


@media(max-width:1024px){
    h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .section-one h2 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .story-top .text-box, .story-top .text-box.last {
        width: 50%;
    }

    .story-top .text-box.second {
       border-right: none;
    }

    .section-four .inner-sect {
        flex-direction: column;
    }

    .section-four .inner-sect.second{
        flex-direction: column-reverse;
    }

    .section-four .inner-sect .text{
        width: 100%;
        margin-bottom: 30px;
    }

    .section-four .inner-sect .image{
        width: 100%;
    }

    .section-six .subsection {
       flex-direction: column;
    }

    
    .section-six .subsection.second {
        flex-direction: column-reverse;
     }

    .section-six .subsection .text {
       width: 100%;
    }

    .section-six .subsection .image {
        width: 100%;
     }

     .newsletter .inner-div .image {
        margin: -20px 0;
    }
}

@media(max-width:800px){

    h2, .section-six h3 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .section-one{
        flex-direction: column;
    }

    .section-one .text{
        width: 100%;
        margin-bottom: 30px;
    }

    .section-one .image{
        width: 100%;
    }

    .story-top .text-box, .story-top .text-box.last {
        width: 50%;
        height: fit-content;
        padding: 20px;
    }

    .story-bottom {
        margin-top: 30px;
    }

    .story-bottom .text-box {
        width: 50%;
    }

    .section-three{
        flex-direction: column;
    }

    .section-three .text{
        padding: 30px 8%;
    }

    img.img-left, img.img-right{
        max-width: 100%;
        width: 40%;
    }

    .section-four .img-left, .section-four img.img-right{
        max-width: 100%;
        width: 24%;
    }

    img.img-leftt, img.img-rightt, .section-one img.img-right{
        max-width: 100%;
        width: 15%;
    }

   .section-six img.img-left, .section-six img.img-right {
        max-width: 100%;
        width: 30%;
    }

    .section-one img.img-left{
        max-width: 100%;
        width: 3%;
    }

    .newsletter {
        padding: 80px 0;
    }

    .newsletter .inner-div {
       flex-direction: column;
    }

    .newsletter .inner-div .left {
        width: 100%;
    }

    .newsletter .inner-div .image {
        width: 100%;
        margin-bottom: -70px;
    }

    .section-six .img-right, .section-four .img-right, .section-six .img-left, .section-four .img-left  {
        top: -7px;
    }
}

@media(max-width:500px){
    .story-top .text-box, .story-top .text-box.last, .story-top .text-box.second {
        width: 100%;
        border-right: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
    }

    .story-bottom .text-box {
        width: 100%;
        border-right: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
    }

    .but-container {
        flex-direction: column;
        align-items: start;
    }

    .but-container small {
       margin-top: 10px;
        width: 100%;
    }

    form.formm-input {
        flex-direction: column;
    }

    .newsletter input[type="email"] {
        width: 100%;
        height: 55px;
    }

    .newsletter .donate-button {
        margin-top: 10px;
        width: 100%;
    }

    .section-five p {
        font-size: 20px;
        line-height: 25px;
    }

    img.img-left, img.img-right {
        max-width: 100%;
        width: 46%;
    }

    .section-four .img-left, .section-four img.img-right {
        max-width: 100%;
        width: 35%;
    }

    .section-six .img-right, .section-four .img-right, .section-six .img-left, .section-four .img-left {
        top: -4px;
    }

    img.img-leftt, img.img-rightt, .section-one img.img-right {
        max-width: 100%;
        width: 26%;
    }

    .section-one img.img-left {
        max-width: 100%;
        width: 4%;
    }

    .main-header ul{
        display: none;
    }

    .logo {
        width: 50%;
    }

    .mobile-button {
        display: block;
    }
}