<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

01. Global


-----------------------------------------------------------------------------------*/


/*----------------------------------------------------
/* 01. Global */
/*----------------------------------------------------*/
:root {
    --black: #242423;
    --white: #ffffff;
    --green: #059C8B;
    --hover-green: #0E4944;
    --brown-200: #e5dacf;
    --red: #F2581D;
    --Dark-blue: #415A77;
    --black-800: #262626;
    --black-700: #252525;
    --olive-green: #386641;
    --olive-green-hover: #A7C957;

    --hm6-black: #410E09;
    --hm6-red-hover: #FBC7B4;
    --hm6-pink-opacity: #FEF7F4;
    --hm6-black-opacity-60: #8D6D69;
    --hm6-black-opacity-80: #673E39;

    --hm5-blue: #0C4E8B;
    --hm5-button-color: #DCF4DF;

    --ab1-black: #212529;
    --ab1-black-opacity-80: #4D5154;
    --main-font: "Plus Jakarta Sans", sans-serif;
    --font-Kulim-Park: "Kulim Park", sans-serif;
    --font-Red-Hat-Display: "Red Hat Display", sans-serif;
    --font-Manrope: "Manrope", sans-serif;

    --txt--black: #242423;
    --bg--yellow: #FFDC24;
    --bg--blue: #F2581D;
    --bg--primary--subtle: #ECF3FF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: var(--line-height-28);
    overflow-x: hidden;
    color: var(--black-800);
    font-family: var(--main-font);
    padding-right: 0;
}

.container-1290 {
    max-width: 1314px;
}

.g-30,
.gx-30 {
    --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
    --bs-gutter-y: 30px;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

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

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

p {
    margin: 0;
    padding: 0;
}

.form-control,
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

*:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*-- Margin Top --*/
.nl-mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

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

.mt-25 {
    margin-top: 25px
}

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

.mt-35 {
    margin-top: 35px
}

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

.mt-45 {
    margin-top: 45px
}

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

.mt-55 {
    margin-top: 55px
}

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

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

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

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

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

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.nl-mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

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

.mb-25 {
    margin-bottom: 25px
}

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

.mb-35 {
    margin-bottom: 35px
}

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

.mb-45 {
    margin-bottom: 45px
}

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

.mb-55 {
    margin-bottom: 55px
}

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

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

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

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

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

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

/*-- Padding Top --*/
.nl-section-pt, .pt-120 {
    padding-top: 120px
}

.nl-pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

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

.pt-25 {
    padding-top: 25px
}

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

.pt-35 {
    padding-top: 35px
}

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

.pt-45 {
    padding-top: 45px
}

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

.pt-55 {
    padding-top: 55px
}

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

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

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

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

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

.pt-105 {
    padding-top: 105px
}

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

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

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.nl-section-pb, .pb-120 {
    padding-bottom: 120px
}

.nl-pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

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

.pb-25 {
    padding-bottom: 25px
}

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

.pb-35 {
    padding-bottom: 35px
}

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

.pb-45 {
    padding-bottom: 45px
}

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

.pb-55 {
    padding-bottom: 55px
}

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

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

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

.pb-85 {
    padding-bottom: 85px
}

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

.pb-95 {
    padding-bottom: 95px
}

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

.pb-105 {
    padding-bottom: 105px
}

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

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

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

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

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

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

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

.pl-25 {
    padding-left: 25px
}

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

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

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

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

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

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

.pr-25 {
    padding-right: 25px
}

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

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

/*----------------------------------------*/

/* Animation Part Start */

@keyframes image_left_right {
    0% {
        left: 10%;
    }

    50% {
        left: 20%;
    }

    100% {
        left: 10%;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
        opacity: 1;
    }
}

@keyframes scale_fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0) rotate(-10deg);
        transform: translate3d(0, 60px, 0) rotate(0deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes anim {
    0%,
    100% {
        width: 100%;
        height: 100%;
    }
    50% {
        width: 50%;
        height: 50%;
    }
}

@keyframes anims2 {
    100% {
        width: 100%;
    }
}

@keyframes newAnimation {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes iconAnimation {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes bouncing {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0);
    }
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes MedifadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes MedifadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Animation Part End */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1344px;
    }
}


/* dn--new Hover button start */


.dn--button-hover {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 18px;
    line-height: 2rem;
    text-decoration: none;
    outline: 0;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    padding: 13px 32px;
}


.dn--button-hover .dn--button-hover-arrow {
    margin-left: 7px;
}

.dn--button-hover .dn--button-hover-arrow svg {
    display: block;
    width: 10px;
    height: 10px;
}

.dn--button-hover-svg-arrow {
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
}


.dn--button-hover.dn--button-hover-arrow svg g {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.dn--button-hover.dn--button-hover-arrow svg g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.dn--button-hover.dn--button-hover-arrow svg g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--fundra-hover-move-x))) translateY(var(--fundra-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s
}


.dn--button-hover g {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.dn--button-hover g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.dn--button-hover g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--fundra-hover-move-x))) translateY(var(--fundra-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s
}


.dn--button-hover:hover g:nth-of-type(1) {
    transform: translateX(var(--fundra-hover-move-x)) translateY(calc(-1 * var(--fundra-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s
}

.dn--button-hover:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

/* dn--new Hover button  end */

/* dn--new Hover button color style  Start */

.dn--button-hover-1 {
    font-weight: 600;
    font-family: var(--font-Kulim-Park);
    color: var(--black);
    background-color: var(--bg--yellow);
    border: 1px solid var(--bg--yellow);
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-1:hover {
    color: var(--white);
    background-color: var(--bg--blue);
    border-color: var(--bg--blue);
}


.dn--button-hover-2 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--main-font);
    color: var(--white);
    background-color: var(--bg--blue);
    border: 1px solid var(--bg--blue);
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-2:hover {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--bg--blue);
}

.dn--button-hover-2 .dn--button-hover-svg-arrow {
    stroke-width: 2;
}


.dn--button-hover-3 {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-Red-Hat-Display);
    color: var(--white);
    background-color: var(--green);
    border: 1px solid var(--green);

    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-3:hover {
    color: var(--white);
    background-color: var(--hover-green);
    border-color: var(--hover-green);
}

.dn--button-hover-3 .dn--button-hover-svg-arrow {
    stroke-width: 2;
}

.dn--button-hover-4 {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-Red-Hat-Display);
    color: var(--green);
    background-color: var(--white);
    border: 1px solid var(--white);

    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-4:hover {
    color: var(--white);
    background-color: var(--hover-green);
    border-color: var(--hover-green);
}

.dn--button-hover-4 .dn--button-hover-svg-arrow {
    stroke-width: 2;
}


.dn--button-hover-5 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--main-font);
    color: var(--white);
    background-color: var(--Dark-blue);
    border: 1px solid var(--Dark-blue);

    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-5:hover {
    color: var(--white);
    background-color: var(--red);
    border-color: var(--red);
}

.dn--button-hover-5 .dn--button-hover-svg-arrow {
    stroke-width: 2;
}


.dn--button-hover-6 {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--main-font);
    color: var(--Dark-blue);
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-6:hover {
    color: var(--white);
    background-color: var(--Dark-blue);
    border-color: var(--Dark-blue);
}

.dn--button-hover-6 .dn--button-hover-svg-arrow {
    stroke-width: 2;
}

.dn--button-hover-7 {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--main-font);
    color: var(--white);
    background-color: var(--red);
    border: 1px solid var(--red);

    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-7:hover {
    color: var(--white);
    background-color: var(--Dark-blue);
    border-color: var(--Dark-blue);
}

.dn--button-hover-7 .dn--button-hover-svg-arrow {
    stroke-width: 2;
}

.dn--button-hover-8 {
    font-size: 96px;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-8 svg.dn--button-hover-svg-arrow {
    stroke-width: 2;
    width: 28px;
    height: 28px;
}

.dn--button-hover-9 {
    font-size: 20px;
    font-family: "Satoshi-Medium";
    color: var(--white);
    background-color: var(--olive-green);
    border: 1px solid var(--olive-green);
    border-radius: 16px;
    padding: 15px 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-9:hover {
    color: var(--olive-green);
    background-color: var(--olive-green-hover);
    border-color: var(--olive-green-hover);
}

.dn--button-hover-9 .dn--button-hover-svg-arrow {
    stroke-width: 2;
    margin-left: 5px;
}

.dn--button-hover-10 {
    font-size: 20px;
    font-family: "Satoshi-Medium";
    color: var(--olive-green);
    background-color: var(--olive-green-hover);
    border: 1px solid var(--olive-green-hover);
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-10:hover {
    color: var(--white);
    background-color: var(--olive-green);
    border-color: var(--olive-green);
}

.dn--button-hover-10 .dn--button-hover-svg-arrow {
    stroke-width: 2;
}

.dn--button-hover-11 {
    font-size: 20px;
    font-family: "Satoshi-Medium";
    color: var(--white);
    background-color: var(--olive-green);
    border: 1px solid var(--olive-green);
    border-radius: 16px;
    padding: 15px 32px;
    letter-spacing: 0.01em;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-11:hover {
    color: var(--olive-green);
    background-color: var(--white);
    border-color: var(--white);
}

.dn--button-hover-11 .dn--button-hover-svg-arrow {
    stroke-width: 2;
    margin-left: 6px;
}


.dn--button-hover-12 {
    font-size: 20px;
    font-family: "Satoshi-Medium";
    color: var(--white);
    background-color: #0C4E8B;
    border: 1px solid #0C4E8B;
    border-radius: 32px;

    letter-spacing: 0.01em;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-12:hover {
    color: #0C4E8B;
    background-color: var(--white);
    border-color: #0C4E8B;
}

.dn--button-hover-12 .dn--button-hover-svg-arrow {
    stroke-width: 2;
    margin-left: 6px;
}


.dn--button-hover-13 {
    font-size: 20px;
    font-family: "Satoshi-Medium";
    color: #0C4E8B;
    background-color: #DCF4DF;
    border: 1px solid #DCF4DF;
    border-radius: 32px;
    letter-spacing: 0.01em;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-13:hover {
    color: var(--white);
    background-color: transparent;
    border-color: var(--white);
}

.dn--button-hover-13 .dn--button-hover-svg-arrow {
    stroke-width: 2;
    margin-left: 6px;
}

.dn--hm5-button-width .dn--button-hover-13 {
    width: 100%;
    height: 82px;
    border-radius: 56px;
    justify-content: center;
    align-items: center;
}

.dn--hm5-button-width-2 .dn--button-hover-13 {
    width: 252px;
    height: 92px;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
}


.dn--button-hover-14 {
    font-weight: 600;
    font-family: var(--main-font);
    color: var(--white);
    background-color: var(--red);
    border: 1px solid var(--red);
    letter-spacing: 1%;
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-14:hover {
    color: var(--hm6-black);
    background-color: transparent;
    border-color: var(--red);
}


.dn--button-hover-15 {
    font-weight: 600;
    font-family: var(--main-font);
    color: var(--hm6-black);
    background-color: var(--white);
    border: 1px solid var(--red);
    letter-spacing: 1%;
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-15:hover {
    color: var(--white);
    background-color: var(--red);
    border-color: var(--red);
}

.dn--button-hover-15 .dn--button-hover-arrow {
    margin-right: 7px;
}


.dn--button-hover-16 {
    font-weight: 600;
    font-family: var(--main-font);
    color: var(--hm6-black);
    background-color: var(--white);
    border: 1px solid var(--red);
    letter-spacing: 1%;
    border-radius: 32px;
    padding: 18px 32px;
    display: inline-block;
    font-size: 18px;
    line-height: 19.8px;
    letter-spacing: 0.01em;

}

.dn--button-hover-16 .dn--hm6-button-text-span {
    margin-left: 5px;
    transition: all 0.60s;
    font-size: 20px;

}

.dn--button-hover-16:hover .dn--hm6-button-text-span {
    font-size: 16px;
    margin-right: 4px;
}


.dn--button-hover-17 {
    font-weight: 600;
    font-family: var(--main-font);
    color: var(--red);
    background-color: var(--white);
    border: 1px solid var(--white);
    letter-spacing: 1%;
    border-radius: 100px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-17:hover {
    color: var(--white);
    background-color: var(--red);
    border-color: var(--white);
}

.dn--hm6-button-width {
    width: 100%;
    height: 82px;
    justify-content: center;
    align-items: center;
}


.dn--button-hover-18 {
    font-weight: 400;
    font-family: var(--main-font);
    color: var(--ab1-black);
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-18:hover {
    color: var(--white);
    background-color: var(--bg--blue);
    border-color: var(--bg--blue);
}

.dn--button-hover-19 {
    font-weight: 400;
    font-family: var(--main-font);
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-19:hover {
    color: var(--white);
    background-color: var(--bg--blue);
    border-color: var(--bg--blue);
}

.dn--button-hover-20 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--main-font);
    color: var(--black);
    background-color: transparent;
    border: 1px solid var(--bg--blue);
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-20:hover {
    color: var(--white);
    background-color: var(--bg--blue);
    border-color: var(--bg--blue);
}

.dn--button-hover-20 .dn--button-hover-svg-arrow {
    stroke-width: 2;
}

.dn--button-hover-21 {
    font-weight: 400;
    font-family: var(--main-font);
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-21:hover {
    color: var(--ab1-black);
    background-color: var(--white);
    border-color: var(--white);
}

.dn--button-hover-22 {
    font-weight: 500;
    font-family: var(--main-font);
    color: var(--white);
    background-color: var(--red);
    border: 1px solid var(--red);
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-22:hover {
    color: var(--white);
    background-color: var(--bg--blue);
    border-color: var(--bg--blue);
}

.dn--button-hover-23 {
    font-weight: 600;
    font-size: 18px;
    font-family: var(--main-font);
    color: var(--white);
    background-color: var(--bg--blue);
    border: 1px solid var(--bg--blue);
    border-radius: 32px;
    --fundra-hover-move-x: 110%;
    --fundra-hover-move-y: 100%;
}

.dn--button-hover-23:hover {
    color: var(--ab1-black);
    background-color: var(--bg--yellow);
    border-color: var(--bg--yellow);
}

/* dn--new Hover button  color style end */


/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/

.dn--overflow-hidden {
    overflow: hidden;
}

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

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

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

.rs-3dots-icon {
    background-color: transparent;
    border: none;
}

.rs-3dots-icon svg {
    width: 35px;
    height: 30px;
}

.rs-mobile-accordion {
    box-shadow: none !important;
    overflow: scroll;
    scrollbar-width: none;
}

.rs-offcanvas-backround {
    background-color: var(--white);
}

.dn--hm2-mobile-ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 50px 0 !important;
    text-align: start;
    margin-top: 50px;
}

.dn--hm2-mobile-ul li {
    width: 100%;
}

.dn--hm2-mobile-ul li a {

    font-family: var(--font-body) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--rs-color-black) !important;
    background-color: #fff0 !important;
    border: none !important;
}


.dn--hm2-logo {
    width: 100%;
    height: auto;
}

.dn--hm2-nav-item-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 48px;
    justify-content: end;
}

.dn--hm2-nav-item-ul li {
    position: relative;
    transition: all .2s;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.dn--hm2-nav-item-ul li:hover .dn--nav-dropdown {
    left: 0;
    display: block;
    visibility: visible;
}

.dn--hm2-nav-item-ul-a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: var(--black);
    opacity: 0.6;
    transition: all .2s;
}

.dn--hm2-nav-item-ul-a:hover {
    opacity: 1;
}

.dn--nav-dropdown {
    list-style: none;
    padding: 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    position: absolute;
    top: 40px;
    left: 999999px;
    width: 200px;
    height: auto;
    padding: 20px;
    display: none;
    visibility: hidden;
    z-index: 10;
}

.dn--nav-dropdown li {
    margin-bottom: 10px;
    padding: 0;
}

.dn--nav-dropdown li:last-child {
    margin-bottom: 0;
}

.dn--nav-dropdown-a {
    position: relative;
    font-size: 17px;
}

.dn--nav-dropdown-a:hover {
    padding-left: 25px;
}

.dn--nav-dropdown-a:hover::before {
    width: 20px;
}

.dn--nav-dropdown-a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 0;
    height: 3px;
    background-color: #059C8B;
    transition: all .2s;
}

.dn-hn-main-banner {
    overflow: hidden;
}

.dn--hm2-header-banner-img {
    width: 100%;
    height: auto;
}

.dn--hm2-header-banner-main-h4 {
    font-family: "ClashGrotesk-Semibold";
    font-size: 76px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0em;
    text-align: left;
    color: var(--hover-green);
    margin: 33px 0 30px;
}

.dn--hm2-header-banner-main-h4 span {
    position: relative;
}

.dn--hm2-header-banner-main-h4 span::before {
    content: "";
    background: url(../images/circle-note.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -15px;
    top: 0;
    display: block;
    width: 113%;
    height: 100%;
}

.dn--hm2-header-banner-contain-item-1 {
    Width: 519px;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--black);
}

.dn--hm2-header-banner-contain-item-1-h4 {
    font-family: 'CabinetGrotesk-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
    width: 44%;
}

.dn--hm2-header-banner-contain-item-1-p {
    font-family: 'CabinetGrotesk-Extrabold';
    font-size: 80px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: left;
    color: #A7C957;
    display: flex;
    align-items: center;
}

.dn--hm2-header-banner-contain-item-2 {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.dn--hm2-header-banner-contain-item-2-p {
    font-family: 'CabinetGrotesk-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    width: 22%;
    height: auto;
    color: var(--black);
}

.dn--hm2-header-banner-contain-item-2-div {
    width: 68%;
    height: auto;
    display: flex;
    gap: 24px;
}

.dn--hm2-header-banner-contain-item-2-div-ul {
    padding: 0;
    list-style: none;
    display: flex;
}

.dn--hm2-header-banner-contain-item-2-div-ul li {
    margin-left: -20px;
    transition: all 0.70s;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.dn--hm2-header-banner-contain-item-2-div-ul li:hover {
    position: relative;
    z-index: 5;
    transform: scale(1.3);
}

.dn--hm2-header-banner-contain-item-2-div-h4 {
    font-family: 'CabinetGrotesk-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
    width: 118px;
}

.dn--hm2-header-banner-contain-item-4 {
    margin: 70px 0 70px 75px;
}

.dn--hm2-header-banner-right-site-img {
    position: relative;
}

.dn--hm2-header-banner-right-site-img span {
    position: absolute;
    top: 130px;
    left: -90px;
    background-color: #A7C957;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.dn--hm2-header-banner-bottom {
    padding: 48px 0 48px 112px;
    background-color: var(--green);
    width: 100%;
}

.dn--hm2-header-banner-bottom h4 {
    font-family: 'CabinetGrotesk-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    margin-bottom: 26px;
}

.dn--hm2-header-banner-bottom-ul {
    display: flex;
    gap: 88px;
    list-style: none;
}


.dn--hm2-fundra-contain-svg-1 {
    position: absolute;
    top: 130px;
    right: 20px;
    animation: movedelement2 4s linear infinite alternate;
}

.dn--hm2-fundra-contain-svg-2 {
    position: absolute;
    bottom: -70px;
    left: -40px;
    animation: movedelement2 4s linear infinite alternate;
}

.dn--hm2-fundra-contain p {
    font-family: 'ClashGrotesk-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--green);
    margin-bottom: 8px;
}

.dn--hm2-fundra-contain h4 {
    font-family: 'ClashGrotesk-Semibold';
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--hover-green);
    width: 745px;
    height: auto;
    margin: auto;
}

.dn--hm2-fundra-img {
    margin-top: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dn--hm2-fundra-img img {
    transform: scale(1.06) translateX(0);
    transition: transform .6s cubic-bezier(.61, 1, .88, 1);
}

.dn--hm2-fundra-img:hover img {
    transform: scale(1.06) translateX(6px);
}

.dn--hm2-fundra-img:hover .dn--hm2-fundra-img-contain {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.dn--hm2-fundra-img-contain {
    padding: 16px 32px;
    background-color: var(--green);
    position: absolute;
    left: 0;
    bottom: -95px;
    opacity: 0;
    visibility: hidden;
    transition: all .60s;
    width: 100%;
    height: auto;
}

.dn--hm2-fundra-img-contain p {
    font-family: 'ClashGrotesk-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
}

.dn--hm2-our-story-area {
    background-color: var(--green);
    padding: 90px 0;
}

.dn--hm2-our-story-blog h4 {
    font-family: 'ClashGrotesk-Semibold';
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    color: var(--white);
}

.dn--hm2-our-story-blog p {
    font-family: 'ClashGrotesk-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    color: var(--white);
}

.dn--hm2-our-story-ul-contain {
    list-style: none;
    padding: 0;
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
}

.dn--hm2-our-story-ul-contain-h4 {
    font-family: 'ClashGrotesk-Semibold';
    font-size: 64px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    display: flex;
    align-items: center;
}

.dn--hm2-our-story-ul-contain-p {
    font-family: 'ClashGrotesk-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    width: 159px;
}

.dn--hm2-ml {
    margin-left: -12px;
}

.dn--hm2-mr {
    margin-right: -6px;
}


.dn--hm2-fundra-info {
    background-color: #F7FEFC;
    width: 100%;
    height: auto;
    transition: all .2s;
}


.dn--hm2-fundra-info-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dn--hm2-fundra-info-contain {
    padding: 32px 24px;
}

.dn--hm2-fundra-info-contain-progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 8px;
    background: #E1EBDC;
    position: relative;
    margin-bottom: 12px;
}

.dn--hm2-fundra-info-contain-progress-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 10px;
    border-radius: 8px;
    background-color: var(--green);
    animation: width 1.5s;
}

@keyframes width {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}

.dn--hm2-fundra-info-contain-progress-info {
    display: flex;
    justify-content: space-between;
}

.dn--hm2-fundra-info-contain-progress-info p {
    font-family: 'ClashGrotesk-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    color: var(--hover-green);
}

.dn--hm2-fundra-info-contain-link-img {
    overflow: hidden;
}

.dn--hm2-fundra-info-contain-link a {
    font-family: 'ClashGrotesk-Semibold';
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--hover-green);
    margin-bottom: 8px;
    display: inline-block;
    transition: all .2s;
}

.dn--hm2-fundra-info-contain-link a:hover {
    color: var(--green);
}

.dn--hm2-fundra-info-contain-link p {
    font-family: 'ClashGrotesk-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--hover-green);
}

.dn--hm2-fundra-info-button-margin {
    margin: 20PX 0;
}

.dn--hm2-brand-contain-h4 {
    font-family: 'ClashGrotesk-Medium';
    font-size: 60px;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--hover-green);
}

.dn--hm2-brand-contain-ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 48px;
    column-gap: 96px;
}

.dn--hm2-brand-contain-ul li img {
    filter: grayscale(100%);
    transition: all 0.60s;
}

.dn--hm2-brand-contain-ul li:hover img {
    filter: grayscale(0);
}


.dn--hm2-slider-items {
    width: 1096px;
    height: auto;
    margin: auto;
}

.dn--hm2-slider-items-box {
    width: 1096px;
    height: auto;
    margin: auto;
    position: relative;
    display: flex !important;
    justify-content: center;
    gap: 50px !important;
}

.dn--hm2-slider-contain {
    padding: 0 48px;
    background-color: var(--green);
    width: 100%;
}

.dn--hm2-slider-contain-img {
    width: 275px;
    position: absolute;
    left: 48px;
    top: 0;
}

.dn--hm2-slider-contain {
    width: 100%;
    height: 396px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 373px;
    margin-top: 57px;
    align-content: center;
}

.dn--hm2-slider-contain-p {
    font-family: 'ClashGrotesk-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    width: 100%;
}

.dn--hm2-slider-contain-h4 {
    font-family: 'ClashGrotesk-Medium';
    font-size: 32px;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    width: 100%;
}

.dn--hm2-slider-contain-line-height {
    line-height: 22px;
}

.dn--hm2-slider-items .slick-prev:before {
    content: '\ea60';
    font-family: remixicon;
    font-style: normal;
}

.dn--hm2-slider-items .slick-next:before {
    content: '\ea6c';
    font-family: remixicon;
    font-style: normal;

}

.dn--hm2-slider-items .slick-prev:before, .dn--hm2-slider-items .slick-next:before {
    border: none !important;
    background-color: transparent !important;
    color: var(--green) !important;
    padding: 0 !important;
}

.dn--hm2-slider-items .slick-next {
    right: -70px;
}

.dn--hm2-slider-items .slick-prev {
    left: -75px;
    z-index: 1;
}

.dn--hm2-slider-items li.slick-active {
    width: 48px;
}

.dn--hm2-slider-items li.slick-active button {
    width: 48px;
    background-color: var(--green);
    height: 8px;
    border-radius: 10px;
}

.dn--hm2-slider-items .slick-dots li.slick-active button:before {
    opacity: 0;
}

.dn--hm2-slider-items .slick-dots li button:before {
    color: var(--green);
}

.dn--hm2-slider-items .slick-dots {
    position: absolute;
    bottom: -80px;
}

.dn--hm2-news-item-box {
    background-color: #EFFEFA;
    width: 100%;
    height: auto;
    transition: all .2s;
    box-shadow: rgb(100 100 111 / 8%) 0px 7px 29px 0px;
}

.dn--hm2-news-item-contain-span {
    font-family: 'ClashGrotesk-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--white);
    background-color: var(--green);
    padding: 9px 21px;
    display: inline-block;
    height: auto;
    border-radius: 24px;
    margin-bottom: 32px;
    transition: all 0.60s;
}

.dn--hm2-news-item-contain-span a:hover {
    color: inherit;
}

.dn--hm2-news-item-contain-span:hover {
    background-color: var(--white);
    color: var(--green);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.dn--hm2-news-item-contain-a-link {
    font-family: 'ClashGrotesk-Semibold';
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--hover-green);
    transition: .2s;
}

.dn--hm2-news-item-contain-a-link:hover {
    color: var(--green);
}

.dn--hm2-news-item-contain-p {
    font-family: 'ClashGrotesk-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--hover-green);
    margin-top: 16px;
    margin-bottom: 24px;
    width: 433px;
    height: auto;
}

.dn--hm2-news-item-contain-read-link,
.dn--hm2-news-item-rd-more.dn--button-hover-3 {
    font-family: 'ClashGrotesk-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: var(--hover-green);
    transition: all 0.60s;
    position: relative;
    background: transparent;
    padding: 0;
    border: none;
}

.dn--hm2-news-item-contain-read-link:hover {
    color: var(--green);
}

.dn--hm2-news-item-contain-read-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--green);
    opacity: 0;
    transition: all 0.60s;
}

.dn--hm2-news-item-contain-read-link span svg {
    transition: all 0.60s;
}


.dn--hm2-news-item-contain {
    box-sizing: border-box;
    height: auto;
    padding: 30px;
}

.dn--hm2-news-item-contain-img {
    height: 100%;
    object-fit: cover;
}

.dn--hm2-footer-banner-items-box {
    background-color: var(--green);
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.dn--hm2-footer-banner-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.dn--hm2-footer-banner-svg svg {
    width: 100%;
    height: auto;
}

.dn--hm2-footer-banner-contain-img {
    width: 100%;
    height: 100%;
    text-align: center;
}

.dn--hm2-footer-banner-contain h4 {
    font-family: 'ClashGrotesk-Semibold';
    font-size: 52px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    width: 85%;
    margin-bottom: 35px;
}

.dn--hm2-footer-banner-contain-button a {
    background-color: var(--white);
    color: var(--green);
}

.dn--hm2-footer-banner-contain-button a span {
    transition: all 0.60S;
}

.dn--hm2-footer-banner-contain-button a:hover span {
    color: var(--white);
}

.dn--hm2-footer-banner-contain-button a:hover span svg path {
    fill: var(--white);
}

.dn-hm2-footer-icons-link-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
    justify-content: end;
    align-items: center;
    height: 100%;
    width: 100%;
}

.dn-hm2-footer-icons-link-ul-a {
    position: relative;
    font-size: 28px;
    color: var(--green);
    z-index: 1;
    transition: all 0.60s;
}

.dn-hm2-footer-icons-link-ul-a:hover {
    color: var(--white);
}

.dn-hm2-footer-icons-link-ul-a:hover::before {
    width: 45px;
    height: 45px;
}

.dn-hm2-footer-icons-link-ul-a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    background: var(--green);
    border-radius: 50%;
    width: 0px;
    height: 0px;
    justify-content: center;
    align-items: center;
    color: var(--white);
    transition: all 0.60s;
    z-index: -1;
}


.dn-hm2-footer-icons-link-ul-a:hover svg .dn-hm2-footer-icons-link-ul-a-path {
    fill: var(--green);
}

.dn-hm2-footer-icons-link-ul-a svg rect {
    transition: all .70s;
}

.dn-hm2-footer-icons-link-ul-a:hover svg rect {
    fill: var(--hover-green);
}

.dn-hm2-footer-icons-link-ul-a svg path {
    transition: all .70s;
}

.dn-hm2-footer-icons-link-ul-a:hover svg path {
    fill: var(--hover-green);
}

.dn-hm2-footer-contain-row {
    padding-bottom: 34px;
    border-bottom: 1px solid var(--green);
}

.dn--hm2-footer-terms-ul {
    padding: 34px 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.dn--hm2-footer-terms-ul-a {
    font-family: 'CabinetGrotesk-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--black);
    opacity: 0.8;
    transition: all .2s;
}

.dn--hm2-footer-terms-ul-a:hover {
    opacity: 1;
}

.dn-hm2-footer-nav-ul {
    justify-content: center;
    height: 100%;
    align-items: center;
}

.dn--hm2-row {
    justify-content: center;
}


/* dn---home--3 */
.dn--hm2-top-header-item-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.dn--hm2-top-header-link {
    background-color: var(--Dark-blue);
}

.dn--hm2-top-header-contain-item-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 11px 0;
}

.dn--hm2-top-header-contain-item-1 p {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
}

.dn--hm2-top-header-contain-item-1 a {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    position: relative;
}

.dn--hm2-top-header-contain-item-1 a:hover::before {
    width: 100%;
}

.dn--hm2-top-header-contain-item-1 a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    background-color: var(--white);
    transition: all 0.60s;
}

.dn--hm2-top-header-contain-item-2 {
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 0;
    align-items: center;
}

.dn--hm2-top-header-contain-item-2-a {
    font-size: 16px;
    color: var(--white);
    transition: all 0.60s;
}

.dn--hm2-top-header-contain-item-2-a:hover {
    color: var(--red);
}

.dn--nav-area {
    padding: 17px 0;
}

.dn--hm3-nav-item-ul {
    justify-content: center;
}

.dn--hm3-nav-item-ul .dn--hm2-nav-item-ul-a {
    color: var(--Dark-blue);
    font-weight: 700;
}

.dn--hm3-nav-dropdown .dn--nav-dropdown-a::before {
    background-color: var(--Dark-blue);
}

.dn--hm3-color-red a {
    background-color: var(--red);
}

.dn--hm3-color-red a::before {
    background-color: var(--Dark-blue);
}


.dn--hm3-nav-search-bar {
    position: absolute;
    bottom: -95px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    z-index: 5;
    transition: all 0.60s;
    background: #fff;
    padding: 7px;
}

.dn--hm3-search-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 200;
}

.dn--hm3-search-icon-button span {
    font-size: 25px;
    color: var(--Dark-blue);
}

.dn--hm3-search-icon .collapsing {
    transition: none;
}

.dn--hm3-search-icon .show {
    opacity: 1;
    animation: none;
    -webkit-transition: none;
    transition: all 0.60s;
}

.dn--hm3-nav-search-form {
    position: relative;
}

.dn--hm3-nav-search-form input {
    width: 280px;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: var(--black);
    opacity: 1;
    transition: all .2s;
    background-color: var(--white);
    padding: 0 10px;

}

.dn--hm3-nav-search-form button {
    position: absolute;
    right: 10px;
    font-size: 25px;
    background: transparent;
    color: var(--Dark-blue);
    top: 50%;
    transform: translate(0, -50%);
}

.dn--hm3-main-banner {
    background: url(../images/Home-3/hm3-main-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding: 189px 0 315px;
}

.dn--hm3-main-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(5, 27, 52, 0.6);
    width: 100%;
    height: 100%;
}

.dn--hm3-main-banner-contain-col {
    padding: 0;
}

.dn--hm3-main-banner-contain {
    position: relative;
    z-index: 5;
}

.dn--hm3-main-banner-contain h2 {
    font-family: var(--main-font);
    font-size: 88px;
    font-weight: 700;
    line-height: 106px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
}

.dn--hm3-main-banner-contain p {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    margin-bottom: 56px;
}

.dn--hm3-main-banner-contain-link {
    display: flex;
    gap: 44px;
    align-items: center;
}

.dn--hm3-button-color-white a {
    background-color: var(--white);
    color: var(--Dark-blue);
    border-radius: 32px;
    border: 1px solid var(--Dark-blue);
}

.dn--hm3-button-color-white a::before {
    background-color: var(--Dark-blue);
    border-radius: 30px;
}

.dn--hm3-button-color-white a:hover span {
    color: var(--white);
}

.dn--hm3-button-color-white a:hover span svg path {
    fill: var(--white);
}

.dn--hm3-main-banner-contain-link-video {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--white);
    transition: all 0.60s;
    cursor: pointer;
}

.dn--hm3-main-banner-contain-link-video span {
    font-size: 24px;
}

.dn--hm3-main-banner-contain-link-video:hover {
    color: var(--red);
}

.dn--hm3-main-banner-meter-area {
    background-color: var(--Dark-blue);
    width: 100%;
    height: auto;
    padding: 45px 0 52px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dn--hm3-main-banner-meter-area-ul {
    display: flex;
    gap: 103px;
    list-style: none;
    width: 860px;
}

.dn--hm3-main-banner-meter-area-ul-h4 {
    font-family: var(--main-font);
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--white);
    display: flex;
    gap: 0;
}

.dn--hm3-main-banner-meter-area-ul-p {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--white);
}

.dn--hm3-main-banner-login-box {
    width: 588px;
    height: auto;
    padding: 72px 80px 56px 64px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.9;
}

.dn--hm3-main-banner-login-box-icon {
    width: 171px;
    height: 171px;
    background-color: #FEF6F3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 96px;
    color: var(--red);
    position: absolute;
    top: -171px;
    left: 36%;
}

.dn--hm3-main-banner-login-box-icon i {
    transition: all 0.60S;
}

.dn--hm3-main-banner-login-box-icon:hover i {
    margin-left: 25px;
    margin-bottom: 25px;
}

.dn--hm3-main-banner-login-contain h4 {
    font-family: var(--main-font);
    font-size: 56px;
    font-weight: 700;
    line-height: 73px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--red);
    margin-bottom: 24px;
}

