@font-face {
  font-family: "IvyJournal";
  src: url("../font/IvyJournal-Regular.otf");
}

@font-face {
  font-family: "IvyJournal-Bold";
  src: url("../font/IvyJournal-Bold.otf");
}

@font-face {
  font-family: "IvyJournal-SemiBold";
  src: url("../font/IvyJournal-SemiBold.otf");
}

html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Bebas Neue', sans-serif;
  background-image: url(../images/bg.png);
  background-size: cover;
}

body,
p {
  

  font-weight: 400;
}

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

/*Containers*/
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

a {
  text-decoration: none;
  color: #0000ff;
  transition: all 0.3s ease-in-out;
}

.rc-anchor-normal {
    width: 280px;
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 0px;
}

.buynow {
    position: fixed;
    right: 0px;
    background: #e0cc95;
    border-radius: 10px 0px 0px 10px;
    padding: 10px 10px 4px;
    font-size: 32px;
    text-align: right;
    z-index: 999;
    box-shadow: 2px 8px 13px 1px #00000026;
    top: 40%;
    font-family: 'Bebas Neue', sans-serif;
    color: #000 !important;
    cursor: pointer;
    text-decoration: none !important;
}


.buynow a {
  color: #000 !important;
  text-decoration: none;
  line-height: 1;
}

.buynow a:hover {
    text-decoration: none;
    line-height: 1;
    color: #FFF !important;
}

.buynow:hover {
    background: #000;
    color: #FFF !important;
    text-decoration: none !important;
}

.buynow:hover a {
  color: #FFF !important;
}

.heading-text.text-center.mt-5 h2, h4.transaction.text-white.mt-5 {
    text-align: center;
    margin: 0 auto;
}

.table-transaction {
    border-radius: 10px;
    padding: 15px 15px 1px 15px !important;
    background: #fff;
}

.table-transaction .table{
  box-shadow: none !important;
}

.pulse {
  box-shadow: 0 0 0 rgb(87 64 43);
  animation: pulse 1s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 2, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 2, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 2, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 2, 0 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 2, 0, 0);
    box-shadow: 0 0 0 20px rgba(255, 2, 0, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.main-header {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 65px;
    text-align: left;
    color: #FDC279;
    margin-bottom: -20px;
}

aside {
    width: 100%;  
    animation: blink .5s infinite alternate;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.1;
  }
}

aside p {
    background: red;
    max-width: 750px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.7;
    text-align: center;
    font-weight: 700;
    font-family: Montserrat !important;
    border: 6px solid #fff;
}

.form-header-text {
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 10px;
  align-items: center;
}

.form-header-text h3 {
  font-family: 'Ivy Journal';
  font-weight: 700;
  color: #BA4D15;
  margin-bottom: 0rem;
}

.form-header-text p {
  margin-bottom: 0rem;
  max-width: 700px;
  color: #616161;
  font-weight: 500;
  font-size: 14px;
}

.overlay-loader {
  position: fixed;
  background: rgb(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  max-width: 100%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}

.btn {
  font-family: "IvyJournal";
  border: 0px solid #FFB303;
  border-radius: 100px;
  color: #fff;
  background: #BA4D15;
  width: 230px;
  min-height: 60px;
  margin: 0 60px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.btn:hover {
  background: #ffb303;
  color: white;
}

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

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}


/*Checkout Popup*/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}

.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}

.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.popup {
  margin: 75px auto;
  background: #fff;
  border: 1px solid #666;
  max-width: 480px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}

.popup .close {
  position: absolute;
  top: 0px;
  right: 15px;
  opacity: 0.7;
  transition: all 200ms;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.banner-btn{
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
      margin-top: 30px;
}

.main-btn{
    background: #EBC98F;
    border-radius: 10px; 
    color: rgb(0, 0, 0) !important;
    padding: 10px 25px 5px;
    font-size: 22px;
    font-family: "Bebas Neue", sans-serif;
    min-height: 30px !important;
    width: auto;
}

.sec-btn{
    background: rgb(250 241 122 / 0%);
    color: rgb(255, 255, 255);
    border-radius: 0px;
    padding: 10px 25px 5px;
    font-size: 22px;
    font-family: "Bebas Neue", sans-serif;
    min-height: 30px !important;
    text-decoration: underline;
}


.main-btn:hover, .sec-btn:hover{
  text-decoration: none;
  color: #fff !important;
  background: #000;
}

.popup .close:hover {
  opacity: 1;
}

.popup p {
  margin: 20px 0 5px;
  display: block !important;
}

.popup .contact-page {
  max-width: 100%;
}

.popup #leadMsg {
  display: none;
  font-size: 14px;
  color: green;
  top: 10px;
  position: relative;
}

/*header*/

.mobile-cta {
  display: none;
}

