﻿html {
    scroll-behavior: smooth;
}

/*NAVBAR*/
.custom-fixed-top-navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 312;
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    /*padding: 0px 30px;*/
}

.icon-bar {
    background-color: black;
}

.navbar-row-alignment {
    position: relative;
    text-align: center;
    padding: 20px 0;
}

d-block {
    display: block;
}

.title-width {
    /*width: 60%;*/
    width: 100%;
}

.mobile-navbar-signup {
    display: none !important;
}

.donor-account-desktop {
    display: inline-block;
    float: right;
    /*padding: 15px 8px;*/
    padding: 10px 0px;
}

.transparent-bg {
    background-color: transparent !important;
}

.donor-account-btn {
    display: inline-block;
    /*width: 300px;*/
    /*width: 240px;*/
    width: 180px;
    height: 50px;
    background-color: white;
    color: black;
    text-align: center;
    text-decoration: none;
    padding: 14px 15px !important;
    border-radius: 50px;
    font-weight: 700 !important;
    font-size: 15px !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.large {
    width: 240px;
}
.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%;
}

.donate-navbar-btn {
    display: inline-block;
    width: 180px;
    height: 50px;
    background-color: #06c5d1;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 14px 15px !important;
    border-radius: 50px;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.donate-navbar-btn:hover, .donate-navbar-btn:focus {
    color: white;
    text-decoration: none;
}

.btn-donate-nav-icon {
    margin-bottom: 2px;
    height: 18px;
}

.btn-account-nav-icon {
    margin-bottom: 3px;
    height: 18px;
}

.logo-image {
    margin-top: 9px;
}

/*NAVBAR*/

/*HOMEPAGE*/

.banner-desktop {
    display: block !important;
}

.banner-mobile {
    display: none !important;
}

.banner-section {
    background-color: #f1f1f1;
    /*padding-top: 20px;*/
    padding-bottom: 50px;
    margin-top: 112px;
}

.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/speranta/Banner_image1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.image-container-slider {
    height: 630px;
    width: 100%;
    background-color: #613e20;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.title-banner {
    font-size: 80px;
    font-weight: 700;
    color: white;
    line-height: 0.9;
}

.description-banner {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 200;
    color: white;
    line-height: 1.3;
}

.description-banner-slide {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 200;
    color: white;
    line-height: 1.3;
    width: 53%;
}

.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: #06c5d1;
    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: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 90px;
}

.recent-projects-title {
    font-size: 60px;
    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: 15px;
    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: 470px;*/
    height: 450px;
    background-color: white;
    border-radius: 5px;
}

.project-photo {
    background-color: #613e20;
    /*height: 255px;*/
    height: 220px;
    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: 20px 20px
}

.projects-title-homepage {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    height: 55px;
    line-height: 1.17;
}

.line-height-1-1 {
    line-height: 1.1;
}

.margin-bottom-7 {
    margin-bottom: 7px;
}

.projects-description-homepage {
    font-size: 15px;
    font-weight: 300;
    /*margin-bottom: 10px;*/
    height: 60px;
}

.journal-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.journal-container {
    background-color: white;
    min-height: 200px;
    border-radius: 5px; 
}

.journal-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
}

