@font-face {
    font-family: Helvetica;
    src: url(/view/fonts/Helvetica.otf);
}

@font-face {
    font-family: HelveticaBold;
    src: url(/view/fonts/HelveticaBold.otf);
}

@font-face {
    font-family: Lato;
    src: url(/view/fonts/Lato.ttf);
}

@font-face {
    font-family: LatoBold;
    src: url(/view/fonts/LatoBold.ttf);
}

.wrapper-1 {
    padding: 10% 0 7% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    background-image: url(/view/img/wrapper1.png);
}

.wrapper-2 {
    padding: 20px 0 40px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -20px top;
    color: white;
    background-image: url(/view/img/wrapper2.png);
    background-color: #108098;
}

.wrapper-3 {
    padding: 20px 0 40px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -20px top;
    color: white;
    background-image: url(/view/img/wrapper3.png);
    background-color: #108098;
}

.wrapper-4 {
    padding: 20px 0 40px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right top;
    color: black;
    background-image: url(/view/img/wrapper4.png);
    background-color: white;
}

.wrapper-white {
    padding: 20px 0 35px 0;
    background-color: white;
}

.content p {
    font-family: Arial, sans-serif;
    font-size: 13pt;
    text-align: justify;
    margin: 15px 0;
}

.h_part {
    width: 442px;
    margin-left: 15%;
}

.h_part h1 {
    font-family: Lato, Arial, sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30pt;
}

.h_part h2 {
    font-family: LatoBold, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 42pt;
}

.h_part a:hover {
    background-color: #086275;
}

.h_part a {
    transition: 0.2s;
    text-decoration: none;
    color: white;
    font-family: Lato, Arial, sans-serif;
    font-size: 17pt;
    background-color: #108098;
    display: block;
    text-align: center;
    width: 220px;
    border-radius: 15px;
    padding: 7px 0;
    margin: auto;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 13pt;
    text-transform: uppercase;
    position: relative;
    width: 130px;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 40px auto;
}

h3:after {
    content: "\00a0";
    border-top: 1px solid;
    position: absolute;
    width: 150px;
    left: 100%;
    transform: translate(10px, -50%);
    top: 50%;
    height: 0;
}

h3:before {
    content: "\00a0";
    border-top: 1px solid;
    position: absolute;
    width: 150px;
    right: 100%;
    transform: translate(-10px, -50%);
    top: 50%;
    height: 0;
}

.wrapper-white h3, .wrapper-4 h3 {
    color: #4e4e4e;
}

.carousel {
    height: 670px;
    width: 10000px;
}

.carousel-item {
    position: relative;
    height: 670px;
    background-color: #dcdcdc;
    border: 1px solid #727272;
    border-radius: 10px;
    padding: 15px 15px 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-left: 47.5px;
}

.carousel .carousel-item:first-child {
    margin-left: 0;
}

.carousel-item img {
    display: block;
    max-width: 100%;
    max-height: 220px;
    margin: 0 auto 20px auto;
}

.carousel-item a:hover {
    background-color: #086275;
}

.carousel-item a {
    font-family: Lato, Arial, sans-serif;
    font-size: 15pt;
    text-align: center;
    display: block;
    width: 180px;
    padding: 5px 0;
    background-color: #108098;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    text-decoration: none;
    color: white;
    transition: 0.2s;
}

.right_content {
    margin-left: auto;
    width: 50%;
    min-height: 280px;
}

.right_content a.lear_more:hover {
    background-color: #109a7e;
}

.right_content a.lear_more {
    transition: 0.2s;
    text-decoration: none;
    color: white;
    font-family: Lato, Arial, sans-serif;
    font-size: 17pt;
    background-color: #02c09a;
    display: block;
    text-align: center;
    width: 220px;
    border-radius: 15px;
    padding: 7px 0;
    margin: 50px auto 30px auto;
}

h3.more_w {
    width: 230px;
}

.col-1 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 300px);
    margin-right: 15px;
}

.col-1 h4 {
    color: #656464;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18pt;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
}

.col-1 h5 {
    color: #656464;
    font-family: HelveticaBold, Arial, sans-serif;
    margin: 0;
    text-align: center;
    font-size: 25pt;
}

