*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root{
    --white-color: rgb(255, 255, 255);
    --blue-color: rgb(37, 72, 175);
    --pink-color: #f6b70b;
    /* --pink-color: #ba3367; */
    --pink-light-color: #f5de0b;
    --pink-lighter-color: rgb(248, 243, 226);
    --pink-dim-color: #f0a80c; 
    --bg-grey:rgb(245, 241, 241);
    --black-color: rgb(38, 38, 38);
    --opacity-black: rgba(0, 0, 0, 0.726);
    --dark-black: rgb(15, 15, 15);
    --dark-grey: rgb(182, 180, 180);
    --green-color: rgb(1, 243, 102);
    --red-color: rgb(230, 1, 1);
    --nav-bg: #f2f8f3;
    --service-bg: rgb(17, 34, 49);
    --purple-color: rgb(116, 14, 250);
}
/***********          Fonts         ***********/
/* @font-face{
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2');
}
@font-face{
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/open-sans-v40-latin-300italic.woff2') format('woff2');
} */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Allura';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/allura-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/poppins-v20-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
@font-face {
    font-display: swap; 
    font-family: 'Poppins';
    font-style: italic;
    font-weight: bold;
    src: url('../fonts/poppins-v20-latin-500italic.woff2') format('woff2'); 
}
/***********          Generals         ***********/
body{
    font-family: Poppins, Georgia, 'Times New Roman', Times, serif;
    background-color: var(--bg-grey);
    color: var(--black-color);
    margin: 0 auto;
    padding: 0 ;
    width: 100%;
    position: relative;
}
.allura{
    font-family: allura, poppins, Georgia, 'Times New Roman', Times, serif;
    color: var(--pink-color);
}
.socially{
    margin: 10px auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    font-size: 1em;
}
section{
    margin: 7% auto;
    padding: 0 60px;
    max-width: 1300px;
    position: relative;
}
.align-center{
    text-align: center;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.white{ 
    color: var(--white-color);
}
.black{ 
    color: var(--black-color);
}
.pink{ 
    color: var(--pink-color);
}
.pink-dim{ 
    color: var(--pink-dim-color);
}
.green{
    color: var(--green-color);
}
.completed{ 
    color: rgb(1, 243, 102);
    /* border: 1px solid rgb(1, 243, 102);
    background: rgba(99, 230, 154, 0.226); */
    font-weight: bold;
    padding: 5px 10px;
    width: 100%;
}
.failed{ 
    color: rgb(217, 28, 41);
    /* border: 1px solid rgb(217, 28, 41);
    background: rgba(218, 123, 129, 0.226); */
    font-weight: bold;
    padding: 5px 10px;
    width: 100%;
}
.pending{
    color: var(--purplr-color);
    /* border: 1px solid #740efa;
    background: rgba(172, 134, 221, 0.356); */
    font-weight: bold;
    padding: 5px 10px;
    width: 100%;
}
h1,h2,h3,h4,h5{
    font-family: Poppins, Arial, Helvetica, sans-serif;
}
h1{
    font-size: 2.5em;
    color: var(--black-color);
    margin: 5px auto;
    line-height: 120%;
}
h2{
    font-size: 2em;
    color: var(--black-color);
    margin: 5px auto;
}
h3{
    font-size: 1.5em;
    color: var(--black-color);
    margin: 5px auto;
}
h4{
    font-size: 1.3em;
    /* color: var(--black-color); */
    margin: 5px auto;
}
h5{
    font-size: 1em;
    color: var(--black-color);
    margin: 5px auto;
}
p{
    font-size: 0.9em;
    /* color: var(--black-color); */
    margin: 5px auto;
    line-height: 180%;
}
p a{
    color: var(--pink-color); 
    text-decoration: none; 
    font-weight: bolder;
}
a{
    /* color: var(--pink-color);  */
    text-decoration: none; 
    font-weight: bolder;
}
a:hover{ 
    text-decoration: none;
    font-style: normal; 
}
i{
    font-size: 1em;
    margin-right: 5px;
}
ul{
    margin-left: none;
    padding-left: none;
    list-style-position: outside;
}
li{
    list-style-type: disc;
    margin: 10px;
    font-size: 0.7em;
    text-align: left;

}
hr{
    margin: 10px auto;
    border: none;
    background: var(--pink-color);
    width: 100%;
    height: 2px;
}
/**********    Carousel Demo     ************/
/* Slider Container */
.slider-container {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
  }
.slider-container button.banner-btn{
    background: var(--pink-color);
    padding: 15px 30px;
    margin: 25px auto;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: var(--white-color);
    cursor: pointer;
    transition: 1s; 
}
.slider-container button.banner-btn:hover{
    background: var(--pink-light-color);
}
.slider-container button.banner-btn > i{
    color: var(--white-color);
    font-size: 1.2em;
    margin-right: 5px;
}
  /* Slider Images */
.slider-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px; /* Adjust height as per your need */
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1; /* Ensure images are behind text */
}

  /* Show active slide */
.slider-image.active {
    opacity: 2;
}

/* Slider Text */
.slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

  /* Show text when image is visible */
.slider-image.active + .slider-text {
    opacity: 1;
}
  /* Slider Navigation */
.slider-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.slider-nav label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.slider-nav input[type="radio"] {
    display: none;
}