.dn--hm3-main-banner-login-contain p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
}

.dn--hm3-main-banner-login-contain-form input {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid var(--Dark-blue);
    margin-bottom: 32px;
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
    background: transparent;
}

.dn--hm3-main-banner-login-contain-form input::placeholder {
    color: var(--Dark-blue);
}

.dn--hm3-main-banner-login-contain-form input:focus::placeholder {
    color: transparent;
}

.dn--hm3-fundra-info-contain {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    transition: all 0.60s;
}

.dn--hm3-fundra-info-contain img {
    transition: all 2s;
}

.dn--hm3-fundra-info-contain img:hover {
    transform: scale(1.2);
}

.dn--hm3-fundra-info-contain a {
    font-family: var(--font-Manrope);
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);

    transition: all 0.60s;
}

.dn--hm3-pbox-link {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 32px;
}

.dn--hm3-we-work-contain p {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2em;
    text-align: left;
    color: var(--red);
    margin-bottom: 16px;
}

.dn--hm3-we-work-contain h4 {
    font-family: var(--main-font);
    font-size: 64px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
    padding-right: 10px;
    margin-bottom: 33px;
}

.dn--hm3-we-work-contain h4 span {
    color: var(--red);
}

.dn--hm3-we-work-contain-ul li {
    list-style: none;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    width: 527px;
    height: auto;
}

/* .dn--hm3-we-work-contain-ul li:hover .bounce-1{
  animation-name: bounce-1;
  animation-timing-function: linear;
  animation-duration: 1.60s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
} */
.dn--hm3-we-work-contain-ul li span {
    margin-top: 13px;
}

.dn--hm3-we-work-contain-ul li p {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
}

.dn--hm3-we-work-right-site-contain-items {
    position: relative;
    text-align: end;
}

.dn--hm3-we-work-right-site-contain {
    background-color: var(--red);
    padding: 40px 32px;
    width: 552px;
    height: auto;
    position: absolute;
    bottom: -140px;
    left: 0;
}

.dn--hm3-we-work-right-site-contain a {
    width: 96px;
    height: 96px;
    background-color: #FEF6F3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 56px;
    color: var(--red);
    transition: all 0.60s;
    position: absolute;
    top: -70px;
    right: 32px;
}

.dn--hm3-we-work-right-site-contain h4 {
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    margin-bottom: 14px;
}

.dn--hm3-we-work-right-site-contain p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
}

.dn--hm3-join-member-area {
    background: url(../images/Home-3/join-member-banner.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 97px 0;
    position: relative;
}

.dn--hm3-join-member-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #051B3499;
    width: 100%;
    height: 100%;
}

.dn--hm3-join-member-contain-h4 {
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: var(--white);
    margin-bottom: 0;
}

.dn--hm3-join-member-contain-h3 {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 112px;
    line-height: 120%;
    text-transform: capitalize;
    text-align: center;
    color: var(--white);
    margin-bottom: 0;
}

.dn--hm3-join-member-contain-p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--white);
    width: 545px;
    margin: auto;
}

.dn--hm3-popular-causes-blog p {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2em;
    text-align: center;
    color: var(--red);
    margin-bottom: 16px;
}

.dn--hm3-popular-causes-blog h4 {
    font-family: var(--main-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--Dark-blue);
}

.dn--hm3-popular-causes-contain-box {
    width: 100%;
    height: auto;
    background-color: rgb(245, 247, 248);
}

.dn--hm3-popular-causes-contain-img {
    overflow: hidden;
}

.dn--hm3-popular-causes-contain {
    padding: 24px 30px 40px 30px;
}

.dn--hm3-popular-causes-contain-h4 {
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
    margin-bottom: 24px;
}

.dn--hm3-popular-causes-contain-p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
    margin-bottom: 8px;
    display: flex;
    gap: 4px;
}

.dn--hm3-popular-causes-contain-p i {
    color: var(--red);
    font-size: 20px;
}

.dn--hm3-popular-causes-contain-ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.dn--hm3-popular-causes-contain-ul-p {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: var(--Dark-blue);
}

.dn--hm3-popular-causes-contain-ul-h4 {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: var(--Dark-blue);
}


.dn--hm-3-our-team-items-box {
    position: relative;
    overflow: hidden;
    transition: all 0.60s;
}

.dn--hm-3-our-team-items-box:hover::before {
    opacity: 1;
}

.dn--hm-3-our-team-items-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #242423 0%, rgba(36, 36, 35, 0) 35.78%);
    opacity: 0;
    transition: all 0.60s;
}

.dn--hm-3-our-team-items-box:hover .dn--hm-3-our-team-items-contain {
    bottom: 24px;
    opacity: 1;
    visibility: visible;
}

.dn--hm-3-our-team-items-contain {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.60s;
}

.dn--hm-3-our-team-items-contain h4 {
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--white);
    margin-bottom: 8px;
}

.dn--hm-3-our-team-items-contain p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--white);
}

.dn--hm-3-our-team-items-box:hover .dn--hm3-our-team-social-icons {
    opacity: 1;
    visibility: visible;
    right: 16px;
}

.dn--hm3-our-team-social-icons {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 30%;
    bottom: 0;
    right: -45px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.60s;
}

.dn--hm3-our-team-social-icons li {
    margin-bottom: 8px;
}

.dn--hm3-our-team-social-icons-a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #818386;
    border-radius: 50%;
    color: var(--white);
    font-size: 24px;
    transition: all 0.60s;
}

.dn--hm3-our-team-social-icons-a:hover {
    color: var(--red);
    background: var(--white);
}

.dn--hm3-volunteer-area {
    background: url(../images/Home-3/volunteer-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 68px 0;
    position: relative;
    z-index: 1;
}

.dn--hm3-volunteer-area::before {
    content: "";
    background: linear-gradient(270deg, #041325 -4.31%, rgba(3, 16, 31, 0.829955) 9.19%, rgba(2, 12, 24, 0.645095) 24.87%, rgba(2, 9, 17, 0.458166) 37.34%, rgba(0, 0, 0, 0) 61.6%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    rotate: -180deg;
    z-index: -1;
}

.dn--hm3-volunteer-contain-h4 {
    font-family: var(--main-font);
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    margin-bottom: 9px;
    width: 404px;
    height: auto;
}

.dn--hm3-volunteer-contain-p {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    margin-bottom: 40px;
    width: 404px;
    height: auto;
}

.dn--hm3-events-items-box {
    background-color: #FEF6F3;
    width: 100%;
    height: auto;
}

.dn--hm3-events-contain-box {
    padding: 40px 48px 34px;
}

.dn--hm3-events-contain-h4 {
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
    margin-bottom: 24px;
}

.dn--hm3-events-contain {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 22px;
    margin-bottom: 48px;
}

.dn--hm3-events-contain p {
    background: #FDE6DE;
    padding: 8px 24px;
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
}

.dn--hm3-events-contain p span {
    color: var(--red);
}

.dn--hm3-Testimonial-blog p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
}

.dn--hm3-Testimonial-slider-box {
    width: 100%;
    height: auto;
    display: flex;
}

.dn--hm3-Testimonial-slider-img {
    width: 279px;
    height: 351px;
    margin: auto;
}

.dn--hm3-Testimonial-slider-contain {
    width: 62.5%;
    height: auto;
}

.dn--hm3-Testimonial-slider-contain h6 {
    font-family: var(--main-font);
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
    margin-bottom: 32px;
}

.dn--hm3-Testimonial-slider-contain h4 {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--red);
    margin-bottom: 8px;
}

.dn--hm3-Testimonial-slider-contain p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
    margin-bottom: 8px;
}

.dn--hm3-Testimonial-slider-contain-icons {
    color: var(--red);
    font-size: 15px;
}


.slider-pagination {
    position: relative;
}

.slider-dot {
    display: inline-block;
    width: 20px; /* Adjust according to your design */
    height: 20px; /* Adjust according to your design */
    margin: 0 5px; /* Adjust spacing between numbers and dots */
    border-radius: 50%;
    background-color: #aaa; /* Adjust dot color */
    text-align: center;
    line-height: 20px; /* Adjust according to your design */
    font-size: 14px; /* Adjust according to your design */
}

.dn--hm3-Testimonial {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.dn--hm3-Testimonial-box-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.dn--hm3-Testimonial-box-slider .swiper-slide {
    width: auto;
    height: 400px;
}

.dn--hm3-Testimonial-box-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.dn--hm3-Testimonial-slider-thumbs {
    width: 100%;
    padding: 0;
    position: absolute;
    left: -85%;
    bottom: 45px;

}

.dn--hm3-Testimonial-slider-thumbs .swiper-slide {
    width: 16px;
    height: 59px;
    margin-right: 4px;
    text-align: center;
    overflow: hidden;
}

.dn--hm3-Testimonial-slider-thumbs .swiper-slide-active {
    opacity: 1;
}

.dn--hm3-Testimonial-slider-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.dn_thumbs_border {
    width: 16px;
    height: 3px;
    display: inline-block;
    background-color: #F2581D;
    opacity: 50%;
}

.dn--hm3-Testimonial-slider .swiper-slide-active {
    width: 30px;
}

.dn--hm3-Testimonial-slider .swiper-slide-active .dn_thumbs_border {
    width: 27px;
    opacity: 1;
}

.dn--hm3-Testimonial-pagination {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: var(--Dark-blue);
    position: absolute;
    left: -110px;
    top: -8px;
    z-index: -1;
}

.dn--hm3-news-blog-slider-box {
    width: 100%;
    height: auto;
    background-color: #FEF6F3;
}

.dn--hm3-news-blog-contain a {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    background-color: var(--red);
    color: var(--white);
    padding: 9px 21px;
    transition: all 0.60s;
    display: inline-block;
}

.dn--hm3-news-blog-contain:hover a {
    background-color: var(--Dark-blue);

}

.dn--hm3-news-blog-slider-containe {
    width: 100%;
    height: 100%;
    padding: 32px 24px;
}

.dn--hm3-news-blog-slider-containe h4 {
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
    margin-bottom: 16px;
}

.dn--hm3-news-blog-slider-containe p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Dark-blue);
    margin-bottom: 40px;
}

.dn--hm3-news-blog-slider-containe-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.dn--hm3-news-blog-slider-containe-link-span {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--Dark-blue);
}

.dn--hm3-news-blog-slider-col {
    padding: 0 12px;
}

.dn--hm3-news-blog-slider .slick-dots {
    position: absolute;
    bottom: -75px;
}

.dn--hm3-news-blog-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--red);
    background: var(--red);
}

.dn--hm3-news-blog-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}

.dn--hm3-news-blog-slider .slick-dots li button:before {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: var(--red);
    color: var(--red);
    opacity: 20%;
}

.dn--hm3-footer-area {
    padding: 112px 0;
    background-color: var(--Dark-blue);
}

.dn--hm3-footer-contain-p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    margin: 16px 0;
}

.dn--hm3-footer-contain-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
}

.dn--hm3-footer-contain-ul-a {
    font-size: 28px;
    color: var(--white);
    position: relative;
    z-index: 5;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.60s;
}

.dn--hm3-footer-contain-ul-a:hover {
    color: var(--red);
}

.dn--hm3-footer-contain-ul-a i {
    position: relative;
    z-index: 10;
}

.dn--hm3-footer-contain-ul-a:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 50%;
}

.dn--hm3-footer-contain-ul-a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white);
    width: 0;
    height: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.60s;
}

.dn--hm3-footer-contain-h4 {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    margin-bottom: 16px;
}

.dn--hm3-footer-contain-link-ul {
    list-style: none;
    padding: 0;
}

.dn--hm3-footer-contain-link-ul-a {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    position: relative;
    transition: all 0.60s;
    margin-bottom: 8px;
    display: block;
}

.dn--hm3-footer-contain-link-ul-a:hover {
    color: var(--red);
    margin-left: 25px;
}

.dn--hm3-footer-contain-link-ul-a:hover::before {
    width: 20px;
    opacity: 1;
}

.dn--hm3-footer-contain-link-ul-a::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    width: 0;
    height: 3px;
    display: block;
    background-color: var(--red);
    opacity: 0;
    transition: all 0.60s;
}

.dn--hm3-footer-contain-address p {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    margin-bottom: 8px;
}

.dn--hm3-footer-contain-address {
    display: inline-flex;
    flex-direction: column;
}

.dn--hm3-footer-contain-address a {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.dn--hm3-footer-contain-address a:hover::before {
    width: 100%;
    opacity: 1;
}

.dn--hm3-footer-contain-address a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: var(--red);
    display: block;
    opacity: 0;
    transition: all 0.60s;
}


/* dn---home--4 */
.dn--nav-hm4-area {
    background-color: #FCFBFA;
}

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

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

.dn--hm4-nav-item-ul {
    justify-content: start;
    padding-left: 32px;
}

.dn--hm4-nav-item-ul .dn--hm2-nav-item-ul-a {
    color: var(--olive-green);
    font-weight: 700;
}

.dn--hm4-nav-item-ul .dn--nav-dropdown-a::before {
    background-color: var(--olive-green);
}

.dn--hm3-color-olive a {
    background-color: var(--olive-green);
    border-radius: 16px;
    transition: all 0.60s;
    font-family: "Satoshi-Medium";
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
}

.dn--hm3-color-olive a::before {
    background: var(--olive-green-hover);
    border-radius: 16px;
}

.dn--hm3-color-olive a:hover span svg path {
    fill: var(--hover-green);
}

.dn--hm3-color-olive a:hover span {
    color: var(--olive-green);
}

.dn--hm4-header-banner-area {
    background-color: #FCFBFA;
    padding: 112px 0 0;
    margin-bottom: 160px;
}

.dn--hm4-header-banner-container {
    position: relative;
    z-index: 5;
    padding-bottom: 106px;
}

.dn--hm4-header-banner-container::before {
    content: "";
    position: absolute;
    right: 207px;
    bottom: 0;
    background: url(../images/Home-4/hm4-banner.png);
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
}

.dn--hm4-main-banner-contain-link-video {
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--olive-green);
    transition: all 0.60s;
}

.dn--hm4-main-banner-contain-link-video span {
    color: var(--olive-green-hover);
}

.dn--hm4-main-banner-contain-link-video:hover {
    color: var(--olive-green-hover);
}

.dn--hm-4-header-banner-contain h2 {
    font-family: 'Satoshi-Black';
    font-size: 104px;
    font-weight: 900;
    line-height: 114px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 50px;
}

.dn--hm-4-header-banner-contain p {
    font-family: 'Satoshi-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 73px;
}

.dn--hm4-header-banner-member-info {
    display: flex;
    gap: 24px;
    align-items: center;
}

.dn--hm4-header-banner-member-info-span {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e3ecc9;
    border-radius: 16px;
}

.dn--hm4-header-banner-member-info-span:hover svg {
    animation-name: bounce-2-hm4;
    animation-timing-function: linear;
    animation-duration: 1.60s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

@keyframes bounce-2-hm4 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.dn--hm4-header-banner-member-info-div {
    display: flex;
    gap: 11px;
    align-items: center;
    flex-wrap: wrap;

}

.dn--hm4-header-banner-member-info-div h4 {
    font-family: 'Satoshi-Bold';
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin: 0;
}

.dn--hm4-header-banner-member-info-div p {
    font-family: 'Satoshi-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    width: 75%;
}

.dn--hm-4-header-right-banner-contain {
    display: flex;
    gap: 16px;
    padding: 24px 32px;
    justify-content: center;
    width: 290px;
    margin-bottom: 32px;
    position: relative;
}

.dn--hm-4-header-right-banner-contain-svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.dn--hm-4-header-right-banner-contain h4 {
    font-family: 'Satoshi-Bold';
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green-hover);
    display: flex;
    margin: 0;
}

.dn--hm-4-header-right-banner-contain p {
    font-family: 'Satoshi-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    padding-top: 9px;
}

.dn--hm-4-header-right-banner-contain-link h4 {
    font-family: 'Satoshi-Medium';
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 16px;
    width: 195px;
}

.dn--hm-4-header-right-banner-contain-link a {
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    position: relative;
}

.dn--hm-4-header-right-banner-contain-link a:hover::before {
    width: 80%;
}

.dn--hm-4-header-right-banner-contain-link a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    display: block;
    background: var(--olive-green);
    transition: all 0.60s;
}

.dn--hm-4-header-right-banner-contain-link a i {
    transition: all 0.60s;
    display: inline-flex;
}

.dn--hm-4-header-right-banner-contain-link a:hover i {
    display: inline-flex;
    transform: rotate(45deg);
}

.dn--hm-4-header-right-banner {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 16px;
}

.dn--hm4-right-site-button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.dn--hm4-right-site-button a {
    border-Radius: 16px 0px 16px 0px;
    padding: 11px 30px;
}

.dn--hm4-top-blog {
    max-width: 536px;
    height: auto;
    margin-bottom: 78px;
}

.dn--hm4-top-blog p {
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green-hover);
    margin-bottom: 20px;
}

.dn--hm4-top-blog h3 {
    font-family: 'Satoshi-Bold';
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
}

.dn--hm4-our-beginning-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 88px;
}

.dn--hm4-our-beginning-info-contain {
    max-width: 536px;
    height: auto;
}

.dn--hm4-our-beginning-info-contain p {
    font-family: 'Satoshi-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 40px;
    opacity: 80%;
}

.dn--hm4-our-beginning-info-contain-box:hover .dn--hm4-our-beginning-info-contain-box-svg svg {
    rotate: y 180deg;
}

.dn--hm4-our-beginning-info-contain-box .dn--hm4-our-beginning-info-contain-box-svg svg {
    transition: 0.5s ease;
}

.dn--hm4-our-beginning-info-contain-box-svg {
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #Afc2b3;
    border-radius: 50%;
    margin-bottom: 32px;
}

.dn--hm4-our-beginning-info-contain-box h4 {
    font-family: 'Satoshi-Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 24px;
}

.dn--hm4-our-beginning-info-contain-box p {
    font-family: 'Satoshi-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    padding-right: 30px;
    opacity: 80% !important;
}

.dn--hm4-Popular-Causes-slider-box {
    width: 100%;
    height: auto;
    background-color: #FCFBFA;
    border-radius: 8px;
    transition: all 0.60s;
}

.dn--hm4-Popular-Causes-slider-img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
}

.dn--hm4-Popular-Causes-slider-contain-box {
    padding: 32px 24px;
}

.dn--hm4-Popular-Causes-slider-contain-box h4 {
    font-family: 'Satoshi-Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 8px;
}

.dn--hm4-Popular-Causes-slider-contain-box p {
    font-family: 'Satoshi-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 40px;
}

.dn--hm4-Popular-Causes-slider-progress-bar {
    background-color: #e9e9e9;
}

.dn--hm4-Popular-Causes-slider-progress-bar::before {
    background-color: var(--olive-green);
    width: 80%;
    animation: width-80 2s;
}

.progress-bar-width-3::before {
    width: 20%;
    animation: width-20 1.5s;
}

@keyframes width-80 {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes width-20 {
    0% {
        width: 0;
    }
    100% {
        width: 20%;
    }
}

@keyframes width-60 {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}

.progress-bar-width-2 {
    width: 100%;
}

.progress-bar-width-2::before {
    content: "";
    width: 60%;
    animation: width-60 1.5s;
}

.dn--hm4-Popular-Causes-slider-progress-info p {
    color: var(--olive-green);
    font-family: 'Satoshi-Regular';
}

.dn--hm4-Popular-Causes-swiper-button-top .swiper-button-prev, .dn--hm4-Popular-Causes-swiper-button-top .swiper-button-next {
    top: -37%;
}

.dn--hm4-Popular-Causes-swiper-button-top .swiper-slide-active {

    background-color: var(--white);
    border-radius: 8px;
}

.dn--hm4-brand-area-contain-p {
    font-family: "Satoshi-Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--olive-green);
    margin-bottom: 48px;
}

.dn--hm4-brand-area-contain-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 80px;
    justify-content: center;
}

.dn--hm4-brand-area-contain-ul li svg path {
    transition: all 0.60s;
}

.dn--hm4-brand-area-contain-ul li svg g {
    opacity: 1;
}

.dn--hm4-brand-area-contain-ul li svg path {
    fill: #C3D1C6;
}

.dn--hm4-brand-area-contain-ul li svg:hover path {
    fill: #A7C957;
}

.dn--hm-4-our-cause-box {
    background-color: #FCFBFA;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.dn--hm-4-our-cause-img-box {
    width: 100%;
    height: 100%;
    background-color: #D5DDD5;
    border-radius: 16px;
    overflow: hidden;
}

.dn--hm-4-our-cause-contain-box {
    padding: 24px;
}

.dn--hm-4-our-cause-contain-box a {
    font-family: "Satoshi-Bold";
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 8px;
    display: block;
    transition: all 0.60s;
}

.dn--hm-4-our-cause-contain-box a:hover {
    color: var(--olive-green-hover);
}

.dn--hm-4-our-cause-contain-box p {
    font-family: 'Satoshi-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
    margin-bottom: 24px;
}

.dn--hm-4-our-cause-contain-box-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

.dn--hm-4-our-cause-contain-box-ul li a {
    color: var(--olive-green);
    font-size: 24px;
    transition: all 0.60s;
}

.dn--hm-4-our-cause-contain-box-ul li a:hover {
    color: var(--olive-green-hover);
}


.dn--hm4-slider-style .swiper {
    overflow: initial;
    overflow-x: clip;
    overflow-y: visible;
}

.dn--hm4-slider-style .swiper-button-next:after {
    content: '\ea70';
    font-family: remixicon;
    font-size: 24px;
}

.dn--hm4-slider-style .swiper-button-prev:after {
    content: '\ea5e';
    font-family: remixicon;
    font-size: 24px;
}

.dn--hm4-slider-style .swiper-button-prev {
    left: auto;
    right: 112px;
}

.dn--hm4-our-cause-top .swiper-button-next, .dn--hm4-our-cause-top .swiper-button-prev {
    top: -50%;
}

.dn--hm4-slider-style .dn-hm4-button-next, .dn--hm4-slider-style .dn-hm4-button-prev {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    font-size: 24px;
    color: var(--olive-green);
    background-color: #E1EBDC;
    transition: all 0.60s;
    position: absolute;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dn--hm4-slider-style .dn-hm4-button-next {
    top: -35%;
    right: 0;
}

.dn--hm4-slider-style .dn-hm4-button-prev {
    top: -35%;
    right: 100px;
    transform: rotate(180deg);
}

.dn--hm4-slider-style .dn-hm4-button-next span,
.dn--hm4-slider-style .dn-hm4-button-next svg,
.dn--hm4-slider-style .dn-hm4-button-prev span,
.dn--hm4-slider-style .dn-hm4-button-prev svg {
    margin: 0 !important;
}

.dn--hm4-slider-style .swiper-button-next:hover, .dn--hm4-slider-style .swiper-button-prev:hover {
    background-color: var(--olive-green);
    color: var(--white);
}

.dn--hm4-Growth-Stories-area {
    background-color: var(--olive-green);
    width: 100%;
    height: auto;
    padding: 80px 0 365px;
}

.dn--hm4-Growth-Stories-contain-blog {
    margin-bottom: 88px;
}

.dn--hm4-Growth-Stories-contain-blog h4 {
    font-family: "Satoshi-Bold";
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--white);
    margin-bottom: 24px;
}

.dn--hm4-Growth-Stories-contain-blog p {
    font-family: "Satoshi-Medium";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--white);
    width: 859px;
    margin: auto;
    opacity: 80%;
}

.dn--hm4-Growth-Stories-contain-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 108px;
    justify-content: center;
}

.dn--hm4-Growth-Stories-contain-ul li {
    display: flex;
    gap: 24px;
    align-items: center;
}

.dn--hm4-Growth-Stories-contain-h4 {
    font-family: "Satoshi-Bold";
    font-size: 52px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    display: flex;
    gap: 3px;
    margin: 0;
}

.dn--hm4-Growth-Stories-contain-p {
    font-family: "Satoshi-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    max-width: 116px;
}

.dn--hm4-Growth-Stories-video {
    position: relative;
}

.dn--hm4-Growth-Stories-video #player {
    width: 872px;
    margin: auto;
    border-radius: 24px;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
}

.dn--hm4-Growth-Stories-video .plyr__controls {
    transition: all 0.60s;
    display: none;
}

.dn--hm4-Growth-Stories-video #player.plyr--playing .plyr__controls {
    display: flex;
}

.dn--hm4-Growth-Stories-video .plyr--full-ui.plyr--video .plyr__control--overlaid {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    color: var(--olive-green);
    transition: all 0.60s;
}

.dn--hm4-Growth-Stories-video .plyr__control--overlaid svg {
    z-index: 55555;
    width: 26px;
    height: 26px;
    fill: var(--olive-green);
}

.dn--hm4-Growth-Stories-video:hover .plyr--full-ui.plyr--video .plyr__control--overlaid {
    width: 90px;
    height: 90px;
}

.dn--hm4-testimonial-area {
    padding-top: 375px;
}


.dn--hm4-testimonial-gallery {
    width: 100%;
    display: flex;
    margin: 40px auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.dn--hm4-testimonial-gallery-slider {
    width: 50%;
}

.dn--hm4-testimonial-gallery-slider .swiper-slide {
    width: auto;
    height: 400px;
}

.dn--hm4-testimonial-gallery-slider .swiper-slide {
    transition: all .3s;
    /* padding-left: 95px; */
}

.dn--hm4-testimonial-gallery-thumbs {
    width: 50%;
}

.dn--hm4-testimonial-gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    opacity: .4;
    transition: all .3s;
    border-radius: 12px;
}

.dn--hm4-testimonial-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.dn--hm4-testimonial-gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
    border-radius: 12px;
}

.dn--hm4-testimonial-slider-box .dn--hm4-testimonial-gallery-thumbs .swiper-slide {
    background: #6A994E33;
    width: 134px !important;
    height: 414px;

}

.dn--hm4-testimonial-slider-box .dn--hm4-testimonial-gallery-thumbs .swiper-slide-thumb-active {
    width: 238px !important;
    height: 414px;

}

.dn--hm4-testimonial-slider-contain h4 {
    font-family: "Satoshi-Bold";
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 32px;
}

.dn--hm4-testimonial-slider-contain p {
    font-family: "Satoshi-Medium";
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 32px;
}

