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

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #2c2c2c;
  overflow-x: hidden;
  background-color: #fcebfa;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ff69b4;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}
@font-face {
  font-family: "Bronco";
  src: url("../fonts/bronco.ttf");
}
/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Bronco";
  font-size: 102px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h2 {
  font-family: "Bronco";
  font-size: 60px;
  color: #ff69b4;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-family: "Bronco";
  font-size: 39px;
  color: #9c51b6;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Bronco";
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Bronco";
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Bronco";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}
#scroll_bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ff69b4;
  background-color: #f5f5f5;
}

#scroll_bar::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#scroll_bar::-webkit-scrollbar-thumb {
  background-color: #ff69b4;
}
.theme-padding {
  padding: 0 5%;
  max-width: 1920px;
  margin: 0 auto;
}
.theme-btn {
  height: 60px;
  width: fit-content;
  padding: 0 7px 0 30px;
  background-color: #ff69b4;
  display: inline-flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
}

.theme-btn:hover {
  background-color: #e55a9f; /* Slightly darker shade for hover */
  border-color: #ffffff80;
  transform: scale(1.05);
}

.theme-btn span {
  height: 50px;
  width: 50px;
  background-color: #fcebfa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.theme-btn:hover span {
  transform: scale(1.1);
}

.theme-btn span img {
  filter: brightness(0) invert(71%) sepia(26%) saturate(6577%)
    hue-rotate(294deg);
  object-fit: scale-down;
  transition: filter 0.3s ease;
}

