:root {
    --cleenhearts-font: "DM Sans", sans-serif;
    --cleenhearts-heading-font: "Quicksand", sans-serif;
    --cleenhearts-heading-font2: "Castoro", serif;
    --cleenhearts-special-font: "Schoolbell", cursive;
    --cleenhearts-text: #757277;
    --cleenhearts-text-rgb: 117, 114, 119;
    --cleenhearts-text-gray: #AA96B4;
    --cleenhearts-text-gray-rgb: 170, 150, 180;
    --cleenhearts-text-gray2: #888888;
    --cleenhearts-text-gray2-rgb: 136, 136, 136;
    --cleenhearts-base: #2e2e2e;
    --cleenhearts-base-rgb: 53, 28, 66;
    --cleenhearts-secondary: #c62b23;
    --cleenhearts-secondary-rgb: 246, 212, 105;
    --cleenhearts-white: #fff;
    --cleenhearts-white-rgb: 255, 255, 255;
    --cleenhearts-white2: #EFECE7;
    --cleenhearts-white2-rgb: 239, 236, 231;
    --cleenhearts-white3: #D7D3CB;
    --cleenhearts-white3-rgb: 215, 211, 203;
    --cleenhearts-white4: #FFFAEA;
    --cleenhearts-white4-rgb: 255, 250, 234;
    --cleenhearts-purple: #204a8f;
    --cleenhearts-purple-rgb: 150, 89, 149;
    --cleenhearts-gray: #888888;
    --cleenhearts-gray-rgb: 136, 136, 136;
    --cleenhearts-black: #000000;
    --cleenhearts-black-rgb: 0, 0, 0;
    --cleenhearts-dark: #24102F;
    --cleenhearts-dark-rgb: 36, 16, 47;
    --cleenhearts-dark2: #200C2A;
    --cleenhearts-dark2-rgb: 32, 12, 42;
    --cleenhearts-dark3: #200C2B;
    --cleenhearts-dark3-rgb: 32, 12, 43;
    --cleenhearts-dark4: #414141;
    --cleenhearts-dark4-rgb: 65, 65, 65;
    --cleenhearts-orange: #E76100;
    --cleenhearts-orange-rgb: 231, 97, 0;
    --cleenhearts-fuchsia: #FF1C74;
    --cleenhearts-fuchsia-rgb: 255, 28, 116;
    --cleenhearts-blue: #6C1CD1;
    --cleenhearts-blue-rgb: 108, 28, 209;
    --cleenhearts-green: #59C36A;
    --cleenhearts-green-rgb: 89, 195, 106;
    --cleenhearts-yellow: #FCB720;
    --cleenhearts-yellow-rgb: 252, 183, 32;
    --cleenhearts-border-color: #D7D3CB;
    --cleenhearts-border-color-rgb: 215, 211, 203;
    --cleenhearts-border-color2: #414141;
    --cleenhearts-border-color2-rgb: 65, 65, 65;
    --cleenhearts-letter-space: -0.72px;
    --cleenhearts-letter-space-xl: -1.5px;
    --back-to-top-offset: 200px;
    --back-to-top-button-size: 2.8em;
    --color-background: #efefff;
    --color-heading: hsl(210, 100%, 7%);
    --color-paragraph: rgba(0, 0, 0, 0.8);
    --color-accent: hsl(210, 100%, 39%);
    --color-accent-bright: hsl(210, 100%, 49%);
    --color-accent-alpha: hsla(210, 100%, 39%, 0.4);
    --color-img-shadow: rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--120 {
    margin-top: -120px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb--60 {
    margin-bottom: -60px;
}

.mb--120 {
    margin-bottom: -120px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-142 {
    padding-top: 142px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

body {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--cleenhearts-base, #2e2e2e);
    transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 700;
}

@media (max-width: 575px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

p {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-text, #757277);
    font-weight: 400;
    line-height: 1.75;
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--cleenhearts-text, #757277);
    line-height: 1;
}

input::placeholder,
textarea::placeholder {
    text-transform: capitalize;
}

input,
textarea {
    color: var(--cleenhearts-base, #2e2e2e);
}

.section-space {
    padding-top: 90px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .section-space {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .mfp-close {
        right: 20px;
        top: 20px;
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .section-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section-space-top {
    padding-top: 130px;
}

@media (max-width: 767px) {
    .section-space-top {
        padding-top: 110px;
    }
}

@media (max-width: 575px) {
    .section-space-top {
        padding-top: 80px;
    }
}

.section-space-bottom {
    padding-bottom: 130px;
}

@media (max-width: 767px) {
    .section-space-bottom {
        padding-bottom: 110px;
    }
}

@media (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}

.background-base {
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.background-gray {
    background-color: var(--cleenhearts-gray, #888888);
}

.background-white {
    background-color: var(--cleenhearts-white, #fff);
}

.background-white2 {
    background-color: var(--cleenhearts-white2, #EFECE7);
}

.background-white3 {
    background-color: var(--cleenhearts-white3, #D7D3CB);
}

.background-dark {
    background-color: var(--cleenhearts-dark, #24102F);
}

.background-dark-2 {
    background-color: var(--cleenhearts-dark2, #200C2A);
}

.background-dark-3 {
    background-color: var(--cleenhearts-dark3, #200C2B);
}

.cleenhearts-dark {
    color: var(--cleenhearts-dark, #24102F);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.swiper-slide {
    position: relative;
}

.slide-shape {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 700px;
    }
    .slide-shape {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 300px;
    }
    .slide-shape {
        display: none;
    }
    .hero-style-1 .slide-title h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 570px) {
    .theme-btn-s2 {
        display: none;
    }
}


.theme-btn, .theme-btn-s2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 12px 60px 12px 30px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 40px;
    position: relative;
    /* background: -webkit-linear-gradient(left, #18b760, #e9bf3d 50%, #18b760); */
    background: rgb(159,32,31);
    background-size: 200%, 1px;
    background-position: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.hero-slider .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.slide-inner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* adjust the darkness */
    z-index: 1;
}

.slide-inner .container {
    position: relative;
    z-index: 2;
    color: white;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: rgba(255, 255, 255, 0.3);
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center;
    border-radius: 60px;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
}

.hero-slider .swiper-button-prev:before {
    font-family: "themify";
    content: "\e629";
    font-size: 20px;
    color: #fff;
}

.hero-slider .swiper-button-next {
    right: 25px;
}

.hero-slider .swiper-button-next:before {
    font-family: "themify";
    content: "\e628";
    font-size: 20px;
    color: #fff;
}

.hero-slider .swiper-pagination-bullets {
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

@media (max-width: 1199px) {
    .hero-slider .swiper-pagination {
        width: 970px;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-pagination {
        width: 1170px;
        height: 0;
        text-align: center;
        -webkit-transition: .3s opacity;
        -o-transition: .3s opacity;
        transition: .3s opacity;
        position: absolute;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
        background: #eabf3d;
        width: 13px;
        height: 13px;
        margin: 15px 0 15px auto;
        display: block;
        border: 3px solid transparent;
        opacity: 1;
    }
    .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #fff;
        border: 3px solid #13b761;
    }
}

@media (max-width: 991px) {
    .hero-slider .swiper-pagination {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%;
        top: auto;
        top: auto !important;
    }
    .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
        background: #fff;
        width: 13px;
        height: 13px;
        margin: 6px;
        border: 3px solid transparent;
        opacity: 1;
    }
    .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #2db85d;
        border: 3px solid #fff;
    }
}

/*--------------------------------------------------------------
	#hero-style-1
--------------------------------------------------------------*/

.hero-style-1 .slide-thumb {
    width: 175px;
    height: 70px;
    line-height: 58px;
    text-align: center;
    background: url(../images/shape/comment.png) center center/cover no-repeat local;
}

.hero-style-1 .slide-thumb span {
    font-size: 20px;
}

.hero-style-1 .slide-title {
    max-width: 100%;
    margin-bottom: -10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.hero-style-1 .slide-title h2 {
    font-size: 5rem;
    color: #fff;
    margin-top: 220px;
    line-height: 80px;
    font-weight: 600;

    /* text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 991px) {
    .hero-style-1 .slide-title h2 {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slide-title h2 {
        font-size: 35px;
        line-height: 30px;
        margin-top: 120px;
    }
    .header-style-2 .navigation .navbar-brand,
    .header-style-3 .navigation .navbar-brand {
        font-size: 30px;
    }
}

@media (max-width: 530px) {
    .tp-site-header .cart-search-contact {
        right: 55px;
    }
    .hero-style-1 .slide-title h2 {
        font-size: 26px;
    }
}

.hero-style-1 .slide-title h2 span {
    display: inline-block;
    font-style: italic;
    position: relative;
}

.hero-style-1 .slide-title h2 span:before {
    content: "";
    background-color: rgba(193, 14, 14, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: -1;
}

.hero-style-1 .slide-text {
    max-width: 700px;
    position: relative;
    z-index: 50;
}

.hero-style-1 .slide-text p {
    font-size: 1rem;
    color: #fff;
    margin: 0 0 2.5em;
}

.hero-style-1 .slide-btns {
    position: relative;
    z-index: 50;
}

@media (max-width: 767px) {
    .hero-style-1 .slide-btns:after {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .hero-style-1 .container {
        padding-top: 80px;
    }

}

@media screen and (max-width: 991px) {
    .hero-style-1 .container {
        padding-top: 60px;
    }
}

.hero-style-v2 .container {
    padding-top: 0;
}

/* .container-fluid{
    position: fixed;
    background-color: var(--cleenhearts-white, #fff);
} */
.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .main-header-two__logo {
        display: none;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-10 {
    --bs-gutter-y: 10px;
}

.gutter-y-15 {
    --bs-gutter-y: 15px;
}

.gutter-y-17 {
    --bs-gutter-y: 17px;
}

.gutter-y-20 {
    --bs-gutter-y: 20px;
}

.gutter-y-25 {
    --bs-gutter-y: 25px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-40 {
    --bs-gutter-y: 40px;
}

.gutter-y-50 {
    --bs-gutter-y: 50px;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

.sec-title {
    margin-bottom: 54px;
}

.sec-title__tagline {
    display: table;
    position: relative;
    margin: 0;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-purple, #204a8f);
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-left: 24px;
}

.sec-title__tagline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c62b23;
    z-index: 1;
}

.sec-title__tagline::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 1px solid #204a8f;
}

.sec-title__tagline--center {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
}

.sec-title__tagline--center::before {
    left: 0;
}

.sec-title__tagline--center::after {
    left: 5.5px;
}

.sec-title__title {
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 50px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: var(--cleenhearts-letter-space-xl, -1.5px);
}

@media (max-width: 1199px) {
    .sec-title__title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .sec-title__title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .sec-title__title {
        font-size: 35px;
    }
}

@media (max-width: 425px) {
    .sec-title__title {
        font-size: 33px;
    }
}

.sec-title__title__inner {
    position: relative;
}

.sec-title__title__inner::after {
    content: "";
    background-image: url(../images/shapes/title-shape-1-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 22.3px;
    position: absolute;
    left: 2px;
    bottom: -8px;
    width: 100%;
    height: 22.3px;
    z-index: -1;
    animation: smartMove 5s infinite;
}

.sec-title--two {
    margin: 0;
}

.sec-title--two.sec-title--center {
    text-align: center;
}

.sec-title--two.sec-title--center .sec-title__top {
    justify-content: center;
}

.sec-title--two .sec-title__top {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec-title--two .sec-title__tagline {
    margin: 0;
    display: block;
    color: var(--cleenhearts-orange, #E76100);
}

.sec-title--two .sec-title__tagline::before,
.sec-title--two .sec-title__tagline::after {
    display: none;
}

.sec-title--two .sec-title__title {
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.sec-title--three .sec-title__tagline {
    color: var(--cleenhearts-brown2);
}

.sec-title--three .sec-title__tagline::before {
    background-color: var(--cleenhearts-brown2);
}

.sec-title--three .sec-title__tagline::after {
    border-color: var(--cleenhearts-brown2);
}

.cleenhearts-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-color: #ffffff;
    padding: 16px 22px 16px 19px;
    transition: 500ms;
    border-radius: 100px;
    border: 2px solid #204a8f;
}

.cleenhearts-btn__icon-box {
    position: relative;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    text-align: left;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    /* background-color: var(--cleenhearts-base, #2e2e2e); */
    background-color: #204a8f;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
}

.cleenhearts-btn__icon-box__inner {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
}

.cleenhearts-btn__icon-box__inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: var(--cleenhearts-white, #fff);
}

.cleenhearts-btn__icon-box__inner span.icon-trolley {
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
}

.cleenhearts-btn__icon-box__inner span.icon-heart {
    font-size: 16px;
}

.cleenhearts-btn__icon-box__inner span.icon-donate {
    font-size: 18px;
}

.cleenhearts-btn__text {
    position: relative;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 18px;
    color: #204a8f;
    margin-left: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    z-index: 11;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 412px) {
    .cleenhearts-btn__text {
        font-size: 14px;
    }
}

.cleenhearts-btn:hover .cleenhearts-btn__icon-box {
    width: calc(100% - 18px);
    background-color: #c62b23;
}

.cleenhearts-btn:hover {
    border: 2px solid #c62b23;
}

.cleenhearts-btn:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-white, #fff);
}

.cleenhearts-btn--white {
    background-color: var(--cleenhearts-white2, #EFECE7);
}

.cleenhearts-btn--white .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.cleenhearts-btn--white .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.cleenhearts-btn--white:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-base, #2e2e2e);
}

.cleenhearts-btn--border {
    background-color: transparent;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.cleenhearts-btn--border .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.cleenhearts-btn--border .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.cleenhearts-btn--border .cleenhearts-btn__text {
    color: var(--cleenhearts-base, #2e2e2e);
}

.cleenhearts-btn--border:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-base, #2e2e2e);
}

.cleenhearts-btn--border-base {
    background-color: transparent;
    border: 1px solid var(--cleenhearts-base, #2e2e2e);
}

.cleenhearts-btn--border-base .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.cleenhearts-btn--bramble {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-bramble);
}

.cleenhearts-btn--bramble .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-brown);
}

.cleenhearts-btn--brown {
    color: var(--cleenhearts-bramble);
    background-color: var(--cleenhearts-brown);
}

.cleenhearts-btn--brown .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-bramble);
}

.cleenhearts-btn-two {
    display: inline-block;
    padding: 13.5px 22px;
    font-size: 16px;
    color: var(--cleenhearts-orange, #E76100);
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid var(--cleenhearts-orange, #E76100);
    border-radius: 10px;
    transition: all 500ms ease;
}

.cleenhearts-btn-two:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-orange, #E76100);
}

.volunteer-profile {
    margin-top: 54px;
    display: flex;
    align-items: center;
    gap: 30px 0;
}

@media (max-width: 575px) {
    .volunteer-profile {
        flex-direction: column;
        align-items: flex-start;
    }
}

.volunteer-profile__inner {
    display: flex;
    align-items: center;
    gap: 21px;
    border-right: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    padding-right: 34px;
}

@media (max-width: 575px) {
    .volunteer-profile__inner {
        padding-right: 0;
        border: 0;
    }
}

.volunteer-profile__image {
    width: 82px;
    height: 82px;
    border-radius: 50%;
}

.volunteer-profile__name {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.volunteer-profile__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.volunteer-profile__name a:hover {
    background-size: 100% 1px;
}

.volunteer-profile__designation {
    font-size: 14px;
    color: var(--cleenhearts-purple, #965995);
    font-weight: 500;
    line-height: 1.142;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.volunteer-profile__signature {
    margin-left: 34px;
}

@media (max-width: 575px) {
    .volunteer-profile__signature {
        margin-left: 0;
    }
}

.progress-box__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.progress-box__bar {
    width: 100%;
    height: 7px;
    border: 1px solid var(--cleenhearts-purple, #965995);
    border-radius: 10px;
    position: relative;
}

.progress-box__bar__inner {
    position: relative;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--cleenhearts-purple, #965995);
    transition: all 1500ms linear;
    border-radius: 10px;
    width: 0px;
    z-index: 1;
}

.progress-box__bar__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    background-color: var(--cleenhearts-purple, #965995);
    border: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    z-index: 11;
}

.progress-box__bar__inner::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.progress-box__number {
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.166;
    text-transform: capitalize;
    color: var(--cleenhearts-purple, #965995);
}

.contact-information {
    display: flex;
    align-items: center;
    gap: 30px 0;
}

@media (max-width: 575px) {
    .contact-information {
        flex-direction: column;
        align-items: flex-start;
    }
}

.contact-information__btn {
    position: relative;
    margin-right: 21px;
}

.contact-information__btn::after {
    content: "";
    width: 1px;
    height: calc(100% - 6px);
    background-color: var(--cleenhearts-white2, #EFECE7);
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .contact-information__btn {
        margin-right: 0;
    }

    .cleenhearts-btn {
        padding: 16px 22px 16px 60px;
    }

    .contact-information__btn::after {
        display: none;
    }
}

.contact-information__phone {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 21px;
}

@media (max-width: 575px) {
    .contact-information__phone {
        padding-left: 0;
        border: 0;
    }
}

.contact-information__phone__icon {
    position: relative;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid var(--cleenhearts-purple, #965995);
    z-index: 1;
}

.contact-information__phone__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 300ms ease, opacity 300ms ease;
    background-color: var(--cleenhearts-purple, #965995);
}

.contact-information__phone__icon span {
    font-size: 20px;
    color: var(--cleenhearts-purple, #965995);
}

.contact-information__phone:hover .contact-information__phone__icon span {
    color: var(--cleenhearts-white, #fff);
}

.contact-information__phone:hover .contact-information__phone__icon::after {
    opacity: 1;
    transform: scale(1);
}

.contact-information__phone__text {
    position: relative;
    top: -2px;
}

.contact-information__phone__text span {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
}

.contact-information__phone__text h5 {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 6px;
    margin-bottom: 0;
}

.contact-information__phone__text h5:hover {
    color: var(--cleenhearts-purple, #965995);
}

.contact-information__phone__text h5 a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-information__phone__text h5 a:hover {
    background-size: 100% 1px;
}

.video-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--cleenhearts-base, #2e2e2e);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-button span {
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    color: var(--cleenhearts-white, #fff);
}

.video-button:hover {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.video-button:hover span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.video-button__ripple::before,
.video-button__ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--cleenhearts-base-rgb, 53, 28, 66), 0.6);
    -webkit-animation: productVideo 3s infinite;
    animation: productVideo 3s infinite;
    border-radius: 50%;
}

.video-button__ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-button__ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@keyframes productVideo {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.custom-radio__input {
    display: none;
}

.custom-radio__title {
    position: relative;
    cursor: pointer;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.custom-radio__title::before {
    content: "";
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -5px 16px;
    margin-left: 0;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.custom-radio__title::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #AA96B4;
    left: 7px;
    top: 13px;
    margin: -8px 20px;
    margin-left: 0;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.custom-radio__input:checked+.custom-radio__title::before {
    border-color: var(--cleenhearts-purple, #965995);
}

.custom-radio__input:checked+.custom-radio__title::after {
    background-color: var(--cleenhearts-purple, #965995);
}

.custom-radio__input:checked+.custom-radio__title {
    text-shadow: 0 0 0.5px currentColor;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
    display: none;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--cleenhearts-base, #2e2e2e);
}


.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--cleenhearts-text, #757277);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.block-title {
    margin-top: -8px;
    margin-bottom: 50px;
}

.block-title__decor {
    width: 21px;
    height: 14px;
    background-image: url(../images/shapes/leaf-1-1.html);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    line-height: 1;
    margin-bottom: -5px;
    position: relative;
    top: -7px;
}

.block-title p {
    margin: 0;
    color: var(--cleenhearts-text, #757277);
    font-size: 16px;
    line-height: 1;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .block-title p {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .block-title p {
        font-size: 20px;
    }
}

.block-title h3 {
    margin: 0;
    font-size: 35px;
    color: var(--cleenhearts-dark, #24102F);
    font-family: var(--cleenhearts-special-font, "Schoolbell", cursive);
}

@media (min-width: 768px) {
    .block-title h3 {
        font-size: 42px;
    }
}

@media (min-width: 992px) {
    .block-title h3 {
        font-size: 50px;
    }
}

.ul-list-one {
    margin-bottom: 0;
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--cleenhearts-dark, #24102F);
}

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 20px;
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
}

.preloader {
    position: fixed;
    background-color: #32020b;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--cleenhearts-base, #2e2e2e);
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-right: 8px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--cleenhearts-base, #2e2e2e);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

.scroll-to-top--two .scroll-to-top__text {
    color: var(--cleenhearts-orange, #E76100);
}

.scroll-to-top--two .scroll-to-top__wrapper {
    background-color: var(--cleenhearts-black3);
}

.scroll-to-top--two .scroll-to-top__inner {
    background-color: var(--cleenhearts-orange, #E76100);
}

.scroll-to-top--three .scroll-to-top__text {
    color: var(--cleenhearts-brown2);
}

.scroll-to-top--three .scroll-to-top__inner {
    background-color: var(--cleenhearts-brown2);
}

/* social links */

.social-link {
    display: flex;
    align-items: center;
    gap: 20px 32px;
}

.social-link a {
    position: relative;
    font-size: 20px;
    color: var(--cleenhearts-text, #757277);
    transition: all 500ms ease;
    line-height: 1;
}

.social-link a:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.social-link a+a::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -16px;
    background-color: var(--cleenhearts-white3, #D7D3CB);
}

.social-link-two {
    display: flex;
    align-items: center;
    gap: 7px;
}

.social-link-two a {
    font-size: 14px;
    color: var(--cleenhearts-base, #2e2e2e);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--cleenhearts-base, #2e2e2e);
    transition: all 400ms ease;
}

.social-link-two a:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-purple, #965995);
    border-color: transparent;
}

.person-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.person-social li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--cleenhearts-base, #2e2e2e);
    font-size: 14px;
    color: var(--cleenhearts-base, #2e2e2e);
    z-index: 1;
}

.person-social li a::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 300ms ease, opacity 300ms ease;
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.person-social li a:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.person-social li a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.person-social li a span {
    color: inherit;
}

/* post paginations */

.post-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}

.post-pagination a {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    align-items: center;
    justify-content: center;
    color: var(--cleenhearts-text, #757277);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    line-height: 1;
    border: 1px solid transparent;
    transition: 500ms ease;
}

.post-pagination a span {
    font-size: 14px;
    color: var(--cleenhearts-base, #2e2e2e);
}

.post-pagination a:hover {
    border-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-purple, #965995);
    background-color: transparent;
}

.post-pagination a:hover span {
    color: var(--cleenhearts-purple, #965995);
}

.post-pagination li:last-child a {
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
}

.post-pagination li:last-child a span {
    color: var(--cleenhearts-white, #fff);
}

.cleenhearts-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
}

.cleenhearts-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.cleenhearts-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.cleenhearts-owl__carousel--basic-nav .owl-nav {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 35px;
}

.cleenhearts-owl__carousel--basic-nav .owl-nav::before,
.cleenhearts-owl__carousel--basic-nav .owl-nav::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 75px);
    height: 1px;
    background-color: var(--cleenhearts-border-color, #D7D3CB);
}

.cleenhearts-owl__carousel--basic-nav .owl-nav::before {
    left: 0;
}

.cleenhearts-owl__carousel--basic-nav .owl-nav::after {
    right: 0;
}

.cleenhearts-owl__carousel--basic-nav .owl-nav button:hover {
    background-color: transparent !important;
}

.cleenhearts-owl__carousel--basic-nav .owl-nav button span {
    border: 0;
    outline: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cleenhearts-text, #757277);
    border-radius: 50%;
    font-size: 15px;
    color: var(--cleenhearts-base, #2e2e2e);
    transition: all 500ms ease;
}

.cleenhearts-owl__carousel--basic-nav .owl-nav button span:hover {
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
}

.cleenhearts-owl__carousel--basic-nav .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-top: 60px;
}

.cleenhearts-owl__carousel--basic-nav .owl-dots .owl-dot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.cleenhearts-owl__carousel--basic-nav .owl-dots .owl-dot::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--cleenhearts-purple, #965995);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.cleenhearts-owl__carousel--basic-nav .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #DCDCDC;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

.cleenhearts-owl__carousel--basic-nav .owl-dots .owl-dot:hover span {
    background-color: var(--cleenhearts-purple, #965995);
}

.cleenhearts-owl__carousel--basic-nav .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.cleenhearts-owl__carousel--basic-nav .owl-dots .owl-dot.active span {
    background-color: var(--cleenhearts-purple, #965995);
}

.cleenhearts-owl__carousel--basic-nav .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.volunteer-group {
    position: relative;
    display: flex;
    align-items: center;
}

.volunteer-group__total {
    margin-left: -16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--cleenhearts-bramble);
    background-color: var(--cleenhearts-white, #fff);
    border: 3px solid var(--cleenhearts-pastel-grey);
    z-index: 1;
}

.volunteer-group__link,
.volunteer-group__total {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
}

.volunteer-group__link+.volunteer-group__link {
    margin-left: -16px;
}

.volunteer-group__image {
    width: 50px;
    height: 50px;
    border: 3px solid var(--cleenhearts-white, #fff);
    border-radius: 50%;
}

.volunteer-group__title {
    margin: 0 0 0 13px;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--cleenhearts-bramble);
}

.cleenhearts-ratings {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cleenhearts-ratings span {
    font-size: 15px;
    color: var(--cleenhearts-orange, #E76100);
}

.ui-datepicker .ui-datepicker-header {
    background-image: none;
    background-color: var(--cleenhearts-dark, #24102F);
    color: var(--cleenhearts-white, #fff);
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar th span {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar td {
    background-color: var(--cleenhearts-white, #fff);
    background-image: none;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
}

.ui-datepicker-calendar td a {
    border-color: var(--cleenhearts-border-color, #D7D3CB);
    background-color: var(--cleenhearts-gray, #888888);
    background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
    border-color: var(--cleenhearts-border-color, #D7D3CB);
    background-color: var(--cleenhearts-white2, #EFECE7);
    background-image: none;
    color: var(--cleenhearts-base, #2e2e2e);
    padding: 10px 5px;
    text-align: center;
    line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-image: none;
    background-color: var(--cleenhearts-white, #fff);
    color: var(--cleenhearts-dark, #24102F);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: var(--cleenhearts-base, #2e2e2e);
    color: var(--cleenhearts-white, #fff);
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
    right: 2px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.testimonials-card {
    padding: 40px 40px 34px;
    position: relative;
    border-radius: 20px;
    height: 350px;
}

@media (max-width: 1199px) {
    .testimonials-card {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonials-card {
        height: 100%;
    }
}

@media (max-width: 575px) {
    .testimonials-card {
        padding-bottom: 40px;
    }
}

.testimonials-card__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-white, #fff);
    mix-blend-mode: multiply;
    border-radius: 20px;
}

.testimonials-card__top {
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-between;
}

.testimonials-card__quote {
    margin-top: 6px;
    margin-bottom: 31px;
}

.testimonials-card__quote span {
    font-size: 46px;
    color: var(--cleenhearts-purple, #965995);
}

.testimonials-card__content {
    position: relative;
    z-index: 11;
}

.testimonials-card__text {
    padding-right: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.59;
    text-transform: capitalize;
    margin-bottom: 36px;
}

@media (max-width: 1199px) {
    .testimonials-card__text {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .testimonials-card__text {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .testimonials-card__text {
        font-size: 13px;
    }
}

.testimonials-card__info {
    display: flex;
    align-items: center;
    gap: 25px 0;
}

@media (max-width: 575px) {
    .testimonials-card__info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.testimonials-card__info__left {
    position: relative;
    padding-right: 65px;
}

.testimonials-card__info__left::after {
    content: "";
    width: 1px;
    height: 57px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 1199px) {
    .testimonials-card__info__left {
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .testimonials-card__info__left {
        padding-right: 0;
    }

    .testimonials-card__info__left::after {
        display: none;
    }
}

.testimonials-card__name {
    font-size: 24px;
    line-height: 1.458;
    text-transform: capitalize;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    margin-bottom: 7px;
}

@media (max-width: 1199px) {
    .testimonials-card__name {
        font-size: 21px;
    }
}

.testimonials-card__designation {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--cleenhearts-purple, #965995);
    text-transform: capitalize;
    margin-bottom: 0;
}

.testimonials-card__rattings {
    margin-left: 10px;
    gap: 4px;
}

@media (max-width: 1199px) {
    .testimonials-card__rattings {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .testimonials-card__rattings {
        margin-left: 0;
    }
}

.testimonials-card__rattings span {
    font-size: 16px;
}

.donation-information {
    position: relative;
    padding: 40px 32px 40px 40px;
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .donation-information {
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .donation-information {
        padding: 30px;
    }
}

.donation-information__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    z-index: 1;
}

.donation-information__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(108deg, #000 0.75%, rgba(53, 28, 66, 0.08) 97.97%);
}

.donation-information__content {
    position: relative;
    z-index: 11;
}

.donation-information__title {
    font-size: 30px;
    color: var(--cleenhearts-white2, #EFECE7);
    line-height: 1;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .donation-information__title {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    .donation-information__title {
        font-size: 24px;
    }
}

.donation-information__text {
    color: var(--cleenhearts-white2, #EFECE7);
    text-transform: capitalize;
    margin-bottom: 31px;
    padding-right: 10px;
}

.donation-information__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.donation-information__list li {
    display: flex;
    align-items: center;
}

.donation-information__list li i {
    font-size: 17px;
    color: var(--cleenhearts-secondary, #c62b23);
}

.donation-information__list li span {
    font-size: 16px;
    color: var(--cleenhearts-white, #fff);
    font-weight: 700;
    line-height: 1.75;
    text-transform: capitalize;
    margin-left: 14px;
}

.donation-information__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.donation-information .cleenhearts-btn {
    border-color: var(--cleenhearts-white, #fff);
}

.donation-information .cleenhearts-btn__text {
    color: var(--cleenhearts-white, #fff);
}

.donation-information .cleenhearts-btn .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.donation-information .cleenhearts-btn .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-base, #2e2e2e);
    transition: all 0.4s ease-in-out;
}

.donation-information .cleenhearts-btn:hover .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-secondary, #c62b23);
    width: 40px;
}

.donation-information .cleenhearts-btn:hover .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.donation-information .cleenhearts-btn:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-base, #2e2e2e);
}

.donation-information .cleenhearts-btn:hover {
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-color: var(--cleenhearts-white2, #EFECE7);
}

.gift-card {
    position: relative;
    padding: 40px;
    border-radius: 20px;
}

@media (max-width: 575px) {
    .gift-card {
        padding: 30px;
    }
}

.gift-card__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    z-index: 1;
}

.gift-card__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(108deg, #000 0.75%, rgba(53, 28, 66, 0.08) 97.97%);
}

.gift-card__content {
    position: relative;
    z-index: 11;
}

.gift-card__title {
    font-size: 30px;
    color: var(--cleenhearts-white, #fff);
    line-height: 1;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .gift-card__title {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    .gift-card__title {
        font-size: 24px;
    }
}

.gift-card__text {
    color: var(--cleenhearts-white2, #EFECE7);
    text-transform: capitalize;
    margin-bottom: 30px;
}

.gift-card__amount {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 29px;
}

.gift-card__btn {
    min-width: 77px;
    height: 60px;
    padding: 0 10px;
    text-align: center;
    outline: 0;
    border: 2px solid var(--cleenhearts-white, #fff);
    border-radius: 100px;
    background-color: transparent;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-white, #fff);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    transition: all 400ms ease;
}

.gift-card__btn.active {
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
    border-color: transparent;
}

@media (max-width: 1399px) {
    .gift-card__btn {
        height: 50px;
    }
}

@media (max-width: 575px) {
    .gift-card__btn {
        height: 45px;
    }
}

.gift-card__btn:hover {
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
    border-color: transparent;
}

.gift-card__form {
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px;
    border: 2px solid var(--cleenhearts-white, #fff);
    border-radius: 100px;
}

@media (max-width: 1399px) {
    .gift-card__form {
        height: 50px;
    }
}

@media (max-width: 575px) {
    .gift-card__form {
        height: 45px;
    }
}

.gift-card__form__input {
    position: relative;
    width: calc(100% - 66px);
    height: 60px;
    padding: 18px 10px;
    text-align: center;
    outline: 0;
    border: 2px solid var(--cleenhearts-white, #fff);
    border-right: none;
    border-radius: 100px;
    background-color: transparent;
}

@media (max-width: 1399px) {
    .gift-card__form__input {
        height: 50px;
    }
}

@media (max-width: 575px) {
    .gift-card__form__input {
        height: 45px;
    }
}

.gift-card__btn,
.gift-card__form__title,
.gift-card__form__input,
.gift-card__form__input::placeholder {
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-white2, #EFECE7);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.gift-card .cleenhearts-btn {
    border-color: var(--cleenhearts-white, #fff);
}

.gift-card .cleenhearts-btn__text {
    color: var(--cleenhearts-white, #fff);
}

.gift-card .cleenhearts-btn .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.gift-card .cleenhearts-btn .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-base, #2e2e2e);
    transition: all 0.4s ease-in-out;
}

.gift-card .cleenhearts-btn:hover .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-secondary, #c62b23);
    width: 40px;
}

.gift-card .cleenhearts-btn:hover .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.gift-card .cleenhearts-btn:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-base, #2e2e2e);
}

.gift-card .cleenhearts-btn:hover {
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-color: var(--cleenhearts-white2, #EFECE7);
}

.event-card-two {
    padding: 29px;
    display: flex;
    border-radius: 20px;
    position: relative;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 767px) {
    .event-card-two {
        display: block;
    }
}

.event-card-two__image {
    position: relative;
    border-radius: 20px;
    width: 314px;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
}

@media (max-width: 1199px) {
    .event-card-two__image {
        width: 300px;
    }
}

.event-card-two__image::after {
    display: none;
}

.event-card-two__image img {
    width: 100%;
    height: 100%;
}

.event-card-two__time {
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    padding: 0 8px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 62px);
    border-radius: 100px;
    background-color: var(--cleenhearts-white, #fff);
    z-index: 11;
    font-size: 16px;
    font-weight: 500;
    color: var(--cleenhearts-gray, #888888);
}

@media (max-width: 1199px) {
    .event-card-two__time {
        width: calc(100% - 40px);
    }
}

.event-card-two__time__icon {
    font-size: 24px;
    line-height: inherit;
    margin-right: 11px;
    color: var(--cleenhearts-purple, #965995);
}

.event-card-two__content {
    position: relative;
    margin-top: 15px;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .event-card-two__content {
        margin-top: 7px;
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .event-card-two__content {
        margin: 0;
        padding: 20px 0 0;
    }
}

.event-card-two__title {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
}

.event-card-two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.event-card-two__title a:hover {
    background-size: 100% 1px;
}

.event-card-two__title a:hover {
    color: var(--cleenhearts-purple, #965995);
}

.event-card-two__text {
    text-transform: capitalize;
    color: var(--cleenhearts-text, #757277);
    padding-bottom: 29px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--cleenhearts-white2, #EFECE7);
}

@media (max-width: 1199px) {
    .event-card-two__text {
        padding-bottom: 24px;
        margin-bottom: 25px;
    }
}

.event-card-two__meta {
    position: relative;
    color: var(--cleenhearts-text, #757277);
    line-height: 14px;
    text-transform: capitalize;
}

.event-card-two__meta__title {
    color: var(--cleenhearts-purple, #965995);
    display: block;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
}

.event-card-three {
    border-radius: 20px;
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.event-card-three__date-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.event-card-three__time {
    padding: 0 19px 0 30px;
    line-height: 36px;
    display: inline-block;
    border-radius: 0px 100px 100px 0px;
    background-color: var(--cleenhearts-purple, #965995);
    font-size: 16px;
    font-weight: 500;
    color: var(--cleenhearts-white, #fff);
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .event-card-three__time {
        padding: 0 11px 0 15px;
        font-size: 15px;
    }
}

.event-card-three__time__icon {
    font-size: 24px;
    line-height: inherit;
    margin-right: 9px;
    position: relative;
    top: 2px;
    color: var(--cleenhearts-secondary, #c62b23);
}

@media (max-width: 767px) {
    .event-card-three__time__icon {
        font-size: 20px;
        margin-right: 5px;
    }
}

.event-card-three__date {
    padding: 0 31px 0 13px;
    line-height: 36px;
    display: inline-block;
    border-radius: 100px 0px 0px 100px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    font-size: 16px;
    font-weight: 700;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .event-card-three__date {
        padding: 0 20px 0 13px;
        font-size: 15px;
    }
}

.event-card-three__content {
    position: relative;
    padding: 21px 30px 30px;
}

@media (max-width: 767px) {
    .event-card-three__content {
        padding: 20px;
    }
}

.event-card-three__title {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .event-card-three__title {
        font-size: 20px;
        line-height: 28px;
    }
}

.event-card-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.event-card-three__title a:hover {
    background-size: 100% 1px;
}

.event-card-three__title a:hover {
    color: var(--cleenhearts-purple, #965995);
}

.event-card-three__text {
    text-transform: capitalize;
    margin-bottom: 35px;
}

.event-card-three__meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px 0;
}

@media (max-width: 575px) {
    .event-card-three__meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

.event-card-three__meta li+li {
    padding-left: 32px;
    margin-left: 32px;
    position: relative;
}

@media (max-width: 1199px) {
    .event-card-three__meta li+li {
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .event-card-three__meta li+li {
        padding-left: 0;
        margin-left: 0;
    }
}

.event-card-three__meta li+li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 41px;
    background-color: var(--cleenhearts-white2, #EFECE7);
}

@media (max-width: 575px) {
    .event-card-three__meta li+li::before {
        display: none;
    }
}

.event-card-three__meta li {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    text-transform: capitalize;
}

.event-card-three__meta__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-purple, #965995);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
    text-transform: capitalize;
}

.event-card-three__meta__title span {
    margin-right: 6px;
}

.event-card-four {
    padding: 29px;
    display: flex;
    border-radius: 20px;
    position: relative;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 991px) {
    .event-card-four {
        display: block;
    }
}

.event-card-four__image {
    position: relative;
    border-radius: 20px;
    width: 37.3%;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
}

@media (max-width: 991px) {
    .event-card-four__image {
        width: 100%;
    }
}

.event-card-four__image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .event-card-four__image img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

.event-card-four__date {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 64px;
    height: 64px;
    padding: 12px 10px;
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 50%;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .event-card-four__date {
        font-size: 14px;
    }
}

.event-card-four__date span {
    color: inherit;
    display: block;
}

.event-card-four:hover .event-card-four__date {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-purple, #965995);
}

.event-card-four__content {
    padding: 5px 0 0 30px;
    position: relative;
}

@media (max-width: 991px) {
    .event-card-four__content {
        padding: 40px 0 0;
    }
}

.event-card-four__time {
    position: relative;
    padding: 5px 10px 9px 7px;
    display: inline-block;
    align-items: center;
    color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
    font-size: 16px;
    color: var(--cleenhearts-text-gray2, #888888);
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #D9D9D9;
    transition: all 0.4s ease-in-out;
    margin: 0px 0 31px;
}

.event-card-four__time__icon {
    position: relative;
    top: 2px;
    font-size: 24px;
    color: var(--cleenhearts-purple, #965995);
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .event-card-four__time__icon {
        font-size: 20px;
    }
}

.event-card-four:hover .event-card-four__time {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-purple, #965995);
    border-color: var(--cleenhearts-purple, #965995);
}

.event-card-four:hover .event-card-four__time .event-card-four__time__icon {
    color: var(--cleenhearts-white, #fff);
}

.event-card-four__title {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 33px;
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .event-card-four__title {
        font-size: 20px;
    }
}

.event-card-four__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.event-card-four__title a:hover {
    background-size: 100% 1px;
}

.event-card-four__title a:hover {
    color: var(--cleenhearts-purple, #965995);
}

.event-card-four__text {
    text-transform: capitalize;
    padding-bottom: 28px;
    margin-bottom: 29px;
    border-bottom: 1px solid var(--cleenhearts-white2, #EFECE7);
}

.event-card-four__meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px 0;
}

@media (max-width: 575px) {
    .event-card-four__meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

.event-card-four__meta li+li {
    padding-left: 32px;
    margin-left: 32px;
    position: relative;
}

@media (max-width: 1199px) {
    .event-card-four__meta li+li {
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .event-card-four__meta li+li {
        padding-left: 0;
        margin-left: 0;
    }
}

.event-card-four__meta li+li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 10px);
    background-color: var(--cleenhearts-white2, #EFECE7);
}

@media (max-width: 575px) {
    .event-card-four__meta li+li::before {
        display: none;
    }
}

.event-card-four__meta li {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    text-transform: capitalize;
}

.event-card-four__meta__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-purple, #965995);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
    text-transform: capitalize;
}

.event-card-four__meta__title span {
    margin-right: 6px;
}

.event-card-grid {
    position: relative;
}

.event-card-grid--reverse {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
}

.event-card-grid--reverse .event-card-grid__content {
    border-top: 1px solid var(--cleenhearts-white3, #D7D3CB);
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}

.event-card-grid--reverse .event-card-grid__image {
    border-radius: 0 0 20px 20px;
    width: 100%;
}

.event-card-grid--reverse .event-card-grid__date-wrapper {
    top: auto;
    bottom: 30px;
}

.event-card-grid__image {
    position: relative;
    display: block;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.event-card-grid__image img {
    width: 100%;
    height: auto;
    transition: transform 500ms ease, opacity 500ms ease;
}

.event-card-grid:hover .event-card-grid__image img {
    transform: scale(1.05) rotate(1.1deg);
}

.event-card-grid__date-wrapper {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-card-grid__time {
    padding: 0 19px 0 30px;
    line-height: 36px;
    display: inline-block;
    border-radius: 0px 100px 100px 0px;
    background-color: var(--cleenhearts-purple, #965995);
    font-size: 16px;
    font-weight: 500;
    color: var(--cleenhearts-white, #fff);
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .event-card-grid__time {
        padding: 0 11px 0 15px;
        font-size: 15px;
    }
}

.event-card-grid__time__icon {
    font-size: 24px;
    line-height: inherit;
    margin-right: 9px;
    position: relative;
    top: 2px;
    color: var(--cleenhearts-white2, #EFECE7);
}

@media (max-width: 767px) {
    .event-card-grid__time__icon {
        font-size: 20px;
        margin-right: 5px;
    }
}

.event-card-grid__date {
    padding: 0 31px 0 13px;
    line-height: 36px;
    display: inline-block;
    border-radius: 100px 0px 0px 100px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    font-size: 16px;
    font-weight: 700;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .event-card-grid__date {
        padding: 0 20px 0 13px;
        font-size: 15px;
    }
}

.event-card-grid__content {
    position: relative;
    border: 1px solid var(--cleenhearts-white3, #D7D3CB);
    border-top: none;
    padding: 31px 30px 29px;
    border-radius: 0 0 20px 20px;
}

.event-card-grid__title {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .event-card-grid__title {
        font-size: 22px;
        line-height: 30px;
    }
}

.event-card-grid__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.event-card-grid__title a:hover {
    background-size: 100% 1px;
}

.event-card-grid__title a:hover {
    color: var(--cleenhearts-purple, #965995);
}

.event-card-grid__meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px 0;
}

@media (max-width: 575px) {
    .event-card-grid__meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

.event-card-grid__meta li+li {
    padding-left: 32px;
    margin-left: 32px;
    position: relative;
}

@media (max-width: 1199px) {
    .event-card-grid__meta li+li {
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .event-card-grid__meta li+li {
        padding-left: 0;
        margin-left: 0;
    }
}

.event-card-grid__meta li+li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 41px;
    background-color: var(--cleenhearts-white3, #D7D3CB);
}

@media (max-width: 575px) {
    .event-card-grid__meta li+li::before {
        display: none;
    }
}

.event-card-grid__meta li {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    text-transform: capitalize;
    color: var(--cleenhearts-base, #2e2e2e);
}

.event-card-grid__meta__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
    text-transform: capitalize;
}

.event-card-grid__meta__title span {
    margin-right: 6px;
    color: var(--cleenhearts-purple, #965995);
}

.donation-card {
    padding: 22px;
    position: relative;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 20px;
}

.donation-card__bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 1;
}

.donation-card__image {
    display: block;
    position: relative;
    z-index: 11;
    overflow: hidden;
    border-radius: 20px;
}

.donation-card__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-80%);
    width: 100%;
    height: 50%;
    border-radius: 20px 20px 0 0;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 400ms ease, visibility 400ms ease, opacity 400ms ease;
}

.donation-card__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(80%);
    width: 100%;
    height: 50%;
    border-radius: 0 0 20px 20px;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 400ms ease, visibility 400ms ease, opacity 400ms ease;
}

.donation-card__image img {
    transition: 0.5s;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.donation-card:hover .donation-card__image::before,
.donation-card:hover .donation-card__image::after {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.donation-card:hover .donation-card__image img {
    transform: scale(1.1);
}

.donation-card__category {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
    padding: 6.5px 11px;
    font-size: 14px;
    color: var(--cleenhearts-purple, #965995);
    font-weight: 500;
    line-height: 1.142;
    text-transform: capitalize;
    z-index: 11;
    transition: all 0.4s ease-in-out;
}

.donation-card:hover .donation-card__category {
    background-color: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
}

.donation-card__content {
    padding-top: 65px;
    position: relative;
    z-index: 11;
}

.donation-card__progress {
    padding: 38px 20px 11px;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 10px;
}

@media (max-width: 425px) {
    .donation-card__progress {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px);
    }
}

.donation-card__progress__bottom {
    margin-top: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donation-card__progress__title {
    font-size: 12px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.donation-card__progress__title span {
    color: inherit;
}

.donation-card .progress-box__number {
    bottom: calc(100% + 13px);
}

.donation-card__title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.66px;
    text-transform: capitalize;
    margin-bottom: 29px;
}

@media (max-width: 991px) {
    .donation-card__title {
        font-size: 20px;
    }
}

.donation-card__title:hover {
    color: var(--cleenhearts-purple, #965995);
}

.donation-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-card__title a:hover {
    background-size: 100% 1px;
}

.donation-card__btn {
    padding: 14px 17px;
    border: 2px solid var(--cleenhearts-base, #2e2e2e);
}

.donation-card__btn .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.donation-card__btn .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-base, #2e2e2e);
    transition: all 0.4s ease-in-out;
}

.donation-card__btn:hover .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-base, #2e2e2e);
    width: 40px;
}

.donation-card__btn:hover .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-white, #fff);
}

.donation-card__btn:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-base, #2e2e2e);
}

.donation-card__btn:hover {
    background-color: var(--cleenhearts-secondary, #c62b23);
    border-color: var(--cleenhearts-secondary, #c62b23);
}

.donation-card-two {
    padding-bottom: 30px;
}

.donation-card-two .donation-card__title {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.72px;
}

.donation-card-two .donation-card__content {
    padding-top: 20px;
}

.donation-card-two .donation-card__progress {
    position: static;
    width: 100%;
    transform: translate(0);
    margin-bottom: 20px;
}

.donation-card-two .donation-card__progress__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
}

.donation-card-two__text {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.donation-card-three {
    padding: 30px 35px 30px 32px;
}

@media (max-width: 991px) {
    .donation-card-three {
        padding: 30px;
    }
}

@media (max-width: 425px) {
    .donation-card-three {
        padding: 25px;
    }
}

.donation-card-three .donation-card__content {
    padding-top: 0;
}

.donation-card-three .donation-card__title {
    margin-bottom: 30px;
}

.donation-card-three__text {
    margin-bottom: 29px;
}

.donation-card-three__text__inner {
    text-transform: capitalize;
    margin-bottom: 0;
}

.donation-card-three .donation-card__progress {
    position: static;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
}

.donation-card-four {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 20px;
}

.donation-card-four__image {
    display: block;
    position: relative;
    z-index: 11;
    overflow: hidden;
    border-radius: 20px;
}

.donation-card-four__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-80%);
    width: 100%;
    height: 50%;
    border-radius: 20px 20px 0 0;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 400ms ease, visibility 400ms ease, opacity 400ms ease;
}

.donation-card-four__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(80%);
    width: 100%;
    height: 50%;
    border-radius: 0 0 20px 20px;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 400ms ease, visibility 400ms ease, opacity 400ms ease;
}

.donation-card-four__image img {
    transition: 0.5s;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.donation-card-four:hover .donation-card-four__image::before,
.donation-card-four:hover .donation-card-four__image::after {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.donation-card-four:hover .donation-card-four__image img {
    transform: scale(1.1);
}

.donation-card-four__category {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
    padding: 6.5px 11px;
    font-size: 14px;
    color: var(--cleenhearts-orange, #E76100);
    font-weight: 500;
    line-height: 1.142;
    text-transform: capitalize;
    z-index: 11;
    transition: all 0.4s ease-in-out;
}

.donation-card-four:hover .donation-card-four__category {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-orange, #E76100);
}

.donation-card-four__content {
    position: relative;
    z-index: 11;
}

.donation-card-four__show {
    padding: 24px 30px 30px;
    transition-timing-function: ease-in-out;
    transition-duration: 400ms;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(1);
}

@media (max-width: 1199px) {
    .donation-card-four__show {
        padding: 24px 25px 25px;
    }
}

.donation-card-four:hover .donation-card-four__show {
    transform: scaleY(0);
}

.donation-card-four__title {
    margin-bottom: 10px;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: -0.04em;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .donation-card-four__title {
        font-size: 22px;
    }
}

.donation-card-four__title:hover {
    color: var(--cleenhearts-orange, #E76100);
}

.donation-card-four__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-card-four__title a:hover {
    background-size: 100% 1px;
}

.donation-card-four__text {
    margin-bottom: 56px;
    text-transform: capitalize;
}

.donation-card-four__progress__bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donation-card-four__progress__title {
    font-size: 12px;
    color: var(--cleenhearts-text, #757277);
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.donation-card-four__progress__title span {
    color: inherit;
}

.donation-card-four .progress-box__number {
    left: 0;
    right: auto;
    font-size: 24px;
    color: var(--cleenhearts-orange, #E76100);
    font-weight: 800;
    bottom: calc(100% + 5px);
}

.donation-card-four .progress-box__bar {
    border-color: var(--cleenhearts-orange, #E76100);
}

.donation-card-four .progress-box__bar__inner {
    background-color: var(--cleenhearts-orange, #E76100);
}

.donation-card-four .progress-box__bar__inner::before,
.donation-card-four .progress-box__bar__inner::after {
    display: none;
}

.donation-card-four__hover {
    padding: 24px 30px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition-timing-function: ease-in-out;
    transition-duration: 400ms;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
}

@media (max-width: 1199px) {
    .donation-card-four__hover {
        padding: 24px 25px 25px;
    }
}

.donation-card-four__hover .donation-card-four__title {
    margin-bottom: 18px;
}

.donation-card-four:hover .donation-card-four__hover {
    transform: scaleY(1);
}

.donation-card-four__btn {
    padding: 10px 22px;
    margin-bottom: 54px;
}

.donation-card-five {
    position: relative;
    background-color: var(--cleenhearts-gray4);
    border-radius: 20px;
}

.donation-card-five__image {
    position: relative;
    z-index: 11;
    overflow: hidden;
    border-radius: 20px;
}

.donation-card-five__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-80%);
    width: 100%;
    height: 50%;
    border-radius: 20px 20px 0 0;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 400ms ease, visibility 400ms ease, opacity 400ms ease;
}

.donation-card-five__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(80%);
    width: 100%;
    height: 50%;
    border-radius: 0 0 20px 20px;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 400ms ease, visibility 400ms ease, opacity 400ms ease;
}

.donation-card-five__image img {
    transition: 0.5s;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.donation-card-five:hover .donation-card-five__image::before,
.donation-card-five:hover .donation-card-five__image::after {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.donation-card-five:hover .donation-card-five__image img {
    transform: scale(1.1);
}

.donation-card-five__category {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
    padding: 6.5px 11px;
    font-size: 14px;
    color: var(--cleenhearts-brown);
    font-weight: 500;
    line-height: 1.142;
    text-transform: capitalize;
    z-index: 11;
    transition: all 0.4s ease-in-out;
}

.donation-card-five:hover .donation-card-five__category {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-brown);
}

.donation-card-five__btn {
    position: absolute;
    left: 30px;
    bottom: 0;
    padding: 16.5px 28.5px 14.5px;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-bramble);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 10px 10px 0px 0px;
    z-index: 11;
}

@media (max-width: 1199px) {
    .donation-card-five__btn {
        padding: 14px 25px 12px;
        font-size: 15px;
    }
}

.donation-card-five__btn:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-bramble);
}

.donation-card-five__content {
    padding: 24px 30px 30px;
    position: relative;
    z-index: 11;
}

@media (max-width: 1199px) {
    .donation-card-five__content {
        padding: 24px 25px 25px;
    }
}

.donation-card-five__title {
    margin-bottom: 10px;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.donation-card-five__title:hover {
    color: var(--cleenhearts-bramble);
}

.donation-card-five__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-card-five__title a:hover {
    background-size: 100% 1px;
}

.donation-card-five__text {
    margin-bottom: 56px;
    text-transform: capitalize;
}

.donation-card-five__progress__bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donation-card-five__progress__title {
    font-size: 12px;
    color: var(--cleenhearts-text, #757277);
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.donation-card-five__progress__title span {
    color: inherit;
}

.donation-card-five .progress-box__number {
    left: 0;
    right: auto;
    font-size: 24px;
    color: var(--cleenhearts-brown2);
    font-weight: 800;
    bottom: calc(100% + 5px);
}

.donation-card-five .progress-box__bar {
    border-color: var(--cleenhearts-brown2);
}

.donation-card-five .progress-box__bar__inner {
    background-color: var(--cleenhearts-brown2);
}

.donation-card-five .progress-box__bar__inner::before,
.donation-card-five .progress-box__bar__inner::after {
    display: none;
}

.video-one {
    padding: 192px 0;
    position: relative;
}

@media (max-width: 767px) {
    .video-one {
        padding: 115px 0;
    }
}

.video-one__bg {
    position: relative;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-one__bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: RGBA(var(--cleenhearts-base-rgb, 53, 28, 66), 0.8);
}

.video-one .container {
    position: relative;
    z-index: 2;
}

.video-one__title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 150px;
    text-align: center;
    line-height: 0.666;
    letter-spacing: -6px;
    text-transform: capitalize;
    color: RGBA(var(--cleenhearts-base-rgb, 53, 28, 66), 1);
    text-shadow: 1px 1px 0 var(--cleenhearts-white, #fff), -1px -1px 0 var(--cleenhearts-white, #fff), 1px -1px 0 var(--cleenhearts-white, #fff), -1px 1px 0 var(--cleenhearts-white, #fff), 1px 1px 0 var(--cleenhearts-white, #fff);
    z-index: 1;
}

.video-one__title__one {
    color: RGBA(var(--cleenhearts-purple-rgb, 150, 89, 149), 1);
}

@media (max-width: 1199px) {
    .video-one__title {
        font-size: 126px;
    }
}

@media (max-width: 991px) {
    .video-one__title {
        font-size: 80px;
    }

    .video-one__title__two {
        color: RGBA(var(--cleenhearts-purple-rgb, 150, 89, 149), 1);
    }
}

@media (max-width: 767px) {
    .video-one__title {
        display: none;
    }
}

.video-one__button {
    width: 231px;
    height: 231px;
    background-color: var(--cleenhearts-purple, #965995);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (max-width: 767px) {
    .video-one__button {
        width: 150px;
        height: 150px;
    }
}

.video-one__button::after {
    content: "";
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    position: absolute;
    top: -60px;
    left: -60px;
    border-radius: 50%;
    border: 1px dashed RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.25);
    animation-duration: 1500ms;
    animation: rotated 10s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
}

.video-one__button:hover::after {
    border-color: rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 0.7);
}

.video-one__button span {
    position: relative;
    z-index: 99;
    font-size: 65px;
    color: var(--cleenhearts-secondary, #c62b23);
}

@media (max-width: 767px) {
    .video-one__button span {
        font-size: 35px;
    }
}

.video-one__button .video-button__ripple::before,
.video-one__button .video-button__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 0.6);
}

.video-two {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.video-two .container {
    position: relative;
    z-index: 1;
}

.video-two__image {
    position: relative;
    width: 100%;
    height: 530px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 408.000000"><g transform="translate(0.000000,408.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4473 4043 c-7 -2 -13 -9 -13 -14 0 -29 -169 -172 -230 -195 -8 -3 -23 -10 -32 -15 -10 -5 -43 -17 -75 -28 -262 -86 -567 -97 -973 -36 -661 99 -1005 94 -1239 -18 -87 -42 -157 -114 -206 -212 -22 -44 -41 -82 -42 -84 -1 -2 -71 -3 -155 -2 -113 2 -157 -1 -170 -11 -11 -8 -21 -38 -27 -78 -11 -76 -25 -115 -68 -191 -31 -54 -127 -152 -167 -170 -12 -5 -28 -13 -36 -17 -51 -29 -74 -37 -150 -52 l-85 -16 -5 -99 c-6 -110 -7 -112 -88 -114 -43 -1 -137 -48 -211 -105 -52 -41 -161 -156 -186 -198 -71 -120 -168 -238 -260 -316 l-50 -43 40 -32 c72 -58 145 -140 213 -242 122 -184 232 -291 361 -355 33 -17 75 -30 93 -31 81 -2 82 -4 88 -114 l5 -99 85 -16 c76 -15 99 -23 150 -52 8 -4 26 -13 39 -18 37 -16 154 -141 177 -191 39 -81 53 -123 59 -182 5 -42 11 -60 26 -68 12 -6 80 -9 170 -8 82 1 151 0 152 -2 1 -2 20 -40 42 -84 154 -309 523 -368 1445 -230 272 41 499 50 685 26 287 -36 470 -117 602 -267 36 -40 54 -53 66 -48 9 3 17 10 17 15 0 29 169 172 230 195 8 3 23 10 32 15 10 5 43 17 75 28 262 86 566 97 973 36 570 -85 872 -92 1115 -28 159 42 262 123 330 258 22 44 41 82 42 84 1 2 70 3 152 2 90 -1 158 2 170 8 15 8 21 26 26 68 6 59 20 101 59 182 23 50 140 175 177 191 13 5 31 14 39 18 51 29 74 37 150 52 l85 16 5 99 c6 110 7 112 88 114 43 1 137 48 211 105 52 41 161 156 186 198 71 120 168 238 260 316 l50 43 -40 31 c-69 55 -143 140 -217 248 -89 132 -164 218 -239 276 -74 57 -168 104 -211 105 -81 2 -82 4 -88 114 l-5 99 -85 16 c-76 15 -99 23 -150 52 -8 4 -24 12 -36 17 -40 18 -136 116 -167 170 -43 76 -57 114 -69 191 -6 38 -17 70 -27 78 -12 10 -56 13 -169 11 -84 -1 -154 0 -155 2 -1 2 -20 40 -42 84 -154 309 -523 368 -1445 230 -406 -61 -713 -50 -970 35 -123 41 -244 120 -321 210 -23 27 -45 50 -48 49 -3 0 -12 -3 -18 -6z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 408.000000"><g transform="translate(0.000000,408.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4473 4043 c-7 -2 -13 -9 -13 -14 0 -29 -169 -172 -230 -195 -8 -3 -23 -10 -32 -15 -10 -5 -43 -17 -75 -28 -262 -86 -567 -97 -973 -36 -661 99 -1005 94 -1239 -18 -87 -42 -157 -114 -206 -212 -22 -44 -41 -82 -42 -84 -1 -2 -71 -3 -155 -2 -113 2 -157 -1 -170 -11 -11 -8 -21 -38 -27 -78 -11 -76 -25 -115 -68 -191 -31 -54 -127 -152 -167 -170 -12 -5 -28 -13 -36 -17 -51 -29 -74 -37 -150 -52 l-85 -16 -5 -99 c-6 -110 -7 -112 -88 -114 -43 -1 -137 -48 -211 -105 -52 -41 -161 -156 -186 -198 -71 -120 -168 -238 -260 -316 l-50 -43 40 -32 c72 -58 145 -140 213 -242 122 -184 232 -291 361 -355 33 -17 75 -30 93 -31 81 -2 82 -4 88 -114 l5 -99 85 -16 c76 -15 99 -23 150 -52 8 -4 26 -13 39 -18 37 -16 154 -141 177 -191 39 -81 53 -123 59 -182 5 -42 11 -60 26 -68 12 -6 80 -9 170 -8 82 1 151 0 152 -2 1 -2 20 -40 42 -84 154 -309 523 -368 1445 -230 272 41 499 50 685 26 287 -36 470 -117 602 -267 36 -40 54 -53 66 -48 9 3 17 10 17 15 0 29 169 172 230 195 8 3 23 10 32 15 10 5 43 17 75 28 262 86 566 97 973 36 570 -85 872 -92 1115 -28 159 42 262 123 330 258 22 44 41 82 42 84 1 2 70 3 152 2 90 -1 158 2 170 8 15 8 21 26 26 68 6 59 20 101 59 182 23 50 140 175 177 191 13 5 31 14 39 18 51 29 74 37 150 52 l85 16 5 99 c6 110 7 112 88 114 43 1 137 48 211 105 52 41 161 156 186 198 71 120 168 238 260 316 l50 43 -40 31 c-69 55 -143 140 -217 248 -89 132 -164 218 -239 276 -74 57 -168 104 -211 105 -81 2 -82 4 -88 114 l-5 99 -85 16 c-76 15 -99 23 -150 52 -8 4 -24 12 -36 17 -40 18 -136 116 -167 170 -43 76 -57 114 -69 191 -6 38 -17 70 -27 78 -12 10 -56 13 -169 11 -84 -1 -154 0 -155 2 -1 2 -20 40 -42 84 -154 309 -523 368 -1445 230 -406 -61 -713 -50 -970 35 -123 41 -244 120 -321 210 -23 27 -45 50 -48 49 -3 0 -12 -3 -18 -6z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background: linear-gradient(90deg, var(--cleenhearts-brown2) 0%, rgba(var(--cleenhearts-brown2-rgb), 0.2) 100%);
}

@media (max-width: 1199px) {
    .video-two__image {
        height: 420px;
    }
}

@media (max-width: 991px) {
    .video-two__image {
        height: 310px;
    }
}

.video-two__image__inner {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 402.000000"><g transform="translate(0.000000,402.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4475 3982 c-5 -4 -27 -28 -47 -54 -54 -66 -134 -122 -248 -171 -227 -97 -609 -121 -1000 -62 -496 74 -793 92 -1005 60 -276 -43 -396 -119 -486 -312 l-29 -63 -166 0 c-122 0 -166 -3 -169 -12 -3 -7 -9 -40 -14 -73 -5 -33 -15 -76 -22 -95 -21 -55 -80 -141 -130 -190 -72 -70 -216 -135 -314 -142 l-40 -3 -5 -100 -5 -100 -45 -6 c-48 -6 -125 -30 -162 -51 -91 -52 -205 -159 -274 -259 -110 -157 -186 -249 -243 -294 -34 -27 -61 -51 -61 -55 0 -4 27 -28 61 -55 57 -45 133 -137 243 -294 69 -100 183 -207 274 -259 37 -21 114 -45 162 -51 l45 -6 5 -100 5 -100 40 -3 c98 -7 242 -72 314 -142 50 -49 109 -135 130 -190 7 -19 17 -62 22 -95 5 -33 11 -66 14 -72 3 -10 47 -13 169 -13 l166 0 29 -63 c33 -70 93 -155 131 -185 38 -30 138 -78 200 -95 239 -70 553 -62 1160 28 364 54 668 42 928 -36 34 -10 70 -23 80 -28 9 -5 37 -19 62 -31 70 -35 146 -96 182 -145 51 -69 65 -69 116 0 36 49 112 110 182 145 25 12 53 26 62 31 99 50 389 99 583 99 93 0 307 -18 425 -35 611 -90 915 -98 1160 -28 164 46 258 126 331 280 l29 63 166 0 c122 0 166 3 169 13 3 6 9 39 14 72 5 33 15 76 22 95 21 55 80 141 130 190 72 70 216 135 314 142 l40 3 5 100 5 100 45 6 c48 6 125 30 162 51 91 52 205 159 274 259 110 157 186 249 243 294 34 27 61 51 61 55 0 3 -29 29 -64 58 -58 46 -130 134 -250 306 -61 87 -179 195 -264 244 -37 21 -114 45 -162 51 l-45 6 -5 100 -5 100 -55 6 c-155 17 -294 104 -380 239 -44 69 -60 109 -71 185 -5 33 -11 66 -14 73 -3 9 -47 12 -169 12 l-165 0 -27 58 c-60 127 -117 190 -217 239 -240 118 -571 123 -1277 18 -124 -18 -334 -35 -435 -35 -192 1 -478 50 -571 98 -11 5 -39 20 -64 32 -70 36 -137 88 -178 138 -36 46 -52 62 -62 62 -3 0 -9 -4 -15 -8z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 402.000000"><g transform="translate(0.000000,402.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4475 3982 c-5 -4 -27 -28 -47 -54 -54 -66 -134 -122 -248 -171 -227 -97 -609 -121 -1000 -62 -496 74 -793 92 -1005 60 -276 -43 -396 -119 -486 -312 l-29 -63 -166 0 c-122 0 -166 -3 -169 -12 -3 -7 -9 -40 -14 -73 -5 -33 -15 -76 -22 -95 -21 -55 -80 -141 -130 -190 -72 -70 -216 -135 -314 -142 l-40 -3 -5 -100 -5 -100 -45 -6 c-48 -6 -125 -30 -162 -51 -91 -52 -205 -159 -274 -259 -110 -157 -186 -249 -243 -294 -34 -27 -61 -51 -61 -55 0 -4 27 -28 61 -55 57 -45 133 -137 243 -294 69 -100 183 -207 274 -259 37 -21 114 -45 162 -51 l45 -6 5 -100 5 -100 40 -3 c98 -7 242 -72 314 -142 50 -49 109 -135 130 -190 7 -19 17 -62 22 -95 5 -33 11 -66 14 -72 3 -10 47 -13 169 -13 l166 0 29 -63 c33 -70 93 -155 131 -185 38 -30 138 -78 200 -95 239 -70 553 -62 1160 28 364 54 668 42 928 -36 34 -10 70 -23 80 -28 9 -5 37 -19 62 -31 70 -35 146 -96 182 -145 51 -69 65 -69 116 0 36 49 112 110 182 145 25 12 53 26 62 31 99 50 389 99 583 99 93 0 307 -18 425 -35 611 -90 915 -98 1160 -28 164 46 258 126 331 280 l29 63 166 0 c122 0 166 3 169 13 3 6 9 39 14 72 5 33 15 76 22 95 21 55 80 141 130 190 72 70 216 135 314 142 l40 3 5 100 5 100 45 6 c48 6 125 30 162 51 91 52 205 159 274 259 110 157 186 249 243 294 34 27 61 51 61 55 0 3 -29 29 -64 58 -58 46 -130 134 -250 306 -61 87 -179 195 -264 244 -37 21 -114 45 -162 51 l-45 6 -5 100 -5 100 -55 6 c-155 17 -294 104 -380 239 -44 69 -60 109 -71 185 -5 33 -11 66 -14 73 -3 9 -47 12 -169 12 l-165 0 -27 58 c-60 127 -117 190 -217 239 -240 118 -571 123 -1277 18 -124 -18 -334 -35 -435 -35 -192 1 -478 50 -571 98 -11 5 -39 20 -64 32 -70 36 -137 88 -178 138 -36 46 -52 62 -62 62 -3 0 -9 -4 -15 -8z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.video-two__image__inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.video-two__button {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 81px;
    height: 81px;
    background-color: RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.5);
    z-index: 2;
}

@media (max-width: 575px) {
    .video-two__button {
        width: 60px;
        height: 60px;
    }
}

.video-two__button span {
    font-size: 23px;
    color: var(--cleenhearts-brown2);
}

@media (max-width: 575px) {
    .video-two__button span {
        font-size: 18px;
    }
}

.video-two__button:hover {
    background-color: var(--cleenhearts-white, #fff);
}

.video-two__button:hover span {
    color: var(--cleenhearts-brown2);
}

.video-two__button .video-button__ripple::before,
.video-two__button .video-button__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.25);
}

.video-two__dome {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 39px;
    bottom: 0;
    opacity: 0.25;
}

@media (max-width: 1799px) {
    .video-two__dome {
        max-width: 190px;
    }
}

@media (max-width: 1599px) {
    .video-two__dome {
        max-width: 150px;
    }
}

@media (max-width: 1199px) {
    .video-two__dome {
        max-width: 140px;
        left: 20px;
    }
}

@media (max-width: 991px) {
    .video-two__dome {
        max-width: 110px;
    }
}

@media (max-width: 767px) {
    .video-two__dome {
        max-width: 100px;
    }
}

@media (max-width: 575px) {
    .video-two__dome {
        max-width: 90px;
        left: 10px;
    }
}

.video-two__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 62px;
    bottom: 143px;
    animation: zump 2s infinite linear;
}

@media (max-width: 1599px) {
    .video-two__shape {
        right: 50px;
        bottom: 80px;
    }
}

@media (max-width: 1399px) {
    .video-two__shape {
        right: 50px;
        bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .video-two__shape {
        bottom: 30px;
    }
}

@media (max-width: 991px) {
    .video-two__shape {
        right: 30px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .video-two__shape {
        max-width: 115px;
    }
}

@media (max-width: 575px) {
    .video-two__shape {
        max-width: 100px;
    }
}

.blog-card {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.blog-card__image {
    display: block;
    position: relative;
    overflow: hidden;
    width: calc(100% - 44px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    z-index: 11;
    margin-bottom: -115px;
}

.blog-card__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-80%);
    width: 100%;
    height: 50%;
    border-radius: 20px 20px 0 0;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.blog-card__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(80%);
    width: 100%;
    height: 50%;
    border-radius: 0 0 20px 20px;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.blog-card__image img {
    transition: 0.5s;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.blog-card:hover .blog-card__image::before,
.blog-card:hover .blog-card__image::after {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.1);
}

.blog-card__date {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--cleenhearts-white, #fff);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 14px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    padding: 0 10px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
    flex-direction: column;
    gap: 3px;
    z-index: 11;
    transition: all 0.4s ease-in-out;
}

.blog-card__react {
    right: 0px;
    z-index: 999;
    position: absolute;
    top: 0;
    color: #fff;
    background-color: #c62b23;
    padding: 0 10px;
}

.blog-card__date::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.blog-card__date span {
    font-size: 14px;
}

.blog-card:hover .blog-card__date::after {
    opacity: 1;
    transform: scale(1);
}

.blog-card__content {
    position: relative;
    text-align: center;
    padding: 130px 33px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 500ms ease;
    border-radius: 20px;
    z-index: 1;
    height: 450px;
}

@media (max-width: 1199px) {
    .blog-card__content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .blog-card__content {
        height: 100%;
    }
}

.blog-card__title {
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.375;
    margin-bottom: 10px;
    letter-spacing: var(--cleenhearts-letter-space, -0.72px);
}

.blog-card__title:hover {
    color: var(--cleenhearts-purple, #965995);
}

@media (max-width: 1199px) {
    .blog-card__title {
        font-size: 22px;
    }
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card__title a:hover {
    background-size: 100% 1px;
}

.blog-card__link {
    display: inline-block;
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 700;
    text-align: center;
    height: 40px;
    max-width: 140px;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.blog-card__link::after {
    display: none;
}

.blog-card__link__front {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    perspective: 300px;
    transition: transform 500ms ease;
    transform-origin: top center;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-card__link:hover .blog-card__link__front {
    transform-origin: bottom center;
    transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}

.blog-card__link__back {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 700ms ease, top 700ms ease;
    transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
    perspective: 300px;
    transform-origin: bottom center;
    width: 100%;
}

.blog-card__link__back span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    margin-right: 11px;
    transition: all 500ms ease;
}

.blog-card__link:hover .blog-card__link__back {
    transition: transform 500ms ease, top 500ms ease;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-card-two {
    position: relative;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

@media (max-width: 425px) {
    .blog-card-two {
        padding: 25px;
    }
}

.blog-card-two__image {
    display: flex;
    gap: 30px;
    align-items: stretch;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .blog-card-two__image {
        flex-direction: column;
    }
}

.blog-card-two__image__link {
    position: relative;
    overflow: hidden;
    display: block;
    width: calc(100% - 64px);
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .blog-card-two__image__link {
        width: calc(100% - 55px);
    }
}

@media (max-width: 575px) {
    .blog-card-two__image__link {
        width: 100%;
    }
}

.blog-card-two__image__link::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.8);
    transition: all 700ms ease;
    transform: translateY(-110%);
    border-radius: 10px;
    z-index: 1;
}

.blog-card-two__image__link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 700ms ease;
}

.blog-card-two__image__icon {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    transition: all 700ms ease;
    transform: translate(-50%, 350%);
    width: 20px;
    height: 20px;
}

.blog-card-two__image__icon::after,
.blog-card-two__image__icon::before {
    width: 1px;
    height: 20px;
    position: absolute;
    background-color: var(--cleenhearts-white, #fff);
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
    border-radius: 50px;
}

.blog-card-two__image__icon::after {
    width: 20px;
    height: 1px;
    border-radius: 50px;
}

.blog-card-two:hover .blog-card-two__image__link::after {
    transform: translateY(0);
}

.blog-card-two:hover .blog-card-two__image__link img {
    transform: scale(1.1) rotate(3deg);
}

.blog-card-two:hover .blog-card-two__image__icon {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.blog-card-two__date {
    padding-bottom: 26px;
    width: 64px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 1199px) {
    .blog-card-two__date {
        width: 55px;
    }
}

@media (max-width: 575px) {
    .blog-card-two__date {
        padding-bottom: 0;
        padding-right: 26px;
        width: 100%;
        flex-direction: row;
    }
}

.blog-card-two__date__text {
    font-size: 22px;
    line-height: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .blog-card-two__date__text {
        font-size: 18px;
    }
}

@media (max-width: 425px) {
    .blog-card-two__date__text {
        font-size: 16px;
    }
}

.blog-card-two__date__day {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cleenhearts-white, #fff);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--cleenhearts-purple, #965995);
    transition: all 400ms ease;
}

@media (max-width: 1199px) {
    .blog-card-two__date__day {
        width: 55px;
        height: 55px;
    }
}

.blog-card-two__date__month {
    margin: 0;
    text-align: center;
    color: var(--cleenhearts-purple, #965995);
    transition: all 500ms ease;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

@media (max-width: 575px) {
    .blog-card-two__date__month {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
    }
}

.blog-card-two:hover .blog-card-two__date__day {
    color: var(--cleenhearts-base, #2e2e2e);
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.blog-card-two__title {
    position: relative;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.66px;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 29px;
    transition: all 400ms ease;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 1199px) {
    .blog-card-two__title {
        font-size: 20px;
    }
}

.blog-card-two__title:hover {
    color: var(--cleenhearts-purple, #965995);
}

.blog-card-two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-two__title a:hover {
    background-size: 100% 1px;
}

.blog-card-two__text {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.blog-card-two__link {
    display: inline-block;
}

.blog-card-two__link i {
    display: inline-block;
    font-size: 13px;
    color: var(--cleenhearts-base, #2e2e2e);
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--cleenhearts-secondary, #c62b23);
    line-height: 42px;
    position: relative;
    z-index: 1;
}

.blog-card-two__link i::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.blog-card-two__link span {
    display: inline-block;
    margin-left: 6px;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    transform: translateX(-50px);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
}

.blog-card-two__link:hover i {
    color: var(--cleenhearts-secondary, #c62b23);
}

.blog-card-two__link:hover i::after {
    transform: scale(1);
    opacity: 1;
}

.blog-card-two__link:hover span {
    opacity: 1;
    transform: translateX(0px);
}

.blog-card-three {
    display: flex;
    align-items: center;
    position: relative;
    gap: 30px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .blog-card-three {
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .blog-card-three {
        padding: 0px;
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .blog-card-three {
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.blog-card-three__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.blog-card-three__image {
    display: block;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    width: 100%;
    max-width: 240px;
    border-radius: 20px;
}

.blog-card-three__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-80%);
    width: 100%;
    height: 50%;
    border-radius: 20px 20px 0 0;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.blog-card-three__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(80%);
    width: 100%;
    height: 50%;
    border-radius: 0 0 20px 20px;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.blog-card-three__image img {
    transition: 0.5s;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.blog-card-three:hover .blog-card-three__image::before,
.blog-card-three:hover .blog-card-three__image::after {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.blog-card-three:hover .blog-card-three__image img {
    transform: scale(1.1);
}

.blog-card-three__date {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--cleenhearts-white2, #EFECE7);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    flex-direction: column;
    gap: 3px;
    z-index: 11;
    transition: all 0.4s ease-in-out;
}

.blog-card-three__date::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.blog-card-three__date span {
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-card-three:hover .blog-card-three__date::after {
    opacity: 1;
    transform: scale(1);
}

.blog-card-three__content {
    padding: 20px 30px 20px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .blog-card-three__content {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .blog-card-three__content {
        padding: 20px 30px 20px 0;
    }
}

@media (max-width: 767px) {
    .blog-card-three__content {
        padding: 0;
    }
}

.blog-card-three__category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 21px;
}

.blog-card-three__category__link {
    padding: 6px 10.5px;
    background-color: var(--cleenhearts-white, #fff);
    font-size: 16px;
    color: var(--cleenhearts-purple, #965995);
    border-radius: 100px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.blog-card-three__category__link:hover {
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
}

.blog-card-three__title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.66px;
    text-transform: capitalize;
    margin-bottom: 41px;
}

.blog-card-three__title:hover {
    color: var(--cleenhearts-purple, #965995);
}

@media (max-width: 575px) {
    .blog-card-three__title {
        font-size: 20px;
    }
}

.blog-card-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-three__title a:hover {
    background-size: 100% 1px;
}

.blog-card-three .cleenhearts-btn {
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    left: -10px;
    background-color: transparent;
}

.blog-card-three .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.blog-card-three .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.blog-card-three .cleenhearts-btn:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-base, #2e2e2e);
}

.blog-card-four {
    background-color: var(--cleenhearts-white, #fff);
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    padding-bottom: 40px;
}

.blog-card-four .blog-card__image {
    width: 100%;
    margin-bottom: 33px;
}

.blog-card-four .blog-card__date {
    top: 30px;
    left: 30px;
}

@media (max-width: 575px) {
    .blog-card-four .blog-card__date {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 425px) {
    .blog-card-four .blog-card__date {
        top: 15px;
        left: 15px;
    }
}

.blog-card-four__content {
    padding: 0;
    border-radius: 0;
}

@media (max-width: 1199px) {
    .blog-card-four__content {
        padding-left: 0;
        padding-right: 0;
    }
}

.blog-card-four__meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.blog-card-four__meta li a {
    border-radius: 100px;
    padding: 8.5px 14px 8.5px 8px;
    font-size: 16px;
    color: var(--cleenhearts-gray, #888888);
    font-weight: 500;
    line-height: 1;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.blog-card-four__meta li a span {
    position: relative;
    top: 4.5px;
    margin-right: 7px;
    font-size: 24px;
    color: var(--cleenhearts-purple, #965995);
    transition: all 0.4s ease-in-out;
}

.blog-card-four__meta li a:hover {
    color: var(--cleenhearts-base, #2e2e2e);
    border-color: var(--cleenhearts-secondary, #c62b23);
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.blog-card-four__meta li a:hover span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.blog-card-four .blog-card__title {
    text-align: left;
    line-height: 1.541;
    letter-spacing: normal;
    margin-bottom: 18px;
}

.blog-card-four__text {
    margin-bottom: 30px;
    text-transform: capitalize;
}

.blog-card-four .blog-card__link {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}

.blog-card-five__image {
    position: relative;
    overflow: hidden;
    width: calc(100% - 31px);
    margin-left: auto;
}

.blog-card-five__image img {
    display: block;
    width: 100%;
    border-radius: 20px;
    transition: all 700ms ease;
}

.blog-card-five__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--cleenhearts-black-rgb, 0, 0, 0), 0.6);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 20px;
    z-index: 1;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-five__image__link::before,
.blog-card-five__image__link::after {
    content: "";
    width: 27px;
    height: 2px;
    background-color: var(--cleenhearts-white, #fff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-five__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-five:hover .blog-card-five__image>a {
    opacity: 1;
}

.blog-card-five__content {
    position: relative;
    margin-top: -80px;
    padding: 29px 30px 29px;
    background-color: var(--cleenhearts-gray2);
    border-radius: 20px 0 0 0;
    z-index: 2;
}

@media (max-width: 1199px) {
    .blog-card-five__content {
        margin-top: -40px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.blog-card-five__meta {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}

.blog-card-five__meta li {
    font-size: 12px;
    color: var(--cleenhearts-text, #757277);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.blog-card-five__meta li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-five__meta li a span {
    font-size: 12px;
    color: var(--cleenhearts-orange, #E76100);
}

.blog-card-five__meta li a:hover {
    color: var(--cleenhearts-black2);
}

.blog-card-five__title {
    margin-bottom: 17px;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .blog-card-five__title {
        font-size: 20px;
    }
}

.blog-card-five__title:hover {
    color: var(--cleenhearts-orange, #E76100);
}

.blog-card-five__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-five__title a:hover {
    background-size: 100% 1px;
}

.blog-card-five__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-card-five__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 51px;
    border: 1px solid rgba(var(--cleenhearts-gray3-rgb), 0.25);
    overflow: hidden;
}

.blog-card-five__btn::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 161%;
    left: -48%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--cleenhearts-orange, #E76100);
    z-index: -1;
    transition: all 500ms ease;
}

.blog-card-five__btn span {
    font-size: 12px;
    color: var(--cleenhearts-base);
    transition: all 500ms ease;
}

.blog-card-five__btn:hover::after {
    top: 50%;
    left: 50%;
}

.blog-card-five__btn:hover span {
    color: var(--cleenhearts-white, #fff);
}

.blog-card-five__date {
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    min-width: 55px;
    min-height: 51px;
    z-index: 1;
}

.blog-card-five__date__day,
.blog-card-five__date__month {
    padding: 2.75px 6px 4.75px;
    width: 100%;
    display: block;
}

.blog-card-five__date__day {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-base);
}

.blog-card-five__date__month {
    color: var(--cleenhearts-base);
    border-left: 1px solid rgba(var(--cleenhearts-gray3-rgb), 0.25);
    border-right: 1px solid rgba(var(--cleenhearts-gray3-rgb), 0.25);
    border-bottom: 1px solid rgba(var(--cleenhearts-gray3-rgb), 0.25);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar-one {
    display: none;
    background-color: var(--cleenhearts-base, #2e2e2e);
    padding: 4.6px 85px;
}

@media (max-width: 1599px) {
    .topbar-one {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .topbar-one {
        display: block;
    }
}

.topbar-one__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
}

.topbar-one__info {
    display: flex;
    align-items: center;
    margin: 0;
}

.topbar-one__info__item {
    display: flex;
    align-items: center;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-text-gray, #AA96B4);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.187;
}

.topbar-one__info__item a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.topbar-one__info__item a:hover {
    background-size: 100% 1px;
}

.topbar-one__info__item a:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

@media (max-width: 991px) {
    .topbar-one__info__item:last-child {
        display: none;
    }
}

.topbar-one__info__item+.topbar-one__info__item {
    margin-left: 32px;
}

.topbar-one__info__icon {
    font-size: 18px;
    color: var(--cleenhearts-secondary, #c62b23);
    position: relative;
    top: -1px;
    margin-right: 15px;
}

.topbar-one__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topbar-one__social a {
    color: var(--cleenhearts-white, #fff);
}

.topbar-one__social a:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.topbar-one__social a+a::after {
    background-color: var(--cleenhearts-dark4, #414141);
}

.topbar-two {
    background-color: var(--cleenhearts-white, #fff);
    padding-top: 0;
    padding-bottom: 0;
}

.topbar-two .topbar-one__inner {
    padding-top: 31px;
    padding-bottom: 30px;
    justify-content: space-between;
}

.topbar-two .topbar-one__info__item {
    color: var(--cleenhearts-base, #2e2e2e);
    display: flex;
}

.topbar-two .topbar-one__info__icon {
    color: var(--cleenhearts-purple, #965995);
}

.topbar-two .topbar-one__info__item a:hover {
    color: var(--cleenhearts-purple, #965995);
}

@media (max-width: 1199px) {
    .topbar-two__logo {
        display: none;
    }
}

.topbar-two .topbar-one__right {
    display: flex;
}

.topbar-two .main-header__cart {
    margin: 0;
    margin-right: 66px;
}

@media (max-width: 1199px) {
    .topbar-two .main-header__cart {
        margin-right: 40px;
    }
}

.topbar-two .topbar-one__social a {
    color: var(--cleenhearts-text, #757277);
}

.topbar-two .topbar-one__social a:hover {
    color: var(--cleenhearts-purple, #965995);
}

.topbar-two .topbar-one__social a+a::after {
    background-color: var(--cleenhearts-white3, #D7D3CB);
}

.topbar-four {
    padding: 0 85px;
    background-color: var(--cleenhearts-black2);
}

@media (max-width: 1599px) {
    .topbar-four {
        padding-left: 0;
        padding-right: 0;
    }
}

.topbar-four .topbar-one__inner {
    padding-top: 19.55px;
    padding-bottom: 19.55px;
}

@media (max-width: 991px) {
    .topbar-four .topbar-one__info {
        width: 100%;
        justify-content: center;
    }
}

.topbar-four .topbar-one__info__item {
    display: flex;
    color: var(--cleenhearts-white, #fff);
    line-height: 1.31;
}

.topbar-four .topbar-one__info__item a:hover {
    color: var(--cleenhearts-orange, #E76100);
}

.topbar-four .topbar-one__info__icon {
    top: 0;
    font-size: 16px;
    color: var(--cleenhearts-white);
    margin-right: 10px;
}

.topbar-four .topbar-one__social {
    gap: 17px;
}

@media (max-width: 991px) {
    .topbar-four .topbar-one__social {
        display: none;
    }
}

.topbar-four .topbar-one__social a {
    color: var(--cleenhearts-text, #757277);
}

.topbar-four .topbar-one__social a:hover {
    color: var(--cleenhearts-orange, #E76100);
}

.topbar-four .topbar-one__social a+a::after {
    display: none;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/

.main-header {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
    z-index: 11;
    padding: 0 85px;
}

@media (max-width: 1599px) {
    .main-header {
        padding-left: 0;
        padding-right: 0;
    }
}

.main-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1199px) {
    .main-header__inner {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.main-header__logo {
    display: flex;
    align-items: center;
}

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

.main-header__sidebar-btn {
    margin-left: 117px;
    padding: 0;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: var(--cleenhearts-purple, #965995);
}

@media (max-width: 1850px) {
    .main-header__sidebar-btn {
        margin-left: 70px;
    }
}

@media (max-width: 1599px) {
    .main-header__sidebar-btn {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .main-header__sidebar-btn {
        display: none;
    }
}

.main-header__sidebar-btn span {
    font-size: 30px;
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.main-header__sidebar-btn:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.main-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    .main-header__right {
        gap: 25px;
    }
}

@media (max-width: 1199px) and (max-width: 412px) {
    .main-header__right {
        gap: 10px;
    }
}

.main-header__cart {
    display: flex;
    align-items: center;
    margin-left: 83px;
    margin-right: 65px;
}

@media (max-width: 1850px) {
    .main-header__cart {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 1699px) {
    .main-header__cart {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 1599px) {
    .main-header__cart {
        margin-left: 40px;
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    .main-header__cart {
        margin-left: 0;
        padding-left: 20px;
        border-left: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    }
}

@media (max-width: 1299px) {
    .main-header__cart {
        margin-right: 0;
    }
}

.main-header__cart__link {
    color: var(--cleenhearts-base, #2e2e2e);
}

.main-header__cart__link span {
    font-size: 24px;
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.main-header__cart__link:hover {
    color: var(--cleenhearts-purple, #965995);
}

.main-header__cart__quantity {
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--cleenhearts-base, #2e2e2e);
    line-height: 1;
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--cleenhearts-white2, #EFECE7);
}

@media (max-width: 412px) {
    .main-header__cart__quantity {
        width: 32px;
        height: 32px;
    }
}

.main-header__btn {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

@media (max-width: 1350px) {
    .main-header__btn {
        display: none;
    }
}

.main-header__btn .cleenhearts-btn__icon-box {
    width: 42px;
    height: 42px;
}

.main-header__btn .cleenhearts-btn__icon-box__inner {
    width: 40px;
    height: 40px;
}

.main-header__btn .cleenhearts-btn__text {
    margin-left: 42px;
}

.main-header-two {
    position: relative;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.main-header-two__bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    mix-blend-mode: multiply;
}

.main-header-two .container-fluid {
    position: relative;
    z-index: 11;
}

.main-header-two__left {
    display: flex;
    align-items: center;
}

.main-header-two__sidebar-btn {
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 27px;
}

@media (max-width: 1199px) {
    .main-header-two__sidebar-btn {
        display: none;
    }
}

.main-header-two__sidebar-btn__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--cleenhearts-base, #2e2e2e);
    margin: 5px 0;
    transition: all 400ms ease;
}

.main-header-two__sidebar-btn__line:nth-child(2) {
    width: 20px;
}

.main-header-two__sidebar-btn:hover .main-header-two__sidebar-btn__line {
    width: 100%;
}

.main-header-two .main-header__right {
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .main-header-two .main-header__right {
        gap: 18px;
    }
}

.main-header-two .main-header__right .main-header-two__sidebar-btn {
    display: none;
}

@media (max-width: 1199px) {
    .main-header-two .main-header__right .main-header-two__sidebar-btn {
        display: block;
        margin-right: 18px;
        position: relative;
    }

    .main-header-two .main-header__right .main-header-two__sidebar-btn::after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: var(--cleenhearts-base, #2e2e2e);
        position: absolute;
        top: 50%;
        right: -18px;
        transform: translateY(-50%);
    }
}

.main-header-two .main-header__btn {
    display: inline-block !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

@media (max-width: 1199px) {
    .main-header-two .main-header__btn {
        display: none !important;
    }
}

.main-header-two .main-header__btn .cleenhearts-btn__icon-box {
    left: 6px;
    width: 46px;
    height: 46px;
}

.main-header-two .main-header__btn:hover .cleenhearts-btn__icon-box {
    width: calc(100% - 12px);
}

.main-header-two .main-header__btn .cleenhearts-btn__icon-box__inner {
    width: 46px;
    height: 46px;
}

.main-header-two .main-header__btn .cleenhearts-btn__text {
    margin-left: 42px;
}

.main-header-three {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 0 65px;
}

@media (max-width: 1599px) {
    .main-header-three {
        padding-left: 0;
        padding-right: 0;
    }
}

.main-header-three .home-showcase__inner {
    position: relative;
    top: -1px;
    border-radius: 0 0 20px 20px;
}

.main-header-three .main-header__inner {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

@media (max-width: 1799px) {
    .main-header-three .main-header__inner {
        gap: 20px;
    }
}

@media (max-width: 1699px) {
    .main-header-three .main-header__inner {
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    .main-header-three .main-header__inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .main-header-three .main-header__inner {
        gap: 15px;
    }
}

.main-header-three__logo {
    padding: 30.63px 30px;
    width: 100%;
    max-width: 220px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 0 0 20px 20px;
}

@media (max-width: 1699px) {
    .main-header-three__logo {
        padding: 30.63px 17px;
        max-width: 191px;
    }
}

@media (max-width: 575px) {
    .main-header-three__logo {
        display: flex;
        align-items: center;
        max-width: 190px;
        padding: 15px;
        height: 80px;
    }
}

.main-header-three__logo img {
    max-width: 100%;
    height: auto;
}

.main-header-three .main-header__right {
    justify-content: space-between;
    flex-grow: 1;
    padding-left: 40px;
    padding-right: 30px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 0 0 20px 20px;
}

@media (max-width: 1799px) {
    .main-header-three .main-header__right {
        padding-left: 30px;
    }
}

@media (max-width: 1699px) {
    .main-header-three .main-header__right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1399px) {
    .main-header-three .main-header__right {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 1199px) {
    .main-header-three .main-header__right {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}

@media (max-width: 575px) {
    .main-header-three .main-header__right {
        padding: 15px;
        height: 80px;
    }
}

.main-header-three .main-header__right__right {
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .main-header-three .main-header__right__right {
        gap: 20px;
    }
}

.main-header-three .main-header__right__sidebar-btn::after {
    top: 0;
    transform: translateY(0);
}

@media (max-width: 450px) {
    .main-header-three .main-header__right__sidebar-btn {
        padding-right: 0;
        padding-left: 20px;
    }

    .main-header-three .main-header__right__sidebar-btn::after {
        right: 0;
        left: 0px;
    }
}

.main-header-three .main-header__cart {
    margin: 0;
    margin-right: 30px;
}

@media (max-width: 1699px) {
    .main-header-three .main-header__cart {
        margin-right: 20px;
    }
}

@media (max-width: 1299px) {
    .main-header-three .main-header__cart {
        margin-right: 0px;
    }
}

.main-header-three .main-header__cart__link {
    color: var(--cleenhearts-purple, #965995);
}

.main-header-three .main-header__cart__link:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.main-header-three .main-header__cart__quantity {
    background-color: var(--cleenhearts-white3, #D7D3CB);
}

.main-header-three .main-header__btn {
    display: inline-block;
    position: relative;
    margin-right: 60px;
    padding: 11px 11px 11px 0;
}

@media (max-width: 1799px) {
    .main-header-three .main-header__btn {
        margin-right: 40px;
    }
}

@media (max-width: 1699px) {
    .main-header-three .main-header__btn {
        margin-right: 20px;
    }
}

@media (max-width: 1399px) {
    .main-header-three .main-header__btn {
        margin-right: 0;
    }
}

@media (max-width: 1299px) {
    .main-header-three .main-header__btn {
        display: none;
    }
}

.main-header-three .main-header__btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 1px;
    height: 100%;
    background-color: var(--cleenhearts-white3, #D7D3CB);
}

@media (max-width: 1799px) {
    .main-header-three .main-header__btn::after {
        right: -20px;
    }
}

@media (max-width: 1699px) {
    .main-header-three .main-header__btn::after {
        right: -10px;
    }
}

@media (max-width: 1399px) {
    .main-header-three .main-header__btn::after {
        display: none;
    }
}

.main-header-three .main-header__btn .cleenhearts-btn__icon-box {
    width: 30px;
    height: 30px;
}

.main-header-three .main-header__btn:hover .cleenhearts-btn__icon-box {
    border-radius: 100px;
    width: calc(100% - 17px);
}

.main-header-three .main-header__btn .cleenhearts-btn__icon-box__inner {
    width: 30px;
    height: 30px;
}

.main-header-three .main-header__btn .cleenhearts-btn__icon-box__inner span {
    font-size: 12px;
    color: var(--cleenhearts-white2, #EFECE7);
}

.main-header-three .main-header__btn .cleenhearts-btn__text {
    margin-left: 50px;
}

.main-header-three__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1399px) {
    .main-header-three__social {
        display: none;
    }
}

.main-header-three__social__title {
    font-family: var(--cleenhearts-special-font, "Schoolbell", cursive);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--cleenhearts-purple, #965995);
    text-transform: capitalize;
}

@media (max-width: 1799px) {
    .main-header-three__social__title {
        display: none;
    }
}

.main-header-three .social-link-two a {
    color: var(--cleenhearts-text, #757277);
    border-color: var(--cleenhearts-border-color, #D7D3CB);
}

.main-header-three .social-link-two a:hover {
    color: var(--cleenhearts-white, #fff);
    border-color: var(--cleenhearts-purple, #965995);
}

.main-header-four .main-header__logo {
    display: block;
}

@media (max-width: 360px) {
    .main-header-four .main-header__logo {
        width: 130px;
    }
}

.main-header-four .main-header__right {
    gap: 0;
}

.main-header-four .main-header__search {
    margin-left: 60px;
    font-size: 16px;
    color: var(--cleenhearts-black2);
}

@media (max-width: 1199px) {
    .main-header-four .main-header__search {
        margin-left: 30px;
    }
}

.main-header-four .main-header__search:hover {
    color: var(--cleenhearts-orange, #E76100);
}

.main-header-four .main-header__cart {
    border: 0;
    padding: 0;
    display: block;
    margin: 0 0 0 40.56px;
}

@media (max-width: 1199px) {
    .main-header-four .main-header__cart {
        margin-left: 30px;
    }
}

.main-header-four .main-header__cart__link {
    color: var(--cleenhearts-black2);
}

.main-header-four .main-header__cart__link:hover {
    color: var(--cleenhearts-orange, #E76100);
}

.main-header-four .main-header__cart__link span {
    font-size: 16px;
}

.main-header-four .main-header__btn {
    margin-left: 60px;
    padding: 18.5px 30.55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: var(--cleenhearts-orange, #E76100);
    font-size: 16px;
    color: var(--cleenhearts-white, #fff);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
}

@media (max-width: 1499px) {
    .main-header-four .main-header__btn {
        padding: 16px 25px;
        gap: 15px;
        font-size: 14px;
        margin-left: 40px;
    }
}

@media (max-width: 1399px) {
    .main-header-four .main-header__btn {
        display: none;
    }
}

.main-header-four .main-header__btn:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-black2);
}

.main-header-four .main-header__btn__icon {
    font-size: 24px;
    color: inherit;
}
.main-menu .main-menu__list > li.current > a {
    /* color: #c62b23 !important; */
    text-shadow: 0 0 0.5px currentColor !important;
}
@media (max-width: 1499px) {
    .main-header-four .main-header__btn__icon {
        font-size: 18px;
    }
}

.main-header-five {
    width: 100%;
    position: relative;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
}

@media (max-width: 1599px) {
    .main-header-five {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .main-header-five {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .main-header-five {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 430px) {
    .main-header-five {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 360px) {
    .main-header-five {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-header-five .main-header__bg {
    width: calc(100% - 64px);
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

@media (max-width: 1599px) {
    .main-header-five .main-header__bg {
        width: calc(100% - 10px);
    }
}

.main-header-five .main-header__logo {
    display: block;
}

@media (max-width: 360px) {
    .main-header-five .main-header__logo {
        width: 130px;
    }
}

.main-header-five .main-header__nav {
    margin-right: 222px;
}

@media (max-width: 1799px) {
    .main-header-five .main-header__nav {
        margin-right: 70px;
    }
}

@media (max-width: 1599px) {
    .main-header-five .main-header__nav {
        margin-right: 50px;
    }
}

.main-header-five .main-header__search {
    margin: 0;
}

@media (max-width: 1199px) {
    .main-header-five .main-header__search {
        margin-left: 30px;
    }
}

.main-header-five .main-header__search:hover,
.main-header-five .main-header__cart__link:hover {
    color: var(--cleenhearts-brown);
}

.main-header-five__btn {
    margin-left: 60px;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-right: 21px;
}

@media (max-width: 1799px) {
    .main-header-five__btn {
        margin-left: 40px;
    }
}

@media (max-width: 1599px) {
    .main-header-five__btn {
        padding: 16px 22px 16px 19px;
    }
}

@media (max-width: 1350px) {
    .main-header-five__btn {
        display: none;
    }
}

.main-header-five__btn .cleenhearts-btn__icon-box {
    width: 52px;
    height: 52px;
}

@media (max-width: 1599px) {
    .main-header-five__btn .cleenhearts-btn__icon-box {
        width: 40px;
        height: 40px;
    }
}

.main-header-five__btn:hover .cleenhearts-btn__icon-box {
    width: calc(100% - 20px);
}

@media (max-width: 1599px) {
    .main-header-five__btn:hover .cleenhearts-btn__icon-box {
        width: calc(100% - 18px);
    }
}

.main-header-five__btn .cleenhearts-btn__icon-box__inner {
    width: 52px;
    height: 52px;
}

@media (max-width: 1599px) {
    .main-header-five__btn .cleenhearts-btn__icon-box__inner {
        width: 40px;
        height: 40px;
    }

    .main-header-five__btn .cleenhearts-btn__icon-box__inner span.icon-donate {
        font-size: 14px;
    }
}

.main-header-five__btn .cleenhearts-btn__text {
    margin-left: 56px;
    text-transform: uppercase;
}

@media (max-width: 1599px) {
    .main-header-five__btn .cleenhearts-btn__text {
        margin-left: 40px;
    }
}

.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: var(--cleenhearts-white, #fff);
    transform: translateY(-100%);
    box-shadow: 0px 3px 18px rgba(var(--cleenhearts-dark-rgb, 36, 16, 47), 0.07);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    visibility: hidden;
    transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.sticky-header--two {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.sticky-header--cloned.sticky-header--three {
    background-color: transparent;
    box-shadow: 0px 0px 0px transparent;
}

.sticky-header--cloned.sticky-header--three .main-header-three__logo {
    box-shadow: 0px 3px 18px rgba(var(--cleenhearts-dark-rgb, 36, 16, 47), 0.07);
    padding-top: 26px;
    padding-bottom: 26px;
}

.sticky-header--cloned.sticky-header--three .main-header__right {
    box-shadow: 0px 3px 18px rgba(var(--cleenhearts-dark-rgb, 36, 16, 47), 0.07);
}

.sticky-header--cloned.active {
    transform: translateY(0%);
    visibility: visible;
}

.sticky-header--cloned .main-menu .main-menu__list>li,
.sticky-header--cloned .main-menu-two .main-menu__list>li {
    padding-top: 36px;
    padding-bottom: 36px;
}

.mobile-nav__btn {
    width: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
}

@media (min-width: 1200px) {
    .mobile-nav__btn {
        display: none;
    }
}

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--cleenhearts-dark, #24102F);
}

.mobile-nav__btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.main-menu-two .main-menu__list,
.main-menu-two .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .main-menu-two .main-menu__list,
    .main-menu-two .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.main-menu-two .main-menu__list>li {
    padding-top: 51px;
    padding-bottom: 51px;
    position: relative;
    line-height: 0.5;
}

.main-menu .main-menu__list>li.dropdown>a,
.main-menu-two .main-menu__list>li.dropdown>a {
    position: relative;
}

.main-menu--two .main-menu__list>li,
.main-menu-two--two .main-menu__list>li {
    padding-top: 23.5px;
    padding-bottom: 23.5px;
}

.main-menu--three .main-menu__list>li,
.main-menu-two--three .main-menu__list>li {
    padding-top: 41px;
    padding-bottom: 41px;
}

.main-menu--four .main-menu__list>li,
.main-menu-two--four .main-menu__list>li {
    padding-top: 48.5px;
    padding-bottom: 48.5px;
}

.main-menu--five .main-menu__list>li,
.main-menu-two--five .main-menu__list>li {
    padding-top: 36px;
    padding-bottom: 36px;
}

.main-menu .main-menu__list>li+li,
.main-menu-two .main-menu__list>li+li {
    margin-left: 43px;
}

@media (max-width: 1599px) {

    .main-menu .main-menu__list>li+li,
    .main-menu-two .main-menu__list>li+li {
        margin-left: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    .main-menu .main-menu__list>li+li,
    .main-menu-two .main-menu__list>li+li {
        margin-left: 35px;
    }
}

@media (max-width: 1699px) {

    .main-menu--three .main-menu__list>li+li,
    .main-menu-two--three .main-menu__list>li+li {
        margin-left: 30px;
    }
}

@media (max-width: 1399px) {

    .main-menu--three .main-menu__list>li+li,
    .main-menu-two--three .main-menu__list>li+li {
        margin-left: 37px;
    }
}

.main-menu--four .main-menu__list>li+li,
.main-menu-two--four .main-menu__list>li+li {
    margin-left: 42px;
}

@media (max-width: 1599px) {

    .main-menu--four .main-menu__list>li+li,
    .main-menu-two--four .main-menu__list>li+li {
        margin-left: 40px;
    }
}

@media (max-width: 1599px) {

    .main-menu--five .main-menu__list>li+li,
    .main-menu-two--five .main-menu__list>li+li {
        margin-left: 40px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {

    .main-menu--five .main-menu__list>li+li,
    .main-menu-two--five .main-menu__list>li+li {
        margin-left: 30px;
    }
}

.main-menu .main-menu__list>li>a,
.main-menu-two .main-menu__list>li>a {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    transition: all 500ms ease;
}

@media (min-width: 1200px) and (max-width: 1299px) {

    .main-menu .main-menu__list>li>a,
    .main-menu-two .main-menu__list>li>a {
        font-size: 15px;
    }
}

.main-menu .main-menu__list > li:hover > a,
.main-menu-two .main-menu__list > li:hover > a {
    color: var(--cleenhearts-secondary, #c62b23) !important;
    text-shadow: 0 0 0.5px currentColor !important;
}

.main-menu--two .main-menu__list>li.current>a,
.main-menu--two .main-menu__list>li:hover>a,
.main-menu-two--two .main-menu__list>li.current>a,
.main-menu-two--two .main-menu__list>li:hover>a {
    color: var(--cleenhearts-purple, #965995);
}

.main-menu--four .main-menu__list>li.current>a,
.main-menu--four .main-menu__list>li:hover>a,
.main-menu-two--four .main-menu__list>li.current>a,
.main-menu-two--four .main-menu__list>li:hover>a {
    color: var(--cleenhearts-orange, #E76100);
}

.main-menu--five .main-menu__list>li.current>a,
.main-menu--five .main-menu__list>li:hover>a,
.main-menu-two--five .main-menu__list>li.current>a,
.main-menu-two--five .main-menu__list>li:hover>a {
    color: var(--cleenhearts-brown);
}

.main-menu .main-menu__list li ul,
.main-menu-two .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--cleenhearts-white, #fff);
    box-shadow: 0px 10px 60px 0px RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.07);
    padding: 15px 20px 11px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover>ul,
.main-menu-two .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu,
.main-menu-two .main-menu__list>.megamenu {
    position: static;
}

.main-menu .main-menu__list>.megamenu>ul,
.main-menu-two .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.main-menu .main-menu__list li ul li,
.main-menu-two .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li>a,
.main-menu-two .main-menu__list li ul li>a {
    font-size: 14px;
    line-height: 15px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-weight: 700;
    display: flex;
    text-transform: capitalize;
    padding: 8px 20px;
    transition: 400ms;
    margin-bottom: 4px;
}

@media (min-width: 1200px) and (max-width: 1399px) {

    .main-menu .main-menu__list li ul li>a,
    .main-menu-two .main-menu__list li ul li>a {
        font-size: 13px;
    }
}

.main-menu .main-menu__list li ul li>a::after,
.main-menu-two .main-menu__list li ul li>a::after {
    position: absolute;
    right: 20px;
    top: 8px;
    border-radius: 0;
    font-size: 6px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    color: var(--cleenhearts-base, #2e2e2e);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0);
}

.main-menu--four .main-menu__list li ul li>a::after,
.main-menu--five .main-menu__list li ul li>a::after,
.main-menu-two--four .main-menu__list li ul li>a::after,
.main-menu-two--five .main-menu__list li ul li>a::after {
    color: var(--cleenhearts-white, #fff);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a,
.main-menu-two .main-menu__list li ul li.current>a,
.main-menu-two .main-menu__list li ul li:hover>a {
    background-color: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after,
.main-menu-two .main-menu__list li ul li.current>a::after,
.main-menu-two .main-menu__list li ul li:hover>a::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.main-menu--four .main-menu__list li ul li.current>a,
.main-menu--four .main-menu__list li ul li:hover>a,
.main-menu-two--four .main-menu__list li ul li.current>a,
.main-menu-two--four .main-menu__list li ul li:hover>a {
    background-color: var(--cleenhearts-orange, #E76100);
    color: var(--cleenhearts-white, #fff);
}

.main-menu--five .main-menu__list li ul li.current>a,
.main-menu--five .main-menu__list li ul li:hover>a,
.main-menu-two--five .main-menu__list li ul li.current>a,
.main-menu-two--five .main-menu__list li ul li:hover>a {
    background-color: var(--cleenhearts-brown);
    color: var(--cleenhearts-white, #fff);
}

.main-menu .main-menu__list li ul li>ul,
.main-menu-two .main-menu__list li ul li>ul {
    top: 0;
    left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align,
.main-menu-two .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.main-menu-two .main-menu__list li ul li>ul ul {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .main-menu__list li:nth-last-child(1) ul li>ul,
    .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: calc(100% + 20px);
    }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    visibility: visible;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    padding: 0;
    background-color: var(--cleenhearts-white, #fff);
    display: block !important;
    margin: 0;
}

.main-menu--five .main-menu__list>.megamenu.megamenu-clickable>ul {
    top: -20px !important;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
    display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
    overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
    bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
    overflow: unset;
}

.mobile-nav__content .demo-one .container {
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu-popup {
    position: relative;
}

.megamenu-popup .megamenu-clickable--close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    color: var(--cleenhearts-base, #2e2e2e);
}

@media (min-width: 1300px) {
    .megamenu-popup .megamenu-clickable--close {
        top: 38px;
        right: 40px;
    }
}

.megamenu-popup .megamenu-clickable--close:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.megamenu-popup .megamenu-clickable--close span {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    color: currentColor;
    transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/

.demo-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.demo-one .row {
    --bs-gutter-y: 30px;
}

.demo-one__card {
    background-color: var(--cleenhearts-white, #fff);
    box-shadow: 0px 10px 60px 0px rgba(var(--cleenhearts-dark3-rgb, 32, 12, 43), 0.1);
    text-align: center;
    transition: 500ms ease;
    transform: translateY(0px);
}

.demo-one__card:hover {
    transform: translateY(-10px);
}

.demo-one__title {
    margin: 0;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.demo-one__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.demo-one__title a:hover {
    background-size: 100% 1px;
}

.demo-one__image {
    position: relative;
    overflow: hidden;
}

.demo-one__image img {
    max-width: 100%;
    transition: filter 500ms ease;
    filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
    filter: blur(2px);
}

.demo-one__btns {
    background-color: rgba(var(--cleenhearts-dark-rgb, 36, 16, 47), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transform: scale(1, 0);
    transition: transform 500ms ease, opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0;
}

.demo-one .cleenhearts-btn {
    padding: 10px 17px 10px 18px;
}

.demo-one .cleenhearts-btn__icon-box {
    width: 30px;
    height: 30px;
}

.demo-one .cleenhearts-btn__icon-box__inner {
    width: 30px;
    height: 30px;
}

.demo-one .cleenhearts-btn__icon-box__inner span {
    font-size: 10px;
}

.demo-one .cleenhearts-btn__text {
    font-size: 14px;
    margin-left: 28px;
}

.demo-one__card:hover .demo-one__btns {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: top center;
}

.demo-one__title {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__inner {
    padding: 40px 40px 21px;
    background-color: var(--cleenhearts-white, #fff);
    box-shadow: 0px 10px 60px 0px rgba(var(--cleenhearts-dark3-rgb, 32, 12, 43), 0.07);
}

.home-showcase .demo-one__card {
    box-shadow: none;
}

.home-showcase .demo-one__btns {
    flex-direction: column;
}

.home-showcase .cleenhearts-btn {
    padding: 10px 17px 10px 18px;
}

.home-showcase .cleenhearts-btn__icon-box {
    width: 30px;
    height: 30px;
}

.home-showcase .cleenhearts-btn__icon-box__inner {
    width: 30px;
    height: 30px;
}

.home-showcase .cleenhearts-btn__icon-box__inner span {
    font-size: 10px;
}

.home-showcase .cleenhearts-btn__text {
    font-size: 14px;
    margin-left: 28px;
}

.home-showcase .demo-one__title {
    padding: 0;
    font-size: 16px;
    margin-top: 15px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
    margin-bottom: -1px;
    margin-top: 0;
    border-bottom: 1px solid RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: transparent;
    box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--cleenhearts-white, #fff);
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cleenhearts-dark, #24102F);
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--cleenhearts-dark2, #200C2A);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--cleenhearts-white, #fff);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.mobile-nav__close:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li>a {
    padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li>a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--cleenhearts-white, #fff);
    font-size: 16px;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    text-transform: capitalize;
    font-weight: 700;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li ul li a {
    font-size: 14px;
    color: black;
}

.fa-chevron-down{
    font-size: 10px;
    margin-left: 5px;
}
/* 
.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--cleenhearts-secondary, #c62b23);
} */

.mobile-nav__content .main-menu__list li a button {
    width: 40px;
    height: 250px;
    background-color: transparent;
    margin-left:-10px ;
    border: none;
    outline: none;
    color: var(--cleenhearts-base, #2e2e2e);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    /* background-color: var(--cleenhearts-purple, #965995); */
    color: var(--cleenhearts-white, #fff);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--cleenhearts-white, #fff);
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 20px;
}

.mobile-nav__social a:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--cleenhearts-white, #fff);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--cleenhearts-secondary, #c62b23);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--cleenhearts-base, #2e2e2e);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000;
    opacity: 0.8;
    cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    background-color: var(--cleenhearts-white, #fff);
    font-size: 15px;
    color: var(--cleenhearts-text, #757277);
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    transition: all 500ms ease;
}

.search-popup__form .cleenhearts-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
    color: var(--cleenhearts-base, #2e2e2e);
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.search-popup__form .cleenhearts-btn:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.search-popup__form .cleenhearts-btn span {
    position: relative;
    top: 2.5px;
}

.search-popup.active {
    z-index: 9999;
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.8;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

.search-popup--two .cleenhearts-btn {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-orange, #E76100);
}

.search-popup--two .cleenhearts-btn:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-black2);
}

.search-popup--three .cleenhearts-btn {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-brown);
}

.search-popup--three .cleenhearts-btn:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-bramble);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.form-one__control__input {
    padding: 0;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: 65px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 10px;
}

@media (max-width: 425px) {
    .form-one__control__input {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.form-one__control__input,
.form-one__control__input::placeholder {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--cleenhearts-text, #757277);
    line-height: 1;
}

.form-one__control__input {
    color: var(--cleenhearts-base, #2e2e2e);
}

.form-one__control__message {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 165px;
    margin-bottom: -9px;
}

.form-one__control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
}

.form-one__control .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.form-one__control .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 65px;
    outline: none !important;
    border-radius: 100px;
    border: 0;
    background-color: var(--cleenhearts-white, #fff) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277) !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 65px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

@media (max-width: 425px) {
    .form-one__control .bootstrap-select>.dropdown-toggle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.form-one__control .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--cleenhearts-text, #757277);
}

@media (max-width: 425px) {
    .form-one__control .bootstrap-select>.dropdown-toggle:before {
        right: 20px;
    }
}

.form-one__control .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--cleenhearts-border-color, blaack);
}

.form-one__control .bootstrap-select .dropdown-menu {
    border: none;
}

.form-one__control .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-weight: normal;
    color: var(--cleenhearts-base, #2e2e2e);
    background-color: var(--cleenhearts-white, #fff);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-one__control .bootstrap-select .dropdown-menu>li:hover>a,
.form-one__control .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
    border-color: var(--cleenhearts-secondary, #c62b23);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    background-color: var(--cleenhearts-base, #2e2e2e);
    position: relative;
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .page-header {
        padding-top: 102px;
        padding-bottom: 108px;
        height: 30vh;
    }
}

@media (max-width: 425px) {
    .page-header {
        padding-top: 92px;
        padding-bottom: 98px;
    }
}

.page-header__bg {
    /* position: relative; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-header__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, RGBA(var(--cleenhearts-base-rgb, 73, 48, 86), 0.6) 0%, RGBA(var(--cleenhearts-base-rgb, 73, 48, 86), 0.6) 100%);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.page-header__title {
    margin: 0;
    text-transform: capitalize;
    font-size: 70px;
    color: var(--cleenhearts-white, #fff);
    line-height: 1.4;
}
.project_page-header__title{

    /* background: #C62B23;
    background: linear-gradient(90deg,rgba(198, 43, 35, 1) 50%, rgba(32, 74, 143, 1) 100%);
    padding: 5px 30px;
    border-radius: 10px; */

    /* background: linear-gradient(90deg, rgba(198, 43, 35, 1) 50%, rgba(32, 74, 143, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* color: rgba(32, 74, 143, 1); */
    color: rgba(198, 43, 35, 1);
}

@media (max-width: 767px) {
    .page-header__title {
        font-size: 45px;
    }
    .impact_heading{
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .page-header__title {
        font-size: 40px;
    }
    .impact_heading{
        font-size: 28px;
    }
}

@media (max-width: 425px) {
    .page-header__title {
        font-size: 35px;
    }
    .impact_heading{
        font-size: 30px;
    }
}

.cleenhearts-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 0;
}

.cleenhearts-breadcrumb li {
    font-size: 14px;
    color: var(--cleenhearts-white, #fff);
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.cleenhearts-breadcrumb li:not(:last-of-type)::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: relative;
    top: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.cleenhearts-breadcrumb li i {
    position: relative;
    top: -1px;
    margin-right: 9px;
    font-size: 14px;
    color: var(--cleenhearts-secondary, #c62b23);
}

.cleenhearts-breadcrumb li span,
.cleenhearts-breadcrumb li a {
    color: inherit;
    display: inline-flex;
    line-height: 1.5;
}

.cleenhearts-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.cleenhearts-breadcrumb li a:hover {
    background-size: 100% 1px;
}

.cleenhearts-breadcrumb li a:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map {
    position: relative;
}

.google-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 440px;
    width: 100%;
}

.google-map__contact {
    overflow: hidden;
    background-color: var(--cleenhearts-gray, #888888);
}

.contact-map {
    position: relative;
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .contact-map {
        padding-bottom: 80px;
    }
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 1654px;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/

.client-carousel {
    padding-top: 206px;
    padding-bottom: 100px;
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 767px) {
    .client-carousel {
        padding-top: 186px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .client-carousel {
        padding-top: 156px;
        padding-bottom: 50px;
    }
}

.client-carousel__one {
    position: relative;
}

.client-carousel__one .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.client-carousel__one .owl-nav {
    position: absolute;
    width: 100%;
    top: -116px;
    left: 0;
}

.client-carousel__one .owl-nav.disabled {
    display: flex !important;
}

.client-carousel__item {
    position: relative;
    transition: transform 500ms ease;
}

.client-carousel__item img {
    transition: transform 500ms ease;
}

.client-carousel__item__hover-img {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.client-carousel__item:hover .client-carousel__item__hover-img {
    opacity: 1;
}

.client-carousel__item:nth-child(1),
.client-carousel__item:nth-child(1) img {
    width: 86px;
    height: 87px;
}

.client-carousel__item:nth-child(2),
.client-carousel__item:nth-child(2) img {
    width: 85px;
    height: 86px;
}

.client-carousel__item:nth-child(3),
.client-carousel__item:nth-child(4),
.client-carousel__item:nth-child(3) img,
.client-carousel__item:nth-child(4) img {
    width: 80px;
    height: 79px;
}

.client-carousel__item:nth-child(5),
.client-carousel__item:nth-child(5) img {
    width: 87px;
    height: 84px;
}

.client-carousel__item:nth-child(6),
.client-carousel__item:nth-child(6) img {
    width: 83px;
    height: 84px;
}

@media (max-width: 1199px) {

    .client-carousel__item,
    .client-carousel__item img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {

    .client-carousel__item,
    .client-carousel__item img {
        width: 70px !important;
        height: 70px !important;
    }
}

@media (max-width: 375px) {

    .client-carousel__item,
    .client-carousel__item img {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (max-width: 359px) {

    .client-carousel__item,
    .client-carousel__item img {
        width: 70px !important;
        height: 70px !important;
    }
}

.client-carousel--home-4 .client-carousel__one .owl-nav button span:hover {
    background-color: var(--cleenhearts-orange, #E76100);
}

.client-carousel--home-5 .client-carousel__one .owl-nav button span:hover {
    background-color: var(--cleenhearts-brown2);
}

.client-carousel-two {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.client-carousel-two__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.client-carousel-two__carousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    /* border-radius: 100%; */
    /* border: 1px solid var(--cleenhearts-base, #2e2e2e); */
    /* -webkit-transition: all 200ms ease-out; */
    /* transition: all 200ms ease-out; */
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    /* background-color: var(--cleenhearts-base, #2e2e2e); */
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

.custom-cursor__hover {
    /* background-color: var(--cleenhearts-base, #2e2e2e); */
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes zumpBottom {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes rotated {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes leafMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        transform: rotate(-2deg) translateX(5px);
    }

    50% {
        transform: rotate(-4deg) translateX(10px);
    }
}

@keyframes messageMove {

    0%,
    100% {
        transform: translateX(0);
    }

    25%,
    75% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(10px);
    }
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes flowerRotate {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25%,
    75% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

@keyframes slowXmove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes smartMove {
    0% {
        width: 0;
    }

    15% {
        width: 100%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 100%;
        opacity: 0;
    }

    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes zumpX {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes zumpY {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes zumpXtwo {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(30px);
    }
}

@keyframes zump {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes float-bob-y-2 {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.main-footer {
    position: relative;
    overflow: hidden;
}

.main-footer__top {
    position: relative;
    padding-top: 66px;
    padding-bottom: 66px;
    z-index: 1;
}

.main-footer__top__shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: slowXmove 6s ease infinite;
}

.main-footer__top p {
    font-size: 14px;
}

@media (max-width: 1799px) {
    .main-footer__top__shape-one {
        width: 200px;
    }
}

@media (max-width: 1599px) {
    .main-footer__top__shape-one {
        top: -20px;
        right: -20px;
    }
}

.main-footer__top__shape-two {
    position: absolute;
    right: -7px;
    bottom: 0;
    z-index: 1;
    animation: slowXmove 6s ease infinite;
}

@media (max-width: 1650px) {
    .main-footer__top__shape-two {
        width: 300px;
    }
}

.main-footer .container {
    position: relative;
    z-index: 11;
}

.main-footer__bottom {
    position: relative;
    padding-top: 25.5px;
    padding-bottom: 24.5px;
    background-color: #2e2e2e;
    z-index: 1;
}

.main-footer__bottom__bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--cleenhearts-secondary, #c62b23);
    mix-blend-mode: multiply;
}

.main-footer__bottom__inner {
    text-align: center;
}

.main-footer__copyright {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #a3a3a3;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .footer-widget--about {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .footer-widget--about {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .footer-widget--about {
        width: 100%;
    }
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 20px;
}

.footer-widget__title {
    display: table;
    position: relative;
    font-size: 16px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 6px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.footer-widget__title::before,
.footer-widget__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: var(--cleenhearts-purple, #965995);
}

.footer-widget__title::before {
    left: 0;
    width: 40px;
}

/* .footer-widget__title::after {
  left: 38px;
  width: 50px;
} */

.footer-widget__info li+li {
    margin-top: 10px;
    font-size: 14px;
}

.footer-widget__links li+li {
    margin-top: 10px;
}

.footer-widget__info,
.footer-widget__links {
    margin-bottom: 0;
}

.footer-widget__info li,
.footer-widget__links li {
    display: flex;
    align-items: flex-start;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 14px;
    color: var(--cleenhearts-text, #757277);
    font-weight: 400;
    line-height: 1.562;
}

.footer-widget__info li span,
.footer-widget__links li span {
    display: inline-block;
    position: relative;
    top: 4.5px;
    font-size: 16px;
    color: var(--cleenhearts-purple, #965995);
    margin-right: 10px;
}

.footer-widget__info li span.icon-envelope,
.footer-widget__links li span.icon-envelope {
    top: 6px;
    font-size: 14px;
}

.footer-widget__info li address,
.footer-widget__links li address {
    color: inherit;
    margin: 0;
    font-size: 14px;
}

.footer-widget__info li a,
.footer-widget__links li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__info li a:hover,
.footer-widget__links li a:hover {
    background-size: 100% 1px;
}

.footer-widget__info li a:hover,
.footer-widget__links li a:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.footer-widget__about-text {
    text-transform: capitalize;
    padding-right: 10px;
    margin-bottom: 30px;
}

.footer-widget__map {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-purple, #965995);
    font-weight: 500;
    line-height: 1.285;
}

.footer-widget__map:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.footer-widget__map span {
    font-size: inherit;
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.footer-widget__map__text {
    margin-right: 12px;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__map__text:hover {
    background-size: 100% 1px;
}

.footer-widget__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 11px;
}

.footer-widget__gallery__link {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}


.foot_socail .social-link {
    display: flex;
    align-items: center;
    gap: 20px 20px;
}

.foot_socail .topbar-one__social a+a::after {
    display: none;
}

.foot_socail .topbar-one__social a {
    color: #204a8f;
}

.footer-widget__gallery__link::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    transition: all 700ms ease;
    transform: translateY(-110%);
    border-radius: 10px;
    z-index: 1;
}

.footer-widget__gallery__link:hover::after {
    transform: translateY(0);
}

.footer-widget__gallery__link img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.footer-widget__gallery__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--cleenhearts-white, #fff);
    font-size: 14px;
    z-index: 11;
    transition: all 700ms ease;
    transform: translate(-50%, 700%);
}

.footer-widget__gallery__link:hover .footer-widget__gallery__icon {
    transform: translate(-50%, -50%);
}

.footer-widget__subscribe__text {
    color: var(--cleenhearts-white3, #D7D3CB);
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer-widget__subscribe__form__inner {
    padding: 0 15px 0 18px;
    display: flex;
    align-items: center;
    height: 51px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 8px;
    margin-bottom: 14px;
}

.footer-widget__subscribe input[type=email] {
    width: calc(100% - 20px);
    padding: 0;
    border: none;
    outline: none;
    padding-right: 3px;
    background-color: transparent;
}

.footer-widget__subscribe button[type=submit] {
    font-size: 20px;
    padding: 0;
    border: none;
    outline: none;
    color: var(--cleenhearts-purple, #965995);
    transition: all 400ms ease;
}

.footer-widget__subscribe button[type=submit]:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.footer-widget__subscribe__checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    display: none;
    cursor: pointer;
}

.footer-widget__subscribe__checkbox label {
    position: relative;
    cursor: pointer;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-white3, #D7D3CB);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.footer-widget__subscribe__checkbox label::before {
    content: "";
    border: 1px solid var(--cleenhearts-white, #fff);
    outline: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 11px;
}

.footer-widget__subscribe__checkbox input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.footer-widget__news__single+.footer-widget__news__single {
    margin-top: 25px;
}

.footer-widget__news__single {
    display: flex;
    gap: 20px;
}

.footer-widget__news__image {
    flex-shrink: 0;
    width: 70px;
}

.footer-widget__news__image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.footer-widget__news__content {
    position: relative;
    top: -10px;
}

@media (max-width: 767px) {
    .footer-widget__news__content {
        top: -6px;
    }
}

.footer-widget__news__title {
    font-size: 18px;
    color: var(--cleenhearts-white3, #D7D3CB);
    line-height: 1.666;
    letter-spacing: -0.54px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.footer-widget__news__title:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.footer-widget__news__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__news__title a:hover {
    background-size: 100% 1px;
}

.footer-widget__news__date {
    font-size: 14px;
    color: var(--cleenhearts-secondary, #c62b23);
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
}

.footer-two {
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.footer-two .main-footer__top {
    padding-top: 50px;
    padding-bottom: 61px;
}

.footer-two .footer-widget__title {
    color: var(--cleenhearts-white2, #EFECE7);
}

.footer-two .footer-widget__title::before,
.footer-two .footer-widget__title::after {
    background-color: var(--cleenhearts-text-gray, #AA96B4);
}

.footer-two .footer-widget__info,
.footer-two .footer-widget__links {
    margin-bottom: 0;
}

.footer-two .footer-widget__info li,
.footer-two .footer-widget__links li {
    color: var(--cleenhearts-white3, #D7D3CB);
}

.footer-two .footer-widget__info li span,
.footer-two .footer-widget__links li span {
    color: var(--cleenhearts-secondary, #c62b23);
    margin-right: 10px;
}

.footer-two .footer-widget__info li a:hover,
.footer-two .footer-widget__links li a:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.footer-two .footer-widget__about-text {
    color: var(--cleenhearts-white3, #D7D3CB);
}

.footer-two .footer-widget__map {
    color: var(--cleenhearts-white3, #D7D3CB);
}

.footer-two .footer-widget__map__icon {
    color: var(--cleenhearts-secondary, #c62b23);
}

.footer-two .footer-widget__map:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.footer-two .main-footer__bottom {
    padding-top: 27px;
    padding-bottom: 28px;
}

.footer-two .main-footer__bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1199px) {
    .footer-two .main-footer__bottom__inner {
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .footer-two__logo {
        display: none;
    }
}

.footer-three .main-footer__top {
    padding-top: 48px;
    padding-bottom: 49px;
}

.footer-three__bottom {
    position: relative;
    padding-top: 31px;
    padding-bottom: 30px;
    background-color: var(--cleenhearts-white, #fff);
    z-index: 1;
}

.footer-three__bottom__inner {
    text-align: center;
}

.footer-three__copyright {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--cleenhearts-text, #757277);
    line-height: 1.5;
}

.footer-four {
    position: relative;
    background-color: var(--cleenhearts-base);
}

.footer-four__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.25;
}

.footer-four .container {
    position: relative;
    z-index: 1;
}

.footer-four__top {
    padding: 60px 0;
    margin-bottom: 43px;
    border-bottom: 1px solid rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.1);
}

.footer-four__info {
    padding: 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px 87px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 15px;
}

@media (max-width: 991px) {
    .footer-four__info {
        gap: 35px 80px;
    }
}

@media (max-width: 767px) {
    .footer-four__info {
        gap: 35px 40px;
    }
}

.footer-four__info__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 991px) {
    .footer-four__info__item {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-four__info__item {
        flex-direction: row;
        text-align: left;
    }
}

.footer-four__info__icon {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: var(--cleenhearts-gray2);
    border-radius: 50%;
    z-index: 1;
}

.footer-four__info__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-orange, #E76100);
}

.footer-four__info__icon span {
    font-size: 18px;
    color: var(--cleenhearts-orange, #E76100);
}

.footer-four__info__item:hover .footer-four__info__icon::after {
    opacity: 1;
    transform: scale(1);
}

.footer-four__info__item:hover .footer-four__info__icon span {
    color: var(--cleenhearts-white, #fff);
}

.footer-four__info__text {
    display: inline-block;
    color: var(--cleenhearts-text, #757277);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

.footer-four__info__text:hover {
    color: var(--cleenhearts-orange, #E76100);
}

@media (max-width: 991px) {
    .footer-four .footer-widget--about {
        width: 100%;
    }
}

.footer-four .footer-widget__title {
    display: block;
    color: var(--cleenhearts-white2, #EFECE7);
    padding: 0;
    margin: 0 0 31px 0;
}

.footer-four .footer-widget__title::before,
.footer-four .footer-widget__title::after {
    display: none;
}

.footer-four .footer-widget__about-text {
    padding: 0;
    color: var(--cleenhearts-white3, #D7D3CB);
}

.footer-four .footer-widget .cleenhearts-btn-two {
    padding: 6px 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 700;
    border-color: rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.15);
    border-radius: 6px;
}

.footer-four .footer-widget .cleenhearts-btn-two:hover {
    border-color: var(--cleenhearts-orange, #E76100);
}

.footer-four .footer-widget .cleenhearts-btn-two span {
    color: inherit;
}

.footer-four .footer-widget__links li {
    color: var(--cleenhearts-white3, #D7D3CB);
}

.footer-four .footer-widget__links li a:hover {
    color: var(--cleenhearts-orange, #E76100);
}

.footer-four .footer-widget__subscribe button[type=submit] {
    color: var(--cleenhearts-orange, #E76100);
}

.footer-four .footer-widget__subscribe button[type=submit]:hover {
    color: var(--cleenhearts-black2);
}

.footer-four .footer-widget__subscribe__checkbox input:checked+label::after {
    background-color: var(--cleenhearts-orange, #E76100);
}

.footer-four .footer-widget__gallery__link::after {
    background-color: rgba(var(--cleenhearts-orange-rgb, 231, 97, 0), 0.8);
}

.footer-four__bottom__inner {
    margin-top: 43px;
    padding: 29px 0;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    border-top: 1px solid rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.1);
}

@media (max-width: 767px) {
    .footer-four__bottom__inner {
        text-align: center;
        flex-direction: column;
    }
}

.footer-four__copyright {
    margin: 0;
    font-size: 14px;
    color: var(--cleenhearts-white3, #D7D3CB);
}

.footer-four__social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer-four__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--cleenhearts-white, #fff);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.1);
}

.footer-four__social a:hover {
    color: var(--cleenhearts-orange, #E76100);
}

.footer-four__social a i {
    color: inherit;
}

.footer-five {
    position: relative;
    background-color: var(--cleenhearts-bramble);
}

.footer-five__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}

.footer-five__top {
    padding-top: 229px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .footer-five__top {
        padding-top: 209px;
    }
}

@media (max-width: 575px) {
    .footer-five__top {
        padding-top: 189px;
    }
}

.footer-five .container {
    position: relative;
    z-index: 1;
}

.footer-five .footer-widget__title {
    padding-bottom: 15px;
    margin: 15px 0 26px 0;
    color: var(--cleenhearts-white2, #EFECE7);
}

.footer-five .footer-widget__title::before {
    display: none;
}

.footer-five .footer-widget__title::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #D6B256 0%, rgba(214, 178, 86, 0) 100%);
}

.footer-five .footer-widget__logo {
    margin-bottom: 22px;
}

.footer-five .footer-widget__about-text {
    padding: 0;
    margin-bottom: 25px;
    color: var(--cleenhearts-white3, #D7D3CB);
}

.footer-five .footer-widget__info li+li {
    margin-top: 21px;
}

.footer-five .footer-widget__info li,
.footer-five .footer-widget__links li {
    color: var(--cleenhearts-white3, #D7D3CB);
}

.footer-five .footer-widget__info li span,
.footer-five .footer-widget__links li span {
    color: var(--cleenhearts-brown2);
}

.footer-five .footer-widget__info li a:hover,
.footer-five .footer-widget__links li a:hover {
    color: var(--cleenhearts-brown2);
}

.footer-five .footer-widget__gallery__link::after {
    background-color: rgba(var(--cleenhearts-brown2-rgb), 0.8);
}

.footer-five__social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer-five__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--cleenhearts-white, #fff);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.1);
}

.footer-five__social a:hover {
    color: var(--cleenhearts-brown2);
}

.footer-five__social a i {
    color: inherit;
}

.footer-five__bottom__inner {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    border-top: 1px solid rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.2);
}

.footer-five__copyright {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--cleenhearts-white3, #D7D3CB);
    line-height: 1.5;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-one__map {
    position: relative;
}

.contact-one__google__map iframe {
    border-radius: 20px;
    height: 717.98px !important;
}

.contact-one__info {
    padding: 30px 30px 28px;
    width: calc(100% - 96px);
    position: absolute;
    left: 50%;
    bottom: -15rem;
    transform: translateX(-50%);
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 20px;
}

@media (max-width: 575px) {
    .contact-one__info {
        padding: 25px;
        width: calc(100% - 60px);
        bottom: 40px;
    }
}

@media (max-width: 375px) {
    .contact-one__info {
        width: calc(100% - 40px);
        bottom: 30px;
    }
}

.contact-one__info__item+.contact-one__info__item {
    margin-top: 28px;
}

.contact-one__info__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 450px) {
    .contact-one__info__item {
        flex-direction: column;
        text-align: center;
    }
}

.contact-one__info__icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--cleenhearts-purple, #965995);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.contact-one__info__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.contact-one__info__icon span {
    font-size: 18px;
    color: var(--cleenhearts-purple, #965995);
    transition: all 0.4s ease-in-out;
}

.contact-one__info__icon span.icon-envelope {
    font-size: 15px;
}

.contact-one__info__item:hover .contact-one__info__icon {
    border-color: transparent;
}

.contact-one__info__item:hover .contact-one__info__icon::after {
    transform: scale(1);
    opacity: 1;
}

.contact-one__info__item:hover .contact-one__info__icon span {
    color: var(--cleenhearts-white);
}

.contact-one__info__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 11px;
}

.contact-one__info__text {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
    font-weight: 400;
    line-height: 1.562;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.contact-one__info__text--link {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-one__info__text--link:hover {
    background-size: 100% 1px;
}

.contact-one__info__text--link:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.contact-one__form {
    position: relative;
    padding: 43px 40px 57px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 20px;
}

@media (max-width: 500px) {
    .contact-one__form {
        padding: 33px 30px 47px;
    }
}

@media (max-width: 375px) {
    .contact-one__form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact-one__form__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 1;
    border-radius: 20px;
}

.contact-one__form__inner {
    position: relative;
    z-index: 11;
}

.contact-one__form__inner .form-one__control__input {
    border-radius: 100px;
    background-color: var(--cleenhearts-white, #fff);
}

.contact-one__form__inner .form-one__control__message {
    border-radius: 20px;
    height: 138px;
}

.contact-one__title {
    position: relative;
    z-index: 11;
    font-size: 24px;
    line-height: 1.333;
    text-transform: capitalize;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/

.main-slider-one {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.main-slider-one .item .main-slider-one__wrapper {
    position: relative;
    margin: 0 100px;
    overflow: hidden;
    border-radius: 20px !important;
    width: 100%;
}

@media (max-width: 1599px) {
    .main-slider-one__wrapper {
        margin: 0 15px;
    }
}

.main-slider-one__carousel {
    position: relative;
    width: 100%;
}

.main-slider-one__carousel.owl-carousel .owl-nav {
    left: 118px;
    margin: auto 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    max-width: 120px;
}

@media (max-width: 1400px) {
    .main-slider-one__carousel.owl-carousel .owl-nav {
        left: 50px;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__carousel.owl-carousel .owl-nav {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .main-slider-one__carousel.owl-carousel .owl-nav {
        display: none;
    }
}

.main-slider-one__carousel.owl-carousel .owl-nav button {
    transition: all 400ms ease;
    width: 52px;
    height: 52px;
    outline: none;
    box-shadow: none;
    border: none;
    background-color: RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.1);
    border-radius: 50%;
    display: block;
    color: var(--cleenhearts-white, #fff);
    line-height: 53px;
    font-size: 16px;
    margin: 9px 0;
    text-align: center;
}

.main-slider-one__carousel.owl-carousel .owl-nav button:hover {
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.main-slider-one__carousel .owl-dots {
    right: 74px;
    margin: auto 0;
    position: absolute;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .main-slider-one__carousel .owl-dots {
        right: 50px;
    }
}

@media (max-width: 991px) {
    .main-slider-one__carousel .owl-dots {
        right: 30px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-one__carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: auto;
        left: 0;
        transform: none;
        top: auto;
        bottom: 30px;
        right: 0;
    }
} */

.main-slider-one__carousel .owl-dots .owl-dot {
    display: block;
    margin: 19px 0;
}

/* @media (max-width: 767px) {
    .main-slider-one__carousel .owl-dots .owl-dot {
        margin: 0 6px;
    }
} */

.main-slider-one__carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-one__carousel .owl-dots .owl-dot span::after {
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    left: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-one__carousel .owl-dots .owl-dot:hover span,
.main-slider-one__carousel .owl-dots .owl-dot.active span {
    background-color: var(--cleenhearts-yellow, #FCB720);
}

.main-slider-one__carousel .owl-dots .owl-dot:hover span::after,
.main-slider-one__carousel .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}

.main-slider-one__item {
    /* background-color: var(--cleenhearts-gray, #888888); */
    position: relative;
    z-index: 3;
    padding-top: 150px;
    /* padding-bottom: 150px; */
    /* margin-top: 7rem; */
}

@media (max-width: 991px) {
    .main-slider-one__item {
        padding-top: 20px;
        /* padding-bottom: 150px; */
    }

    .main-slider-one__title {
        line-height: 16px !important;

    }
}

@media (max-width: 550px) {
    .main-slider-one__carousel .owl-dots .owl-dot {
        margin: 8px 0;
    }
}

@media (max-width: 400px) {

    .main-slider-one__carousel .owl-dots .owl-dot {
        margin: 8px 0;
    }
}

.main-slider-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
}

.main-slider-one__shape-one {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 169px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: 0.35;
    transform: scale(1);
    transition: transform 1000ms ease, -webkit-transform 1000ms ease;
    transform: translateX(-100%);
}

.main-slider-one__bg {
    background-image: url(../images/main-slider/banner1.jpg);
}

.main-slider-one__shape-one {
    background-image: url(../images/shapes/slider-1-shape-1.png);
}

.main-slider-one__shape-two {
    background-image: url(../images/shapes/slider-1-shape-2.png);
}

@media (max-width: 991px) {
    .main-slider-one__shape-one {
        display: none;
    }
}

.main-slider-one__shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 171px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.35;
    transform: scale(1);
    transition: transform 1000ms ease, -webkit-transform 1000ms ease;
    transform: translateY(100%);
}

@media (max-width: 991px) {
    .main-slider-one__shape-two {
        display: none;
    }
}

.main-slider-one__content {
    position: relative;
    z-index: 3;
    padding: 0 0 0 90px;
    padding-bottom: 5rem;
}

@media (max-width: 1199px) {
    .main-slider-one__content {
        padding-left: 50px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-one__content {
        padding-left: 15px;
        padding-right: 15px;
    }
} */

.main-slider-one__sub-title {
    display: inline-block;
    color: var(--cleenhearts-secondary, #c62b23);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 0.4);
    border-radius: 100px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    padding: 8.5px 14px;
    margin: 0 0 22px;
    opacity: 0;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateX(100px);
}

@media (max-width: 991px) {
    .main-slider-one__sub-title {
        font-size: 15px;
    }
}

.main-slider-one__title {
    color: var(--cleenhearts-white, #fff);
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin: 0 0 0;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

/* @media (max-width: 767px) {
    .aidcard {
        width: 70% !important;
        margin: 20px 12px;
    }

    .main-slider-one__bg {
        background: #a4003b;
    }

    .main-slider-one__shape-one {
        background: #414c62;
    }

    .main-slider-one__shape-two {
        background: #777;
    }
} */

@media (max-width: 991px) {
    .main-slider-one__title {
        font-size: 16px;
        margin-bottom: -20px;
        line-height: 40px;
    }


    .cleenhearts-btn__text {
        margin-left: 0px;
        font-size: 20px !important;
    }

    .cleenhearts-btn {
        padding: 10px 14px 10px 55px;
    }

    .mrbtn {
        font-size: 16px !important;
    }

    .testimonials-card {
        height: 100%;
    }

    .cleenhearts-btn__icon-box {
        width: 36px;
        height: 36px;
        left: 7px;
    }
}

/* @media screen and (max-width:990px){
    .main-slider-one__title{
        font-size: 16px !important;
    }
} */
@media (max-width: 767px) {
    .main-slider-one__title {
        font-size: 12px;
        /* letter-spacing: px; */
        margin-bottom: 10px;
        line-height: 30px;
    }

    .cleenhearts-btn__text {
        font-size: 18px !important;
        line-height: 1;
    }

}

.main-slider-one__title__text {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.main-slider-one__title__text::after {
    content: "";
    width: 100%;
    height: 72%;
    position: absolute;
    top: 22px;
    left: 100%;
    background: currentColor;
    transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    z-index: 3;
    transform: translateX(-100%);
    transition-delay: 1s;
}

@media (max-width: 1199px) {
    .main-slider-one__title__text::after {
        top: 19px;
    }
}

@media (max-width: 991px) {
    .main-slider-one__title__text::after {
        top: 15px;
    }
}

.main-slider-one__title__text:not(:first-child) {
    top: -36px;
}

/* 
@media (max-width: 767px) {
    .main-slider-one__title__text:not(:first-child) {
        top: -6px;
    }
} */

/* .main-slider-one__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    z-index: 5;
    overflow: hidden;
} */

.main-slider-one__btn .sliderTxt {
    font-size: 24px;
}

/* @media (max-width: 767px) {
    .main-slider-one__btn {
        gap: 15px;
    }

    .cleenhearts-btn__text {
        margin-left: 0px;
    }
} */

.main-slider-one__btn .cleenhearts-btn {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider-one__btn .sliderTxt {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
    /* margin-bottom: 3rem; */
}

.main-slider-one .volunteer-group__link {
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(100px);
}

.main-slider-one .active .main-slider-one__shape-one {
    transform: translateX(0);
}

.main-slider-one .active .main-slider-one__shape-two {
    transform: translateY(0);
}


.main-slider-one .active .main-slider-one__sub-title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1100ms;
}

.main-slider-one .active .main-slider-one__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1300ms;
}

.main-slider-one .active .main-slider-one__title__text::after {
    transform: translateX(1%);
    transition-delay: 1500ms;
}

.main-slider-one .active .main-slider-one__btn .cleenhearts-btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1600ms;
}

.main-slider-one .active .main-slider-one__btn .sliderTxt {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1600ms;
}

.main-slider-one .active .volunteer-group__link {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1700ms;
}

.main-slider-one .active .volunteer-group__link:nth-child(2) {
    transition-delay: 1800ms;
}

.main-slider-one .active .volunteer-group__link:nth-child(3) {
    transition-delay: 1900ms;
}

.container2 {
    width: 100%;
    margin-top: 2.8rem !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    ;
    font-family: "Nunito Sans";
    gap: 2rem;
    padding: 0 8rem;
    z-index: 1 !important;
    /* position: absolute; */
}
@media screen and (max-width:1350px){
    .container2 {
        padding: 0 5rem;
        gap: 1rem;
    }
}
.container2 .box {
    background-color: #F5EFFF;
    display: grid;
    grid-template-columns: 28% 72%;
    border-radius: 10px;
    padding: 1.1rem 1.5rem;
    text-align: center;
    border-radius: 17px;
    font-weight: 500;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    border-bottom: 3px solid #c62b23;
    align-self: start;
}

@media (max-width: 1153px) {
    .container2 {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns when screen size is 768px or less */
    }
}

.container2 .box img {
    /* margin-top: 1rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.numbers,
.numbers1 {
    font-size: 32px;
}

.container2 .box .box-content .below-number {
    /* font-size: 15px; */
    color: #2e2e2e;
    line-height: 18px;
}

.numbers,
.numbers1 {
    color: #204a8f;
    font-weight: 800;
}

.container2 .box p {
    line-height: 0.75;
}

@media screen and (max-width:1200px) {
    .container2 {
        margin-top: -4rem !important;
    }
}

@media screen and (max-width:1152px) {
    .container2 {
        margin-top: 1.5rem !important;
        position: static;
    }
}

@media screen and (max-width:700px) {

    .container1 .para1,
    .container1 .para2 {
        font-size: 1.4rem;
    }

    .container2 {
        padding: 0 4rem;
        margin-top: 2rem !important;
    }

    .container2 .box .box-content .below-number {
        font-size: 14px;
    }

    .container2 .box {
        padding: 1rem 1rem;
    }
}

@media screen and (max-width:600px) {
    .container2 {
        margin-top: 1.5rem !important;
        gap: 1rem;
        padding: 0 2rem;
    }

    .container2 .box {
        padding: 10px 10px;
    }

    .numbers,
    .numbers1 {
        font-size: 28px;
    }

    .container2 .box .box-content .below-number,
    .dropdown .dropdown-btn {
        font-size: 13px;
    }

    .container1 .para1,
    .container1 .para2 {
        font-size: 1.2rem;
    }

    .sec-title__tagline {
        font-size: 18px;
    }
}

@media screen and (max-width:440px) {

    .numbers,
    .numbers1 {
        font-size: 20px;
    }

    .container2 .box .box-content .below-number {
        font-size: 12px;
    }

    .container2 .box img {
        width: 40px;
    }

    .container2 {
        margin-top: 1.5rem !important;
    }
}

@media screen and (max-width:400px) {
    .container2 {
        margin-top: 3rem !important;
        padding: 0 1rem;
        gap: 30px;
    }

    .container2 .box {
        border-radius: 12px;
    }
}

@media screen and (max-width:547px) {
    .container2 {
        display: grid;
        grid-template-columns: auto;
        /* width: 100%; */
        justify-content: center;
    }

    .container2 .box {
        width: 220px;
    }
}

.hero-banner {
    position: relative;
    padding: 95px 85px 63px;
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 1599px) {
    .hero-banner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .hero-banner {
        padding: 80px 0 60px;
    }
}

.hero-banner__shape {
    position: absolute;
    right: 29%;
    top: 0;
}

.hero-banner__shape img {
    max-width: 100%;
    animation: slowXmove 6s ease infinite;
}

.hero-banner__title {
    font-size: 80px;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: -3.2px;
    text-transform: capitalize;
    margin: -5px 0 0;
}

.hero-banner__title__purple {
    color: var(--cleenhearts-purple, #965995);
}

@media (max-width: 1599px) {
    .hero-banner__title {
        font-size: 60px;
        line-height: 80px;
    }
}

@media (max-width: 1199px) {
    .hero-banner__title {
        margin: 0 0 10px;
    }

    .hero-banner__title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-banner__title {
        font-size: 39px;
        line-height: 50px;
        letter-spacing: -1.2px;
        margin: 0 0 10px;
    }
}

.hero-banner__content {
    position: relative;
    max-width: 383px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .hero-banner__content {
        margin: 0;
        max-width: 100%;
    }
}

.hero-banner__content__text {
    text-transform: capitalize;
    margin: 0 0 41px;
}

.hero-banner__content__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

/* @media (max-width: 767px) {
    .hero-banner__content__btn {
        gap: 12px;
    }
} */

.hero-banner__content__btn .cleenhearts-btn {
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
    padding-right: 18px;
}

.hero-banner__content__btn .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.hero-banner__content__btn .cleenhearts-btn__icon-box span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.hero-banner__content__btn .cleenhearts-btn:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-base, #2e2e2e);
}

.main-slider-two {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.main-slider-two__wrapper {
    position: relative;
    margin: 0 100px;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 1599px) {
    .main-slider-two__wrapper {
        margin: 0 15px;
    }
}

.main-slider-two__carousel {
    position: relative;
    width: 100%;
}

.main-slider-two__carousel.owl-carousel .owl-nav {
    left: 118px;
    margin: auto 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    max-width: 120px;
}

@media (max-width: 1400px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        left: 50px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        left: 20px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        display: none;
    }
} */

.main-slider-two__carousel.owl-carousel .owl-nav button {
    transition: all 400ms ease;
    width: 52px;
    height: 52px;
    outline: none;
    box-shadow: none;
    border: none;
    background-color: RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.1);
    border-radius: 50%;
    display: block;
    color: var(--cleenhearts-white, #fff);
    line-height: 53px;
    font-size: 16px;
    margin: 9px 0;
    text-align: center;
}

.main-slider-two__carousel.owl-carousel .owl-nav button:hover {
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.main-slider-two__carousel .owl-dots {
    left: 73px;
    margin: auto 0;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .main-slider-two__carousel .owl-dots {
        left: 50px;
    }
}

@media (max-width: 991px) {
    .main-slider-two__carousel .owl-dots {
        left: 30px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-two__carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: auto;
        left: 0;
        transform: none;
        top: auto;
        bottom: 30px;
        right: 0;
    }
} */

.main-slider-two__carousel .owl-dots .owl-dot {
    display: block;
    margin: 19px 0;
}

/* @media (max-width: 767px) {
    .main-slider-two__carousel .owl-dots .owl-dot {
        margin: 0 6px;
    }
} */

.main-slider-two__carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-two__carousel .owl-dots .owl-dot span::after {
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    left: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-two__carousel .owl-dots .owl-dot:hover span,
.main-slider-two__carousel .owl-dots .owl-dot.active span {
    background-color: var(--cleenhearts-yellow, #FCB720);
}

.main-slider-two__carousel .owl-dots .owl-dot:hover span::after,
.main-slider-two__carousel .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}

.main-slider-two__item {
    background-color: var(--cleenhearts-gray, #888888);
    position: relative;
    z-index: 3;
    padding-top: 204px;
    padding-bottom: 204px;
}

@media (max-width: 991px) {
    .main-slider-two__item {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-two__item {
        padding-top: 90px;
        padding-bottom: 120px;
    }
} */

.main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
}

.main-slider-two__content {
    position: relative;
    z-index: 3;
    padding: 0 83px 0 0;
}

@media (max-width: 1199px) {
    .main-slider-two__content {
        padding-right: 50px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-two__content {
        padding-right: 20px;
    }
} */

.main-slider-two .video-button {
    margin-left: auto;
    position: relative;
    width: 66px;
    height: 66px;
    background-color: RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.5);
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(100px);
}

/* @media (max-width: 767px) {
    .main-slider-two .video-button {
        margin-right: auto;
    }
} */

.main-slider-two .video-button__ripple::before,
.main-slider-two .video-button__ripple::after {
    box-shadow: 0 0 0 0 RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.25);
    width: 100%;
    height: 100%;
}

.main-slider-two .video-button span {
    color: var(--cleenhearts-purple, #965995);
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.main-slider-two .video-button:hover {
    background-color: var(--cleenhearts-purple, #965995);
}

.main-slider-two .video-button:hover span {
    color: var(--cleenhearts-white, #fff);
}

.main-slider-two .active .main-slider-two__bg {
    transform: scale(1.12);
}

.main-slider-two .active .video-button {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1200ms;
}

.main-slider-three {
    position: relative;
    overflow: hidden;
}

.main-slider-three__carousel {
    position: relative;
    width: 100%;
}

@media (max-width: 1199px) {
    .main-slider-three__carousel.owl-carousel .owl-nav {
        left: 20px;
    }
}

.main-slider-three__carousel.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    left: 80px;
    margin: auto 0;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid var(--cleenhearts-text, #757277);
    color: var(--cleenhearts-text, #757277);
    border-radius: 50%;
    transition: all 400ms ease;
}

@media (max-width: 1400px) {
    .main-slider-three__carousel.owl-carousel .owl-nav button {
        left: 30px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-three__carousel.owl-carousel .owl-nav button {
        top: auto;
        transform: none;
        bottom: 30px;
        text-align: center;
        right: 0;
        left: -50px;
        margin: auto;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
} */

.main-slider-three__carousel.owl-carousel .owl-nav button:hover {
    background-color: var(--cleenhearts-purple, #965995);
    border-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
}

.main-slider-three__carousel.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 80px;
}

@media (max-width: 1400px) {
    .main-slider-three__carousel.owl-carousel .owl-nav button.owl-next {
        right: 30px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-three__carousel.owl-carousel .owl-nav button.owl-next {
        right: -50px;
        left: 0;
    }
} */

.main-slider-three__item {
    position: relative;
    padding-top: 382px;
    padding-bottom: 273px;
    background-color: var(--cleenhearts-base, #2e2e2e);
}

@media (max-width: 1199px) {
    .main-slider-three__item {
        padding-top: 220px;
        padding-bottom: 150px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-three__item {
        padding-top: 180px;
        padding-bottom: 140px;
    }
} */

.main-slider-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-color: var(--cleenhearts-base, #2e2e2e);
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
}

.main-slider-three__bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.main-slider-three__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.25;
    transition: transform 1000ms ease, -webkit-transform 1000ms ease;
    transform: translateX(100%);
}

@media (max-width: 991px) {
    .main-slider-three__shape {
        display: none;
    }
}

.main-slider-three__bg-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.main-slider-three__bg-svg rect {
    stroke: var(--cleenhearts-base, #2e2e2e);
    fill: none;
    transition: 0.5s;
}

.main-slider-three__bg-svg .steap {
    stroke-width: 0;
}

.main-slider-three__bg-svg .circle1 {
    transition-delay: 0.3s;
}

.main-slider-three__bg-svg .circle2 {
    transition-delay: 0.35s;
}

.main-slider-three__bg-svg .circle3 {
    transition-delay: 0.4s;
}

.main-slider-three__bg-svg .circle4 {
    transition-delay: 0.45s;
}

.main-slider-three__bg-svg .circle5 {
    transition-delay: 0.5s;
}

.main-slider-three__bg-svg .circle6 {
    transition-delay: 0.55s;
}

.main-slider-three__bg-svg .circle7 {
    transition-delay: 0.6s;
}

.main-slider-three__bg-svg .circle8 {
    transition-delay: 0.65s;
}

.main-slider-three__bg-svg .circle9 {
    transition-delay: 0.7s;
}

.main-slider-three .container {
    position: relative;
    z-index: 3;
}

.main-slider-three__content {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.main-slider-three__sub-title {
    color: var(--cleenhearts-secondary, #c62b23);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    text-transform: capitalize;
    line-height: 1;
    opacity: 0;
    margin: 0 0 22px;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateX(-200px);
}

/* @media (max-width: 767px) {
    .main-slider-three__sub-title {
        font-size: 16px;
    }
} */

@media (max-width: 400px) {
    .main-slider-three__sub-title {
        font-size: 15px;
    }

    .main-slider-one__content {
        padding-left: 14px;
    }
}

.main-slider-three__title {
    color: var(--cleenhearts-white, #fff);
    font-size: 80px;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: -3.2px;
    text-transform: capitalize;
    margin: 0 0 45px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

@media (max-width: 1199px) {
    .main-slider-three__title {
        font-size: 55px;
        line-height: 65px;
    }
}

@media (max-width: 767px) {
    .main-slider-three__title {
        font-size: 36px;
        line-height: 45px;
        letter-spacing: -1.2px;
    }
}

.main-slider-three__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    overflow: hidden;
}

.main-slider-three__btn .cleenhearts-btn {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider-three__btn .sliderTxt {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider-three .active .steap {
    animation: dash 0.5s linear;
}

@keyframes dash {
    0% {
        stroke-width: 0;
    }

    100% {
        stroke-width: 200px;
    }
}

.main-slider-three .active .main-slider-three__shape {
    transform: translateX(0);
}

.main-slider-three .active .main-slider-three__bg {
    transform: scale(1.05);
}

.main-slider-three .active .main-slider-three__sub-title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1200ms;
}

.main-slider-three .active .main-slider-three__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1400ms;
}

.main-slider-three .active .main-slider-three__btn .cleenhearts-btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1600ms;
}

.main-slider-four {
    background-color: var(--cleenhearts-white, #fff);
}

@media (min-width: 1600px) {
    .main-slider-four .container-fluid {
        padding-left: 100px;
        padding-right: 0;
    }
}

.main-slider-four__carousel {
    margin-bottom: 30px;
}

@media (min-width: 1600px) {
    .main-slider-four__container {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}

.main-slider-four__content {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px 80px;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 991px) {
    .main-slider-four__content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.main-slider-four__content__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px 80px;
    width: 100%;
    max-width: 1045px;
}

@media (max-width: 991px) {
    .main-slider-four__content__inner {
        justify-content: flex-start;
    }
}

/* @media (max-width: 767px) {
    .main-slider-four__content__inner {
        flex-direction: column;
        align-items: flex-start;
    }
} */

.main-slider-four__sub-title {
    margin-bottom: 40px;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
    font-size: 20px;
    color: var(--cleenhearts-orange, #E76100);
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .main-slider-four__sub-title {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.main-slider-four__title {
    margin-bottom: 34px;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: capitalize;
}

@media (max-width: 1599px) {
    .main-slider-four__title {
        font-size: 65px;
    }
}

@media (max-width: 1399px) {
    .main-slider-four__title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .main-slider-four__title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .main-slider-four__title {
        font-size: 45px;
    }
}

@media (max-width: 430px) {
    .main-slider-four__title {
        font-size: 40px;
    }
}

.main-slider-four__text {
    margin: 0;
    width: 100%;
    max-width: 618px;
}

.main-slider-four__btn {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--cleenhearts-gray2);
    border-radius: 50%;
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .main-slider-four__btn {
        width: 80px;
        height: 80px;
    }
}

.main-slider-four__btn span {
    font-size: 40px;
    color: var(--cleenhearts-orange, #E76100);
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .main-slider-four__btn span {
        font-size: 35px;
    }
}

.main-slider-four__btn:hover {
    background-color: var(--cleenhearts-orange, #E76100);
}

.main-slider-four__btn:hover span {
    transform: rotate(46deg);
    color: var(--cleenhearts-white, #fff);
}

.main-slider-four .circle-text {
    position: relative;
    width: 153px;
    height: 153px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: transparent;
    z-index: 2;
    transition: all 500ms ease;
}

/* @media (max-width: 767px) {
    .main-slider-four .circle-text {
        display: none;
    }
} */

.main-slider-four .circle-text__logo {
    font-size: 28px;
    color: var(--cleenhearts-orange, #E76100);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-slider-four .circle-text__curved-circle {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 153px;
    height: 153px;
    transform-origin: center center;
    animation: rotated 10s infinite linear;
}

.main-slider-four .circle-text__curved-circle__item {
    width: 153px;
    position: relative;
    top: 2px;
    left: -2px;
}

.main-slider-four .circle-text__curved-circle__item span {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    text-transform: uppercase;
    font-size: 12px;
    color: var(--cleenhearts-text, #757277);
    font-weight: 500;
    letter-spacing: 0.7em;
    transition: all 400ms ease;
}

.main-slider-five {
    position: relative;
    background-color: var(--cleenhearts-bramble);
}

.main-slider-five__carousel {
    position: relative;
    width: 100%;
}

.main-slider-five__carousel .owl-nav {
    display: none;
}

.main-slider-five__carousel .owl-dots {
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding: 15px;
    right: 19px;
    margin: auto 0;
    position: absolute;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    background-color: var(--cleenhearts-bramble);
}

/* @media (max-width: 767px) {
    .main-slider-five__carousel .owl-dots {
        padding: 5px 9px 9px;
        text-align: center;
        display: table;
        width: auto;
        margin: auto;
        left: 0;
        transform: none;
        top: auto;
        bottom: 50px;
        right: 0;
    }
} */

/* @media (max-width: 767px) {
    .main-slider-five__carousel .owl-dots .owl-dot {
        margin: 0 9.5px;
    }
} */

.main-slider-five__carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--cleenhearts-brown);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-five__carousel .owl-dots .owl-dot span::after {
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    left: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid var(--cleenhearts-brown);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-five__carousel .owl-dots .owl-dot:hover span,
.main-slider-five__carousel .owl-dots .owl-dot.active span {
    background-color: var(--cleenhearts-brown);
}

.main-slider-five__carousel .owl-dots .owl-dot:hover span::after,
.main-slider-five__carousel .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}

.main-slider-five__item {
    position: relative;
    z-index: 3;
    padding-top: 293px;
    padding-bottom: 294px;
}

@media (max-width: 1199px) {
    .main-slider-five__item {
        padding-bottom: 250px;
    }
}

/* @media (max-width: 767px) {
    .main-slider-five__item {
        padding-top: 250px;
    }
} */

@media (max-width: 430px) {
    .main-slider-five__item {
        padding-bottom: 230px;
    }
}

@media (max-width: 390px) {
    .main-slider-five__item {
        padding-top: 230px;
    }
}

@media (max-width: 360px) {
    .main-slider-five__item {
        padding-top: 200px;
    }
}

.main-slider-five__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: screen;
    overflow: hidden;
}

.main-slider-five .container-fluid {
    position: relative;
    z-index: 1;
}

@media (min-width: 1600px) {
    .main-slider-five .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.main-slider-five__content {
    position: relative;
    z-index: 3;
}

.main-slider-five__sub-title {
    display: table;
    color: var(--cleenhearts-bramble);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    border: 1px solid rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 0.4);
    border-radius: 100px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    padding: 10.55px 17.5px;
    margin: 0 0 22px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid var(--cleenhearts-brown);
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1000ms ease, opacity 1000ms ease;
}

@media (max-width: 991px) {
    .main-slider-five__sub-title {
        font-size: 15px;
    }
}

.main-slider-five__title {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: -0.04em;
    opacity: 0;
    transform: translateX(200px);
    transition: transform 1200ms ease, opacity 1200ms ease;
}

@media (max-width: 1199px) {
    .main-slider-five__title {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .main-slider-five__title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .main-slider-five__title {
        font-size: 50px;
    }
}

@media (max-width: 430px) {
    .main-slider-five__title {
        font-size: 40px;
    }
}

.main-slider-five__title__overlay {
    display: block;
    background-color: var(--cleenhearts-white, #fff);
    height: calc(100% + 22px);
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 800ms ease;
    transition: transform 800ms ease;
    width: calc(25% + 2px);
    z-index: 1;
}

.main-slider-five__title__overlay--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.main-slider-five__title__overlay--2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.main-slider-five__title__overlay--3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.main-slider-five__title__overlay--4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-slider-five__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    z-index: 5;
    overflow: hidden;
}

.main-slider-five__btn .cleenhearts-btn {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.main-slider-five .volunteer-group__image {
    border-color: var(--cleenhearts-pastel-grey);
}

.main-slider-five .volunteer-group__link,
.main-slider-five .volunteer-group__total,
.main-slider-five .volunteer-group__title {
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1200ms ease, opacity 1200ms ease;
}

.main-slider-five__shape {
    width: auto !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateX(-200px);
    transition: transform 1200ms ease, opacity 1200ms ease;
}

@media (max-width: 991px) {
    .main-slider-five__shape {
        bottom: -90px;
    }
}

.main-slider-five .active .main-slider-five__sub-title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}

.main-slider-five .active .main-slider-five__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 900ms;
}

.main-slider-five .active .main-slider-five__title__overlay {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition-delay: 1600ms;
}

.main-slider-five .active .main-slider-five__btn .cleenhearts-btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1200ms;
}

.main-slider-five .active .volunteer-group__link,
.main-slider-five .active .volunteer-group__total,
.main-slider-five .active .volunteer-group__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1400ms;
}

.main-slider-five .active .volunteer-group__link:nth-child(2) {
    transition-delay: 1500ms;
}

.main-slider-five .active .volunteer-group__link:nth-child(3) {
    transition-delay: 1600ms;
}

.main-slider-five .active .volunteer-group__total {
    transition-delay: 1700ms;
}

.main-slider-five .active .volunteer-group__title {
    transition-delay: 1800ms;
}

.main-slider-five .active .main-slider-five__shape {
    opacity: 1;
    transform: translateX(0);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-one {
    position: relative;
}

.about-one--home .about-one__text-box__image img {
    border-radius: 100px;
}

.about-one__bg {
    position: relative;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(50% - 15px);
    height: calc(100% - 100px);
    background-color: var(--cleenhearts-white2, #EFECE7);
    z-index: -1;
    border-radius: 0px 1000px 1000px 0px;
}

@media (max-width: 1199px) {
    .about-one__bg {
        display: none;
    }
}

.about-one__bg__border {
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% - 80px);
    height: 100%;
    border-radius: 0px 1000px 1000px 0px;
    border: 5px solid var(--cleenhearts-secondary, #c62b23);
    animation: zumpX 1s infinite alternate;
}

.about-one__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-white2, #EFECE7);
    mix-blend-mode: multiply;
    border-radius: 0px 1000px 1000px 0px;
}

/* .about-one .row {
    align-items: center;
} */

.about-one .above-one-img {
    align-items: center;
}


.about-one__image {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: 64px;
    width: 464px;
    height: 464px;
}

@media (max-width: 1399px) {
    .about-one__image {
        margin-right: 50px;
    }
}

@media (max-width: 1199px) {
    .about-one__image {
        margin-left: 0px;
        margin-right: 0;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .about-one__image {
        width: 380px;
        height: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 425px) {
    .about-one__image {
        width: 330px;
        height: 330px;
    }
}

@media (max-width: 375px) {
    .about-one__image {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 360px) {
    .about-one__image {
        width: 290px;
        height: 290px;
    }
}

.about-one__image__one {
    width: 464px;
    height: 464px;
    border-radius: 50%;
}

@media (max-width: 1198px) {
    .about-one__image__one {
        border-radius: 0;
    }
}

@media (max-width: 900px) {
    .about-one__image__one {
        width: 380px;
        height: 380px;
    }
}

@media (max-width: 575px) {
    .about-one__image__one {
        width: 334px;
        height: 334px;
        justify-content: center;
        margin: auto;
        display: flex;
    }
}

@media (max-width: 425px) {
    .about-one__image__one {
        width: 330px;
        height: 330px;
    }
}

@media (max-width: 375px) {
    .about-one__image__one {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 360px) {
    .about-one__image__one {
        width: 290px;
        height: 290px;
    }
}

.about-one__video {
    position: absolute;
    top: 24px;
    left: -42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 575px) {
    .about-one__video {
        width: 100px;
        height: 100px;
        left: -10px;
    }
}

@media (max-width: 375px) {
    .about-one__video {
        width: 85px;
        height: 85px;
        left: 0px;
    }
}

.about-one__video__btn {
    background-color: rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.5);
    width: 67px;
    height: 67px;
}

.about-one__video__btn span {
    color: var(--cleenhearts-purple, #965995);
    font-size: 18px;
}

.about-one__video__btn .video-button__ripple::before,
.about-one__video__btn .video-button__ripple::after {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 0 rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.25);
}

.about-one__profile {
    position: absolute;
    bottom: 104px;
    right: -35px;
    padding: 17px 21px 17px 17px;
    border-radius: 1000px;
    background-color: var(--cleenhearts-white, #fff);
    display: block;
}

@media (max-width: 1399px) {
    .about-one__profile {
        right: -20px;
    }
}

@media (max-width: 1199px) {
    .about-one__profile {
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    }
}

@media (max-width: 575px) {
    .about-one__profile {
        padding: 12px 21px 12px 12px;
        bottom: 40px;
        right: -10px;
    }

    .about-one__profile .volunteer-profile__image {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 425px) {
    .about-one__profile {
        bottom: 30px;
    }
}

@media (max-width: 375px) {
    .about-one__profile {
        right: 0;
        bottom: 25px;
    }
}

.about-one__profile .volunteer-profile__inner {
    border: 0;
    padding: 0;
}

.about-one__content {
    margin-top: 2px;
}

.about-one .sec-title {
    margin-bottom: 34px;
}

.about-one .sec-title__tagline {
    margin-bottom: 23px;
}

.about-one__text-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
}

@media (max-width: 767px) {
    .about-one__text-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.about-one__text-box__image {
    width: 170px;
    flex-shrink: 0;
}

.about-one__text-box__image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.about-one__text {
    margin-bottom: 0;
}

.about-one__wrapper {
    margin: 29px 0 40px;
    padding: 30px 0 26px;
    border-top: 1px solid var(--cleenhearts-white2, #EFECE7);
    border-bottom: 1px solid var(--cleenhearts-white2, #EFECE7);
}

.about-one__donate {
    width: 100%;
}

.about-one__donate--one {
    max-width: 112px;
}

@media (max-width: 1199px) {
    .about-one__donate--one {
        max-width: 100%;
        text-align: center;
    }
}

.about-one__donate--two {
    max-width: 126px;
}

@media (max-width: 1199px) {

    .about-one__donate--two,
    .about-one__donate--three {
        max-width: 100%;
        text-align: center;
    }
}

.about-one__donate__icon {
    text-align: center;
    margin-bottom: 11px;
    transition: transform 400ms ease;
}

.about-one__donate__icon span img {
    /* font-size: 40px;
  color: var(--cleenhearts-purple, #965995);
  transition: all 0.4s ease-in-out; */
    width: 50px;
}

.about-one__donate:hover .about-one__donate__icon span {
    transform: scale(1.5);
    color: var(--cleenhearts-base, #2e2e2e);
}

.about-one__donate__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 9px;
}

.about-one__donate__text {
    text-align: center;
}

.about-one__donate__text span {
    font-size: 16px;
    color: var(--cleenhearts-purple, #965995);
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

.about-one__hand {
    position: absolute;
    right: 0;
    bottom: 134px;
    z-index: -1;
    animation: slowXmove 6s ease infinite;
}

@media (max-width: 1680px) {
    .about-one__hand {
        width: 190px;
    }
}

@media (max-width: 1599px) {
    .about-one__hand {
        top: 10px;
        bottom: auto;
        width: 190px;
    }
}

@media (max-width: 767px) {
    .about-one__hand {
        display: none;
    }
}

.about-p {
    font-size: 16px;
}

/* .about-AVM{
    display: grid;
    grid-template-columns: 35% 35% 35%;
} */
/*key press*/

.keyprogress p {
    color: #fff;
}


.keyp-item h4 {
    color: #fff;
    margin-top: 10px;
}

.keyp-item p {
    color: #fff;
    margin-top: 10px;
}

.about-two {
    position: relative;
    background-color: var(--cleenhearts-base, #2e2e2e);
    overflow: hidden;
}

.about-two .container {
    position: relative;
    z-index: 11;
}

.about-two__image {
    position: relative;
    top: -3px;
}

.about-two__image__inner {
    margin-left: 4px;
    width: 100%;
    max-width: 463px;
    position: relative;
}

/*Aid Section*/

.aidbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.aidcard {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 20%;
    align-items: baseline;
    height: auto;
    border-radius: 20px;
}

.aidcardNumber {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 10px 0px;
    border-radius: 0px 50px 50px 0px;
    color: white;
    text-shadow: 0px 3px 5px black;
    font-weight: 500;
    font-size: 20px;
    position: relative;
}

.aidcardTitle {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.aidcardText {
    text-align: center;
    font-weight: 300;
    font-size: 13px;
}

.aidcardNumber:before {
    content: '';
    width: 34px;
    height: 90px;
    position: absolute;
    left: -33px;
    top: 0px;
    border-radius: 50px 0px 0px 50px;
    z-index: -1;
    /* background: #95B7A2; */
    /* background: -webkit-linear-gradient(bottom, #95B7A2, #AED2BC); */
    background: -moz-linear-gradient(bottom, #95B7A2, #AED2BC);
    /* background: linear-gradient(to top, #95B7A2, #AED2BC); */
    ;
}

.aidcardNumber:after {
    content: '';
    width: 25px;
    height: 40px;
    position: absolute;
    left: -25px;
    bottom: -40px;
    border-radius: 50px 0px 0px 50px;
    z-index: -1;
}

.aid {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 5px auto 0;
    padding: 0 10px;
}

img.aidcardimgItem {
    width: 50%;
}

/* BLUE CARD */

.aidcardBlue {
    background: #fbfbfb;
    box-shadow: 3px 3px 1px #c62b23;
}

.aidcardNumberBlue {
    background: #FDFFFE;
    background: -webkit-linear-gradient(right, #FDFFFE, #92E8EB);
    background: -moz-linear-gradient(right, #FDFFFE, #92E8EB);
    background: linear-gradient(to left, #FDFFFE, #e95149);
    box-shadow: 0px 2px 2px #ed726c;
}

.aidcardNumberBlue:before {
    background: #c72d25;
}

.aidcardNumberBlue:after {
    background: #e95149;
}

/* RESPONSİVE */

@media only screen and (max-width: 800px) {
    .aidcard {
        width: 35%;
        margin-top: 20px;
    }

    img.aidcardimgItem {
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .bencard {
        width: 85% !important;
    }
}

@media (max-width: 1199px) {
    .about-two__image__inner {
        max-width: 430px;
        margin-left: 0;
    }
}

.about-two__image__one {
    width: 100%;
}

.about-two__image__two {
    width: 217px;
    position: absolute;
    top: 0;
    right: -64px;
    animation: zump 3s infinite linear;
}

@media (max-width: 1199px) {
    .about-two__image__two {
        right: 0;
    }
}

@media (max-width: 991px) {
    .about-two__image__two {
        right: -64px;
    }
}

@media (max-width: 575px) {
    .about-two__image__two {
        right: 0;
    }
}

@media (max-width: 450px) {
    .about-two__image__two {
        width: 200px;
    }
}

@media (max-width: 425px) {
    .about-two__image__two {
        width: 170px;
    }
}

@media (max-width: 375px) {
    .about-two__image__two {
        width: 150px;
    }
}

@media (max-width: 360px) {
    .about-two__image__two {
        width: 130px;
    }
}

.about-two .sec-title {
    margin-bottom: 39px;
}

.about-two .sec-title__tagline {
    color: var(--cleenhearts-white2, #EFECE7);
    margin-bottom: 23px;
}

.about-two .sec-title__tagline::before {
    background-color: var(--cleenhearts-white2, #EFECE7);
}

.about-two .sec-title__tagline::after {
    border-color: var(--cleenhearts-white2, #EFECE7);
}

.about-two .sec-title__title {
    color: var(--cleenhearts-white, #fff);
}

.about-two .sec-title__title__inner {
    z-index: 11;
}

.about-two .sec-title__title__inner::after {
    z-index: -11;
}

.about-two__text {
    color: var(--cleenhearts-white2, #EFECE7);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 54px;
}

.about-two .contact-information__btn {
    margin-right: 15px;
    padding-right: 20px;
}

@media (max-width: 575px) {
    .about-two .contact-information__btn {
        margin-right: 0;
    }
}

.about-two .contact-information__btn::after {
    display: none;
}

.about-two .contact-information__phone {
    padding-left: 0;
    margin-left: 15px;
}

@media (max-width: 575px) {
    .about-two .contact-information__phone {
        margin-left: 0;
    }
}

.about-two .contact-information__phone__icon {
    border-color: var(--cleenhearts-secondary, #c62b23);
}

.about-two .contact-information__phone__icon span {
    color: var(--cleenhearts-secondary, #c62b23);
}

.about-two .contact-information__phone__text h5,
.about-two .contact-information__phone__text span {
    color: var(--cleenhearts-white2, #EFECE7);
}

.about-two .contact-information__phone__text h5:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.about-two .contact-information__phone:hover .contact-information__phone__icon::after {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.about-two .contact-information__phone:hover .contact-information__phone__icon span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.about-two__shape__shape {
    position: absolute;
    width: 270px;
    height: 199px;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1799px) {
    .about-two__shape__shape {
        width: 200px;
        height: 150px;
    }
}

@media (max-width: 1599px) {
    .about-two__shape__shape {
        width: 160px;
        height: 120px;
    }
}

@media (max-width: 1199px) {
    .about-two__shape__shape {
        width: 150px;
        height: 110px;
    }
}

@media (max-width: 767px) {
    .about-two__shape__shape {
        width: 130px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    .about-two__shape__shape {
        width: 100px;
        height: 70px;
    }
}

.about-two__shape__shape::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--cleenhearts-secondary, #c62b23);
}

.about-two__shape__shape--one {
    top: -2px;
    left: 105px;
    border-radius: 0px 0px 1000px 1000px;
    animation: zumpX 2000ms infinite alternate;
}

@media (max-width: 1799px) {
    .about-two__shape__shape--one {
        left: 70px;
    }
}

@media (max-width: 767px) {
    .about-two__shape__shape--one {
        left: 50px;
    }
}

.about-two__shape__shape--one::after {
    left: 40px;
    border-radius: 0px 0px 1000px 1000px;
    animation: zumpX 2000ms infinite alternate;
}

.about-two__shape__shape--two {
    right: 105px;
    bottom: -2px;
    border-radius: 1000px 1000px 0px 0px;
    animation: zumpXtwo 2000ms infinite alternate;
}

@media (max-width: 1799px) {
    .about-two__shape__shape--two {
        right: 70px;
    }
}

@media (max-width: 767px) {
    .about-two__shape__shape--two {
        right: 50px;
    }
}

.about-two__shape__shape--two::after {
    right: 40px;
    border-radius: 1000px 1000px 0px 0px;
    animation: zumpXtwo 2000ms infinite alternate;
}

.about-three {
    position: relative;
    padding-top: 271px;
    padding-bottom: 130px;
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 1199px) {
    .about-three {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media (max-width: 767px) {
    .about-three {
        padding: 110px 0;
    }
}

@media (max-width: 575px) {
    .about-three {
        padding: 80px 0;
    }
}

.about-three__image__inner {
    position: relative;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
}

@media (max-width: 1199px) {
    .about-three__image__inner {
        max-width: 340px;
    }
}

@media (max-width: 991px) {
    .about-three__image__inner {
        max-width: 370px;
        margin-left: 200px;
    }
}

@media (max-width: 767px) {
    .about-three__image__inner {
        max-width: 340px;
        margin-left: 130px;
    }
}

@media (max-width: 500px) {
    .about-three__image__inner {
        margin-left: 35px;
    }
}

@media (max-width: 412px) {
    .about-three__image__inner {
        max-width: 310px;
        margin-left: 25px;
    }
}

@media (max-width: 375px) {
    .about-three__image__inner {
        max-width: 300px;
    }
}

@media (max-width: 360px) {
    .about-three__image__inner {
        max-width: 263px;
    }
}

.about-three__image__inner::after {
    content: "";
    position: absolute;
    top: -30px;
    left: -55px;
    width: 100%;
    height: 100%;
    border-radius: 1000px 1000px 0 0;
    border: 3px solid var(--cleenhearts-purple, #965995);
    transition: all 500ms ease;
    z-index: 1;
    transition: all 400ms ease;
}

@media (max-width: 500px) {
    .about-three__image__inner::after {
        left: -35px;
    }
}

@media (max-width: 412px) {
    .about-three__image__inner::after {
        top: -25px;
        left: -25px;
    }
}

.about-three__image__inner:hover::after {
    left: -30px;
}

@media (max-width: 500px) {
    .about-three__image__inner:hover::after {
        left: -25px;
    }
}

@media (max-width: 412px) {
    .about-three__image__inner:hover::after {
        top: -20px;
        left: -20px;
    }
}

.about-three__image__one {
    position: relative;
    border-radius: 1000px 1000px 0 0;
    max-width: 100%;
    display: block;
    z-index: 11;
}

.about-three__image__two {
    border-radius: 20px;
    position: absolute;
    left: -200px;
    bottom: -71px;
    z-index: 12;
}

@media (max-width: 1199px) {
    .about-three__image__two {
        max-width: 200px;
        left: -120px;
        bottom: -101px;
    }
}

@media (max-width: 991px) {
    .about-three__image__two {
        max-width: 270px;
        left: -200px;
        bottom: -71px;
    }
}

@media (max-width: 767px) {
    .about-three__image__two {
        max-width: 200px;
        left: -130px;
    }
}

@media (max-width: 500px) {
    .about-three__image__two {
        display: none;
    }
}

.about-three__experience {
    position: absolute;
    right: 0;
    bottom: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 317px;
    height: 248px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 12;
    animation: movebounce3 3s linear infinite;
}

.about-three__experience__content {
    text-align: center;
}

.about-three__experience__title {
    font-size: 30px;
    line-height: 24px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.about-three__experience__text {
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.about-three__experience__text br {
    display: inline;
}

.about-three__shape {
    position: absolute;
    top: -30px;
    left: -80%;
    animation: zumpX 1500ms infinite alternate;
    z-index: 1;
}

.about-three__shape-box {
    position: absolute;
    left: -66px;
    bottom: -100px;
    z-index: 12;
    width: 270px;
    height: 260px;
    border: 1px solid var(--cleenhearts-secondary, #c62b23);
    border-radius: 20px;
    z-index: 1;
    animation: zumpX 1500ms infinite alternate;
}

@media (max-width: 1199px) {
    .about-three__shape-box {
        bottom: -130px;
    }
}

@media (max-width: 991px) {
    .about-three__shape-box {
        bottom: -100px;
    }
}

@media (max-width: 500px) {
    .about-three__shape-box {
        display: none;
    }
}

.about-three__content {
    margin-top: -20px;
}

@media (max-width: 991px) {
    .about-three__content {
        margin-top: 100px;
    }
}

.about-three .sec-title {
    margin-bottom: 40px;
}

.about-three .sec-title__tagline {
    margin-bottom: 23px;
}

.about-three .sec-title__title__inner {
    z-index: 11;
}

.about-three .sec-title__title__inner::after {
    z-index: -11;
}

.about-three__text {
    text-transform: capitalize;
}

.about-three__text--one {
    font-weight: 700;
    margin-bottom: 29px;
}

.about-three__text--two {
    margin-bottom: 58px;
}

@media (max-width: 1199px) {
    .about-three__text--two {
        margin-bottom: 40px;
    }
}

.about-three__progress {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 55px;
}

@media (max-width: 1199px) {
    .about-three__progress {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 991px) {
    .about-three__progress {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .about-three__progress {
        grid-template-columns: repeat(1, 1fr);
    }
}

.about-three__progress .progress-box__title {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 10px;
}

.about-three__progress .progress-box__bar__inner::before,
.about-three__progress .progress-box__bar__inner::after {
    display: none;
}

.about-three__progress .progress-box__number {
    bottom: calc(100% + 11px);
}

.about-four {
    position: relative;
    background-color: var(--cleenhearts-gray2);
}

.about-four__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: screen;
    opacity: 0.5;
    z-index: 1;
}

.about-four__inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 35.4%;
    height: 100%;
    background-color: var(--cleenhearts-orange, #E76100);
}

@media (max-width: 1199px) {
    .about-four__inner-bg {
        width: 41%;
    }
}

@media (max-width: 991px) {
    .about-four__inner-bg {
        display: none;
    }
}

.about-four .container {
    position: relative;
    z-index: 2;
}

.about-four__image {
    position: relative;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .about-four__image {
        padding-right: 0;
    }
}

.about-four__image img {
    width: 100%;
    display: block;
    clip-path: polygon(20% 0%, 80% 0%, 100% 15%, 100% 80%, 100% 100%, 16% 100%, 0 86%, 0 0);
}

.about-four__experience {
    position: absolute;
    right: 60px;
    bottom: 30px;
    padding: 34.5px 28.25px;
    background-color: var(--cleenhearts-white, #fff);
    clip-path: polygon(20% 0%, 80% 0%, 100% 15%, 100% 80%, 100% 100%, 16% 100%, 0 86%, 0 0);
}

@media (max-width: 991px) {
    .about-four__experience {
        right: 30px;
    }
}

@media (max-width: 430px) {
    .about-four__experience {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 412px) {
    .about-four__experience {
        padding: 25px;
    }
}

.about-four__experience__year {
    margin-bottom: 13px;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-size: 50px;
    color: var(--cleenhearts-orange, #E76100);
    font-weight: 400;
    line-height: 1.24;
}

@media (max-width: 412px) {
    .about-four__experience__year {
        font-size: 45px;
    }
}

.about-four__experience__text {
    margin: 0;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-size: 18px;
    color: var(--cleenhearts-base);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.67;
}

@media (max-width: 412px) {
    .about-four__experience__text {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .about-four__experience__text br {
        display: inline;
    }
}

.about-four .sec-title {
    margin-bottom: 23px;
}

.about-four__text {
    text-transform: capitalize;
    margin-bottom: 26px;
}

.about-four__list {
    margin-bottom: 43px;
    padding: 0;
    list-style: none;
}

.about-four__list li+li {
    margin-top: 8px;
}

.about-four__list li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.75;
}

.about-four__list li span {
    position: relative;
    top: 5px;
    font-size: 16px;
    color: var(--cleenhearts-orange, #E76100);
}

.about-four .cleenhearts-btn-two {
    margin-bottom: 43px;
    padding: 15px 26px;
}

.about-four__text-bottom {
    margin: 0;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    text-transform: capitalize;
}

@media (max-width: 430px) {
    .about-four__text-bottom {
        font-size: 22px;
    }
}

.about-five {
    padding-bottom: 289px;
    position: relative;
    overflow: hidden;
    background-color: var(--cleenhearts-gray4);
}

@media (max-width: 767px) {
    .about-five {
        padding-bottom: 269px;
    }
}

@media (max-width: 575px) {
    .about-five {
        padding-bottom: 249px;
    }
}

.about-five__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.15;
}

.about-five .container {
    position: relative;
    z-index: 1;
}

.about-five__image {
    padding-top: 144px;
    padding-right: 23px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 23px;
}

@media (max-width: 1199px) {
    .about-five__image {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .about-five__image {
        padding-top: 175px;
    }
}

@media (max-width: 530px) {
    .about-five__image {
        padding-top: 190px;
    }
}

@media (max-width: 500px) {
    .about-five__image {
        padding-top: 220px;
    }
}

@media (max-width: 430px) {
    .about-five__image {
        padding-top: 245px;
    }
}

.about-five__image__one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 225px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 675.000000 876.000000"><g transform="translate(0.000000,876.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M3350 8744 c0 -47 -278 -337 -440 -459 -36 -27 -69 -55 -73 -62 -4 -7 -13 -13 -18 -13 -6 0 -37 -20 -69 -45 -32 -25 -61 -45 -64 -45 -2 0 -33 -19 -68 -43 -35 -24 -70 -46 -78 -50 -8 -4 -28 -16 -45 -27 -16 -11 -39 -24 -50 -30 -11 -6 -38 -21 -60 -34 -22 -13 -71 -40 -110 -61 -38 -21 -83 -46 -100 -57 -16 -10 -37 -20 -45 -24 -8 -3 -22 -10 -30 -15 -8 -5 -22 -12 -30 -15 -8 -3 -22 -10 -30 -15 -8 -5 -22 -12 -30 -15 -25 -10 -32 -13 -125 -64 -49 -27 -142 -75 -205 -108 -182 -93 -220 -114 -226 -123 -3 -5 -12 -9 -20 -9 -9 0 -30 -11 -47 -24 -18 -14 -43 -30 -57 -35 -14 -6 -38 -20 -55 -31 -16 -11 -37 -23 -45 -27 -8 -3 -31 -18 -50 -32 -41 -31 -69 -49 -90 -58 -8 -4 -50 -33 -92 -65 -42 -32 -81 -58 -87 -58 -5 0 -14 -6 -18 -13 -4 -7 -51 -47 -104 -90 -125 -100 -396 -371 -468 -467 -92 -122 -120 -167 -176 -280 -78 -158 -99 -220 -128 -370 -17 -89 -18 -2925 -1 -3015 17 -86 44 -188 55 -199 5 -6 9 -18 9 -29 0 -22 88 -207 124 -260 14 -21 26 -40 26 -43 0 -9 122 -167 164 -213 160 -174 422 -413 556 -506 30 -21 71 -51 91 -66 20 -16 40 -29 44 -29 4 0 24 -12 44 -27 40 -31 67 -48 96 -63 11 -6 34 -19 50 -29 17 -11 50 -31 75 -44 25 -14 61 -34 80 -45 19 -12 60 -34 90 -50 30 -16 82 -44 115 -62 33 -18 148 -78 255 -133 240 -122 426 -221 500 -266 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 36 -23 44 -27 31 -14 272 -181 356 -245 108 -83 364 -334 420 -412 22 -30 45 -56 50 -56 6 0 27 24 48 54 66 91 291 313 407 401 36 27 69 55 73 62 4 7 13 13 18 13 6 0 37 20 69 45 32 25 61 45 64 45 3 0 34 19 69 43 34 24 69 46 77 50 8 4 29 16 45 27 17 11 39 24 50 30 11 6 38 21 60 33 22 13 69 39 105 59 36 19 81 45 100 57 19 11 42 23 50 27 8 3 22 10 30 15 8 5 22 12 30 15 8 3 22 10 30 15 8 5 22 12 30 15 8 3 22 9 30 14 8 5 51 28 95 51 339 174 424 219 431 230 3 5 11 9 19 9 8 0 31 12 52 26 21 14 47 30 58 35 11 5 34 18 50 29 17 11 37 23 45 27 8 3 31 18 50 32 41 31 69 49 90 58 8 4 50 33 92 65 42 32 81 58 87 58 5 0 14 6 18 12 4 7 51 47 103 90 190 153 459 438 556 588 44 69 46 73 88 157 71 143 107 249 126 372 11 70 17 84 31 76 5 -4 9 545 9 1426 0 1257 -2 1433 -15 1443 -8 6 -19 38 -24 71 -11 75 -40 187 -52 199 -5 6 -9 18 -9 29 0 22 -88 207 -124 260 -14 21 -26 40 -26 43 0 21 -174 226 -296 348 -181 181 -434 392 -552 461 -9 6 -33 22 -53 38 -20 15 -40 27 -43 27 -4 0 -25 12 -49 27 -55 36 -67 43 -124 74 -26 15 -64 36 -83 47 -19 12 -57 33 -85 47 -27 15 -77 41 -110 60 -33 18 -136 72 -230 119 -93 48 -178 91 -187 96 -10 6 -26 14 -35 20 -10 5 -54 28 -98 50 -44 23 -107 57 -140 76 -33 19 -69 39 -80 44 -11 6 -33 19 -50 30 -16 11 -39 24 -50 30 -63 34 -297 193 -405 275 -160 123 -450 425 -450 469 0 9 -7 16 -15 16 -8 0 -15 -7 -15 -16z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 675.000000 876.000000"><g transform="translate(0.000000,876.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M3350 8744 c0 -47 -278 -337 -440 -459 -36 -27 -69 -55 -73 -62 -4 -7 -13 -13 -18 -13 -6 0 -37 -20 -69 -45 -32 -25 -61 -45 -64 -45 -2 0 -33 -19 -68 -43 -35 -24 -70 -46 -78 -50 -8 -4 -28 -16 -45 -27 -16 -11 -39 -24 -50 -30 -11 -6 -38 -21 -60 -34 -22 -13 -71 -40 -110 -61 -38 -21 -83 -46 -100 -57 -16 -10 -37 -20 -45 -24 -8 -3 -22 -10 -30 -15 -8 -5 -22 -12 -30 -15 -8 -3 -22 -10 -30 -15 -8 -5 -22 -12 -30 -15 -25 -10 -32 -13 -125 -64 -49 -27 -142 -75 -205 -108 -182 -93 -220 -114 -226 -123 -3 -5 -12 -9 -20 -9 -9 0 -30 -11 -47 -24 -18 -14 -43 -30 -57 -35 -14 -6 -38 -20 -55 -31 -16 -11 -37 -23 -45 -27 -8 -3 -31 -18 -50 -32 -41 -31 -69 -49 -90 -58 -8 -4 -50 -33 -92 -65 -42 -32 -81 -58 -87 -58 -5 0 -14 -6 -18 -13 -4 -7 -51 -47 -104 -90 -125 -100 -396 -371 -468 -467 -92 -122 -120 -167 -176 -280 -78 -158 -99 -220 -128 -370 -17 -89 -18 -2925 -1 -3015 17 -86 44 -188 55 -199 5 -6 9 -18 9 -29 0 -22 88 -207 124 -260 14 -21 26 -40 26 -43 0 -9 122 -167 164 -213 160 -174 422 -413 556 -506 30 -21 71 -51 91 -66 20 -16 40 -29 44 -29 4 0 24 -12 44 -27 40 -31 67 -48 96 -63 11 -6 34 -19 50 -29 17 -11 50 -31 75 -44 25 -14 61 -34 80 -45 19 -12 60 -34 90 -50 30 -16 82 -44 115 -62 33 -18 148 -78 255 -133 240 -122 426 -221 500 -266 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 36 -23 44 -27 31 -14 272 -181 356 -245 108 -83 364 -334 420 -412 22 -30 45 -56 50 -56 6 0 27 24 48 54 66 91 291 313 407 401 36 27 69 55 73 62 4 7 13 13 18 13 6 0 37 20 69 45 32 25 61 45 64 45 3 0 34 19 69 43 34 24 69 46 77 50 8 4 29 16 45 27 17 11 39 24 50 30 11 6 38 21 60 33 22 13 69 39 105 59 36 19 81 45 100 57 19 11 42 23 50 27 8 3 22 10 30 15 8 5 22 12 30 15 8 3 22 10 30 15 8 5 22 12 30 15 8 3 22 9 30 14 8 5 51 28 95 51 339 174 424 219 431 230 3 5 11 9 19 9 8 0 31 12 52 26 21 14 47 30 58 35 11 5 34 18 50 29 17 11 37 23 45 27 8 3 31 18 50 32 41 31 69 49 90 58 8 4 50 33 92 65 42 32 81 58 87 58 5 0 14 6 18 12 4 7 51 47 103 90 190 153 459 438 556 588 44 69 46 73 88 157 71 143 107 249 126 372 11 70 17 84 31 76 5 -4 9 545 9 1426 0 1257 -2 1433 -15 1443 -8 6 -19 38 -24 71 -11 75 -40 187 -52 199 -5 6 -9 18 -9 29 0 22 -88 207 -124 260 -14 21 -26 40 -26 43 0 21 -174 226 -296 348 -181 181 -434 392 -552 461 -9 6 -33 22 -53 38 -20 15 -40 27 -43 27 -4 0 -25 12 -49 27 -55 36 -67 43 -124 74 -26 15 -64 36 -83 47 -19 12 -57 33 -85 47 -27 15 -77 41 -110 60 -33 18 -136 72 -230 119 -93 48 -178 91 -187 96 -10 6 -26 14 -35 20 -10 5 -54 28 -98 50 -44 23 -107 57 -140 76 -33 19 -69 39 -80 44 -11 6 -33 19 -50 30 -16 11 -39 24 -50 30 -63 34 -297 193 -405 275 -160 123 -450 425 -450 469 0 9 -7 16 -15 16 -8 0 -15 -7 -15 -16z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.about-five__image__two {
    position: relative;
    top: 40px;
    width: 100%;
    max-width: 151px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 453.000000 744.000000"><g transform="translate(0.000000,744.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2242 7412 c-25 -57 -180 -228 -282 -310 -25 -21 -49 -43 -53 -49 -4 -7 -13 -13 -18 -13 -6 0 -37 -20 -69 -45 -32 -25 -62 -45 -65 -45 -4 0 -24 -12 -44 -27 -40 -31 -67 -48 -96 -63 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -37 -23 -45 -27 -51 -24 -301 -227 -386 -314 -87 -90 -214 -247 -214 -265 0 -3 -11 -20 -25 -38 -25 -32 -29 -34 -117 -41 -50 -4 -105 -13 -122 -20 -17 -8 -38 -16 -46 -20 -55 -22 -157 -102 -199 -155 -39 -49 -82 -131 -100 -191 -16 -51 -16 -3688 0 -3738 36 -115 100 -208 186 -273 67 -49 92 -66 113 -74 8 -3 29 -12 47 -19 18 -8 73 -17 122 -21 88 -7 92 -8 116 -40 14 -18 25 -35 25 -39 0 -33 275 -338 372 -413 92 -71 177 -132 184 -132 3 0 23 -13 43 -28 20 -16 43 -32 51 -36 16 -7 35 -18 95 -57 22 -14 47 -29 55 -32 8 -4 29 -16 45 -27 17 -11 39 -24 50 -30 11 -6 34 -19 50 -30 17 -11 39 -24 50 -30 21 -11 116 -73 237 -154 87 -59 334 -303 368 -363 13 -24 29 -43 35 -43 6 0 22 18 34 40 23 42 237 264 301 313 61 48 160 117 166 117 3 0 23 12 43 28 40 30 67 47 96 62 11 6 34 19 50 30 17 11 39 24 50 30 11 6 34 19 50 30 17 11 39 24 50 29 11 5 36 20 55 33 19 13 42 27 50 31 8 4 29 16 45 27 17 11 37 23 45 27 8 4 76 52 150 108 183 138 366 329 445 463 45 77 49 79 146 87 82 6 133 19 179 46 8 5 22 12 30 16 39 17 134 100 169 146 47 63 81 129 81 157 0 11 9 29 20 40 20 20 20 33 20 1860 0 1618 -2 1840 -15 1840 -8 0 -17 12 -20 28 -10 44 -45 113 -86 169 -41 55 -157 149 -209 169 -8 3 -29 12 -47 19 -18 8 -73 17 -122 21 -88 7 -92 8 -116 40 -14 18 -25 35 -25 39 0 17 -135 182 -224 273 -85 87 -311 272 -332 272 -3 0 -23 13 -43 28 -20 16 -43 32 -51 36 -16 7 -35 18 -95 57 -22 14 -47 29 -55 32 -8 4 -28 16 -45 27 -16 11 -39 24 -50 30 -11 5 -29 16 -40 22 -128 82 -155 98 -160 98 -4 0 -32 19 -63 43 -31 23 -70 51 -87 62 -64 40 -142 112 -295 274 -33 35 -80 100 -88 120 -7 20 -8 19 -20 -7z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 453.000000 744.000000"><g transform="translate(0.000000,744.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2242 7412 c-25 -57 -180 -228 -282 -310 -25 -21 -49 -43 -53 -49 -4 -7 -13 -13 -18 -13 -6 0 -37 -20 -69 -45 -32 -25 -62 -45 -65 -45 -4 0 -24 -12 -44 -27 -40 -31 -67 -48 -96 -63 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -37 -23 -45 -27 -51 -24 -301 -227 -386 -314 -87 -90 -214 -247 -214 -265 0 -3 -11 -20 -25 -38 -25 -32 -29 -34 -117 -41 -50 -4 -105 -13 -122 -20 -17 -8 -38 -16 -46 -20 -55 -22 -157 -102 -199 -155 -39 -49 -82 -131 -100 -191 -16 -51 -16 -3688 0 -3738 36 -115 100 -208 186 -273 67 -49 92 -66 113 -74 8 -3 29 -12 47 -19 18 -8 73 -17 122 -21 88 -7 92 -8 116 -40 14 -18 25 -35 25 -39 0 -33 275 -338 372 -413 92 -71 177 -132 184 -132 3 0 23 -13 43 -28 20 -16 43 -32 51 -36 16 -7 35 -18 95 -57 22 -14 47 -29 55 -32 8 -4 29 -16 45 -27 17 -11 39 -24 50 -30 11 -6 34 -19 50 -30 17 -11 39 -24 50 -30 21 -11 116 -73 237 -154 87 -59 334 -303 368 -363 13 -24 29 -43 35 -43 6 0 22 18 34 40 23 42 237 264 301 313 61 48 160 117 166 117 3 0 23 12 43 28 40 30 67 47 96 62 11 6 34 19 50 30 17 11 39 24 50 30 11 6 34 19 50 30 17 11 39 24 50 29 11 5 36 20 55 33 19 13 42 27 50 31 8 4 29 16 45 27 17 11 37 23 45 27 8 4 76 52 150 108 183 138 366 329 445 463 45 77 49 79 146 87 82 6 133 19 179 46 8 5 22 12 30 16 39 17 134 100 169 146 47 63 81 129 81 157 0 11 9 29 20 40 20 20 20 33 20 1860 0 1618 -2 1840 -15 1840 -8 0 -17 12 -20 28 -10 44 -45 113 -86 169 -41 55 -157 149 -209 169 -8 3 -29 12 -47 19 -18 8 -73 17 -122 21 -88 7 -92 8 -116 40 -14 18 -25 35 -25 39 0 17 -135 182 -224 273 -85 87 -311 272 -332 272 -3 0 -23 13 -43 28 -20 16 -43 32 -51 36 -16 7 -35 18 -95 57 -22 14 -47 29 -55 32 -8 4 -28 16 -45 27 -16 11 -39 24 -50 30 -11 5 -29 16 -40 22 -128 82 -155 98 -160 98 -4 0 -32 19 -63 43 -31 23 -70 51 -87 62 -64 40 -142 112 -295 274 -33 35 -80 100 -88 120 -7 20 -8 19 -20 -7z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.about-five__image__three {
    width: 100%;
    max-width: 373px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1173.000000"><g transform="translate(0.000000,1173.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4401 11605 c-137 -173 -430 -451 -636 -601 -96 -70 -206 -147 -227 -159 -9 -5 -49 -30 -88 -55 -39 -25 -83 -53 -98 -62 -15 -9 -38 -23 -52 -31 -50 -27 -196 -111 -220 -126 -14 -9 -45 -26 -70 -39 -25 -13 -76 -40 -115 -61 -38 -21 -155 -82 -260 -136 -430 -223 -580 -302 -620 -326 -16 -10 -51 -29 -76 -42 -88 -49 -125 -70 -242 -141 -65 -39 -125 -76 -135 -81 -103 -62 -373 -256 -472 -340 -203 -170 -412 -369 -532 -505 -104 -118 -228 -281 -261 -341 -7 -13 -24 -42 -39 -65 -52 -81 -153 -306 -178 -399 -4 -16 -12 -43 -18 -60 -11 -33 -35 -153 -51 -256 -15 -94 -15 -3770 0 -3853 44 -247 57 -292 134 -481 151 -367 443 -719 945 -1140 48 -41 279 -215 284 -215 2 0 52 -33 112 -73 106 -71 319 -200 439 -267 33 -18 78 -43 100 -55 72 -40 217 -117 380 -200 254 -130 458 -236 490 -255 17 -10 59 -33 95 -52 276 -149 618 -364 819 -516 203 -154 454 -394 592 -567 39 -50 80 -91 89 -93 9 -2 24 8 33 22 51 77 225 266 380 413 123 117 381 317 532 413 34 22 157 99 175 110 58 36 209 125 248 145 26 14 74 41 107 59 74 42 139 76 380 201 456 237 580 303 620 326 16 10 51 29 76 42 88 49 125 70 242 141 65 39 125 76 135 81 103 62 373 256 472 340 127 107 303 267 405 370 127 127 342 391 387 476 8 13 25 42 40 65 34 53 113 219 144 302 44 117 88 294 99 395 4 36 12 60 21 64 12 4 14 271 14 1889 0 1486 -3 1883 -12 1881 -8 -1 -16 17 -21 48 -34 210 -55 282 -132 470 -141 342 -387 651 -830 1041 -226 199 -445 356 -757 541 -250 149 -332 194 -953 513 -99 51 -193 100 -210 110 -16 10 -59 33 -95 53 -124 66 -185 101 -273 154 -48 29 -90 53 -92 53 -9 0 -372 246 -452 306 -203 155 -459 399 -590 565 -43 54 -85 99 -93 99 -8 0 -48 -43 -89 -95z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1173.000000"><g transform="translate(0.000000,1173.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4401 11605 c-137 -173 -430 -451 -636 -601 -96 -70 -206 -147 -227 -159 -9 -5 -49 -30 -88 -55 -39 -25 -83 -53 -98 -62 -15 -9 -38 -23 -52 -31 -50 -27 -196 -111 -220 -126 -14 -9 -45 -26 -70 -39 -25 -13 -76 -40 -115 -61 -38 -21 -155 -82 -260 -136 -430 -223 -580 -302 -620 -326 -16 -10 -51 -29 -76 -42 -88 -49 -125 -70 -242 -141 -65 -39 -125 -76 -135 -81 -103 -62 -373 -256 -472 -340 -203 -170 -412 -369 -532 -505 -104 -118 -228 -281 -261 -341 -7 -13 -24 -42 -39 -65 -52 -81 -153 -306 -178 -399 -4 -16 -12 -43 -18 -60 -11 -33 -35 -153 -51 -256 -15 -94 -15 -3770 0 -3853 44 -247 57 -292 134 -481 151 -367 443 -719 945 -1140 48 -41 279 -215 284 -215 2 0 52 -33 112 -73 106 -71 319 -200 439 -267 33 -18 78 -43 100 -55 72 -40 217 -117 380 -200 254 -130 458 -236 490 -255 17 -10 59 -33 95 -52 276 -149 618 -364 819 -516 203 -154 454 -394 592 -567 39 -50 80 -91 89 -93 9 -2 24 8 33 22 51 77 225 266 380 413 123 117 381 317 532 413 34 22 157 99 175 110 58 36 209 125 248 145 26 14 74 41 107 59 74 42 139 76 380 201 456 237 580 303 620 326 16 10 51 29 76 42 88 49 125 70 242 141 65 39 125 76 135 81 103 62 373 256 472 340 127 107 303 267 405 370 127 127 342 391 387 476 8 13 25 42 40 65 34 53 113 219 144 302 44 117 88 294 99 395 4 36 12 60 21 64 12 4 14 271 14 1889 0 1486 -3 1883 -12 1881 -8 -1 -16 17 -21 48 -34 210 -55 282 -132 470 -141 342 -387 651 -830 1041 -226 199 -445 356 -757 541 -250 149 -332 194 -953 513 -99 51 -193 100 -210 110 -16 10 -59 33 -95 53 -124 66 -185 101 -273 154 -48 29 -90 53 -92 53 -9 0 -372 246 -452 306 -203 155 -459 399 -590 565 -43 54 -85 99 -93 99 -8 0 -48 -43 -89 -95z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.about-five__image img {
    width: 100%;
    display: block;
}

.about-five__content {
    position: relative;
    top: 36px;
}

@media (max-width: 1199px) {
    .about-five__content {
        top: 0;
        margin-top: 36px;
    }
}

.about-five .sec-title {
    margin-bottom: 29px;
}

.about-five__text {
    text-transform: capitalize;
    margin-bottom: 31px;
}

.about-five__wrapper {
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 50px;
    border-bottom: 1px solid rgba(var(--cleenhearts-base-rgb), 0.15);
}

@media (max-width: 360px) {
    .about-five__wrapper {
        flex-direction: column;
    }
}

.about-five__donate__icon {
    margin: 0 auto 16px;
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--cleenhearts-white, #fff);
    transition: all 500ms ease;
}

.about-five__donate__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-brown);
}

.about-five__donate__icon span {
    font-size: 40px;
    color: var(--cleenhearts-brown);
    transition: all 500ms ease;
}

.about-five__donate:hover .about-five__donate__icon::after {
    opacity: 1;
    transform: scale(1);
}

.about-five__donate:hover .about-five__donate__icon span {
    color: var(--cleenhearts-white, #fff);
}

.about-five__donate__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 1px;
}

.about-five__donate__text {
    text-align: center;
}

.about-five__donate__text span {
    font-size: 16px;
    color: var(--cleenhearts-base);
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

.about-five .contact-information {
    gap: 30px;
}

.about-five .contact-information__btn {
    position: relative;
    margin-right: 0;
}

.about-five .contact-information__btn::after {
    display: none;
}

.about-five .contact-information__phone {
    padding-left: 0;
}

.about-five .contact-information__phone__icon {
    border-color: var(--cleenhearts-brown2);
    background-color: var(--cleenhearts-white, #fff);
}

.about-five .contact-information__phone__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 300ms ease, opacity 300ms ease;
    background-color: var(--cleenhearts-brown2);
}

.about-five .contact-information__phone__icon span {
    color: var(--cleenhearts-brown2);
}

.about-five .contact-information__phone__text h5 {
    font-size: 24px;
    margin-top: 8px;
}

@media (max-width: 375px) {
    .about-five .contact-information__phone__text h5 {
        font-size: 20px;
    }
}

.about-five .contact-information__phone__text h5:hover {
    color: var(--cleenhearts-brown2);
}

.about-five__shape-box img {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: auto;
    animation: zumpX 1s infinite alternate;
}

.about-five__light-one {
    left: 97px;
}

@media (max-width: 1699px) {
    .about-five__light-one {
        left: 40px;
    }
}

@media (max-width: 1599px) {
    .about-five__light-one {
        left: 20px;
    }
}

@media (max-width: 1399px) {
    .about-five__light-one {
        display: none;
    }
}

.about-five__light-two {
    left: 229px;
}

@media (max-width: 1699px) {
    .about-five__light-two {
        left: 160px;
    }
}

@media (max-width: 1599px) {
    .about-five__light-two {
        left: 140px;
    }
}

@media (max-width: 1399px) {
    .about-five__light-two {
        display: none;
    }
}

.about-five__light-three {
    right: 60px;
}

@media (max-width: 1699px) {
    .about-five__light-three {
        right: 40px;
    }
}

@media (max-width: 1599px) {
    .about-five__light-three {
        right: 20px;
    }
}

@media (max-width: 1499px) {
    .about-five__light-three {
        top: -125px !important;
    }
}

@media (max-width: 1199px) {
    .about-five__light-three {
        top: 0 !important;
        right: 60px;
    }
}

@media (max-width: 767px) {
    .about-five__light-three {
        top: -50px !important;
        right: 40px;
    }
}

@media (max-width: 575px) {
    .about-five__light-three {
        display: none;
    }
}

.about-five__light-four {
    right: 128px;
}

@media (max-width: 1699px) {
    .about-five__light-four {
        right: 108px;
    }
}

@media (max-width: 1599px) {
    .about-five__light-four {
        right: 88px;
    }
}

@media (max-width: 1499px) {
    .about-five__light-four {
        top: -125px !important;
    }
}

@media (max-width: 1199px) {
    .about-five__light-four {
        top: 0 !important;
        right: 128px;
    }
}

@media (max-width: 767px) {
    .about-five__light-four {
        top: -50px !important;
        right: 108px;
    }
}

@media (max-width: 575px) {
    .about-five__light-four {
        display: none;
    }
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.cleenhearts-accordion .accordion {
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 10px;
    position: relative;
}

.cleenhearts-accordion .accordion+.accordion {
    margin-top: 10px;
}

.cleenhearts-accordion .accordion-title {
    padding: 26px;
    padding-right: 50.72px;
    cursor: pointer;
}

.cleenhearts-accordion .accordion-title h4 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    margin: 0;
    transition: all 500ms ease;
    position: relative;
    letter-spacing: -0.48px;
}

.cleenhearts-accordion .accordion-title__icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
}

.cleenhearts-accordion .accordion-title__icon::after,
.cleenhearts-accordion .accordion-title__icon::before {
    width: 2px;
    height: 14px;
    position: absolute;
    background-color: var(--cleenhearts-base, #2e2e2e);
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
    border-radius: 50px;
}

.cleenhearts-accordion .accordion-title__icon::after {
    width: 14px;
    height: 2px;
    border-radius: 50px;
}

.cleenhearts-accordion .active .accordion-title h4 {
    color: var(--cleenhearts-purple, #965995);
}

.cleenhearts-accordion .active .accordion-title__icon::after,
.cleenhearts-accordion .active .accordion-title__icon::before {
    background-color: var(--cleenhearts-purple, #965995);
    opacity: 0;
}

.cleenhearts-accordion .active .accordion-title__icon::after {
    opacity: 1;
}

.cleenhearts-accordion .accordion-content .inner {
    margin-top: -6px;
    padding: 0 27px 26px 21px;
}

.cleenhearts-accordion .accordion-content p {
    margin: 0;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/

.why-choose-one {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.why-choose-one--volunteer__bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-white2, #EFECE7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.why-choose-one .container {
    position: relative;
    z-index: 11;
}

.why-choose-one__image {
    display: flex;
    align-items: baseline;
    gap: 30px;
}

@media (max-width: 425px) {
    .why-choose-one__image {
        gap: 20px;
    }
}

.why-choose-one__image__inner {
    width: 50%;
    height: 100%;
}

.why-choose-one__image__inner img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.why-choose-one__image__inner img:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 425px) {
    .why-choose-one__image__inner img:not(:last-child) {
        margin-bottom: 20px;
    }
}

.why-choose-one__content {
    margin-top: 2px;
}

.why-choose-one .sec-title {
    margin-bottom: 29px;
}

.why-choose-one .sec-title__tagline {
    margin-bottom: 23px;
}

.why-choose-one__text {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.why-choose-one__hand__one {
    position: absolute;
    left: 0;
    bottom: 176px;
    animation: slowXmove 6s ease infinite;
}

@media (max-width: 1680px) {
    .why-choose-one__hand__one {
        width: 230px;
    }
}

@media (max-width: 1599px) {
    .why-choose-one__hand__one {
        display: none;
    }
}

.why-choose-one__hand__two {
    position: absolute;
    top: 298px;
    right: 0;
    animation: slowXmove 6s ease infinite;
}

@media (max-width: 1680px) {
    .why-choose-one__hand__two {
        width: 190px;
    }
}

@media (max-width: 1599px) {
    .why-choose-one__hand__two {
        top: 10px;
        bottom: auto;
        width: 190px;
    }
}

@media (max-width: 767px) {
    .why-choose-one__hand__two {
        display: none;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-one {
    position: relative;
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.testimonials-one__bg {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
}

.testimonials-one__wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.testimonials-one__wrapper .testimonials-card__bg {
    border-radius: 0;
}

.testimonials-one__top {
    padding: 0px 0px 0;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .testimonials-one__top {
        padding: 40px 40px 0;
    }
}

@media (max-width: 575px) {
    .testimonials-one__top {
        padding: 30px 30px 0;
    }
}

.testimonials-one .sec-title {
    margin-bottom: 0;
}

.testimonials-one .sec-title__tagline {
    color: var(--cleenhearts-white, #fff);
    margin-bottom: 23px;
}

.testimonials-one .sec-title__tagline::before {
    background-color: #c62b23;
}

.testimonials-one .sec-title__tagline::after {
    border: 1px solid #204a8f;
}

.testimonials-one .sec-title__title {
    color: var(--cleenhearts-white, #fff);
}

.testimonials-one__image img {
    border-radius: 100px;
    max-width: 100%;
}

.testimonials-one__carousel .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    top: 60px;
    right: 50px;
}

@media (max-width: 991px) {
    .testimonials-one__carousel .owl-dots {
        top: 5px;
        right: 40px;
    }
}

@media (max-width: 767px) {
    .testimonials-one__carousel .owl-dots {
        top: 40px;
    }
}

@media (max-width: 425px) {
    .testimonials-one__carousel .owl-dots {
        right: 30px;
    }
}

@media (max-width: 392px) {
    .testimonials-one__carousel .owl-dots {
        right: 25px;
    }
}

.testimonials-one .testimonials-card {
    padding: 60px;
}

@media (max-width: 991px) {
    .testimonials-one .testimonials-card {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .testimonials-one .testimonials-card {
        padding-top: 90px;
    }

    .testimonials-card {
        height: 100%;
    }

    .blog-card__content {
        height: 100%;
    }
}

@media (max-width: 425px) {
    .testimonials-one .testimonials-card {
        padding: 90px 30px 30px;
    }
}

@media (max-width: 392px) {
    .testimonials-one .testimonials-card {
        padding: 90px 25px 25px;
    }
}

.testimonials-one .testimonials-card__info__left {
    padding-right: 45px;
}

.testimonials-one .testimonials-card__content {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 40px 50px;
}

@media (max-width: 767px) {
    .testimonials-one .testimonials-card__content {
        flex-direction: column;
    }
}

.testimonials-one .testimonials-card__text {
    width: 100%;
    max-width: 810px;
    padding-right: 0;
    margin-top: 18px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .testimonials-one .testimonials-card__text {
        margin-top: 8px;
    }
}

.testimonials-one .testimonials-card__quote {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 144px;
    height: 144px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 50%;
    transition: all 400ms ease;
}

.testimonials-one .testimonials-card__quote span {
    transition: all 400ms ease;
}

@media (max-width: 991px) {
    .testimonials-one .testimonials-card__quote {
        width: 80px;
        height: 80px;
    }

    .testimonials-one .testimonials-card__quote span {
        font-size: 30px;
    }
}

.testimonials-one .testimonials-card:hover .testimonials-card__quote {
    background-color: #c62b23;
}

.testimonials-one .testimonials-card:hover .testimonials-card__quote span {
    color: var(--cleenhearts-white, #fff);
}

.testimonials-one__shape__one,
.testimonials-one__shape__two {
    position: absolute;
    animation: zumpX 1500ms infinite alternate;
}

.testimonials-one__shape__one {
    top: 0;
    left: 0;
}

@media (max-width: 1599px) {
    .testimonials-one__shape__one {
        top: -50px;
    }
}

.testimonials-one__shape__two {
    right: 0;
    bottom: 0;
}

@media (max-width: 1599px) {
    .testimonials-one__shape__two {
        bottom: -50px;
    }
}

.testimonials-two {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.testimonials-two__top {
    padding: 60px 60px 59px;
    border-radius: 20px;
    border: 1px solid var(--cleenhearts-white3, #D7D3CB);
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .testimonials-two__top {
        padding: 40px 40px 39px;
    }
}

@media (max-width: 575px) {
    .testimonials-two__top {
        padding: 30px 30px 29px;
    }
}

.testimonials-two .sec-title {
    width: 100%;
    max-width: 570px;
    margin-bottom: 0;
}

.testimonials-two .sec-title__tagline {
    margin-bottom: 23px;
}

.testimonials-two__text {
    padding-left: 39px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -4px;
}

@media (max-width: 1199px) {
    .testimonials-two__text {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .testimonials-two__text {
        padding-left: 0;
    }
}

.testimonials-two .testimonials-card__name {
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
}

.testimonials-three {
    position: relative;
}

.testimonials-three .sec-title {
    margin-bottom: 37px;
}

.testimonials-three__content {
    position: relative;
}

.testimonials-three__content__text {
    text-transform: capitalize;
    margin-bottom: 49px;
}

.testimonials-three__carousel .owl-stage {
    padding-left: 0 !important;
}

@media (max-width: 1199px) {
    .testimonials-three__carousel {
        padding: 0 15px;
    }
}

.testimonials-three__custome-navs {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1199px) {
    .testimonials-three__custome-navs {
        margin: 0 0 50px;
    }
}

.testimonials-three__custome-navs button {
    border: 0;
    outline: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cleenhearts-base, #2e2e2e);
    border-radius: 50%;
    font-size: 15px;
    color: var(--cleenhearts-base, #2e2e2e);
    transition: all 500ms ease;
}

.testimonials-three__custome-navs button:hover {
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
}

.testimonials-three .testimonials-card {
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 20px;
    border: 3px solid var(--cleenhearts-border-color, #D7D3CB);
}

.testimonials-three .testimonials-card__bg {
    display: none;
}

.testimonials-three--home-4 {
    background: var(--cleenhearts-white, #fff);
}

.testimonials-three--home-4 .sec-title {
    margin-top: 63px;
    margin-bottom: 33px;
}

@media (max-width: 1199px) {
    .testimonials-three--home-4 .sec-title {
        margin-top: 0;
    }
}

.testimonials-three--home-4 .testimonials-three__custome-navs {
    gap: 20px;
}

@media (max-width: 767px) {
    .testimonials-three--home-4 .testimonials-three__custome-navs {
        gap: 15px;
    }
}

.testimonials-three--home-4 .testimonials-three__custome-navs button {
    width: 60px;
    height: 60px;
    background-color: transparent;
    font-size: 22px;
    color: var(--cleenhearts-brown);
    border: 1px solid rgba(var(--cleenhearts-base-rgb), 0.1);
}

@media (max-width: 767px) {
    .testimonials-three--home-4 .testimonials-three__custome-navs button {
        font-size: 16px;
        width: 50px;
        height: 50px;
    }
}

.testimonials-three--home-4 .testimonials-three__custome-navs button:hover {
    background-color: var(--cleenhearts-orange, #E76100);
    color: var(--cleenhearts-white, #fff);
    border-color: var(--cleenhearts-orange, #E76100);
}

.testimonials-three--home-4 .testimonials-card {
    transition: all 500ms ease;
    border-width: 1px;
}

.testimonials-three--home-4 .testimonials-card:hover {
    border-color: var(--cleenhearts-orange, #E76100);
}

.testimonials-three--home-4 .testimonials-card .testimonials-card__quote span {
    font-size: 46px;
    color: var(--cleenhearts-orange, #E76100);
}

.testimonials-three--home-4 .testimonials-card .testimonials-card__text {
    font-style: italic;
}

.testimonials-three--home-4 .testimonials-card .testimonials-card__name {
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
}

.testimonials-three--home-4 .testimonials-card .testimonials-card__designation {
    color: var(--cleenhearts-orange, #E76100);
}

.testimonials-three--home-4 .testimonials-card .video-button {
    background-color: var(--cleenhearts-orange, #E76100);
}

.testimonials-three--home-4 .testimonials-card .video-button:hover {
    background-color: var(--cleenhearts-orange, #E76100);
}

.testimonials-three--home-4 .testimonials-card .video-button:hover span {
    color: var(--cleenhearts-white, #fff);
}

.testimonials-four {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.testimonials-four .container {
    position: relative;
    z-index: 3;
}

.testimonials-four .sec-title {
    width: 100%;
    max-width: 491px;
    margin: 0 auto 59px;
    text-align: center;
}

.testimonials-four__carousel.owl-carousel .owl-nav {
    margin-top: 60px;
}

.testimonials-four__carousel.owl-carousel .owl-nav::before,
.testimonials-four__carousel.owl-carousel .owl-nav::after {
    display: none;
}

@media (min-width: 1600px) {
    .testimonials-four__carousel.owl-carousel .owl-nav {
        width: 100%;
        margin-top: 0;
        position: absolute;
        bottom: 117px;
        display: flex;
        justify-content: center;
        justify-content: space-between;
    }
}

.testimonials-four__carousel.owl-carousel .owl-nav button {
    position: relative;
}

.testimonials-four__carousel.owl-carousel .owl-nav button:hover {
    background-color: transparent !important;
}

.testimonials-four__carousel.owl-carousel .owl-nav button span {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid rgba(var(--cleenhearts-base-rgb), 0.1);
    font-size: 22px;
    color: var(--cleenhearts-brown);
}

@media (max-width: 1399px) {
    .testimonials-four__carousel.owl-carousel .owl-nav button span {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

.testimonials-four__carousel.owl-carousel .owl-nav button span:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-brown);
    border-color: var(--cleenhearts-brown);
}

@media (min-width: 1600px) {
    .testimonials-four__carousel.owl-carousel .owl-nav .owl-prev {
        left: 100px;
    }
}

@media (min-width: 1600px) {
    .testimonials-four__carousel.owl-carousel .owl-nav .owl-next {
        right: 100px;
    }
}

.testimonials-four__item {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-four__image {
    margin: 0 auto;
    position: relative;
    width: 208px;
    height: 208px;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 624.000000 624.000000"><g transform="translate(0.000000,624.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M3060 6163 c-54 -83 -206 -228 -305 -293 -13 -8 -58 -39 -100 -67 -41 -29 -79 -53 -83 -53 -4 0 -38 -20 -75 -45 -38 -25 -73 -45 -77 -45 -5 0 -37 -19 -72 -42 -90 -60 -101 -67 -118 -75 -35 -16 -220 -161 -276 -217 -221 -219 -322 -412 -341 -652 l-5 -60 -87 -12 c-136 -18 -217 -38 -261 -63 -8 -5 -22 -12 -30 -15 -8 -3 -22 -10 -30 -15 -8 -5 -22 -12 -30 -16 -37 -16 -180 -133 -260 -212 -72 -72 -188 -215 -237 -296 -7 -11 -65 -108 -130 -215 -132 -220 -183 -299 -227 -351 -17 -20 -49 -58 -71 -85 -54 -65 -133 -138 -189 -175 -26 -18 -46 -39 -46 -49 0 -9 18 -29 39 -43 53 -35 135 -109 180 -161 87 -103 115 -138 125 -156 6 -10 33 -52 60 -92 28 -40 61 -93 74 -118 13 -25 35 -59 48 -77 13 -17 24 -36 24 -42 0 -5 19 -38 42 -73 48 -70 64 -96 74 -118 22 -45 169 -226 240 -296 214 -209 396 -302 630 -321 l60 -5 12 -87 c18 -136 38 -217 63 -261 5 -8 12 -22 15 -30 3 -8 10 -22 15 -30 5 -8 12 -22 16 -30 30 -66 278 -340 350 -387 15 -10 53 -36 83 -58 30 -22 64 -45 75 -52 11 -7 103 -63 205 -124 249 -150 309 -191 416 -280 100 -83 152 -138 204 -211 18 -27 41 -48 50 -48 10 0 29 18 43 39 35 53 109 135 161 180 103 87 138 115 156 125 10 6 52 33 92 60 40 28 93 61 118 74 25 13 59 35 77 48 17 13 36 24 42 24 5 0 38 19 73 42 70 48 96 64 118 74 46 23 226 168 295 238 209 214 303 399 322 632 l5 60 87 12 c136 18 217 38 261 63 8 5 22 12 30 15 8 3 22 10 30 15 8 5 22 12 30 16 37 17 180 133 255 209 70 69 197 227 242 299 7 11 63 103 124 205 150 249 191 309 280 416 79 94 134 148 204 199 70 51 71 62 8 105 -83 54 -227 205 -293 305 -8 13 -37 56 -64 97 -28 40 -61 93 -74 118 -13 25 -35 59 -48 77 -13 17 -24 36 -24 42 0 5 -19 38 -42 73 -48 70 -64 96 -74 118 -18 37 -163 221 -218 276 -219 221 -412 322 -652 341 l-60 5 -12 87 c-18 136 -38 217 -63 261 -5 8 -12 22 -15 30 -3 8 -10 22 -15 30 -5 8 -12 22 -16 30 -16 35 -128 174 -205 253 -69 71 -221 193 -303 244 -11 7 -108 65 -215 130 -213 128 -335 207 -346 224 -3 6 -20 19 -37 30 -45 27 -163 145 -210 209 -64 87 -73 89 -117 23z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 624.000000 624.000000"><g transform="translate(0.000000,624.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M3060 6163 c-54 -83 -206 -228 -305 -293 -13 -8 -58 -39 -100 -67 -41 -29 -79 -53 -83 -53 -4 0 -38 -20 -75 -45 -38 -25 -73 -45 -77 -45 -5 0 -37 -19 -72 -42 -90 -60 -101 -67 -118 -75 -35 -16 -220 -161 -276 -217 -221 -219 -322 -412 -341 -652 l-5 -60 -87 -12 c-136 -18 -217 -38 -261 -63 -8 -5 -22 -12 -30 -15 -8 -3 -22 -10 -30 -15 -8 -5 -22 -12 -30 -16 -37 -16 -180 -133 -260 -212 -72 -72 -188 -215 -237 -296 -7 -11 -65 -108 -130 -215 -132 -220 -183 -299 -227 -351 -17 -20 -49 -58 -71 -85 -54 -65 -133 -138 -189 -175 -26 -18 -46 -39 -46 -49 0 -9 18 -29 39 -43 53 -35 135 -109 180 -161 87 -103 115 -138 125 -156 6 -10 33 -52 60 -92 28 -40 61 -93 74 -118 13 -25 35 -59 48 -77 13 -17 24 -36 24 -42 0 -5 19 -38 42 -73 48 -70 64 -96 74 -118 22 -45 169 -226 240 -296 214 -209 396 -302 630 -321 l60 -5 12 -87 c18 -136 38 -217 63 -261 5 -8 12 -22 15 -30 3 -8 10 -22 15 -30 5 -8 12 -22 16 -30 30 -66 278 -340 350 -387 15 -10 53 -36 83 -58 30 -22 64 -45 75 -52 11 -7 103 -63 205 -124 249 -150 309 -191 416 -280 100 -83 152 -138 204 -211 18 -27 41 -48 50 -48 10 0 29 18 43 39 35 53 109 135 161 180 103 87 138 115 156 125 10 6 52 33 92 60 40 28 93 61 118 74 25 13 59 35 77 48 17 13 36 24 42 24 5 0 38 19 73 42 70 48 96 64 118 74 46 23 226 168 295 238 209 214 303 399 322 632 l5 60 87 12 c136 18 217 38 261 63 8 5 22 12 30 15 8 3 22 10 30 15 8 5 22 12 30 16 37 17 180 133 255 209 70 69 197 227 242 299 7 11 63 103 124 205 150 249 191 309 280 416 79 94 134 148 204 199 70 51 71 62 8 105 -83 54 -227 205 -293 305 -8 13 -37 56 -64 97 -28 40 -61 93 -74 118 -13 25 -35 59 -48 77 -13 17 -24 36 -24 42 0 5 -19 38 -42 73 -48 70 -64 96 -74 118 -18 37 -163 221 -218 276 -219 221 -412 322 -652 341 l-60 5 -12 87 c-18 136 -38 217 -63 261 -5 8 -12 22 -15 30 -3 8 -10 22 -15 30 -5 8 -12 22 -16 30 -16 35 -128 174 -205 253 -69 71 -221 193 -303 244 -11 7 -108 65 -215 130 -213 128 -335 207 -346 224 -3 6 -20 19 -37 30 -45 27 -163 145 -210 209 -64 87 -73 89 -117 23z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: var(--cleenhearts-bramble);
}

.testimonials-four__image__inner {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    -webkit-mask: url('data:image/svg+xml;utf8, <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 594.000000 594.000000"><g transform="translate(0.000000,594.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M2911 5865 c-55 -76 -141 -164 -227 -231 -45 -35 -85 -64 -89 -64 -4 0 -24 -13 -45 -30 -21 -16 -41 -30 -45 -30 -3 0 -21 -11 -38 -24 -18 -13 -54 -36 -82 -51 -27 -14 -63 -35 -80 -46 -16 -10 -39 -23 -50 -29 -32 -17 -55 -32 -133 -85 -40 -28 -81 -54 -90 -60 -9 -5 -30 -21 -46 -35 -187 -160 -297 -287 -360 -415 -60 -123 -67 -146 -80 -257 -6 -54 -17 -103 -24 -110 -7 -7 -56 -18 -110 -24 -53 -7 -113 -17 -132 -24 -85 -31 -118 -46 -158 -72 -24 -15 -46 -28 -49 -28 -11 0 -124 -95 -207 -175 -76 -72 -242 -290 -280 -365 -4 -8 -12 -24 -19 -35 -7 -11 -41 -69 -77 -129 -36 -60 -73 -120 -82 -135 -10 -14 -21 -33 -25 -41 -15 -34 -131 -180 -197 -249 -39 -40 -95 -89 -123 -108 -30 -19 -53 -43 -53 -52 0 -9 29 -38 64 -64 35 -26 90 -75 123 -110 63 -67 153 -181 153 -192 0 -4 14 -24 30 -45 17 -21 30 -40 30 -43 0 -3 13 -25 29 -49 16 -24 39 -61 51 -83 12 -22 30 -53 41 -70 10 -16 23 -39 29 -50 19 -35 34 -59 85 -134 28 -40 55 -82 62 -93 6 -11 15 -23 20 -27 4 -3 34 -39 66 -78 51 -65 230 -226 285 -256 45 -26 169 -85 202 -97 19 -7 79 -17 132 -24 54 -6 103 -17 110 -24 7 -7 18 -56 24 -110 7 -53 17 -113 24 -132 34 -94 54 -138 76 -167 13 -17 24 -35 24 -38 0 -8 57 -83 76 -100 5 -5 30 -34 54 -63 53 -66 178 -171 302 -255 51 -35 100 -66 108 -70 17 -9 19 -10 164 -97 59 -36 120 -73 134 -82 15 -10 34 -21 42 -25 29 -13 172 -125 236 -185 35 -33 85 -89 111 -124 26 -35 54 -64 63 -64 9 0 37 29 63 64 26 35 75 90 110 123 67 63 181 153 192 153 4 0 24 14 45 30 21 17 40 30 43 30 3 0 25 13 49 29 24 16 61 39 83 51 22 12 54 30 70 41 17 10 39 23 50 29 35 19 59 34 134 85 40 28 82 55 93 62 11 6 23 15 27 20 3 4 39 34 78 66 65 51 226 230 256 285 26 45 85 169 97 202 7 19 17 79 24 132 6 54 17 103 24 110 7 7 56 18 110 24 53 7 113 17 132 24 94 34 138 54 167 76 17 13 35 24 38 24 8 0 83 57 100 76 6 5 34 30 63 54 66 53 171 178 255 302 35 51 66 100 70 108 9 17 10 19 97 164 36 59 73 120 82 134 10 15 21 34 25 42 12 28 120 164 182 232 34 37 91 88 126 114 36 27 65 55 65 65 0 9 -19 29 -42 45 -68 46 -165 142 -234 230 -35 45 -64 85 -64 89 0 4 -13 24 -30 45 -16 21 -30 40 -30 43 0 3 -13 25 -29 49 -16 24 -39 61 -51 83 -12 22 -30 54 -41 70 -10 17 -23 39 -29 50 -19 35 -34 59 -85 134 -27 40 -54 80 -60 89 -13 22 -47 61 -125 146 -107 117 -226 211 -325 260 -123 60 -146 67 -257 80 -54 6 -103 17 -110 24 -7 7 -18 56 -24 110 -7 53 -17 113 -24 132 -34 94 -54 138 -76 167 -13 17 -24 35 -24 38 0 13 -91 122 -175 209 -57 60 -160 143 -255 207 -103 69 -108 73 -172 108 -24 13 -62 36 -86 52 -24 16 -47 29 -51 29 -4 0 -26 12 -48 28 -54 37 -75 51 -93 59 -33 15 -179 131 -249 197 -40 39 -89 95 -108 124 -20 29 -42 52 -52 52 -10 0 -32 -20 -50 -45z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8, <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 594.000000 594.000000"><g transform="translate(0.000000,594.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M2911 5865 c-55 -76 -141 -164 -227 -231 -45 -35 -85 -64 -89 -64 -4 0 -24 -13 -45 -30 -21 -16 -41 -30 -45 -30 -3 0 -21 -11 -38 -24 -18 -13 -54 -36 -82 -51 -27 -14 -63 -35 -80 -46 -16 -10 -39 -23 -50 -29 -32 -17 -55 -32 -133 -85 -40 -28 -81 -54 -90 -60 -9 -5 -30 -21 -46 -35 -187 -160 -297 -287 -360 -415 -60 -123 -67 -146 -80 -257 -6 -54 -17 -103 -24 -110 -7 -7 -56 -18 -110 -24 -53 -7 -113 -17 -132 -24 -85 -31 -118 -46 -158 -72 -24 -15 -46 -28 -49 -28 -11 0 -124 -95 -207 -175 -76 -72 -242 -290 -280 -365 -4 -8 -12 -24 -19 -35 -7 -11 -41 -69 -77 -129 -36 -60 -73 -120 -82 -135 -10 -14 -21 -33 -25 -41 -15 -34 -131 -180 -197 -249 -39 -40 -95 -89 -123 -108 -30 -19 -53 -43 -53 -52 0 -9 29 -38 64 -64 35 -26 90 -75 123 -110 63 -67 153 -181 153 -192 0 -4 14 -24 30 -45 17 -21 30 -40 30 -43 0 -3 13 -25 29 -49 16 -24 39 -61 51 -83 12 -22 30 -53 41 -70 10 -16 23 -39 29 -50 19 -35 34 -59 85 -134 28 -40 55 -82 62 -93 6 -11 15 -23 20 -27 4 -3 34 -39 66 -78 51 -65 230 -226 285 -256 45 -26 169 -85 202 -97 19 -7 79 -17 132 -24 54 -6 103 -17 110 -24 7 -7 18 -56 24 -110 7 -53 17 -113 24 -132 34 -94 54 -138 76 -167 13 -17 24 -35 24 -38 0 -8 57 -83 76 -100 5 -5 30 -34 54 -63 53 -66 178 -171 302 -255 51 -35 100 -66 108 -70 17 -9 19 -10 164 -97 59 -36 120 -73 134 -82 15 -10 34 -21 42 -25 29 -13 172 -125 236 -185 35 -33 85 -89 111 -124 26 -35 54 -64 63 -64 9 0 37 29 63 64 26 35 75 90 110 123 67 63 181 153 192 153 4 0 24 14 45 30 21 17 40 30 43 30 3 0 25 13 49 29 24 16 61 39 83 51 22 12 54 30 70 41 17 10 39 23 50 29 35 19 59 34 134 85 40 28 82 55 93 62 11 6 23 15 27 20 3 4 39 34 78 66 65 51 226 230 256 285 26 45 85 169 97 202 7 19 17 79 24 132 6 54 17 103 24 110 7 7 56 18 110 24 53 7 113 17 132 24 94 34 138 54 167 76 17 13 35 24 38 24 8 0 83 57 100 76 6 5 34 30 63 54 66 53 171 178 255 302 35 51 66 100 70 108 9 17 10 19 97 164 36 59 73 120 82 134 10 15 21 34 25 42 12 28 120 164 182 232 34 37 91 88 126 114 36 27 65 55 65 65 0 9 -19 29 -42 45 -68 46 -165 142 -234 230 -35 45 -64 85 -64 89 0 4 -13 24 -30 45 -16 21 -30 40 -30 43 0 3 -13 25 -29 49 -16 24 -39 61 -51 83 -12 22 -30 54 -41 70 -10 17 -23 39 -29 50 -19 35 -34 59 -85 134 -27 40 -54 80 -60 89 -13 22 -47 61 -125 146 -107 117 -226 211 -325 260 -123 60 -146 67 -257 80 -54 6 -103 17 -110 24 -7 7 -18 56 -24 110 -7 53 -17 113 -24 132 -34 94 -54 138 -76 167 -13 17 -24 35 -24 38 0 13 -91 122 -175 209 -57 60 -160 143 -255 207 -103 69 -108 73 -172 108 -24 13 -62 36 -86 52 -24 16 -47 29 -51 29 -4 0 -26 12 -48 28 -54 37 -75 51 -93 59 -33 15 -179 131 -249 197 -40 39 -89 95 -108 124 -20 29 -42 52 -52 52 -10 0 -32 -20 -50 -45z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.testimonials-four__image__inner img {
    object-fit: cover;
    height: 100%;
}

.testimonials-four__quote {
    margin-top: -68px;
    margin-bottom: 40px;
}

.testimonials-four__quote span {
    font-size: 106px;
    color: var(--cleenhearts-brown2);
}

.testimonials-four__text {
    margin-bottom: 31px;
    font-size: 22px;
    line-height: 1.59;
    font-style: italic;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .testimonials-four__text {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .testimonials-four__text {
        font-size: 18px;
    }
}

.testimonials-four .cleenhearts-ratings {
    margin-bottom: 31px;
    justify-content: center;
}

.testimonials-four .cleenhearts-ratings span {
    font-size: 16px;
    color: var(--cleenhearts-bramble);
}

.testimonials-four__name {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.46;
    text-transform: capitalize;
}

.testimonials-four__designation {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: var(--cleenhearts-brown2);
    line-height: 1;
    text-transform: capitalize;
}

.testimonials-four__left {
    width: 415px;
    position: relative;
    position: absolute;
    top: 138px;
    left: 99px;
}

@media (max-width: 1799px) {
    .testimonials-four__left {
        left: 10px;
    }
}

@media (max-width: 1599px) {
    .testimonials-four__left {
        left: 20px;
        width: 280px;
    }
}

@media (max-width: 1399px) {
    .testimonials-four__left {
        width: 250px;
    }
}

@media (max-width: 1350px) {
    .testimonials-four__left {
        display: none;
    }
}

.testimonials-four__left__image {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 372px;
    height: 372px;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4455 8941 c-23 -45 -109 -147 -200 -236 -147 -145 -239 -214 -530 -400 -27 -17 -57 -35 -65 -39 -8 -4 -24 -12 -35 -19 -11 -7 -56 -34 -100 -60 -92 -55 -97 -58 -185 -113 -36 -22 -90 -55 -120 -74 -170 -106 -403 -306 -547 -472 -218 -250 -319 -485 -342 -793 l-6 -80 -87 -7 c-302 -23 -541 -127 -786 -341 -54 -47 -224 -218 -263 -262 -62 -73 -269 -365 -269 -380 0 -2 -14 -24 -30 -48 -17 -25 -30 -47 -30 -51 0 -3 -20 -36 -43 -73 -24 -37 -47 -75 -50 -83 -4 -8 -16 -28 -27 -45 -11 -16 -23 -37 -27 -45 -21 -47 -197 -311 -274 -410 -87 -113 -249 -276 -339 -343 -36 -26 -71 -52 -77 -57 -21 -18 -15 -39 16 -55 88 -45 300 -251 416 -405 78 -103 216 -312 278 -420 57 -100 109 -187 127 -215 11 -16 23 -37 27 -46 21 -44 128 -204 209 -312 85 -115 249 -292 356 -385 250 -216 487 -318 793 -341 l80 -6 6 -80 c23 -308 127 -549 342 -792 163 -185 314 -316 517 -450 154 -102 170 -112 280 -177 52 -31 102 -61 110 -66 8 -5 33 -19 55 -31 22 -12 63 -36 90 -54 28 -17 91 -58 140 -90 210 -135 440 -339 548 -486 26 -35 52 -70 57 -76 18 -21 39 -15 55 16 67 131 344 386 590 546 193 124 204 131 325 200 25 14 59 34 75 45 17 10 47 28 67 39 110 60 355 229 463 320 42 35 212 206 262 263 216 246 319 486 342 793 l6 80 80 6 c308 23 549 127 792 342 153 135 225 212 351 376 44 56 182 259 182 266 0 2 13 24 30 48 17 25 30 47 30 51 0 3 19 36 43 73 55 90 62 101 88 148 12 22 36 63 54 90 17 28 58 91 90 140 153 239 342 445 537 588 46 33 48 51 9 72 -83 43 -287 240 -402 387 -75 97 -252 362 -272 408 -4 8 -18 33 -32 55 -14 22 -34 56 -45 75 -11 19 -29 49 -40 65 -11 17 -23 37 -27 45 -3 8 -26 45 -50 82 -24 37 -43 69 -43 72 0 8 -90 136 -169 241 -69 92 -220 252 -331 351 -238 212 -488 320 -795 343 l-80 6 -7 87 c-23 302 -127 541 -341 786 -54 61 -222 229 -267 266 -93 76 -360 266 -375 266 -2 0 -24 14 -48 30 -25 17 -47 30 -50 30 -4 0 -25 13 -49 29 -24 16 -61 39 -83 51 -22 12 -53 30 -70 41 -16 10 -37 22 -45 26 -15 6 -43 24 -205 128 -219 141 -438 336 -558 498 -32 42 -65 77 -72 77 -8 0 -21 -13 -30 -29z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4455 8941 c-23 -45 -109 -147 -200 -236 -147 -145 -239 -214 -530 -400 -27 -17 -57 -35 -65 -39 -8 -4 -24 -12 -35 -19 -11 -7 -56 -34 -100 -60 -92 -55 -97 -58 -185 -113 -36 -22 -90 -55 -120 -74 -170 -106 -403 -306 -547 -472 -218 -250 -319 -485 -342 -793 l-6 -80 -87 -7 c-302 -23 -541 -127 -786 -341 -54 -47 -224 -218 -263 -262 -62 -73 -269 -365 -269 -380 0 -2 -14 -24 -30 -48 -17 -25 -30 -47 -30 -51 0 -3 -20 -36 -43 -73 -24 -37 -47 -75 -50 -83 -4 -8 -16 -28 -27 -45 -11 -16 -23 -37 -27 -45 -21 -47 -197 -311 -274 -410 -87 -113 -249 -276 -339 -343 -36 -26 -71 -52 -77 -57 -21 -18 -15 -39 16 -55 88 -45 300 -251 416 -405 78 -103 216 -312 278 -420 57 -100 109 -187 127 -215 11 -16 23 -37 27 -46 21 -44 128 -204 209 -312 85 -115 249 -292 356 -385 250 -216 487 -318 793 -341 l80 -6 6 -80 c23 -308 127 -549 342 -792 163 -185 314 -316 517 -450 154 -102 170 -112 280 -177 52 -31 102 -61 110 -66 8 -5 33 -19 55 -31 22 -12 63 -36 90 -54 28 -17 91 -58 140 -90 210 -135 440 -339 548 -486 26 -35 52 -70 57 -76 18 -21 39 -15 55 16 67 131 344 386 590 546 193 124 204 131 325 200 25 14 59 34 75 45 17 10 47 28 67 39 110 60 355 229 463 320 42 35 212 206 262 263 216 246 319 486 342 793 l6 80 80 6 c308 23 549 127 792 342 153 135 225 212 351 376 44 56 182 259 182 266 0 2 13 24 30 48 17 25 30 47 30 51 0 3 19 36 43 73 55 90 62 101 88 148 12 22 36 63 54 90 17 28 58 91 90 140 153 239 342 445 537 588 46 33 48 51 9 72 -83 43 -287 240 -402 387 -75 97 -252 362 -272 408 -4 8 -18 33 -32 55 -14 22 -34 56 -45 75 -11 19 -29 49 -40 65 -11 17 -23 37 -27 45 -3 8 -26 45 -50 82 -24 37 -43 69 -43 72 0 8 -90 136 -169 241 -69 92 -220 252 -331 351 -238 212 -488 320 -795 343 l-80 6 -7 87 c-23 302 -127 541 -341 786 -54 61 -222 229 -267 266 -93 76 -360 266 -375 266 -2 0 -24 14 -48 30 -25 17 -47 30 -50 30 -4 0 -25 13 -49 29 -24 16 -61 39 -83 51 -22 12 -53 30 -70 41 -16 10 -37 22 -45 26 -15 6 -43 24 -205 128 -219 141 -438 336 -558 498 -32 42 -65 77 -72 77 -8 0 -21 -13 -30 -29z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1599px) {
    .testimonials-four__left__image {
        top: 95px;
        width: 260px;
    }
}

@media (max-width: 1399px) {
    .testimonials-four__left__image {
        top: 50px;
        width: 220px;
    }
}

.testimonials-four__left__shape {
    max-width: 100%;
    height: auto;
}

.testimonials-four__right {
    width: 372px;
    position: relative;
    position: absolute;
    right: 120px;
    bottom: 284px;
}

@media (max-width: 1799px) {
    .testimonials-four__right {
        right: 20px;
    }
}

@media (max-width: 1599px) {
    .testimonials-four__right {
        width: 280px;
    }
}

@media (max-width: 1399px) {
    .testimonials-four__right {
        width: 250px;
    }
}

@media (max-width: 1350px) {
    .testimonials-four__right {
        display: none;
    }
}

.testimonials-four__right__image {
    position: relative;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4455 8941 c-23 -45 -109 -147 -200 -236 -147 -145 -239 -214 -530 -400 -27 -17 -57 -35 -65 -39 -8 -4 -24 -12 -35 -19 -11 -7 -56 -34 -100 -60 -92 -55 -97 -58 -185 -113 -36 -22 -90 -55 -120 -74 -170 -106 -403 -306 -547 -472 -218 -250 -319 -485 -342 -793 l-6 -80 -87 -7 c-302 -23 -541 -127 -786 -341 -54 -47 -224 -218 -263 -262 -62 -73 -269 -365 -269 -380 0 -2 -14 -24 -30 -48 -17 -25 -30 -47 -30 -51 0 -3 -20 -36 -43 -73 -24 -37 -47 -75 -50 -83 -4 -8 -16 -28 -27 -45 -11 -16 -23 -37 -27 -45 -21 -47 -197 -311 -274 -410 -87 -113 -249 -276 -339 -343 -36 -26 -71 -52 -77 -57 -21 -18 -15 -39 16 -55 88 -45 300 -251 416 -405 78 -103 216 -312 278 -420 57 -100 109 -187 127 -215 11 -16 23 -37 27 -46 21 -44 128 -204 209 -312 85 -115 249 -292 356 -385 250 -216 487 -318 793 -341 l80 -6 6 -80 c23 -308 127 -549 342 -792 163 -185 314 -316 517 -450 154 -102 170 -112 280 -177 52 -31 102 -61 110 -66 8 -5 33 -19 55 -31 22 -12 63 -36 90 -54 28 -17 91 -58 140 -90 210 -135 440 -339 548 -486 26 -35 52 -70 57 -76 18 -21 39 -15 55 16 67 131 344 386 590 546 193 124 204 131 325 200 25 14 59 34 75 45 17 10 47 28 67 39 110 60 355 229 463 320 42 35 212 206 262 263 216 246 319 486 342 793 l6 80 80 6 c308 23 549 127 792 342 153 135 225 212 351 376 44 56 182 259 182 266 0 2 13 24 30 48 17 25 30 47 30 51 0 3 19 36 43 73 55 90 62 101 88 148 12 22 36 63 54 90 17 28 58 91 90 140 153 239 342 445 537 588 46 33 48 51 9 72 -83 43 -287 240 -402 387 -75 97 -252 362 -272 408 -4 8 -18 33 -32 55 -14 22 -34 56 -45 75 -11 19 -29 49 -40 65 -11 17 -23 37 -27 45 -3 8 -26 45 -50 82 -24 37 -43 69 -43 72 0 8 -90 136 -169 241 -69 92 -220 252 -331 351 -238 212 -488 320 -795 343 l-80 6 -7 87 c-23 302 -127 541 -341 786 -54 61 -222 229 -267 266 -93 76 -360 266 -375 266 -2 0 -24 14 -48 30 -25 17 -47 30 -50 30 -4 0 -25 13 -49 29 -24 16 -61 39 -83 51 -22 12 -53 30 -70 41 -16 10 -37 22 -45 26 -15 6 -43 24 -205 128 -219 141 -438 336 -558 498 -32 42 -65 77 -72 77 -8 0 -21 -13 -30 -29z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4455 8941 c-23 -45 -109 -147 -200 -236 -147 -145 -239 -214 -530 -400 -27 -17 -57 -35 -65 -39 -8 -4 -24 -12 -35 -19 -11 -7 -56 -34 -100 -60 -92 -55 -97 -58 -185 -113 -36 -22 -90 -55 -120 -74 -170 -106 -403 -306 -547 -472 -218 -250 -319 -485 -342 -793 l-6 -80 -87 -7 c-302 -23 -541 -127 -786 -341 -54 -47 -224 -218 -263 -262 -62 -73 -269 -365 -269 -380 0 -2 -14 -24 -30 -48 -17 -25 -30 -47 -30 -51 0 -3 -20 -36 -43 -73 -24 -37 -47 -75 -50 -83 -4 -8 -16 -28 -27 -45 -11 -16 -23 -37 -27 -45 -21 -47 -197 -311 -274 -410 -87 -113 -249 -276 -339 -343 -36 -26 -71 -52 -77 -57 -21 -18 -15 -39 16 -55 88 -45 300 -251 416 -405 78 -103 216 -312 278 -420 57 -100 109 -187 127 -215 11 -16 23 -37 27 -46 21 -44 128 -204 209 -312 85 -115 249 -292 356 -385 250 -216 487 -318 793 -341 l80 -6 6 -80 c23 -308 127 -549 342 -792 163 -185 314 -316 517 -450 154 -102 170 -112 280 -177 52 -31 102 -61 110 -66 8 -5 33 -19 55 -31 22 -12 63 -36 90 -54 28 -17 91 -58 140 -90 210 -135 440 -339 548 -486 26 -35 52 -70 57 -76 18 -21 39 -15 55 16 67 131 344 386 590 546 193 124 204 131 325 200 25 14 59 34 75 45 17 10 47 28 67 39 110 60 355 229 463 320 42 35 212 206 262 263 216 246 319 486 342 793 l6 80 80 6 c308 23 549 127 792 342 153 135 225 212 351 376 44 56 182 259 182 266 0 2 13 24 30 48 17 25 30 47 30 51 0 3 19 36 43 73 55 90 62 101 88 148 12 22 36 63 54 90 17 28 58 91 90 140 153 239 342 445 537 588 46 33 48 51 9 72 -83 43 -287 240 -402 387 -75 97 -252 362 -272 408 -4 8 -18 33 -32 55 -14 22 -34 56 -45 75 -11 19 -29 49 -40 65 -11 17 -23 37 -27 45 -3 8 -26 45 -50 82 -24 37 -43 69 -43 72 0 8 -90 136 -169 241 -69 92 -220 252 -331 351 -238 212 -488 320 -795 343 l-80 6 -7 87 c-23 302 -127 541 -341 786 -54 61 -222 229 -267 266 -93 76 -360 266 -375 266 -2 0 -24 14 -48 30 -25 17 -47 30 -50 30 -4 0 -25 13 -49 29 -24 16 -61 39 -83 51 -22 12 -53 30 -70 41 -16 10 -37 22 -45 26 -15 6 -43 24 -205 128 -219 141 -438 336 -558 498 -32 42 -65 77 -72 77 -8 0 -21 -13 -30 -29z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.testimonials-four__right__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -131px;
}

@media (max-width: 1599px) {
    .testimonials-four__right__shape {
        max-width: 200px;
        bottom: -55px;
    }
}

@media (max-width: 1399px) {
    .testimonials-four__right__shape {
        bottom: -40px;
    }
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-one {
    padding: 192px 0;
    position: relative;
}

@media (max-width: 767px) {
    .video-one {
        padding: 115px 0;
    }
}

.video-one__bg {
    position: relative;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-one__bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: RGBA(var(--cleenhearts-base-rgb, 53, 28, 66), 0.8);
}

.video-one .container {
    position: relative;
    z-index: 2;
}

.video-one__title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 150px;
    text-align: center;
    line-height: 0.666;
    letter-spacing: -6px;
    text-transform: capitalize;
    color: RGBA(var(--cleenhearts-base-rgb, 53, 28, 66), 1);
    text-shadow: 1px 1px 0 var(--cleenhearts-white, #fff), -1px -1px 0 var(--cleenhearts-white, #fff), 1px -1px 0 var(--cleenhearts-white, #fff), -1px 1px 0 var(--cleenhearts-white, #fff), 1px 1px 0 var(--cleenhearts-white, #fff);
    z-index: 1;
}

.video-one__title__one {
    color: RGBA(var(--cleenhearts-purple-rgb, 150, 89, 149), 1);
}

@media (max-width: 1199px) {
    .video-one__title {
        font-size: 126px;
    }
}

@media (max-width: 991px) {
    .video-one__title {
        font-size: 80px;
    }

    .video-one__title__two {
        color: RGBA(var(--cleenhearts-purple-rgb, 150, 89, 149), 1);
    }
}

@media (max-width: 767px) {
    .video-one__title {
        display: none;
    }
}

.video-one__button {
    width: 231px;
    height: 231px;
    background-color: var(--cleenhearts-purple, #965995);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (max-width: 767px) {
    .video-one__button {
        width: 150px;
        height: 150px;
    }
}

.video-one__button::after {
    content: "";
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    position: absolute;
    top: -60px;
    left: -60px;
    border-radius: 50%;
    border: 1px dashed RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.25);
    animation-duration: 1500ms;
    animation: rotated 10s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
}

.video-one__button:hover::after {
    border-color: rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 0.7);
}

.video-one__button span {
    position: relative;
    z-index: 99;
    font-size: 65px;
    color: var(--cleenhearts-secondary, #c62b23);
}

@media (max-width: 767px) {
    .video-one__button span {
        font-size: 35px;
    }
}

.video-one__button .video-button__ripple::before,
.video-one__button .video-button__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 0.6);
}

.video-two {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.video-two .container {
    position: relative;
    z-index: 1;
}

.video-two__image {
    position: relative;
    width: 100%;
    height: 530px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 408.000000"><g transform="translate(0.000000,408.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4473 4043 c-7 -2 -13 -9 -13 -14 0 -29 -169 -172 -230 -195 -8 -3 -23 -10 -32 -15 -10 -5 -43 -17 -75 -28 -262 -86 -567 -97 -973 -36 -661 99 -1005 94 -1239 -18 -87 -42 -157 -114 -206 -212 -22 -44 -41 -82 -42 -84 -1 -2 -71 -3 -155 -2 -113 2 -157 -1 -170 -11 -11 -8 -21 -38 -27 -78 -11 -76 -25 -115 -68 -191 -31 -54 -127 -152 -167 -170 -12 -5 -28 -13 -36 -17 -51 -29 -74 -37 -150 -52 l-85 -16 -5 -99 c-6 -110 -7 -112 -88 -114 -43 -1 -137 -48 -211 -105 -52 -41 -161 -156 -186 -198 -71 -120 -168 -238 -260 -316 l-50 -43 40 -32 c72 -58 145 -140 213 -242 122 -184 232 -291 361 -355 33 -17 75 -30 93 -31 81 -2 82 -4 88 -114 l5 -99 85 -16 c76 -15 99 -23 150 -52 8 -4 26 -13 39 -18 37 -16 154 -141 177 -191 39 -81 53 -123 59 -182 5 -42 11 -60 26 -68 12 -6 80 -9 170 -8 82 1 151 0 152 -2 1 -2 20 -40 42 -84 154 -309 523 -368 1445 -230 272 41 499 50 685 26 287 -36 470 -117 602 -267 36 -40 54 -53 66 -48 9 3 17 10 17 15 0 29 169 172 230 195 8 3 23 10 32 15 10 5 43 17 75 28 262 86 566 97 973 36 570 -85 872 -92 1115 -28 159 42 262 123 330 258 22 44 41 82 42 84 1 2 70 3 152 2 90 -1 158 2 170 8 15 8 21 26 26 68 6 59 20 101 59 182 23 50 140 175 177 191 13 5 31 14 39 18 51 29 74 37 150 52 l85 16 5 99 c6 110 7 112 88 114 43 1 137 48 211 105 52 41 161 156 186 198 71 120 168 238 260 316 l50 43 -40 31 c-69 55 -143 140 -217 248 -89 132 -164 218 -239 276 -74 57 -168 104 -211 105 -81 2 -82 4 -88 114 l-5 99 -85 16 c-76 15 -99 23 -150 52 -8 4 -24 12 -36 17 -40 18 -136 116 -167 170 -43 76 -57 114 -69 191 -6 38 -17 70 -27 78 -12 10 -56 13 -169 11 -84 -1 -154 0 -155 2 -1 2 -20 40 -42 84 -154 309 -523 368 -1445 230 -406 -61 -713 -50 -970 35 -123 41 -244 120 -321 210 -23 27 -45 50 -48 49 -3 0 -12 -3 -18 -6z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 408.000000"><g transform="translate(0.000000,408.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4473 4043 c-7 -2 -13 -9 -13 -14 0 -29 -169 -172 -230 -195 -8 -3 -23 -10 -32 -15 -10 -5 -43 -17 -75 -28 -262 -86 -567 -97 -973 -36 -661 99 -1005 94 -1239 -18 -87 -42 -157 -114 -206 -212 -22 -44 -41 -82 -42 -84 -1 -2 -71 -3 -155 -2 -113 2 -157 -1 -170 -11 -11 -8 -21 -38 -27 -78 -11 -76 -25 -115 -68 -191 -31 -54 -127 -152 -167 -170 -12 -5 -28 -13 -36 -17 -51 -29 -74 -37 -150 -52 l-85 -16 -5 -99 c-6 -110 -7 -112 -88 -114 -43 -1 -137 -48 -211 -105 -52 -41 -161 -156 -186 -198 -71 -120 -168 -238 -260 -316 l-50 -43 40 -32 c72 -58 145 -140 213 -242 122 -184 232 -291 361 -355 33 -17 75 -30 93 -31 81 -2 82 -4 88 -114 l5 -99 85 -16 c76 -15 99 -23 150 -52 8 -4 26 -13 39 -18 37 -16 154 -141 177 -191 39 -81 53 -123 59 -182 5 -42 11 -60 26 -68 12 -6 80 -9 170 -8 82 1 151 0 152 -2 1 -2 20 -40 42 -84 154 -309 523 -368 1445 -230 272 41 499 50 685 26 287 -36 470 -117 602 -267 36 -40 54 -53 66 -48 9 3 17 10 17 15 0 29 169 172 230 195 8 3 23 10 32 15 10 5 43 17 75 28 262 86 566 97 973 36 570 -85 872 -92 1115 -28 159 42 262 123 330 258 22 44 41 82 42 84 1 2 70 3 152 2 90 -1 158 2 170 8 15 8 21 26 26 68 6 59 20 101 59 182 23 50 140 175 177 191 13 5 31 14 39 18 51 29 74 37 150 52 l85 16 5 99 c6 110 7 112 88 114 43 1 137 48 211 105 52 41 161 156 186 198 71 120 168 238 260 316 l50 43 -40 31 c-69 55 -143 140 -217 248 -89 132 -164 218 -239 276 -74 57 -168 104 -211 105 -81 2 -82 4 -88 114 l-5 99 -85 16 c-76 15 -99 23 -150 52 -8 4 -24 12 -36 17 -40 18 -136 116 -167 170 -43 76 -57 114 -69 191 -6 38 -17 70 -27 78 -12 10 -56 13 -169 11 -84 -1 -154 0 -155 2 -1 2 -20 40 -42 84 -154 309 -523 368 -1445 230 -406 -61 -713 -50 -970 35 -123 41 -244 120 -321 210 -23 27 -45 50 -48 49 -3 0 -12 -3 -18 -6z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background: linear-gradient(90deg, var(--cleenhearts-brown2) 0%, rgba(var(--cleenhearts-brown2-rgb), 0.2) 100%);
}

@media (max-width: 1199px) {
    .video-two__image {
        height: 420px;
    }
}

@media (max-width: 991px) {
    .video-two__image {
        height: 310px;
    }
}

.video-two__image__inner {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 402.000000"><g transform="translate(0.000000,402.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4475 3982 c-5 -4 -27 -28 -47 -54 -54 -66 -134 -122 -248 -171 -227 -97 -609 -121 -1000 -62 -496 74 -793 92 -1005 60 -276 -43 -396 -119 -486 -312 l-29 -63 -166 0 c-122 0 -166 -3 -169 -12 -3 -7 -9 -40 -14 -73 -5 -33 -15 -76 -22 -95 -21 -55 -80 -141 -130 -190 -72 -70 -216 -135 -314 -142 l-40 -3 -5 -100 -5 -100 -45 -6 c-48 -6 -125 -30 -162 -51 -91 -52 -205 -159 -274 -259 -110 -157 -186 -249 -243 -294 -34 -27 -61 -51 -61 -55 0 -4 27 -28 61 -55 57 -45 133 -137 243 -294 69 -100 183 -207 274 -259 37 -21 114 -45 162 -51 l45 -6 5 -100 5 -100 40 -3 c98 -7 242 -72 314 -142 50 -49 109 -135 130 -190 7 -19 17 -62 22 -95 5 -33 11 -66 14 -72 3 -10 47 -13 169 -13 l166 0 29 -63 c33 -70 93 -155 131 -185 38 -30 138 -78 200 -95 239 -70 553 -62 1160 28 364 54 668 42 928 -36 34 -10 70 -23 80 -28 9 -5 37 -19 62 -31 70 -35 146 -96 182 -145 51 -69 65 -69 116 0 36 49 112 110 182 145 25 12 53 26 62 31 99 50 389 99 583 99 93 0 307 -18 425 -35 611 -90 915 -98 1160 -28 164 46 258 126 331 280 l29 63 166 0 c122 0 166 3 169 13 3 6 9 39 14 72 5 33 15 76 22 95 21 55 80 141 130 190 72 70 216 135 314 142 l40 3 5 100 5 100 45 6 c48 6 125 30 162 51 91 52 205 159 274 259 110 157 186 249 243 294 34 27 61 51 61 55 0 3 -29 29 -64 58 -58 46 -130 134 -250 306 -61 87 -179 195 -264 244 -37 21 -114 45 -162 51 l-45 6 -5 100 -5 100 -55 6 c-155 17 -294 104 -380 239 -44 69 -60 109 -71 185 -5 33 -11 66 -14 73 -3 9 -47 12 -169 12 l-165 0 -27 58 c-60 127 -117 190 -217 239 -240 118 -571 123 -1277 18 -124 -18 -334 -35 -435 -35 -192 1 -478 50 -571 98 -11 5 -39 20 -64 32 -70 36 -137 88 -178 138 -36 46 -52 62 -62 62 -3 0 -9 -4 -15 -8z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 402.000000"><g transform="translate(0.000000,402.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4475 3982 c-5 -4 -27 -28 -47 -54 -54 -66 -134 -122 -248 -171 -227 -97 -609 -121 -1000 -62 -496 74 -793 92 -1005 60 -276 -43 -396 -119 -486 -312 l-29 -63 -166 0 c-122 0 -166 -3 -169 -12 -3 -7 -9 -40 -14 -73 -5 -33 -15 -76 -22 -95 -21 -55 -80 -141 -130 -190 -72 -70 -216 -135 -314 -142 l-40 -3 -5 -100 -5 -100 -45 -6 c-48 -6 -125 -30 -162 -51 -91 -52 -205 -159 -274 -259 -110 -157 -186 -249 -243 -294 -34 -27 -61 -51 -61 -55 0 -4 27 -28 61 -55 57 -45 133 -137 243 -294 69 -100 183 -207 274 -259 37 -21 114 -45 162 -51 l45 -6 5 -100 5 -100 40 -3 c98 -7 242 -72 314 -142 50 -49 109 -135 130 -190 7 -19 17 -62 22 -95 5 -33 11 -66 14 -72 3 -10 47 -13 169 -13 l166 0 29 -63 c33 -70 93 -155 131 -185 38 -30 138 -78 200 -95 239 -70 553 -62 1160 28 364 54 668 42 928 -36 34 -10 70 -23 80 -28 9 -5 37 -19 62 -31 70 -35 146 -96 182 -145 51 -69 65 -69 116 0 36 49 112 110 182 145 25 12 53 26 62 31 99 50 389 99 583 99 93 0 307 -18 425 -35 611 -90 915 -98 1160 -28 164 46 258 126 331 280 l29 63 166 0 c122 0 166 3 169 13 3 6 9 39 14 72 5 33 15 76 22 95 21 55 80 141 130 190 72 70 216 135 314 142 l40 3 5 100 5 100 45 6 c48 6 125 30 162 51 91 52 205 159 274 259 110 157 186 249 243 294 34 27 61 51 61 55 0 3 -29 29 -64 58 -58 46 -130 134 -250 306 -61 87 -179 195 -264 244 -37 21 -114 45 -162 51 l-45 6 -5 100 -5 100 -55 6 c-155 17 -294 104 -380 239 -44 69 -60 109 -71 185 -5 33 -11 66 -14 73 -3 9 -47 12 -169 12 l-165 0 -27 58 c-60 127 -117 190 -217 239 -240 118 -571 123 -1277 18 -124 -18 -334 -35 -435 -35 -192 1 -478 50 -571 98 -11 5 -39 20 -64 32 -70 36 -137 88 -178 138 -36 46 -52 62 -62 62 -3 0 -9 -4 -15 -8z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.video-two__image__inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.video-two__button {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 81px;
    height: 81px;
    background-color: RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.5);
    z-index: 2;
}

@media (max-width: 575px) {
    .video-two__button {
        width: 60px;
        height: 60px;
    }
}

.video-two__button span {
    font-size: 23px;
    color: var(--cleenhearts-brown2);
}

@media (max-width: 575px) {
    .video-two__button span {
        font-size: 18px;
    }
}

.video-two__button:hover {
    background-color: var(--cleenhearts-white, #fff);
}

.video-two__button:hover span {
    color: var(--cleenhearts-brown2);
}

.video-two__button .video-button__ripple::before,
.video-two__button .video-button__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.25);
}

.video-two__dome {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 39px;
    bottom: 0;
    opacity: 0.25;
}

@media (max-width: 1799px) {
    .video-two__dome {
        max-width: 190px;
    }
}

@media (max-width: 1599px) {
    .video-two__dome {
        max-width: 150px;
    }
}

@media (max-width: 1199px) {
    .video-two__dome {
        max-width: 140px;
        left: 20px;
    }
}

@media (max-width: 991px) {
    .video-two__dome {
        max-width: 110px;
    }
}

@media (max-width: 767px) {
    .video-two__dome {
        max-width: 100px;
    }
}

@media (max-width: 575px) {
    .video-two__dome {
        max-width: 90px;
        left: 10px;
    }
}

.video-two__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 62px;
    bottom: 143px;
    animation: zump 2s infinite linear;
}

@media (max-width: 1599px) {
    .video-two__shape {
        right: 50px;
        bottom: 80px;
    }
}

@media (max-width: 1399px) {
    .video-two__shape {
        right: 50px;
        bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .video-two__shape {
        bottom: 30px;
    }
}

@media (max-width: 991px) {
    .video-two__shape {
        right: 30px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .video-two__shape {
        max-width: 115px;
    }
}

@media (max-width: 575px) {
    .video-two__shape {
        max-width: 100px;
    }
}

/*--------------------------------------------------------------
# About Info
--------------------------------------------------------------*/

.about-info {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.about-info__item {
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-radius: 10px;
    transition: all 400ms ease;
}

.about-info__item:hover {
    border-color: var(--cleenhearts-purple, #965995);
}

.about-info__icon {
    margin-top: 29px;
    margin-left: 29px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cleenhearts-white2, #EFECE7);
    width: 74px;
    height: 74px;
    z-index: 1;
    border-radius: 50%;
    transition: transform 400ms ease;
}

@media (max-width: 767px) {
    .about-info__icon {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.about-info__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-purple, #965995);
}

.about-info__icon span {
    font-size: 40px;
    color: var(--cleenhearts-purple, #965995);
    transition: all 400ms ease;
}

.about-info__item:hover .about-info__icon {
    transform: scale(1.1);
}

.about-info__item:hover .about-info__icon::after {
    opacity: 1;
    transform: scale(1);
}

.about-info__item:hover .about-info__icon span {
    color: var(--cleenhearts-white, #fff);
}

.about-info__content {
    margin-top: 15px;
    padding: 6px 29px 28px;
}

@media (max-width: 767px) {
    .about-info__content {
        padding: 6px 24px 23px;
    }
}

.about-info__counter {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
}

.about-info__counter__text {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.66px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.about-info__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: var(--cleenhearts-text, #757277);
    line-height: 26px;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.about-info--home-three {
    padding: 0;
    position: absolute;
    top: -119px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .about-info--home-three {
        position: static;
        padding-bottom: 160px;
    }
}

@media (max-width: 767px) {
    .about-info--home-three {
        padding-bottom: 140px;
    }
}

@media (max-width: 575px) {
    .about-info--home-three {
        padding-bottom: 110px;
    }
}

@media (max-width: 412px) {
    .about-info--home-three {
        padding-bottom: 105px;
    }
}

.about-info--home-three .about-info__icon {
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 1199px) {
    .about-info--home-three .about-info__icon {
        background-color: var(--cleenhearts-white2, #EFECE7);
    }
}

.about-info--home-three .about-info__item {
    border-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 1199px) {
    .about-info--home-three .about-info__item {
        border-color: var(--cleenhearts-border-color, #D7D3CB);
    }

    .about-info--home-three .about-info__item:hover {
        border-color: var(--cleenhearts-purple, #965995);
    }
}

.about-info--home-three .about-info__content {
    padding-top: 21px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    background-image: url(../images/backgrounds/about-info-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
    border-radius: 0 0 10px 10px;
}

.about-info-two__wrapper {
    padding: 22px 27px;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

@media (max-width: 991px) {
    .about-info-two__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.about-info-two__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px 20px 0px 0px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-secondary, #c62b23);
    mix-blend-mode: luminosity;
}

.about-info-two .row {
    position: relative;
    z-index: 1;
    align-items: center;
}

@media (max-width: 991px) {
    .about-info-two__logo {
        text-align: center;
    }
}

.about-info-two__volunteer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.about-info-two .cleenhearts-btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.about-info-two .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-purple, #965995);
}

.about-info-two__social {
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .about-info-two__social {
        justify-content: center;
    }
}

.about-info-three {
    background-color: var(--cleenhearts-white, #fff);
}

.about-info-three__inner {
    position: relative;
    padding: 60px 60px 0;
    background-color: var(--cleenhearts-orange, #E76100);
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .about-info-three__inner {
        padding: 40px 40px 0;
    }
}

@media (max-width: 767px) {
    .about-info-three__inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 375px) {
    .about-info-three__inner {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.about-info-three__inner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.1;
    border-radius: 30px;
}

.about-info-three__inner__top {
    margin-bottom: 37px;
    position: relative;
    z-index: 1;
}

.about-info-three__inner__inner {
    position: relative;
    padding: 30px 30px 21px;
    background-color: var(--cleenhearts-gray2);
    border-radius: 30px 30px 0 0;
    z-index: 1;
}

.about-info-three .sec-title__tagline,
.about-info-three .sec-title__title {
    color: var(--cleenhearts-white, #fff);
}

.about-info-three__image img {
    width: 100%;
    display: block;
    border-radius: 100px 100px 100px 0px;
}

.about-info-three__funfact {
    position: relative;
    text-align: center;
}

.about-info-three__funfact::after {
    content: "";
    width: 1px;
    height: calc(100% - 9px);
    position: absolute;
    top: 0px;
    right: -15px;
    background-color: var(--cleenhearts-white3, #D7D3CB);
}

@media (max-width: 575px) {
    .about-info-three__funfact::after {
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .about-info-three__funfact--2::after {
        opacity: 0;
    }
}

.about-info-three__funfact--4::after {
    opacity: 0;
}

.about-info-three__funfact__icon {
    position: relative;
    margin: 0 auto 13px;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: 1;
}

.about-info-three__funfact__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-orange, #E76100);
}

.about-info-three__funfact__icon span {
    font-size: 40px;
    color: var(--cleenhearts-orange, #E76100);
}

.about-info-three__funfact:hover .about-info-three__funfact__icon::after {
    opacity: 1;
    transform: scale(1);
}

.about-info-three__funfact:hover .about-info-three__funfact__icon span {
    color: var(--cleenhearts-white, #fff);
}

.about-info-three__funfact__title {
    margin: 0;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    text-transform: capitalize;
}

.about-info-three__funfact__text {
    margin: 0;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/

.service-one {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
    padding-bottom: 115px;
    counter-reset: count;
}

@media (max-width: 767px) {
    .service-one {
        padding-bottom: 75px;
    }
}

.service-one__top {
    margin-bottom: 53px;
}

.service-one .sec-title {
    width: 100%;
    max-width: 570px;
    margin-bottom: 0;
}

.service-one__text {
    width: 100%;
    max-width: 371px;
    margin-left: auto;
}

@media (max-width: 1199px) {
    .service-one__text {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .service-one__text {
        margin-left: 0;
    }
}

.service-one__text__inner {
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -5px;
}

@media (max-width: 500px) {
    .service-one__row {
        --bs-gutter-y: 15px;
    }
}

.service-one__content {
    position: relative;
    display: block;
}

@media (max-width: 991px) {
    .service-one__content--left .service-one__content__inner:last-child .service-one__item {
        border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) and (max-width: 500px) {
    .service-one__content--left .service-one__content__inner:last-child .service-one__item {
        padding-bottom: 15px;
    }
}

.service-one__content__inner {
    position: relative;
    display: block;
    counter-increment: count;
}

.service-one__content__inner:not(:last-child) .service-one__item {
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.service-one__content__inner:not(:last-child) .service-one__item:hover {
    border-color: var(--cleenhearts-purple, #965995);
}

.service-one__content__inner:first-child .service-one__item {
    padding-top: 0;
}

.service-one__content__inner:last-child .service-one__item {
    padding-bottom: 0;
}

.service-one__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 0;
    transition: all 400ms ease;
}

@media (max-width: 500px) {
    .service-one__item {
        padding: 15px 0;
    }
}

.service-one__item__box {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 50%;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
    z-index: 1;
}

@media (max-width: 767px) {
    .service-one__item__box {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 500px) {
    .service-one__item__box {
        width: 150px;
        height: 150px;
    }
}

.service-one__item__box__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 400ms ease-out;
}

.service-one__left {
    display: flex;
    align-items: center;
}

.service-one__number {
    margin: 0;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.9px;
    display: block;
    min-width: 61px;
    min-height: 25px;
    color: RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 1);
    text-shadow: 1px 1px 0 var(--cleenhearts-white3, #D7D3CB), -1px -1px 0 var(--cleenhearts-white3, #D7D3CB), 1px -1px 0 var(--cleenhearts-white3, #D7D3CB), -1px 1px 0 var(--cleenhearts-white3, #D7D3CB), 1px 1px 0 var(--cleenhearts-white3, #D7D3CB);
    transition: all 400ms ease;
}

.service-one__number::before {
    content: counters(count, ".", decimal-leading-zero);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1199px) {
    .service-one__number {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .service-one__number {
        font-size: 20px;
        min-width: 41px;
    }
}

.service-one__item:hover .service-one__number {
    text-shadow: 1px 1px 0 var(--cleenhearts-purple, #965995), -1px -1px 0 var(--cleenhearts-purple, #965995), 1px -1px 0 var(--cleenhearts-purple, #965995), -1px 1px 0 var(--cleenhearts-purple, #965995), 1px 1px 0 var(--cleenhearts-purple, #965995);
}

.service-one__title {
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: all 400ms ease;
}

@media (max-width: 1199px) {
    .service-one__title {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .service-one__title {
        font-size: 20px;
    }
}

.service-one__item:hover .service-one__title {
    color: var(--cleenhearts-purple, #965995);
}

.service-one__right a {
    font-size: 30px;
    color: var(--cleenhearts-white3, #D7D3CB);
    transition: all 400ms ease;
}

@media (max-width: 500px) {
    .service-one__right a {
        font-size: 20px;
    }
}

.service-one__right a span {
    color: inherit;
}

.service-one__item:hover .service-one__right a {
    color: var(--cleenhearts-black, #000000);
}

.service-two {
    background-color: var(--cleenhearts-white, #fff);
}

.service-two .container {
    max-width: 1260px;
}

.service-two__inner {
    position: relative;
    padding: 60px;
    background-color: var(--cleenhearts-gray2);
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .service-two__inner {
        padding: 50px 40px;
    }
}

@media (max-width: 430px) {
    .service-two__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.service-two__inner .row {
    --bs-gutter-x: 40px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .service-two__inner .row {
        --bs-gutter-x: 60px;
    }
}

@media (min-width: 1400px) {
    .service-two__inner .row {
        --bs-gutter-x: 90px;
    }
}

.service-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.17;
}

.service-two__item {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .service-two__item {
        text-align: center;
    }
}

.service-two__icon {
    margin-bottom: 23px;
    position: relative;
    width: 114px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: 1;
}

@media (max-width: 991px) {
    .service-two__icon {
        margin-left: auto;
        margin-right: auto;
    }
}

.service-two__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-orange, #E76100);
}

.service-two__icon span {
    font-size: 60px;
    color: var(--cleenhearts-orange, #E76100);
}

.service-two__item:hover .service-two__icon::after {
    opacity: 1;
    transform: scale(1);
}

.service-two__item:hover .service-two__icon span {
    color: var(--cleenhearts-white, #fff);
}

.service-two__title {
    margin-bottom: 10px;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .service-two__title {
        font-size: 21px;
    }
}

.service-two__title:hover {
    color: var(--cleenhearts-orange, #E76100);
}

.service-two__title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    color: inherit;
}

.service-two__title a:hover {
    background-size: 100% 1px;
}

.service-two__text {
    text-transform: capitalize;
    margin-bottom: 31px;
}

.service-two__btn {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 50%;
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .service-two__btn {
        margin-left: auto;
        margin-right: auto;
    }
}

.service-two__btn span {
    font-size: 26px;
    color: var(--cleenhearts-orange, #E76100);
    transition: all 500ms ease;
}

.service-two__btn:hover {
    background-color: var(--cleenhearts-orange, #E76100);
}

.service-two__btn:hover span {
    color: var(--cleenhearts-white, #fff);
    transform: rotate(46deg);
}

.service-three {
    background-color: var(--cleenhearts-white, #fff);
}

.service-three__top {
    margin-bottom: 42px;
}

.service-three__image img {
    width: 100%;
    display: block;
    border-radius: 183px;
}

.service-three__item {
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 26px;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 991px) {
    .service-three__item {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .service-three__item {
        flex-direction: row;
        text-align: left;
    }
}

@media (max-width: 430px) {
    .service-three__item {
        flex-direction: column;
        text-align: center;
    }
}

.service-three__item--1,
.service-three__item--2 {
    padding-top: 33px;
    border-top: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 767px) {
    .service-three__item--2 {
        padding-top: 0;
        border-top: 0;
    }
}

.service-three__icon {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--cleenhearts-gray2);
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: 1;
}

.service-three__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-orange, #E76100);
}

.service-three__icon span {
    font-size: 40px;
    color: var(--cleenhearts-orange, #E76100);
    transition: all 500ms ease;
}

.service-three__item:hover .service-three__icon::after {
    opacity: 1;
    transform: scale(1);
}

.service-three__item:hover .service-three__icon span {
    color: var(--cleenhearts-white, #fff);
}

.service-three__title {
    margin-bottom: 12px;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .service-three__title {
        font-size: 25px;
    }
}

.service-three__text {
    margin: 0;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Worship
--------------------------------------------------------------*/

.worship-one {
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 575px) {
    .worship-one {
        padding-right: 9px;
    }
}

.worship-one__grid {
    --bs-gutter-x: 112px;
    --bs-gutter-: 50px;
}

@media (max-width: 1199px) {
    .worship-one__grid {
        --bs-gutter-x: 45px;
        --bs-gutter-y: 37px;
    }
}

@media (max-width: 991px) {
    .worship-one__grid {
        --bs-gutter-x: 35px;
        --bs-gutter-y: 27px;
    }
}

.worship-one__col {
    flex: 0 0 auto;
    width: 20%;
}

@media (max-width: 991px) {
    .worship-one__col {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .worship-one__col {
        width: 33.3333333333%;
    }
}

@media (max-width: 530px) {
    .worship-one__col {
        width: 50%;
    }
}

@media (max-width: 390px) {
    .worship-one__col {
        width: 100%;
    }
}

.worship-one__item {
    position: relative;
    padding: 39px 20px 31px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.worship-one__item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 9px;
    background-image: url(../images/shapes/worship-border-1-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    z-index: 1;
    transition: all 500ms ease;
}

.worship-one__item:hover::after {
    left: 0;
}

.worship-one__icon {
    display: inline-block;
    font-size: 70px;
    color: var(--cleenhearts-bramble);
}

.worship-one__title {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Prayer Time
--------------------------------------------------------------*/

.prayer-time {
    position: relative;
    margin-top: -159px;
    z-index: 1;
}

.prayer-time__inner {
    position: relative;
    padding: 33px 40px 35px 298px;
    background-color: var(--cleenhearts-brown);
    border-radius: 100px 100px 0px 0px;
}

@media (max-width: 767px) {
    .prayer-time__inner {
        padding-left: 40px;
    }
}

@media (max-width: 575px) {
    .prayer-time__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.prayer-time__grid {
    --bs-gutter-x: 53px;
    --bs-gutter-y: 26.5px;
}

.prayer-time__image {
    width: 100%;
    max-width: 206px;
    height: 94px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .prayer-time__image {
        display: none;
    }
}

.prayer-time__image__box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--cleenhearts-white, #fff);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 618.000000 282.000000"><g transform="translate(0.000000,282.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M3002 2724 c-34 -35 -68 -64 -76 -64 -7 0 -19 -7 -26 -15 -7 -8 -22 -15 -34 -15 -12 0 -26 -4 -31 -9 -6 -6 -44 -18 -85 -27 -96 -23 -451 -32 -520 -13 -25 6 -81 15 -125 19 -44 5 -109 14 -145 20 -37 7 -161 12 -285 13 -203 0 -225 -2 -285 -22 -97 -33 -145 -66 -190 -126 -22 -30 -40 -58 -40 -63 0 -5 -7 -23 -15 -39 -10 -20 -16 -62 -16 -119 -1 -96 -8 -114 -46 -114 -38 0 -185 -75 -251 -128 -33 -26 -77 -68 -97 -92 -47 -57 -69 -69 -116 -63 -47 7 -164 -14 -204 -36 -37 -20 -103 -68 -130 -96 -28 -27 -85 -101 -85 -110 0 -13 -88 -120 -139 -170 -28 -27 -51 -55 -51 -61 0 -6 15 -22 32 -34 33 -22 119 -120 127 -143 8 -24 96 -133 140 -175 25 -23 64 -53 87 -65 46 -27 175 -52 226 -45 45 7 70 -6 110 -59 67 -90 277 -223 352 -223 36 0 44 -18 45 -112 1 -80 11 -126 42 -178 5 -8 13 -24 18 -35 13 -29 70 -79 116 -102 95 -48 148 -56 375 -56 213 0 227 1 526 49 137 21 399 19 510 -5 150 -33 215 -64 297 -141 36 -33 67 -60 70 -60 3 0 32 27 65 60 33 33 71 64 84 70 12 5 30 14 38 19 22 12 76 30 145 48 81 21 449 30 514 12 25 -6 82 -15 126 -19 44 -5 109 -14 145 -20 37 -7 161 -12 285 -13 203 0 225 2 284 22 118 41 150 64 209 148 12 18 22 36 22 41 0 5 7 23 15 39 10 20 16 62 16 119 1 96 9 114 45 114 72 0 287 136 352 223 40 53 65 66 111 59 44 -6 167 16 206 37 37 20 103 69 130 96 28 27 85 101 85 110 0 13 88 120 139 170 28 27 51 55 51 61 0 6 -15 22 -32 34 -33 22 -119 120 -127 143 -7 21 -93 131 -130 166 -69 65 -131 97 -213 111 -43 7 -92 10 -111 7 -41 -6 -65 7 -111 61 -85 102 -238 201 -341 219 -49 9 -53 17 -54 112 0 83 -11 128 -42 181 -5 8 -13 24 -18 36 -12 26 -79 84 -123 105 -90 44 -146 52 -363 52 -206 0 -281 -6 -535 -49 -130 -21 -395 -19 -506 5 -150 33 -215 64 -297 141 -36 33 -68 59 -73 59 -5 -1 -37 -30 -72 -65z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 618.000000 282.000000"><g transform="translate(0.000000,282.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M3002 2724 c-34 -35 -68 -64 -76 -64 -7 0 -19 -7 -26 -15 -7 -8 -22 -15 -34 -15 -12 0 -26 -4 -31 -9 -6 -6 -44 -18 -85 -27 -96 -23 -451 -32 -520 -13 -25 6 -81 15 -125 19 -44 5 -109 14 -145 20 -37 7 -161 12 -285 13 -203 0 -225 -2 -285 -22 -97 -33 -145 -66 -190 -126 -22 -30 -40 -58 -40 -63 0 -5 -7 -23 -15 -39 -10 -20 -16 -62 -16 -119 -1 -96 -8 -114 -46 -114 -38 0 -185 -75 -251 -128 -33 -26 -77 -68 -97 -92 -47 -57 -69 -69 -116 -63 -47 7 -164 -14 -204 -36 -37 -20 -103 -68 -130 -96 -28 -27 -85 -101 -85 -110 0 -13 -88 -120 -139 -170 -28 -27 -51 -55 -51 -61 0 -6 15 -22 32 -34 33 -22 119 -120 127 -143 8 -24 96 -133 140 -175 25 -23 64 -53 87 -65 46 -27 175 -52 226 -45 45 7 70 -6 110 -59 67 -90 277 -223 352 -223 36 0 44 -18 45 -112 1 -80 11 -126 42 -178 5 -8 13 -24 18 -35 13 -29 70 -79 116 -102 95 -48 148 -56 375 -56 213 0 227 1 526 49 137 21 399 19 510 -5 150 -33 215 -64 297 -141 36 -33 67 -60 70 -60 3 0 32 27 65 60 33 33 71 64 84 70 12 5 30 14 38 19 22 12 76 30 145 48 81 21 449 30 514 12 25 -6 82 -15 126 -19 44 -5 109 -14 145 -20 37 -7 161 -12 285 -13 203 0 225 2 284 22 118 41 150 64 209 148 12 18 22 36 22 41 0 5 7 23 15 39 10 20 16 62 16 119 1 96 9 114 45 114 72 0 287 136 352 223 40 53 65 66 111 59 44 -6 167 16 206 37 37 20 103 69 130 96 28 27 85 101 85 110 0 13 88 120 139 170 28 27 51 55 51 61 0 6 -15 22 -32 34 -33 22 -119 120 -127 143 -7 21 -93 131 -130 166 -69 65 -131 97 -213 111 -43 7 -92 10 -111 7 -41 -6 -65 7 -111 61 -85 102 -238 201 -341 219 -49 9 -53 17 -54 112 0 83 -11 128 -42 181 -5 8 -13 24 -18 36 -12 26 -79 84 -123 105 -90 44 -146 52 -363 52 -206 0 -281 -6 -535 -49 -130 -21 -395 -19 -506 5 -150 33 -215 64 -297 141 -36 33 -68 59 -73 59 -5 -1 -37 -30 -72 -65z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.prayer-time__image__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 618.000000 282.000000"><g transform="translate(0.000000,282.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M3002 2724 c-34 -35 -68 -64 -76 -64 -7 0 -19 -7 -26 -15 -7 -8 -22 -15 -34 -15 -12 0 -26 -4 -31 -9 -6 -6 -44 -18 -85 -27 -96 -23 -451 -32 -520 -13 -25 6 -81 15 -125 19 -44 5 -109 14 -145 20 -37 7 -161 12 -285 13 -203 0 -225 -2 -285 -22 -97 -33 -145 -66 -190 -126 -22 -30 -40 -58 -40 -63 0 -5 -7 -23 -15 -39 -10 -20 -16 -62 -16 -119 -1 -96 -8 -114 -46 -114 -38 0 -185 -75 -251 -128 -33 -26 -77 -68 -97 -92 -47 -57 -69 -69 -116 -63 -47 7 -164 -14 -204 -36 -37 -20 -103 -68 -130 -96 -28 -27 -85 -101 -85 -110 0 -13 -88 -120 -139 -170 -28 -27 -51 -55 -51 -61 0 -6 15 -22 32 -34 33 -22 119 -120 127 -143 8 -24 96 -133 140 -175 25 -23 64 -53 87 -65 46 -27 175 -52 226 -45 45 7 70 -6 110 -59 67 -90 277 -223 352 -223 36 0 44 -18 45 -112 1 -80 11 -126 42 -178 5 -8 13 -24 18 -35 13 -29 70 -79 116 -102 95 -48 148 -56 375 -56 213 0 227 1 526 49 137 21 399 19 510 -5 150 -33 215 -64 297 -141 36 -33 67 -60 70 -60 3 0 32 27 65 60 33 33 71 64 84 70 12 5 30 14 38 19 22 12 76 30 145 48 81 21 449 30 514 12 25 -6 82 -15 126 -19 44 -5 109 -14 145 -20 37 -7 161 -12 285 -13 203 0 225 2 284 22 118 41 150 64 209 148 12 18 22 36 22 41 0 5 7 23 15 39 10 20 16 62 16 119 1 96 9 114 45 114 72 0 287 136 352 223 40 53 65 66 111 59 44 -6 167 16 206 37 37 20 103 69 130 96 28 27 85 101 85 110 0 13 88 120 139 170 28 27 51 55 51 61 0 6 -15 22 -32 34 -33 22 -119 120 -127 143 -7 21 -93 131 -130 166 -69 65 -131 97 -213 111 -43 7 -92 10 -111 7 -41 -6 -65 7 -111 61 -85 102 -238 201 -341 219 -49 9 -53 17 -54 112 0 83 -11 128 -42 181 -5 8 -13 24 -18 36 -12 26 -79 84 -123 105 -90 44 -146 52 -363 52 -206 0 -281 -6 -535 -49 -130 -21 -395 -19 -506 5 -150 33 -215 64 -297 141 -36 33 -68 59 -73 59 -5 -1 -37 -30 -72 -65z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 618.000000 282.000000"><g transform="translate(0.000000,282.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M3002 2724 c-34 -35 -68 -64 -76 -64 -7 0 -19 -7 -26 -15 -7 -8 -22 -15 -34 -15 -12 0 -26 -4 -31 -9 -6 -6 -44 -18 -85 -27 -96 -23 -451 -32 -520 -13 -25 6 -81 15 -125 19 -44 5 -109 14 -145 20 -37 7 -161 12 -285 13 -203 0 -225 -2 -285 -22 -97 -33 -145 -66 -190 -126 -22 -30 -40 -58 -40 -63 0 -5 -7 -23 -15 -39 -10 -20 -16 -62 -16 -119 -1 -96 -8 -114 -46 -114 -38 0 -185 -75 -251 -128 -33 -26 -77 -68 -97 -92 -47 -57 -69 -69 -116 -63 -47 7 -164 -14 -204 -36 -37 -20 -103 -68 -130 -96 -28 -27 -85 -101 -85 -110 0 -13 -88 -120 -139 -170 -28 -27 -51 -55 -51 -61 0 -6 15 -22 32 -34 33 -22 119 -120 127 -143 8 -24 96 -133 140 -175 25 -23 64 -53 87 -65 46 -27 175 -52 226 -45 45 7 70 -6 110 -59 67 -90 277 -223 352 -223 36 0 44 -18 45 -112 1 -80 11 -126 42 -178 5 -8 13 -24 18 -35 13 -29 70 -79 116 -102 95 -48 148 -56 375 -56 213 0 227 1 526 49 137 21 399 19 510 -5 150 -33 215 -64 297 -141 36 -33 67 -60 70 -60 3 0 32 27 65 60 33 33 71 64 84 70 12 5 30 14 38 19 22 12 76 30 145 48 81 21 449 30 514 12 25 -6 82 -15 126 -19 44 -5 109 -14 145 -20 37 -7 161 -12 285 -13 203 0 225 2 284 22 118 41 150 64 209 148 12 18 22 36 22 41 0 5 7 23 15 39 10 20 16 62 16 119 1 96 9 114 45 114 72 0 287 136 352 223 40 53 65 66 111 59 44 -6 167 16 206 37 37 20 103 69 130 96 28 27 85 101 85 110 0 13 88 120 139 170 28 27 51 55 51 61 0 6 -15 22 -32 34 -33 22 -119 120 -127 143 -7 21 -93 131 -130 166 -69 65 -131 97 -213 111 -43 7 -92 10 -111 7 -41 -6 -65 7 -111 61 -85 102 -238 201 -341 219 -49 9 -53 17 -54 112 0 83 -11 128 -42 181 -5 8 -13 24 -18 36 -12 26 -79 84 -123 105 -90 44 -146 52 -363 52 -206 0 -281 -6 -535 -49 -130 -21 -395 -19 -506 5 -150 33 -215 64 -297 141 -36 33 -68 59 -73 59 -5 -1 -37 -30 -72 -65z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
    z-index: 1;
}

.prayer-time__image__inner img {
    width: 100%;
    display: block;
}

.prayer-time__col {
    width: 20%;
}

@media (max-width: 1199px) {
    .prayer-time__col {
        width: 33.3333333333%;
    }
}

@media (max-width: 991px) {
    .prayer-time__col {
        width: 50%;
    }
}

@media (max-width: 430px) {
    .prayer-time__col {
        width: 100%;
    }
}

.prayer-time__col:not(:last-child) .prayer-time__box::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(var(--cleenhearts-base-rgb), 0.15);
    position: absolute;
    top: 50%;
    right: -26.5px;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .prayer-time__col:nth-child(3) .prayer-time__box::after {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    .prayer-time__col:nth-child(3) .prayer-time__box::after {
        visibility: visible;
    }
}

@media (max-width: 430px) {
    .prayer-time__col:nth-child(3) .prayer-time__box::after {
        visibility: hidden;
    }
}

@media (max-width: 991px) {

    .prayer-time__col:nth-child(2) .prayer-time__box::after,
    .prayer-time__col:nth-child(4) .prayer-time__box::after {
        visibility: hidden;
    }
}

@media (max-width: 430px) {
    .prayer-time__col:nth-child(1) .prayer-time__box::after {
        visibility: hidden;
    }
}

.prayer-time__box {
    position: relative;
    text-align: center;
}

.prayer-time__title {
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    text-transform: capitalize;
}

.prayer-time__text {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.prayer-time__text li+li {
    margin-top: 10px;
}

.prayer-time__text li {
    font-size: 16px;
    color: var(--cleenhearts-base);
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
}

.prayer-time__text li span {
    color: inherit;
}

/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/

.support-one {
    position: relative;
    z-index: 1;
}

.support-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-white2, #EFECE7);
    z-index: 1;
}

.support-one .container {
    position: relative;
    z-index: 11;
}

.support-one .sec-title {
    width: 100%;
    max-width: 537px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.support-one .sec-title__tagline {
    margin-left: auto;
    margin-right: auto;
}

.support-one .sec-title__title {
    text-transform: none;
}

.support-one__shape__one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: slowXmove 6s ease infinite;
}

@media (max-width: 1399px) {
    .support-one__shape__one {
        width: 300px;
    }
}

@media (max-width: 1199px) {
    .support-one__shape__one {
        width: 220px;
    }
}

@media (max-width: 991px) {
    .support-one__shape__one {
        width: 210px;
    }
}

@media (max-width: 767px) {
    .support-one__shape__one {
        display: none;
    }
}

.support-one__shape__two {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: -1;
    animation: slowXmove 6s ease infinite;
}

@media (max-width: 1799px) {
    .support-one__shape__two {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .support-one__shape__two {
        display: none;
    }
}

.support-card {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 100%;
}

@media (max-width: 575px) {
    .support-card {
        flex-direction: column;
        height: auto;
    }

    .support-card--direction .support-card__image {
        order: 0;
    }

    .support-card--direction .support-card__content {
        order: 1;
    }
}

.support-card__image {
    width: 50%;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 575px) {
    .support-card__image {
        width: 100%;
        height: auto;
    }
}

.support-card__image::after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0) 0%, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.2) 100%);
    background: linear-gradient(to right, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0) 0%, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.support-card__image img {
    width: 100%;
    display: block;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    transition: all 500ms ease;
}

.support-card:hover .support-card__image::after {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.support-card:hover .support-card__image img {
    transform: scale(1.1);
}

.support-card__content {
    width: 50%;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 20px;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 575px) {
    .support-card__content {
        width: 100%;
        min-height: 270px;
    }
}

.support-card__content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--cleenhearts-base, #2e2e2e);
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 100%;
    border-radius: 20px;
    transition: all 400ms ease;
}

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

.support-card:hover .support-card__content::after {
    top: 0%;
    left: 0%;
}

.support-card__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 24px;
    line-height: 1.25;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.support-card:hover .support-card__title {
    color: var(--cleenhearts-white, #fff);
}

.support-card__collected {
    display: inline-block;
    padding: 10px;
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white2, #EFECE7);
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
}

.support-card:hover .support-card__collected {
    color: var(--cleenhearts-base, #2e2e2e);
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.support-one--pricing .support-card__content {
    background-color: var(--cleenhearts-white, #fff);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-one__top {
    margin-bottom: 65px;
}

.gallery-one__top .owl-stage-outer {
    border-radius: 20px;
}

.gallery-one__top__image {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 465px;
    width: 100%;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 500px) {
    .gallery-one__top__image {
        height: 380px;
    }
}

.active .gallery-one__top__image {
    transform: scale(1.2);
}

.gallery-one__top .owl-nav {
    margin-top: 0;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 70px);
}

.gallery-one__top .owl-nav::before,
.gallery-one__top .owl-nav::after {
    display: none;
}

@media (max-width: 767px) {
    .gallery-one__top .owl-nav {
        width: calc(100% - 40px);
    }
}

@media (max-width: 500px) {
    .gallery-one__top .owl-nav {
        width: calc(100% - 20px);
    }
}

@media (min-width: 992px) {
    .gallery-one__carousel .owl-nav {
        display: none;
    }
}

.gallery-one__filter__list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.gallery-one__filter__list li+li span {
    border-left: 1px solid var(--cleenhearts-secondary, #c62b23);
}

.gallery-one__filter__list li {
    cursor: pointer;
}

.gallery-one__filter__list li span {
    display: block;
    font-size: 16px;
    background-color: var(--cleenhearts-base, #2e2e2e);
    color: var(--cleenhearts-white, #fff);
    transition: all 500ms ease;
    text-transform: capitalize;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 1.2em;
}

.gallery-one__filter__list li.active span,
.gallery-one__filter__list li:hover span {
    background-color: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
}

.gallery-one__card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-one__card img {
    display: block;
    width: 100%;
    transition: transform 500ms ease, opacity 500ms ease;
    opacity: 1;
    border-radius: 20px;
}

.gallery-one__card__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--cleenhearts-base-rgb, 53, 28, 66), 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    border-radius: 20px;
}

.gallery-one__card__hover .img-popup {
    position: relative;
}

.gallery-one__card:hover img {
    transform: scale(1.05);
}

.gallery-one__card:hover .gallery-one__card__hover {
    transform-origin: top center;
    transform: scale(1, 1);
}

.gallery-one__card__icon {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
}

.gallery-one__card__icon::after,
.gallery-one__card__icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--cleenhearts-white, #fff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

.gallery-one__card__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    transform-origin: right center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cleenhearts-dark, #24102F);
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.sidebar-one__content {
    width: 360px;
    background-color: var(--cleenhearts-dark, #24102F);
    z-index: 10;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    /* hide scrollbar but allow scrolling */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.sidebar-one__content::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: var(--cleenhearts-white, #fff);
    cursor: pointer;
}

.sidebar-one__close:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.sidebar-one__item:not(:last-child) {
    margin-bottom: 40px;
}

.sidebar-one__title {
    font-size: 20px;
    color: var(--cleenhearts-white, #fff);
    line-height: 1.5;
    margin-bottom: 15px;
}

.sidebar-one__about__text {
    color: var(--cleenhearts-white2, #EFECE7);
    text-transform: capitalize;
    margin-bottom: 0;
}

.sidebar-one__information__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-one__information__list li {
    display: flex;
    align-items: flex-start;
}

.sidebar-one__information__list li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-one__information__icon {
    position: relative;
    top: 7px;
    font-size: 16px;
    color: var(--cleenhearts-secondary, #c62b23);
    margin-right: 10px;
    line-height: normal;
}

.sidebar-one__information__icon.icon-envelope {
    top: 9px;
    font-size: 14px;
}

.email {
    display: flex;
    flex-direction: column;
}

.sidebar-one__information__address {
    margin-bottom: 0;
}

.sidebar-one__information__text {
    color: var(--cleenhearts-white2, #EFECE7);
    font-size: 17px;
    margin-bottom: 0;
}

.sidebar-one__information__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar-one__information__text a:hover {
    background-size: 100% 1px;
}

.sidebar-one__information__text a:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.sidebar-one__socila a {
    color: var(--cleenhearts-white, #fff);
}

.sidebar-one__socila a:hover {
    color: var(--cleenhearts-secondary, #c62b23);
}

.sidebar-one__socila a+a::after {
    background-color: var(--cleenhearts-border-color2, #414141);
}

.sidebar-one__newsletter__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-one__newsletter__input {
    padding: 0;
    border: none;
    outline: none;
    color: var(--cleenhearts-white, #fff) !important;
    width: calc(100% - 50px);
    height: 50px;
    padding-left: 15px;
    padding-right: 10px;
    background-color: rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.08);
}

.sidebar-one__newsletter__input::placeholder {
    color: var(--cleenhearts-white3, #D7D3CB) !important;
}

.sidebar-one__newsletter__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    width: 50px;
    height: 50px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    transition: all 400ms ease;
}

.sidebar-one__newsletter__btn:hover {
    background-color: var(--cleenhearts-purple, #965995);
}

.sidebar-one__newsletter__btn:hover i {
    color: var(--cleenhearts-white, #fff);
}

.sidebar-one__newsletter__btn i {
    position: relative;
    top: 0px;
    font-size: 20px;
    color: var(--cleenhearts-base, #2e2e2e);
    transition: all 400ms ease;
}

.sidebar__single {
    border-radius: 20px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    padding: 30px;
}

@media (max-width: 1199px) {
    .sidebar__single {
        padding: 30px 25px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    text-transform: capitalize;
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    margin-top: -5px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .sidebar__title {
        font-size: 22px;
    }
}

.sidebar__form__title {
    margin-bottom: 19px;
}

.sidebar__search {
    display: flex;
    align-items: center;
    position: relative;
    height: 59px;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    border: 0;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: var(--cleenhearts-white, #fff);
    transition: all 500ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
    border-color: var(--cleenhearts-purple, #965995);
}

.sidebar__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: auto;
    font-size: 20px;
    color: var(--cleenhearts-purple, #965995);
    z-index: 11;
}

.sidebar__posts {
    margin-bottom: 0;
}

.sidebar__posts__item {
    display: flex;
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 29px;
}

.sidebar__posts__image {
    width: 80px;
    flex-shrink: 0;
    margin-right: 16px;
}

.sidebar__posts__image img {
    border-radius: 6px;
}

.sidebar__posts__content {
    position: relative;
    top: -1px;
    width: calc(100% - 80px);
}

.sidebar__posts__meta {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.sidebar__posts__meta a {
    display: inline-flex;
    align-items: center;
    color: var(--cleenhearts-gray, #888888);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.142;
    transition: all 500ms ease;
}

.sidebar__posts__meta a:hover {
    color: var(--cleenhearts-base, #2e2e2e);
    text-shadow: 0 0 1px currentColor;
}

.sidebar__posts__meta a span {
    font-size: 20px;
    color: var(--cleenhearts-purple, #965995);
    margin-right: 10px;
}

.sidebar__posts__title {
    margin: 0;
    text-transform: capitalize;
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.555;
}

@media (max-width: 1199px) {
    .sidebar__posts__title {
        font-size: 15px;
    }
}

@media (max-width: 359px) {
    .sidebar__posts__title {
        font-size: 14px;
    }
}

.sidebar__posts__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
    background-size: 100% 1px;
}

.sidebar__categories {
    margin-top: -13px;
    margin-bottom: -12px;
}

.sidebar__categories li:not(:last-child) {
    margin-bottom: 6.5px;
}

.sidebar__categories li a {
    position: relative;
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 500ms ease;
    padding: 12px 0;
    z-index: 1;
}

.sidebar__categories li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--cleenhearts-secondary, #c62b23);
    border-radius: 6px;
    transition: all 500ms ease;
}

.sidebar__categories li a span {
    color: inherit;
}

.sidebar__categories li a span:last-child {
    font-weight: 400;
}

.sidebar__categories li a:hover {
    padding: 12px 12px;
    color: var(--cleenhearts-dark, #24102F);
    text-shadow: 0 0 1px currentColor;
}

.sidebar__categories li a:hover::after {
    left: 0;
    width: 100%;
}

.sidebar__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sidebar__tags a {
    background-color: var(--cleenhearts-white3, #D7D3CB);
    font-size: 14px;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1;
    transition: all 500ms ease;
    display: inline-flex;
    padding: 6px 10.5px;
    border-radius: 100px;
}

.sidebar__tags a:hover {
    color: var(--cleenhearts-base, #2e2e2e);
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.sidebar__comments {
    margin-top: -2px;
    margin-bottom: 0px;
}

.sidebar__comments li {
    display: flex;
    align-items: center;
}

.sidebar__comments li:not(:last-of-type) {
    margin-bottom: 31px;
}

.sidebar__comments__icon {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cleenhearts-white, #fff);
    font-size: 22px;
    color: var(--cleenhearts-purple, #965995);
    margin-right: 30px;
    border-radius: 50%;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .sidebar__comments__icon {
        margin-right: 20px;
    }
}

.sidebar__comments__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

li:hover .sidebar__comments__icon {
    color: var(--cleenhearts-base, #2e2e2e);
}

li:hover .sidebar__comments__icon::after {
    transform: scale(1);
    opacity: 1;
}

.sidebar__comments__title {
    margin: 0;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    line-height: 1.562;
    font-weight: 400;
    color: var(--cleenhearts-text, #757277);
    text-transform: capitalize;
    transition: all 500ms ease;
}

.sidebar__comments__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__comments__title a:hover {
    background-size: 100% 1px;
}

.sidebar__comments__title a:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-one,
.blog-two {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.blog-one__carousel,
.blog-two__carousel {
    position: relative;
}

.blog-one__carousel .owl-dots,
.blog-two__carousel .owl-dots {
    display: flex !important;
    margin-top: 0 !important;
    position: absolute;
    top: -128px;
    right: 0;
    z-index: 1;
}

@media (max-width: 767px) {

    .blog-one__carousel .owl-dots,
    .blog-two__carousel .owl-dots {
        position: static;
        margin-top: 5px !important;
        gap: 10px !important;
    }

    /* .dropdown-content {
        margin-left: 1rem !important;
    } */
}

.blog-one--page .blog-two__carousel,
.blog-two--page .blog-two__carousel {
    position: relative;
}

.blog-one--page .blog-two__carousel .owl-dots,
.blog-two--page .blog-two__carousel .owl-dots {
    position: static;
    margin-top: 60px !important;
}

.blog-three .sec-title {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.blog-four__top {
    margin-bottom: 43px;
}

.blog-four__custome-navs {
    position: relative;
    top: 11px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

@media (max-width: 991px) {
    .blog-four__custome-navs {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .blog-four__custome-navs {
        top: 0;
        justify-content: flex-start;
    }
}

.blog-four__custome-navs button {
    border: 0;
    outline: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: transparent;
    font-size: 22px;
    color: var(--cleenhearts-brown);
    border-radius: 50%;
    border: 1px solid rgba(var(--cleenhearts-base-rgb), 0.1);
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .blog-four__custome-navs button {
        font-size: 16px;
        width: 50px;
        height: 50px;
    }
}

.blog-four__custome-navs button:hover {
    background-color: var(--cleenhearts-orange, #E76100);
    color: var(--cleenhearts-white, #fff);
    border-color: var(--cleenhearts-orange, #E76100);
}

.blog-five {
    background-color: var(--cleenhearts-gray4);
}

.blog-five__top {
    margin-bottom: 59px;
}

.blog-five .sec-title {
    margin: 0;
}

@media (max-width: 991px) {
    .blog-five .sec-title {
        text-align: center;
    }

    .blog-five .sec-title .sec-title__tagline {
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
    }

    .blog-five .sec-title .sec-title__tagline::before {
        left: 0;
    }

    .blog-five .sec-title .sec-title__tagline::after {
        left: 5.5px;
    }
}

@media (min-width: 992px) {
    .blog-five__carousel.owl-carousel .owl-dots {
        margin-top: 0 !important;
        position: absolute;
        top: -152px;
        right: 0;
    }
}

.blog-five__carousel.owl-carousel .owl-dots .owl-dot::after {
    border: 2px solid var(--cleenhearts-brown2);
}

.blog-five__carousel.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--cleenhearts-brown2);
}

.blog-five__carousel.owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--cleenhearts-brown2);
}

.blog-five__card {
    position: relative;
    min-height: 438px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 20px;
}

.blog-five__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(90, 32, 5, 0) 0%, #5A2005 100%);
    border-radius: 20px;
}

.blog-five__card__date {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--cleenhearts-white, #fff);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 16px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base);
    padding: 0 10px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 42px;
    text-transform: uppercase;
    font-weight: 700;
    flex-direction: column;
    gap: 3px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .blog-five__card__date {
        left: 20px;
    }
}

.blog-five__card__date span {
    font-size: 16px;
}

.blog-five__card__content {
    width: calc(100% - 34px);
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 1;
}

.blog-five__card__title {
    margin-bottom: 29px;
    font-size: 24px;
    color: var(--cleenhearts-white, #fff);
    line-height: 1.38;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .blog-five__card__title {
        font-size: 22px;
    }
}

.blog-five__card__title:hover {
    color: var(--cleenhearts-brown2);
}

.blog-five__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-five__card__title a:hover {
    background-size: 100% 1px;
}

.blog-five__card__btn {
    display: inline-block;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-brown2);
    font-weight: 700;
    text-align: center;
    height: 40px;
    max-width: 140px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.blog-five__card__btn::after {
    display: none;
}

.blog-five__card__btn__front {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: var(--cleenhearts-white, #fff);
    perspective: 300px;
    transition: transform 500ms ease;
    transform-origin: top center;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-five__card__btn:hover .blog-five__card__btn__front {
    transform-origin: bottom center;
    transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}

.blog-five__card__btn__back {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--cleenhearts-white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 700ms ease, top 700ms ease;
    transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
    perspective: 300px;
    transform-origin: bottom center;
    width: 100%;
}

.blog-five__card__btn__back span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: var(--cleenhearts-brown2);
    margin-right: 11px;
    transition: all 500ms ease;
}

.blog-five__card__btn:hover .blog-five__card__btn__back {
    transition: transform 500ms ease, top 500ms ease;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-page {
    background-color: var(--cleenhearts-white, #fff);
}

.blog-page--list .blog-page__pagination {
    justify-content: center;
}

@media (min-width: 992px) {
    .blog-page__carousel .owl-nav {
        display: none;
    }
}

.blog-page__pagination {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .blog-page__pagination {
        margin-top: 15px;
    }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog-details .blog-card {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 58px;
}

.blog-details__hall {
    padding: 10px;
    border-radius: 100px;
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
    line-height: 1;
    z-index: 11;
}

@media (max-width: 575px) {
    .blog-details__hall {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 425px) {
    .blog-details__hall {
        top: 15px;
        left: 15px;
    }
}

.blog-details .blog-card__date {
    top: 30px;
    right: 30px;
    left: auto;
}

@media (max-width: 575px) {
    .blog-details .blog-card__date {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 425px) {
    .blog-details .blog-card__date {
        top: 15px;
        right: 15px;
    }
}

.blog-details .blog-card-four__meta {
    margin-bottom: 37px;
}

.blog-details .blog-card__title {
    margin-bottom: 28px;
}

.blog-details .blog-card-four__text--one {
    margin-bottom: 28.5px;
}

.blog-details .blog-card-four__text--two {
    margin-bottom: 0;
}

.blog-details .blog-card__content {
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.blog-details__inner__image {
    margin-top: 40px;
}

.blog-details__inner__image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.blog-details__inner__text {
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 26px;
}

.blog-details__inner__list {
    padding: 0;
    margin: 0;
    margin-left: 18px;
}

.blog-details__inner__list li+li {
    margin-top: 8.5px;
}

.blog-details__inner__list li p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.blog-details__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-top: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.blog-details__meta__title {
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.blog-details__tags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-details__tags__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-details__tags__box a {
    background-color: var(--cleenhearts-white3, #D7D3CB);
    font-size: 14px;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1;
    transition: all 500ms ease;
    display: inline-flex;
    padding: 6px 10.5px;
    border-radius: 100px;
}

.blog-details__tags__box a:hover {
    color: var(--cleenhearts-base, #2e2e2e);
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.blog-details__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/*--------------------------------------------------------------
# How Work
--------------------------------------------------------------*/

.how-work-one {
    position: relative;
    background-color: var(--cleenhearts-black2);
    counter-reset: work;
    overflow: hidden;
}

.how-work-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: overlay;
}

.how-work-one .container {
    position: relative;
    z-index: 1;
}

.how-work-one__play {
    margin: 0 auto 52px;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cleenhearts-orange, #E76100);
    position: relative;
    border-radius: 50%;
}

.how-work-one__play i {
    font-size: 24px;
    color: var(--cleenhearts-orange, #E76100);
}

.how-work-one__play>span {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid RGBA(var(--cleenhearts-orange-rgb, 231, 97, 0), 0.1);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-animate 4s linear infinite;
    animation: pulse-animate 4s linear infinite;
}

.how-work-one__play span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.how-work-one__play span:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.how-work-one__play span:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@keyframes pulse-animate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

.how-work-one .sec-title {
    margin-bottom: 43px;
}

.how-work-one .sec-title__title {
    color: var(--cleenhearts-white, #fff);
}

.how-work-one__item {
    position: relative;
    margin: 0 auto;
    padding: 49px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 370px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.15);
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .how-work-one__item {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 991px) {
    .how-work-one__item {
        width: 330px;
        height: 330px;
    }
}

@media (max-width: 767px) {
    .how-work-one__item {
        width: 410px;
        height: 410px;
    }
}

@media (max-width: 575px) {
    .how-work-one__item {
        width: 390px;
        height: 390px;
    }
}

@media (max-width: 430px) {
    .how-work-one__item {
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 375px) {
    .how-work-one__item {
        width: 328px;
        height: 328px;
    }
}

@media (max-width: 360px) {
    .how-work-one__item {
        width: 290px;
        height: 290px;
    }
}

.how-work-one__item::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-white, #fff);
    transform: scale(0.7);
}

.how-work-one__item:hover {
    border-color: transparent;
}

.how-work-one__item:hover::after {
    opacity: 1;
    transform: scale(1);
}

.how-work-one__item__number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 74px;
    height: 76px;
    margin: 0 auto 25px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222.000000 228.000000"><g transform="translate(0.000000,228.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M820 2267 c0 -7 -23 -23 -51 -37 -86 -40 -152 -142 -183 -280 -7 -32 -66 -100 -88 -100 -8 0 -21 -7 -28 -15 -7 -8 -24 -15 -39 -15 -32 0 -123 -31 -145 -49 -39 -33 -50 -73 -50 -196 -1 -143 -1 -143 -118 -257 -99 -97 -118 -138 -118 -256 0 -97 12 -142 53 -196 43 -55 77 -84 135 -114 92 -47 154 -103 186 -167 24 -49 29 -75 33 -159 6 -117 25 -164 84 -203 47 -31 101 -28 204 10 50 19 90 27 138 27 97 0 139 -22 228 -121 99 -109 161 -139 286 -139 102 0 157 16 224 66 45 33 99 94 99 111 0 5 5 14 12 21 14 14 47 135 48 173 0 15 9 47 21 73 28 65 69 84 140 68 84 -20 160 -15 189 11 59 54 72 84 72 164 -1 65 -4 80 -29 116 -32 49 -53 101 -53 137 0 54 39 208 66 262 8 14 14 33 14 41 0 8 7 28 15 43 8 16 15 39 15 52 0 12 9 31 20 42 17 17 20 33 20 120 0 79 -3 100 -14 100 -15 0 -26 21 -26 50 0 37 -113 171 -175 207 -84 48 -110 55 -231 58 -191 5 -259 32 -429 168 -111 89 -197 141 -270 164 -16 5 -29 15 -28 21 2 9 -29 12 -112 12 -86 0 -115 -3 -115 -13z" /></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222.000000 228.000000"><g transform="translate(0.000000,228.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M820 2267 c0 -7 -23 -23 -51 -37 -86 -40 -152 -142 -183 -280 -7 -32 -66 -100 -88 -100 -8 0 -21 -7 -28 -15 -7 -8 -24 -15 -39 -15 -32 0 -123 -31 -145 -49 -39 -33 -50 -73 -50 -196 -1 -143 -1 -143 -118 -257 -99 -97 -118 -138 -118 -256 0 -97 12 -142 53 -196 43 -55 77 -84 135 -114 92 -47 154 -103 186 -167 24 -49 29 -75 33 -159 6 -117 25 -164 84 -203 47 -31 101 -28 204 10 50 19 90 27 138 27 97 0 139 -22 228 -121 99 -109 161 -139 286 -139 102 0 157 16 224 66 45 33 99 94 99 111 0 5 5 14 12 21 14 14 47 135 48 173 0 15 9 47 21 73 28 65 69 84 140 68 84 -20 160 -15 189 11 59 54 72 84 72 164 -1 65 -4 80 -29 116 -32 49 -53 101 -53 137 0 54 39 208 66 262 8 14 14 33 14 41 0 8 7 28 15 43 8 16 15 39 15 52 0 12 9 31 20 42 17 17 20 33 20 120 0 79 -3 100 -14 100 -15 0 -26 21 -26 50 0 37 -113 171 -175 207 -84 48 -110 55 -231 58 -191 5 -259 32 -429 168 -111 89 -197 141 -270 164 -16 5 -29 15 -28 21 2 9 -29 12 -112 12 -86 0 -115 -3 -115 -13z" /></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: var(--cleenhearts-orange, #E76100);
}

@media (max-width: 991px) {
    .how-work-one__item__number {
        width: 70px;
        height: 72px;
    }
}

.how-work-one__item__number::after {
    content: "0" counter(work);
    counter-increment: work;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-size: 30px;
    color: var(--cleenhearts-white, #fff);
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}

.how-work-one__item__title {
    margin-bottom: 11px;
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-size: 30px;
    color: var(--cleenhearts-white, #fff);
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .how-work-one__item__title {
        font-size: 25px;
    }
}

@media (max-width: 375px) {
    .how-work-one__item__title {
        font-size: 20px;
    }
}

.how-work-one__item:hover .how-work-one__item__title {
    color: var(--cleenhearts-base, #2e2e2e);
}

.how-work-one__item__text {
    margin: 0;
    color: var(--cleenhearts-white, #fff);
    text-transform: capitalize;
    transition: all 500ms ease;
}

@media (max-width: 375px) {
    .how-work-one__item__text {
        font-size: 14px;
    }
}

.how-work-one__item:hover .how-work-one__item__text {
    color: var(--cleenhearts-text, #757277);
}

.how-work-one__shape-one {
    position: absolute;
    top: 0;
    left: 0;
    animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
    .how-work-one__shape-one {
        top: -15px;
        left: -15px;
    }
}

@media (max-width: 991px) {
    .how-work-one__shape-one {
        top: -50px;
        left: -50px;
    }
}

@media (max-width: 767px) {
    .how-work-one__shape-one {
        top: -60px;
        left: -60px;
    }
}

@media (max-width: 575px) {
    .how-work-one__shape-one {
        display: none;
    }
}

.how-work-one__shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1599px) {
    .how-work-one__shape-two {
        right: -30px;
        bottom: -30px;
    }
}

@media (max-width: 1399px) {
    .how-work-one__shape-two {
        right: -50px;
        bottom: -50px;
    }
}

@media (max-width: 575px) {
    .how-work-one__shape-two {
        right: -70px;
        bottom: -70px;
    }
}

@media (max-width: 430px) {
    .how-work-one__shape-two {
        right: -75px;
        bottom: -75px;
    }
}

@media (max-width: 375px) {
    .how-work-one__shape-two {
        right: -80px;
        bottom: -80px;
    }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-one {
    margin-top: 48px;
}

@media (max-width: 1399px) {
    .comments-one {
        margin-top: 80px;
    }
}

@media (max-width: 1199px) {
    .comments-one {
        margin-top: 60px;
    }
}

.comments-one__title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 48px;
    letter-spacing: normal;
}

@media (max-width: 1399px) {
    .comments-one__title {
        margin-bottom: 53px;
    }
}

@media (max-width: 575px) {
    .comments-one__title {
        margin-bottom: 43px;
    }
}

@media (max-width: 425px) {
    .comments-one__title {
        font-size: 26px;
    }
}

@media (max-width: 375px) {
    .comments-one__title {
        font-size: 24px;
    }
}

.comments-one__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-one__card {
    display: grid;
    grid-template-columns: 96px auto;
    grid-gap: 20px;
    padding-bottom: 42px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 767px) {
    .comments-one__card {
        grid-template-columns: auto;
    }
}

.comments-one__card:last-child {
    margin-bottom: 0;
}

.comments-one__card__image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.comments-one__card__image img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.comments-one__card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 17px;
    margin-bottom: 24.5px;
}

@media (max-width: 500px) {
    .comments-one__card__top {
        align-items: flex-start;
        flex-direction: column;
    }
}

.comments-one__card__title {
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.333;
    margin-bottom: 4px;
}

@media (max-width: 575px) {
    .comments-one__card__title {
        font-size: 22px;
    }
}

@media (max-width: 425px) {
    .comments-one__card__title {
        font-size: 20px;
    }
}

.comments-one__card__date {
    text-transform: capitalize;
    margin-bottom: 0;
}

.comments-one__card__text {
    text-transform: capitalize;
    margin-bottom: 0;
}

.comments-one__card__reply {
    padding: 10px 10.5px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: normal;
    font-size: 16px;
    border-radius: 100px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    line-height: 1;
    transition: all 0.4s ease-in-out;
}

.comments-one__card__reply:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-purple, #965995);
}

.comments-one__card__ontent {
    position: relative;
}

.comments-form {
    margin-top: 47px;
}

.comments-form__title {
    font-size: 30px;
    margin-bottom: 53px;
    text-transform: capitalize;
    letter-spacing: normal;
}

@media (max-width: 575px) {
    .comments-form__title {
        margin-bottom: 44px;
    }
}

@media (max-width: 425px) {
    .comments-form__title {
        font-size: 26px;
    }
}

@media (max-width: 375px) {
    .comments-form__title {
        font-size: 24px;
    }
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

.product-page {
    padding-top: 105px;
}

@media (max-width: 767px) {
    .product-page {
        padding-top: 103px;
    }
}

@media (max-width: 575px) {
    .product-page {
        padding-top: 73px;
    }
}

@media (max-width: 991px) {
    .product-page--left {
        padding-top: 130px;
    }
}

@media (max-width: 767px) {
    .product-page--left {
        padding-top: 110px;
    }
}

@media (max-width: 575px) {
    .product-page--left {
        padding-top: 80px;
    }
}

.product-page__pagination {
    margin-top: 25px;
    justify-content: center;
}

@media (max-width: 767px) {
    .product-page__pagination {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .product-page__carousel .owl-nav {
        display: none;
    }
}

.product {
    position: relative;
}

.product__sidebar {
    margin-top: 72px;
    position: relative;
}

@media (max-width: 991px) {
    .product__sidebar {
        margin-top: 0;
    }
}

.product__sidebar__item+.product__sidebar__item {
    margin-top: 30px;
}

.product__sidebar__item {
    padding: 30px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 20px;
}

.product__sidebar__title {
    position: relative;
    font-size: 18px;
    line-height: 1.333;
    text-transform: capitalize;
    color: var(--cleenhearts-black, #000000);
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 15px;
}

.product__search {
    display: flex;
    align-items: center;
    position: relative;
    height: 59px;
}

.product__search input[type=search],
.product__search input[type=text] {
    padding-left: 10px;
    padding-right: 35px;
    outline: none;
    border: 0;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-white, #fff);
    transition: all 500ms ease;
}

.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
    border-color: var(--cleenhearts-purple, #965995);
}

.product__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: auto;
    font-size: 20px;
    color: var(--cleenhearts-purple, #965995);
    z-index: 11;
}

.product__price-ranger {
    padding-top: 32px;
}

.product__price-ranger .price-ranger {
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 10px;
    padding: 16px 21px 6px 9px;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(2) {
    display: none;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3) {
    position: relative;
    position: absolute;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3)::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product__price-ranger #slider-range {
    margin: 0;
    background-color: transparent;
    border: 1px solid var(--cleenhearts-purple, #965995);
    height: 7px;
    border-radius: 10px;
    position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
    height: 100%;
    background: var(--cleenhearts-purple, #965995);
}

.product__price-ranger #slider-range .ui-slider-handle {
    position: absolute;
    top: -6.5px;
    background: var(--cleenhearts-purple, #965995);
    border: 0;
    height: 18px;
    width: 18px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 7px;
}

.product__price-ranger .ranger-min-max-block input[type=text] {
    position: relative;
    display: inline-block;
    color: var(--cleenhearts-text, #757277);
    font-size: 12px;
    font-weight: 400;
    width: 40px;
    line-height: 14px;
    border: none;
    outline: none;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product__price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--cleenhearts-text, #757277);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    left: -2px;
}

.product__categories {
    padding-top: 32px;
}

.product__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -20px;
}

.product__categories ul li {
    position: relative;
    margin: 0 0 4px;
}

.product__categories ul li a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--cleenhearts-base, #2e2e2e);
    border-radius: 7px;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 13.5px 0;
}

.product__categories ul li a>span {
    display: block;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.product__categories ul li a::before {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 500;
    background-color: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
    border-radius: 7px;
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
    z-index: 11;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.product__categories ul li a:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product__categories ul li a:hover>span {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.product__categories ul li.active a::after {
    background-color: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 600;
}

.product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .product__info-top {
        display: block;
    }
}

.product__showing-text {
    margin: 0;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .product__showing-text {
        margin-bottom: 10px;
    }
}

.product__showing-sort {
    margin: 0;
    font-size: 18px;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    position: relative;
    display: block;
    width: 100%;
    min-width: 150px !important;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        min-width: 141px !important;
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
    border: none;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 64px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    padding-left: 0;
    padding-right: 22px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e) !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 64px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select>.dropdown-toggle {
        width: auto;
        padding-left: 0;
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle>.filter-option {
    text-align: right;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select>.dropdown-toggle>.filter-option {
        text-align: left;
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 18px;
    color: var(--cleenhearts-text, #757277);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--cleenhearts-border-color2, #414141);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 22px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-weight: normal;
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu>li:hover>a,
.product__showing-sort .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
    border-color: var(--cleenhearts-base, #2e2e2e);
}

.product-item {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-radius: 20px;
    transition: all 500ms ease;
}

.product-item:hover {
    box-shadow: 0px 3px 18px rgba(var(--cleenhearts-dark-rgb, 36, 16, 47), 0.07);
}

.product-item__img {
    display: block;
    background-color: var(--cleenhearts-white, #fff);
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.product-item__img img {
    display: block;
    width: 100%;
    border-radius: 20px 20px 0 0;
    transition: all 500ms ease;
}

.product-item:hover .product-item__img img {
    transform: scale(1.05);
}

.product-item__content {
    position: relative;
    text-align: center;
    padding: 30px 20px 29px;
}

.product-item__title {
    font-size: 24px;
    line-height: 1.333;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    .product-item__title {
        font-size: 21px;
    }
}

.product-item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.product-item__title a:hover {
    background-size: 100% 1px;
}

.product-item__title a:hover {
    color: var(--cleenhearts-purple, #965995);
}

.product-item__price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-purple, #965995);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 32px;
}

.product-item__price span {
    color: inherit;
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/

.product-details {
    position: relative;
}

.product-details__gallery-top {
    position: relative;
    border-radius: 20px;
    background-color: var(--cleenhearts-white2, #EFECE7);
}

.product-details__gallery-top .swiper-slide {
    border-radius: 20px;
}

.product-details__gallery-top__img {
    border-radius: 20px;
    width: 100%;
    display: block;
}

.product-details__gallery-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.product-details__gallery-thumb-slide {
    border-radius: 10px;
    cursor: pointer;
}

.product-details__gallery-thumb__img {
    border-radius: 10px;
    width: 100%;
    display: block;
}

.product-details__content {
    position: relative;
    margin-top: 13px;
}

.product-details__top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.product-details__top__left {
    display: flex;
    align-items: center;
    gap: 19px;
}

.product-details__name {
    font-size: 24px;
    line-height: 1.333;
    text-transform: capitalize;
    margin: 0;
}

.product-details__price {
    border-radius: 100px;
    padding: 4.5px 10.5px;
    font-size: 24px;
    line-height: 1.333;
    text-transform: capitalize;
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
    margin: 0;
}

.product-details__video {
    top: -8px;
}

.product-details__review {
    margin-top: 8px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.product-details__review a {
    display: inline-block;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.333;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.product-details__review a:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.product-details__excerpt {
    margin-top: 32.5px;
    padding-bottom: 29px;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.product-details__excerpt__text1 {
    margin-bottom: 0;
}

.product-details__content__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-black, #000000);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.product-details__color {
    margin: 30px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
}

.product-details__color__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product-details__color__btn {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 28px;
    height: 28px;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-radius: 50%;
}

.product-details__color__btn span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.product-details__color__btn--one span {
    background-color: var(--cleenhearts-fuchsia, #FF1C74);
}

.product-details__color__btn--two span {
    background-color: var(--cleenhearts-blue, #6C1CD1);
}

.product-details__color__btn--three span {
    background-color: var(--cleenhearts-green, #59C36A);
}

.product-details__color__btn--four span {
    background-color: var(--cleenhearts-yellow, #FCB720);
}

.product-details__color__btn--five span {
    background-color: var(--cleenhearts-orange, #E76100);
}

.product-details__size {
    display: flex;
    align-items: center;
    gap: 25px 36px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    margin-bottom: 30px;
}

.product-details__size__box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details__size__btn {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-radius: 50%;
}

.product-details__size__btn span {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-text, #757277);
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
}

.product-details__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-details__quantity .quantity-box {
    padding: 0 18px;
    position: relative;
    width: 165px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-radius: 100px;
    gap: 10px;
}

.product-details__quantity .quantity-box input {
    padding: 0;
    border: none;
    outline: none;
    width: 78px;
    height: 48px;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-purple, #965995);
    outline: none;
    font-size: 16px;
    font-weight: 700;
}

.product-details__quantity .quantity-box button {
    padding: 0;
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    transition: all 400ms ease-in-out;
}

.product-details__quantity .quantity-box button i {
    color: inherit;
}

.product-details__quantity .quantity-box button:hover {
    color: var(--cleenhearts-purple, #965995);
}

.product-details__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details__buttons {
    margin-top: 39px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-details__btn-wishlist .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-purple, #965995);
}

.product-details__btn-wishlist .cleenhearts-btn__icon-box span {
    color: var(--cleenhearts-white, #fff);
}

.product-details__btn-wishlist:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-white, #fff);
}

.product-details__description-wrapper {
    padding-top: 65px;
    padding-bottom: 67px;
    margin-top: 65px;
    background-color: var(--cleenhearts-white2, #EFECE7);
}

.product-details__description {
    position: relative;
}

.product-details__description__title {
    font-size: 24px;
    line-height: 1.333;
    text-transform: capitalize;
    margin-bottom: 29px;
}

.product-details__description__text+.product-details__description__text {
    margin-top: 29px;
}

.product-details__description__text {
    text-transform: capitalize;
    margin-bottom: 0;
}

.product-details__comment {
    margin-top: 118px;
}

@media (max-width: 767px) {
    .product-details__comment {
        margin-top: 98px;
    }
}

@media (max-width: 575px) {
    .product-details__comment {
        margin-top: 68px;
    }
}

.product-details__comments-form__top {
    margin-bottom: 27px;
}

.product-details__comments-form__title {
    margin-bottom: 14px;
}

.product-details__comments-form__text {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.product-details__comments-form__ratings {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
}

.product-details__comments-form__ratings__text {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.product-details__comments-form__ratings .cleenhearts-ratings span {
    color: var(--cleenhearts-white2, #EFECE7);
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/

.cart-page {
    position: relative;
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
    .cart-page .table-responsive {
        margin-bottom: 30px;
    }
}

.cart-page__table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 28px;
}

@media (max-width: 1199px) {
    .cart-page__table {
        min-width: 1000px;
    }
}

.cart-page__table thead {
    border-radius: 10px;
}

.cart-page__table thead tr {
    background-color: var(--cleenhearts-white2, #EFECE7);
    border: 0 !important;
    border-radius: 10px;
}

.cart-page__table thead tr th {
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    line-height: 1.75;
    font-weight: 500;
    padding-top: 21.5px;
    padding-bottom: 20.5px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    text-transform: capitalize;
    border: none;
    background-color: transparent;
    border: 0 !important;
    box-shadow: none;
}

.cart-page__table thead tr th:first-child {
    border-radius: 10px 0 0 10px;
    padding-left: 21px;
}

.cart-page__table thead tr th:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 21px;
}

.cart-page__table tbody tr td {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: var(--cleenhearts-purple, #965995);
    vertical-align: middle;
    border-top: none;
    box-shadow: none;
    background-color: transparent;
    border-top: 0 !important;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    padding: 30px 25px;
    letter-spacing: 0;
}

.cart-page__table tbody tr td.cart-page__table__price {
    color: var(--cleenhearts-purple, #965995);
}

.cart-page__table tbody tr td.cart-page__table__total {
    color: var(--cleenhearts-base, #2e2e2e);
}

.cart-page__table tbody tr td:first-child {
    padding-left: 0;
}

.cart-page__table tbody tr td:last-child {
    padding-right: 0;
}

.cart-page__table .quantity-box {
    width: 127px;
    height: 40px;
    gap: 6px;
}

.cart-page__table .quantity-box input {
    width: 52px;
    height: 38px;
}

.cart-page__table__meta {
    display: flex;
    align-items: center;
}

.cart-page__table__meta__img {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border-radius: 10px;
}

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

.cart-page__table__meta__title {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.33;
    margin: 0;
}

.cart-page__table__meta__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.cart-page__table__meta__title a:hover {
    background-size: 100% 1px;
}

.cart-page__table__meta__title a:hover {
    color: var(--cleenhearts-purple, #965995);
}

.cart-page__table__remove {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    text-transform: capitalize;
    color: var(--cleenhearts-text, #757277);
    font-size: 16px;
    margin-bottom: 0;
}

.cart-page__table__remove:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.cart-page__coupone__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-text, #757277);
    font-weight: 700;
    line-height: 1.75;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.cart-page__coupone__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 767px) {
    .cart-page__coupone__box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cart-page__coupone__form {
    min-width: 445px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 767px) {
    .cart-page__coupone__form {
        min-width: 100%;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.cart-page__coupone__form input[type=text] {
    display: block;
    width: 268px;
    height: 62px;
    border: none;
    background-color: var(--cleenhearts-white, #fff);
    padding-left: 18px;
    padding-right: 18px;
    outline: none;
    border-radius: 10px;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 767px) {
    .cart-page__coupone__form input[type=text] {
        width: 100%;
    }
}

.cart-page__coupone__btn {
    padding: 0 25.5px;
    height: 62px;
    background-color: var(--cleenhearts-purple, #965995);
}

.cart-page__update-btn {
    padding: 20.5px 23.5px;
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.cart-page__bottom-btn {
    border: 0;
    outline: 0;
    border-radius: 10px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-white, #fff);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    transition: all 400ms ease;
}

.cart-page__bottom-btn:hover {
    color: var(--cleenhearts-base, #2e2e2e);
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.cart-page__cart-checkout {
    padding: 25px 30px 29px;
    border-radius: 20px;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 375px) {
    .cart-page__cart-checkout {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cart-page__cart-total {
    position: relative;
    margin: 0;
}

.cart-page__cart-total li:not(:nth-child(2)) {
    display: flex;
    align-items: center;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    justify-content: space-between;
    gap: 15px;
    font-size: 18px;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
    font-weight: 700;
}

.cart-page__cart-total li:not(:nth-child(2)) span {
    color: inherit;
}

.cart-page__cart-total li:nth-child(1) {
    margin-bottom: 28px;
    padding-bottom: 25px;
}

.cart-page__cart-total li:nth-child(2) {
    margin-bottom: 28px;
    padding-bottom: 28px;
}

.cart-page__cart-total li:nth-child(3) {
    margin-bottom: 25px;
}

.cart-page__cart-total li:not(:last-child) {
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.cart-page__cart-total__amount {
    text-align: right;
}

.cart-page__cart-total__address {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-text, #757277);
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.cart-page__cart-total__address__text {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
    font-weight: 400;
    line-height: 1.75;
    text-transform: capitalize;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/

.checkout-page {
    position: relative;
}

.checkout-page__title {
    font-size: 24px;
    line-height: 1.333;
    text-transform: capitalize;
}

.checkout-page__billing-address {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background-color: var(--cleenhearts-white2, #EFECE7);
}

@media (max-width: 425px) {
    .checkout-page__billing-address {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-page__billing-address__title {
    margin-bottom: 35px;
}

.checkout-page__input-box--address input:not(:last-child) {
    margin-bottom: 10px;
}

.checkout-page__input-box label {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel],
.checkout-page__input-box textarea {
    height: 65px;
    width: 100%;
    border: none;
    background-color: var(--cleenhearts-white, #fff);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--cleenhearts-text, #757277);
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    display: block;
    font-weight: 400;
    border-radius: 10px;
}

@media (max-width: 425px) {

    .checkout-page__input-box input[type=text],
    .checkout-page__input-box input[type=email],
    .checkout-page__input-box input[type=tel],
    .checkout-page__input-box textarea {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-page__input-box textarea {
    padding-top: 30px;
    height: 239px;
}

.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 65px;
    outline: none !important;
    border-radius: 10px;
    border: 0;
    background-color: var(--cleenhearts-white, #fff) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277) !important;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 65px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

@media (max-width: 425px) {
    .checkout-page__input-box .bootstrap-select>.dropdown-toggle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--cleenhearts-text, #757277);
}

@media (max-width: 425px) {
    .checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
        right: 20px;
    }
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu {
    border: none;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 22px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-weight: normal;
    color: var(--cleenhearts-base, #2e2e2e);
    background-color: var(--cleenhearts-white, #fff);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li:hover>a,
.checkout-page__input-box .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
    border-color: var(--cleenhearts-secondary, #c62b23);
}

.checkout-page__input-item+.checkout-page__input-item {
    margin-top: 12px;
}

.checkout-page__your-order {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background-color: var(--cleenhearts-white2, #EFECE7);
}

@media (max-width: 425px) {
    .checkout-page__your-order {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-page__your-order__title {
    margin-bottom: 19px;
}

.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
    font-size: 18px;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    margin: 0;
    padding: 22px 0;
    border: none;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.checkout-page__order-table thead tr th:not(:first-child) {
    text-align: right;
}

.checkout-page__order-table tbody tr td {
    margin: 0;
    padding: 23px 0;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.checkout-page__order-table tbody tr td.pro__title,
.checkout-page__order-table tbody tr td.pro__price {
    font-size: 16px;
    line-height: 1;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: normal;
    text-transform: capitalize;
}

.checkout-page__order-table tbody tr td.pro__sub-title,
.checkout-page__order-table tbody tr td.pro__sub-price {
    font-size: 16px;
    line-height: 1;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 700;
    text-transform: capitalize;
}

.checkout-page__order-table tbody tr td .checkout-page__order-address-data {
    margin-top: -4px;
    margin-bottom: -5px;
}

.checkout-page__order-table tbody tr td .checkout-page__order-address {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.checkout-page__order-table tbody tr td .checkout-page__order-address-text {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
    font-weight: 400;
    line-height: 1.75;
    text-transform: capitalize;
    margin-bottom: 0;
}

.checkout-page__order-table tbody tr td .checkout-page__radio-box {
    padding-bottom: 6px;
}

.checkout-page__order-table tbody tr td .checkout-page__input-item+.checkout-page__input-item {
    margin-top: 12px;
}

.checkout-page__order-table tbody tr td .checkout-page__order-text {
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.714;
    text-transform: capitalize;
    margin-bottom: 0;
}

.checkout-page__order-table tbody tr td:not(:first-child) {
    text-align: right;
}

.checkout-page__order-table tbody tr:nth-child(6) td {
    padding-top: 21px;
}

.checkout-page__order-table tbody tr:nth-child(7) td {
    padding-top: 27px;
    padding-bottom: 19px;
}

.checkout-page__order-table tbody tr:nth-child(8) td {
    border: 0;
    padding-bottom: 25px;
}

.checkout-page__order-table tbody tr:last-child td {
    border: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.login-page {
    position: relative;
}

.login-page__image img {
    border-radius: 20px;
    width: 100%;
    display: block;
}

.login-page__form {
    padding: 30px 30px 29px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 20px;
}

@media (max-width: 425px) {
    .login-page__form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.login-page__form__top-title {
    border-radius: 100px;
    padding: 10px;
    display: inline-block;
    color: var(--cleenhearts-purple, #965995);
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    background-color: var(--cleenhearts-white, #fff);
    margin-bottom: 34px;
}

.login-page__form__title {
    font-size: 24px;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.login-page__form__input-box+.login-page__form__input-box {
    margin-top: 20px;
}

.login-page__form__checkbox-forgot {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.login-page__form .form-one__control__input {
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
}

.login-page__form__checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    display: none;
    cursor: pointer;
}

.login-page__form__checkbox label {
    position: relative;
    cursor: pointer;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

.login-page__form__checkbox label::before {
    content: "";
    background-color: rgba(var(--cleenhearts-purple-rgb, 150, 89, 149), 0.25);
    border: 0;
    outline: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 11px;
}

.login-page__form__checkbox input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--cleenhearts-purple, #965995);
}

.login-page__form .cleenhearts-btn {
    margin-top: 6px;
    padding-right: 27px;
}

.login-page__form__forgot {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.login-page__form__forgot:hover {
    background-size: 100% 1px;
}

.login-page__form__forgot:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.login-page__form__or {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 37px;
    margin-bottom: 37px;
}

.login-page__form__or-text {
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.login-page__form__or-line {
    flex-grow: 1;
    opacity: 1;
    background-color: transparent;
    margin: 0;
    border-color: var(--cleenhearts-border-color, #D7D3CB);
}

.login-page__form__signin-btn {
    padding: 0;
    border: none;
    outline: none;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
    width: 100%;
    height: 65px;
    padding-left: 30px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
}

.login-page__form__signin-btn:hover {
    background-color: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
}

@media (max-width: 425px) {
    .login-page__form__signin-btn {
        padding-left: 20px;
    }
}

@media (max-width: 375px) {
    .login-page__form__signin-btn {
        font-size: 14px;
    }
}

.login-page__form__signin-btn span {
    color: inherit;
}

.login-page__form__signin-btn+.login-page__form__signin-btn {
    margin-top: 10px;
}

.login-page__form__register-text {
    margin-top: 23px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-text, #757277);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
}

.login-page__form__register-text a {
    color: var(--cleenhearts-purple, #965995);
    font-weight: 700;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.login-page__form__register-text a:hover {
    background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/

.error-404__content {
    text-align: center;
    width: 100%;
    max-width: 703px;
    margin-left: auto;
    margin-right: auto;
}

.error-404__content__top {
    width: 100%;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 41px;
    position: relative;
    z-index: 1;
}

.error-404__image {
    max-width: 100%;
    height: auto;
    animation: slowXmove 8s ease-in infinite;
}

.error-404__title {
    position: absolute;
    font-size: 135px;
    line-height: 1;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-purple, #965995);
    margin-bottom: 0;
    z-index: 11;
}

@media (max-width: 425px) {
    .error-404__title {
        font-size: 100px;
    }
}

.error-404__title--one {
    left: 26px;
    bottom: 23px;
    transform: rotate(-15deg);
}

@media (max-width: 425px) {
    .error-404__title--one {
        left: 50px;
    }
}

@media (max-width: 375px) {
    .error-404__title--one {
        left: 30px;
        bottom: 10px;
    }
}

.error-404__title--two {
    left: 55%;
    bottom: 69px;
    transform: translateX(-50%) rotate(20deg);
}

@media (max-width: 425px) {
    .error-404__title--two {
        left: 52%;
    }
}

@media (max-width: 375px) {
    .error-404__title--two {
        bottom: 30px;
    }
}

.error-404__title--three {
    right: -22px;
    bottom: 126px;
    transform: rotate(8deg);
}

@media (max-width: 575px) {
    .error-404__title--three {
        right: 0;
        bottom: 100px;
    }
}

@media (max-width: 425px) {
    .error-404__title--three {
        right: 40px;
        bottom: 80px;
    }
}

@media (max-width: 375px) {
    .error-404__title--three {
        right: 10px;
        bottom: 40px;
    }
}

.error-404__sub-title {
    margin-bottom: 39px;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/

.faq-one {
    position: relative;
    min-height: 80vh;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}   

.faq-one--about .accordion-title {
    background-color: var(--cleenhearts-white, #fff);
}

.faq-one--about .accordion-content .inner {
    background-color: var(--cleenhearts-white, #fff);

}

.faq-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-white2, #EFECE7);
    mix-blend-mode: multiply;
    z-index: 1;
}

.faq-one .container {
    position: relative;
    z-index: 11;

}

.faq-one__image {
    position: relative;
}

.faq-one__image img {
    border-radius: 20px;
    width: 100%;
    display: block;
}

.faq-one__content {
    margin-top: 1px;
}

.faq-one .sec-title {
    margin-bottom: 29px;
}

.faq-one .sec-title__tagline {
    margin-bottom: 23px;
}

.faq-one__text {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.faq-one__shape__one {
    position: absolute;
    top: 0;
    right: -257px;
    z-index: 1;
    animation: zumpY 1200ms infinite alternate;
}

.faq-one__shape__two {
    position: absolute;
    left: 110px;
    bottom: 0;
    z-index: 1;
    animation: zumpY 1200ms infinite alternate;
}

.faq-one .cleenhearts-accordion .accordion {
    overflow: hidden;
}

.faq-two {
    position: relative;
    background-color: var(--cleenhearts-gray2);
}

.faq-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.1;
}

.faq-two .container {
    position: relative;
    z-index: 1;
}

.faq-two .sec-title {
    margin-bottom: 43px;
}

.faq-two__image {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .faq-two__image {
        gap: 25px;
    }
}

@media (max-width: 430px) {
    .faq-two__image {
        gap: 20px;
    }
}

@media (max-width: 375px) {
    .faq-two__image {
        gap: 15px;
    }
}

.faq-two__image__inner {
    position: relative;
    z-index: 1;
}

.faq-two__image img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.faq-two__image__border {
    position: absolute;
    left: -48px;
    bottom: -41px;
    width: 171px;
    height: 161px;
    background-color: var(--cleenhearts-orange, #E76100);
    border-radius: 10px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
    .faq-two__image__border {
        left: -25px;
        bottom: -35px;
    }
}

@media (max-width: 430px) {
    .faq-two__image__border {
        width: 151px;
        height: 141px;
        left: -25px;
        bottom: -35px;
    }
}

@media (max-width: 375px) {
    .faq-two__image__border {
        width: 131px;
        height: 121px;
        left: -25px;
        bottom: -35px;
    }
}

@media (max-width: 991px) {
    .faq-two .cleenhearts-accordion {
        margin-top: 20px;
    }
}

.faq-two .cleenhearts-accordion .accordion {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.faq-two .cleenhearts-accordion .accordion-title {
    position: relative;
    padding: 25px 80px 25px 30px;
    cursor: pointer;
}

@media (max-width: 412px) {
    .faq-two .cleenhearts-accordion .accordion-title {
        padding-left: 20px;
        padding-right: 70px;
    }
}

.faq-two .cleenhearts-accordion .accordion-title h4 {
    font-family: var(--cleenhearts-heading-font2, "Castoro", serif);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-transform: capitalize;
}

.faq-two .cleenhearts-accordion .accordion-title__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    right: 30px;
    background-color: var(--cleenhearts-gray2);
    border-radius: 50%;
}

@media (max-width: 412px) {
    .faq-two .cleenhearts-accordion .accordion-title__icon {
        right: 20px;
    }
}

.faq-two .cleenhearts-accordion .accordion-title__icon span {
    font-size: 8px;
    color: var(--cleenhearts-orange, #E76100);
}

.faq-two .cleenhearts-accordion .accordion-title__icon::after,
.faq-two .cleenhearts-accordion .accordion-title__icon::before {
    display: none;
}

.faq-two .cleenhearts-accordion .active .accordion-title h4 {
    color: var(--cleenhearts-orange, #E76100);
}

.faq-two .cleenhearts-accordion .active .accordion-title__icon {
    background-color: var(--cleenhearts-orange, #E76100);
}

.faq-two .cleenhearts-accordion .active .accordion-title__icon span {
    color: var(--cleenhearts-white, #fff);
    transform: rotate(90deg);
}

.faq-two .cleenhearts-accordion .accordion-content .inner {
    margin-top: 0;
    padding: 2px 30px 21px 30px;
}

@media (max-width: 412px) {
    .faq-two .cleenhearts-accordion .accordion-content .inner {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.faq-page-inner {
    position: relative;
}

.faq-page-inner__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-white2, #EFECE7);
    mix-blend-mode: multiply;
    z-index: 1;
}

.faq-page-inner .container {
    position: relative;
    z-index: 11;
}

.faq-page-inner .accordion-title {
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 10px;
}

.faq-page-inner .accordion-content .inner {
    background-color: var(--cleenhearts-white, #fff);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing-card {
    padding: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 20px;
    mix-blend-mode: multiply;
    transition: transform 500ms linear;
}

.pricing-card:hover {
    transform: translateY(-4px);
}

.pricing-card__image {
    padding: 24px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .pricing-card__image {
        padding: 20px;
    }
}

.pricing-card__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--cleenhearts-dark3-rgb, 32, 12, 43), 0.5);
    z-index: 1;
    border-radius: 20px;
}

.pricing-card__image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0) 0%, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.2) 100%);
    background: linear-gradient(to right, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0) 0%, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.pricing-card__image__icon {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cleenhearts-white, #fff);
    z-index: 1;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .pricing-card__image__icon {
        width: 60px;
        height: 60px;
    }
}

.pricing-card__image__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.pricing-card__image__icon span {
    font-size: 36px;
    color: var(--cleenhearts-purple, #965995);
}

@media (max-width: 575px) {
    .pricing-card__image__icon span {
        font-size: 26px;
    }
}

.pricing-card:hover .pricing-card__image::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.pricing-card:hover .pricing-card__image__icon::after {
    transform: scale(1);
    opacity: 1;
}

.pricing-card__image__content {
    position: relative;
    z-index: 11;
}

.pricing-card__title {
    position: relative;
    font-size: 30px;
    color: var(--cleenhearts-white, #fff);
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .pricing-card__title {
        font-size: 25px;
    }
}

@media (max-width: 425px) {
    .pricing-card__title {
        font-size: 23px;
    }
}

.pricing-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 45px;
}

.pricing-card__list li+li {
    margin-top: 20px;
}

.pricing-card__list li {
    display: flex;
    align-items: center;
}

.pricing-card__list__icon {
    font-size: 13px;
    color: var(--cleenhearts-purple, #965995);
    margin-right: 10px;
}

.pricing-card__list__text {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-text, #757277);
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

.pricing-card__price {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--cleenhearts-secondary, #c62b23);
    border-radius: 100px;
}

.pricing-card__price__inner {
    display: flex;
    align-items: center;
}

.pricing-card__price__title {
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize;
    margin-right: 8px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .pricing-card__price__title {
        font-size: 30px;
    }
}

.pricing-card__price__tagline {
    padding: 5px 10px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 12px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 500;
    line-height: 1.333;
    text-transform: capitalize;
    margin-bottom: 0;
    border-radius: 20px;
    border: 1px solid var(--cleenhearts-base, #2e2e2e);
}

.pricing-card__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--cleenhearts-base, #2e2e2e);
    font-size: 13px;
    color: var(--cleenhearts-white, #fff);
    z-index: 1;
}

.pricing-card__button::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 300ms ease, opacity 300ms ease;
    background-color: var(--cleenhearts-white, #fff);
}

.pricing-card__button:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

.pricing-card__button:hover::after {
    transform: scale(1);
    opacity: 1;
}

.pricing-card__button span {
    color: inherit;
}

/*--------------------------------------------------------------
# Board Member
--------------------------------------------------------------*/

.board-member {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.board-member__shape--one {
    position: absolute;
    top: 0;
    left: 50px;
    border-radius: 0px 0px 1000px 1000px;
    animation: zumpX 2000ms infinite alternate;
    border: 5px solid var(--cleenhearts-secondary, #c62b23);
    opacity: 0.25;
    width: 234px;
    height: 117px;
}

.board-member__shape--one::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50px;
    width: 100%;
    height: 100%;
    border: 5px solid var(--cleenhearts-secondary, #c62b23);
    border-radius: 0px 0px 1000px 1000px;
    animation: zumpX 2000ms infinite alternate;
}

.board-member__shape--two {
    position: absolute;
    bottom: 0;
    right: -141px;
    border-radius: 1000px 1000px 0px 0px;
    animation: zumpX 2000ms infinite alternate;
    border: 5px solid var(--cleenhearts-secondary, #c62b23);
    opacity: 0.25;
    width: 590px;
    height: 295px;
}

.board-member__shape--two::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 120px;
    width: 100%;
    height: 100%;
    border: 5px solid var(--cleenhearts-secondary, #c62b23);
    border-radius: 1000px 1000px 0px 0px;
    animation: zumpX 2000ms infinite alternate;
}

@media (min-width: 500px) {
    .board-member .container-fluid {
        padding: 0;
    }
}

.board-member .sec-title {
    text-align: center;
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}

.board-member .sec-title__tagline {
    color: var(--cleenhearts-white, #fff);
}

.board-member .sec-title__tagline::before {
    background-color: var(--cleenhearts-white, #fff);
}

.board-member .sec-title__tagline::after {
    border-color: var(--cleenhearts-white, #fff);
}

.board-member .sec-title__title {
    color: var(--cleenhearts-white, #fff);
}

.board-member__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 767px) {
    .board-member__item {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.board-member__image {
    display: block;
    position: relative;
    transition: all 400ms ease;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .board-member__image {
        border-radius: 20px 20px 0 0;
    }
}

.board-member__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .board-member__image img {
        border-radius: 20px 20px 0 0;
    }
}

.board-member__info {
    overflow: hidden;
    position: relative;
    padding: 41px 34px 40px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px 0;
    transition: all 400ms ease;
}

@media (max-width: 1900px) {
    .board-member__info {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .board-member__info {
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 425px) {
    .board-member__info {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 360px) {
    .board-member__info {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.board-member__name {
    font-size: 24px;
    line-height: 1.458;
    text-transform: capitalize;
    margin-bottom: 9px;
    transition: all 400ms ease;
}

.board-member__name a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    color: inherit;
}

.board-member__name a:hover {
    background-size: 100% 1px;
}

.board-member__name a:hover {
    color: var(--cleenhearts-purple, #965995);
}

@media (max-width: 1900px) {
    .board-member__name {
        font-size: 22px;
    }
}

@media (max-width: 1399px) {
    .board-member__name {
        font-size: 20px;
    }
}

.board-member__designation {
    font-size: 16px;
    color: var(--cleenhearts-purple, #965995);
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    display: block;
}

.board-member__social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.board-member__social a {
    font-size: 14px;
    color: var(--cleenhearts-text, #757277);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--cleenhearts-text, #757277);
    transition: all 400ms ease;
}

.board-member__social a:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-purple, #965995);
    border-color: transparent;
}

/*--------------------------------------------------------------
# Help Donate
--------------------------------------------------------------*/

.help-donate-one {
    padding: 132px 0 140px;
    position: relative;
    background-color: #202020;
    overflow: hidden;
    z-index: 1;
}

.help-donate-one__bg {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}

.help-donate-one__shape-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    animation: zumpX 1200ms infinite alternate;
}

.help-donate-one__shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    animation: zumpX 1200ms infinite alternate;
}

.help-donate-one .sec-title {
    margin-bottom: 22px;
}

.help-donate-one .sec-title__tagline {
    color: var(--cleenhearts-white, #fff);
    margin-bottom: 0;
}

.help-donate-one .sec-title__tagline::before {
    background-color: var(--cleenhearts-white, #fff);
}

.help-donate-one .sec-title__tagline::after {
    border-color: var(--cleenhearts-white, #fff);
}

.help-donate-one__slide {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    animation: textScrolling 25s linear infinite;
    animation-direction: reverse;
    will-change: transform;
    position: relative;
    white-space: nowrap;
}

.help-donate-one__slide:hover {
    animation-play-state: paused;
}

@keyframes textScrolling {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0%, 0, 0);
    }
}

.help-donate-one__text {
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.125;
    text-transform: capitalize;
    margin: 0;
    display: block;
    transition: all 400ms ease;
}

@media (max-width: 767px) {
    .help-donate-one__text {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .help-donate-one__text {
        font-size: 60px;
    }
}

.help-donate-one__text--one {
    color: RGBA(var(--cleenhearts-base-rgb, 53, 28, 66), 1);
    text-shadow: 2px 2px 0 var(--cleenhearts-white2, #EFECE7), -2px -2px 0 var(--cleenhearts-white2, #EFECE7), 2px -2px 0 var(--cleenhearts-white2, #EFECE7), -2px 2px 0 var(--cleenhearts-white2, #EFECE7), 2px 2px 0 var(--cleenhearts-white2, #EFECE7);
}

.help-donate-one__text--two {
    color: var(--cleenhearts-white, #fff);
}

.help-donate-two {
    position: relative;
    overflow: hidden;
}

.help-donate-two__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.help-donate-two__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--cleenhearts-brown) 0.31%, rgba(var(--cleenhearts-brown-rgb), 0.3) 100%);
}

.help-donate-two__image {
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(50% - 18px);
    height: calc(100% - 20px);
    z-index: 2;
}

.help-donate-two__image__inner {
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 613px;
    height: 100%;
}

.help-donate-two__image__inner img {
    position: absolute;
    left: 45px;
    bottom: 0;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.help-donate-two__image__shape {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 100%;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 320.000000"><g transform="translate(0.000000,320.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1486 3105 c-12 -76 -69 -175 -140 -244 -129 -123 -335 -195 -606 -211 -351 -20 -584 -137 -685 -343 -88 -180 -67 -382 56 -538 l29 -37 0 -866 0 -866 1360 0 1360 0 0 864 0 863 44 66 c112 166 125 342 40 515 -61 125 -169 213 -338 277 -111 42 -182 55 -346 65 -272 16 -477 88 -606 211 -71 69 -128 168 -140 244 -3 25 -10 45 -14 45 -4 0 -11 -20 -14 -45z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 320.000000"><g transform="translate(0.000000,320.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1486 3105 c-12 -76 -69 -175 -140 -244 -129 -123 -335 -195 -606 -211 -351 -20 -584 -137 -685 -343 -88 -180 -67 -382 56 -538 l29 -37 0 -866 0 -866 1360 0 1360 0 0 864 0 863 44 66 c112 166 125 342 40 515 -61 125 -169 213 -338 277 -111 42 -182 55 -346 65 -272 16 -477 88 -606 211 -71 69 -128 168 -140 244 -3 25 -10 45 -14 45 -4 0 -11 -20 -14 -45z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: var(--cleenhearts-gray4);
}

.help-donate-two__content {
    position: relative;
    z-index: 2;
}

.help-donate-two .sec-title {
    margin-bottom: 39px;
}

.help-donate-two .sec-title .sec-title__tagline {
    color: var(--cleenhearts-bramble);
}

.help-donate-two .sec-title .sec-title__tagline::before {
    background-color: var(--cleenhearts-bramble);
}

.help-donate-two .sec-title .sec-title__tagline::after {
    border-color: var(--cleenhearts-bramble);
}

.help-donate-two .gift-card {
    padding: 0;
    border-radius: 0;
}

.help-donate-two .gift-card__amount {
    display: block;
    margin-bottom: 29px;
}

.help-donate-two .gift-card__btn-group {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.help-donate-two .gift-card__btn {
    cursor: pointer;
    min-width: auto;
    height: auto;
    padding: 9px 15.75px;
    border: 0;
    border-radius: 100px;
    background-color: transparent;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-base);
    letter-spacing: -0.03em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    background-color: var(--cleenhearts-white, #fff);
    transition: all 400ms ease;
}

.help-donate-two .gift-card__btn--custom {
    padding: 7px 15.75px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: var(--cleenhearts-text, #757277);
}

.help-donate-two .gift-card__btn:hover,
.help-donate-two .gift-card__btn.active {
    background-color: var(--cleenhearts-bramble);
    color: var(--cleenhearts-white, #fff);
    border-color: transparent;
}

.help-donate-two .gift-card__form {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.help-donate-two .gift-card__form__input,
.help-donate-two .gift-card__form__input::placeholder {
    border: 0;
    width: 100%;
    height: 70px;
    padding: 0 41px;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-base);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-align: left;
    border-radius: 100px;
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 575px) {

    .help-donate-two .gift-card__form__input,
    .help-donate-two .gift-card__form__input::placeholder {
        padding: 0 30px;
    }
}

.help-donate-two .gift-card__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.help-donate-two .gift-card .cleenhearts-btn {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-right: 21px;
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-brown);
}

.help-donate-two .gift-card .cleenhearts-btn .cleenhearts-btn__icon-box {
    width: 52px;
    height: 52px;
    background-color: var(--cleenhearts-bramble);
}

.help-donate-two .gift-card .cleenhearts-btn .cleenhearts-btn__icon-box__inner {
    width: 52px;
    height: 52px;
}

.help-donate-two .gift-card .cleenhearts-btn .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-white, #fff);
}

.help-donate-two .gift-card .cleenhearts-btn:hover .cleenhearts-btn__icon-box {
    width: calc(100% - 20px);
}

.help-donate-two .gift-card .cleenhearts-btn .cleenhearts-btn__text {
    margin-left: 56px;
    color: var(--cleenhearts-bramble);
    text-transform: uppercase;
}

.help-donate-two .gift-card .cleenhearts-btn:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-white, #fff);
}

.help-donate-two .gift-card .volunteer-group__image {
    border-color: var(--cleenhearts-pastel-grey);
}

.help-donate-two__lamp {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 49px;
    z-index: 1;
    animation: zumpX 1.5s infinite alternate;
}

@media (max-width: 1599px) {
    .help-donate-two__lamp {
        max-width: 100px;
    }
}

@media (max-width: 1199px) {
    .help-donate-two__lamp {
        display: none;
    }
}

.help-donate-two__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    animation: moveBottom 2s infinite linear;
}

@media (max-width: 1599px) {
    .help-donate-two__shape {
        right: -65px;
    }
}

@media (max-width: 1399px) {
    .help-donate-two__shape {
        right: -115px;
    }
}

@media (max-width: 991px) {
    .help-donate-two__shape {
        display: none;
    }
}

@keyframes moveBottom {
    0% {
        -webkit-transform: translateZ(0) translateY(-50%);
        transform: translateZ(0) translateY(-50%);
    }

    50% {
        -webkit-transform: translate3d(0, 10px, 0) translateY(-50%);
        transform: translate3d(0, 10px, 0) translateY(-50%);
    }

    100% {
        -webkit-transform: translateZ(0) translateY(-50%);
        transform: translateZ(0) translateY(-50%);
    }
}

.container4 {
    background: rgba(38, 75, 145, 0.04);
    margin-top: 5rem !important;
    padding-bottom: 4rem;
}

.container4 h2 {
    font-size: 32px;
    padding: 3.5rem 0 0 5.5rem;
}

.container4 h2 span {
    color: red;
}

.container4 #cont4-head {
    color: grey;
    font-size: 20px;
    font-weight: 600;
    width: 50%;
    padding: 1rem 0 0 5.5rem;
}

.container4 .cards {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-content: center;
    gap: 2rem;

    @media screen and (max-width: 991px) {
        grid-template-columns: 1fr 1fr;
    }
}

.container4 .cards .card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    /* padding: 1.5rem 1rem 0 1rem;  */
    /* margin-top: 3rem !important; */
    overflow: hidden;
    position: relative;
    /* padding-bottom: 8rem; */


}

/* .container4 .cards .card .paras{ */
/* height: 50%; */
/* } */
.container4 .cards .card img {
    width: 100%;
    padding-top: 1.5rem;
    position: absolute;
    bottom: 0;

    @media screen and (max-width: 991px) {
        position: static;
    }
}

@media (max-width: 990px) {
    .container4 .cards {
        display: grid;
        grid-template-columns: 40% 40%;
        gap: 2rem;
        height: 500px;
    }

    .container4 .cards .card img {
        display: none;
    }

    .container4 .cards .card .p2 {
        padding: 0 1rem 0 1rem;
    }
}

@media (max-width: 700px) {
    .container4 .cards {
        display: grid;
        grid-template-columns: 60%;
        gap: 2rem;
        height: auto;
    }

    .container4 .cards .card {
        height: 260px;
    }
}

@media (max-width: 500px) {
    .container4 .cards {
        display: grid;
        grid-template-columns: 80%;
        gap: 2rem;
        height: auto;
    }

    .container4 .cards .card {
        height: 280px;
    }
}

/* @media (max-width: 990px){
    .container4 .cards{
      display: grid;
      grid-template-columns: 25% 25%;
      gap: 2rem;
      height: 566px;
    }
} */
.container4 .cards .card .card-img {
    width: 100%;
    height: 100%;
    margin-top: 7rem !important;
}

.container4 .cards .card .p1 {
    color: red;
    font-size: 20px;
    font-weight: 700;
    padding: 1.5rem 1rem 0 1rem;
}

.container4 .cards .card .p2 {
    font-size: 13px;
    color: grey;
    font-weight: 500;
    padding: 0.8rem 1rem 0 1rem;
}

/*vision-mission*/

.aboutPara p {
    color: #fff;
}

.vismisWrapp {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
}

.vismisWrapp .vmcard {
    text-align: center;
    width: 30%;
}

.vismisWrapp .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vismisWrapp .icon img {
    width: 50px;
    height: 50px;
}

.vismisWrapp .red {
    background-color: #ff4a4a;
}

.vismisWrapp .blue {
    background-color: #4a8cff;
}

.vismisWrapp .green {
    background-color: #4affb4;
}

.vmcard h3 {
    color: #333;
    margin: 20px 0 10px;
    font-weight: bold;
    font-size: 20px;
}

/* Responsive Design */

@media (max-width: 768px) {
    .vismisWrapp {
        flex-direction: column;
        align-items: center;
    }

    .vismisWrapp .vmcard {
        width: 100%;
        margin-bottom: 20px;
    }

    .testimonials-one .testimonials-card__quote span {
        font-size: 15px;
    }

    .testimonials-one .testimonials-card__quote {
        width: 50px;
        height: 50px;
    }
}

/*--------------------------------------------------------------
# Story
--------------------------------------------------------------*/

.story-one {
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-bottom: 120px;
}


.trustWrapp h3 {
    font-size: 22px;
}

.trustWrapp ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
    list-style: none;
}

.trustWrapp ul li {
    width: 45%;
    margin: 0 0 0 20px;
    position: relative;
    padding: 0 0 0 5px;
}

.trustWrapp ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    /* Matches alignment */
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    /* Circular bullet */
    background-color: #007bff;
    /* Sleek blue */
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
    /* Subtle glow */
}


.trustWrapp ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    /* Same as before to align */
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* Circular glow */
    background-color: #c62b23;
    /* Light translucent blue */
    z-index: -1;
    /* Behind the main bullet */
}

.pharmaList {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
}

.pharmaList li {
    width: 80% !important;
}

.affWrapp {
    display: flex;
    flex-wrap: wrap;
}

.affItem {
    width: 45%;
    background: #e2dcd3;
    margin: 10px 10px;
    border-radius: 14px;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
}

.affItem h4 {
    font-size: 18px;
    margin: 0px;
    line-height: normal;
    color: #204a8f;
}

.gallery-one,
#aidSection {
    padding-top: 20px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .story-one {
        padding-bottom: 101px;
    }

    .trustWrapp ul li {
        width: 100%;
    }

    .affItem {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .story-one {
        padding-bottom: 71px;
    }
}

.story-one::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(var(--cleenhearts-base-rgb, 53, 28, 66), 0.75); */
    background-color: rgb(4 30 70 / 71%);
}

.story-one .container {
    position: relative;
    z-index: 1;
}

.story-one .sec-title {
    width: 100%;
    max-width: 441px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.story-one .sec-title__tagline {
    margin-left: auto;
    margin-right: auto;
    color: var(--cleenhearts-white2, #EFECE7);
    margin-bottom: 23px;
}

.story-one .sec-title__tagline::before {
    background-color: var(--cleenhearts-white2, #EFECE7);
}

.story-one .sec-title__tagline::after {
    border-color: var(--cleenhearts-white2, #EFECE7);
}

.story-one .sec-title__title {
    color: var(--cleenhearts-white, #fff);
}

.story-one__image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.story-one__content {
    padding: 40px 40px 39px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 20px;
}

@media (max-width: 575px) {
    .story-one__content {
        padding: 30px 30px 29px;
    }
}

.story-one__title {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.66px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.story-one__text {
    text-transform: capitalize;
    margin-bottom: 0;
}

.story-one__text--one {
    margin-bottom: 20px;
}

.story-one .volunteer-profile {
    margin-top: 44px;
}

.story-one__divider {
    margin-top: 30px;
    margin-bottom: 31px;
    height: 2px;
    background-color: var(--cleenhearts-text, #757277);
}

.story-one__tabs-box .tab-buttons {
    position: relative;
    z-index: 11;
}

.story-one__tabs-box .tab-buttons .tab-btn--one {
    padding-left: 1px;
}

.story-one__tabs-box .tab-buttons .tab-btn--two {
    padding-left: 8px;
}

.story-one__tabs-box .tab-buttons .tab-btn--three {
    padding-left: 24px;
}

.story-one__tabs-box .tab-buttons .tab-btn--four {
    text-align: right;
    padding-right: 25px;
}

.story-one__tabs-box .tab-buttons .tab-btn--five {
    text-align: right;
    padding-right: 11px;
}

.story-one__tabs-box .tab-buttons .tab-btn--six {
    text-align: right;
}

.story-one__tabs-box .tab-buttons .tab-btn--six .tab-btn__text {
    position: relative;
    right: -5px;
}

@media (max-width: 1199px) {
    .story-one__tabs-box .tab-buttons .tab-btn {
        padding: 0;
        text-align: center;
    }

    .story-one__tabs-box .tab-buttons .tab-btn .tab-btn__text {
        right: 0;
    }
}

.story-one__tabs-box .tab-buttons .tab-btn__text {
    cursor: pointer;
    font-size: 50px;
    line-height: 1;
    text-transform: capitalize;
    color: RGBA(var(--cleenhearts-base-rgb, 53, 28, 66), 1);
    text-shadow: 1px 1px 0 var(--cleenhearts-white, #fff), -1px -1px 0 var(--cleenhearts-white, #fff), 1px -1px 0 var(--cleenhearts-white, #fff), -1px 1px 0 var(--cleenhearts-white, #fff), 1px 1px 0 var(--cleenhearts-white, #fff);
    transition: all 500ms ease;
}

.story-one__tabs-box .tab-buttons .tab-btn .tab-btn__text:hover,
.story-one__tabs-box .tab-buttons .tab-btn.active-btn .tab-btn__text {
    color: var(--cleenhearts-secondary, #c62b23);
    text-shadow: 1px 1px 0 var(--cleenhearts-secondary, #c62b23), -1px -1px 0 var(--cleenhearts-secondary, #c62b23), 1px -1px 0 var(--cleenhearts-secondary, #c62b23), -1px 1px 0 var(--cleenhearts-secondary, #c62b23), 1px 1px 0 var(--cleenhearts-secondary, #c62b23);
}

.story-one__tabs-box .tabs-content {
    position: relative;
    display: block;
}

.story-one__tabs-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.story-one__tabs-box .tabs-content .tab.active-tab {
    display: block;
    /*! margin-top: 0px; */
}

/*--------------------------------------------------------------
# Inspiring
--------------------------------------------------------------*/

.inspiring-one {
    position: relative;
    background-color: var(--cleenhearts-white2, #EFECE7);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.inspiring-one .container {
    position: relative;
    z-index: 11;
}

.inspiring-one .sec-title {
    margin-bottom: 39px;
}

.inspiring-one .sec-title__tagline {
    margin-bottom: 23px;
}

.inspiring-one__text {
    margin-bottom: 66px;
}

.inspiring-one__inner {
    width: 100%;
    max-width: 494px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 575px) {
    .inspiring-one__inner {
        grid-template-columns: 1fr;
    }
}

.inspiring-one__inner__content {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    background: var(--cleenhearts-white, #fff);
}

.inspiring-one__inner__title {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .inspiring-one__inner__title {
        order: 1;
    }
}

.inspiring-one__inner__icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--cleenhearts-purple, #965995);
    border-radius: 10px;
    transition: all 400ms ease;
}

@media (max-width: 575px) {
    .inspiring-one__inner__icon {
        order: 0;
    }
}

.inspiring-one__inner__icon span {
    font-size: 40px;
    color: var(--cleenhearts-white, #fff);
    transition: all 400ms ease;
}

.inspiring-one__inner__content:hover .inspiring-one__inner__icon {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.inspiring-one__inner__content:hover .inspiring-one__inner__icon span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.inspiring-one__image {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1199px) {
    .inspiring-one__image {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .inspiring-one__image {
        gap: 20px;
    }
}

.inspiring-one__image__inner {
    position: absolute;
    max-width: 270px;
}

.inspiring-one__image__inner img {
    width: 100%;
}

.inspiring-one__image__inner--one {
    top: -130px;
    left: 0;
}

@media (max-width: 1199px) {
    .inspiring-one__image__inner--one {
        position: static;
    }
}

.inspiring-one__image__inner--one img {
    border-radius: 0 0 1000px 1000px;
}

@media (max-width: 1199px) {
    .inspiring-one__image__inner--one img {
        border-radius: 1000px;
    }
}

.inspiring-one__image__inner--two {
    right: 0;
    top: 0;
}

@media (max-width: 1199px) {
    .inspiring-one__image__inner--two {
        position: static;
    }
}

.inspiring-one__image__inner--two img {
    border-radius: 1000px 1000px 0 0;
}

@media (max-width: 1199px) {
    .inspiring-one__image__inner--two img {
        border-radius: 1000px;
    }
}

.inspiring-one__shape {
    position: relative;
    position: absolute;
    width: 234px;
    height: 234px;
    border-radius: 50%;
    background-color: var(--cleenhearts-secondary, #c62b23);
    z-index: 1;
}

.inspiring-one__shape::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid var(--cleenhearts-secondary, #c62b23);
    z-index: 1;
}

.inspiring-one__shape--one {
    top: -117px;
    left: 50px;
    animation: zumpX 1500ms infinite alternate;
}

@media (max-width: 1799px) {
    .inspiring-one__shape--one {
        top: -140px;
    }
}

@media (max-width: 767px) {
    .inspiring-one__shape--one {
        top: -150px;
    }
}

@media (max-width: 575px) {
    .inspiring-one__shape--one {
        top: -175px;
        left: 20px;
    }
}

@media (max-width: 412px) {
    .inspiring-one__shape--one {
        left: 0px;
    }
}

.inspiring-one__shape--one::after {
    top: 0;
    left: 37px;
    animation: zumpX 1500ms infinite alternate;
}

.inspiring-one__shape--two {
    right: 50px;
    bottom: -117px;
    animation: zumpXtwo 1500ms infinite alternate;
}

@media (max-width: 1799px) {
    .inspiring-one__shape--two {
        bottom: -140px;
    }
}

@media (max-width: 767px) {
    .inspiring-one__shape--two {
        bottom: -150px;
    }
}

@media (max-width: 575px) {
    .inspiring-one__shape--two {
        right: 20px;
        bottom: -175px;
    }
}

@media (max-width: 412px) {
    .inspiring-one__shape--two {
        right: 0px;
    }
}

.inspiring-one__shape--two::after {
    top: 0;
    right: 37px;
    animation: zumpXtwo 1500ms infinite alternate;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team-one__top {
    margin-bottom: 92px;
}

.team-one .sec-title {
    width: 100%;
    max-width: 570px;
    margin-bottom: 0;
}

.team-one .sec-title__tagline {
    margin-bottom: 23px;
}

.team-one__text {
    text-transform: capitalize;
    margin-bottom: 0;
}

.team-single {
    position: relative;
}

.team-single::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1000px 1000px 20px 20px;
    border: 2px solid var(--cleenhearts-purple, #965995);
    transition: all 500ms ease;
    z-index: -1;
}

.team-single:hover::before {
    top: -14px;
}

.team-single__image {
    position: relative;
    border-radius: 1000px 1000px 20px 20px;
    overflow: hidden;
    z-index: 1;
    width: calc(100% - 28px);
    left: 28px;
    transition: all 500ms ease;
}

.team-single__image img {
    display: block;
    width: 100%;
    border-radius: 1000px 1000px 20px 20px;
}

.team-single:hover .team-single__image {
    left: 14px;
}

.team-single__content {
    padding: 35px 20px;
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(var(--cleenhearts-base-rgb, 53, 28, 66), 0.5);
    border-radius: 1000px 1000px 20px 20px;
    z-index: 11;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
    -webkit-perspective: 50em;
    perspective: 50em;
    transition: transform 500ms ease, opacity 500ms ease;
}

.team-single__content__inner {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
    text-align: center;
}

.team-single:hover .team-single__content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.team-single__social {
    margin-top: 15px;
}

@media (max-width: 375px) {
    .team-single__social {
        margin-top: 20px;
    }
}

.team-single__social li a {
    border-color: var(--cleenhearts-white, #fff);
    color: var(--cleenhearts-white, #fff);
}

.team-single__social li a::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.team-single__social li a:hover {
    border-color: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
}

.team-single__name {
    font-size: 24px;
    color: var(--cleenhearts-white, #fff);
    line-height: 1.458;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media (max-width: 375px) {
    .team-single__name {
        font-size: 22px;
    }
}

.team-single__designation {
    color: var(--cleenhearts-secondary, #c62b23);
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}

.team-two {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.team-two .sec-title {
    margin-bottom: 29px;
}

.team-two .sec-title__title {
    text-transform: capitalize;
}

.team-two__text {
    text-transform: capitalize;
    margin-bottom: 51px;
}

.team-two__custome-navs {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1399px) {
    .team-two__custome-navs {
        gap: 15px;
    }
}

.team-two__custome-navs button {
    outline: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid rgba(var(--cleenhearts-base-rgb), 0.1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--cleenhearts-brown);
    border-radius: 50%;
    transition: all 500ms ease;
}

@media (max-width: 1399px) {
    .team-two__custome-navs button {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

.team-two__custome-navs button:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-brown2);
    border-color: var(--cleenhearts-brown2);
}

.team-two__carousel .owl-stage-outer {
    padding-top: 20px;
}

.team-two__carousel .owl-stage {
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    .team-two__carousel {
        padding: 0 15px;
    }
}

.team-two__card {
    position: relative;
}

.team-two__card__image {
    position: relative;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1095.000000"><g transform="translate(0.000000,1095.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4440 10936 c0 -8 -14 -17 -32 -21 -18 -4 -51 -12 -73 -19 -22 -7 -65 -21 -95 -30 -284 -89 -748 -290 -1005 -436 -22 -12 -60 -34 -85 -48 -382 -217 -800 -526 -1125 -833 -327 -310 -581 -606 -894 -1044 -189 -266 -469 -784 -624 -1155 -95 -228 -214 -566 -247 -700 -5 -19 -18 -66 -29 -105 -21 -70 -79 -307 -88 -355 -2 -14 -10 -54 -18 -90 -54 -263 -85 -485 -114 -820 -8 -85 -11 -940 -11 -2702 l0 -2578 4500 0 4500 0 0 2601 c0 1528 -4 2598 -9 2595 -14 -9 -20 18 -27 122 -6 102 -38 385 -55 487 -49 294 -126 646 -179 808 -5 18 -26 86 -46 152 -20 66 -47 149 -60 185 -13 36 -24 69 -24 74 0 4 -6 22 -14 39 -7 18 -28 70 -45 117 -18 47 -38 99 -45 115 -7 17 -30 71 -51 120 -53 125 -235 492 -295 595 -27 47 -54 94 -59 106 -12 27 -131 220 -191 309 -97 146 -117 174 -227 321 -242 323 -581 691 -858 931 -161 138 -212 180 -355 287 -85 64 -159 119 -165 124 -31 25 -266 178 -333 217 -9 6 -60 35 -112 65 -140 81 -508 270 -526 270 -3 0 -33 13 -67 28 -34 16 -100 44 -147 62 -47 18 -93 36 -102 41 -9 5 -45 18 -80 29 -35 11 -72 25 -83 30 -30 14 -223 73 -277 85 -16 3 -28 12 -28 20 0 11 -13 15 -50 15 -37 0 -50 -4 -50 -14z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1095.000000"><g transform="translate(0.000000,1095.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4440 10936 c0 -8 -14 -17 -32 -21 -18 -4 -51 -12 -73 -19 -22 -7 -65 -21 -95 -30 -284 -89 -748 -290 -1005 -436 -22 -12 -60 -34 -85 -48 -382 -217 -800 -526 -1125 -833 -327 -310 -581 -606 -894 -1044 -189 -266 -469 -784 -624 -1155 -95 -228 -214 -566 -247 -700 -5 -19 -18 -66 -29 -105 -21 -70 -79 -307 -88 -355 -2 -14 -10 -54 -18 -90 -54 -263 -85 -485 -114 -820 -8 -85 -11 -940 -11 -2702 l0 -2578 4500 0 4500 0 0 2601 c0 1528 -4 2598 -9 2595 -14 -9 -20 18 -27 122 -6 102 -38 385 -55 487 -49 294 -126 646 -179 808 -5 18 -26 86 -46 152 -20 66 -47 149 -60 185 -13 36 -24 69 -24 74 0 4 -6 22 -14 39 -7 18 -28 70 -45 117 -18 47 -38 99 -45 115 -7 17 -30 71 -51 120 -53 125 -235 492 -295 595 -27 47 -54 94 -59 106 -12 27 -131 220 -191 309 -97 146 -117 174 -227 321 -242 323 -581 691 -858 931 -161 138 -212 180 -355 287 -85 64 -159 119 -165 124 -31 25 -266 178 -333 217 -9 6 -60 35 -112 65 -140 81 -508 270 -526 270 -3 0 -33 13 -67 28 -34 16 -100 44 -147 62 -47 18 -93 36 -102 41 -9 5 -45 18 -80 29 -35 11 -72 25 -83 30 -30 14 -223 73 -277 85 -16 3 -28 12 -28 20 0 11 -13 15 -50 15 -37 0 -50 -4 -50 -14z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.team-two__card__shape {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1095.000000"><g transform="translate(0.000000,1095.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4440 10936 c0 -8 -14 -17 -32 -21 -18 -4 -51 -12 -73 -19 -22 -7 -65 -21 -95 -30 -284 -89 -748 -290 -1005 -436 -22 -12 -60 -34 -85 -48 -382 -217 -800 -526 -1125 -833 -327 -310 -581 -606 -894 -1044 -189 -266 -469 -784 -624 -1155 -95 -228 -214 -566 -247 -700 -5 -19 -18 -66 -29 -105 -21 -70 -79 -307 -88 -355 -2 -14 -10 -54 -18 -90 -54 -263 -85 -485 -114 -820 -8 -85 -11 -940 -11 -2702 l0 -2578 4500 0 4500 0 0 2601 c0 1528 -4 2598 -9 2595 -14 -9 -20 18 -27 122 -6 102 -38 385 -55 487 -49 294 -126 646 -179 808 -5 18 -26 86 -46 152 -20 66 -47 149 -60 185 -13 36 -24 69 -24 74 0 4 -6 22 -14 39 -7 18 -28 70 -45 117 -18 47 -38 99 -45 115 -7 17 -30 71 -51 120 -53 125 -235 492 -295 595 -27 47 -54 94 -59 106 -12 27 -131 220 -191 309 -97 146 -117 174 -227 321 -242 323 -581 691 -858 931 -161 138 -212 180 -355 287 -85 64 -159 119 -165 124 -31 25 -266 178 -333 217 -9 6 -60 35 -112 65 -140 81 -508 270 -526 270 -3 0 -33 13 -67 28 -34 16 -100 44 -147 62 -47 18 -93 36 -102 41 -9 5 -45 18 -80 29 -35 11 -72 25 -83 30 -30 14 -223 73 -277 85 -16 3 -28 12 -28 20 0 11 -13 15 -50 15 -37 0 -50 -4 -50 -14z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1095.000000"><g transform="translate(0.000000,1095.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M4440 10936 c0 -8 -14 -17 -32 -21 -18 -4 -51 -12 -73 -19 -22 -7 -65 -21 -95 -30 -284 -89 -748 -290 -1005 -436 -22 -12 -60 -34 -85 -48 -382 -217 -800 -526 -1125 -833 -327 -310 -581 -606 -894 -1044 -189 -266 -469 -784 -624 -1155 -95 -228 -214 -566 -247 -700 -5 -19 -18 -66 -29 -105 -21 -70 -79 -307 -88 -355 -2 -14 -10 -54 -18 -90 -54 -263 -85 -485 -114 -820 -8 -85 -11 -940 -11 -2702 l0 -2578 4500 0 4500 0 0 2601 c0 1528 -4 2598 -9 2595 -14 -9 -20 18 -27 122 -6 102 -38 385 -55 487 -49 294 -126 646 -179 808 -5 18 -26 86 -46 152 -20 66 -47 149 -60 185 -13 36 -24 69 -24 74 0 4 -6 22 -14 39 -7 18 -28 70 -45 117 -18 47 -38 99 -45 115 -7 17 -30 71 -51 120 -53 125 -235 492 -295 595 -27 47 -54 94 -59 106 -12 27 -131 220 -191 309 -97 146 -117 174 -227 321 -242 323 -581 691 -858 931 -161 138 -212 180 -355 287 -85 64 -159 119 -165 124 -31 25 -266 178 -333 217 -9 6 -60 35 -112 65 -140 81 -508 270 -526 270 -3 0 -33 13 -67 28 -34 16 -100 44 -147 62 -47 18 -93 36 -102 41 -9 5 -45 18 -80 29 -35 11 -72 25 -83 30 -30 14 -223 73 -277 85 -16 3 -28 12 -28 20 0 11 -13 15 -50 15 -37 0 -50 -4 -50 -14z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: var(--cleenhearts-brown2);
    transition: all 500ms ease;
}

.team-two__card:hover .team-two__card__shape {
    top: -20px;
}

.team-two__card__info {
    width: calc(100% - 96px);
    padding: 25px 30px 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    border-radius: 1000px 1000px 0px 0px;
    background-color: var(--cleenhearts-gray4);
    transition-timing-function: ease-in-out;
    transition-duration: 400ms;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1) translateX(-50%);
    z-index: 2;
}

@media (max-width: 1799px) {
    .team-two__card__info {
        width: calc(100% - 80px);
    }
}

@media (max-width: 1399px) {
    .team-two__card__info {
        width: calc(100% - 60px);
    }
}

@media (max-width: 390px) {
    .team-two__card__info {
        width: calc(100% - 10px);
    }
}

.team-two__card:hover .team-two__card__info {
    transform: scaleY(1) translateX(-50%);
}

.team-two__card__social {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.team-two__card__social a {
    font-size: 14px;
    color: var(--cleenhearts-text, #757277);
}

.team-two__card__social a:hover {
    color: var(--cleenhearts-brown2);
}

.team-two__card__name {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1.46;
    text-transform: capitalize;
}

@media (max-width: 1399px) {
    .team-two__card__name {
        font-size: 22px;
    }
}

.team-two__card__designation {
    font-size: 16px;
    font-weight: 500;
    color: var(--cleenhearts-brown2);
    line-height: 16px;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Help People
--------------------------------------------------------------*/

.help-people {
    padding-top: 141px;
    padding-bottom: 142px;
    position: relative;
    background-color: gray#f9f9f9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .help-people {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media (max-width: 767px) {
    .help-people {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

@media (max-width: 575px) {
    .help-people {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .help-people .row {
        --bs-gutter-y: 60px;
    }
}

.help-people__images {
    position: relative;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    height: calc(100% - 260px);
    z-index: 1;
}

@media (max-width: 1199px) {
    .help-people__images {
        position: relative;
        transform: translateY(0);
        width: 100%;
    }
}

.help-people__images__inner {
    padding: 16px;
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    border-radius: 0px 1000px 1000px 0px;
}

@media (max-width: 1199px) {
    .help-people__images__inner {
        position: relative;
        transform: translateY(0);
        left: -290px;
        width: calc(100% + 0px);
    }
}

@media (max-width: 991px) {
    .help-people__images__inner {
        left: -150px;
        width: calc(100% + 150px);
    }

    .abthlpinner {
        left: 0;
        width: calc(100%);
        flex-direction: column;
        border-radius: 0px;
    }
}

.help-people__images__inner img {
    flex-shrink: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .help-people__images__inner img {
        width: 330px;
        height: 330px;
        border-radius: 0;

    }

    .help-people__images__inner {
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    .help-people__images__inner img {
        width: 270px;
        height: 270px;
    }
}

@media (max-width: 412px) {
    .help-people__images__inner img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 360px) {
    .help-people__images__inner img {
        width: 230px;
        height: 230px;
    }
}

.help-people__content {
    position: relative;
    z-index: 11;
}

@media (min-width: 1200px) {
    .help-people__content {
        margin-left: auto;
    }
}

.help-people .sec-title {
    margin-bottom: 41px;
}

.help-people .sec-title__tagline {
    margin-bottom: 24px;
}

.help-people .sec-title__tagline::before {
    background-color: var(--cleenhearts-white, #fff);
}

.help-people .sec-title__tagline::after {
    border-color: var(--cleenhearts-white, #fff);
}

.help-people .sec-title__title {
    color: var(--cleenhearts-white, #fff);
}

.help-people__text {
    color: rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.6);
    font-weight: 500;
    margin-bottom: 41px;
}

.help-people__content__bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.help-people__shape__one {
    position: absolute;
    right: 38px;
    bottom: 0;
    z-index: 1;
    animation: zumpX 1500ms infinite alternate;
}

/*--------------------------------------------------------------
# Worldwide
--------------------------------------------------------------*/

.worldwide-one {
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
    overflow: hidden;
}

.worldwide-one__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .worldwide-one__bg {
        background-position: right;
    }
}

.worldwide-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98deg, #FFF 43.75%, rgba(255, 255, 255, 0) 99.1%);
}

.worldwide-one .container {
    position: relative;
    z-index: 11;
}

.worldwide-one .sec-title {
    margin-bottom: 40px;
}

.worldwide-one__text {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.worldwide-one__inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.worldwide-one__inner__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background-color: var(--cleenhearts-purple, #965995);
    border-radius: 10px;
    transition: all 400ms ease;
}

.worldwide-one__inner__icon span {
    font-size: 40px;
    color: var(--cleenhearts-white, #fff);
    transition: all 400ms ease;
}

.worldwide-one__inner:hover .worldwide-one__inner__icon {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.worldwide-one__inner:hover .worldwide-one__inner__icon span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.worldwide-one__inner__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.272;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.worldwide-one__inner__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
    margin-bottom: 0;
}

.worldwide-one__bottom {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.worldwide-one__bottom .cleenhearts-btn {
    border-color: var(--cleenhearts-base, #2e2e2e);
}

.worldwide-one__right {
    position: relative;
    top: -3px;
    min-height: 494px;
}

@media (max-width: 1199px) {
    .worldwide-one__right {
        max-width: 572px;
    }
}

@media (max-width: 468px) {
    .worldwide-one__right {
        min-height: 400px;
    }
}

.worldwide-one__location {
    position: relative;
    position: absolute;
}

.worldwide-one__location--one {
    top: -2px;
    right: -2px;
}

.worldwide-one__location--one .worldwide-one__location__btn {
    top: 0;
    right: 0;
}

.worldwide-one__location--one .worldwide-one__location__popup {
    top: 26px;
    right: 28px;
}

.worldwide-one__location--two {
    top: 44.2%;
    right: -3px;
}

.worldwide-one__location--two .worldwide-one__location__btn {
    top: 0;
    right: 0;
}

.worldwide-one__location--two .worldwide-one__location__popup {
    top: 26px;
    right: 28px;
}

.worldwide-one__location--three {
    right: 8%;
    bottom: 22.5%;
}

.worldwide-one__location--three .worldwide-one__location__btn {
    top: 0;
    right: 0;
}

.worldwide-one__location--three .worldwide-one__location__popup {
    top: -104px;
    right: 28px;
}

.worldwide-one__location--four {
    right: 35%;
    bottom: 36px;
}

.worldwide-one__location--four .worldwide-one__location__btn {
    top: 0;
    right: 0;
}

.worldwide-one__location--four .worldwide-one__location__popup {
    top: -104px;
    right: 28px;
}

.worldwide-one__location--five {
    left: 14%;
    bottom: 74px;
}

.worldwide-one__location--five .worldwide-one__location__btn {
    top: 0;
    left: 0;
}

.worldwide-one__location--five .worldwide-one__location__popup {
    top: -104px;
    left: 28px;
}

.worldwide-one__location--six {
    top: 30%;
    left: 0;
}

.worldwide-one__location--six .worldwide-one__location__btn {
    top: 0;
    left: 0;
}

.worldwide-one__location--six .worldwide-one__location__popup {
    top: -104px;
    left: 28px;
}

.worldwide-one__location--seven {
    top: 0;
    right: 44.7%;
}

.worldwide-one__location--seven .worldwide-one__location__btn {
    top: 0;
    left: 0;
}

.worldwide-one__location--seven .worldwide-one__location__popup {
    top: 26px;
    right: -10px;
}

.worldwide-one__location--eight {
    top: 17.5%;
    left: 35.2%;
}

.worldwide-one__location--eight .worldwide-one__location__btn {
    top: 0;
    left: 0;
}

.worldwide-one__location--eight .worldwide-one__location__popup {
    top: -104px;
    left: 28px;
}

.worldwide-one__location--nine {
    top: 46%;
    left: 33%;
}

.worldwide-one__location--nine .worldwide-one__location__btn {
    top: 0;
    left: 0;
}

.worldwide-one__location--nine .worldwide-one__location__popup {
    bottom: -12px;
    left: 28px;
}

.worldwide-one__location__btn {
    position: relative;
    position: absolute;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: transform 400ms ease;
    background-color: transparent;
    z-index: 1;
}

.worldwide-one__location__btn::before,
.worldwide-one__location__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(var(--cleenhearts-purple-rgb, 150, 89, 149), 0.25);
    box-shadow: 0 0 0 0 rgba(var(--cleenhearts-purple-rgb, 150, 89, 149), 0.25);
    z-index: -1;
    border-radius: 50%;
    transition: transform 500ms ease;
    -webkit-animation: productVideo 3s infinite;
    animation: productVideo 3s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.worldwide-one__location__btn::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@keyframes productVideo {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.worldwide-one__location__btn:hover::before,
.worldwide-one__location__btn:hover::after {
    transform: translate(-50%, -50%) scale(1.6);
}

.worldwide-one__location__btn__box {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--cleenhearts-purple, #965995);
}

.worldwide-one__location:hover .worldwide-one__location__btn::before,
.worldwide-one__location:hover .worldwide-one__location__btn::after {
    transform: translate(-50%, -50%) scale(1.6);
}

.worldwide-one__location__popup {
    min-width: 290px;
    position: absolute;
    padding: 15px;
    display: none;
    align-items: center;
    gap: 15px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    border-radius: 10px;
    z-index: 11;
}

@media (max-width: 575px) {
    .worldwide-one__location__popup {
        min-width: 250px;
    }
}

@media (max-width: 468px) {
    .worldwide-one__location__popup {
        min-width: 170px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.worldwide-one__location:hover .worldwide-one__location__popup {
    display: flex;
}

.worldwide-one__location__image {
    width: 76px;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .worldwide-one__location__image {
        width: 70px;
    }
}

.worldwide-one__location__image img {
    border-radius: 10px;
    display: block;
    width: 100%;
}

.worldwide-one__location__text {
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 500;
    line-height: 1.437;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin-bottom: 14px;
}

@media (max-width: 575px) {
    .worldwide-one__location__text {
        font-size: 14px;
    }
}

@media (max-width: 468px) {
    .worldwide-one__location__text {
        margin-bottom: 10px;
    }
}

.worldwide-one__location__map {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 500;
    line-height: 1.285;
}

.worldwide-one__location__map:hover {
    color: var(--cleenhearts-purple, #965995);
}

.worldwide-one__location__map span,
.worldwide-one__location__map i {
    font-size: inherit;
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.worldwide-one__location__map span {
    margin-right: 12px;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.worldwide-one__location__map span:hover {
    background-size: 100% 1px;
}

.worldwide-one__hand {
    position: absolute;
    left: 18px;
    bottom: -27px;
    animation: slowHandMove 6s ease infinite;
}

@keyframes slowHandMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(3deg) translateX(6px);
        transform: rotate(3deg) translateX(6px);
    }

    50% {
        -webkit-transform: rotate(6deg) translateX(12px);
        transform: rotate(6deg) translateX(12px);
    }
}

.worldwide-one--home {
    background-color: var(--cleenhearts-purple, #965995);
}

.worldwide-one--home .worldwide-one__bg::after {
    background: linear-gradient(99deg, #965995 27.6%, rgba(150, 89, 149, 0.5) 99.42%);
}

.worldwide-one--home .sec-title__tagline {
    color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .sec-title__tagline::before {
    background-color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .sec-title__tagline::after {
    border-color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .sec-title__title {
    color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .worldwide-one__text {
    font-weight: 700;
    color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .worldwide-one__inner__icon {
    background-color: transparent;
    border: 1px solid var(--cleenhearts-white2, #EFECE7);
}

.worldwide-one--home .worldwide-one__inner__icon span {
    color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .worldwide-one__inner:hover .worldwide-one__inner__icon {
    border-color: transparent;
}

.worldwide-one--home .worldwide-one__inner__title {
    color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .worldwide-one__inner__text {
    color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .cleenhearts-btn {
    border: 0;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.worldwide-one--home .cleenhearts-btn__icon-box {
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.worldwide-one--home .cleenhearts-btn__icon-box__inner span {
    color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .cleenhearts-btn:hover .cleenhearts-btn__text {
    color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .worldwide-one__location__btn::before,
.worldwide-one--home .worldwide-one__location__btn::after {
    background-color: rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.25);
    box-shadow: 0 0 0 0 rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.25);
}

.worldwide-one--home .worldwide-one__location__btn__box {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.worldwide-one--home .worldwide-one__location__popup {
    background-color: var(--cleenhearts-white, #fff);
}

.worldwide-one--home .worldwide-one__location__map {
    color: var(--cleenhearts-purple, #965995);
}

.worldwide-one--home .worldwide-one__location__map:hover {
    color: var(--cleenhearts-base, #2e2e2e);
}

/*--------------------------------------------------------------
# Volunteer
--------------------------------------------------------------*/

.volunteer-card {
    position: relative;
}

.volunteer-card__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.volunteer-card__image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0) 0%, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.2) 100%);
    background: linear-gradient(to right, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0) 0%, rgba(var(--cleenhearts-white-rgb, 255, 255, 255), 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.volunteer-card__image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.volunteer-card:hover .volunteer-card__image::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.volunteer-card__social {
    position: relative;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--cleenhearts-white2, #EFECE7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 11;
    transition: all 400ms ease;
}

.volunteer-card__social::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 400ms ease, opacity 400ms ease;
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.volunteer-card__social span {
    font-size: 24px;
    color: var(--cleenhearts-purple, #965995);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .volunteer-card__social {
        top: 25px;
        right: 25px;
        width: 42px;
        height: 42px;
    }

    .volunteer-card__social span {
        font-size: 18px;
    }
}

.volunteer-card__social:hover:after {
    transform: scale(1);
    opacity: 1;
}

.volunteer-card__social:hover span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.volunteer-card__social__list {
    position: relative;
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    transform: translateY(-50%) scale(0, 1);
    background-color: var(--cleenhearts-secondary, #c62b23);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 10px;
    min-height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    transition: 500ms ease;
    transform-origin: top right;
}

.volunteer-card__social__list::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent var(--cleenhearts-secondary, #c62b23);
}

@media (max-width: 1199px) {
    .volunteer-card__social__list {
        min-height: 42px;
    }
}

.volunteer-card__social__list a {
    color: var(--cleenhearts-base, #2e2e2e);
    font-size: 16px;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .volunteer-card__social__list a {
        font-size: 14px;
    }
}

.volunteer-card__social__list a+a {
    margin-left: 25px;
}

.volunteer-card__social__list a:hover {
    color: var(--cleenhearts-purple, #965995);
}

.volunteer-card__social:hover .volunteer-card__social__list {
    opacity: 1;
    transform: translateY(-50%) scale(1, 1);
}

.volunteer-card__content {
    position: relative;
    margin-top: -50px;
    width: calc(100% - 84px);
    margin-left: auto;
    margin-right: auto;
    padding: 21px 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 11;
}

@media (max-width: 1399px) {
    .volunteer-card__content {
        width: calc(100% - 60px);
    }
}

@media (max-width: 1199px) {
    .volunteer-card__content {
        width: calc(100% - 50px);
    }
}

.volunteer-card__content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--cleenhearts-secondary, #c62b23);
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 100%;
    border-radius: 10px;
    transition: all 400ms ease;
}

.volunteer-card:hover .volunteer-card__content::after {
    top: 0;
    left: 0;
}

.volunteer-card__name {
    font-size: 24px;
    line-height: 1.458;
    text-transform: capitalize;
    margin-bottom: 9px;
}

@media (max-width: 1199px) {
    .volunteer-card__name {
        font-size: 22px;
    }
}

@media (max-width: 425px) {
    .volunteer-card__name {
        font-size: 21px;
    }
}

.volunteer-card__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.volunteer-card__name a:hover {
    background-size: 100% 1px;
}

.volunteer-card__designation {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    color: var(--cleenhearts-purple, #965995);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
}

@media (max-width: 425px) {
    .volunteer-card__designation {
        font-size: 15px;
    }
}

.volunteer-card:hover .volunteer-card__designation {
    color: var(--cleenhearts-base, #2e2e2e);
}

/*--------------------------------------------------------------
# Volunteer Details
--------------------------------------------------------------*/

.volunteer-details__image {
    position: relative;
    overflow: hidden;
}

.volunteer-details__image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.volunteer-details__social {
    padding: 52px 0 23px;
    width: 100%;
    max-width: 362px;
    position: relative;
    position: absolute;
    left: 92px;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .volunteer-details__social {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (max-width: 425px) {
    .volunteer-details__social {
        padding: 37px 0 38px;
        bottom: -10px;
    }
}

.volunteer-details__info {
    margin-top: 1px;
}

.volunteer-details__info__top {
    padding-bottom: 31px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid var(--cleenhearts-white2, #EFECE7);
}

.volunteer-details__name {
    font-size: 24px;
    line-height: 1.458;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.volunteer-details__designation {
    color: var(--cleenhearts-purple, #965995);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.volunteer-details__video {
    top: 2px;
}

.volunteer-details__text {
    margin-top: 31px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.volunteer-details__progress .progress-box+.progress-box {
    margin-top: 25px;
}

.volunteer-details__profile {
    display: flex;
    align-items: center;
    gap: 21px;
    border-right: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    padding-right: 34px;
}

@media (max-width: 575px) {
    .volunteer-details__profile {
        padding-right: 0;
        border: 0;
    }
}

.volunteer-details__profile__image {
    width: 82px;
    height: 82px;
    border-radius: 50%;
}

.volunteer-details__profile__name {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.volunteer-details__profile__designation {
    font-size: 14px;
    color: var(--cleenhearts-purple, #965995);
    font-weight: 500;
    line-height: 1.142;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.volunteer-details__profile__signature {
    margin-left: 34px;
}

@media (max-width: 575px) {
    .volunteer-details__profile__signature {
        margin-left: 0;
    }
}

.volunteer-details__background {
    padding-top: 66px;
    padding-bottom: 64px;
    background-color: var(--cleenhearts-white2, #EFECE7);
}

.volunteer-details__background__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.458;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-bottom: 29px;
}

.volunteer-details__background__content {
    padding-top: 41px;
    padding-bottom: 28px;
    border-top: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.volunteer-details__background__content:last-child {
    padding-bottom: 0;
}

.volunteer-details__background__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.volunteer-details__background__year {
    position: relative;
    top: -3px;
    padding: 10px;
    background-color: var(--cleenhearts-white, #fff);
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-purple, #965995);
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 100px;
    margin-left: 10px;
    transition: all 400ms ease;
}

.volunteer-details__background__content:hover .volunteer-details__background__year {
    color: var(--cleenhearts-base, #2e2e2e);
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.volunteer-details__background__text {
    text-transform: capitalize;
    margin-bottom: 0;
}

.volunteer-details__background__text:not(:last-child) {
    margin-bottom: 30px;
}

.volunteer-details__contact .contact-one__form {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.volunteer-details__contact .contact-one__form__bg {
    mix-blend-mode: multiply;
}

/*--------------------------------------------------------------
# Become Volunteer
--------------------------------------------------------------*/

.become-volunteer {
    background-color: var(--cleenhearts-white2, #EFECE7);
}

.become-volunteer__image__inner {
    max-width: 472px;
    margin-left: auto;
    margin-right: 33px;
    position: relative;
}

@media (max-width: 1199px) {
    .become-volunteer__image__inner {
        max-width: 388px;
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .become-volunteer__image__inner {
        max-width: 472px;
        margin-left: 28px;
        margin-right: 0;
    }
}

.become-volunteer__image__inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -28px;
    z-index: 1;
    border-radius: 236px;
    border: 5px solid var(--cleenhearts-purple, #965995);
    transition: all 400ms ease;
}

.become-volunteer__image__inner:hover::after {
    left: 0;
}

.become-volunteer__image__inner img {
    display: block;
    width: 100%;
    border-radius: 236px;
}

.become-volunteer__form {
    margin-left: 1px;
    position: relative;
    padding: 61px 60px 60px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .become-volunteer__form {
        padding: 36px 35px 35px;
    }
}

@media (max-width: 500px) {
    .become-volunteer__form {
        padding: 26px 25px 25px;
    }
}

.become-volunteer__form__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.become-volunteer__form__title {
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 39px;
    position: relative;
    z-index: 11;
}

@media (max-width: 575px) {
    .become-volunteer__form__title {
        font-size: 27px;
    }
}

.become-volunteer__form__inner {
    position: relative;
    z-index: 11;
}

.become-volunteer__form .form-one__control:not(:last-of-type) {
    margin-bottom: 20px;
}

.become-volunteer__form .form-one__control__input {
    border-radius: 100px;
}

.become-volunteer__form .form-one__control__message {
    border-radius: 30px;
    height: 142px;
}

.become-volunteer__form__bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.become-volunteer__form .cleenhearts-btn {
    margin-top: 7px;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.events-one .sec-title {
    width: 100%;
    /* max-width: 507px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.events-one .horizontal-accordion {
    display: flex;
    width: 100%;
    padding: 0;
    gap: 30px;
}

@media (max-width: 991px) {
    .events-one .horizontal-accordion {
        display: block;
    }
}

.events-one .choice {
    height: 356px;
    width: 170px;
    min-width: 170px;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    float: left;
    align-items: center;
    transition: width 0.2s;
    border-radius: 20px;
    border: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 1199px) {
    .events-one .choice {
        width: 110px;
        min-width: 110px;
    }
}

@media (max-width: 991px) {
    .events-one .choice {
        width: 100%;
        min-width: 100%;
        height: 110px;
        margin: 30px 0 0;
        float: none;
    }
}

.events-one .card-body {
    margin: 0;
    padding: 0;
}

.events-one .expand {
    width: 100%;
}

@media (max-width: 991px) {
    .events-one .expand {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .events-one .expand {
        border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
        border-top: none;
        border-bottom: none;
    }
}

.events-one .choice .event-card-two {
    opacity: 0;
    height: 100%;
    overflow: hidden;
    width: 0;
}

@media (max-width: 1199px) {
    .events-one .choice .event-card-two {
        padding: 24px;
    }
}

.events-one .choice.expand .event-card-two {
    opacity: 1;
    z-index: 9;
    width: 100%;
}

.events-one__card {
    position: relative;
}

.events-one__card__top {
    position: absolute;
    left: 0;
    top: 0;
    padding: 96px 50px 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    transition: all 400ms ease;
    height: 100%;
    width: 100%;
    z-index: 1;
}

@media (max-width: 1199px) {
    .events-one__card__top {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .events-one__card__top {
        padding: 38px 30px;
    }
}

@media (max-width: 767px) {
    .events-one__card__top {
        padding: 22px 65px 22px 25px;
    }
}

.events-one__card__top::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
}

.events-one__card__title {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--cleenhearts-white2, #EFECE7);
    line-height: 33px;
    margin: 0;
    transition: all 500ms ease;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 11;
}

@media (max-width: 991px) {
    .events-one__card__title {
        transform: none;
        writing-mode: horizontal-tb;
    }
}

.events-one__card__icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--cleenhearts-secondary, #c62b23);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--cleenhearts-base, #2e2e2e);
    border-radius: 50%;
    z-index: 11;
}

@media (max-width: 991px) {
    .events-one__card__icon {
        left: auto;
        top: 35px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .events-one__card__icon {
        right: 0;
    }
}

.events-two {
    padding-bottom: 55px;
    position: relative;
    background-color: var(--cleenhearts-white, #fff);
}

.events-two .sec-title {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.events-two .accordion {
    position: relative;
    background-color: transparent;
}

.events-two .accordion+.accordion {
    margin-top: 20px;
}

.events-two .accordion-title {
    position: relative;
    padding: 30px 143px 25px 30px;
    cursor: pointer;
    background-color: var(--cleenhearts-white2, #EFECE7);
    border-radius: 20px;
    z-index: 1;
    margin-bottom: 10px;
    transition: all 400ms ease;
}

@media (max-width: 1199px) {
    .events-two .accordion-title {
        padding-right: 108px;
    }
}

@media (max-width: 767px) {
    .events-two .accordion-title {
        padding: 25px 103px 25px 25px;
    }
}

@media (max-width: 575px) {
    .events-two .accordion-title {
        padding-right: 75px;
    }
}

.events-two .accordion-title__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    mix-blend-mode: multiply;
    z-index: 1;
}

.events-two .accordion-title__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-color: var(--cleenhearts-white, #fff);
    z-index: 11;
    transition: all 400ms ease;
}

@media (max-width: 767px) {
    .events-two .accordion-title__icon {
        right: 25px;
    }
}

@media (max-width: 575px) {
    .events-two .accordion-title__icon {
        width: 35px;
        height: 35px;
    }
}

.events-two .accordion-title__icon::after,
.events-two .accordion-title__icon::before {
    width: 2px;
    height: 14px;
    position: absolute;
    background-color: var(--cleenhearts-purple, #965995);
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
    border-radius: 50px;
}

.events-two .accordion-title__icon::after {
    width: 14px;
    height: 2px;
    border-radius: 50px;
}

.events-two .accordion:hover .accordion-title__icon {
    background-color: var(--cleenhearts-purple, #965995);
}

.events-two .accordion:hover .accordion-title__icon::after,
.events-two .accordion:hover .accordion-title__icon::before {
    background-color: var(--cleenhearts-white, #fff);
}

.events-two .active .accordion-title {
    border-radius: 20px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.events-two .active .accordion-title__icon {
    background-color: var(--cleenhearts-white2, #EFECE7);
}

.events-two .active .accordion-title__icon::after,
.events-two .active .accordion-title__icon::before {
    background-color: var(--cleenhearts-purple, #965995);
    opacity: 0;
}

.events-two .active .accordion-title__icon::after {
    opacity: 1;
}

.events-two .accordion-content {
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.events-two .accordion-content .inner {
    position: relative;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.events-two .accordion-content .inner .accordion-title__icon {
    top: 30px;
    right: 30px;
    transform: translate(0);
}

@media (max-width: 575px) {
    .events-two .accordion-content .inner .accordion-title__icon {
        right: 25px;
    }
}

.events-two .accordion-content p {
    margin: 0;
    text-transform: capitalize;
}

.events-two__content {
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1199px) {
    .events-two__content {
        flex-direction: column;
    }
}

.events-two__time {
    padding: 8px 15px 8px 8px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    color: var(--cleenhearts-purple, #965995);
    background-color: var(--cleenhearts-white, #fff);
    transition: all 0.4s ease-in-out;
    margin-bottom: 21px;
}

.events-two__time__icon {
    font-size: 24px;
    color: inherit;
    margin-right: 11px;
    transition: all ease 400ms;
}

@media (max-width: 575px) {
    .events-two__time__icon {
        font-size: 20px;
        margin-right: 8px;
    }
}

.events-two__time__text {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: var(--cleenhearts-text-gray2, #888888);
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    transition: all ease 400ms;
}

@media (max-width: 575px) {
    .events-two__time__text {
        top: 0px;
        font-size: 14px;
    }
}

.events-two__content:hover .events-two__time {
    border-color: var(--cleenhearts-purple, #965995);
    background-color: var(--cleenhearts-purple, #965995);
}

.events-two__content:hover .events-two__time__icon,
.events-two__content:hover .events-two__time__text {
    color: var(--cleenhearts-white, #fff);
}

.events-two__title {
    font-size: 22px;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .events-two__title {
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .events-two__title {
        font-size: 18px;
    }
}

.events-two__meta {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 9px 30px 12px 33px;
    border-radius: 100px;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 575px) {
    .events-two__meta {
        padding: 15px;
        border-radius: 20px;
    }
}

.events-two__meta li h5 {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-purple, #965995);
    line-height: 1.75;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.events-two__meta li h5 span {
    position: relative;
    top: 2px;
    margin-right: 6px;
    font-size: 16px;
    color: var(--cleenhearts-purple, #965995);
}

.events-two__meta li address {
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    text-transform: capitalize;
}

@media (max-width: 375px) {
    .events-two__meta li address {
        font-size: 14px;
    }
}

.events-three {
    position: relative;
    padding: 0 0 65px;
}

.events-three__bg {
    background-color: var(--cleenhearts-white2, #EFECE7);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 67px 40px 40px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .events-three__bg {
        padding: 50px 20px 20px;
    }
}

.events-three .sec-title {
    width: 100%;
    max-width: 507px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 2;
    position: relative;
}

.events-three .horizontal-accordion {
    display: flex;
    width: 100%;
    padding: 0;
    gap: 30px;
}

@media (max-width: 991px) {
    .events-three .horizontal-accordion {
        display: block;
    }
}

.events-three .choice {
    height: 356px;
    width: 170px;
    min-width: 170px;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    float: left;
    align-items: center;
    transition: width 0.2s;
    border-radius: 20px;
    border: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 1199px) {
    .events-three .choice {
        width: 110px;
        min-width: 110px;
    }
}

@media (max-width: 991px) {
    .events-three .choice {
        width: 100%;
        min-width: 100%;
        height: 110px;
        margin: 30px 0 0;
        float: none;
    }
}

.events-three .card-body {
    margin: 0;
    padding: 0;
}

.events-three .expand {
    width: 100%;
}

@media (max-width: 991px) {
    .events-three .expand {
        height: 100%;
    }
}

.events-three .choice .event-card-three {
    opacity: 0;
    height: 100%;
    overflow: hidden;
    width: 0;
}

.events-three .choice.expand .event-card-three {
    opacity: 1;
    z-index: 9;
    width: 100%;
}

.events-three__card {
    position: relative;
}

.events-three__card__top {
    position: absolute;
    left: 0;
    top: 0;
    padding: 96px 50px 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    transition: all 400ms ease;
    height: 100%;
    width: 100%;
    z-index: 1;
}

@media (max-width: 1199px) {
    .events-three__card__top {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .events-three__card__top {
        padding: 38px 30px;
    }
}

@media (max-width: 767px) {
    .events-three__card__top {
        padding: 22px 65px 22px 25px;
    }
}

.events-three__card__top::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
}

.events-three__card__title {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--cleenhearts-white2, #EFECE7);
    line-height: 33px;
    margin: 0;
    transition: all 500ms ease;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 11;
}

@media (max-width: 991px) {
    .events-three__card__title {
        transform: none;
        writing-mode: horizontal-tb;
    }
}

@media (max-width: 767px) {
    .events-three__card__title {
        font-size: 22px;
        line-height: 30px;
    }
}

.events-three__card__icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--cleenhearts-secondary, #c62b23);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--cleenhearts-base, #2e2e2e);
    border-radius: 50%;
    z-index: 11;
}

@media (max-width: 991px) {
    .events-three__card__icon {
        left: auto;
        top: 35px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .events-three__card__icon {
        right: 0;
    }
}

.events-four {
    position: relative;
    background-color: var(--cleenhearts-gray4);
}

.events-four__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.15;
}

.events-four .container {
    position: relative;
    z-index: 1;
}

.events-four__top {
    margin-bottom: 59px;
}

.events-four .sec-title {
    margin-bottom: 0;
}

.events-four .sec-title__title {
    text-transform: capitalize;
}

.events-four__custome-navs {
    position: relative;
    top: 15px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

@media (max-width: 1399px) {
    .events-four__custome-navs {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .events-four__custome-navs {
        top: 0;
        justify-content: flex-start;
    }
}

.events-four__custome-navs button {
    outline: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid rgba(var(--cleenhearts-base-rgb), 0.1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--cleenhearts-brown);
    border-radius: 50%;
    transition: all 500ms ease;
}

@media (max-width: 1399px) {
    .events-four__custome-navs button {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

.events-four__custome-navs button:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-brown2);
    border-color: var(--cleenhearts-brown2);
}

.events-four__card__image {
    margin-bottom: 31px;
    position: relative;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 408.000000"><g transform="translate(0.000000,408.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1120 4070 c0 -5 -25 -21 -55 -35 -33 -16 -71 -45 -96 -73 -39 -46 -56 -76 -134 -232 -60 -118 -41 -110 -250 -110 -127 0 -185 -4 -193 -12 -9 -9 -12 -105 -12 -372 l0 -361 -51 -100 c-28 -55 -73 -140 -100 -190 -26 -49 -67 -126 -89 -170 -23 -44 -57 -109 -77 -145 -53 -100 -63 -136 -63 -240 0 -96 12 -147 48 -212 11 -18 47 -87 82 -153 88 -168 150 -286 204 -388 l46 -88 0 -362 c0 -269 3 -366 12 -375 8 -8 66 -12 194 -12 142 0 184 -3 193 -14 6 -7 33 -56 60 -107 86 -168 92 -177 131 -221 21 -24 63 -56 93 -71 l56 -27 3371 0 3371 0 54 26 c31 14 72 45 94 70 36 41 56 76 147 254 49 96 33 90 239 90 127 0 185 4 193 12 9 9 12 105 12 373 l0 360 51 100 c28 55 73 141 100 190 26 50 67 126 89 170 23 44 57 109 77 145 19 36 39 80 45 98 5 17 15 32 23 32 12 0 15 21 15 111 0 70 -4 108 -10 104 -5 -3 -15 7 -21 22 -14 35 -44 96 -121 243 -34 63 -82 156 -108 205 -26 50 -68 130 -94 178 l-46 88 0 362 c0 269 -3 366 -12 375 -8 8 -66 12 -194 12 -142 0 -184 3 -193 14 -6 7 -33 56 -60 107 -26 52 -59 114 -72 139 -32 60 -104 132 -156 155 -24 10 -43 25 -43 32 0 11 -602 13 -3375 13 -2175 0 -3375 -3 -3375 -10z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 408.000000"><g transform="translate(0.000000,408.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1120 4070 c0 -5 -25 -21 -55 -35 -33 -16 -71 -45 -96 -73 -39 -46 -56 -76 -134 -232 -60 -118 -41 -110 -250 -110 -127 0 -185 -4 -193 -12 -9 -9 -12 -105 -12 -372 l0 -361 -51 -100 c-28 -55 -73 -140 -100 -190 -26 -49 -67 -126 -89 -170 -23 -44 -57 -109 -77 -145 -53 -100 -63 -136 -63 -240 0 -96 12 -147 48 -212 11 -18 47 -87 82 -153 88 -168 150 -286 204 -388 l46 -88 0 -362 c0 -269 3 -366 12 -375 8 -8 66 -12 194 -12 142 0 184 -3 193 -14 6 -7 33 -56 60 -107 86 -168 92 -177 131 -221 21 -24 63 -56 93 -71 l56 -27 3371 0 3371 0 54 26 c31 14 72 45 94 70 36 41 56 76 147 254 49 96 33 90 239 90 127 0 185 4 193 12 9 9 12 105 12 373 l0 360 51 100 c28 55 73 141 100 190 26 50 67 126 89 170 23 44 57 109 77 145 19 36 39 80 45 98 5 17 15 32 23 32 12 0 15 21 15 111 0 70 -4 108 -10 104 -5 -3 -15 7 -21 22 -14 35 -44 96 -121 243 -34 63 -82 156 -108 205 -26 50 -68 130 -94 178 l-46 88 0 362 c0 269 -3 366 -12 375 -8 8 -66 12 -194 12 -142 0 -184 3 -193 14 -6 7 -33 56 -60 107 -26 52 -59 114 -72 139 -32 60 -104 132 -156 155 -24 10 -43 25 -43 32 0 11 -602 13 -3375 13 -2175 0 -3375 -3 -3375 -10z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.events-four__card__image img {
    width: 100%;
    display: block;
}

.events-four__card__time {
    padding: 8px 8.55px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 40px;
    left: 40px;
    background-color: var(--cleenhearts-bramble);
    border-radius: 100px;
}

@media (max-width: 430px) {
    .events-four__card__time {
        top: 20px;
    }
}

.events-four__card__time i {
    font-size: 24px;
    color: var(--cleenhearts-secondary, #c62b23);
}

.events-four__card__time__text {
    font-weight: 500;
    font-size: 16px;
    color: var(--cleenhearts-white, #fff);
    line-height: 16px;
    text-transform: capitalize;
}

.events-four__card__title {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 14px;
    font-size: 24px;
    color: var(--cleenhearts-black3);
    line-height: 1.38;
    text-align: center;
    text-transform: capitalize;
}

.events-four__card__title:hover {
    color: var(--cleenhearts-brown2);
}

@media (max-width: 1199px) {
    .events-four__card__title {
        font-size: 22px;
    }
}

.events-four__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.events-four__card__title a:hover {
    background-size: 100% 1px;
}

.events-four__card__location {
    padding: 10px 34px;
    display: table;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.events-four__card__location__icon {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--cleenhearts-brown2);
}

.events-four__card__location__text {
    margin: 0;
    line-height: 1.75;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Event Details
--------------------------------------------------------------*/

.event-details__image {
    position: relative;
    margin-bottom: 30px;
}

.event-details__image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.event-details__hall {
    padding: 10px;
    border-radius: 100px;
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--cleenhearts-white);
    text-transform: capitalize;
    line-height: 1;
    z-index: 11;
}

@media (max-width: 575px) {
    .event-details__hall {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 425px) {
    .event-details__hall {
        top: 15px;
        left: 15px;
    }
}

.event-details__date {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--cleenhearts-white, #fff);
    gap: 4px;
    z-index: 11;
}

@media (max-width: 425px) {
    .event-details__date {
        width: 54px;
        height: 54px;
        top: 15px;
        right: 15px;
    }
}

.event-details__date span {
    color: inherit;
}

.event-details__time {
    padding: 8px 10px 8px 8px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    position: relative;
    background-color: transparent;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    margin-bottom: 31px;
    transition: all 0.4s ease-in-out;
}

.event-details__time:hover {
    background-color: var(--cleenhearts-purple, #965995);
}

.event-details__time__icon {
    font-size: 24px;
    color: var(--cleenhearts-purple, #965995);
    margin-right: 11px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .event-details__time__icon {
        font-size: 20px;
    }
}

.event-details__time__text {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: var(--cleenhearts-text, #757277);
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .event-details__time__text {
        font-size: 14px;
    }
}

.event-details__time:hover .event-details__time__icon,
.event-details__time:hover .event-details__time__text {
    color: var(--cleenhearts-white, #fff);
}

.event-details__title {
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1.541;
    margin-bottom: 28px;
    color: #c62b23;
}

.event-details__text__inner {
    text-transform: capitalize;
    margin-bottom: 0;
}

.event-details__text__inner+.event-details__text__inner {
    margin-top: 28.5px;
}

.event-details__inner__image {
    margin-top: 39px;
}

.event-details__inner__image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.event-details__inner__text {
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 26px;
}

.event-details__inner__list {
    padding: 0;
    margin: 0;
    margin-left: 18px;
}

.event-details__inner__list li+li {
    margin-top: 8.5px;
}

.event-details__inner__list li p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.event-details__contact {
    margin: 56px 0 66px;
    padding: 30px 0;
    border-top: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.event-details__contact .contact-information__btn {
    margin-right: 30px;
}

.event-details__contact .contact-information__btn::after {
    right: -30px;
}

@media (max-width: 575px) {
    .event-details__contact .contact-information__btn {
        margin-right: 0;
    }

    .event-details__contact .contact-information__btn::after {
        display: none;
    }
}

.event-details__contact .contact-information__phone {
    padding-left: 30px;
}

@media (max-width: 575px) {
    .event-details__contact .contact-information__phone {
        padding-left: 0;
    }
}

.event-details__speaker__title {
    margin-bottom: 29px;
}

.event-details__speaker__info+.event-details__speaker__info {
    margin-top: 30px;
}

.event-details__speaker__info {
    padding: 29px;
    display: grid;
    grid-template-columns: 168px auto;
    grid-gap: 25px;
    border-radius: 20px;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    transition: background-color 0.3s ease, color 0.3s ease;

}

.event-details__speaker__info:hover {
    background: #204a8f;
    color:white
}

.event-details__speaker__info:hover h4,
.event-details__speaker__info:hover p,
.event-details__speaker__info:hover a,
.event-details__speaker__info:hover .btnrd {
  color: #ffffff;
}

.event-details__speaker__info:hover .btnrd {
  border: 1px solid #ffffff;
  background-color: transparent;
}
@media (max-width: 1199px) {
    .event-details__speaker__info {
        grid-template-columns: 100px auto;
    }
}

@media (max-width: 767px) {
    .event-details__speaker__info {
        grid-template-columns: auto;
    }
}

.event-details__speaker__image {
    width: 168px;
}

@media (max-width: 1199px) {
    .event-details__speaker__image {
        width: 100%;
    }
}

.event-details__speaker__image img {
    width: 170px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .event-details__speaker__image img {
        width: 100%;
        height: 100%;
    }
}

.event-details__speaker__content {
    margin-top: 2px;
}

.event-details__speaker__content__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px 20px;
    padding-bottom: 16px;
    margin-bottom: 0px;
}

.btnrd {
    padding: 6px 14px;
    margin-top: 10px;
}

.reaction-section {
    text-align: center;
    padding: 50px 0;
    background-color: white;
}

.reaction-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.reaction-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.reaction-box {
    background-color: #f0f4ff;
    padding: 20px;
    border-radius: 10px;
    width: 45%;
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.reaction-box:hover {
    transform: scale(1.05);
}

.reaction-icon {
    font-size: 36px;
    color: #7f8c8d;
}

.reaction-count {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.reaction-box p {
    font-size: 16px;
    color: #34495e;
}

@media (max-width: 575px) {
    .event-details__speaker__content__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.event-details__speaker__name {
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .event-details__speaker__name {
        font-size: 16px;
    }

    .event-details__title {
        font-size: 27px;
    }
}

.event-details__speaker__designation {
    color: var(--cleenhearts-purple, #965995);
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .event-details__speaker__designation {
        font-size: 15px;
    }
}

.event-details__speaker__text p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.sidebar-event__item+.sidebar-event__item {
    margin-top: 30px;
}

.sidebar-event__contact {
    padding: 24px;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-radius: 20px;
}

.sidebar-event__contact__image {
    margin-top: 27px;
}

.sidebar-event__contact__image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.sidebar-event .contact-one__info {
    padding: 0;
    border-radius: 0;
    position: static;
    transform: translate(0);
    width: 100%;
}

.sidebar-event__map iframe {
    border-radius: 20px;
    height: 400px;
}

/*--------------------------------------------------------------
# Donars
--------------------------------------------------------------*/

.donars-one {
    position: relative;
    background-color: var(--cleenhearts-secondary, #c62b23);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.donars-one .container-fluid {
    position: relative;
    z-index: 11;
    padding-left: 0;
    padding-right: 0;
}

.donars-one .sec-title {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 62px;
}

.donars-one .sec-title__tagline {
    color: var(--cleenhearts-base, #2e2e2e);
    margin-bottom: 23px;
}

.donars-one .sec-title__tagline::before {
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.donars-one .sec-title__tagline::after {
    border-color: var(--cleenhearts-base, #2e2e2e);
}

.donars-one .sec-title__title__inner::after {
    opacity: 0;
}

.donars-one--home {
    mix-blend-mode: normal;
    background-color: var(--cleenhearts-base, #2e2e2e);
}

.donars-one--home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(99deg, #965995 27.6%, rgba(150, 89, 149, 0) 99.42%);
}

.donars-one--home .sec-title__tagline {
    color: var(--cleenhearts-white, #fff);
    margin-bottom: 23px;
}

.donars-one--home .sec-title__tagline::before {
    background-color: var(--cleenhearts-white, #fff);
}

.donars-one--home .sec-title__tagline::after {
    border-color: var(--cleenhearts-white, #fff);
}

.donars-one--home .sec-title__title {
    color: var(--cleenhearts-white, #fff);
}

.donars-one--home .sec-title__title__inner::after {
    opacity: 1;
}

.donars-one__row {
    display: flex;
    align-items: center;
    gap: 30px;
    will-change: transform;
    position: relative;
    white-space: nowrap;
}

@media (max-width: 425px) {
    .donars-one__row {
        gap: 20px;
    }
}

.donars-one__row--top {
    animation: imageScrolling 30s linear infinite;
    animation-direction: reverse;
    margin-bottom: 30px;
}

.donars-one__row--bottom {
    animation: imageScrolling 30s linear infinite;
    animation-direction: normal;
}

.donars-one__row:hover {
    animation-play-state: paused;
}

.donars-one__country {
    padding: 13px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
    min-width: 210px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.donars-one__country__text {
    font-size: 18px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

@keyframes imageScrolling {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0%, 0, 0);
    }
}

/*--------------------------------------------------------------
# Donations
--------------------------------------------------------------*/

.donations-one {
    margin-top: -315px;
    position: relative;
    z-index: 11;
}

.donations-one__carousel {
    position: relative;
}

.donations-one__carousel .owl-nav::before,
.donations-one__carousel .owl-nav::after {
    display: none;
}

@media (min-width: 1330px) {
    .donations-one__carousel .owl-nav {
        position: absolute;
        top: 140px;
        width: 100%;
        margin-top: 0 !important;
        justify-content: space-between;
    }
}

.donations-one__carousel .owl-nav .owl-prev,
.donations-one__carousel .owl-nav .owl-next {
    position: relative;
}

.donations-one__carousel .owl-nav .owl-prev span,
.donations-one__carousel .owl-nav .owl-next span {
    width: 60px;
    height: 60px;
    font-size: 24px;
    background-color: transparent;
    color: var(--cleenhearts-white, #fff);
    border: 1px solid var(--cleenhearts-border-color2, #414141);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.donations-one__carousel .owl-nav .owl-prev span:hover,
.donations-one__carousel .owl-nav .owl-next span:hover {
    background-color: var(--cleenhearts-white, #fff);
    color: var(--cleenhearts-base, #2e2e2e);
}

@media (min-width: 1330px) {
    .donations-one__carousel .owl-nav .owl-prev {
        left: -70.5px;
    }
}

@media (min-width: 1400px) {
    .donations-one__carousel .owl-nav .owl-prev {
        left: -105px;
    }
}

@media (min-width: 1330px) {
    .donations-one__carousel .owl-nav .owl-next {
        right: -70.5px;
    }
}

@media (min-width: 1400px) {
    .donations-one__carousel .owl-nav .owl-next {
        right: -105px;
    }
}

.donations-one__row {
    margin-top: 35px;
}

.donations-two {
    position: relative;
    margin-top: 0;
    background-color: var(--cleenhearts-white2, #EFECE7);
    overflow: hidden;
}

.donations-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: multiply;
}

.donations-two .container,
.donations-two .container-fluid {
    position: relative;
    z-index: 11;
}

@media (min-width: 530px) {
    .donations-two .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.donations-two .sec-title {
    text-align: center;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.donations-two__carousel {
    position: relative;
}

.donations-two__carousel .owl-nav::before,
.donations-two__carousel .owl-nav::after {
    display: none;
}

@media (min-width: 768px) {
    .donations-two__carousel .owl-nav {
        position: absolute;
        top: -150px;
        width: 100%;
        margin-top: 0 !important;
        justify-content: space-between;
    }
}

.donations-two__carousel .owl-nav .owl-prev,
.donations-two__carousel .owl-nav .owl-next {
    position: relative;
}

.donations-two__carousel .owl-nav .owl-prev span,
.donations-two__carousel .owl-nav .owl-next span {
    background-color: transparent;
    color: var(--cleenhearts-purple, #965995);
    border: 1px solid var(--cleenhearts-purple, #965995);
    width: 60px;
    height: 60px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
}

.donations-two__carousel .owl-nav .owl-prev span:hover,
.donations-two__carousel .owl-nav .owl-next span:hover {
    background-color: var(--cleenhearts-purple, #965995);
    color: var(--cleenhearts-white, #fff);
}

@media (min-width: 768px) {
    .donations-two__carousel .owl-nav .owl-prev {
        left: 5%;
    }
}

@media (min-width: 992px) {
    .donations-two__carousel .owl-nav .owl-prev {
        left: 10%;
    }
}

@media (min-width: 1200px) {
    .donations-two__carousel .owl-nav .owl-prev {
        left: 15%;
    }

    .donations-two__carousel .owl-nav .owl-next {
        right: 15%;
    }

}

.donate-now-btn {
    display: none;
}

@media screen and (max-width : 1199px) {
    .donate-now-btn {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .donations-two__carousel .owl-nav .owl-next {
        right: 5%;
    }
}

@media (min-width: 992px) {
    .donations-two__carousel .owl-nav .owl-next {
        right: 10%;
    }
}

.donations-two .donation-card {
    background-color: var(--cleenhearts-white, #fff);
}

.donations-two .donation-card__bg {
    display: none;
}

.donations-two .donation-card__progress {
    background-color: var(--cleenhearts-white2, #EFECE7);
    background-image: url("../images/donations/donation-progress-bg-1-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.donations-two .donation-card__btn {
    border-color: var(--cleenhearts-border-color, #D7D3CB);
}

.donations-two .donation-card__btn:hover {
    border-color: transparent;
}

.donations-two .donation-card__title {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.72px;
}

@media (max-width: 991px) {
    .donations-two .donation-card__title {
        font-size: 20px;
        line-height: 30px;
    }
}

.donations-two__shape {
    position: relative;
    position: absolute;
    width: 234px;
    height: 234px;
    border-radius: 50%;
    background-color: var(--cleenhearts-secondary, #c62b23);
    z-index: 1;
    opacity: 0.5;
}

.donations-two__shape::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid var(--cleenhearts-secondary, #c62b23);
    z-index: 1;
}

.donations-two__shape--one {
    top: -117px;
    left: 50px;
    animation: zumpX 1500ms infinite alternate;
}

@media (max-width: 1799px) {
    .donations-two__shape--one {
        top: -140px;
    }
}

@media (max-width: 767px) {
    .donations-two__shape--one {
        top: -150px;
    }
}

@media (max-width: 575px) {
    .donations-two__shape--one {
        top: -175px;
        left: 20px;
    }
}

@media (max-width: 412px) {
    .donations-two__shape--one {
        left: 0px;
    }
}

.donations-two__shape--one::after {
    top: 0;
    left: 37px;
    animation: zumpX 1500ms infinite alternate;
}

.donations-two__shape--two {
    width: 646px;
    height: 646px;
    right: 50px;
    bottom: -323px;
    animation: zumpXtwo 1500ms infinite alternate;
}

.donations-two__shape--two::after {
    top: 0;
    right: 37px;
    animation: zumpXtwo 1500ms infinite alternate;
}

.donations-gift {
    padding-top: 65px;
}

.donations-gift .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.donations-gift__col {
    overflow: hidden;
    position: relative;
}

.donations-gift .donation-information {
    height: 100%;
}

@media (max-width: 1199px) {
    .donations-gift .donation-information {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .donations-gift .donation-information {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .donations-gift .donation-information {
        padding: 30px;
    }
}

.donations-gift .donation-information,
.donations-gift .donation-information__bg,
.donations-gift .donation-information__bg::after {
    border-radius: 0 20px 20px 0;
}

@media (max-width: 991px) {

    .donations-gift .donation-information,
    .donations-gift .donation-information__bg,
    .donations-gift .donation-information__bg::after {
        border-radius: 0;
    }
}

.donations-gift .donation-information__bg::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.84) 82.29%);
}

.donations-gift .donation-information__content {
    width: 100%;
    max-width: 505px;
    margin-left: auto;
}

@media (max-width: 1399px) {
    .donations-gift .donation-information__content {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .donations-gift .donation-information__content {
        max-width: 700px;
    }
}

.donations-gift .gift-card {
    height: 100%;
}

@media (max-width: 1199px) {
    .donations-gift .gift-card {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .donations-gift .gift-card {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .donations-gift .gift-card {
        padding: 30px;
    }
}

.donations-gift .gift-card,
.donations-gift .gift-card__bg,
.donations-gift .gift-card__bg::after {
    border-radius: 20px 0 0 20px;
}

@media (max-width: 991px) {

    .donations-gift .gift-card,
    .donations-gift .gift-card__bg,
    .donations-gift .gift-card__bg::after {
        border-radius: 0;
    }
}

.donations-gift .gift-card__bg::after {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.donations-gift .gift-card__content {
    width: 100%;
    max-width: 470px;
}

@media (max-width: 1199px) {
    .donations-gift .gift-card__content {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .donations-gift .gift-card__content {
        max-width: 700px;
    }
}

.donations-gift__shape {
    position: relative;
    position: absolute;
    width: 234px;
    height: 234px;
    border-radius: 50%;
    background-color: var(--cleenhearts-secondary, #c62b23);
    opacity: 0.4;
    z-index: 1;
}

.donations-gift__shape::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid var(--cleenhearts-secondary, #c62b23);
    opacity: 0.4;
    z-index: 1;
}

.donations-gift__shape--one {
    left: 87px;
    bottom: -117px;
    animation: zumpX 1500ms infinite alternate;
}

@media (max-width: 1799px) {
    .donations-gift__shape--one {
        bottom: -140px;
    }
}

@media (max-width: 767px) {
    .donations-gift__shape--one {
        bottom: -150px;
    }
}

@media (max-width: 575px) {
    .donations-gift__shape--one {
        bottom: -175px;
        left: 20px;
    }
}

@media (max-width: 412px) {
    .donations-gift__shape--one {
        left: 0px;
    }
}

.donations-gift__shape--one::after {
    bottom: 0;
    left: -37px;
    animation: zumpX 1500ms infinite alternate;
}

.donations-gift__shape--two {
    top: -117px;
    right: 86px;
    animation: zumpXtwo 1500ms infinite alternate;
}

@media (max-width: 1799px) {
    .donations-gift__shape--two {
        top: -140px;
    }
}

@media (max-width: 767px) {
    .donations-gift__shape--two {
        top: -150px;
    }
}

@media (max-width: 575px) {
    .donations-gift__shape--two {
        right: 20px;
        top: -175px;
    }
}

@media (max-width: 412px) {
    .donations-gift__shape--two {
        right: 0px;
    }
}

.donations-gift__shape--two::after {
    top: 0;
    right: -37px;
    animation: zumpXtwo 1500ms infinite alternate;
}

.donations-three {
    position: relative;
}

.donations-three__top {
    margin-bottom: 65px;
}

.donations-three .sec-title {
    margin-bottom: 0;
}

.donations-three__carousel {
    position: relative;
}

.donations-three__carousel .owl-nav::before,
.donations-three__carousel .owl-nav::after {
    display: none;
}

@media (min-width: 1330px) {
    .donations-three__carousel .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        margin-top: 0 !important;
        justify-content: space-between;
    }

    .donations-three__carousel .owl-nav .owl-prev,
    .donations-three__carousel .owl-nav .owl-next {
        position: relative;
    }

    .donations-three__carousel .owl-nav .owl-prev span,
    .donations-three__carousel .owl-nav .owl-next span {
        width: 60px;
        height: 60px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0.7;
        background-color: transparent;
        color: var(--cleenhearts-white3, #D7D3CB);
        border: 1px solid var(--cleenhearts-white3, #D7D3CB);
    }

    .donations-three__carousel .owl-nav .owl-prev span:hover,
    .donations-three__carousel .owl-nav .owl-next span:hover {
        background-color: var(--cleenhearts-purple, #965995);
        color: var(--cleenhearts-white, #fff);
        border-color: var(--cleenhearts-purple, #965995);
    }
}

@media (min-width: 1330px) {
    .donations-three__carousel .owl-nav .owl-prev {
        left: -70.5px;
    }
}

@media (min-width: 1400px) {
    .donations-three__carousel .owl-nav .owl-prev {
        left: -105px;
    }
}

@media (min-width: 1330px) {
    .donations-three__carousel .owl-nav .owl-next {
        right: -70.5px;
    }
}

@media (min-width: 1400px) {
    .donations-three__carousel .owl-nav .owl-next {
        right: -105px;
    }
}

.donations-three__tabs-box {
    position: relative;
    display: block;
}

.donations-three__tabs-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 991px) {
    .donations-three__tabs-box .tab-buttons {
        margin-top: 0;
        justify-content: flex-start;
    }
}

.donations-three__tabs-box .tab-buttons .tab-btn {
    cursor: pointer;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    padding: 9px 9.5px;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    color: var(--cleenhearts-purple, #965995);
    border: 1px solid var(--cleenhearts-white2, #EFECE7);
    transition: all 400ms ease;
}

.donations-three__tabs-box .tab-buttons .tab-btn.active-btn,
.donations-three__tabs-box .tab-buttons .tab-btn:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-purple, #965995);
    border-color: var(--cleenhearts-purple, #965995);
}

.donations-three__tabs-box .tabs-content {
    position: relative;
    display: block;
}

.donations-three__tabs-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.donations-three__tabs-box .tabs-content .tab.active-tab {
    display: block;
    /*! margin-top: 0px; */
}

.donations-four {
    position: relative;
    background-color: var(--cleenhearts-gray2);
    overflow: hidden;
}

.donations-four__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 38.1%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: transparent;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1221.000000"><g transform="translate(0.000000,1221.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 6105 l0 -6105 2841 0 2841 0 86 57 c94 62 229 159 387 281 373 286 745 639 1061 1008 194 227 202 238 317 394 171 233 222 307 307 443 30 48 63 100 72 115 10 15 22 36 28 47 6 11 19 34 30 50 11 17 24 39 30 50 6 11 20 36 31 55 12 19 32 55 46 80 13 25 28 53 34 62 5 10 13 26 19 35 38 69 208 421 245 508 7 17 20 46 28 65 18 42 73 180 93 233 17 44 38 101 60 160 9 23 22 57 30 75 8 18 14 39 14 47 0 8 6 29 14 47 7 18 21 60 31 93 10 33 23 78 30 100 24 76 66 229 89 320 14 55 24 102 61 270 19 86 42 206 59 315 8 52 22 136 31 186 8 50 15 109 15 132 0 23 6 88 14 144 8 57 18 174 21 261 7 163 11 191 26 181 5 -3 9 119 9 291 0 171 -4 294 -9 291 -14 -9 -19 28 -26 169 -7 156 -30 398 -50 516 -8 47 -15 99 -15 115 0 16 -7 65 -16 109 -8 44 -22 116 -30 160 -22 118 -44 223 -59 285 -8 30 -23 93 -35 140 -21 85 -33 132 -65 245 -28 99 -43 148 -54 180 -28 79 -63 183 -71 210 -5 17 -18 55 -30 85 -34 87 -51 133 -59 161 -5 14 -13 34 -19 45 -6 10 -34 75 -62 144 -72 174 -196 434 -277 580 -17 30 -48 87 -68 125 -53 97 -104 182 -177 298 -24 37 -48 76 -53 85 -6 9 -33 50 -60 90 -28 41 -57 84 -65 97 -22 35 -192 267 -223 305 -7 8 -35 44 -62 80 -46 60 -195 240 -219 266 -6 6 -42 46 -81 90 -186 212 -541 553 -770 741 -208 170 -327 260 -555 419 -41 29 -74 57 -73 63 2 8 -786 11 -2857 11 l-2860 0 0 -6105z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1221.000000"><g transform="translate(0.000000,1221.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 6105 l0 -6105 2841 0 2841 0 86 57 c94 62 229 159 387 281 373 286 745 639 1061 1008 194 227 202 238 317 394 171 233 222 307 307 443 30 48 63 100 72 115 10 15 22 36 28 47 6 11 19 34 30 50 11 17 24 39 30 50 6 11 20 36 31 55 12 19 32 55 46 80 13 25 28 53 34 62 5 10 13 26 19 35 38 69 208 421 245 508 7 17 20 46 28 65 18 42 73 180 93 233 17 44 38 101 60 160 9 23 22 57 30 75 8 18 14 39 14 47 0 8 6 29 14 47 7 18 21 60 31 93 10 33 23 78 30 100 24 76 66 229 89 320 14 55 24 102 61 270 19 86 42 206 59 315 8 52 22 136 31 186 8 50 15 109 15 132 0 23 6 88 14 144 8 57 18 174 21 261 7 163 11 191 26 181 5 -3 9 119 9 291 0 171 -4 294 -9 291 -14 -9 -19 28 -26 169 -7 156 -30 398 -50 516 -8 47 -15 99 -15 115 0 16 -7 65 -16 109 -8 44 -22 116 -30 160 -22 118 -44 223 -59 285 -8 30 -23 93 -35 140 -21 85 -33 132 -65 245 -28 99 -43 148 -54 180 -28 79 -63 183 -71 210 -5 17 -18 55 -30 85 -34 87 -51 133 -59 161 -5 14 -13 34 -19 45 -6 10 -34 75 -62 144 -72 174 -196 434 -277 580 -17 30 -48 87 -68 125 -53 97 -104 182 -177 298 -24 37 -48 76 -53 85 -6 9 -33 50 -60 90 -28 41 -57 84 -65 97 -22 35 -192 267 -223 305 -7 8 -35 44 -62 80 -46 60 -195 240 -219 266 -6 6 -42 46 -81 90 -186 212 -541 553 -770 741 -208 170 -327 260 -555 419 -41 29 -74 57 -73 63 2 8 -786 11 -2857 11 l-2860 0 0 -6105z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (max-width: 1399px) {
    .donations-four__bg {
        display: none;
    }
}

.donations-four .container {
    position: relative;
    z-index: 1;
}

.donations-four .sec-title {
    margin-bottom: 43px;
}

.donations-five {
    position: relative;
    padding-top: 250px;
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 767px) {
    .donations-five {
        padding-top: 220px;
    }
}

@media (max-width: 575px) {
    .donations-five {
        padding-top: 160px;
    }
}

.donations-five__container {
    width: 100%;
    max-width: 1710px;
    height: calc(100% - 450px);
    position: relative;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .donations-five__container {
        top: 110px;
    }
}

@media (max-width: 575px) {
    .donations-five__container {
        top: 80px;
    }
}

.donations-five__inner {
    position: relative;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 100%;
    background-color: var(--cleenhearts-bramble);
}

@media (max-width: 575px) {
    .donations-five__inner {
        width: 100%;
    }
}

.donations-five__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: lighten;
    opacity: 0.15;
}

.donations-five__mosque-one,
.donations-five__mosque-two {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1599px) {

    .donations-five__mosque-one,
    .donations-five__mosque-two {
        max-width: 560px;
    }
}

@media (max-width: 1399px) {

    .donations-five__mosque-one,
    .donations-five__mosque-two {
        max-width: 550px;
    }
}

@media (max-width: 1199px) {

    .donations-five__mosque-one,
    .donations-five__mosque-two {
        max-width: 475px;
    }
}

@media (max-width: 991px) {

    .donations-five__mosque-one,
    .donations-five__mosque-two {
        display: none;
    }
}

.donations-five__mosque-one {
    left: -120px;
}

@media (max-width: 1599px) {
    .donations-five__mosque-one {
        left: -15px;
    }
}

.donations-five__mosque-two {
    right: -120px;
}

@media (max-width: 1599px) {
    .donations-five__mosque-two {
        right: -15px;
    }
}

.donations-five .container {
    position: relative;
    z-index: 2;
}

.donations-five .sec-title {
    width: 100%;
    max-width: 570px;
    margin: 0 auto 59px;
    text-align: center;
}

.donations-five .sec-title__title {
    color: var(--cleenhearts-white, #fff);
    text-transform: capitalize;
}

.donations-five__carousel {
    position: relative;
}

.donations-five__carousel.owl-carousel .owl-stage-outer {
    z-index: 2;
}

.donations-five__carousel.owl-carousel .owl-nav {
    display: flex;
}

@media (min-width: 1340px) {
    .donations-five__carousel.owl-carousel .owl-nav {
        width: 100%;
        margin: 0;
        position: absolute;
        top: 138px;
        left: 0;
        justify-content: space-between;
        z-index: 1;
    }
}

.donations-five__carousel.owl-carousel .owl-nav::before,
.donations-five__carousel.owl-carousel .owl-nav::after {
    display: none;
}

@media (min-width: 1340px) {
    .donations-five__carousel.owl-carousel .owl-nav .owl-prev {
        left: -75px;
    }
}

@media (min-width: 1400px) {
    .donations-five__carousel.owl-carousel .owl-nav .owl-prev {
        left: -100px;
    }
}

@media (min-width: 1340px) {
    .donations-five__carousel.owl-carousel .owl-nav .owl-next {
        right: -75px;
    }
}

@media (min-width: 1400px) {
    .donations-five__carousel.owl-carousel .owl-nav .owl-next {
        right: -100px;
    }
}

.donations-five__carousel.owl-carousel .owl-nav button {
    position: relative;
}

.donations-five__carousel.owl-carousel .owl-nav button span {
    width: 60px;
    height: 60px;
    font-size: 22px;
    color: var(--cleenhearts-brown);
    background-color: transparent;
    border: 1px solid rgba(var(--cleenhearts-base-rgb), 0.1);
}

@media (max-width: 1399px) {
    .donations-five__carousel.owl-carousel .owl-nav button span {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

.donations-five__carousel.owl-carousel .owl-nav button span:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-brown2);
    border-color: var(--cleenhearts-brown2);
}

/*--------------------------------------------------------------
# Donation Details
--------------------------------------------------------------*/

.donation-details .donation-card {
    padding: 0;
    background-color: var(--cleenhearts-white, #fff);
}

.donation-details .donation-card__image {
    margin-bottom: 15px;
}

.donation-details .donation-card__image::after,
.donation-details .donation-card__image::before {
    display: none;
}

.donation-details .donation-card:hover .donation-card__image img {
    transform: scale(1);
}

.donation-details__hall {
    padding: 10px;
    border-radius: 100px;
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: var(--cleenhearts-secondary, #c62b23);
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--cleenhearts-base, #2e2e2e);
    text-transform: capitalize;
    line-height: 1;
    z-index: 11;
}

@media (max-width: 575px) {
    .donation-details__hall {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 425px) {
    .donation-details__hall {
        top: 15px;
        left: 15px;
    }
}

.donation-details__date {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--cleenhearts-white, #fff);
    gap: 4px;
    z-index: 11;
}

@media (max-width: 425px) {
    .donation-details__date {
        width: 54px;
        height: 54px;
        top: 15px;
        right: 15px;
    }
}

.donation-details__date span {
    color: inherit;
}

.donation-details .donation-card__progress {
    padding: 38px 30px 12px;
    background-color: transparent;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    margin-bottom: 31px;
}

@media (max-width: 575px) {
    .donation-details .donation-card__progress {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.donation-details .donation-card__title {
    font-size: 24px;
    line-height: 1.541;
    letter-spacing: normal;
    margin-bottom: 18px;
}

@media (max-width: 575px) {
    .donation-details .donation-card__title {
        font-size: 20px;
    }
}

.donation-details .donation-card-three__text {
    margin-bottom: 0;
}

.donation-details .donation-card-three__text__inner:not(:first-child) {
    margin-top: 28px;
}

.donation-details__inner {
    margin-top: 49px;
}

@media (max-width: 575px) {
    .donation-details__inner {
        margin-top: 40px;
    }
}

.donation-details__inner__title {
    font-size: 24px;
    line-height: 1.541;
    margin-bottom: 30px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .donation-details__inner__title {
        margin-bottom: 20px;
    }
}

.donation-details__inner__desc {
    text-transform: capitalize;
    margin-bottom: 26px;
}

.donation-details__inner__image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.donation-details__inner__text {
    text-transform: capitalize;
    margin-top: 31px;
    margin-bottom: 26px;
}

.donation-details__inner__list {
    padding: 0;
    margin: 0;
    margin-left: 18px;
}

.donation-details__inner__list li+li {
    margin-top: 8.5px;
}

.donation-details__inner__list li p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.donation-details__inner__bottom {
    margin-top: 40px;
    margin-bottom: 48px;
}

.donation-details__inner__bottom__text {
    margin-bottom: 0;
}

.donation-details__inner__bottom__text:not(:last-child) {
    margin-bottom: 29px;
}

.donation-details__donation {
    margin-top: 34px;
    padding: 41px 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    display: grid;
    grid-template-columns: auto auto 177px;
    align-items: center;
    gap: 40px 65px;
}

@media (max-width: 1199px) {
    .donation-details__donation {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 767px) {
    .donation-details__donation {
        grid-template-columns: auto;
    }
}

@media (max-width: 575px) {
    .donation-details__donation {
        padding: 31px 30px;
    }
}

@media (max-width: 375px) {
    .donation-details__donation {
        padding: 26px 25px;
    }
}

.donation-details__donation__info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.donation-details__donation__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--cleenhearts-purple, #965995);
    border-radius: 10px;
    transition: all 400ms ease;
}

.donation-details__donation__icon span {
    font-size: 40px;
    color: var(--cleenhearts-white, #fff);
    transition: all 400ms ease;
}

.donation-details__donation__info:hover .donation-details__donation__icon {
    background-color: var(--cleenhearts-secondary, #c62b23);
}

.donation-details__donation__info:hover .donation-details__donation__icon span {
    color: var(--cleenhearts-base, #2e2e2e);
}

.donation-details__donation__content {
    position: relative;
    top: 4px;
}

.donation-details__donation__title {
    font-size: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.donation-details__donation__text {
    font-size: 24px;
    font-weight: 400;
    color: var(--cleenhearts-base, #2e2e2e);
    line-height: 1.666;
    text-transform: capitalize;
    margin-bottom: 0;
}

.donation-details__donors {
    padding-top: 65px;
    padding-bottom: 66px;
    border-top: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

@media (max-width: 575px) {
    .donation-details__donors {
        padding-top: 55px;
        padding-bottom: 56px;
    }
}

.donation-details__donors__title {
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.donation-details__donors__single {
    text-align: center;
}

.donation-details__donors__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    margin-bottom: 21px;
    transition: all 400ms ease;
    margin-left: auto;
    margin-right: auto;
}

.donation-details__donors__image img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    transition: transform 400ms ease;
}

.donation-details__donors__single:hover .donation-details__donors__image {
    border-color: var(--cleenhearts-purple, #965995);
}

.donation-details__donors__single:hover .donation-details__donors__image img {
    transform: scale(1.1);
}

.donation-details__donors__name:hover {
    color: var(--cleenhearts-purple, #965995);
}

.donation-details__donors__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-details__donors__name a:hover {
    background-size: 100% 1px;
}

.donation-details__donors__name,
.donation-details__donors__amount {
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.donation-details__donors__amount {
    color: var(--cleenhearts-purple, #965995);
    margin-bottom: 0;
}

.sidebar-donation__item {
    border-radius: 20px;
    background-color: var(--cleenhearts-white2, #EFECE7);
    padding: 30px;
}

@media (max-width: 1199px) {
    .sidebar-donation__item {
        padding: 30px 25px;
    }
}

.sidebar-donation__item+.sidebar-donation__item {
    margin-top: 30px;
}

.sidebar-donation__title {
    font-size: 20px;
    line-height: 1.3;
    margin-top: -3px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.sidebar-donation__organizer {
    padding-bottom: 24px;
}

.sidebar-donation__organizer__profile {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--cleenhearts-border-color, #D7D3CB);
}

.sidebar-donation__organizer__image {
    flex-shrink: 0;
    width: 92px;
}

@media (max-width: 1199px) {
    .sidebar-donation__organizer__image {
        width: 75px;
    }
}

.sidebar-donation__organizer__image img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .sidebar-donation__organizer__image img {
        width: 75px;
        height: 75px;
    }
}

.sidebar-donation__organizer__content {
    width: calc(100% - 92px);
}

@media (max-width: 1199px) {
    .sidebar-donation__organizer__content {
        width: calc(100% - 75px);
    }
}

.sidebar-donation__organizer__name {
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.sidebar-donation__organizer__name:hover {
    color: var(--cleenhearts-purple, #965995);
}

.sidebar-donation__organizer__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar-donation__organizer__name a:hover {
    background-size: 100% 1px;
}

.sidebar-donation__organizer__designation {
    font-size: 14px;
    font-weight: 500;
    color: var(--cleenhearts-purple, #965995);
    line-height: 16px;
    text-transform: capitalize;
}

.sidebar-donation__organizer__address {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-donation__organizer__address__title {
    display: flex;
    align-items: center;
}

.sidebar-donation__organizer__address__icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: var(--cleenhearts-purple, #965995);
    margin-right: 10px;
}

.sidebar-donation__organizer__address__text,
.sidebar-donation__organizer__address__address {
    font-size: 16px;
    font-weight: 700;
    color: var(--cleenhearts-base, #2e2e2e);
    line-height: 1;
    text-transform: capitalize;
}

.sidebar-donation__organizer__address__address {
    font-weight: normal;
    margin-bottom: 0;
}

.sidebar-donation__campaings {
    padding: 29px 30px 29px;
}

@media (max-width: 1199px) {
    .sidebar-donation__campaings {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.sidebar-donation__campaings__post {
    display: flex;
}

.sidebar-donation__campaings__post:not(:last-of-type) {
    margin-bottom: 30px;
}

.sidebar-donation__campaings__image {
    width: 80px;
    flex-shrink: 0;
    margin-right: 16px;
}

.sidebar-donation__campaings__image img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.sidebar-donation__campaings__meta {
    font-size: 14px;
    color: var(--cleenhearts-gray, #888888);
    font-weight: 500;
    line-height: 1.142;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar-donation__campaings__content {
    width: calc(100% - 80px);
}

.sidebar-donation__campaings__title {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.555;
}

@media (max-width: 1199px) {
    .sidebar-donation__campaings__title {
        font-size: 15px;
    }
}

@media (max-width: 359px) {
    .sidebar-donation__campaings__title {
        font-size: 14px;
    }
}

.sidebar-donation__campaings__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar-donation__campaings__title a:hover {
    background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/

.donate-page__notice {
    padding: 20.5px 21.37px;
    display: flex;
    align-items: center;
    background-color: var(--cleenhearts-white4, #FFFAEA);
    border-radius: 10px;
    margin-bottom: 30px;
}

.donate-page__notice i {
    font-size: 21.26;
    margin-right: 21.37px;
    color: #FFD54F;
}

.donate-page__notice__text {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}

.donate-page__notice__text span {
    font-weight: normal;
}

.donate-page__form {
    padding: 29px;
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    border-radius: 10px;
}

@media (max-width: 425px) {
    .donate-page__form {
        padding: 25px;
    }
}

.donate-page__form__title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.donate-page__form__amount {
    margin-bottom: 65px;
}

.donate-page__form__amount__box {
    padding-left: 24px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: var(--cleenhearts-purple, #965995);
    height: 81px;
}

.donate-page__form__amount__sign {
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 30px;
    color: var(--cleenhearts-white, #fff);
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.9px;
    text-transform: capitalize;
}

.donate-page__form__amount__input,
.donate-page__form__amount__input::placeholder {
    width: calc(100% - 50px);
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: right;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 30px;
    color: var(--cleenhearts-white, #fff);
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.9px;
    text-transform: capitalize;
}

.donate-page__form__amount__buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.donate-page__form__amount__btn {
    min-width: 95px;
    text-align: center;
    padding: 18px 15px;
    border-radius: 10px;
    outline: 0;
    border: 0;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    background-color: var(--cleenhearts-white2, #EFECE7);
    transition: all 400ms ease;
}

.donate-page__form__amount__btn.active {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-purple, #965995);
}

@media (max-width: 1399px) {
    .donate-page__form__amount__btn {
        min-width: 94px;
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .donate-page__form__amount__btn {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .donate-page__form__amount__btn {
        min-width: 70px;
        font-size: 18px;
    }
}

.donate-page__form__amount__btn:hover {
    color: var(--cleenhearts-white, #fff);
    background-color: var(--cleenhearts-purple, #965995);
}

.donate-page__form__amount__btn:last-child {
    min-width: 185px;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.donate-page__form__payment {
    margin-bottom: 36px;
}

.donate-page__form__payment__method {
    display: flex;
    align-items: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

.donate-page__form__info__title {
    margin-bottom: 34px;
}

.donate-page__form .form-one__control__input {
    border: 1px solid var(--cleenhearts-border-color, #D7D3CB);
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.donate-page__form .form-one__control__input:focus {
    border-color: var(--cleenhearts-base, #2e2e2e);
}

.donate-page__sidebar__item+.donate-page__sidebar__item {
    margin-top: 30px;
}

/*--------------------------------------------------------------
# Join
--------------------------------------------------------------*/

.join-one {
    position: relative;
    z-index: 2;
}

.join-one__inner {
    margin-bottom: -109px;
    padding: 55px 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--cleenhearts-base);
    border-radius: 20px;
    box-shadow: 0px 4px 50px 10px rgba(45, 34, 29, 0.1);
}

@media (max-width: 1199px) {
    .join-one__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .join-one__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.join-one__title {
    margin: 0;
    font-size: 30px;
    color: var(--cleenhearts-white, #fff);
    line-height: 1.33;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .join-one__title {
        text-align: center;
    }
}

.join-one__box {
    padding: 15px 15px 15px 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px 15px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
}

@media (max-width: 1199px) {
    .join-one__box {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .join-one__box {
        flex-direction: column;
        background-color: transparent;
    }
}

.join-one .volunteer-group__total {
    background-color: var(--cleenhearts-gray4);
    border-color: var(--cleenhearts-white, #fff);
}

/*--------------------------------------------------------------
# Events Gallery
--------------------------------------------------------------*/

.events-gallery .container-fluid {
    padding: 0;
}

.events-gallery__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10;
}

@media (max-width: 1399px) {
    .events-gallery__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .events-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .events-gallery__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.events-gallery__image {
    overflow: hidden;
    position: relative;
}

.events-gallery__image::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    transition: all 700ms ease;
    transform: translateY(-110%);
    z-index: 1;
}

.events-gallery__image__img {
    display: block;
    width: 100%;
}

.events-gallery__item:hover .events-gallery__image::after {
    transform: translateY(0);
}

.events-gallery__link {
    width: calc(100% - 97px);
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 200%);
    padding: 14px;
    background-color: var(--cleenhearts-white, #fff);
    border-radius: 100px;
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    color: var(--cleenhearts-base, #2e2e2e);
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    transition: all 600ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

@media (max-width: 1799px) {
    .events-gallery__link {
        width: calc(100% - 50px);
    }
}

@media (max-width: 1599px) {
    .events-gallery__link {
        width: calc(100% - 40px);
    }
}

.events-gallery__link:hover {
    color: var(--cleenhearts-purple, #965995);
}

.events-gallery__link img {
    width: 40px !important;
    height: 40px;
}

.events-gallery__link span {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    padding-bottom: 3px;
    margin-bottom: -2px;
}

.events-gallery__link span:hover {
    background-size: 100% 1px;
}

.events-gallery__item:hover .events-gallery__link {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# Subscribe
--------------------------------------------------------------*/

.subscribe {
    overflow: hidden;
    padding-top: 66px;
    padding-bottom: 65px;
    position: relative;
    background-color: var(--cleenhearts-base, #2e2e2e);
    z-index: 1;
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .subscribe {
        padding-top: 61px;
    }
}

@media (max-width: 575px) {
    .subscribe {
        padding-top: 56px;
    }
}

.subscribe__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.subscribe__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, RGBA(var(--cleenhearts-base-rgb, 53, 28, 66), 0.8) 0%, RGBA(var(--cleenhearts-base-rgb, 53, 28, 66), 0.8) 100%);
    z-index: 1;
}

.subscribe .container {
    position: relative;
    z-index: 11;
}

.subscribe .row {
    align-items: center;
}

.subscribe .row1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* .subscribe__content {
    display: flex;
    align-items: center;
} */

@media (max-width: 991px) {
    .subscribe__content {
        justify-content: center;
        margin-bottom: 30px;
    }
}

.subscribe__title-image {
    margin-right: 26px;
    font-size: 60px;
    color: var(--cleenhearts-white, #fff);
}

@media (max-width: 575px) {
    .subscribe__title-image {
        margin-right: 15px;
        font-size: 35px;
    }

    .subscribe__title {
        font-size: 20px !important;
    }
}

.subscribe__title {
    font-family: var(--cleenhearts-heading-font, "Quicksand", sans-serif);
    color: var(--cleenhearts-white, #fff);
    font-weight: 700;
    font-size: 23px;
    /* line-height: 1.5; */
    letter-spacing: -1.2px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .subscribe__title {
        font-size: 35px;
    }
}

.subscribe__form {
    display: flex;
    align-items: center;
}

@media (max-width: 500px) {
    .subscribe__form {
        flex-direction: column;
    }
}

.subscribe__form__input {
    padding: 0;
    border: none;
    outline: none;
    padding-left: 32px;
    width: calc(100% - 193px);
    height: 64px;
    border-radius: 100px 0 0 100px;
    background-color: transparent;
    border-left: 1px solid rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 0.5);
    border-top: 1px solid rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 0.5);
    border-bottom: 1px solid rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 0.5);
    color: var(--cleenhearts-border-color, #D7D3CB);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 500px) {
    .subscribe__form__input {
        width: 100%;
        border-radius: 100px;
    }
}

.subscribe__form__input::placeholder {
    color: var(--cleenhearts-white3, #D7D3CB);
}

.subscribe__form__input:focus {
    border-color: rgba(var(--cleenhearts-secondary-rgb, 246, 212, 105), 1);
}

.subscribe__form__btn {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 0;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 64px;
    border-radius: 0 100px 100px 0;
    background-color: var(--cleenhearts-secondary, #c62b23);
    color: var(--cleenhearts-base, #2e2e2e);
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.subscribe__form__btn:hover {
    background-color: var(--cleenhearts-white, #fff);
}

@media (max-width: 575px) {
    .subscribe__form__btn {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .subscribe__form__btn {
        margin-top: 20px;
        width: 100%;
        border-radius: 100px;
    }
}

.subscribe__form__btn__text {
    position: relative;
    color: inherit;
    z-index: 1;
    transition: inherit;
}

.subscribe__form__btn__icon {
    position: relative;
    margin-left: 16px;
    font-size: 24px;
    color: inherit;
    z-index: 1;
    transition: inherit;
}

@media (max-width: 575px) {
    .subscribe__form__btn__icon {
        font-size: 18px;
    }
}

.subscribe__shape__one {
    position: relative;
    position: absolute;
    top: -75px;
    left: 54px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--cleenhearts-secondary, #c62b23);
    z-index: 1;
    opacity: 0.3;
    animation: slowXmove 6s ease infinite;
}

.subscribe__shape__one::after {
    content: "";
    position: absolute;
    top: 0;
    left: 23px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid var(--cleenhearts-secondary, #c62b23);
    z-index: 1;
    opacity: 0.3;
    animation: slowXmove 6s ease infinite;
}

.subscribe__shape__two {
    position: relative;
    position: absolute;
    right: 42px;
    bottom: -141px;
    width: 282px;
    height: 282px;
    border-radius: 50%;
    background-color: var(--cleenhearts-gray, #888888);
    z-index: 1;
    opacity: 0.3;
    animation: zumpX 1500ms infinite alternate;
}

.subscribe__shape__two::after {
    content: "";
    position: absolute;
    top: 0;
    right: 44px;
    width: 282px;
    height: 282px;
    border-radius: 50%;
    border: 3px solid var(--cleenhearts-gray, #888888);
    z-index: 1;
    opacity: 0.3;
    animation: zumpX 1500ms infinite alternate;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/

body.boxed-wrapper {
    position: relative;
}

body.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--cleenhearts-white, #fff);
    box-shadow: 0px 0px 100px 0px rgba(var(--cleenhearts-dark-rgb, 36, 16, 47), 0.08);
}

body.boxed-wrapper .main-header__btn {
    display: none;
}

body.boxed-wrapper .main-header__cart {
    margin-right: 0;
}

#back-to-top {
    place-self: end;
    position: sticky;
    /* margin-top: calc(100vh + var(--back-to-top-offset)); */
    z-index: 1;
    bottom: 2.7em;
    right: 2em;
}

#back-to-top {
    min-width: var(--back-to-top-button-size);
    height: var(--back-to-top-button-size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    background-color: #204a8f;
    box-shadow: 0 0.4em 0.7em 0.2em #c62b23;
    transform: translateY(0%);
    transition: ease-out 200ms;
    transition-property: transform, background-color;
}

#back-to-top:hover {
    transform: translateY(-22%);
    background-color: #204a8f;
}

#back-to-top::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    /* height: 200%; */
    transform: translateY(-30%);
    background-color: rgba(0, 0, 0, 0);
    display: block;
}

.container {
    width: 1200px !important;
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto;

    @media screen and (min-width: 992px) and (max-width: 1439px) {
        max-width: 1279px !important;
        padding: 0 !important;
        margin: 0 80px !important;
        width: auto !important;
    }

    @media screen and (max-width: 991px) {
        max-width: 959px !important;
        margin: 0 16px !important;
        padding: 0 !important;
        width: auto !important;
    }
}

.gradient-cards {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    gap: 2rem;
    /* padding: 30px; */
    justify-content: center;

    @media screen and (max-width: 991px) {
        grid-template-columns: 1fr;
    }
}

.card {
    max-width: 550px;
    border: 0;
    width: 100%;
    margin-inline: auto;
}

.container-card {
    position: relative;
    border: 2px solid transparent;
    background-color: #f7f5f0;
    border-radius: 5px;
    padding: 25px;
    height: 100%;
    border-bottom: 2px solid #c62b23;
    overflow: hidden;
}

.container-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f65a5a;
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
}

.container-card:hover::before {
    transform: translateY(0);
}

.container-card:hover .card-title,
.container-card:hover .card-description {
    color: white;
}

.card-title,
.card-description {
    position: relative;
    z-index: 1;
}

.bg-green-box,
.bg-white-box,
.bg-yellow-box,
.bg-blue-box {
    position: relative;
}

.bg-green-box::after,
.bg-white-box::after,
.bg-yellow-box::after,
.bg-blue-box::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: "";
    z-index: -1;
    border-radius: 45px;
}

.bg-green-box::after {
    background: linear-gradient(71deg, #0d1212, #3da077, #0d1212);
}

.bg-white-box::after {
    background: linear-gradient(71deg, #121013, #b0afb0, #121013);
}

.bg-yellow-box::after {
    background: linear-gradient(71deg, #110e0e, #afa220, #110e0e);
}

.bg-blue-box::after {
    background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
}

.card-title {
    font-weight: 700;
    color: red;
    letter-spacing: -0.02em;
    line-height: 40px;
    font-style: normal;
    font-size: 21px;
    padding-bottom: 8px;
}

.card-description {
    font-weight: 600;
    line-height: 26px;
    color: grey;
    font-size: 14px;
    max-width: 470px;
}

#progressbar {
    position: fixed;
    /* background-color: #194eb9; */
    z-index: 10000;
    bottom: 50px;
    right: 10px;
    width: 60px;
    height: 60px;
    display: none;
    place-items: center;
    border-radius: 50%;
    color: #1d002c;
    cursor: pointer;
}

.progressValue {
    display: block;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 16px;
}

.whatsapp-float {
    position: fixed;
    bottom: 160px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-float img {
    width: 60px;
    height: 100px;
    border-radius: 50%;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); */
    transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}

#about-two {
    display: none;
}

@media screen and (max-width: 768px) {
    .whatsapp-float img {
        width: 50px;
        height: 78px;
    }

    #about-one {
        display: none;
    }

    #about-two {
        display: block;
    }
}

@media (max-width: 576px) {


    .main-slider-one__title {
        width: 52%;
        line-height: 30px;

    }

}

@media (max-width: 515px) {

    .main-slider-one__title {
        width: 50%;
        line-height: 20px;
        font-size: 10px;
    }

    .main-slider-one__carousel .owl-dots {
        right: 17px;
        /* top: 36%; */
    }

    .main-slider-one__carousel .owl-dots .owl-dot span {
        width: 3px;
        height: 3px;
    }

    .main-slider-one__carousel .owl-dots .owl-dot span::after {
        width: 17px;
        height: 16px;
    }
}

@media (max-width: 400px) {

    .main-slider-one__title {
        /* width: 65%; */
        line-height: 18px;
        font-size: 10px;
    }


}

/* Base styling for dropdown container */
.below-number-container {
    position: relative;
    display: inline-block;
}

/* Styling for the dropdown list */
.below-number-dropdown {
    position: absolute;
    top: 100%;
    /* Position below the text */
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    list-style-type: none;
    padding: 8px 0;
    margin: 0;
    min-width: 150px;
    z-index: 10000;
    display: none;
    /* Initially hidden */
    position: absolute;
}

/* Styling individual dropdown items */
.below-number-dropdown li {
    padding: 8px 12px;
    /* cursor: pointer; */
    font-size: 14px;
    color: #333;
    transition: background-color 0.3s ease;
    font-family: var(--cleenhearts-font, "DM Sans", sans-serif);
    /* z-index: 1000; */
    /* position: absolute; */
}

/* Highlight dropdown items on hover */
.below-number-dropdown li:hover {
    background-color: #f0f0f0;
}

/* Show dropdown on hover */
.below-number-container:hover .below-number-dropdown {
    display: block;
}

/* Styling for below-number text */
.below-number {
    font-size: 16px;
    font-weight: bold;
    color: #007BFF;
}

.below-number1 {
    cursor: pointer;
}

/* Optional: Adjust the dropdown styling for better appearance */
.below-number-dropdown.hidden {
    display: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 80%;
    max-width: 400px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.popup-content h2 {
    margin: 0 0 10px;
    font-size: 1.5em;
}

.popup-content p {
    margin-bottom: 20px;
}

.btn {
    background-color: #c62b23;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

.btn:hover {
    background-color: var(--cleenhearts-purple);
    color: white;
}

.qr-code {
    width: 240px;
    height: 300px;
    margin: 10px 0;
}

.upi-link {
    display: block;
    margin-top: 10px;
    font-size: 1em;
    color: #007bff;
    text-decoration: none;
}

.upi-link:hover {
    text-decoration: underline;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #000;
}

.close-popup:hover {
    color: #ff0000;
}

.gallery-one__carousel {
    display: flex;
    overflow-x: auto;
    /* Allows horizontal scrolling */
    scroll-snap-type: x mandatory;
    /* Ensures images snap to the closest item */
}

.gallery-one__carousel .item {
    flex-shrink: 0;
    /* Prevents the images from shrinking */
    scroll-snap-align: center;
    /* Aligns each image to the center */
    margin-right: 10px;
    /* Optional: Adds space between images */
}

.gallery-one__carousel::-webkit-scrollbar {
    height: 8px;
    /* Custom scrollbar size */
}

.gallery-one__carousel::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the scrollbar */
    border-radius: 4px;
}

.gallery-one__carousel::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Hover effect */
}

.dropdown-icon {
    font-size: 14px;
    transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
    .main-slider-one__title__text {
        white-space: normal !important; /* Mobile me text normal flow me ayega */
    }
}
@media (max-width: 400px) {
    .container2 .box .box-content .below-number {
        font-size: 11px;
    }

    .main-slider-one__content {
        padding-bottom: 1rem;
    }
}

@media (max-width: 600px) {
    .dropdown-icon {
        font-size: 12px;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    /* background-color: #4CAF50; */
    color: black;
    /* padding: 10px 20px; */
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 8px;

}

.dropdown-arrow i {
    color: #c62b23;
    font-size: 14px;
}

.dropdown-content {
    /* position: absolute; */
    /* background-color: #f9f9f9; */
    /* min-width: 160px; */
    /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    /* margin-left: 1.5rem; */
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    display: none;
}
.dropdown-content a {
    display: block;
}
.container2 .box .dropdown-content.open {
    max-height: 200px; /* Adjust this value based on your content */
    display: block;
}

.dropdown-content a {
    color: black !important;
    /* padding: 12px 16px; */
    /* text-align: left; */
    text-decoration: none;
    /* display: block; */
    line-height: 1.2;
    font-size: 14px;
}

.donate-quote {
    color: #204a8f;
    margin-bottom: 1rem;
    text-align: center;
}

@media screen and (max-width : 575px) {
    .donate-quote {
        font-size: 18px !important;
    }

    .dropdown-arrow i {
        font-size: 10px;
    }

    .dropdown-content a {
        font-size: 12px;
    }
}

.x-logo {
    /* fill: #204a8f; */
    width: 13px;
    height: 13px;

}

.career-container-hiring {
    margin-top: 13rem;
    margin-bottom: 13rem;
}

.map-contact {
    height: 400px;
}

@media screen and (max-width : 500px) {
    .contact-one__info {
        position: static;
        transform: translateX(0%);
        width: calc(100% - 0px);
    }

    .contact-one__map {
        display: grid;
    }

    .cleenhearts-owl__carousel--basic-nav .owl-dots {
        gap: 0;
    }

    .cleenhearts-owl__carousel--basic-nav .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
    }

    .cleenhearts-owl__carousel--basic-nav .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
    }

    .cleenhearts-owl__carousel--basic-nav .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
    }

    .main-header__logo img {
        max-width: 70%;
    }

    /* .cleenhearts-owl__carousel--basic-nav .owl-dots .owl-dot::after{
        height: 15%;
        width: 15%;
    } */
}

.hidden {
    display: none;
}

@media screen and (max-width: 700px) {
    #cleenhearts-btn__text {
        margin-left: 2px !important;
    }

    .cleenhearts-btn__icon-box__inner span {
        top: 46%;
        left: 44%;
    }
}

@media screen and (max-width:1200px) {

    #cleenhearts-btn__text {
        margin-left: 0;
    }

    #cleenhearts-btn__text {
        font-size: 12px !important;
    }

    #cleenhearts-btn {
        padding: 9px 12px 9px 12px !important;
        display: flex !important;
        justify-content: center;
    }

    #main-header__right {
        gap: 5px !important;
    }

    .mobile-nav__btn {
        width: 15px;
    }
}

@media screen and (max-width: 360px) {
    #cleenhearts-btn__text {
        font-size: 7.5px !important;
    }

    #cleenhearts-btn {
        padding: 7px 5px 7px 5px !important;
    }
}

.icon-duble-arrow {
    color: white;
}

/* Donate Page Image */
.donate-page__content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 1rem;
}

/* Link Styles */
.donate-page__content a {
    text-decoration: none;
    font-size: 1.1rem;
}

.donate-page__content a:hover {
    text-decoration: underline;
}

/* Form Container */
#donationForm {
    background-color: #e6eaf5;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Form Group */
.form-group {
    margin-bottom: 1rem;
}

/* Labels */
.form-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1rem;
}

/* Input & Select */
.form-group input,
.form-group select {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid var(--cleenhearts-gray);
    border-radius: 5px;
    background-color: #fafafa;
    font-size: 0.95rem;
}

.form-group input::placeholder,
.form-group select::placeholder {
    color: grey;
}

/* Form Row - Flexible Grid */
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

/* Flex for Larger Screens */
.form-group {
    flex: 1;
    min-width: 250px;
}

/* Submit Button */
.submit-button {
    background-color: #204a8f !important;
    color: white;
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 180px;
    display: block;
    margin: auto;
    text-align: center;
}

/* Button Hover Effect */
.submit-button:hover {
    background-color: var(--cleenhearts-secondary, #c62b23) !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
    #donationForm {
        padding: 1.2rem;
        max-width: 90%;
    }

    .form-group input,
    .form-group select {
        padding: 0.55rem;
        font-size: 0.9rem;
    }

    .submit-button {
        padding: 0.55rem 1.3rem;
        font-size: 0.95rem;
        max-width: 160px;
    }
}

/* Below 500px - Compact Layout */
@media (max-width: 500px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-group {
        width: 100%;
        margin-bottom: 0.6rem; /* Reduced space between fields */
    }

    .subscribe__title {
        font-size: 1.3rem; /* Smaller title */
    }

    .donate-page__content a {
        font-size: 0.9rem;
    }

    #donationForm {
        padding: 0.8rem; /* Reduced padding */
        max-width: 95%;
        margin-top: 1rem;
    }

    .form-group label {
        font-size: 0.9rem; /* Smaller labels */
        margin-bottom: 0.3rem;
    }

    .form-group input,
    .form-group select {
        padding: 0.45rem; /* Reduced input field height */
        font-size: 0.85rem;
    }

    /* Smaller Button */
    .submit-button {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
        max-width: 140px;
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #c62b23;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#upi-id{
    color: #204a8f;
    font-size: 20px;
    font-weight: 700;
}

#upi-id:hover{
    text-decoration: underline; 
     text-decoration-color: #c62b23;
}


/* about section from charito  */

:root {
    --black: #000;
    --white: #fff;
    --ul-primary: #EB5310;
    --ul-secondary: #FAA019;
    --ul-c3: #FFE9C8;
    --ul-c4: #FFF9F4;
    --ul-c5: #FC791A;
    --ul-black: #1E252F;
    --ul-p: #434343;
    --ul-gray: #434343;
    --ul-gray2: #D2D2D1;
    --ul-gray3: #F4F4F4;
    --ul-gradient: linear-gradient(90deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
    --font-primary: "Manrope", serif;
    --font-quicksand: "Quicksand", serif;
    --font-caveat: "Caveat", serif;
}

html {
    overflow-x: hidden;
}

/* 
img {
    max-width: 100%;
} */
.img-wrapper img{
    max-width: 100%;
}
a {
    text-decoration: none;
    display: inline-block;
    color: var(--black);
}

input[type=number] {
    -moz-appearance: textfield;
}


@media screen and (max-width: 479px) {
    .d-xxs-none {
        display: none !important;
    }
}

.ul-container {
    --container-space-x: 30px;
    max-width: calc(clamp(1200px, 74.09vw, 1410px) + var(--container-space-x));
    padding-left: calc(var(--container-space-x) / 2);
    padding-right: calc(var(--container-space-x) / 2);
    margin: auto;
}

.ul-inner-container {
    margin: 0 clamp(15px, 10.25vw, 195px);
}

@media screen and (max-width: 1599px) {
    .ul-inner-container {
        margin: 0 clamp(15px, 7.88vw, 150px);
    }
}

@media screen and (max-width: 1399px) {
    .ul-inner-container {
        margin: 0 clamp(15px, 2.88vw, 150px);
    }
}



.ul-btn {
    height: clamp(45px, 2.94vw, 56px);
    background-color: #c62b23;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(7px, 0.53vw, 10px);
    padding: 0 clamp(6px, 0.47vw, 9px);
    padding-right: clamp(12px, 0.89vw, 17px);
    font-weight: 800;
    font-size: clamp(13px, 0.84vw, 16px);
    position: relative;
    color: var(--white);
}

.ul-btn:hover {
    color: var(--cleenhearts-purple, #204a8f);
    background-color: transparent;
    border-color: var(--cleenhearts-purple, #204a8f);
}

.ul-btn:hover i {
    color: var(--white);
    background-color: var(--cleenhearts-purple, #204a8f);
}

.ul-btn i {
    background-color: var(--white);
    color: var(--ul-primary);
    width: clamp(22px, 1.52vw, 29px);
    width: clamp(33px, 2.1vw, 40px);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition: all 0.3s ease;
    font-size: clamp(10px, 0.68vw, 13px);
}



.ul-section-title {
    font-weight: 500;
    /* font-size: clamp(25px, 2.63vw, 50px); */
    font-size: clamp(25px, 2vw, 50px);
    color: var(--ul-black);
    margin-bottom: clamp(5px, 0.42vw, 8px);
    letter-spacing: -0.04em;
    font-family: var(--font-quicksand);
}

.ul-section-sub-title--2{
    color: rgb(159,32,31);
    font-weight: 900;
    font-size: 1.5rem;
}

.ul-section-descr {
    font-size: clamp(19px, 0.84vw, 16px);
    margin-bottom: 0;
    color: var(--ul-p);
}s

.ul-about {
    position: relative;
    padding-top: 5rem   ;
}

.ul-about-row {
    --bs-gutter-x: clamp(30px, 3.15vw, 60px) !important;
    --bs-gutter-y: clamp(30px, 3.15vw, 60px) !important;
}

.ul-about-imgs {
    position: relative;
    z-index: 1;
}

.ul-about-imgs-vectors .vector-1 {
    position: absolute;
    bottom: 0;
    left: calc(0% - clamp(151px, 10.56vw, 201px));
    z-index: -1;
}

.ul-about-imgs-vectors .vector-2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: clamp(0px, 34.21vw, 651px);
}

.ul-about .ul-section-title {
    margin-bottom: clamp(5px, 0.68vw, 13px);
}

.ul-about .ul-section-descr {
    margin-bottom: clamp(20px, 1.58vw, 30px);
}

.ul-about-block {
    display: flex;
    align-items: center;
    gap: 20px clamp(30px, 2.89vw, 55px);
    margin-bottom: clamp(25px, 2.36vw, 45px);
    flex-wrap: wrap;
}

.ul-about-block .block-left .icon {
    width: clamp(40px, 2.63vw, 50px);
    aspect-ratio: 50/50;
    background: url(../img/about-block-icon-bg.svg) no-repeat center center/contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(25px, 1.58vw, 30px);
    color: var(--white);
}

.ul-about-block .block-heading {
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.79vw, 15px);
    margin-bottom: clamp(3px, 0.32vw, 6px);
}

.ul-about-block .block-title {
    font-size: clamp(18px, 1.16vw, 22px);
    font-weight: 700;
}

.ul-about-block .block-list {
    color: var(--ul-black);
}

.ul-about-block .block-list li {
    display: flex;
    align-items: center;
}

.ul-about-block .block-list li:before {
    content: "\f106";
    font-family: flaticon_charitics !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--ul-primary);
    margin-right: clamp(7px, 0.53vw, 10px);
    font-size: clamp(9px, 0.63vw, 12px);
}

.ul-about-block .block-right img {
    width: 100%;
    max-width: clamp(230px, 17.34vw, 330px);
    aspect-ratio: 330/73;
    border-radius: 999px;
}

.ul-about-bottom {
    display: flex;
    align-items: center;
    gap: clamp(15px, 2.1vw, 40px);
    flex-wrap: wrap;
}

.ul-about-call {
    display: flex;
    gap: clamp(12px, 0.79vw, 15px);
}

.ul-about-call .icon {
    width: clamp(42px, 2.73vw, 52px);
    aspect-ratio: 50/50;
    border: 1px solid var(--ul-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(17px, 1.05vw, 20px);
}

.ul-about-call .call-title {
    font-weight: 400;
    display: block;
    color: var(--ul-gray);
    margin-bottom: 5px;
}

.ul-about-call a {
    font-weight: 700;
    color: var(--ul-black);
}

.ul-about-call a:hover {
    color: var(--ul-primary);
}

.ul-about-vectors>* {
    position: absolute;
    pointer-events: none;
}

.ul-about-vectors .vector-1 {
    right: 0;
    bottom: clamp(154px, 15.45vw, 294px);
    max-width: clamp(75px, 11.82vw, 225px);
    animation: slide-top 12s ease infinite alternate;
}

@media screen and (max-width: 1199px) {
    .ul-about-vectors .vector-1 {
        display: none;
    }
}

.ul-about-2 {
    overflow: hidden;
}

.ul-about-2-img img {
    border-radius: 999px;
    border-bottom-left-radius: 0px;
}

.ul-about-2-stat {
    background-color: var(--cleenhearts-purple, #204a8f);
    color: var(--white);
    text-align: center;
    position: absolute;
    font-weight: 700;
    padding: clamp(23px, 2vw, 38px);
    bottom: clamp(16px, 1.89vw, 36px);
    right: 0;
    border-radius: clamp(15px, 1.05vw, 20px);
    min-width: clamp(0px, 17.34vw, 330px);
}

.ul-about-2-stat .number {
    font-size: clamp(45px, 3.15vw, 60px);
    font-family: var(--font-quicksand);
    font-weight: 700;
    line-height: 0.7;
    display: block;
    margin-bottom: clamp(10px, 0.79vw, 15px);
}

.ul-about-2-bottom {
    flex-wrap: nowrap;
    margin-bottom: clamp(20px, 2.63vw, 50px);
}

.ul-about-2-bottom-block {
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.79vw, 15px);
}

@media screen and (max-width: 991px) {
    .ul-about-2-bottom-block {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .ul-about-2-bottom-block {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 575px) {
    .ul-about-2-bottom-block {
        flex-wrap: wrap;
    }
}

.ul-about-2-bottom-block-icon {
    background-color: #F5F0E1;
    border-radius: 50%;
    width: clamp(60px, 4.2vw, 80px);
    aspect-ratio: 1/1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul-about-2-bottom-block-title {
    font-size: clamp(19px, 1.16vw, 22px);
    font-weight: 700;
    color: var(--ul-black);
    margin-bottom: clamp(3px, 0.32vw, 6px);
    font-family: var(--font-quicksand);
}

.ul-about-2-bottom-block p { 
    margin-bottom: 0;
    line-height: 1.6;
}

.mission-vision {
    /* background: linear-gradient(to right, #f8f9fa, #e9ecef); */
    padding: 20px 100px;
    position: relative;
}
.mission {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /* margin: 20px 0; */
}

.mission-img,
.text-box {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 20px;
}

.mission-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.text-box h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: rgb(159,32,31);


}

.text-box h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #222;
}

.text-box p {
    font-size: 1rem;
    color: #666;
}

/* Responsive: stack image and text on small screens */
@media (max-width: 768px) {
    .mission {
        flex-direction: column;
    }
    .mission-vision{
        padding: 20px 10px;
    }

    .mission-img,
    .text-box {
        flex: 1 1 100%;
        padding: 10px;
    }
}

.vision {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    /* margin: 20px 0; */
}

.vision-img,
.text-box {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 20px;
}

.vision-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}


/* Responsive: stack image and text on small screens */
@media (max-width: 768px) {
    .vision {
        flex-direction: column;
    }

    .vision-img,
    .text-box {
        flex: 1 1 100%;
        padding: 10px;
    }
}










/* counter css  */


.bg_img {
    background-size: cover !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
}

@media (min-width: 576px) {
    .bg_img {
        background-position: center center !important;
    }
}






.counter-item .counter-thumb img{
    position: relative;
}



.counter-item .counter-header{
    display: flex;
    flex-wrap: wrap;
}


.counter-item .counter-thumb .count-bg-shap{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}




.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}








.pos-rel {
    position: relative;
}

.pos-rel .container {
    position: relative;
    z-index: 1;
}




/*Counter Section Starts Here*/

.counter-section {
    background-blend-mode: overlay;
    background: rgba(6, 22, 58, 0.7);
}

.counter-item {
    text-align: center;
    padding: 35px 15px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .counter-item {
        padding-bottom: 0;
    }
}

.counter-item .counter-thumb {
    margin-bottom: 60px;
}

.counter-item .counter-thumb img {
    max-height: 100%;
    z-index: 1;
}

.counter-item .counter-header {
    align-items: center;
    justify-content: center;
}

.counter-item .counter-header .title {
    margin: 0;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}

@media (min-width: 992px) {
    .counter-item .counter-header .title {
        font-size: 46px;
    }
}

.counter-item .cate {
    color: #fff;
}

/* navbar dropdown css  */

.custom-dropdown {
    position: relative;
}
.custom-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}
.custom-dropdown:hover .custom-dropdown-list,
.custom-dropdown:focus-within .custom-dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.custom-dropdown-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.custom-dropdown-list li:last-child {
    border-bottom: none;
}
.custom-dropdown-list li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px;
}
.custom-dropdown-list li a:hover {
    background: #f4f4f4;
}
@media (max-width: 768px) {
    .custom-dropdown-list {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }
    .custom-dropdown.active .custom-dropdown-list {
        display: block;
    }
}

/* beneficiary count new css  */

.ben-counts {
    position: relative;
    background-image: url('../images/about/about_us.jpg');
    background-size: cover;
    background-position: center;
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-template-rows: 2fr 2fr; */

    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 50px 0;
    z-index: 1;
}

.ben-counts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
     /* Adjust darkness (0.5 for 50%) */
    z-index: 1;
}

.ben-counts > * {
    position: relative;
    z-index: 2; /* Bring content above the dark overlay */
}

.count-box {
    width: 30%;
    text-align: center;
}

.icon-container {
    position: relative;
    display: inline-block;
  
}

.shape {
    height: auto;
}

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}
.ben-counts, .numbers1, .numbers, .below-number{
    color: #fff;
    margin-bottom: -10px;
}
@media screen and (max-width:800px){
    .ben-counts{
    }

    .design-img,.design-img3,.what_we_do,.trustee_img_bg{
        height: 100%;
        width: 200%;
    }
}
@media screen and (max-width:450px){
    .ben-counts{
    gap: 3rem;
    }
    .ben-counts, .numbers1, .numbers, .below-number{
        margin-bottom: -15px;
    }
}


/* partners css  */
.partner-container {
    text-align: center;
    padding: 80px 0;
    /* background: linear-gradient(135deg, #ffecd2, #fcb69f); */
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.sec-title__tagline {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.partner-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.partner-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 40px;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}


/* Responsive */
@media (max-width: 768px) {
    .partner-logos {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}

@media (max-width: 480px) {
    .partner-logos {
        grid-template-columns: repeat(1, minmax(120px, 1fr));
    }
}


.blog-one__carousel .item img {
    width: 100%;
    height: 300px; /* ya jitni height chahiye woh */
    object-fit: cover;
    display: block;
    border-radius: 8px; /* optional: thoda smooth look */
  }

  .blog-one__carousel .item {
    overflow: hidden;
  }
  .blog-one__carousel .awards_img{
    width: 100%;
    height: 300px;
  }

  .blog-one__carousel .awards_img img{
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
  }

 
  #beneficiary-chart-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
  
  #beneficiary-chart-section h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  
  #beneficiary-chart-section label,
  #yearSelect {
    font-size: 1rem;
    margin: 10px;
  }
  
  #beneficiaryChart {
    width: 100% !important;
    height: auto !important;
    max-height: 400px;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }

  .blog-one__carousel .patner {
    height: 200px;
    overflow: hidden; /* crop image if needed */
    border-radius: 8px; /* optional */
}

.blog-one__carousel .patner img {
    width: 100%;
    height: 100vw;
    object-fit: contain;
    display: block;
}



  .item .patner {
    width: 100%;  
    height: 100px;          
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  
  .item.patner a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .item.patner img {
    width: 100%;
    height: 100%;
    object-fit: contain;    /* Keeps full logo visible without cutting */
    transition: transform 0.3s ease;
  }

  .item.patner:hover img {
    transform: scale(1); /* Zooms in slightly */
  }
  


  .video-section {
    max-width: 800px;
    margin: 0 auto 50px auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  .video-section:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  }

  .video-wrapper iframe {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .video-content {
    padding: 20px 25px;
    text-align: center;
  }

  .video-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .video-description {
    font-size: 1rem;
    color: #555;
  }




.success_story {
/* background: linear-gradient(to right, #f8f9fa, #e9ecef); */
    padding: 20px 100px;
}
.story_card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /* margin: 20px 0; */
}

.story_card-img,
.story_card-text-box {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 20px;
}

.story_card-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.story_card-text-box h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: rgb(159,32,31);


}

.story_card-text-box h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #222;
}

.story_card-text-box p {
    font-size: 1rem;
    color: #666;
}

/* Responsive: stack image and text on small screens */
@media (max-width: 768px) {
    .story_card {
        flex-direction: column;
    }
    .success_story{
        padding: 20px 10px;
    }

    .video-section{
        max-width: 350px;
    }

    .story_card-img,
    .text-box {
        flex: 1 1 100%;
        padding: 10px;
    }
}

.reverse{
    flex-direction: row-reverse;
}


.title-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    text-align: center;
    overflow: hidden;
  }
  
  .bg-watermark-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-120%, -50%);
    opacity: 0.09; /* very light watermark look */
    max-width: 90%;
    max-height: 90%;
    z-index: 0;
  }
  
  .title-container h2 {
    position: relative;
    z-index: 1;
  }

  
  .event-details__text{
    position: relative;
  }
  .design-img{
    position: absolute;
    right: -13%;

    width: 50vw;
    z-index: -1;
  }
  .design-img2{
    position: absolute;
    bottom: -5%;
    left: -14%;
    width: 50%;
    z-index: -1;
    opacity: 0.1;
  }

  .design-img3{
    position: absolute;
    /* bottom: -5%; */
    /* left: -14%; */
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
  }

  @media (max-width: 768px) {
    .title-container {
        min-height: 80px;
      }
  }
  

  .blog-one__carousel .patner {
    display: flex;
    align-items: start;
    justify-content: center;
    height: 150px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    /* overflow: hidden; */
  }
  
  .blog-one__carousel .patner div a {
    display: block;
    width: 100%;
    height: 90%;
  }
  .blog-one__carousel .patner div img {
    width: 100%;
    height: 90%;
    object-fit: contain;
  }
  
  .blog-one__carousel .patner:hover img {
    transform: scale(1.05);
  }
  
  @media (max-width: 576px) {
    .blog-one__carousel .patner div {
      height: 130px;
      padding: 8px;
      /* display: flex; */
      /* justify-content: center; */
    }
  
    .blog-one__carousel .patner div img {
      width: 100%;
      height: 90%;
    }
  }
  
  @media (min-width: 577px) and (max-width: 767px) {
    .blog-one__carousel .patner div {
      height: 130px;
      padding: 8px;
    }
  
    .blog-one__carousel .patner div img {
      width: 100%;
      height: 90%;
      object-fit: contain;
    }
  }
  
  @media (min-width: 768px) {
    .blog-one__carousel .patner div {
      height: 130px;
      padding: 10px;
    }
  
    .blog-one__carousel .patner img div {
      width: 100%;
      height: 90%;
      object-fit: contain;
    }
  }
   

  .section-mission {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9f9f9;
    position: relative;
  }
  
  .section-title {
    font-size: 36px;
    margin-bottom: 10px;
    color: #222;
  }
  
  .section-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
  }
  
  .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 40px;
  }
  
  .card-item {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    z-index: 1;
  }
  
  .card-item:hover {
    transform: translateY(-6px);
  }
  
  .card-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  
  .card-item p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
  }
  
  .btn-learn-more {
    display: inline-block;
    background-color: #204a8f;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }
  .card-item:hover{
    background: #204a8f;
  }
  .card-item:hover p,
.card-item:hover p b {
  color: white;
}
.card-item:hover img{
    filter: invert(1);
}
  .btn-learn-more:hover {
    background-color: #9f201f;
  }
  

  .trustee-message-section {
    background-color: #002147;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 40px 20px;
  }

  .trustee-message-container {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 10px;
  }

  .trustee-message-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .trustee-logo-circle {
    background-color: white;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    margin-right: 20px;
  }

  .trustee-message-title {
    font-size: 32px;
    font-weight: 700;
  }

  .trustee-message-subtitle {
    font-size: 20px;
    font-weight: 300;
    margin-left: 8px;
  }

  .trustee-desk-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .trustee-message-paragraph {
    margin-bottom: 18px;
    line-height: 1.7;
  }

  .trustee-message-quote {
    font-weight: bold;
    margin-top: 25px;
  }

  @media (max-width: 600px) {
    /* .trustee-message-header {
      flex-direction: column;
      align-items: flex-start;
    } */
    .trustee-logo-circle {
      margin-bottom: 1px;
    }
    .trustee-message-title{
        font-size: 1.2rem;
    }
    .trustee-desk-heading{
        font-size: 1.1rem;
    }

    .trustee-message-container p{
        font-size: 0.9rem;
      }
  }

  .trustee-message-container p{
    color: white;
  }

  .trustee-logo-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  

  .t_container_section {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #0d3052; /* Dark blue background */
    color: white;
    position: relative;
  }

  .t_container {
    padding: 40px 20px;
    text-align: center;
  }

  .logo-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .logo {
    background-color: #d43d36;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  }

  .logo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Hand_icon_red.svg/1024px-Hand_icon_red.svg.png') no-repeat center;
    background-size: contain;
  }

  .title {
    font-size: 32px;
  }

  .title span {
    font-weight: bold;
    color: white;
  }

  .trustees-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .trustee {
    background: white;
    color: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .trustee img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .trustee-name {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    background-color: #eee;
  }


  @media (max-width: 600px) {
    .trustees-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
  }

  .what_we_do{
    position: absolute;
    right: 0;
  }

  .trustee_img_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.1;
  }

  .affilated_bg{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.05;
  }

  .pdf-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pdf-viewer-wrapper{
    margin: 20px;
  }


  .download-pdf a{
    line-height: 40px;
    max-width: 400px;
    width: 300px;
  }

  .donate-section {
    width: 100vw;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
  }
  .donate-section {
    padding: 80px 0;
  }

  .donate-title {
    color: #8b3d3d;
    font-size: 64px;
    font-weight: 800;
  }

  .donate-description {
    font-size: 22px;
    margin-top: 20px;
  }

  .donate-description b {
    font-weight: 700;
  }

  .bank-details {
    background-color: #204a8f;
    color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    /* margin-top: 30px; */
  }

  .bank-details h4 {
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
  }

  .bank-details p {
    font-size: 18px;
    margin: 6px 0;
    color: white;
  }

  .qr-img {
    width: 300px;
    display: block;
    margin: 20px auto 10px;
  }

  .donate-img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
  }

  .donate-box{
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

  }

  .Foreign_donation{
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Foreign_donation_details{
    width: 40vw;
  }

  @media (max-width: 768px) {
    .donate-title {
      font-size: 42px;
    }
    .pdf-wrapper{
        flex-direction: column;
    }
    .donate-box{
        flex-direction: column;
    }

    .donate-description {
      font-size: 18px;
    }

    .bank-details p {
      font-size: 16px;
    }
    .Foreign_donation_details{
        width: 90vw;
      }
  }

 
.icon-container{
    width: 100px;
    height: 100px;
}

.icon-container img{
    width: 100%;
    height: 100%;
}


.count_in_number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: nowrap;
    margin: 0rem 0;
}

.count_box1,
.count_box2 {
    flex: 1; /* equal width */
    max-width: 400px;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
}

.h2_text {
    font-size: 3.5vw; /* Responsive font */
    color: black;
    margin: 0.5rem 0;
    display: inline;
}

@media screen and (max-width: 768px) {
    .h2_text {
        font-size: 9vw;
    }
}