.dn--hm4-testimonial-slider-contain-info h4 {
    font-family: "Satoshi-Blod";
    font-size: 32px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 8px;
}

.dn--hm4-testimonial-slider-contain-info p {
    font-family: "Satoshi-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
}

.dn--hm4-testimonial-slider-box .swiper-button-next, .dn--hm4-testimonial-slider-box .swiper-button-prev {
    top: -60%;
}


.dn--hm4-our-successfull-info-box {
    width: 100%;
    height: auto;
    background-color: #FCFBFA;
    border-radius: 8px;
}

.dn--hm4-our-successfull-info-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.dn--hm4-our-successfull-info-contain {
    padding: 32px 24px;
}

.dn--hm4-our-successfull-info-contain-span {
    padding: 9px 21px;
    background-color: #DFE8D8;
    border-radius: 24px;
    font-family: "Satoshi-Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--olive-green);
    display: inline-block;
    margin-bottom: 16px;
}

.dn--hm4-our-successfull-info-contain h4 {
    font-family: "Satoshi-Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 16px;
}

.dn--hm4-our-successfull-info-contain p {
    font-family: "Satoshi-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 40px;
}

.dn--hm4-footer-top-box {
    width: 100%;
    height: auto;
    background-color: var(--olive-green-hover);
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.dn--hm4-footer-top-box-backround {
    position: absolute;
    right: 35px;
    top: 0;
    z-index: -1;
}

.dn--hm4-footer-top-box-left-contain {
    padding: 88px 0;
}

.dn--hm4-footer-top-box-left-contain p {
    font-family: "Satoshi-Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 21px;
    color: var(--white);
}

.dn--hm4-footer-top-box-left-contain h4 {
    font-family: "Satoshi-Bolo";
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 48px;
    color: var(--white);
}

.dn--hm3-color-white a::before {
    background: var(--white);
}

.dn--hm4-footer-top-box-right-contain {
    width: 100%;
    height: 100%;
    text-align: end;
}

.dn--hm4-footer-bottom-box {
    margin-top: 96px;
}

.dn--hm4-footer-logo-box-img {
    width: 100%;
    height: auto;
}

.dn--hm4-footer-logo-box p {
    font-family: "Satoshi-Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #6A994E;
    margin-top: 24px;
}

.dn--hm4-our-footer-info-h4 {
    font-family: "Satoshi-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--olive-green);
    margin-bottom: 8px;
}

.dn--hm4-our-footer-info-contain-ul {
    list-style: none;
    padding: 0;
}

.dn--hm4-our-footer-info-contain-ul li {
    margin-bottom: 12px;
}

.dn--hm4-our-footer-info-contain-ul li:last-child {
    margin-bottom: 0;
}

.dn--hm4-our-footer-info-contain {
    font-family: "Satoshi-Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #6A994E;
    position: relative;
    transition: all 0.60s;
}

.dn--hm4-our-footer-hover:hover {
    color: var(--olive-green);
}

.dn--hm4-our-footer-hover:hover::before {
    width: 100%;
    opacity: 1;
}

.dn--hm4-our-footer-hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    background-color: var(--olive-green);
    opacity: 1;
    transition: all 0.60s;
}

.dn--hm4-footer-copy-right-box {
    border-top: 1px solid var(--olive-green);
}

.dn--hm4-footer-copy-right-box-ul {
    list-style: none;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
}

.dn--hm4-footer-copy-right-box-ul li {
    font-family: "Satoshi-Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--olive-green);
}

/* dn--hm6 start  */

.dn--hm6-d-flex-between {
    display: flex;
    justify-content: space-between;
}

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

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

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

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

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

.font-size-104 {
    font-family: var(--main-font);
    font-size: 104px;
    font-weight: 800;
    line-height: 124.8px;
    text-align: center;
}

.font-size-80 {
    font-family: var(--main-font);
    font-size: 80px;
    font-weight: 700;
    line-height: 88px;
}

.font-size-80-lih-112 {
    line-height: 112px;
}

.font-size-64 {
    font-family: var(--main-font);
    font-size: 64px;
    font-weight: 600;
    line-height: 70.4px;
}

.font-size-64-lih-96 {
    line-height: 96px;
}

.font-size-64-lih-83 {
    line-height: 83.2px;
}

.font-size-64-lih-76 {
    line-height: 76.8px;
}

.font-size-60 {
    font-family: var(--main-font);
    font-size: 60px;
    font-weight: 700;
}

.font-size-60-lih-90 {
    line-height: 90px;
}

.font-size-60-lih-66 {
    line-height: 66px;
}

.font-size-60-lih-84 {
    line-height: 84px;
}

.font-size-56 {
    font-family: var(--main-font);
    font-size: 56px;
    font-weight: 700;
    line-height: 84px;
}

.font-size-56-lih-61 {
    line-height: 61.6px;
}

.font-size-52 {
    font-family: var(--main-font);
    font-size: 52px;
    font-weight: 700;
    line-height: 62.4px;
}

.font-size-44 {
    font-family: var(--main-font);
    font-size: 44px;
    font-weight: 500;
    line-height: 48.4px;
}

.font-size-40 {
    font-family: var(--main-font);
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
}

.font-size-40-lih-52 {
    line-height: 52px;
}

.font-size-40-lih-56 {
    line-height: 56px;
}

.font-size-48 {
    font-family: var(--main-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 62.4px;
}

.font-size-48-lih-52 {
    line-height: 52.8px;
}

.font-size-48-lih-67 {
    line-height: 67.2px;
}

.font-size-48-lih-72 {
    line-height: 72px;
}

.font-size-36 {
    font-family: var(--main-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
}

.font-size-32 {
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: 700;
}

.font-size-32-lih-40 {
    line-height: 40.32px;
}

.font-size-32-lih-41 {
    line-height: 41.6px
}

.font-size-32-lih-48 {
    line-height: 48px
}

.font-size-32-lih-54 {
    line-height: 54.4px
}

.font-size-32-lih-57 {
    line-height: 57.6px
}

.font-size-32-lih-64 {
    line-height: 64px
}

.font-size-32-lih-35 {
    line-height: 35.2px
}

.font-size-28 {
    font-family: var(--main-font);
    font-size: 28px;
    font-weight: 600;
    line-height: 30.8px;
}

.font-size-28-lih-36 {
    line-height: 36.4px;
}

.font-size-24 {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 600;
}

.font-size-24-lih-21 {
    line-height: 21.6px;
}

.font-size-24-lih-26 {
    line-height: 26.4px;
}

.font-size-24-lih-28 {
    line-height: 28.8px;
}

.font-size-24-lih-38 {
    line-height: 38.4px;
}

.font-size-24-lih-36 {
    line-height: 36px;
}

.font-size-24-lih-31 {
    line-height: 31.2px;
}

.font-size-24-lih-43 {
    line-height: 43.2px;
}

.font-size-24-lih-48 {
    line-height: 48px;
}

.font-size-24-lih-40 {
    line-height: 40.8px;
}

.font-size-24-satoshi-400 {
    font-family: 'Satoshi-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px;
}

.font-size-24-satoshi-700 {
    font-family: 'Satoshi-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
}

.font-size-22 {
    font-family: var(--main-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
}

.font-size-20 {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
}

.font-size-20-lih-36 {
    line-height: 36px;
}

.font-size-20-lih-35 {
    line-height: 35px;
}

.font-size-20-lih-34 {
    line-height: 34px;
}

.font-size-20-lih-32 {
    line-height: 32px;
}

.font-size-20-lih-31 {
    line-height: 31px;
}

.font-size-20-lih-30 {
    line-height: 30px;
}

.font-size-20-lih-26 {
    line-height: 26px;
}

.font-size-20-lih-24 {
    line-height: 24px;
}

.font-size-20-lih-22 {
    line-height: 22px;
}

.font-size-20-satoshi-500 {
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.font-size-18 {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 16.2px;
    letter-spacing: 0.01em;
}

.font-size-18-lih-19 {
    line-height: 19.8px;
}

.font-size-18-lih-25 {
    line-height: 25.2px;
    letter-spacing: 0px;
}

.font-size-16 {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.font-size-16-lih-14 {
    line-height: 14.47px;
}

.font-size-16-lih-25 {
    line-height: 25.6px;
}

.font-size-16-lih-27 {
    line-height: 27.2px;
}

.font-size-16-satoshi-500 {
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
}

.font-Kulim-Park {
    font-family: var(--font-Kulim-Park);
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.dn--text-start {
    text-align: start;
}

.dn--text-center {
    text-align: center;
}

.dn--text-end {
    text-align: end;
}

.dn--text-justify {
    text-align: justify;
}

.color-red {
    color: var(--red);
}

.color-black {
    color: var(--black);
}

.color-black-50 {
    color: rgba(36, 36, 35, .50);
}

.color-white {
    color: var(--white);
}

.color-hm6-black {
    color: var(--hm6-black);
}

.color-hm6-pink-opacity {
    color: var(--hm6-pink-opacity);
}

.color-hm6-red-hover {
    color: var(--hm6-red-hover);
}

.color-hm6-black-opacity-60 {
    color: var(--hm6-black-opacity-60);
}

.color-hm6-black-opacity-80 {
    color: var(--hm6-black-opacity-80);
}

.color-footer-white {
    color: #FEF7F4;
}

.color-Grayish-blue {
    color: #ADB5BD;
}

.ab1-black {
    color: var(--ab1-black);
}

.ab1-black-opacity-80 {
    color: var(--ab1-black-opacity-80);
}

.ab1-black-opacity-60 {
    color: rgba(33, 37, 41, 0.60);
}

.ab2-approx-Tuna {
    color: #495057;
}

.ab2-approx-Tuna-50 {
    color: rgba(73, 80, 87, .50);
}

.ab3-bg-blue {
    color: var(--bg--blue);
}

.cns3-silver {
    color: var(--Dark-blue);
}

.evn3-white {
    color: #FCFBFA;
}

.evn1-black {
    color: var(--red);
}

.color-text-black {
    color: var(--txt--black);
}

.color-text-black-opacity-50 {
    color: rgba(36, 36, 35, 0.50);
}

.ADADAD {
    color: #ADADAD;
}

.tm3-blue {
    color: #0C4E8B;
}

.color-Dark-blue {
    color: var(--Dark-blue);
}

.color-white-error-5 {
    color: #f8f8f8;
}

.dn--hm6-body {
    background-color: #FFFCFA;
}

.dn--hm6-nav-item-ul {
    justify-content: center;
}

.dn--hm6-nav-item-ul .dn--hm2-nav-item-ul-a {
    color: var(--hm6-black);
    font-weight: 700;
}

.dn--hm6-nav-item-ul .dn--nav-dropdown-a::before {
    background-color: var(--hm6-black);
}

/* button-hover-area start */

.dn--hm6-button-link {
    position: relative;
    border-radius: 32px;
    padding: 20px 32px;
    display: inline-block;
    overflow: hidden;
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 16.2px;
    transition: all 1s;
}

.dn--hm6-button-text {
    position: relative;
    z-index: 10;
}

.dn--hm6-button-link:hover {
    cursor: pointer;

}

.dn--hm6-button-round {
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 5;
    animation: scale-down 0.3s forwards;
}

.dn--hm6-button-link.animate .dn--hm6-button-round {
    animation: scale-up 1s forwards;
}

@keyframes scale-up {
    to {
        transform: scale(600);
    }
}

@keyframes scale-down {
    from {
        transform: scale(600);
    }
    to {
        ransform: scale(0);
    }
}


.dn--hm6-button-1 {
    border: 1px solid var(--white);
    background-color: var(--red);
    color: var(--white);
}

.dn--hm6-button-1:hover {
    background-color: var(--white);
    color: var(--hm6-black);
    border: 1px solid var(--red);
}

.dn--hm6-button-1-round {
    background-color: var(--white);
}


.dn--hm6-button-2 {
    border: 1px solid var(--red);
    background-color: transparent;
    color: var(--hm6-black);
}

.dn--hm6-button-2:hover {
    background-color: var(--red);
    color: var(--white);
    border: 1px solid var(--red);
}

.dn--hm6-button-2-round {
    background-color: var(--red);
}

.dn--hm6-button-3 {
    border: 2px solid var(--white);
    background-color: var(--white);
    color: var(--red);
}

.dn--hm6-button-3:hover {
    background-color: var(--red);
    color: var(--white);
    border: 2px solid var(--white);
}

.dn--hm6-button-3-round {
    background-color: var(--red);
}


.dn--hm6-button-4 {
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--red);
}

.dn--hm6-button-4:hover {
    background-color: var(--red);
    color: var(--white);
    border: 2px solid var(--white);
}

.dn--hm6-button-4-round {
    background-color: var(--red);
}

.dn--hm6-button-5 {
    border: 1px solid var(--bg--yellow);
    background-color: var(--bg--yellow);
    color: #212529;
    transition: all 0.60s;
}

.dn--hm6-button-5:hover {
    background-color: #1ba7f8e1;
    color: var(--white);
    border: 1px solid #1ba7f8e1;
}

.dn--hm6-button-5-round {
    background-color: #1ba7f8e1;
}


.dn--hm6-button-6 {
    border: 1px solid var(--bg--blue);
    background-color: var(--bg--blue);
    color: var(--white);
    font-weight: 400;
}

.dn--hm6-button-6:hover {
    background-color: transparent;
    color: var(--bg--blue);
    border: 1px solid var(--bg--blue);
}

.dn--hm6-button-6-round {
    background-color: var(--white);
}

.dn--hm6-button-text i {
    font-size: 24px;
    transition: 0.60s;
    display: inline-block;
}

.dn--hm6-button-link:hover .dn--hm6-button-text i {
    transform: rotate(0deg);
}


.dn--hm6-button-7 {
    border: 1px solid var(--hm5-blue);
    background-color: var(--hm5-blue);
    color: var(--white);
    transition: all 0.60s;
}

.dn--hm6-button-7:hover {
    background-color: var(--white);
    color: var(--hm5-blue);
    border: 1px solid var(--hm5-blue);
}

.dn--hm6-button-7-round {
    background-color: var(--white);
}

.dn--hm5-button-text i {
    font-size: 24px;
    transition: 0.60s;
    display: inline-block;
    font-weight: 300;
}

.dn--hm6-button-link:hover .dn--hm5-button-text i {
    transform: rotate(45deg);
}

.dn--hm6-button-8 {
    border: 2px solid var(--hm5-button-color);
    background-color: var(--hm5-button-color);
    color: #0C4E8B;
    transition: all 0.60s;
    width: 100%;
    height: 82px;
    font-size: 20px;
    border-radius: 56px;
}

.dn--hm6-button-8:hover {
    background-color: #0C4E8B;
    color: var(--hm5-button-color);
    border: 2px solid var(--hm5-button-color);
}

.dn--hm6-button-8-round {
    background-color: #0C4E8B;
}

.dn--hm6-button-9 {
    border: 2px solid var(--hm5-button-color);
    background-color: var(--hm5-button-color);
    color: #0C4E8B;
    transition: all 0.60s;
    padding: 36px 72px;
    border-radius: 48px;
}

.dn--hm6-button-9:hover {
    background-color: #0C4E8B;
    color: var(--hm5-button-color);
    border: 2px solid var(--hm5-button-color);
}

.dn--hm6-button-9-round {
    background-color: #0C4E8B;
}


.dn--hm6-button-10 {
    border: 2px solid var(--hm5-button-color);
    background-color: var(--hm5-button-color);
    color: #0C4E8B;
    transition: all 0.60s;

}

.dn--hm6-button-10:hover {
    background-color: #0C4E8B;
    color: var(--hm5-button-color);
    border: 2px solid var(--hm5-button-color);
}

.dn--hm6-button-10-round {
    background-color: #0C4E8B;
}


.dn--hm6-button-5:hover .dn--hm6-button-text i {
    transform: rotate(45deg);
}

.dn--hm6-button-text i {
    font-size: 24px;
    transition: 0.60s;
    display: inline-block;
    font-weight: 400;
}

.dn--hm6-button-11 {
    border: 2px solid var(--white);
    background-color: var(--white);
    color: var(--ab1-black);
    transition: all 0.60s;

}

.dn--hm6-button-11:hover {
    background-color: var(--bg--blue);
    color: var(--white);
    border: 2px solid var(--bg--blue);
}

.dn--hm6-button-11-round {
    background-color: var(--bg--blue);
}


.dn--hm6-button-12 {
    border: 1px solid var(--white);
    background-color: transparent;
    color: var(--white);
    transition: all 0.60s;

}

.dn--hm6-button-12:hover {
    background-color: var(--white);
    color: var(--ab1-black);
    border: 1px solid var(--white);
}

.dn--hm6-button-12-round {
    background-color: var(--white);
}

.dn--hm6-button-13 {
    border: 1px solid var(--bg--blue);
    background-color: transparent;
    color: var(--ab1-black);
    transition: all 0.60s;

}

.dn--hm6-button-13:hover {
    background-color: var(--bg--blue);
    color: var(--white);
    border: 1px solid var(--bg--blue);
}

.dn--hm6-button-13-round {
    background-color: var(--bg--blue);
}

.dn--hm6-button-14 {
    border: 1px solid #FDF1EB;
    background-color: #FDF1EB;
    color: var(--ab1-black);
    transition: all 0.60s;
    padding: 16px 32px;
}

.dn--hm6-button-14:hover {
    background-color: transparent;
    color: var(--ab1-black);
    border: 1px solid #FDF1EB;
}

.dn--hm6-button-14-round {
    background-color: transparent;
}


.dn--hm6-button-15 {
    background-color: transparent;
    color: var(--ab1-black);
    border: 1px solid #FDF1EB;
    transition: all 0.60s;
    padding: 16px 32px;
}

.dn--hm6-button-15:hover {
    border: 1px solid #FDF1EB;
    background-color: #FDF1EB;
    color: var(--ab1-black);
}

.dn--hm6-button-15-round {
    background-color: #FDF1EB;
}

.dn--hm6-button-16 {
    background-color: var(--red);
    color: var(--white);
    border: 1px solid var(--red);
}

.dn--hm6-button-16:hover {
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--red);
}

.dn--hm6-button-16-round {
    background-color: var(--white);
}


.dn--hm6-button-17 {
    background-color: var(--red);
    color: var(--white);
    border: 1px solid var(--red);
}

.dn--hm6-button-17:hover {
    border: 1px solid var(--bg--blue);
    background-color: var(--bg--blue);
    color: var(--white);
}

.dn--hm6-button-17-round {
    background-color: var(--bg--blue);
}

.dn--hm6-button:hover .dn--cs1-button-text i {
    transform: rotate(45deg);
}


.dn--hm6-button-18 {
    background-color: var(--bg--blue);
    color: var(--white);
    border: 1px solid var(--bg--blue);
}

.dn--hm6-button-18:hover {
    border: 1px solid var(--bg--yellow);
    background-color: var(--bg--yellow);
    color: var(--ab1-black);
}

.dn--hm6-button-18-round {
    background-color: var(--bg--yellow);
}

.dn--hm6-button-19 {
    background-color: var(--red);
    color: var(--white);
    border: 1px solid var(--red);
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
}

.dn--hm6-button-19:hover {
    border: 1px solid var(--bg--blue);
    background-color: var(--bg--blue);
    color: var(--red);
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
}

.dn--hm6-button-19-round {
    background-color: var(--bg--blue);
}


.dn--hm6-button-20 {
    border: 1px solid var(--bg--blue);
    background-color: var(--bg--blue);
    color: var(--white);
    padding: 19px 38px;
    font-size: 16.08px;
    line-height: 14.47px;
}

.dn--hm6-button-20:hover {
    background-color: transparent;
    color: var(--bg--blue);
    border: 1px solid var(--bg--blue);
}

.dn--hm6-button-20-round {
    background-color: var(--white);
}

.dn--hm6-button:hover .dn--cs1-button-text i {
    transform: rotate(45deg);
}

/* button-hover-area End */
.dn--hm6-nav-area {
    padding: 32px 0;
    border-bottom: 1px solid #f2581d;
    position: relative;
}
.dn--hm6-nav-area-wraps{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:100;
}
.dn--hm6-nav-sign-in-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dn--hm6-nav-sign-in-link a {
    border: 1px solid #FBC7B4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: var(--red);
    font-size: 26px;
    transition: all 0.60s;
}

.dn--hm6-nav-sign-in-link a:hover {
    background-color: var(--red);
    color: var(--white);
    border-color: var(--white);
}

.dn--hm6-header-banner-area {
    position: relative;
    padding: 70px 0 0;
}

.dn--hm6-header-bg-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.dn--hm6-header-bg-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dn--hm6-header-banner-title {
    position: relative;
}

.dn--hm6-header-banner-title-svg-1 {
    position: absolute;
    right: 0;
    top: 25%;
    animation: movedelement2 5s linear infinite;
}

.dn--hm6-header-banner-title-svg-2 {
    position: absolute;
    left: 0;
    bottom: 25%;
    animation: movedelement2 5s linear infinite;
}

.dn--hm6-header-banner-title h2 {
    width: 1020px;
    height: auto;
    margin: auto auto 83px;
}

.dn--hm6-header-right-site-box {
    border-radius: 48px 48px 0px 0px;
    overflow: hidden;
    width: 100%;
    height: auto;
}


.dn--hm6-header-watch-box {
    padding: 61.5px 0 0 30px;
}

.dn--hm6-header-watch-link-box {
    display: flex;
    gap: 24px;
    align-items: center;
    position: relative;
}

.dn--hm6-header-watch-link {
    width: 81px;
    height: 81px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 81px;
    color: var(--red);
    transition: all 0.60s;
}

.dn--hm6-header-watch-link:hover {
    font-size: 75px;
}

.dn--hm6-header-watch-link-box p {
    width: 95px;
    height: auto;
}

.dn--hm6-header-watch-link-box-icon {
    position: absolute;
    right: 0;
    bottom: -5px;
    animation: movedelement2 5s linear infinite;
}


.dn--hm6-header-watch-link:hover::before {
    width: 130%;
    height: 130%;
    opacity: 1;
    visibility: visible;
}


.dn--hm6-header-brand-items {
    margin-top: 62px;
}

.dn--hm6-header-brand-items-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 40px;
}

.dn--hm6-header-brand-items-ul-svg path {
    fill: #FBC7B4;
    transition: all 0.60s;
}

.dn--hm6-header-brand-items-ul-svg:hover path {
    fill: var(--red);
}

.dn--hm6-our-success-area {
    background-color: var(--red);
    padding: 90px 0;
    margin-bottom: 160px;
    position: relative;
    z-index: 5;
}

.dn--hm6-our-success-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.dn--hm6-our-success-counter-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 100px;
    justify-content: space-between;
}

.dn--hm6-our-beginning-area {
    overflow: hidden;
}

.dn--hm6-our-beginning-img-item-box {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 16px;
}

.dn--hm6-our-beginning-img-box-1 {
    border-radius: 24px;
    width: 308px;
    height: 410px;
    overflow: hidden;
}

.dn--hm6-our-beginning-img-box-2 {
    border-radius: 24px;
    width: 308px;
    height: 410px;
    margin-top: 107px;
    overflow: hidden;
}

.dn--hm6-our-beginning-img-box-3 {
    position: absolute;
    bottom: -105px;
    left: 0;
    z-index: -1;
    animation-name: rotateme;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.dn--hm6-our-beginning-contain-h6 {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 19.8px;
    letter-spacing: 0.01em;
    color: var(--hm6-black);
    margin-bottom: 32px;
    background-color: #FBC7B4;
    padding: 20px 32px;
    border-radius: 32px;
    display: inline-block;
}

.dn--hm6-our-beginning-contain-link {
    margin-top: 48px;
    display: flex;
    gap: 16px;
}

.dn--hm6-button-text-span {
    color: var(--red);
    transition: all 0.60s;
}

.dn--hm6-button-link:hover .dn--hm6-button-text-span {
    color: var(--white);
}

.dn--hm6-button-text-i {
    display: inline-block;
    transition: all 0.60s;
}

.dn--hm6-button-link:hover .dn--hm6-button-text-i {
    rotate: 45deg;
}

.dn--hm6-our-causes-location-i {
    color: var(--red);
}

.dn--hm6-our-causes-img-box {
    margin-bottom: 24px;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.dn--hm6-our-causes-contain-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.dn--hm6-our-causes-contain-link {
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.60s;
}

.dn--hm6-our-causes-contain-link:hover {
    background-size: 0 0.1em, 100% 0.1em;

}

.dn--hm6-brand-area {
    position: relative;
    padding: 141px 0;
    background-color: var(--red);
}

.dn--hm6-brand-banner-svg {
    position: absolute;
    right: 0;
    top: 0;
}

.dn--hm6-brand-item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 156px;
    list-style: none;
    padding: 0;
}

.dn--hm6-team-member-a {
    display: block;
    transition: all 0.60s;
}

.dn--hm6-team-member-a:hover {
    color: var(--red);
}

.dn--hm6-donation-contain-item {
    background: url(../images/Home-6/donation-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 750px;
}

.dn--hm6-donation-box {
    background: var(--red);
    padding: 48px 69.5px;
    width: 560px;
    height: auto;
    border-radius: 48px;
    margin: 58px 0 auto auto;
}

.dn--hm6-donation-input-box {
    position: relative;
}

.dn--hm6-donation-input-box-label {
    position: absolute;
    left: 8px;
    top: 8px;
}

.dn--hm6-donation-input-box-label span {
    width: 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FBC7B4;
    color: var(--white);
    font-family: var(--main-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
}

.dn--hm6-donation-input-box input {
    width: 100%;
    height: 104px;
    background-color: var(--white);
    border-radius: 100px;
    border: 1px solid var(--white);
    font-family: var(--main-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 67.2px;
    text-align: center;
    color: var(--hm6-black);
    margin-bottom: 32px;
    padding-left: 0;
}

.dn--hm6-donation-input-box input::-webkit-outer-spin-button,
.dn--hm6-donation-input-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dn--hm6-donation-Select-box {
    width: 100%;
    height: 75px;
    border-radius: 100px;
    padding: 0 60px 0 40px;
    margin-bottom: 72px;
    background-color: var(--white);
}

.dn--hm6-donation-Select-box select {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
    color: var(--hm6-black);
    border: none;
    padding: 0 20px;
}

.dn--hm6-donation-Select-box .nice-select {
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border: none;
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
    color: var(--hm6-black);
}

.dn--hm6-donation-Select-box .nice-select:after {
    border-bottom: 2px solid var(--hm6-black);
    border-right: 2px solid var(--hm6-black);
    right: 0;
    height: 15px;
    width: 15px;
    top: 45%;
}

.dn--hm6-donation-Select-box .nice-select .option {
    margin-bottom: 10px;
}

.dn--hm6-donation-Select-box select option {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
    color: var(--hm6-black);
}

.dn--hm6-donation-Select-box .nice-select .list {
    z-index: 20;
}

.dn--hm6-button-4 {
    width: 100%;
    height: 82px;
    padding: 0;
    border-radius: 100px;
    border: 2px solid;
}

.dn--hm6-testimonial-item-box {
    background-color: var(--red);
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 48px;
}

.dn--hm6-testimonial-img-box {
    width: 536px;
    height: 536px;
    border-radius: 40px;
    overflow: hidden;
    margin: auto 0 auto auto;
}


.dn-hm6-hd-b-title {
    margin-bottom: 15px;
}

.dn--hm6-testimonial-slider-top .dn-hm4-button-prev, .dn--hm6-testimonial-slider-top .dn-hm4-button-next {
    top: -24%;
}

.dn--hm6-testimonial-slider-top .dn-hm4-button-prev, .dn--hm6-testimonial-slider-top .dn-hm4-button-next {
    background-color: #FBC7B4;
    color: var(--red);
}

.dn--hm6-testimonial-slider-top .swiper-button-next:hover, .dn--hm6-testimonial-slider-top .swiper-button-prev:hover {
    background-color: var(--red);
    color: var(--white);
}


.dn--hm6-testimonial-slider-top .swiper-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -65px;
}

.dn--hm6-testimonial-slider-top .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #F2581D;
    opacity: 20%;
    transition: all 0.60s;
}

.dn--hm6-testimonial-slider-top .swiper-pagination-bullet:hover {
    opacity: 100%;
}

.dn--hm6-testimonial-slider-top .swiper-pagination-bullet-active {
    opacity: 1;
}

.dn--hm6-testimonial-contain-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 34px;
}

.dn--hm6-footer-top-area {
    width: 100%;
    height: auto;
    background-color: var(--red);
    padding: 80px 0;
}

.dn--hm6-padding-0 {
    padding: 0;
}

.dn--hm6-footer-top-form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

input[type="text"].dn--hm6-footer-top-form-input,
input[type="email"].dn--hm6-footer-top-form-input,
input[type="file"].dn--hm6-footer-top-form-input,
.dn--hm6-footer-top-form-input {
    width: 100%;
    height: 75px;
    background-color: #F47746;
    padding: 0 24px;
    border: none;
    border-radius: 16px;
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
    color: var(--white);
}

.dn__hm6-footer-top-info {
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px;
}

.dn--hm6-footer-top-form .dn--button-hover {
    gap: 7px;
}

input[type="file"].dn--hm6-footer-top-form-input {
    padding: 0;
}

input[type="file"]::file-selector-button {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 24px;
    background-color: #F47746;
    color: #ffffff95;
    text-align: left;
}

.dn--hm6-footer-top-form-input::placeholder {
    color: #FBC7B4;
}

.dn--hm6-footer-top-form-input:focus {
    background-color: #FF733D;
    border: 1px solid var(--white);
}

.dn--hm6-footer-top-form-input:focus::placeholder {
    color: transparent;
}

.dn--hm6-footer-top-form-textarea {
    width: 100%;
    height: 172px;
    padding: 21px 24px;
    resize: none;
    color: #fff !important;
}

.dn--hm6-footer-top-form &gt; span {
    width: 100%;
}

.dn--hm6-footer-bottom-area {
    padding: 111px 0;
    background-color: var(--hm6-black);
    width: 100%;
    height: auto;
}

.dn--hm6-footer-logo {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.dn--hm6-footer-logo img {
    max-width: 100%;
    height: auto;
    width: initial;
}

.dn-hm6-email-link-hover {
    position: relative;
}

.dn-hm6-email-link-hover:hover::before {
    width: 100%;
    opacity: 1;
}

.dn-hm6-email-link-hover::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--white);
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all 0.60s;
    opacity: 0;
}

.dn--hm6-footer-link-ul {
    list-style: none;
    padding: 0;
}

.dn--hm6-footer-link-ul li {
    margin-bottom: 8px;
}

/*Style By Naim*/

/* ===========text======= */
.dn--hm1-h4-hover-color {
    transition: all 0.60s;
}

.dn--hm1-h4-hover-color:hover {
    color: var(--Dark-blue);
}


.dn--hm1--text {
    display: inline-block;
    font-size: 24px;
    line-height: 160%;
    font-family: "Kulim Park", sans-serif;
    color: var(--black);
    opacity: 70%;
}

/* ==========sub title====== */
.dn--hm1--subTitle {
    font-size: 24px;
    font-weight: 500;
    color: #75AAFF;
    font-family: "Kulim Park", sans-serif;
    line-height: 160%;
}

/* ========== title====== */
.dn--hm1--title {
    font-size: 48px;
    font-weight: 700;
    font-family: "Kulim Park", sans-serif;
    line-height: 130%;
}


/* ===========================================================
                         dm hm1 header code
==================================================================*/


/* ============================
          mobile nave code
================================ */


.dn--hm1-img-effect {
    overflow: hidden;
    position: relative;
}

.dn--hm1-img-effect:hover::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.dn--hm1-img-effect::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    background: rgba(58, 134, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s;
}


.dn--hm1--mobile--navbar {
    padding: 0 5px;
}

.rs-3dots-icon {
    background-color: transparent !important;
    border: none !important;
}

.rs-mobile-accordion {
    box-shadow: none !important;
}

.rs-offcanvas-backround {
    background-color: var(--white);
}

.dn--hm2-mobile-ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 50px 0 !important;
    text-align: start;
    margin-top: 50px;
}

.dn--hm2-mobile-ul li {
    width: 100%;
}

.dn--hm2-mobile-ul li a {
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--rs-color-black) !important;
    background-color: #fff0 !important;
    border: none !important;
    text-align: left;
}

