@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@import url("../fonts/new_customfont/stylesheet.css");

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

@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");

/* font-family: "Tenor Sans", sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");

/* font-family: "Allison", cursive; */

@import url("https://fonts.googleapis.com/css2?family=Allison&family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

/* font-family: "Karla", sans-serif; */

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

/* font-family: "Raleway", sans-serif; */

@font-face {
  font-family: "SansationL";
  src: url("../fonts/sansation/Sansation_Light.ttf") format("ttf"),
    url("../fonts/sansation/Sansation_Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gordital";
  src: url("../fonts/gordita/Gordita-Light.ttf") format("ttf"),
    url("../fonts/gordita/Gordita-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rockwellregular";
  src: url("fonts/rockwell/rock-webfont.woff2") format("woff2"),
    url("rock-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rockwellbold";
  src: url("fonts/rockwell/rockwell-bold-webfont.woff2") format("woff2"),
    url("rockwell-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montextralight_demo";
  src: url("../fonts/mont/mont-extralightdemo-webfont.woff2") format("woff2"),
    url("mont-extralightdemo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montheavy_demo";
  src: url("../fonts/mont/mont-heavydemo-webfont.woff2") format("woff2"),
    url("mont-heavydemo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.woff2") format("woff2"),
    url("../fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans1";
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regular.eot");
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff2") format("woff2"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff") format("woff"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*    font-family: 'HurmeGeometricSans1';*/
/*    src: url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf'),*/
/*        url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Century Gothic';*/
/*    src: url('../fonts/CenturyGothic.woff2') format('woff2'),*/
/*        url('../fonts/CenturyGothic.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Hemulite';*/
/*  src: url('../fonts/hemulite/h') format('woff2'),*/
/*      url('../fonts/CenturyGothic.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

:root {
  /*** theme colors ***/
  --theme-color-2: #222222;
  --theme-color: #0a72bb;
  --theme-color-3: #ED1944;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  /* font-family: "Jost", sans-serif; */
  /* font-family: 'Open+Sans'; */
  /* font-family: 'Nunito'; */
  font-family: "Karla", sans-serif;
  overflow-x: hidden;

  /* background: linear-gradient(to right, #FF7E5F, #FFB97F); */
}

.pd-80 {
  padding: 80px 0;
}

a {
  transition: 0.2s all;
}

a:hover {
  transition: 0.2s all;
}

h4,
h5,
h6 {
  font-family: "Allison", cursive;
}

h1,
h2,
h3 {
  font-family: "SansationL";
  text-transform: uppercase;
}

.theme-btn {
  font-family: "Tenor Sans", sans-serif;
  background-color: var(--theme-color);
  color: var(--theme-white) !important;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.2s all;
}

.theme-btn:hover {
  background-color: var(--theme-color-3);
  color: var(--theme-white);
  transition: 0.2s all;
}

.theme-btn-2 {
  font-family: "Tenor Sans", sans-serif;
  background-color: var(--theme-white);
  color: var(--theme-color);
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

.theme-btn-2:hover {
  background-color: var(--theme-color);
  color: var(--theme-white);
}

.theme-btn i {
  padding-left: 10px;
}

header {
  padding-top: 25px;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

.top-logo .row {
  align-items: center;
}

.top-logo {
  border-bottom: 1px solid #ffffff38;
  padding-bottom: 30px;
}

.logo img {
  width: 70%;
}

.contact-btn .user-btn {
  background-color: var(--theme-color);
  padding: 17px;
  border-radius: 50%;
  width: 60px;
  color: var(--theme-white);
}

.contact-btn .user-btn:hover {
  background-color: var(--theme-white);
  color: var(--theme-color-3);
}

.contact-btn .user-btn:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(60%) saturate(4230%) hue-rotate(335deg) brightness(92%) contrast(103%);
}

.header .middle-inner .contact-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

a.single-icon.user-btn {
  display: inline-table;
  text-decoration: none;
}

.navbar {
  padding-top: 20px;
}

.navbar ul {
  width: 100%;
  justify-content: space-between;
}

.top-nav a.nav-link {
  font-family: "Tenor Sans", sans-serif;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
}

.top-nav a.nav-link:hover {
  color: var(--theme-color);
}

.top-nav a.nav-link.active {
  font-family: "Tenor Sans", sans-serif;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
}

.carousel-section .carousel-inner::before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 80%;
}

.carousel-section .carousel-caption {
  z-index: 3;
  left: 0;
  width: 100%;
  text-align: center;
  top: 40%;
}

.carousel-section .carousel-caption h4 {
  font-size: 56px;
  color: #fff;
}

.carousel-section .carousel-caption h1 {
  font-size: 70px;
  color: #fff;
  font-family: "gordital";
}

.carousel-section .carousel-caption h1 span {
  font-weight: bold;
}

.carousel-section .carousel-caption p {
  font-size: 16px;
  color: #fff;
  width: 36%;
  margin: 0 auto;
  font-family: "Karla", sans-serif;
}

.carousel-section .carousel-caption a {
  margin: 13px 0 0;
}

.about-section,
.testimonial-section {
  background-image: url(../images/about-banner.png);
  position: relative;
  z-index: 1;
}

.about-right h4 {
  font-size: 45px;
  color: var(--theme-color);
}

.about-right h3 {
  font-size: 50px;
}

.about-right p {
  color: #000;
  opacity: 90%;
  font-size: 18px;
}

.about-right p.about-border {
  opacity: 70%;
  font-size: 16px;
  border-left: 2.74px solid var(--theme-color);
  padding-left: 10%;
  margin: 20px 0;
}

.fundraise-section {
  background-image: url(../images/fund-banner.png);
  position: relative;
  z-index: 1;
  background-size: cover;
  padding-top: 80px;
  height: 470px;
}

.fundraise-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 90%;
  background-color: var(--theme-color);
  z-index: -1;
}

.fund-slider .slick-list {}

.fund-head {
  text-align: center;
  margin-bottom: 80px;
}

.fund-head h4 {
  font-size: 50px;
  color: #fff;
}

.fund-head h3 {
  color: #fff;
  font-size: 60px;
}

.fund-head p {
  font-size: 17px;
  color: #fff;
  width: 56%;
  margin: 10px auto 10px;
  font-family: "Karla", sans-serif;
  opacity: 70%;
}

.fund-box {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  box-shadow: 0px 5px 11px 0px rgb(0 0 0 / 34%);
  margin: 0 8px 30px;
}

.fund-box img {
  width: 170px;
  height: 170px;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
}

.fund-box h3 {
  text-transform: unset;
  font-size: 30px;
  margin: 20px 15px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.fund-box h5 {
  font-size: 40px;
  color: var(--theme-color);
}

.fund-box h2 {
  font-size: 21px;
  font-weight: 500;
  text-transform: capitalize;
}

.fund-box i {
  color: var(--theme-color);
  font-size: 23px;
}

section.club-section {
  padding: 320px 0 80px;
  background-image: url(../images/fund-banner.png);
  position: relative;
  background-size: cover;
  z-index: 0;
}

.club-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 90%;
  background-color: #fff;
  z-index: -1;
}

.club-section .fund-head h3 {
  color: var(--theme-black);
}

.club-section .fund-head h4 {
  color: var(--theme-color);
}

.club-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 200px;
  transition: 0.2s all;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 28%);
}

.club-box:hover {
  background-color: var(--theme-color-3);
  transition: 0.2s all;
}

.club-box img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(96%) saturate(817%) hue-rotate(173deg) brightness(92%) contrast(101%);
}

.club-box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(118deg) brightness(104%) contrast(100%);
}


.youth-section {
  background-image: url(../images/youth-banner.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.youth-section a.theme-btn-2:hover {
  background: var(--theme-color-3);
}

.youth-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 90%;
  background-color: var(--theme-color);
  z-index: -1;
}

.youth-section .fund-head {
  margin-bottom: 0;
}

.fund-head a {
  margin: 20px 0;
}

.testi-section {
  background-color: #222222;
}

.testi-section .slick-list {
  z-index: 2;
}

.testi-section .slick-prev:before {
  content: url(../images/testi-left-arrow.svg);
  filter: invert(1) brightness(0);
}

.testi-section .slick-next:before {
  content: url(../images/testi-right-arrow.svg);
  filter: invert(1) brightness(0);
}

.testi-section .slick-prev {
  background-color: var(--theme-color);
  padding: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100%;
  left: -106%;
}

.testi-section .slick-next {
  background-color: var(--theme-color-3);
  padding: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100%;
  left: -91%;
  color: #fff;
}

.testi-left {
  text-align: left;
}

.testi-left p {
  width: 100%;
  text-align: left;
}

.testi-left h3 {
  font-size: 59px;
}

.test-box {
  background-color: #fff;
  padding: 12px 30px 20px;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

.test-box h3 {
  background-color: var(--theme-color);
  color: #fff;
  padding: 3px 0;
  text-align: center;
  text-transform: unset;
}

.test-box i {
  color: #f4b52b;
  margin: 20px 0 10px;
}

.test-box p {
  font-size: 20px;
  line-height: 34px;
}

.test-box::after {
  content: "";
  width: 0%;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0px 1px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
}

.test-middo {
  position: relative;
  z-index: 9;
}

.testi-right img {
  width: 100%;
  position: relative;
  left: -20%;
  top: -30px;
}

.contact-section {
  background-image: url(../images/contact.png);
  position: relative;
  z-index: 1;
}

.contact-left h2 {
  font-size: 45px;
}

.contact-left p {
  font-family: "Poppins";
  font-size: 15px;
}

.contact-left input,
.contact-left textarea {
  background-color: #fff;
  border: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.contact-left textarea {
  height: 200px;
}

.contact-left button {
  border: 0;
}

.contact-right h2 {
  margin-bottom: 50px;
}

.mail-flex {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  align-items: center;
}

.my-icon i {
  font-size: 35px;
  background-color: var(--theme-color);
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s all;
  cursor: pointer;
}

.my-icon:hover i {
  background-color: #fff;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.address p {
  margin-bottom: 0;
  color: var(--theme-color);
  font-size: 16px;
}

.address span,
.address a {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
}

footer {
  background-image: url(../images/foot-back.png);
  position: relative;
  z-index: 1;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 90%;
  background-color: #000;
  z-index: -1;
}

.foot-left form {
  position: relative;
}

.foot-left img {
  width: 40%;
}

.foot-left p {
  color: #fff;
  font-size: 22px;
  margin: 35px 0 30px;
}

.foot-left input {
  background-color: #fff;
  border: 0;
  width: 85%;
  margin: 10px 0 40px;
  padding: 15px 20px;
  border-radius: 30px;
}

.foot-left button {
  position: absolute;
  border: 0;
  padding: 12px 30px;
  right: 16%;
  top: 13%;
}

.socials i {
  color: #fff;
  font-size: 23px;
  margin-right: 9px;
}

.col2 h3 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: unset;
  margin-bottom: 30px;
}

.col2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col2 ul li {
  margin-bottom: 8px;
  font-size: 18px;
}

.col2 ul li a {
  color: #fff;
  text-decoration: none;
  opacity: 80%;
}

.bottom-bar {
  background-color: var(--theme-color);
  padding: 10px;
  text-align: center;
}

.bottom-bar p {
  color: #fff;
  margin-bottom: 0;
}

/* PRIVACY POLICY */

.carousel-section-privacy .carousel-caption {
  top: 60%;
}

.privacy-content h2 {
  font-size: 39px;
  margin-bottom: 25px;
  font-family: "Poppins";
  font-weight: 200;
}

.privacy-content h2 span {
  font-weight: 400;
}

.privacy-content p {
  font-size: 17px;
  color: #000;
  line-height: 25px;
}

/* CONTACT US */

/* Fundraise Programs */

.fundraise-section-2 {
  height: auto;
}

.fundraise-section-2::before {
  background-color: #fff;
}

.fundraise-section-2 .fund-box {
  margin-bottom: 40px;
}

/* ABOUT US */

.about-section-2 {
  padding-bottom: 80px;
}

.about-left-2 img {
  position: absolute;
  width: 80%;
  left: 1%;
  top: -94%;
}

.about-right-2 {
  margin-top: -5%;
  margin-left: -3%;
}

/* TESTIMONIALS */

.testi-box {
  padding: 25px 15px;
  border: 0.5px solid #8080802e;
  height: 310px;
  margin-bottom: 40px;
}

.user-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.user-flex i {
  color: orange;
}

.testi-box h5 {
  font-family: "Poppins";
  font-size: 20px;
}

.testi-box p {
  font-family: "Poppins";
  font-size: 15px;
  margin: 20px 0 0;
}

/* LOGIN */

section.login-page {
  margin: 70px 0;
}

.login-form h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 21px;

}

.login-form {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 50px 40px 30px;
  height: fit-content;
}

.top-main-row {
  justify-content: center;
  gap: 20px;
}

.login-form .col-md-12 input {
  width: 100%;
  margin-bottom: 18px;
  padding: 13px 23px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-weight: 500;
}

button.theme-btn.login-btn {
  width: 100%;
  margin-bottom: 18px;
  padding: 13px 23px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-weight: 500;
}

.login-page input#remember {
  width: auto;
  margin-right: 6px;
  outline: 1px solid var(--theme-color);
  padding: 7px;
  margin: 0;
  outline-style: auto;
}

.login-page .row .col-md-6 label {
  font-weight: 600;
  margin-left: 5px;

}

.login-page .row .col-md-6 a {
  display: block;
  text-align: right;
  font-weight: 600;

}

.register-form {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 50px 40px 30px;
}

.register-form .col-md-12 input {
  width: 100%;
  margin-bottom: 18px;
  padding: 13px 23px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;

  font-weight: 500;
}

.register-form .col-md-6 input {
  width: 100%;
  margin-bottom: 18px;
  padding: 13px 23px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;

  font-weight: 500;
}

.register-form h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 21px;

}

.register-form .col-md-12 p a {
  color: var(--theme-color);
  text-decoration: underline;
  margin-left: 10px;
}

.register-form .col-md-12 p {
  font-size: 14px;
  font-weight: 700;

}

section.discover-page-headings h2 {
  font-size: 60px;
  width: 58%;
  font-weight: 600;
}

section.discover-page-headings p {
  font-size: 20px;
  width: 50%;
  font-weight: 600;
  margin: 20px 0;
}

section.discover-page-headings {
  margin: 100px 0;
}

section.discover-page-headings a.funds-btn {
  text-decoration: none;
  color: #fff;
  background: #0b72bb;
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  display: block;
  width: max-content;
  margin: 0;
  margin-top: 30px;
}

.logo-d {
  text-align: center;
}

.logo-d img {
  width: 100%;
  padding: 66px 50px;
  background: #FBFAF8;
  height: 200px;
  object-fit: contain;
  margin: 20px 0;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: .4s ease-in-out;
}

.logo-d:hover img {
  border: 1px solid #000;
}

.logo-d a {
  /*margin: 15px 0 25px;*/
  font-size: 19px;
  font-weight: 600;
  display: block;
  color: #000;
  text-decoration: none;
}

.fund-raise-one a {
  text-decoration: none;
}

.fund-raise-one img {
  width: 100%;
  height: 230px;
  border-radius: 15px;
  margin-bottom: 20px;
  object-fit: cover;
}

.fund-raise-one span {
  background: #00000094;
  color: #fff;
  padding: 3px 20px;
  border-radius: 19px;
  position: absolute;
  top: 12rem;
  left: 1.3rem;
  font-size: 14px;
}

.fund-raise-one {
  position: relative;
  padding: 0px 10px;
}

.fund-raise-one h5 {
  font-family: unset;
  font-size: 21px !important;
  margin: 0px 0 10px;
  width: 97%;
  height: 45px;
}

.fund-raise-one h5 a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.grey-bar {
  background: #ec1a3d8a;
  padding: 6px;
  position: relative;
  border-radius: 10px;
  margin: 20px 0 10px;
}

.green-bar {
  padding: 6px;
  background: #0574bb;
  position: absolute;
  width: 80%;
  top: 0;
  left: 0;
  border-radius: 13px;
}

section.cate-funds {
  margin: 80px 0;
}

section.cate-funds h2 {
  font-family: unset;
  font-size: 25px;
  margin-left: 12px;
  margin-bottom: 15px;
  font-weight: 600;
}

section.s-m-c-btn {
  margin: 0 0 50px;
}

.show-m-c-btn {
  text-align: center;
}

.show-m-c-btn .some-more-btn {
  text-decoration: none;
  background: #0a72bb;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  font-family: 'Tenor Sans';
  font-size: 20px;
  font-weight: 700;
}

section.pricing-top {
  margin: 60px 0;
}

.top-pri h2 {
  font-size: 60px;
  font-weight: 600;
  width: 60%;
  margin-bottom: 20px;
}

.top-pri p {
  font-size: 22px;
  width: 59%;
}

section.pric-main {
  padding: 50px 0;
  background: #c3e0f380;
}

section.pric-main h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

section.pric-main h2 span {
  color: #0574bc;
}

section.pric-main {
  padding: 50px 0;
  background: #c3e0f380;
}

section.pric-main h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

section.pric-main h2 span {
  color: #0574bc;
}

.pricing-partone {
  padding: 50px 0;
}

.pricing-partone p {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 20px;
}

.pricing-partone h3 {
  font-size: 55px;
  width: 50%;
  height: 130px;
  margin: 50px 0 30px;
  font-weight: 600;
  color: #0575bc;
}

.pricing-partone {
  padding-right: 65px;
}

section.pricing-math {
  padding: 80px 0;
  background: #F8F8F8;
}

section.pricing-math h2 {
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 600;
}

.math-left h3 {
  font-size: 60px;
  width: 70%;
  margin: 40px 0;
}

.math-left h3 span {
  color: #0673b8;
  font-size: 65px;
  font-weight: 600;
}

.math-left p {
  font-size: 23px;
}

.mathright h3 {
  font-size: 60px;
  width: 70%;
  margin: 40px 0;
}

.mathright h3 span {
  color: #0673b8;
  font-size: 65px;
  font-weight: 600;
}

.mathright p {
  font-size: 23px;
}

section.tran-fee {
  padding: 80px 0 0;
}

.trran-left {
  height: 100%;
  display: flex;
  align-items: center;
}

.trran-left h2 {
  font-size: 32px;
  FONT-WEIGHT: 600;
  text-transform: capitalize;
}

.trran-right p {
  font-size: 18px;
  margin-bottom: 23px;
}

section.tran-fee .container {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 80px;
}

.trran-right a.fundgo-btn {
  background: #0a71bc;
  color: #fff;
  padding: 13px 30px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  margin-right: 20px;
}

.trran-right a {
  background: #fff;
  color: #0a71bc;
  border: 1px solid #0a71bc;
  padding: 13px 30px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
}

h1.omer-neutra {
  font-size: 45px !important;
}

section.main-sec-omar {
  padding: 80px 0;
}

.imd-plud-cont h2 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 600;
}

