@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;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, li ul, li ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .shimmer-main-content, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 {font-weight: 600; line-height: 1;}
h2 {font-size: 15px; line-height: 1;}
h3 {font-size: 15px; font-weight: 700;}
h4 {font-size: 14px; font-weight: 700;}
h5 {font-size: 10px;}
p {font-size: 14px; margin-bottom: 0px;}
a, button {outline: none; text-decoration: none !important; transition: all 0.3s ease-in-out;}
select {outline: none;}
html{scroll-behavior: smooth;}
.disabled {opacity: 0.5; pointer-events: none;}
h1, h2, h3, h4, h5, h6, a { font-family: var(--font-family); }
p { font-family: var(--font-family); }
.use-icon-box {position: absolute; height: 0; width: 0; opacity: 0;}

/* Font Family */
@font-face {
    font-family: 'Fb Absoluti Heb';
    font-weight: 400;
    font-style: normal;
    src: url('../../assets/fonts/FbAbsolutiHeb-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'BA Le-Be';
    font-weight: 200;
    font-style: normal;
    src: url('../../assets/fonts/BA_Le-Be.otf') format('opentype');
}
@font-face {
    font-family: 'Avenir';
    font-weight: 300;
    font-style: italic;
    src: url('../../assets/fonts/avenir-It.otf') format('opentype');
}
@font-face {
    font-family: 'Avenir';
    font-weight: 300;
    font-style: normal;
    src: url('../../assets/fonts/avenir-regular.otf') format('opentype');
}
@font-face {
    font-family: 'Avenir';
    font-weight: 700;
    font-style: normal;
    src: url('../../assets/fonts/avenir-demi.otf') format('opentype');
}
@font-face {
    font-family: 'Avenir';
    font-weight: 900;
    font-style: normal;
    src: url('../../assets/fonts/avenir-bold.otf') format('opentype');
}
@font-face {
    font-family: 'Carefree Serif';
    font-weight: 500;
    font-style: normal;
    src: url('../../assets/fonts/CarefreeSerif-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Carefree Serif';
    font-weight: 600;
    font-style: normal;
    src: url('../../assets/fonts/CarefreeSerif-SemiBold.otf') format('opentype');
}
@font-face {
    font-family: 'Carefree Serif';
    font-weight: 600;
    font-style: italic;
    src: url('../../assets/fonts/CarefreeSerif-SemiBoldItalic.otf') format('opentype');
}


/* -----------------
Theme Color's
------------------- */
:root {
    --font-family: 'Avenir';
    --secondary-family: 'Carefree Serif';
    --hebrew-family: "Noto Sans Hebrew";
	--primary-blue: #15254B;
	--light-blue: #296CA4;
	--bluish-gray: #90A8A8;
	--yellow: #FFE2A9;
	--light-yellow: #FDF5E5;
	--black: #000000;
    --white: #FFFFFF;
    --full: 100%;
	
}

/*                                          <===============>   <===============>   <===============>
*                                        <===============>      Home CSS HERE       <===============>
*                                           <===============>   <===============>   <===============>
*/


/*  ============= 
    container 
=============  */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1340px; padding: 0; }
.container-fluid, .row>* {padding: 0;}
.py { padding-top: 100px; padding-bottom: 100px; }
.row { margin: 0px; }

/*  ============= 
    Button 
=============  */
.primary-blue, .primary-yellow, .primary-white-trans { display: inline-flex; padding: 8px 20px 7px; justify-content: center; align-items: center; gap: 10px; border-radius: 100px; outline: initial; font-family: var(--font-family); font-size: 18px; font-weight: 900; line-height: normal; cursor: pointer; }
.primary-blue { border: 1px solid var(--yellow); background: var(--primary-blue); color: var(--yellow); }
.primary-yellow { border: 1px solid var(--primary-blue); background: var(--yellow); color: var(--primary-blue); }
.primary-white-trans { border: 1px solid var(--white); background: rgba(31, 68, 109, 0.75); color: var(--white); }
.primary-blue:hover { background: var(--yellow); color: var(--primary-blue);}
.primary-yellow:hover { background: var(--primary-blue); color: var(--yellow); }
.primary-white-trans:hover { border: 1px solid var(--yellow); /* background: rgba(31, 68, 109, 0.65); */ /* color: var(--yellow); */ background: var(--yellow); color: var(--primary-blue);}

/*  ============= 
    Header 
=============  */
.header-wrapper { background: rgba(21, 37, 75, 0.30); background-blend-mode: multiply; padding: 5px 16px 0; width: var(--full); position: fixed; top: 0; left: 0; min-height: 75px; z-index: 9; }
.header-wrapper .navbar-toggler { display: none; }
.navbar-wrapper { display: flex; align-items: center; }
.navbar-brand-logo { display: flex; align-items: flex-start; }
.navbar-brand-logo img { margin-bottom: -38px; width: var(--full); max-width: 75px; }
.navbar-brand-logo span { color: var(--white); font-family: var(--font-family); font-size: 22px; font-weight: 900; line-height: 1.9; text-transform: uppercase; padding: 10px 15px; white-space: nowrap; margin-top: 7px; }
.header-wrapper .navbar-collapse { display: flex; flex: initial; flex: 1; }
.navbar-nav-items, .nav-last-baar { display: flex; align-items: center; gap: 25px; }
.nav-last-baar { margin-left: auto; }
.navbar-nav-items { margin: 0 auto; }
.nav-link-item { display: flex; padding: 10px 20px; justify-content: center; align-items: center; color: var(--white); font-family: var(--font-family); font-size: 18px; font-weight: 300; line-height: normal; }
.contact-num { color: var(--white); font-family: var(--font-family); font-size: 18px; font-weight: 300; line-height: normal; display: flex; align-items: center; gap: 6px; } 

/*  ============= 
    Banner 
=============  */
.banner-wrapper { padding: 160px 16px 90px; position: relative; background-blend-mode: multiply; background: linear-gradient(180deg, var(--light-blue) 0%, rgba(41, 108, 164, 0.00) 100%), url(../images/banner.png) no-repeat; background-position: 50% 70%; background-repeat: no-repeat; background-size: cover; }
.banner-head { margin-bottom: 100px; }
.banner-head h1 { color: var(--white); text-shadow: 0 4px 4px var(--primary-blue); font-family: var(--secondary-family); font-size: 72px; font-weight: 500; line-height: 80px; margin-bottom: 30px; }
.banner-content-area img { max-width: 200px; } 

/*  ============= 
    About Us 
=============  */
.about-us-wrapper { padding: 100px 15px; background: var(--light-yellow); }
.about-us-wrapper .content-title-area { border-radius: 0 30px 30px 0; background: var(--bluish-gray); }
.about-us-wrapper .large-area:before, .about-us-wrapper .large-area img { border-radius: 30px 0 0 30px; }
.about-us-wrapper .abu-inner-btn { left: 0; }

/* Division Aarea */
.division-area-wrapper { display: flex; align-items: stretch; gap: 30px; position: relative; }
.large-area { position: relative; display: flex; }
.large-area:before { content: ''; position: absolute; top: 0; left: 0; width: var(--full); height: 100%; background: linear-gradient(180deg, #3B5D7C 0%, rgba(59, 93, 124, 0.00) 100%); mix-blend-mode: overlay; }
.large-content-area { display: flex; flex-direction: column; }
.large-area img { width: var(--full); object-fit: cover; display: flex; flex: 1; }
.content-title-area img { width: var(--full); }
.small-area { width: var(--full); max-width: 38%; }
.abu-inner-btn { position: absolute; bottom: 0; padding: 50px; }
.content-title-area { display: flex; padding: 30px; justify-content: center; align-items: flex-start; flex-direction: column; }
.head-title { color: var(--white); font-family: var(--secondary-family); font-size: 68px; font-weight: 600; line-height: 75px; justify-content: space-between; }
.head-second-title {color: #000; font-family: var(--font-family); font-size: 25px; font-weight: 800; line-height: normal; text-align: center;}
.description-area { margin-top: 30px; }
.description-area p:not(:last-child) { margin-bottom: 14px; }
.description-area p { color: var(--primary-blue); font-family: var(--font-family); font-size: 22px; font-weight: 300; line-height: 1.4; }
.inner-list-items { margin-top: 30px; border-radius: 30px 0 0 30px; background: linear-gradient(247deg, #FFE2A9 0%, #FFFAF0 100%); }
.inner-item:not(:last-child) { border-bottom: 2px solid #90A8A8; margin-bottom: 20px; padding-bottom: 40px; }
.inner-item { display: flex; padding: 20px; flex-direction: column; align-items: flex-start; gap: 10px; align-self: stretch; direction: rtl; }
.inner-item p { color: var(--black); text-align: right; font-family: "BA Le-Be"; font-size: 25px; font-weight: 200; line-height: normal; text-align: right; }
.inner-item span { color: #000; font-family: "Fb Absoluti Heb"; font-size: 10px; font-weight: 400; line-height: normal; text-align: left; display: block; width: var(--full); } 

/*  ============= 
    Why Now 
=============  */
.why-now-wrapper { background: var(--bluish-gray); padding: 100px 15px; }
.why-now-wrapper .content-title-area { border-radius: 30px 0 0 30px; background: rgba(31, 68, 109, 0.75); }
.why-now-wrapper .description-area p { color: var(--white); }
.why-now-wrapper .large-area:before, .why-now-wrapper .large-area img { border-radius: 0px 30px 30px 0px; }
.why-now-wrapper .abu-inner-btn { right: 0; }
.why-now-wrapper .on-mobile { display: none; }

/*  ============= 
    Growing Community (Map) 
=============  */
.growing-community-wrapper { position: relative; padding: 100px 16px 0px; min-height: 1195px; overflow: hidden; }
.growing-community-wrapper:before { content: ''; position: absolute; top: 0; left: 0; width: var(--full); height: 100%; background: linear-gradient(180deg, var(--light-blue) 15.52%, rgba(41, 108, 164, 0.00) 59.21%); z-index: 2; }
.growing-head { position: relative; z-index: 3; display: flex; align-items: stretch; }
.growing-head .head-title { text-shadow: 0 4px 4px var(--primary-blue); font-weight: 500; max-width: 473px; align-self: center; padding-right: 10px; }
.families-area-wrapper { display: flex; justify-content: flex-end; align-items: flex-start; gap: 5px; }
.families-group { display: flex; padding: 20px 25px; flex-direction: column; justify-content: center; align-items: center; align-self: stretch; background: rgba(255, 255, 255, 0.70); width: var(--full); }
.families-group:first-child, .families-group:last-child { width: var(--full); max-width: 258px; }
.families-group:first-child { border-radius: 30px 0 0 30px; }
.families-group:last-child { border-radius: 0px 30px 30px 0px; }
.total-entire { color: var(--primary-blue); font-family: var(--secondary-family); font-size: 100px; font-weight: 600; line-height: normal; white-space: nowrap; }
.families-group p { color: var(--primary-blue); font-family: var(--font-family); font-size: 14px; font-weight: 900; line-height: 18px; text-transform: uppercase; flex: 1; }
.growing-maps { position: absolute; z-index: 1; top: 0; left: 0; width: var(--full); height: 100%; }
.growing-maps img, .growing-maps iframe { width: var(--full); height: 100%; object-fit: cover; }
.growing-maps .maps-outer-wrapper { position: absolute; top: 0; left: 0; width: var(--full); height: 100%; }
.pin-img { position: absolute; width: 100px; top: 100%; left: 68%; transform: translateX(-50%); }
.pin-img img { width: 100%; height: 100%; object-fit: contain; }
.map-area-numbers { position: absolute; bottom: 0; left: 0; width: var(--full); z-index: 4; background: rgba(253, 245, 229, 0.75); padding: 30px 0px; }
.map-area-inner { overflow-x: auto; overflow-y: hidden; max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, minmax(auto, 1fr)); gap: 10px; }
.listing-group-block, .growing-list-items { display: flex; align-items: flex-start; gap: 10px; flex: 1; }
.growing-list-items { flex-direction: column; }
.growing-item-link { display: flex; align-items: center; gap: 15px; color: var(--primary-blue); font-family: var(--font-family); font-size: 14px; font-weight: 300; line-height: normal; white-space: nowrap; }
.growing-item { min-width: 240px; }
.listing-group-block:first-child { margin-left: 16px; }
.listing-group-block:last-child { margin-right: 16px; }
.circle-area { display: flex; width: var(--full); max-width: 25px; height: 25px; aspect-ratio: 1/1; justify-content: center; align-items: center; border-radius: 50%; background: var(--white); border: 1px solid var(--primary-blue); }
.growing-item.active .circle-area { background-color: var(--primary-blue); color: var(--white); border-color: var(--primary-blue); font-weight: 900; }
.growing-item.active span { font-weight: 900; } 

/*  ============= 
    Experience Layout
=============  */
.experience-us-wrapper { padding: 100px 15px; background: var(--light-yellow); }
.experience-us-wrapper .large-area:before { content: inherit; }
.experience-us-wrapper .head-title { color: var(--black); }
.experience-us-wrapper .description-area { margin-bottom: 30px; }
.experience-us-wrapper .large-area img { height: inherit; border-radius: 0px 0px 0px 30px; }
.experience-us-wrapper .small-area { background: rgba(144, 168, 168, 0.5); border-radius: 0px 30px 30px 0px; display: flex; align-items: center; justify-content: center; }
.experience-us-wrapper .content-title-area { padding: 0px; }

/*  ============= 
    Community Layout
=============  */
.community-wrapper { position: relative; padding: 100px 15px; background: linear-gradient(270deg, rgba(41, 108, 164, 0.25) 24.7%, var(--light-blue) 62.5%, var(--primary-blue) 100%), url(../images/home-pool.jpg) no-repeat; background-size: cover; background-position: 50% 85%; }
.list-item { display: flex; padding: 1px 0; align-items: stretch; gap: 43px; border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
.item-img { display: flex; width: var(--full); padding: 30px 0; align-items: flex-start; max-width: 100px; border-right: 1px solid rgba(255, 255, 255, 0.25); }
.item-img img { max-width: 75px; }
.list-item:first-child { border-top: 1px solid rgba(255, 255, 255, 0.25); }
.item-content { align-self: center; }
.community-wrapper .description-area p { color: var(--white); font-size: 18px; line-height: 25px; text-transform: uppercase; }
.community-wrapper .description-area p span { font-weight: 900; }
.community-wrapper .description-area { margin-top: 50px; max-width: 714px; }
.bottom-btn { margin-top: 80px; text-align: center; } 

/*  ============= 
    Endorsed Layout
=============  */
.endorsed-wrapper { padding: 100px 15px; background: linear-gradient(231deg, rgba(255, 226, 169, 0.90) 0%, rgba(253, 245, 229, 0.45) 35.95%, rgba(41, 108, 164, 0.26) 77.12%, rgba(41, 108, 164, 0.58) 99.64%); }
.endorsed-wrapper .head-title { color: var(--black); }
.line-vertical { width: 2px; border-radius: 2px; border: 1px solid var(--white); background: var(--white); opacity: 1; margin: 0; }
.user-info-wrapper { display: flex; justify-content: center; align-items: stretch; gap: 50px; max-width: 1255px; margin: 80px auto 0; }
.user-block { display: flex; flex-direction: column; align-items: stretch; gap: 35px; flex: 1; }
.user-block img { border-radius: 50%; border: 1px solid var(--light-blue); background: var(--light-yellow); max-width: 250px; margin: 0 auto; aspect-ratio: 1/1; }
.user-details-info { display: flex; flex-direction: column; align-items: stretch; flex: 1; }
.user-title-info { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; }
.user-details-info p { color: var(--black); font-family: var(--font-family); font-size: 22px; font-weight: 300; line-height: normal; margin-bottom: 24px; }
.user-details-info span { color: var(--black); font-family: var(--font-family); font-size: 18px; font-weight: 800; line-height: normal; }
.italic-text { color: #000; font-family: Avenir; font-size: 14px; font-weight: 300; line-height: normal; display: block; min-height: 43px; }

/*  ============= 
    Hero Layout 
=============  */
.hero-wrapper { padding: 50px 16px; background: var(--primary-blue); }
.hero-wrapper .head-title { text-shadow: 0 4px 4px var(--primary-blue); font-weight: 500; }
.hero-layout { display: flex; align-items: stretch; justify-content: space-between; gap: 10px; }
.hero-right { display: flex; align-items: flex-start; flex-direction: column; gap: 5px; }
.hero-right span { display: block; color: var(--white); font-family: var(--font-family); font-size: 25px; font-weight: 900; line-height: 28px; text-transform: uppercase; }
.hero-layout .line-vertical { border: 1px solid var(--yellow); background: var(--yellow); } 

/*  ============= 
    Opportunities Layout
=============  */
.opportunities-wrapper { padding: 100px 15px; background: linear-gradient(51deg, rgba(255, 226, 169, 0.90) 1.1%, rgba(253, 245, 229, 0.45) 36.78%, rgba(41, 108, 164, 0.26) 77.65%, rgba(41, 108, 164, 0.58) 100%); }
.opportunities-wrapper .head-title { color: var(--black); text-align: center; font-weight: 500; }
.amount-content-area { margin: 50px 0px; gap: 30px; display: flex; align-items: stretch; flex-wrap: wrap; justify-content: center; }
.opportunities-inner-block:last-child .amount-content-area { margin-bottom: initial; }
.card-group-area { display: flex; padding: 30px; flex-direction: column; align-items: stretch; gap: 15px; border-radius: 10px; background: rgba(255, 255, 255, 0.75); width: calc(50% - 15px); }
.card-group-area h3 { color: var(--white); font-family: var(--font-family); font-size: 35px; font-weight: 600; line-height: normal; }
.card-group-area .card-group-inner-box { border-radius: 5px; background: var(--primary-blue); padding: 10px 6px; color: var(--yellow); text-align: center; font-family: var(--secondary-family); font-size: 68px; font-weight: 600; line-height: normal; }
.card-group-area .desc { color: var(--black); font-family: var(--font-family); font-size: 22px; font-weight: 300; line-height: normal; }
.three-group .card-group-area { width: calc(33.33% - 20px); }
.three-group .card-group-area .card-group-inner-box h3 small + span  {display: inline-block;}
.three-group .card-group-area .card-group-inner-box h3 { font-size: 25px; }
.three-group .card-group-area .card-group-inner-box h3 span { font-weight: 300; display: block; }

/*  ============= 
    Donate Layout
=============  */
.donate-area-wrapper { padding: 100px 15px; background: linear-gradient(180deg, var(--bluish-gray) 0%, rgba(144, 168, 168, 0.20) 100%); }
.donate-area-wrapper .head-title { font-weight: 500; text-align: center; }
.amount-area-group { border-radius: 10px; background: var(--white); padding: 50px; max-width: 950px; margin: 30px auto 0; }
.group-title { color: var(--black); font-family: var(--font-family); font-size: 25px; font-weight: 800; line-height: normal; }
.sub-title { color: var(--black); font-family: var(--font-family); font-size: 18px; font-weight: 400; line-height: normal; margin-bottom: 10px; }
.donate-content-wrapper input { display: none; }
.payment-info-wrapper, .personal-info-wrapper { margin-top: 30px; }
.input-field-wrapper, .group-block-wrapper, .donate-content-wrapper { margin-top: 25px; }
.donate-content-wrapper .custom-price input.price-input { display: block; border: initial; outline: initial; color: var(--primary-blue); font-family: var(--secondary-family); font-size: 50px; font-weight: 600; line-height: 50px; width: var(--full); background: initial; }
.custom-price { display: flex; gap: 10px; align-items: center; }
.check-box-inner .custom-price span { color: var(--primary-blue); font-family: var(--secondary-family); font-size: 50px; font-weight: 600; line-height: 50px; }
.large-donate .option-label-content { min-height: 150px; padding: 20px; }
.large-donate .check-box-inner { flex: 1; max-width: 204px; display: flex; }
.large-donate .check-box-inner:nth-child(-n+3) { width: calc(33.33% - 10px); flex: 1 calc(33.33% - 10px); max-width: initial; }
.option-label-content { border-radius: 10px; border: 1px solid var(--primary-blue); background: var(--white); padding: 10px 20px; width: var(--full); display: flex; align-items: stretch; transition: all 0.3s ease; position: relative; overflow: hidden; cursor: pointer; }
.text-check { position: absolute; padding: 13px 20px; top: 0; left: 0; background: var(--bluish-gray); color: var(--white); font-family: var(--font-family); font-size: 20px; font-weight: 700; line-height: 20px; width: 100%; border-bottom: 1px solid var(--bluish-gray); transition: all 0.3s ease; }
.payment-option-content { display: flex; flex-direction: column; flex: 1; justify-content: center; gap: 15px; }
.text-check + h4 { flex: 1; display: flex; align-items: flex-end; }
.donate-box-wrapper { display: flex; align-items: stretch; gap: 10px; flex-wrap: wrap; }
.check-box-inner h4 { color: var(--primary-blue); font-family: var(--secondary-family); font-size: 50px; font-weight: 600; line-height: 50px; transition: all 0.3s ease; }
.check-box-inner p { color: var(--black); font-family: var(--font-family); font-size: 20px; font-weight: 800; line-height: 20px; transition: all 0.3s ease; }
.check-box-inner span { color: var(--black); font-family: var(--font-family); font-size: 16px; font-weight: 800; line-height: normal; transition: all 0.3s ease; }
.option-check:checked ~ .option-label-content, .check-box-inner.active .option-label-content, .option-check:checked ~ .option-label-content .text-check  { background: var(--primary-blue); }
.check-box-inner .option-check:checked ~ .option-label-content span, .check-box-inner .option-check:checked ~ .option-label-content h4, .check-box-inner.active .option-label-content span, .check-box-inner.active .option-label-content h4 { color: var(--yellow); }
.check-box-inner .option-check:checked ~ .option-label-content p, .check-box-inner.active .option-label-content p { color: var(--white); }
.donate-content-wrapper .check-box-inner.active .custom-price input.price-input, .check-box-inner.active .custom-price span { color: var(--yellow); }
.dropdown-container { border-radius: 10px; display: inline-flex; padding: 10px 20px; justify-content: center; align-items: center; gap: 10px; align-self: stretch; border: 1px solid var(--primary-blue); background: var(--white); position: relative; cursor: pointer; }
.cus-select { background: initial; border: initial; border-radius: initial; outline: initial; color: var(--yellow); font-family: var(--font-family); font-size: 16px; font-weight: 800; line-height: normal; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(../images/down-arrow.svg) calc(100% - 10px) / 16px no-repeat #15254c !important; padding-right: 33px; border-right: 2px solid var(--white); }
.dropdown-label { color: var(--black); font-family: var(--font-family); font-size: 16px; font-weight: 800; line-height: normal; }
.dropdown-wrapper { display: none; }
.dropdown-container.active .dropdown-wrapper { display: block; }
.dropdown-container.active { background: var(--primary-blue); }
.dropdown-container.active .dropdown-label { color: var(--yellow); }
.flex-container, .col-group, .col-group-three { display: flex; align-items: stretch; gap: 10px; flex: 1; }
.col-single { max-width: calc(40% - 5px); }
.column-flex { display: flex; align-items: stretch; flex-direction: column; gap: 10px; width: var(--full); }
.form-group-item { border-radius: 10px; border: 1px solid var(--primary-blue); background: var(--white); padding: 10px 20px; display: flex; align-items: center; flex: 1; overflow: hidden; }
.form-group-item:not(.active-label) .label-text { text-indent: -500px; overflow: hidden; padding-right: 0; border-right: initial; margin-right: 0; }
.form-group-item .label-text { color: #6D6965; font-family: var(--font-family); font-size: 12px; font-weight: 300; line-height: normal; position: relative; padding-right: 10px; margin-right: 10px; transition: all 0.3s ease; border-right: 1px solid #6D6965; }
.form-group-item .control-form::placeholder { font-size: 12px; }
.form-group-item .control-form { border: initial; outline: initial; background: initial; flex: 1; color: var(--black); font-family: var(--font-family); font-size: 16px; font-weight: 500; line-height: normal; width: var(--full); }
.form-group-item input.control-form::-webkit-outer-spin-button, .form-group-item input.control-form::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.donate-inner-block .primary-blue { padding: 16px 30px 16px; gap: 20px; border-radius: 100px; font-size: 25px; /* border-color: var(--primary-blue); */ border-color: var(--yellow); font-weight: 800; }

/* Error Msg */
.form-group-item.error { border-color: #ff0000; }
.form-group-item label.error { display: none !important; }
.msg-container { background: #fff; border-radius: 10px; color: #008000; font-family: Avenir; font-size: 22px; font-weight: 300; line-height: normal; text-align: center; max-width: 950px; margin: 20px auto 0; padding: 20px; }
.data-notification-container .msg-container.error-box { color: #ff0000; }
.text-error { color: #ff0000; font-family: Avenir; font-size: 22px; font-weight: 300; line-height: normal; }

/* 19/09/2025 */
.division-area-wrapper .inner-list-items {
    background: linear-gradient(45deg, #FFE2A9, #FFFAF0, #FFE2A9);
	background-size: 300% 300%;
	animation: gradient 8s ease-in infinite;
}

@keyframes gradient {
	0% {
		background-position: 100% 0%;
	}
    50% {
        background-position: 0% 75%;
    }
	100% {
		background-position: 100% 0%;
	}
}

/*  ============= 
    Footer Layout
=============  */
.footer-wrapper {
    padding: 100px 15px;
    background: var(--black);
}
footer.footer-wrapper .row {
    align-items: center;
}
.footer-brand-logo img {
    max-width: 75px;
}
.footer-brand-logo span {
    color: #FFF;
    font-family: var(--font-family);
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 30px;
}
.copyright-inner{
    color: #FFF;
    font-family: var(--hebrew-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}
.copyright-inner a {
    color: #FFF;
    font-family: var(--hebrew-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


/*                                          =============== ***
->                                                   @media Screen (Responsive)
->                                                   *** =====================
*/

@media only screen and (max-width: 1530px) {
    .growing-list-items:first-child {
        margin-left: 15px;
    }
    .growing-list-items:last-child {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1350px) {
    /* header */
    .navbar-nav-items, .nav-last-baar {
        gap: 16px;
    }

    /*  --------------- 
        Growing Community (Map) 
    ---------------  */
    .total-entire {
        font-size: 80px;
    }

}

@media only screen and (max-width: 1175px) {
    /* header */
    .navbar-brand-logo {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 9;
    }
    .navbar-nav-items {
        gap: 0px;
    }
    .navbar-brand-logo span {
        font-size: 18px;
        margin-top: 0px;
        padding: 10px;
    }
    .nav-link-item {
        padding: 10px 14px;
        font-size: 16px;
    }
    .contact-num {
        font-size: 16px;
    }
    .header-wrapper .primary-blue {
        font-size: 16px;
    }

    /* division-area */
    .division-area-wrapper {
        gap: 15px;
    }
    .large-area {
        position: relative;
        display: flex;
        max-width: 60%;
    }
    .content-title-area {
        padding: 15px;
    }
    .head-title {
        font-size: 45px;
        line-height: normal;
    }
    .description-area p {
        font-size: 18px;
    }
    .abu-inner-btn {
        padding: 30px;
    }
    .inner-item {
        padding: 16px 20px;
    }
    .inner-item:not(:last-child) {
        margin-bottom: 16px;
        padding-bottom: 20px;
    }
    .inner-item p {
        font-size: 22pt;
    }

    /*  --------------- 
        Growing Community (Map) 
    ---------------  */
    .total-entire {
        font-size: 73px;
    }
    .growing-head .head-title {
        max-width: 300px;
    }

    /*  --------------- 
        Endorsed layout 
    ---------------  */
    .user-info-wrapper {
        gap: 20px;
        margin: 60px auto 0;
    }
    .user-block {
        gap: 20px;
    }
    .user-block img {
        max-width: 200px;
    }
    .user-details-info p {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 16px;
    }
    .user-details-info span {
        font-size: 14px;
    }

    /*  --------------- 
        Opportunities layout 
    ---------------  */
    .card-group-area .card-group-inner-box h3 {
        font-size: 25px;
    }
    .three-group .card-group-area .card-group-inner-box h3 {
        font-size: 17px;
    }
    .card-group-area .price {
        font-size: 42px;
    }
    .card-group-area .desc {
        font-size: 20px;
    }


}

@media only screen and (max-width: 991px) {
    /* header */
    .navbar-wrapper {
        justify-content: space-between;
    }
    .header-wrapper .navbar-toggler {
        display: block;
        position: relative;
        z-index: 9;
    }
    .header-wrapper .navbar-collapse {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        background: rgba(21, 37, 75, 0.30);
        flex-direction: column;
        align-items: flex-start;
        padding: 115px 16px 16px;
        height: 100dvh;
        z-index: 2;
        transition: left 0.3s ease;
        gap: 16px;
    }
    .header-wrapper .navbar-collapse.show {
        left: 0;
    }
    .header-wrapper .navbar-collapse::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 100dvw;
        height: 100dvh;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        z-index: 1;
    }
    .nav-link-item {
        justify-content: flex-start;
    }
    .navbar-nav-items, .nav-last-baar {
        flex-direction: column;
        align-items: stretch;
        margin-left: 0;
        position: relative;
        z-index: 2;
    }
    .nav-last-baar {
        padding-left: 14px;
    }
    .navbar-nav-items {
        gap: 6px;
    }

    .about-us-wrapper, .why-now-wrapper, .experience-us-wrapper, .community-wrapper, .endorsed-wrapper, .opportunities-wrapper, .donate-area-wrapper, .footer-wrapper {
        padding: 50px 15px;
    }

    /* about-us */
    .about-us-wrapper .division-area-wrapper {
        flex-direction: column-reverse;
    }
    .about-us-wrapper .content-title-area {
        border-radius: 15px 15px 0px 0;
    }
    .about-us-wrapper .large-area:before, .about-us-wrapper .large-area img {
        border-radius: 0px 0 15px 15px;
    }

    /* Why Now */
    .why-now-wrapper .division-area-wrapper, .experience-us-wrapper .division-area-wrapper {
        flex-direction: column;
    }
    .why-now-wrapper .content-title-area {
        border-radius: 15px 15px 0px 0px;
    }
    .inner-list-items {
        margin-top: 0px;
        border-radius: 0px 0px 15px 15px;
    }
    .why-now-wrapper .large-area img, .why-now-wrapper .large-area:before {
        border-radius: initial;
    }
    .why-now-wrapper .large-area.on-mobile {
        display: flex;
    }
    .why-now-wrapper .large-area:not(.on-mobile) img, .why-now-wrapper .large-area:not(.on-mobile)::before {
        display: none;
    }
    .why-now-wrapper .abu-inner-btn {
        position: relative;
        padding: 0;
        text-align: center;
    }

    /* experience  */
    .experience-us-wrapper .large-area img {
        border-radius: 0px 0px 15px 15px;
    }
    .experience-us-wrapper .small-area {
        background: initial;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
        bottom: 50px;
        left: 0;
        right: 0;
    }

    /* division-area */
    .large-area, .small-area {
        max-width: var(--full);
    }
    .large-content-area {
        width: 100%;
    }
    .large-area img {
        max-height: 400px;
    }
    .head-title br {
        display: none;
    }
    /* .head-title {
        font-size: 40px;
        line-height: normal;
    } */
    .division-area-wrapper .head-title {
        text-align: center;
        width: 100%;
    }
    .description-area {
        margin-top: 20px;
    }

    /*  --------------- 
        Growing Community (Map) 
    ---------------  */
    .map-area-numbers {
        /* display: none; */
    }
    .growing-community-wrapper:before {
        height: 40%;
        background: linear-gradient(180deg, var(--light-blue) 43.52%, rgba(41, 108, 164, 0.00) 100%);
    }
    .growing-community-wrapper {
        padding: 50px 16px 0px;
    }
    .growing-head {
        flex-direction: column;
        gap: 20px;
    }
    .growing-head .head-title {
        max-width: var(--full);
        padding-right: 0;
    }
    .families-group {
        flex-direction: row;
        padding: 15px 25px;
        justify-content: space-between;
    }
    .total-entire {
        font-size: 35px;
    }
    .families-group p {
        max-width: 180px;
    }
    .families-area-wrapper {
        flex-direction: column;
        gap: 3px;
    }
    .families-group:first-child, .families-group:last-child {
        max-width: var(--full);
    }
    .families-group:first-child {
        border-radius: 15px 15px 0 0;
    }
    .families-group:last-child {
        border-radius: 0 0 15px 15px;
    }
    .pin-img {
        width: 57px;
    }


    /*  --------------- 
        Endorsed layout 
    ---------------  */
    .user-block img {
        max-width: 150px;
    }
    .user-details-info p {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 16px;
    }

    /*  --------------- 
        Hero Layout 
    ---------------  */
    .hero-right span {
        font-size: 22px;
        line-height: 24px;
    }

    /*  --------------- 
        Opportunities layout 
    ---------------  */
    .three-group .card-group-area {
        width: calc(50% - 15px);
    }
    .card-group-area {
        padding: 20px;
    }

    /*  --------------- 
        Donate Layout 
    ---------------  */
    .text-check {
        padding: 10px 20px;
        font-size: 16px;
    }
    .amount-area-group {
        padding: 50px 30px;
    }
    .col-single {
        max-width: calc(38% - 5px);
    }
    .form-group-item {
        padding: 10px 16px;
    }


}
@media only screen and (max-width: 767px) {
    /* banner */
    .banner-wrapper {
        padding: 140px 16px 50px;
    }
    .banner-head h1 {
        font-size: 52px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .banner-head {
        margin-bottom: 50px;
    }
    .banner-content-area img {
        max-width: 150px;
    }

    /* division-area */
    .division-area-wrapper .head-title {
        /* font-size: 30px; */
    }
    .description-area p {
        font-size: 16px;
    }
    .description-area p:not(:last-child) {
        margin-bottom: 8px;
    }
    .abu-inner-btn {
        padding: 20px;
    }
    .inner-item {
        padding: 15px;
    }
    .experience-us-wrapper .small-area {
        max-width: 120px;
        bottom: 0px;
        left: auto;
        right: 0px;
    }

    /*  --------------- 
        Community Layout 
    ---------------  */
    .community-wrapper .description-area, .bottom-btn {
        margin-top: 15px;
    }
    .list-item {
        gap: 20px;
    }
    .item-content {
        padding: 10px 0;
    }

    /*  --------------- 
        Endorsed layout 
    ---------------  */
    .user-info-wrapper {
        flex-direction: column;
        max-width: 400px;
    }
    .user-block {
        gap: 12px;
        text-align: center;
    }
    .user-details-info p {
        margin-bottom: 4px;
    }
    .user-info-wrapper .line-vertical {
        width: 100%;
    }

    /*  --------------- 
        Hero Layout 
    ---------------  */
    .hero-wrapper {
        padding: 30px 16px;
    }
    .hero-layout {
        align-items: center;
        gap: 15px;
        flex-direction: column;
    }
    .hero-layout .line-vertical {
        width: 100%;
        max-width: 400px;
    }
    .hero-right {
        justify-content: center;
        flex-direction: row;
        gap: 10px;
    }
    .hero-right span {
        font-size: 16px;
    }

    /*  --------------- 
        Opportunities layout 
    ---------------  */
    .three-group .card-group-area, .card-group-area {
        width: 100%;
    }
    .amount-content-area {
        margin: 30px 0;
    }

    /*  --------------- 
        Donate Layout 
    ---------------  */
    .flex-container, .column-flex .col-group {
        flex-direction: column;
    }
    .col-single {
        max-width: var(--full);
    }
    .large-donate .check-box-inner {
        flex: inherit;
        max-width: calc(50% - 5px);
        width: 100%;
    }
    .payment-option-content {
        gap: 10px;
    }
    .large-donate .option-label-content {
        min-height: 144px;
        padding: 20px 11px;
    }
    .text-check {
        padding: 10px 15px;
    }
    .check-box-inner h4, .check-box-inner .custom-price span, .donate-content-wrapper .custom-price input.price-input {
        font-size: 45px;
    }
    .check-box-inner p {
        font-size: 16px;
    }

    /* Footer Layout */
    .footer-brand-logo {
        justify-content: center;
        gap: 20px;
    }
    .footer-brand-logo span {
        font-size: 18px;
    }
    .copyright-inner {
        margin-top: 20px;
        text-align: center;
        padding: 10px;
    }


}
@media only screen and (max-width: 575px) {
    /* Section Padding */
    .about-us-wrapper, .why-now-wrapper, .experience-us-wrapper, .community-wrapper, .endorsed-wrapper, .opportunities-wrapper, .growing-community-wrapper, .donate-area-wrapper, .footer-wrapper {
        padding: 30px 15px;
    }

    /* header */
    .header-wrapper {
        min-height: 60px;
    }
    .navbar-brand-logo img {
        max-width: 65px;
    }
    .navbar-brand-logo span {
        font-size: 16px;
    }

    /* banner */
    .banner-wrapper {
        padding: 100px 15px 30px;
    }
    .banner-head {
        margin-bottom: 30px;
    }
    .banner-content-area img {
        max-width: 100px;
    }

    /* division-area */
    .experience-us-wrapper .small-area {
        max-width: 100px;
        bottom: 0px;
        left: auto;
        right: 0px;
    }
    .large-area img {
        max-height: 200px;
    }

    /*  --------------- 
        Head Title 
    ---------------  */
    .banner-head h1 {
        font-size: 40px;
        padding-right: 10px;
        max-width: 240px;
    }
    /* .growing-head .head-title {
        font-size: 28px;
    }
    .community-content-area .head-title {
        font-size: 34px;
    }
    .endorsed-wrapper .head-title {
        font-size: 34px;
    }
    .donate-area-wrapper .head-title {
        font-size: 35px;
    } */
    
    /*  --------------- 
        Community Layout 
    ---------------  */
    .community-wrapper .description-area p {
        font-size: 14px;
    }

    /*  --------------- 
        Hero Layout 
    ---------------  */
    .hero-right span {
        font-size: 10px;
    }

    /*  --------------- 
        Opportunities layout 
    ---------------  */
    .community-wrapper {
        background: linear-gradient(0deg, rgba(41, 108, 164, 0.25) 13.1%, var(--light-blue) 33.14%, var(--primary-blue) 53.03%), url(../images/home-pool.jpg) no-repeat;
        background-position: 50% 100%;
        background-size: contain;
    }
    .card-group-area .card-group-inner-box h3 {
        font-size: 20px;
    }
    .card-group-area .price {
        font-size: 30px;
    }
    .card-group-area .desc {
        font-size: 16px;
    }
    .community-wrapper .description-area {
        margin-bottom: 240px;
    }
    .three-group .card-group-area .card-group-inner-box h3 small, .three-group .card-group-area .card-group-inner-box h3 small + span {
        display: block;
    }

    /*  --------------- 
        Donate Layout 
    ---------------  */
    .amount-area-group {
        padding: 50px 15px;
    }
    .large-donate .check-box-inner:nth-child(-n+2) {
        width: calc(50% - 5px);
        flex: initial;
        max-width: initial; 
    }
    .check-box-inner.custom-check {
        max-width: 100%;
    }
    .payment-info-wrapper, .personal-info-wrapper, .input-field-wrapper, .group-block-wrapper, .donate-content-wrapper {
        margin-top: 20px;
    }
    .group-title {
        font-size: 18px;
    }
    .sub-title {
        font-size: 16px;
    }
    .form-group-item .control-form {
        font-size: 14px;
    }
    .donate-inner-block .primary-blue {
        padding: 14px 30px 14px;
        gap: 16px;
        font-size: 20px;
    }
    .col-inner-two, .col-inner-three {
        flex-wrap: wrap;
    }
    .col-inner-three .form-group-item, .col-inner-two .form-group-item {
        width: 50%;
        flex: 0 1 50%;
    }
    .primary-blue, .primary-yellow, .primary-white-trans {
        font-size: 16px;
    }

    .hero-wrapper .head-title {
        text-align: center;
    }

}