header {
  padding: 30px 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img,
.footer-logo img {
  width: 100px;
}

/*.logo:before {
  content: '';
  width: 28px;
  height: 64px;
  background: #ffb303;
  position: absolute;
  left: 0;
  top: 0;
}*/

.logo span {
  position: relative;
  padding-left: 17px;
  display: block;
}

/*Menu*/
#menu-icon {
  display: block;
  color: #FAF17A;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  font-size: 30px;
  z-index: 1;
}

.menu {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
}

.menu li {
  margin: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu li a {
  color: #fff;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  padding: 0px 15px;
  font-weight: 500;
  text-align: center;
}
.menu li a:hover {
    color: #FAF17A;  
    text-shadow: 4px 5px 3px #000000a6;
}
.menu li a.active{
    font-family: 'Bebas Neue', sans-serif;
    background: #EBC98F;
    border-radius: 10px;   
    padding: 10px 20px 5px 20px;
    color: #000 !important;
     
    font-size: 22px;
    line-height: normal;
}
.menu li a.active:hover{
    background: #000;
    color: #fff !important;
    text-shadow: none;
}

h5{
    font-size: 35px !important;
    text-align: left;
    font-family: 'Bebas Neue', sans-serif;
    border-left: 4px solid #88758E;
    padding-left: 10px;
/*    margin-bottom: -5px !important;*/
    margin-bottom: 0px !important;
    height: 28px;
    line-height: 33px !important;
}


.menu li a.active {
    font-family: 'Bebas Neue', sans-serif;
}


.names-container .btn-primary {
  color: #fff;
  background-color: #5e2017;
  border-color: #5e2017;
  border-radius: 100px;
  margin: 20px 5px;
  min-height: 50px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 500;
}

.names-container .btn-primary:hover {
  background-color: #000;
  border-color: #5e2017;

}

.names-container .btn-secondary {
  min-height: 50px;
  border-radius: 100px;
  margin: 20px 5px;
  font-weight: 500;
  font-family: 'Bebas Neue', sans-serif;
}

.new-footer {
  padding: 20px 0px;
  border-top: 1px solid #ffffff26;
}

.new-footer .container {
  display: flex;
  justify-content: space-between;
}

.footer-menu {
  display: flex;
  align-items: center;
}

.about-banner a {
  border: none !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  min-height: 48px;
  margin: 40px 0px 0px 0px;
    background: #EBC98F;
    border-radius: 10px; 
  color: #000 !important;

  padding: 5px 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-banner a:hover {
  background: #000 !important;
  color: #FFF !important;
}

/*hero*/

.hero {
/*  background-image: url(../images/bg-image.png);*/
  background-size: cover;
  color: #ffffff;
  padding-bottom: 150px;
  padding-top: 160px;
  margin-top: -160px;
  background-position: center;
  overflow-x: hidden;
}

.hero-inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.hero .right-img img {
/*    height: 400px;
    margin: 50px 0px 100px 0px;*/
    height: 550px;
    margin: 50px auto;
}


.navbar {
  padding: 0;
  z-index: 1;
}


.hero-text {
/*    background-image: url(../images/square.svg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 670px;
    text-align: left;
    padding: 30px 70px 30px 30px;
    margin: 0px 0px 20px -20px;*/

    border: 23px solid transparent;
    border-image: url(../images/square.svg) 30 round;
    max-width: 550px;
    text-align: left;
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 20px -20px
}

.top-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 35px !important;
  color: #fff;
  margin-bottom: 0px !important;
}

.hero-text p {
/*    font-family: 'Bebas Neue', sans-serif;*/
  font-size: 16px;
  color: #fff;
  margin: 0;

}

.h-bg {
  background: rgba(252, 242, 193, 0.5);
  border-radius: 0px 25px 25px 0px;
  /* padding: 60px 30px 0px 20px;*/
}

.h-bg h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #6E1C11;
  text-align: left;
  padding: 40px 20px 0px;
  margin: 0;
}

.h-bg h1 {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 76px;
  color: #BA4D15;
  text-align: left;
  padding: 0px 20px 0px;
}

.h-bg span {
  font-family: 'Ivy Journal';
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  color: #BA4D15;
}

.h-bg p {
  background: #E1D07E;
  border-radius: 0px 25px 25px 0px;
  padding: 16px 20px 44px 18px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #6E1C11;
  text-align: left;
}

.parshes.hero {
  background: #000;
  color: #ffffff;
  padding-bottom: 90px;
  margin-bottom: 80px;
}

.hero.hero-inner-pages {
  padding-bottom: 200px;
}

.hero.checkout-hero {
  padding-bottom: 50px;
}

.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

h1 {
  font-size: 52px;
  margin-bottom: 0;
}

h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 74px !important;
    color: #FDC279;
    text-align: left;
    margin-bottom: -26px !important;
}

