@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900');

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

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

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

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


/* Very Bold (900) */
@font-face {
    font-family: 'Gotham'; 
    src: local('Gotham'),
    url('fonts/Gotham-Black.otf') format('opentype');
    font-weight: 900;
  } 

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

  a{
    text-decoration: none;
   }

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

.donate-button {
    background:#E20000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-family: 'Gotham'; 
    text-align: center;
    width: fit-content;
}

span{
    font-weight: 700;
    color:#E20000;
   }

   h1{
    font-family: 'Raleway'; 
font-size: 55px;
font-weight: 600;
line-height: 60px;
letter-spacing: 0em;
text-align: left;
color: #ffffff;
margin-bottom: 30px;
font-style: italic;
   }

   h1 span{
    font-weight: 900;
    color: #ffffff;
    font-style: normal;
   }

   h2{
    font-family: 'Raleway'; 
font-size: 50px;
font-weight: 900;
line-height: 55px;
letter-spacing: 0em;
text-align: left;
color: #404E7C;
margin-bottom: 20px;
text-transform: uppercase;
   }

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

   h5{
    font-family: 'Gotham'; 
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 30px;
    color:#313131;
   }

   p{
    font-family: 'Gotham'; 
font-size: 16px;
font-weight: 400;
line-height: 22px;
margin-bottom: 30px;
color:#313131;
}

header {
    background: #ffffff;
    padding: 10px 8%;
    border-bottom: 4px solid #E20000;
}