.journal-left-item {
    width: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 200px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.journal-right-item {
    width: 60%;
    padding: 25px;  
}

.assigned-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.assigned-project-img {
    width: 30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 200px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.assigned-project-details {
    width: 50%;
    padding: 25px;
}

.assigned-project-btn {
    width: 20%;
    padding: 0 15px 0 0;
}

.assigned-projects-description {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}

.read-proj-btn {
    color: black;
    min-width: 100%;
    height: 61px;
    display: inline-block;
    background-color: #f1f1f1;
    text-align: center;
    padding: 18px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    border: none !important;
}

    .read-proj-btn:hover, .read-proj-btn:focus {
        color: black;
        text-decoration: none;
    }

.published-label {
    color: #b1b1b1;
    font-weight: 300;
}

.published-date {
    color: #06c5d1;
    font-weight: 400;
}

.read-journal-btn {
    color: black;
    min-width: 230px;
    height: 61px;
    display: inline-block;
    background-color: #f1f1f1;
    text-align: center;
    padding: 18px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    border: none !important;
}

    .read-journal-btn:hover, .read-journal-btn:focus {
        color: black;
        text-decoration: none;
    }

.project-details-btn {
    display: inline-block;
    height: 52px;
    width: 205px;
    text-align: center;
    /*background-color: #295ac0;*/
    background-color: #06c5d1;
    color: white;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
}

    .project-details-btn:hover, .project-details-btn:focus {
        color: white;
        text-decoration: none;
        outline: none;
    }

.dropdown-details-btn {
    display: inline-block;
    height: 52px;
    width: 205px;
    text-align: center;
    /*background-color: #295ac0;*/
    background-color: #d7f6f8;
    color: #06c5d1;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
}

    .dropdown-details-btn:hover, .dropdown-details-btn:focus {
        color: #06c5d1;
        text-decoration: none;
        outline: none;
    }

.how-to-help-details-btn {
    display: inline-block;
    height: 52px;
    width: 100%;
    text-align: center;
    /*background-color: #295ac0;*/
    background-color: #06c5d1;
    color: white;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
}

    .how-to-help-details-btn:hover, .how-to-help-details-btn:focus {
        color: white;
        text-decoration: none;
        outline: none;
    }

.send-message-btn {
    display: inline-block;
    height: 52px;
    width: 205px;
    text-align: center;
    background-color: #295ac0;
    color: white;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    outline: none;
}

    .send-message-btn:hover, .send-message-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;
    border: none;
}

.display-more-proj-link {
    display: none;
}

.sna-ev {
    padding: 10px 15px;
    /*border: 1px solid black;*/
    background-color: transparent;
    border-radius: 3px;
    border: none;
}

.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-section {
    padding: 100px 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: 15px;
    font-weight: 300;
    line-height: 1.7
}

.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;*/
    background-color: #06c5d1;
    padding: 50px;
    min-height: 266px;
}

.hope-tour-text-container-blue {
    background-color: #295ac0;
    padding: 50px;
    min-height: 198px;
}

.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: #d7f7f9;
    text-align: center;
    /*color: #f1116a;*/
    /*color: #ed2142;*/
    color: #00b8c5;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
}

    .learn-more-btn:hover, .learn-more-btn:focus {
        /*color: #d81460;*/
        color: #00b8c5;
        text-decoration: none;
    }

.learn-more-btn-details {
    display: inline-block;
    height: 52px;
    width: 180px;
    /*background-color: #d5dff6;*/
    background-color: #06c5d1;
    text-align: center;
    /*color: #f1116a;*/
    /*color: #00b8c5;*/
    color: white;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
}

    .learn-more-btn-details:hover, .learn-more-btn-details:focus {
        /*color: #d81460;*/
        color: white;
        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/speranta/bg-steps-2.png);
    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 0px 70px;
}

.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: #0b67cf;
    display: inline-block;
    width: 65px !important;
}

.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: 15px;
    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: #1068cf;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
}

    .start-here-btn:hover, .start-here-btn:focus {
        color: #1068cf;
        text-decoration: none;
    }

.border-bottom-magenta {
    margin-top: 70px;
    /*border-bottom: 16px solid #e60d64;*/
    /*border-bottom: 16px solid #ed2142;*/
    border-bottom: 16px solid #0b67cf;
    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: 45px;
    font-weight: 700;
    line-height: 1.2
}

.news-paddings-container {
    padding: 0 7px;
}

.arrows-padding {
    padding-right: 35px;
}

.sba {
    padding: 10px 15px;
    color: #06c5d1;
    background-color: transparent;
    display: inline-block !important;
    opacity: 1;
    visibility: visible !important;
    font-weight: 600;
    border: none;
}

    .sba:hover, .sba:focus {
        color: #06c5d1;
        background-color: transparent;
    }

.sna {
    padding: 10px 15px;
    background-color: #06c5d1;
    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: #06c5d1;
    }

.resource-container-homepage {
    /*min-height: 300px;*/
    /*min-height: 505px;*/
    min-height: 390px;
    background-color: white;
    /*margin-top: 30px;*/
    border-radius: 7px;
}

.resource-list-container-homepage {
    /*min-height: 445px;*/
    /*min-height: 410px;*/
    min-height: 390px;
    background-color: white;
    border-radius: 7px;
}

.resource-content-space {
    padding: 20px 20px 0px 20px !important;
}

.resource-content-space-list {
    padding: 20px 20px 0px 20px !important;
}

.resource-content-min-height {
    /*min-height: 140px;*/
    min-height: 120px;
}

.height-45 {
    height: 45px !important;
}

.resource-list-content-min-height {
    /*min-height: 140px;*/
    min-height: 120px;
}