.slider-nav input[type="radio"]:checked + label {
    background: #333;
}

/***********          Header         ***********/
.hero-banner-cont{
    background: var(--nav-bg);
    padding: 20px;
}
.hero-banner{
    position: relative;
    height: 500px; /* Adjust the height as needed */
    overflow: hidden;
    padding: 0 auto;
    margin: 0 auto; 
    background: url('../img/abstract-blue.jpg') center center/cover no-repeat; /* Set your background image */
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);  */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    border-radius: 10px;
}
.hero-banner .banner-center{
    margin: margin 0 auto;
    text-align: center;
}
.hero-banner-cont > p{
    text-align: right;
}
.hero-banner .left{
    flex: 2 300px;
    margin: 50px auto;
    padding: 10px 30px;
}
.hero-banner .right{
    flex: 1 300px;
    margin: 50px auto;
    align-self: center;
    /* background: url('../img/hd/young-couple-bath.jpg') center center/cover no-repeat; */
}
.hero-banner .right img{
    width: 100%;
    border-radius: 35px;
    border: 3px solid var(--pink-lighter-color);
}
.hero-banner .left .banner-btn{
    background-color: var(--pink-dim-color);
    padding: 10px 35px;
    margin: 25px auto;
    border-radius: 30px;
    border: none;
    text-decoration: none;
    color: var(--white-color);
    transition: 1s; 
    font-size: 1em;
    cursor: pointer;
}
.hero-banner .left .banner-btn:hover{
    background-color: var(--pink-light-color);
    font-style: normal;
}
.hero-banner .left h1{
    font-size: 3em;
    color: var(--pink-dim-color);
    text-align: left;
    margin: 5px auto;
}
.hero-banner .left h3{
    font-size: 1.5em;
    color: var(--pink-dim-color);
    text-align: left;
    margin: 5px auto;
    font-weight: normal;
} 
.hero-banner .banner-center h1{
    color: var(--white-color);
}
/*.hero-banner:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 650px; 
}*/
.header{
    position: fixed;
    width: 100%;
    top: 0px;
    padding: 10px;
    background: var(--nav-bg);
    display: flex;
    justify-content: space-between;
    /* background: var(--opacity-black); */
    z-index: 4;
}
.header.scrolled{
    background: rgba(242, 248, 243, 0.815);
    transition: all 0.5s ease;
}
.header.scrolled a,i{
    color: var(--black-color);
}
.header .left{
    align-self: center;
    display: flex;
    justify-content: center;
    width: auto;
}
.header .left .logo{
    width: 160px;
    height: 35px;
    margin: 0 10px;
}
.header .right #mobile-icon{
    display: none;
}
.header .left #mobile-icon{
    display: none;
}
.header .left .left-menu-cont{
    padding: 8px;
    margin: 2px;
    /* background: rgba(232, 239, 232, 0.906); */
    border-radius: 25px;
}
.header .left .left-menu-cont i{
    color: var(--black-color);
}
.header .right i{
    color: var(--black-color);
}
.header .left a{
    font-weight: bold;
    color: var(--black-color);
}
.header a{
    align-self: center;
    color: var(--black-color);
    margin: 0 5px;
    font-weight: bold;
}
.header a:hover{
    /* text-decoration: underline; */
    color: var(--pink-color);
    font-style: normal;
    font-weight: bolder;

}
/* .header .center{
    align-self: center;
    margin: 0 20px;
} */
.header .right{
    align-self: center;
    margin: 5px;
    margin-left: 15px;
    position: relative;
}
.header .right a{
    margin: 0 20px;
}
.header .reg-tool{
    display: none;
    position: fixed;
    top: 65px;
    left: 0px;
    background-color: var(--nav-bg);
    color: var(--white-color);
    padding: 25px;
    border-radius: 5px;
    width: 400px;
    height: 100vh;
    text-align: left;
    color: var(--dark-grey);
}
a#item{
    border-radius: 10px;
    background: var(--pink-dim-color);
    color: var(--white-color);
    padding: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0px 10px;
    text-decoration: none;
    transition: 1s;
}
.header .reg-tool a#item:hover{
    background: var(--pink-light-color);
    color: var(--white-color);
}
.header .reg-tool a{
    margin: 10px auto;
    display: block;
    text-align: left;
    color: var(--pink-dim-color);
}
.nav-cont{
    display: none;
}
.button3{
    background: var(--pink-color);
    color: var(--white-color);
    padding: 10px 20px;
    font-size: var(--normal-font-size);
    font-weight: var(--font-medium);
    box-shadow: 0 4px 8px hsla(228, 66%, 45%, .45);
    transition: .3s;
    cursor: pointer;  
    border: none;
}
.button2{
    background: var(--pink-color);
    color: var(--white-color);
    padding: 10px 20px;
    font-size: var(--normal-font-size);
    font-weight: var(--font-medium);
    box-shadow: 0 4px 8px hsla(228, 66%, 45%, .45);
    transition: .3s;
    cursor: pointer;  
    border: none;
    width: fit-content;
}
#red-button{
    width: 100%;
    background-color: var(--pink-color);
    padding: 10px 15px;
    margin: 5px auto;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: var(--white-color); 
    cursor: pointer;
}
#red-button>i{
    margin-right: 0px;
}
#red-button:hover{
    background-color: var(--pink-light-color);
}
.del-button{
    background-color: var(--pink-color);
    border-radius: 10px;
    border: none;
    text-decoration: none;
    color: var(--white-color); 
    padding: 10px 15px;
    cursor: pointer;
}
/*      buttons         */
.blue-button{
    background-color: var(--pink-color);
    text-decoration: none;
    color: var(--white-color);
    padding: 15px 25px;
    margin: 10px auto;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.blue-button:hover{
    background-color: var(--pink-light-color);
    color: var(--white-color);
    font-style: normal;
}
.red-button{
    background-color: var(--pink-color);
    padding: 10px 25px;
    margin: 5px auto;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: var(--white-color); 
}
.red-button:hover{
    background-color: var(--pink-light-color);
    color: var(--white-color)
}
.black-button{
    background-color: var(--black-color);
    padding: 10px 25px;
    margin: 5px auto;
    border-radius: 20px;
    border: none;
    text-decoration: none;
    color: var(--white-color); 
    width: 100%;
}
.black-button:hover{
    background-color: var(--dark-grey);
    color: var(--black-color);
}
.submit-button{
    width: 100%;
    padding: 10px 25px;
    margin: 5px auto;
    border-radius: 5px;
    border: none; 
    text-decoration: none;
    color: var(--white-color);
    background-color: var(--pink-color);
    cursor: pointer;
}
.submit-button:hover{
    background-color: var(--pink-dim-color);
}
.submit-blue{
    width: 100%;
    padding: 10px 25px;
    margin: 10px auto;
    border-radius: 5px;
    border: 1px solid var(--white-color); 
    text-decoration: none;
    text-align: center;
    background: transparent;
}
.submit-blue:hover{
    background-color: var(--black-color);
    color: var(--white-color);
    border: none;
}
.submit-blue2{
    width: 100%;
    padding: 10px 25px;
    margin: 10px auto;
    border-radius: 5px;
    border: 1px solid var(--white-color); 
    text-decoration: none;
    text-align: center;
    background: var(--black-color);
}
.submit-blue2:hover{
    background-color: var(--pink-dim-color);
    border: none;
}
.fig-container{
    height: auto;
    width: 100%;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    /* align-content: space-around;  */
    flex-flow: row wrap;
    padding: 20px;
    margin: 20px auto;
}
.fig-container figure{
    flex: 1 1 280px; 
    align-self: stretch;
    height: auto; 
    position: relative; 
    margin: 10px; 
    box-shadow: 0px 0px 5px var(--dark-grey); 
    background: var(--nav-bg);
    border-radius: 10px;
    overflow: hidden;
}
.fig-container figure img{
    width: 100%; 
    height: 250px;
}
.fig-container .caption{
    bottom:0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: var(--pink-dim-colorpink);
}
.fig-container figcaption{
    position: absolute; 
    top:0; 
    bottom: 0; 
    right: 0; 
    left:0; 
    padding: 10px; 
    color: var(--white-color); 
    opacity: 0;
}
.fig-container figcaption:hover{
    position: absolute; 
    top:0; 
    bottom: 0; 
    right: 0; 
    left:0; 
    background: var(--pink-color); 
    padding: 10px; 
    color: var(--white-color); 
    opacity: 1; 
    transition: all 1s ease-out
}
.service{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    background: transparent;
    margin: 20px auto;
    border-radius: 10px;
    padding: 20px;
}
.service .items{
    flex: 1 1 300px;
    margin: 10px;
    align-self: center;
    background-color: transparent;
    color: var(--black-color);
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    line-height: 180%;
}
.service .items > img {
    width: 100%;
}
/* .service .items:hover{
    box-shadow: -2px 2px 5px var(--nav-bg);
} */
.service img {
    width: 400px;
    height: auto;
    display: block;
    margin: 20px auto;
    /* border-radius: 50px; */
    border: 3px solid var(--pink-lighter-color);
}
.service h1{
    font-size: 2.5em;
    color: var(--black-color);
    margin: 15px auto;
    font-weight: bold;
}
.fcss{
    width: 100%;
    display: flex;
    padding: 5px 30px;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    background: var(--pink-color);
    border-radius: 20px;
    margin: 10px auto;
}
.fcss .item{
    flex: 2 1 300px;
    padding: 10px;
    color: var(--white-color);
}
.fcss img{
    align-self: stretch;
    padding: 0 10px;  
    height: 200px;
    width: 200px;
}
/************** Card styles ****************/
.card-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.card-container .card-details{
    flex: 1 1 400px;
    margin: 5px auto;
}
 .card-details .content{
    width: 100%;
    background: var(--white-color);
    border-radius: 10px; 
    /* display: flex;
    justify-content: center;
    flex-flow: row nowrap; */
    color: var(--opacity-black);
    padding: 10px 5px;
    text-align: left;
    margin: 5px auto;
}
.card-details .withdraw{
    width: 100%;
    background: var(--white-color);
    border-radius: 10px; 
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    color: var(--opacity-black);
    padding: 10px 5px;
    text-align: left;
    margin: 5px auto;
}
.withdraw a{
    text-decoration: none;
    font-size: 1em;
    color: var(--pink-color);
}
.withdraw a:hover{
    text-decoration: none;
    font-style: normal;
    color: var(--pink-dim-color);
    font-size: 1em;
}
.withdraw i{
    color: var(--pink-color);
    font-size: 1.2em;
}
.withdraw .left{
    padding: 5px;
    align-self: center;
}
.withdraw .right{
    flex: 2;
    text-align: left;
    align-self: center;
    margin: 0 auto;
}

/************** History Table *****************/
.table-container{
    overflow-x: auto;
}
table{ 
    border-collapse: separate;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--pink-color);
    margin: 15px auto;
    padding: 5px;
}
tr:nth-of-type(odd){
   background: var(--nav-bg);
}
tr:nth-of-type(even){
    background: var(--bg-grey);
}
.bg-red{
    background: var(--blue-color)
}
th{
    font-weight: bold;
    font-size: 0.8em;
    background: var(--black-color);
    color: var(--white-color);
    padding: 5px;
    text-align: center;
}
td{
    text-align: center;
    padding: 5px;
    font-size: 0.8em
}
td i{
    color: var(--red-color);
    text-align: center;
    font-size: 1em
}

