:root {
    --blue: #2962d3;
    --footer-text-color: #78776e;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #333;
    font-family: 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    color: #fff;
    font-size: 78px;
    letter-spacing: -2px;
}

h2 {
    letter-spacing: -1px;
}

h3 {
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
}

h1, h2 {
    font-family: 'Erode', 'Helvetica', sans-serif;
}

h2, h3 {
    color: #181816;
}

li, p, button, a {
    font-family: 'Inter', 'Helvetica', sans-serif !important;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

.button {
    border: 1.5px solid;
    border-radius: 8px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    padding: 18px 32px;
}

.button[disabled] {
    cursor: not-allowed;
}

.button.primary {
    background: var(--blue);
    border-color: var(--blue);
}

.button.primary:hover {
    background: #1d4594;
    border-color: #1d4594;
}

.button.secondary {
    background: transparent;
    border-color: #181816;
    color: #181816;
}

.button.white {
    background: #fff;
    border-color: #fff;
    color: #555;
}

.button.white:hover {
    background: #efeee4;
    border-color: #efeee4;
}

.button.secondary:hover {
    background: #181816;
    color: #fff;
}

a.button {
    display: inline-block;
}

.content-wrapper {
    margin: 0 auto;
    padding: 128px 116px;
    width: 1440px;
}

.header {
    background: var(--blue);
    margin-top: -72px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.header-wrapper {
    display: flex;
    height: 72px;
    margin: 0 auto;
    padding: 0 116px;
    width: 1440px;
}

.logo-container {
    align-items: center;
    display: flex;
    font-size: 1.6em;
}

.logo-container a {
    color: #fff;
    text-decoration: none;
}

.logo {
    position: relative;
        top: 3px;
    height: 36px;
}

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

.navigation-list {
    color: #fff;
    display: flex;
    font-size: 1em;
    font-weight: bold;
    list-style: none;
}

.navigation-list-item {
    font-weight: 500;
    margin-left: 32px;
}

.navigation-list-item a {
    color: #fff;
    text-decoration: none;
}

.navigation-list-item a:hover {
    color: #d7d5c6
    ;
}

.navigation-action-button {
    background: #fff;
    border: 0;
    border-radius: 8px;
    color: #111;
    font-size: 1em;
    font-weight: 500;
    margin-left: 32px;
    padding: 8px 14px;
}

.navigation-action-button:hover {
    background: #efeee4;
}

.col-1 {
    flex: 1;
}

.hero {
    align-items: center;
    background: #efefef;
    background-position: center;
    background-size: cover;
    display: flex;
    height: 720px;
    margin-top: 72px;
}

#hero-home {
    background-image: url('../images/content/home-hero-image.png');
}

#hero-projects {
    background-image: url('../images/content/our-projects-banner.png');
    height: 472px;
}

#hero-about-us {
    background-image: url('../images/content/about-us-banner.png');
    height: 472px;
}

#our-mission-text {
    font-size: 24px;
    font-weight: 300;
}

#hero-take-action {
    background-image: url('../images/content/take-action-banner.png');
    height: 472px;
}

.hero-wrapper {
    margin: 0 auto;
    width: 1440px;
}

.hero-content-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 116px;
    margin-right: 50%;
}

.hero-heading {
    font-weight: 400;
    line-height: 95%;
    margin: 0;
}

.hero-text {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 16px;
    margin-bottom: 32px;
    padding-right: 40px;
}

.content-block:nth-of-type(odd) {
    background: #f9f9f4;
}

.content-block-full {
    background: #687157;
    padding: 0;
}

.content-block-heading {
    font-size: 52px;
    font-weight: normal;
    margin: 0 0 42px 0;
}

.content-block-side-heading {
    margin: 0 0 6px 0;
}

.content-block-side-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-block-inner {
    display: flex;
    gap: 60px;
}

.content-block-full .content-block-inner {
    gap: 0;
}

.content-block-full-inner {
    margin-left: auto;
    padding-left: 116px;
    width: 720px;
}

.content-block-full-inner h2,
.content-block-full-inner p {
    color: #fff;
}

.content-block-inner-icon {
    margin-bottom: 16px;
}

.content-block-inner-heading {
    font-size: 1.4em;
    font-weight: 500;
    margin: 0;
    padding-bottom: 5px;
}