.imd-plud-cont img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}

.imd-plud-cont p i {
  background: #F4F2EC;
  padding: 10px 11px;
  border-radius: 20px;
  margin-right: 10px;
}

.imd-plud-cont p {
  font-size: 16px;
  margin: 10px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  PADDING: 15px 0;
}

.oamr-desc {
  margin: 30px 0;
}

.oamr-desc p {
  margin-bottom: 20px;
}

.oamr-desc img {
  width: 60% !important;
  margin: 30px 170px 30px;
}

.donate-btn {
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.donate-btn a {
  width: 30%;
  background: #0574ba;
  display: block;
  padding: 11px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

.organizers {
  padding: 30px 0;
  /* ma':'; */
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.organizers h4 {
  font-family: 'SansationL';
  margin-bottom: 20px;
}

.organ-name {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.organ-name i {
  padding: 10px;
  background: #f4f2ec;
  border-radius: 30px;
}

a.omqar-cont-btn {
  padding: 10px 40px;
  background: #0574ba;
  color: #fff;
  text-decoration: none;
  display: block;
  width: max-content;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 10px;
}

.word-support {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.word-support h4 {
  font-family: 'SansationL';
  font-weight: 600;
  margin-bottom: 10px;
}

.word-support p {
  font-size: 17px;
  margin-bottom: 20px;
}

.hideen .hidden-1 img {
  width: 6%;
  background: #f4f2ec;
  padding: 6px;
  border-radius: 35px;
}

.hideen .hidden-1 {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}

.bar-large {
  padding: 10px;
  background: #e0e0e0;
}

.hidden-1-1 {
  width: 100%;
}

.bar-small {
  padding: 10px;
  background: #e0e0e0;
  width: 50%;
  margin-top: 10px;
}

.opa-5 {
  opacity: 60%;
}

.opa-10 {
  opacity: 30%;
}

.post-date-omar {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.post-date-omar p {
  margin: 0;
}

.post-date-omar p a {
  margin-left: 10px;
  color: #000;
}

.report-tbn {
  padding: 50px 0;
}

.report-tbn a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.report-tbn a i {
  margin-right: 10px;
}

.side-bar-omar {
  position: sticky;
  top: 20px;
}

.side-bar-top-omar p span {
  font-size: 30px;
  margin-right: 10px;
}

.side-bar-top-omar p {
  font-size: 17px;
  margin: 10px 0;
}

.side-bar-omar {
  margin-left: 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 #0000001f;
  padding: 20px;
  border-radius: 10px;
}

.full-width-btn a {
  display: block;
  text-align: center;
  margin: 10px 0;
  padding: 10px;
  background: #ec1846;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
}

.full-width-btn {
  margin: 20px;
}

.poeopeele {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.poeopeele img {
  width: 11%;
  background: #F1D8FE;
  padding: 8px;
  border-radius: 17px;
}

.poeopeele p {
  margin: 0;
  font-size: 17px;
}

.totot {
  DISPLAY: FLEX;
  margin-bottom: 20px;
  align-items: center;
}

.totot img {
  width: 13%;
  padding: 10px;
  margin-right: 10px;
  background: #f4f2ec;
  border-radius: 26px;
}

.totot p {
  margin: 0;
  font-size: 17px;
}

.totot p span {
  display: block;
  font-size: 17px;
}

.totot p span a {
  margin-left: 10px;
  color: #000;
  font-size: 17px;
}

.tbht2 {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 30px 0 20px;
}

.tbht2 a {
  width: 40%;
  text-align: center;
  background: #0574bb;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
}


.med-f-lft h2 {
  font-size: 43px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}

section.med-fund-top {
  margin: 70px 0 0;
}

.med-f-lft p {
  font-size: 25px;
  padding-right: 60px;
}

a.fund-btn {
  background: #0a72bb;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  display: block;
  width: max-content;
  margin: 20px 0;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.med-f-rght img {
  width: 84%;
  height: 450px;
  object-fit: cover;
  object-position: 54%;
  border-radius: 30px;
}

.med-f-lft {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.med-fund-top .container {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 70px;
}

.med-funds {
  margin: 20px 0 !important;
}

.med-funds1 {
  margin-bottom: 20px !important;
}

.doner-summery {
  background: #fdfdfd;
  padding: 50px;
  margin: 70px 0px;
  border-radius: 20px;
  box-shadow: 1px 1px 20px -4px rgba(0, 0, 0, 0.5);
}

.payment-section .doner-details {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.payment-section .doner-details img {
  width: 170px;
  border-radius: 12px;

}

.payment-section .doner-details p strong {
  color: #000;
}



.payment-page-info a {
  color: #000 !important;
}

.payment-section .paypal-btn a{
  background: #ffc439;
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding: 13px 0px;
  border-radius: 4px;
  display: block;
}