.hero-inner-wrapper h2 {
  font-size: 80px !important;
}

.button-wrapper {
  display: flex;
}

.button-wrapper img {
  display: none;
}

.button-wrapper {
  position: absolute;
  bottom: -20px;
}

.button-wrapper .btn {
  padding: 4px 30px;
  width: fit-content;
  background: #6C1B11;
  border-radius: 170px;
  margin: 0px 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}

.img-reverse {
  display: block !important;
  right: 70px;
  top: 40px;
  position: absolute;
}

.goal-container {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -220px;
  padding-bottom: 100px;
  display: none;
}

.goal {
  width: calc(100% - 300px);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 6px #0000000f;
  margin-right: 20px;
}

.donations {
  box-shadow: 1px 1px 20px 6px #0000000f;
  width: 300px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 0px 0px 10px 10px;
}

.goal-container .title {
  text-align: center;
  padding: 10px;
  background-color: #BA4D15;
  color: #fff;
  font-size: 22px;
  border-radius: 10px 10px 0px 0px;
  font-family: 'Bebas Neue', sans-serif, sans-serif;
}

.content-box {
  padding: 20px 5px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
}

.goal-container .content-box:last-child {
  border-bottom: 0px solid #ccc;
}

.name {
  width: 50%;
  float: left;
}

.amount {
  text-align: right;
}

.amount p,
.name p {
  padding-top: 5px;
  color: #b3b3b3;
}

.bar {
  text-align: center;
  width: 50%;
  float: left;
}

.bar h3 {
  padding-top: 20px;
  font-size: 50px;
  font-family: "IvyJournal";
}

.bar p {
  padding-bottom: 10px;
  font-size: 16px;
  color: #b3b3b3;
}

.bar span {
  font-size: 16px;
  color: #b3b3b3;
}

.bar span b {
  font-size: 16px;
  color: #000;
}

.count {
  width: 50%;
  border-left: 1px solid #ccc;
  padding: 0px 20px;
}

.count h3 {
  padding-top: 40px;
  text-align: center;
  font-size: 25px;
}

.progress {
  padding: 20px 0px;
}

progress {
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 80%;
  height: 10px;
  background: crimson;
}

progress::-webkit-progress-value {
  background: #ffb303;
}

.counter-box {
  padding: 20px 0px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.counter-box p {
  font-size: 14px;
  color: #b3b3b3;
}

.counter-box p b {
  font-size: 40px;
  color: #000;
}

.contact-details {
  text-align: center;
  margin: 20px;
}

.contact-details h4 {
  font-weight: 400;
  color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue', sans-serif;
}

.contact-details a {
color: #EBC98F;
    text-decoration: none;
    font-family: 'Bebas Neue', sans-serif;
}

.contact-details a:hover {
color: #fff;
    text-decoration: none;
}

.play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 117px;
  height: 117px;
}

.features-banner {
  background: #EBE3D6;
  color: #ffffff;
  padding: 100px 0;
}

.features-banner .btn {
  margin-top: 80px;
}

.banner-title {
  color: #b84d15;
  font-weight: 600;
  text-align: center;
  margin: 0px auto !important;
  min-width: 550px;
  margin-bottom: 50px !important;
}

.sub-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 70px !important;
  color: #EBC98F;
  text-align: left;
  float: left;
}
button.btn.btn-primary.pulse{
      background: #403424;
    color: #ffffff;
}
.title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 70px;
  text-align: right;
  float: right;
  color: #fff;
  margin-top: -20px;
}


.features {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.features-item {
  width: 395px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  flex-basis: 395px;
  margin-bottom: 38px;
  background: #fff;
  border-radius: 10px;
}

.features-item:hover {
  box-shadow: 0 0 8px #000;
}

.features-item p {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif, sans-serif;
  background: #fff;
  color: #000;
  padding: 30px 25px;
  line-height: 1.5;
  padding-right: 20%;
}

.features-heading {
  font-size: 28px;
  font-weight: 600;
  background: #ffb303;
  color: #000;
  padding: 15px 25px;
}

span.timeline-date {
  font-size: 18px;
}

.completed {
  position: absolute;
  right: -22px;
  bottom: -25px;
}

.about-banner {
  position: relative;
  padding: 0px 0;
  color: #000;
  padding: 150px 50px;
}

.about-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.about-banner .container {
  /*  max-width: 1200px;*/
  /*  padding: 80px;*/
  text-align: center;
}

.about-banner-inner-wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
}

.about-banner p {
  margin-bottom: 30px;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.about-banner p:first-child::first-letter {
  font-size: 60px;
}

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

.about-banner a {
  text-decoration: underline;
}

 footer {
  display: flex;
  align-items: center;
  position: relative;
}

.full-img {
  width: 100%;
}

.footer-img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  margin: auto;
  text-align: center;
}