/**********************************************/

.history{
    width: 100%;
    background: var(--dark-white);
    border-radius: 10px; 
    border: 2px solid var(--pink-color);
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    color: var(--opacity-black);
    padding: 10px;
    text-align: center;
    margin: 5px auto;
}
.history .left{
    flex: 1;
    text-align: center;
    align-self: stretch;
    margin: 0 auto;
}
.history .right{
    flex: 1;
    text-align: center;
    align-self: stretch;
    margin: 0 auto;
}
.history p{
    font-size: 0.7em;
    color: var(--opacity-black);
}
.bold-history{
    font-size: 1.2em;
    font-weight: bold;
    color: var(--opacity-black);
}
/***********************************************
/******************** about us *****************
/***********************************************/
.about{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    background: transparent;
    margin: 10px auto;
}
.about .items{
    flex: 1 1 300px;
    margin: 10px;
    align-self: stretch;
    color: var(--black-color);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.about .items img{
    width: 100%;
    border: 0px;
}
.about .items p{
    font-size: 0.9em
}
.about .items a{
    color: var(--pink-color);
}
/* .about .items input,select,textarea{
    color: var(--white-color);
    border: none;
    outline: none;
    border-bottom: 1px solid var(--white-color);
    border-radius: 0px;
    padding: 10px;
}
.about .items input:focus,select:focus,textarea:focus{
    border-radius: 0px;
}
.about .items input::placeholder,select::placeholder,textarea::placeholder{
    color: var(--white-color);
} */
/**************** bank diff *******************/  
.bank-diff{
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    background: transparent;
    margin: 20px auto;
}
.bank-diff .items{
    flex: 1 1 280px;
    margin: 10px;
    align-self:stretch;
    background-color: var(--pink-lighter-color);
    color: var(--black-color);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.bank-diff .items:hover{
    box-shadow: -2px 2px 5px 5px var(--nav-bg);
}
.bank-diff .items img{
    height: 40px;
    width: 40px;
    /* border-radius: 50%; */
    margin: 10px auto;
}
.bank-diff2{
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    background: var(--service-bg);
    margin: 20px auto;
    padding: 50px 0px
}
.bank-diff2 .items{
    flex: 1 1 200px;
    margin: 10px;
    align-self:stretch;
    /* background-color: var(--pink-lighter-color); */
    color: var(--white-color);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.bank-diff2 .items img{
    height: 40px;
    width: 40px;
    /* border-radius: 50%; */
    margin: 10px auto;
}
.bank-diff2 .items i{
    font-size: 3em;
    /* border-radius: 50%; */
    margin: 10px auto;
    display: block;

}
.donate-highlight{
    width: auto;
    height: 500px;
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap; */
    background: url('../img/abstract-blue.jpg') center center/cover no-repeat; 
    margin: 0px auto;
    padding: 50px 0px;
    background-size: cover;
}
.donate-highlight .item{
    max-width: 600px;
    background: rgba(242, 248, 243, 0.685);
    margin: 5% auto 0px 50px;
    color: var(--black-color);
    padding: 30px;
}
.donate-highlight .item a{
    color: var(--pink-color);
    font-weight: bold;
}
/*********************** Staff *************************/
.staff{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}
.staff .items{
    height: auto;
    flex: 1 1 300px;
    max-width: 350px;
    margin: 5px;
    background: var(--nav-bg);    
    border-radius: 5px;
    align-self: stretch;
    text-align: center;
    transition: all 1s;
}
.staff .items img{
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}
.staff .items img:hover{
    filter: grayscale(80%);
}
.staff .items h1{
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px auto;
    color: var(--black-color);
}
.staff .items p{
    font-size: 0.8em;
    font-weight: normal;
    margin: 5px auto;
    margin-bottom: 10px;
    line-height: 150%;
    color: var(--black-color);
}
fieldset{
    box-shadow: 0px 0px 5px 5px var(--border-color);
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px
}
legend{
    text-align: center;
    margin: 5px;
}
/************End of Staff / Beginning of Slanted*************/
.slanted{
    padding: 20px;
    color: var(--white-color);
    position: relative;
    background: var(--service-bg);
    /*clip-path: polygon(0% 15%, 100% 0%, 100% 80%, 0% 100%);  Define the slant shape */
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
}
.slanted .item{
    flex: 1 400px;
    align-self: center;
}
.slanted h1{
    color: var(--white-color);
    margin: 30px auto;
    font-size: 1.5em; 
    font-weight: bolder; 
}
.slanted .slanted-button{
    align-self: center;
    margin: 10px 10px;
    border: 1px solid var(--white-color);
    cursor: pointer;
    padding: 10px 25px;
    color: var(--white-color);
    background: transparent;
}
.slanted .slanted-button:hover{
    border: 1px solid var(--dark-grey);
    color: var(--service-bg);
    background: var(--white-color);
}
/************End of Slanted*************/
.footer{
    padding: 30px 80px 5px 80px;
    position: relative;
    background: var(--service-bg);
    color: var(--white-color);
    /* clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%); Define the slant shape */
}
.footer .logo{
    width: 210px;
    height: 40px;
    margin: 10px auto;
}
.footer2{
    padding: 1px 80px;
    color: var(--white-color);
    background: var(--black-color);
    width: 100%;
    position: fixed;
    bottom: 0px;
}
.footer p,i{
    font-size: 0.8em;
    line-height: 130%;
    color: var(--white-color);
}
.footer h4{
    font-size: 1.2em;
    line-height: 130%;
    color: var(--white-color);
    font-weight: normal;
}
.footer2 p{
    font-size: 0.8em;
    line-height: 130%;
    color: var(--white-color);
    text-align: center;
}
.footer .flex-item{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 10px auto;
}
.flex-item .footer-item{
    flex: 1;
    text-align: left;
}
.footer .footer-item a{
    color: var(--white-color);
    font-size: 0.8em;
    font-weight: normal;
    margin: 5px auto;
    display: block;
}
.copyright{
    margin-top: 20px;
    font-size: 0.7em;
}
.text-container{
    padding: 30px;
    background-color: var(--white-color);
    border-radius: 20px;
    text-align: left;
    margin: 0 auto;
    color: var(--black-color);
}
.reg-container2{
    padding: 10px;
    max-width: 100%;
    height: 100vh;
}
.reg-container2 p{
    color: var(--black-color);
}

/*************************************************
************Registration and Login****************
**************************************************/
#admin-margin{
    background: var(--opacity-black);
    margin-top: 7%;
}
.reg-container{
    padding: 20px;
    max-width: 100%;
    height: 100%;
}
.reg-container #pin-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed var(--red-color);
    margin: 10px auto;
    display: block;
    padding: 5px;
    cursor: pointer;
}
.login{
    max-width: 400px;
    height: auto;
    border-radius: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% 150px;
    padding: 40px;
    background-color: var(--opacity-black);
}
.login input::placeholder{
    color: var(--white-color);
}
.login input{
    border-bottom: none; 
    border-radius: 5px; 
    color: var(--white-color); 
    border: 1px solid var(--pink-color); 
}
.login input:focus{
    outline: 2px solid var(--pink-dim-color);
    color: var(--white-color);
}

.login a{
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
    color: var(--white-color);
}
.login a:hover{
    color: var(--pink-color);
}
.login p{
    text-align: right;
}
.login .input-container i{
    color: var(--white-color);
}
/* .pin2{
    max-width: 100%;
    height: auto;
    border-radius: 10px !important;
    margin: 5% auto;
    padding: 20px;
    background-color: transparent;
    outline: 1px solid var(--white-color);
} */
/* i.details-black{
    position: absolute;
    left: 5px;
    top: 5px;
    color: var(--black-color);
    cursor: pointer;
    size: 1.5em;
} */
#password{
    padding-right: 33px;
    padding-left: 30px;
}
#email{
    padding-left: 30px;
}
input, select{
    font-family: Poppins, 'Roboto', Georgia, 'Times New Roman', Times, serif;;
    width: 100%;
    background: transparent;
    border: 1px solid var(--pink-color);
    /* border-bottom: 1px solid var(--red-color); */
    padding: 10px 15px;
    font-size: 0.8em;  
    margin: 10px auto;  
    border-radius: 5px;
    color: var(--black-color);
}
input:focus, select:focus{
    color: var(--black-color);
    border: 1px solid var(--pink-dim-color );
    /* border-bottom: 2px solid var(--red-dim-color); */
    border-radius: 5px;
    background: transparent;
    outline: none;
}
input::-ms-value{
    color: var(--black-color);
}
textarea{
    font-family: Poppins, 'Roboto', Georgia, 'Times New Roman', Times, serif;;
    width: 100%;
    background: transparent;
    border: 1px solid var(--pink-color);
    padding: 10px 15px;
    font-size: 0.8em;  
    margin: 10px auto;
    color: var(--black-color);
    border-radius: 5px;
}
textarea:focus{
    color: var(--black-color);
    border: 2px solid var(--pink-dim-color);
    background: transparent;
    outline: none;
}
.input-container{
    margin: 0;
    position: relative;
}
.input-container .eye{
    position: absolute;
    right: 5px;
    top: 2px;
    color: var(--black-color);
    size: 1.5em;
    cursor: pointer;
}
i.details{
    position: absolute;
    left: 5px;
    top: 5px;
    color: var(--black-color);
    cursor: pointer;
    size: 1.5em;
}
.search-cont{
    width: 100%;
    border-radius: 40px;
    border: 2px solid var(--pink-color);
    padding: 5px;
    display: flex;
    background: var(--pink-lighter-color);
    color: var(--black-color);   
    margin: 10px 0px;
    position: relative;
}
.search-cont input[type=email]{
    flex: 2;
    border: none;
    outline: none;
    padding: 5px;
    color: var(--black-color);
}
.search-cont input[type=email]::placeholder{
    color: var(--black-color);
}
.search-cont button{
    border-radius: 30px;
    border: none;
    background: var(--pink-color);
    color: var(--white);
    padding: 8px 15px;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}
