@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Barlow Condensed", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
/* font-family: "Corinthia", cursive; */

/* Goga fonts */
@font-face {
    font-family: 'Goga Test';
    src: url('../fonts/Goga-Light.woff2') format('woff2'),
        url('../fonts/Goga-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goga Test';
    src: url('../fonts/Goga-Medium.woff2') format('woff2'),
        url('../fonts/Goga-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goga Test';
    src: url('../fonts/Goga-Regular.woff2') format('woff2'),
        url('../fonts/Goga-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goga Test';
    src: url('../fonts/Goga-Semibold.woff2') format('woff2'),
        url('../fonts/Goga-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goga Test';
    src: url('../fonts/Goga-Thin.woff2') format('woff2'),
        url('../fonts/Goga-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goga Test';
    src: url('../fonts/Goga-Black.woff2') format('woff2'),
        url('../fonts/Goga-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goga Test';
    src: url('../fonts/Goga-Bold.woff2') format('woff2'),
        url('../fonts/Goga-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goga Test';
    src: url('../fonts/Goga-Extrabold.woff2') format('woff2'),
        url('../fonts/Goga-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goga Test';
    src: url('../fonts/Goga-Extralight.woff2') format('woff2'),
        url('../fonts/Goga-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goga Test Hairline';
    src: url('../fonts/Goga-Hairline.woff2') format('woff2'),
        url('../fonts/Goga-Hairline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

:root {
    --special-font: "Corinthia";
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Goga Test';
    font-weight: normal;
    color: #000000;
    background: #FFFFFF;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Barlow Condensed", sans-serif;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #0b5798;
}

:focus {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

iframe {
    max-width: 100%;
}

label {
    display: inline-block;
}

.select {
    position: relative;
}

.select::after {
    position: absolute;
    content: "";
    top: 4px;
    right: 0;
    width: 23px;
    height: 14px;
    background: url(../img/down-icon.svg) no-repeat center center;
}

select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: auto;
    background: #F5F4F1;
    border-bottom: 1px solid #545454;
    padding: 0 0 10px;
}

textarea {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #545454;
    padding: 0 0 12px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375em;
    color: #0A0321;
    border-radius: 0px;
    transition: 0.2s ease all;
    background: #F5F4F1;
    resize: none;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    border: none;
    outline: none;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #545454;
    padding: 0 0 12px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375em;
    color: #0A0321;
    border-radius: 0px;
    transition: 0.2s ease all;
    background: #F5F4F1;
}

input::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
}

textarea::placeholder,
input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375em;
    color: #0A0321;
    opacity: 1;
}

[type="submit"] {}

.btns {
    display: inline-block;
    font-size: 14px;
    line-height: 13px;
    font-weight: 500;
    font-family: 'Goga Test';
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 98px;
    transition: 0.3s;
    padding: 15.5px 24px;
}

.primary-btn {
    color: #FFFFFF;
    background: #007B4E;
}

.secondary-btn {
    background: #FFFFFF;
    color: #007B4E;
}

.light-bg {
    color: #007B4E;
    background: rgba(0, 123, 78, 0.1);
}

h1 {
    font-weight: 400;
    font-size: 32px;
    color: #fff;
}

h2 {
    font-size: 28px;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0A0321;
    margin: 0 0 15px;
}

h2 span {
    color: #FB7552;
}

p {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0 0 15px;
}

p:last-child,
p:last-of-type {
    margin: 0;
}

.container {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
    margin: 0 0 24px;
}

.bg-grey {
    background: #F5F4F1;
}

@media (min-width: 768px) {
    h2 {
        font-size: 42px;
        margin: 0 0 20px;
    }

    p {
        font-size: 17px;
    }

    .btns {
        font-size: 16px;
        padding: 17.5px 26px;
    }

    .secondary-btn {
        padding: 13px 30px;
    }

    .section-title {
        margin: 0 0 32px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 64px;
        margin: 0 0 16px;
    }

    p {
        font-size: 20px;
    }

    .btns {
        font-size: 18px;
        padding: 23px 32px;
    }

    .primary-btn:hover {
        background: #FFFFFF;
        border-color: #007B4E;
        color: #007B4E;
    }

    .secondary-btn:hover {
        background: #007B4E;
        color: #FFFFFF;
    }

    .light-bg:hover {
        color: #FFFFFF;
        background: rgba(0, 123, 78, 0.8);
    }

    .section-title {
        margin: 0 0 50px;
    }
}


/* header css start */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: transparent;
    transition: 0.4s;
    padding: 12px 0 0;
}

.header.sticky {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 123, 78, 0.5);
    padding: 10px 0;
}

.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    display: block;
    max-width: 65px;
}

.header-right {
    display: flex;
    align-items: center;
}

.menu-bar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99;
    height: 100%;
    width: 300px;
    background: #007B4E;
    opacity: 0;
    transition: 0.4s;
    padding: 30px 0 0 30px;
}

.menu-bar.show {
    left: 0;
    opacity: 1;
}

.menu-bar li {
    margin-bottom: 15px;
}

.menu-bar li a {
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}

.toggle-btn {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    row-gap: 7px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    padding: 0;
    margin-left: 15px;
}

.toggle-btn span:nth-child(2) {
    width: 16px;
}

.toggle-btn span {
    width: 100%;
    height: 2px;
    background: #292929;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}

.toggle-btn.active {
    row-gap: 0;
}

.toggle-btn.active span:first-child {
    transform: rotate(45deg) translate(1px, 1px);
}

.toggle-btn.active span:nth-child(2) {
    display: none;
}

.toggle-btn.active span:last-child {
    transform: rotate(-45deg) translate(1px, -1px);
}

.desktop-menu {
    display: none;
}

@media (min-width: 768px) {
    .logo a {
        max-width: 150px;
    }

    .menu-bar {
        width: 350px;
    }

    .menu-bar li a {
        font-size: 16px;
    }

    .toggle-btn {
        position: relative;
        z-index: 100;
        width: 42px;
        margin-left: 25px;
    }

    .toggle-btn span:nth-child(2) {
        width: 22px;
    }
}

@media (min-width: 1025px) {
    .header {
        padding: 24px 0 0;
    }

    .logo a {
        max-width: 80px;
    }

    .menu-bar {
        position: relative;
        left: unset;
        top: unset;
        width: auto;
        height: auto;
        background: transparent;
        display: flex;
        gap: 32px;
        opacity: 1;
        padding: 0;
    }

    .menu-bar li {
        margin-bottom: 0;
    }

    .menu-bar li a {
        color: #000000;
    }

    .menu-bar li a:hover,
    .menu-bar li.active a {
        color: #FB7552;
    }

    .desktop-menu {
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99;
        width: 0;
        height: 100%;
        overflow: hidden;
        background: #292929;
        transition: width 0.6s ease-in-out;
    }

    .desktop-menu.show {
        width: 100%;
    }

    .desktop-menu-list li:not(:last-child) {
        margin: 0 0 30px;
    }

    .desktop-menu-list li {
        overflow: hidden;
        line-height: 1;
    }

    .desktop-menu-list li a {
        display: inline-block;
        font-size: 48px;
        line-height: 1;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.04em;

        transform: translateY(100px);
        opacity: 0;

        transition: 0.75s ease;
    }

    .desktop-menu.links-show li a {
        transform: translateY(0);
        opacity: 1;
    }

    .desktop-menu.closing li a {
        transform: translateY(100px);
        opacity: 0;
    }

    .desktop-menu-list li a:hover,
    .desktop-menu-list li.active a {
        color: #FB7552;
    }

    .toggle-btn.active span {
        background: #FB7552;
    }
}

/* header css end */

/* banner start */
.banner {
    margin: 100px 0 50px 0;
}

.banner-wrapper {
    position: relative;
    padding: 210px 0 0;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.float-word {
    position: absolute;
    z-index: -1;
    font-size: 62px;
    line-height: 1em;
    letter-spacing: 0.02em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    background: linear-gradient(180deg, #F4EEE1 50.08%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.float-word.we {
    top: 12%;
    left: 0;
    font-size: 80px;
}

.float-word.for {
    top: 34%;
    right: -5%;
}

.float-word.world {
    bottom: 115px;
    right: 0;
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 1;
}

.banner-content h2 {
    font-size: 34px;
    text-transform: unset;
}

.banner-cont-text p {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .banner {
        margin: 92px 0 65px 0;
    }

    .banner-wrapper {
        max-width: 740px;
        margin: 0 auto;
        padding: 265px 0 0;
    }

    .banner-bg {
        max-width: 500px;
    }

    .float-word.we {
        top: 15%;
        left: 60px;
        font-size: 18.125vw;
    }

    .float-word.for {
        font-size: 14.375vw;
        top: 39%;
        right: 5%;
    }

    .float-word.world {
        font-size: 13.125vw;
        bottom: 60px;
    }

    .banner-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 40px;
        max-width: 682px;
        margin: 0 auto;
    }

    .banner-content h2 {
        font-size: 52px;
        width: 325px;
        text-align: right;
    }

    .banner-cont-text {
        width: calc(100% - 365px);
    }
}

@media (min-width: 1200px) {
    .banner {
        margin: 134px 0 100px 0;
    }

    .banner-wrapper {
        max-width: 1190px;
        margin: 0 35px 0 95px;
        padding: 392px 0 0;
    }

    .banner-bg {
        max-width: 715px;
        left: 156px;
        transform: translate(0);
    }

    .float-word.we {
        font-size: 290px;
        line-height: 203px;
        top: 80px;
        left: 0;
    }

    .float-word.for {
        font-size: 230px;
        line-height: 160px;
        top: 230px;
        right: 120px;
    }

    .float-word.world {
        font-size: 210px;
        line-height: 147px;
        bottom: 60px;
        right: 0;
    }

    .banner-content {
        gap: 65px;
        max-width: 870px;
    }

    .banner-content h2 {
        font-size: 64px;
        line-height: 70px;
        width: 400px;
    }

    .banner-cont-text {
        width: calc(100% - 465px);
    }

    .banner-cont-text p {
        margin: 0 0 20px;
    }
}


/* footer start */
.footer {
    position: relative;
    background: #222222;
    padding: 50px 0 0;
    margin: 50px 0 0;
}

.bg__pattern {
    display: none;
}

.ftr-logo {
    display: block;
    max-width: 90px;
}

.footer-top_inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    margin: 30px 0 0;
}

.cta-btns-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cta-btns-group a {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #222222;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    text-align: center;
    padding: 14px 20px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 17px;
    line-height: 1;
    color: #FFFFFF;
}

.footer-middle {
    margin: 30px 0;
}

.footer-middle .row {
    --bs-gutter-y: 1.5rem;
}

.footer-col h4 {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.footer-col p {
    font-weight: 300;
    color: #FFFFFF;
}

.footer-links.quick-links {
    column-count: 2;
}

.footer-links li {
    line-height: 1;
    margin: 0 0 16px;
}

.footer-links li:last-child {
    margin: 0;
}

.footer-links li a {
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.location-box {
    position: relative;
    border-block: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 48px 15px 0;
}

.location-box p {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
}

.location-box p i {
    font-size: 16px;
    margin-right: 6px;
}

#clickToTop {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #222222;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 14px;
    color: #FFFFFF;
}

.copyright {
    font-size: 14px;
    line-height: 1.375em;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .footer {
        padding: 60px 0 0;
        margin: 75px 0 0;
    }

    .bg__pattern {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .footer-top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .footer-top_inner {
        flex-direction: row;
        align-items: center;
        margin: 0;
    }

    .ftr-logo {
        max-width: 100px;
    }

    .footer-middle .row>div:nth-child(2) .footer-col {
        padding-left: 20px;
    }

    .footer-middle .row>div:last-child .footer-col {
        max-width: 270px;
        margin-left: auto;
    }

    .footer-col p {
        font-size: 16px;
    }

    .location-box {
        padding: 20px 55px 20px 0;
    }

    .location-box p {
        font-size: 16px;
    }

    .copyright {
        font-size: 16px;
        padding: 20px 0;
    }
}

@media (min-width: 1200px) {
    .footer {
        margin: 120px 0 0;
    }

    .ftr-logo {
        max-width: 120px;
    }

    .footer-top_inner {
        gap: 24px;
    }

    .cta-btns-group {
        gap: 24px;
    }

    .cta-btns-group a {
        font-size: 16px;
        min-width: 320px;
        padding: 16px 20px;
    }

    .cta-btns-group a:hover {
        background: rgba(255, 255, 255, 0.8);
        color: #222222;
        font-weight: 500;
    }

    .social-links a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .social-links a:hover {
        color: #222222;
        background: #FFFFFF;
    }

    .footer-middle {
        margin: 40px 0 45px 0;
    }

    .footer-col h4 {
        font-size: 32px;
        margin: 0 0 40px;
    }

    .footer-col p {
        font-size: 20px;
        max-width: 270px;
    }

    .footer-middle .row>div:nth-child(2) .footer-col {
        padding-left: 0;
    }

    .footer-links.quick-links {
        max-width: 388px;
    }

    .footer-links li {
        display: flex;
        align-items: center;
        gap: 6px;
        position: relative;
        margin: 0 0 24px;
    }

    .footer-links li a {
        font-size: 20px;
        min-width: fit-content;
    }

    .footer-links li::after {
        position: relative;
        display: inline-block;
        content: "";
        top: 0;
        right: 0;
        width: 0;
        flex-grow: 0;
        border: 0px solid #007B4E;
        transition: 0.3s linear;
    }

    .footer-links li:hover:after {
        flex-flow: 1;
        width: 100%;
        border-width: 1px;
    }

    .footer-links li:hover a {
        font-weight: 700;
        color: #007B4E;
    }

    .location-box {
        padding: 28px 55px 29px 0;
    }

    .location-box p {
        font-size: 20px;
    }

    .location-box p i {
        font-size: 24px;
        margin-right: 12px;
    }

    #clickToTop:hover {
        background: #FFFFFF;
        color: #007B4E;
    }
}


/* full width image slider */
.full-width-image-slider {
    position: relative;
}

.full-width-image-slider::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 62%;
    background: linear-gradient(180deg, rgba(6, 8, 24, 0) 0%, rgba(6, 8, 24, 0.9) 100%);
}

.js-full-image__slider {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.full-image-col {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    visibility: hidden;
}

.full-image-col.current {
    visibility: visible;
    z-index: 2;
}

.full-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ROLL UP */

.full-image-col.hide-up {
    visibility: visible;
    z-index: 4;
    animation: rollUp 1.5s cubic-bezier(.77, 0, .175, 1) forwards;
}

/* ROLL DOWN*/

.full-image-col.hide-down {
    visibility: visible;
    z-index: 4;
    animation: rollDown 1.5s cubic-bezier(.77, 0, .175, 1) forwards;
}

/* KEYFRAMES */

@keyframes rollUp {

    0% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(0 0 100% 0);
    }
}

@keyframes rollDown {

    0% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(100% 0 0 0);
    }
}

.title-thumb-wrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 0 25px;
}

.text-thumb-col {
    text-align: center;
    overflow: hidden;
    min-height: 21px;
}

.text-thumb-col:not(:last-child) {
    margin-bottom: 24px;
}

.text-thumb-col h2 {
    font-size: 30px;
    line-height: 0.7em;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
    transition: text-stroke 0.3s ease-in-out;
    margin: 0;
}

.text-thumb-col.current h2 {
    color: #FFFFFF;
    -webkit-text-stroke: unset;
}

.text-thumb-col p {
    color: #F7F6F4;
    opacity: 0;
    transition: 0.5s ease-in-out;
    margin-top: 12px;
    margin-bottom: -70px;
}

.text-thumb-col.current p {
    opacity: 1;
    margin-bottom: 0;
}

.cs-dots {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
}

.cs-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: 0.6s ease;
}

.cs-dots li.active {
    border-color: rgba(255, 255, 255, 0.4);
}

.cs-dots li button {
    border: none;
    outline: none;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: 0.6s ease;
    padding: 0;
}

.cs-dots li.active button {
    background: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
    .full-width-image-slider::before {
        height: 70%;
    }

    .js-full-image__slider {
        height: 600px;
    }

    .text-thumb-col {
        min-height: 32px;
    }

    .text-thumb-col:not(:last-child) {
        margin-bottom: 28px;
    }

    .text-thumb-col h2 {
        font-size: 42px;
    }

    .text-thumb-col p {
        line-height: 1;
    }

    .cs-dots li {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 1200px) {
    .js-full-image__slider {
        height: 800px;
    }

    .full-width-image-slider::before {
        height: 53%;
    }

    .title-thumb-wrap {
        bottom: 90px;
    }

    .text-thumb-col {
        min-height: 48px;
    }

    .text-thumb-col h2 {
        font-size: 60px;
        line-height: 46px;
    }

    .text-thumb-col p {
        margin-top: 15px;
    }
}


/* Arjun */

.stats {
    position: relative;
    padding: 50px 0;
}

.stats__top-content {
    max-width: 535px;
    margin: 0 auto 30px;
}

.stats__carda .row {
    row-gap: 20px;
}

.stats__card {
    background: #FFFFFF;
    box-shadow: 0 0 130px rgba(235, 230, 220, 0.8);
    border-radius: 16px;
    padding: 24px 24px;
    height: 100%;
}

.stats__card h4 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    color: #FB7552;
    margin: 0 0 15px;
}

.stats__card p {
    font-size: 16px;
}

.stats__card__icon {
    margin-bottom: 20px;
}

.count {
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0A0321;
    margin: 0 0 15px;
    font-family: "Barlow Condensed", sans-serif;
    display: block;
}

.counter-section span.count:after {
    content: "+";
    display: inline-block;
    color: #FB7552;
}

@media (min-width: 1200px) {
    .stats {
        padding: 75px 0;
    }
}

@media (min-width: 1200px) {

    .stats {
        padding: 120px 0;
    }

    .stats__top-content {
        margin-bottom: 50px;
    }

    .stats__card h4 {
        margin-bottom: 20px;
    }

    .stats__card__icon {
        margin-bottom: 30px;
    }

    .count {
        font-size: 50px;
        margin: 0 0 15px;
    }
}

.testimonials {
    position: relative;
}

.testimonials__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.testimonials__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials__wrap {
    position: relative;
    z-index: 2;
    padding: 50px 0;
    background: rgba(2, 58, 42, 0.5);
}

.testimonial {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 0 55px;
}

.quote-icon {
    margin-bottom: 20px;
}

.quote-icon img {
    display: block;
    margin: 0 auto;
    max-width: 50px;
}

.testimonial__author {
    display: block;
    margin-top: 25px;
    font-weight: 500;
    color: #fff;
}

.testimonials .slick-prev,
.testimonials .slick-next {
    background: transparent;
    width: 55px;
    height: 16px;
    border: none;
    border-radius: 0;
}

.testimonials .slick-prev::before,
.testimonials .slick-next::before {
    width: 30px;
    height: 15px;
    background: url(../img/prev-arrow-white.png) no-repeat 100% 100%;
    background-position: initial;
}

.testimonials .slick-next::before {
    background: url(../img/next-arrow-white.png) no-repeat 100% 100%;
}

@media (min-width: 768px) {
    .testimonials__wrap {
        padding: 100px 0;
    }

    .quote-icon {
        margin-bottom: 25px;
    }

    .quote-icon img {
        max-width: 100%;
    }

    .testimonial__author {
        margin-top: 50px;
    }
}


@media (min-width: 1200px) {
    .quote-icon {
        margin-bottom: 50px;
    }

    .testimonial p {
        font-size: 32px;
    }

    .testimonial__author {
        margin-top: 100px;
        font-size: 32px;
    }

    .testimonials .slick-prev::before,
    .testimonials .slick-next::before {
        width: 54px;
        height: 15px;
    }
}

.donate {
    margin: 50px 0;
}

.text-image img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.donate__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
    margin-top: 30px;
}

.border-btn {
    color: #007B4E;
    border: 1px solid #007B4E;
}

@media (min-width: 768px) {
    .donate {
        margin: 70px 0;
    }

    .text-image img {
        max-width: 450px;
    }
}

@media (min-width: 1200px) {
    .donate {
        margin: 120px 0;
    }

    .text-image img {
        max-width: 1170px;
    }

    .donate__btns {
        margin-top: 70px;
    }

    .border-btn:hover {
        color: #fff;
        background: #007B4E;
    }
}


.donate-cards {
    position: relative;
    margin: 50px 0;
}

.donate-cards__wrap .row {
    row-gap: 25px;
}

.donate-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 48px rgba(235, 230, 220, 0.8);
    border-radius: 16px;
    overflow: hidden;
}

.donate-card__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.donate-card__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.donate-card__info {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 1);
    padding: 16px 22px;
}