/*Checkout Page*/
/*.checkout-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0px;
}*/

/*.about-banner::after {
  content: "";
  background: #EBE3D6;
  width: 100%;
  height: 70%;
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  z-index: -1;
}*/

.names-outer-wrapper {
  position: relative;
}

.names-container {
  /*    position: absolute;*/
  /*    top: -140px;*/
  width: 100%;
/*  margin-top: -140px;*/
}

.names-container .form-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.names-container .form-heading {
    background-color: #4E311F;
    padding: 10px 25px;
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px !important;
    text-align: center;
    color: #FFFFFF;
    line-height: normal;
    display: inline-block;
    position: relative;
    margin: 0 auto !important;
    border-radius: 20px;
}

.form-heading-wrapper .contact-heading {
    background-color: #463322;
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px !important;
    text-align: center;
    color: #FFFFFF;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding: 5px 20px 0px;
    margin: 30px auto 10px !important;
    z-index: 4;
    border-radius: 10px;  

}

/*.form-heading-wrapper .contact-heading:before,
.form-heading-wrapper .contact-heading:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: url('../images/bg-voilet.png') no-repeat;
  background-position: center;
      background-size: 100% 100%;
  left: -20px;
  top: 0;
  z-index: -1;
}*/

.form-heading-wrapper .contact-heading:after {
    left: auto;
    right: -20px;
}


/*.names-container .form-heading:before,
.names-container .form-heading:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: url('../images/bg-voilet.png') no-repeat;
  background-position: center;
  background-size: 100%;
  left: -80px;
  top: 0;
  z-index: -1;
}*/

.names-container .form-heading:after {
  left: auto;  
  right: -80px;
}


.names-container #donate_form {
    background: #D6BA85;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    padding: 20px 100px 50px;
    z-index: 11;
    position: relative;
    border-radius: 50px;
}

.flex-center {
  display: flex;
  justify-content: between;
  align-items: center;
}

.names-container #donate_form select,
.names-container #donate_form input,
.names-container #donate_form textarea,
#donate_form_next select,
#donate_form_next input,
#donate_form_next textarea {
  background: #F5F5F5;
  padding: 10px 15px 14px;
  border: none;
  border-radius: 0px;
  height: auto;
  font-family: 'Montserrat',sans-serif;
  border-radius: 10px;
}

.price-wrapper {
  max-width: 251px;
  text-align: center;
  float: right;
}

.form-heading h3 {
  margin: 0;
}

.price-wrapper p {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #616161;
  line-height: 19px;
  padding-bottom: 0px;
  padding: 10px 0px;
}

.price-text {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  text-align: right;
    color: #463322;
}

p.tab-ticket-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 21px;
    color: #616161;
}

#name-fields .name-fields-section {
  border-radius: 10px;
  border: 1px solid #4E311F;
  padding: 20px;
  margin: 10px 0px !important;  
  font-family: 'Montserrat',sans-serif;
}

#name-fields .name-fields-section select {
  appearance: none;
  background-image: url('../images/dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
      border-radius: 10px;
  background-size: 10px;
}
.form-header-text p.tab-heading {
    color: #3c3526 !important;
}
.form-group {
  margin-bottom: 0.5rem !important;
}

.name-fields-section h4 {

  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3c3526;
}

.payment-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px 20px 0px;
}