.search-cont i.details{
    position: absolute;
    left: 20px;
    top: 23px;
    color: var(--black-color);
    cursor: pointer;
    size: 2.5em;
}
/*#################### FAQ #####################*/
.faq-section {
    width: 100%;
    margin: 0px auto;
    background: var(--white-color);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px var(--nav-bg);
}
.faq-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--pink-color);
}
.faq-item {
    margin-bottom: 15px;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    /* border: 1px solid var(--dark-grey); */
    border-radius: 10px;
    background-color: var(--pink-dim-color);
    color: var(--white-color);
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.faq-question:hover{
    background-color: var(--pink-color);
}
.faq-question h3 {
    margin: 0;
    font-size: 18px;
    color: var(--white-color);
}
.faq-question .faq-toggle {
    font-size: 20px;
}
.faq-answer {
    color: var(--black-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
    background: var(--pink-lighter-color);
    border-radius: 0 0 4px 4px;
}
.faq-answer p {
    margin: 15px 0;
}
/*************** User Notice *************/
.error{
    width: 100%;
    background: transparent;
    border: 1px solid rgb(230, 1, 1);
    color: rgb(230, 1, 1);
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px auto;
    text-align: center;
}
.success{
    max-width: 100%x;
    background: transparent;
    border: 1px solid rgb(1, 243, 102);
    color: rgb(1, 243, 102);
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px auto;
    text-align: center;
    position: relative;
}
.close{
    position:absolute;
    width: 40px;
    height: 30px;
    top: 0;
    right: 5px;
    color: rgb(255, 255, 255);
    padding:auto auto;
    text-align:center;
    font-size: 1.5em ;
    cursor: pointer;
 }
 /*********** Admin Nav  ***********/
.admin-cont{
    display: block;
    position: fixed;
    background-color: var(--black-color);
    left: 0px;
    top: 50px;
    color: #fff;
    width: 20%;
    height: 100vh;
    z-index: 1;
    padding: 20px;
}
.admin-cont a{
    color: var(--white-color);
    margin: 10px auto;
    display: block;
}
.admin-cont i{
    color: var(--white-color);
}
.admin-section{
    margin: 7% auto 10% 21%;
    padding: 0 20px;
    max-width: 1000px ;
}

/*************************************************
************Dashboard Utilities****************
**************************************************/
.top-section{
    margin: 5% auto;
    padding: 10px 60px;
    max-width: 1300px;
}
.close2{
    position: absolute;
    top: 0;
    right: 5px;
    color: var(--black-color);
    padding:auto auto;
    text-align:center;
    font-size: 1.5em;
    z-index: 3;
    margin: 10px;
    cursor: pointer;
 }
.account-head{
    position: fixed;
    width: 100%;
    top: 0px;
    padding: 10px;
    background: var(--pink-dim-color);
    display: flex;
    justify-content: space-between;
    z-index: 3;
    color: var(--black-color)
}
.account-head .left{
    align-self: center;
    display: flex;
    justify-content: center;
    width: auto;
}
.account-head .left .logo{
    width: 130px;
    height: 30px;
    margin: 0 5px;
}
.account-head .left #mobiletoggle{
    display: none;
}
.account-head a{
    align-self: center;
    color: var(--white-color);
    margin: 0 5px;
    font-weight: none;
}
.account-head a:hover{
    text-decoration: underline;
    font-style: normal;
}
.account-head .right{
    align-self: center;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    margin-left: auto;
}
.account-head .right #user-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px dashed var(--pink-color);
    padding: 5px;
    cursor: pointer;
}
.account-head .right p{
    font-size: 1em;
    color: var(--white-color);
    font-weight: bold;
    margin: 0 auto;
    margin-right: 5px;
    align-self: center; 
}
.account-foot{
    display: none;
}
.user-nav{
    position: fixed;
    background-color: var(--nav-bg);
    right: -2000px;
    color: var(--black-color);
    width: 30%;
    height: 100%;
    z-index: 4;
    padding: 40px 20px;
    transition: all 0.5s ease;
    overflow-y: scroll;
}
.user-nav.show-user{
    top: 0;
    right: 0;
    transition: all 0.5s ease;
}