.donate-card__arrow {
    width: 45px;
    height: 45px;
    margin-left: auto;
    border: 1px solid #007B4E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.donate-card__text {
    margin-top: 20px;
}

.donate-card__icon {
    margin-bottom: 15px;
}

.donate-card__info h4 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0A0321;
    margin: 0 0 15px;
    font-family: "Barlow Condensed", sans-serif;
    display: block;
    text-transform: uppercase;
}

.donate-card__info p {
    color: #231F2F;
}


@media (min-width: 1200px) {
    .donate-cards {
        margin: 120px 0;
    }

    .donate-card__info {
        padding: 16px 22px 40px 32px;
    }

    .donate-card__arrow {
        width: 62px;
        height: 62px;
        transition: 0.3s;
    }

    .donate-card__text {
        margin-top: 100px;
    }

    .donate-card__icon {
        margin-bottom: 20px;
    }

    .donate-card__info {
        transition: 0.3s;
    }

    .donate-card__info h4 {
        font-size: 32px;
        margin: 0 0 20px;
    }

    .donate-card:hover .donate-card__info {
        background: rgba(0, 0, 0, 0.5);
    }

    .donate-card__image img {
        transition: 0.3s linear;
    }

    .donate-card:hover .donate-card__image img {
        opacity: 1;
    }

    .donate-card:hover .donate-card__info h4,
    .donate-card:hover .donate-card__info p {
        color: #FFFFFF;
    }

    .donate-card:hover .donate-card__icon img {
        filter: brightness(0) invert(1);
    }

    .donate-card:hover .donate-card__arrow {
        background: #007B4E;
    }

    .donate-card:hover .donate-card__arrow img {
        filter: brightness(0) invert(1);
    }
}