.dn--hm1--mobile--navbar .btn {
    padding: 12px 0 0 0;
}


/* =========================================
            desttop nave code
=============================================== */

.dn--hm1--header {
    z-index: 100;
}

.dn--hm1--nav {
    top: 85px !important;
    z-index: 20;
}

.dn--hm1--nav-container {
    height: 124px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f8f8f8;
}

a.fundra__if_no_blog_title {
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: all 0.3s;
}

.dn--hm1--acktive--link .dn--nav-dropdown-a::before {
    background-color: var(--bg--yellow);
}

.dn--bgd1-contain-area .alignright {
    clear: both;
}


/* ===========================================================
                         dm hm1 hero_area code
==================================================================*/
.dn--hm1--hero {
    width: 100%;
    height: 1080px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 315px;
}

.dn--hm1--hero-sub--container {
    width: 1320px;
    margin: auto;
}

.dn--hm1--hero--content-box {
    width: 760px;
    margin-left: 230px;
}

.dn--hm1--hero-title {
    font-family: "Kulim Park", sans-serif;
    font-size: 88px;
    color: #ffffff;
    font-weight: 700;
    line-height: 110%;
}

.dn--hm1--hero--btn--or--tex {
    margin-top: 48px;
    gap: 57px;
}

.dn--hm1--yellow-btn {
    padding: 20px 32px;
    text-align: center;
    background-color: #0C4E8B;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    color: var(--white);
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    line-height: 110%;
    letter-spacing: 0.01em;
}

.dn--hm1--yellow-btn:hover {
    background: #1ba7f8e1;
    color: #0C4E8B;
    animation: scale 1.1s linear;
}

.dn--hm1--yellow-btn i {
    transition: all 0.60s;
    display: inline-block;
}

.dn--hm1--yellow-btn:hover i {
    transform: rotate(45deg);
}

.dn--hm1--yellow-btn::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    background-color: #DCF4DF;
    width: 103%;
    border-radius: var(--bs-border-radius-pill) !important;
    border-right: 10px solid #F9E79F;
    z-index: -1;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: left;
}

.dn--hm1--yellow-btn::after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: -3px;
    background-color: #DCF4DF;
    width: 107%;
    border-radius: var(--bs-border-radius-pill) !important;
    border-left: 15px solid #F9E79F;
    border-bottom: 1px solid #F9E79F;
    z-index: -1;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: right;
}

.dn--hm1--yellow-btn:hover::before {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    height: 90%;
}

.dn--hm1--yellow-btn:hover::after {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    height: 90%;
}

.dn--hm1--yellow-btn-2 {
    background-color: #DCF4DF;
    color: #0C4E8B;
}

.dn--hm1--yellow-btn-2:hover {
    color: var(--white);
    border: 2px solid var(--white)
}

.dn--hm1--yellow-btn-2::before {
    background-color: #0C4E8B;
}

.dn--hm1--yellow-btn-2::after {
    background-color: #0C4E8B;
}

.dn--hm1--yellow-btn-width {
    width: 100%;
    height: 82px;
}

.dn--hm1--yellow-btn-width-2 {
    height: 92px;
    width: 252px;
}


.dn--hm1--hero--text {
    color: #ffffff;
    width: 470px;
    opacity: 1 !important;
}

.dn--hm1--hero--svg--container {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dn--hm1--hero--svg--box {
    position: relative;
    width: 1320px;
    height: 100%;
    margin: auto;
}

.dn--hm1--hero--svg {
    position: absolute;
}

.dn--hm1--hero--svg--1 {
    top: 28%;
    left: .5%;
    animation-name: hero4star;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes hero4star {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
        opacity: 1;
    }
}

.dn--hm1--hero--svg--2 {
    top: 35%;
    right: 11.5%;
    animation-name: heroHard;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes heroHard {
    0% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    25% {
        transform: translate(-80%, -60%);
        opacity: 1;
    }
    50% {
        transform: translate(-60%, -80%)
    }
    75% {
        transform: translate(-80%, -80%)
    }
    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.dn--hm1--hero--svg--3 {
    bottom: 22%;
    right: 38%;
    animation-name: heroStar;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes heroStar {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
        opacity: 1;
    }
}


/* ===========================================================
            learnMore card section
==================================================================*/
.dn--hm1--learnMore--card--section {
    z-index: 20;
    padding-bottom: 112px;
}

.dn--hm1--learnMore--card--box {
    margin-top: -175px;
}

.dn--hm1-single-card {
    z-index: 20;
    border-radius: 12% !important;
}

.dn--hm1--learnMore--card--imgBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
}

.dn--hm1--learnMore--card--img {
    width: 100%;
    height: 100%;
}

.dn--hm1--learnMore--card--img-title {
    left: 50px;
    bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    font-family: "Kulim Park", sans-serif;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.01em;
    z-index: 10;
}

.dn--hm1--learnMore--card--bg {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 99%;
    background-color: var(--bg--yellow);
    border-radius: 40px;
    z-index: -1;
    transition: .4s ease-in;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.dn--hm1-single-card:hover .dn--hm1--learnMore--card--bg {
    top: 18%;
    visibility: visible;
}

.dn--hm1--learnMore--card--a {
    margin-bottom: 18px;
    text-decoration: none;
    text-underline-offset: 5px;
    font-family: "Kulim Park", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--txt--black);
    line-height: 120%;
    letter-spacing: 0.01em;
    text-decoration-color: #F2581D;
    transition: all 0.60s;
    position: relative;
}

.dn--hm1--learnMore--card--a:hover:before {
    width: 100%;
    opacity: 1;
}

.dn--hm1--learnMore--card--a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--black);
    opacity: 0;
    transition: all 0.60s;
}


/* ===========================================================
                         BeginningStory section
================================================================*/
.dn--hm1--BeginningStory--section {
    padding-top: 112px;
    padding-bottom: 230px;
    position: relative;
    z-index: 10;
}

.dn--hm1--BeginningStory--container {

    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.dn--hm1--BeginningStory--leftBox {
    width: 672px;
}

.dn--hm1--BeginningStory--leftBox--imgBox {
    width: 100%;
    overflow: hidden;
    border-radius: 48px;
}

.dn--hm1--BeginningStory--leftBox--img {
    width: 100%;
    z-index: -1;
}

.dn--hm1--BeginningStory--blueBox {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
    width: 424px;
    height: 140px;
    display: flex;
    justify-content: space-between;
    padding: 32px 72px;
    background-color: #F2581D;
    z-index: 1;
}


.dn--hm1--BeginningStory--blueSingleBox-h2 {
    font-size: 40px;
    font-family: "Kulim Park", sans-serif;
    font-weight: 700;
    color: #ffffff;
    align-items: center;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 120%;
}

.dn--hm1--BeginningStory--blueSingleBox-p {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    font-family: "Kulim Park", sans-serif;
    font-weight: 400;
    line-height: 120%;
}

.dn--hm1--BeginningStory--rightBox {
    width: 592px;
    margin-top: 35px;
}


.dn--hm1--BeginningStory--svg--container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.dn--hm1--BeginningStory--svg--box {
    width: 1320px;
    height: 100%;
    margin: auto;
    position: relative;

}

.dn--hm1--BeginningStory--svg {
    position: absolute;
}

.dn--hm1--BeginningStory--svg--1 {
    top: 3%;
    left: 21%;
    animation-name: heroStar;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.dn--hm1--BeginningStory--svg--2 {
    bottom: 23%;
    right: 9%;
    animation-name: heroStar;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/* ===========================================================
                         Donate Us section
================================================================*/
.dn--hm1--DonateUs--section {
    background-color: #f8f8f8;
    z-index: 1;
    padding: 112px 0 64px 0;
}

.dn--hm1--DonateUs--sectionBg-svg {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.dn--hm1--DonateUs--container {
    display: flex;
    width: 1420px;
    gap: 48px;
    margin: auto;
    position: relative;
}

.dn--hm1--DonateUs--leftBox {
    width: 448px;
    margin-left: 52px;
    margin-top: 91px;
}


.dn--hm1--DonateUs--rightBox {
    width: 872px;
}

.dn--hm1--DonateUs--rightBox--container {
    display: flex;
}

.dn--hm1-DonateUs-single-card {
    border-radius: 40px;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 90px;
}

.dn--hm1-DonateUs-single-card:hover {
    box-shadow: 0 20px 28px -24px #00000026;
}

.dn--hm1-DonateUs-single-card-container {
    border-radius: 40px;
    background-color: #ffffff;
    padding: 8px 9px 0px 8px;
}

.dn--hm1-DonateUs-single-card--imgBox {
    width: 100%;
    height: 292px;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 8px;
}

.dn--hm1-DonateUs-single-card--img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    aspect-ratio: auto;
}

.dn--hm1-single-cardBody {
    width: 100%;
    border-radius: 40px;
    padding: 0 24px 32px 24px;
}


.dn--hm1--cardProgress {
    margin-top: 49px;
    width: 100%;
    height: 7px;
    background-color: #C4DBFF;
    font-family: "Kulim Park", sans-serif;
}

.dn--hm1-single-cdProg-valu--1 {
    width: 30%;
    height: 100%;
    background-color: #F2581D;
    animation: valu-1 1s;
}

@keyframes valu-1 {
    0% {
        width: 0;
    }
    100% {
        width: 30%;
    }
}

.dn--hm1-single-cdProg-valu--2 {
    width: 75%;
    height: 100%;
    background-color: #F2581D;
    animation: valu-2 1s;
}

@keyframes valu-2 {
    0% {
        width: 0;
    }
    100% {
        width: 75%;
    }
}

.dn--hm1-single-cdProg-valu--3 {
    width: 55%;
    height: 100%;
    background-color: #F2581D;
    animation: valu-3 1s;
}

@keyframes valu-3 {
    0% {
        width: 0;
    }
    100% {
        width: 55%;
    }
}

.dn--hm1-single-cdProg-valu--4 {
    width: 85%;
    height: 100%;
    background-color: #F2581D;
    animation: valu-4 1s;
}

@keyframes valu-4 {
    0% {
        width: 0;
    }
    100% {
        width: 85%;
    }
}

.dn--hm1-single-cd-prg-round {
    background-color: #F2581D;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.dn--hm1-single-card--progress {
    width: 30%;
}

.dn--hm1-single-cd-prg-round--2 {
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background-color: #ffffff;
    display: block;
    margin-left: 29%;
    margin-top: 29%;
}

.dn--hm1-single-cd-prg-pop {
    width: 70px;
    text-align: center;
    background-color: #F2581D;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    padding: 4px;
    border-radius: 8px;
    line-height: 110%;
}

.dn--hm1-single-cd-prg-pop::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 50% 69%);
    position: absolute;
    top: 95%;
    left: 37%;
    width: 15px;
    height: 10px;
    background-color: #F2581D;
}

.dn--hm1-single-cd--raisedGold {
    margin-top: 17px;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
}

.dn--hm1-single-cd--raisedGold-item {
    font-size: 20px;
    font-family: "Kulim Park", sans-serif;
    font-weight: 500;
    color: #F2581D;
    line-height: 110%;
}

.dn--hm1--cardTitle {
    font-family: "Kulim Park", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #F2581D;
    margin-bottom: 15px;
    line-height: 130%;
}

.dn--hm1--cardTitle a {
    background-image: linear-gradient(transparent calc(100% - 3px), currentColor 3px);
    background-size: 0 100%;
    display: inline;
    background-position-y: -2px;
    background-repeat: no-repeat;
    transition: background-size 0.60s;
}

.dn--hm1--cardTitle:hover a {
    background-size: 100% 100%;
}

.dn--hm1--cardTxt {
    font-family: "Kulim Park", sans-serif;
    font-size: 20px;
    color: #89B6FF;
    line-height: 150%;
}


.dn--hm1--DonateUs--single--card-BG {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg--yellow);
    border-radius: 40px;
    z-index: -1;
    transition: .4s ease-in;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.dn--hm1-DonateUs-single-card:hover .dn--hm1--DonateUs--single--card-BG {
    top: 10%;
    visibility: visible;
}

.dn--hm1--DonateUs--single--card-BG-link {
    margin-bottom: 14px;
    text-decoration: none;
    text-underline-offset: 5px;
    font-family: "Kulim Park", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--txt--black);
    text-decoration-color: var(--txt--black);
    line-height: 120%;
    transition: all 0.60s;
    position: relative;
}

.dn--hm1--DonateUs--single--card-BG-link:hover::before {
    width: 100%;
    opacity: 1;
}

.dn--hm1--DonateUs--single--card-BG-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--black);
    opacity: 0;
    transition: all 0.60s;
}

.dn--hm1--DonateUs--svg {
    position: absolute;
    top: 13%;
    left: 30.5%;
    z-index: -1;
    animation: movedelement2 4s linear infinite alternate;
}


/* slider code */
.dn--hm1--DonateUs--rightBox .slick-prev, .dn--hm1--DonateUs--rightBox .slick-next {
    top: 88%;
}

.dn--hm1--DonateUs--rightBox .slick-prev {
    left: -57%;
}

.dn--hm1--DonateUs--rightBox .slick-next {
    left: -47.5%;
}

