@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

html {
  overflow-x: hidden;
  height: 100%;
}
:root {
  --black: #0a192f;
  --white: #fff;
  --gray: #333;
  --primary: #002060;
  --secondary: #d0ffbd;
  --third: #ff602a;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 13px;
  text-align: center;
  font-family: "Roboto";
  background-color: #f9f9f9 !important;
}
section {
  background-color: #f9f9f9;
  float: left;
  position: relative;
  padding: 30px 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.shdw {
  box-shadow: 1px 2px 1px 0 #e2e2e2;
}

.progress {
  color: #d0ffbd;
  border: 1px solid #000;
  margin: 0 20px 20px 20px;
  border-radius: 25px !important;
  background-color: #fff !important;
}

.progress-bar {
  background-color: #00c324 !important;
  color: white !important;
  font-weight: bold;
}

.c-btn {
  color: #002060;
  background-color: #d0ffbd;
}
.c-btn:hover {
  color: #002060;
}

.s-btn {
  color: #fff;
  background-color: #002060;
}
.s-btn:hover {
  color: #fff;
}

.d-btn {
  color: #002060 !important;
  border: 2px solid #002060;
  background: #fff;
  border: 2px solid #002060;
  border-radius: 5px;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}

.d-btn:hover {
  color: #fff !important;
  background-color: #002060;
}

.column-i {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

.column-f {
  float: left;
  width: 50%;
  padding: 0px;
  height: auto;
}

.row-f h5,
p {
  padding: 0 !important;
}

/* Clear floats after the columns */
.row-i:after {
  content: "";
  display: table;
  clear: both;
}

.navbar-light .navbar-toggler {
  border: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 32, 96, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.nav-bg {
  background: var(--white);
}
.navbar-nav .nav-link {
  color: var(--primary);
}
.navbar-toggler {
  outline: none !important;
}

.how-section1 {
  margin-top: -15%;
  padding: 10% 10% 5% 10%;
}
.how-section1 h1 {
  font-weight: bold;
}
.how-section1 h4 {
  color: var(--primary);
  font-size: 30px;
}

.how-section1 .subheading {
  color: var(--black);
  font-size: 20px;
}
.how-section1 .row {
  margin-top: 10%;
}
.how-img {
  text-align: center;
}
.how-img img {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 90%;
  border-radius: 5px;
}

.section-title {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.section-title p {
  color: #7d93b2;
  font-size: 13px;
  line-height: 20px;
  max-width: 550px;
  margin: 0 auto;
}
.section-title h2 {
  float: left;
  width: 100%;
  text-align: center;
  color: #002060;
  font-size: 34px;
  font-weight: 800;
  position: relative;
}
.section-separator {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0;
}
.section-separator:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 3px;
  width: 50px;
  border-radius: 3px;
  z-index: 2;
  background-color: #002060;
  margin-left: -25px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.listing-carousel-button {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  z-index: 100;
  cursor: pointer;
  background: #002060;
  box-shadow: 0 9px 26px rgba(58, 87, 135, 0.45);
  transition: all 200ms linear;
  outline: none;
}
.listing-carousel-button.listing-carousel-button-next {
  right: -30px;
  padding-right: 20px;
  border-radius: 60px 0 0 60px;
}
.listing-carousel-button.listing-carousel-button-prev {
  left: -30px;
  padding-left: 20px;
  border-radius: 0 60px 60px 0;
}
.listing-carousel-button.listing-carousel-button-next:hover {
  right: -15px;
  background: rgba(6, 27, 65, 0.4);
}
.listing-carousel-button.listing-carousel-button-prev:hover {
  left: -15px;
  background: rgba(6, 27, 65, 0.4);
}
.testi-item {
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
.fund-cards-text {
  padding: 0px;
  overflow: hidden;
  background: #f5f6fa;
  border: 1ps solid #f1f1f1;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 7px 14px rgb(0 0 0 / 22%);
}
.fund-cards-text-after {
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  color: #ccc;
  opacity: 0.3;
  font-size: 35px;
  transition: all 400ms linear;
  bottom: 25px;
  right: 30px;
}
.fund-cards-text-before {
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  color: #ccc;
  opacity: 0.3;
  font-size: 35px;
  transition: all 400ms linear;
  top: 25px;
  left: 30px;
}
.fund-cards-text .listing-rating {
  float: none;
  display: none;
  margin-bottom: 12px;
}
.listing-rating i {
  color: #002060;
  display: none;
}
.fund-cards-avatar h3 {
  font-weight: 600;
  color: #7d93b2;
  font-size: 18px;
}
.fund-cards-avatar h4 {
  font-weight: 400;
  font-size: 12px;
  padding-top: 6px;
  color: #002060;
}
.fund-cards-carousel .swiper-slide {
  /* padding: 30px 0; */
  padding: 0px 40px 40px 40px;
}
.testi-avatar {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  z-index: 20;
}
.testi-avatar img {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 100%;
  border: 6px solid #fff;
  box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}
.swiper-slide-active .fund-cards-text {
  background: #fff;
  box-shadow: 0 7px 14px rgb(0 0 0 / 22%);
}
.fund-cards-text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.text-link {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  background: #f9f9f9;
  border: 1px solid #eee;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
  left: 50%;
  width: 200px;
  margin-left: -100px;
}
.swiper-slide-active .testi-item {
  opacity: 1;
  /* transform: scale(1.0); */
}

.fa-5x {
  color: #002060;
}

.card-bg {
  background: rgb(249, 249, 249);
  background: linear-gradient(
    0deg,
    rgba(249, 249, 249, 1) 0%,
    rgba(208, 255, 189, 1) 50%
  );
}

.column-c {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 0%;
  cursor: pointer;
}

/* Remove extra left and right margins, due to padding */
.row-c {
  margin: 10%;
}

/* Clear floats after the columns */
.row-c:after {
  content: "";
  display: table;
  clear: both;
}

.card-c p {
  font-weight: bold;
  margin: 5px;
}

/* Responsive columns */
@media screen and (max-width: 1025px) {
  h5 {
    font-size: 1rem !important;
  }
  .column-c {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .how-section1 .row {
    margin-top: 20%;
    text-align: center;
  }

  .how-section1 h1 {
    margin-top: 2rem !important;
    font-size: 2em;
  }
  .donate-amount-box {
    width: 100% !important;
  }
  .donate-submit button {
    width: 100% !important;
  }
  .footer {
    text-align: center;
  }
  .footer-links {
    margin: 30px;
  }
  .footer-links ul li {
    display: block !important;
  }
}

/* Style the counter cards */
.card-c {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #d0ffbd;
  border-radius: 5px;
}

.donate {
  /*padding: 50px*/
  width: auto;
  color: #000;
  margin-bottom: 0;
}

.donate p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
}

.donate h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.donate-amount-box {
  margin: 0 auto;
  width: 50%;
}

.donate-amount {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.denomination {
  float: left;
  height: 60px;
  width: 100%;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
  transition: background-color 0.2s ease;
  border: 2px solid #002060;
}

.denomination:hover {
  background-color: rgb(245, 245, 245);
}

.denomination-other input {
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  height: 60px;
  width: inherit;
  text-align: center;
  border: 2px solid #002060;
  margin: 0px 0px 10px 0px;
  padding: 13px 0;
  transition: background-color 0.2s ease;
}

.denomination label {
  font-weight: 600;
  cursor: pointer;
}

.denomination input {
  left: -10001px;
  position: absolute;
}

.denomination-other {
  width: 100%;
  color: #000;
}

.denomination-other input:before {
  position: absolute;
  left: 6px;
  top: 2px;
  content: "₹";
}

/* .donate-amount .selected, .denomination-other input.selected, .donate-amount .denomination:hover {
	background-color: #002060;
	border: 0;
  } */

.donate-black h2 {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 32px;
  margin-bottom: 30px;
}

.donate-black h2 span {
  display: block;
  float: left;
  font-size: 16px;
  padding-top: 7px;
  margin-right: 20px;
  text-align: center;
  width: 30px;
  height: 25px;
  background-color: #002060;
  border-radius: 50%;
}

.donate-type label,
.donate-payment label {
  font-size: 14px;
  font-weight: 500;
  margin-right: 30px;
}

.donate-blue {
  padding: 0px;
}

.donate-black {
  padding: 25px;
}

.donate-submit button {
  font-family: "Oswald", sans-serif;
  width: 50%;
  background-color: #002060;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 14px 0;
  margin: 30px 0;
  text-transform: uppercase;
  cursor: pointer;
}

.donate-submit small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

:-moz-placeholder {
  color: #000;
  font-weight: 500;
}

::-moz-placeholder {
  color: #000;
  font-weight: 500;
}

:-ms-input-placeholder {
  font-weight: 500;
  color: #000;
}

*:focus {
  outline: none;
}

.footer {
  background: #d0ffbd;
  color: #002060;
}
.footer .footer-top {
  padding: 60px 0 30px 0;
}
.r-pd {
  padding: 15px;
}
.footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #b3f19b;
  color: #002060;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  background: #002060;
  color: #fff;
  text-decoration: none;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #000;
  font-size: 18px;
  line-height: 1;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
  color: #002060;
}
.footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}
.footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
.footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #002060;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
  cursor: pointer;
}
