@import url('https://fonts.googleapis.com/css?family=Bebas+Neue:200,300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Epilogue:200,300,400,600,700,900');
@import url("https://use.typekit.net/rkt5bvo.css");

 /* Regular (400) */
 @font-face {
    font-family: 'Gotham';
    src: local('Gotham'),
         url('fonts/GothamBook.woff2') format('woff2') ;
         font-weight: 400;
}

/* Regular (500) */
@font-face {
  font-family: 'Gotham'; 
  src: local('Gotham'),
  url('fonts/GothamMedium.woff2') format('woff2');
  font-weight: 500;
}

/* Bold (700) */
@font-face {
  font-family: 'Gotham'; 
  src: local('Gotham'),
  url('fonts/Gotham-Bold.woff2') format('woff2');
  font-weight: 600;
} 

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  a{
    text-decoration: none;
   }

   hr{
    border: none;
    background: #D4EFFC;
    width: 85%;
    height: 2px;
    margin: 0 auto;
   }

   .donate-button{
    background: #1B75BC;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: fit-content;
    display: inline-block;
    font-family: 'Epilogue'; 
    text-transform: uppercase;
   }

   a.et_pb_newsletter_button.et_pb_button{
    background: #2BB675;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    width:100%;
    height: 55px;
    display: inline-block;
    font-family: 'Epilogue'; 
    text-align: center;
    text-transform: uppercase;
   }

   span{
    font-weight: 400;
   }

   i{
    font-weight: 400;
    color: #231F20;
   }

   h1{
    font-family: "Bebas Neue";
font-size: 50px;
font-weight: 400 !important;
line-height: 55px;
letter-spacing: 0em;
text-align: left;
color: #1B75BC;
margin-bottom: 30px;
   }

   h1 span{
    color: #27AAE1;
   }

   h2{
    font-family: "Bebas Neue";
font-size: 45px;
font-weight: 400;
line-height: 50px;
letter-spacing: 0em;
text-align: left;
color: #1B75BC;
margin-bottom: 20px;
   }

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

   p{
    font-family: 'Epilogue'; 
font-size: 18px;
font-weight: 400;
line-height: 24px;
margin-bottom: 30px;
color: #231F20;
}


   header{
    padding: 8px 8%;
    background: #1B75BC;
   }

   .social-tab{
    display: flex;
    justify-content: end;
    align-items: center;
   }

   nav ul{
    list-style: none;
    width: 30%;
    gap: 40px;
    display: flex;
    justify-content: end;
    align-items: center;
   }

   /* nav ul li{
    padding: 0 20px;
} */

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

   .text{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
   }

   .image{
    width: 50%;
   }

   .section-one{
    padding: 0px 8% 40px 8%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
   }

   a.logo-top img {
    max-width: 100%;
    width: 70%;
    margin-bottom: 50px;
}

   .section-two{
    padding: 40px 8% 80px 8%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
   }

   .div-border{
    display: flex;
    justify-content: space-between;
    border: 1px solid #A7A9AC;
    border-radius: 70px 0 70px 70px;
    padding: 0 0 0 4%;
    margin: 0;
   }

   .donation-section{
    padding:80px 8%;
    background: #1B75BC;
    background-image: url("images/background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   }
   .donation-section h2{
    text-align: center;
    color: #ffffff;
   }

   .donation-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
   }

   .donate-box{
    width: 24%;
    background: #ffffff;
    border: none;
    border-radius: 0px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
   }

   a.donate-box{
    color: #2BB675;
    font-family: 'Epilogue';
font-size: 30px;
font-weight: 700;
line-height: 35px;
letter-spacing: 0em;
text-align: center;
   }

   .donate-blockk {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

.input-container {
    display: flex;
    padding: 30px 0 30px 0;
  }
  
  .input-container h3 {
    background: #2BB675;
    color: #ffffff;
    padding: 20px;
    font-size: 35px;
    font-family: 'Gotham';
      font-weight: 700 !important;
    margin-bottom: 0 !important;
    border: none;
  }
  
  .input-container input[type="number"] {
    width: 100%;
    background: #ffffff;
    color: #2BB675;
    border: none;
    border-radius: 0px;
    outline: none;
  }
  
  .input-container .input-style {
    font-family: 'Gotham';
      font-weight: 800 !important;
    font-size: 30px;
    color: #2BB675;
    text-align: center;
    padding-left: 5px;
  }
  
  /* Style the placeholder text (hint) */
  .input-container .input-style::placeholder {
    font-size: 30px;/* Adjust the font size as needed */
    font-weight: bold;
    color: #2BB675;
    padding-left: 5px;
  }
  
  /* Style the text inside the input */
  .input-container .input-style:focus {
    /* Additional styles when the input is focused, if needed */
    font-size: 30px;/* Adjust the font size as needed */
    font-weight: bold;
   color: #2BB675;
    padding-left: 5px;
  }

  .section-four{
    padding: 80px 8% 0px 8%;
    background: #ffffff;
  }

  .section-four h2, .first-p{
    text-align: center;
  }

  .textbox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-box {
    width: 20%;
    display: flex;
    flex-direction: column;
    margin: 30px;
    box-shadow: -5px 9px 20px 0px #0000001F;
    justify-content:space-between;
}

.text-box a{
    margin:  0 auto;
    margin-bottom: 20px;
}

.text-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: 'Epilogue';
}

.blue-top {
    background: #27AAE1;
    padding: 20px;
    text-align: center;
    box-shadow: -5px 9px 20px 0px #0000001F;
}

.blue-top h4{
    color: #ffffff;
    font-family: 'Bebas Neue';
font-size: 25px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
text-align: center;
}

.white-bottom {
    padding: 15px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
}

   .section-three{
    padding: 80px 8%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
   }

   .newsletter-section{
    padding: 40px 8%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
   }

   .newsletter-section h2{
    width: 45%;
   }

   .form-container{
    width: 50%;
   }

   input#et_pb_signup_firstname, input#et_pb_signup_email {
    width: 100%;
    background: #ffffff;
    border: 1px solid #2BB675;
  }

  p.et_pb_newsletter_field.et_pb_contact_field_last.et_pb_contact_field_last_tablet.et_pb_contact_field_last_phone {
    width: 60%;
}