.product-cards {
    margin: 50px 0;
}

.product-cards .section-title h2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

.js-product-slider {
    margin: 0 -12px;
}

.product-col {
    padding: 0 12px;
}

.product-card {
    display: block;
    min-height: 475px;
    background: #F7F6F4;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 10px 12px 0 12px;
}

.product-image {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.product-detail {
    padding: 24px 24px 32px 24px;
}

.product-detail h6 {
    font-size: 20px;
    line-height: 1.20833em;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.product-detail .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 28px;
    line-height: 0.69444em;
    font-weight: 600;
    color: #231F2F;
    margin: 20px 0 0;
}

.product-detail .price del {
    font-size: 22px;
    font-weight: 300;
    color: #545454;
}

@media (min-width: 768px) {
    .product-cards {
        margin: 70px 0;
    }

    .product-card {
        min-height: 502px;
    }

    .product-detail h6 {
        font-size: 24px;
    }

    .product-detail .price {
        font-size: 36px;
    }

    .product-detail .price del {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .product-cards {
        margin: 100px 0;
    }

    .product-card {
        min-height: 563px;
    }

    .product-image {
        min-height: 392px;
    }

    .js-product-slider .slick-prev {
        left: -22px;
    }

    .js-product-slider .slick-next {
        right: -22px;
    }
}


.donation-progress {
    width: 100%;
    margin-top: 16px;
}

.donation-progress__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    font-family: sans-serif;
    font-size: 15px;
}

.donation-progress__amount,
.donation-progress__goal {
    font-weight: 700;
    color: #008a57;
}

.donation-progress__text {
    color: #555;
    font-size: 14px;
}

.donation-progress__bar {
    width: 100%;
    height: 8px;
    background: rgba(0, 178, 21, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.donation-progress__fill {
    display: block;
    height: 100%;
    border-radius: 20px;
    transition: width 1.5s ease;
    background: linear-gradient(90deg, #C9FFEB 0%, #007B4E 100%);
}

.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-grid-item-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 2 / 1.28;
}

.image-grid-item--feature .image-grid-item-image {
    aspect-ratio: 2 / 1.7;
}

.image-grid-item--feature .image-grid-item-content {
    padding: 16px 12px 0;
}

.image-grid-item--feature .image-grid-item-content h3 {
    min-height: unset;
}

.image-grid-item-content {
    padding: 16px 0 0;
}

.image-grid-item-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
    margin: 0 0 15px;
}

.image-grid-item-link {
    display: block;
}

.image-grid-slide .row {
    gap: 20px 0
}

.donation-progress__minimum {
    font-size: 12px;
    color: #007B4E;
    font-weight: 600;
}

.donation-progress__center {
    font-size: 10px;
    color: #231F2F;
    font-weight: 400;
}

.donation-progress__goal {
    font-size: 12px;
    color: #0A0321;
    font-weight: 600;
}

.image-grid__heading {
    margin: 0 0 30px;
}

.full-width-image-overlay {
    position: relative;
    height: 450px;
}

.full-width-image-overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-width-image-overlay-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFFFFF;
    text-align: center;
    padding: 50px 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(6, 8, 24, 0) 0%, #060818 100%);
}

.full-width-image-overlay-content h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.full-width-image-overlay-content p {
    margin: 0 0 15px;
}

.image-grid {
    margin: 0 0 50px;
}

.image-grid-slider .slick-arrow {
    top: -107px;
    transform: unset;
    left: unset;
    right: 0;
}

.image-grid-slider .slick-prev {
    margin-right: 63px;
}

.image-contact-form-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}

