@font-face {
    font-family: Dubiel;
    src: url("../fonts/Dubiel.ttf");
}

html {
    scroll-behavior: smooth;
}

body {
    cursor: url('../img/cursor.png'), auto;
    font-family: 'Jost', sans-serif;

}

.background-primary {
    background-color: #cc202983;
    color: white;
}

.contact-input {
    outline: none;
    background-color: black;
    color: white;
    border: rgba(255, 255, 255, 0.5) 2px solid;
    letter-spacing: 3px;
    width: 100%;
    font-weight: 400;
    height: 40px;
    font-family: raleway, sans-serif;
    min-height: 42px;
    color: #707070;
    /* position: absolute; */
    transition: all 1s;
    font-size: 16px;
    transition: 1s;
    padding: 12px 14px;
    padding: 12px 14px;
    margin: 5px 0px;
}

.contact-input:hover {
    background-color: var(--red);
    color: rgba(255, 255, 255, 0.747);

}

.contact-input:focus {
    background-color: var(--red);
    color: white;
}

.description-intro h2 {
    font-size: 52px;
    height: fit-content;
    width: fit-content;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 10px;
    color: rgba(255, 0, 0, 0.7);
    border: none;
    transition: color .5s;
    font-family: 'Dubiel';
    cursor: pointer;
    /* letter-spacing: 3px; */
}

.description-intro h2:hover {
    color: red;
}

.slides h3 {
    text-transform: none;
    padding: 0px 35px;
    font-size: xx-large;
    font-weight: 500;

}

.submit-button-2 {
    font-weight: 600;
    font-size: x-large;
}

.contact-bg {
    background-image: url(../img/contactImage.webp);
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px 0px;
}

.contact-bg-2 {
    background-image: url(../img/contactImg2.webp);
    filter: brightness(0.8);
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

    margin: 5px 0px;
}

.text-white {
    color: white !important;
}

.px-2 {
    padding: initial 10px;
}

.contact-form {
    width: 100%;
    padding: 30px 0px;
    margin: 25px 0px;

}

.contact-input-message {
    height: 150px;
}

.content-contact {
    float: none;
    margin: auto;
}

.contact-heading {
    font-size: large;
    margin-bottom: 10px;
    margin-top: -20px;
}

@media (min-width: 720px) {
    .contact-heading {
        margin-top: -160px;
    }
}



.contact-sub-heading {
    font-size: 20px;
    font-weight: 700;
    color: #afafaf;
    margin-bottom: 10px;
    color: #ebebeb;
    line-height: 1.2;
}

.mt-120 {
    margin-top: 180px;
}

.contact-p {
    color: white !important;
}

.about-bg-img {
    background-image: url(../img/about.webp);
    padding: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    filter: brightness(0.8);

}

@media (min-width: 1200px) {
    .contact-heading {
        margin-top: 120px;

    }
}

@media (min-width: 720px) {
    .services .main {
        width: 70%;
        margin-right: auto;
    }

    .about-bg-img {
        padding: 35px 120px;
    }
}

.about-bg-img div {
    padding: 20px 10px;
    /* padding-left: 22rem; */
    margin-top: 18rem;

}

@media only screen and (max-width:1200px) {
    .about-bg-img div {
        padding: 20px;
        padding-bottom: 93px;
        margin-top: 247px;
    }

    .about-bg-img {
        background-image: url(../img/about_img_.webp);
        padding: 15px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top;
        filter: brightness(0.8);
        background-attachment: fixed;
        /* -webkit-background-size: 100vw 100vh;
        -moz-background-size: 100vw 100vh;
        -ms-background-size: 100vw 100vh;
        -o-background-size: 100vw 100vh; */
    }
}

.about-bg-img p {
    color: white;
    padding: 10px 0px;

}

.about-bg-img h2 {
    padding: 0;
    margin-top: 20px;
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: none;
}

.about-bg-img h3 {
    padding: 0;
    color: white;
    font-size: large;
    letter-spacing: 1px;
    line-height: normal;
    margin-top: 20px;
    font-weight: bold;
}

.about-bg-img h5 {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    color: white;

}

.starting-content {
    color: red;
}


.starting-content+p::first-letter {
    font-size: 356%;
    color: white;
    float: left;
    line-height: 1;
    margin-right: 5px;
    /* font-family: 'Dubiel'; */
}


