@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Kreon:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kablammo&display=swap');
:root {
  --primary-color: #eff1f7;
  --primary-color-light: #000029;
  --secondary-color: #f46709;
  --text-color: #606060;
  --btn-color: #E87D04;
  --extra-light: rgba(255, 255, 255, 0.5);
  --white: #ffffff;
  --max-width: 100vw;
  --header-font: "Kreon", serif;
  --para-font: "Alegreya", serif;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--header-font);
}

body{
  min-height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
}
button{
  cursor: pointer;
}
h1, h2, h3{
  color: var(--primary-color-light);
  font-family: var(--header-font);
}
p{
  color: var(--text-color);
  font-family: var(--para-font);
}
.home{
  height: 150px;
}
.pc-hide{
  display: hidden;
}

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.3rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.header::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(50px); 
  z-index: -1;
}
/* .header::after{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #002900, transparent );
  transition: .5s;
}
.header:hover::after{
  left: 100%;
} */

.logo{
  font-size: 2rem;
  color: var(--primary-color-light);
  font-weight: 700;
  text-decoration: none;
}
.logo img{
  width: 100px;
  height: 100px;
}
.navbar a{
  font-size: 1.15rem;
  color: var(--text-color);
  text-decoration: none;
  font-weight: 500;
  margin-left: 2.5rem;
}

.btnn{
  width: 141px;
  height: 49px;
  background: #ff7200;
  border: 2px solid #ff7200;
  /* margin-top: 13px; */
  color: var(--text-color);
  font-size: 15px;
  border-bottom-right-radius: 5px;
  
  transition: 0.2s ease;
  cursor: pointer;
}
.btnn:hover{
  color: #000;
}

.btnn:focus{
  outline: none;
}

#check{
  display: none;
}

