:root {
    --regular-text: rgba(47, 71, 114, 1);
}

/*
RESET CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul, li {
    list-style: none;
}

a,
a *,
a > *,
a:before,
a:after {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a:hover {
    text-decoration: none;
    text-underline: none;
}

a {
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Onest", sans-serif;
    margin-bottom: 24px;
}


h1 {
    font-size: 90px;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: -4px;
}

h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -2px;
}

h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2px;
}

h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2px;
}

h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1px;
}

body {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(29, 31, 59, 1);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
}

footer {
    margin-top: auto;
}

.show-lg {
    display: block;
}

section {
    width: 100%;
}

.slick-list {
    padding: 0 150px 0 0 !important;
}

/* Hero section */

.hero-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-block: 275px;
}

.hero-section:before, .hero-section:after {
    content: '';
    position: absolute;
    width: 129px;
    height: 94px;
    background-image: url("/wp-content/uploads/2025/08/dots-pattern.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-section:before {
    bottom: 68px;
    left: 30px;
}

.hero-section:after {
    top: 30px;
    right: 30px;
}

.hero-section h1, .hero-section p {
    color: rgba(217, 246, 251, 1);
}

.hero-info {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}

.main-button {
    border-radius: 55px;
    background-color: rgba(251, 134, 112, 1);
    background-image: linear-gradient(
            270deg,
            rgba(251, 134, 112, 1),
            rgba(255, 189, 177, 1) 100%
    );
    width: 320px;
    max-width: 100%;
    margin-inline: auto;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(29, 31, 59, 1);
    text-transform: uppercase;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.main-button:hover {
    background-image: none;
    background-color: rgba(251, 134, 112, 1);
    color: rgba(29, 31, 59, 1);
}

.outline-button, .default-content a.outline-button {
    width: 320px;
    max-width: 100%;
    margin-inline: auto;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(29, 31, 59, 1);
    text-transform: uppercase;
    border: 2px solid rgba(251, 134, 112, 1);
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    justify-content: center;
    text-decoration: none;
}

.homepage-button {
    margin-top: 75px;
}

.homepage-button span {
    -webkit-mask: url('/wp-content/uploads/2025/09/homepage-icon.svg');
    width: 21px;
    height: 19px;
    background-color: rgba(29, 31, 59, 1);
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    margin-right: 10px;
}

.default-content a.outline-button:hover, .outline-button:hover {
    background-color: rgba(251, 134, 112, 1);
    color: #ffffff;
}

.default-content a.outline-button:hover span {
    background-color: #ffffff;
}

.hero-line {
    background-image: url("/wp-content/uploads/2025/08/curving-line-header.svg");
    background-size: cover;
    width: 100%;
    height: 38px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.support-column {
    padding-left: 60px;
}

@media(min-width: 1200px) {
    .hero-container {
        width: 1300px;
        max-width: 100%;
        position: relative;
    }
}
/* Hero section */

/* Gallery section */

.gallery-section {
    overflow: hidden;
}

.gallery-image {
    height: 370px;
    padding-right: 12px;
    border-radius: 10px;
    display: block;
}

.gallery-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-text {
    padding: 80px 0 0;
}

.gallery-text p {
    padding-left: 80px;
    width: 1080px;
    max-width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
}

.gallery-text p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translatex(-50%);
    width: 8px;
    height: 100%;
    border-radius: 55px;
    background-color: rgba(251, 134, 112, 1) ;
}

.arrows {
    display: flex;
    align-items: center;
    column-gap: 7px;
    justify-content: flex-end;
    padding: 32px 60px 32px 0;
}

.gallery-container {
    padding-right: 0;
}

.slider-arrow {
    border: 1px solid rgba(251, 134, 112, 0.2);
    border-radius: 55px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.arrow {
    -webkit-mask: url('/wp-content/uploads/2025/08/arrow-hunger-promotion.svg');
    width: 20px;
    height: 14px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    background-color: rgba(251, 134, 112, 1);
    transition: 0.3s ease;
}

.slider-arrow:hover {
    background: rgba(251, 134, 112, 1);
}

.slider-arrow:hover .arrow {
    background-color: #ffffff;
}

.left-arrow {
    rotate: 180deg;
}


.show-mobile {
    display: none;
}

/* Gallery section ends */

/* Mike section */

.mike-section {
    padding-block: 120px;
}

.mike-container {
    padding: 20px;
    border: 2px solid rgba(29, 31, 59, 0.1);
    border-radius: 20px;
}

.mike-container h2 {
    color: rgba(29, 31, 59, 1);
}

.mike-container p {
    color: rgba(29, 31, 59, 1);
    margin-top: 40px;
}

.mike-container p strong {
    font-weight: 700;
}

.mike-image {
    height: 100%;
}

.mike-container img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.mike-message {
    padding: 60px;
}

/* Mike section ends */

.large-container {
    width: 1670px;
    max-width: calc(100% - 60px);
    margin-inline: auto;
}

/* Mission section */

.mission-section h2 {
    position: relative;
    text-align: center;
    padding-top: 32px;
}

.mission-bottom-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: rgb(29, 31, 59);
}


.mission-section h2:before {
    content: '';
    position: absolute;
    width: 55px;
    height: 5px;
    border-radius: 55px;
    background: rgba(251, 134, 112, 1);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mission-row {
    justify-content: center;
    margin: 0 0 90px;
    padding-top: 36px;
    row-gap: 20px;
}

.mission-wrapper {
    text-align: center;
    border-radius: 20px;
    background:  rgba(29, 31, 59, 1);
    padding: 60px;
    color: #ffffff;
    height: 100%;
}

.mission-icon {
    width: 200px;
    height: 200px;
    border-radius: 555px;
    background: linear-gradient(180.00deg, rgba(251, 134, 112, 0.1),rgba(251, 134, 112, 0) 100%);
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto 40px;
}

.mission-wrapper p {
    color: rgba(217, 246, 251, 1);
}

.mission-row .col-lg-3 {
    padding-inline: 10px;
}

.press-release-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
    row-gap: 30px;
}

.press-release-buttons a {
    margin: unset;
    width: auto;
    padding-inline: 30px;
}

/* Support section starts */

.default-footer {
    background-image: url("/wp-content/uploads/2025/08/Footer-desktop.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.default-footer .footer-menu {
    padding-block: 50px;
}

.default-footer ul {
    display: flex;
    align-items: center;
}

.default-footer ul li, .default-footer ul li a, .default-footer span, .default-footer p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.hero-section.default-hero {
    background-image: url("/wp-content/uploads/2025/08/Footer-desktop.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-block: 170px;
}

.default-hero:before {
    display: none;
}

.default-content p, .default-content ul, .default-content ol {
    margin-bottom: 25px;
}

.default-content strong {
    font-weight: 600;
}

.default-content {
    padding: 40px 0 80px;
}

.default-content li {
    list-style: disc;
    font-size: 18px;
    line-height: 28px;
}

.default-content ul, .default-content ol {
    padding-left: 40px;
}

.default-content li::marker {
    color: rgba(251, 134, 112, 1);
}

.default-content a {
    color: rgba(251, 134, 112, 1);
    text-decoration: underline;
}

.support-section {
    background-image: url("/wp-content/uploads/2025/08/Footer-desktop.webp");
    background-size: cover;
    background-position: center center;
    padding: 120px 0 0;
    color: rgba(217, 246, 251, 1);
    margin-top: 90px;
    position: relative;
}

.support-section:before {
    content: '';
    position: absolute;
    width: 129px;
    height: 94px;
    top: 40px;
    right: 30px;
    background-image: url("/wp-content/uploads/2025/08/dots-pattern.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

}


.support-section ul {
    list-style: none;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.support-section ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
}

.support-section ul li p {
    width: calc(100% - 50px);
}

.support-section h2 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2px;
}

.support-section .row {
    align-items: center;
}

.support-section .facebook-wrapper {
    border: 2px solid rgba(217, 246, 251, 0.2);
    border-radius: 20px;
    padding-block: 20px;
}

.support-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/uploads/2025/08/curving-line-footer.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 657px;
    height: 25px;
}

/* Support section ends */

/* Footer */

.footer-menu {
    display: flex;
    align-items: center;
    column-gap: 50px;
    padding-block: 50px;
    justify-content: center;
}

.footer-menu ul {
    flex-direction: row;
    margin: 0;
    column-gap: 50px;
}

.footer-menu a, .footer-menu span, .footer-menu p, .footer-menu p a {
    color: rgba(217, 246, 251, .3);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    align-items: center;
}

#social-menu i {
    font-size: 25px;
}

.footer-menu p a {
    opacity: 1;
}

.footer-menu a:hover, .footer-menu span:hover, .footer-menu p a:hover {
    color: rgba(217, 246, 251, 1);
}

/* Footer */


.default-section {
    padding-block: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url("/wp-content/uploads/2025/08/Footer-desktop.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



@media(max-width: 1600px) {
    .hero-line {
        background-size: 90% 100%;
        width: 100%;
        height: 38px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -17px;
    }
}


@media(max-width: 1500px) {
    .mission-wrapper {
        padding: 30px;
    }

    .mission-icon {
        padding: 30px;
        width: 120px;
        height: 120px;
    }

    .support-section {
        padding-top: 150px;
    }
}

/* Mission section ends */

@media(max-width: 1200px) {
    .mike-message {
        padding: 30px;
    }

    .large-container {
        max-width: calc(100% - 30px);
    }

    .support-column {
        padding-left: 30px;
    }
}

@media(max-width: 991px) {

    .show-lg {
        display: none;
    }

    .show-mobile {
        display: flex;
    }

    .hero-section {
        padding: 250px 0;
    }

    .hero-info {
        row-gap: 40px;
    }

    .hero-section:after {
        top: 12px;
        right: 12px;
    }

    .hero-section:before {
        bottom: 25px;
        left: 12px;
    }

    .hero-section h1 {
        margin-bottom: 20px;
    }

    h1 {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1px;
    }


    .gallery-text p {
        padding: 0;
        text-align: center;
    }

    .gallery-text p:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translatex(-50%);
        width: 50px;
        height: 4px;
    }

    .gallery-text {
        padding: 60px 0;
    }

    .arrows {
        justify-content: center;
        padding: 20px 15px;
        column-gap: 10px;
    }

    .slider-arrow {
        width: 50%;
    }

    .mike-message {
        padding: 20px 0 0;
    }

    .mike-image {
        height: 450px;
    }

    .mike-container img {
        width: 100%;
    }

    .mike-container p {
        margin-top: 20px;
    }

    .mike-container h2 {
        text-align: center;
    }

    .mike-container {
        max-width: calc(100% - 30px);
        margin-inline: auto;
    }


    .mike-section {
        padding-block: 20px;
    }

    .support-column {
        padding-left: 0;
    }

    .facebook-plugin-column {
        text-align: center;
    }

    .arrows {
        padding-bottom: 0;
    }

    .mission-wrapper {
        padding: 40px;
    }

    .mission-icon {
        width: 200px;
        height: 200px;
        padding: unset;
    }

    .mission-section h2 {
        padding-top: 20px;
    }

    .mission-section {
        padding: 20px 0 50px;
    }

    .mission-section h2 {
        margin-bottom: 0;
    }

    .mission-row {
        padding-top: 20px;
    }

    .mission-row .col-lg-3 {
        padding-inline: 15px;
    }

    .large-container {
        max-width: 100%;
    }

    .mission-wrapper p {
        width: 290px;
        max-width: 100%;
        margin-inline: auto;
    }

    .mission-row {
        margin-bottom: 50px;
    }

    .mission-bottom-text {
        padding-inline: 15px;
        font-size: 20px;
        line-height: 28px;
    }

    .support-section {
        margin-top: 0;
        background-image: url("/wp-content/uploads/2025/08/Footer-mobile.png");
        padding-top: 20px;
    }

    h2, .support-section h2 {
        font-size: 34px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: -1px;
    }

    .support-section:before {
        display: none;
    }

    .support-head {
        text-align: center;
    }

    .support-list li {
        flex-direction: row-reverse;
        border-top: 1px solid rgba(255,255,255,.1);
        padding-block: 10px;
    }

    .support-section .support-list {
        row-gap: 0;
        margin: 40px 0;
    }

    .support-section .facebook-wrapper {
        border: none;
    }

    .footer-menu {
        flex-direction: column;
        row-gap: 10px;
        column-gap: 20px;
        padding: 20px 0 40px;
    }

    .footer-menu ul {
        column-gap: 20px;
    }
}

@media(max-width: 768px) {
    .hero-section {
        padding: 200px 0;
    }

    .hero-section.default-hero {
        padding-block: 100px;
    }

    .default-content {
        padding-bottom: 40px;
    }

    h1 {
        font-size: 30px;
        line-height: 37px;
    }

    .hero-section:before, .hero-section:after {
        width: 58px;
        height: 43px;
    }

    .slick-list {
        padding: 0 140px 0 0 !important;
    }

    .homepage-button {
        margin-top: 35px;
    }
}

@media(max-width: 575px) {
    .hero-section {
        padding: 125px 0;
    }

    .hero-section.default-hero {
        padding-block: 60px;
    }

    .default-content ul li, .default-content ol li {
        font-size: 16px;
        line-height: 30px;
    }

    .default-content ul, .default-content ol {
        padding-left: 30px;
    }

    .gallery-image {
        height: 150px;
    }

    .gallery-text p {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }

    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0;
    }

    h2 {
        font-size: 34px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: -1px;
    }

    .mike-image {
        height: 330px;
    }

    .hero-line {
        background-image: url("/wp-content/uploads/2025/08/hero-line.svg");
        width: 412px;
        max-width: 100%;
        height: 13px;
        background-size: 90% 100%;
        bottom: -5px;
    }

    .support-section:after {
        background-image: url("/wp-content/uploads/2025/08/footer-curve-line-mobile.svg");
        width: 100%;
        max-width: 100%;
        background-size: cover;
        height: 20px;
        top: -6px;
        display: none;
    }

}