.user-nav .list{
    background: var(--bg-grey);
    padding: 20px 15px;
    margin: 5px;
    display: flex; 
    justify-content: center;
    flex-flow: row nowrap;
    width: 100%;
}
.user-nav .list .key{
    flex: 1;
    text-align: center;
    color: var(--black-color);
}
.user-nav .list .value{
    flex: 1;
    text-align: center;
    color: var(--black-color);
}
.user-nav img{
    width: 100px;
    height: 100px;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    margin: 10px auto;
    padding: 5px; 
}
.acct-services{
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    color: var(--pink-color);
    margin: 5px auto;
    padding: 5px 10px;
}
.acct-services .items{
    max-width: 200px;
    flex: 1 1 100px; 
    align-self: stretch;
    text-align: center;
    margin: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-flow: column wrap;
    border-radius: 10px;
    background: var(--black-color);
    transition: 1s;
}
.acct-services .items:hover{
    background: var(--opacity-black);
    color: var(--white-color);
    font-style: normal;
}
.acct-services .items i, .numb{
    text-align: left;
    font-size: 1.3em;
    color: var(--white-color);
    border-radius: 5px;
    align-self: center;
}
.acct-services .items>p{
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: var(--white-color);
}
#confirmation {
    /* position: absolute;
    top: 20px;
    right: 0px; */
    border: 1px solid rgb(1, 243, 102);
    color: var(--black-color);
    padding: 5px 10px;
    margin-top: 10px;
    background: rgb(1, 243, 102);
    font-weight: normal;
    display: none;
    width: fit-content;
    /* animation: confirmation 2s alternate ease-in-out; */
  }