.payment-btn-wrapper span {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.payment-btn {
  background-color: #BA4D15 !important;
  border-radius: 100px !important;
  border: none !important;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  min-height: 48px;
  margin: 0px 30px;
}

.checkout-bg {
  background: #f5f5f5;
}

.main-box {
  margin: 50px 0;
}

/*.row {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    width: 100%;
}*/
.col-left-check,
.col-right-check {
  width: 50%;
  flex: 1;
}

.col-left-check {
  padding-right: 20px;
}

.col-right-check {
  padding-left: 20px;
  margin-top: 15px;
}

.col-left-check .cause-thumb {
  max-width: 100%;
}

.col-left-check h3 {
  color: #000;
  font-size: 36px;
  margin: 0 0 20px;
}

.col-left-check .description {
  color: #000;
  font-size: 16px;
  margin: 0 0 20px;
}

.donate-form {
  padding: 20px 20px 10px;
  box-shadow: 1px 1px 20px 6px #0000000f;
}

fieldset.custom_prices {
  padding: 12px 20px 5px;
  margin: 20px 0 40px;
  border: 2px solid #ffb303;
  border-radius: 5px;
}

fieldset.custom_prices legend {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 0 5px;
}

.radio-button-price {
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
}

.radio-button-price .radio-button__label-wrapper {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding-left: 25px;
  position: relative;
}

.donate-form label {
  color: #000;
  font-size: 16px;
  padding-left: 5px;
}

.radio-button-price .radio-button__label-title {
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #000;
}

.radio-button-price .radio-button__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.radio-button-price .radio-button__custom-indicator {
  background-color: #ffb303;
  border: none;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  border-radius: 50%;
}

.radio-button-price .radio-button__input:checked ~ .radio-button__custom-indicator::after {
  display: block;
}

.radio-button-price .radio-button__custom-indicator::after {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: none;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 12px;
}

.amount-box {
  background-color: #000;
  padding: 15px 30px 25px;
}

.amount-box h3 {
  font-size: 28px;
  text-align: center;
  margin: 10px 0 30px;
  font-weight: 500;
  color: #ffb303;
}

.currency-button {
  float: left;
  padding: 15px;
  text-align: center;
  color: #fff;
  width: 70px;
  position: relative;
  background-color: #363636;
}

.currency-code {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.currency-symbol {
  margin: 5px 0 0 0;
  font-size: 12px;
}

.donate-form select#donate_currency {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  outline: none;
  border: none;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 18px;
  opacity: 0;
}

.amount-section {
  float: right;
  color: #fff;
}

.payment-amount {
  font-size: 48px;
  margin: 10px 0;
  font-weight: 400;
}

input#donate_amount {
  margin: 0 !important;
  font-size: 48px;
  width: 220px;
  border: 1px solid transparent;
  padding-right: 5px;
  height: auto;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  text-align: right;
  outline: none;
  background-color: transparent;
}

.clearfixing,
.clearfix {
  clear: both;
}

.text-danger {
  color: red;
  margin: 0;
}

.donation-info .method {
  margin: 30px 0 0;
}

.donate-form .form-group {
  position: relative;
}

.method .radio-block {
  margin-bottom: 10px;
}

.method .radio-block input {
  margin: 0;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}

.method .rec_btns {
  display: block;
  border: 1px dotted #999;
  padding: 10px;
  margin: 10px 0;
}

.btn-group .btn-outline-success {
  margin-right: 15px;
}

.btn-group .btn-outline-success input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}

.active,
.demo:hover {
  opacity: 1;
}

.rec_options.mt-3 {
  margin-top: 10px;
}

p.d-inline {
  color: #000;
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
}

select#recurring_cycle {
  width: 60px;
  font-size: 16px;
  padding: 2px 5px;
  border: 1px solid #000;
  color: #000;
}

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #ffb303;
  border: 0;
  outline: none;
  padding: 15px 40px;
  margin: 20px 0;
  cursor: pointer;
}

.legal-text {
  margin: 20px 0 20px;
  background-color: #000;
  padding: 10px 0;
  display: none;
  color: #fff;
}

.legal-text p {
  color: #fff;
  font-size: 16px;
  padding: 5px 25px;
}

/*Checkout*/

.personal-info h5 {
  font-size: 24px;
}

.calculation-box {
  padding: 10px 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 10px auto 30px;
  box-shadow: 0px 0px 10px #ccc;
}

.donation-selected,
.donation-total,
.showPaymentMethod,
.donation-fee-amount.fee_amount {
  padding: 5px 0px;
}

.user-info-sec input {
  padding: 10px;
  width: 100%;
}

.showPaymentMethod h5 {
  font-size: 24px;
}

.showPaymentMethod .btn {
  width: 230px;
  margin: 0 30px;
  font-size: 20px;
  cursor: pointer;
}

.personal-info {
  border-radius: 5px;
  padding: 5px 25px 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
}
input#process_fee_check, input#rec_option {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}
.radio-block {
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    background-color: #ddd;
    margin: 0 auto 20px;
}
.radio-block input#process_fee_check,
.radio-block label {
    cursor: pointer;
}
.user-info-sec .form-group.col-lg-12.col-md-12.col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.user-info-sec {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px 20px 10px;
}

.cc_section {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 20px 20px 10px;
}

.cc_section input {
  padding: 10px;
  width: 100%;
}

.cc_section iframe {
  height: 55px;
  border: 0px;
}

.cc_section iframe input#data {
  height: 18px !important;
  border: 1px solid rgb(118 118 118) !important;
  margin: 10px 0px !important;
}

.field-label {
  padding-bottom: 9px;
      font-family: 'Montserrat',sans-serif;
    font-weight: 600;
}

.row.w-100 {
    margin: 0;
}

.cc_section button {
    padding: 10px 10px 5px;
    background: #EBC98F;
    min-height: 60px;
    width: 300px;
    margin: 20px auto;
    font-size: 30px;
    outline: none;
    border: none;
    border-radius: 0;
    color: #000;
    transition: 0.3s all;
}

.cc_section button:hover {
    background: #000;
    color: #EBC98F;
}

.transaction {
  font-size: 22px;
}

.table-transaction {
  padding: 20px 0px;
}