.icons{
  position: absolute;
  right: 5%;
  font-size: 2rem;
  color: var(--primary-color-light);
  cursor: pointer;
  display: none;
}

 
.main-body{
  max-width: var(--max-width);
  margin: auto;
  padding: 10rem 5rem;
  display: flex;
  flex-direction: column; 
  align-items: center;
}
.about-body{
  max-width: var(--max-width);
  margin: auto;
  padding: 10rem 5rem;
  display: flex;
  flex-direction: column; 
  align-items: center;
}
.main-head{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.head-text{
  width: 100%;
  
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head-text h1{
  color: var(--primary-color-light);
  font-size: 70px;
  width: 987px;
  text-align: center;
}
.head-text p{
  color: var(--text-color);
  font-size: 36px;
  text-align: left;
  line-height: 50px;
}
.btn{
  background-color: var(--btn-color);
  border: none;
  width: 11.875rem;
  height: 4.125rem;
}
.btn a{
  text-decoration: none;
  color: black;   
}
/* .head-img{
  display: flex;
  flex-direction: row;
  width: 46.813rem;
}
.head-img img{
  margin: 0.313rem;
}
.head-img1{
  width: 19rem;
  height: 33.938rem;
}
.head-img2{
  width: 27.313rem;
  height: 16.75rem;
}
.head-img3{
  width: 27.313rem; 
  height: 16.25rem;
} */

.collage{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 168px;
  
}
.about-collage{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 168px;
  
}
.about-collage div img{
  width: 390px;
  height: 405px;
}

.c-pic1{
  width: 92px;
  height: 308px;
  margin-top: 86px;
  background-image: url(/assets/Group.png);
  border-top-right-radius: 10px;
}
.c-pics3-3{
  width: 92px;
  height: 308px;
  margin-top: 54px;
  border-top-right-radius: 10px;
}

 .c-pic2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.c-pic2-1{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 7px;
}
.c-pic3 {
  display: flex;
  flex-direction: row;

}
.c-pic2-12{
  margin-top: 28px;
}
.c-pic2-2{
  margin-top: 128.5px;
}
.c-pic2-12-2{
  margin-top: 12px;
}

.c-pic2-2 img {
  width: 350px ;
}
.c-img1{
  width: 220px ;
}
.c-img2{
  width: 220px ;
  height: 176px;
}

.about-header{
  width: 1020px;
  padding-bottom: 90px;
}
.about-header h1{
  font-size: 70px;
  text-align: center;
}

.about-head{
  
}

.about-head h1{
  color: var(--btn-color);
  font-size: 40px;
  text-align: center;
}

.who{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.who h1{
  font-size: 70px;
  padding-bottom: 54px;
}
.who p{
  font-size: 36px;
  line-height: 50px;
}
.what p, .what a {
  word-break: break-word;
  overflow-wrap: break-word;
}

.what{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  width: 100%;
}
.what h1{
  font-size: 70px;
  padding-bottom: 54px;
}
.what p{
  font-size: 36px;
  line-height: 50px;
  color: #E87D04;
}

.what p a{
  text-decoration: none;
  color: #E87D04;
}
.how{
  padding-bottom: 230px;
}

.how-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-content h1{
  font-size: 70px;
  padding-bottom: 20px;
  
} 
.how-content p{
  width: 600px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
.job_process{
  display: flex;
  flex-direction: row;
  padding-top: 70px;
  justify-content: space-between;
}
.steps{
  width: 340px;
  padding: 0 20px;
  text-align: center;
}
.steps h4{
  padding: 20px 0;
  font-size: 30px;
  color: #000029;
}
.steps p{
  font-size: 14px;
  line-height: 25px;
  color: #606060;
}

.offers-button{
  display: flex;
  justify-content: center;
  width: 40%;
}
.offers-button button{
  width: 141px;
  height: 49px;
  background: #E87D04;
  border: none;
}
.leaders{
  padding-bottom: 145px;
}
.leaders-head h1{
  font-size: 65px;
  text-align: center;
}
.leaders-head p{
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 100px;
}

.impact-stats{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px;
}
.form-inputs h1{
  padding-top: 100px; 
  font-size: 60px; 
  text-align: center; 
  color: var(--primary-color-light);
}
.contact-form{
  background-image: url(/assets/Groups.png);
  height: 465px;
  width: auto;
}
.featured-form {
  background-image: url(/assets/banner.png);
  height: 465px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.featured-text p{
  font-family: "Kablammo", serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-size: 55px;
  text-align: center;
  color: #000;
  font-style: normal;
  font-variation-settings:
    "MORF" 57;
  margin-bottom: 20px;
}
.project-title p{
  font-family: "Kablammo", serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-size: 55px;
  text-align: center;
  color: #000;
  font-style: normal;
  font-variation-settings:
    "MORF" 57;
  margin-bottom: 20px;
}
.featured-text{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.featured-project{
  display: flex;
  align-items: center;
}
.featured-img{
  width: 404px;
  height: 336px;
}
.form-text{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.certs{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 800px;
  margin-top: 130px;
  padding-bottom: 116px;
}


.about-us-banner{
  margin-top: 149px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.about-us-banner2{
  margin-top: 149px;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.about-us-img{
  z-index: 1;
  position: relative;
}
.about-us-img img{
  width: 671px;
  height: 634px;
}

.about-us-intro h1{
  padding-left: 20px;
}
.about-us-intro p{
  padding: 20px;
}
.about-us-intro button{
  text-transform: uppercase;
}
.about-us-intro div{
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.goals{
  width: 830px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.call-to-action{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.CTA-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: -180px;
  margin-bottom: 5px;
  width: 60%;
  height: 566px;
  z-index: 2;
  background: #fff;
}
.CTA-text h1{
  width: 566px;
  font-size: 60px;
  padding-bottom: 70px;
  padding-top: 80px;
}
.CTA-text p{
  line-height: 50px;
  font-size: 36px;
  padding-bottom: 30px;
}
.cta-btn{
  background-color: var(--btn-color);
  border: none;
  width: 141px;
  height: 49px;
  
}



.about-pics{
  display: flex;
  flex-direction: column;
}
.about-pics img{
  margin: 1px;
}
.about-pics-row{
  display: flex;
  flex-direction: row;
}

.intro-section{
  display: flex;
  flex-direction: row;
}


.contact-container{
  width: 100%; 
  height: 50%; 
  background-color: #FCEFEF; 
}

.learn h1{
  font-size: 2.813rem;
  font-weight: 700;
  color: var(--primary-color-light);
}

.learn-p{
  width: 37.188rem;
}

.partners-head{
  margin-bottom: 3rem;
}
.partners-heading{
  text-align: center;
}

.partners-1, .partners-2{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}



.offer_hand{
  display: flex;
  flex-direction: row;
  
  justify-content: space-between;
  margin-top: 40px;
}
.offer-text{
  width: 856px;
  display: flex;
  flex-direction: column;
}

.offer_hand h1{
  font-size: 65px;
  font-weight: 500;
  color: #000029;
  width: 833px;
}
.offer_hand p{
  font-size: 20px;
  line-height: 30px;
  color: #606060;
  width: 433px;
}

.offer-pics{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 158px;
}
.offers-pics{
  display: flex;
  flex-direction: row;
}


.founders{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 69px;
}
.founder-text h3{
  font-size: 30px;
  color: #000029;
}
.founder-text{
  padding-left: 63px;
}
.founder-text h1{
  font-size: 55px;
  color: #000029;
  padding-top: 16px;
  padding-bottom: 34px;
}
.founder-text p{
  font-size: 20px;
  line-height: 30px;
  color: #606060;
  padding-bottom: 42px;
}
.founder-btn{
  width: 141px;
  height: 49px;
  background-color: #E87D04;
  color: #E3E3E3;
  border: none;
}
.members h1{
  font-size: 65px;
  padding-bottom: 145px;
  text-align: center;
}

.board{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.office-board{
  width: 30%;
}
.office-board {
  position: relative; /* Ensure the parent div is positioned relatively */
}

.board-img {
  position: absolute; /* Position the image div absolutely */
  top: -10px; /* Adjust this value to position the image correctly */
  left: 50%; /* Center the image horizontally */
  transform: translateX(-50%); /* Center the image horizontally */
}

.board-body {
  margin-top: 50px; 
  border: #000029 solid 1px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 86px;
}
.board-body h4, h2{
  padding-top: 64px;
  color: #000029;
}
.board-body h3{
  padding: 13px 0;
  font-size: 30px;
}

.board-body p {
  text-align: left;
  width: 80%;
}

button{
  color: white;
}
.opportunities{
  display: flex;
  flex-direction: column;
  text-align: center;
  background-image: url(/assets/oppor.png);
  padding: 20px;
}
.title-opp h1{
  padding-top: 47px;
  
}
.title-opp h3{
  padding-top: 90px ;
} 
.title-opp  p{
  padding-bottom: 36px;
}
.project-page{
  display: flex;
  flex-direction: column;
  text-align: center;
  background-image: url(/assets/banner.png);
  padding: 20px;
}
.project-text p{
  text-align: center;
}
.project-live{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.opportunities h1{
  font-size: 60px;
}
.comm-text{
  width: 630px;
}
.comm-text h1{
  font-size: 90px;
}
.comm-text p{
  font-size: 36px;
  line-height: 50px;
}
.comm-head{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 18px;
}
.comm-text{
  width: 50%;
  
}

.education h1{
 font-size: 90px;
}
.education p, .food p, .train p, .health p, .empower p, .TTTP p, .events p, .free-health p, .skill p, .what-donate p, .supp-meth p{
 font-size: 36px;
 line-height: 50px;
 padding-bottom: 30px;
}
.testify div p{
  font-size: 36px;
  line-height: 50px;
}
.f-health h1{
  font-size: 55px;
  padding: 30px 0;
}
.f-health p {
  line-height: 50px;
  width: 100%;
  font-size: 30px;
}
.food h1, .train h1, .health h1, .empower h1, .TTTP h1, .events h1, .what-donate h1{
 font-size: 60px;
 padding: 50px 0;
}
.testify-span div span{
  font-size: 36px;
  color: #606060;
}
.testify-span {
  padding-bottom: 30px;
}

.events div h1, .free-health h1, .skill h1, .testify h1{
  font-size: 55px;
  padding: 30px 0;
}
.food-img{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0;
}
.food-img img{
  width: 380px;
  height: 453px;
}
.health-pic{
  
margin-bottom: 220px
}
.health-img{
  margin-top: 70px;
}
.health-img img{
  width: 290px;
}
.skill-img{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.skill-img div img{
  width: 480px;
}
.skill-img div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bp1{
  display: flex;
  flex-direction: row;
  align-items: center;

  margin-bottom: 40px;
}
.comm-img div{
  padding-left: 20px;
}
.comm-img div:first-child{
  padding-left: 0;
}
.bp1 div:first-child {
  padding-right: 7px; /* Ensure the first image doesn't have a negative margin */
}
.text-point{
  width: 50%;
}
.bullet-points{
  width: 63%;
}
.offer-points{
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.supp-method{
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.supp-meth{
  padding-top: 10rem;
  padding-left: 1rem;
}
.donate{
  width: 630px;
  height: 830px;
}

.donate-sp{
  margin-top: 126px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.donate-sp-text{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.donate-sp-text h1{
  font-size: 45px;
}

.sponsor-img{
  width: 694px;
  height: 430px;
}

.supp-meth h1{
  text-align: center;
  font-size: 60px;
}
.offer-img{
  padding-top: 20px;
}
.offers-title{
  width: 50%;
  margin-top: 30px;
}
.review{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 6.25rem;
  margin-bottom: 0;
}
.review-p{
  width: 315px;
}
.testimonials{
  display: flex; 
  flex-direction: column;
  
}
.testimonial-section{
  padding: 1rem 1.5rem;
}
.testimonial-col{
  display: flex; 
  flex-direction: row; 
  justify-content: space-between;
  margin: 10px;

}
.test-profile{
  width: 45%; 
  height: 430px; 
  background-image: url(/assets/Groups.png); 
  border-radius: 20px 20px 0 0; 
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px ;
}
.test-p{
  padding: 40px 100px 0 100px;
}
.test-pic{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.test-name{
  padding-left: 30px;
}

.ngo-projects{
  margin-top: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ngo-1{
  width: 32%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid black ;
}

.btn-profile{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.profile-main{
  margin-left: 20px;
}
.profile-main p{
  font-size: 14px;
}
.profile-pic{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-pic img {
  margin-left: -20px; /* Adjust this value to control the amount of overlap */
  border-radius: 50%; /* Ensure the images are circular */
  border: 2px solid white; /* Optional: Add a white border to each image to create a disc-like effect */
}

.profile-pic img:first-child {
  margin-left: 0; /* Ensure the first image doesn't have a negative margin */
}

.comm-img{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.support-collage{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
}
.comm-img1, .comm-img2, .comm-img3{
  display: flex;
  flex-direction: column;
}
.app-link{
  display: flex;
  flex-direction: row;
  margin-top: 60px;
}
.ngo-faq{
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-head{
  text-align: center;
}
.faq-head h1{
  font-size: 60px;
  font-weight: bold;
}

.search-container {
  display: flex;
  align-items: center;
  width: 600px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 5px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-containers {
  display: flex;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 5px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-container input[type="text"] {
  border: none;
  outline: none;
  padding: 10px;
  flex: 1;
}
.search-containers input[type="text"] {
  border: none;
  outline: none;
  padding: 10px;
  flex: 1;
}

.search-container .icon {
  margin-right: 10px;
}

.search-container .icon svg {
  width: 20px;
  height: 20px;
  fill: #888;
}
.faq-container {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
}

.faq.active, .faq-content.active {
  background-color: #FCEFEF;
}

.faq-label {
  flex: 1;
}

.faq-arrow {
  font-size: 24px; /* Adjust the size of the arrow here */
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.faq-arrow.active {
  transform: rotate(-90deg);
}

.faq-content {
  display: none;
  padding: 10px 20px;
  
}
.faq-content{
  background-color: #FCEFEF;
}

.faq-content.active {
  display: block;
}
.news-panel {
  display: flex;
  border-top: 2px solid #000029;
  border-bottom: 2px solid #000029;
  
}
.inner-div{
  display: flex;
  flex-direction: row;
}
.inner-text{
  padding-left: 10px;
}
.div1, .div2 {
  display: flex;
  flex-direction: column;
  /* padding: 10px; */
}
.div1 {
  width: 65%;
  border-right: 2px solid #000029;
}
.div2 {
  width: 35%;
  margin-left: 10px;
}
.div1 > div, .div2 > div {
  border-bottom: 1px solid #000029;
  padding: 20px 0;
  padding-left: 15px;
}
.div2 > div {
  border-bottom: 1px dashed #000029;
}
#div2-1-1{
  display: flex;
  flex-direction: column;
}
.div2-12{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-container{
  width: 100%; 
  
  background-color: var(--primary-color-light); 
}
.footer-col{
  margin: 0 100px; 
  display: flex; 
  flex-direction: column; 
  justify-content: space-evenly; 
  height: 100%;
}
.footer-top-col{
  padding-top: 118px; 
  display: flex; 
  flex-direction: row; 
  justify-content: space-between;
}
.col{
  width: 30%; 
  /* height: 232px;  */
  padding: 20px;
  display: flex; 
  
  flex-direction: column;
  
}
.col2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.col h3{
  font-size: 30px; 
  color: white;
  
}
.col p{
  font-size: 14px; 
  color: white; 
  line-height: 25px;
}
.col-social{
  display: flex; 
  flex-direction: row; 
  margin-top: 35px; 
  justify-content: space-between; 
  align-items: center;
}
.useful-links{
  display: flex; 
  flex-direction: column; 
  margin-top: 35px; 
  justify-content: space-between;  
  text-decoration: none; 
  text-align: left;
}

.social-img1{
  width: 45px;
  height: 51px;
}
.social-img2{
  width: 47px;
  height: 47px;
}
.social-img3{
  width: 47px;
  height: 47px;
}
.useful-links a{
  font-size: 14px; 
  color: white;
  text-decoration: none;
}
.info-item{
  display: flex; 
  flex-direction: row; 
  align-items: center
}
.info-item img{
  margin-right: 5px;
}
.info-item img{
  width: 21px; 
  height: 21px;
}
.info-item p{
  font-size: 14px; 
  color: white;
}
.col4 h3{
  font-size: 18px; color: white;
}
.footer-btn input{
  width: 250px; 
  height: 52px; 
  color: var(--white); 
  border: solid 1px #000000; 
  border-radius: 15px; 
  font-size: 22px; 
  background-color: #007A00; 
  text-indent: 20px; 
  font-size: 16px; 
  background-clip: padding-box;
  margin: 5px;
}
.footer-btn button{
  width: 250px; 
  height: 52px; 
  margin: 5px;
  color: var(--white); 
  border: none;
  border-radius: 15px; 
  font-size: 18px; 
  background-color: #E87D04; 
  text-indent: 20px; 
  font-size: 16px; 
  background-clip: padding-box; 
  text-align: center; 
  cursor: pointer; 
  letter-spacing: 3.5px;
}

.copyright{
  display: flex; 
  align-self: center; 
}
.copyright p{
  font-size: 14px; 
  text-align: center; 
  color: #FFFFFF;
}

/* Donate */

/* PC Version */
.donate-box-pc {
  border: 2px solid #ccc;
  padding: 40px;
  width: 500px;
  text-align: center;
  margin: 0 10px;
}

.donate-sub-pc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.donate-btn {
  flex: 1;
  padding: 15px;
  background-color: #d35400;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.donate-btn#monthly {
  background-color: #000029;
}

.donate-input-pc {
  margin-bottom: 30px;
  position: relative;
}

.donate-input-pc label {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
}

.donate-input-pc input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 18px;
}

.donate-input-pc .currency {
  position: absolute;
  right: 15px;
  top: 55px;
  font-size: 18px;
}

.donate-submit-pc {
  background-color: #d35400;
  color: white;
  padding: 15px;
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