.content-block-inner-text,
.content-block-list {
    color: #484742;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 140%;
    margin: 0;
}

.content-block-list {
    margin-top: 20px;
    padding-left: 20px;
}

.content-block-inner-text-margin {
    margin-top: 24px;
}

.content-block-inner-text-left-text {
    padding-right: 48px;
}

.content-block-button {
    margin-top: 50px;
}

.content-block-button_take-action {
    margin-top: 25px;
}

.content-block-full .content-block-image {
    height: 620px;
}

.content-block-image {
    background-position: center;
    background-size: cover;
    height: 520px;
    width: 100%;
}

.dates-container {
    margin: 30px 0;
    width: 100%;
}

.dates-heading {
    font-family: 'Inter', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dates-list {
    list-style: none;
}

.dates-list-item {
    border-bottom: 2px solid #d7d5c6;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

.dates-list-item:nth-of-type(odd) {
    background: #fff;
}

.dates-list-item:last-of-type {
    border-bottom: 0;
}

#volunteer-in-israel-image {
    background-image: url('../images/content/home-1.png');   
}
#make-a-donation-image {
    background-image: url('../images/content/home-2.png');
}
#about-us-image {
    background-image: url('../images/content/home-3.png');
}
#take-action-image {
    background-image: url('../images/content/home-4.png');
}
#our-story-image {
    background-image: url('../images/content/about-us-1.png');
}
#agricultural-image {
    background-image: url('../images/content/projects-1.png');
}
#donation-centers-image {
    background-image: url('../images/content/projects-2.png');
}
#aid-delivery-image {
    background-image: url('../images/content/projects-3.png');
}
#help-bring-relief-image {
    background-image: url('../images/content/take-action-1.png');
}
#volunteer-in-israel-image_take-action-page {
    background-image: url('../images/content/take-action-2.png');
}
#contact-us-image {
    background-image: url('../images/content/take-action-3.png');
}

/* VOLUNTEER-TRIP-DETAILS */
#volunteer-trip-details .text-heading {
    font-weight: bold;
}
#volunteer-trip-details .text {
    line-height: 1;
}
.volunter-trip-details-text-block {
    margin-bottom: 20px;
}
.slide-image {
    width: 100%;
}

/* FOOTER */
.footer {
    background: #111;
    color: #fff;
    display: flex;
}

.footer-wrapper {
    display: flex;
    margin: 0 auto;
    padding: 72px 116px 100px;
    width: 1440px;
}

.footer-logo {
    height: 95px;
    margin-bottom: 150px;
}

.footer p {
    color: var(--footer-text-color);
    margin: 0;
}

.footer-info {
    font-size: 12px;
    line-height: 18px;
}

.footer .footer-copyright {
    color: var(--footer-text-color);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-top: 20px;
    text-transform: uppercase;
}

.footer-column-right {
    align-items: flex-end;
    display: grid;
    justify-content: end;
}

.footer .navigation-list {
    align-self: start;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer .navigation-list-item a {
    color: var(--footer-text-color);
    font-size: 14px;
    font-weight: 600;
}

.footer-terms-conditions-container {
    color: #777;
    font-size: 12px;
    justify-self: end;
    text-transform: uppercase;
}

.footer-terms-conditions-container a {
    color: var(--footer-text-color);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.form {
    margin-top: 10px;
    width: 100%;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

input[type=text],
textarea {
    background: #efefef;
    border: 1.5px solid #c6c5c5;
    border-radius: 5px;
    font-size: 18px;
    padding: 12px;
    width: 100%;
}

textarea {
    font-family: 'Inter', 'Helvetica', sans-serif;
    height: 150px;
}

@media only screen and (max-width: 1399px) {
    .header-wrapper,
    .hero-wrapper,
    .content-wrapper,
    .footer-wrapper {
        width: 1200px;
    }

    .content-block-full-inner {
        width: 600px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-wrapper,
    .hero-wrapper,
    .content-wrapper,
    .footer-wrapper {
        width: 1080px;
    }

    .content-block-full-inner {
        width: 540px;
    }
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    .content-wrapper {
        width: 100%;
    }

    .navigation.col-1 {
        flex: 2;
    }

    .hero-content-container {
        margin-right: 10%;
    }
}