.table-transaction th,
.table-transaction td {
  height: 35px;
  padding: 10px;
  background: #fff;
  border: 1px solid #f5f5f5;
}

.checkout-bg .col-left-check h3 {
  color: #f6cc00;
  font-size: 44px;
  margin: 0 0 20px;
  /*    padding-top: 80px*/
}

.table-transaction .table {
  border: 0px;
  box-shadow: 1px 1px 20px 6px #0000000a;
  width: 100%
}

.calculation-box .form-group.col-lg-9.col-md-9.col-sm-12 {
  width: 75%;
}

.price-text {
  text-align: center;
  padding-top: 50px;
}

.action-btns .btn-secondary {
  border: 1px solid #2E1435;
  background: transparent;
  border-radius: 10px;
  color: #3c3526;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px; 
}

.action-btns .btn-primary {
  border: 1px solid transparent;
    background: #EBC98F;
    border-radius: 10px; 
  /*box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.10);*/
  color: #2E1435;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
}

.about-text-box {
    background: rgba(0, 0, 0, 0.0);
    padding: 70px;
    position: relative;
    border-radius: 50px;
    border: 2px solid #CCA977;
    text-align: center;
}

.about-banner a{
      margin: 0 auto;
}

/*.about-text-box::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 80px;
  background: url('../images/lines.svg') no-repeat;
  background-size: 30px;
  background-position: center;
  top: -40px;
  left: 20px;
  z-index: 1;
}

.about-text-box::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 80px;
  background: url('../images/lines.svg') no-repeat;
  background-size: 30px;
  background-position: center;
  bottom: -40px;
  right: 20px;
  z-index: 1;
}*/

.contact-page {
    background: #D6BA85;
    max-width: 400px;
    box-shadow: 1px 1px 20px 1px #00000017;
    overflow: hidden;
    margin: 0 auto 100px;
    text-align: center;
    border-radius: 50px;
}
}

.contact-page h3 {
  padding: 10px;
  background: #e4bc51;
  margin-bottom: 10px;
}

.contact-page form {
  padding: 20px 30px 25px;
}

.contact-page p {
  display: none;
}

.contact-page input {
  width: 100%;
  height: 46px;
  border: 0px;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 10px;
}

.contact-page textarea {
  width: 100%;
  height: 100px;
  border: 0px;
  padding: 10px;
  background: #f0f0f0;
  font-size: 14px;
  margin-top: -20px;
  border-radius: 10px;
}

.contact-page button {
  border-radius: 10px;
border: 0px;
color: #fff;
    padding: 10px 25px 7px;
    cursor: pointer;
    font-family: 'Bebas Neue', sans-serif;
    background: #403424;
    font-size: 22px;
    transition: 0.3s all;
}

.contact-page button:hover {
  color: #fff;
    background: #000;
}

p.logos img {
  max-height: 300px;
  margin: 127px 0 0 0;
}

footer video {
  margin: 0px auto 50px;
}

.footage-btn {
  margin: -21px 0 21px 20;
  padding-top: 4px !important;
  padding-bottom: 5px !important;
  background: #ffb303 !important;
  font-weight: 500 !important;
  border-radius: 50px;
  display: inline-flex;
  color: #000 !important;
  font-size: 16px !important;
  padding-right: 19px !important;
}


/*New Style CSS 05-03-24*/
.hero-inner-wrapper .para, .hero-inner-wrapper p {
  font-size: 21px;
  text-align: left;
  font-family: "Montserrat",sans-serif;
  margin-top: 20px;
  max-width: 480px;
      text-transform: uppercase;
}

.hero-inner-wrapper {
  position: relative;
}

/*.hero-inner-wrapper::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background: url('../images/hero-bg-person.png') no-repeat;
/*  background-position: top center;*/
  left: 0;
  top: -150px;
}*/

/*Responsive*/
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px !important;
  }
}

@media (min-width: 1024px) {


  footer video {
    width: 70% !important;
    margin: 0px auto 150px;
  }
}

@media (min-width: 993px) {
  #menu-icon {
    display: none;
  }
}