.highlights{
    margin: 15px auto;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}
.highlights i{
    font-size: 2em;
    margin-right: 8px;
    color: var(--black-color);
}
.highlights .right{
    flex: 2 1;
}
@media(max-width: 1024px){
    /* .header .center{
        display: none;
    } */
    .header .right #mobile-icon{
        display: none;
    }
    .header .left #mobile-icon{
        margin: 2px auto;
        font-size: 1.5em;
        display: inline-block;
        align-self: center;
    }
    .account-head .left #mobiletoggle{
        margin: 2px auto;
        font-size: 1.8em;
        display: inline-block;
        align-self: center;
    }
    .header .left #mobile-icon i{
        color: var(--black-color);
    }
    .nav-cont{
        display: none;
    }
    .reg-container{
        padding: 20px;
        max-width: 100%;
        height: 100vh;
    }
    .register{
        max-width: 95%;
     }
    .login{
        max-width: 65%;
        margin: 15% auto;
    }
    .account-foot{
        padding: 5px 80px;
        background: var(--white-color);
        width: 100%;
        position: fixed;
        bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow:  row nowrap
    }
    .account-foot .item{
        flex: 1;
        align-self: stretch;
        padding: 5px;
        margin: 0 auto;
        text-align: center;
    }
    .account-foot .item a{
        color: var(--red-color);
        text-decoration: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column nowrap;
    }
    .account-foot .item a i{
        font-size: 1.2em;
        color: var(--black-color);
        align-self: center;
    }
    .account-foot .item a i:hover{
        color: var(--red-color);
    }
    .account-foot .item a p{
        align-self: center;
        font-size: 0.8em;
        font-weight: bolder;
        color: var(--black-color);
    }
    .account-foot .item a p:hover{
        color: var(--red-color);
    }
    .footer .flex-item{
        display: flex;
        justify-content: center;
        flex-flow: column wrap;
        margin: 10px auto;
    }
    .bank-accounts{
        flex-flow: row nowrap;
        padding: 0;
    }
    .top-section, .admin-section{
        margin: 15% auto;
        padding: 0px 20px;
        max-width: 100%;
    }
    /*********** Admin Nav  ***********/
    .admin-cont{
        display: block;
        position: fixed;
        background-color: var(--black-color);
        left: -2000px;
        top: 65px;
        color: #fff;
        width: 30%;
        height: 100vh;
        z-index: 1;
        padding: 20px;
        transition: all 0.5s ease;
    }
    .admin-cont a{
        color: var(--white-color);
        margin: 10px auto;
        display: block;
    }
    .admin-cont i{
        color: var(--black-color);
    }   
    .admin-cont.show-nav{
        left: 0;
        transition: all 0.5s ease;
    }
    #admin-margin{
        background: var(--dark-black);
        margin-top: 5%;
    }
    .staff .items{
        height: auto;
        flex: 1 1 300px;
    }
}
@media(max-width: 500px){
    /*********** Admin Nav  ***********/
     .admin-cont{
        display: block;
        position: fixed;
        background-color: var(--nav-bg);
        left: -2000px;
        top: 50px;
        color: #fff;
        width: 40%;
        height: 100vh;
        z-index: 1;
        padding: 20px;
        transition: all 0.5s ease;
    }
    .admin-cont a{
        color: var(--black-color);
        margin: 10px auto;
        display: block;
    }
    .admin-cont.show-nav{
        left: 0;
        transition: all 0.5s ease;
    }
    #admin-margin{
        background: var(--dark-black);
        margin-top: 22%;
    }
    /************************************/
    .header .left .left-menu-cont{
        display: none;
    }
    .hero-banner .right{
        align-self: flex-start;
    }
    .header .right #mobile-icon{
        margin: 2px auto;
        font-size: 1.5em;
        color: var(--black-color);
        display: inline-block;
        align-self: center;
    }
    .hero-banner{
        height: auto;
    }
    .hero-banner .left h1{
        font-size: 2em;
        color: var(--pink-dim-color);
        text-align: left;
        margin: 5px auto;
    }
    .hero-banner .left h3{
        font-size: 1em;
        color: var(--pink-dim-color);
        text-align: left;
        margin: 5px auto;
        font-weight: normal;
    } 
    h1{
        font-size: 2em;
        color: var(--black-color);
        margin: 5px auto;
        line-height: 120%;
    }
    p{
        font-size: 0.8em;
    }
    section{
        margin: 22% auto;
        padding: 0 20px;
        max-width: 100%;
        position: relative;
    }
    .top-section, .admin-section{
        margin: 22% auto;
        padding: 0px 20px;
        max-width: 100%;
    }
    .acct-services .items{
        max-width: 120px;
    }
    /* .header .center{
        display: none;
    } */
    #hide-mobile{
        display: none;
    }
    .bank-diff .items{
        margin: 10px auto;
        width: 100%;
    }
    .bank-diff2 .items{
        margin: 10px auto;
        width: 100%;
    }
    .service{
        padding: 5px;
    }
    .service .items{
        margin: 10px auto;
    }
    .service img {
        width: 100%;
    }
    .nav-cont{
        position: fixed;
        background-color: var(--nav-bg);
        right: -800px;
        top: 65px;
        color: #fff;
        width: 100%;
        height: 100vh;
        z-index: 6;
        padding: 20px;
        transition: all 0.5s ease;
    }
    .nav-cont.show-nav{
        display: block;
        right: 0;
        transition: all 2s ease-in;
    }
    .account-head{
        position: fixed;
        width: 100%;
        top: 0px;
    }
    .account-foot .item{
        padding: 5px;
        margin: 0 20px;
        width: 100%;
        text-align: center;
    }
    .user-nav{
        position: fixed;
        background-color: var(--white-color);
        bottom: -2000px;
        color: var(--black-color);
        width: 100%;
        height: 100vh;
        z-index: 4;
        padding: 40px 20px;
        transition: all 0.5s ease;
    }
    .user-nav.show-user{
        bottom: 0px;
        transition: all 0.5s ease-in-out;
    }
    .user-nav .list{
        background: var(--nav-bg);
        border-radius: 10px;
        padding: 15px 10px;
        margin: 5px;
        display: flex; 
        justify-content: center;
        flex-flow: row nowrap;
        width: 100%;
    }
    .user-nav .list .key{
        text-align: left;
        color: var(--black-color);
    }
    .user-nav .list .value{
        flex: 2;
        text-align: right;
        color: var(--opacity-black);
    }
    .user-nav img{
        border: 2px solid var(--red-color);
        border-radius: 50%;
        margin: 10px auto;
        padding: 10px; 
    }
    .header .reg-tool{
        width: 100%;
        margin: 0 auto;
        right: 0;
        left: 0;
    }
    .nav-cont a{
        color: var(--black-color);
        margin: 10px auto;
        display: block;
        /* border-bottom: 2px solid var(--red-dim-color); */
        font-size: 1.3em;
    }
    .nav-cont p{
        color: var(--black-color);
        margin: 10px auto;
        display: block;
        font-size: 1em;
    }
    .nav-cont h3{
        color: var(--pink-color);
    }
    .nav-cont i{
        color: var(--black-color);
    }
    .footer{
        padding: 10px 20px 5px 20px;
    }
    .footer .flex-item{
        display: flex;
        justify-content: center;
        flex-flow: column wrap;
        margin: 10px auto;
    }
    .footer p{
        font-size: 0.8em;
        line-height: 130%;
        padding: 20px 30px;
    } 
    .reg-container{
        padding: 20px;
        max-width: 100%;
        height: 100vh;
    }
    /* .register{
       max-width: 100%;
       margin: 5% auto 10% auto;
    }
    .register .content{
        width: auto;
        height: 90vh;
    }
    .register .details{
        display: none;
    } */
    .about .items{
        padding: 0px;
    }
    .login{
        max-width: 98%;
        margin: 15% auto;
    }
    .about img{
        /* flex-flow: column wrap; */
        order: 1;
    }
    /* .about-us .items .left{
        text-align: center;
        order: 2;
    }
    .about-us .items img{
        order: 1;
        margin: 10px auto;
        height: 120px;
        width: 120px;
    } */
    .bank-accounts{
        flex-flow: row wrap;
        padding: 0;
    }
    .bank-accounts .item,.item2{
        text-align: center;
        margin: 5px auto;
    }
    .reg-success{
        width: 90%;
        left: 0;
        right: 0;
    }
    .table-container{
        overflow-x: scroll;
    }
    .fcss{
        padding: 10px;
        text-align: center;
    }
    /* .fcss img{
        display: none;
    } */
    .fcss img{
        /* align-self: stretch;
        padding: 0 10px;  
        border-radius: 50%; */
        order: 1;
        height: 100px;
        width: 100px;
    }
    .fig-container{
        padding: 0;
    }
     .slider-container {
        height: 650px;
    }
    .slider-image {
        height: 650px;
    }
    .slider-text p{
        display: none;
    }
    .slider-container button.banner-btn{
        margin: 50px auto;
    }
    .donate-highlight{
        height: auto;
        background-size: 100%;
    }
    .donate-highlight .item{
        max-width: 90%;
        margin: 15% auto 20px auto;
    }
    .staff .items{
        max-width: 100%;
    }
}   
