@media screen and (max-width:1368px){
   .multiselect-container button.dropdown-item {
     pointer-events:none;
   }
   .multiselect-container span.form-check input {
     pointer-events: all;
   }
   .multiselect-container span.form-check label  {
     pointer-events: none;
   }
}
.cards .custom-file-input{
    height: 100% !important;
}
.text-primary {
    color: #c3912e !important;
}

.strapline {
    font-size: 1.5rem;
}

.section-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 0rem;
}

.section-sub-title {
    font-size: 2.10rem;
    line-height: 2.5rem;
    padding-bottom: 1.1rem;
    margin-bottom: 0rem;
    font-weight: normal !important;
}

.search-ico {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
    stroke-dashoffset: 0rem;
    stroke-dasharray: 270px;
    fill: none !important;
    stroke: #6c757d;
}

.lead {
    font-weight: 500;
}

.display-4 {
    font-size: 1.55rem;
    line-height: 2rem;
    padding-top: 0rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    letter-spacing: -0.05rem;
}

.max-80percent {
    max-width: 80%;
    margin: 0 auto;
}

.btn-small {
    padding: 5px 15px;
    font-weight: normal;
    font-size: 14px;
}

.breadcrumb {
    padding: 1rem 0;
    background-color: transparent;
}

.breadcrumb-item a {
    display: flex;
    align-items: center;
    font-size: 1.1875rem;
}

.breadcrumb-item a .svg__wrapper {
    margin-right: 10px;
}

.breadcrumb-item a .svg__wrapper svg {
    height: 2rem;
    width: 2rem;
    fill: #c3912e;
}

.page-title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    font-weight: normal !important;
    color: #c3912e;
}

.fees-table th {
    font-weight: normal;
}

.list-style-icons a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    margin: 9px 0;
}

.list-style-icons a:hover .link-block:after {
    margin-left: 0.6rem;
    margin-right: -0.3rem;
}

.list-style-icons a svg {
    width: 2rem;
    height: 2rem;
    stroke: currentColor;
    fill: none !important;
    stroke-width: 3px;
    stroke-dashoffset: 0rem;
    stroke-dasharray: 270px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.container.bg-light {
    padding-right: 30px;
    padding-left: 30px;
}

/* Mega Menu  start*/
.w-lg-50 .cf-navbar .dropdown {
    margin-left: 0;
}

.megamenu-item.dropdown {
    position: inherit;
}

.megamenu-item .dropdown-menu {
    right: 0;
    margin-top: 0;
    transform: translate3d(0, 0, 0) !important;
    padding: 20px 0;
}

.megamenu-item .dropdown-menu:before {
    display: none;
}

.megamenu-item .dropdown-menu .container {
    flex-direction: column;
    align-items: flex-start;
}

.megamenu-item .title-link {
    font-size: 14px;
    padding: 10px 0;
    text-decoration: none !important;
}

.megamenu-item .menu-content {
    display: flex;
    align-items: flex-start;
}

.megamenu-item .menu-ul li .dropdown-item {
    display: flex;
    align-items: center;
    padding-left: 0;
    background-color: transparent !important;
}

.megamenu-item .menu-ul li .dropdown-item:hover,
.megamenu-item .menu-ul li .dropdown-item:focus {
    background-color: transparent !important;
    color: #c3912e !important;
}

.megamenu-item .dropdown-item:hover .link-block:after {
    margin-left: 0.6rem;
    margin-right: -0.3rem;
}

.megamenu-item .menu-ul li .dropdown-item .grey-small-circle {
    margin-right: 10px;
}

.two-col {
    display: flex;
    flex-wrap: wrap;
}

.two-col li {
    flex: 0 0 50%;
    max-width: 50%;
}

.grey-small-circle {
    background-color: rgba(168, 151, 160, 0.1);
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grey-small-circle svg {
    width: 2rem;
    height: 2rem;
    stroke: currentColor;
    fill: none !important;
    stroke-width: 3px;
    stroke-dashoffset: 0rem;
    stroke-dasharray: 270px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.link-block:after {
    content: " ";
    display: inline-block;
    height: 0.5em;
    width: 0.5em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg) translate(0, -0.1em);
    margin-left: 0.4rem;
    transition: 0.5s;
}

.box-style {
    display: inline-block;
    outline: 1px solid #f1f1f1;
    transition: 0.3s ease-in-out;
    text-decoration: none !important;

}

.box-style:hover {
    box-shadow: 0 0 0.7rem 0 #cccccc;
}

.box-style .box-style-img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.box-style:hover .box-style-img {
    transform: scale(1.025);
}

.box-style:hover .link-block:after {
    margin-left: 0.8em;
    margin-right: -0.3em;
}

.menu-content-block {
    margin-bottom: 10px;
}

.menu-content-block .box-style {
    display: flex;
    padding: 15px;
}

.menu-content-block .box-style .title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.menu-content-block .box-style .small {
    font-size: 13px;
    font-weight: 400;
    color: #212529;
}

.menu-content-block .box-style .link-block {
    margin-bottom: 0;
    font-size: 14px;
}

.menu-content-block .rb-menu-content {
    flex: 0 0 90px;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: left;
}

.cf-navbar .nav-item .nav-link:after {
    margin-left: 5px;
}

/* Mega Menu  End */

/* Home carousel start  */
.home-carousel {
    margin-top: 79px;
}

.home-carousel .carousel-inner .carousel-item .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.home-carousel .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 0;
}

.home-carousel .carousel-caption .carousel-caption-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.home-carousel .carousel-caption .img-video-block video,
.home-carousel .carousel-caption .img-video-block img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.home-carousel .carousel-caption .caption-title {
    margin-bottom: 30px;
}

.home-carousel .carousel-caption .caption-text {
    margin-bottom: 30px;
}

.home-carousel .carousel-caption .small {
    font-size: 14px;
}

.home-carousel .carousel-control-arrows {
    position: absolute;
    height: 30px;
    bottom: 14px;
    width: 76px;
    margin: 0 auto;
}

.home-carousel .carousel-control-arrows .carousel-control-prev,
.home-carousel .carousel-control-arrows .carousel-control-next {
    width: 30px;
    height: 30px;
    opacity: 1;
    background-color: #c3912e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-carousel .carousel-indicators {
    right: auto;
    left: auto;
    margin-left: 88px;
    margin-right: 0;
}

.home-carousel .carousel-control-next-icon,
.home-carousel .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}