@media (max-width: 1365px) {

  /*Features*/
  .features-item {
    width: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 1200px) {
  .hero {
    padding-top: 180px;
    padding-bottom: 124px;
  }

  .hero-inner-wrapper {
    max-width: 100%;
  }

  .about-text-box {
    padding: 70px 100px;
  }
}

@media (max-width: 992px) {
  
  .buynow {
    font-size: 22px;
    max-width: 80px;
    text-align: left;
    line-height: 1;
  }
  
  .names-container .nav-item {
    margin: 0 auto 0px !important;
    line-height: 1.2 !important;
  }
  
  
  .mobile-cta {
    list-style: none;
/*    display: block;*/
  }
  
  .mobile-cta  a {
    display: inline-block;
    background: #6E1C11;
    color: #fff;
/*    border-radius: 170px;*/
    border-radius: 0px;
    padding: 15px;
    text-decoration: none;
  }
  
  .mobile-cta  a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  
  .hero-text {
    margin-left: -10px;
  }

  .hero {
    padding-top: 200px;
  }

  .hero-inner-wrapper {
    padding: 130px 0px 10px 0px;
  }

  .hero-inner-wrapper::before {
    width: 100%;
    height: 125%;
    background-size: 90%;
    background-position: center center;
    top: -150px;
  }

  header .menu li a {
    margin: 10px 30px;
  }
  
  .price-wrapper {
    max-width: 100%;
    text-align: center;
    float: none;
    display: block;
    width: 100%;
}

  .about-banner {
    padding: 100px 50px;
  }

  .donations .title {
    margin-top: 0px;
  }

  .content-box {
    padding: 20px 10px;
  }

  .goal-container {
    display: block;
  }

  .goal,
  .donations {
    width: 100%;
  }

  .donations {
    margin-top: 20px;
  }

  .container {
    padding: 0 40px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 60px;
  }

  /*header*/
  .navbar {
    display: none !important;
  }

  .navbar.expand {
    display: block !important;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }

  header {
    position: relative;
  }

  .footer-menu {
    position: relative !important;
/*    background: #ba4d15 !important;*/
    flex-direction: row !important;
    min-height: auto !important;
  }

  .footer-menu li a {
    padding: 10px 10px !important;
    width: auto;
    text-align: center;
    font-size: 14px;
  }

  header .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    background: #000000e0;
    flex-direction: column;
    min-height: 80vh;
    padding: 30px;
    align-items: center;
    z-index: 12;
    width: 100%;
  }

  .menu li {
    display: block;
    text-align: center;
    width: auto;
  }

  .menu li a {
    /*    padding: 30px;*/
    margin: 10px 0px;
    display: block;
  }

  /*hero*/
  .video-container {
    padding-bottom: 0;
  }

  .video-container img {
    max-width: 100%;
  }

  /*Features*/

  .completed {
    transform: scale(0.5);
    right: -45px;
    bottom: -45px;
  }

  /*Footer*/
  .footer-img-overlay {
    bottom: -70px;
    padding-bottom: 10px;
  }

  .footer-img-overlay img {
    width: 80px;
  }

  .col-left-check,
  .col-right-check {
    width: 100%;
    flex: auto;
  }

  .checkout-bg .col-left-check h3 {
    padding-top: 0px;
  }

  .col-right-check {
    padding-left: 0px;
  }

  .col-left-check {
    padding-right: 0px;
  }

  .video-box {
    margin-top: 30px;
  }

 

  .names-container #donate_form {
    padding: 20px 30px 50px;
  }

  .about-text-box {
    padding: 70px 70px;
  }
}

@media (max-width: 768px) {

  .cc_section .row{
    justify-content: center;
  }
  .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
}

  h2 {
    font-size: 64px !important;
  }

  .main-header {
    font-size: 80px !important;
  }

  .form-header-text h3 {
    margin-top: 10px;
  }

  #donate_form .action-btns {
    display: block !important;
    text-align: center;
  }

  .names-container #donate_form {
    padding: 20px 50px 10px;
  }

  .new-footer .container {
    display: block;
    text-align: center;
  }

  .footer-menu {
    padding-bottom: 0px;
      display: block;
  }

  .features-banner {
    padding: 30px 0;
  }

  /*Features*/
  .features-item {
    width: 100%;
    flex-basis: 100%;
  }

  .button-wrapper img {
    width: 50px;
  }

  .calculation-box .form-group.col-lg-9.col-md-9.col-sm-12 {
    width: 100%;
  }

  .names-container {
    margin-top: 30px;
  }

  .hero {
    padding-top: 180px;
    padding-bottom: 50px;
    overflow-y: hidden;
  }

  .checkout-wrapper {
    height: auto;
  }

  .about-banner::after {
    top: -20%;
    height: 60%;
  }

  #donate_form .form-header-text {
    display: block !important;
    text-align: center;
  }

  .about-text-box {
      padding: 70px 50px;
  }

  .names-container .form-heading {
    font-size: 42px !important;
    padding: 5px 0 0 0;
  }

  .banner-title {
    min-width: 90%;
  }

  .sub-title,
  .title {
    font-size: 60px !important;
  }
/*.buynow {
    max-width: 100%;
    box-shadow: 0px 0px 10px 10px #00000026;
    bottom: 10px;
    width: 95%;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: unset;
    text-align: center;
    border-radius: 50px;
}*/
}