.dn--hm1--DonateUs--rightBox .slick-prev:before {
    content: "\ea64";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #F2581D;
    opacity: .5;
    border: none;
    transition: .3s;
    font-family: remixicon !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.dn--hm1--DonateUs--rightBox .slick-next:before {
    content: "\ea6e";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #F2581D;
    opacity: .5;
    border: none;
    transition: .3s;
    font-family: remixicon !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}


/* ============================================
                  Events section
============================================*/


.dn--hm1--events--section {
    padding-top: 160px;
    padding-bottom: 160px;
}

.dn--hm1--events--container {
    margin: auto;
    position: relative;
}

.dn--hm1--events--titlsBox {
    text-align: center;
}

.dn--hm1--events--subTitle {
    margin: 0 auto 8px auto;
}

.dn--hm1--events--title {
    margin: 0 auto 72px auto;
    color: #F2581D;
}

.dn--hm1-main-eventsBox {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dn--hm1-single-eventsBox {
    display: flex;
    gap: 48px;
    align-items: center;
    background-color: #ECF3FF;
    padding-left: 64px;
    border-radius: 40px;
    overflow: hidden;
}

.dn--hm1-single-events-content {
    width: 536px;
}

.dn--hm1-events-title {
    line-height: 1.4em;
}

.dn--hm1-events-title-link {
    text-underline-offset: .6rem;
    text-decoration: none;
    line-height: 130%;
}

.dn--hm1-events-title-link {
    font-family: "Kulim Park", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62.4px;
    text-align: left;
    color: #F2581D;
    background-image: linear-gradient(transparent calc(100% - 3px), currentColor 3px);
    background-size: 0 100%;
    display: inline !important;
    background-position-y: -2px;
    background-repeat: no-repeat;
    transition: background-size 0.60s;
}

.dn--hm1-events-title-link:hover {
    background-size: 100% 100%;
    color: #415A77;
}

.dn--hm1-events--details {
    margin-top: 24px;
}

.dn--hm1-events--details--top {
    display: flex;
    gap: 32px;
    margin-bottom: 15px;
}

.dn--hm1-events-Txt {
    font-size: 24px;
    font-family: "Kulim Park", sans-serif;
    color: #415A77;
    padding-top: 5px;
    line-height: 180%;
}

.dn--hm1--event-single-dataBox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dn--hm1-events-imageBox {
    width: 672px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.dn--hm1-events-imag {
    transition: .5s;
}

.dn--hm1-single-eventsBox:hover .dn--hm1-events-imag {
    transform: scale(1.2);
}

.dn--hm1-events-imageBox::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #3a85ff80;
    position: absolute;
    border-radius: 40px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.dn--hm1-single-eventsBox:hover .dn--hm1-events-imageBox::before {
    visibility: visible;
    opacity: 1;
}

.dn--hm1-events-imag {
    width: 100%;
    object-fit: cover;
}

.dn--hm1--img--btn {
    font-family: "Kulim Park", sans-serif;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.dn--hm1-single-eventsBox:hover .dn--hm1--img--btn {
    opacity: 1;
    visibility: visible;
}

.dn--hm1-events--svg--1 {
    position: absolute;
    top: 3%;
    left: 22%;
    animation-name: heroStar;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.dn--hm1-events--svg--2 {
    position: absolute;
    top: -10%;
    right: 0%;
    animation: movedelement2 4s linear infinite alternate;
}


/* =============================================================
                       ourTeam section
=============================================================== */

.dn--hm1--ourTeam--section {
    padding-top: 112px;
    padding-bottom: 187px;
    background-color: #EBF3FF;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.dn--hm1--ourTeam--section-container {
    position: relative;
}

.dn--hm1--ourTeam--subTitle {
    margin-bottom: 8px;
}

.dn--hm1--ourTeam--Title {
    margin-bottom: 72px;
}

.dn--hm1--single-card {
    position: relative;
    z-index: 2;
}

.dn--hm1--ourTeam--single-card {
    height: 436px;
    border-radius: 11%;
}

.dn--hm1--ourTeam--single-card--imgBox {
    width: 100%;
    height: 100%;
    border-radius: 11%;
    overflow: hidden;
    position: relative;
}

.dn--hm1--ourTeam--single-card--img {
    width: 100%;
    object-fit: cover;
}

.dn--hm1--ourTeam--single-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#ffffff00, #00000078);
    border-radius: 11%;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-in;
    z-index: 1;
}

.dn--hm1--ourTeam--single-card:hover::before {
    opacity: 1;
    visibility: visible;
}

.dn--hm1--ourTeam--card--titelBox {
    width: 80%;
}

.dn--hm1--ourTeam--card--titelBox--1 {
    position: absolute;
    left: 50%;
    bottom: -90px;
    text-align: center;
    transition: .5s ease-in;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.dn--hm1--ourTeam--single-card:hover .dn--hm1--ourTeam--card--titelBox--1 {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.dn--hm1--ourTeam--card--titelBox--2 {
    position: absolute;
    left: 50%;
    bottom: 80%;
    text-align: center;
    transition: .5s ease-in;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.dn--hm1--ourTeam--single-card:hover .dn--hm1--ourTeam--card--titelBox--2 {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.dn--hm1--ourTeam--card--titelBox--3 {
    position: absolute;
    right: 20%;
    bottom: 40px;
    text-align: center;
    transition: .5s ease-in;
    visibility: hidden;
    opacity: 0;
    transform: translate(50%);
}

.dn--hm1--ourTeam--single-card:hover .dn--hm1--ourTeam--card--titelBox--3 {
    right: 50%;
    visibility: visible;
    opacity: 1;
}

.dn--hm1--ourTeam--cardTitle {
    font-size: 32px;
    font-family: "Kulim Park", sans-serif;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    line-height: 110%;
}

.underline a {
    background-size: 0 100%;
    display: inline;
    background-position-y: 0px;
    background-repeat: no-repeat;
    transition: background-size 0.60s;
}

.underline:hover a {
    background-size: 100% 100%;
}

.dn--hm1--ourTeam--card--subTitle {
    font-family: "Kulim Park", sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 110%;
}

.dn--hm1--card-Bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFDC24;
    border-radius: 45px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 15px;
    transition: .4s ease-in;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.dn--hm1--single-card:hover .dn--hm1--card-Bg {
    top: 75px;
    visibility: visible;
    opacity: 1;
}

.dn--hm1--card--iconBox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
}

.dn--hm1--card-icibLink {
    text-decoration: none;
}

.dn--hm1--card-Icon {
    background-color: #3a85ff31;
    color: #242423;
    width: 42px;
    height: 42px;
    font-size: 20px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in;
}

.dn--hm1--card-Icon:hover {
    transform: scale(1.1);
    background-color: #242423;
    color: #FFDC24;
}

.dn--hm1--ourTeam--svg-container {
    position: absolute;
    top: 0;
    width: 75%;
    height: 725px;
    left: 15%;
    z-index: -1;
}

.dn--hm1--ourTeam--svg--box {
    position: relative;
    width: 100%;
    height: 100%;
}

.dn--hm1--ourTeam--svg {
    position: absolute;
}

.dn--hm1--ourTeam--svg--1 {
    top: 0;
    left: 0;
    animation-name: heroStar;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.dn--hm1--ourTeam--svg--2 {
    bottom: 0;
    right: 0;
    animation: movedelement2 4s linear infinite alternate;
}


/* ==============================================================
                      Testimonials section
==================================================================== */


.dn--hm1--testimonials--section {
    padding: 160px 0;
}

.dn--hm1--testimonials--titlesBox {
    text-align: center;
    margin-bottom: 72px;
}

.dn--hm1--main-testoBox {
    display: flex;
}

.dn--hm1--single--reviewBox {
    padding: 48px 64px;
    background-color: #ECF3FF;
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 40px;
}

.dn--hm1--review--txt {
    font-family: "Kulim Park", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}

.dn--hm1--review--person--main--dataBox {
    display: flex;
    align-items: center;
    gap: 24px;
}

.dn--hm1--review--person--imgBox {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
}

.dn--hm1--review--person--img {
    width: 100%;
    height: 100%;
}

.dn--hm1--review--person--name {
    font-family: "Kulim Park", sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
}

.dn--hm1--review--person--profession {
    font-family: "Kulim Park", sans-serif;
    font-size: 20px;
    color: #7C7F84;
    line-height: 130%;
}

/* ------ slider code ------ */
.dn--hm1--main-testoBox .slick-dots {
    bottom: -60px;
}

.dn--hm1--main-testoBox .slick-dots li.slick-active button:before {
    color: #F2581D;
}

.dn--hm1--main-testoBox .slick-dots li button:before {
    color: #F2581D;
}

.dn--hm1--main-testoBox .slick-dots li button:hover:before {
    color: #F2581D;
    opacity: .5;
}

.dn--hm1--main-testoBox .slick-prev:before {
    content: "âžœ";
}

.dn--hm1--main-testoBox .slick-prev:before, .slick-next:before {
    background-color: transparent;
    border: none;
    color: red;
}

.dn--hm1--main-testoBox .slick-dots li {
    margin: 0;
}

.dn--hm1--main-testoBox .slick-dots li button:before {
    font-size: 42px;
}


/* =============================================================
                    News &amp; Blogs section
================================================================== */

.dn--hm1--newsBlogs--section {
    padding: 112px 0;
    background-color: #ECF3FF;
}

.dn--hm1--newsBlogs--container {
    position: relative;
    z-index: 10;
}

.dn--hm1--newsBlogs-titleBox {
    text-align: center;
    margin-bottom: 72px;
}

.dn--hm1--newsBlogs-subTitle {
    margin-bottom: 8px;
}

.dn--hm1--newsBlog--main--cardBox {
    display: flex;
    gap: 24px;
}

.dn--hm1--newsBlog--singleCard {
    border-radius: 10%;
    box-shadow: 0 20px 28px -24px #00000026;
    position: relative;
    z-index: 1;
}

.dn--hm1--newsBlog--singleCard--BG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFDC24;
    border-radius: 45px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 15px;
    transition: .4s ease-in;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.dn--hm1--newsBlog--singleCard:hover .dn--hm1--newsBlog--singleCard--BG {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

.dn--hm1--newsBlog--singleCard--details {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 8px 9px 0 8px;
    background-color: #ffffff;
    padding-bottom: 24px;
}

.dn--hm1--newsBlog--card--imgBox {
    width: 100%;
    overflow: hidden;
    border-radius: 32px;
}

.dn--hm1--newsBlog--card--img {
    width: 100%;
}

.dn--hm1--newsBlog--cardBody {
    width: 376px;
    margin: auto;
}

.dn--hm1--newsBlog--cardTitle {
    font-size: 32px;
    font-family: "Kulim Park", sans-serif;
    font-weight: 600;
    color: #F2581D;
    margin-bottom: 32px;
    margin-top: 24px;
    line-height: 130%;
}

.dn--hm1--newsBlog--cardTitle a {
    background-image: linear-gradient(transparent calc(100% - 3px), currentColor 3px);
    background-size: 0 100%;
    display: inline !important;
    background-position-y: -2px;
    background-repeat: no-repeat;
    transition: background-size 0.60s;
}

.dn--hm1--newsBlog--cardTitle a:hover {
    background-size: 100% 100%;
    color: inherit;
}

.dn--hm1--newsBlog--card--main--iconTxt--box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.dn--hm1--newsBlog--card--singel--iconTxt--box {
    height: 40px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.dn--hm1--newsBlog--card--singel--iconTxt--box--2 {
    padding-top: 4px;
}

.dn--hm1--newsBlog--card--singel--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    background-color: #EBF3FF;
}

.dn--hm1--newsBlog--card--iconTxt {
    font-size: 18px;
    font-family: "Kulim Park", sans-serif;
    font-weight: 500;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F2581D;
}

.dn--hm1--newsBlog--card--iconTxt-1 {
    padding-top: 3px;
}

.dn--hm1--newsBlog--card--iconTxt-2 {
    padding-top: 4px;
}

.dn--hm1--newsBlog--card--iconTxt-3 {
    padding-top: 4px;
}

.dn--hm1--newsBlog--card--iconTxt-4 {
    padding-top: 2px;
}

.dn--hm1--newsBlog--card--iconTxt-5 {
    padding-top: 2px;
}

.dn--hm1--newsBlog--card--iconTxt-6 {
    padding-top: 2px;
}

.dn--hm1--newsBlog--card--iconTxt--link {
    color: #F2581D;
    text-decoration: none;
    text-underline-offset: 5px;
    line-height: 110%;
}

.dn--hm1--newsBlog--card--iconTxt--link:hover {
    text-decoration: underline;
    text-decoration-color: var(--bg--blue);
}

.dn--hm1--card--linkTxt {
    font-size: 24px;
    font-family: "Kulim Park", sans-serif;
    font-weight: 600;
    color: var(--txt--black);
    text-decoration-color: #242423;
    text-underline-offset: 8px;
    position: relative;
    transition: all 0.60s;
}

.dn--hm1--card--linkTxt:hover::before {
    width: 100%;
    opacity: 1;
}

.dn--hm1--card--linkTxt::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--black);
    opacity: 0;
    transition: all 0.60s;
}

.dn--hm1--newsBlog--svg {
    position: absolute;
    top: 5%;
    left: 19%;
    z-index: -1;
    animation: movedelement2 4s linear infinite alternate;
}


/* =============================================================
                    footer area
================================================================== */

.dn--hm1--footer--area {
    background-color: #ffffff;
}

.dn--hm1--footer--subContainer--1 {
    padding: 142px 0;
    width: 100%;
    z-index: 10;
    position: relative;
    background-color: #FFDC24;
    background-image: url('../images/footer-bg-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.dn--hm1--footer--subContainer--1--contentBox {
    width: 1190px;
    margin: auto;
    display: flex;
    gap: 112px;
}

.dn--hm1--footer--title {
    width: 568px;
    font-size: 64px;
    font-weight: 1000;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 130%;
}

.dn--hm1--footer--rightBox {
    width: 510px;
}

.dn--hm1--footer--txt {
    font-size: 24px;
    font-weight: 500;
    width: 510px;
    margin-bottom: 32px;
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 160%;
}

.dn--hm1--footer--sbmit--form {
    width: 100%;
    position: relative;
}

input[type="email"].dn--hm1--footer--input {
    width: 100%;
    padding: 29px 216px 27px 31px;
    height: 76px;
    border: none;
    outline: none;
    font-size: 24px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.dn--hm1--footer--input:focus::placeholder {
    color: transparent;
}

.dn--hm1--footer--input::placeholder {
    font-size: 24px;
    color: #ADB5BD;
    font-family: "Plus Jakarta Sans", sans-serif;
}


.dn--hm1--footer--input--btnBox {
    position: absolute;
    right: 8px;
    top: 38px;
    transform: translatey(-50%);
    z-index: 1;
}

.dn--hm1--footer--input--btn {
    position: relative;
    width: 196px;
    height: 60px;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #F2581D;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    transition: .5s;
    z-index: 1;
}


.dn--hm1--footer--input--btn:hover {
    background: #1ba7f8e1;
    color: #ffffff;
    text-shadow: 5px 5px 10px #686868;
    box-shadow: -2px -2px 1px #3a85ff9f, 2px 2px 5px #3a85ff7f, -4px -4px 1px #3a85ff94, 4px 4px 7px #3a85ff8b;
    animation: scale 1.1s linear;
}

.dn--hm1--footer--input--btn::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    background-color: #3380fddb;
    width: 102%;
    border-radius: var(--bs-border-radius-pill) !important;
    border-right: 10px solid #F9E79F;
    z-index: -1;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: left;
}

.dn--hm1--footer--input--btn::after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: -3px;
    background-color: #F2581D;
    width: 105.5%;
    border-radius: var(--bs-border-radius-pill) !important;
    border-left: 15px solid #F9E79F;
    border-bottom: 1px solid #F9E79F;
    z-index: -1;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: right;
}

.dn--hm1--footer--input--btn:hover::before {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    height: 90%;
}

.dn--hm1--footer--input--btn:hover::after {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    height: 90%;
}


.dn--hm1--footer--input--btn--arrow {
    display: inline-block;
    transition: .5s;
}

.dn--hm1--footer--input--btn:hover .dn--hm1--footer--input--btn--arrow {
    transform: rotate(45deg);
}

.dn--hm1--footer--input--btn:hover .dn--hm1--footer--input--btn--arrow svg path {
    fill: #ffffff;
}


/*----------------------------------footer nav  code-----------------*/
.dn--hm1--footer--subContainer--2 {
    padding-top: 40px;
    padding-bottom: 34px;
    border-bottom: 1px solid #C8CBCD;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dn--hm1--footer--logoBox--link {
    text-decoration: none;
}

.dn--hm1--footer--itemBox, .dn--hm1--footer--itemBox &gt; ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.dn--hm1--footer--item {
    list-style: none;
}

.dn--hm1--footer--itemBox li {
    list-style: none;
}

.dn--hm1--footer--itemBox li a {
    text-decoration: none;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #ADB5BD;
    transition: .4s;
    line-height: 120%;
    letter-spacing: 0.01em;
}

.dn--hm1--footer--itemBox li a:hover {
    color: var(--txt--black);
}

.dn--hm1--footer--item-link {
    text-decoration: none;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #ADB5BD;
    transition: .4s;
    line-height: 120%;
    letter-spacing: 0.01em;
}

.dn--hm1--footer--item-link:hover {
    color: var(--txt--black);
}

.dn--hm1--footer--iconBox {
    display: flex;

    align-items: center;
}

.dn--hm1--footer--icon {
    font-size: 24px;
    color: var(--bg--blue);
    position: relative;
    z-index: 5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.60s;
}

.dn--hm1--footer--icon:hover {
    color: var(--white);
}

.dn--hm1--footer--icon i {
    position: relative;
    z-index: 5;
}

.dn--hm1--footer--icon:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.dn--hm1--footer--icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    background: var(--bg--blue);
    width: 0;
    height: 0;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.60s;
}


/* footer bottom code */
.dn--hm1--footer--subContainer--3 {
    width: 1320px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}

.dn--hm1--footer--bottom--single-Item--txt {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    color: #ADB5BD;
    line-height: 130%;
    letter-spacing: 0.01em;
}

.dn--hm1--footer--bottom--single-Item--2 {
    display: flex;
    gap: 24px;
}

.dn--hm1--footer--bottomLink {
    text-decoration: none;
    margin-bottom: 1rem;
    font-weight: 400;
}

.dn--hm1--footer--bottomLink:hover {
    color: var(--txt--black);
}

.dn--hm1--footer--subContainer--svg {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}


/* ==================================================================
=========================================================================
==========================================================================

                         Donaty home page 5

==========================================================================
=========================================================================
======================================================================= */


:root {
    --sm-Text: 20px;
    --lg-Txt: 24px;

    --sm-Title: 32px;
    --md-Title: 48px;
    --lg-Title: 56px;

    --light-blue-color: #0C80E3;
    --dark-blue-color: #0C4E8B;
}


/* ============== Dn--hm-5 btn code =========== */

.dn--hm5--blue--btn {
    /* font-family */
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #0C4E8B;
    color: #FFFFFF;
    width: 171px;
    height: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.dn--hm5--blue--btn:hover {
    background-color: transparent;
}

.dn--hm5--blue--btn::before {
    content: "Donate Now";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    font-size: 0;
    background-color: #0C80E3;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -1px 0px 0px 5px #ffffff90;
    -moz-box-shadow: -1px 3px 0px 15px #ffffff90;
    box-shadow: -1px 3px 0px 10px #51b6ff;
}

.dn--hm5--blue--btn:hover::before {
    border-radius: var(--bs-border-radius-pill);
    width: 100%;
    height: 100%;
    font-size: 18px;
    opacity: 1;
}

.dn--hm5--blue--btn::after {
    content: "Donate Now";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    border-radius: var(--bs-border-radius-pill);
    opacity: 1;
    transition: .6s;
}

.dn--hm5--blue--btn:hover::after {
    content: "";
    font-size: 0;
}


/* ======================== container code ========================= */
/* .dn--hm5--container{
  width: 1320px;
  margin: auto;
} */


/*=================================================
                    nav bar code
================================================ */


/* mobile code */
.dn--hm5--mobile--ul li a {
    color: var(--dark-blue-color) !important;
}


/* desktop code */
.dn--hm5--nav-bar {
    border-bottom: 1px solid #B6CADC;
}

.dn--hm5--nav--item--link {
    color: #6D95B9;
}

.dn--hm5--nav--item--link:hover {
    color: var(--dark-blue-color);
}

.dn--hm5--acktive--link {
    color: var(--dark-blue-color);
}

.dn--hm5--mobile--navbar svg rect {
    fill: #0C4E8B;
}


/* ------------------------------------------------------------
                            content__line-shape
----------------------------------------------------------------*/

.dn-hm5-content__line-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}


/* =======================================================
                       hero area code
===========================================================*/

.dn--hm5--hero-area {
    padding: 68px 0;
}

/* .dn--hm5--hero--container{
  margin: auto;
} */
.dn--hm5--heroArea--topBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dn--hm5--hero--title {
    width: 881px;
    font-size: 104px;
    line-height: 120%;
    color: #0C4E8B;
    font-family: 'CabinetGrotesk-Extrabold';
    margin-bottom: 60px;
}

.dn--hm5--hero--top--rightBox {
    margin-top: 52px;
    width: 268px;
    height: 175px;
}

.dn--hm5--hero--top--rightBox--icon {
    display: inline-block;
    margin-bottom: 9px;
}

.dn--hm5--hero--top--rightBox--txt {
    font-family: 'Satoshi-Bold';
    font-size: var(--sm-Text);
    color: var(--dark-blue-color);
    line-height: 160%;
}

.dn--hm5--lg--display--none {
    display: none;
}

.dn--hm5--hero--bottomBox {
    width: 100%;
    display: flex;
    gap: 70px;
}

.dn--hm5--hero--bottom--card {
    width: 312px;
}

.dn--hm5--heroArea--bottom--card--imgBox {
    width: 100%;
    border-radius: 6.5%;
    overflow: hidden;
    margin-bottom: 24px;
}

.dn--hm5--heroArea--bottom--card--img {
    width: 100%;
    object-fit: cover;
}

.dn--hm5--heroArea--bottom--card--txt {
    width: 100%;
    font-size: var(--lg-Txt);
    color: var(--dark-blue-color);
    font-family: 'Satoshi-Medium';
    line-height: 160%;
    margin-bottom: 38px;
}

.dn--hm5--heroArea--bottom--card--btn {
    /* font-family */
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #0C4E8B;
    color: #FFFFFF;
    width: 220px;
    height: 64px;
    border-radius: var(--bs-border-radius-pill);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.dn--hm5--heroArea--bottom--card--btn:hover {
    background-color: transparent;
}

.dn--hm5--heroArea--bottom--card--btn::before {
    content: "Donate Now ðŸ¡¢";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    font-size: 0;
    background-color: #0C80E3;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -1px 0px 0px 5px #ffffff90;
    -moz-box-shadow: -1px 3px 0px 15px #ffffff90;
    box-shadow: -1px 3px 0px 10px #51b6ff;
}

.dn--hm5--heroArea--bottom--card--btn:hover::before {
    border-radius: var(--bs-border-radius-pill);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    opacity: 1;
}

.dn--hm5--heroArea--bottom--card--btn::after {
    content: "Donate Now ðŸ¡¥";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    border-radius: var(--bs-border-radius-pill);
    opacity: 1;
    transition: .6s;
}

.dn--hm5--heroArea--bottom--card--btn:hover::after {
    content: "";
    font-size: 0;
}

.dn--hm5--hero--bottomBox--rightBox {
    display: flex;
    position: relative;
}

.dn--hm5--hero--bottomBox--rightBox--imgHelped--box {
    display: flex;
    width: 938px;
}

.dn--hm5--hero--bottomBox--rightBox--helpedBox {
    padding: 0 33px 83px 60px;
    margin-top: auto;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--hero--bottomBox--rightBox--helpedBox--title {
    font-size: var(--md-Title);
    font-family: 'Satoshi-Bold';
    line-height: 120%;
    margin-top: 8px;
    margin-bottom: 0;
    color: var(--dark-blue-color);
    display: flex;
    gap: 10px;
}

.dn--hm5--hero--bottomBox--rightBox--helpedBox--title--00 {
    font-family: 'Satoshi-Bold' !important;
}

.dn--hm5--hero--bottomBox--rightBox--helpedBox--title--K {
    padding-bottom: 5px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--hero--bottomBox--rightBox--helpedBox--txt {
    font-family: 'Satoshi-Medium';
    font-size: var(--sm-Text);
    color: #6D95B9;
    line-height: 160%
}

.dn--hm5--hero--bottomBox--rightBox--imgBox {
    margin-bottom: 1px;
}

.dn--hm5--hero--bottomBox--rightBox--imgBox {
    overflow: hidden;
    border-radius: 8%;
}

.dn--hm5--hero--bottomBox--rightBox--absulateBox {
    display: flex;
    gap: 64px;
    align-items: center;
    position: absolute;
    top: 9%;
    right: 0%;
}

.dn--hm5--hero--playBtn-Box {
    display: flex;
    align-items: center;
}

.dn--hm5--hero--playBtn-Box,
.dn--hm5--hero--playBtn-Box:hover {
    text-decoration: none;
}

.dn--hm5--hero--playBtn {
    display: inline-block;
    margin-right: 24px;
    border-radius: 50%;
    position: relative;
    transition: .3s;
}

.dn--hm5--hero--playBtn svg {
    width: 81px;
}

.dn--hm5--hero--playBtn-Box .dn--hm5--hero--playBtn svg {
    transition: all 0.60s;
}


/* ========================= 27-03-2024 ============= */
.dn--hm5--hero--playBtn--title {
    font-family: 'Satoshi-Medium';
    font-size: var(--sm-Text);
    color: var(--dark-blue-color);
    display: inline-block;
    text-decoration: none;
    text-underline-offset: 5px;
    line-height: 100%;
}

.dn--hm5--hero--playBtn--title:hover {
    text-decoration: underline;
}


.dn--hm5--hero--JoinTeam--ImgLink--Box {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 16px;
    position: relative;
}

.dn--hm5--hero--JoinTeam--title {
    font-family: 'Satoshi-Medium';
    font-size: var(--lg-Txt);
    color: var(--dark-blue-color);
    text-decoration: none;
    text-underline-offset: 5px;
    line-height: 120%;
    background-image: linear-gradient(transparent calc(100% - 3px), currentColor 3px);
    background-size: 0 100%;
    display: inline !important;
    background-position-y: -2px;
    background-repeat: no-repeat;
    transition: background-size 0.60s;
}

.dn--hm5--hero--JoinTeam--title:hover {
    background-size: 100% 100%;
}

.dn--hm5--hero--JoinTeam--imgBox--container {
    display: flex;
    align-items: center;
    width: 140px;
    height: 64px;
    position: relative;
}

.dn--hm5--hero--JoinTeam--single--imgBox {
    width: 64px;
    height: 64px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    transition: .3s;
}

.dn--hm5--hero--JoinTeam--single--imgBox:hover {
    z-index: 10;
    border: 2px solid #ffffff;
    transform: scale(1.2);
}

.dn--hm5--hero--JoinTeam--single--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dn--hm5--hero--JoinTeam--single--imgBox--1 {
    left: 0%;
    top: 0%;
    z-index: 5;
}

.dn--hm5--hero--JoinTeam--single--imgBox--2 {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 4;
}

.dn--hm5--hero--JoinTeam--single--imgBox--3 {
    right: 0%;
    top: 0%;
    z-index: 3;
}


/* ============================================================
                      Potential sectionc code
============================================================== */
.dn--hm5--Potential--sectionc {
    padding-top: 92px;
    padding-bottom: 80px;
}

.dn--hm5--Potential--sectionc--titleBox {
    text-align: center;
    margin: auto;
    width: 631px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--Potential--sectionc--title {
    font-size: var(--lg-Title);
    font-family: 'CabinetGrotesk-Bold';
    color: var(--dark-blue-color);
    margin-bottom: 0;
    line-height: 120%;
}

.dn--hm5--Potential--mainCard--Box {
    margin-top: 64px;
}

.dn--hm5--Potential--singleCard {
    border-radius: 48px;
    height: 334px;
    padding: 45px;
    border: 1px solid transparent;
    transition: .3s;
    background-color: #ffffff;
}

.dn--hm5--Potential--singleCard:hover {
    border-color: var(--light-blue-color);
    box-shadow: 0 36px 56px -8px #0000000d;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--Potential--Card--title {
    font-size: var(--sm-Title);
    font-family: 'Satoshi-Medium';
    color: var(--dark-blue-color);
    margin: 24px 0;
    line-height: 120%;
}

.dn--hm5--Potential--Card--txt {
    font-size: var(--sm-Text);
    font-family: 'Satoshi-Regular';
    color: var(--dark-blue-color);
    line-height: 160%;
}


/* ============================================================
                      Children--Education code
============================================================== */
.dn--hm5--Children--Education--section {
    padding: 80px 0;
}

.dn--hm5--Children--Education--leftBox {
    width: 585px;
}

.dn--hm5--Children--Education--titleBox {
    width: 100%;
}

.dn--hm5--Children--Education--titl {
    width: 100%;
    font-size: var(--lg-Title);
    font-family: 'CabinetGrotesk-Bold';
    color: var(--dark-blue-color);
    line-height: 120%;
    margin-bottom: 16px;
}

.dn--hm5--Children--Education--subTitl {
    width: 100%;
    font-size: var(--lg-Txt);
    font-family: 'Satoshi-Regular';
    color: var(--dark-blue-color);
    line-height: 160%;
    margin-bottom: 40px;
}

.dn--hm5--Children--Education--leftItem--box {
    margin-bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.dn--hm5--Children--Education--left--singleItem {
    width: 424px;
    display: flex;
    gap: 24px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--Children--Education--left--item--title {
    font-size: var(--sm-Title);
    color: var(--dark-blue-color);
    font-family: 'CabinetGrotesk-Bold';
    margin-bottom: 8px;
    line-height: 90%;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--Children--Education--left--item--txt {
    font-size: var(--sm-Text);
    color: var(--dark-blue-color);
    line-height: 130%;
}


.dn--hm5--Children--Education--leftBox--btn {
    font-family: 'Satoshi-Medium';
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #0C4E8B;
    color: #FFFFFF;
    width: 201px;
    height: 64px;
    border-radius: var(--bs-border-radius-pill);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.dn--hm5--Children--Education--leftBox--btn:hover {
    background-color: transparent;
}

.dn--hm5--Children--Education--leftBox--btn::before {
    content: "Learn more ðŸ¡¢";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    font-size: 0;
    background-color: #0C80E3;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -1px 0px 0px 5px #ffffff90;
    -moz-box-shadow: -1px 3px 0px 15px #ffffff90;
    box-shadow: -1px 3px 0px 10px #51b6ff;
}

.dn--hm5--Children--Education--leftBox--btn:hover::before {
    border-radius: var(--bs-border-radius-pill);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    opacity: 1;
}

.dn--hm5--Children--Education--leftBox--btn::after {
    content: "Learn more ðŸ¡¥";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    border-radius: var(--bs-border-radius-pill);
    opacity: 1;
    transition: .6s;
}

.dn--hm5--Children--Education--leftBox--btn:hover::after {
    content: "";
    font-size: 0;
}


.dn--hm5--Children--Education--rightBox {
    width: 648px;
    height: 648px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px 42px;
    position: relative;
    z-index: 10;
}

.dn--hm5--Children--Education--rightBox--BG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.dn--hm5--Children--Education--right--single--Item {
    width: 303px;
    height: 303px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px 48px 56px 52px;
}

.dn--hm5--Children--Education--rightBox--img {
    width: 100%;
}

.dn--hm5--Children--Education--right--playBtn-Box-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 190px;
}

.dn--hm5--Children--Education--right--playBtn {
    display: inline-block;
    margin-right: 24px;
    border-radius: 50%;
    position: relative;
    transition: .3s;
}

.dn--hm5--Children--Education--right--playBtn-Box-link .dn--hm5--Children--Education--right--playBtn svg {
    transition: all 0.60s;
}

.dn--hm5--Children--Education--right--playBtn-Box-link:hover .dn--hm5--Children--Education--right--playBtn svg {
    width: 76px;
    height: 76px;
}


/* ========================= 27-03-2024 ============= */
.dn--hm5--Children--Education--right--playBtn--title {
    font-family: 'Satoshi-Bold';
    font-size: var(--sm-Text);
    color: var(--dark-blue-color);
    display: inline-block;
    text-decoration: none;
    text-underline-offset: 5px;
    line-height: 100%;
}

.dn--hm5--Children--Education--right--playBtn--title:hover {
    text-decoration: underline;
}


/* ============================================================
                      volunteer section code
============================================================== */
.dn--hm5--volunteer--section {
    padding: 85px 0 0;
    overflow: hidden;
    margin-bottom: 85px;
}

.dn--hm5--volunteer--section--container {
    background-color: #0C4E8B;
}

.dn--hm5--volunteer--section--sub--Container {
    display: flex;
    align-items: end;
    height: 486px;
}

.dn--hm5--volunteer--title--btn-box {
    margin-bottom: 147px;
    display: flex;
    align-items: center;
    position: relative;
}

.dn--hm5--volunteer--titel {
    width: 353px;
    font-size: 80px;
    font-family: 'CabinetGrotesk-Bold';
    color: #ffffff;
    line-height: 120%;
    margin-right: 88px;
}

.dn--hm5--volunteer--section--BG-arrow {
    position: absolute;
    transform: rotate(0) translate(-50%, -50%);
    top: 100%;
    left: 63%;
    animation: btnArrow 2s infinite;

}


@keyframes btnArrow {
    0% {
        transform: translate(-50%, -50%);
        top: 100%;
        left: 63%;
    }
    50% {
        left: 65%;
        transform: translate(-45%, -70%);
        transform-origin: left;
    }
    100% {
        transform: translate(-50%, -50%);
        top: 100%;
        left: 63%;
    }
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--volunteer--btn {
    /* font-family */
    font-family: 'Satoshi-Medium';
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #DCF4DF;
    width: 183px;
    height: 64px;
    border-radius: var(--bs-border-radius-pill);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    line-height: 110%;
}

.dn--hm5--volunteer--btn:hover {
    background-color: transparent;
}

.dn--hm5--volunteer--btn::before {
    content: "Join Now ðŸ¡¢";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    font-size: 0;
    color: #ffffff;
    background-color: #0C80E3;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -1px 0px 0px 5px #ffffff90;
    -moz-box-shadow: -1px 3px 0px 15px #ffffff90;
    box-shadow: -1px 3px 0px 10px #51b6ff;
}

.dn--hm5--volunteer--btn:hover::before {
    border-radius: var(--bs-border-radius-pill);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    opacity: 1;
}

.dn--hm5--volunteer--btn::after {
    content: "Join Now ðŸ¡¥";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    color: var(--dark-blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    border-radius: var(--bs-border-radius-pill);
    opacity: 1;
    transition: .6s;
}

.dn--hm5--volunteer--btn:hover::after {
    content: "";
    font-size: 0;
}

.dn--hm5--volunteer--imgBox {
    width: 560px;
    height: 603px;
    margin-left: 134px;
    position: relative;
    z-index: 10;
}

.dn--hm5--volunteer--img {
    width: 100%;
}

.dn--hm5--volunteer--section--BG {
    position: absolute;
    left: 46%;
    top: 58.5%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: end;
    justify-content: end;
    z-index: -1;
    width: 744px;
}


/* =================================================================
                      Programs section code
===============================================================*/

.dn--hm5--Programs--section {
    padding: 80px 0 160px 0;
}


.dn--hm5--Programs--section--titellBox {
    width: 355px;
    margin-bottom: 65px;
}

.dn--hm5--Programs--section--titel {
    width: 100%;
    font-family: 'CabinetGrotesk-Bold';
    font-size: var(--lg-Title);
    color: var(--dark-blue-color);
    margin-bottom: 0;
    line-height: 120%;
}


.dn--hm5--Programs--section--singleCard {
    display: flex;
    align-items: start;
    gap: 64px;
    justify-content: space-between;
}

.dn--hm5--Programs--section--card--imgBox {
    width: 672px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}


.dn--hm5--Programs--section--card--img {
    width: 100%;
}

.dn--hm5--Programs--section--card--body {
    width: 584px;
    margin-top: 20px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--Programs--section--card--titel {
    display: block;
    text-decoration: none;
    font-size: var(--md-Title);
    color: var(--dark-blue-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    transition: .3s;
    margin-bottom: 24px;
    line-height: 130%;
}

.dn--hm5--Programs--section--card--titel:hover {
    color: var(--light-blue-color);
}

.dn--hm5--Programs--section--card--txt {
    font-family: 'Satoshi-Regular';
    font-size: var(--sm-Text);
    color: #5583AE;
    line-height: 160%;
    margin-bottom: 48px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--Programs--section--card--btn {
    font-family: 'Satoshi-Medium';
    font-family: 'Satoshi-Medium';
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: var(--dark-blue-color);
    width: 201px;
    height: 64px;
    border-radius: var(--bs-border-radius-pill);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    line-height: 110%;
}

.dn--hm5--Programs--section--card--btn:hover {
    background-color: transparent;
}

.dn--hm5--Programs--section--card--btn::before {
    content: "Learn more ðŸ¡¢";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    font-size: 0;
    color: #ffffff;
    background-color: #0C80E3;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -1px 0px 0px 5px #ffffff90;
    -moz-box-shadow: -1px 3px 0px 15px #ffffff90;
    box-shadow: -1px 3px 0px 10px #51b6ff;
}

.dn--hm5--Programs--section--card--btn:hover::before {
    border-radius: var(--bs-border-radius-pill);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    opacity: 1;
}

.dn--hm5--Programs--section--card--btn::after {
    content: "Learn more ðŸ¡¥";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    border-radius: var(--bs-border-radius-pill);
    opacity: 1;
    transition: .6s;
}

.dn--hm5--Programs--section--card--btn:hover::after {
    content: "";
    font-size: 0;
}


/* =======================================================
                   donate section code
==============================================================*/
.dn--hm5--donate--section {
    padding: 96px 0;
    background-color: #F5FCF5;
    position: relative;
    z-index: 20;
    overflow: hidden;
}

.dn--hm5--donate--section--BG {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50.5%;
    left: 46.5%;
    z-index: -1;
}

.dn--hm5--donate--section--card {
    width: 560px;
    height: auto;
    padding: 48px;
    background-color: var(--dark-blue-color);
    border-radius: 48px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--donate--section--card--titel {
    width: 100%;
    text-align: center;
    font-size: var(--md-Title);
    color: #ffffff;
    font-family: 'CabinetGrotesk-Bold';
    margin-bottom: 70px;
    line-height: 130%;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--donate--section--card--subTitel {
    width: 100%;
    font-size: var(--sm-Title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-bottom: 32px;
    line-height: 130%;
}

.dn--hm5--donate--section--card--form {
    width: 100%;
}

.dn--hm5--donate--section--card--inputBox {
    position: relative;
    margin-bottom: 42px;
}

.dn--hm5--donate--section--card--input {
    width: 452px;
    height: 104px;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: var(--md-Title);
    color: var(--dark-blue-color);
    border: none;
    outline: none;
    padding-left: 40px;
    display: inline-block;
    margin: auto;
}

.dn--hm5--donate--section--card--inputBox input::-webkit-outer-spin-button,
.dn--hm5--donate--section--card--inputBox input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.dn--hm5--donate--section--card--inputBox input[type=number] {
    --moz-appearance: textfield;
}

.dn--hm5--donate--section--card--input::placeholder {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: var(--md-Title);
    display: flex;
    color: #B6CADC;
}

.dn--hm5--donate--section--card--input-icon {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--md-Title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    background-color: var(--light-blue-color);
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 8px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--donate--section--cardBtn {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #DCF4DF;
    width: 464px;
    height: 82px;
    border-radius: var(--bs-border-radius-pill);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border: none;
    line-height: 90%;
    letter-spacing: 0.01em;
}

.dn--hm5--donate--section--cardBtn:hover {
    background-color: transparent;
}

.dn--hm5--donate--section--cardBtn::before {
    content: "Donate Now";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    font-size: 0;
    color: #ffffff;
    background-color: #0C80E3;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -1px 0px 0px 5px #ffffff90;
    -moz-box-shadow: -1px 3px 0px 15px #ffffff90;
    box-shadow: -1px 3px 0px 10px #51b6ff;
}

.dn--hm5--donate--section--cardBtn:hover::before {
    border-radius: var(--bs-border-radius-pill);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    opacity: 1;
}

.dn--hm5--donate--section--cardBtn::after {
    content: "Donate Now";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    color: var(--dark-blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    border-radius: var(--bs-border-radius-pill);
    opacity: 1;
    transition: .6s;
}

.dn--hm5--donate--section--cardBtn:hover::after {
    content: "";
    font-size: 0;
}


.dn--hm5--donate--section--imgBox {
    width: 729px;
    height: 580px;
    position: relative;
    border-radius: 48px;
    overflow: hidden;
    z-index: 5;
}

.dn--hm5--donate--section--img {
    width: 100%;
    object-fit: cover;
}

.dn--hm5--donate--section--imgBox::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#bfd5da25, #bfd5da25, #bfd5da25, #bfd5da25, #bfd5da25, #bfd5da25, #bfd5da25, #bfd5da25, #0000002c, #000000d5);
    position: absolute;
    /* top: 100%;
  left: 0; */
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
}

.dn--hm5--donate--section--imgBox:hover::before {
    /* top: 0;
  left: 0; */
    opacity: 1;
}

.dn--hm5--donate--section--img {
    width: 100%;
    z-index: 10;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--donate--section--imgTitel {
    width: 521px;
    font-size: var(--md-Title);
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    position: absolute;
    transition: .4s ease-in;
    bottom: -150px;
    left: 7.8%;
    line-height: 130%;
}

.dn--hm5--donate--section--imgBox:hover .dn--hm5--donate--section--imgTitel {
    bottom: 7.1%;
    left: 7.8%;
}


/* ==============================================================
                       Meet section code
====================================================================*/

.dn--hm5--Meet--section {
    padding: 160px 0;
}

.dn--hm5--Meet--section--titelBox {
    width: 450px;
    margin-bottom: 78px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--Meet--section--titel {
    font-size: var(--lg-Title);
    color: var(--dark-blue-color);
    font-family: 'CabinetGrotesk-Bold';
    margin-bottom: 0;
    line-height: 120%;
}

.dn--hm5--Meet--section--main--cardBox {
    display: flex;
    justify-content: space-between;
}

/* .dn--hm5--Meet--section--single--card{
  width: 424px;
} */
.dn--hm5--Meet--section--card--imgBox {
    width: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 25px;
}

.dn--hm5--Meet--section--card--img {
    width: 100%;
}

.dn--hm5--Meet--section--card--body {
    width: 100%;
    text-align: center;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--Meet--section--card--titel {
    width: 100%;
    font-size: 40px;
    font-family: 'Satoshi-Medium';
    color: var(--dark-blue-color);
    transition: .4s;
    margin-bottom: 8px;
    line-height: 110%;
}

.dn--hm5--Meet--section--card--titel a:hover {
    color: var(--light-blue-color);
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--Meet--section--card--subTitel {
    width: 100%;
    font-size: var(--sm-Title);
    color: var(--dark-blue-color);
    font-family: 'Satoshi-Regular';
    transition: .4s;
    margin-bottom: 0;
    line-height: 110%;
}

.dn--hm5--Meet--section--card--BG {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(#0c4e8b00, #0c4e8b00, #0c4e8b00, #0c4e8b8a);
    transition: .4s ease-out;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 39px;
    padding-bottom: 30px;
}

.dn--hm5--Meet--section--single--card:hover .dn--hm5--Meet--section--card--BG {
    top: 0;
}

.dn--hm5--meet--section--icon--link {
    text-decoration: none;
}

.dn--hm5--meet--section--icon {
    font-size: 32px;
    border-radius: 5px;
    color: #ffffff;
}

.dn--hm5--meet--section--icon--link:hover .dn--hm5--meet--section--icon {
    color: #DCF4DF;
}


/* =========================================================
                       up To Date section
==============================================================*/
.dn--hm5--upToDate--section {
    padding: 120px 0;
    background-color: var(--dark-blue-color);
}

.dn--hm5--upToDate--section--container {
    position: relative;
    z-index: 10;
}

.dn--hm5--upToDate--section--BG--Box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dn--hm5--upToDate--section--BG--Box--continer {
    position: relative;
    width: 100%;
    height: 100%;
}

.dn--hm5--upToDate--section--BG--icon {
    position: absolute;
    transform: translate(-50%, -50%);
}

.dn--hm5--upToDate--section--BG--icon--1 {
    top: 56%;
    left: 10%;
}

.dn--hm5--upToDate--section--BG--icon--2 {
    left: 85%;
    top: 15%;
}

.dn--hm5--upToDate--section--txtTitelBox {
    text-align: center;
    width: 567px;
    margin: auto;
    margin-bottom: 47px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--upToDate--section--titel {
    width: 100%;
    font-size: 72px;
    color: #ffffff;
    font-family: 'CabinetGrotesk-Bold';
    margin-bottom: 8;
    line-height: 120%;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--upToDate--section--txt {
    width: 100%;
    font-size: var(--sm-Text);
    color: #ffffff;
    font-family: 'Satoshi-Regular';
    margin-bottom: 0;
    line-height: 160%;
}

.dn--hm5--upToDate--section--form {
    display: block;
    width: 720px;
    margin: auto;
    position: relative;
}

input[type="email"].dn--hm5--upToDate--section--emailInput {
    width: 100%;
    height: 92px;
    font-size: var(--sm-Text);
    font-family: 'Satoshi-Regular';
    color: #ffffff;
    background-color: var(--dark-blue-color);
    border: 1px solid #CCF2CD;
    border-radius: var(--bs-border-radius-pill);
    outline: none;
    padding: 28px 270px 32px 72px;
}

.dn--hm5--upToDate--section--emailInput:focus::placeholder {
    color: transparent;
}

.dn--hm5--upToDate--section--emailInput::placeholder {
    color: #ffffff;
    font-family: 'Satoshi-Regular';
}

.dn--hm5--upToDate--section--btnBox {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--upToDate--section--btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #DCF4DF;
    width: 252px;
    height: 100%;
    border-radius: var(--bs-border-radius-pill);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border: none;
    line-height: 160%;
}

.dn--hm5--upToDate--section--btn:hover {
    background-color: transparent;
}

.dn--hm5--upToDate--section--btn::before {
    content: "Subscribe";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    font-size: 0;
    color: #ffffff;
    background-color: #0C80E3;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -1px 0px 0px 5px #ffffff90;
    -moz-box-shadow: -1px 3px 0px 15px #ffffff90;
    box-shadow: -1px 3px 0px 10px #51b6ff;
}

.dn--hm5--upToDate--section--btn:hover::before {
    border-radius: var(--bs-border-radius-pill);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    opacity: 1;
}

.dn--hm5--upToDate--section--btn::after {
    content: "Subscribe";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-size: var(--sm-Text);
    color: var(--dark-blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    border-radius: var(--bs-border-radius-pill);
    opacity: 1;
    transition: .6s;
}

.dn--hm5--upToDate--section--btn:hover::after {
    content: "";
    font-size: 0;
}


/* =============================================================
                  dn--hm5--footer--area
===============================================================*/

.dn--hm5--footer--area {
    padding: 112px 0 96px 0;
}

.dn--hm5--footer--container {
    width: 1289px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.dn--hm5--footer--leftBox {
    width: 268px;
}

.dn--hm5--footer--logoBox a {
    text-decoration: none;
    width: 100%;
}

.dn--hm5--footer--logoBox {
    width: 208px;
    margin-bottom: 16px;
}

.dn--hm5--footer--logo {
    width: 100%;
}

.dn--hm5--footer--txt {
    width: 100%;
    font-size: var(--sm-Text);
    color: var(--dark-blue-color);
    font-family: 'Satoshi-Regular';
    line-height: 32px;
}

.dn--hm5--footer--icon--box {
    display: flex;
    gap: 40px;
    margin-top: 16px;
}

.dn--hm5--footer--icon--box a {
    text-decoration: none;
}

.dn--hm5--footer--icon {
    font-size: var(--sm-Title);
    color: var(--dark-blue-color);
    transition: .3s;
}

.dn--hm5--footer--icon:hover {
    color: var(--light-blue-color);
}

.dn--hm5--footer--main--item--Box {
    display: flex;
    gap: 96px;
}

.dn--hm5--footer--single--item--Box--1 {
    width: 120px;
}

.dn--hm5--footer--single--item--Box--2 {
    width: 153px;
}

.dn--hm5--footer--single--item--Box--3 {
    width: 262px;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--footer--item--titel {
    font-size: var(--lg-Txt);
    color: var(--dark-blue-color);
    font-family: 'Satoshi-Bold';
    line-height: 160%;
    margin-bottom: 20px;
}

.dn--hm5--footer--item--manu {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dn--hm5--footer--item,
.dn--hm5--footer--txtItem {
    list-style: none;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--footer--itemLinl {
    text-decoration: none;
    text-underline-offset: 6px;
    text-decoration-color: #ffffff;
    font-size: var(--lg-Txt);
    color: var(--dark-blue-color);
    font-family: 'Satoshi-Regular';
    transition: .3s;
    line-height: 160%
}

.dn--hm5--footer--itemLinl:hover {
    color: var(--light-blue-color);
    text-decoration: underline;
}

/* ========================= 27-03-2024 ============= */
.dn--hm5--footer--txtItem {
    font-size: var(--lg-Txt);
    color: var(--dark-blue-color);
    font-family: 'Satoshi-Regular';
    line-height: 160%;
}


/* ==================================================================
=========================================================================
==========================================================================

                         Fundra Causes 1

==========================================================================
=========================================================================
======================================================================= */


.Fundra_Causes--1--heroArea {
    background-image: url(../images/Fundra_Causes_hero_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    height: 397px;
    width: 100%;
    position: relative;
    z-index: 10;

}

.Fundra_Causes--1--heroArea--container {
    padding-top: 230px;
    height: 100%;
}

.Fundra_Causes--1--heroArea--titelBox {
    width: 100%;
    text-align: center;
}

.Fundra_Causes--1--heroArea--subTitel {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 15px;
}

.Fundra_Causes--1--heroArea--titel {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.Fundra_Causes--1--heroArea--BG--iconBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--red) d9;
    z-index: -1;
    overflow: hidden;
}

.Fundra_Causes--1--heroArea--BG--iconBox--container {
    margin-top: 227px;
    position: relative;
    left: 11px;
    height: 138px;
    display: flex;
    flex-direction: column;
}

.Fundra_Causes--1--heroArea--BG--icon--1 {
    transform: skewY(0deg);
    margin-right: auto;
    animation: Fundra_Causes_BG_icon_1 60s linear infinite;
}

@keyframes Fundra_Causes_BG_icon_1 {
    0% {
        transform: translate(-340px);
        opacity: .8;
    }

    33% {
        transform: translateX(250px) translateY(115px);
        opacity: 1;
    }

    66% {
        transform: translateX(-80px) translateY(-70px);
        opacity: .8;
    }

    100% {
        transform: translateY(-290px);
        opacity: 1;
    }
}

.Fundra_Causes--1--heroArea--BG--icon--2 {
    margin-left: auto;
    margin-top: auto;
    animation: Fundra_Causes_BG_icon_2 50s linear infinite;
}

@keyframes Fundra_Causes_BG_icon_2 {

    0% {
        transform: translateX(260px) translateY(35px);
    }
    30% {
        transform: scale(1.3);
    }
    33% {
        transform: scale(1);
    }
    50% {
        transform: translateY(-100px) translateX(-115px) skewY(15deg) skewX(-30deg);
    }
    70% {
        transform: scale(1.2);
    }
    73% {
        transform: scale(1) skewX(20deg) skewY(-30deg);
    }

    100% {
        transform: translateX(100px) translateY(-360px);
    }

}

.dn--hm5-nav-item-ul .dn--hm2-nav-item-ul-a {
    color: #0C4E8B;
    opacity: 80%;
}

.dn--hm5-nav-item-ul .dn--nav-dropdown-a::before {
    background-color: #0C4E8B;
}

/* our journey 01 start  */
.mb-57 {
    margin-bottom: 57px;
}

.dn--ab1-nav-area {
    position: relative;
}

.dn--ab1-nav--container {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    z-index: 20;
    background-color: var(--white);
    padding: 32px 40px;
    border-radius: 100px;
}

.dn--ab1-nav-item-ul {
    justify-content: center;
    gap: 40px;
}

.fundra-header-builder.fundra-site-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

.dn--ab1-header-area {
    width: 100%;
    height: auto;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 130px 0 49px;
}

.dn--ab1-header-area::before {
    content: "";
    background: #FDF1EB;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb_content_wrap {
    margin-top: 45px;
}

.fundra-breadcrumb,
.fundra-breadcrumb a,
.fundra-breadcrumb span {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    font-family: var(--main-font);
}

.dn--ab1-header-area h4 {
    font-family: var(--main-font);
    font-size: 64px;
    font-weight: 600;
    line-height: 70px;
    color: #212529;
}

.dn--ab1-header-svg-1 {
    position: absolute;
    left: 0;
    top: 0;
    animation: hero4star linear infinite 10s;
}

.dn--ab1-header-svg-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: heroHard linear infinite 10s;
}

.dn--ab1-our-story-left-contain {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.dn--ab1-our-story-ul {
    list-style: none;
    padding: 0;
    width: 37%;
    height: auto;
}

.dn--ab1-our-story-ul li {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 57px;
}

.dn--ab1-our-story-ul li:hover .dn--ab1-our-story-ul-icon i {
    rotate: y 180deg;
}

.dn--ab1-our-story-ul-icon i {
    font-size: 72px;
    color: var(--bg--blue);
    transition: 0.5s ease;
}

.dn--ab1-our-story-left-img-box {
    width: 60%;
    height: auto;
    position: relative;
    z-index: 5;
}

.ab1-our-story-left-img-svg {
    position: absolute;
    top: 50px;
    right: 24px;
    z-index: 1;
    animation: rotateme linear infinite 15s;
}

.dn--ab1-our-story-svg-path {
    position: relative;
    z-index: 5;
    max-width: 423px;
}

.ab1-our-story-left-img-2 {
    position: absolute;
    bottom: -61px;
    right: 0;
    max-width: 296px;
    overflow: hidden;
    border-radius: 16px;
}

.dn--ab1-title-h6 {
    background-color: #FFE1D5;
    color: var(--bg--blue);
    padding: 20px 32px;
    border-radius: 32px;
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 19.8px;
    letter-spacing: 0.01em;
    display: inline-block;
    margin-bottom: 16px;
}

.dn--ab1-brand-item {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 156px;
    justify-content: space-between;
    align-items: center;
}

.dn--ab1-brand-logo {
    width: 234px;
    height: auto;
    filter: grayscale(100%);
    transition: all 0.60s;
}

.dn--ab1-brand-logo:hover {
    filter: grayscale(0%);
}

.dn--ab1-info-area {
    background-color: #F5F9FF;
    padding: 112px 0;
    margin-bottom: 160px;
}

.dn--ab1-info-contain {
    background-color: var(--white);
    padding: 50px 24px;
    border-radius: 16px;
}

.dn--ab1-info-contain:hover .dn--ab1-info-contain-icon {
    rotate: y 180deg;
}

.dn--ab1-info-contain-icon {
    font-size: 80px;
    color: var(--bg--blue);
    text-align: center;
    display: block;
    margin-bottom: 40px;
    transition: 0.5s ease;
}

.dn--ab1-info-contain-link-h4 {
    font-family: var(--main-font);
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: var(--ab1-black);
    margin-bottom: 16px;
    padding: 0 15px;
}

.dn--ab1-info-contain-link {
    display: inline;
    background-image: linear-gradient(transparent calc(100% - 3px), currentColor 3px);
    background-size: 0 100%;
    background-position-y: -2px;
    background-repeat: no-repeat;
    transition: background-size 0.60s;
}

.dn--ab1-info-contain-link:hover {
    background-size: 100% 100%;
}

.dn--w-85 {
    width: 85%;
}

.dn--ab1-partner-img-box {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.dn--ab1-partner-contain-box {
    position: relative;
    padding-left: 48px;
}

.dn--ab1-partner-contain-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
}

.dn--ab1-partner-contain-star-icon span {
    font-size: 15px;
    color: var(--bg--yellow);
}

.dn--ab1-partner-contain-link {
    color: #619EFF;
    position: relative;
    transition: 0.60s;
}

.dn--ab1-partner-contain-link:hover {
    color: var(--bg--blue);
}

.dn--ab1-partner-contain-link:hover::before {
    width: 100%;
    opacity: 1;
}

.dn--ab1-partner-contain-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: var(--bg--blue);
    opacity: 0;
    transition: all 0.60s;
}

.dn--ab1-volunteer-container {
    background: url(../images/our-journey-1/valunteer-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 68px 0 68px 104px;
    position: relative;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.dn--ab1-volunteer-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #041325 -4.31%, rgba(3, 16, 31, 0.829955) 9.19%, rgba(2, 12, 24, 0.645095) 24.87%, rgba(2, 9, 17, 0.458166) 37.34%, rgba(0, 0, 0, 0) 61.6%);
    transform: rotate(-180deg);
    z-index: 1;
}

.dn--ab1-volunteer-contain {
    position: relative;
    z-index: 5;
}

.margin {
    margin: 0;
}

.dn--ab1-team-contain-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.dn--ab1-team-contain {
    background: rgba(33, 37, 41, 0.2);
    backdrop-filter: blur(52px);
    width: 100%;
    height: auto;
    padding: 24px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.60s;
}

.dn--ab1-team-contain-box:hover .dn--ab1-team-contain {
    padding-top: 45px;
}

.dn--ab1-team-contain-link {
    position: relative;
    transition: all 0.60s;
}

.dn--ab1-team-contain-link:hover::before {
    width: 100%;
    opacity: 1;
}

.dn--ab1-team-contain-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--bg--blue);
    opacity: 0;
    transition: all 0.60s;
}

.dn--ab1-team-contain-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 70px;
    right: 70px;
    transition: all 0.60s;
    visibility: hidden;
}

.dn--ab1-team-contain-box:hover .dn--ab1-team-contain-ul {
    top: -20px;
    opacity: 1;
    visibility: visible;
}

.dn--ab1-team-contain-ul li a {
    width: 42px;
    height: 42px;
    background-color: var(--ab1-black);
    font-size: 16px;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.60s;
}

.dn--ab1-team-contain-ul li a:hover {
    color: var(--ab1-black);
    background-color: var(--white);
}


.dn--ab1-contract-area {
    position: relative;
}

.dn--ab1-contract-map {
    position: absolute;
    right: 0;
    top: 0;
    width: 764px;
}

.dn--ab1-contract-h4 span {
    display: block;
    color: var(--bg--blue);
}


.dn--ab1-contract-form-box {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dn--ab1-contract-form-contain {
    width: 100%;
    height: auto;
}

.dn--ab1-contract-form-contain label {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--ab1-black);
    margin-bottom: 16px;
    display: block;
}

input[type="text"].dn--ab1-contract-form-contain-input,
input[type="email"].dn--ab1-contract-form-contain-input,
textarea.dn--ab1-contract-form-contain-input {
    width: 100%;
    height: 56px;
    border-radius: 16px;
    border: 1px solid #9CC3FF;
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--bg--blue);
    padding: 0 24px;
}

.dn--ab1-contract-form-contain-input:focus-within {
    border: 2px solid;
}

.dn--ab1-contract-form-contain-input::placeholder {
    color: #646669;
}

.dn--ab1-contract-form-contain-input:focus::placeholder {
    color: transparent;
}

.dn--ab1-contract-form-contain-width {
    width: 48%;
}

textarea.dn--ab1-contract-form-contain-textarea {
    padding: 24px;
    height: 140px;
    resize: none;
    margin-bottom: 32px;
}


.dn--ab1-contract-map-contain {
    width: 100%;
    height: auto;
    padding: 48px;
    background-color: rgba(33, 37, 41, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
}

.dn--hm6-button-6:hover .dn--hm6-button-text i {
    transform: rotate(45deg);
}

/* our journey 01 End  */

/* our journey 02 Start  */
.mt-27 {
    margin-top: 27px;
}

.dn--ab2-our-member-area {
    padding-top: 160px;
}

.dn--ab2-our-member-img-box {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.dn--bg1-causes-img-box img {
    height: 260px;
}


.dn--img-effect-3 img {
    transform: scale(1.06) translateX(0);
    transition: transform .6s cubic-bezier(.61, 1, .88, 1);
    object-fit: cover;
}

.dn--img-effect-3:hover img {
    transform: scale(1.06) translateX(6px) !important;
}


.dn--ab2-save-the-children-nav-tab-ul {
    background-color: #f8f8f8;
    padding: 16px;
    border-radius: 50px;
    display: inline-flex;
}

.dn--ab2-save-the-children-nav-tab .nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    color: var(--ab1-black);
    background-color: var(--bg--yellow);
}

.dn--ab2-save-the-children-nav-tab .nav-link {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 19.8px;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--bg--blue);
    padding: 20px 32px;
    border-radius: 56px;
}

.dn--ab2-save-the-children-contain-ul {
    list-style: none;
    padding: 0;
}

.dn--ab2-save-the-children-contain-ul li {
    width: 90%;
    height: auto;
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 24px;
    background-color: rgba(58, 134, 255, 0.10);
    border-radius: 16px;
    margin-bottom: 16px;
}

.dn--ab2-save-the-children-contain-ul-span {
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-weight: 600;
    color: var(--bg--blue);
}

.dn--w-90 {
    width: 90%;
}

.dn--ab2-save-the-children-img-box {
    margin-left: -52px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: auto;
}

.dn--ab2-save-the-children-img-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F2581D4D;
}

.dn--ab2-save-the-children-play-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 5;
}

.dn--ab2-save-the-children-play-link-icon {
    color: var(--bg--blue);
    background-color: var(--white);
    width: 81px;
    height: 81px;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: 0.60s;
}

.dn--ab2-save-the-children-play-link-icon i {
    font-size: 48px;
    width: 40px;
    transition: all 0.60s;
}

.dn--ab2-save-the-children-img-box:hover .dn--ab2-save-the-children-play-link-icon {
    width: 75px;
    height: 75px;
}

.dn--ab2-save-the-children-img-box:hover .dn--ab2-save-the-children-play-link-icon i {
    font-size: 43px;
    width: 37px;
}

.dn--ab2-our-story-ul {
    display: flex;
    gap: 160px;
    justify-content: space-around;
    width: 100%;
}

.dn--ab2-our-story-ul li {
    gap: 64px;
    position: relative;
}

.dn--ab2-our-story-ul-li-before-1::before {
    content: "";
    position: absolute;
    right: -20%;
    top: -20px;
    width: 3px;
    height: 100%;
    background: url(../images/our-journey-2/ab2-story-before.svg);
}

.dn--ab2-our-volunteer-area {
    background: url(../images/our-journey-2/ab2-volunteer-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 160px;
    padding: 125px 0;
    z-index: 1;
}

.dn--ab2-our-volunteer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, 0.6);
    z-index: 5;
}

.dn--ab2-our-volunteer-contain {
    position: relative;
    z-index: 10;
}

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

.dn--ab2-our-volunteer-link {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.dn--ab2-title-contain h4 {
    width: 860px;
}


.dn--ab2-causes-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;

}

.dn--ab2-causes-contain {
    background-color: rgba(33, 37, 41, 0.2);
    backdrop-filter: blur(52px);
    width: 100%;
    height: auto;
    padding: 32px 40px;
    position: absolute;
    left: 0;
    bottom: -23%;
    transition: all 0.60s;
}

.dn--ab2-causes-box:hover .dn--ab2-causes-contain {
    bottom: -2px;
}

.dn--ab2-causes-box img {
    transition: all 0.60s;
}

.dn--ab2-causes-row {
    row-gap: 24px;
    justify-content: center;
}

.dn--ab2-brand-logo-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 92px;
    justify-content: center;
    align-items: center;
}

.dn--ab2-brand-logo-ul-li {
    height: 96px;
    display: flex;
    align-items: center;
}

.dn--ab2-brand-logo-ul-li img {
    opacity: 0.5;
    transition: all 0.60s;
    filter: grayscale(100%);
    min-width: 144px;
    height: 85%;
}

.dn--ab2-brand-logo-ul-li:hover img {
    opacity: 1;
    filter: grayscale(1%);
}

.dn--ab2-title-contain-2 h4 {
    width: 560px;
    height: auto;
}


.ab2-our-team-img-box {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.ab2-our-team-item-box:hover .ab2-our-team-ul-box {
    bottom: 16px;
}

.ab2-our-team-ul-box {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -0%);
    transition: all 0.60s;
}

.ab2-our-team-ul-box-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 16px;
    background-color: var(--white);
    color: var(--black);
    border-radius: 50%;
    transition: all 0.60s;
}

.ab2-our-team-ul-box-a:hover {
    color: var(--white);
    background-color: var(--bg--blue);
}

.ab2-our-contain-box h4 {
    transition: all 0.60s;
}

.ab2-our-contain-box p {
    transition: all 0.60s;
}


/* our journey 02 End  */


/* our journey 03 Start  */
.dn--ab3-our-story-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 155px;
    justify-content: space-between;
}

.dn--ab3-our-story-ul li {
    text-align: center;
}

.dn--ab3-our-story-ul .dn--ab1-our-story-ul-icon {
    margin-bottom: 32px;
}

.dn--ab3-our-story-ul li:hover .dn--ab1-our-story-ul-icon i {
    rotate: y 180deg;
}

.dn--ab3-d-flex {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.dn--ab3-our-team-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.dn--ab3-our-team-box:hover::before {
    opacity: 1;

}

.dn--ab3-our-team-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #242423 5.37%, rgba(0, 0, 0, 0) 34.71%);
    z-index: 1;
    opacity: 0;
    transition: all 0.60s;
}

.dn--ab3-our-team-box:hover .dn--ab3-our-team-contain {
    bottom: 0;
}

.dn--ab3-our-team-contain {
    position: absolute;
    bottom: -60%;
    transition: all 0.60s;
    padding: 25px 0 25px 32px;
    z-index: 5;
}

.dn--ab3-our-team-slider-box .swiper {
    overflow: visible;
}

.dn--ab3-our-team-slider-box .dn--ab3-our-team-slider {
    overflow: hidden;
}

.dn--ab3-our-team-slider-box .dn--ab3-swiper-button-prev:after {
    content: '\ea64';
    font-family: remixicon;
    font-size: 60px;
    font-weight: normal;
}

.dn--ab3-our-team-slider-box .dn--ab3-swiper-button-next:after {
    content: '\ea6e';
    font-family: remixicon;
    font-size: 60px;
    font-weight: normal;
}

.dn--ab3-our-team-slider-box .dn--ab3-swiper-button-next, .dn--ab3-our-team-slider-box .dn--ab3-swiper-button-prev {
    position: absolute;
    top: 81%;
    background-color: var(--bg--blue);
    color: var(--white);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dn--ab3-our-team-slider-box .dn--ab3-swiper-button-next.swiper-button-disabled, .dn--ab3-our-team-slider-box .dn--ab3-swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #FDF1EB;
    color: var(--bg--blue);
}

.dn--ab3-our-team-slider-box .dn--ab3-swiper-button-prev {
    left: -104%;
    right: auto;
}

.dn--ab3-our-team-slider-box .dn--ab3-swiper-button-next {
    right: auto;
    left: -86%;
}

.dn--ab3-brand-alider-area {
    padding: 112px 135px;
    background: var(--bg--blue);
    margin-bottom: 160px;
}

.dn--ab3-about-us-title {
    width: 676px;
    margin: auto auto 72px;
}


.dn--hm6-testimonial-slider {
    overflow: initial;
    overflow-x: clip;
    overflow-y: visible;
}

.dn--ab3-about-us-item-box {
    display: flex;
    justify-content: space-around;
}

.dn--ab3-about-us-contain-box {
    width: 100%;
    height: 100%;
    padding: 0 74px;
    display: flex;
    align-items: center;
}

.dn--ab3-about-us-contain-p {
    position: relative;
}

.dn--ab3-about-us-contain-p::before {
    content: "\ec51";
    font-family: remixicon;
    font-size: 36px;
    color: var(--bg--blue);
    position: absolute;
    left: -50px;
    top: 0;
}

.dn--ab3-about-us-contain-star span {
    color: var(--bg--yellow);
    font-size: 25px;
}

.dn--ab3-about-us-contain-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dn--ab3-about-us-slider-box .swiper-button-prev:after {
    content: '\ea64';
    font-family: remixicon;
    font-size: 60px;
    font-weight: normal;
}

.dn--ab3-about-us-slider-box .swiper-button-next:after {
    content: '\ea6e';
    font-family: remixicon;
    font-size: 60px;
    font-weight: normal;
}

.dn--ab3-about-us-slider-box .swiper-button-next, .dn--ab3-about-us-slider-box .swiper-button-prev {
    background-color: var(--bg--blue);
    color: var(--white);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.60s;
}

.dn--ab3-about-us-slider-box .swiper-button-next:hover, .dn--ab3-about-us-slider-box .swiper-button-prev:hover {
    opacity: 1;
    background-color: #FDF1EB;
    color: var(--bg--blue);
}

.dn--ab3-about-us-img-box {
    margin-left: -24px;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 6px;
    border-radius: 8px;
    background-color: var(--bg--blue);
}

.swiper-pagination-bullet-active {
    width: 44px;
}

.dn--ab3-our-volunteer-container {
    background: url(../images/our-journey-3/our-volunteer-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.dn--ab3-our-volunteer-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, 0.7);
}

.dn--ab3-our-community-area {
    background: #f8f8f8;
    padding: 112px 0;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.dn--ab3-our-community-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/our-journey-3/community-gallery-banner.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.grid {
    max-width: 100%;
}


.grid-item {
    width: 312px;
    height: 220px;
    float: left;
    margin-bottom: 24px;
    overflow: hidden;
}


.grid-item--height1 {
    height: 356px;
}

.grid-item--height2 {
    height: 180px;
}

.grid-item--height3 {
    height: 268px;
}

.grid-item--height4 {
    height: 352px;
}


.dn--img-effect-2:hover::before {
    animation: circle-2;
    animation-duration: 1.2s;
}

@keyframes circle-2 {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 500px;
        opacity: 0;
    }
}

.dn--img-effect-4::before {
    animation: circle-4;
    animation-duration: 1.2s;
    animation-iteration-count: initial;
}

@keyframes circle-4 {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 200px;
        opacity: 0;
    }
}

.dark-grayish {
    color: #495057;
}

.dn--ab3-timeline-row {
    justify-content: space-between;
}

.dn--ab3-timeline-contain-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.dn--ab3-timeline-contain-ul {
    list-style: none;
    padding: 0;
    width: 85%;
    height: auto;
}

.dn--ab3-timeline-contain-ul li {
    position: relative;
    padding-bottom: 95px;
}

.dn--ab3-timeline-contain-ul li:last-child {
    padding: 0;
}

.dn--ab3-timeline-contain-ul li::before {
    content: "";
    position: absolute;
    left: -62px;
    top: 7px;
    width: 24px;
    height: 24px;
    background-color: #ADB5BD;
    border-radius: 50%;
    z-index: 1;
}

.dn--ab3-timeline-contain-ul li::after {
    content: "";
    position: absolute;
    left: -52px;
    top: 7px;
    width: 2px;
    height: 100%;
    background-color: #ADB5BD;
    border-radius: 50%;
    z-index: -1;
}

.dn--ab3-timeline-contain-ul li:last-child::after {
    height: 0;
}

.dn--ab3-timeline-contain-ul .dn--ab3-timeline-contain-ul-li-before::before {
    background-color: var(--bg--blue);
}

.dn--ab3-timeline-contain-ul .dn--ab3-timeline-contain-ul-li-after::after {
    background-color: var(--bg--blue);
}

/* our journey 03 End  */

/* our journey 04 Start */

.dn--ab4-stories-item-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    background-color: #EBF3FF;
}

.dn--ab4-stories-img-box {
    width: 852px;
    height: auto;
}

.dn--ab4-stories-contain-box {
    width: 40%;
    padding: 72px;
}

.dn--ab4-stories-contain-box-span {
    display: inline-block;
    background: rgba(217, 234, 255, 1);
    padding: 20px 32px;
    border-radius: 32px;
    color: var(--bg--blue);
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 19.8px;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 8px 0 25px;
}

.dn--ab4-brand-logo-ul li img {
    opacity: .5;
    filter: grayscale(100%);
}

.dn--ab4-brand-logo-ul li:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.dn--ab4-popular-causes-title-box {
    margin-top: 88px;
}

.dn--ab4-popular-causes-item-box {
    width: 424px;
    height: 540px;
    position: relative;
}

.dn--ab4-popular-causes-contain-box {
    width: 100%;
    height: 100%;
    background-color: #FDF1EB;
    padding: 40px;
    border-radius: 16px;
    position: relative;
}

.dn--ab4-popular-causes-img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.60s;
}

.dn--ab4-popular-causes-item-box {
    border-radius: 16px;
    overflow: hidden;
}

.dn--ab4-popular-causes-item-box:hover .dn--ab4-popular-causes-img-box {
    bottom: -32%
}

.dn--ab4-popular-causes-area {
    position: relative;
    padding-bottom: 200px;
    width: 100%;
    height: auto;
}

.dn--ab4-popular-causes-style .swiper {
    overflow: visible;
}

.dn--ab4-popular-causes-style .dn--ab4-popular-causes-slider-box {
    overflow: hidden;
}

.dn--ab4-popular-causes-style {
    width: 54%;
    position: absolute;
    top: 0;
    right: 0;
}

.dn--ab4-popular-causes-style .swiper-slide {
    margin-left: -78px;
}


.dn--ab4-popular-causes-style .dn--ab4-swiper-button-next, .dn--ab4-popular-causes-style .dn--ab4-swiper-button-prev {
    position: absolute;
    top: 76%;
    background-color: var(--bg--blue);
    color: var(--white);
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.60s;
    border: none;
}

.dn--ab4-popular-causes-style .dn--ab4-swiper-button-prev {
    transform: rotate(180deg);
}

.dn--ab4-popular-causes-style .dn--ab4-swiper-button-next span, .dn--ab4-popular-causes-style .dn--ab4-swiper-button-prev span,
.dn--ab4-popular-causes-style .dn--ab4-swiper-button-next svg, .dn--ab4-popular-causes-style .dn--ab4-swiper-button-prev svg {
    margin: 0 !important;
}

.dn--ab4-popular-causes-style .dn--ab4-swiper-button-next:hover, .dn--ab4-popular-causes-style .dn--ab4-swiper-button-prev:hover {
    background-color: #FDF1EB;
    color: var(--bg--blue);
}

.dn--ab4-popular-causes-style .dn--ab4-swiper-button-prev {
    left: -57%;
    right: auto;
}

.dn--ab4-popular-causes-style .dn--ab4-swiper-button-next {
    right: auto;
    left: -47.1%;
}


.dn--ab4-our-team-box {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.dn--ab4-our-team-box:hover .dn--ab4-our-team-contain-box {
    bottom: 32px;
    opacity: 1;
    visibility: visible;
}

.dn--ab4-our-team-contain-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.60s;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.dn--ab4-our-team-contain-box::before {
    content: "";
    background: linear-gradient(360deg, #242423 0%, rgba(36, 36, 35, 0) 35.78%);
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
    border-radius: 40px 40px 40px 40px;
    transition: all 0.60s;
}

.dn--ab4-our-team-contain {
    position: relative;
    z-index: 10;
}

.dn--ab4-our-team-icons-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 16px;
    position: relative;
    z-index: 10;
}

.dn--ab4-our-team-icons-ul-a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.20);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: var(--white);
    font-size: 20px;
    transition: all 0.60s;
}

.dn--ab4-our-team-icons-ul-a:hover {
    background-color: var(--bg--blue);
}

.dn--justify-content-center {
    justify-content: center;
    row-gap: 24px;
}


.dn--ab4-volinteer-area {
    overflow: hidden;
    padding-top: 160px;
}

.dn--ab4-volinteer-container {
    background-color: rgba(255, 220, 36, 0.95);
    position: relative;
    padding: 82px 0;
    border-radius: 32px;

}

.dn--ab4-volinteer-banner-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    z-index: 1;
}

.dn--ab4-volunteer-contain {
    padding-left: 104px;
}

.dn--ab4-volunteer-img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 125px;
    z-index: 20;
}

.dn--ab4-donation-area {
    background: url(../images/our-journey-4/ab4-donation-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 120px 0;
    margin-bottom: 160px;
    position: relative;
}

.dn--ab4-donation-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #212529 0%, rgba(36, 36, 35, 0.82) 12.95%, rgba(36, 36, 35, 0.82) 23.63%, rgba(36, 36, 35, 0.82) 33.82%, rgba(36, 36, 35, 0.336761) 45.29%, rgba(36, 36, 35, 0) 60.5%);
}

.dn--ab4-donation-contain-box {
    position: relative;
    z-index: 5;
}

.dn--ab4-our-volunteer-link {
    justify-content: start;
}


.dn--ab4-testmonial-item-box {
    padding-left: 60px;
    position: relative;
}

.dn--ab4-testmonial-item-box::before {
    content: "\ec51";
    font-family: remixicon;
    font-size: 36px;
    color: var(--bg--blue);
    position: absolute;
    top: 0;
    left: 0;
}

.dn--ab4-testmonial-contain-box {
    display: flex;
    gap: 32px;
    align-items: center;
}

.dn--ab4-testmonial-img-box {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}


.dn--ab4-testmonial-slider-style .swiper-button-prev:after {
    content: '\ea5e';
    font-family: remixicon;
    font-size: 24px;
    font-weight: normal;
}

.dn--ab4-testmonial-slider-style .swiper-button-next:after {
    content: '\ea70';
    font-family: remixicon;
    font-size: 24px;
    font-weight: normal;
}

.dn--ab4-testmonial-slider-style .dn-hm4-button-next, .dn--ab4-testmonial-slider-style .dn-hm4-button-prev {
    position: absolute;
    top: 76%;
    background-color: var(--bg--blue);
    color: var(--white);
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.60s;
    border: none;
    z-index: 10;
}

.dn--ab4-testmonial-slider-style .dn-hm4-button-next span, .dn--ab4-testmonial-slider-style .dn-hm4-button-prev span,
.dn--ab4-testmonial-slider-style .dn-hm4-button-next svg, .dn--ab4-testmonial-slider-style .dn-hm4-button-prev svg {
    margin: 0;
}

.dn--ab4-testmonial-slider-style .swiper-button-next:hover, .dn--ab4-testmonial-slider-style .swiper-button-prev:hover {
    background-color: #FDF1EB;
    color: var(--bg--blue);
}

.dn--ab4-testmonial-slider-style .dn-hm4-button-prev {
    left: auto;
    right: 96px;
    transform: rotate(180deg);
}

.dn--ab4-testmonial-slider-style .dn-hm4-button-next {
    right: 0;
    left: auto;
}


/* our journey 04 End  */

/* our Blog 01 Start  */
.dn--bg1-causes-item-box {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    border-radius: 24px;
}

.dn--bg1-causes-img-box {
    width: 100%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
}

.dn--bg1-causes-contain-box {
    padding: 40px 24px 24px;
}

.dn--bg1-causes-contain-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dn--bg1-causes-contain-item h5 {
    padding: 9px 21px;
    background-color: var(--bg--blue);
    border-radius: 24px;
    margin: 0;
}

.dn--bg1-causes-contain-item h5 a:hover {
    color: #fff;
}

.dn--bg1-prev-next-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dn--bg1-prev-next-i {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg--blue);
    color: var(--white);
    font-size: 24px;
    border-radius: 50%;
    transition: all 0.60s;
}

.dn--bg1-prev-next-i:hover {
    background-color: #FDF1EB;
    color: var(--bg--blue);
}

.dn--bg1-number-link-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 14px;
    justify-content: center;
}

.dn--bg1-number-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    transition: all 0.60s;
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--bg--blue);
}

.dn--bg1-number-link-active {
    background-color: #FDF1EB;
}

.dn--bg1-number-link:hover {
    background-color: #FDF1EB;
}

/* our Blog 01 End  */

.dn--bg1-causes-img-box--sticky {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    background: var(--bg--blue);
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    font-family: var(--main-font);
}

.dn--bg5-post-item-box .dn--bg1-causes-img-box--sticky {
    left: 60px;
    top: 100px;
}

/* our Blog 02 Start  */

.dn--bg2-blog-post-item-box {
    background: var(--bg--blue);
    width: 100%;
    height: auto;
    border-radius: 24px;
    gap: 72px;
    align-items: center;
}

.dn--bg2-blog-post-img-box {
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-left: 36px;
}

.dn--bg2-blog-post-img-box img {
    height: 100%;
    object-fit: cover;
}

.dn--bg2-blog-post-contain-box {
    height: auto;
}

.dn--background-color {
    padding: 9px 21px;
    background-color: var(--white);
    display: inline-block;
    border-radius: 24px;
}

.dn--background-color-1 {
    display: inline-block;
    border-radius: 24px;
    padding: 9px 21px;
    background-color: var(--bg--blue);
}

.dn--bg2-blog-post-link {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: var(--white);
    position: relative;
}

.dn--bg2-blog-post-link:hover {
    color: var(--bg--blue);
}

.dn--bg2-blog-post-link:hover::before {
    width: 100%;
    opacity: 1;
}

.dn--bg2-blog-post-link::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--white);
    opacity: 0;
    transition: all 0.60s;
}

.dn--bg2-blog-post-link i {
    font-weight: 400;
    transition: all 0.60s;
    display: inline-block;
}

.dn--bg2-blog-post-link:hover i {
    transform: rotate(45deg);
}

.dn--bg2-recent-blog-post-item-box {
    justify-content: space-between;
    background: #f8f8f8;
    margin-bottom: 24px;
}

.dn--bg2-recent-blog-post-contain-box {
    padding: 40px 0 40px 88px;
}

.dn--bg2-recent-blog-post-link {
    color: var(--bg--blue);
}

.dn--bg2-recent-blog-post-link::before {
    background-color: var(--bg--blue);
}

.dt__sticky_post {
    background: var(--bg--blue);
}

.dt__sticky_post &gt; .row {
    flex-direction: row-reverse;
}

.dt__sticky_post .dn--bg2-blog-post-img-box {
    margin-left: 0;
    margin-right: 36px;
}

.dt__sticky_post .dn--bg2-recent-blog-post-contain-box {
    padding-left: 0;
    padding-right: 40px;
}

.dt__sticky_post .dn--background-color-1 {
    background-color: #ffffff;
    color: var(--ab1-black);
}

.dt__sticky_post h4,
.dt__sticky_post p,
.dt__sticky_post a {
    color: #ffffff;
}

.dt__sticky_post a:hover {
    color: #ffffff;
}

.dt__sticky_post a:before {
    background-color: #ffffff;
}

/* our Blog 02 End  */

/* our Blog 03 Start  */
.mb-56 {
    margin-bottom: 56px;
}

.dn--bg3-blog-post-box {
    display: flex;
    gap: 24px;
    row-gap: 40px;
    flex-wrap: wrap;
}

.dn--bg3-blog-post-item-box {
    width: 48%;
    height: auto;
}

.dn--bg3-blog-post-img-box {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 24px;
}

.dn--bg3-blog-post-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dn--bg3-blog-post-hover-h4 {
    transition: all 0.60s;
}

.dn--bg3-blog-post-hover-h4:hover {
    color: var(--bg--blue);
}

.dn--bg3-blog-post-rightsite-categories {
    padding-left: 40px;
    position: sticky;
    top: 40px;
}

.dn--bg3-blog-post-rightsite-categories-ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.dn--bg3-blog-post-rightsite-categories-link-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 338px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.dn--bg3-blog-post-rightsite-categories-link-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 37, 41, 0.7);
}

.dn--bg3-blog-post-rightsite-popular-box {
    width: 100%;
    height: auto;
    display: flex;
    gap: 24px;
    align-items: center;
}

.dn--bg3-blog-post-rightsite-popular-img-link {
    display: block;
    width: 110px;
    height: 112px;
}

.dn--bg3-blog-post-rightsite-popular-img-box {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.dn--bg3-blog-post-rightsite-popular-img-box img {
    height: 100%;
    object-fit: cover;
}

.dn--bg3-blog-post-rightsite-popular-contain-box {
    width: 66%;
    height: auto;
}

.widget_categories ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.widget_categories ul li a {
    border: 1px solid #FDF1EB;
    background-color: #FDF1EB;
    color: var(--ab1-black);
    position: relative;
    border-radius: 32px;
    padding: 16px 32px;
    display: inline-block;
    overflow: hidden;
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 16.2px;
    transition: all 0.3s;
}

.widget_categories ul li a:hover {
    background-color: transparent;
    color: var(--ab1-black);
    border: 1px solid #FDF1EB;
}

.widget_tag_cloud .tagcloud a {
    background-color: transparent;
    color: var(--ab1-black);
    border: 1px solid #FDF1EB;
    transition: all 0.60s;
    position: relative;
    border-radius: 32px;
    padding: 20px 32px;
    display: inline-block;
    overflow: hidden;
    font-family: var(--main-font);
    font-size: 18px !important;
    font-weight: 500;
    line-height: 16.2px;
    transition: all 0.3s;
}

.widget_tag_cloud .tagcloud {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #FDF1EB;
    color: var(--ab1-black);
}


/* our Blog 03 End  */

/* our Blog 04 Start  */

.dn--bg4-post-item-box {
    display: flex;
    gap: 40px;
    margin-bottom: 48px;
}

.dn--bg4-post-img-box {
    width: 37%;
    height: 320px;
}

.dn--bg4-post-img-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.dn--bg4-post-contain-box {
    width: 60%;
    height: auto;
}

.dn--bg4-post-img-item img {
    height: 100%;
    object-fit: cover;
}

/* our Blog 04 End  */

/* our Blog 05 Start  */


.dn--bg5-post-item-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    margin-bottom: 40px;
    height: 676px;
    padding: 0;
}

.dn--bg5-post-item-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, #000000 -1.69%, rgba(0, 0, 0, 0) 63.51%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dn--bg5-post-item-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dn--bg5-button-border-color {
    color: var(--white);
    border-color: var(--white);
}

.dn--bg5-post-contain-box {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: end;
    padding: 0 48px 0 56px;
    position: absolute;
    bottom: 64px;
    left: 0;
    z-index: 5;
    width: 100%;
}

.dn--bg5-post-item-contain {
    width: 80%;
    height: auto;
}

.dn--bg5-post-item-contain h4 {
    width: 96%;
    height: auto;
}

.dn--bg5-post-item-contain h4 a:hover {
    color: #fff;
}

.dn--bg5-post-item-contain p {
    width: 85%;
    height: auto;
}

.dn--bg5-title-post {
    position: absolute;
    z-index: 5;
    top: 48px;
    left: 56px;
    display: block;
}

/* our Blog 05 End  */

/* our Blog 06 Start  */

.dn--bg6-contain-img-box {
    width: 100%;
    height: 384px;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 24px;
    display: block;
}

.dn--row-gap-40 {
    row-gap: 40px;
}

.dn--bg6-contain-img-box img {
    height: 100%;
    object-fit: cover;
}


/* our Blog 06 End  */

/* our Blog 07 Start  */

.dn--bg7-post-contain-ul {
    padding: 0;
    list-style: none;
    row-gap: 40px;
}

.dn--bg7-post-contain-box {
    background-color: #f8f8f8;
    width: 100%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    padding: 48px 68px;
}


.grid-2 {
    max-width: 100%;
    margin: auto;
}


.grid-item-2 {
    width: 50%;
    height: auto;
    float: left;
    margin-bottom: 40px;
    padding: 0 12px;
    overflow: hidden;
}


/* our Blog 07 End  */

/* our Blog Details 01 Start */
.dn--bgd1-header-title-h4 {
    padding: 0 12px;
}

.dn--bgd1-header-contain-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    padding-right: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}

.dn--bgd1-header-contain-ul-1 {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}

.dn--bgd1-header-contain-ul-2 {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 56px;
}

.dn--bgd1-header-contain-ul-2-li-1 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.dn--bgd1-header-contain-ul-img-box {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}

.dn--bgd1-header-contain-ul-2-li-2 {
    display: flex;
    gap: 24px;
    align-items: center;
}

.dn--bgd1-header-contain-ul-icon-box {
    display: flex;
    gap: 8px;
}

.dn--bgd1-header-contain-ul-icon-box span {
    font-size: 24px;
    color: var(--bg--yellow);
}

.dn--bgd-1-color-change-button-1:hover {
    color: var(--white);
}

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

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

.dn--bgd1-post-contain-img-box {
    width: 100%;
    height: auto;
    border-radius: 32px;
    overflow: hidden;
}

.dn--bgd1-post-contain-img-box img {
    width: 100%;
    height: auto;
}

.dn--bgd1-post-contain-item-1 {
    padding-left: 56px;
    position: relative;
}

.dn--bgd1-post-contain-item-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--bg--blue);
    display: block;
}

.dn--bgd1-preview-link-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.dn--bgd1-preview-link-ul li {
    display: flex;
    gap: 16px;
    align-items: center;
}

.dn--bgd1-preview-link-ul li + li {
    flex-direction: row-reverse;
}

.dn--block {
    display: block;
}

.dn--none {
    display: none;
}

/* our Blog Details 01 End  */

/* our Blog Details 02 Start  */

.dn--bgd2-header-contain-box-2 {
    justify-content: center;
    border: none;
    padding-top: 18px;
}

.dn--bgd2-contain-right-site-img-box {
    width: 160px;
    height: 160px;
    border: 1px solid var(--red);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 32px;
}

.dn--bgd2-contain-right-site-img-box img {
    width: 100%;
    height: 100%;
}


/* our Blog Details 02 End  */

/* our Blog Details 03 Start  */


.dn--bgd3-post-contain-item-2 {
    padding: 25px 200px 25px 80px;
    background-color: rgba(217, 234, 255, 0.20);
}

.dn--bgd3-comment-box {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    border-radius: 32px;
    margin-bottom: 80px;
}

.dn--bgd3-comment-contain {
    padding: 80px 88px 56px;
}

.dn--bgd3-comment-contain-item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dn--bgd3-comment-contain-box {
    display: flex;
    gap: 24px;
}

.dn--bgd3-comment-img-box {
    width: 64px;
    height: 64px;
    border: 1px solid var(--bg--blue);
    border-radius: 50%;
    overflow: hidden;
}

.dn--bgd3-comment-box-span {
    border-top: 1px solid rgba(33, 37, 41, 0.20);
    width: 100%;
    height: auto;
    display: block;
}

.dn--bgd3-form-contain {
    padding: 56px 88px 80px;
}

.dn--bgd3-form-contain-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 16px;
}

.dn--bgd3-form-contain-form-input {
    background-color: #FDF1EB;
    color: var(--ab1-black);
    border-radius: 16px;
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
    border: none;
    padding: 0 40px;
    resize: none;
}

.dn--bgd3-form-contain-form-input::placeholder {
    color: #8ABEFF;
}

.dn--bgd3-form-contain-form-input:focus::placeholder {
    color: transparent;
}

.dn--bgd3-form-contain-form-focus:focus {
    border: 1px solid var(--bg--blue);
}

.dn--bgd3-form-contain-width-1 {
    width: 48%;
    height: 82px;
}

.dn--bgd3-form-contain-width-2 {
    width: 100%;
    height: 82px;
}

.dn--bgd3-form-contain-width-3 {
    padding-top: 32px;
    width: 100%;
    height: 216px;
}

/* our Blog Details 03 End  */

/* Contract 01 Start  */

.dn--cns1-backround-transparent {
    background: transparent;
    padding: 0;
}

.dn--cns1-left-site-contain-box {
    padding-right: 16px;
}

input[type="text"].dn--cns1-contain-form-input,
input[type="email"].dn--cns1-contain-form-input,
textarea.dn--cns1-contain-form-input {
    width: 100%;
    height: 72px;
    padding: 0 64px;
    border: 1px solid #FBC7B4;
    border-radius: 16px;
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    color: var(--ab1-black);
}

.dt__h1_input-wrap {
    height: 72px;
}

.dn--cns1-contain-form-input::placeholder {
    color: var(--hm6-red-hover);
}

.dn--cns1-contain-form-input:focus {
    border-color: var(--bg--blue);
    background-color: #f8f8f8;
}

.dn--cns1-contain-form-input:focus::placeholder {
    color: transparent;
}

.dn--cns1-contain-form-input-icon {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
}

textarea.dn--cns1-contain-form-textarea {
    padding: 32px;
    height: 310px;
    resize: none;
}

.dn--cns1-accordion-item {
    border: none;
    border-bottom: 1px solid var(--hm6-red-hover);
}

.dn--cns1-accordion-button {
    padding: 32px 0;
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 57.6px;
    text-align: left;
    color: var(--ab1-black);
}

.dn--cns1-accordion-button:focus {
    box-shadow: none;
}

.dn--cns1-accordion-button:not(.collapsed) {
    color: var(--bg--blue);
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0;
}

.dn--cns1-accordion-button::after {
    background-image: none;
    content: "\ea11";
    font-family: remixicon;
    font-weight: normal;
    font-size: 54px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg--blue);
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
    content: "\f1af";
    font-family: remixicon;
    background-image: none;
    transform: none;
    background-color: var(--bg--blue);
    color: var(--white);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dn--cns1-accordion-body {
    padding: 0 0 32px;
    padding-right: 72px;
}


.dn--cns1-right-site-contact-ul {
    list-style: none;
    padding: 0;
}

.dn--cns1-right-site-contact-ul li {
    margin-bottom: 24px;
}

.dn--cns1-right-site-contact-ul-contain {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    border-radius: 16px;
    padding: 48px 40px;
    display: flex;
    gap: 24px;
}

.dn--cns1-right-site-contact-ul-contain-icon {
    font-size: 29.5px;
    color: var(--bg--blue);
    margin-top: 7px;
}

.dn--cns1-right-site-contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dn--cns1-right-site-contact-ul-h4-width {
    width: 204px;
}

.dn--cns1-right-site-contact-link {
    position: relative;
    padding-left: 16px;
}

.dn--cns1-right-site-contact-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 2px;
    height: 80%;
    background-color: var(--bg--blue);
    display: block;
}


/* Contract 01 End  */

/* Contract 02 Start  */


.dn--cns2-banner-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.dn--cns2-banner-box img {
    width: 100%;
    height: 100%;
}

.dn--cns2-banner-contain-box {
    background-color: rgba(58, 134, 255, .89);
    padding: 40px;
    border-radius: 16px;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
}

.dn--cns2-contact-form {
    width: 100%;
    height: auto;
    padding: 57px 48px 80px;
    border-radius: 16px;
    background-color: #f8f8f8;
}

input[type="text"].dn--cns2-contact-form-input,
input[type="email"].dn--cns2-contact-form-input,
textarea.dn--cns2-contact-form-input {
    width: 100%;
    height: auto;
    color: var(--ab1-black);
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--bg--blue);
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    padding: 20px 0;
    margin-bottom: 50px;
}

.dn--cns2-contact-form-input::placeholder {
    color: #2486FF;
    opacity: 52%;
}

.dn--cns2-contact-form-input:focus::placeholder {
    color: transparent;
}

textarea.dn--cns2-contact-form-textarea {
    resize: none;
    height: 132px;
    padding-top: 23px;
}

.dn--cns2-contact-ul {
    margin-top: 80px;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 216px;
    justify-content: space-between;
    border-top: 1px solid var(--bg--blue);
    padding: 80px 0;
}

.dn--cns2-contact-ul-contain {
    display: flex;
    gap: 24px;
}

.dn--cns2-contact-ul-contain-icon {
    background-color: rgba(58, 134, 255, 0.10);
    width: 44px;
    height: 44px;
    border-radius: 8px;
    font-size: 24px;
    color: var(--bg--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dn--cns2-location-map {
    padding: 40px;
    background-color: rgba(58, 134, 255, .20);
    border-radius: 16px;
}

/* Contract 02 End  */

/* Contract 03 Start */

.dn--cns3-main-contain-area {
    position: relative;
}

.dn--cns3-contain-banner {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/contact-3/cns-3-banner.png);
    width: 46%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.dn--cns3-container {
    position: relative;
    z-index: 5;
}

.dn--justify-content-end {
    justify-content: end;
}

.dn--cns3-contain-form-textarea {
    height: 192px;
    padding: 32px;
    resize: none;
}

.dn--cns3-contact-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 115px;
    row-gap: 72px;
    justify-content: start;
    flex-wrap: wrap;
}

.dn--cns3-contact-ul-li {
    position: relative;
}

.dn--cns3-contact-ul-li::before {
    content: "";
    position: absolute;
    top: 0;
    right: -25%;
    width: 1px;
    height: 100%;
    background-color: var(--bg--blue);
    opacity: 20%;
}

/* Contract 03 End */

/* Contract 04 Start */

.dn--cns4-main-contain-area {
    background-color: var(--bg--blue);
    padding: 112px 0;
}

.dn--cns4-title-box {
    width: 80%;
    height: auto;
    margin-bottom: 54px;
}

.dn--cns4-contact-info-box {
    list-style: none;
    padding: 0;
    margin-right: 24px;
}

.dn--cns4-contact-info-box-li-1 {
    border: 1px solid var(--white);
    border-radius: 16px;
    width: 100%;
    height: auto;
    padding: 40px 88px;
    display: flex;
    gap: 32px;
    margin-bottom: 16px;
}

.dn--cns4-contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .10);
    color: var(--white);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dn--cns4contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 27px;
}

.dn--cns4contact-form-input-width-1 {
    width: 48%;
    height: auto;
}

.dn--cns4contact-form-input-width-2 {
    width: 100%;
    height: auto;
}

input[type="text"].dn--cns4contact-form-input,
input[type="email"].dn--cns4contact-form-input,
textarea.dn--cns4contact-form-input {
    border-radius: 16px;
    border: 1px solid #fff0;
    background-color: rgba(255, 255, 255, .20);
    color: var(--white);
    width: 100%;
    height: 72px;
    padding: 0 32px;
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
}

.dn--cns4contact-form-input:focus {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: var(--white);
}

.dn--cns4contact-form-input::placeholder {
    color: rgba(255, 255, 255, .20);
}

.dn--cns4contact-form-input:focus::placeholder {
    color: transparent;
}

textarea.dn--cns4contact-form-textarea {
    height: 228px;
    resize: none;
    padding: 32px;
}

/* Contract 04 End */

/* Contract 05 Start */
.dn--cns5-main-contain-area {
    padding: 112px 0;
}

.dn--cns4-contact-info-box-li-2 {
    border: 1px solid var(--bg--blue);
}

.dn--cns4-contact-info-icon-2 {
    background-color: rgba(58, 134, 255, .10);
    color: var(--bg--blue);
}

input[type="text"].dn--cns5contact-form-input-1,
input[type="email"].dn--cns5contact-form-input-1,
textarea.dn--cns5contact-form-input-1 {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: var(--txt--black);
}

.dn--cns5contact-form-input-1::placeholder {
    color: rgba(36, 134, 255, .50);
}

.dn--cns5contact-form-input-1:focus {
    background-color: #f8f8f8;
    border-color: var(--bg--blue);
}


/* Contract 05 End */

/* causes 01 Start */

.dn--cs1-contain-progress-info {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.dn--cs1-info-progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 8px;
    background: #FDF1EB;
    position: relative;
    margin-bottom: 12px;
}

.dn--cs1-info-progress-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    border-radius: 8px;
    background-color: var(--bg--blue);
}

.dn--cs1-info-progress-bar-2::before {
    animation: width-2 1.5s;
    width: 55%;
}

.dn--cs1-info-progress-bar-3::before {
    animation: width-3 1.5s;
    width: 20%;
}

@keyframes width-1 {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes width-2 {
    0% {
        width: 0;
    }
    100% {
        width: 55%;
    }
}

@keyframes width-3 {
    0% {
        width: 0;
    }
    100% {
        width: 20%;
    }
}


/* causes 01 End */


/* causes 02 start*/

.dn--d-flex {
    display: flex;
}

.dn--align-items-center {
    align-items: center;
}

.dn--cs2-post-img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}

.dn--cs2-post-img-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(237.29deg, rgba(12, 128, 227, 0.1) 11.62%, rgba(12, 128, 227, 0) 96.69%);
    display: block;
}