.image-contact-form-image-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-contact-form-image-svg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.image-contact-form-area input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #000;
    padding: 10px 24px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 24px 32px rgba(235, 230, 220, 0.6);
    border-radius: 10px;
    text-align: center;
}

.form-column {
    display: block;
    position: relative;
    margin: 0 0 24px;
}

.gradient-input {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(190, 190, 190, 1) 100%);
    padding: 1px;
    border-radius: 10px;
}

.image-contact-form-heading {
    margin: 0 0 28px;
}

.image-contact-form-content {
    text-align: center;
}

.image-contact-form {
    margin: 50px 0;
}

@media(min-width: 768px) {
    .image-grid-item-content h3 {
        font-size: 24px;
        min-height: 57px;
    }

    .donation-progress__minimum,
    .donation-progress__center,
    .donation-progress__goal {
        font-size: 16px;
    }

    .donation-progress__top {
        margin-top: 12px;
    }

    .image-grid-slide .row {
        gap: 24px 0;
    }

    .image-grid-item-content {
        padding: 12px 12px 0;
    }

    .image-grid-item--feature .image-grid-item-content {
        padding: 32px 24px 0;
    }

    .image-grid__heading {
        margin: 0 0 40px;
    }

    .full-width-image-overlay-content h3 {
        font-size: 44px;
    }

    .image-grid {
        margin: 0 0 80px;
    }

    .image-grid-slider .slick-prev {
        margin-right: 97px;
    }

    .image-grid-slider .slick-arrow {
        top: -138px;
    }

    .image-contact-form {
        margin: 80px 0;
    }

    .image-contact-form-content {
        max-width: 500px;
        margin: 0 auto;
    }

    .full-width-image-overlay-text {
        padding: 0 55px;
    }
}


@media(min-width: 1200px) {
    .full-width-image-overlay {
        height: 800px;
    }

    .full-width-image-overlay-content {
        padding: 114px 0 70px 0;
    }

    .image-grid {
        margin: 0 0 120px;
    }

    .full-width-image-overlay-content .primary-btn:hover {
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

    .image-grid-slider .slick-arrow {
        top: -128px;
    }

    .image-contact-form {
        margin: 120px 0;
    }

    .image-contact-form-content {
        text-align: left;
        max-width: 570px;
        margin: 0 0 0 auto;
    }

    .image-contact-form-area input {
        text-align: left;
        font-size: 20px;
    }

    .image-contact-form-image {
        max-width: unset;
        margin: 0;
    }

    .image-contact-form .row {
        align-items: center;
    }

    .image-grid-item-link:hover h3 {
        color: #FB7552;
    }
}


/* inner pages start */
.banner.inner--banner {
    padding: 110px 0 45px;
    margin: 0;
}

.inner-bnr-cont h1 {
    font-size: 34px;
    line-height: 1.0833em;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0 0 20px;
}

.inner-bnr-cont p {
    position: relative;
    font-size: 18px;
    line-height: 1.416667em;
    color: #231F2F;
    padding: 12px 0 0;
    margin: 0 0 15px;
}

.inner-bnr-cont p::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #FB7552;
}

.inner-bnr-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}

@media (min-width: 768px) {
    .banner.inner--banner {
        padding: 128px 0 65px;
    }

    .inner-bnr-cont {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 40px;
        padding-bottom: 25px;
    }

    .inner-bnr-cont h1 {
        font-size: 40px;
        width: 272px;
        margin: 0;
    }

    .inner-bnr-cont p {
        width: calc(100% - (272px + 40px));
        margin: 0;
    }

    .inner-bnr-image img {
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .banner.inner--banner {
        padding: 140px 0 100px;
    }

    .inner-bnr-cont {
        align-items: center;
        gap: 0 120px;
    }

    .inner-bnr-cont h1 {
        font-size: 48px;
        width: 400px;
    }

    .inner-bnr-cont p {
        font-size: 24px;
        width: calc(100% - (400px + 120px));
    }

    .inner-bnr-image img {
        height: 490px;
    }
}

.about-us {
    margin: 50px 0 0;
}

.about-flex {
    flex-direction: column-reverse;
    row-gap: 30px;
}

.about-left {
    text-align: center;
}

.about-left>img {
    max-width: 150px;
    margin: 0 auto;
}

.abt-title {
    font-size: 26px;
    line-height: 1.388em;
    font-weight: 600;
    color: #0A0321;
    margin: 16px 0 0;
}

.abt-title span {
    color: #FB7552;
}

.about-right {
    text-align: center;
}

@media (min-width: 768px) {
    .about-us {
        margin: 70px 0 0;
    }

    .about-left {
        text-align: left;
    }

    .abt-title {
        font-size: 33px;
        margin: 34px 0 0;
    }

    .about-left>img {
        max-width: 180px;
        margin: 0;
    }

    .about-flex {
        flex-direction: row;
    }

    .about-right {
        text-align: left;
    }
}

@media (min-width: 1025px) {
    .about-us {
        margin: 100px 0 0;
    }

    .about-left>img {
        max-width: 200px;
    }

    .abt-title {
        font-size: 36px;
        max-width: 320px;
    }

    .about-right h2 {
        margin: 0 0 20px;
    }

    .about-right p:not(:last-child) {
        margin: 0 0 28px;
    }
}

.stats.about--stats {
    border-top: 2px solid #BEBEBE;
    padding: 45px 0;
    margin: 45px 0 0;
}

.stats__card.about--stats__card {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.stats__card.about--stats__card p {
    color: #545454;
}

@media (min-width: 1200px) {
    .stats.about--stats {
        padding: 80px 0;
        margin: 80px 0 0;
    }

    .stats__carda .row {
        --bs-gutter-x: 2rem;
    }
}

@media (min-width: 1600px) {
    .stats__card.about--stats__card .row {
        --bs-gutter-x: 5.5rem;
    }
}

.roadmap-area {
    padding: 50px 0;
}

.roadmap-wrapper {
    position: relative;
    padding-left: 30px;
}

.roadmap-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #6F6F6F;
}

.roadmap-col:not(:last-child) {
    margin-bottom: 20px;
}

.roadmap-years {
    border-left: 2px dashed #BEBEBE;
    padding: 10px 0 10px 15px;
}

.roadmap-years h5 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0A0321;
    margin: 0 0 15px;
}

.roadmap-years h5 span {
    color: #FB7552;
}

.roadmap-years p {
    line-height: 1em;
    color: #231F2F;
}

.roadmap-text {
    position: relative;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 12px 15px;
    margin: 16px 0 0;
}

.roadmap-text::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -34px;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background: url(../img/roadmap-dot.svg) no-repeat center center / cover;
    backdrop-filter: blur(12px);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.roadmap-btn {
    text-align: center;
    margin: 30px 0 0;
}

.roadmap-btn .btns {
    text-transform: unset;
}