.about h1 {
    color: #898989;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 0px 12px;

}

.about-head+p::first-letter {
    font-size: 300%;
    line-height: 1;
    margin: auto 5px auto auto;
    /* font-family: 'Dubiel'; */
    float: left;


}

.color-red {
    color: #CC2029;
}

.about {
    padding-top: 60px;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    scroll-behavior: smooth;
}

.space {
    height: 0.5rem;
}

.heading {
    color: #cbcbcb;

    padding-right: 1rem;
}

.horizontal-line {
    margin: 1rem 0;
    border-bottom: 2px solid white;
}

br {
    display: block;
    margin-bottom: 0.2rem;
}

.header9 {
    display: flex;
}

.row-services {
    display: flex;
    height: auto;
}

.header9 p {
    margin-top: 0;
    text-align: center;
    color: #cbcbcb;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.header9 article {
    font-size: 14px;
    font-weight: 400;
    padding-left: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;

}

.header9 div {
    text-align: center;
    font-size: 20px;
    color: rgba(31, 29, 29, 0.729);
    margin-bottom: 1rem;
}

.p1 {
    text-align: center;
    font-size: 20px;
    color: white;
}

.heading1 {
    text-align: center;
    font-size: 20px;
    color: white;
}

.head1 {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.head1 img {
    display: block;
    max-width: 17rem;
}

.head3 {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.head3 img {
    height: 3rem;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 50px;
    height: auto;
    color: white;
    font-weight: 500;
    line-height: 1.5;
    background-color: rgb(201, 201, 201);
    margin-bottom: -16px;
}

.row-services {
    height: auto;
}

/* Clear floats after the columns */
.row-services:after {
    content: "";
    display: table;
    clear: both;
    text-align: left;
}

.head1 {
    text-align: center;
    color: black;
    size: 100px;
}

.head2 {
    text-align: center;
    color: black;
    size: 25px;
    font-size: 18px;
}

.para1,
.para2 {
    text-align: justify;
    color: black;
    font-size: 14px;
    height: auto;
    line-height: 1.2;
    font-weight: 400;
}

.para2 {
    color: #ffffff;
}


.head4 {
    text-align: center;
    color: black;
    size: 25px;
    font-size: 18px;
}

.custom-button-3 {
    border: white 2px solid;
    background-color: transparent;
    color: #ffffff;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 11px 2px;
    cursor: pointer;
    transition: all 1s;

}

.custom-button-2 a {
    color: black;
}

.custom-button-2:hover {
    background-color: #CC2029;
    color: white;
    border-color: #CC2029;
}

.custom-button-2:hover a {
    color: white;
}

.custom-button-3:hover {
    background-color: black;
    color: white;
    border-color: black;
}


.head5 {
    text-align: center;
    color: black;
    font-size: 15px;
    margin: 2rem 0;
}

.head5 strong {
    font-size: 18px;
}

.header9 img {
    display: block;
    width: 4rem;
    height: 4rem;
}

.images img {
    width: 30%;
    padding: 0 40px 26px 40px;
}

@media only screen and (max-width:1200px) {
    .images img {
        padding: 0 3px 10px 3px;

    }
}

.images {
    margin: auto;
    width: 80vw;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 56rem;
}

@media only screen and (max-width:960px) {

    .header9 {
        font-size: 14px;
        text-align: justify;
    }

    .heading {
        font-size: 0.8rem;
    }

    .header9 img {
        width: 2.5rem;
        height: 2.5rem;
    }

    /* .header9 p {
        font-size: 1rem;
    } */

    .custom-button-2 {
        font-size: 8px;
    }

    .column {
        width: 100%;
        padding: 0.5rem;
        margin-top: 10px;
    }

    .row-services {
        display: flex;
        flex-direction: column;
    }



    .images {
        margin: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0.2rem;
        justify-content: center;
    }
}

:root {
    --cyan: hsl(179, 62%, 40%);
    --lightcyan: hsl(179, 62%, 50%);
    --yellow: hsl(71, 73%, 54%);
    --lightgray: hsl(204, 43%, 93%);
    --grayblue: hsl(218, 22%, 67%);
    --paddingx: 1.875rem;
    /* 30px */
    --paddingy: 1.5rem;
    /* 24px */
    --red: #CC2029;
    --button_radius: 0.75em;
    --button_color: #ffffff;
}

.header {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: gray;
}

.header sup {
    font-size: 0.6rem;
}

.space {
    height: 0.5rem;
}

.donate-btn {
    margin-top: 1rem;
}






/* width: 90rem;  */
.section {
    /* 8px*/
    overflow: hidden;
    max-width: 40rem;
    margin: auto;
    text-align: justify;
}

.horizontal-line {
    margin: 1rem 0;
    border-bottom: 2px solid white;
}

/* Desktop media query */
@media only screen and (min-width:960px) {
    html {
        font-size: 16px;
    }

    /* 960px*/
    .section {
        max-width: 1120px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    .community {
        grid-column: 1 / 3;
    }

    .vertical-line {
        height: 75%;
        width: 0.5rem;
        background: white;
        margin: auto;
    }

    .information-1,
    .information-2 {
        padding: 1rem 4rem;
    }
}

/* .section > * {
    padding: var(--paddingx) var(--paddingy);
  } */

/* Community */
.community {
    background: rgb(201 201 201);
    color: white;
    padding: 2rem;
}

.community .subtitle {
    font-size: 1rem;
    /* color: var(--yellow); */
    /* font-weight: bold; */
}

.community p {
    color: black;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.3rem;
}

.community p span {
    font-weight: 600;
}

.header-information {
    display: flex;
}

.header-information,
.why {
    background: var(--red);
    color: #ffffff;
}

.information-1,
.information-2 {
    padding: 1rem;
    line-height: 1;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    padding-top: 2.5rem;
}

.information-1 h4,
.information-2 h4 {
    font-weight: 600;
    color: white;
    font-size: 19px;
}

.custom-button-2 {
    border: 1px solid black;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 11px 2px;
    cursor: pointer;
    font-weight: 600;
    padding: 5px 15px;
    transition: all 1s;
}

.header-information p {
    font-size: 14px;
    color: white;
    padding-left: 0;
    padding-top: 10px;

}

.information-2 {
    background: var(--red);
    color: #ffffff;
}

.information-2 p {
    color: white;
    padding: 0px;
    padding-top: 10px;
    font-size: 14px;
}

.information-2 span {
    font-weight: 600;
}

.information-2 article {
    text-align: center;
    margin: 1rem;
}

.section-6 {
    padding: 1rem;
}

.section-6 h4 {
    font-size: 15px;
    font-weight: 600;
    color: black !important;
    text-align: left;
    margin-left: 0;
    text-align: left;

}

.section-6 p {
    font-size: 15px;
    padding: 0;
    font-weight: 700;
    color: black;
}

.date {
    font-size: 0.8rem;
    color: #808080;
    /* gray*/
    margin-bottom: 0.5rem;
}

.header-6 {
    margin-bottom: 1.5rem;

}

.header-6 h3 {
    font-size: 13px;
    font-weight: 700;
}

.header-6 h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ff0000;
}

.margin {
    margin: 1rem;
    margin-bottom: 0;
}

.gray {
    color: #808080;
    /* gray*/
}

header h3 {
    text-align: center;
    color: #cbcbcb;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;

}

article {
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

#foundation,
#terms {
    display: none;
}

.d-block {
    display: block;
}


.bg-gray {
    background-color: rgba(102, 102, 102, 0.08);
    padding-bottom: 90px;
}


.foundtion-donate-button {
    margin-right: auto;
    font-size: 14px;
    margin-top: 20px;
    width: 140px;
    margin-bottom: 25px;
}

.mylogopages {
    position: absolute;
    background-image: url(../img/Logo.webp);
    height: 60px;
    width: 60px;
    z-index: 10;
    top: 2vw;
    left: 2vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

}



.iconimage {
    background-image: url(../img/logo-white.png);
    height: 60px;
    width: 60px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto;
}

.bg-red {
    background-color: #CC2029;
}

.menu-text {
    color: #CC2029;
    position: absolute;
    bottom: -7px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 800;

}

.bg-my-red {
    background-color: black;
    margin-bottom: 30px;
}

.my-overlay-section {
    max-width: 100%;
    margin-right: 34px;
    margin-left: 0px;
}

.donate-section {
    margin-bottom: -15px;
}

.text-allign-none {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-none {
    text-transform: none !important;
}

.text-justify {
    text-align: justify;
}



.contact-form-submit-text {
    padding-left: 0px !important;
    color: white !important;
    font-size: 20px !important;
}

.custom-button-3 a {
    color: white;
}


.contact-logo {
    background-image: url(../img/Logo.webp);
    background-size: 100% 100%;
    height: 100px;
    width: 100px;
    margin: 50px auto 10px auto;
}

.contact-text-scan {
    font-size: 40px;
    font-family: 'Dubiel' !important;
    color: #cc2029;
    transition: all 1s;
}

.contact-text-scan:hover {
    color: #cc2029;
}

@media (max-width:960px) {
    .my-overlay-section {
        margin-right: 0px;
    }

    .bg-my-red {
        background-color: transparent;
    }

    .heading {
        color: black;
        text-align: left;
    }

    .header9 p {
        color: #767676;
    }

    header h3 {
        text-align: center;
        color: #767676;
        font-size: 18px;
        letter-spacing: normal;
        text-transform: none;
        padding: 0px 43px;
    }

    .text-justify {
        text-align: left;
    }

    .description-intro h2 {
        color: #CC2029;
        display: block;
        visibility: visible;
        margin-top: 65px;
        margin-bottom: 122px;
        font-size: 27px;
        font-family: 'Dubiel';

    }
}

#terms-page {
    display: none;
}

.slide1,
.slide3 {
    background-size: 100% 100%;
}

@media (max-width:1200px) {
    .section-custom {
        margin: 35px auto;
    }

    .section-margin-top {
        margin-top: 110px;
    }

    .slide1,
    .slide2,
    .slide3,
    .slide4 {
        background-size: cover;
    }

    .slide2,
    .slide4 {
        background-image: url(../img/RectImg.webp);
        background-position: top;
    }

    .slide1,
    .slide3 {
        background-size: cover;
        background-image: url(../img/homepage.webp);
    }

    .slides h3 {
        font-size: 30px;
    }

    .contact-bg-2,
    .contact-bg {
        background-image: url(../img/homepage3.webp);
        background-size: 100vw 100vh;
        background-attachment: fixed;
        background-position: top;
        -webkit-background-size: 100vw 100vh;
        -moz-background-size: 100vw 100vh;
        -ms-background-size: 100vw 100vh;
        -o-background-size: 100vw 100vh;
    }

    /* .content-contact{
        height: 100vh;
    } */
    .contact-bg-2 {
        background-image: url(../img/RectImg2.webp);
    }

    @supports (-webkit-touch-callout: none) {

        .contact-bg-2,
        .contact-bg {
            background-size: cover;
            background-position: center top;
        }

        .about-bg-img {
            background-image: none;
            background-color: #CC2029;
        }

    }

    #terms-page {
        display: inline-block;
    }

    #menu-mobile ul {
        padding-left: 20px;
    }

    #menu-mobile ul li {
        margin: 5px;
        margin-bottom: 0px;
    }
}




