﻿html {
    scroll-behavior: smooth;
}

/*NAVBAR*/
.custom-fixed-top-navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    display: block;
    width: 100%;
    background-color: #e3f4fa;
    /*padding: 0px 30px;*/
}

.icon-bar {
    background-color: black;
}

.main-logo {
    margin-top: -14px;
}

.navbar-row-alignment {
    position: relative;
    text-align: center;
    /*padding: 20px 0;*/
    padding: 35px 0;
}

.mobile-navbar-signup {
    display: none !important;
}

.donor-account-desktop {
    display: inline-block;
    float: right;
    /*padding: 15px 8px;*/
    padding: 10px 0px;
}

.donor-account-btn {
    display: inline-block;
    width: 250px;
    height: 52px;
    background-color: white;
    color: black;
    text-align: center;
    text-decoration: none;
    padding: 15px 15px !important;
    border-radius: 50px;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.donor-account-btn.custom{
    height:auto;
    line-height:15px;
    display:flex;
    padding:11px 15px;
}
.donor-account-btn.custom img{
    margin-top:3px;
}

    .donor-account-btn:focus, .donor-account-btn:hover {
        color: black;
        text-decoration: none;
    }

.user-icon-space {
    margin-right: 10px;
}

.user-icon-size {
    font-size: 20px;
}

.container-margin-navbar {
    margin: 0 16%;
}

/*NAVBAR*/

/*HOMEPAGE*/

.banner-section {
    background-color: #e3f4fa;
    /*padding-top: 20px;*/
    padding-bottom: 50px;
    /*margin-top: 112px;*/
    margin-top: 141px;
}

.padding-none-img-container {
    padding: 0 !important;
}

.mission-hope-title-space {
    padding: 52px 0;
}

.image-container {
    height: 630px;
    width: 100%;
    background-color: #613e20;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px;
    background-image: url('../images/hopeMission/main_banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.title-banner {
    font-size: 65px;
    font-weight: 700;
    color: black;
    line-height: 0.9;
}

.description-banner {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 200;
    color: black;
    line-height: 1.3;
}

.steps-title {
    color: white;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.steps-space {
    padding: 100px 100px 0 0;
}

.donate-btn {
    color: white;
    width: 320px;
    height: 83px;
    display: inline-block;
    /*background-color: #e61267;*/
    /*background-color: #ed2142;*/
    background-color: #352e8e;
    text-align: center;
    padding: 25px 0;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 20px;
}

    .donate-btn:hover, .donate-btn:focus {
        color: white;
        text-decoration: none;
    }

.container-fluid-padding-banner {
    padding: 0 17%;
}

.recent-projects-section {
    background-color: #e3f4fa;
    padding-top: 30px;
    padding-bottom: 90px;
}

.recent-projects-title {
    font-size: 50px;
    color: black;
    font-weight: 700;
    line-height: 1.2;
}

.see-all-projects-btn {
    display: inline-block;
    width: 245px;
    height: 52px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    background-color: #ffffff;
    color: black;
    padding: 15px 0;
}

    .see-all-projects-btn:hover, .see-all-projects-btn:focus {
        color: black;
        text-decoration: none;
    }

.projects-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.projects-heart-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

.project-slide .slick-slide {
    margin: 0 15px;
}

.projects-container {
    /*height: 520px;*/
    height: 510px;
    background-color: white;
    border-radius: 5px;
}

.project-photo {
    background-color: #613e20;
    height: 255px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.arrow-inline-block {
    display: inline-block !important;
}

.projects-text-space {
    padding: 30px 30px
}

.projects-title-homepage {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    height: 55px;
    line-height: 1.1;
}

.projects-description-homepage {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    height: 60px;
}

.project-details-btn {
    display: inline-block;
    height: 52px;
    width: 205px;
    text-align: center;
    /*background-color: #295ac0;*/
    background-color: #02abf5;
    color: white;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
}

    .project-details-btn:hover, .project-details-btn:focus {
        color: white;
        text-decoration: none;
        outline: none;
    }

.arrows-mobile-ev {
    display: none !important;
}

.sba-ev {
    padding: 10px 15px;
    /*border: 1px solid black;*/
    background-color: transparent;
    border-radius: 3px;
}

.sna-ev {
    padding: 10px 15px;
    /*border: 1px solid black;*/
    background-color: transparent;
    border-radius: 3px;
}

.slick-prev:before {
    content: " " !important;
}

.slick-next:before {
    content: " " !important;
}

.slick-prev {
    background-image: url(../images/speranta/web_arrow_left_black.png) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    height: 38px !important;
    left: -30px !important;
}

.slick-next {
    background-image: url(../images/speranta/web_arrow_right_black.png) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    height: 38px !important;
    right: -30px !important;
}

.hope-mission-about-us-banner {
    padding: 140px 0;
    background-image: url(../images/hopeMission/about_us_banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hope-mission-banner-title {
    font-size: 50px;
    color: white;
    font-weight: 700;
    line-height: 1.2;
}

.hope-mission-section {
    padding: 60px 0 90px 0;
}

.hope-mission-title {
    font-size: 60px;
    color: black;
    font-weight: 700;
    line-height: 1.2;
}

.hope-mission-message-1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    color: black;
    line-height: 1.2
}

.how-it-started-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2
}

.how-it-started-text {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.6
}

.hope-tour-ro-bg {
    background-color: #613e20;
    height: 290px;
    background-image: url(../images/speranta/About_image1.jpg)
}

.hope-tour-text-container {
    /*background-color: #e61267;*/
    background-color: #ed2142;
    padding: 50px;
    min-height: 266px;
}

.hope-tour-text-container-blue {
    background-color: #295ac0;
    padding: 50px;
    min-height: 198px;
}

.hope-tour-text-container-lightblue {
    background-color: #02abf5;
    padding: 50px;
    min-height: 317px;
}

.key-principles-text {
    color: white;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.padding-left-19 {
    padding-left: 19px;
}

.hope-tour-text {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    line-height: 1.5;
}

.learn-more-btn {
    display: inline-block;
    height: 52px;
    width: 245px;
    /*background-color: #feeaf3;*/
    background-color: #d2f1fe;
    text-align: center;
    /*color: #f1116a;*/
    /*color: #ed2142;*/
    color: #02abf5;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
}

    .learn-more-btn:hover, .learn-more-btn:focus {
        /*color: #d81460;*/
        color: #02abf5;
        text-decoration: none;
    }

.about-flex {
    display: flex;
    align-items: center;
}

.about-us-padding-right {
    padding-right: 25px;
}

.about-us-padding-left {
    padding-left: 25px;
}

.how-it-works-section {
    background-color: #f2f2f2;
}

.how-it-works-bg {
    background-image: url(../../Content/images/hopeMission/img_steps.jpg);
    background-color: #613e20;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: right;*/
    min-height: 818px;
    background-attachment: fixed;
}

.how-it-works-content {
    padding: 120px 0px 120px 70px;
}

.display-inline-block {
    display: inline-block;
}

.how-it-works-title {
    font-size: 75px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 60px;
    letter-spacing: -2px;
}

.how-it-works-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 30px;
}

.how-it-works-number {
    font-size: 75px;
    font-weight: 800;
    line-height: 1;
    /*color: #e6186b;*/
    /*color: #ed2142;*/
    color: #4f5255;
    display: inline-block;
    width: 65px !important;
}

.bring-joy-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    color: #352e8e;
}

.how-it-works-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.how-it-works-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.how-it-works-container-flex {
    display: flex;
    flex-wrap: wrap;
}

.how-it-works-left {
    width: 48%;
}

.how-it-works-right {
    width: 36%;
}

.number-one {
    letter-spacing: 5px;
    padding-left: 10px;
}

.how-it-works-container-flex,
.how-it-works-left,
.how-it-works-right {
    box-sizing: border-box;
}

.start-here-btn {
    display: inline-block;
    height: 52px;
    width: 245px;
    background-color: white;
    text-align: center;
    /*color: #d81460;*/
    /*color: #ed2142;*/
    color: #11b0f6;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
}

    .start-here-btn:hover, .start-here-btn:focus {
        color: #11b0f6;
        text-decoration: none;
    }

.border-bottom-magenta {
    margin-top: 70px;
    /*border-bottom: 16px solid #e60d64;*/
    border-bottom: 16px solid #ed2142;
    position: relative;
    width: 185px;
    right: 70px;
}

.news-section-homepage {
    background-color: #f2f2f2;
    padding-top: 110px;
    padding-bottom: 200px;
    padding-left: 350px;
    padding-right: 25px;
}

.news-title {
    color: black;
    /*letter-spacing: -2px;*/
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2
}

.arrows-padding {
    padding-right: 35px;
}

.sba {
    padding: 10px 15px;
    color: #2656b8;
    background-color: transparent;
    display: inline-block !important;
    opacity: 1;
    visibility: visible !important;
    font-weight: 600;
    border: none;
}

    .sba:hover, .sba:focus {
        color: #2656b8;
        background-color: transparent;
    }

.sna {
    padding: 10px 15px;
    background-color: #2656b8;
    color: white;
    display: inline-block !important;
    opacity: 1;
    visibility: visible !important;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

    .sna:hover, .sna:focus {
        color: white;
        background-color: #2656b8;
    }

.resource-container-homepage {
    min-height: 300px;
    background-color: white;
    /*margin-top: 30px;*/
    border-radius: 7px;
}

.resource-content-space {
    padding: 20px 30px !important;
}

.resource-slide .slick-slide {
    margin: 0 15px;
}

.link-resource-list {
    color: black;
    text-decoration: none;
    border: none !important
}

    .link-resource-list:hover, .link-resource-list:focus, .link-resource-list:active {
        color: black;
        text-decoration: none;
        border: none !important;
        outline: none !important;
    }

.story-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*justify-content: space-between;*/
}

.story-flex-left {
    width: 100%;
}

.story-flex-right {
    width: 25%;
    justify-items: end;
}

.news-homepage-title {
    min-height: 50px;
    font-weight: 600;
    line-height: 0.95;
    font-size: 25px;
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    color: black;
    margin-bottom: 10px;
    /*letter-spacing: -2px;*/
}

.news-homepage-text {
    font-weight: 600;
    font-size: 16px;
    /*margin-top: 10px;*/
    color: black;
    margin-bottom: 20px;
    font-weight: 200;
}

.find-out-more {
    color: #2359b3;
    font-weight: 700;
    /*border-bottom: 2px solid #2359b3;*/
    font-size: 16px;
}

.arrow-blue {
    display: inline-block !important;
    margin-bottom: 3px;
    margin-right: 5px;
}

.img-resource {
    height: 238px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.newsletter-section {
    background-color: #352e8e;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: -26px;
}

.newsletter-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 25px;
    color: #02abf5;
}

.newsletter-text {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 300;
}

.mail-newsletter-text {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 300;
}

.mail-newsletter-text:hover, .mail-newsletter-text:focus {
    color: white;
    text-decoration: none;
}

.img-arrow-hope {
    margin-right: 10px;
    margin-bottom: 3px;
}

.mail-input {
    width: 314px;
    height: 52px;
    border: none;
    outline: none;
    box-shadow: none;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background-color: #f2f2f2;
}

    .mail-input:focus, .mail-input:active {
        outline: none;
        box-shadow: none;
    }

.button-submit-EU {
    position: relative;
    top: -52px;
    left: 314px;
    height: 52px;
    width: 80px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #2c3033;
    border: none;
}

.address-title {
    color: white;
    font-weight: 700;
    line-height: 1.1;
    font-size: 22px;
}

/*HOMEPAGE*/

/*FOOTER*/

.paddings-footer {
    padding: 120px 0px 120px 0px !important;
}

.footer-color {
    background-color: #2a2d32;
}

.footer-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: white !important;
    text-transform: none !important;
    margin-bottom: 20px !important;
}

.footer-text {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #8b8c90 !important;
}

.mail-text-speranta {
    /*color: #5782ff !important;*/
    color: #02abf5 !important;
    font-size: 14px !important;
}

    .mail-text-speranta:hover, .mail-text-speranta:focus {
        color: #5782ff !important;
    }

.btn-call {
    display: inline-block;
    height: 52px;
    width: 250px;
    padding: 15px;
    text-align: center;
    font-size: 16px !important;
    color: white !important;
    font-weight: 600;
    /*background-color: #285abd;*/
    background-color: #02abf5;
    border-radius: 50px;
}

.arrow-img {
    margin-right: 5px;
    margin-bottom: 2px;
}

.font-weight-200 {
    font-weight: 200 !important;
}
/*FOOTER*/

/*PROJECT DETAILS*/

.container-fb-paddings {
    padding: 20px 30px 200px 30px;
}

.title-layout-fb {
    padding: 0px 15px 0 45px;
}

.title-project {
    font-size: 40px;
    font-weight: bold;
    color: black;
    line-height: 1;
}

.date-text {
    font-size: 16px;
    font-weight: 300;
    color: #ababab;
    margin-top: 30px;
}

.description-text {
    font-size: 18px;
    font-weight: 300;
}

.donate-bkg {
    background: linear-gradient(to right, #f0f0ff, #ffe6e6);
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 17px;
    line-height:25px;
    font-weight: 600;
    margin-bottom: 30px;
    width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left:15px;
}

.select-currency {
    padding: 8px 25px 8px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* margin-left: -5px; */
    border: 1px solid black;
    box-shadow: none;
    background-color: white;
}

.type-selector {
    padding: 8px 15px;
    /*border: 1px solid #ed2142;*/
    border: 1px solid #352e8e;
    /*color: #ed2142;*/
    color: #352e8e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-color: white;
    min-width: 180px;
    text-align: center;
}

    .type-selector.selected {
        color: white;
        /*background-color: #ed2142;*/
        background-color: #352e8e;
    }

    .type-selector.left {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .type-selector.right {
        margin-left: -5px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

.generic-link {
    font-weight: 600;
    color: #ed2142;
    text-decoration: underline;
}

.successful-payment-bkg {
    background-color: #c9f2be;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    width: 320px;
    margin-top: 20px;
}

.font-size-20 {
    font-size: 20px;
}

.font-weight-300 {
    font-weight: 300;
}

.success-text {
    font-size: 16px;
    font-weight: 300;
}

.download-payment-pdf-btn {
    color: black;
    width: 300px;
    height: 52px;
    display: inline-block;
    /* background-color: #e61267; */
    background-color: transparent;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid black;
}

    .download-payment-pdf-btn:hover, .download-payment-pdf-btn:focus {
        color: black;
        background-color: transparent;
        border: 1px solid black;
        text-decoration: none;
    }

.pdf-logo {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: bottom;
    color: red;
}

.donate-proj-btn {
    color: white;
    min-width: 250px;
    height: 61px;
    display: inline-block;
    /*background-color: #e61267;*/
    /*background-color: #ed2142;*/
    background-color: #352e8e;
    text-align: center;
    padding: 18px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px;
    border: none !important;
}

    .donate-proj-btn:hover, .donate-proj-btn:focus {
        color: white;
        text-decoration: none;
    }

.img-heart-hope {
    margin-right: 10px;
    margin-bottom: 3px;
    height: 25px;
}

.money-input {
    width: 259px;
    height: 59px;
    border: 1px solid black;
    border-radius: 7px;
    font-size: 16px;
}

.gray-container {
    background-color: #f5f5f5;
    padding: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content-alignment {
    padding: 30px 45px;
}

.breadcrumbs-cms {
    font-weight: 400;
    font-size: 16px;
    color: black;
    /*padding: 0px 5px;*/
    text-decoration: none !important;
}

    .breadcrumbs-cms:hover {
        color: black;
        text-decoration: none !important;
    }

.home-icon {
    margin-top: -6px;
    margin-right: 2px;
}

.custom-radio {
    appearance: none;
    border: 1px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0px !important;
}

    .custom-radio:focus {
        outline: none !important;
    }

    /* Checked state */
    .custom-radio:checked {
        border-color: #555;
    }

        .custom-radio:checked::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            background-color: #352e8e;
            border-radius: 50%;
        }

.d-flex-price {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.d-flex-price-container {
    display: flex;
    gap: 10px;
    flex-direction: row;
    /*justify-content: space-evenly;*/
}

.content-alignment h2 {
    line-height: 1.1;
    font-size: 24px !important;
    font-weight: 700;
}

.content-alignment h1 {
    line-height: 1.1;
    font-size: 40px !important;
    font-weight: 700;
}

.content-alignment p {
    line-height: 1.5;
    font-size: 16px !important;
    font-weight: 200;
}

.bring-joy-desktop {
    display: block;
}

.bring-joy-mobile {
    display: none;
}

/*PROJECT DETAILS*/
/*STRIPE MODAL*/
.background-pay-modal {
    background-color: #ede3e6;
}

.header-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.pay-title {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.pay-labels {
    font-size: 14px;
    font-weight: 500;
}

.input-custom {
    height: 52px;
    padding: 17px 12px;
    /*border: 1px solid #d8d9d9;*/
    border: 1px solid black;
    color: black !important;
    font-weight: 400 !important;
    font-size: 16px;
}

::placeholder {
    color: #757575 !important;
    font-weight: 300 !important;
}

.modal-footer {
    text-align: left;
}

.padding-horizontal-modal {
    padding-right: 33px;
    padding-left: 33px;
}

.padding-top-35 {
    padding-top: 35px;
}

.pay-btn {
    color: white;
    min-width: 240px;
    height: 52px;
    display: inline-block;
    /*background-color: #e61267;*/
    /*background-color: #ed2142;*/
    background-color: #352e8e;
    text-align: center;
    padding: 10px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
}

    .pay-btn:hover, .pay-btn:focus {
        color: white;
        text-decoration: none;
        background-color: #352e8e;
        border: none;
        outline: none;
        box-shadow: none;
    }

/*STRIPE MODAL*/

/*REGISTER MODAL*/

.modal-background-color {
    background-color: white;
}

.no-border {
    border: 0px;
}

.modal-button-radius {
    border-radius: 25px;
}

.link-modal {
    /*color: #e61267;*/
    /*color: #ed2142;*/
    color: #352e8e;
}

    .link-modal:hover, .link-modal:focus {
        /*color: #e61267;*/
        color: #352e8e;
    }

.shadow-content {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .5) !important;
}

.padding-horizontal-modal-register {
    padding-right: 50px;
    padding-left: 50px;
}

.modal-register-close {
    opacity: 1 !important;
}

.padding-bottom-35 {
    padding-bottom: 30px;
}

.font-size-25 {
    font-size: 25px;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 38px;
    padding-top: 5px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
}

    .custom-checkbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .custom-checkbox input[type="checkbox"]:disabled ~ .checkbox-border {
            border: 2px solid rgba(150, 128, 85, .4) !important;
        }

    .custom-checkbox .checkbox-border {
        position: absolute;
        top: 3px;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: white;
        /*background-color: white;*/
        /*border: 2px solid #e61267;*/
        /*border: 2px solid #ed2142;*/
        border: 2px solid black;
        border-radius: 5px;
    }

        .custom-checkbox .checkbox-border::after {
            content: "";
            position: absolute;
            display: none;
            left: 8px;
            top: 2px;
            width: 6px;
            height: 15px;
            /*border: solid #e61267;*/
            /*border: solid #ed2142;*/
            border: solid black;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    .custom-checkbox input[type="checkbox"]:checked ~ .checkbox-border::after {
        display: block;
    }

/*REGISTER MODAL*/

/*SUBSCRIPTION*/

.subscription-list {
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 30px 50px;
}

/*SUBSCRIPTION*/

/*User-btn*/

.user-btn-position {
    position: absolute;
    top: 47px;
    right: 65px;
}

.donate-btn-position {
    position: absolute;
    top: 53px;
    right: 115px;
}

.donate-btn-mobile {
    background-color: #352e8e;
    border: none;
    border-radius: 50%;
    padding: 7px 8px 9px 9px;
}

.user-btn {
    background-color: white;
    border: none;
    border-radius: 50%;
    padding: 6px 10px 8px 10px
}

.button-visibility {
    padding: 13px 20px;
    border-color: black;
    font-size: 17px;
    color: black;
}
/*User-btn*/
.side-menu {
    background-color: #f1f1f1;
    list-style: none;
    padding: 15px 25px 15px 35px;
    border-radius: 3px;
    margin-top: 20px;
    min-height: 400px;
}

    .side-menu li a {
        color: black;
        font-size: 15px;
        padding: 8px 0;
        display: inline-block;
        font-weight: 500;
        text-decoration: none;
    }

        .side-menu li a img {
            margin-right: 10px;
        }

/*SUBSCRIPTION*/
/*MEDIA*/
@media (max-width: 1600px) {
    /*.how-it-works-bg {
        background-position: center;
    }*/
}

@media (min-width: 1400px) {
    .banner-container.container {
        width: 1320px !important;
    }

    .custom-navbar.container {
        width: 1320px !important;
    }
}

@media (max-width: 1200px) {
    .how-it-works-right {
        width: 47%;
    }

    .news-section-homepage {
        padding-left: 250px;
    }

    .d-flex-price-container {
        flex-direction: column;
    }

    .download-payment-pdf-btn {
        width: 100%;
    }

    .successful-payment-bkg {
        width: 100%;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {

    .arrows-mobile-ev {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1050px) {

    .arrows-mobile-ev {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .navbar-row-alignment {
        /*height: 121px;*/
        /*height: 111px;*/
        height: 141px;
    }
}

@media (max-width: 991px) {
    .how-it-works-bg {
        min-height: 575px;
        background-attachment: unset;
        background-image: url(../../Content/images/hopeMission/img_steps_mobile.jpg);
    }

    .d-flex-price-container {
        flex-direction: row;
    }

    .margin-top-mobile-key {
        margin-top: 60px;
    }

    .bring-joy-desktop {
        display: none;
    }

    .bring-joy-mobile {
        display: block;
    }

    .download-payment-pdf-btn {
        width: 300px;
    }

    .successful-payment-bkg {
        width: 320px;
    }

    .description-text {
        margin-bottom: 50px;
    }

    .mobile-navbar-signup {
        display: block !important;
    }


    .how-it-works-content {
        padding: 100px 30px 100px 70px;
    }

    .how-it-works-left {
        width: 100%;
    }

    .how-it-works-right {
        width: 100%;
    }

    .donor-account-desktop {
        display: none;
    }

    .navbar-row-alignment {
        padding: 40px 15px;
    }

    .banner-section {
        margin-top: 108px;
    }

    .navbar-brand {
        margin-top: -10px;
    }

    .news-section-homepage {
        padding-left: 170px;
        padding-bottom: 170px
    }

    .about-us-learn-more-margin-top {
        margin-top: 50px;
    }

    .about-flex {
        flex-direction: column-reverse;
        align-items: flex-start;
        /*gap: 30px;*/
    }

    .mobile-mt-none {
        margin-top: 0px !important;
    }

    .mobile-mt-30 {
        margin-top: 30px !important;
    }

    .about-us-padding-left {
        padding-left: 15px;
    }

    .about-us-padding-right {
        padding-right: 15px;
    }

    .hope-mission-title {
        text-align: center;
    }

    .arrows-mobile-ev {
        display: block !important;
    }

    .navbar-toggle {
        margin-right: 0px !important;
        padding: 9px 0px;
    }

    .newsletter-title {
        line-height: 0.9;
        margin-top: 30px;
    }

    .margin-top-footer-mobile {
        margin-top: 40px !important;
    }

    .title-layout-fb {
        padding: 0px 0px !important;
    }

    .padding-top-30-container-banner {
        padding-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: inline-block !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse-custom.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-collapse-custom.collapse.in {
        display: block !important;
    }

    .navbar ul li a {
        margin: 10px 0;
    }

    .subscription-list {
        padding: 30px 50px 30px 15px;
    }
}

@media (min-width: 768px)
{
    .navbar-collapse-custom.collapse {
        display: block;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
}

@media (max-width: 767px) {
    .title-project{
        font-size:30px;
        margin-bottom:15px;
    }
    .type-selector {
        min-width: unset;
    }

    .main-logo {
        margin-top: 0px;
    }

    .how-it-works-bg {
        min-height: 355px;
    }

    .donor-account-btn {
        width: auto;
    }

    .donate-btn-position {
        right: 115px;
    }

    .news-section-homepage {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 170px
    }

    .projects-flex {
        gap: 10px;
    }

    .container-fb-paddings {
        padding: 20px 15px 200px 15px;
    }

    .content-alignment {
        padding: 30px 20px;
    }

    .mail-newsletter-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 280px;
        display: block;
        overflow: hidden;
    }

    .subscription-list {
        padding: 30px 15px;
    }
}

@media (max-width: 704px) {
    .recent-projects-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 567px) {
    .how-it-works-title {
        font-size: 55px;
    }

    .donate-btn-position {
        top: 53px;
    }

    .download-payment-pdf-btn {
        width: 100%;
    }

    .successful-payment-bkg {
        width: 100%;
    }

    .d-flex-price-container {
        flex-direction: column;
    }

    .how-it-works-content {
        padding: 70px 15px !important;
    }

    .image-container {
        padding: 15px;
        height: 675px;
    }

    .title-banner {
        font-size: 50px;
    }

    .description-banner {
        font-size: 22px;
    }

    .recent-projects-title {
        font-size: 40px;
        line-height: 0.9;
        margin-bottom: 20px;
    }

    .hope-mission-banner-title {
        font-size: 40px;
        line-height: 0.9;
    }

    .how-it-started-title {
        font-size: 30px;
    }

    .bring-joy-title {
        font-size: 40px;
        line-height: 0.9;
    }

    .hope-mission-title {
        font-size: 45px;
        line-height: 0.9;
    }

    .mission-hope-title-space {
        padding: 0px 0px 52px 0px;
    }

    .steps-space {
        padding: 100px 15px 0 0;
    }

    .steps-title {
        line-height: 1;
    }

    .newsletter-title {
        font-size: 40px;
        line-height: 0.9;
        margin-top: 30px;
    }

    .mail-input {
        width: 240px;
    }

    .button-submit-EU {
        left: 240px;
    }

    .image-project-mobile {
        height: 220px;
        object-fit: cover;
    }

    .margin-top--20 {
        margin-top: -20px;
    }
}

@media (max-width: 416px) {
    .arrow-margin-top {
        margin-top: 30px;
    }
}

@media (max-width: 450px) {
    .display-flex-subscription-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .button-width-100-mobile {
        width: 100%;
    }

    .subs-flex-width {
        width: 50%;
    }

    .button-cancel-spacing-mobile {
        margin-top: 20px;
        padding-left: 15px !important;
    }
}

@media (max-width: 365px) {
    .donate-btn {
        width: 100%;
    }

    .pay-btn {
        width: 100%;
    }

    .donate-proj-btn {
        width: 100%;
    }

    .how-it-works-flex {
        gap: 30px;
    }

    .mail-input {
        width: 200px;
    }

    .button-submit-EU {
        left: 200px;
    }
}

/*MEDIA*/

/*Scroll margin top*/

#steps {
    scroll-margin-top: 140px;
}

#contact {
    scroll-margin-top: 100px;
}

#about-us {
    scroll-margin-top: 100px;
}

#projects {
    scroll-margin-top: 120px;
}


/*Scroll margin top*/