.col-2 {
    display: inline-block;
    vertical-align: middle;
    width: 285px;
}

.col-2 h4 {
    color: #656464;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20pt;
}

.col-2 .percent_100 {
    border: 32px solid #2891c8;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    padding: 21px 0;
}

.col-2 span {
    display: block;
    text-align: center;
    font-size: 11pt;
}

.col-2 .percent_100 span.percent {
    color: #2891c8;
    font-weight: bold;
    font-size: 20pt;
}

.col-2 .percent_0 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.col-2 .percent_0 span.percent {
    font-weight: bold;
    font-size: 20pt;
}

.donations {
    margin-top: 25px;
}

.donations .donation {
    color: white;
    text-decoration: none;
    background-color: #02c09a;
    border: 3px solid #00f6ff;
    border-radius: 10px;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    margin-left: calc((100% - 440px) / 3);
}

.donations .donation:first-child {
    margin-left: 0;
}

.donations.bigger .donation:first-child .donation-type {
    margin-bottom: 0;
    margin-top: -5px;
    font-size: 11px;
    line-height: 11px;
}

.donations.bigger .donation .donation-type {
    line-height: 17px;
}

.donations .donation .donation-type {
    display: block;
    text-align: center;
    font-size: 9pt;
}

.donations .donation .donation-amount {
    font-size: 17pt;
    font-weight: bold;
    display: block;
    text-align: center;
}

.donations.bigger .donation .other {
    padding: 4px 0;
}

.donations .donation .other {
    font-size: 12pt;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 2.5px 0;
}

.help_now:hover {
    background-color: #023d4a;
}

.help_now {
    background-color: #005264;
    text-decoration: none;
    color: white;
    display: block;
    width: 190px;
    padding: 7px 0;
    border-radius: 15px;
    font-family: Lato, Arial, sans-serif;
    font-size: 17pt;
    margin: 50px auto 10px auto;
    transition: 0.2s;
    text-align: center;
}

.content_left {
    width: 50%;
    min-height: 250px;
    margin-left: 20px;
}

.content p.p_with_quotes:before {
    content: "“";
    font-weight: bold;
    position: absolute;
    right: calc(100% + 5px);
    font-size: 30pt;
    top: 5px;
}

.content p.p_with_quotes:after {
    content: "”";
    font-weight: bold;
    position: absolute;
    left: calc(100% + 5px);
    font-size: 30pt;
    bottom: -10px;
}

.content .content_left p {
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    position: relative;
    font-size: 14pt;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 90px;
}

.content .content_left p.p_with_quotes {
    margin-top: 70px;
    margin-bottom: 0;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.move_to_left {
    position: absolute;
    background-color: #dcdcdc;
    text-align: center;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 34px;
    padding: 4px 0;
    cursor: pointer;
}

.move_to_right {
    position: absolute;
    background-color: #dcdcdc;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 34px;
    padding: 4px 0;
}

.move_to_left i.fas {
    color: #0d7745;
    font-size: 20pt;
    margin-left: -2px;
}

.move_to_right i.fas {
    color: #0d7745;
    font-size: 20pt;
    margin-left: 2px;
}

.move_carousel_to_right {
    transition: 0.5s;
    transform: translate(367.5px, 0);
}

.move_carousel_to_left {
    transition: 0.5s;
    transform: translate(-367.5px, 0);
}

.carousel-item.in_right_to_move {
    margin-left: -367.5px !important;
}

.carousel_body {
    width: 1055px;
    margin: auto;
    overflow: hidden;
}

.move_to_left, .move_to_right {
    display: none;
}

.covid {
    font-size: 0;
    font-family: Arial, sans-serif;
    position: fixed;
    top: 10%;
    background-color: black;
    padding: 15px;
    right: 15%;
    z-index: 999999999;
}

.covid .covid-title {
    border-bottom: 1px solid white;
    color: white;
    font-weight: bold;
    width: 325px;
    text-align: center;
}

.covid .covid-title strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin: 0 10px;
}

.covid .covid-title span {
    color: #ff0000;
    font-size: 80px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
}

.covid .covid-description {
    font-size: 16px;
    width: 325px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    line-height: 22px;
}

.covid .covid-description span {
    display: block;
    margin-top: 5px;
}