@media (min-width: 768px) {
    .roadmap-area {
        padding: 70px 0;
    }

    .roadmap-wrapper {
        max-width: 1112px;
        padding: 10px 0;
        margin: 0 auto;
    }

    .roadmap-wrapper::before {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .roadmap-col {
        display: flex;
        flex-wrap: wrap;
        gap: 60px;
        padding-left: 0;
    }

    .roadmap-col:not(:last-child) {
        margin-bottom: 30px;
    }

    .roadmap-col:nth-child(even) {
        flex-direction: row-reverse;
    }

    .roadmap-years {
        width: calc(50% - 30px);
        border-right: 2px dashed #BEBEBE;
        border-left-width: 0;
        text-align: right;
        align-content: center;
        padding: 0 20px 0 0;
    }

    .roadmap-col:nth-child(even) .roadmap-years {
        text-align: left;
        border-left-width: 2px;
        border-right-width: 0;
        padding: 0 0 0 20px;
    }

    .roadmap-years h5 {
        font-size: 28px;
    }

    .roadmap-text {
        width: calc(50% - 30px);
        padding: 15px 15px;
        margin: 0;
    }

    .roadmap-col:nth-child(even) .roadmap-text {
        text-align: right;
    }

    .roadmap-text p {
        font-size: 16px;
    }

    .roadmap-text::before {
        left: -48px;
        width: 38px;
        height: 38px;
    }

    .roadmap-col:nth-child(even) .roadmap-text::before {
        left: unset;
        right: -48px;
    }

    .roadmap-btn {
        margin: 42px 0 0;
    }
}

@media (min-width: 1200px) {
    .roadmap-area {
        padding: 100px 0;
    }

    .roadmap-col {
        gap: 112px;
    }

    .roadmap-col:not(:last-child) {
        margin-bottom: 42px;
    }

    .roadmap-years {
        width: calc(50% - 56px);
        padding: 0 32px 0 0;
    }

    .roadmap-col:nth-child(even) .roadmap-years {
        padding: 0 0 0 32px;
    }

    .roadmap-years h5 {
        font-size: 32px;
        margin: 0 0 18px;
    }

    .roadmap-text {
        width: calc(50% - 56px);
        padding: 17px 24px;
    }

    .roadmap-text::before {
        left: -80px;
        width: 48px;
        height: 48px;
    }

    .roadmap-col:nth-child(even) .roadmap-text::before {
        right: -80px;
    }

    .roadmap-text p {
        font-size: 20px;
    }

    .roadmap-btn {
        margin: 55px 0 0;
    }
}

.about--full-width__slider .title-thumb-wrap {
    display: none;
}

.meet-team-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 5;
    width: 100%;
    text-align: center;
}

.meet-team-title h1 {
    font-size: 52px;
    line-height: 0.54em;
    font-weight: 400;
    color: #FFFFFF;
    font-family: var(--special-font);
}

.about--full-width__slider .js-full-image__slider {
    height: 300px;
}

@media (min-width: 768px) {
    .about--full-width__slider .js-full-image__slider {
        height: 480px;
    }

    .meet-team-title {
        bottom: 30px;
    }

    .meet-team-title h1 {
        font-size: 72px;
    }
}

@media (min-width: 1200px) {
    .about--full-width__slider .js-full-image__slider {
        height: 800px;
    }

    .meet-team-title {
        bottom: 68px;
    }

    .meet-team-title h1 {
        font-size: 100px;
    }
}

.half-image-half-text {
    margin: 50px 0 0;
}

.half-image-text__flex {
    row-gap: 24px;
}

.half-image-text__flex:not(:last-child) {
    margin-bottom: 30px;
}

.half-image-box img {
    width: 100%;
    border-radius: 12px;
}

.half-text-box h3 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0A0321;
    margin: 0 0 12px;
}

.half-text-box h3 span {
    color: #FB7552;
}

.half-text-box p {
    color: #545454;
}

@media (min-width: 768px) {
    .half-image-half-text {
        margin: 70px 0 0;
    }

    .half-image-box img {
        height: 330px;
        object-fit: cover;
    }

    .half-text-box h3 {
        font-size: 32px;
        margin: 0 0 16px;
    }
}

@media (min-width: 992px) {
    .half-image-text__flex {
        --bs-gutter-x: 2.5rem;
        align-items: center;
    }

    .half-image-text__flex:nth-child(even) {
        flex-direction: row-reverse;
    }

    .half-image-box img {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .half-image-half-text {
        margin: 100px 0 0;
    }

    .half-image-box img {
        height: 400px;
    }

    .half-text-box h3 {
        font-size: 42px;
        margin: 0 0 20px;
    }
}


.our-initiative {
    margin: 50px 0 0;
}

.blogs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

/* hide all items by default */
/* .load-item {
    display: none;
} */

.blog-post-link {
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 16px;
    padding: 12px;
}

.blog-post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-post-content {
    padding: 12px 8px 8px;
}

.blog-post-content h3 {
    font-size: 20px;
    line-height: 1.20833em;
    font-weight: 600;
    color: #000000;
    margin: 0 0 14px;
}

.blog-post-content p {
    line-height: 1.375em;
    color: #231F2F;
    margin: 0 0 16px;
}

.donation__progress {
    width: 100%;
    background: #F5F4F1;
    border-radius: 12px;
    padding: 16px 12px;
}

.progress__bar {
    width: 100%;
    height: 8px;
    background: #BEBEBE;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 12px;
}

.progress__bar.orange {
    background: rgba(255, 167, 4, 0.2);
}

.progress__bar.green {
    background: rgba(0, 178, 21, 0.2);
}

.progress__bar.red {
    background: rgba(255, 50, 4, 0.2);
}

.progress__fill {
    height: 100%;
    width: 0;
    background: #000;
    border-radius: 25px;
    transition: width 1s ease;
}

.progress__fill.orange {
    background: #FFA704;
}

.progress__fill.green {
    background: linear-gradient(90deg, #C9FFEB 0%, #007B4E 100%);
}

.progress__fill.red {
    background: #FF3204;
}

.progress__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.progress__content {
    font-size: 16px;
    line-height: 12px;
    font-weight: 600;
    color: #0A0321;
}

.raised.orange {
    color: #FB7552;
}

.raised.green {
    color: #00B215;
}

.raised.red {
    color: #FF3204;
}

.middle-text {
    color: #231F2F;
    font-weight: 500;
}

.donate-btn .btns {
    width: 100%;
    background: rgba(0, 123, 78, 0.1);
    color: #007B4E;
    margin: 12px 0 0;
}

.loadMore-btn {
    margin: 30px 0 0;
}

.loadMore-btn .btns {
    text-transform: unset;
}

@media (min-width: 768px) {
    .our-initiative {
        margin: 70px 0 0;
    }

    .blogs-grid {
        grid-template-columns: 1fr 1fr;
    }

    .blog-post-link {
        padding: 16px;
    }

    .blog-post-image img {
        height: 250px;
    }

    .blog-post-content h3 {
        font-size: 24px;
    }

    .blog-post-content p {
        font-size: 16px;
    }

    .loadMore-btn {
        margin: 45px 0 0;
    }
}

@media (min-width: 1025px) {
    .our-initiative {
        margin: 100px 0 0;
    }

    .blogs-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .donate-btn .btns {
        margin: 16px 0 0;
    }

    .donate-btn .btns:hover {
        color: #FFFFFF;
        background: rgba(0, 123, 78, 0.8);
    }

    .loadMore-btn {
        margin: 60px 0 0;
    }

    .loadMore-btn .btns {
        font-size: 18px;
    }
}



.inner--banner.only-heading {
    padding-bottom: 26px;
}

.only-heading .inner-bnr-cont h1 {
    margin: 0;
}

.initiative-details {
    margin: 0 0 50px;
}

.initiative-wrap {
    row-gap: 30px;
}

.initi-image-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
}

.logo__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #BEBEBE;
    padding: 16px 0;
    margin: 0 0 16px;
}

.logo__content figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0;
    filter: drop-shadow(0px 0px 16px #EBE6DC);
}

.logo__content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo__content aside h6 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #000000;
    margin: 0 0 8px;
}

.logo__content aside p {
    line-height: 1;
    color: #231F2F;
}

.hi-text p {
    color: #000;
}

.initiative-detl--container {
    margin: 16px 0 0;
}

.initi-accordion-col {
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 12px;
    padding: 16px;
}

.initi-accordion-col:not(:last-child) {
    margin: 0 0 16px;
}

.accordion__title {
    position: relative;
    font-size: 24px;
    line-height: 17px;
    font-weight: 500;
    color: #231F2F;
    cursor: pointer;
}

.accordion__title::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 23px;
    height: 14px;
    background: url(../img/down-icon.svg) no-repeat center center;
}