nav .socials i.fa-brands{
    color: #ffffff;
    font-size: 1em;
    text-align: center;
    margin: 10px;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.first-section {
    background-image: url(images/BANNER.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 8%;
}

.first-section .text{
    width: 40%;
    text-align: start;
    margin: 50px 0;
    padding-right: 50px;
}

.first-section h3{
    color: #ffffff;
    font-weight: 700;
    text-align: start;
}

.first-section p{
    color: #ffffff;
    text-align: start;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    width: 70%;
}

.first-section .text .donate-button{
    width: fit-content;
}

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

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

.first-section-text{
    margin-top: -80px;
    text-align: center;
}

.first-section-text .inner-text {
    padding: 50px 8%;
    margin: 0 8% 50px 8%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 24px 30px 0px #00000026; 
}

.donate-blockk{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

/*.package h3{*/
/*   font-family: 'Montserrat';*/
/*font-weight: 800 !important;*/
/*font-size: 20px !important;*/
/*line-height: 45px !important;*/
/*color: #ffffff !important;*/
/*margin: 20px 0;*/
/*}*/

.package {
    font-family: 'Raleway';
    font-weight: 700;
width: 24%;
background: #ffffff;
border: 1px solid #404E7C;
padding: 15px;
text-align: center;
color: #404E7C;
font-size: 20px;
line-height: 25px;
border-radius: 0px;
}

.package:hover{
    background: #ffffff;
    color: #E20000;
    border: 1.5px solid #E20000;
}

.donate-block{
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.input-container {
    width: 40%;
  display: flex;
  height: fit-content;
  background: #F4F4F4;
   border-radius: 10px;
}

.input-container h3 {
  background: #5BB0E2;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Gotham';
font-weight: 700;
  margin-bottom: 0;
  border-radius: 0px;
}

.input-container input[type="number"] {
     width: 100%;
  background: #F4F4F4;
  color: #404E7C;
  border: none;
  border-radius: 0px;
}

.input-container .input-style {
    font-family: 'Gotham';
    font-weight: 800 !important;
  font-size: 30px;
  color: #404E7C;
  text-align: center;
}

/* Style the placeholder text (hint) */
.input-container .input-style::placeholder {
  font-size: 30px;/* Adjust the font size as needed */
  font-weight: bold;
  color: #404E7C;
   text-align: center;
}

/* 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: #404E7C;
  text-align: center;
}

.donate-block .donate-button{
    width: 45%;
  height: fit-content;
  text-transform: uppercase;
}

.second-section{
    background: #ffffff;
    padding: 50px 8%;
}

.second-section h3{
    color: #5BB0E2;
    font-size: 20px;
    line-height: 25px;
}

.second-section .inner-sect{
        display: flex;
    justify-content: space-between;
}

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

.second-section .inner-sect .text{
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

/* .second-section .donate-button{
    background: #404E7C;
} */

.second-section .but-container{
    display: flex;
    justify-content: space-between;
}

.video-section{
background: #ffffff;
padding: 20px 8% 80px 8%;
}

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

  /* Styles for the modal */
  .modal{
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    text-align: end;
	background: none;
}

.closee {
    color: #aaa;
    float: right;
    font-size: 32px;
    font-weight: bold;
    margin-left: 50px;
    cursor: pointer;
}

.closee:hover,
.closee:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.donate-section{
    padding: 60px 8%;
    background-color: #ffffff;
    border-top: 1px solid #B1C5DB;
    border-bottom: 1px solid #B1C5DB;
}

.donate-section h2{
    text-align: center;
}

.donate-section h3.text{
    color:  #404E7C;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
}

.donation-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.donate-box {
    width: 23%;
    text-align: center;
    padding: 0px 18px;
}

.donate-box .inner-don{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.donate-box .inner-don h3{
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #5BB0E2;
    font-weight: 700;
    margin-bottom: 0;
}

.donate-box .donate-button{
    font-size: 14px;
}

.donate-box.border-rightt{
    border-right: 1px solid #B1C5DB;
}

.third-section{
    background: #ffffff;
    padding: 80px 8%;
    /* display: flex;
    justify-content: space-between; */
    background-image: url(images/CopyIMAGE.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.third-section .text .button-div{
    text-align: center;
}

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

.third-section .text{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.third-section .text h2, .third-section .text p, .third-section .text h5{
    color: #ffffff;
    text-align: center;
}

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

.fourth-section h2{
    font-family: 'Raleway';
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.fourth-section .top-div, .fourth-section .bottom-div{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.secct, .bottom-div .image, .bottom-div .text{
    width: 50%;
}


.bottom-div .text, .bottom-div .image{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fourth-section h3{
    margin-top: 30px;
    color: #5BB0E2;
    text-decoration: underline;
}

.fourth-section .top-div .secct ul{
    margin-left: 30px;
    margin-bottom: 40px;
}

.fourth-section .text li{
    color: #403D3E;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Raleway'; 
font-size: 16px;
line-height: 22px;
margin-bottom: 5px;
}

.newsletters{
    background-color: #ffffff;
    padding: 40px 8%;
}

.newsletters .inner-newsletter{
   flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.newsletters .inner-newsletter .inner-div {
    padding: 20px;
}

.newsletters .inner-newsletter .inner-div h3{
    margin-bottom: 20px;
    color: #404E7C;
}

form.newsletter {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.newsletter input[type="email"], .newsletter input[type="text"] {
    width: 35%; 
   background: #ffffff;
   border: 1px solid #ECECEC;
   color: #404E7C;
   border-radius: 0px;
}

.newsletter .donate-button{
   width: 20%;
   text-align: center;
}

.newsletter .email-field, .newsletter .name-field{
   font-family: 'Gotham';
   font-weight: 700;
   font-size: 16px;
   line-height: 20px;
   padding-left: 10px;
color: #404E7C;
}

/* Style the placeholder text (hint) */
.newsletter .email-field::placeholder, .newsletter .name-field::placeholder {
   font-size: 14px;
   font-weight: 700;
   color: #404E7C;
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: #404E7C;
padding-left: 10px;
}

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

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

.footer .text{
    width: 50%;
}

.footer .logo-bottom, .footer .socials{
    width: 25%;
}

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

.socials ul{
    list-style: none;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: end;
}

/* .icon-container {
    display: inline-block;
    border: 1px solid #404E7C;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
} */

/* .icon-container:hover{
    background: #404E7C; 
} */

.footer .socials i.fa-brands{
    color: #404E7C;
    font-size: 1.25em;
    margin: 15px;
    text-align: center;
}

.socials i.fa-brands:hover{
    color: #E20000;
}

.footer .text{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .text p{
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 20px;
}

@media(max-width:1440px){

    h1 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media(max-width:1024px){
    .first-section {
        background-position: center left;
    }

    .first-section .text {
        width: 58%;
    }

    .first-section p {
        width: 100%;
    }

    h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .donate-box {
        width: 33%;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
    }

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

    .second-section .inner-sect .image, .third-section .image {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .input-container {
        width: 100%;
        margin-bottom:20px;
    }
    
    .donate-block .donate-button{
        width: 100%;
        margin-bottom:10px;
    }
    .package{
        width: 48%;
        margin-bottom:10px;
    }
}

@media(max-width:800px){

    .first-section .text{
        width: 88%;
    }

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

    h1 {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .first-section p {
        width: 100%;
    }

    .second-section .inner-sect, .third-section {
        flex-direction: column;
    }
    .second-section .sec.inner-sect{
        flex-direction: column-reverse;
    }

    .second-section .inner-sect .text, .second-section .inner-sect .image, .third-section .text, .third-section .image{
        width: 100%;
        margin-bottom: 20px;
    }
    /* .second-section .but-container {
        justify-content: unset;
        gap: 30px;
    } */

    form.newsletter {
        flex-direction: column;
    }

    .newsletter input[type="email"], .newsletter input[type="text"] {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
    }

    .newsletter .donate-button {
        width: 33%;
    }

    section.footer {
        flex-direction: column;
    }

    .footer .logo-bottom, .footer .socials, .footer .text {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

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

    .socials ul {
        justify-content: center;
    }

    .donate-box {
        gap: 16px;
        width: 48%;
        margin-bottom: 50px;
    }
}

@media (max-width:650px){
    .modal-content {
width: 90% !important;
}
iframe#youtubeVideo1 {
width: 100% !important;
  }
  
  
iframe#youtubeVideo {
width: 100% !important;
  }
}

@media(max-width:700px){
    .first-section .text {
        width: 100%;
        padding-right: 0;
    }

    .logo-top img {
        width: 65%;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    h2, .donate-section h2 {
        font-size: 25px;
        line-height: 30px;
    }

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

    .donate-box {
        width: 100%;
    }

    .newsletter .donate-button {
        width: 100%;
    }
    .constrain{
        overflow: hidden;
    }

    .first-section-text .inner-text {
        flex-direction: column;
    }

    .donate-blockk {
        width: 100%;
    }

    .donate-block {
        width: 100%;
    }

    .fourth-section .top-div, .fourth-section .bottom-div {
        flex-direction: column;
    }

    .secct, .bottom-div .image, .bottom-div .text {
        width: 100%;
    }
}

@media(max-width:380px){
    h1 {
        font-size: 25px;
        line-height: 30px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    p{
        font-size: 15px;
        line-height: 20px;
    }

    .first-section .text h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .logo-top{
        width: 40%;
    }
}