p.et_pb_newsletter_button_wrap {
    width: 40%;
}
  
  .form-container input#et_pb_signup_firstname, .form-container input#et_pb_signup_email {
    font-size: 18px; /* Adjust the font size as needed */
    font-weight: bold;
    color: #000000;
    padding: 16px;
  }
  
  /* Style the placeholder text (hint) */
  .form-container input#et_pb_signup_firstname::placeholder ,.form-container input#et_pb_signup_email::placeholder{
    font-size: 18px;/* Adjust the font size as needed */
    font-weight: bold;
    padding: 16px;
    color: #1B75BC;
  }
  
  /* Style the text inside the input */
  .form-container input#et_pb_signup_firstname:focus,.form-container input#et_pb_signup_email:focus {
    /* Additional styles when the input is focused, if needed */
    font-size: 18px;/* Adjust the font size as needed */
    font-weight: bold;
    color: #000000;
    padding: 16px;
  }

  .et_pb_newsletter_fields {
    display: flex;
    width: 100%;
}

   .footer{
    background: #FFffff;
    padding: 30px 8%;
    display: flex;
    justify-content: space-evenly;
 }

 .footer ul{
list-style: none;
display: flex;
justify-content: end;
align-items: end;
 }

 .footer-logo{
    width: 50%;
    display: flex;
    align-items: center;
 }

 .about{
    width: 33%;
 }

 .socials{
    width: 50%;
 }

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

    .socials li img{
        margin: 10px 10px 0 10px;
        vertical-align: middle;
    }

    .footer .about{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer .about p{
        font-family: Lato;
font-size: 16px;
font-weight: 800;
line-height: 25px;
text-align: center;
color: #1E5F80;
    }

    @media(max-width:1024px){
        h1 {
            font-size: 55px;
            line-height: 60px;
            font-weight: 400;
        }

        .div-border {
            padding: 4% 0 4% 4%;   
        }

        .donate-box {
            width: 48%;
        }

        .text-box {
            width: 35%;
        }
    }

    @media(max-width:800px){

        a.logo-top img {
            width: 50%;
            margin-top: 50px;
        }

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

        .section-two {
            flex-direction: column-reverse;
        }

        .section-three .text{
            margin-top: 30px;
        }


        h3 {
            font-size: 25px;
            line-height: 30px;
        }

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

        .image {
            width: 100%;
        }

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

        .donate-box {
            width: 48%;
        }

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

        .newsletter-section h2 {
            width: 100%;
        }

        .form-container {
            width: 100%;
        }
    }

    @media(max-width:500px){
        
        h1 {
            font-size: 40px;
            line-height: 45px;
            font-weight: 400;
        }

        h2 {
            font-size: 30px;
            line-height: 35px;
            margin-top: 20px;
        }

        .donate-blockk {
            width: 90%;
        }

        .donate-box {
            width: 100%;
        }

        .donate-box h2{
            font-size: 40px;
            line-height: 45px;
            margin-top: 0px;
        }

        .text-box {
            width: 100%;
        }

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

        .newsletter-section h2{
        width: 100%;
        }
        .form-container {
            width: 100%;
        }

        .footer {
            flex-direction: column;
        }

        .footer-logo {
            width: 100%;
            text-align: center;
            display: unset;
        }

        .socials {
            width: 100%;
        }

        .footer ul {
            margin-top: 30px;
            justify-content: center;
            align-items: center;
        }
        
          .et_pb_newsletter_fields {
    flex-direction:column;
}
        
          p.et_pb_newsletter_field.et_pb_contact_field_last.et_pb_contact_field_last_tablet.et_pb_contact_field_last_phone {
    width: 100%;
              margin-bottom: 0px;
}

p.et_pb_newsletter_button_wrap {
    width: 100%;
}

    }