.theme-btn:hover span img {
  filter: brightness(0) invert(90%) sepia(10%) saturate(7000%)
    hue-rotate(294deg);
}
.theme-btn:hover,
.theme-btn:active .theme-btn:focus {
  color: white;
}
/*header css start */
header {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 20px;
  left: 0;
}
.menuSec ul li a {
  text-transform: uppercase;
  font-weight: 500;
}
.menuSec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .menuSection .container-fluid .row {
  background-color: white;
  padding: 10px 13px;
  border-radius: 10px;
}
.header-logo {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.menuSec {
  height: 100%;
}
.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*header css start */

/*banner css start */
.hero-banner {
  height: 920px;
  background-image: url("../images/hero-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(156, 81, 182, 0.99);
  z-index: -1;
}
section.hero-banner .container-fluid {
  height: 100%;
}

section.hero-banner .container-fluid .hero_slidder {
  height: 100%;
}

.hero_slidder .slick-list.draggable {
  height: 100%;
}

.hero_slidder .slick-track {
  height: 100%;
}

.hero_slidder .slick-slide {
  height: 100%;
}

.hero_slidder .slick-slide .row {
  height: 100%;
}
.hero_slidder .hero-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10% 0 0 0;
}
.hero-right img {
  height: 655px;
  width: 100%;
  object-fit: cover;
  max-width: 500px;
  border-radius: 10px 10px 0 0;
}

.hero-right {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.hero-banner .row {
  padding: 0;
}

section.hero-banner .row .col-md-6 {
  padding: 0;
  margin: 0;
}
.hero-left p {
  color: #ffffffbf;
  padding: 36px 0 22px 0;
}
.hero-left h1 {
  line-height: 95px;
  position: relative;
  font-size: 5.35vw;
}
.hero-left h1 span {
  color: #ffbdf7;
}
.hero-left h1::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 10px;
  background: url("../images/hero-line.png") no-repeat center center;
  left: 0;
  bottom: -21px;
  z-index: 1;
  background-size: cover;
}
/*banner css end*/

/* about us sec starts  */
section.about-us {
  margin: 100px 0;
}
.about-left-img img {
  height: 445px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-right-img img {
  height: 625px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.about-us .row {
  align-items: center;
}
.about-left-txt p {
  padding: 20px 0 0 0;
}
.about-left-txt a {
  margin: 30px 0 0 0;
}
.about-right {
  padding: 0 0 0 10px;
}
.about-right h2 {
  line-height: 60px;
}

.about-right h3 {
  line-height: 50px;
}

.about-right-img {
  margin: 40px 0 0 0;
}
.about-left-img {
  margin: 0 0 15px 0;
}
/* about us sec ends */
/* our program starts  */
.our-program {
  padding: 50px 0;
  background: url("../images/our-program-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
section.our-program::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(156, 81, 182, 0.99);
  z-index: -1;
}
.our-program-heading h3 {
  color: white;
}

.our-program-card-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.our_program_slidder .slick-active {
  opacity: 1;
}

.our_program_slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.our-program-card > a {
  display: inline;
}
.our-program-card-txt a h3 {
  font-size: 35px;
  color: white;
  padding: 15px 0 10px 0;
  font-weight: 500;
}

.our-program-card-txt a p {
  color: #ffffffbf;
}
.our-program-card-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.our-program-card-txt .theme-btn {
  margin: 20px 0 0 0;
}

.our_program_slidder button.slick-prev,
.our_program_slidder button.slick-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 7px;
  top: 40%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.our_program_slidder button.slick-prev {
  left: -45px;
}

.our_program_slidder button.slick-next {
  right: -45px;
}
.our_program_slidder button.slick-prev:hover {
  background-color: #ff69b4;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.our_program_slidder button.slick-next:hover {
  background-color: #ff69b4;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.our_program_slidder .slick-prev:before,
.our_program_slidder .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/btn-arrow.png") no-repeat;
  background-size: scale-down;
  background-position: center;
}

.our_program_slidder .slick-prev:before {
  transform: rotate(180deg);
}
.our-program-heading h2 {
  line-height: 50px;
}

.our-program-heading {
  padding: 0 0 25px 0;
}
.our-program .theme-btn {
  background-color: transparent;
  border: 1px solid #d1aedd;
}
.our-program .theme-btn span {
  background-color: #ff69b4;
}
.our-program .theme-btn span img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(953%)
    hue-rotate(164deg) brightness(117%) contrast(100%);
}
.our-program .theme-btn:hover {
  background-color: #ff69b4;
  border: 1px solid transparent;
}
.our-program .theme-btn:hover span {
  background-color: #9c51b6;
}
/* our program ends */
/* why choose sec starts  */
.why-choose-wrapper {
  margin: 100px 0 0 0;
}
.why-choose-left img {
  height: 535px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.why-choose-right h2 {
  color: white;
}

.why-choose-right h3 {
  color: #ffbdf7;
}
.why-choose-right p {
  color: #ffffffc2;
}
.why-choose-right ul {
  margin: 10px 0 30px 0;
}

.why-choose-right ul li {
  color: white;
  margin: 0 0 12px 0;
}
.why-choose-right ul li img {
  margin: 0 10px 0 0;
}
.why-choose-right {
  padding: 0 0 0 10px;
}
.why-choose-wrapper .row {
  align-items: center;
}
/* why choose sec ends */

/* our events section starts  */
section.our-events {
  margin: 100px 0;
}
.our-events-right .slick-active {
  opacity: 1;
}

.our-events-right .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.event-dt-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.event-dt-card-img img {
  height: 115px;
  width: 170px;
  border-radius: 10px;
  object-fit: cover;
}
.event-main-slidder-card-img img {
  height: 555px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.our-events-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-events-right::before {
  content: "";
  width: 80%;
  height: 77%;
  position: absolute;
  background: #9c51b6;
  right: 0;
  bottom: 0%;
  border-radius: 20px;
  z-index: -2;
}
.our-events-right::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 70px;
  background: #ff69b4;
  left: 31%;
  top: 24%;
  border-radius: 0 10px 10px 0;
  z-index: -1;
}
.event_dt_slidder {
  margin: 30px 0 0 0;
}
.event-dt-slidder-wrapper .slick-slide {
  margin: 10px 0 0;
}
.event-dt-slidder-wrapper h4:nth-child(3) {
  position: relative;
  z-index: 2;
  padding: 30px 0 0 0;
  color: #ff69b4;
  font-size: 30px;
}
.event-dt-card-txt h4 {
  color: #ffbdf7;
  font-size: 25px;
  padding: 0 0 2px 0;
}
.event-dt-card-txt p {
  color: #ffffffd6;
}

.event_main_slidder .slick-dots {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 23%;
}
.event_main_slidder .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fbd2f6;
  font-size: 10px;
  border: 1px solid #efaced;
  border-radius: 50%;
}
.event_main_slidder .slick-dots li button:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #ffbdf7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.our-events-left h3 {
  font-size: 39px;
  color: #ff69b4;
}

.our-events-left p {
  padding: 10px 0;
}

.calender-events {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 0 0 20px 0;
}
.calender-events > p {
  color: #9c51b6;
}
.calender-events img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
section.our-events .row {
  align-items: center;
}
span.total-slide {
  color: #7c7c7c;
}
/* our events section ends */

/* blog sec starts  */
.blog-heading h2 {
  line-height: 50px;
}

.blog-heading {
  padding: 0 0 30px 0;
}
.blog-card-calender {
  height: 120px;
  background-color: #1d1d1d;
  border-radius: 10px;
  min-width: 100px;
  width: 20%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blog-card-wrapper {
  display: flex;
  gap: 15px;
}
.blog-card-wrapper:hover {
  cursor: pointer;
}
.blog-card-wrapper:hover .blog-card-txt h5 {
  color: #ff69b4;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-card-wrapper:hover .blog-card-txt a:nth-child(3) {
  color: #ff69b4;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-card-wrapper:hover .blog-card-calender h5 {
  color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-card-wrapper:hover .blog-card-calender {
  background-color: #ff69b4;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-card-wrapper:hover .blog-card-calender h3 {
  color: white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-card-txt a:nth-child(3) {
  display: block;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
  font-size: 12px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-card-txt h5 {
  padding: 20px 0 10px 0;
  font-size: 25px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.blog-card-txt p {
  padding: 0 0 20px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-card-img img {
  height: 245px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.our-blog {
  margin: 0 0 100px 0;
}
.blog_slidder .slick-active {
  opacity: 1;
}

.blog_slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.blog-card .theme-btn {
  display: none;
}
.slick-slide.slick-current.slick-active.slick-center .theme-btn {
  display: inline-flex;
  margin: 30px 0 0 0;
}
.blog-card-calender h3 {
  width: 100%;
  border-bottom: 1px solid #ffffff63;
  color: #ff69b4;
  font-size: 40px;
}
.blog-card-calender h5 {
  font-size: 20px;
  color: #ff69b4;
  padding: 6px 0 0 0;
}
/* blog sec ends */

/* make donation seec starst  */
.monthly-yearly-tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 45px;
  padding: 0 116px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #cfa3da;
  text-transform: uppercase;
  font-size: 14px;
  color: #9c51b6;
  font-weight: 500;
  border-radius: 10px;
}
.monthly-yearly-tabs .nav-tabs {
  border-bottom: 1px solid transparent;
  width: 100%;
  display: flex;
  gap: 20px;
}
.monthly-yearly-tabs .nav-tabs .nav-link:hover,
.monthly-yearly-tabs .nav-tabs .nav-link:focus {
  border: 1px solid #9c51b6;
  color: #9c51b6;
}
.monthly-yearly-tabs .nav-tabs .nav-link.active,
.monthly-yearly-tabs .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ff69b4;
  border: 1px solid transparent;
  color: white;
}
.monthly-yearly-tabs .one-time-price-wrapper .row {
  margin: 20px 0;
}
.monthly-yearly-tabs .price-checkbox {
  display: none;
}
.monthly-yearly-tabs .price-label {
  display: inline-flex;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: 1px solid #737070d4;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 45px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #737070d4;
  font-size: 14px;
}
.monthly-yearly-tabs .price-checkbox:checked + .price-label {
  background-color: #9c51b6;
  color: white;
  border-color: #9c51b6;
}
.monthly-yearly-tabs .price-label:hover {
  background-color: #9c51b6;
  color: white;
  border: 1px solid transparent;
}
.monthly-yearly-tabs .price-checkbox:checked + .price-label:hover {
  background-color: #9c51b6;
}
.monthly-yearly-tabs .one-time-price-wrapper .row .col-md-4:nth-child(1) {
  padding-left: 0;
}
.monthly-yearly-tabs .one-time-price-wrapper .row .col-md-4:nth-child(3) {
  padding-right: 5px;
}
.monthly-yearly-tabs .donation-inputs input {
  height: 45px;
  width: 100%;
}
.monthly-yearly-tabs .donation-inputs .col-md-12 {
  padding: 0;
}

.monthly-yearly-tabs .donation-inputs {
  padding: 0;
  position: relative;
}

.monthly-yearly-tabs .donation-inputs .col-md-12 input {
  padding: 20px 10px;
  background: transparent;
  border: 1px solid #737070d4;
  text-align: right;
  color: #737070d4;
  position: relative;
  border-radius: 10px;
  height: 50px;
}
.monthly-yearly-tabs .donation-inputs .col-md-12 input::placeholder {
  color: #737070d4;
}
.monthly-yearly-tabs p.dollar-sign {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  color: #737070d4;
  font-size: 14px;
}

.monthly-yearly-tabs .donation-fields {
  padding: 0;
}

.monthly-yearly-tabs .donation-fields .col-md-12 input {
  padding: 20px 10px;
  background: transparent;
  border: 1px solid #737070d4;
  text-align: inherit;
  color: #737070d4;
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 50px;
}
.monthly-yearly-tabs .donation-fields .col-md-12 input::placeholder {
  color: #737070d4;
}
.monthly-yearly-tabs .donation-fields button {
  border: 1px solid transparent;
}
.monthly-yearly-tabs .make-donation-right img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.monthly-yearly-tabs section.make-donation .row {
  align-items: center;
}
.monthly-yearly-tabs .make-donation-left h2 {
  line-height: 50px;
}

.monthly-yearly-tabs .make-donation-left h3 {
  padding: 0 0 20px 0;
}
section.make-donation .row {
  align-items: center;
}
.make-donation-right img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.make-donation {
  margin: 0 0 100px 0;
}
/* make donation seec ends */
/* footer starts */
.footer-sec {
  background-color: #9c51b6;
  padding: 80px 0 0 0;
}
.quick-links ul {
  display: flex;
  flex-wrap: wrap;
  order: 2;
}
.quick-links ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 0 20px 0;
}
.quick-links ul li a {
  color: white;
  text-transform: uppercase;
  transition: transform 0.3s ease, color 0.3s ease;
}
.quick-links ul li a:hover {
  transform: translateX(5px);
  color: #ff69b4;
}
.footer-socials ul li a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 15px;
  border: 1px solid white;
  border-radius: 50%;
  transition: transform 0.3s ease, background 0.3s ease, border 0.3s ease;
}
.footer-socials ul li a:hover {
  background: #ff69b4;
  border: 1px solid transparent;
  transform: scale(1.1);
}
.footer-socials ul {
  display: flex;
  gap: 15px;
}
.footer-logo-wrapper p {
  color: #ffffffbf;
  padding: 20px 0;
  width: 70%;
}
.quick-links .heading {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0 30px 0;
}
.contact-footer-links .heading {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0 30px 0;
}
.news-letter-footer .heading {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0 30px 0;
}
.contact-footer-links ul li a {
  color: white;
  padding: 0px 0 30px 0;
  font-size: 14px;
  display: inline-flex;
  align-items: flex-start;
  transition: transform 0.3s ease, color 0.3s ease;
  gap: 5px;
}
.contact-footer-links ul li a:hover {
  transform: translateX(5px);
  color: #ff69b4;
}
.contact-footer-links ul li a i {
  font-size: 18px;
  margin: 5px 10px 0 0;
}
.footer-input input {
  height: 60px;
  width: 100%;
  border: 1px solid transparent;
  background: #ffbdf7;
  border-radius: 5px;
  margin: 0 0 30px 0;
  padding: 20px;
}
.footer-input button {
  border: 1px solid white;
}
.copy.right-wraper {
  padding: 25px 4%;
  border-top: 1px solid #ae6ebe;
  margin: 30px 0 0 0;
}
.copy-right-left p {
  color: #ffffffbf;
}
.copy-right-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* footer ends */

/* inner banner starts  */
.inner-banner {
  height: 520px;
  width: 100%;
  background: url("../images/hero-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
.inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(156, 81, 182, 0.99);
  z-index: -1;
}
section.inner-banner .container {
  height: 100%;
}

section.inner-banner .container .row {
  height: 100%;
}

section.inner-banner .container .row {
  height: 100%;
}
.inner-banner-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin: 3% 0 0 0;
}
/* inner banner ends */

/* about page starts  */
.choose-us-about-page-wrapper .why-choose-right h2 {
  color: #ff69b4;
}
.choose-us-about-page-wrapper .why-choose-right h3 {
  color: #9c51b6;
}
.choose-us-about-page-wrapper .why-choose-right ul li {
  color: black;
  margin: 0 0 12px 0;
}
.choose-us-about-page-wrapper .why-choose-right p {
  color: #000000d1;
}
.about-sec-wrapper .about-left-img img {
  height: 545px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-sec-wrapperr .about-right-img img {
  height: 605px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.choose-us-about-page-wrapper {
  margin: 0 0 100px 0;
}
/* about page ends */

/* Blog page starts  */
.blog-sec-wrapper {
  margin: 100px 0 0 0;
}
.blog-sec-wrapper .row:nth-child(2) {
  margin: 0 0 50px 0;
}
/* Blog page ends */

/* blog detail starts  */
.blog-dt-img {
  position: relative;
}
.blog-dt-img-wrapper {
  position: relative;
}

.blog-dt-img-wrapper .blog-card-calender {
  height: 120px;
  background-color: #1d1d1d;
  border-radius: 10px;
  min-width: 100px;
  width: 10%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.blog-dt-img img {
  height: 530px;
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 5px;
}
section.blog-detail {
  margin: 100px 0;
}
.blog-dt-content h2 {
  padding: 15px 0;
  font-size: 51px;
  color: #9c51b6;
}
.blog-dt-content p {
  padding: 0 0 20px 0;
}
/* blog detail ends */

/* dojnate page starst  */
.donate-page-wrapper {
  margin: 100px 0 0 0;
}
/* dojnate page ends */

/* contact us page starts  */
section.contact-us-page {
  margin: 100px 0;
}
.contact-left img {
  height: 665px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.contact-us-page .row {
  align-items: center;
}
.contact-right h2 {
  color: #9e57b5;
}
.contact-right input {
  height: 50px;
  width: 100%;
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid #e2d3e1;
  background: transparent;
  color: #e2d3e1;
  border-radius: 5px;
}
.contact-right select {
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  margin: 0 0 20px 0;
  background-color: transparent;
  border-radius: 5px;
}
.contact-right textarea {
  height: 150px;
  width: 100%;
  padding: 20px;
  resize: none;
  border: 1px solid #e2d3e1;
  background: transparent;
  border-radius: 5px;
}

.contact-right button {
  border: 1px solid transparent;
  margin: 20px 0 0 0;
}
.contact-right p {
  padding: 5px 0 20px 0;
}
.contact-right input::placeholder {
  color: #4d4b4b;
}

.contact-right select::placeholder {
  color: #4d4b4b;
}
.contact-box {
  background: #9c51b6;
  color: white;
  padding: 30px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.contact-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.contact-box a div:nth-child(1) {
  height: 65px;
  width: 65px;
  background: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}
.contact-box a div:nth-child(1) i {
  font-size: 30px;
  color: #9c51b6;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.contact-box a div h5 {
  color: white;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
}

.contact-box a div p {
  color: #e0cee7;
}
.contact-box-wrapper {
  margin: 30px 0 0 0;
}
.contact-box:hover {
  background: #ff69b4;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.contact-box:hover a div:nth-child(1) i {
  color: #ff69b4;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
/* contact us page ends */
/* program page starts  */
.program-page-wraper {
  margin: 100px 0;
}
.program-page-wraper .our-program-heading h3 {
  color: #9c51b6;
}

.program-page-wraper .our-program-card-txt a h3 {
  font-size: 35px;
  color: #9c51b6;
  padding: 15px 0 10px 0;
  font-weight: 500;
}

.program-page-wraper .our-program-card-txt a p {
  color: #000000e3;
}

.program-page-wraper .our-program-card-txt .theme-btn {
  margin: 20px 0 0 0;
  background-color: #9c51b6;
}

.program-page-wraper .theme-btn span {
  height: 50px;
  width: 50px;
  background-color: #ff69b4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 0 30px;
  border-radius: 5px;
}

.program-page-wraper .theme-btn span img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(953%)
    hue-rotate(164deg) brightness(117%) contrast(100%);
  object-fit: scale-down;
}

/* program page ends */

/* program detail page starts  */
.program-detail-page-img img {
  height: 535px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

section.program-detail-page h2 {
  color: #9c51b6;
  padding: 10px 0 5px 0;
}

section.program-detail-page p {
  padding: 0 0 20px 0;
}
section.program-detail-page {
  margin: 100px 0;
}
.program-detail-page-txt a {
  margin: 20px 0 0 0;
}
.program-detail-page-txt a {
  margin: 20px 0 0 0;
  background-color: #9c51b6;
}
.program-detail-page-txt a span {
  background: #ff69b4;
}
.program-detail-page-txt a span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(207deg) brightness(103%) contrast(103%);
}

/* program detail page ends*/

/* event detail page starts  */
section.event-dt {
  margin: 100px 0;
}
.event-dt-img img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.event-dt-content-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-dt-content-heading h2 {
  font-size: 51px;
  color: #9c51b6;
}
.event-dt-content-heading {
  padding: 10px 0;
}
.event-dt-content p {
  padding: 10px 0;
}

.event-dt-content a {
  margin: 20px 0 0 0;
}
/* event detail page ends */

/* Animations Starts  */
/* Animations ends */


.cashApp h4 {
    color: #000;
    font-size: 50px;
    margin-bottom: 30px;
}

.cashApp {
    text-align: center;
    margin-top: 30px;
}