.home-carousel .carousel-control-next-icon {
    margin-left: 1px;
}

/* Home carousel End  */

/* home pgae start */
.display-1 {
    font-size: 3.4rem;
    line-height: 4rem;
    padding-top: 0.1rem;
    padding-bottom: 2.9rem;
    margin-bottom: 0;
    letter-spacing: -0.065rem;
    max-width: 30em
}

.display-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-top: 0;
    padding-bottom: 2.1rem;
    margin-top: -0.1rem;
    margin-bottom: 0rem;
    letter-spacing: -0.065rem;
}

.box-custom-style {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    text-decoration: none !important;
    transition: all 1s ease-out;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.box-custom-style * {
    transition: all 1s ease-out;
}

.box-custom__header {
    height: 180px;
    overflow: hidden;
}

.box-custom__header img {
    max-height: 180px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.box-custom__content {
    padding: 15px;
}

.box-custom__content .display-5 {
    font-size: 17px;
}

.box-custom__content .text-desc {
    margin-bottom: 10px;
    color: #212529;
    font-size: 15px;
}

.box-custom__content .x-small {
    margin-bottom: 0;
    font-size: 13px;
    color: #212529;
}

.box-custom__content .small {
    color: #212529;
    font-size: 15px;
    display: flex;
    flex-direction: column;
}

.box-custom__content .small .fund-c-logo {
    max-height: 82px;
}

.box-custom__content .small .raised-text {
    margin-bottom: 5px;
}

.box-custom__content .small .h3 {
    margin-bottom: 5px;
}

.box-custom__content .small .saprator-text {
    margin-bottom: 5px;
}

.box-custom__footer {
    margin-top: auto;
}

.box-custom__footer__inner .small {
    font-size: 16px;
    margin-bottom: 15px;
}

.box-custom-style:hover {
    box-shadow: 0 0 0.7rem 0 #cccccc;
}

.box-custom-style:hover .box-custom__header img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}

.box-custom-style:hover .box-custom__content .display-5 {
    color: #212529;
}

.box-custom-style:hover .box-custom__footer__inner .small {
    color: #212529;
}

.box-custom-style:hover .box-custom__footer__inner .small:after {
    margin-left: 0.6rem;
    margin-right: -0.3rem;
}

/* home pgae ENd */
/* */
.banner-wrap {
    position: relative;
}

.banner-wrap .banner-overlay-text {
    max-width: 90%;
    margin: 0 auto;
    margin-top: -3.5rem;
    background-color: #fff;
    position: relative;
    padding: 1.5rem 2rem;
    text-align: center;
}

.banner-wrap .banner-overlay-text .display-1 {
    font-weight: normal !important;
    padding-bottom: 2rem;
}

.banner-wrap .banner-overlay-text .display-1 strong {
    font-weight: 500;
    color: #c3912e;
}

.banner-wrap .full-banner-overlay-text {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-wrap .full-banner-overlay-text h1 {
    color: #fff;
    text-align: center;
    font-weight: normal !important;
    font-size: 3rem;
    margin-bottom: 0;
}

.filters-wrap .filters {
    align-items: flex-start;
}

.filters-wrap .filters .filters__title {
    align-items: center;
    margin-top: 7px;
    font-size: 16px;
}

.filters__title .svg__wrapper {
    width: 24px;
    margin-right: 6px;
}

.filters .btn-wrap {
    display: flex;
    flex-wrap: wrap;
}

.filters .rounded-btn {
    padding: 7px 14px;
    font-weight: normal;
    margin: 0 5px;
    border-radius: 18px;
}

.filters .rounded-btn.active {
    background-color: #c3912e !important;
    border-color: #c3912e !important;
}

.filters .search-btn {
    display: flex;
    align-items: center;
    max-width: 110px;
}

.filters .search-btn .search-ico {
    width: 21px;
    height: 20px;
}

.filters .search-btn:hover .search-ico {
    stroke: #fff;
}

.app-link-wrap svg {
    height: 53px;
}

.box-custom-style-2 {
    height: 100%;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
}

.box-custom-style-2 svg {
    stroke-dashoffset: 0rem;
    stroke-dasharray: 270px;
    fill: none !important;
    stroke: #c3912e;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 6rem;
    height: 6rem;
}

.box-custom-style-2 .display-2 {
    font-size: 1.6875rem;
    line-height: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #c3912e;
}

.box-custom-style-2 .text {
    font-size: 1.1875rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

.box-custom-style-2 .box-custom__footer .link-block {
    font-size: 16px;
    text-decoration: none !important;
}

.box-custom-style-2:hover .box-custom__footer .link-block:after {
    margin-left: 0.6rem;
    margin-right: -0.3rem;
}

ul.tick-orange {
    font-size: 1.1875rem;
    line-height: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.5rem;
    padding-bottom: 1rem;
    list-style-type: none;
}

ul.tick-orange li {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

ul.tick-orange li:before {
    content: "";
    width: 2rem;
    height: 2rem;
    text-align: center;
    position: absolute;
    top: 0.5rem;
    right: 100%;
    margin-right: 0.5rem;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url("../img/icon_greentick.svg");
    width: 1.2rem;
}

.max-w-80p-lg {
    max-width: 80%;
}

.step_items {
    display: flex;
    width: 100%;
    align-items: center;
}

a.step_item {
    height: 6rem;
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #eeeeee;
    color: #eeeeee;
    border-radius: 50%;
    font-size: 3rem;
    text-decoration: none !important;
    margin: 0 auto;
    pointer-events: none;
}

a.step_item.active {
    border: 3px solid #c3912e;
    color: #c3912e;
}

.step_title-wrap .section-sub-title {
    font-size: 1.5rem;
    padding-bottom: 0.9rem;
    padding-top: 1rem;
}

.step_title-wrap.active .section-sub-title {
    color: #c3912e;
}

.accordion-style .item .tabpanel {
    margin-bottom: 15px;
}

.accordion-style .item .tab {
    border-top: 2px solid #e5edef;
}

.accordion-style .item .tab a {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    text-decoration: none !important;
    position: relative;
    font-size: 1.1875rem;
    line-height: 2rem;
    text-decoration: none !important;
}

.accordion-style .tab a span {
    content: "";
    position: absolute;
    transition: transform 0.25s ease-out;
    top: 1rem;
    left: auto;
    right: 0;
    width: 2rem;
    height: 2rem;
    margin-right: -1px;
    border: 2px solid #c3912e;
    border-radius: 100%;
}

.accordion-style .tab a span:before {
    content: "";
    position: absolute;
    background-color: #c3912e;
    transition: transform 0.25s ease-out;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 1rem;
    margin-left: -1px;
    margin-top: -0.5rem;
}

.accordion-style .tab a span:after {
    content: "";
    position: absolute;
    background-color: #c3912e;
    transition: transform 0.25s ease-out;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 2px;
    margin-top: -1px;
    margin-left: -0.5rem;
}

.accordion-style .tab a:not(.collapsed) span:before {
    transform: rotate(90deg);
}

.accordion-style .tab a:not(.collapsed) span:after {
    transform: rotate(180deg);
}

.accordion-style.collapse,
.accordion-style .collapsing {
    padding: 0;
    margin-bottom: 1rem;
}

.icons-links-wrap {
    display: flex;
    flex-wrap: wrap;
}

.icons-links-wrap .icons-link-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    text-decoration: none !important;
    margin-bottom: 25px;
}

.icons-links-wrap .icons-link-block:hover .link-block:after {
    margin-left: 0.6rem;
    margin-right: -0.3rem;
}

.icons-links-wrap .icons-link-block:hover .svg__wrapper svg {
    stroke: #c3912e;
}

.icons-links-wrap .icons-link-block:hover .link-block {
    color: #c3912e;
}

.icons-links-wrap .icons-link-block .svg__wrapper {
    height: 8rem;
    width: 8rem;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 50%;
    margin-bottom: 15px;
}

.icons-links-wrap .icons-link-block .svg__wrapper svg {
    stroke: #343a40;
    fill: none !important;
    stroke-width: 3px;
    stroke-dashoffset: 0rem;
    stroke-dasharray: 270px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icons-links-wrap .icons-link-block .link-block {
    color: #343a40;
}

.slick-track{
    margin-left: 0;
}
.selectReward-wrap {

}

.selectReward-wrap .selectReward {
    margin-bottom: 0;
}

.selectReward-wrap .selectReward .donationSideDiv {
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
}
.selectReward-wrap .selectReward .donationSideDiv .media {
    max-width: 100%;
}
.selectReward-wrap .selectReward .donationSideDiv .media-wrap {
    max-width: 100%;
}
.selectReward-wrap .selectReward .donationSideDiv .media-body {
    max-width: 100%;
    overflow: hidden;
}
.selectReward-wrap .selectReward .donationSideDiv .media-text {
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

/* the slides */
.selectReward-wrap .slick-slide {
    margin: 0 10px;
}
/* the parent */
.selectReward-wrap .slick-list {
    margin: 0 -10px;
}

.organizer-wrapper.js-ticker-item {
    margin-right: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-top:10px;
}
.js-ticker.active .organizer-wrapper.js-ticker-item {
    flex: 0 0 auto;
    padding: 15px 25px;
}
.js-ticker.active .organizer-wrapper.js-ticker-item .media .organizer-img{
    width: 90px !important;
    height: 90px !important;
}
.organizer-js-ticker {
    margin-top: -10px;
}
@media (max-width: 1199px) {
    .box-custom__header {
        height: 141px;
    }

    .banner-wrap .banner-overlay-text .display-1 {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {

    /* Mega Menu  start*/
    .navbar .navbar-collapse {
        padding: 0;
        padding-top: 20px;
    }

    .navbar .navbar-collapse .close-menu {
        margin-right: 32px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-left: 0;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #585858;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn {
        border-color: #c3912e !important;
        margin-top: 10px;
        margin-left: 15px;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:after {
        font-size: 21px;
        margin-left: auto;
    }

    .cf-navbar .dropdown-menu {
        background-color: transparent;
    }

    .cf-navbar .menu-ul li .dropdown-item,
    .cf-navbar .dropdown-menu .dropdown-item {
        color: #fff;
        margin-left: 20px;
    }

    .cf-navbar .dropdown-menu:before {
        display: none;
    }

    .megamenu-item .dropdown-menu {
        padding: 10px 0;
    }

    .megamenu-item .title-link {
        margin-left: 20px;
        color: #fff;
    }

    .megamenu-item .menu-ul li .dropdown-item .grey-small-circle {
        display: none;
    }

    .megamenu-item .menu-ul li .dropdown-item .link-block:after {
        display: none;
    }

    .megamenu-item .menu-ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu-content-block {
        display: none;
    }

    /* Mega Menu  End*/

    /* Home carousel start  */
    .home-carousel .carousel-caption .caption-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .home-carousel .carousel-inner .carousel-item {
        height: auto;
    }

    .home-carousel .carousel-inner .carousel-caption-left {
        height: 455px;
    }

    .home-carousel .carousel-inner .img-video-block {
        height: 300px;
        text-align: center;
    }

    .home-carousel .carousel-caption .img-video-block video,
    .home-carousel .carousel-caption .img-video-block img {
        max-height: 250px;
    }

    .home-carousel .carousel-control-arrows {
        bottom: -42px;
    }

    .home-carousel .carousel-indicators {
        bottom: -52px;
    }

    .home-carousel .carousel-indicators li {
        background-color: #c3912e;
    }

    /* Home carousel End  */

    .max-w-none {
        max-width: none;
    }

    .max-w-80p-lg {
        max-width: 100%;
    }

    .icons-links-wrap .icons-link-block {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .box-custom__header {
        height: 161px;
    }
}

@media (max-width: 767px) {
    .display-1 {
        font-size: 1.875rem;
        line-height: 2.5rem;
        padding-top: 0.05rem;
        padding-bottom: 1.95rem;
        margin-bottom: 0;
        width: 100%;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-sub-title {
        font-size: 1.8rem;
    }

    .banner-wrap .banner-overlay-text {
        max-width: 100%;
        margin-top: 0;
        padding: 1.5rem 1rem;
    }

    .banner-wrap .banner-overlay-text .display-1 {
        padding-bottom: 1.5rem;
    }

    .app-link-wrap svg {
        height: 40px;
    }

    .strapline {
        font-size: 1.3125rem;
        line-height: 2rem;
    }

    a.step_item {
        height: 3rem;
        width: 3rem;
        font-size: 1.52rem;
    }

    .icons-links-wrap .icons-link-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0;
        margin-bottom: 10px;
        flex-direction: row;
    }

    .icons-links-wrap .icons-link-block .svg__wrapper {
        height: 3rem;
        width: 3rem;
        margin-right: 10px;
        padding: 0.4rem;
        margin-bottom: 0;
    }

    .icons-links-wrap .icons-link-block .link-block {
        margin-bottom: 0;
    }

    .banner-wrap .full-banner-overlay-text h1 {
        font-size: 1.3rem;
    }

    .box-custom__header {
        height: 175px;
    }

    .container.bg-light {
        padding-right: 15px;
        padding-left: 15px;
    }

    .banner-wrap .banner-overlay-text .display-1 {
        font-size: 1.875rem;
    }

    .page-title {
        font-size: 3rem;
    }
    .selectReward-wrap .slick-prev {
        left: -11px;
        z-index: 1;
    }
    .selectReward-wrap .slick-next {
        right: -11px;
        z-index: 1;
    }
    /* the slides */
    .selectReward-wrap .slick-slide {
        margin: 0 5px;
    }
    /* the parent */
    .selectReward-wrap .slick-list {
        margin: 0 -5px;
    }
    .home-carousel .carousel-inner .carousel-item {
        background-image: none !important;
    }
    .home-carousel .carousel-inner .carousel-caption-left {
        height: auto;
        margin-top: 20px;
    }
    .home-carousel .carousel-inner .img-video-block {
        height: auto;
    }
}

.pad-15 {
	padding: 15px !important;
}

 .awesome-effect {
      -webkit-animation:colorchange 10s infinite alternate;
      color: #fff !important;
     }
.awesome-effect .campaign-color,.awesome-effect * {
 color: #fff !important;
}
    @-webkit-keyframes colorchange {
    0%      { background-color: #10c018;}
        25%     { background-color: #1056c0;}
        50%     { background-color: #ef0a1a;}
        75%     { background-color: #254878;}
        100%   { background-color: #04a1d5;}
    }


.statement-btn{
	padding: 4px 10px !important;
    margin-left: 10px;
}

.video-cover-overlay {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    background-color: rgb(0 0 0 / 40%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
}

#myCarousel .carousel-item > img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
}

.invert-color {
    mix-blend-mode: difference;
    -webkit-background-clip: text;
    -webkit-filter: invert() sepia();
}

.box-shadow {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border: 1px solid rgb(111 111 111 / 10%);
    border-radius: 5px;
    padding: 40px;
    height: 100%;
}

.raised-box-title {
    text-transform: uppercase;
    font-weight: bold;
}

#launching_countdown {
    font-size: 40px;
    line-height: 1.2;
    font-weight: bolder;
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
}

#launching_countdown span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 8px;
    color: #343a40;
}

.donate-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gray-bg {
    background-color: #f4f4f4;
}

#campaignColorBg.campaign-top-section {
    background-color: #ffffff;
}
.campaign-tabs .nav-item .nav-link.active {
    background-color: #f4f4f4 !important;
}

.raised-box .campaign-progress {
    padding: 2px;
    height: 20px;
}

.progress-wrapper {
    margin-top: 30px;
}

.campaign-no-border {
    border-radius: 20px 0px 0px 20px !important;
}

.phone-fund-item {
    background-color: #ffffff;
    padding: 10px 0;
    border-radius: 4px;
    text-align: left;
}
.percentage-text {
    background-color: #ffffff;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    font-size: 15px;
    top: -15px;
    margin-left: -25px;
}
.carousel-item.pdp {
    height: auto;
}
.progressBar-wrapper {
    margin-top: -70px;
    margin-bottom: -50px;
    min-height: 200px;
}
.position-index {
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .carousel-item.pdp {
/*        height: 262px !important;*/
    }
    #myCarousel .carousel-control-prev,
    #myCarousel .carousel-control-next {
        width: 45px;
        height: 45px;
    }
    #myCarousel .carousel-control-prev svg,
    #myCarousel .carousel-control-next svg {
        width: 12px;
    }

    .play-btn svg {
        width: 55px;
    }
    .donationSideDiv #launching_countdown {
        font-size: 30px;
    }

    .donationSideDiv #launching_countdown span {
        font-size: 14px;
    }
    #launching_countdown {
        gap: 10px;
    }

}

.donation-item-top-row .profile-img,
.team_image .profile-img,
.team-top-row .profile-img,
.media .profile-img  {
    margin-left: 0;
    flex: 0 0 45px;
}
.team-name-wrap h6{
    font-size: 1.3rem;
}
.profile-img-inner{
        text-transform: uppercase;
}
.text-bold{
    font-weight: 600;
}
.bg-green-progress{
    background-color: #28a745 !important; 
}

/* ======== */

.alert--pot-customization .link-customization {
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert--pot-customization .link-customization:hover {
    text-decoration: none;
}

.alert--pot-customization .link-customization .text {
    text-decoration: underline;
    text-underline-offset: 3px;
}
  
.modal--pot-contribution .slider-wrapper .slider-input--wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 20px;
}

.modal--pot-contribution .slider-wrapper .slider-input {
    position: relative;
    flex-grow: 1;
}

.modal--pot-contribution .slider-amount {
    font-size: 16px;
    font-weight: bold;
    color: #583100;
    white-space: nowrap;
    flex: 0 0 50px;
    max-width: 50px;
    text-align: right;
  }

.modal--pot-contribution .range-slider-tooltip {
    position: absolute;
    top: -36px;
    transform: translateX(-50%);
    color: #583101;
    padding: 4px 10px;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #583101;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal--pot-contribution .range-slider-tooltip::after {
    content: '';
    position: absolute;
    left: calc(50% - 3px);
    bottom: -4px;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 1px solid #583101;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.modal--pot-contribution .range-slider-tooltip::before {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.modal--pot-contribution input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 8px;
    background: var(--track-bg, linear-gradient(to right, #583101 50%, #ccc 50%));
    border-radius: 5px;
    outline: none;
    transition: background 0.3s ease-in-out;
}

.modal--pot-contribution input[type="range"]::-webkit-slider-runnable-track {
    background: inherit;
    border-radius: 5px;
    height: 8px;
}

.modal--pot-contribution input[type="range"]::-moz-range-track {
    background: inherit;
    border-radius: 5px;
    height: 8px;
}

.modal--pot-contribution input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #583100;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
}

.modal--pot-contribution input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #583100;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
}

.modal--pot-contribution .range-slider--result h3 {
    text-align: center;
    margin: 20px 0 10px;
    font-size: 18px;
}