
@font-face {
  font-family: "Lato", sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
}
@font-face {
  font-family: "Libre Baskerville", serif;
  src: url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
}




a{
    text-decoration: none !important;
}


html,body{
  height:100vh;
  width:100vw;
  margin: 0;
  padding: 0;

}

:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Roboto",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}
.top_nav{
  margin-top: 20px;
  z-index: 3000;
  margin-right:10px;
}
.top_nav i{
  font-size: 24px;
  color: #27b472;
}
.top_nav ul li{
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.navbar{
  margin-top: -30px;
  /* background: rgb(170,107,12);
background: linear-gradient(180deg, rgba(170,107,12,1) 0%, rgba(255,205,131,1) 49%, rgba(170,107,12,1) 100%); */
background-color: none;
}


.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 16px !important;
    font-family: var(--nav-font);
    font-weight: 300 !important;
    color: #000000 !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    border-radius: 6px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-transform: uppercase;
}




#logo{
  margin-top: -30px;
  z-index: 3002;
}

.justify{
  text-align: justify;
}






#video_wraper{
  width:100%;
  height: 100vh;
  position: relative;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /* background-image: linear-gradient(0deg, rgba(77,76,76,0.3350840336134454) 0%, rgba(0,0,0,0.4835434173669467) 100%); */
  /* background-size: 3px 3px; */
  z-index: 2;
}

/* video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
} */

.bi i{
  color: #27b472;
}





/* ############## Donation Button css Start ################## */

.donation {
  height: auto;
  /* border-top: 1px solid #ffffff; */
}
.donation ul li{
  display: inline-flex;
  /* justify-content: center; */
  padding-top: 15px;

}
.donate_btn_bg .donate_btn{
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background-color: #033277;
  width: 120px;
  height: 50px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 5px;
  position: relative;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.donate_btn:hover{
  background-color: white;
  color: black;
  transition: ease .7s;
  transition-timing-function: ease-out;
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.donate_title{
  font-size: 50px;
  letter-spacing: 5px;
  color: white;
  font-weight: 800;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

/* ############## Donation Button css End ################## */

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 18px;
    font-weight: 300 !important;
    color: #000000 !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .5s ease-in-out;
    text-transform: uppercase;
    letter-spacing: .04rem;
}
.nav-link:hover {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 18px;
    font-weight: 300 !important;
    color: #ffffff !important;
    background-color: #27b472;
    text-decoration: none;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .5s ease-in-out;
    text-transform: uppercase;
}




.f_bg{
  background-color: #033277;
opacity: 1;
border-top: 2px solid #ffffff;
/* background-size: 8px 8px;
background-image:  repeating-linear-gradient(to right, #859396, #859396 0.4px, #002145 0.4px, #002145); */
}
.footer_icon ul li{
  list-style: none;
  margin: 0px 5px;
}

.footer_icon i{
  font-size: 24px;
  color: #be0030;
}
.f_menu ul{
  margin-top: -5px;
}
.f_menu ul li{
 list-style: none;
 margin-left: -32px;
}
.f_tab a{
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.f_tab a:hover{
  color: #ffffff;
}
.f_menu span{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  color: #27b472;
  text-transform: uppercase;
  /* text-decoration: underline; */
}

.copyright_bg{
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  justify-content: center;
  background-color:#27b472;
}




.telephone{
  width:50%;
  justify-content: center;
  display: flex;
}

.telephone span{
  background-color: black;
  padding: 10px 20px;
  border-radius: 30px 30px 30px 30px;
   color: #fbd40a;
  font-size:22px;
  font-weight:500;
  border: 1px solid #ffffff;
}


/* ########################## pages css ########################### */

.page_heading h1 {
  color: #0504aa;
}

#volunteer h1{
  color: #27b472;
}

#volunteer .card{
  background-color: #27b472 !important;
}
#volunteer .card label{
  color: #ffffff !important;
}