.accordion__title.open::after {
    transform: translate(0, -50%) rotate(180deg);
}

.accordion__content {
    margin: 16px 0 0;
}

.accordion__content p {
    color: #545454;
}

.initiative-right {
    background: #FFFFFF;
    box-shadow: 0px 0px 48px rgba(235, 230, 220, 0.8);
    border-radius: 16px;
    padding: 24px 15px;
}

.aniti-progress__card {
    text-align: center;
}

.aniti-progress__circle {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.aniti-progress__circle svg {
    transform: rotate(-90deg);
}

.aniti-progress__circle circle {
    fill: none;
    stroke-width: 12;
    stroke-linecap: round;
}

.aniti-progress__circle .bg {
    stroke: rgba(0, 123, 78, 0.1);
}

.aniti-progress {
    stroke: url(#circleGradient);
    stroke-dasharray: 377;
    stroke-dashoffset: 377;
    animation: progressAnim 4s ease forwards;
    transition: stroke-dashoffset 1s linear;
}

/* 70% progress */
@keyframes progressAnim {
    to {
        stroke-dashoffset: 132;
    }
}

.aniti-progress__value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    color: #007B4E;
}

.aniti-prog-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    line-height: 15px;
    font-weight: 600;
    color: #0A0321;
    border-block: 1px solid #BEBEBE;
    padding: 16px 0;
}

.aniti-prog-bar span.r {
    color: #00B215;
}

.aniti-prog-bar span.mid {
    font-weight: 400;
    color: #231F2F;
}

.aniti-btns-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px 0 0;
}

.aniti-detl-listing {
    border-top: 1px solid #6F6F6F;
    padding: 16px 15px 0 15px;
    margin: 24px -15px 0 -15px;
}

.aniti-detl-listing li:not(:last-child) {
    margin-bottom: 20px;
}

.aniti-detl-listing li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: rgba(235, 230, 220, 0.8);
    border-radius: 50%;
}

.aniti-detl__text {
    margin: 12px 0 0;
}

.aniti-detl__text h5 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #000000;
    margin: 0 0 8px;
}

.aniti-detl__text p {
    color: #545454;
}

@media (min-width: 768px) {
    .only-heading .inner-bnr-cont {
        padding: 0;
    }

    .only-heading .inner-bnr-cont h1 {
        width: 100%;
    }

    .initiative-details {
        margin: 0 0 70px;
    }

    .initi-image-box img {
        height: 350px;
    }

    .logo__content {
        padding: 24px 0;
        margin: 0 0 24px;
    }

    .logo__content aside h6 {
        font-size: 24px;
    }

    .logo__content aside p {
        font-size: 16px;
    }

    .initiative-detl--container {
        margin: 24px 0 0;
    }

    .initi-accordion-col {
        padding: 20px 24px 24px;
    }

    .initi-accordion-col:not(:last-child) {
        margin: 0 0 24px;
    }

    .accordion__content p {
        font-size: 18px;
    }

    .initiative-right {
        padding: 20px 24px 30px 24px;
    }

    .aniti-progress__card {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .aniti-progress__circle {
        width: 180px;
    }

    .aniti-prog-bar {
        width: calc(100% - 180px);
        max-width: 400px;
    }

    .aniti-btns-group {
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        max-width: 400px;
    }

    .aniti-detl-listing {
        padding: 24px 24px 0 24px;
        margin: 24px -24px 0 -24px;
    }

    .aniti-detl-listing li {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .aniti-detl-listing li:not(:last-child) {
        margin-bottom: 30px;
    }

    .aniti-detl__text {
        width: calc(100% - (42px + 12px));
        margin: 0;
    }

    .aniti-detl__text p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .initiative-details {
        margin: 0 0 100px;
    }

    .initi-image-box img {
        height: 450px;
    }

    .initiative-right {
        position: sticky;
        top: 124px;
    }

    .aniti-progress__card {
        display: block;
    }

    .aniti-prog-bar {
        width: 100%;
        max-width: 100%;
    }

    .aniti-btns-group {
        position: relative;
        top: unset;
        left: unset;
    }
}

.similar-blogs {
    margin: 50px 0;
}

.similar-blogs .section-title h3 {
    font-size: 28px;
    line-height: 0.7142853em;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0A0321;
}

.similar-blogs .section-title h3 span {
    color: #FB7552;
}

.js-blog-slider {
    margin: 0 -12px;
}

.blog-slider-col {
    padding: 0 12px;
}

.js-blog-slider .slick-prev,
.js-blog-slider .slick-next {
    top: -49px;
    right: 12px;
    left: unset;
    transform: unset;
    width: 32px;
    height: 32px;
}

.js-blog-slider .slick-prev {
    right: 52px;
}

.js-blog-slider .slick-prev::before,
.js-blog-slider .slick-next::before {
    width: 15px;
    height: 7px;
    background-size: cover;
}

@media (min-width: 768px) {
    .similar-blogs {
        margin: 70px 0;
    }

    .similar-blogs .section-title h3 {
        font-size: 34px;
    }

    .js-blog-slider .slick-prev,
    .js-blog-slider .slick-next {
        top: -60px;
    }
}

@media (min-width: 1025px) {
    .similar-blogs {
        margin: 100px 0;
    }

    .similar-blogs .section-title h3 {
        font-size: 42px;
    }

    .js-blog-slider .slick-prev,
    .js-blog-slider .slick-next {
        top: -80px;
    }
}


.our-product {
    margin: 50px 0;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.more-product-btn {
    margin: 30px 0 0;
}

.more-product-btn .btns {
    text-transform: unset;
}

@media (min-width: 768px) {
    .our-product {
        margin: 70px 0;
    }

    .product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .more-product-btn {
        margin: 42px 0 0;
    }
}

@media (min-width: 1025px) {
    .our-product {
        margin: 100px 0;
    }

    .product-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .more-product-btn {
        margin: 60px 0 0;
    }
}

.contact-area {
    padding: 95px 0 45px;
}

.large-heading {
    font-size: clamp(50px, 10vw, 160px);
    line-height: 0.8em;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F4F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0px 0px 75px #F1F0EA;
    margin: 0 0 15px;
}

.contact-flex {
    flex-direction: column-reverse;
    row-gap: 30px;
}

.contact-right .section-title {
    text-align: center;
}

.contact-right .section-title p {
    color: #545454;
}

.contact-form-flex {
    row-gap: 24px;
}

.contact-form-bot {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.accept-term {
    display: flex;
    align-items: center;
    gap: 8px;
}

.accept-term input {
    appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    cursor: pointer;
}

.accept-term input:checked:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/check-icon.png) no-repeat center center / cover;
}

.accept-term label {
    font-size: 16px;
    line-height: 1.3888em;
    font-weight: 400;
    color: #545454;
    cursor: pointer;
}

.accept-term label a {
    font-weight: 500;
    color: #545454;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.form-submit-col {
    width: 100%;
}

.form-submit-col .btns {
    min-width: 172px;
}

.map-box {
    position: relative;
}

.map-box iframe {
    display: block;
    width: 100%;
    height: 250px;
    filter: grayscale(0.9);
}

@media (min-width: 768px) {
    .contact-area {
        padding: 120px 0 70px;
    }

    .large-heading {
        margin: 0 0 20px;
    }

    .contact-form-flex {
        row-gap: 40px;
    }

    .contact-form-bot {
        justify-content: space-between;
    }

    .accept-term label {
        font-size: 18px;
    }

    .form-submit-col .btns {
        min-width: unset;
    }

    .form-submit-col {
        width: auto;
        margin-top: -8px;
    }

    .map-box iframe {
        height: 350px;
    }

    .accept-term input {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 992px) {
    .contact-flex {
        flex-direction: row;
    }

    .contact-right .section-title {
        text-align: left;
    }

    .map-box {
        height: 100%;
    }

    .map-box iframe {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .contact-area {
        padding: 144px 0 100px;
    }

    .contact-flex {
        --bs-gutter-x: 2.5rem;
    }
}

.blog-article {
    padding: 100px 0 50px;
}

.story-area>.row {
    row-gap: 24px;
}

.block-article {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.block-article>img {
    width: 100%;
    border-radius: 12px;
}

.block-article-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 65px 15px 15px;
}

.block-article-text span {
    display: block;
    font-size: 18px;
    line-height: 1.4166667em;
    font-weight: 600;
    color: #FFFFFF;
}

.artcle-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.375em;
}

.block-article-text .artcle-date {
    color: #FFFFFF;
    margin: 8px 0 12px 0;
}

.block-article-text .artcle-date i {
    color: rgba(255, 255, 255, 0.8);
}

.block-article-text p {
    line-height: 1.375em;
    color: rgba(255, 255, 255, 0.8);
}

.story-area-right>.row {
    row-gap: 24px;
}

.article__card.horizontal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px;
}

.article__card {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 12px;
}

.article__image img {
    width: 100%;
    border-radius: 8px;
    transition: 0.3s;
}

.article__card.horizontal .article__image {
    width: 140px;
}

.article__details {
    padding: 15px 12px 12px 12px;
}

.article__card.horizontal .article__details {
    width: calc(100% - 140px);
    padding: 0;
    padding-left: 12px;
}

.article__details span {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    color: #0A0321;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: 0.3s;
}

.article__details .artcle-date {
    color: #0A0321;
    margin: 6px 0 16px 0;
}

.article__card.horizontal .article__details .artcle-date {
    margin: 6px 0 12px 0;
}

.article__details .artcle-date i {
    color: #6F6F6F;
    margin-top: -2px;
}

.readMore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #007B4E;
    transition: 0.3s;
}

.letest-article {
    margin: 40px 0 0;
}

.article-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 25px 0 0;
}