.detail-button-space {
    padding: 0px 20px 20px 20px !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: 30px;*/
    height: 50px;
    font-weight: 700;
    line-height: 1.17;
    font-size: 22px;
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
    color: black;
    margin-bottom: 8px;
    overflow: hidden;
    /*letter-spacing: -2px;*/
}

.news-list-homepage-title {
    height: 50px;
    font-weight: 700;
    line-height: 1.17;
    font-size: 22px;
    color: black;
    margin-bottom: 8px;
    /*letter-spacing: -2px;*/
    overflow: hidden;
}

.news-homepage-text {
    font-weight: 600;
    font-size: 15px;
    /*margin-top: 10px;*/
    color: black;
    margin-bottom: 20px;
    font-weight: 300;
}

.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: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.img-resource-news-list {
    height: 220px;
    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: #295ac0;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: -26px;
}

.newsletter-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 25px;
    color: #a8c6fa;
}

.newsletter-text {
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 300;
}

.img-arrow-hope {
    margin-right: 10px;
    margin-bottom: 2px;
}

.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;
}

/*HOMEPAGE*/

/*FOOTER*/

.paddings-footer {
    padding: 120px 0px 120px 0px !important;
}

.footer-color {
    background-color: #2a2d32;
}

.footer-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: white !important;
    text-transform: none !important;
    margin-bottom: 20px !important;
}

.footer-text {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #8b8c90 !important;
}

.mail-text-speranta {
    color: #5782ff !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: 15px !important;
    color: white !important;
    font-weight: 600;
    background-color: #285abd;
    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: 0px 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: 15px;
    font-weight: 300;
    color: #ababab;
    margin-top: 30px;
}

.description-text {
    font-size: 20px;
    font-weight: 500;
    white-space: pre-line;
    margin-top: -30px;
}

.donate-bkg {
    /*background: linear-gradient(to right, #f0f0ff, #ffe6e6);*/
    background: linear-gradient(to right, #f0f0ff, #cefafd);
    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 #06c5d1;
    /*color: #ed2142;*/
    color: #06c5d1;
    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: #06c5d1;
    }

    .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;*/
    color: #06c5d1;
    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 !important;
}

.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: #06c5d1;
    text-align: center;
    padding: 17px 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;*/
    background-color: white;
    padding: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.gray-container img{
    max-width:100%;
}
.content-alignment {
    padding: 30px 45px;
}

.breadcrumbs-cms {
    font-weight: 300;
    font-size: 15px;
    color: #06c5d1;
    /*padding: 0px 5px;*/
    text-decoration: none !important;
}

    .breadcrumbs-cms:hover, .breadcrumbs-cms:focus {
        color: #06c5d1;
        text-decoration: none !important;
    }

.home-icon {
    margin-top: -6px;
    margin-right: 2px;
    opacity: 0.4;
}

.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: #ed2142;*/
            background-color: #06c5d1;
            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.3;
    font-size: 24px !important;
    font-weight: 700;
}

.content-alignment h1 {
    line-height: 1.3;
    font-size: 40px !important;
    font-weight: 700;
}

.content-alignment h3 {
    line-height: 1.3;
}

.content-alignment p {
    line-height: 1.7;
    font-size: 15px !important;
    font-weight: 300 !important;
}

/*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;
}
.button-visibility {
    padding: 13px 20px;
    border-color: black;
    font-size: 17px;
    color: black;
}

.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;
}

select.input-custom {
    padding: 15px 12px !important;
}

.select-custom {
    background-image: url(../images/arrow-down-icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;
    padding: 10px 12px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 52px;
    padding: 17px 12px;
    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: #06c5d1;
    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: #06c5d1;
        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: #06c5d1;
}

    .link-modal:hover, .link-modal:focus {
        /*color: #e61267;*/
        color: #06c5d1;
    }

.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;
}

.link-black {
    color: black;
    text-decoration: underline;
}

.link-black:hover, .link-black:focus {
    color: black;
}

.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*/

/*LISTS*/

.secondary-page-banner {
    height: 400px;
    padding-top: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 300;
}

    .secondary-page-banner.speranta-projects {
        /*background-image: url('../../Content/images/speranta/Banner_image1.jpg');*/
        background-color: #295ac0;
        padding-top: 0px !important;
        margin-top: 112px;
        background-size: unset !important;
        height: 224px;
    }

    .secondary-page-banner.speranta-news {
        height: 224px;
        margin-top: 110px;
        padding-top: unset;
        background-color: #295ac0;
    }

    .secondary-page-banner h1 {
        color: white;
        text-transform: none;
        font-weight: 500;
        font-size: 60px;
        margin: 70px;
    }

