/*!
Theme Name: nt-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nt-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nt-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
span.woo-selected-variation-item-name {
    display: none !important;
}
.about-hero__inner {
    position: relative;
    min-height: 55rem;
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 32, 52, 0.2);
}
.about-hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.about-hero__title {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.25rem;
    margin-top: 3rem;
}
.about-hero__desc {
    max-width: 50rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #ffffff;
}
section.support-cards {
    margin-top: -2.5rem;
}
.support-cards__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
}
.support-card {
    position: relative;
    background-color: rgb(241 219 221);
    border-radius: 1.25rem;
    padding: 2.5rem;
    min-height: 8rem;
    border: 1px solid rgb(255 255 255);
}
p.support-card__title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    max-width: 90%;
}
p.support-card__desc {
    font-size: 1rem;
    margin-top: 2.5rem;
}
.support-card__icon {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    max-width: 3rem;
}
.support-card:nth-child(2) {
    transform: translateY(-6rem);
}
.main-contact-section {
    margin-top: 10rem;
}
.contact-section__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.contact-media {
    background-color: #79b7b2;
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-media img {
    max-width: 100%;
    height: auto;
}
.main-contact-section .contact-content h2 {
    margin-bottom: 1rem;
}
.contact-desc {
    font-weight: 500;
    font-size: 1rem;
}
.contact-content p {
    line-height: 1.3;
    color: rgba(27, 42, 65, 1);
}
.contact-form {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
}
.contact-form input, .contact-form textarea {
    font-size: 1rem;
    padding: 0 1.25rem;
    border-radius: 10px;
    border: 1px solid rgba(27, 42, 65, 1);
    outline: none;
    height: 3.75rem;
    background-color: transparent;
    margin-bottom: 1.5rem;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6.875rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 3.125rem;
    background: rgba(180, 72, 0, 1);
    border: 0.0625rem solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.03125rem;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}
.main-contact-section button.btn {
    margin-top: 2.5rem;
}
.contact-form textarea {
    min-height: 18.75rem;
    resize: vertical;
    padding: 1.25rem;
}
.main-contact-section + section.sologan {
    padding: 12rem 0;
}
section.sologan h2 {
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
    max-width: 95rem;
    margin: 0 auto;
}
section.about-purpose {
    padding: 7.7rem 0 14rem;
}
h2.about-purpose__title {
    display: inline-flex;
    flex-direction: column;
}
h2.about-purpose__title strong {
    font-family: var(--text-font);
    font-weight: 700;
    display: block;
    margin-left: 65%;
    white-space: nowrap;
}
.about-purpose__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 7rem;
    gap: 12rem;
}
.about-purpose__media {
    position: relative;
}
span.about-purpose__circle {
    position: absolute;
    top: 4rem;
    left: 8rem;
    width: 100%;
    height: 100%;
    z-index: -1;
    text-align: center;
}
span.about-purpose__circle img {
    max-width: 41.625rem;
}
.about-purpose__media > img {
    width: calc(100% + 15rem);
    margin-left: -4rem;
    margin-top: -7rem;
}
.fs-32 {
    font-size: 2rem;
    line-height: 1.3;
}
section.quote-author p {
    font-size: 3rem;
    line-height: 1.2;
}
section.img-w-text {
    padding-top: 14rem;
}
.img-w-text .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.img-w-text .text-inner h2 {
    max-width: 41rem;
    margin-bottom: 3rem;
}
section.img-w-text .image-inner img {
    width: 100%;
}
section.sologan {
    padding: 6rem 0;
}
section.sologan h2 {
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
    max-width: 95rem;
    margin: 0 auto;
}section.quote-author > .container {
    background-color: rgb(241 219 221);
    color: #000000;
    text-align: center;
    padding: 6rem;
    border-radius: 2.5rem;
}p.about-purpose__desc.fs-32 {
    font-weight: 300;
}
.wc-block-components-text-input.wc-block-components-address-form__postcode {
    display: none;
}
.woocommerce-checkout span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: none;
}
@media screen and (max-width: 1200px) {
    .about-hero__inner {
        min-height: 40rem;
    }
        .about-hero__title {
        font-size: 4rem;
    }
        .about-purpose__inner {
        grid-template-columns: 1fr;
        gap: 5rem;
        margin-top: 5rem;
    }
    span.about-purpose__circle {
        left: 50%;
        transform: translateX(-50%);
        top: -2rem;
    }
        .about-purpose__media > img {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .img-w-text .inner {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    .support-cards__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
        .support-card:nth-child(2) {
        transform: translateY(0);
    }
        .contact-section__inner {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}
@media screen and (max-width: 768px) {
    .about-hero__desc {
        font-size: 1.4rem;
        padding: 0 2rem;
    }
        section.about-purpose {
        padding: 5rem 0;
    }
        h2.about-purpose__title {
        display: block;
        text-align: center;
    }
        h2.about-purpose__title strong {
        margin-left: 0;
        display: inline;
        white-space: normal;
    }
        section.quote-author p {
        font-size: 2rem;
    }
    section.img-w-text {
        padding-top: 5rem;
    }    .support-card__icon {
        top: 1.5rem;
        right: 1.5rem;
        max-width: 2.5rem;
    }    .support-card__icon img {
        width: 100%;
        height: 100%;
    }
        section.sologan h2 {
        font-size: 2.8rem;
    }
    .support-cards__inner {
        grid-template-columns: 1fr;
    }
        p.support-card__title {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 414px) {
        .support-card {
        padding: 2rem;
    }
        section.sologan h2 {
        font-size: 2.2rem;
        line-height: 1.4;
    }
        .fs-32 {
        font-size: 1.6rem;
    }
    .about-hero__inner {
        min-height: 35rem;
    }
        p.support-card__title {
        font-size: 2rem;
    }
        p.support-card__desc {
        margin-top: 1.5rem;
        font-size: 1.3rem;
    }
        .about-hero__title {
        font-size: 3rem;
    }
        h2.about-purpose__title {
        font-size: 2.4rem;
        text-align: center;
        display: block;
    }
        span.about-purpose__circle img {
        max-width: 100%;
    }
    .img-w-text .text-inner p {
        font-size: 1.5rem;
    }
        h1, h2 {
        font-size: 2.8rem !important;
    }
        .image-inner img {
        width: 100%;
        border-radius: 1.5rem;
    }
        .support-card__icon {
        top: 1.5rem;
        right: 1.5rem;
        max-width: 2.5rem;
    }
}