.pagination-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #F5F4F1;
    border: 1px solid #BEBEBE;
    border-radius: 50%;
}

.pagination-list li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #6F6F6F;
}

.pagination-list li.pagi-arrow a {
    font-size: 15px;
    color: #007B4E;
}

.pagination-list li.active a {
    color: #FFFFFF;
    background: #007B4E;
    border-color: #007B4E;
}

@media (min-width: 768px) {
    .blog-article {
        padding: 120px 0 70px;
    }

    .blog-article .inner-bnr-cont h1 {
        width: 285px;
    }

    .blog-article .inner-bnr-cont p {
        width: calc(100% - (285px + 40px));
    }

    .block-article>img {
        height: 350px;
        object-fit: cover;
    }

    .block-article-text {
        padding: 84px 32px 32px;
    }

    .block-article-text span {
        font-size: 24px;
    }

    .artcle-date {
        font-size: 18px;
    }

    .block-article-text p {
        font-size: 16px;
    }

    .article__card.horizontal .article__details .artcle-date {
        font-size: 14px;
    }

    .readMore-btn {
        font-size: 18px;
    }

    .article__card.horizontal .readMore-btn {
        font-size: 16px;
    }

    .letest-article {
        margin: 55px 0 0;
    }

    .article-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pagination-list {
        margin: 48px 0 0;
    }
}

@media (min-width: 1200px) {
    .blog-article {
        padding: 146px 0 100px;
    }

    .blog-article .inner-bnr-cont {
        padding-bottom: 45px;
    }

    .blog-article .inner-bnr-cont h1 {
        width: 342px;
    }

    .blog-article .inner-bnr-cont p {
        width: calc(100% - (342px + 120px));
    }

    .block-article>img {
        height: 570px;
    }

    .article__image {
        overflow: hidden;
        border-radius: 8px;
    }

    .article__card:hover .article__image img {
        transform: scale(1.12);
    }

    .article__card.horizontal .article__image {
        width: 238px;
    }

    .article__card.horizontal .article__details {
        width: calc(100% - 238px);
        padding-left: 24px;
    }

    .article__details span {
        font-size: 20px;
    }

    .article__card:hover .article__details span {
        color: #FB7552;
    }

    .article__details .artcle-date {
        font-size: 18px;
        margin: 6px 0 24px 0;
    }

    .article__card.horizontal .article__details .artcle-date {
        font-size: 18px;
        margin: 6px 0 20px 0;
    }

    .article-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .readMore-btn {
        font-size: 20px;
    }

    .readMore-btn:hover {
        gap: 15px;
    }

    .article__card.horizontal .readMore-btn {
        font-size: 20px;
    }
}


.blog-details {
    border-bottom: 1px solid #6F6F6F;
    padding-bottom: 30px;
}

.blog-detl__listing {
    margin: 24px 0 0;
}

.blog-detl__col:not(:last-child) {
    margin-bottom: 24px;
}

.blog-detl__col span {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #0A0321;
    margin: 0 0 12px;
}

.blog-detl__col p {
    color: #545454;
    line-height: 1.5em;
}

.blog-detl__col ul {
    list-style: inside;
    padding-left: 15px;
}

.blog-detl__col ul li {
    font-size: 15px;
    font-weight: 400;
    color: #545454;
    line-height: 1.5em;
}

.recent-post__bg {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(235, 230, 220, 0.5);
    border-radius: 12px;
    padding: 15px;
}

.recent-post h6 {
    font-size: 20px;
    line-height: 1.16667em;
    font-family: 'Goga Test';
    font-weight: 700;
    color: #0A0321;
    margin: 0 0 16px;
}

.recent-post .row {
    row-gap: 16px;
}

.recent-post .article__card.horizontal {
    padding: 0;
}

.recent-post .article__card.horizontal .article__image {
    width: 115px;
}

.recent-post .article__card.horizontal .article__details {
    width: calc(100% - 115px);
}

.recent-post .article__card.horizontal .article__details .artcle-date {
    margin: 12px 0 0;
}

.similar-post {
    margin: 30px 0 0;
}

.similar-post h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #0A0321;
    margin: 0 0 22px;
}

.similar-blog__col {
    padding: 0 12px;
}

@media (min-width: 768px) {
    .blog-details {
        padding-bottom: 50px;
    }

    .recent-post .row {
        row-gap: 24px;
    }

    .blog-detl__listing {
        margin: 30px 0 0;
    }

    .blog-detl__col:not(:last-child) {
        margin-bottom: 30px;
    }

    .blog-detl__col span {
        font-size: 20px;
        margin: 0 0 16px;
    }

    .blog-detl__col p,
    .blog-detl__col ul li {
        font-size: 18px;
    }

    .recent-post__bg {
        padding: 24px;
    }

    .recent-post h6 {
        font-size: 24px;
        margin: 0 0 24px;
    }

    .similar-post {
        margin: 50px 0 0;
    }

    .similar-post h3 {
        font-size: 30px;
        margin: 0 0 29px;
    }
}

@media (min-width: 1200px) {
    .blog-details .block-article>img {
        height: auto;
    }

    .recent-post .article__card.horizontal .article__image {
        width: 135px;
    }

    .recent-post .article__card.horizontal .article__details {
        width: calc(100% - 135px);
        padding-left: 20px;
    }

    .recent-post .article__card.horizontal .article__details span {
        font-size: 18px;
    }

    .similar-post h3 {
        font-size: 36px;
        margin: 0 0 45px;
    }
}


.gallery-section {
    margin: 30px 0 50px;
}

.gallery-image-column:not(:last-child) {
    margin-bottom: 14px;
}

.gallery-flex {
    --bs-gutter-x: 0.875rem;
    row-gap: 14px;
}

.gallery-image {
    display: block;
    height: 100%;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 2;
    object-fit: cover;
}

.load-more-image .btns {
    text-transform: unset;
    margin: 30px 0 0;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
    display: none !important;
}

.fancybox-button>div {
    background: #007B4E;
}

.fancybox-button:disabled>div {
    background: #c4c4c4;
    cursor: no-drop;
}

@media (min-width: 768px) {
    .gallery-section {
        margin: 50px 0 70px;
    }

    .gallery-flex {
        --bs-gutter-x: 1.5rem;
        row-gap: 1.5rem;
    }

    .gallery-image-column:not(:last-child) {
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .gallery-section {
        margin: 50px 0 100px;
    }

    .gallery-image img {
        aspect-ratio: 4 / 1.93;
    }

    .load-more-image .btns {
        margin: 50px 0 0;
    }
}

.follow-us {
    padding: 50px 0;
}

.social-media_flex {
    row-gap: 24px;
}

.social-media_link {
    position: relative;
    display: block;
}

.social-media_link>img {
    width: 100%;
}

.social-title_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 12px 15px;
}

.social-title_bar h6 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    line-height: 1.20833em;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.45);
}

.social-title_bar h6 img {
    max-width: 24px;
}