@media (max-width: 767px) {
  .names-container .form-heading {
    font-size: 35px !important;
    padding: 5px 0 0 0;
  }

  .names-container .form-heading:after {
    right: -70px;
  }

  .names-container .form-heading:before {
    left: -70px;
  }

  .action-btns .btn {
    margin: 20px auto 0px;
  }

  .names-container #donate_form {
    padding: 20px 50px 50px;
  }

  .about-banner p {
    font-size: 18px;
  }

  .names-container .nav-tabs {
    gap: 10px;
  }

  .names-container .form-heading-wrapper {
      margin: 0px auto 30px auto;
  }

  .hero-inner-wrapper h2 {
      font-size: 65px !important;
  }
}

@media (max-width: 600px) {

  .bar,
  .count {
    width: 100%;
  }

  .count {
    border-left: 0px solid #ccc;
  }

  .progress {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {

  .banner-title,
  .sub-title {
    font-size: 40px;
  }

  header .menu {
    /*        width: 90%;*/
    margin: 0 auto;
  }
  .logo img, .footer-logo img {
    width: 70px;
  }
  .form-heading h3 {
    font-size: 21px;
  }

  .price-text {
    font-size: 30px;
  }

  #name-fields {
    padding: 20px 20px;
  }

  .about-banner-inner-wrapper {
    width: 100%;
  }

  .about-banner {
    padding: 50px 10px;
  }
}

@media (max-width: 480px) {

  .hero-inner-wrapper h2 {
      font-size: 45px !important;
  }

  .footer-menu {
    flex-wrap: wrap;
  }

  #name-fields {
    padding: 10px 15px;
  }

  .footer-menu li a {
    margin: 10px auto !important;
  }

  .payment-btn-wrapper {
    flex-wrap: wrap;
  }

  .payment-btn-wrapper span {
    margin-bottom: 10px;
  }

  .container {
    padding: 0 20px !important;
  }

  .button-wrapper img {
    display: none;
  }

  #menu-icon {
    font-size: 24px;
  }

  .hero {
    /*    padding-bottom: 230px;*/
    padding-bottom: 50px;
  }

  .features-banner .btn {
    margin-top: 30px;
  }

  .features-banner,
  .about-banner {
    padding: 50px 0;
  }

  .cc_section button {
    width: 95%;
  }

  .names-container .form-heading {
    font-size: 20px;
  }

  .personal-info {
    padding: 20px 10px 10px;
  }

  h2 {
    font-size: 45px !important;
    margin-bottom: -15px !important;
  }

  h5 {
    font-size: 24px !important;
  }

  .main-header {
    font-size: 65px !important;
  }

  .hero-text {
    max-width: 100%;
    margin: 20px 0px 10px -10px;
  }

  h2.top-text {
    font-size: 26px !important;
  }

  .hero-text p {
    font-size: 16px;
  }

  .names-container .form-heading-wrapper {
    margin: 20px auto;
  }

  .names-container .form-heading:before {
    left: -40px;
  }

  .names-container .form-heading:after {
    right: -40px;
  }

  .names-container #donate_form {
    padding: 20px 20px 50px;
  }

  .price-text {
    padding-top: 20px;
  }

  .sub-title, .title {
    font-size: 40px !important;
  }

  .banner-title {
    min-width: 80%;
  }

  .about-text-box::before,
  .about-text-box::after {
    width: 20px;
    background-size: 20px;
  }

  .about-banner p {
      font-size: 16px;
  }

  .about-banner p:first-child::first-letter {
    font-size: 40px;
  }

  .about-banner a {
    width: 100%;
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 420px) {
  h2 {
    font-size: 38px !important;
  }

  .hero-inner-wrapper h2 {
      font-size: 38px !important;
  }
  
  .main-header {
    font-size: 50px !important;
    line-height: 45px;
  }

  .hero-inner-wrapper .para {
    margin-top: 20px;
    font-size: 14px;
  }

  .hero-inner-wrapper::before {
    width: 100%;
    height: 100%;
    background-size: 100%;
    top: -120px;
  }

  .hero-inner-wrapper {
    padding: 100px 0px 10px 0px;
  }

  .hero-inner-wrapper h2 {
    margin: 0px !important;
    line-height: 30px;
  }

  .hero-text {
    border: 14px solid transparent;

  }

  .banner-btn {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-btn a {
    width: 100%;
    text-align: center;
  }

  .names-container .form-heading {
      font-size: 30px !important;
      padding: 2px 0 0 0;
  }

  .names-container .form-heading:before {
    left: -20px;
  }

  .names-container .form-heading:after {
    right: -20px;
  }

  #name-fields {
    padding: 10px 0px;
  }

  .banner-title .title {
    margin-top: -10px;
  }

  .about-text-box {
    padding: 40px 30px;
  }

  .about-banner p {
    line-height: 25px;
  }

  header .menu {
    padding: 20px;
  }
}