.covid a {
    display: block;
    margin: auto;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 24px;
    background: linear-gradient(#ff3334, #ff0001);
    padding: 10px 0;
    width: 200px;
    border-radius: 30px;
}
.covid a:hover {
    background: linear-gradient(#ff0001, #ff3334);
}
.covid span.close {
    color: #bebebe;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    display: block;
    margin: 15px auto 0 auto;
    width: 120px;
    text-align: center;
}

@media (min-width: 1501px) {
    .wrapper-2, .wrapper-3, .wrapper-4 {
        padding: 5% 0;
    }

    .wrapper-2 .right_content {
        width: 70%;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .wrapper-2 .right_content {
        width: 60%;
        padding: 45px 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .carousel-item {
        width: 285px;
        height: 720px;
        margin-left: 15px;
    }

    .carousel_body {
        width: 885px;
    }

    .carousel {
        height: 720px;
    }

    .move_carousel_to_right {
        transition: 0.5s;
        transform: translate(300px, 0);
    }

    .move_carousel_to_left {
        transition: 0.5s;
        transform: translate(-300px, 0);
    }

    .carousel-item.in_right_to_move {
        margin-left: -300px !important;
    }

    h3 {
        margin-bottom: 20px;
    }

    .right_content a.lear_more {
        margin-bottom: 0;
    }

    .donations {
        margin-top: 10px;
    }

    .help_now {
        margin: 20px auto 0 auto;
    }

    .wrapper-3 {
        background-position-x: -50px;
    }

    .content .content_left p {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .content .content_left p.p_with_quotes {
        margin-top: 50px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .move_to_left, .move_to_right {
        display: block;
    }

    .h_part {
        margin-left: 10%;
    }

    .carousel-item {
        width: 325px;
        margin-left: 20px;
    }

    .carousel_body {
        width: 670px;
    }

    .move_carousel_to_right {
        transition: 0.5s;
        transform: translate(345px, 0);
    }

    .move_carousel_to_left {
        transition: 0.5s;
        transform: translate(-345px, 0);
    }

    .carousel-item.in_right_to_move {
        margin-left: -345px !important;
    }

    h3 {
        margin-bottom: 20px;
    }

    h3:before, h3:after {
        width: 100px;
    }

    .right_content a.lear_more {
        margin: 20px auto 0 auto;
    }

    .wrapper-3 {
        padding-bottom: 10px;
        background-position-x: -140px;
    }

    .wrapper-3 .right_content {
        width: 60%;
    }

    .donations {
        margin-top: 10px;
    }

    .help_now {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .wrapper-3 .content p {
        margin: 0;
    }

    .donations .donation {
        padding: 6px 0;
    }

    .content .content_left p.p_with_quotes {
        margin-top: 20px;
    }

    .content .content_left p {
        margin-bottom: 0;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .covid {
        top: 5%;
        right: 10%;
    }
    .covid .covid-title {
        width: 290px;
    }
    .covid .covid-title strong {
        font-size: 22px;
    }
    .covid .covid-title span {
        font-size: 60px;
        line-height: 45px;
    }
    .covid .covid-description {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0;
        width: 290px;
    }
    .covid a {
        font-size: 18px;
        padding: 7px 0;
        width: 150px;
    }
    .move_to_left, .move_to_right {
        display: block;
    }

    .h_part {
        margin-left: 0;
        width: 100%;
    }

    .h_part h1 {
        font-size: 22pt;
    }

    .h_part h2 {
        font-size: 30pt;
    }

    .h_part a {
        font-size: 14pt;
        padding: 5px 0;
        width: 180px;
        margin-left: 50px;
    }

    h3 {
        margin-bottom: 20px;
        font-size: 11pt;
        width: 110px;
    }

    h3:before, h3:after {
        width: 100px;
    }

    .carousel-item {
        width: 325px;
        margin-left: 20px;
        height: 570px;
    }

    .carousel_body {
        width: 325px;
    }

    .carousel {
        height: 570px;
    }

    .move_carousel_to_right {
        transition: 0.5s;
        transform: translate(345px, 0);
    }

    .move_carousel_to_left {
        transition: 0.5s;
        transform: translate(-345px, 0);
    }

    .carousel-item.in_right_to_move {
        margin-left: -345px !important;
    }

    .carousel-wrapper {
        position: relative;
        overflow: hidden;
        width: 450px;
        margin: auto;
    }

    .content p {
        font-size: 11pt;
        margin: 10px 0;
    }

    .right_content a.lear_more {
        margin: 0 auto;
        padding: 5px 0;
        font-size: 15pt;
        width: 180px;
    }

    .right_content {
        min-height: 100px;
    }

    .col-1 h4 {
        font-size: 15pt;
    }

    .col-1 h5 {
        font-size: 19pt;
    }

    .col-2 h4 {
        font-size: 17pt;
    }

    .wrapper-3 {
        padding: 10px 0;
        background-position-x: -110px;
    }

    .wrapper-3 .right_content {
        width: 65%;
    }

    .donations {
        margin-top: 10px;
    }

    .help_now {
        margin: 10px auto 0 auto;
        font-size: 15pt;
        padding: 5px 0;
        width: 180px;
    }

    .donations .donation .donation-type {
        font-size: 8pt;
    }

    .donations .donation .donation-amount {
        font-size: 14pt;
    }

    .donations .donation .other {
        font-size: 10pt;
        padding: 2px 0;
    }

    .donations .donation {
        padding: 5px 0;
    }

    .donations.bigger .donation:first-child .donation-amount {
        margin-bottom: -3px;
    }

    .donations.bigger .donation:first-child .donation-type {
        margin-bottom: 0;
        margin-top: -3px;
        font-size: 10px;
        line-height: 9px;
    }

    .donations.bigger .donation .donation-type {
        line-height: normal;
    }

    .donations.bigger .donation .other {
        padding: 2px 0;
    }

    .content .content_left p.p_with_quotes {
        margin-top: 0;
    }

    .content .content_left p {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 12pt;
        line-height: 20px;
    }

    .content_left {
        min-height: 100px;
        width: 60%;
    }

    .content p.p_with_quotes:before {
        font-size: 24pt;
    }

    .content p.p_with_quotes:after {
        font-size: 24pt;
    }
}

@media (max-width: 700px) {
    .wrapper-3 {
        background-position-x: -195px;
    }

    .wrapper-3 .right_content {
        width: 75%;
    }
}

@media (max-width: 620px) {
    .wrapper-2, .wrapper-3, .wrapper-4 {
        background-image: none;
        padding: 20px 0 40px 0;
    }

    .right_content {
        width: 100% !important;
    }

    .content_left {
        width: calc(100% - 45px);
    }
}

@media (max-width: 580px) {
    .col-1 {
        display: block;
        width: 100%;
    }

    .col-2 {
        display: block;
        margin: 20px auto 0 auto;
    }

    .donations .donation {
        width: 95px;
        margin-left: calc((100% - 380px) / 3);
    }

    .carousel-wrapper {
        width: 405px;
    }

    h3.more_w {
        width: 190px;
    }
}

@media (max-width: 424px) {
    .covid {
        top: 10px;
        left: 50%;
        right: auto;
        transform: translate(-50%,0);
    }
    .carousel-item {
        width: 230px;
        margin-left: 20px;
        height: 600px;
    }

    .carousel_body {
        width: 230px;
    }

    .carousel {
        height: 600px;
    }

    .move_carousel_to_right {
        transition: 0.5s;
        transform: translate(250px, 0);
    }

    .move_carousel_to_left {
        transition: 0.5s;
        transform: translate(-250px, 0);
    }

    .carousel-item.in_right_to_move {
        margin-left: -250px !important;
    }

    .carousel-wrapper {
        width: 300px;
    }

    .move_to_left, .move_to_right {
        width: 29px;
    }

    .move_to_right i.fas, .move_to_left i.fas {
        font-size: 16pt;
    }

    h3:before, h3:after {
        width: 45px;
    }

    .h_part h1 {
        font-size: 20pt;
    }

    .h_part h2 {
        font-size: 22pt;
    }

    .donations .donation {
        margin-left: calc((100% - 190px) / 3) !important;
    }

    .donations .donation:nth-child(3), .donations .donation:nth-child(4) {
        margin-top: 10px;
    }
}