.social-title_bar span {
    display: block;
    max-width: 20px;
}

@media (min-width: 768px) {
    .follow-us {
        padding: 70px 0;
    }
}

@media (min-width: 1200px) {
    .follow-us {
        padding: 100px 0;
    }

    .social-media_link>img {
        height: 370px;
        object-fit: cover;
    }

    .social-title_bar {
        padding: 12px 24px;
    }

    .social-title_bar h6 {
        font-size: 24px;
    }

    .social-title_bar h6 img {
        max-width: 36px;
    }

    .social-title_bar span {
        max-width: 24px;
    }
}


.contact-form-col:has(input.inputDate) {
    position: relative;
}

.contact-form-col:has(input.inputDate)::after {
    position: absolute;
    top: 6px;
    right: 12px;
    content: "\f133";
    font-size: 16px;
    line-height: 1;
    color: #6F6F6F;
    font-family: "FontAwesome";
    pointer-events: none;
}

.contact-form-col input[type="date"]::-webkit-inner-spin-button,
.contact-form-col input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.upload-field label {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #1A1831;
    margin-bottom: 12px;
}

.upload-field label span {
    color: red;
}

.file-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #545454;
    padding-bottom: 8px;
    gap: 15px;
}

.file-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #0A0321;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 250px;
}

.file-name.active {
    color: #007B4E;
    font-weight: 500;
}

.upload-btn {
    border: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #0A0321;
    background: #D0C7B6;
    border-radius: 4px;
    padding: 10px 12px;
}

.fund-raise-left {
    background: #222222;
    padding: 30px 15px;
}

.raise-left_title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 20px;
}

.raise-left_title h4 {
    font-size: 24px;
    line-height: 1.1875em;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.raise-left_title p {
    color: rgba(255, 255, 255, 0.8);
}

.fund-raise_list {
    margin: 30px 0 0;
}

.fund-raise_list li {
    position: relative;
    padding-left: 20px;
}

.fund-raise_list li:not(:last-child) {
    margin-bottom: 25px;
}

.fund-raise_list li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #00B215;
    border-radius: 50%;
}

.fund-raise_list li span {
    display: block;
    font-size: 19px;
    line-height: 0.75em;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 15px;
}

.fund-raise_list li p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.fund-raise--right .contact-form-col textarea {
    height: 62px;
}

@media (min-width: 768px) {
    .fund-raise-left {
        height: 100%;
        padding: 32px 24px 40px 24px;
    }

    .raise-left_title h4 {
        font-size: 28px;
    }

    .fund-raise_list li span {
        font-size: 24px;
    }

    .fund-raise_list li::before {
        top: 6px;
        width: 8px;
        height: 8px;
    }

    .fund-raise--right .contact-form-flex {
        row-gap: 30px;
    }
}

@media (min-width: 1200px) {
    .raise-left_title h4 {
        font-size: 32px;
    }

    .raise-left_title {
        padding-bottom: 30px;
    }

    .fund-raise_list li:not(:last-child) {
        margin-bottom: 48px;
    }
}


.upcoming-events {
    margin: 50px 0;
}

/* .events-col {
    display: none;
} */

.events-col:not(:last-child) {
    margin-bottom: 24px;
}

.events-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px #DEDBD4;
    border-radius: 16px;
    padding: 15px;
}

.events-card_left h6 {
    font-size: 24px;
    line-height: 0.75em;
    font-weight: 600;
    color: #000000;
    margin: 0 0 14px;
}

.events-card_left p {
    font-size: 15px;
    line-height: 1.375em;
    color: #231F2F;
}

.events-card_image img {
    width: 100%;
    border-radius: 10px;
}

.events-date-locat li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 15px;
    line-height: 1.388em;
    font-weight: 400;
    color: #0A0321;
}

.events-date-locat li:not(:last-child) {
    margin-bottom: 16px;
}

.prac-btn {
    margin: 16px 0 0;
}

.prac-btn .btns {
    text-transform: unset;
}

@media (min-width: 768px) {
    .upcoming-events {
        margin: 70px 0;
    }

    .events-card {
        flex-direction: row;
        align-items: center;
    }

    .events-card_left {
        width: calc(32% - 10.666667px);
    }

    .events-card_image {
        width: calc(35% - 10.666667px);
    }

    .events-card_image img {
        min-height: 206px;
        object-fit: cover;
    }

    .events-card_right {
        width: calc(33% - 10.666667px);
    }
}

@media (min-width: 1200px) {
    .upcoming-events {
        margin: 100px 0;
    }

    .events-card {
        gap: 24px;
        padding: 16px 24px;
    }

    .events-card_left {
        width: calc(32% - 16px);
    }

    .events-card_left p {
        font-size: 16px;
    }

    .events-card_image {
        width: calc(25.8% - 16px);
    }

    .events-card_image img {
        min-height: 200px;
    }

    .events-card_right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: calc(42.2% - 16px);
    }

    .events-date-locat li {
        font-size: 18px;
    }

    .events-date-locat li:not(:last-child) {
        margin-bottom: 24px;
    }

    .events-date-locat li img {
        margin-top: 2px;
    }

    .events-date-locat {
        width: calc(100% - 175px);
    }

    .prac-btn {
        width: 175px;
        margin: 0;
    }

    .prac-btn .btns {
        font-size: 18px;
        padding: 23px 20px;
    }
}


.contact-area.nominate-form {
    padding: 40px 0 50px;
}

@media (min-width: 768px) {
    .contact-area.nominate-form {
        padding: 58px 0 70px;
    }
}

@media (min-width: 1200px) {
    .contact-area.nominate-form {
        padding: 58px 0 100px;
    }
}


.half-media-text {
    margin: 50px 0;
}

.half-media-text__wrapper {
    flex-direction: column-reverse;
    row-gap: 30px;
}

.half-text_content h3 {
    font-size: 26px;
    line-height: 0.7em;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0A0321;
}

.half-text_content h3 span {
    color: #FB7552;
}

.half-text_content .sub-text {
    display: block;
    font-size: 18px;
    line-height: 0.7em;
    font-weight: 600;
    color: #545454;
    margin: 18px 0 24px;
}

.half-text_content p {
    color: #545454;
}

.half-media-col img {
    width: 100%;
    border-radius: 12px;
}

.volunteer-left {
    position: relative;
}

.volunteer-left::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.volunteer-left img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .half-media-text {
        margin: 70px 0;
    }

    .half-text_content h3 {
        font-size: 32px;
    }

    .half-text_content .sub-text {
        font-size: 20px;
    }

    .half-media-col img {
        height: 100%;
        max-height: 350px;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .half-media-text__wrapper {
        flex-direction: row;
    }

    .volunteer-left {
        height: 100%;
    }

    .volunteer-left img {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .half-media-text {
        margin: 100px 0;
    }

    .half-media-text__wrapper {
        --bs-gutter-x: 2.5rem;
        align-items: center;
    }

    .half-media-col img {
        max-height: unset;
    }

    .half-text_content h3 {
        font-size: 42px;
    }

    .half-text_content .sub-text {
        font-size: 24px;
        margin: 22px 0 32px 0;
    }
}


.volunteers {
    margin: 50px 0 0;
}

.volunteer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.volunteer-item {
    display: none;
}

.volunteer-card {
    display: block;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 16px;
    padding: 10px 10px 24px 10px;
}

.volunteer__image {
    height: 300px;
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

.volunteer__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.volunteer__detail {
    text-align: center;
    padding: 20px 0 0;
}

.volunteer__detail h6 {
    font-size: 24px;
    line-height: 0.75em;
    font-weight: 600;
    color: #0A0321;
    transition: 0.3s;
    margin: 0 0 18px;
}

.volunteer__detail p {
    font-size: 16px;
    line-height: 0.7em;
    color: #6F6F6F;
}

@media (min-width: 768px) {
    .volunteers {
        margin: 70px 0 0;
    }

    .volunteers .section-title p {
        max-width: 872px;
        margin: 0 auto;
    }

    .volunteer-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .volunteer__image {
        height: 210px;
    }
}

@media (min-width: 992px) {
    .volunteer-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .volunteers {
        margin: 100px 0 0;
    }

    .volunteer__image {
        height: 300px;
    }

    .volunteer-item:hover .volunteer__image img {
        transform: scale(1.1);
    }

    .volunteer-item:hover .volunteer__detail h6 {
        color: #007B4E;
    }
}