@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&display=swap');
* {box-sizing: border-box; text-decoration: none; list-style: none; padding: 0; margin: 0; margin-bottom: 0px;}
/* custom color theme */
:root {
	--primary-darkblue: #1B1E55;
	--primary-lightblue: #0E1037;
	--primary-yellow: #FFBD14;
	--primary-darkyellow: #AA7E0D;
	--secondary-darkblack: #000000;
	--secondary-lightblack: #0F0E0B;
	--secondary-white: #FFFFFF;
	--secondary-lightwhite: #EFEFEF;
    --secondary-lightgray: #D3D3D3;
	--secondary-darkgray: #62625F;
	--secondary-red: #F22800;
	--black-shadow: rgba(0, 0, 0, 0.10);
}

/* Gopher family */
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher';
    src: url('/fonts/gopher/Gopher-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher Black';
    src: url('/fonts/gopher/Gopher-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gopher Hairline';
    src: url('/fonts/gopher/Gopher-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}






/* ---------------
    Listing-block
    --------------- */
.p-block {padding: 50px 60px;}
.listing-block .goal-inner-list:nth-child(1) {
    background: rgba(254, 216, 178, 0.75);
    background-blend-mode: lighten;
}
.listing-block .goal-inner-list:nth-child(2) {
    background: rgba(1, 43, 48, 0.85);
    background-blend-mode: multiply;
}
.listing-block .goal-inner-list:nth-child(3) {
    background: rgb(1 178 158 / 75%);
    background-blend-mode: darken;
}




/* ---------------
    Video Section
    --------------- */
.amukacamp-page .goal-wrapper {
    background: linear-gradient(180deg, rgba(1, 178, 158, 0.25) 0%, rgba(1, 178, 158, 0.75) 100%);
    padding: 100px 0;
    background-size: cover;
    position: relative;
    text-align: center;
}
.goal-bg-layer {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: bottom;
    mix-blend-mode: darken;
    top: 0;
    z-index: -1;
}
.goal-bg-layer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.amukacamp-page .banner-video {
    width: 1000px !important;
    margin: auto;
    padding: 0 10px;
}
.goal-inner-list:first-child {
    border-radius: 20px 20px 0px 0px;
}
.goal-inner-list:last-child {
    border-radius: 0px 0px 20px 20px;
}
.amukacamp-page .video-wrapper {
    padding: 50px 60px;
    background: rgb(1 178 158 / 75%);
    background-blend-mode: darken;
}
.video-block {
    margin: 0 auto;
}

.amukacamp-page .video-sec iframe {
    border-radius: initial;
    background: transparent;
    border: initial;
    margin: 0px;
    box-shadow: initial;
}

/*  =============
  Animate Progress Bar
  =============  */

.counter-animate-bar {
    background: rgba(254, 216, 178, 0.75);
    background-blend-mode: lighten;
    padding: 50px 60px;
    position: relative;
}

.counter-bar-inner {position: relative;}
.counter-bar-inner h2 {
    font-family: 'Gopher';
    color: #012B30;
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
}
.animate-progress {
    height: 54px;
    border-radius: 7px;
    background: #ffffff;
    border: 3px solid #ffffff;
    margin: 63px 0 13px;
    display: flex;
    align-items: end;
    position: relative;
}

.animate-progress-bar {
    height: 100%;
    background-image: linear-gradient(-45deg,rgba(254, 255, 209, 0.20) 25%,transparent 0,transparent 50%,rgba(254, 255, 209, 0.20) 0,rgba(254, 255, 209, 0.20) 75%,transparent 0,transparent);
    background-size: 11px 11px;
    background-color: #012B30;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.animate-progress-bar.right-bar {
    background-color: #01B29E;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/* .box-point {position: absolute; min-width: 164px; z-index: 2;} */
.box-point {position: absolute; z-index: 2;}
.box-point-text-bottom {color: #FEFFD1; text-align: left; font-family: var(--third-Outfit-font); font-size: 18px; font-weight: 900; line-height: normal; text-transform: uppercase; position: absolute; top: 10px; left: -25px; right: 0;}

.fix-right .box-point-text-top {
    right: 0;
    left: initial;
}
.box-point.fix-center .box-point-text-top {
    transform: translateX(-50%);
}
.fix-center.fix-right .box-point-text-top {
    transform: initial;
}
.box-point-text-top {
    position: absolute;
    top: -82px;
    left: -2px;
    /* width: 200px; */
    margin-left: 0;
    color: #012B30;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Gopher';
    text-align: left;
    white-space: nowrap;
}
.box-point-text-top span {
    font-family: 'Gopher';
    font-weight: 900;
}
.box-point-line {
    position: absolute;
    width: 4px;
    height: 48px;
    background: #ffffff;
    top: -48px;
    left: 0;
    right: 0;
}
.progress-completed .box-point-line {
    opacity: 0;
}

.member-content {display: flex; align-items: center; justify-content: space-between; gap: 20px;}
.counter-bar-inner .total-num {
    font-family: 'Gopher';
    color: #012B30;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    margin-left: auto;
}
.counter-bar-inner .total-num span {
    font-family: 'Gopher';
    font-weight: 900;
}

.total-amount-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    justify-content: space-between;
}
.goal-inner-list.counter-animate-bar .total-amount-content {
    gap: 50px;
}
.goal-inner-list.counter-animate-bar .left-content, .goal-inner-list.counter-animate-bar .right-content {
    flex: 1;
}
.left-content, .right-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}
.left-content .doller-amount i {
    background: #fff;
    color: #012b30;
    min-width: 50px;
    aspect-ratio: 4/4;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doller-amount {
    padding: 20px 30px 20px 20px;
    min-width: 200px;
    text-align: center;
    border-radius: 80px;
    background: #012B30;
    color: #FED8B2;
    font-family: 'Gopher';
    font-size: 50px;
    font-weight: bold;
    line-height: 45px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.doller-amount i {
    color: #fff;
}
.amukacamp-page .doller-amount span {
    text-align: center;
    width: 100%;
    display: block;
}
.total-amount-content p b {
    color: #000;
    font-family: 'Gopher';
    font-size: 35px;
    font-weight: 900;
    line-height: 29px;
    display: block;
}
.total-amount-content p {
    color: #000;
    font-family: 'Gopher';
    font-size: 25px;
    font-weight: normal;
    line-height: 29px;
}
.total-amount-content p span {
    font-family: 'Gopher';
    font-weight: bold;
}
.total-amount-content .right-content p {
    max-width: 173px;
}
.right-content {justify-content: right;}

.animate-progress-bar[style="width: 20%;"] {border-radius: 5px 0px 0px 5px;}
.animation-progress {-webkit-animation: progressmove 0.5s linear infinite; animation: progressmove 0.5s linear infinite;}
@-webkit-keyframes progressmove {0% {background-position: 0 0;} to {background-position: 11px 0;}}
@keyframes progressmove {0% {background-position: 0 0;} to {background-position: 11px 0;}}

/*  =============
  Time block Area
  =============  */
.amukacamp-page .time-wrapper-section {
    background: rgba(1, 43, 48, 0.85);
    background-blend-mode: multiply;
    padding: 50px 60px;
}
.amukacamp-page .time-wrapper-section, .amukacamp-page .time-wrapper-section .flex-container {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    position: relative;
}
.amukacamp-page .time-wrapper-section .flex-container {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    padding: 20px 0;
    justify-content: center;
    gap: 30px;
    width: 100%;
}
.amukacamp-page .time-wrapper-section {
    flex-direction: column;
    gap: 50px;
}
.amukacamp-page .time-wrapper-section p {
    margin-right: 0;
    font-family: 'Gopher';
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0px;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    border-radius: 5px;
    overflow: hidden;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper li {
    border-radius: 0px;
    padding: 16px 20px;
    align-items: center;
    background: #FFF;
    color: #012B30;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper li:first-child {
    border-radius: 5px 0px 0px 5px;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper li:last-child {
    border-radius: 0px 5px 5px 0px;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper li span {
    font-family: 'Gopher';
    font-size: 35px;
    line-height: normal;
    position: relative;
    font-weight: 900;
    min-width: 43px;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper li b {
    border-left: initial;
    padding-left: 14px;
    margin-left: 14px;
    font-family: Roboto;
    font-size: 20px;
    line-height: normal;
    position: relative;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper li .show_mob {
    display: none;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper li .hide_mob {
    display: block;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper li b:before {
    content: '';
    position: absolute;
    width: 1px;
    left: 0;
    top: 50%;
    height: calc(100% + 6px);
    border-right: 1px solid #01B29E;
    transform: translateY(-50%);
}
.prime-btn {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 14px;
    border-radius: 5px;
    background: #fff;
    border: initial;
    outline: initial;
    cursor: pointer;
    color: #012B30;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

/*  =============
  Member block Area
  =============  */
.amukacamp-page .my-account.all-members-row {
    margin-top: 0px;
    padding: 50px 10px 0px;
}
.amukacamp-page .my-account.recent-donations-row {
    padding: 0px;
}
.amukacamp-page .my-account .cont-area {
    max-width: 980px;
    padding: 0px;
}
.amukacamp-page .member-row h3 {
    font-family: 'Gopher';
    line-height: normal;
    font-weight: normal;
}
.amukacamp-page .border-row {
    height: 17px;
}
.amukacamp-page .border-row, .amukacamp-page .top-filter-nav ul, .amukacamp-page .sorting-filter-nav ul, .amukacamp-page .filter-member .dropdown-section.member-search .list-input, .amukacamp-page .soryByDropdown {
    background: #FED8B2;
}
.amukacamp-page .top-filter-nav ul li.active a, .amukacamp-page .sorting-filter-nav ul li.active a, .amukacamp-page .dropdown-section.member-search #search {
    background: #012B30;
    color: #fff;
}
.amukacamp-page .sorting-filter-nav h4 {
    font-weight: 300;
}

/* Member Section */

.amukacamp-page .location_goals.donors-row {
    padding-top: 10px;
    margin: 0 -10px;
    row-gap: 20px;
}
.amukacamp-page .location_goals_section .location_goals .location_goals_block.bina-col > div {
    background: #01B29E;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}
.amukacamp-page .location_goals_section .location_goals .location_goals_block.bina-col {
    margin-bottom: 0px;
}
.amukacamp-page .location_goals_block.bina-col h3 {
    font-family: 'Gopher';
    font-size: 20px;
    line-height: normal;
    color: #FED8B2;
    font-weight: 700;
}
.amukacamp-page .location_goals_block.bina-col .bina-list-top h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-break: anywhere;
    overflow: hidden;
    white-space: normal;
}
/* .amukacamp-page .location_goals_block.bina-col .bina-list-top h3, .amukacamp-page .location_goals_block.bina-col .top-heading-section h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-break: anywhere;
    overflow: hidden;
    white-space: normal;
} */
.amukacamp-page .bina-col i {
    color: #fff;
    font-size: 14px;
    padding-top: 8px;
}
.amukacamp-page .location_goals_section .location_goals .location_goals_block.bina-col .left-col p {
    font-size: 14px;
    margin-top: 7px;
}
.amukacamp-page .location_goals_section .location_goals .location_goals_block.bina-col p {
    font-size: 14px;
}
.amukacamp-page .heil-price {
    margin-top: 8px;
    padding: 10px 5px;
}
.amukacamp-page .location_goals_block.bina-col .heil-price h3 {
    font-family: 'Gopher';
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    color: #000;
}
.amukacamp-page .location_goals_section .location_goals.donors-row.member-sec .location_goals_block.bina-col .location-list:hover, .amukacamp-page .location_goals_section  .location_goals_block.bina-col.completed .location-list {
    background: #012B30;
}
.amukacamp-page .location_goals_section .button-section.load-btn .btn span, .amukacamp-page .location_goals_section .button-section.load-btn .btn {
    font-family: 'Gopher';
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
}
.amukacamp-page .location_goals_section .button-section {
    margin-top: 20px;
}

/* large Button */
.large-button-section {
    margin: 35px 0 50px 0;
}
.largeButton {
    background: #FED8B2;
}
.large-button-section .arrow-button .label {
    background-color: #012B30;
}
.large-button-section .arrow-button .arrow {
    border-left: 30px solid #012B30;
}

/* Recent Donation */
.amukacamp-page .location_goals_section .location_goals .location_goals_block.bina-col.recent-col > div {
    padding: 5px;
}
.amukacamp-page .location_goals.donors-row.recent-donate-grid-wrapper {
    margin: 0;
}
.amukacamp-page .location_goals_section .location_goals .location_goals_block span b {
    color: #FED8B2;
    font-family: 'Gopher';
    font-weight: 700;
}
.amukacamp-page .location_goals_section .location_goals .location_goals_block.bina-col.recent-col .yes-para-text .inter-left-text .accordion-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-break: anywhere;
    max-width: calc(100% - 30px);
}
.amukacamp-page .location_goals_section .location_goals .location_goals_block.bina-col.recent-col .yes-para-text .inter-left-text .accordion-item-content.showFullText p {
    -webkit-line-clamp: initial;
}
.amukacamp-page .inter-left-text p:not(.noDonation):after {
    display: none;
}
.amukacamp-page .inter-left-text .show-expended p:not(.noDonation):after {
    display: block;
}
.amukacamp-page .inter-box .flex-content span.time {
    font-family: 'Roboto';
    font-size: 10px;
}
.amukacamp-page .inter-rigth-text {
    font-family: 'Gopher';
    line-height: normal;
    font-weight: 700;
    max-width: 100px;
}
.donate-button-full-section .donateBtn a {
    background: #012B30;
    padding: 16px 20px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #FED8B2;
    gap: 14px;
    transition: all 0.3s ease-in-out;
}
.donate-button-full-section .donateBtn a span {
    font-size: 21px;
    color: #FED8B2;
    margin: 0 0 0 0px;
    display: inline-block;
    white-space: nowrap;
}
.donate-button-full-section .donateBtn a:hover {
    background: #FED8B2;
    color: #012B30;
}
.donate-button-full-section .donateBtn a:hover span {
    color: #012B30;
}


/* amukacampaign details Page */
.amukacamp-page .future-care-main-banner img {
    width: 100%;
}
.amukacamp-page .mobile_banner {
    display: none;
}
.goal-wrapper .internal-container {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}
.amukacamp-page .donation-detail-section .internal-container {
    max-width: 1000px;
    padding: 0 10px;
}
.internal-container .flex-col-two .left-col {
    width: 100%;
}
.counter-bar-group {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: column;
}
.counter-group-inner {
    width: 100%;
}

.sm-font .total-amount-content p b {
    font-size: 25px;
    line-height: 20px;
}
.sm-font .total-amount-content p {
    font-size: 18px;
    line-height: 20px;
}
.sm-font .doller-amount {
    padding: 10px 15px;
    min-width: 164px;
    font-size: 30px;
    line-height: 45px;
    gap: 10px;
}
.right-content .doller-amount i {
    font-size: 100%;
}

.sm-font .left-content .doller-amount i {
    min-width: 30px;
    font-size: 16px;
    line-height: normal;
}
.amukacamp-detail .prime-btn, .darkgreen.prime-btn {
    background: #012B30;
    color: #FED8B2;
}
.amukacamp-detail .prime-btn i, .darkgreen.prime-btn i {
    color: #fff;
}

.amukacamp-detail .total-amount-content {
    justify-content: center;
}
.about-wrapper {
    background: rgba(1, 43, 48, 0.85);
    background-blend-mode: multiply;
    padding: 50px 60px;
}
.about-wrapper h2 {
    color: #FED8B2;
    font-family: 'Gopher';
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 0px;
}
.description-area p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.description-area p:first-child {
    margin-bottom: 20px;
}
.description-area p:last-child {
    margin-top: 20px;
}
/* Two Column */
.counter-animate-bar .column-content {
    flex-direction: column;
}
.two-column .left-content, .two-column .right-content, .counter-animate-bar .column-content .left-content {
    flex-direction: row;
}
.two-column {
    background: rgb(1 178 158 / 75%);
    background-blend-mode: darken;
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.amukacamp-page .two-column .time-wrapper-section .flex-container {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
}
.amukacamp-page .two-column .time-wrapper-section p {
    color: #000;
}
.two-column .counter-animate-bar, .amukacamp-page .two-column .time-wrapper-section {
    padding: 0;
    background: initial;
}
.amukacamp-detail .two-column .total-amount-content {
    padding-top: 50px;
}
.amukacamp-page .two-column .time-wrapper-section .time-list-wrapper li span {
    font-size: 25px;
    min-width: 28px;
}
.amukacamp-page .two-column .time-wrapper-section .time-list-wrapper li b {
    font-size: 18px;
}
.amukacamp-page .two-column .time-wrapper-section .time-list-wrapper li {
    background: #012B30;
    color: #FFF;
}
.amukacamp-page .two-column .time-wrapper-section .time-list-wrapper li b {
    color: #FED8B2;
}

.donation-detail-section {
    padding: 50px 0px 100px;
}


/* Donation Form */


.donate-form-wrapper .col-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    margin-bottom: 20px;
}
.form-area .donate-form-wrapper .col-6 {
    width: calc(50% - 10px);
    padding: 0;
    margin-bottom: 0;
}
.form-area .donate-form-wrapper .col-4 {
    width: calc(33.33% - 15px);
    padding: 0;
}
.form-area .donate-form-wrapper .col-3 {
    width: calc(25% - 15px);
    padding: 0;
}
.donate-form-wrapper .col-12 {
    margin-bottom: 10px;
    padding: 0;
}
.info-wrapper {
    background: #01B29E;
    padding: 15px;
    color: #FFF;
    font-family: 'Gopher';
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
}
.label-title {
    color: #0B101F;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 8px;
    display: inline-block;
}
.amukacamp-page .my-account .donate-form-wrapper .form-control {
    display: flex;
    padding: 8px 8px 8px 16px;
    align-items: center;
    height: initial;
    border-radius: 8px;
    border: 1px solid #D1D2D8;
    background: #FFF;
    color: #0B101F;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.amukacamp-page .my-account .form-control {
    margin-bottom: 0px;
}
.amukacamp-page .my-account .donate-form-wrapper select.form-control {
    background: url(/images/amukacamp-img/select-down-arrow.svg) calc(100% - 16px) / 14px no-repeat #fff !important;
    padding: 13px 40px 13px 20px;
}

/* alert */
.amukacamp-page .error-container {
    border-radius: 20px;
    background: #FFDFDF;
    padding: 30px;
    border: initial;
    color: #4F0000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: justify;
    margin-bottom: 15px;
}
.amukacamp-page .success-message {
    border-radius: 20px;
    background: #eaf9da;
    padding: 30px;
    border: initial;
    color: #4F8A10;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: justify;
}

/* checkbox */
.btn-group-block {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}
.btn-group-inner {
    width: 100%;
    max-width: 146px;
    display: flex;
    align-items: stretch;
    min-height: 129px;
}
.hidden-tag {
    display: none;
}
.btn-type-box {
    border-radius: 20px;
    background: #FED8B2;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.btn-type-box span {
    color: #012B30;
    font-family: 'Gopher';
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}
.custom-box .btn-type-box {
    flex-direction: column;
    gap: 10px;
}
.custom-box .btn-type-box .group-block {
    display: flex;
    align-items: center;
}
.amukacamp-page .my-account .donate-form-wrapper .custom-box .control-form {
    background: transparent;
    width: 100%;
    height: initial;
    padding: 0;
    color: #012B30;
    font-family: 'Gopher';
    font-size: 30px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0px;
    outline: initial;
    border: initial;
    transition: all 0.3s ease-in-out;
}
.custom-box .cus-title {
    color: #012B30;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.hidden-tag:checked ~ .btn-type-box {
    background: #012B30;
}
.hidden-tag:checked ~ .btn-type-box .bottom-field {
    display:flex!important;
}
.hidden-tag:checked ~ .btn-type-box span, .custom-box .hidden-tag:checked ~ .btn-type-box .cus-title, .hidden-tag:checked ~ .btn-type-box .content-des, .hidden-tag:checked ~ .btn-type-box .content-des b, .hidden-tag:checked ~ .btn-type-box .content-des span {
    color: #fff;
}
.amukacamp-page .my-account .donate-form-wrapper .custom-box .hidden-tag:checked ~ .btn-type-box .control-form {
    color: #fff;
}
.amukacamp-detail .my-account .form-area .prime-btn {
    background: #012B30;
    color: #FED8B2;
    justify-content: space-between;
    min-width: 300px;
    margin-top: 20px;
}
.amukacamp-detail .my-account .form-area .prime-btn p, .amukacamp-detail .my-account .form-area .prime-btn span, .amukacamp-detail .my-account .form-area .prime-btn small {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    position: relative;
}


/* ARS */
.btn-group-inner {
    max-width: 145px;
}
.btn-group-inner.custom-group {
    width: 100%;
    max-width: initial;
}

.custom-group .btn-type-box {
    padding: 0;
    align-items: stretch;
}

.cus-content-area {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 14px 20px;
    width: 100%;
}
.cus-content-area .content-des span {
    font-size: 25px;
}
.group-item-img {
    position: relative;
}
.group-item-img .img-content {
    position: absolute !important;
    right: 40px;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60%;
}
.cus-content-area .he-lang {
    font-size: 16px;
    line-height: normal;
    font-family: "Noto Sans Hebrew", sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 700;
    direction: rtl;
}
.cus-content-area .he-lang span {
    font-weight: 400;
    font-family: 'Noto Sans Hebrew';
    font-size: 16px;
    color: #fff;
}
.custom-group .group-block {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 5px solid #fff;
    min-width: 146px;
}
.group-item-img img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 50%;
    height: 100px;
}
.content-des, .content-des b, .content-des span {
    color: #012B30;
    text-align: center;
    font-family: 'Gopher';
    font-size: 16px;
}
.content-des p b {
    font-weight: 700;
}
.content-des p span {
    font-size: 25px;
    font-weight: 900;
}

/* cus-content-wrapper */
.cus-content-wrapper {
    width: 100%;
}
.cus-content-wrapper .content-des {
    font-family: Gopher;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    max-width: 230px;
    text-align: left;
}
.cus-content-wrapper .group-item-img {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-radius: 10px;
    background: #012B30;
    border: 1px solid;
    padding: 10px 20px;
}
.side-content p {
    color: #FFF;
    font-family: Gopher;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 206px;
}
.list-items-wrap {
    display: flex;
    align-items: stretch;
}
.group-item-img .list-items-wrap img {
    height: 86px;
}
.list-items-wrap li:nth-child(2) {
    margin: 0 -10px;
}
.list-items-wrap li h5 {
    color: #fff;
    text-align: center;
    /* font-family: Runalto; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bottom-field {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 30px;
    padding: 0px 20px 20px;
    margin-top: 30px;
}
.form-area .donate-form-wrapper .col-5 {
    width: calc(40% - 10px);
    padding: 0;
}
.form-area .donate-form-wrapper .col-2 {
    width: calc(20% - 10px);
    padding: 0;
    min-width: 110px;
}
.amukacamp-page .my-account .donate-form-wrapper .custom-group select.form-control {
    padding: 8px 8px 8px 16px;
}

.hidden-tag:checked ~ .btn-type-box .cus-content-wrapper .content-des {
    color: #FED8B2;
}
.hidden-tag:checked ~ .btn-type-box .cus-content-wrapper .group-item-img {
    border-radius: 10px;
    border: 1px solid #FED8B2;
    background: #012B30;
}
.hidden-tag:checked ~ .btn-type-box .label-title {
    color: #FFF;
}
/* .hidden-tag:checked ~ .btn-type-box .bottom-field {
    display:flex!important;
} */

/* .hidden-tag:checked ~ .btn-type-box span, .custom-box .hidden-tag:checked ~ .btn-type-box .cus-title, .hidden-tag:checked ~ .btn-type-box .cus-content-area .cus-title {
    color: #fff;
} */

/* loader */
.amukacamp-page .lds-dual-ring:after {
    width: 30px;
    height: 30px;
    border: 5px solid #012B30;
    border-color: #012B30 transparent #012B30 transparent;
}
.amukacamp-page .ajax-loader {
    text-align: center;
}

/* Signup to raise */
.amukacamp-page .about-section-wrap {
    background: linear-gradient(180deg, rgba(1, 178, 158, 0.25) 0%, rgba(1, 178, 158, 0.75) 100%);
    padding: 100px 0;
    position: relative;
}
.amukacamp-page .about-wrapper .video-block {
    margin-top: 50px;
}
.amukacamp-page .about-us-wapper .content-wrapper .text-wrapper {
    padding: 0px;
}
.amukacamp-page.nishams .container-center {
    background: transparent;
    max-width: 1260px;
}
.amukacamp-page .about-two-col-section-video {
    align-items: center;
    flex-direction: column;
    gap: 60px;
    border-radius: initial;
}
.amukacamp-page .about-two-col-section-video .text-col {
    width: 100%;
}
.amukacamp-page .flex-container-video-section {
    padding-top: 0px;
}
.amukacamp-page .about-us-wapper {
    padding: 0px;
}
.amukacamp-page .pragraph-text-panel p {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
}
.amukacamp-page .pragraph-text-panel p:not(:last-child) {
    margin-bottom: 20px;
}
.amukacamp-page .about-two-col-section-video .video-sec {
    width: 100%;
    padding: 0px;
}
.amukacamp-page .video-block {
    width: 750px;
    margin: auto;
}
.nishams .two-column .counter-animate-bar, .nishams .two-column .time-wrapper-section {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.amukacamp-page .flex-container-video-section .text-col {
    padding: 0px;
}
.raise-fund-panel .image-panel img {
    border-radius: 5px;
    background: #FFF;
}

/* Stream Page */

.dontate-popup-wrapper#dontate-popup-section {
    padding: 0;
    border-radius: 20px 20px 0px 0px;
    background: #FFF;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 724px;
}
.dontate-title-head .closeBtnDonate {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.open-mobile {
    display: none;
    color: #fff;
}
.open-mobile .myDrawerSection {
    cursor: pointer;
}
.main-outer-wrappper .payment-info .info-wrapper {
    margin-top: 20px;
}
.dontate-title-head {
    border-radius: 20px 20px 0px 0px;
    background: #01B29E;
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 30px;
}
.dontate-title-head h2 {
    color: #FFF;
    font-family: Gopher;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.dontate-title-head p {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.inner-pop-content {
    padding: 30px;
}
.inner-pop-content .btn-group-inner {
    min-height: initial;
    max-width: 150px;
}

.main-outer-wrappper .amuka-banner img {
    display: flex;
}

.submit-kvitel-two-column {
    display: flex;
    align-items: center;
    gap: 25px;
}
.left-item-wrapper {
    width: 100%;
    min-width: 255px;
    max-width: 255px;
}
.left-item-wrapper h2 {
    color: #012B30;
    text-align: center;
    font-family: Gopher;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.left-item-wrapper span {
    font-size: 32px;
    font-weight: 900;
}
.left-item-wrapper .bottom-btn-wrapper {
    margin-top: 20px;
}

.submit-kvitel-two-column .right-item-wrapper img {
    max-height: 157px;
    max-width: 157px;
    width: 100%;
    aspect-ratio: 1/1;
}
.submit-kvitel-two-column .right-item-wrapper .list-items-wrap li h5 {
    color: #012B30;
    font-size: 16px;
    padding: 6px 0px;
    width: calc(100% - 53px);
    margin: 0 auto;
}
.submit-kvitel-two-column .right-item-wrapper .list-items-wrap li {
    position: relative;
}
.submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(1), .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(2), .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(3) {
    margin-right: -25px;
}
.submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(1) {
    z-index: 4;
}
.submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(2) {
    z-index: 3;
    margin-left: 0;
}
.submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(3) {
    z-index: 2;
}
.bottom-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}
.bottom-btn-wrapper .prime-btn {
    margin: 0;
}
.darkgreen {
    background: #012B30;
}
.campaign-wrapper {
    padding: 50px 60px;
    text-align: center;
}
.campaign-wrapper .two-column {
    background: transparent;
    padding: 0;
}
.sm-container {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}
.amukacamp-detail .campaign-wrapper .two-column .total-amount-content {
    gap: 50px;
}
.campaign-wrapper .two-column .left-content, .campaign-wrapper .two-column .right-content {
    flex-direction: column;
    flex: 1;
}
.darkgreen .counter-bar-inner h2 {
    color: #FED8B2;
}
.darkgreen .doller-amount {
    background: #FED8B2;
    color: #012B30;
}
.darkgreen .doller-amount i {
    color: #012B30;
}
.darkgreen .left-content .doller-amount i {
    background: #012B30;
    color: #fed8b2;
}
.darkgreen .total-amount-content p b, .darkgreen .total-amount-content p, .amukacamp-page .darkgreen .two-column .time-wrapper-section p, .darkgreen .counter-bar-inner .total-num, .darkgreen .box-point-text-top {
    color: #fff;
}
.amukacamp-page .darkgreen .two-column .time-wrapper-section .flex-container {
    background: rgba(255, 255, 255, 0.15);
}
.amukacamp-page .darkgreen .two-column .time-wrapper-section .time-list-wrapper li {
    background: #fff;
    color: #012B30;
}
.amukacamp-page .darkgreen .two-column .time-wrapper-section .time-list-wrapper li b {
    color: #012B30;
}
.amukacamp-page .time-wrapper-section .time-list-wrapper li b:before {
    border-color: #FED8B2;
}









/* media screen */
@media screen and (max-width: 1199px) {
    .counter-animate-bar, .amukacamp-page .time-wrapper-section, .amukacamp-page .video-wrapper, .two-column, .about-wrapper {
        padding: 50px 30px;
    }
    .total-amount-content p b {
    font-size: 25px;
    line-height: normal;
}
.total-amount-content .right-content p {
    max-width: 123px;
}
.total-amount-content p {
    font-size: 17px;
    line-height: normal;
}
.doller-amount {
    padding: 15px 25px 15px 15px;
    font-size: 45px;
    line-height: 40px;
    gap: 15px;
}
.amukacamp-page .time-wrapper-section, .amukacamp-page .time-wrapper-section .flex-container {
    gap: 20px;
}

.counter-bar-group {
    gap: 20px;
}


}
@media screen and (max-width: 991px) {
    .amukacamp-page .goal-wrapper {
        padding: 50px 0;
    }
    .amukacamp-page .about-section-wrap {
        padding: 50px 10px;
    }
    .amukacamp-page .time-wrapper-section, .amukacamp-page .video-wrapper, .two-column, .about-wrapper {
        padding: 30px 20px;
    }
   
    .left-content, .right-content {
        gap: 10px;
    }
    .doller-amount {
        font-size: 30px;
    }
    .left-content .doller-amount i {
        min-width: 30px;
        font-size: 18px;
    }

    .amukacamp-page .time-wrapper-section .time-list-wrapper li {
        padding: 16px 14px;
    }
    .amukacamp-page .time-wrapper-section .time-list-wrapper li span, .amukacamp-page .two-column .time-wrapper-section .time-list-wrapper li span {
        font-size: 20px;
        min-width: 25px;
    }
    .amukacamp-page .time-wrapper-section .time-list-wrapper li b, .amukacamp-page .two-column .time-wrapper-section .time-list-wrapper li b {
        padding-left: 10px;
        margin-left: 10px;
        font-size: 14px;
    }
    .btn-group-block {
        gap: 10px;
    }
    .btn-group-inner {
        min-width: 140px
    }
    .btn-group-inner {
        max-width: calc(33.33% - 7px);
    }
    .amukacamp-page .location_goals.donors-row {
        margin: 0 0px;
    }
    .about-wrapper h2, .amukacamp-page .about-wrapper .video-block {
        margin-bottom: 30px;
    }
    .amukacamp-page  .sorting-filter-nav ul.sortFilterDropdown li a, .amukacamp-page  .soryByDropdown.active {
        color: #000;
    }
    .amukacamp-page .sorting-filter-nav ul.sortFilterDropdown li.active a {
        color: #fff;
    }
    .amukacamp-page .soryByDropdown.active svg path {
        stroke: #000;
    }
    .custom-group .btn-type-box {
        flex-direction: column;
    }
    .custom-group .group-block {
        border-left: 0px;
        border-top: 5px solid #fff;
    }
    .cus-content-area {
        gap: 14px;
        flex-direction: column;
    }
    .group-item-img {
        width: 100%;
    }
    .group-item-img img {
        height: 120px;
    }
    .cus-content-wrapper .content-des {
        max-width: 330px;
        text-align: center;
    }
    .right-item-wrapper img {
        max-height: 120px;
    }
    .p-block, .campaign-wrapper {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 870px) {
    .total-amount-content {
        flex-direction: column;
        gap: 30px;
    }
    .goal-inner-list.counter-animate-bar .total-amount-content {
        gap: 30px;
    }
    .total-amount-content p {
        text-align: center;
    }
    .doller-amount {
        min-width: 270px;
    }
    .total-amount-content .right-content p {
        max-width: 100%;
    }
    .amukacamp-page .time-wrapper-section, .amukacamp-page .time-wrapper-section .flex-container {
            gap: 15px;
            flex-direction: column;
    }
    .amukacamp-page .time-wrapper-section {
        row-gap: 50px;
    }

    .amukacamp-detail .counter-bar-group .donate-now-btn {
        display: none;
    }

    .two-column .left-content, .two-column .right-content, .counter-animate-bar .column-content .left-content {
        flex-direction: column;
    }
    .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li h5 {
        width: calc(100% - 20px);
    }
    .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(1), .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(2), .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(3) {
        margin-right: -10px;
    }
    .left-item-wrapper h2 {
        font-size: 18px;
    }
    .left-item-wrapper span {
        font-size: 26px;
    }
    .dontate-title-head h2 {
        font-size: 26px;
    }
    .dontate-title-head p {
        font-size: 15px;
    }
    .inner-pop-content .btn-group-block {
        flex-wrap: nowrap;
    }
    .inner-pop-content .btn-group-inner {
        min-height: initial;
        max-width: initial;
        min-width: initial;
    }
}
@media screen and (max-width: 700px) {
    .amukacamp-page .large-button-section .arrow-button {
    background: #012B30;
}
.amukacamp-page .large-button-section .arrow-button .label {
        font-size: 30px;
        font-family: 'Roboto';
        font-weight: 300;
}
.bottom-btn-wrapper, .submit-kvitel-two-column {
    flex-direction: column;
}

}
@media screen and (max-width: 575px) {

    .amukacamp-page .future-care-main-banner img:not(.mobile_banner), .amukacamp-page .amuka-banner img:not(.mobile_banner) {
        display: none;
    }
    .amukacamp-page .mobile_banner {
        aspect-ratio: 4/4;
        display: block;
    }
    .counter-animate-bar {
        padding: 50px 10px;
    }
        .amukacamp-page .time-wrapper-section, .amukacamp-page .video-wrapper, .two-column, .about-wrapper {
        padding: 30px 10px;
    }
    .counter-bar-inner h2, .about-wrapper h2 {
        font-size: 25px;
    }

    .animate-progress {
        margin: 60px 0 7px;
    }

    .box-point-text-top {
        font-size: 12px;
        top: -90px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .counter-bar-inner .total-num {
        font-size: 14px;
    }
    .total-amount-content {
        padding-top: 20px;
    }
    .doller-amount {
        padding: 11px 18px 11px 15px;
        gap: 10px;
        width: 100%;
    }

    .flex-container {
        width: 100%;
        max-width: 400px;
    }
    .amukacamp-page .time-wrapper-section .flex-container, .amukacamp-page .two-column .time-wrapper-section .flex-container {
        padding: 20px 10px;
    }

    .amukacamp-page .time-wrapper-section .time-list-wrapper li {
        padding: 9px 10px;
        flex-wrap: nowrap;
        flex: 1;
    }
    .amukacamp-page .time-wrapper-section .time-list-wrapper li b {
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 0px 10px;
        border: initial;
    }
    .amukacamp-page .location_goals_block.bina-col h3 {
        font-size: 18px;
    }
    .amukacamp-page .location_goals_section .location_goals .location_goals_block.bina-col .left-col p {
        font-size: 12px;
    }
    .amukacamp-page .location_goals_block.bina-col .heil-price h3 {
        font-size: 25px;
    }
    .amukacamp-page .location_goals_section .button-section.load-btn .btn span {
        font-size: 20px;
    }
    .inter-left-text {
        padding: 0 10px 0 0px;
    }
    .amukacamp-page .location_goals_section .location_goals .location_goals_block.bina-col.recent-col > div {
        padding: 10px;
    }
    .btn-group-inner {
        max-width: calc(50% - 5px);
    }
    .form-area .donate-form-wrapper .col-6, .form-area .donate-form-wrapper .col-4, .form-area .donate-form-wrapper .col-3 {
        width: 100%;
    }
    .amukacamp-page .about-two-col-section-video {
        gap: 30px;
    }
    .amukacamp-page .about-us-wapper h2.mobile-heading {
        text-align: left;
    }
    .amukacamp-page .raise-fund-win-wrappper .raise-fund-list {
        padding: 16px 20px;
    }
    .amukacamp-page .raise-fund-panel .image-panel img {
        max-width: 143px;
    }
    .amukacamp-page .raise-fund-win-wrappper .raise-fund-panel {
        gap: 10px;
    }
    .amukacamp-page .raise-fund-win-wrappper .raise-fund-list .bold.md {
        font-size: 12px;
    }
    .two-column .left-content, .two-column .right-content {
        width: 100%;
    }
    .sm-font .total-amount-content p b br {
        display: none;
    }
    .content-des, .content-des b, .content-des span {
        font-size: 14px;
    }
    .cus-content-area .content-des span {
        font-size: 23px;
    }
    .custom-group .group-block {
        padding: 20px 30px;
    }
    .cus-content-area {
        gap: 14px;
        padding: 20px 10px 10px;
    }
    .group-item-img .img-content {
        right: 10px;
        max-width: 194px;
    }
    .cus-content-area .he-lang, .cus-content-area .he-lang span {
        font-size: 14px;
    }
    .cus-content-wrapper .content-des {
        font-size: 23px;
        text-align: center;
        max-width: initial;
    }
    .cus-content-wrapper .group-item-img {
        padding: 10px;
        gap: 10px;
        flex-direction: column;
    }
    .side-content p {
        font-size: 14px;
        max-width: 300px;
        text-align: center;
    }
    .bottom-field {
        row-gap: 20px;
        padding: 0px 10px 20px;
        margin-top: 0;
    }
    .form-area .donate-form-wrapper .col-5 {
        width: 100%;
    }
    .dontate-title-head {
        padding: 10px 20px;
        border-radius: initial;
    }
    .dontate-title-head .closeBtnDonate, .inner-pop-content, .dontate-title-head p {
        display: none;
    }
    .open-mobile {
        display: block;
        color: #fff;
        width: 100%;
        max-width: 30px;
        margin-left: auto;
        font-size: 20px;
    }
    .campaign-wrapper {
        padding: 30px 10px;
    }
    .list-items-wrap {
        flex-wrap: wrap;
        max-width: 375px;
    }
    .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li {
        max-width: 50%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(1), .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(2) {
        flex-direction: column-reverse;
        margin-bottom: -22px;
    }
    .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(1), .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(2), .submit-kvitel-two-column .right-item-wrapper .list-items-wrap li:nth-child(3) {
        margin-right: -20px;
    }
    .submit-kvitel-two-column .right-item-wrapper img {
        max-height: 100%;
    }
    .amukacamp-page .time-wrapper-section.time-wrapper-section-kitel .time-list-wrapper li .hide_mob {
        display: none;
    }
    .amukacamp-page .time-wrapper-section.time-wrapper-section-kitel .time-list-wrapper li .show_mob {
        display: block;
    }
    .bottom-btn-wrapper .prime-btn {
        width: 100%;
        justify-content: center;
    }
    .amukacamp-detail .campaign-wrapper .two-column .total-amount-content {
        gap: 30px;
        padding-top: 20px;
    }
}
.ammount-box select{
    float: left!important;
    height: 44px!important;
    padding: 0px 25px!important;

}
.ammount-box input{
    float: right!important;
width: 70%!important;
}