.custom-padding-news {
    /*padding-top: 70px !important;*/
    padding-top: 35px !important;
}

.banner-image-style {
    height: 224px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

h2.page-subtitle {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}

.background-gray {
    background-color: #f1f1f1;
}

.news-details-image {
    width: 100%;
    border-radius: 5px;
    height: 400px;
    object-fit: cover;
}

/*LISTS*/

/*MULTILANGUAGE*/

.custom-language-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
    list-style: none;
    margin-top: 50px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 3px;
}

    .custom-language-dropdown li {
        background-color: transparent;
        display: block !important;
        text-align: center;
        float: none !important;
    }

        .custom-language-dropdown li a {
            padding: 10px 15px !important;
            display: inline-block;
            margin: 0px !important;
        }

            .custom-language-dropdown li a:hover {
                background-color: #f7f7f7 !important;
            }

.language-toggle {
    position: relative;
    cursor: pointer;
    padding: 0 !important;
}

.none {
    display: none;
}

.list-content {
    padding: 13px 20px 12px 20px;
}

    .setLang img, .list-content img {
        margin-right: 5px;
        margin-top: 3px;
        float: left;
    }

.setLang, .list-content {
    color: #505a63;
    font-size: 15px !important;
    font-weight: 700;
}

.language-position {
    position: absolute;
    top: 32px;
    /*right: 175px;*/
    right: 365px;
    /*left: 0px;*/
}

.language-position-donation {
    position: absolute;
    top: 32px;
    right: 235px;
    /*left: 0px;*/
}