.dn--cs2-post-img-box img {
    width: 100%;
    height: 100%;
}

.dn--cs2-post-contain-box {
    padding-left: 64px;
}

.dn--cs2-h4-hover-color {
    transition: all 0.60s;
}

/* causes 02 End */

/* causes 03 Start */

.dn--cs3-post-img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
}

.dn--cs3-post-img-box img {
    width: 100%;
    height: 100%;
}

.dn--cs3-post-contain-box {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.dn--cs3-post-address-box {
    display: flex;
    gap: 12.11px;
    align-items: center;
}

.dn--cs3-post-address-icon {
    font-size: 36px;
    font-weight: 400;
    color: var(--bg--blue);
}


/* causes 03 End */

/* causes 04 Start */

.dn--cs4-post-causes-contain-item-box {
    width: 100%;
    height: auto;
    border-radius: 24px;
    background-color: rgba(33, 37, 41, .05);
    overflow: hidden;
}

.dn--cs4-post-img-box {
    width: 100%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
}

.dn--cs4-post-img-box img {
    width: 100%;
    height: 100%;
}

.dn--cs4-post-contain-box {
    padding: 24px 32px 43px;
}


/* causes 04 End */
/* causes 05 Start */
.dn--cs5-contain-row {
    padding: 100px 0 96px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    justify-content: end;
}

.dn--cs5-contain-row::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.dn--cs5-contain-row-img-1 {
    background: url(../images/Causes-5/cs5-post-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dn--cs5-contain-row-img-2 {
    background: url(../images/Causes-5/cs5-post-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dn--cs5-contain-row-img-3 {
    background: url(../images/Causes-5/cs5-post-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dn--cs5-contain-row-img-4 {
    background: url(../images/Causes-5/cs5-post-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dn--cs5-contain-box {
    position: relative;
    z-index: 5;
}

.dn--cs5-contain-box-p {
    width: 90%;
}

/* causes 05 End */

/* Event 01 Start */

.dn--evn1-post-item-box {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.dn--evn1-post-img-box {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    overflow: hidden;
}

.dn--evn1-post-img-box img {
    width: 100%;
    height: 100%;
}

.dn--evn1-post-contain-box {
    padding: 40px 48px;
}

.dn--evn1-post-contain-box-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.dn--evn1-post-contain-box-ul li {
    width: fit-content;
    height: auto;
    background-color: #FDF1EB;
    padding: 8px 24px;
    border-radius: 32px;
}

/* Event 01 End */

/* Event 02 Start */


.dn--evn2-contain-row {
    background-color: #ECF3FF;
    border-radius: 32px;
}


.dn--evn2-post-contain-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 32px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.dn--evn2-p-0 {
    padding: 0;
}

.dn--evn2-contain-img-box {
    width: 100%;
    height: auto;
    border-radius: 32px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}

.dn--evn2-contain-img-box img {
    width: 100%;
    height: 100%;
}

/* .dn--evn2-contain-img-box::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(58, 134, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.60s;
}
.dn--evn2-contain-img-box:hover::before{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
} */
.dn--evn2-contain-img-box-button {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.60s;
}

.dn--evn2-contain-img-box:hover .dn--evn2-contain-img-box-button {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* Event 02 End */


/* Event 03 Start */

.dn--evn3-post-item-box {
    width: 100%;
    height: auto;
    background-color: #FCFBFA;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.60s;
}

.dn--evn3-post-item-box:hover {
    box-shadow: 0px 44px 52px 0px #00000026;
}

.dn--evn3-post-img-box {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.dn--img-item img {
    width: 100%;
    height: 100%;
}

.dn--img-item.dn__tm-img img {
    object-fit: cover;
    height: auto;
}

.dn--evn3-post-img-contain {
    width: 100%;
    height: auto;
    background-color: var(--red);
    padding: 10px 32px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dn--evn3-post-img-contain-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.dn--evn3-post-contain-box {
    padding: 32px 0 32px 32px;
}

/* Event 03 End */

/* Event 04 Start*/

.dn--evn4-mt_-10 {
    margin-top: -10px;
}

.dn--evn4-post-item-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 32px;
    background-color: #f8f8f8;
    transition: all 0.60s;
}

.dn--evn4-post-item-box:hover {
    background-color: var(--red);
}

.color-evn4-hover-white {
    transition: color 0.60s;
}

.dn--evn4-post-item-box:hover .color-evn4-hover-white {
    color: var(--white);
}

.dn--evn4-post-img-box {
    width: 100%;
    height: auto;
    border-radius: 32px;
    overflow: hidden;
}

.dn--evn4-post-contain-box {
    display: flex;
    justify-content: space-between;
    padding: 32px 24px 40px;
}

.dn--evn4-post-contain-box-date {
    width: 15%;
    height: auto;
}

.dn--evn4-post-contain-box-blog {
    width: 83%;
    height: auto;
}

.dn--evn4-post-contain-box-blog-ul {
    width: 90%;
    height: auto;
    list-style: none;
    padding: 0;
}

/* Event 04 End */

/* Event-Details 01 Start */
.dn--evnd1-post-banner-box {
    width: 100%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
}

.letter-spacing-1 {
    letter-spacing: 0.01em;
}

.dn--evnd1-text-width {
    width: 96%;
}

.dn--evnd1-guest-contain-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.dn--evnd1-guest-contain-ul li {
    width: 31%;
    height: auto;
}

.dn--evnd1-guest-img-box {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}

.dn--evnd1-project-contain {
    width: 100%;
    height: 220px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}


.dn--evnd1-project-contain-play {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    transition: all 0.60s;
    z-index: 10;
}

.dn--evnd1-project-contain:hover .dn--evnd1-project-contain-play {
    top: 50%;
}

.dn--evnd1-project-contain-play-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--ab1-black);
    width: 48px;
    height: 48px;
    background: var(--bg--yellow);
    border-radius: 50%;
    transition: all 0.60s;
}

.dn--evnd1-project-contain-play-link:hover {
    width: 42px;
    height: 42px;
}


.dn--evnd1-event-details-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 88px;
    row-gap: 64px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.dn--evnd1-event-details-ul li {
    display: flex;
    gap: 16px;
    width: 25%;
    height: auto;
}

.dn--evnd1-right-site-form {
    position: relative;
    width: 100%;
    height: auto;
}

.dn--evnd1-right-site-form input {
    width: 100%;
    height: 48px;
    border: 1px solid var(--bg--blue);
    border-radius: 24px;
    color: var(--ab1-black);
    padding: 0 40px 0 24px;
    font-family: var(--font-Kulim-Park);
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
}

.dn--evnd1-right-site-form input::placeholder {
    opacity: 50%;
}

.dn--evnd1-right-site-form input:focus::placeholder {
    color: transparent;
}

.dn--evnd1-right-site-form button {
    background-color: transparent;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    font-size: 24px;
    color: var(--bg--blue);
    padding: 0;
}

.dn--evnd1-right-site-banner {
    background: url(../images/Event-Details/evnd1-banner-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 460px;
    padding: 22px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
}

.dn--evnd1-right-site-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 35, 0.5);
    z-index: -1;
}

.dn--evnd1-sponsor-logo-ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.dn--evnd1-sponsor-logo-ul li {
    width: 27%;
}

.dn--evnd1-sponsor-logo {
    max-width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: all 0.60s;
    opacity: 0.5;
}

.dn--evnd1-sponsor-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}

.dn--evnd1-right-site-event-vision-ul {
    list-style: none;
    padding: 0;
}

.dn--evnd1-right-site-event-vision-ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.dn--evnd1-right-site-event-vision-icon {
    width: 20%;
    height: auto;
}

.dn--evnd1-right-site-event-vision-contain {
    width: 80%;
    height: auto;
}

.dn--evnd1-right-site-event-vision-contain h4 {
    width: 80%;
}

/* Event-Details 01 End */
/* Causes-Details 01 Start */
.dn--csd1-mt_-6 {
    margin-top: -6px;
}

.dn--csd1-mt_-2 {
    margin-top: -2px;
}

.dn--align-item-center {
    align-items: center;
}

.dn--csd1-right-site-banner {
    background: url(../images/Causes-Details/csd1-right-site-banner.png);
}

.dn--csd1-left-site-banner {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.dn--csd1-progress-bar-info {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}


.percentage {
    margin-bottom: 8px;
}

.dn--csd1-progress-bar-animation {
    height: 6px;
    background: #ECF3FF;
    border-radius: 4px;
}

.dn--csd1-progress-bar-animation-bar {
    height: 6px;
    width: 0;
    border-radius: 4px;
    background: var(--bg--blue);
    position: relative;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.dn--csd1-progress-bar-animation-bar .show {
    opacity: 1;
    animation: come-in 0.8s ease forwards;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
}

@keyframes come-in {
    to {
        transform: translateY(0px);
    }
}

.p30 {
    width: 30.77%;
}


.dn--csd1-donor-info-ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ECF3FF;
    border-radius: 12px;
}

.dn--csd1-donor-info-ul li {
    padding: 25px 0;
    border-right: 1px solid rgba(58, 134, 255, 0.20);
    width: 33%;
    height: auto;
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.dn--csd1-donor-info-ul li:last-child {
    border: none;
}

.dn--csd1-contain-link-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dn--csd1-contain-link-box-ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dn--csd1-contain-link-icon-box {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dn--csd1-contain-link-icon-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(58, 134, 255, 0.10);
    color: var(--bg--blue);
    font-size: 16px;
    transition: all 0.60s;
}

.dn--csd1-contain-link-icon-a:hover {
    background-color: var(--bg--blue);
    color: var(--white);
}

.dn--csd1-cotain-copy-clipboard-box {
    position: relative;
}

.dn--csd1-cotain-copy-clipboard {
    background: #ECF3FF;
    border-radius: 16px;
    border-color: transparent;
    padding: 0 24px;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 10.8px;
    letter-spacing: 0.01em;
    color: var(--txt--black);
    width: 289px;
    height: 32px;
}

.dn--csd1-cotain-copy-clipboard-button {
    background-color: var(--bg--blue);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.60s;
    position: absolute;
    right: 0;
    top: 0;
}

.dn--csd1-cotain-copy-clipboard-button:hover {
    background-color: var(--white);
    border-color: var(--bg--blue);
}

.dn--csd1-cotain-copy-clipboard-button svg {
    fill: var(--white);
    transition: all 0.60s;
}

.dn--csd1-cotain-copy-clipboard-button:hover svg {
    fill: var(--bg--blue);
}

.dn--csd1-post-video-item-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    position: relative;

}

.dn--csd1-post-video-item-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(58, 134, 255, 0.4);
}

.dn--csd1-post-video-icon-box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.dn--csd1-post-video-icon-box-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 32px;
    color: var(--txt--black);
    background-color: var(--bg--yellow);
    transition: all 0.60s;
}

.dn--csd1-post-video-item-box:hover .dn--csd1-post-video-icon-box-a {
    width: 65px;
    height: 65px;
    font-size: 27px;
}

.dn--csd1-post-video-ul {
    background-color: #ECF3FF;
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 29px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dn--csd1-post-video-ul li {
    display: flex;
    gap: 16px;
    height: auto;
    align-items: center;
}

.dn--csd1-post-video-ul li p {
    width: 93px;
    height: auto;
}

.dn--csd1-comment-box {
    margin-bottom: 0;
}

/* Causes-Details 01 End */


/* our Team 01 Start */

.dn--tm1-our-team-item-box {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.dn--tm1-our-team-item-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #242423 0%, rgba(36, 36, 35, 0) 35.78%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.60s;
}

.dn--tm1-our-team-item-box:hover::after {
    opacity: 1;
    visibility: visible;
}

.dn--tm1-our-team-item-box:hover .dn--tm1-our-team-contain-box {
    opacity: 1;
    visibility: visible;
    bottom: 24px;
}

.dn--tm1-our-team-contain-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 5;
    transition: all 0.60s;
    opacity: 0;
    visibility: hidden;
}

.dn--tm1-our-team-icon-box {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -50px;
    z-index: 5;
    transition: all 0.60s;
    opacity: 0;
    visibility: hidden;
}

.dn--tm1-our-team-item-box:hover .dn--tm1-our-team-icon-box {
    right: 16px;
    opacity: 1;
    visibility: visible;
}

.dn--tm1-our-team-icon-box li {
    margin-bottom: 8px;
}

.dn--tm1-our-team-icon-box-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--bg--blue);
    color: var(--white);
    font-size: 22px;
    transition: all 0.60s;
}

.dn--tm1-our-team-icon-box-link:hover {
    background-color: var(--bg--yellow);
    color: var(--ab1-black);
}

.dn--tm3-our-team-item-box {
    width: 100%;
    height: auto;
}

.dn--tm3-our-team-img-box {
    width: 100%;
    height: 424px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.dn--tm3-our-team-img-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0C4E8B -9.08%, rgba(12, 78, 139, 0) 37.38%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.60s;
}

.dn--tm3-our-team-item-box:hover .dn--tm3-our-team-img-box::after {
    opacity: 1;
    visibility: visible;
}

.dn--tm3-our-team-contain-box h4 {
    transition: all 0.60s;
}

.dn--tm3-our-team-contain-box p {
    transition: all 0.60s;
}

.dn--tm3-our-team-item-box:hover .dn--tm3-our-team-contain-box h4 {
    color: #0C80E3;
}

.dn--tm3-our-team-item-box:hover .dn--tm3-our-team-contain-box p {
    color: #0C80E3;
}


.dn--tm3-our-team-item-box:hover .dn--tm3-our-team-icon-box {
    bottom: 24px;
    opacity: 1;
    visibility: visible;
}

.dn--tm3-our-team-icon-box {
    display: flex;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.60s;
}

.dn--tm3-our-team-icon-box li {
    margin-right: 32px;
}

.dn--tm3-our-team-icon-box li:last-child {
    margin-right: 0;
}

.dn--tm3-our-team-icon-box-link {
    font-size: 40px;
    color: var(--white);
    transition: all 0.60s;
}

.dn--tm3-our-team-icon-box-link:hover {
    color: var(--bg--blue);
}

.dn--tm3-row-gap-40 {
    row-gap: 40px;
}

.dn--tm4-our-team-img-box {
    width: 100%;
    height: 542px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}


.dn--tm3-row-gap-56 {
    row-gap: 56px;
}

.dn--tm5-our-team-img-box {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.dn--tm7-our-team-item-box {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    background-color: #FCFBFA;
    transition: all 0.60s;
}

.dn--tm7-our-team-item-box:hover {
    box-shadow: 0px 44px 52px 0px #00000026;
}

.dn--tm7-our-team-img-box {
    background-color: rgba(33, 37, 41, .20);
    width: 100%;
    height: 328px;
    border-radius: 24px;
    overflow: hidden;
}

.dn--tm7-our-team-contain-box {
    padding: 20px 24px 24px;
}

.dn--tm7-our-team-icon-box {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

.dn--tm7-our-team-icon-box-link {
    font-size: 24px;
    color: var(--ab1-black);
    transition: all 0.60s;
}

.dn--tm7-our-team-icon-box-link:hover {
    color: var(--bg--blue);
}

.dn__tm-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dn--tm8-our-team-img-box {
    width: 100%;
    height: 446px;
    border-radius: 24px;
    overflow: hidden;
}

.dn--tm8-our-team-icon-box-link {
    font-size: 40px;
    color: var(--ab1-black);
    transition: all 0.60s;
}

.dn--tm8-our-team-icon-box-link:hover {
    color: var(--bg--blue);
}

/* our Team 01 End */
/* donate page Start */
.dn--dp1-donate-notice-contain {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 16px;
    display: flex;
    gap: 32px;
}

.dn--dp1-donate-notice-contain span {
    width: 56px;
    height: 56px;
    background-color: var(--bg--blue);
    border-radius: 50%;
    font-size: 24px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dn--dp1-donate-notice-contain p {
    width: 65%;
}

.dn--dp1-donate-notice-border-top {
    border-top: 1px solid var(--bg--blue);
    padding-bottom: 32px;
}

.dn--dp1-donate-progress-box {
    border: 1px solid var(--bg--blue);
    border-radius: 16px;
    padding: 32px;
}

.dn--dp1-progress-bar-info {
    margin: 0;
}

.dn--dp1-donate-amount-box {
    position: relative;
}

.dn--dp1-donate-amount-box input {
    width: 100%;
    height: 104px;
    border: 1px solid var(--bg--blue);
    border-radius: 16px;
    background-color: #FDF1EB;
    font-family: var(--main-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 67.2px;
    text-align: left;
    color: var(--bg--blue);
    padding-left: 104px;
}

.dn--dp1-donate-amount-box input[type="number"]::-webkit-outer-spin-button,
.dn--dp1-donate-amount-box input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dn--dp1-donate-amount-box span {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    font-family: var(--main-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 67.2px;
    color: #8EC6FF;
}

.dn--dp1-donate-amount-button-item-box {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}

.dn--dp1-donate-amount-button-box {
    width: 177px;
    height: 60px;
    background-color: #f8f8f8;
    color: var(--bg--blue);
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: center;
    border-radius: 16px;
    transition: all 0.60s;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dn_priceListing .listing .listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: var(--main-font);
    font-size: 18px;
}

.dn_priceListing .listing .listItem:last-child {
    border-top: 1px solid #FDF1EB;
    padding-top: 10px;
    margin-bottom: 0;
}

.dn_left_tab_inf1,
.dn_total_donation_amount {
    font-weight: 600;
}

.dn_donation_details {
    margin-bottom: 30px;
}

.dn--dp1-donate-amount-button-box-active {
    background-color: var(--bg--blue);
    color: var(--white);
}

.dn--dp1-donate-amount-button-box-2 {
    width: 362px;
}

.dn--dp1-personal-info-item-box {
    background-color: #f8f8f8;
    padding: 56px 54px;
    border-radius: 32px;
    margin-left: 20px;
}

.dn--dp1-personal-info-input {
    border: none;
    background-color: #FDF1EB;
}

.dn--dp1-personal-info-input::placeholder {
    color: #8ABEFF;
}

.dn--dp1-personal-info-input:focus {
    border: 1px solid var(--bg--blue);
    background-color: #FDF1EB;
}

.dn--dp1-payment-option {
    display: flex;
    gap: 16px;
}

.dn--dp1-payment-option-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid var(--bg--blue);
    border-radius: 50%;
}

.dn--dp1-payment-option-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--bg--blue);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.nav-pills .dn--dp1-nav-link.active, .nav-pills .show &gt; .dn--dp1-nav-link {
    background-color: transparent;
}

.dn--dp1-nav-link {
    padding: 0;
}

.dn--dp1-nav-pills {
    gap: 48px;
}

.nav-pills .dn--dp1-nav-link.active .dn--dp1-payment-option-icon, .nav-pills .show &gt; .dn--dp1-nav-link .dn--dp1-payment-option-icon {
    background-color: var(--bg--blue);
}

.nav-pills .dn--dp1-nav-link.active .dn--dp1-payment-option-icon::before, .nav-pills .show &gt; .dn--dp1-nav-link .dn--dp1-payment-option-icon::before {
    background-color: var(--white);
}

.dn--dp1-payment-item-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
}

.dn--dp1-payment-item {
    width: 49%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDF1EB;
    border-radius: 12px;
}

.dn--dp1-button-item-box {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.dn--hm6-button-6-width {
    padding: 20px 52px;
}

.dn--hm6-button-13-width {
    padding: 20px 44px;
}

.dn--dp1-cash-on-delivery img {
    width: auto;
    max-width: 100%;
}

/* donate page End */

/* donate error page End */

.dn--error1-page-item-box {
    max-width: 1120px;
    margin: auto;
}

.dn--error1-page-img-box img {
    width: auto;
    max-width: 100%;
}

.dn--error1-page-link-box {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.dn--error2-page-item-box {
    max-width: 763px;
    margin: auto;
}

.dn--error3-page-link-box {
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
}

.dn--error3-page-item-box {
    display: flex;
    gap: 72px;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.dn--error4-page-item-box {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.dn--error4-page-img-box {
    width: 47%;
    height: 100%;

}

.dn--error4-page-contain-box {
    width: 47%;
    height: auto;
}

.dn--error3-page-link-form-box input {
    background-color: #f8f8f8;
}

.dn--error3-page-link-form-box input::placeholder {
    color: #8EC6FF;
}

.dn--error5-page {
    background: url(../images/dn--error-page/error-5-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dn--error5-page::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 35, 87, 0.9);
    z-index: -1;
}

.dn--error5-page-item-box {
    max-width: 894px;
    position: relative;
    z-index: 5;
    margin: auto;
}

.dn--error5-page-link-box {
    max-width: 664px;
    margin: auto;
}

.dn--error5-page-link-form-box-input {
    color: var(--white);
    height: 100px;
    background: #f8f8f833;
}

.dn--error5-page-link-form-box-input::placeholder {
    color: var(--white);
}

.dn--error6-page-item-box {
    max-width: 894px;
    margin: auto;
}


.dn--error6-page-timer-box {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.dn--error6-page-timer-1 {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}


/* donate error page End */

/* ====================== [ End Overlay ] ====================== */
/* Menu
-----------------------------------------------------------------*/
.navbar {
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid transparent;
    z-index: 999;
}

.navbar.nav-crev {
    width: calc(100% - 80px);
    left: 40px;
    top: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    min-height: auto;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.navbar.nav-crev.nav-scroll {
    background: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.05);
    padding: 0;
    position: fixed;
    top: -80px;
    -webkit-transform: translateY(80px) !important;
    -ms-transform: translateY(80px) !important;
    transform: translateY(80px) !important;
    left: 0;
    width: 100%;
    border-radius: 0;
}

.navbar.static {
    position: relative;
}

.navbar.main-bg {
    background: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.05);
}

.navbar.sub-bg {
    background: #1d1d1d;
    border-color: rgba(255, 255, 255, 0.05);
}

.navbar.bord {
    border-color: rgba(255, 255, 255, 0.05);
}

.navbar.blur {
    border-color: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}


.navbar .icon-bar {
    color: #242423;
}

.navbar .navbar-toggler {
    display: none;
}

.navbar .navbar-nav .nav-link {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
    color: #242423;
    padding: 20px 10px 15px 10px;
    margin: 0 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
    opacity: .5;
    transition: all .2s;
}

.navbar .navbar-nav .nav-link.current-menu,
.navbar .navbar-nav .nav-link:hover {
    opacity: 1;
    font-weight: 700;
}

.navbar .navbar-nav .nav-link .rolling-text {
    height: 30px;
    line-height: 30px;
}

.navbar .navbar-nav .dropdown-menu {
    padding: 20px 10px;
    border: 1px solid #fff;
}

.navbar .dropdown-menu {
    display: block;
    position: absolute;
    top: 175px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    color: #1d1d1d;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    min-width: 255px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.navbar .dropdown-menu.nav-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
    left: auto;
    right: 248px;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 18px;
    color: #242423;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 25px;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    opacity: .5;

}

.navbar .dropdown-menu .dropdown-item:hover {
    opacity: 1;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
    position: absolute;
    left: 248px;
    top: -15px;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
    width: 240px;
    padding: 20px 0px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.nav-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item .icon-arrow {
    position: absolute;
    right: 15px;
}

.navbar .dropdown-menu .dropdown-item:after {
    content: '';
    width: 0px;
    height: 2px;
    background: var(--black);
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
    padding-left: 30px;
    background: transparent;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
    width: 15px;
}

.navbar .no-relative {
    position: static;
}

.navbar .dropdown {
    position: static;
}

.navbar .mega-menu {
    width: 91%;
    position: absolute;
    left: 3vw;
    top: 175px;
    padding: 40px !important;
    border: 1px solid #393939;
    border-radius: 5px;
    overflow: hidden;
}

.navbar .mega-menu .title {
    margin-bottom: 20px;
}

.navbar .mega-menu .title .sub-title {
    font-weight: 600;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.navbar .mega-menu .dropdown-item {
    padding: 10px 0;
}

.navbar .mega-menu .dropdown-item:after {
    left: 0;
}

.navbar .mega-menu .dropdown-item:hover {
    padding-left: 20px;
}

.navbar .search-form {
    position: relative;
}

.navbar .search-form.open .form-group {
    opacity: 1;
    visibility: visible;
    bottom: -1px;
}

.navbar .search-form.open .search-icon .open-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar .search-form .form-group {
    position: absolute;
    right: 0;
    bottom: -35px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.navbar .search-form .form-group input {
    padding: 10px 55px 10px 15px;
    background: #fff;
    border: 0;
    border-radius: 5px;
}

.navbar .search-form .form-group button {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px 15px;
    background: #ccc;
    border: 0;
    border-radius: 5px;
}

.navbar .search-form .search-icon {
    position: relative;
    padding: 25px 30px;
    cursor: pointer;
}

.navbar .search-form .search-icon:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar .search-form .search-icon .close-search {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    display: none;
}

.navbar .search-form .search-icon .open-search {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar .menu-icon {
    padding: 25px 30px;
}

.navbar .dropdown-toggle:after {
    margin-left: 5px;
    vertical-align: middle;
}

.hamenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #1d1d1d;
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu .logo {
    position: absolute;
    top: 40px;
    left: 40px;
}

.hamenu .close-menu {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 4;
}

.hamenu .logo,
.hamenu .close-menu {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.hamenu.open .logo,
.hamenu.open .close-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.hamenu.open .menu-links .main-menu &gt; li .link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.hamenu.open .cont-info .item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.hamenu.open .menu-text .text {
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.hamenu.open .menu-text:after {
    height: 200vh;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.hamenu .menu-links {
    color: #fff;
    height: 100vh;
    padding-top: 140px;
    overflow: auto;
}

.hamenu .menu-links::-webkit-scrollbar {
    width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
    background: #111;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.hamenu .menu-links .main-menu {
    position: relative;
    z-index: 2;
}

.hamenu .menu-links .main-menu ul {
    margin: 0;
    padding: 0;
}

.hamenu .menu-links .main-menu &gt; li {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hamenu .menu-links .main-menu &gt; li .link {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 20px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    position: relative;
    display: block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.hamenu .menu-links .main-menu &gt; li .link i {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.02);
}

.hamenu .menu-links .main-menu &gt; li .link i:before {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
}

.hamenu .menu-links .main-menu &gt; li .link i:after {
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    top: calc(50% + 8px);
    left: calc(50% - 8px);
    background: #fff;
}

.hamenu .menu-links .main-menu &gt; li .link.dopen i:before {
    opacity: 0;
}

.hamenu .menu-links .main-menu &gt; li .link .fill-text {
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu &gt; li .link .fill-text:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
    -o-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
    transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu &gt; li:last-of-type .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hamenu .menu-links .main-menu &gt; li.hoverd .link .fill-text:after {
    width: 0;
}

.hamenu .menu-links .main-menu &gt; li .sub-dmenu {
    font-size: 30px;
    font-weight: 500;
    padding-left: 50px;
    text-transform: capitalize;
    letter-spacing: normal;
    border-color: rgba(255, 255, 255, 0.02);
    background: rgba(255, 255, 255, 0.009);
}

.hamenu .menu-links .main-menu .sub-menu {
    display: none;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.hamenu .menu-links .main-menu .sub-menu.no-bord {
    border-top: 0;
    padding: 0;
}

.hamenu .menu-links .main-menu .sub-menu li {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu li a {
    padding: 12px 12px 12px 40px;
    opacity: .6;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
    opacity: 1;
}

.hamenu .menu-links .main-menu .sub-menu2 {
    display: none;
    padding: 10px 0 20px;
}

.hamenu .menu-links .main-menu .sub-menu2 li {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu2 li a {
    padding: 12px 12px 12px 70px;
    opacity: .6;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.hamenu .menu-links .main-menu .sub-menu2 li a:hover {
    opacity: 1;
}

.hamenu .menu-text {
    position: relative;
    height: 100%;
}

.hamenu .menu-text .text {
    position: absolute;
    right: 25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.hamenu .menu-text .text h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 10vw;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    opacity: .02;
}

.hamenu .menu-text:after {
    content: '';
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    right: -30px;
    bottom: -75vh;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.hamenu .cont-info {
    padding-top: 140px;
    padding-left: 15px;
    position: relative;
    z-index: 3;
}

.hamenu .cont-info:after {
    content: '';
    width: 300%;
    height: 200vh;
    position: absolute;
    left: -30px;
    top: -75vh;
    background: #1a1a1a;
    z-index: -1;
}

.hamenu .cont-info .item {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.hamenu .cont-info .item h5 {
    font-size: 20px;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side li {
    list-style: none;
}


.dn--hm2-navbar-style {
    position: relative;
}

.dn--hm2-navbar-style .dropdown-menu {
    top: 80px;
}

.dn--hm2-navbar-style .mega-menu {
    width: 119%;
}

.dn--hm2-navbar-style .navbar-nav {
    justify-content: end;
    width: 100%;
}

.dn--hm2-navbar-style .navbar-nav .nav-link.current-menu, .navbar .navbar-nav .nav-link:hover {
    font-weight: 600;
}

.dn--hm3-navbar-style {
    z-index: 100;
    top: auto;
    position: initial;
}

.dn--hm3-navbar-style .navbar-nav {
    justify-content: center;
    width: 100%;
}

.dn--hm3-navbar-style .dropdown-menu {
    top: 85px;
}

.dn--hm3-navbar-style .mega-menu {
    width: 100%;
}

.dn--hm3-navbar-style .navbar-nav .nav-link {
    color: var(--Dark-blue);
    opacity: 0.7;
}

.dn--hm3-navbar-style .dropdown-menu .dropdown-item {
    color: var(--Dark-blue);
}

.dn--hm3-navbar-style .dropdown-menu .dropdown-item:after {
    background-color: var(--Dark-blue);
}


.dn--hm4-navbar-style {
    z-index: 100;
    top: auto;
    position: initial;
}

.dn--hm4-navbar-style .navbar-nav {
    justify-content: start;
    width: 100%;
}

.dn--hm4-navbar-style .dropdown-menu {
    top: 85px;
}

.dn--hm4-navbar-style .mega-menu {
    width: 100%;
}

.dn--hm4-navbar-style .navbar-nav .nav-link {
    color: var(--olive-green);
    opacity: 0.7;
}

.dn--hm4-navbar-style .dropdown-menu .dropdown-item {
    color: var(--olive-green);
}

.dn--hm4-navbar-style .dropdown-menu .dropdown-item:after {
    background-color: var(--olive-green);
}


.dn--hm5-navbar-style {
    z-index: 100;
    top: auto;
    position: initial;
}

.dn--hm5-navbar-style .navbar-nav {
    justify-content: start;
    width: 100%;
}

.dn--hm5-navbar-style .dropdown-menu {
    top: 95px;
}


.dn--hm5-navbar-style .navbar-nav .nav-link {
    color: var(--hm5-blue);
    opacity: 0.7;
}

.dn--hm5-navbar-style .dropdown-menu .dropdown-item {
    color: var(--hm5-blue);
}

.dn--hm5-navbar-style .dropdown-menu .dropdown-item:after {
    background-color: var(--hm5-blue);
}


.dn--hm6-navbar-style {
    z-index: 100;
    top: auto;
    position: initial;
}

.dn--hm6-navbar-style .navbar-nav {
    justify-content: center;
    width: 100%;
}

.dn--hm6-navbar-style .dropdown-menu {
    top: 85px;
}

.dn--hm6-navbar-style .mega-menu {
    width: 100%;
}

.dn--hm6-navbar-style .navbar-nav .nav-link {
    color: var(--hm6-black);
    opacity: 0.7;
}

.dn--hm6-navbar-style .dropdown-menu .dropdown-item {
    color: var(--hm6-black);
}

.dn--hm6-navbar-style .dropdown-menu .dropdown-item:after {
    background-color: var(--hm6-black);
}


.dn--all-page-navbar-style {
    z-index: 100;
    top: auto;
    position: initial;
}

.dn--all-page-navbar-style .navbar-nav {
    justify-content: center;
    width: 100%;
}

.dn--all-page-navbar-style .dropdown-menu {
    top: 137px;
}


.dn--all-page-navbar-style .navbar-nav .nav-link {
    color: var(--ab1-black);
    opacity: 0.7;
}

.dn--all-page-navbar-style .dropdown-menu .dropdown-item {
    color: var(--ab1-black);
}

.dn--all-page-navbar-style .dropdown-menu .dropdown-item:after {
    background-color: var(--ab1-black);
}

.dn--error-page-d-flex {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dn--hm6-donation-Select-box .nice-select .list {

    left: 15px;
    width: 100%;
}


#like-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

#like-button:hover {
    background-color: #45a049;
}

#like-count {
    margin-left: 10px;
    font-size: 18px;
}

.dt__heading-widget {
    font-family: 'ClashGrotesk-Semibold';
}

.dt__social-icon-widget {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}

a.dn-hm2-footer-icons-link-ul-a svg {
    width: 14px;
}

.dn--hm-4-our-cause-contain-box-ul li a svg {
    width: 14px;
}

.dn--hm-4-our-cause-contain-box-ul li a svg path {
    fill: var(--olive-green);
}

.dn--hm-4-our-cause-contain-box-ul li a:hover svg path {
    fill: var(--olive-green-hover);
}

span.dn--hm5--Potential--Card--icon svg {
    width: 56px;
}

.dn--hm5--Children--Education--left--item--icon i {
    width: 72px;
    height: 72px;
    background: #DCF4DF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}

.dn--hm6-header-right-shape {
    position: absolute;
    right: 0;
    top: 0;
}

span.dn--hm6-button-text-span svg {
    width: 16px;
}

.pagination_prev_li {
    margin-right: auto;
}

.pagination_next_li {
    margin-left: auto;
}

.dt__archive_blog_title {
    word-break: break-word;
}

.dt__archive_blog_title a:hover {
    color: var(--ab1-black);
}

.dn--bgd1-preview-link-ul li {
    color: var(--bg--blue);
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.dn--bgd1-preview-link-ul a {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg--blue);
    color: var(--white);
    font-size: 24px;
    border-radius: 50%;
    transition: all 0.60s;
}

.dn--bgd1-preview-link-ul a:hover {
    background-color: #FDF1EB;
    color: var(--bg--blue);
}

.dn--bgd1-preview-link-ul span {

}

.dn__related_post_item {
    word-break: break-word;
}

.dn_hm6_breadcrumb_new .dn--hm6-header-banner-title h2 {
    margin: 0 auto;
    font-size: 64px;
    line-height: 1.2;
}

.dn_hm6_breadcrumb_new.dn--hm6-header-banner-area {
    padding: 130px 0 40px 0;
    overflow: hidden;
}

.dn--hm6-header-main-img {
    z-index: 1;
    position: relative;
}

.dn_hm6_breadcrumb_new.dn--hm6-header-banner-area:before {
    content: "";
    background: rgba(20, 35, 87, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dn__post_feature_img {
    margin-bottom: 64px;
}

.dn__post_feature_img img {
    border-radius: 32px;
}

.dt__related_post {
    margin-bottom: 80px;
}

.comments .article .details {
    flex-wrap: wrap;
}

.comments .article .author-meta {
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 20px;
    flex-basis: calc(100% - 140px);
}

.comments .article .details .reply {
    flex-basis: 140px;
    flex-shrink: 0;
    text-align: right;
}

.comments .article .details &gt; p {
    flex-basis: 100%;
}

.comment-respond {
    margin-top: 75px;
    margin-bottom: 75px;
}

.dt__event_single_post_thumbnail_img img {
    border-radius: 24px;
}

.dn--evnd1-right-site-form [type="search"]::-webkit-search-cancel-button,
.dn--evnd1-right-site-form [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.search__breadcrumb {
    margin-top: 150px;
    text-align: center;
}

.search__breadcrumb h4 {
    font-family: var(--main-font);
    font-size: 64px;
    font-weight: 600;
    line-height: 70px;
    color: #212529;
}

.dt__cause_single_post_thumbnail_img img {
    border-radius: 16px;
}

.root-data-givewp-embed {
    margin: 160px 0;
}

.root-data-givewp-embed .givewp-donation-form {
    gap: 32px;
}

p.logged-in-as {
    margin-bottom: 20px;
}

.wp-block-button {
    margin-bottom: 24px;
    margin-top: 24px;
}

.alignright {
    clear: both;
}

h2.elementor-heading-title.dt__heading-widget.elementor-size-default{
    font-family: 'ClashGrotesk-Semibold';
}
.fundra-single-post p{
    font-size: 24px;
    line-height: 2;
}
.dn--evn1-post-contain-box-ul li span {
    margin-right: 10px;
}</pre></body></html>