@media (min-width:768px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 85%;
    }

    .sections {
        /* margin: 0 auto 200px auto; */
        padding: 0 50px 0 50px;
    }

    /* .container {
        width: 100%;
    } */
}

.w-full {
    width: 100% !important;
}

.w-1-2 {
    width: 45% !important;
}

.line-height-min {
    line-height: 1.2;
}

.pl-0 {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.about-text {
    line-height: 1.2;
}

.borders {
    display: none;
}



.submit-button-2::before {
    background-color: var(--red);
}

.mt-80 {
    margin-top: 80px;
}

@media (max-width: 1200px) {
    .mt-80 {
        margin-top: 0;
    }

    .mt-120 {
        margin-top: 0;
    }
}



td {
    min-width: 140px;
    font-size: 14px;
    color: black;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
}


.table-white td {
    color: white;
}

.contact-backdrop-filter {
    backdrop-filter: brightness(0.6);
}


@media (max-width: 600px) {
    .qoute-brake {
        display: none;
    }
}

@keyframes gradient-move {
    to {
        background-position: 200% center;
    }
}

.linear {
    background: linear-gradient(to right, #E31D21 20%, #ff171f 40%, #ff121a 50%, #e90004 55%, #ac0006 60%, #E31D21 80%);
    background-clip: text;
    background-size: 200% auto;
    color: #E31D21;
    text-align: center;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-move 5s linear infinite;
}