/*MULTILANGUAGE*/
.side-menu {
    /*background-color: #f1f1f1;*/
    background-color: white;
    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*/

/*SUBSCRIPTION*/

.subscription-list {
    /*background-color: #f1f1f1;*/
    background-color: white;
    border-radius: 3px;
    padding: 30px 50px;
}

/*SUBSCRIPTION*/

/*NEWS LIST*/

.positon-fixed {
    position: fixed;
}

.fixed-category-menu {
    /*background-color: #f7f7f7;*/
    /*background-color: #f1f1f1;*/
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 200;
    /*max-height: 70vh;*/
    scrollbar-width: thin;
    overflow-y: auto;
    /*max-width: 275px;*/
    /*width: 262px;*/
    width: 100%;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.padding-bottom-370 {
    padding-bottom: 370px;
}

.fixed-menu-sections {
    /*color: #a7a7a7 !important;*/
    color: black !important;
    padding: 3px 0;
    font-size: 15px;
    /*background-color: #f1f1f1;*/
    background-color: white;
    border: none;
    text-align: left;
    font-weight: 700;
}

    .fixed-menu-sections:hover {
        /*color: #06c5d1 !important;*/
        color: black !important;
        text-decoration: none !important;
        /*font-weight: 500;*/
        /*background-color: #f1f1f1;*/
        background-color: white;
        cursor: pointer;
        /*border-radius: 5px;*/
    }

    .fixed-menu-sections.gray {
        color: #9d9d9d !important;
        text-decoration: none !important;
        font-weight: 400 !important;
        padding: 0 !important;
    }

.fixed-menu-dropdown-btn {
    padding: 0px !important;
    /*background-color: #f1f1f1;*/
    background-color: white;
    border: none;
    margin-left: 5px;
}

.padding-bottom-3 {
    padding-bottom: 3px !important;
}

.fixed-author-sections {
    color: #b0afaf !important;
    padding: 3px 0;
    font-size: 15px;
    background-color: white;
    border: none;
    text-align: left;
    font-weight: 300;
}

    .fixed-author-sections:hover {
        color: #06c5d1 !important;
        /*color: black !important;*/
        text-decoration: none !important;
        background-color: white;
        cursor: pointer;
    }

    .fixed-author-sections.gray {
        color: #06c5d1 !important;
        /*color: black !important;*/
        text-decoration: none !important;
        background-color: white;
        cursor: pointer;
    }

.fixed-songcat-sections {
    color: black !important;
    padding: 3px 0;
    font-size: 15px;
    background-color: white;
    border: none;
    text-align: left;
    font-weight: 300;
}

    .fixed-songcat-sections:hover {
        color: #06c5d1 !important;
        /*color: black !important;*/
        text-decoration: none !important;
        background-color: white;
        cursor: pointer;
    }

    .fixed-songcat-sections.gray {
        color: #9d9d9d !important;
        text-decoration: none !important;
        font-weight: 400 !important;
        padding: 0 !important;
    }

.selected-button-author {
    color: #06c5d1 !important;
    font-weight: 700;
}

.selected-button-songcat {
    color: #06c5d1 !important;
    font-weight: 700;
}

.selected-button-category {
    /*color: #2c5dc1 !important;*/
    /*color: #06c5d1 !important;*/
    color: black !important;
    font-weight: 700;
}

.alphabet-flex-desktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.alphabet-flex-mobile {
    display: none
}

.alphabet-mobile {
    display: none;
}

.alphabet-button {
    background-color: #c5c5c5;
    color: white;
    width: 25px;
    height: 30px;
    margin-right: 2px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
}

    .alphabet-button:hover {
        background-color: #06c5d1;
    }

.all-songs {
    background-color: #c5c5c5;
    color: white;
    padding: 2px 5px !important;
    width: unset !important;
    height: 30px;
    margin-right: 2px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
}

    .all-songs:hover {
        background-color: #06c5d1;
    }

.filter-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.d-flex-custom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sort-input {
    border: 1px solid black;
    font-size: 15px;
    padding: 10px 15px;
    color: black;
    width: 100%;
    max-width: 300px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../../Content/images/arrow-down-icon.png');
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.search-input {
    border: 1px solid black;
    font-size: 15px;
    padding: 10px 15px;
    color: black;
    background-image: url('../../Content/images/button_view.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;
    width: 100%;
    /*min-width: 300px;*/
}

.min-height-50 {
    min-height: 50px;
}

.height-50 {
    height: 50px;
}

/*NEWS LIST*/

/*News Menu*/

.color-blue {
    color: #295ac0 !important;
}

    .color-blue:focus, .color-blue:hover {
        color: #295ac0 !important;
    }

.news-categories {
    background-color: #f1f1f1;
    color: black;
    padding: 10px 0px 60px 0px;
    margin-top: 0px;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 330;
    box-shadow: 0px 16px 15px -20px rgba(0,0,0,0.33);
    max-height: 80vh;
    overflow-y: auto;
    top: 111px;
    font-size: 15px !important;
    top: 111px;
}

.aboutus-categories {
    /*background-color: #f1f1f1;*/
    background-color: white;
    border-top: 1px solid #f1f1f1;
    color: black;
    padding: 10px 0px 60px 0px;
    margin-top: 0px;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 330;
    box-shadow: 0px 16px 15px -20px rgba(0,0,0,0.33);
    max-height: 80vh;
    overflow-y: auto;
    font-size: 15px !important;
    top: 111px;
}

.resources-categories {
    /*background-color: #f1f1f1;*/
    background-color: white;
    border-top: 1px solid #f1f1f1;
    color: black;
    padding: 10px 0px 60px 0px;
    margin-top: 0px;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 330;
    box-shadow: 0px 16px 15px -20px rgba(0,0,0,0.33);
    max-height: 80vh;
    overflow-y: auto;
    font-size: 15px !important;
    top: 111px;
}

.projects-categories {
    /*background-color: #f1f1f1;*/
    background-color: white;
    border-top: 1px solid #f1f1f1;
    color: black;
    padding: 10px 0px 60px 0px;
    margin-top: 0px;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 330;
    box-shadow: 0px 16px 15px -20px rgba(0,0,0,0.33);
    max-height: 80vh;
    overflow-y: auto;
    font-size: 15px !important;
    top: 111px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.mission-categories {
    /*background-color: #f1f1f1;*/
    background-color: white;
    border-top: 1px solid #f1f1f1;
    color: black;
    padding: 10px 0px 60px 0px;
    margin-top: 0px;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 330;
    box-shadow: 0px 16px 15px -20px rgba(0,0,0,0.33);
    max-height: 80vh;
    overflow-y: auto;
    font-size: 15px !important;
    top: 111px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.close-button-pdpe {
    background-color: transparent;
    border: none;
    padding: 0px 25px;
    /*color: #2656b8;*/
    color: #06c5d1;
    font-size: 45px;
}

.d-block {
    display: block;
}

.display-none {
    display: none;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.display-flex-categories {
    display: flex;
    flex-wrap: wrap;
}

.news-category-link {
    color: black;
    text-decoration: none;
}

    .news-category-link:hover, .news-category-link:focus {
        color: black;
        text-decoration: none;
    }

    .news-category-link.blue {
        color: #4bd5de;
    }

    .news-category-link.gray {
        color: #9d9d9d;
    }

.line-height-1-5 {
    line-height: 1.5;
}

.dropdown-news-color {
    background-color: white;
    left: -50px !important;
    top: 109% !important;
}

.dropdown-news {
    left: 15px !important;
    top: 109% !important;
    border-radius: 3px !important;
}

.menu-container-details {
    min-height: 250px;
    background-color: white;
    padding: 30px 20px;
    border-radius: 5px;
}

.padding-left-details{
    padding-left: 70px;
}

.menu-details-title {
    font-weight: 600;
    line-height: 1.1;
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
}

.menu-details-flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

.font-weight-500 {
    font-weight: 500;
}

.how-to-help-container-details {
    min-height: 350px;
    background-color: white;
    padding: 30px 25px;
    border-radius: 5px;
    background-image: url(../../Content/images/speranta/Steps_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.how-to-help-container-details-newslist {
    min-height: 350px;
    background-color: white;
    padding: 30px 25px;
    border-radius: 5px;
    background-image: url(../../Content/images/speranta/Steps_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.padding-8-bottom {
    padding-bottom: 8px;
}

.how-to-help-btn-position {
    position: relative;
    bottom: -140px;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

/*News Menu*/
    /*User-btn*/
    .user-btn-position {
    position: absolute;
    top: 37px;
    right: 115px;
}

.user-btn {
    background-color: white;
    border: none;
    border-radius: 50%;
    padding: 6px 10px 8px 10px
}

.donate-btn-position {
    position: absolute;
    top: 43px;
    right: 65px;
}

.donate-btn-mobile {
    background-color: #06c5d1;
    border: none;
    border-radius: 50%;
    padding: 8px 10px 10px 10px
}


/*User-btn*/

/*SONGS LIST*/

.song-item-container {
    border-bottom: 1px solid #dcdbdb;
    padding: 16px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.song-item-title {
    font-size: 18px;
    color: black;
    font-weight: 700;
}

.song-details-gray {
    font-size: 16px;
    color: #a9a9a9;
    font-weight: 300;
}


.song-details-cyan {
    font-size: 16px;
    color: #2bc8d4;
    font-weight: 400;
}

.song-links {
    color: black;
    text-decoration: none;
}

.song-links:focus, .song-links:hover {
    color: black;
    text-decoration: none;
}

.song-details-container {
    padding: 16px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.song-detail-title {
    font-size: 25px;
    color: black;
    font-weight: 700;
}

/*SONGS LIST*/

/*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: 1400px) {
    .donate-navbar-btn {
        width: 52px;
        height: 50px;
        text-overflow: unset;
    }

        .donate-navbar-btn.text-btn-nav {
            display: none;
        }

    .donor-account-btn {
        width: 52px;
        height: 50px;
        text-overflow: unset;
    }

        .donor-account-btn .text-btn-nav {
            display: none;
        }

    .btn-donate-nav-icon {
        margin-bottom: 2px;
        height: 22px;
        margin-left: -1px;
    }

    .btn-account-nav-icon {
        margin-bottom: 3px;
        height: 22px;
        margin-left: 2px;
    }

    .language-position {
        right: 105px;
    }
}

@media (max-width: 1200px) {
    .how-it-works-right {
        width: 47%;
    }

    .padding-left-details {
        padding-left: 20px;
    }
    
    .title-layout-fb {
        padding-left: 0px;
        padding-right: 0px;
    }

    .news-section-homepage {
        padding-left: 250px;
    }

    .d-flex-price-container {
        flex-direction: column;
    }

    .download-payment-pdf-btn {
        width: 100%;
    }

    .successful-payment-bkg {
        width: 100%;
    }

    .medium-margin-top-30 {
        margin-top: 30px;
    }

    .d-flex-custom.mobile-custom {
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .title-width {
        width: 100%;
    }

    .language-position {
        position: absolute;
        /*top: 48px;*/
        right: 105px;
        /*left: 0px;*/
        /*top: unset;*/
    }

    .language-position-donation {
        position: absolute;
        right: 235px;
        left: unset;
        top: 30px;
    }

    .alphabet-flex-mobile {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .alphabet-mobile {
        display: block;
    }

    .alphabet-button {
        width: 25px;
    }

    .alphabet-flex-desktop {
        display: none;
    }

    .mobile-title-margin-bottom {
        margin-bottom: 15px;
    }
}

@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: 993px) and (max-width: 1200px) {
    .fixed-category-menu {
        /*margin-top: 20px !important;*/
        /*max-width: 200px;*/
        max-width: 100%;
    }

    /*.resource-list-container-homepage {
        min-height: 540px;
    }*/

    /*.resource-list-content-min-height {
        min-height: 225px;
    }*/
}

@media (min-width: 992px) and (max-width: 1200px) {
    .close-button-pdpe {
        position: relative;
        top: -25px;
        right: 10px;
        padding: unset !important;
    }

    .read-journal-btn {
        min-width: 100%;
    }

    .margin-top-medium-devices {
        margin-top: -40px !important;
    }

    .height-30-md{
        height: 30px;
    }

    .resource-list-content-min-height {
        /*min-height: 140px;*/
        min-height: 140px;
    }
}

@media (min-width: 992px) {
    .navbar-row-alignment {
        /*height: 121px;*/
        height: 111px;
    }
}

@media (max-width: 991px) {
    .how-it-works-bg {
        min-height: 575px;
        background-attachment: unset;
        background-image: url(../../Content/images/speranta/Steps_image.jpg);
    }

    .alphabet-mobile {
        margin-bottom: 30px;
    }

    .carousel-indicators li {
        margin: 1px 6px;
    }

    .carousel-indicators .active {
        margin: 0px 6px;
    }

    .projects-description-homepage {
        margin-bottom: 10px;
    }

    .display-more-proj-link {
        display: block;
    }

    .how-to-help-container-details-newslist {
        display: none;
    }

    .padding-left-details {
        padding-left: 15px;
        padding-top: 70px;
    }

    .description-banner-slide {
        width: 100%;
    }

    .d-flex-price-container {
        flex-direction: row;
    }

    .height-30-md {
        height: 30px;
    }

    .close-button-pdpe {
        margin-top: -10px;
    }

    .download-payment-pdf-btn {
        width: 300px;
    }

    .successful-payment-bkg {
        width: 320px;
    }

    .description-text {
        /*margin-bottom: 50px;*/
        margin-bottom: 30px;
    }

    .mobile-navbar-signup {
        display: flex !important;
        justify-content: flex-start;
    }


    .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: 30px 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;
    }

    .donor-account-btn {
        width: 250px;
        height: 50px;
        text-overflow: ellipsis !important;
    }

    .side-menu {
        display: none;
    }

    .title-banner {
        font-size: 60px;
        margin-bottom: 60px !important;
    }

    .date-text {
        margin-top: unset;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    /*.resource-list-content-min-height {
        min-height: 170px;
    }*/

    .navbar-toggle {
        display: inline-block !important;
    }

    .navbar-collapse.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 ul li a {
        margin: 10px 0;
    }


    .language-position {
        position: absolute;
        top: 30px !important;
        /*right: 40px;*/
        right: 145px;
        /*top: -12px !important;
        right: 0px;*/
        left: unset !important;
    }

    .language-position-donation {
        position: absolute;
        top: 30px !important;
        right: 40px;
        left: unset !important;
    }

    .custom-language-dropdown li a {
        padding: 10px !important;
    }
}

@media (max-width: 767px) {
    .title-project{
        font-size:30px;
        margin-bottom:15px;
    }

    .news-details-image {
        height: 250px;
    }

    .type-selector {
        min-width: unset;
    }

    .title-banner {
        margin-bottom: 30px !important;
    }

    .btn-banner-margin-top-mobile {
        margin-top: 30px !important;
    }

    .padding-top-30-container-banner {
        padding-top: 5px;
    }

    .donate-btn {
        font-weight: 700;
    }

    .how-it-works-bg {
        min-height: 355px;
    }

    .hide-xs {
        display: none;
    }

    .news-section-homepage {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 170px
    }

    .projects-flex {
        gap: 10px;
    }

    .container-fb-paddings {
        /*padding: 20px 15px 200px 15px;*/
        padding: 0px 15px 200px 15px;
    }

    .content-alignment {
        padding: 30px 20px;
    }

    .setLang img, .list-content img {
        margin-right: 5px;
        margin-top: 6px;
        float: unset;
    }

    .setLang img, .list-content img {
        margin-right: 3px;
        margin-top: 0px;
    }

    .custom-language-dropdown li a span {
        padding: 0px !important;
        font-size: 18px !important;
        margin-left: 2px;
    }

    .language-position {
        top: 30px !important;
        right: 135px !important;
        /*top: -12px !important;
        right: 0px !important;*/
        /*left: unset !important;*/
    }

    .language-position-donation {
        position: absolute;
        top: 30px !important;
        right: 40px;
        left: unset !important;
    }

    .subscription-list {
        padding: 30px 15px;
    }

    .sort-input {
        max-width: unset !important;
        margin-bottom: 10px
    }

    .search-input {
        max-width: unset !important;
    }

    .news-flex {
        display: flex;
        flex-wrap: wrap;
        margin-left: 5px;
        margin-right: 5px;
    }

    .d-inline-block-mobile {
        display: inline-block;
    }

    .line-height-1 {
        line-height: 1;
    }

    .news-flex-item {
        width: 100%;
    }

        .news-flex-item:hover, .news-flex-item:focus {
            text-decoration: none;
        }

    .no-horizontal-paddings-mobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobile-navbar-signup {
        justify-content: flex-start;
    }

    .logo-image {
        margin-top: 18px;
        height: 38px;
    }

    .text-language {
        display: none;
    }

    .donate-btn-position {
        right: 55px;
    }

    .user-btn-position {
        right: 105px;
    }

    .xs-margin-top-5 {
        margin-top: 5px !important;
    }

    .secondary-page-banner.speranta-news {
        height: 250px;
    }

    .banner-image-style {
        height: 250px;
    }

    .gray-container {
        border-radius: 5px;
    }
}

@media (max-width: 704px) {
    .recent-projects-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 590px)
{
    .assigned-flex {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .assigned-project-img {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 255px;
    }

    .assigned-project-details {
        width: 100%;
        padding: 25px;
    }

    .assigned-project-btn {
        width: 100%;
        padding: 0 25px 25px;
    }
}

@media (max-width: 567px) {
    .how-it-works-title {
        font-size: 55px;
    }

    .carousel-indicators {
        bottom: 75px;
    }

    .download-payment-pdf-btn {
        width: 100%;
    }

    .background-proj-postiion-mobile {
        background-position-x: -910px !important;
    }

    .successful-payment-bkg {
        width: 100%;
    }

    .d-flex-price-container {
        flex-direction: column;
    }

    .d-flex-custom.mobile-custom {
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .how-it-works-content {
        padding: 70px 15px !important;
    }

    .image-container {
        padding: 15px;
        height: 675px;
    }

    .image-container-slider {
        padding: 15px;
        height: 675px;
        justify-content:flex-start;
        padding-top: 40px;
    }

    .description-banner-slide {
        font-size: 22px;
    }

    .description-banner {
        font-size: 22px;
    }

    .recent-projects-title {
        font-size: 45px;
        line-height: 0.9;
        margin-bottom: 20px;
    }

    .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: 45px;
        line-height: 0.9;
        margin-top: 30px;
    }

    .mail-input {
        width: 240px;
    }

    .button-submit-EU {
        left: 240px;
    }

    .donate-bkg {
        width: 210px;
    }

    .image-project-mobile {
        height: 220px;
        object-fit: cover;
    }

    .margin-top--20 {
        margin-top: -20px;
    }

    .read-journal-btn {
        min-width: 100%;
    }

    .journal-flex {
        flex-direction: column;
    }

    .journal-left-item {
        width: 100%;
        border-top-right-radius: 5px !important;
        border-bottom-left-radius: 0px !important;
    }

    .journal-right-item {
        width: 100%;
    }

    .select-currency {
        padding: 8px 5px 8px 5px;
    }

    .donate-bkg {
        width: 265px;
    }

    .xs-text-center {
        text-align: center !important;
    }

    .song-item-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
    }
}

@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*/

#how-it-works {
    scroll-margin-top: 90px;
}

#steps {
    scroll-margin-top: 90px;
}

#privacy-policy {
    scroll-margin-top: 140px;
}

/*Scroll margin top*/


.line-height-155 {
    line-height: 1.55;
}

.carousel-fade .item {
    opacity: 0.2;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .item.active,
    .carousel-fade .item.next.left,
    .carousel-fade .item-prev.right {
        opacity: 1;
    }

.carousel-fade .active.left,
.carousel-fade .active.right {
    transition-duration: .1s;
    transition-property: opacity;
    opacity: 0.5;
}

.carousel-fade .item.next,
.carousel-fade .item-prev,
.carousel-fade .item.active,
.carousel-fade .active.left,
.carousel-fade .active.prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}