@charset "UTF-8";

@import url("../css-w/bootstrap.min.css");
@import url("../fonts/css/all.min.css");
@import url("../fonts/css/flag-icons.min.css");
@import url("../fonts/css/charifund.css");
@import url("../css-w/magnific-popup.css");
@import url("../css-w/aos.css");
@import url("../css-w/nice-select.css");
@import url("../css-w/odometer.css");
@import url("../css-w/swiper-bundle.min.css");
@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/webfonts/recoleta-font-family.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi';
    src: url('../fonts/webfonts/Satoshi-Black.otf') format('opentype');
    src: url('../fonts/webfonts/Satoshi-BlackItalic.otf') format('opentype');
    src: url('../fonts/webfonts/Satoshi-Bold.otf') format('opentype');
    src: url('../fonts/webfonts/Satoshi-BoldItalic.otf') format('opentype');
    src: url('../fonts/webfonts/Satoshi-Italic.otf') format('opentype');
    src: url('../fonts/webfonts/Satoshi-Light.otf') format('opentype');
    src: url('../fonts/webfonts/Satoshi-LightItalic.otf') format('opentype');
    src: url('../fonts/webfonts/Satoshi-Medium.otf') format('opentype');
    src: url('../fonts/webfonts/Satoshi-MediumItalic.otf') format('opentype');
    src: url('../fonts/webfonts/Satoshi-Regular.otf') format('opentype');
}

@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap");
 

:root {
    --nunito: "Nunito", sans-serif;
    --nunito-sans: "Nunito Sans", sans-serif;
    --caveat: "Caveat", cursive;
    --outfit: "Outfit", sans-serif;
    --recoleta: "Recoleta", sans-serif;
    --satoshi: "Satoshi", sans-serif;
    --kumbh: "Kumbh Sans", sans-serif;
    --template-font: var(--nunito);
    --template-bg: #ffffff;
    --template-color: #667471;
    --white: #ffffff;
    --black: #000000;
    --primary-color: #008744;
    --secondary-color: #122f2a;
    --tertiary-color: #046a58;
    --quaternary-color: #008744;
    --quinary-color: #061408;
    --septenary-color: #0c141f;
    --senary-color: #d9d9d9;
    --hover-color: #6b5103;
    --transition: all 0.5s ease;
    --shadow: 0px 10px 25px 0px rgba(37, 42, 52, 0.08);
    --shadow-secondary: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --shadow-tertiary: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    --primary-six: #479F10;
    --primary-six-title: #0B3D19;
    --primary-six-light: #0B3D19;
    --primary-seven-heading: #0E253A;
    --primary-seven-text: #4B5563;
    --primary-seven-body: #fcf8ed;
    --primary-eight: #ED5A2F;
}

.recoleta-font {
    font-family: var(--recoleta);
}

.satoshi-font {
    font-family: var(--satoshi);
}
 

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

*::-moz-selection {
    color: #ffffff;
    background-color: #1770c8;
}

*::selection {
    color: #ffffff;
    background-color: #1770c8;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    font-family: var(--template-font);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--template-color);
    background-color: var(--template-bg);
    overflow-x: clip;
    /* text-transform: capitalize; */
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background-color: #b5c8d4;
    border-radius: 5px;
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
    background-color: #076051;
    border-radius: 5px;
}

.body-active {
    height: 100vh;
    overflow: clip;
}

button {
    background-color: transparent;
    border: 0px;
    outline: 0px;
}

a,
button {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    outline: 0px;
    border: 0px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer;
    color: var(--template-color);
}

a i,
a span,
button i,
button span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

a:hover,
button:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px;
}

a:focus,
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0px;
}

ul,
ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

hr,
blockquote,
textarea {
    margin: 0px;
    opacity: 1;
}

input,
textarea {
    border: 0px;
    outline: 0px;
}

input:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type=checkbox] {
    width: initial;
    height: initial;
}

textarea {
    min-height: 150px;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

iframe {
    border: 0px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
    color: var(--template-color);
    font-family: var(--nunito);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--nunito);
}

/* ==== 
 --------- (2.01) reset styles end ---------
 ==== */

/* ==== 
 --------- (2.02) typography styles start ---------
 ==== */

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--template-color);
}

a,
button {
    font-size: 16px;
    line-height: 24px;
}

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

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--nunito);
}

/* ==== 
 --------- (2.02) typography styles end ---------
 ==== */

/* ==== 
 --------- (2.03) global styles start ---------
 ==== */

img {
    max-width: 100%;
    height: auto;
    border: 0px;
    outline: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

span {
    display: inline-block;
}

.gutter-12 {
    row-gap: 12px;
}

.gutter-24 {
    row-gap: 24px;
}

.gutter-30 {
    row-gap: 30px;
}

.gutter-40 {
    row-gap: 40px;
}

.gutter-60 {
    row-gap: 60px;
}

.gutter-80 {
    row-gap: 80px;
}

div {
    line-height: 0px !important;
}

.cursor-outer {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--quaternary-color);
    background-color: var(--quaternary-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
    opacity: 0.14;
}

.cursor-outer.cursor-big {
    opacity: 0;
}

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
}

.cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--quaternary-color);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
    color: var(--theme-color);
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #686363;
    opacity: 0;
}

.progress-wrap {
    position: fixed;
    inset-inline-end: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    padding: 6px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-color: #acd5ce;
    -webkit-box-shadow: inset 0 0 0 8px #acd5ce;
    box-shadow: inset 0 0 0 8px #acd5ce;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 99;
    overflow: hidden;
}

.progress-wrap span {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background-color: var(--white);
    border-radius: 50%;
    overflow: hidden;
}

.progress-wrap span::after {
    content: "\f176";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    border-radius: 50%;
    color: #076051;
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 200%);
    -ms-transform: translate(-50%, 200%);
    transform: translate(-50%, 200%);
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap span::before {
    position: absolute;
    content: "\f176";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    border-radius: 50%;
    color: #076051;
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover span::before {
    -webkit-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
}

.progress-wrap:hover span::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.progress-wrap path {
    fill: none;
}

.progress-wrap .progress-circle path {
    stroke: #076051;
    stroke-width: 4;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pt-200 {
    padding-top: 200px !important;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.social a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.72);
}

.social a:hover {
    color: var(--base-color);
}

.search-popup {
    position: fixed;
    inset-inline-start: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    inset-inline-start: 15px;
    inset-inline-end: 15px;
    margin: -35px auto 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-popup .search-popup__group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .search-popup__group input {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: var(--black);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: var(--white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-padding-end: 80px;
    padding-inline-end: 80px;
    border-radius: 5px;
}

.search-popup .search-popup__group button {
    color: var(--secondary-color);
}

.search-popup .search-popup__group button:hover {
    color: var(--hover-color);
}

.search-popup button {
    position: absolute;
    inset-inline-end: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: var(--white);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-popup .close-search {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--base-color);
    width: 70px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid var(--white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    color: var(--black);
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
    color: var(--black);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-active .search-popup {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0;
}

.search-active .search-popup form {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.section__header {
    margin-bottom: 34px;
}

.section__header span {
    font-weight: 700;
    color: var(--quaternary-color);
}

.section__header h2 {
    color: var(--secondary-color);
    font-weight: 800;
    margin-top: 15px;
}

.section__header h2 span {
    color: var(--base-color);
}

.section__header p {
    font-weight: 500;
    max-width: 780px;
    margin-inline: auto;
    margin-top: 20px;
}

.section__header-secondary {
    margin-bottom: 40px;
}

.section__header-light {
    margin-bottom: 40px;
}

.section__header-light span {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    margin-top: -8px;
}

.section__header-light h2 {
    color: var(--white);
    font-weight: 600;
    margin: 16px 0px 30px;
}

.section__header-light .icon-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
}

.section__header-light .icon-thumb .icon-thumb-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 3px;
    line-height: 0px;
    padding-bottom: 4px;
}

.section__header-light .icon-thumb .icon-thumb-single:nth-of-type(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section__header-light .icon-thumb span {
    width: 70px;
    height: 1px;
    background-color: var(--white);
    display: inline-block;
    line-height: 0px;
}

.section__header-light .icon-thumb span:nth-of-type(2) {
    width: 56px;
}

.section__content .sub-title {
    color: var(--quaternary-color);
}

.section__content h2 {
    font-weight: 800;
    color: var(--secondary-color);
    margin-top: 16px;
}

.section__content h2 span {
    color: var(--base-color);
}

.section__content p {
    margin-top: 10px;
    max-width: 630px;
}

.video-btn-wrapper {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}

.video-btn-wrapper .open-video-popup {
    width: 80px;
    height: 80px;
    background: var(--base-color);
    border-radius: 100%;
    position: relative;
    -webkit-animation: pulse-shadow 3s 2s linear infinite;
    animation: pulse-shadow 3s 2s linear infinite;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.video-btn-wrapper .open-video-popup i {
    font-size: 20px;
    color: var(--secondary-color);
}

@-webkit-keyframes pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
    }
}

@keyframes pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
    }
}

.pagination-one .swiper-pagination-bullets {
    text-align: center;
}

.pagination-one .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--white);
    border: 1px solid #707070;
    border-radius: 0px;
    opacity: 1;
    margin: 0px 5px;
}

.pagination-one .swiper-pagination-bullet-active {
    background-color: var(--base-color);
    border-radius: 50%;
}

.slider-navigation-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    height: 100%;
}

.slider-navigation-two button {
    padding: 12px;
    background-color: var(--white);
    color: var(--base-color);
    font-size: 16px;
    font-weight: 700;
}

.slider-navigation-two button span {
    line-height: 1;
    font-weight: 700;
}

.slider-navigation-two button i {
    font-size: 16px;
}

.slider-navigation-two .prev-testimonial,
.slider-navigation-two .prev-area,
.slider-navigation-two .prev-testimonial-t,
.slider-navigation-two .prev-team-t,
.slider-navigation-two .prev-slide {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.slider-navigation-two .prev-testimonial span,
.slider-navigation-two .prev-area span,
.slider-navigation-two .prev-testimonial-t span,
.slider-navigation-two .prev-team-t span,
.slider-navigation-two .prev-slide span {
    display: none;
}

.slider-navigation-two .active span {
    display: block;
}

.slider-navigation-two .next-testimonial-t,
.slider-navigation-two .next-team-t {
    border: 1px solid var(--base-color);
}

.slider-navigation-two .prev-testimonial-t,
.slider-navigation-two .prev-team-t {
    border: 1px solid var(--quaternary-color);
}

.breadcrumb {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb .breadcrumb-item,
.breadcrumb a {
    color: #ffffff;
}

.breadcrumb a:hover {
    color: var(--white);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    color: var(--white);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    -webkit-padding-end: 12px;
    padding-inline-end: 12px;
    font-size: 20px;
    content: "::";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #ffffff;
    margin-top: -2px;
}

.breadcrumb .active {
    color: var(--white) !important;
}

.main-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.main-pagination button,
.main-pagination a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #9eb3af;
    background-color: transparent;
    color: var(--black);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-weight: 800;
    font-size: 14px;
}

.main-pagination button:hover,
.main-pagination a:hover {
    border-color: var(--base-color);
    background-color: var(--base-color);
    color: var(--black);
}

.main-pagination .active {
    border-color: var(--base-color);
    background-color: var(--base-color);
    color: var(--black);
}

.main-pagination button {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.main-pagination button:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.parallax-image {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.parallax-image-wrap,
.parallax-image-inner {
    border-radius: inherit;
}

.title-animation {
    /*text-transform: lowercase !important;*/
}

.title-animation>div>div:nth-child(1) {
    text-transform: uppercase;
}

.title-animation>span>div>div:nth-child(1) {
    text-transform: uppercase;
}

.off-canvas {
    position: fixed;
    inset-inline-start: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    min-height: 100vh;
    background-color: var(--white);
    z-index: 999999;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    -webkit-border-end: 5px solid var(--quaternary-color);
    border-inline-end: 5px solid var(--quaternary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.off-canvas .off-canvas__inner {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.off-canvas .off-canvas__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.off-canvas .off-canvas__head button {
    background-color: transparent;
    font-size: 24px;
    color: var(--quaternary-color);
}

.off-canvas .offcanvas__search {
    width: 100%;
}

.off-canvas .offcanvas__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--black);
}

.off-canvas .offcanvas__search form input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 0px;
    color: var(--black);
}

.off-canvas .offcanvas__search form input::-webkit-input-placeholder {
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
}

.off-canvas .offcanvas__search form input::-moz-placeholder {
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
}

.off-canvas .offcanvas__search form input:-ms-input-placeholder {
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
}

.off-canvas .offcanvas__search form input::-ms-input-placeholder {
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
}

.off-canvas .offcanvas__search form input::placeholder {
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
}

.off-canvas .offcanvas__search form button {
    background-color: transparent;
    font-size: 20px;
    color: var(--base-color);
}

.off-canvas .off-canvas__contact {
    width: 100%;
    text-align: start;
}

.off-canvas .off-canvas__contact h5 {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.off-canvas .off-canvas__contact .single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
}

.off-canvas .off-canvas__contact .single span {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--quaternary-color);
    color: var(--quaternary-color);
}

.off-canvas .off-canvas__contact .single a {
    color: var(--black);
    text-transform: lowercase;
}

.off-canvas .off-canvas__contact .single a:hover {
    color: var(--quaternary-color);
}

.off-canvas .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
}

.off-canvas .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--black);
    color: var(--white);
    font-size: 14px;
}

.off-canvas .social a:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.off-canvas-active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.off-canvas-backdrop {
    position: fixed;
    top: 0px;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.5921568627);
    z-index: 99;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.off-canvas-backdrop-active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.sidebar-cart {
    background: var(--black);
    color: var(--white);
    padding: 15px 15px 0 15px;
    position: fixed;
    display: block;
    width: 320px;
    height: 100vh;
    z-index: 99999;
    top: 0;
    inset-inline-end: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sidebar-cart .close-cart {
    height: 16px;
    width: 16px;
    margin: 0 0 15px 0;
    text-decoration: none;
    position: absolute;
    top: 20px;
    inset-inline-start: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    border: 0px;
    outline: 0px;
}

.sidebar-cart .close-cart .close-icon {
    width: 16px;
    height: 16px;
    background: var(--white);
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.sidebar-cart h2 {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    margin: 5px 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar-cart h2 span.count {
    color: var(--secondary-color);
    background: var(--white);
    padding: 8px;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    position: relative;
    top: -1px;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -4px;
}

.sidebar-cart .cart-items {
    margin-top: 30px;
}

.sidebar-cart .cart-item-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 24px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
    -webkit-padding-end: 24px;
    padding-inline-end: 24px;
    position: relative;
}

.sidebar-cart .cart-item-single .delete-item {
    position: absolute;
    top: 50%;
    inset-inline-end: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white);
    background-color: transparent;
    font-size: 20px;
}

.sidebar-cart .cart-item-single .delete-item:hover {
    color: var(--base-color);
}

.sidebar-cart .cart-item-single .cart-item-thumb a {
    width: 80px;
    height: 100px;
}

.sidebar-cart .cart-item-single .cart-item-thumb a img {
    width: 100%;
    height: 100%;
}

.sidebar-cart .cart-item-single .h6 a {
    font-weight: 600;
    color: var(--white);
    font-size: 18px;
}

.sidebar-cart .cart-item-single .h6 a:hover {
    color: var(--base-color);
}

.sidebar-cart .cart-item-single .price {
    font-weight: 600;
    font-size: 14px;
    color: var(--white);
}

.sidebar-cart .cart-item-single .measure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.sidebar-cart .cart-item-single .measure button {
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: var(--base-color);
    color: var(--secondary-color);
    font-size: 14px;
}

.sidebar-cart .cart-item-single .item-quantity {
    min-width: 16px;
    color: var(--white);
    font-weight: 700;
    text-align: center;
}

.sidebar-cart .der {
    height: calc(100% - 140px);
    overflow-y: auto;
}

.sidebar-cart div.totals {
    position: absolute;
    bottom: 80px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: 45px;
    background: var(--white);
    border-bottom: 1px solid var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.sidebar-cart div.totals div.subtotal,
.sidebar-cart div.totals div.shipping,
.sidebar-cart div.totals div.tax {
    padding: 15px;
    text-align: center;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-cart div.totals div.subtotal span.amount,
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping span.amount,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax span.amount,
.sidebar-cart div.totals div.tax .total-price {
    color: var(--secondary-color);
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    font-weight: 700;
}

.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax .total-price {
    margin: 0px;
}

.sidebar-cart div.totals div.subtotal span.label,
.sidebar-cart div.totals div.shipping span.label,
.sidebar-cart div.totals div.tax span.label {
    color: var(--secondary-color);
    font-weight: 700;
}

.sidebar-cart div.action-buttons {
    padding: 0;
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 80px;
    background: var(--white);
    display: block;
    white-space: nowrap;
}

.sidebar-cart div.action-buttons a.view-cart-button,
.sidebar-cart div.action-buttons a.checkout-button {
    display: inline-block;
    padding: 10px;
    margin: 20px 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.sidebar-cart div.action-buttons a.view-cart-button {
    background: var(--black);
    border-color: var(--secondary-color);
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    color: var(--base-color);
    width: 80px;
}

.sidebar-cart div.action-buttons a.checkout-button {
    border-color: var(--secondary-color);
    background: var(--black);
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    color: var(--white);
    width: 200px;
}

.sidebar-cart-active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.cart-backdrop {
    position: fixed;
    top: 0px;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.5921568627);
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.cart-backdrop-active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.sub-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-family: var(--caveat);
    color: var(--base-color);
    font-size: 20px;
    line-height: 34px;
    margin-top: -8px;
    font-weight: 800;
}

.cta {
    margin-top: 45px;
}

.slider-navigation .slider-btn {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 20px;
}

.slider-navigation .slider-btn:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.slider-navigation .slider-btn-next {
    background-color: var(--base-color);
    color: var(--black);
}

.slider-navigation .slider-btn-next:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}

.bottom-line {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%23FBAD17' stroke-width='4'/%3E %3C/svg%3E");
}

.pagination-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-one .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d6d1d1;
    opacity: 1;
    border: 0px solid transparent;
    display: inline-block;
}

.pagination-one .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    border: 1px solid var(--quaternary-color);
    background-color: transparent;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-one .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--quaternary-color);
    border-radius: 50%;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e9e9e9;
    border-radius: 10px;
    position: relative;
}

.progress-bar .progress-bar-percent {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: var(--base-color);
    border-radius: inherit;
}

.section__cta .btn--primary {
    padding: 18px 50px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.section__cta .btn--primary::before,
.section__cta .btn--primary::after {
    border-radius: 0px;
}

.section__cta .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.section__cta .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.privacy {
    padding: 100px 0px;
    background-color: var(--white);
}

.privacy .privacy-group {
    margin-bottom: 60px;
    margin-top: -7px;
}

.privacy .privacy-group:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.privacy .privacy-group h3 {
    font-weight: 600;
    color: var(--black);
}

.privacy .privacy-group p {
    margin-top: 20px;
    font-size: 18px;
}

/* ==== 
 --------- (2.03) global styles end ---------
 ==== */

/* ==== 
 --------- (3.01) buttons styles start ---------
 ==== */

.btn--primary {
    padding: 13px 24px;
    background-color: var(--base-color);
    color: var(--black);
    position: relative;
    font-weight: 800;
    z-index: 1;
    gap: 16px;
    overflow: hidden;
}

.btn--primary svg {
    width: 25px;
    height: 25px;
}

.btn--primary path {
    fill: black;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.btn--primary::before,
.btn--primary::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    inset-inline-start: 0px;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--base-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: -1;
}

.btn--primary::after {
    inset-inline-start: unset;
    inset-inline-end: 0px;
}

.btn--primary:hover {
    color: var(--white);
    background-color: var(--quaternary-color);
}

.btn--primary:hover path {
    fill: white;
}

.btn--primary:hover::before,
.btn--primary:hover::after {
    width: 0%;
}

.btn--secondary {
    padding: 13px 30px;
    background-color: var(--secondary-color);
    color: var(--white);
    position: relative;
    font-weight: 700;
    z-index: 1;
    gap: 14px;
    overflow: hidden;
    border-radius: 60px;
}

.btn--secondary svg {
    width: 25px;
    height: 25px;
}

.btn--secondary path {
    fill: white;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.btn--secondary::before,
.btn--secondary::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    inset-inline-start: 0px;
    width: 50%;
    height: 100%;
    border-radius: 0px;
    background-color: var(--secondary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: -1;
}

.btn--secondary::after {
    inset-inline-start: unset;
    inset-inline-end: 0px;
}

.btn--secondary:hover {
    color: var(--secondary-color);
    background-color: var(--base-color);
}

.btn--secondary:hover path {
    fill: var(--secondary-color);
}

.btn--secondary:hover::before,
.btn--secondary:hover::after {
    width: 0%;
}

.btn--tertiary {
    padding: 13px 24px;
    background-color: rgba(255, 255, 255, 0.04);
    color: var(--white);
    position: relative;
    font-weight: 800;
    z-index: 1;
    gap: 16px;
    overflow: hidden;
}

.btn--tertiary::before,
.btn--tertiary::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    inset-inline-start: 0px;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.04);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: -1;
}

.btn--tertiary::after {
    inset-inline-start: unset;
    inset-inline-end: 0px;
}

.btn--tertiary:hover {
    color: var(--black);
    background-color: var(--base-color);
}

.btn--tertiary:hover::before,
.btn--tertiary:hover::after {
    width: 0%;
}

/* ==== 
 --------- (3.01) buttons styles end ---------
 ==== */

/* ==== 
 --------- (3.02) forms styles start ---------
 ==== */

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.input-group .input-single {
    width: 100%;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 9px 16px;
    background-color: var(--white);
    border: 1px solid #707070;
    color: var(--quaternary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: var(--base-color);
}

.input-group input::-webkit-input-placeholder,
.input-group textarea::-webkit-input-placeholder {
    color: var(--quaternary-color);
}

.input-group input::-moz-placeholder,
.input-group textarea::-moz-placeholder {
    color: var(--quaternary-color);
}

.input-group input:-ms-input-placeholder,
.input-group textarea:-ms-input-placeholder {
    color: var(--quaternary-color);
}

.input-group input::-ms-input-placeholder,
.input-group textarea::-ms-input-placeholder {
    color: var(--quaternary-color);
}

.input-group input::placeholder,
.input-group textarea::placeholder {
    color: var(--quaternary-color);
}

.input-group textarea {
    min-height: 300px;
}

.contact__form .input-single,
.checkout__form .input-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 0px 16px;
    border-radius: 8px !important;
    border: 2px solid #7e7e7e;
    background: #046150;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px;
}

.contact__form .input-single:nth-last-of-type(1),
.checkout__form .input-single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.contact__form .input-single input,
.contact__form .input-single textarea,
.contact__form .input-single .nice-select,
.checkout__form .input-single input,
.checkout__form .input-single textarea,
.checkout__form .input-single .nice-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: transparent;
    color: var(--white);
    border: 0px;
    padding: 13px 0px;
}

.contact__form .input-single input::-webkit-input-placeholder,
.contact__form .input-single textarea::-webkit-input-placeholder,
.contact__form .input-single .nice-select::-webkit-input-placeholder,
.checkout__form .input-single input::-webkit-input-placeholder,
.checkout__form .input-single textarea::-webkit-input-placeholder,
.checkout__form .input-single .nice-select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5647058824);
}

.contact__form .input-single input::-moz-placeholder,
.contact__form .input-single textarea::-moz-placeholder,
.contact__form .input-single .nice-select::-moz-placeholder,
.checkout__form .input-single input::-moz-placeholder,
.checkout__form .input-single textarea::-moz-placeholder,
.checkout__form .input-single .nice-select::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5647058824);
}

.contact__form .input-single input:-ms-input-placeholder,
.contact__form .input-single textarea:-ms-input-placeholder,
.contact__form .input-single .nice-select:-ms-input-placeholder,
.checkout__form .input-single input:-ms-input-placeholder,
.checkout__form .input-single textarea:-ms-input-placeholder,
.checkout__form .input-single .nice-select:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5647058824);
}

.contact__form .input-single input::-ms-input-placeholder,
.contact__form .input-single textarea::-ms-input-placeholder,
.contact__form .input-single .nice-select::-ms-input-placeholder,
.checkout__form .input-single input::-ms-input-placeholder,
.checkout__form .input-single textarea::-ms-input-placeholder,
.checkout__form .input-single .nice-select::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5647058824);
}

.contact__form .input-single input::placeholder,
.contact__form .input-single textarea::placeholder,
.contact__form .input-single .nice-select::placeholder,
.checkout__form .input-single input::placeholder,
.checkout__form .input-single textarea::placeholder,
.checkout__form .input-single .nice-select::placeholder {
    color: rgba(255, 255, 255, 0.5647058824);
}

.contact__form .input-single i,
.checkout__form .input-single i {
    font-size: 18px;
    color: var(--base-color);
}

.contact__form .alter-input,
.checkout__form .alter-input {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact__form .alter-input i,
.checkout__form .alter-input i {
    margin-top: 20px;
}

.contact__form .input-group,
.checkout__form .input-group {
    margin-bottom: 30px;
}

.contact__form .input-group .input-single,
.checkout__form .input-group .input-single {
    margin-bottom: 0px;
}

.contact__form .form-cta,
.checkout__form .form-cta {
    margin-top: 40px;
}

.contact__form .btn--primary,
.checkout__form .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
    background-color: var(--black);
}

.contact__form .btn--primary::before,
.contact__form .btn--primary::after,
.checkout__form .btn--primary::before,
.checkout__form .btn--primary::after {
    border-radius: 0px;
}

.contact__form .btn--primary i,
.checkout__form .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.contact__form .btn--primary:hover,
.checkout__form .btn--primary:hover {
    color: var(--white);
}

.contact__form .btn--primary:hover i,
.checkout__form .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.contact__form .input-single {
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.checkout__form .input-group .input-single {
    width: 100%;
}

.checkout__form .input-single {
    padding: 0px 20px;
    background-color: #efefef;
    border: 0px solid transparent;
}

.checkout__form .input-single input,
.checkout__form .input-single textarea {
    color: var(--black);
}

.checkout__form .input-single input::-webkit-input-placeholder,
.checkout__form .input-single textarea::-webkit-input-placeholder {
    color: #667471;
}

.checkout__form .input-single input::-moz-placeholder,
.checkout__form .input-single textarea::-moz-placeholder {
    color: #667471;
}

.checkout__form .input-single input:-ms-input-placeholder,
.checkout__form .input-single textarea:-ms-input-placeholder {
    color: #667471;
}

.checkout__form .input-single input::-ms-input-placeholder,
.checkout__form .input-single textarea::-ms-input-placeholder {
    color: #667471;
}

.checkout__form .input-single input::placeholder,
.checkout__form .input-single textarea::placeholder {
    color: #667471;
}

.checkout__form .input-single i {
    color: #adadad;
}

.checkout__form .nice-select {
    z-index: 9999 !important;
}

.checkout__form .btn--primary {
    width: 100%;
    border-radius: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__newsletter-form {
    margin-top: 40px;
}

.footer__newsletter-form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

.footer__newsletter-form form .input-icon {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.footer__newsletter-form form input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1.2px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: white;
}

.footer__newsletter-form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.footer__newsletter-form form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.footer__newsletter-form form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.footer__newsletter-form form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.footer__newsletter-form form input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.footer__newsletter-form form input:focus {
    border-color: var(--base-color);
}

.footer__newsletter-form form button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 8px;
    min-width: 150px;
}

.footer__newsletter-form form button::before {
    border-radius: inherit;
}

.input-icon {
    position: relative;
}

.input-icon input {
    -webkit-padding-start: 44px !important;
    padding-inline-start: 44px !important;
}

.input-icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-start: 16px;
}

.footer-two__newsletter-form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.footer-two__newsletter-form form .input-icon {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.footer-two__newsletter-form form input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--white);
    color: var(--secondary-color);
}

.footer-two__newsletter-form form input::-webkit-input-placeholder {
    color: var(--template-color);
}

.footer-two__newsletter-form form input::-moz-placeholder {
    color: var(--template-color);
}

.footer-two__newsletter-form form input:-ms-input-placeholder {
    color: var(--template-color);
}

.footer-two__newsletter-form form input::-ms-input-placeholder {
    color: var(--template-color);
}

.footer-two__newsletter-form form input::placeholder {
    color: var(--template-color);
}

.footer-two__newsletter-form form button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 8px;
    min-width: 60px;
    height: 54px;
}

.footer-two__newsletter-form form button::before,
.footer-two__newsletter-form form button::after {
    border-radius: 0px;
}

/* ==== 
 --------- (3.02) forms styles end ---------
 ==== */

/* ==== 
 --------- (3.03) preloader styles start ---------
 ==== */

.preloader {
    background-color: var(--black);
    position: fixed;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    inset: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.preloader i {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-size: 40px;
    color: var(--black);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: flipY 3s linear infinite;
    animation: flipY 3s linear infinite;
}

.preloader p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#008744), color-stop(#0057E7), color-stop(#D62D20), to(#FFA700));
    background: linear-gradient(90deg, #008744, #0057E7, #D62D20, #FFA700);
    background-size: 300%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    -webkit-animation: moveBg 5s ease-in-out infinite;
    animation: moveBg 5s ease-in-out infinite;
}

@-webkit-keyframes flipY {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes flipY {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes moveBg {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes moveBg {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* ==== 
 --------- (3.03) preloader styles end ---------
 ==== */

/* ==== 
 --------- (4.01) header styles start ---------
 ==== */

.topbar {
    background-color: var(--secondary-color);
    padding-top: 11px;
    padding-bottom: 24px;
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
}

.topbar .topbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topbar .topbar__list li {
    line-height: 0px;
}

.topbar .topbar__list li:nth-of-type(1) i {
    font-size: 18px;
    margin-bottom: -2px;
}

.topbar .topbar__list a {
    font-size: 15px;
    line-height: 25px;
    color: var(--white);
    font-weight: 500;
    gap: 8px;
    text-transform: lowercase;
}

.topbar .topbar__list a i {
    color: var(--base-color);
}

.topbar .topbar__list a:hover {
    color: var(--base-color);
}

.topbar .topbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topbar .select {
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    z-index: 999;
}

.topbar .select .option {
    padding-inline: 18px !important;
}

.topbar .select::after {
    right: unset;
    inset-inline-end: 0px !important;
    width: 7px;
    height: 7px;
    border-color: var(--white);
    margin-top: -5px;
}

.topbar .select .option,
.topbar .select .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 0px;
}

.topbar .select .option span,
.topbar .select .option i,
.topbar .select .current span,
.topbar .select .current i {
    width: 30px;
    height: 20px;
}

.topbar .select .current {
    color: var(--white);
    line-height: 1;
}

.topbar .select .list {
    padding: 12px 0px;
}

.topbar--secondary {
    padding: 0px;
    background-color: var(--white);
}

.topbar--secondary .topbar__inner {
    padding: 12px 24px 13px;
    width: calc(100% - 80px);
    margin-inline: auto;
    border-radius: 0px 0px 20px 17px;
    background-color: var(--secondary-color);
}

.topbar--secondary .container {
    max-width: 1800px !important;
}

.topbar--secondary .topbar__extra {
    direction: ltr;
}

.topbar--secondary .topbar__extra p {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.topbar--secondary .topbar__extra p i {
    font-size: 18px;
    color: var(--base-color);
}

.topbar--secondary .topbar__list,
.topbar--secondary .topbar__items {
    gap: 20px;
}

.topbar--secondary .country-select .current i {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 4px solid rgba(88, 88, 88, 0.92);
    border-radius: 50%;
}

.topbar--tertiary {
    background-color: #ececec;
    overflow: hidden;
    padding: 0px;
}

.topbar--tertiary .container {
    max-width: 1564px !important;
}

.topbar--tertiary .topbar__list a,
.topbar--tertiary .topbar__items a {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

.topbar--tertiary .topbar__list a i,
.topbar--tertiary .topbar__items a i {
    color: var(--hover-color);
    margin-bottom: 0px !important;
    font-size: 20px;
}

.topbar--tertiary .topbar__list a:hover,
.topbar--tertiary .topbar__items a:hover {
    color: var(--hover-color);
}

.topbar--tertiary .topbar__list li:nth-of-type(2) a i,
.topbar--tertiary .topbar__items li:nth-of-type(2) a i {
    margin-bottom: -2px !important;
}

.topbar--tertiary .topbar__items {
    position: relative;
    z-index: 1;
}

.topbar--tertiary .topbar__items::before {
    content: "";
    position: absolute;
    inset-inline-start: 100%;
    z-index: -1;
    min-width: 400%;
    height: 100%;
    background-color: var(--base-color);
}

.topbar--tertiary .topbar__items p {
    line-height: 1;
}

.topbar--tertiary .topbar__items .social {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}

.topbar--tertiary .topbar__items .social::before {
    content: "";
    position: absolute;
    inset-inline-start: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--base-color);
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.topbar--tertiary .topbar__items .social a {
    color: var(--secondary-color);
}

.topbar--tertiary .topbar__items .social a i {
    color: inherit;
    font-size: 18px !important;
}

.topbar--tertiary .topbar__items .social a:hover {
    color: var(--hover-color);
}

.header {
    z-index: 99;
}

.header .main-header__menu-box {
    padding-top: 27px;
    padding-bottom: 27px;
    position: relative;
    background-color: var(--white);
}

.header .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header .navbar-logo img {
    max-width: 160px;
    height: 36px;
}

.header .navbar__menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-margin-start: -15px;
    margin-inline-start: -15px;
}

.header .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .navbar__item a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 42px 15px;
    width: 100%;
    line-height: 1;
    color: #16171a;
}

.header .navbar__item a:hover {
    color: var(--hover-color);
}

.header .navbar__item .dropdown-label-alter {
    position: relative;
}

.header .navbar__item .dropdown-label-alter::before {
    content: "";
    position: absolute;
    bottom: 0px;
    inset-inline-start: 50%;
    border: 10px solid transparent;
    border-bottom-color: var(--hover-color);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.header .navbar__item:hover .dropdown-label-alter::before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

.header .navbar__item--has-children {
    position: relative;
}

.header .navbar__item--has-children:hover>.navbar__dropdown-label {
    color: var(--hover-color);
}

.header .navbar__item--has-children:hover>.navbar__dropdown-label::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .navbar__item--has-children:hover>.navbar__dropdown-label-sub::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header .navbar__item--has-children:hover>.navbar__sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
}

.header .navbar__dropdown-label {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .navbar__dropdown-label::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    border: none;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    font-size: inherit;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header .navbar__sub-menu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0px;
    min-width: 230px;
    max-width: 260px;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    pointer-events: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 20px 0px;
    border-radius: 5px;
    z-index: 9;
}

.header .navbar__sub-menu li:nth-last-of-type(1)>a {
    border-bottom: 0px;
}

.header .navbar__sub-menu a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    color: var(--black);
    position: relative;
    font-size: 15px;
    border-bottom: 1px solid rgba(228, 218, 218, 0.4784313725);
    text-transform: capitalize;
}

.header .navbar__sub-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-start: 20px;
    height: 1px;
    margin-top: 0px;
    width: 0px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--hover-color);
}

.header .navbar__sub-menu a:hover {
    color: var(--hover-color);
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.header .navbar__sub-menu a:hover::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    width: 10px;
}

.header .navbar__sub-menu .active>a {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.header .navbar__sub-menu .active>a::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    width: 10px;
}

.header .navbar__sub-menu .navbar__item--has-children:hover>.navbar__dropdown-label-sub {
    color: var(--hover-color);
}

.header .navbar__sub-menu__nested {
    top: 0%;
    inset-inline-start: 100%;
    min-width: 230px;
}

.header .navbar__sub-menu__nested::before {
    content: "";
    position: absolute;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: -1;
    inset-inline-start: -20px;
    border: 10px solid transparent;
    top: 12px;
    border-inline-end-color: var(--hover-color);
}

.header .active>.navbar__dropdown-label,
.header .active>a {
    color: var(--hover-color);
}

.header .contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.header .contact-btn div {
    line-height: 0px;
}

.header .contact-btn i {
    font-size: 30px;
    color: var(--secondary-color);
    margin-bottom: -5px;
}

.header .contact-btn p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: #828a8d;
    margin-bottom: 8px;
}

.header .contact-btn a {
    color: #555555;
    line-height: 1;
}

.header .contact-btn a:hover {
    color: var(--hover-color);
}

.header .navbar__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header .navbar__mobile-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .search-box button {
    font-size: 20px;
    color: var(--black);
}

.header .search-box button:hover {
    color: var(--hover-color);
}

.header .open-offcanvas-nav {
    padding: 0px;
    display: inline-block;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.header .open-offcanvas-nav span {
    height: 2px;
    background-color: var(--quaternary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.header .open-offcanvas-nav .top-bar {
    width: 30px;
}

.header .open-offcanvas-nav .middle-bar {
    width: 34px;
}

.header .open-offcanvas-nav .bottom-bar {
    width: 16px;
}

.header .open-offcanvas-nav:hover span {
    background-color: var(--hover-color);
}

.header .open-offcanvas-nav-active .middle-bar {
    opacity: 0;
}

.header .open-offcanvas-nav-active .top-bar,
.header .open-offcanvas-nav-active .bottom-bar {
    width: 30px !important;
}

.header .open-offcanvas-nav-active .top-bar {
    -webkit-transform: rotate(45deg) translateY(5px) translateX(9px);
    -ms-transform: rotate(45deg) translateY(5px) translateX(9px);
    transform: rotate(45deg) translateY(5px) translateX(9px);
    background-color: var(--base-color);
}

.header .open-offcanvas-nav-active .bottom-bar {
    -webkit-transform: rotate(-45deg) translateY(-5px) translateX(9px);
    -ms-transform: rotate(-45deg) translateY(-5px) translateX(9px);
    transform: rotate(-45deg) translateY(-5px) translateX(9px);
    background-color: var(--base-color);
}

.header-primary {
    -webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
    background-color: white;
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    top: 0px;
}

.header-primary .navbar__options .btn--primary {
    padding: 20px 20px 19px;
}

.header-primary .navbar__options .btn--primary i {
    font-size: 25px;
}

.header-secondary {
    top: 0px;
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    background-color: var(--white);
}

.header-secondary .container {
    max-width: 1800px !important;
}

.header-secondary .navbar__item>a {
    padding-top: 27px;
    padding-bottom: 27px;
    font-weight: 700;
}

.header-secondary .navbar__sub-menu a {
    padding-top: 16px;
    padding-bottom: 16px;
}

.header-secondary .contact-btn {
    padding: 16px 60px;
    position: relative;
}

.header-secondary .contact-btn::before,
.header-secondary .contact-btn::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 14px;
    background-color: var(--white);
    top: 0px;
    inset-inline-end: 100%;
}

.header-secondary .contact-btn::before {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.header-secondary .contact-btn::after {
    top: unset;
    bottom: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.header-secondary .contact-btn p {
    color: var(--secondary-color);
}

.header-secondary .contact-btn a {
    font-weight: 800;
    font-size: 18px;
    color: var(--secondary-color);
}

.header-secondary .main-header__menu-box {
    -webkit-filter: none !important;
    filter: none !important;
}

.header-secondary .navbar__options .btn--primary {
    padding: 16px 40px;
    border-radius: 30px;
    gap: 12px;
}

.header-secondary .navbar__options .btn--primary::after,
.header-secondary .navbar__options .btn--primary::before {
    border-radius: 0px;
}

.header-secondary .navbar__options .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
}

.header-secondary .navbar__options .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header-secondary .navbar__menu-wrapper {
    background-color: var(--base-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    border-radius: 60px;
}

.header-secondary .navbar__menu {
    -webkit-padding-end: 80px;
    padding-inline-end: 80px;
}

.header-tertiary {
    top: 0px;
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
}

.header-tertiary .container {
    max-width: 1564px !important;
}

.header-tertiary .select {
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    z-index: 999;
}

.header-tertiary .select .option {
    padding-inline: 18px !important;
}

.header-tertiary .select::after {
    right: unset;
    inset-inline-end: 0px !important;
    width: 7px;
    height: 7px;
    border-color: var(--secondary-color);
    margin-top: -5px;
}

.header-tertiary .select .option,
.header-tertiary .select .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 0px;
}

.header-tertiary .select .option span,
.header-tertiary .select .option i,
.header-tertiary .select .current span,
.header-tertiary .select .current i {
    width: 30px;
    height: 20px;
}

.header-tertiary .select .current {
    color: var(--secondary-color);
    line-height: 1;
}

.header-tertiary .select .current i {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 3px solid rgba(236, 230, 230, 0.92);
    border-radius: 50%;
}

.header-tertiary .select .list {
    padding: 12px 0px;
}

.header-tertiary .open-cart {
    position: relative;
}

.header-tertiary .open-cart span {
    position: absolute;
    bottom: 60%;
    inset-inline-start: 60%;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
}

.header-tertiary .navbar__options,
.header-tertiary .navbar__mobile-options {
    gap: 30px;
}

.header-tertiary .navbar__options .btn--secondary i,
.header-tertiary .navbar__mobile-options .btn--secondary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
}

.header-tertiary .navbar__options .btn--secondary:hover i,
.header-tertiary .navbar__mobile-options .btn--secondary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mega-menu {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: 970px !important;
    max-width: 970px !important;
    background-color: var(--white);
    padding: 15px !important;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    inset-inline-start: -100px !important;
    flex-wrap: wrap;
}

.mega-menu li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0px !important;
    padding-left: 32px !important;
}

.mega-menu li>a::before {
    content: none !important;
}

.mega-menu li {
    padding: 10px !important;
    padding-bottom: 0px !important;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.mega-menu li:hover .mega-content-wrapper .mega-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mega-menu .mega-content-wrapper {
    position: relative;
    width: 200px;
    overflow: hidden;
}

.mega-menu .mega-content-wrapper img {
    width: 100%;
    height: 270px;
    border-radius: 5px;
}

.mega-menu .mega-content-wrapper .new {
    position: absolute;
    background-color: #ffc107;
    padding: 3px 30px;
    top: 0px;
    left: 0px;
    font-weight: 700;
    color: var(--black);
    letter-spacing: 1px;
    font-size: 12px;
}

.mega-menu .mega-content {
    position: absolute;
    inset: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.mega-menu .mega-content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 160px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 60px !important;
    border: 0px solid transparent !important;
}

.mega-menu .mega-content a::before,
.mega-menu .mega-content a::after {
    content: none !important;
}

.mega-menu .mega-content a:hover {
    padding-left: 32px !important;
}

.mega-menu .mega-content .btn--primary:hover {
    background-color: var(--white) !important;
    color: var(--black) !important;
}

.mega-menu .mega-content .btn--secondary {
    background-color: var(--white) !important;
    color: var(--black) !important;
}

.mega-menu .mega-content .btn--secondary:hover {
    background-color: var(--base-color) !important;
    color: var(--black) !important;
}

.sticky-header {
    position: fixed !important;
    top: 0px !important;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    width: 100%;
    -webkit-animation: stickyNavbar 0.5s linear;
    animation: stickyNavbar 0.5s linear;
    background: var(--white) !important;
    -webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07)) !important;
    filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07)) !important;
}

.sticky-header .main-header__menu-box {
    -webkit-filter: none !important;
    filter: none !important;
}

@-webkit-keyframes stickyNavbar {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes stickyNavbar {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.sticky-header .topbar {
    display: none;
}

.sticky-header.header-secondary .main-header__menu-box {
    padding-inline: 0px !important;
    width: 100%;
}

.sticky-header.header-tertiary .main-header__menu-box {
    padding-inline: 0px !important;
    width: 100%;
}

.mobile-menu {
    position: fixed;
    inset: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    max-width: 400px;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.mobile-menu .mobile-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-menu .logo img {
    max-width: 150px;
}

.mobile-menu .close-mobile-menu {
    font-size: 36px;
    color: var(--hover-color);
    position: relative;
    top: -40px;
    inset-inline-end: 0px;
}

.mobile-menu .mobile-menu__wrapper {
    position: absolute;
    inset-inline-start: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: var(--white);
    padding: 60px 0px;
    z-index: 9999;
    border-radius: 0px;
    overflow-y: auto;
    overflow-x: clip;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
    width: 0px;
}

.mobile-menu .navbar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0px !important;
}

.mobile-menu .navbar__list>li>a,
.mobile-menu .navbar__list>li button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .navbar__list>li:nth-of-type(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .navbar__item {
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.mobile-menu .navbar__item a {
    color: var(--black);
    padding-block: 20px;
    padding-inline: 40px 80px;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    position: relative;
    font-weight: 700;
}

.mobile-menu .navbar__item a:hover {
    color: var(--hover-color);
}

.mobile-menu .navbar__item a::after {
    -webkit-transition: none;
    transition: none;
}

.mobile-menu .nav-fade {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out !important;
    transition: all 0.7s ease-in-out !important;
}

.mobile-menu .navbar__item--has-children .navbar__dropdown-label::after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0px;
    inset-inline-end: 0px;
    bottom: 0px;
    height: 100%;
    width: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-border-start: 1px solid rgba(0, 0, 0, 0.08);
    border-inline-start: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobile-menu .navbar__item--has-children:hover>.navbar__dropdown-label-sub {
    color: var(--hover-color) !important;
}

.mobile-menu .navbar__item-active {
    color: var(--hover-color) !important;
    font-weight: 600 !important;
}

.mobile-menu .navbar__item-active::after {
    content: "\f068" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.mobile-menu .navbar__sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: none;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    border-radius: 0px;
}

.mobile-menu .navbar__sub-menu::before {
    content: none;
}

.mobile-menu .navbar__sub-menu a,
.mobile-menu .navbar__sub-menu button {
    color: var(--black);
    padding: 20px 40px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .navbar__sub-menu a::before,
.mobile-menu .navbar__sub-menu button::before {
    content: none;
}

.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) a,
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .mobile-menu__options {
    padding: 0px 40px;
}

.mobile-menu .mobile-menu__options a,
.mobile-menu .mobile-menu__options button {
    width: 100%;
}

.mobile-menu .mobile-menu__cta {
    text-align: center;
    padding: 0px 40px;
}

.mobile-menu .mobile-menu__cta .btn--primary {
    padding: 16px 40px;
    border-radius: 30px;
    gap: 12px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-menu .mobile-menu__cta .btn--primary::after,
.mobile-menu .mobile-menu__cta .btn--primary::before {
    border-radius: 0px;
}

.mobile-menu .mobile-menu__cta .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
}

.mobile-menu .mobile-menu__cta .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobile-menu .btn--primary-alt i {
    font-size: 25px !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.mobile-menu .mobile-menu__social {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 0px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

.mobile-menu .mobile-menu__social a {
    font-size: 16px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--white);
}

.mobile-menu .mobile-menu__social a:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.mobile-menu .active>.navbar__dropdown-label,
.mobile-menu .active>a {
    color: var(--hover-color);
    font-weight: 600;
}

.mobile-menu .active>.navbar__dropdown-label::after,
.mobile-menu .active>a::after {
    font-weight: 900;
}

.mobile-menu__backdrop {
    position: fixed;
    inset-inline-end: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    visibility: hidden;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu__backdrop-active {
    width: 100%;
    visibility: visible;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.show-menu {
    opacity: 1;
    visibility: visible;
}

.show-menu .mobile-menu__wrapper {
    inset-inline-start: 0px;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.show-menu .nav-fade {
    -webkit-animation: navLinkFade 0.5s ease forwards;
    animation: navLinkFade 0.5s ease forwards;
    -webkit-transition: all 0.7s ease-in-out !important;
    transition: all 0.7s ease-in-out !important;
}

.nav-fade-active {
    animation: navLinkFade 1s ease reverse !important;
}

@-webkit-keyframes navLinkFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes navLinkFadeReverse {
    from {
        opacity: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes navLinkFadeReverse {
    from {
        opacity: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .header-secondary .navbar__menu-wrapper {
        background-color: transparent;
    }
    .header-secondary .main-header__menu-box {
        padding-inline: 0px !important;
    }
    .header-secondary .navbar__menu {
        -webkit-padding-end: 0px !important;
        padding-inline-end: 0px !important;
    }
    .header-secondary .navbar__item>a {
        padding-inline: 10px !important;
    }
    .header-secondary .navbar__sub-menu a {
        padding-inline: 32px !important;
    }
}

/* ==== 
 --------- (4.01) header styles end ---------
 ==== */

/* ==== 
 --------- (4.02) banner styles start ---------
 ==== */

.banner {
    margin-top: 90px;
    padding: 120px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner::before {
    content: "";
    position: absolute;
    inset-block: 0px;
    inset-inline-start: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 9.94%, rgba(9, 31, 27, 0.17) 22.52%, rgba(9, 31, 27, 0.37) 36.84%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 79.8%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    z-index: -3;
}

.banner .circle-shape {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: linear-gradient(138deg, rgba(18, 47, 42, 0) 23.66%, #122f2a 91.54%);
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -2;
}

.banner h1,
.banner p {
    color: var(--white);
}

.banner h1 {
    font-weight: 800;
    margin-block: 15px 20px;
}

.banner h1 span {
    color: var(--base-color);
}

.banner p {
    max-width: 800px;
    margin-inline: auto;
}

.banner .banner__content-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner .banner__content span,
.banner .banner__content h1,
.banner .banner__content p,
.banner .banner__content .banner__content-cta {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner .swiper-slide-active .banner__content span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner .swiper-slide-active .banner__content h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner .swiper-slide-active .banner__content p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.banner .swiper-slide-active .banner__content .banner__content-cta {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner .btn--tertiary,
.banner .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.banner .btn--tertiary::before,
.banner .btn--tertiary::after,
.banner .btn--primary::before,
.banner .btn--primary::after {
    border-radius: 0px;
}

.banner .btn--tertiary i,
.banner .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.banner .btn--tertiary:hover i,
.banner .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.banner .banner-bg {
    position: absolute;
    inset: 0px;
    z-index: -4;
    overflow: hidden;
}

.banner .banner-bg img {
    width: 100%;
    height: 100%;
}

.banner .banner-bg .parallax-image-wrap,
.banner .banner-bg .parallax-image-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
}

.banner .alter-shape {
    position: absolute;
    inset-block-end: 0px;
    inset-inline-start: 0px;
    -webkit-margin-start: -100px;
    margin-inline-start: -100px;
    -webkit-margin-after: -100px;
    margin-block-end: -100px;
    background-color: rgba(255, 255, 255, 0.21);
    width: 300px;
    height: 300px;
    z-index: -1;
    border-radius: 50%;
    border-start-start-radius: 200px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .bottom-shape {
    position: absolute;
    bottom: -2px;
    inset-inline: 0px;
}

.banner .bottom-shape img {
    width: 100%;
    height: 80px;
}

.banner-two {
    margin-top: 90px;
    position: relative;
    overflow: hidden;
}

.banner-two .banner-two__slider-single {
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}

.banner-two .banner-two__slider-single::after {
    content: "";
    position: absolute;
    inset-block: 0px;
    inset-inline-start: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    z-index: -3;
}

.banner-two .banner-two__slider-bg {
    position: absolute;
    inset: 0px;
    z-index: -4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-two .banner-two__slider-content h1 {
    color: var(--white);
    font-weight: 800;
    margin-top: 24px;
    margin-bottom: -10px;
    max-width: 460px;
}

.banner-two .banner-two__slider-content h1 br {
    display: none;
}

.banner-two .banner-two__slider-content h1 span {
    font-family: var(--caveat);
    color: var(--base-color);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
    font-size: 40px;
}

.banner-two .banner-two__slider-content span,
.banner-two .banner-two__slider-content h1,
.banner-two .banner-two__slider-content .banner__content-cta {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-two .banner__content-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-two .btn--tertiary,
.banner-two .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.banner-two .btn--tertiary::before,
.banner-two .btn--tertiary::after,
.banner-two .btn--primary::before,
.banner-two .btn--primary::after {
    border-radius: 0px;
}

.banner-two .btn--tertiary i,
.banner-two .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.banner-two .btn--tertiary:hover i,
.banner-two .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.banner-two .slider-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: 60px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.banner-two .swiper-slide-active .banner-two__slider-bg {
    -webkit-animation: backgroundAnimation 12s ease-in-out;
    animation: backgroundAnimation 12s ease-in-out;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.banner-two .swiper-slide-active .banner-two__slider-content span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-two .swiper-slide-active .banner-two__slider-content h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-two .swiper-slide-active .banner-two__slider-content .banner__content-cta {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.banner-two .shape-left {
    position: absolute;
    inset-inline-start: 0px;
    top: 60%;
    bottom: 0px;
    z-index: 2;
}

.banner-two .shape-left img {
    width: 100%;
    height: 100%;
    -webkit-animation: moveTopBottom 4s ease-in-out infinite;
    animation: moveTopBottom 4s ease-in-out infinite;
}

.banner-two .sprade-shape {
    position: absolute;
    top: 60%;
    inset-inline-start: 80%;
    z-index: 2;
}

.banner-two .sprade-shape img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.banner-two .shape {
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    top: -5px;
    z-index: 3;
}

.banner-two .shape img {
    width: 100%;
    height: 28px;
}

.banner-two .unity {
    position: absolute;
    inset-block-end: 0px;
    inset-inline-end: 0px;
    z-index: 1;
}

.banner-two .unity img {
    -webkit-animation: moveLeftRight 4s ease-in-out infinite;
    animation: moveLeftRight 4s ease-in-out infinite;
    max-width: 15vw;
    min-width: 50px;
}

@-webkit-keyframes backgroundAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes backgroundAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes moveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0.8;
    }
    25% {
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0.8;
    }
    75% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0.8;
    }
}

@keyframes moveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0.8;
    }
    25% {
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0.8;
    }
    75% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0.8;
    }
}

@-webkit-keyframes moveLeftRightSm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftRightSm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes moveTopBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0.8;
    }
    25% {
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0.8;
    }
    75% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0.8;
    }
}

@keyframes moveTopBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0.8;
    }
    25% {
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0.8;
    }
    75% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0.8;
    }
}

.banner-three {
    background-color: #101a24;
    margin-top: 90px;
    padding: 120px 0px 170px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-three .sub-title {
    margin-top: 0px;
}

.banner-three h1 {
    font-weight: 700;
    color: var(--white);
    margin: 16px 0px 24px;
}

.banner-three h1 span {
    font-family: var(--caveat);
    color: var(--base-color);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
    font-size: 40px;
}

.banner-three h1 br {
    display: none;
}

.banner-three p {
    color: var(--white);
    max-width: 560px;
}

.banner-three .banner__content-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-three .btn--tertiary,
.banner-three .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.banner-three .btn--tertiary::before,
.banner-three .btn--tertiary::after,
.banner-three .btn--primary::before,
.banner-three .btn--primary::after {
    border-radius: 0px;
}

.banner-three .btn--tertiary i,
.banner-three .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.banner-three .btn--tertiary:hover i,
.banner-three .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.banner-three .banner-three__thumb {
    min-width: 60vw;
}

.banner-three .banner-three__thumb-inner {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.banner-three .banner-three__thumb-inner .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.banner-three .banner-three__thumb-inner .m-one img,
.banner-three .banner-three__thumb-inner .m-four img,
.banner-three .banner-three__thumb-inner .m-five img {
    border-radius: 90px;
}

.banner-three .banner-three__thumb-inner .m-three img,
.banner-three .banner-three__thumb-inner .m-two img {
    border-radius: 60px;
}

.banner-three .banner-three__content span,
.banner-three .banner-three__content h1,
.banner-three .banner-three__content p,
.banner-three .banner-three__content .banner__content-cta {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-three .swiper-slide-active .banner-three__content span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-three .swiper-slide-active .banner-three__content h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-three .swiper-slide-active .banner-three__content p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.banner-three .swiper-slide-active .banner-three__content .banner__content-cta {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-three .shape-lg {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: 20%;
}

.banner-three .shape-lg img {
    max-width: 30vw;
    min-width: 80px;
    -webkit-animation: pulseSm 4s infinite ease-in-out;
    animation: pulseSm 4s infinite ease-in-out;
}

.banner-three .sprade-shape {
    position: absolute;
    top: 25%;
    inset-inline-start: 10%;
    z-index: -1;
}

.banner-three .sprade-shape img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.banner-three .parasuit {
    position: absolute;
    top: -150px;
    inset-inline-start: 8%;
    z-index: -1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -webkit-animation: fall 15s ease-in-out infinite;
    animation: fall 15s ease-in-out infinite;
}

.banner-three .parasuit img {
    max-width: 8vw;
    min-width: 40px;
}

@-webkit-keyframes fall {
    0% {
        top: -150px;
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    25% {
        -webkit-transform: translateX(-45%) rotate(-40deg);
        transform: translateX(-45%) rotate(-40deg);
    }
    50% {
        top: 400px;
        -webkit-transform: translateX(-50%) rotate(-10deg);
        transform: translateX(-50%) rotate(-10deg);
    }
    75% {
        -webkit-transform: translateX(-55%) rotate(-30deg);
        transform: translateX(-55%) rotate(-30deg);
    }
    100% {
        top: 1600px;
        -webkit-transform: translateX(-50%) rotate(-10deg);
        transform: translateX(-50%) rotate(-10deg);
    }
}

@keyframes fall {
    0% {
        top: -150px;
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    25% {
        -webkit-transform: translateX(-45%) rotate(-40deg);
        transform: translateX(-45%) rotate(-40deg);
    }
    50% {
        top: 400px;
        -webkit-transform: translateX(-50%) rotate(-10deg);
        transform: translateX(-50%) rotate(-10deg);
    }
    75% {
        -webkit-transform: translateX(-55%) rotate(-30deg);
        transform: translateX(-55%) rotate(-30deg);
    }
    100% {
        top: 1600px;
        -webkit-transform: translateX(-50%) rotate(-10deg);
        transform: translateX(-50%) rotate(-10deg);
    }
}

.common-banner {
    padding: 120px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 90px;
}

.common-banner::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.48) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    z-index: -2;
}

.common-banner .sub-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-family: var(--caveat);
    color: var(--base-color);
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 14px;
    margin-top: 0px;
}

.common-banner h2 {
    color: var(--white);
    font-weight: 800;
}

.common-banner .banner-bg {
    position: absolute;
    inset: 0px;
    z-index: -3;
    overflow: hidden;
}

.common-banner .banner-bg img {
    width: 100%;
    height: 100%;
}

.common-banner .banner-bg .parallax-image-wrap,
.common-banner .banner-bg .parallax-image-inner {
    width: 100%;
    height: 100%;
}

.common-banner .common-banner__content {
    margin-block: -6px -8px;
}

.common-banner .shape {
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    top: -5px;
}

.common-banner .shape img {
    width: 100%;
    height: 28px;
}

.common-banner .sprade {
    position: absolute;
    z-index: -1;
    bottom: 9%;
    inset-inline-start: 7%;
}

.common-banner .sprade img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

@-webkit-keyframes pulseSm {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes pulseSm {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
}

/* ==== 
 --------- (4.02) banner styles end ---------
 ==== */

/* ==== 
 --------- (4.03) footer styles start ---------
 ==== */

.footer {
    padding-top: 100px;
    background-color: #0b1312;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
}

.footer .footer__inner {
    position: relative;
    z-index: 2;
}

.footer .footer__intro {
    margin-bottom: 80px;
}

.footer .footer__content {
    text-align: center;
}

.footer .footer__content h3 {
    font-weight: 800;
    color: var(--white);
    margin-top: -8px;
}

.footer .footer__content h3 span {
    color: var(--base-color);
}

.footer .footer__support {
    text-align: center;
}

.footer .footer__support a {
    border-radius: 66px;
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    padding: 37px 24px 37px 24px;
    max-width: 426px;
    font-size: 14px;
    color: var(--white);
    font-weight: 700;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: color 0.5s ease 0.5s;
    transition: color 0.5s ease 0.5s;
}

.footer .footer__support a::before {
    content: "";
    position: absolute;
    inset-inline-start: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 85px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    -webkit-transition: inset-inline-start 0.5s ease 0.5s, background-color 0.9s ease 0.5s, -webkit-transform 0.5s ease;
    transition: inset-inline-start 0.5s ease 0.5s, background-color 0.9s ease 0.5s, -webkit-transform 0.5s ease;
    transition: inset-inline-start 0.5s ease 0.5s, transform 0.5s ease, background-color 0.9s ease 0.5s;
    transition: inset-inline-start 0.5s ease 0.5s, transform 0.5s ease, background-color 0.9s ease 0.5s, -webkit-transform 0.5s ease;
    z-index: -1;
}

.footer .footer__support a span {
    color: var(--base-color);
    font-weight: 700;
    -webkit-transition: color 0.5s ease 0.5s;
    transition: color 0.5s ease 0.5s;
}

.footer .footer__support a:hover {
    color: var(--secondary-color);
}

.footer .footer__support a:hover::before {
    inset-inline-start: 40%;
    -webkit-transform: scale(20);
    -ms-transform: scale(20);
    transform: scale(20);
    -webkit-transition: inset-inline-start 0.5s ease, background-color 0.9s ease 0.5s, -webkit-transform 0.9s ease 0.5s;
    transition: inset-inline-start 0.5s ease, background-color 0.9s ease 0.5s, -webkit-transform 0.9s ease 0.5s;
    transition: inset-inline-start 0.5s ease, transform 0.9s ease 0.5s, background-color 0.9s ease 0.5s;
    transition: inset-inline-start 0.5s ease, transform 0.9s ease 0.5s, background-color 0.9s ease 0.5s, -webkit-transform 0.9s ease 0.5s;
    background-color: var(--base-color);
}

.footer .footer__support a:hover span {
    color: var(--secondary-color);
}

.footer .footer__newsletter {
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.03);
    padding: 50px 20px;
}

.footer .footer__newsletter-info h4 {
    font-weight: 800;
    color: var(--white);
    margin-top: -8px;
    margin-bottom: 6px;
}

.footer .footer__newsletter-info p {
    color: #93989c;
}

.footer .footer__newsletter-check {
    margin-top: 24px;
}

.footer .footer__newsletter-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0px;
    display: none;
    cursor: pointer;
}

.footer .footer__newsletter-check label {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
}

.footer .footer__newsletter-check label a {
    color: var(--white);
    text-decoration: underline;
}

.footer .footer__newsletter-check label a:hover {
    color: var(--base-color);
}

.footer .footer__newsletter-check label:before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #4e545f;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-margin-end: 12px;
    margin-inline-end: 12px;
    margin-top: -2px;
}

.footer .footer__newsletter-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    inset-inline-start: 9px;
    width: 6px;
    height: 10px;
    border: solid var(--base-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer .footer__newsletter-check input:checked+label::before {
    border-color: var(--base-color);
}

.footer .footer__list-intro {
    margin-bottom: 30px;
}

.footer .footer__list-intro h5 {
    font-weight: 700;
    color: var(--white);
    margin-top: -8px;
}

.footer .footer__list-items li {
    margin-bottom: 12px;
}

.footer .footer__list-items li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer .footer__list-items a {
    font-weight: 700;
    font-size: 16px;
    color: #93989c;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.footer .footer__list-items a i {
    position: absolute;
    inset-inline-start: 0px;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .footer__list-items a:hover {
    color: var(--base-color);
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
}

.footer .footer__list-items a:hover i {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.footer .footer__list-group {
    margin-bottom: 40px;
}

.footer .footer__list-group:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer .footer__list-group:nth-last-of-type(1) p:nth-last-of-type(1) a {
    font-size: 18px;
    color: var(--base-color);
}

.footer .footer__list-group .footer__list-intro {
    margin-bottom: 20px;
}

.footer .footer__list-group p {
    margin-bottom: 14px;
}

.footer .footer__list-group p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer .footer__list-group a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: lowercase;
}

.footer .footer__list-group a:hover {
    color: var(--base-color);
}

.footer .footer__copyright-inner {
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 80px;
}

.footer .footer__copyright p {
    color: var(--white);
}

.footer .footer__copyright p a:hover {
    color: var(--white);
}

.footer .footer__copyright-logo {
    margin: 6px 0px;
}

.footer .footer__bottom-left li span {
    height: 16px;
    width: 1px;
    background-color: var(--white);
    margin-bottom: -3px;
}

.footer .footer__bottom-right {
    direction: ltr;
}

.footer .footer__bottom-right a {
    color: var(--base-color);
}

.footer .footer__bottom-right a:hover {
    color: var(--white);
}

.footer .footer__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    row-gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer__bottom-list a {
    color: var(--white);
    position: relative;
}

.footer .footer__bottom-list a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: 2px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--base-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .footer__bottom-list a:hover {
    color: var(--base-color);
}

.footer .footer__bottom-list a:hover::after {
    width: 100%;
}

.footer-two {
    padding-top: 100px;
    background-color: var(--secondary-color);
    position: relative;
    z-index: 1;
}

.footer-two::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    z-index: -2;
}

.footer-two .footer-two__newsletter-content h3 {
    font-weight: 800;
    color: var(--white);
    margin: -8px 0px 8px;
}

.footer-two .footer-two__newsletter-content p {
    font-weight: 600;
    font-size: 18px;
    color: #949d9c;
}

.footer-two .divider {
    margin: 80px 0px;
    width: 100%;
    opacity: 0.5;
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-two .footer-two__widget .footer-two__widget-logo {
    margin-bottom: 30px;
}

.footer-two .footer-two__widget p {
    color: #949d9c;
    font-weight: 500;
}

.footer-two .footer-two__widget .social {
    gap: 14px;
    margin-top: 35px;
}

.footer-two .footer-two__widget .social a {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--white);
    font-size: 20px;
}

.footer-two .footer-two__widget .social a:hover {
    background-color: var(--base-color);
    color: var(--secondary-color);
    border-color: var(--base-color);
}

.footer-two .footer-two__widget h5 {
    font-weight: 800;
    color: var(--white);
    margin-top: -8px;
}

.footer-two .footer-two__widget .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
}

.footer-two .footer-two__widget span {
    background-color: var(--base-color);
    height: 2px;
    width: 10px;
}

.footer-two .footer-two__widget .large-line {
    width: 50px;
}

.footer-two .footer-two__widget .footer-two__widget-intro {
    margin-bottom: 30px;
}

.footer-two .footer-two__widget li {
    margin-bottom: 12px;
}

.footer-two .footer-two__widget li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer-two .footer-two__widget li a {
    color: #949d9c;
    position: relative;
}

.footer-two .footer-two__widget li a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: 2px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--base-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer-two .footer-two__widget li a i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer-two .footer-two__widget li a:hover {
    color: var(--base-color);
}

.footer-two .footer-two__widget li a:hover::after {
    width: 100%;
}

.footer-two .footer-two__widget .footer-two__widget-content--contact li {
    margin-bottom: 16px;
}

.footer-two .footer-two__widget .footer-two__widget-content--contact li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer-two .footer-two__widget .footer-two__widget-content--contact a {
    gap: 16px;
    text-transform: lowercase;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-two .footer-two__widget .footer-two__widget-content--contact a i {
    color: var(--base-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 18px;
    margin-top: 6px;
}

.footer-two .footer-two__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding: 30px 0px;
}

.footer-two .footer-two__copyright-inner {
    direction: ltr;
}

.footer-two .footer-two__copyright-inner p {
    font-weight: 600;
    color: var(--white);
}

.footer-two .footer-two__copyright-inner p a {
    color: var(--base-color);
}

.footer-two .footer-two__copyright-inner p a:hover {
    color: var(--white);
}

.footer-two .footer__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    row-gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-two .footer__bottom-list a {
    color: var(--white);
    position: relative;
}

.footer-two .footer__bottom-list a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: 2px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--base-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer-two .footer__bottom-list a:hover {
    color: var(--base-color);
}

.footer-two .footer__bottom-list a:hover::after {
    width: 100%;
}

.footer-two .sprade,
.footer-two .sprade-light {
    position: absolute;
    z-index: -1;
    top: 27%;
    inset-inline-start: 4%;
}

.footer-two .sprade img,
.footer-two .sprade-light img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.footer-two .sprade-light {
    bottom: 30%;
    top: unset;
    inset-inline-start: unset;
    inset-inline-end: 8%;
}

.footer-two .sprade-light img {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
        opacity: 0.3;
    }
    50% {
        -webkit-transform: scale(1.2) translate(-50%, -50%);
        transform: scale(1.2) translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
        opacity: 0.3;
    }
    50% {
        -webkit-transform: scale(1.2) translate(-50%, -50%);
        transform: scale(1.2) translate(-50%, -50%);
        opacity: 1;
    }
}

.footer-three {
    background-color: #0c141f;
    padding-top: 100px;
}

.footer-three .divider {
    border: 0px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 80px 0px;
}

.footer-three .footer-two__widget-intro {
    margin-bottom: 30px;
}

.footer-three .footer-two__widget-intro h5,
.footer-three .footer-two__widget-intro h6 {
    font-weight: 700;
    color: var(--white);
    margin-top: -8px;
}

.footer-three .footer-three__widget-single p {
    color: #8a8c94;
    margin-top: -8px;
    margin-bottom: 16px;
    max-width: 250px;
}

.footer-three .footer-three__widget-single p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer-three .footer-three__widget-single a {
    text-transform: lowercase;
    font-weight: 700;
    color: var(--base-color);
}

.footer-three .footer-three__widget-single a:hover {
    color: var(--white);
}

.footer-three .footer-three__widget-alt {
    margin-top: 40px;
}

.footer-three .footer-three__widget-alt .footer-two__widget-intro {
    margin-bottom: 20px;
}

.footer-three .footer-three__widget-alt p {
    margin-bottom: 12px;
    color: var(--white);
    font-weight: 500;
}

.footer-three .footer-three__widget-alt p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer-three .footer-three__logo {
    text-align: center;
}

.footer-three .footer-three__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-three .footer__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    row-gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-three .footer__bottom-list a {
    color: var(--white);
    position: relative;
}

.footer-three .footer__bottom-list a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: 2px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--base-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer-three .footer__bottom-list a:hover {
    color: var(--base-color);
}

.footer-three .footer__bottom-list a:hover::after {
    width: 100%;
}

.footer-three .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--white);
    font-size: 14px;
}

.footer-three .social a:hover {
    background-color: var(--quaternary-color);
}

.footer-three .footer-three__widget-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-three .footer-three__widget-news:nth-of-type(1) {
    padding-top: 0px;
}

.footer-three .footer-three__widget-news:nth-last-of-type(1) {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.footer-three .footer-three__widget-news .thumb a {
    width: 85px;
    min-width: 85px;
    height: 85px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.footer-three .footer-three__widget-news .thumb a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer-three .footer-three__widget-news .thumb a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-three .footer-three__widget-news .content p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: 500;
    color: #929595;
}

.footer-three .footer-three__widget-news .content p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer-three .footer-three__widget-news .content p i {
    color: var(--quaternary-color);
}

.footer-three .footer-three__widget-news .content a {
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
}

.footer-three .footer-three__widget-news .content a:hover {
    color: var(--base-color);
}

.footer-three .single-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.footer-three .single-address:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer-three .single-address i {
    font-size: 24px;
    color: var(--quaternary-color);
}

.footer-three .single-address p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: var(--white);
    max-width: 240px;
    margin-bottom: 12px;
}

.footer-three .single-address p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer-three .single-address p a {
    font-size: 15px;
    line-height: 20px;
    color: #929595;
    font-weight: 500;
    text-transform: lowercase;
}

.footer-three .single-address p a:hover {
    color: var(--base-color);
}

.footer-three .footer-three__widget--newsletter p {
    color: var(--white);
    margin-top: -8px;
    font-size: 14px;
}

.footer-three .footer-three__widget--newsletter form {
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.03);
    margin-top: 30px;
    border-radius: 5px;
}

.footer-three .footer-three__widget--newsletter .input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-three .footer-three__widget--newsletter .input-icon input {
    background-color: transparent;
    color: var(--white);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 10px 0px !important;
}

.footer-three .footer-three__widget--newsletter .input-icon button {
    font-size: 16px;
    min-width: 16px;
    color: var(--quaternary-color);
}

.footer-three .footer-three__widget--newsletter .input-icon button:hover {
    color: var(--base-color);
}

.footer-three .footer-three__widget--newsletter .input-icon i {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.footer-three .footer__newsletter-check {
    margin-top: 24px;
}

.footer-three .footer__newsletter-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0px;
    display: none;
    cursor: pointer;
}

.footer-three .footer__newsletter-check label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    direction: ltr;
}

.footer-three .footer__newsletter-check label a {
    color: var(--quaternary-color);
    font-size: 14px;
    font-weight: 500;
}

.footer-three .footer__newsletter-check label a:hover {
    color: var(--base-color);
}

.footer-three .footer__newsletter-check label:before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #4e545f;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-margin-end: 12px;
    margin-inline-end: 12px;
    margin-top: -2px;
}

.footer-three .footer__newsletter-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    inset-inline-start: 9px;
    width: 6px;
    height: 10px;
    border: solid var(--base-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-three .footer__newsletter-check input:checked+label::before {
    border-color: var(--base-color);
}

.footer-three .footer-two__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 80px;
    padding: 30px 0px;
    direction: ltr;
}

.footer-three .footer-two__copyright p {
    font-weight: 600;
    color: var(--white);
}

.footer-three .footer-two__copyright p a {
    color: var(--base-color);
}

.footer-three .footer-two__copyright p a:hover {
    color: var(--white);
}

/* ==== 
 --------- (4.03) footer styles end ---------
 ==== */

/* ==== 
 --------- (5.01) partner section styles start ---------
 ==== */

.partner {
    padding: 80px 0px;
    background-color: #edeeef;
}

.partner .partner__slider-single {
    text-align: center;
}

/* ==== 
 --------- (5.01) partner section styles end ---------
 ==== */

/* ==== 
 --------- (5.02) difference section styles start ---------
 ==== */

.difference {
    padding-top: 10px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.difference .difference__inner {
    position: relative;
}

.difference .difference__single {
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0px;
}

.difference .difference__single:hover .difference__single-thumb {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.difference .difference__single-thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--secondary-color);
    margin-inline: auto;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.difference .difference__single-thumb i {
    font-size: 50px;
    color: var(--white);
}

.difference .difference__single-content {
    margin-top: 34px;
}

.difference .difference__single-content h5 {
    font-weight: 800;
    color: var(--secondary-color);
}

.difference .difference__single-content h5:hover {
    color: var(--hover-color);
}

.difference .difference__single-content p {
    max-width: 260px;
    margin-inline: auto;
    font-weight: 500;
    margin-top: 20px;
}

.difference .difference__single-first .difference__single-thumb {
    background-color: #ffc107;
}

.difference .difference__single-second .difference__single-thumb {
    background-color: #122f2a !important;
}

.difference .difference__single-third .difference__single-thumb {
    background-color: #ff5528;
}

.difference .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.difference .shape-hand {
    position: absolute;
    inset-inline-start: 0px;
    inset-block-start: 0px;
    z-index: -1;
}

.difference .shape-hand img {
    max-width: 10vw;
    min-width: 30px;
    animation: moveUpDown 10s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes moveUpDown {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0.5;
    }
}

@keyframes moveUpDown {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0.5;
    }
}

.difference-two {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.difference-two .difference-two__thumb-wrapper {
    direction: rtl;
}

.difference-two .difference-two__thumb {
    text-align: end;
    position: relative;
    min-width: 60vw;
    direction: ltr;
}

.difference-two .difference-two__thumb .thumb-lg {
    display: inline-block;
    margin-bottom: 80px;
    -webkit-margin-end: 80px;
    margin-inline-end: 80px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.difference-two .difference-two__thumb .thumb-lg img {
    border-radius: 30px;
}

.difference-two .difference-two__thumb .thumb-lg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(0, 113, 93, 0.08) 18.93%, rgba(0, 113, 93, 0.17) 29.72%, rgba(0, 113, 93, 0.37) 83.58%, rgba(0, 113, 93, 0.67) 109.85%, #00715d 133.89%, #00715d 133.91%, rgba(0, 113, 93, 0.91) 149.32%);
    border-radius: inherit;
}

.difference-two .difference-two__thumb .thumb-sm {
    position: absolute;
    bottom: 0px;
    inset-inline-end: 0px;
    z-index: 2;
}

.difference-two .difference-two__thumb .thumb-sm img {
    border: 8px solid var(--white);
    border-radius: 40px;
    -webkit-box-shadow: var(--shadow-secondary);
    box-shadow: var(--shadow-secondary);
}

.difference-two .difference-two__thumb .grid-line {
    position: absolute;
    inset-inline-start: -35px;
    top: -40px;
    z-index: -1;
}

.difference-two .difference-two__thumb .grid-line img {
    -webkit-animation: moveTopBottom 4s ease-in-out infinite;
    animation: moveTopBottom 4s ease-in-out infinite;
}

.difference-two .difference-two__content .sub-title {
    color: var(--quaternary-color);
}

.difference-two .difference-two__content h2 {
    font-weight: 800;
    color: var(--secondary-color);
    margin: 16px 0px 20px;
}

.difference-two .difference-two__content h2 span {
    color: var(--base-color);
}

.difference-two .difference-two__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.difference-two .difference-two__inner-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.difference-two .difference-two__tab-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-bottom: 16px;
}

.difference-two .difference-two__tab-btns .difference-two__tab-btn {
    padding: 12px 30px;
    border-radius: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    color: var(--secondary-color);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.difference-two .difference-two__tab-btns .difference-two__tab-btn:hover {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.difference-two .difference-two__tab-btns .active {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.difference-two .difference-two__tab-content {
    margin-top: 30px;
}

.difference-two .difference-two__tab-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #696969;
    margin-bottom: 6px;
}

.difference-two .difference-two__tab-content li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.difference-two .difference-two__tab-content li i {
    color: var(--base-color);
    font-size: 20px;
}

.difference-two .difference-two__progress {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.difference-two .difference-progress-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.difference-two .difference-progress-single p {
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1.4;
}

.difference-two .difference-progress-single p br {
    display: none;
}

.difference-two .difference-progress-single .progress-bar-single {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.difference-two .difference-progress-single .circular-progress {
    position: relative;
    width: 100%;
    height: 100%;
}

.difference-two .difference-progress-single .progress-circle {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.difference-two .difference-progress-single .circle-bg,
.difference-two .difference-progress-single .circle-progress {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
}

.difference-two .difference-progress-single .circle-bg {
    stroke: #e6e6e6;
}

.difference-two .difference-progress-single .circle-progress {
    stroke: var(--quaternary-color);
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
}

.difference-two .difference-progress-single .percent-value {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
}

.difference-two .difference-two__card {
    width: 100%;
    min-width: 200px;
    border-radius: 13px;
    border: 1px solid rgba(18, 47, 42, 0.1882352941);
    background: rgba(177, 179, 185, 0.062745098);
    padding: 0px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.difference-two .difference-two__card .card-group {
    padding: 24px 0px;
    text-align: center;
    display: block !important;
}

.difference-two .difference-two__card .card-group .thumb {
    display: block;
    margin-bottom: 20px;
}

.difference-two .difference-two__card .card-group .thumb i {
    font-size: 30px;
    color: var(--base-color);
}

.difference-two .difference-two__card .card-group h6 {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 16px;
}

.difference-two .difference-two__card .card-group p {
    font-size: 20px;
    font-family: var(--caveat);
    font-weight: 800;
    color: var(--base-color);
}

.difference-two .difference-two__card hr {
    border: 0px solid transparent;
    height: 1px;
    background-color: rgba(18, 47, 42, 0.1882352941);
}

.difference-two .difference-two__card .card-group-alt .thumb i {
    color: var(--quaternary-color);
}

.difference-two .difference-two__card .card-group-alt p {
    color: var(--quaternary-color);
}

.difference-two .spade {
    position: absolute;
    top: 18%;
    inset-inline-end: 3%;
    z-index: -1;
}

.difference-two .spade img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.difference-three {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.difference-three .difference-three__thumb {
    direction: rtl;
}

.difference-three .difference-three__thumb-inner {
    position: relative;
    padding-top: 40px;
    min-width: 550px;
    direction: ltr;
}

.difference-three .difference-three__thumb-inner .thumb-lg {
    -webkit-margin-end: 100px;
    margin-inline-end: 100px;
    border-radius: 16px;
}

.difference-three .difference-three__thumb-inner .thumb-lg .parallax-image-wrap {
    border-radius: 16px;
}

.difference-three .difference-three__thumb-inner .thumb-lg img {
    border-radius: 16px;
    min-height: 400px;
}

.difference-three .difference-three__thumb-inner .thumb-sm {
    position: absolute;
    bottom: 80px;
    inset-inline-end: 0px;
}

.difference-three .difference-three__thumb-inner .thumb-sm img {
    border-radius: 50%;
    border: 10px solid var(--white);
    -webkit-filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.09));
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.09));
}

.difference-three .difference-three__thumb-inner .line {
    position: absolute;
    top: 0px;
    inset-inline-end: 40%;
}

.difference-three .difference-three__thumb-inner .line img {
    -webkit-animation: wave 3s linear infinite;
    animation: wave 3s linear infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.difference-three .difference-three__thumb-inner .spade {
    position: absolute;
    top: 150px;
    inset-inline-start: 15%;
    z-index: 1;
}

.difference-three .difference-three__thumb-inner .spade img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.difference-three .differnce-quote {
    padding: 24px 30px;
    background-color: var(--white);
    max-width: 580px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin-top: 34px;
    border-left: 4px solid var(--base-color);
}

.difference-three .differnce-quote q {
    font-weight: 700;
    color: var(--secondary-color);
}

.difference-three .differnce-quote q span {
    color: var(--quaternary-color);
    font-size: inherit;
    font-weight: 700;
}

.difference-three .difference-three-cta {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    row-gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.difference-three .difference-three-cta .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.difference-three .difference-three-cta .btn--primary::before,
.difference-three .difference-three-cta .btn--primary::after {
    border-radius: 0px;
}

.difference-three .difference-three-cta .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.difference-three .difference-three-cta .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.difference-three .help__content-list {
    margin-top: 34px;
}

.difference-three .help__content-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 8px;
}

.difference-three .help__content-list li {
    color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    font-weight: 700;
}

.difference-three .help__content-list li i {
    font-size: 20px;
    color: var(--quaternary-color);
}

.difference-three .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.difference-three .author-info .author-thumb {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.difference-three .author-info .author-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.difference-three .author-info h6 {
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1;
    margin-top: 8px;
}

.difference-three .author-info span {
    font-size: 14px;
    line-height: 1;
}

/* ==== 
 --------- (5.02) difference section styles end ---------
 ==== */

/* ==== 
 --------- (5.03) help section styles start ---------
 ==== */

.help {
    padding: 100px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.help .help__thumb {
    direction: rtl;
}

.help .help__thumb-inner {
    text-align: end;
    position: relative;
    min-width: 575px;
    direction: ltr;
}

.help .help__thumb-inner .thumb {
    display: inline-block;
    border: 8px solid var(--white);
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}

.help .help__thumb-inner .thumb .parallax-image-inner,
.help .help__thumb-inner .thumb .parallax-image-wrap {
    border-radius: 10px;
}

.help .help__thumb-inner .thumb img {
    border-radius: 10px;
}

.help .thumb-lg {
    margin-bottom: 100px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.help .thumb-lg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(104deg, rgba(12, 26, 23, 0) 1.9%, rgba(0, 113, 93, 0.08) 18.93%, rgba(0, 113, 93, 0.17) 29.72%, rgba(0, 113, 93, 0.37) 83.58%, rgba(0, 113, 93, 0.67) 109.85%, #00715d 133.89%, #00715d 133.91%, rgba(0, 113, 93, 0.91) 149.32%);
    border-radius: inherit;
}

.help .thumb-lg::after {
    content: "";
    position: absolute;
    bottom: -100px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
    height: 100%;
    border: 1px solid var(--base-color);
    border-radius: 20px;
    z-index: -1;
}

.help .video-btn-wrapper::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px dashed var(--black);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.help .video-btn-wrapper i {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

.help .thumb-bottom {
    position: absolute;
    bottom: 0px;
    inset-inline-end: 0px;
    z-index: 2;
}

.help .thumb-top {
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    z-index: 2;
}

.help .line {
    position: absolute;
    display: inline-block;
    top: 10px;
    inset-inline-end: 50px;
}

.help .line img {
    -webkit-animation: wave 3s linear infinite;
    animation: wave 3s linear infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.help .grid-line {
    position: absolute;
    inset-inline-start: -35px;
    top: 60%;
}

.help .grid-line img {
    -webkit-animation: moveTopBottom 4s ease-in-out infinite;
    animation: moveTopBottom 4s ease-in-out infinite;
}

.help .vertical-text {
    padding: 50px 30px;
    background-color: var(--quaternary-color);
    display: inline-block;
    position: absolute;
    bottom: 0px;
    inset-inline-start: 0px;
    border-top: 5px solid var(--base-color);
    border-bottom: 5px solid var(--base-color);
    border-radius: 20px;
    z-index: 3;
}

.help .vertical-text h5 {
    -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-weight: 800;
    color: var(--white);
    text-transform: lowercase;
}

.help .vertical-text h5 span {
    color: var(--base-color);
}

.help .sub-title {
    color: var(--quaternary-color);
}

.help h2 {
    font-weight: 800;
    color: var(--secondary-color);
    margin: 16px 0px 10px;
}

.help h2 span {
    color: var(--base-color);
}

.help p {
    max-width: 630px;
}

.help .help__content-icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    row-gap: 24px;
    margin: 35px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.help .help__content-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.help .help__content-icon .thumb {
    position: relative;
}

.help .help__content-icon .thumb::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: var(--base-color);
    z-index: -1;
    border-radius: 50%;
}

.help .help__content-icon .thumb i {
    font-size: 60px;
    color: var(--secondary-color);
}

.help .content h6 {
    font-weight: 800;
    color: var(--secondary-color);
    margin-top: -8px;
    margin-bottom: 6px;
}

.help .content p {
    font-size: 15px;
    line-height: 24px;
}

.help .help__content-list li {
    margin-bottom: 8px;
    color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.help .help__content-list li i {
    font-size: 20px;
}

.help .help__content-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    row-gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.help .help__content-cta .btn--primary {
    padding: 23px 46px;
    border-radius: 60px;
}

.help .help__content-cta .btn--primary::before,
.help .help__content-cta .btn--primary::after {
    border-radius: 0px;
}

.help .help__content-cta .contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.help .help__content-cta .contact-btn div {
    line-height: 0px;
}

.help .help__content-cta .contact-btn i {
    font-size: 30px;
    color: var(--secondary-color);
    margin-bottom: -5px;
}

.help .help__content-cta .contact-btn p {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #828a8d;
    margin-bottom: 8px;
}

.help .help__content-cta .contact-btn a {
    color: var(--secondary-color);
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}

.help .help__content-cta .contact-btn a:hover {
    color: var(--hover-color);
}

.help .hand {
    position: absolute;
    z-index: -1;
    top: 5%;
    inset-inline-start: 0px;
}

.help .hand img {
    max-width: 10vw;
    min-width: 30px;
    animation: moveUpDown 10s ease-in-out infinite alternate-reverse;
}

.help .spade {
    position: absolute;
    top: 65%;
    inset-inline-end: 3%;
    z-index: -1;
}

.help .spade img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.help .parasuit {
    position: absolute;
    top: -150px;
    inset-inline-start: 8%;
    z-index: -1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -webkit-animation: fall 15s ease-in-out infinite;
    animation: fall 15s ease-in-out infinite;
}

.help .parasuit img {
    max-width: 8vw;
    min-width: 40px;
}

.help-two {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.help-two .help-two__thumb,
.help-two .help-two__content {
    height: 100%;
}

.help-two .help-two__thumb {
    direction: rtl;
}

.help-two .help-two__thumb-inner {
    min-width: 640px;
    direction: ltr;
    height: 100%;
    position: relative;
    z-index: 1;
}

.help-two .help-two__thumb-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-start: -60px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px dashed #f84d42;
    z-index: -1;
}

.help-two .help-two__thumb-inner .thumb-lg {
    position: absolute;
    bottom: 0px;
    inset-inline-end: 50px;
}

.help-two .help-two__thumb-inner .thumb-lg img {
    min-height: 240px;
    border-radius: 20px;
}

.help-two .help-two__thumb-inner .parallax-image-inner,
.help-two .help-two__thumb-inner .parallax-image-wrap {
    border-radius: 20px;
}

.help-two .help-two__thumb-inner .thumb-sm {
    position: absolute;
    top: 60px;
    inset-inline-start: 0px;
}

.help-two .help-two__thumb-inner .thumb-sm img {
    min-height: 160px;
    border-radius: 0px 16px 16px 0px;
}

.help-two .help-two__thumb-inner .thumb-md {
    position: absolute;
    top: 0px;
    inset-inline-end: 20px;
}

.help-two .help-two__thumb-inner .thumb-md img {
    min-height: 160px;
    border-radius: 16px;
}

.help-two .help-two__thumb-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.47);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.help-two .help-two__thumb-content i {
    font-size: 65px;
    color: var(--quaternary-color);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.help-two .help-two__thumb-content h2 {
    font-weight: 800;
}

.help-two .help-two__thumb-content h2 div {
    line-height: inherit !important;
}

.help-two .help-two__thumb-content p {
    font-size: 20px;
    font-weight: 600;
}

.help-two .help-two__thumb-content h2,
.help-two .help-two__thumb-content p {
    color: var(--quaternary-color);
}

.help-two .help-two__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.help-two .help-two__inner .help-two__inner-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.help-two .help-two__inner .help-two-card-wrapper {
    min-width: 100%;
}

.help-two .help-two__inner hr {
    margin: 30px 0px;
    border-color: #d9d9d9;
}

.help-two .help__content-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.help-two .help__content-icon .thumb {
    position: relative;
}

.help-two .help__content-icon .thumb::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: var(--base-color);
    z-index: -1;
    border-radius: 50%;
}

.help-two .help__content-icon .thumb i {
    font-size: 60px;
    color: var(--secondary-color);
}

.help-two .content h6 {
    font-weight: 800;
    color: var(--secondary-color);
    margin-top: -8px;
    margin-bottom: 6px;
}

.help-two .content p {
    font-size: 15px;
    line-height: 24px;
}

.help-two .help__content-list {
    margin-top: 34px;
}

.help-two .help__content-list li {
    margin-bottom: 8px;
    color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.help-two .help__content-list li i {
    font-size: 20px;
}

.help-two .help-two__card {
    padding: 0px 12px 60px;
    position: relative;
    z-index: 1;
}

.help-two .help-two__card::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-31deg, white 70%, transparent 50%);
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
    z-index: -1;
}

.help-two .help-two__card::after {
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 4px;
    background-color: var(--base-color);
}

.help-two .help-two__card .help-card-thumb {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-inline: auto;
}

.help-two .help-two__card .help-card-thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.help-two .help-two__card .help-card-thumb i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-start: -30px;
    font-size: 60px;
    color: var(--base-color);
}

.help-two .help-card-content {
    text-align: center;
    margin-top: 30px;
}

.help-two .help-card-content h4 {
    font-weight: 800;
    color: var(--quaternary-color);
}

.help-two .help-card-content h6 {
    color: var(--secondary-color);
    font-weight: 700;
    margin: 6px 0px;
}

.help-two .help-card-content p {
    color: #747474;
    font-size: 14px;
}

.help-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 100px;
}

.help-three .section__header {
    text-align: center;
}

.help-three .section__header h2 {
    text-align: center !important;
}

.help-three .help-three__inner {
    padding: 5px 20px 80px;
    background: var(--white);
    -webkit-box-shadow: 0px 21px 33px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 21px 33px 0px rgba(0, 0, 0, 0.04);
}

.help-three .help-three__wrapper {
    position: relative;
    z-index: 1;
}

.help-three .help-three__wrapper .v-line {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.help-three .help-cta {
    text-align: center;
}

.help-three .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.help-three .btn--primary::before,
.help-three .btn--primary::after {
    border-radius: 0px;
}

.help-three .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.help-three .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.help-three .help-three__single {
    text-align: center;
}

.help-three .help-three__single:hover .thumb {
    border-color: var(--base-color);
}

.help-three .help-three__single:hover .thumb i {
    color: var(--black);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.help-three .help-three__single:hover .help-three__tag {
    background-color: var(--base-color);
}

.help-three .help-three__single:hover .help-three__tag h6 {
    color: var(--black);
}

.help-three .help-three__thumb {
    position: relative;
    margin-bottom: 25px;
}

.help-three .thumb {
    width: 194px;
    min-width: 194px;
    height: 194px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-inline: auto;
    background-color: var(--white);
    -webkit-filter: drop-shadow(0px 8px 23px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0px 8px 23px rgba(0, 0, 0, 0.07));
    border: 1px solid transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.help-three .thumb i {
    font-size: 60px;
    color: var(--quaternary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.help-three .help-three__tag {
    padding: 20px 40px;
    background-color: var(--quaternary-color);
    -webkit-clip-path: polygon(0% 0%, 100% 30%, 80% 100%, 10% 90%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 30%, 80% 100%, 10% 90%, 0% 0%);
    width: 194px;
    margin-inline: auto;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.help-three .help-three__tag h6 {
    color: var(--white);
    font-weight: 700;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    margin-bottom: -6px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.help-three .help-three__content {
    padding-top: 25px;
}

.help-three .help-three__content h6 {
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 6px;
}

.help-three .help-three__content p {
    color: #5e5f63;
    font-size: 15px;
    max-width: 230px;
    margin-inline: auto;
}

.help-three .help-three-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 70%;
    z-index: -1;
    overflow: hidden;
}

.help-three .help-three-bg::before {
    content: "";
    position: absolute;
    top: -80px;
    inset-inline-start: -80px;
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--base-color);
    z-index: -2;
}

.help-three .help-three-bg .bg-help {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    z-index: -4;
}

.help-three .poor-boy {
    position: absolute;
    inset-inline-end: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 45%;
    z-index: -3;
}

.help-three .poor-boy::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 16.64%, rgba(9, 31, 27, 0.17) 28.59%, rgba(9, 31, 27, 0.37) 38.19%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 61.29%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.help-three .poor-boy .parallax-image-wrap,
.help-three .poor-boy .parallax-image-inner {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.help-three .poor-boy .poor {
    width: 100%;
    height: 100%;
}

.help-three .poor-boy .shape {
    position: absolute;
    inset-inline-start: 0px;
    inset-block: 0px;
    z-index: 1;
}

.help-three .parasuit {
    position: absolute;
    top: -150px;
    inset-inline-start: 8%;
    z-index: -1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -webkit-animation: fall 15s ease-in-out infinite;
    animation: fall 15s ease-in-out infinite;
}

.help-three .parasuit img {
    max-width: 8vw;
    min-width: 40px;
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    25% {
        -webkit-transform: translateX(5px) translateY(-5px);
        transform: translateX(5px) translateY(-5px);
    }
    50% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    75% {
        -webkit-transform: translateX(-5px) translateY(5px);
        transform: translateX(-5px) translateY(5px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    25% {
        -webkit-transform: translateX(5px) translateY(-5px);
        transform: translateX(5px) translateY(-5px);
    }
    50% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    75% {
        -webkit-transform: translateX(-5px) translateY(5px);
        transform: translateX(-5px) translateY(5px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

/* ==== 
 --------- (5.03) help section styles end ---------
 ==== */

/* ==== 
 --------- (5.04) cause slider section styles start ---------
 ==== */

.cause {
    padding: 100px 0px;
    background-color: #edeeef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cause .section__header {
    margin-bottom: 0px !important;
}

.cause .section__header h2 {
    margin-bottom: 0px !important;
}

.cause .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
}

.cause .cause__slider-wrapper {
    margin-top: 35px;
}

.cause .cause__slider-single {
    padding: 12px;
    background-color: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    border-radius: 15px;
}

.cause .cause__slider-single:hover .thumb img {
    -webkit-transform: scale(1.2) rotate(10deg);
    -ms-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}

.cause .cause__slider-single:hover .thumb .tag a {
    background-color: var(--secondary-color);
    color: var(--white);
}

.cause .cause__slider-single:hover .cause__cta a {
    color: var(--white);
}

.cause .cause__slider-single:hover .cause__cta a::before,
.cause .cause__slider-single:hover .cause__cta a::after {
    width: 0% !important;
}

.cause .thumb {
    position: relative;
    margin-bottom: 30px;
}

.cause .thumb a {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.cause .thumb a img {
    height: 200px;
    width: 100%;
    border-radius: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cause .thumb .tag {
    position: absolute;
    bottom: 10px;
    inset-inline-start: 10px;
}

.cause .thumb .tag a {
    padding: 3px 15px;
    background-color: var(--base-color);
    border-radius: 30px;
    color: var(--black);
}

.cause .thumb .tag a:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}

.cause .content {
    padding-inline: 20px;
}

.cause .content h6 {
    margin-top: -8px;
    margin-bottom: 8px;
    font-weight: 800;
    color: var(--secondary-color);
}

.cause .content h6:hover {
    color: var(--hover-color);
}

.cause .content p {
    font-size: 14px;
    line-height: 20px;
}

.cause .cause__slider-cta {
    padding: 20px;
    border-radius: 10px;
    background: rgba(157, 153, 139, 0.1);
    margin-top: 24px;
}

.cause .cause__slider-cta .cause-progress__intro p {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--secondary-color);
    font-weight: 600;
}

.cause .cause__slider-cta .cause-progress__goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cause .cause__slider-cta .cause-progress__goal p {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 14px;
}

.cause .cause__slider-cta .cause-progress__goal .goal {
    color: var(--hover-color);
    font-weight: 800;
}

.cause .cause-progress__bar {
    margin: 5px 0px 10px;
}

.cause .cause__cta {
    margin-top: 20px;
}

.cause .cause__cta a {
    font-size: 14px;
    line-height: 1;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--secondary-color);
}

.cause .cause__cta a::before,
.cause .cause__cta a::after {
    background-color: var(--white);
}

.cause .cause__cta a:hover {
    color: var(--white);
}

.cause .pagination-one {
    margin-top: 40px;
}

.cause .swiper-slide-active .thumb img {
    -webkit-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}

.cause .swiper-slide-active .thumb .tag a {
    background-color: var(--secondary-color);
    color: var(--white);
}

.cause .swiper-slide-active .cause__cta a {
    color: var(--white);
}

.cause .swiper-slide-active .cause__cta a::before,
.cause .swiper-slide-active .cause__cta a::after {
    width: 0% !important;
}

.cause .spade {
    position: absolute;
    top: 75%;
    inset-inline-start: 5%;
    z-index: -1;
}

.cause .spade img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.cause-two {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 100px;
}

.cause-two .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

.cause-two .cause-two__slider-single {
    position: relative;
    z-index: 5;
}

.cause-two .cause-two__slider-single img {
    width: 100%;
    height: 600px;
}

.cause-two .cause-two__slider-single .cause-thumb {
    position: relative;
}

.cause-two .cause-two__slider-single .cause-thumb a {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--quaternary-color);
    color: var(--white);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    z-index: 99 !important;
}

.cause-two .cause-two__slider-single .cause-thumb a i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 16px;
}

.cause-two .cause-two__slider-single .cause-thumb a:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.cause-two .swiper-slide-active .cause-two__slider-single .cause-thumb a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}

.cause-two .cause-two__inner {
    width: 100%;
    margin-inline: auto;
    position: relative;
    z-index: 3;
}

.cause-two .cause-two__inner::before {
    content: "";
    position: absolute;
    width: 500vw;
    height: 500vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 80%;
    border-radius: 50%;
    background-color: var(--white);
    z-index: 3;
}

.cause-two .cause-two__inner::after {
    content: "";
    position: absolute;
    width: 500vw;
    height: 500vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 80%;
    border-radius: 50%;
    background-color: var(--white);
    z-index: 3;
}

.cause-two .cause-two__content-slider {
    position: relative;
    z-index: 9;
    top: -90px;
    margin-bottom: -90px;
    pointer-events: none !important;
}

.cause-two .cause-two__content-slider .swiper-slide {
    pointer-events: none !important;
}

.cause-two .cause-two__content-slider .swiper-slide-active .cause-content {
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}

.cause-two .cause-content {
    text-align: center;
    max-width: 580px;
    margin-inline: auto;
    -webkit-transform: translateY(100%) !important;
    -ms-transform: translateY(100%) !important;
    transform: translateY(100%) !important;
    -webkit-transition: var(--transition) !important;
    transition: var(--transition) !important;
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

.cause-two .cause-content h4 {
    font-weight: 800;
    color: var(--secondary-color);
}

.cause-two .slider-navigation {
    position: absolute;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    display: none;
    pointer-events: none;
}

.cause-two .slider-navigation button {
    pointer-events: all;
}

.cause-alt .cause-inner__wrapper {
    position: relative;
}

.cause-alt .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cause-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--white);
}

.cause-three::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50%;
    background-color: #efefef;
    z-index: -1;
}

.cause-three-alt {
    background-color: var(--white);
}

.cause-three-alt .mb-60 {
    margin-bottom: 35px !important;
}

/* ==== 
 --------- (5.04) cause slider section styles end ---------
 ==== */

/* ==== 
 --------- (5.05) cta section styles start ---------
 ==== */

.cta-section {
    overflow: hidden;
}

.cta-section .container-fluid {
    padding: 0px;
}

.cta-section .row>* {
    padding: 0px;
}

.cta-section .cta-section__single {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 100px 0px;
    z-index: 1;
}

.cta-section .cta-img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.cta-section .cta-img .parallax-image-wrap,
.cta-section .cta-img .parallax-image-inner {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.cta-section .cta-img img {
    width: 100%;
    height: 100%;
}

.cta-section .cta-section__center {
    z-index: 2;
    background-image: url("../images-w/cta/mask-two.png");
    background-size: 100% 100%;
    position: relative;
    width: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cta-section .cta-section__center .cta-img {
    -webkit-mask-image: url("../images-w/cta/mask.png");
    mask-image: url("../images-w/cta/mask.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 99% 100%;
    mask-size: 99% 100%;
}

.cta-section .cta-section__center .cta-img img {
    -o-object-position: left;
    object-position: left;
}

.cta-section .cta-section__first {
    position: relative;
    z-index: 1;
}

.cta-section .cta-section__first::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}

.cta-section .cta-section__last {
    position: relative;
    z-index: 1;
}

.cta-section .cta-section__last::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(0, 113, 93, 0.08) 18.93%, rgba(0, 113, 93, 0.17) 29.72%, rgba(0, 113, 93, 0.37) 47.05%, rgba(0, 113, 93, 0.67) 56.36%, #00715d 73.4%, #00715d 95.2%, rgba(0, 113, 93, 0.91) 103.44%);
    z-index: -1;
}

.cta-section .cta-section__group {
    text-align: center;
}

.cta-section .thumb {
    margin-bottom: 25px;
}

.cta-section .thumb i {
    font-size: 60px;
    color: var(--white);
}

.cta-section h3,
.cta-section span {
    color: var(--white);
}

.cta-section span {
    font-size: 14px;
}

.cta-section h3 {
    margin-top: 5px;
    font-weight: 700;
}

.cta-section .cta-s {
    margin-top: 32px;
}

.cta-section .video-btn-wrapper {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    inset: unset;
}

.cta-section .video-btn-wrapper::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px dashed var(--black);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.cta-section .video-btn-wrapper i {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

.cta-section .btn--tertiary,
.cta-section .btn--primary {
    padding: 20px 40px;
    border-radius: 60px;
}

.cta-section .btn--tertiary::before,
.cta-section .btn--tertiary::after,
.cta-section .btn--primary::before,
.cta-section .btn--primary::after {
    border-radius: 0px;
}

.cta-section .btn--tertiary::before,
.cta-section .btn--tertiary::after {
    background-color: var(--quaternary-color);
    width: 52%;
}

.cta-section .btn--tertiary:hover::before,
.cta-section .btn--tertiary:hover::after {
    width: 0px;
}

.cta-section-two {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta-section-two::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    z-index: -3;
}

.cta-section-two .sub-title {
    color: var(--base-color);
}

.cta-section-two h2 {
    color: var(--white);
}

.cta-section-two .banner__content-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cta-section-two .btn--tertiary,
.cta-section-two .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.cta-section-two .btn--tertiary::before,
.cta-section-two .btn--tertiary::after,
.cta-section-two .btn--primary::before,
.cta-section-two .btn--primary::after {
    border-radius: 0px;
}

.cta-section-two .btn--tertiary i,
.cta-section-two .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.cta-section-two .btn--tertiary:hover i,
.cta-section-two .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cta-section-two .cta-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -4;
}

.cta-section-two .cta-bg img {
    width: 100%;
    height: 100%;
}

.cta-section-two .parallax-image-wrap,
.cta-section-two .parallax-image-inner {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.cta-section-two .shape-left {
    position: absolute;
    inset-inline-start: 0px;
    top: -50px;
    bottom: 0px;
    z-index: -2;
}

.cta-section-two .shape-left img {
    -webkit-animation: moveTopBottom 4s ease-in-out infinite;
    animation: moveTopBottom 4s ease-in-out infinite;
}

.cta-section-two .shape {
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    bottom: -20px;
    z-index: 1;
}

.cta-section-two .shape img {
    width: 100%;
    height: 40px;
    -o-object-position: top;
    object-position: top;
}

/* ==== 
 --------- (5.05) cta section styles end ---------
 ==== */

/* ==== 
 --------- (5.06) team section styles start ---------
 ==== */

.team {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.team .team__single {
    overflow: hidden;
}

.team .team__single:hover .team__single-thumb img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.team .team__single:hover .team__single-thumb::before {
    visibility: visible;
    opacity: 1;
}

.team .team__single:hover .team__single-content {
    background-color: var(--secondary-color);
}

.team .team__single:hover .team__single-content h6 {
    color: var(--white);
}

.team .team__single:hover .team__single-content p {
    color: var(--base-color);
}

.team .team__single:hover .team__single-content__icon {
    background-color: var(--base-color);
    color: var(--secondary-color);
}

.team .team__single:hover .team__single-content__icon i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.team .team__single:hover .team__single__thumb-social {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team .team__single-thumb {
    position: relative;
    z-index: 1;
}

.team .team__single-thumb::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 150px;
    border-radius: 278.326px;
    background: -webkit-gradient(linear, left top, left bottom, from(#046a58), to(#01725e));
    background: linear-gradient(180deg, #046a58 0%, #01725e 100%);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.team .team__single-thumb a {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.team .team__single-thumb img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    min-height: 260px;
}

.team .team__single-content {
    /* padding: 30px 30px 24px; */
    padding: 18px 15px 7px 15px;
    background-color: #f1f0ee;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 0px 0px 10px 10px;
}

.team .team__single-content h6 {
    margin-top: -8px;
    font-weight: 800;
    color: var(--secondary-color);
}

.team .team__single-content p {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.team .team__single-content__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--white);
    z-index: 3;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.team .team__single-content__icon i {
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.team .team__icons {
    position: absolute;
    bottom: -20px;
    inset-inline-end: 20px;
}

.team .team__single__thumb-social {
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.team .team__single__thumb-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.team .team__single__thumb-social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white);
    color: var(--secondary-color);
    font-size: 16px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.team .team__single__thumb-social a:hover {
    background-color: var(--base-color);
    color: var(--secondary-color) !important;
}

.team .spade {
    position: absolute;
    top: 18%;
    inset-inline-end: 3%;
    z-index: -1;
}

.team .spade img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.team-three {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--white);
}

.team-three .team__single {
    padding: 12px;
    border-radius: 15px;
    border: 1px solid rgba(161, 159, 151, 0.22);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.team-three .team__single:hover {
    border-color: var(--base-color);
}

.team-three .team__single:hover .team__single-thumb::before {
    background-color: var(--base-color);
}

.team-three .team__single-thumb {
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-margin-end: 74px;
    margin-inline-end: 74px;
}

.team-three .team__single-thumb a {
    width: 100%;
    text-align: start;
}

.team-three .team__single-thumb a img {
    height: 350px;
    max-height: 350px;
}

.team-three .team__single-thumb::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--quaternary-color);
    -webkit-clip-path: polygon(20% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(20% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
    border-radius: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: -1;
}

.team-three .team__content-wrapper {
    padding: 30px 12px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-three .team__single-content h5 {
    margin-top: -4px;
    font-weight: 800;
    color: var(--secondary-color);
}

.team-three .team__single-content h5:hover {
    color: var(--quaternary-color);
}

.team-three .team__single-content p {
    font-size: 14px;
    font-weight: 600;
    color: var(--quaternary-color);
}

.team-three .team__single-content__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--base-color);
    color: var(--black);
    z-index: 3;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.team-three .team__single-content__icon i {
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.team-three .team__single__thumb-social {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: 24px;
    z-index: 3;
}

.team-three .team__single__thumb-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.team-three .team__single__thumb-social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--quaternary-color);
    border: 1px solid rgba(62, 81, 77, 0.12);
    font-size: 16px;
}

.team-three .team__single__thumb-social a:hover {
    background-color: var(--quaternary-color);
    color: var(--white) !important;
}

.team-three .spade {
    position: absolute;
    top: 18%;
    inset-inline-end: 3%;
    z-index: -1;
}

.team-three .spade img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.team-details {
    padding: 100px 0px;
}

.team-details .team-details__thumb {
    border-radius: 24px;
}

.team-details .team-details__thumb .parallax-image-wrap,
.team-details .team-details__thumb .parallax-image-inner {
    border-radius: 24px;
}

.team-details .team-details__thumb img {
    width: 100%;
    min-height: 300px;
    border-radius: 24px;
}

.team-details .team-details__meta h4 {
    font-weight: 800;
    color: var(--black);
    margin-top: -8px;
}

.team-details .team-details__meta .designation {
    font-weight: 500;
    font-size: 18px;
    color: #747474;
    margin-top: 4px;
}

.team-details .social {
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.team-details .social a {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #edefef;
    color: var(--quaternary-color);
}

.team-details .social a:hover {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.team-details .my-word {
    margin-top: 40px;
    margin-bottom: 24px;
}

.team-details .my-word h5 {
    font-weight: 800;
    color: var(--black);
    margin-top: -8px;
}

.team-details .cause__progress {
    margin-bottom: 14px;
}

.team-details .cause__progress:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.team-details .cause__progress p {
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
}

.team-details .progress-bar {
    overflow: visible;
}

.team-details .progress-bar-percent {
    background-color: var(--quaternary-color);
}

.team-details .percent-value {
    position: absolute;
    bottom: calc(100% + 4px);
    inset-inline-end: 0px;
    color: var(--black);
    font-weight: 700;
}

.team-details .team-details__list {
    margin-top: 30px;
}

.team-details .team-details__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-details .team-details__list ul li {
    width: 100%;
    font-weight: 700;
    color: var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.team-details .team-details__list ul li i {
    color: var(--quaternary-color);
}

.team-details .team-details__list ul li i::before {
    font-weight: 700;
}

.team-details .btn--primary {
    padding: 22px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.team-details .btn--primary::before,
.team-details .btn--primary::after {
    border-radius: 0px;
}

.team-details .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.team-details .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.team-details .about-me {
    margin-top: 20px;
}

.team-details .about-me h4 {
    font-weight: 800;
    color: var(--black);
    margin-top: -8px;
    margin-bottom: 18px;
}

.team-details .about-me p {
    color: #747474;
    font-size: 18px;
}

/* ==== 
 --------- (5.06) team section styles end ---------
 ==== */

/* ==== 
 --------- (5.07) community section styles start ---------
 ==== */

.community {
    padding-top: 100px;
    position: relative;
    z-index: 2;
    overflow-x: clip;
}

.community .community-bg {
    position: absolute;
    inset-inline: 0px;
    inset-block-start: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.community .community-bg::after {
    position: absolute;
    inset: 0px;
    content: "";
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 15.92%, rgba(9, 31, 27, 0.17) 24.99%, rgba(9, 31, 27, 0.37) 29.75%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    width: 100%;
    height: 100%;
}

.community .community-bg img {
    width: 100%;
    height: 100%;
}

.community .community-bg .parallax-image-wrap,
.community .community-bg .parallax-image-inner {
    position: absolute;
    inset-inline: 0px;
    inset-block-start: 0px;
    width: 100%;
    height: 100%;
}

.community .section__header .sub-title {
    color: var(--base-color);
}

.community .section__header h2 {
    color: var(--white);
}

.community .community-donation {
    padding: 60px 20px;
    border-radius: 30px;
    background: var(--white);
    -webkit-box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    z-index: 1;
    bottom: -140px;
    margin-top: -140px;
}

.community .community-donation .community__thumb {
    position: absolute;
    top: 0px;
    inset-inline-end: 0px;
    bottom: 0px;
    border-radius: 0px 30px 30px 0px;
    z-index: -1;
    -webkit-mask-image: url("../images-w/community/mask.png");
    mask-image: url("../images-w/community/mask.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left;
    mask-position: left;
}

.community .community-donation .community__thumb img {
    -o-object-position: left;
    object-position: left;
    height: 100%;
    max-width: 30vw;
    border-radius: 0px 30px 30px 0px;
}

.community .community-donation__inner h4 {
    font-weight: 700;
    color: var(--secondary-color);
    margin-top: -8px;
}

.community .warning {
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #d8dde1;
    background: #fdf8ea;
    position: relative;
    margin: 30px 0px 40px;
}

.community .warning p {
    line-height: 1.5;
}

.community .warning strong {
    font-weight: 700;
    color: var(--secondary-color);
}

.community .warning .line {
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 50px;
    background-color: var(--secondary-color);
    display: none;
}

.community .warning .line i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: var(--base-color);
}

.community .donation-form__single h5 {
    font-weight: 700;
    color: var(--secondary-color);
    margin-top: -8px;
}

.community .donation-form__single .made-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.community .donation-form__single .donation-amount {
    padding: 12px 16px;
    border: 1px solid #d8dde1;
    border-radius: 30px;
    font-weight: 700;
    line-height: 1;
    color: var(--secondary-color);
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.community .donation-form__single .donation-amount:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

.community .donation-form__single .active {
    background-color: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

.community .input-group-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 5px;
    border-radius: 30px;
    background: #efefef;
    margin: 15px 0px 20px;
}

.community .input-group-icon .thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--secondary-color);
}

.community .input-group-icon .thumb i {
    font-size: 20px;
    color: var(--white);
}

.community .input-group-icon input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
}

.community .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    row-gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.community .radio-single input {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.community .radio-single label {
    position: relative;
    padding-left: 8px;
    margin-left: 10px;
    font-weight: 600;
    color: var(--secondary-color);
    cursor: pointer;
}

.community .radio-single label::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #d8dde1;
    border-radius: 100%;
}

.community .radio-single label::after {
    content: "";
    position: absolute;
    right: calc(100% + 3px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #d8dde1;
    border-radius: 100%;
    top: 50%;
}

.community .radio-single input:checked+label::before {
    border-color: var(--quaternary-color);
}

.community .radio-single input:checked+label::after {
    background-color: var(--quaternary-color);
}

.community .btn--primary {
    padding: 16px 40px;
    border-radius: 30px;
    gap: 12px;
}

.community .btn--primary::after,
.community .btn--primary::before {
    border-radius: 0px;
}

.community .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
}

.community .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.community .gift {
    position: absolute;
    inset-inline-start: 5%;
    bottom: 0px;
}

.community .gift img {
    -webkit-animation: moveLeftRight 4s ease-in-out infinite;
    animation: moveLeftRight 4s ease-in-out infinite;
    max-width: 15vw;
    min-width: 50px;
}

.community .spade {
    position: absolute;
    top: 40%;
    inset-inline-start: 78%;
    z-index: -1;
}

.community .spade img {
    max-width: 20vw;
    min-width: 60px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

/* ==== 
 --------- (5.07) community section styles end ---------
 ==== */

/* ==== 
 --------- (5.08) testimonial section styles start ---------
 ==== */

.testimonial {
    padding: 240px 0px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial .testimonial__inner {
    position: relative;
}

.testimonial .testimonial__slider-single {
    padding: 40px 20px;
    background-color: var(--white);
    border-radius: 30px;
    -webkit-box-shadow: var(--shadow-secondary);
    box-shadow: var(--shadow-secondary);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: 1px solid var(--white);
    position: relative;
    z-index: 1;
}

.testimonial .testimonial__slider {
    padding-block: 24px;
    margin-block: -24px;
}

.testimonial q {
    font-weight: 600;
}

.testimonial .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.testimonial .review i {
    font-size: 18px;
    color: var(--base-color);
}

.testimonial .shape {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.testimonial .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
}

.testimonial .author-info .author-thumb {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial .author-info .author-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .author-info h6 {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
}

.testimonial .author-info p {
    font-size: 14px;
    line-height: 1;
}

.testimonial .quote {
    position: absolute;
    z-index: -1;
    top: 30px;
    inset-inline-end: 20px;
}

.testimonial .quote img {
    opacity: 0.05;
    max-width: 10vw;
    min-width: 20px;
}

.testimonial .swiper-slide-active .testimonial__slider-single {
    border-color: var(--base-color);
}

.testimonial .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-two {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-two::before {
    content: "";
    position: absolute;
    top: 0px;
    inset-inline-end: 0px;
    bottom: 0px;
    height: 100%;
    width: 20%;
    background-color: var(--base-color);
    z-index: -1;
}

.testimonial-two .blog-bg {
    position: absolute;
    top: 0px;
    inset-inline: 0px;
    z-index: -2;
    width: 100%;
    height: 60%;
    min-height: 400px;
}

.testimonial-two .blog-bg img {
    width: 100%;
    height: 100%;
}

.testimonial-two .testimonial-two__inner {
    background-color: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.testimonial-two .testimonial-two__content {
    position: relative;
    z-index: 1;
    padding: 80px 20px;
}

.testimonial-two .testimonial-two__content .quote {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: 5%;
}

.testimonial-two .testimonial-two__thumb {
    position: relative;
}

.testimonial-two .testimonial-two__thumb img {
    width: 100%;
    min-height: 500px;
}

.testimonial-two .testimonial-two__thumb .quote-thumb {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--quaternary-color);
    position: absolute;
    top: 30px;
    inset-inline-start: 30px;
}

.testimonial-two .testimonial-two__thumb .quote-thumb i {
    font-size: 50px;
    color: var(--white);
}

.testimonial-two .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.testimonial-two .review i {
    font-size: 18px;
    color: var(--base-color);
}

.testimonial-two .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.testimonial-two .author-info .author-thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-two .author-info .author-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial-two .author-info h5 {
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom: 8px;
}

.testimonial-two .author-info p {
    line-height: 1;
}

.testimonial-two .testimonial-two__single-content {
    margin-top: 35px;
}

.testimonial-two .testimonial-two__single-content h5 {
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: -8px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.testimonial-two .testimonial-two__single-content .review {
    margin-top: 24px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.testimonial-two .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.testimonial-two .swiper-slide-active .author-info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.testimonial-two .swiper-slide-active .testimonial-two__single-content h5 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.testimonial-two .swiper-slide-active .testimonial-two__single-content .review {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.testimonial-two .spade {
    position: absolute;
    bottom: 0%;
    inset-inline-start: 20%;
    z-index: -1;
}

.testimonial-two .spade img {
    max-width: 20vw;
    min-width: 60px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.testimonial-three {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-three .testimonial-three__single {
    padding: 60px 20px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonial-three .testimonial-three__single::before {
    content: "";
    position: absolute;
    bottom: 0px;
    inset-inline-end: 0px;
    width: 66%;
    height: 8px;
    background-color: var(--quaternary-color);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 100%);
}

.testimonial-three .thumb {
    min-width: 100%;
}

.testimonial-three .thumb img {
    width: 100%;
    min-height: 200px;
    max-height: 340px;
}

.testimonial-three .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-three .review i {
    font-size: 18px;
    color: var(--base-color);
}

.testimonial-three .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-right: 30px;
}

.testimonial-three .author-info .quote i {
    font-size: 34px;
    color: var(--quaternary-color);
}

.testimonial-three .author-info h6 {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
}

.testimonial-three .author-info p {
    line-height: 1;
    color: var(--quaternary-color);
}

.testimonial-three p {
    color: #747474;
    font-weight: 600;
}

.testimonial-three .slider-navigation {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.testimonial-three .swiper {
    padding: 20px !important;
}

.testimonial-three .testimonial-three__inner {
    margin: -20px;
    overflow: hidden !important;
}

.testimonial-three .spade {
    position: absolute;
    bottom: -20%;
    left: 25%;
    z-index: -1;
}

.testimonial-three .spade img {
    max-width: 20vw;
    min-width: 60px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.testimonial-three .spade-green {
    position: absolute;
    top: 18%;
    inset-inline-end: 3%;
    z-index: -1;
}

.testimonial-three .spade-green img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.testimonial-alter {
    padding: 100px 0px !important;
}

/* ==== 
 --------- (5.08) testimonial section styles end ---------
 ==== */

/* ==== 
 --------- (5.09) blog section styles start ---------
 ==== */

.blog {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog .blog__single {
    padding: 20px 20px 60px;
    background-color: var(--white);
    border-radius: 24px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.blog .blog__single:hover {
    background-color: var(--tertiary-color);
}

.blog .blog__single:hover .blog__single-thumb a img {
    -webkit-transform: scale(1.2) rotate(6deg);
    -ms-transform: scale(1.2) rotate(6deg);
    transform: scale(1.2) rotate(6deg);
}

.blog .blog__single:hover .blog__single-meta p {
    color: var(--white);
}

.blog .blog__single:hover .blog__single-content h5 {
    color: var(--white);
}

.blog .blog__single:hover .blog__single-cta a {
    color: var(--white);
}

.blog .blog__single:hover .blog__single-cta a::before {
    background-color: var(--white);
}

.blog .blog__single:hover .blog__single-cta a i {
    color: var(--base-color);
}

.blog .blog__single:hover .spade-two {
    opacity: 1;
    visibility: visible;
}

.blog .blog__single .spade-two {
    position: absolute;
    bottom: 20px;
    inset-inline-end: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.blog .blog__single-thumb {
    position: relative;
    margin-bottom: 30px;
}

.blog .blog__single-thumb a {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.blog .blog__single-thumb a img {
    width: 100%;
    /*min-height: 280px;*/
    border-radius: 16px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog .blog__single-thumb .tag {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
}

.blog .blog__single-thumb .tag a {
    padding: 8px 24px;
    background-color: var(--secondary-color);
    border-radius: 30px;
    color: var(--white);
}

.blog .blog__single-thumb .tag a i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.blog .blog__single-thumb .tag a:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.blog .blog__single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0px 12px;
}

.blog .blog__single-meta p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog .blog__single-meta p i {
    color: var(--base-color);
}

.blog .blog__single-content {
    padding: 0px 12px;
}

.blog .blog__single-content h5 {
    font-weight: 700;
    color: var(--secondary-color);
    margin-top: -8px;
}

.blog .blog__single-cta {
    margin-top: 32px;
    padding: 0px 12px;
}

.blog .blog__single-cta a {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 18px;
    position: relative;
}

.blog .blog__single-cta a::before {
    content: "";
    position: absolute;
    top: 85%;
    inset-inline-start: 0px;
    width: 76%;
    height: 1px;
    background-color: var(--secondary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog .blog__single-cta a i {
    color: var(--tertiary-color);
    font-size: 20px;
    margin-bottom: -2px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog .blog-bg {
    position: absolute;
    top: 0px;
    inset-inline: 0px;
    z-index: -2;
    width: 100%;
    height: 60%;
    min-height: 400px;
}

.blog .blog-bg img {
    width: 100%;
    height: 100%;
}

.blog .spade {
    position: absolute;
    top: 25%;
    inset-inline-start: 10%;
    z-index: -1;
}

.blog .spade img {
    max-width: 20vw;
    min-width: 60px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.blog-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blog-two .blog__single-thumb {
    margin-top: 30px;
    margin-bottom: 0px;
}

.blog-two .blog__single-cta {
    margin-top: 40px;
}

.blog-two .spade {
    top: 80%;
    inset-inline-start: 90%;
}

.blog-main .blog__single-thumb {
    position: relative;
    margin-bottom: 30px;
}

.blog-main .blog__single-thumb a {
    width: 100%;
    overflow: hidden;
}

.blog-main .blog__single-thumb a img {
    width: 100%;
    min-height: 280px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-main .blog__single-thumb .tag {
    position: absolute;
    top: 20px;
    inset-inline-start: 20px;
}

.blog-main .blog__single-thumb .tag a {
    padding: 8px 24px;
    background-color: var(--secondary-color);
    color: var(--white);
}

.blog-main .blog__single-thumb .tag a i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.blog-main .blog__single-thumb .tag a:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.blog-main .blog__single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.blog-main .blog__single-meta p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-main .blog__single-meta p i {
    color: var(--base-color);
}

.blog-main .blog__single-content h4 {
    font-weight: 700;
    color: var(--black);
    margin-top: -8px;
    margin-bottom: 8px;
}

.blog-main .blog__single-content h4:hover {
    color: var(--hover-color);
}

.blog-main .blog__single-cta {
    margin-top: 32px;
}

.blog-main .blog__single-cta a {
    font-weight: 800;
    color: var(--black);
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    gap: 12px;
}

.blog-main .blog__single-cta a:hover {
    color: var(--hover-color);
}

.blog-main .blog__single-cta a i {
    font-size: 16px;
    margin-bottom: 0px;
}

.blog-main .blockquote-wrapper {
    padding: 24px 24px;
    background-color: #ebebeb;
    border-left: 5px solid var(--quaternary-color);
}

.blog-main .blockquote-wrapper blockquote {
    font-weight: 600;
    font-style: italic;
    color: var(--black);
}

.blog-main .blockquote-wrapper p {
    margin-top: 12px !important;
    font-weight: 700;
    color: var(--quaternary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
}

.blog-main .blockquote-wrapper p .line {
    width: 26px;
    height: 1px;
    background-color: var(--quaternary-color);
}

.blog-main .details-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-main .details-footer .details-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-main .details-footer .tag-header h6 {
    font-weight: 600;
    color: var(--black);
}

.blog-main .details-footer .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.blog-main .details-footer .tag-wrapper a {
    font-size: 14px;
    color: #555555;
    border: 1px solid #707070;
    padding: 2px 14px;
}

.blog-main .details-footer .tag-wrapper a:hover {
    border-color: var(--base-color);
    background-color: var(--base-color);
    color: var(--black);
}

.blog-main .details-footer .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    font-size: 14px;
    color: var(--black);
    background-color: #ebebeb;
}

.blog-main .details-footer .social a:hover {
    background-color: var(--base-color);
}

.blog-main .cm-details-author {
    padding-block: 80px !important;
    text-align: center;
}

.blog-main .cm-details-author .author-thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 30px;
}

.blog-main .cm-details-author .author-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.blog-main .cm-details-author h6 {
    font-weight: 700;
    color: var(--black);
    margin-top: -8px;
}

.blog-main .cm-details-author p {
    max-width: 300px;
    margin-inline: auto;
}

.blog-main .cm-details-author p:nth-last-of-type(1) {
    margin-top: 16px;
}

.blog-main .cm-details-author .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.blog-main .cm-details-author .social a {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    color: #7d7e80;
    border: 1px solid #7d7e80;
    font-size: 14px;
}

.blog-main .cm-details-author .social a:hover {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--base-color);
}

.blog-main .cm-sidebar-widget {
    background-color: #ebebeb !important;
}

.blog-main .cm-sidebar-widget form {
    background-color: #ebebeb;
    border-color: #e9d1d1 !important;
}

.blog-main .cm-sidebar-widget form input {
    background-color: transparent;
}

.blog-main .cm-categories a {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 20px;
    background-color: var(--white);
    border: 1px solid #e9d1d1;
    margin-bottom: 20px;
    color: var(--black);
}

.blog-main .cm-categories a:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog-main .cm-categories a:hover {
    background-color: var(--black);
    color: var(--white);
}

/* ==== 
 --------- (5.09) blog section styles start ---------
 ==== */

/* ==== 
 --------- (5.10) award section styles start ---------
 ==== */

.award {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

.award .award__single {
    position: relative;
    overflow: hidden;
}

.award .award__single:hover .content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.award .award__single .thumb a {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.award .award__single .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    min-height: 300px;
    max-height: 410px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.award .award__single .content {
    padding: 40px 20px;
    border-radius: 11px;
    background: rgba(10, 32, 28, 0.51);
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
    position: absolute;
    bottom: 30px;
    margin-inline: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 460px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.award .award__single .content h5 {
    font-weight: 700;
    color: var(--white);
}

.award .award__single .content h5:hover {
    color: var(--base-color);
}

.award .award__single .content p {
    color: var(--white);
    font-size: 14px;
}

.award .award__single .content .award__thumb a {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--base-color);
    color: var(--black);
}

.award .award__single .content .award__thumb a:hover {
    background-color: var(--white);
    color: var(--black);
}

.award .award__single .content .award__thumb a i {
    font-size: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.award .spade {
    position: absolute;
    bottom: 5%;
    inset-inline-start: 20%;
    z-index: -1;
}

.award .spade img {
    max-width: 20vw;
    min-width: 60px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    overflow: hidden;
    position: relative;
}

.gallery__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: marquee 16s linear infinite;
    animation: marquee 16s linear infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.gallery__slider:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.gallery__single {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 76.9230769231%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gallery__single::after {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(9, 31, 27, 0.5019607843);
    width: 100%;
    height: 0%;
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.gallery__single:hover a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.gallery__single:hover::after {
    height: 100%;
}

.gallery__single:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery__single img {
    width: 100%;
    min-height: 300px;
    z-index: -2;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.gallery__single a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--base-color);
    color: var(--black);
    font-size: 24px;
}

.gallery__single a:hover {
    background-color: var(--white);
    color: var(--black);
}

@media (min-width: 768px) {
    .gallery__single {
        width: 33.3333333333%;
    }
}

@media (min-width: 992px) {
    .gallery__single {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .gallery__single {
        width: 20%;
    }
}

@media (min-width: 1600px) {
    .gallery__single {
        width: 16.6666666667%;
    }
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee-rtl {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes marquee-rtl {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/* ==== 
 --------- (5.10) award section styles end ---------
 ==== */

/* ==== 
 --------- (5.11) faq section styles start ---------
 ==== */

.faq {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.faq .accordion-item {
    margin-bottom: 30px;
    background-color: var(--white);
    border-radius: 40px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}

.faq .accordion-item:last-of-type {
    margin-bottom: 0px;
}

.faq .accordion-item .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--quaternary-color);
    border-radius: 40px 40px 0px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq .accordion-item .accordion-button:not(.collapsed)::after {
    color: var(--white);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq .accordion-item .accordion-button {
    border-radius: 0px;
    color: var(--secondary-color);
    position: relative;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 40px;
    padding: 20px 30px;
    font-weight: 700;
}

.faq .accordion-item .accordion-button::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-image: none;
    font-size: 20px;
    color: var(--secondary-color);
}

.faq .accordion-item:first-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 50px;
}

.faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 50px;
}

.faq h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    color: var(--secondary-color);
}

.faq h6 button {
    padding: 0px;
    font-size: inherit;
    line-height: inherit;
    border: none;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    padding: 16px 0px;
    border-radius: 50px;
    color: var(--secondary-color);
}

.faq .accordion-body {
    padding: 24px 30px;
    border: 0px;
}

.faq .accordion-body p {
    color: #747474;
}

.faq .faq__thumb-inner {
    min-width: 800px;
    position: relative;
}

.faq .faq__thumb-inner img {
    width: unset;
}

.faq .faq__thumb-inner .parallax-image-wrap,
.faq .faq__thumb-inner .parallax-image-inner {
    border-radius: 10px;
}

.faq .faq__thumb-inner .thumb-sm {
    position: absolute;
    top: 80px;
    inset-inline-start: 40%;
    border: 10px solid var(--white);
    border-radius: 20px;
}

.faq .faq__thumb-inner .thumb-lg {
    position: relative;
    display: inline-block;
    border: 10px solid var(--white);
    border-radius: 20px;
}

.faq .faq__thumb-inner .thumb-lg::before {
    content: "";
    position: absolute;
    bottom: 0px;
    inset-inline-end: -40px;
    width: 20px;
    height: 200px;
    background-color: var(--base-color);
    border-radius: 20px;
}

.faq .shape {
    position: absolute;
    z-index: -2;
    background-color: var(--quaternary-color);
    inset-inline-end: 0px;
    top: 0px;
    bottom: 0px;
    width: 47vw;
}

.faq .shape img {
    position: absolute;
    inset-inline-start: -2px;
    top: 0px;
    bottom: 0px;
    height: 100%;
}

/* ==== 
 --------- (5.11) faq section styles start ---------
 ==== */

/* ==== 
 --------- (5.12) overview section styles start ---------
 ==== */

.overview {
    position: relative;
    top: -50px;
    z-index: 1;
    margin-bottom: -50px;
}

.overview .overview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.overview .overview__single {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    background-color: var(--base-color);
}

.overview h4 {
    margin-top: -8px;
    font-weight: 800;
    color: var(--black);
}

.overview .cause__progress {
    margin-block: 30px 25px;
}

.overview .progress-bar {
    overflow: visible;
}

.overview .progress-bar-percent {
    background-color: var(--black);
}

.overview .percent-value {
    position: absolute;
    bottom: 100%;
    inset-inline-end: 0px;
    color: var(--black);
    font-weight: 700;
}

.overview .overview__left {
    border-radius: 10px;
}

.overview .cause-progress__goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.overview .cause-progress__goal span {
    font-weight: 600;
    color: var(--black);
}

.overview .cause-progress__goal h5 {
    font-weight: 800;
    color: var(--black);
}

.overview .overview__right {
    background-color: var(--quaternary-color);
    border-radius: 10px;
}

.overview .overview__right span {
    padding: 4px 24px;
    border: 1px solid var(--white);
    border-radius: 30px;
}

.overview .overview__right h4 {
    margin-block: 16px 12px;
    font-weight: 600;
}

.overview .overview__right span,
.overview .overview__right h4,
.overview .overview__right p {
    color: var(--white);
}

/* ==== 
 --------- (5.12) overview section styles end ---------
 ==== */

/* ==== 
 --------- (5.13) donation section styles start ---------
 ==== */

.donation-future {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 100px;
}

.donation-future .donation-future__content {
    position: relative;
    z-index: 2;
}

.donation-future .sub-title {
    color: var(--base-color);
}

.donation-future h2 {
    color: var(--white);
}

.donation-future .video-btn-wrapper {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 40px;
}

.donation-future .video-btn-wrapper a {
    background-color: var(--quaternary-color);
    color: var(--white);
    width: 130px;
    min-width: 130px;
    height: 130px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.donation-future .video-btn-wrapper a i {
    color: var(--white);
    font-size: 30px;
}

.donation-future .donation-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 70%;
    z-index: -3;
}

.donation-future .donation-bg .parallax-image-wrap,
.donation-future .donation-bg .parallax-image-inner {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -3;
}

.donation-future .donation-bg .parallax-image {
    width: 100%;
    height: 100%;
    -o-object-position: top;
    object-position: top;
}

.donation-future .donation-bg::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    z-index: -2;
}

.donation-future .donation-bg .shape {
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
    height: 70px;
    -o-object-position: top;
    object-position: top;
}

.donation-future .donation-future__thumb {
    padding: 60px 20px;
    margin-bottom: 10px;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-size: 110% 110%;
    background-position: center center;
    border-radius: 11px;
    border: 14px solid #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 2;
}

.donation-future .donation-future__thumb h4 {
    font-weight: 800;
    margin-top: -8px;
    color: var(--secondary-color);
}

.donation-future .donation-future__thumb .progress-bar-single {
    margin-top: 80px;
}

.donation-future .donation-future__thumb .progress-bar {
    height: 16px;
    overflow: visible;
    background-color: var(--white);
}

.donation-future .donation-future__thumb .percent-value {
    position: absolute;
    bottom: calc(100% + 20px);
    inset-inline-end: -10px;
    color: var(--quaternary-color);
    font-weight: 700;
}

.donation-future .donation-future__thumb .progress-bar-percent {
    background-color: var(--quaternary-color);
}

.donation-future .donation-future__thumb .progress-bar-percent::before {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: var(--white);
    outline: 8px solid var(--quaternary-color);
    border-radius: 50%;
}

.donation-future .donation-future__thumb .cause-progress__goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}

.donation-future .donation-future__thumb .cause-progress__goal p {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
}

.donation-future .donation-future__thumb hr {
    margin: 30px 0px 40px;
    border: 0px;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.donation-future .donation-future__thumb .made-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.donation-future .donation-future__thumb .donation-amount {
    padding: 16px 30px;
    border: 1px solid var(--white);
    background-color: var(--white);
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--secondary-color);
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.donation-future .donation-future__thumb .donation-amount:hover {
    background-color: var(--quaternary-color);
    color: var(--white);
    border-color: var(--quaternary-color);
}

.donation-future .donation-future__thumb .active {
    background-color: var(--quaternary-color);
    color: var(--white);
    border-color: var(--quaternary-color);
}

.donation-future .donation-future__thumb .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
    color: var(--white);
}

.donation-future .donation-future__thumb .btn--primary::before,
.donation-future .donation-future__thumb .btn--primary::after {
    border-radius: 0px;
    background-color: var(--quaternary-color);
}

.donation-future .donation-future__thumb .btn--primary i {
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.donation-future .donation-future__thumb .btn--primary:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.donate-inner {
    padding: 80px 20px 160px;
    margin-inline: 8px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
    top: -60px;
    margin-bottom: -60px;
    position: relative;
    z-index: 3;
}

.donate-inner .community-donation__inner h5 {
    font-weight: 700;
    color: var(--black);
    margin-top: -8px;
}

.donate-inner .community-donation {
    padding: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.donate-inner .community-donation hr {
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    margin: 80px 0px;
    border: 0px !important;
}

.donate-inner .community-donation .cta {
    margin-top: 40px !important;
}

.donate-inner .community-donation .form-cta .btn--primary {
    padding: 16px 20px !important;
}

.donate-inner .warning {
    margin: 20px 0px 0px !important;
}

.donate-inner .donation-form {
    margin-top: 50px !important;
}

.donate-inner .checkout__form {
    padding-bottom: 60px;
}

.donate-inner .radio-wrapper {
    padding: 0px !important;
    margin: 16px 0px 0px !important;
}

/* ==== 
 --------- (5.13) donation section styles end ---------
 ==== */

/* ==== 
 --------- (5.14) counter section styles start ---------
 ==== */

.counter {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0px;
}

.counter .counter__inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 60px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.counter .divider {
    border-right: 1px dashed var(--base-color);
    display: none;
}

.counter .counter__single {
    text-align: center;
    width: 100%;
}

.counter .counter__single:hover .thumb {
    border-color: var(--base-color);
    background-color: var(--base-color);
}

.counter .counter__single:hover .thumb i {
    color: var(--black);
}

.counter .counter__single div {
    line-height: inherit !important;
}

.counter .counter__single h2 {
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 800;
}

.counter .counter__single h5 {
    font-weight: 600;
    color: var(--white);
    margin-bottom: -8px;
}

.counter .counter__single .prefix {
    margin-top: -10px;
    margin-left: 10px;
}

.counter .counter__single .thumb {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--white);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-inline: auto;
    margin-bottom: 30px;
}

.counter .counter__single .thumb i {
    font-size: 30px;
    color: var(--white);
    -webkit-transition: inherit;
    transition: inherit;
}

.counter .poor {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    z-index: -3;
}

.counter .poor::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 16.64%, rgba(9, 31, 27, 0.17) 28.59%, rgba(9, 31, 27, 0.37) 38.19%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 61.29%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.counter .poor .parallax-image-wrap,
.counter .poor .parallax-image-inner {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -3;
}

.counter .poor .parallax-image {
    width: 100%;
    height: 100%;
}

.counter .shape-left {
    position: absolute;
    inset-inline-start: 0px;
    top: -50px;
    bottom: 0px;
    z-index: -2;
}

.counter .shape-left img {
    -webkit-animation: moveTopBottom 4s ease-in-out infinite;
    animation: moveTopBottom 4s ease-in-out infinite;
    max-width: 20vw;
    min-width: 50px;
}

/* ==== 
 --------- (5.14) counter section styles end ---------
 ==== */

/* ==== 
 --------- (5.15) event section styles start ---------
 ==== */

.event {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.event::before {
    content: "";
    position: absolute;
    bottom: 0px;
    inset-inline: 0px;
    background-color: #efefef;
    width: 100%;
    height: 30%;
    z-index: -1;
}

.event .event__single-wrapper {
    margin-bottom: 30px;
}

.event .event__single-wrapper:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.event .event__single {
    position: relative;
    overflow: hidden;
}

.event .event__content {
    position: absolute;
    bottom: 0px;
    inset-inline: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 20px;
}

.event .event__content::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0px 0px 5px 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 11, 27, 0)), to(rgba(8, 12, 38, 0.9)));
    background: linear-gradient(180deg, rgba(8, 11, 27, 0) 0%, rgba(8, 12, 38, 0.9) 100%);
}

.event .event__content span,
.event .event__content h4,
.event .event__content p {
    color: var(--white);
}

.event .event__content span {
    font-weight: 500;
}

.event .event__content h4 {
    font-weight: 700;
    margin: 12px 0px;
}

.event .event__content p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

.event .event__content p i {
    font-size: 20px;
}

.event .event__single-thumb .parallax-image-inner,
.event .event__single-thumb .parallax-image-wrap {
    border-radius: 5px;
}

.event .event__single-thumb img {
    width: 100%;
    min-height: 380px;
    border-radius: 5px;
}

.event .event-single-alt .event__single-thumb img {
    min-height: 300px;
    max-height: 330px;
}

.event .spade {
    position: absolute;
    bottom: 30%;
    inset-inline-start: 18%;
    z-index: -1;
}

.event .spade img {
    max-width: 20vw;
    min-width: 60px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.cm-details {
    padding: 100px 0px;
}

.cm-details .cm-details__poster {
    border-radius: 20px;
}

.cm-details .cm-details__poster .parallax-image-wrap,
.cm-details .cm-details__poster .parallax-image-inner {
    border-radius: 20px;
}

.cm-details .cm-details__poster img {
    width: 100%;
    min-height: 300px;
    border-radius: 20px;
}

.cm-details .cm-details-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}

.cm-details .cm-details-meta p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: var(--black);
}

.cm-details .cm-details-meta p i {
    font-size: 20px;
    color: var(--base-color);
}

.cm-details .cm-group h3 {
    font-weight: 800;
    color: var(--black);
    margin-top: -8px;
    margin-bottom: 18px;
}

.cm-details .cm-group p {
    margin-top: 5px;
}

.cm-details .cm-group p:nth-of-type(1) {
    margin-top: 0px;
}

.cm-details .cm-details__list {
    margin-top: 40px;
}

.cm-details .cm-details__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm-details .cm-details__list ul li {
    width: 100%;
    font-weight: 700;
    color: var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 18px;
}

.cm-details .cm-details__list ul li i {
    color: var(--quaternary-color);
}

.cm-details .cm-details__list ul li i::before {
    font-weight: 700;
}

.cm-details .cm-img-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm-details .cm-img-group .cm-img-single {
    width: 100%;
    border-radius: 5px;
}

.cm-details .cm-img-group .cm-img-single .parallax-image-wrap,
.cm-details .cm-img-group .cm-img-single .parallax-image-inner {
    border-radius: 5px;
}

.cm-details .cm-img-group .cm-img-single img {
    width: 100%;
    border-radius: 5px;
    min-height: 200px;
}

.cm-details .cm-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm-details .cm-event .cm-event-single {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cm-details .cm-event .cm-event-single:nth-of-type(2) a {
    background-color: #40aedf;
}

.cm-details .cm-event .cm-event-single:nth-of-type(3) a {
    background-color: #be1f31;
}

.cm-details .cm-event .cm-event-single:nth-of-type(4) a {
    background-color: #1881b8;
}

.cm-details .cm-event .cm-event-single:nth-of-type(5) a {
    background-color: #e85838;
}

.cm-details .cm-event a {
    width: 100%;
    background-color: #4c65a3;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cm-details .cm-event a img {
    position: absolute;
    z-index: -1;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.cm-details .cm-map {
    height: 100%;
    min-height: 450px;
    position: relative;
    border-radius: 20px;
    pointer-events: none;
}

.cm-details .cm-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    border-radius: 20px;
}

.cm-details .blog-comment {
    padding-top: 100px;
}

.cm-details .blog-comment .comment-header {
    margin-bottom: 60px;
}

.cm-details .blog-comment .comment-header h4 {
    font-weight: 800;
    color: var(--black);
    margin-top: -8px;
}

.cm-details .blog-comment .comment-single {
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cm-details .blog-comment .comment-single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.cm-details .blog-comment .comment-single .thumb {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border: 1px dashed var(--base-color);
}

.cm-details .blog-comment .comment-single .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.cm-details .blog-comment .comment-single h5 {
    font-weight: 700;
    color: var(--black);
    margin-top: -8px;
    margin-bottom: 8px;
}

.cm-details .blog-comment .comment-single p {
    max-width: 540px;
}

.cm-details .blog-comment .comment-single .comment-single__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-top: 15px;
}

.cm-details .blog-comment .comment-single .comment-single__meta p,
.cm-details .blog-comment .comment-single .comment-single__meta button {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.cm-details .blog-comment .comment-single .comment-single__meta button:hover {
    color: var(--hover-color);
}

.cm-details .blog-comment .comment-single .comment-single__meta .active {
    color: var(--hover-color);
}

.cm-details .blog-comment .comment-single .reply-comment {
    margin-top: 40px;
    display: none;
}

.cm-details .blog-comment .comment-single .reply-comment .input-group {
    margin-bottom: 0px !important;
    gap: 0px !important;
}

.cm-details .blog-comment .comment-single .reply-comment .input-single {
    width: 100%;
    margin-bottom: 20px;
}

.cm-details .blog-comment .comment-single .reply-comment .input-single textarea {
    background-color: transparent;
    border: 1px solid #ccc8c8;
    height: 120px;
    min-height: 120px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 20px;
    color: var(--black);
}

.cm-details .blog-comment .comment-single .reply-comment .btn--secondary {
    width: auto;
    font-size: 16px !important;
}

.cm-details .blog-comment .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm-details .blog-comment .form-group .input-icon {
    width: 100%;
}

.cm-details .blog-comment .input-icon {
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    padding: 12px 20px;
    border-radius: 5px;
}

.cm-details .blog-comment .input-icon input,
.cm-details .blog-comment .input-icon textarea {
    -webkit-padding-start: 24px !important;
    padding-inline-start: 24px !important;
    background-color: transparent;
    width: 100%;
    max-height: 160px;
}

.cm-details .blog-comment .input-icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-start: 16px;
}

.cm-details .blog-comment .input-icon-alt i {
    top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.cm-details .blog-comment .comment__form {
    padding: 60px 20px;
    background-color: #fff;
    margin-top: 80px;
    -webkit-filter: drop-shadow(0px 3px 13.5px rgba(66, 31, 210, 0.07));
    filter: drop-shadow(0px 3px 13.5px rgba(66, 31, 210, 0.07));
}

.cm-details .blog-comment .comment__form .comment-header {
    margin-bottom: 30px;
}

.cm-details .blog-comment .comment__form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.cm-details .blog-comment .comment__form .form-group .input-single {
    width: calc(50% - 12px);
    margin: 0px;
}

.cm-details .blog-comment .comment__form textarea:focus+.cmn-shape path {
    stroke-dasharray: 3000px;
    stroke-dashoffset: -3000px;
    -webkit-animation: animate-stroke-four 1.6s linear forwards;
    animation: animate-stroke-four 1.6s linear forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

@-webkit-keyframes animate-stroke-four {
    0% {
        stroke-dasharray: 3000px;
        stroke-dashoffset: 3000px;
        stroke: var(--quaternary-color);
    }
    100% {
        stroke-dashoffset: 0;
        stroke: var(--quaternary-color);
    }
}

@keyframes animate-stroke-four {
    0% {
        stroke-dasharray: 3000px;
        stroke-dashoffset: 3000px;
        stroke: var(--quaternary-color);
    }
    100% {
        stroke-dashoffset: 0;
        stroke: var(--quaternary-color);
    }
}

.cm-details .cm-sidebar-widget {
    padding: 20px 20px;
    border-radius: 20px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.cm-details .cm-sidebar-widget:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.cm-details .cm-sidebar-widget .intro {
    margin-bottom: 30px;
}

.cm-details .cm-sidebar-widget .intro h5 {
    font-weight: 800;
    color: var(--black);
    line-height: 1;
}

.cm-details .cm-sidebar-widget form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding-inline: 16px;
}

.cm-details .cm-sidebar-widget form input {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-block: 12px;
    color: var(--black);
}

.cm-details .cm-sidebar-widget form button:hover {
    color: var(--base-color);
}

.cm-details .cm-sidebar-widget .single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    row-gap: 16px;
    margin-bottom: 30px;
}

.cm-details .cm-sidebar-widget .single-item:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.cm-details .cm-sidebar-widget .single-item .thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 10px;
}

.cm-details .cm-sidebar-widget .single-item .thumb a,
.cm-details .cm-sidebar-widget .single-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.cm-details .cm-sidebar-widget .single-item .content {
    margin: 0px;
    padding: 0px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
}

.cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(2) {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    line-height: 24px;
}

.cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(2):hover {
    color: var(--quaternary-color);
}

.cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 5px;
}

.cm-details .cm-sidebar-widget .single-item .content p:nth-of-type(1) i {
    line-height: 1;
    margin-top: -3px;
}

.cm-details .cm-sidebar-widget .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm-details .cm-sidebar-widget .tag-wrapper a {
    padding: 8px 20px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    border-radius: 0px;
    color: var(--black);
    font-weight: 500;
}

.cm-details .cm-sidebar-widget .tag-wrapper a:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.cm-details .cm-sidebar-overview {
    padding: 60px 20px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.cm-details .cm-sidebar-overview .parallax-image,
.cm-details .cm-sidebar-overview .parallax-image-wrap,
.cm-details .cm-sidebar-overview .parallax-image-inner {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

.cm-details .cm-sidebar-overview .cm-content {
    margin-block: 40px 60px;
}

.cm-details .cm-sidebar-overview .cm-content p {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
}

.cm-details .cm-sidebar-overview .cm-content h4 {
    font-weight: 700;
    color: var(--white);
}

.cm-details .cm-sidebar-overview .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.cm-details .cm-sidebar-overview .btn--primary::before,
.cm-details .cm-sidebar-overview .btn--primary::after {
    border-radius: 0px;
}

.cm-details .cm-sidebar-overview .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.cm-details .cm-sidebar-overview .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* ==== 
 --------- (5.15) event section styles end ---------
 ==== */

/* ==== 
 --------- (5.16) contact section styles start ---------
 ==== */

.contact {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact .contact__content {
    padding: 100px 20px;
    background-color: var(--quaternary-color);
}

.contact .sub-title {
    color: var(--base-color);
}

.contact h2 {
    color: var(--white);
}

.contact .row>* {
    padding-inline: 0px;
}

.contact .contact-bg {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    z-index: -3;
}

.contact .contact-bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 16.64%, rgba(9, 31, 27, 0.17) 28.59%, rgba(9, 31, 27, 0.37) 38.19%, rgba(9, 31, 27, 0.67) 56.36%, rgba(9, 31, 27, 0.1882352941) 61.29%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact .contact-bg .parallax-image-wrap,
.contact .contact-bg .parallax-image-inner {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -3;
}

.contact .contact-bg .parallax-image {
    width: 100%;
    height: 100%;
}

.contact .shape-left {
    position: absolute;
    inset-inline-start: 0px;
    top: -50px;
    bottom: 0px;
    z-index: -2;
}

.contact .shape-left img {
    -webkit-animation: moveTopBottom 4s ease-in-out infinite;
    animation: moveTopBottom 4s ease-in-out infinite;
    max-width: 20vw;
    min-width: 50px;
}

.contact-main .contact-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-main .contact-main__single {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.contact-main .thumb {
    margin-top: 6px;
}

.contact-main .thumb i {
    font-size: 20px;
    color: var(--hover-color);
}

.contact-main .content {
    padding: 0px !important;
}

.contact-main .content h6 {
    font-weight: 800;
    color: var(--black);
    margin-bottom: 14px;
}

.contact-main .content p {
    margin-bottom: 0px;
}

.contact-main .content p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.contact-main .content a {
    text-transform: lowercase;
    font-weight: 500;
}

.contact-main .content a:hover {
    color: var(--hover-color);
}

.contact-main .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.contact-main .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #696969;
    color: #696969;
    font-size: 14px;
}

.contact-main .social a:hover {
    background-color: var(--base-color);
    color: var(--black);
    border-color: var(--base-color);
}

.contact-main .contact-main__thumb img {
    width: 100%;
    min-height: 250px;
}

/* ==== 
 --------- (5.16) contact section styles end ---------
 ==== */

/* ==== 
 --------- (5.17) shop section styles start ---------
 ==== */

.shop {
    padding: 100px 0px;
}

.shop .shop__content-intro {
    padding: 24px 20px;
    border: 1px solid #ececec;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop .shop__content-intro p strong {
    color: var(--quaternary-color);
}

.shop .shop-intro__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop .select {
    float: unset;
}

.shop .shop-right-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.shop .shop-right-single button {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.shop .shop__single .btn--primary {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
    visibility: hidden;
    bottom: 16px;
    padding: 12px 50px;
    border-radius: 40px;
    color: var(--white);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.shop .shop__single .btn--primary::before,
.shop .shop__single .btn--primary::after {
    background-color: var(--quaternary-color);
    border-radius: 0px;
}

.shop .shop__single .btn--primary:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.shop .shop__single:hover .shop__single-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shop .shop__single:hover .shop-thumb {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.shop .shop__single:hover .btn--primary {
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
    visibility: visible;
}

.shop .shop__single-thumb {
    position: relative;
    padding: 40px 20px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 15px;
}

.shop .shop__single-thumb img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.shop .shop-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.shop .shop-thumb a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ececec;
    border-radius: 5px;
    color: var(--black);
}

.shop .shop-thumb a:nth-last-of-type(1) i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.shop .shop-thumb a:hover {
    color: var(--black);
    background-color: var(--base-color);
}

.shop .shop__single-content {
    text-align: center;
    margin-top: 20px;
}

.shop .shop__single-content .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop .shop__single-content .review i {
    font-size: 18px;
    color: var(--base-color);
}

.shop .shop__single-content p {
    color: var(--black);
}

.shop .shop__single-content a {
    font-weight: 700;
    color: var(--black);
    margin-block: 12px 4px;
}

.shop .shop__single-content a:hover {
    color: var(--quaternary-color);
}

.shop-sidebar-widget {
    padding: 40px 24px;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.shop-sidebar-widget:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.shop-sidebar-widget .intro {
    margin-bottom: 30px;
}

.shop-sidebar-widget .intro h5 {
    font-weight: 800;
    color: var(--black);
    line-height: 1;
    -webkit-border-start: 2px solid var(--base-color);
    border-inline-start: 2px solid var(--base-color);
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

.shop-sidebar-widget form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding-inline: 16px;
}

.shop-sidebar-widget form input {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-block: 12px;
    color: var(--black);
}

.shop-sidebar-widget form button:hover {
    color: var(--base-color);
}

.shop-sidebar-widget .sidebar-list li {
    margin-bottom: 8px;
}

.shop-sidebar-widget .sidebar-list li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.shop-sidebar-widget .sidebar-list a {
    color: var(--black);
}

.shop-sidebar-widget .sidebar-list a i {
    font-size: 14px;
}

.shop-sidebar-widget .sidebar-list a:hover {
    -webkit-padding-start: 12px;
    padding-inline-start: 12px;
    color: var(--quaternary-color);
}

.shop-sidebar-widget .filter-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.shop-sidebar-widget .filter-wrapper .range__slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background-color: #e3e5f1;
    border: 0px solid transparent;
    border-radius: 6px;
}

.shop-sidebar-widget .filter-wrapper .range__slider:focus {
    border: 0px solid transparent;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    outline: none;
}

.shop-sidebar-widget .filter-wrapper .range__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ffc107;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
}

.shop-sidebar-widget .filter-wrapper .filter-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.shop-sidebar-widget .filter-wrapper .filter-cta p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    color: var(--black);
}

.shop-sidebar-widget .filter-wrapper .filter-cta .btn--primary {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border-radius: 5px;
}

.shop-sidebar-widget .size-wrapper .radio-single {
    margin-bottom: 16px;
}

.shop-sidebar-widget .size-wrapper .radio-single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.shop-sidebar-widget .size-wrapper .radio-single input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0px;
    display: none;
    cursor: pointer;
}

.shop-sidebar-widget .size-wrapper .radio-single label {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    color: var(--black);
}

.shop-sidebar-widget .size-wrapper .radio-single label:before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #c5bcbc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-margin-end: 12px;
    margin-inline-end: 12px;
    margin-top: -2px;
}

.shop-sidebar-widget .size-wrapper .radio-single input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    inset-inline-start: 9px;
    width: 6px;
    height: 10px;
    border: solid var(--black);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shop-sidebar-widget .size-wrapper .radio-single input:checked+label::before {
    border-color: var(--base-color);
    background-color: var(--base-color);
}

.shop-sidebar-widget .review-wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.shop-sidebar-widget .review-wrapper label i {
    font-size: 14px;
}

.shop-sidebar-widget .review-wrapper label .checked {
    color: var(--base-color);
}

.shop-sidebar-widget .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop-sidebar-widget .tag-wrapper a {
    padding: 8px 16px;
    border: 1px solid #eff2f6;
    border-radius: 30px;
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
}

.shop-sidebar-widget .tag-wrapper a:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.product-details {
    padding: 100px 0px;
}

.product-details .product-details__slider-thumb {
    padding: 40px 20px;
    border-radius: 15px;
    border: 1px solid #eaeaea;
}

.product-details .product-details-slider-single {
    text-align: center;
}

.product-details .product-details-slider-single img {
    min-height: 280px;
}

.product-details .product-details-slider-gallery {
    margin-top: 40px;
}

.product-details .sm-gallery {
    padding: 12px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    text-align: center;
}

.product-details .product-details__content .review-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-details .product-details__content .review-wrapper span {
    background-color: #ff1b1b;
    border-radius: 5px;
    padding-inline: 8px;
    color: var(--white);
}

.product-details .product-details__content .review-wrapper .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.product-details .product-details__content .review-wrapper .review i {
    font-size: 18px;
    color: var(--base-color);
}

.product-details .product-details__content .review-wrapper p {
    font-weight: 600;
    color: var(--black);
}

.product-details .product-details__content .product-meta {
    margin-top: 24px;
}

.product-details .product-details__content .product-meta h3 {
    font-weight: 700;
    color: var(--black);
}

.product-details .product-details__content .product-meta p {
    font-weight: 500;
    margin-top: 8px;
}

.product-details .product-details__content .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    row-gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-block: 25px;
}

.product-details .product-details__content .product-price h4 {
    font-weight: 700;
    color: var(--black);
}

.product-details .product-details__content .product-price h6 {
    font-weight: 700;
    color: #ff1b1b;
}

.product-details .product-details__content .product-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.product-details .product-details__content .product-color p {
    font-weight: 700;
    color: var(--black);
    line-height: 1;
    margin: 0px;
}

.product-details .product-details__content .product-color .product-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.product-details .product-details__content .product-color .product-colors span {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    background-color: var(--quaternary-color);
    cursor: pointer;
}

.product-details .product-details__content .product-color .product-colors span:nth-of-type(2) {
    background-color: var(--tertiary-color);
}

.product-details .product-details__content .product-color .product-colors span:nth-of-type(3) {
    background-color: var(--base-color);
}

.product-details .product-details__content .product-color .product-colors span:nth-of-type(4) {
    background-color: var(--black);
}

.product-details .product-details__content .product-color .product-colors span:nth-of-type(5) {
    background-color: var(--template-color);
}

.product-details .product-details__content .product-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.product-details .product-details__content .product-size p {
    font-weight: 700;
    color: var(--black);
    line-height: 1;
    margin: 0px;
}

.product-details .product-details__content .product-size .product-sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.product-details .product-details__content .product-size .product-sizes span {
    padding: 6px 12px;
    border: 1px solid #f2f2f2;
    font-weight: 600;
    color: var(--black);
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 12px;
}

.product-details .product-details__content .product-size .product-sizes span:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.product-details .product-details__content .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.product-details .product-details__content .product-quantity p {
    font-weight: 700;
    color: var(--black);
    line-height: 1;
    margin: 0px;
}

.product-details .product-details__content .product-quantity .measure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 10px 16px;
    border: 1px solid #beb6b6;
    border-radius: 10px;
}

.product-details .product-details__content .product-quantity .measure button,
.product-details .product-details__content .product-quantity .measure .item-quantity {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
}

.product-details .product-details__content .product-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-block: 40px 16px;
}

.product-details .product-details__content .product-cta .btn--primary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 24px;
    border-radius: 40px;
}

.product-details .product-details__content .product-cta .btn--primary::before,
.product-details .product-details__content .product-cta .btn--primary::after {
    border-radius: 0px;
}

.product-details .product-details__content .product-cta .fav-btn {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 36px;
    background: var(--white);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    font-size: 20px;
    color: var(--black);
}

.product-details .product-details__content .product-cta .fav-btn:hover {
    background-color: var(--base-color);
    color: var(--black);
}

.product-details .product-details__content .productsku {
    margin-bottom: 20px;
}

.product-details .product-details__content .productsku p {
    text-transform: capitalize;
}

.product-details .product-details__content .productsku strong {
    font-weight: 700;
    color: var(--black);
}

.product-details .product-details__content .sku p {
    margin-bottom: 6px;
}

.product-details .product-details__content .sku p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.product-details .product-details__content .sku strong {
    font-weight: 700;
    color: var(--black);
}

.product-tab {
    padding: 100px 0px;
    background: #f5f5f5;
}

.product-tab .product-tab__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-tab .product-tab__btns .product-tab__btn {
    padding: 12px 40px;
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 30px;
    font-weight: 700;
    color: var(--black);
}

.product-tab .product-tab__btns .product-tab__btn:hover {
    background-color: var(--black);
    color: var(--white);
}

.product-tab .product-tab__btns .active {
    background-color: var(--black);
    color: var(--white);
}

.product-tab .product-tab__content {
    margin-top: 60px;
}

.product-tab .content h4 {
    font-weight: 700;
    color: var(--black);
    margin-block: -8px 8px;
}

.product-tab .content p {
    font-weight: 500;
}

.product-tab .content-list h5 {
    font-weight: 700;
    color: var(--black);
    margin-block: -8px 8px;
}

.product-tab .content-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-tab .content-list ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.product-tab .content-list ul li i {
    color: var(--quaternary-color);
}

.cart-main {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cart-main .cart-table {
    overflow-y: auto;
}

.cart-main .cart-table table {
    min-width: 800px;
}

.cart-main .cart__inner {
    border: 1px solid #f2f2f2;
}

.cart-main .cart__inner table {
    width: 100%;
}

.cart-main .cart__inner tr {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.cart-main .cart__inner tr th {
    width: 20%;
    padding: 24px;
    font-weight: 700;
}

.cart-main .cart__inner tr th:nth-of-type(1) {
    width: 40%;
}

.cart-main .cart__inner tr td {
    width: 20%;
    padding: 0px 24px;
}

.cart-main .cart__inner tr td:nth-of-type(1) {
    width: 40%;
}

.cart-main .cart__inner .price,
.cart-main .cart__inner .sub {
    font-weight: 700;
    color: var(--black);
}

.cart-main .cart__inner .cart-product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 20px 0px;
}

.cart-main .cart__inner .cart-product-wrapper .thumb {
    width: 70px;
    min-width: 70px;
    position: relative;
}

.cart-main .cart__inner .cart-product-wrapper .thumb a {
    width: 100%;
}

.cart-main .cart__inner .cart-product-wrapper .thumb .delete-item {
    position: absolute;
    bottom: 80%;
    inset-inline-start: 80%;
    font-size: 20px;
    color: #fb2b39;
}

.cart-main .cart__inner .cart-product-wrapper p {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
}

.cart-main .cart__inner .cart-product-wrapper p:hover {
    color: var(--quaternary-color);
}

.cart-main .cart__inner .measure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    margin-top: 10px;
}

.cart-main .cart__inner .measure button,
.cart-main .cart__inner .measure .item-quantity {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    border: 1px solid #f2f2f2;
    background-color: var(--white);
    color: var(--black);
    font-size: 14px;
}

.cart-main .cart__inner .measure .item-quantity {
    background-color: #ededed;
    border: 0px;
}

.cart-main .cart-main__single {
    padding: 30px 20px;
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
}

.cart-main .cart-main__single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.cart-main .cart-main__single .intro {
    text-align: center;
    margin-bottom: 24px;
}

.cart-main .cart-main__single .intro h6 {
    font-weight: 700;
    color: var(--black);
}

.cart-main .cart-main__single .content-single {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-main .cart-main__single .content-single p {
    font-weight: 700;
    color: var(--black);
}

.cart-main .cart-main__single .content-single p:nth-last-of-type(1) {
    color: var(--template-color);
}

.cart-main .cart-main__single .content a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 20px;
    font-weight: 700;
    color: var(--black);
    background-color: #f2f2f2;
    border-radius: 5px;
}

.cart-main .cart-main__single .content a:hover {
    background-color: var(--black);
    color: var(--white);
}

.cart-main .cart-main__single .content .total {
    background-color: var(--black);
    color: var(--white);
}

.cart-main .cart-main__single .content .total:hover {
    color: var(--black);
    background-color: #f2f2f2;
}

.cart-main .update-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    row-gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0px 24px 40px;
}

.cart-main .update-cart a {
    padding: 16px 24px;
    background-color: var(--white);
    border-radius: 43px;
    border: 1px solid #ededed;
    font-weight: 700;
}

.cart-main .update-cart a:hover {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}

.cart-main .coupon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    row-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 24px;
    border-top: 1px solid #f2f2f2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-main .coupon-wrapper .right-c {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.cart-main .coupon-wrapper .right-c form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border-radius: 5px;
}

.cart-main .coupon-wrapper .right-c form .input-single {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cart-main .coupon-wrapper .right-c form input {
    padding: 16px 24px;
    border: 1px solid #f2f2f2;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cart-main .coupon-wrapper .right-c form .btn--primary {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 20px 24px;
}

.cart-main .coupon-wrapper h6 {
    font-weight: 700;
    color: var(--black);
}

.checkout {
    padding: 100px 0px;
}

.checkout .intro {
    margin-bottom: 24px;
}

.checkout .intro h5 {
    font-weight: 800;
    color: var(--black);
    margin-top: -8px;
}

.checkout .content {
    padding: 60px 20px;
    background-color: #f1f1f1;
    border-radius: 8px;
}

.checkout .content .form-cta .btn--primary {
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 700;
    gap: 8px;
    color: var(--white);
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout .content .form-cta .btn--primary::before,
.checkout .content .form-cta .btn--primary::after {
    border-radius: 0px;
    background-color: var(--black);
    width: 55%;
}

.checkout .content .form-cta .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.checkout .content .form-cta .btn--primary:hover {
    color: var(--white);
    background-color: var(--quaternary-color);
}

.checkout .content .form-cta .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.checkout .content .form-cta .btn--primary:hover::before,
.checkout .content .form-cta .btn--primary:hover::after {
    width: 0%;
}

.checkout .content-single {
    padding: 16px 24px;
    background-color: var(--white);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.checkout .content-single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.checkout .content-single p:nth-last-of-type(1) {
    font-weight: 700;
    color: var(--black);
}

.checkout .content-single-alt {
    padding: 0px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.checkout .content-single-alt input {
    -webkit-padding-start: 24px;
    padding-inline-start: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.checkout .content-single-alt .btn--primary {
    padding: 19px 24px;
    border-radius: 0px 8px 8px 0px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.checkout .content-single-alt .btn--primary::before,
.checkout .content-single-alt .btn--primary::after {
    border-radius: 0px;
}

.checkout .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkout .total h6 {
    font-weight: 700;
    color: var(--black);
}

.checkout .radio-wrapper {
    padding: 30px 24px;
    background-color: var(--white);
    border-radius: 8px;
    margin-block: 20px 30px;
}

.checkout .radio-wrapper .radio-single {
    margin-bottom: 8px;
}

.checkout .radio-wrapper .radio-single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.checkout .radio-wrapper .radio-single input {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.checkout .radio-wrapper .radio-single label {
    position: relative;
    -webkit-padding-start: 12px;
    padding-inline-start: 12px;
    -webkit-margin-start: 14px;
    margin-inline-start: 14px;
    font-weight: 700;
    color: var(--black);
    cursor: pointer;
}

.checkout .radio-wrapper .radio-single label::before {
    content: "";
    position: absolute;
    inset-inline-end: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #d8dde1;
    border-radius: 100%;
}

.checkout .radio-wrapper .radio-single label::after {
    content: "";
    position: absolute;
    inset-inline-end: calc(100% + 3px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #d8dde1;
    border-radius: 100%;
    top: 50%;
}

.checkout .radio-wrapper .radio-single input:checked+label::before {
    border-color: var(--quaternary-color);
}

.checkout .radio-wrapper .radio-single input:checked+label::after {
    background-color: var(--quaternary-color);
}

/* ==== 
 --------- (5.17) shop section styles end ---------
 ==== */

/* ==== 
 --------- (5.18) volunteer section styles start ---------
 ==== */

.volunteer {
    padding: 100px 0px;
}

.volunteer .warning {
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #d8dde1;
    background: #fdf8ea;
    position: relative;
    margin: 30px 0px 40px;
}

.volunteer .warning p {
    line-height: 1.5;
}

.volunteer .warning strong {
    font-weight: 700;
    color: var(--secondary-color);
}

.volunteer .warning .line {
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 50px;
    background-color: var(--secondary-color);
    display: none;
}

.volunteer .warning .line i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: var(--base-color);
}

.volunteer .cause__progress {
    margin-bottom: 14px;
}

.volunteer .cause__progress:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.volunteer .cause__progress p {
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
}

.volunteer .progress-bar {
    overflow: visible;
}

.volunteer .progress-bar-percent {
    background-color: var(--quaternary-color);
}

.volunteer .percent-value {
    position: absolute;
    bottom: calc(100% + 4px);
    inset-inline-end: 0px;
    color: var(--black);
    font-weight: 700;
}

.volunteer .team-details__list {
    margin-top: 40px !important;
}

.volunteer .team-details__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.volunteer .team-details__list ul li {
    width: 100%;
    font-weight: 700;
    color: var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.volunteer .team-details__list ul li i {
    color: var(--quaternary-color);
}

.volunteer .team-details__list ul li i::before {
    font-weight: 700;
}

.volunteer .volunteer__form {
    padding: 30px 20px;
    border-radius: 17px;
    border: 1px solid rgba(0, 0, 0, 0.17);
}

.volunteer .volunteer__form h4 {
    font-weight: 700;
    color: var(--black);
    margin-top: -8px;
}

.volunteer .volunteer__form p {
    /*max-width: 400px;*/
    margin-top: 8px;
}

.volunteer .form-cta .btn--primary {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 40px;
}

.volunteer .form-cta .btn--primary::before,
.volunteer .form-cta .btn--primary::after {
    width: 52%;
    border-radius: 0px;
}

.volunteer .form-cta .btn--primary:hover::before,
.volunteer .form-cta .btn--primary:hover::after {
    width: 0%;
}

/* ==== 
 --------- (5.18) volunteer section styles end ---------
 ==== */

/* ==== 
 --------- (5.19) error section styles start ---------
 ==== */

.error {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.error .thumb {
    margin-bottom: 40px;
}

.error .thumb img {
    max-width: 500px;
    width: 100%;
}

.error h3 {
    font-weight: 900;
    color: var(--black);
    text-align: center !important;
}

.error p {
    font-weight: 500;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: var(--black);
    max-width: 600px;
    margin-inline: auto;
}

.error .btn--primary {
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 700;
    gap: 8px;
}

.error .btn--primary::before,
.error .btn--primary::after {
    border-radius: 0px;
}

.error .btn--primary i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: color 0s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0s ease;
    transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
    font-size: 18px;
}

.error .btn--primary:hover i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.error .spade {
    position: absolute;
    bottom: -5%;
    inset-inline-start: 10%;
    z-index: -1;
}

.error .spade img {
    max-width: 20vw;
    min-width: 60px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.error .spade-green {
    position: absolute;
    top: 18%;
    inset-inline-end: 3%;
    z-index: -1;
}

.error .spade-green img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.error__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    padding: 100px 0px;
}

@media only screen and (max-width: 767.98px) {
    .error p {
        max-width: 400px;
        font-size: 17px;
    }
}

.rtl .error {
    direction: ltr;
}

.dark-body .error {
    background: radial-gradient(#224646, #182828) repeat;
}

.dark-body .error p {
    color: var(--white);
}

/* ==== 
 --------- (5.19) error section styles end ---------
 ==== */

/* ==== 
 --------- (5.20) coming soon section styles start ---------
 ==== */

.soon {
    padding: 100px 0px;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: var(--black);
}

.soon .content {
    text-align: center;
}

.soon .content h4 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center !important;
}

.soon .content p {
    color: #e7e0e0;
    font-weight: 500;
    font-size: 18px;
}

.soon .content p:nth-last-of-type(1) {
    margin-top: 4px;
}

.soon__inner {
    position: relative;
    z-index: 2;
}

.soon__logo {
    text-align: center;
}

.soon__logo img {
    width: 100%;
    max-width: 230px;
}

.time-counter {
    position: relative;
}

.time-countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.counter-column {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    width: 180px;
    height: 180px;
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    z-index: 7;
    border-radius: 20px;
    margin: 0 15px 20px;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
}

.form-group {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
}

.form-group input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 21px 24px;
    background-color: #ffffff;
    color: #000000;
}

.form-group button {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    padding: 24px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.soon-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.soon-bg::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.soon-bg img {
    width: 100%;
    height: 100%;
}

.soon-bg .parallax-image-wrap,
.soon-bg .parallax-image-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
}

.countdown-wrapper {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-block: 60px;
}

.clock {
    position: relative;
    width: 500px;
    height: 500px;
    background-color: rgba(10, 10, 10, 0.3764705882);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.clock::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -20%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.4), rgba(25, 25, 25, 0.1) 75%);
    pointer-events: none;
    z-index: -1;
}

.hand {
    position: absolute;
    background-color: #fff;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    border-radius: 99px;
}

.hour-hand {
    width: 15px;
    height: 175px;
    top: 75px;
    background-color: #bdbaba;
}

.minute-hand {
    width: 12px;
    height: 175px;
    top: 75px;
    background-color: #5a5a5a;
}

.second-hand {
    position: absolute;
    width: 6px;
    height: 200px;
    top: 50px;
    background-color: #9d9a95;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.second-hand::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 50px;
    top: 187px;
    background-color: #9d9a95;
    border-radius: 99px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.center-dot {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6);
}

.center-dot-orange {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.hour-markers {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hour-marker {
    position: absolute;
    color: #fff;
    -webkit-transform: rotate(0deg) translateY(-216.25px);
    -ms-transform: rotate(0deg) translateY(-216.25px);
    transform: rotate(0deg) translateY(-216.25px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.hour-marker span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: rgb(143, 137, 137);
}

.minute-marker {
    position: absolute;
    width: 2px;
    height: 11.25px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(0deg) translateY(-216.25px);
    -ms-transform: rotate(0deg) translateY(-216.25px);
    transform: rotate(0deg) translateY(-216.25px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    display: none;
}

@media only screen and (max-width: 991.98px) {
    .soon {
        padding: 100px 0px;
    }
    .soon .counter-column {
        width: calc(50% - 30px);
    }
    .soon .logo img {
        max-width: 180px;
    }
}

@media only screen and (max-width: 499.98px) {
    .soon .time-countdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        inset: unset;
    }
    .soon .counter-column {
        width: 180px;
        height: 180px;
    }
    .soon .countdown-wrapper {
        height: auto;
    }
    .soon .countdown-wrapper .clock {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .soon .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
    .soon .form-group button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

.rtl .soon {
    direction: ltr;
}

/* ==== 
 --------- (5.20) coming soon section styles end ---------
 ==== */

.pg-four .pt-120 {
    padding-top: 100px;
}

.pg-four .ff-volunteer-two .commmit-tab-single {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.pg-four .pb-120 {
    padding-bottom: 100px;
}

.pg-four .mt-120 {
    margin-top: 100px;
}

.pg-four .mb-120 {
    margin-bottom: 100px;
}

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

.pg-four .mt-60 {
    margin-top: 55px;
}

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

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

.pg-four .mt-25 {
    margin-top: 25px;
}

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

.pg-four .mt-15 {
    margin-top: 15px;
}

.pg-four .mt-10 {
    margin-top: 10px;
}

.pg-four .fw-5 {
    font-weight: 500;
}

.pg-four .fw-6 {
    font-weight: 600;
}

.pg-four .fw-7 {
    font-weight: 700;
}

.pg-four .fw-8 {
    font-weight: 800;
}

.pg-four .text-gr {
    color: #bdbdbd;
}

.pg-four .text-gr-2 {
    color: #667471;
}

.pg-four .txt-base {
    color: var(--base-color);
}

.pg-four .txt-lg {
    font-size: 18px;
}

.pg-four .sub-title {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-size: 18px;
    line-height: 28px;
    margin-top: -8px;
    color: var(--base-color) !important;
    margin-top: -6px !important;
    margin-bottom: 16px !important;
}

.pg-four .bg-fc {
    background-color: rgba(18, 47, 42, 0.1);
}

.pg-four h1,
.pg-four h2,
.pg-four h3,
.pg-four h4,
.pg-four h5,
.pg-four h6 {
    color: #232222;
    font-family: "Hubot Sans", serif;
}

.pg-four .hb {
    font-family: "Hubot Sans", serif;
}

.pg-four p {
    color: #4f5b73;
}

.pg-four p,
.pg-four span,
.pg-four a,
.pg-four q,
.pg-four li {
    font-family: "Inter", serif;
}

.pg-four .text-xl {
    font-size: 24px;
    line-height: 34px;
}

@media only screen and (max-width: 1199px) {
    .pg-four .text-xl {
        font-size: 20px;
        line-height: 30px;
    }
}

.pg-four .btn--primary {
    border: 1px solid var(--black) !important;
    background-color: var(--base-color);
    font-weight: 600;
    border-radius: 40px;
}

.pg-four .btn--primary::before,
.pg-four .btn--primary::after {
    background-color: #fbda33;
    border-radius: 0px;
}

.pg-four .cta {
    margin-top: 40px !important;
}

.topbar--quaternary {
    top: 12px;
}

.topbar--quaternary .topbar__inner {
    background-color: #222222;
    border-radius: 5px;
}

.topbar--quaternary .topbar__list {
    gap: 16px !important;
}

.topbar--quaternary .topbar__list .divider {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--base-color);
}

.topbar--quaternary .topbar__list a:hover {
    color: var(--white);
}

.topbar--quaternary li {
    color: var(--base-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.topbar--quaternary li i {
    color: var(--base-color);
    font-size: 20px !important;
}

.topbar--quaternary .topbar__extra {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar--quaternary .topbar__extra p {
    background-color: var(--base-color);
    padding: 8px 24px;
    border-radius: 16.5px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-weight: 700;
}

.header-four .social {
    gap: 12px;
}

.header-four .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eeeeee;
    color: #3e3535;
    font-size: 14px;
}

.header-four .social a:hover {
    background-color: var(--base-color);
}

.header-four.sticky-header {
    top: 0px !important;
}

.banner-four {
    background-color: rgba(18, 47, 42, 0.1);
    padding-block: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-four h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.banner-four h2 br {
    display: none;
}

.banner-four .thumb {
    position: absolute;
    z-index: -1;
    top: 0px;
    inset-inline-start: 0px;
    bottom: 0px;
}

.banner-four .thumb img {
    height: 100%;
    max-width: 45vw;
    -o-object-position: right;
    object-position: right;
}

.banner-four .fc-one,
.banner-four .fc-two,
.banner-four .fc-three,
.banner-four .fc-four {
    position: absolute;
    z-index: -2;
}

.banner-four .fc-one {
    top: 100px;
    inset-inline-end: 60px;
}

.banner-four .fc-one img {
    max-width: 10vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.banner-four .fc-two {
    top: 130px;
    inset-inline-end: 190px;
}

.banner-four .fc-two img {
    max-width: 5vw;
    min-width: 20px;
    -webkit-animation: moveLeftRight 6s infinite ease-in-out;
    animation: moveLeftRight 6s infinite ease-in-out;
}

.banner-four .fc-three {
    bottom: 100px;
    inset-inline-end: 70px;
}

.banner-four .fc-three img {
    max-width: 8vw;
    min-width: 40px;
    -webkit-animation: moveLeftRight 7s infinite ease-in-out;
    animation: moveLeftRight 7s infinite ease-in-out;
}

.banner-four .fc-four {
    top: 40%;
    inset-inline-end: 5%;
}

.banner-four .fc-four img {
    max-width: 5vw;
    min-width: 20px;
    -webkit-animation: moveTopBottom 9s infinite ease-in-out;
    animation: moveTopBottom 9s infinite ease-in-out;
}

.counter-four {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.counter-four div {
    line-height: 1 !important;
}

.counter-four .fc-one,
.counter-four .fc-two,
.counter-four .fc-three,
.counter-four .fc-four {
    position: absolute;
    z-index: -2;
}

.counter-four .fc-one {
    top: 0px;
    inset-inline-start: 0px;
}

.counter-four .fc-one img {
    max-width: 20vw;
    min-width: 50px;
    -webkit-animation: moveLeftRight 7s infinite ease-in-out;
    animation: moveLeftRight 7s infinite ease-in-out;
}

.counter-four .fc-two {
    bottom: 130px;
    inset-inline-start: 190px;
}

.counter-four .fc-two img {
    max-width: 5vw;
    min-width: 20px;
    -webkit-animation: pulse 6s infinite ease-in-out;
    animation: pulse 6s infinite ease-in-out;
}

.counter-four .fc-three {
    bottom: 250px;
    inset-inline-end: 85%;
}

.counter-four .fc-three img {
    max-width: 8vw;
    min-width: 40px;
    -webkit-animation: moveLeftRight 7s infinite ease-in-out;
    animation: moveLeftRight 7s infinite ease-in-out;
}

.counter-four .fc-four {
    top: 40%;
    inset-inline-end: 5%;
}

.counter-four .fc-four img {
    max-width: 5vw;
    min-width: 20px;
    -webkit-animation: moveTopBottom 9s infinite ease-in-out;
    animation: moveTopBottom 9s infinite ease-in-out;
}

.fc-goal {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fc-goal::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: calc(100% - 50px);
    background-color: rgba(18, 47, 42, 0.1);
    z-index: -3;
}

.fc-goal .goal__single {
    border-radius: 12px;
    border: 1px solid #000;
    background: #fff;
    padding: 40px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fc-goal .goal__single-active {
    border-color: var(--base-color);
}

.fc-goal .goal__single-active h2 {
    color: var(--base-color);
}

.fc-goal .goal__inner {
    padding: 40px;
    background-color: var(--base-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fc-goal .goal__inner h4 {
    margin-bottom: 12px;
}

.fc-goal .goal__inner h4,
.fc-goal .goal__inner a {
    color: var(--white);
}

.fc-goal .goal__inner img {
    position: absolute;
    bottom: 0px;
    z-index: -1;
    inset-inline-end: 7%;
    max-width: 8vw;
    min-width: 70px;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
}

.fc-goal .btn--primary {
    color: var(--black) !important;
    border-color: var(--white) !important;
    background-color: #fbda33;
}

.fc-goal .btn--primary::before,
.fc-goal .btn--primary::after {
    background-color: var(--white);
}

.fc-goal .btn--primary :hover {
    border-color: #fbda33 !important;
}

.fc-goal .fc-one {
    position: absolute;
    bottom: 160px;
    inset-inline-start: 100px;
}

.fc-goal .fc-one img {
    max-width: 7vw;
    min-width: 40px;
    -webkit-animation: moveLeftRight 6s infinite ease-in-out;
    animation: moveLeftRight 6s infinite ease-in-out;
}

.commit h2 {
    margin-bottom: 16px;
}

.commit .commit__thumb {
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.commit .commit__thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    width: 200px;
    height: 200px;
    border-radius: 24px;
    border: 1px solid #000;
    background: #fbda33;
    z-index: -1;
}

.commit .commit__thumb::after {
    content: "";
    position: absolute;
    bottom: 0px;
    inset-inline-start: 0px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--base-color);
    z-index: -1;
}

.commit .thumb-lg {
    position: relative;
    z-index: 1;
}

.commit .thumb-lg img {
    border-radius: 10px;
    min-height: 300px;
}

.commit .thumb-sm {
    position: absolute;
    top: 0px;
    inset-inline-end: 0px;
    z-index: -1;
}

.commit .commit-count {
    padding: 30px 40px;
    position: absolute;
    bottom: 30px;
    inset-inline-start: 20px;
    border-radius: 13px;
    border: 1px solid #000;
    background: #fff;
    -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
    z-index: 2;
}

.commit .commit-count div {
    line-height: 1 !important;
}

.commit .commit-count .prefix {
    color: var(--base-color);
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
}

.commit .commit-count p {
    margin-top: 8px;
    color: var(--black);
    font-weight: 500;
}

.commit .commmit-tab-single {
    padding: 30px 24px;
    border: 1px dashed var(--black);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    row-gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.commit .commmit-tab-single .divider {
    width: 1px;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(42.88%, #929292), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #fff 0%, #929292 42.88%, rgba(0, 0, 0, 0) 100%);
}

.commit .commit-tab-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.commit .commit-tab-inner i {
    font-size: 24px;
    color: var(--base-color);
    margin-top: 8px;
}

.commit .commit-tab-inner .text-lg {
    color: var(--black);
}

.commit .commit__tab-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.commit .commit__tab-btns .commit__tab-btn {
    padding: 12px 30px;
    border-radius: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700 !important;
    color: var(--black);
    border: 1px solid transparent;
}

.commit .commit__tab-btns .commit__tab-btn:hover {
    background-color: #fbda33;
    color: var(--black);
    border-color: var(--black);
}

.commit .commit__tab-btns .active {
    background-color: #fbda33;
    color: var(--black);
    border-color: var(--black);
}

.fc-profit {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fc-profit .shape-left {
    position: absolute;
    inset-inline-start: 0px;
    top: 60%;
    bottom: 0px;
    z-index: -1;
}

.fc-profit .shape-left img {
    width: 100%;
    height: 100%;
    -webkit-animation: moveTopBottom 4s ease-in-out infinite;
    animation: moveTopBottom 4s ease-in-out infinite;
}

.fc-profit .shape-right {
    position: absolute;
    inset-inline-end: 150px;
    bottom: 120px;
    z-index: -1;
}

.fc-profit .shape-right img {
    -webkit-animation: moveLeftRight 7s ease-in-out infinite;
    animation: moveLeftRight 7s ease-in-out infinite;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.fc-profit .fc-profit__tab-btns {
    padding: 40px 20px;
    border-radius: 11px;
    border: 1px solid #000;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
}

.fc-profit .fc-profit__tab-btns svg {
    width: 40px;
}

.fc-profit .fc-profit__tab-btns svg path {
    fill: var(--base-color) !important;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.fc-profit .profit__tab-btn {
    padding: 16px;
    border-radius: 10px;
    border: 1px dashed rgba(0, 0, 0, 0.23);
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    color: var(--black);
    padding-block: 21px !important;
}

.fc-profit .profit__tab-btn i {
    position: absolute;
    top: 50%;
    inset-inline-end: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    visibility: hidden;
    pointer-events: none;
}

.fc-profit .profit__tab-btn:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.fc-profit .profit__tab-btn:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.fc-profit .profit__tab-btn:hover svg path {
    fill: var(--white) !important;
}

.fc-profit .profit__tab-btn:hover i {
    visibility: visible;
    pointer-events: all;
}

.fc-profit .active {
    background-color: var(--base-color);
    color: var(--white);
}

.fc-profit .active svg path {
    fill: var(--white) !important;
}

.fc-profit .active i {
    visibility: visible;
    pointer-events: all;
}

.fc-profit .more-txt {
    position: relative;
}

.fc-profit .more-txt a {
    color: #232222;
    font-size: 16px;
}

.fc-profit .more-txt a:hover {
    color: var(--base-color);
}

.fc-profit .more-txt img {
    position: absolute;
    bottom: -10px;
    right: 30px;
    -webkit-animation: moveLeftRightSm 3s linear infinite;
    animation: moveLeftRightSm 3s linear infinite;
}

.fc-profit .thumb {
    border-radius: 14px;
    border: 7px solid #fff;
    position: relative;
    z-index: 1;
}

.fc-profit .thumb img {
    width: 100%;
    border-radius: 14px;
}

.fc-profit .thumb .video-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.fc-profit .thumb-lg {
    position: relative;
}

.fc-profit .thumb-lg i {
    color: var(--white) !important;
}

.fc-profit .thumb-lg img {
    min-height: 260px;
}

.fc-profit .thumb-lg .base-img {
    position: absolute;
    top: 40px;
    inset-inline-start: 30px;
    min-height: auto;
    width: auto;
}

.fc-profit .fc-profit-group {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fc-profit li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #4f5b73;
}

.fc-profit li i {
    color: var(--base-color);
}

.fc-profit .thumb-sm {
    max-width: 240px;
}

.fc-profit .thumb-sm a {
    width: 50px !important;
    height: 50px !important;
    background-color: #fbda33;
}

.fc-profit .thumb-sm a i {
    font-size: 14px;
}

.fc-profit .thumb-sm .open-video-popup {
    -webkit-animation: none !important;
    animation: none !important;
}

.fc-cause {
    background: #222223;
    position: relative;
    overflow: hidden;
}

.fc-cause h2 {
    color: var(--white);
}

.fc-cause .content {
    max-width: 320px;
}

.fc-cause .content h6 {
    font-weight: 700;
}

.fc-cause .percent-value {
    display: none !important;
}

.fc-cause .cause-progress__intro p {
    display: block !important;
    color: #4f5b73 !important;
    font-weight: 400 !important;
}

.fc-cause .cause-progress__intro p span {
    font-weight: 700 !important;
}

.fc-cause .progress-bar {
    height: 14px;
}

.fc-cause .cause__slider-single img {
    -webkit-transform: scale(1) rotate(0deg) !important;
    -ms-transform: scale(1) rotate(0deg) !important;
    transform: scale(1) rotate(0deg) !important;
}

.fc-cause .tag a {
    color: var(--white) !important;
    background-color: var(--base-color) !important;
}

.fc-cause .shape {
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    bottom: -9px;
    z-index: 2;
}

.fc-cause .shape img {
    width: 100%;
    height: 40px;
    -o-object-position: top;
    object-position: top;
}

.fc-cause .cause__cta {
    margin-top: 30px;
}

.fc-cause .cause__cta a {
    padding: 20px 36px;
    background-color: #fbda33;
    color: var(--black) !important;
}

.fc-cause .cause__slider-cta {
    background-color: var(--white);
    margin-top: 0px;
}

.fc-community {
    position: relative;
    z-index: 1;
}

.fc-community .dn-now {
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90.176deg);
    -ms-transform: translateY(-50%) rotate(-90.176deg);
    transform: translateY(-50%) rotate(-90.176deg);
    inset-inline-end: -200px;
    text-transform: uppercase;
}

.fc-community .community-donation {
    margin: 0px !important;
    bottom: unset !important;
    border-radius: 38px;
    border: 1px solid #e3e3e4;
    background: #fff;
    -webkit-box-shadow: 0px 17px 52px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 17px 52px 0px rgba(0, 0, 0, 0.06);
}

.fc-community .progress-bar {
    height: 18px;
    background: #e7eaea;
    overflow: visible;
}

.fc-community .progress-bar-single {
    position: relative;
    margin-top: 20px;
}

.fc-community .progress-bar-single .pcr {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 56%;
    color: var(--base-color);
}

.fc-community .progress-bar-percent::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border: 5px solid var(--base-color);
    border-radius: 50%;
}

.fc-community .made-amount {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.fc-community .made-amount span {
    -webkit-box-flex: unset !important;
    -ms-flex-positive: unset !important;
    flex-grow: unset !important;
    min-width: 140px;
}

.fc-community .made-amount span:hover {
    border-color: inherit !important;
}

.fc-community .donation-form__single-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fc-community .donation-form__single-intro p {
    color: #232222;
}

.fc-community .spade {
    position: absolute;
    top: 190px;
    inset-inline-start: 280px;
    z-index: -1;
}

.fc-community .spade img {
    max-width: 5vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.fc-community .parasuit {
    position: absolute;
    top: -150px;
    inset-inline-start: 8%;
    z-index: -1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -webkit-animation: fall 15s ease-in-out infinite;
    animation: fall 15s ease-in-out infinite;
}

.fc-community .parasuit img {
    max-width: 8vw;
    min-width: 40px;
}

.fc-community .unity {
    position: absolute;
    inset-block-end: 0px;
    inset-inline-end: 0px;
    z-index: 1;
}

.fc-community .unity img {
    -webkit-animation: moveLeftRight 4s ease-in-out infinite;
    animation: moveLeftRight 4s ease-in-out infinite;
    max-width: 15vw;
    min-width: 50px;
}

.fc-community h2 {
    color: var(--black) !important;
}

.fc-community .tag-c {
    border: 1px solid var(--black) !important;
    background-color: #fbda33;
    border-radius: 0px;
    font-weight: 600;
    border-radius: 40px;
    padding: 12px 32px;
    color: var(--black);
}

.fc-community .community-donation__inner {
    max-width: 100% !important;
}

.fc-community .btn--primary i {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.fc-community .donation-amount {
    padding: 20px 16px !important;
}

.fc-community .donation-amount:hover {
    background-color: var(--base-color) !important;
    color: var(--white) !important;
}

.fc-community .active {
    background-color: var(--base-color) !important;
    color: var(--white) !important;
}

.fc-partner {
    background-color: transparent;
}

.fc-partner h5 {
    margin-bottom: 30px;
    font-weight: 700;
}

.fc-partner h5 div {
    line-height: 1 !important;
}

.fc-partner h5 span {
    color: var(--base-color);
}

.fc-team {
    background: #222223;
    position: relative;
    overflow: hidden;
}

.fc-team .spade-two {
    position: absolute;
    bottom: 0px;
    inset-inline-start: 200px;
    z-index: -1;
}

.fc-team .spade-two img {
    -webkit-animation: pulse 6s linear infinite;
    animation: pulse 6s linear infinite;
    max-width: 18vw;
    min-width: 80px;
}

.fc-team h2 {
    color: var(--white);
}

.fc-team .team__single {
    height: 100%;
}

.fc-team .team__single:hover .team__single-content__icon i {
    color: var(--black);
}

.fc-team .team__single-thumb a,
.fc-team .team__single-thumb img {
    border-radius: 0px;
}

.fc-team .team__single-thumb::before {
    content: none;
}

.fc-team .team__single-content__icon {
    background-color: var(--white);
}

.fc-team .team__single-content__icon i {
    color: var(--base-color);
}

.fc-team .team__single-content {
    background-color: transparent !important;
    padding-bottom: 0px;
    padding-inline: 0px;
}

.fc-team .team__single-content a {
    color: var(--white);
    font-weight: 500;
}

.fc-team .team__single-content a:hover {
    color: var(--base-color);
}

.fc-team .team__single-content p {
    color: var(--base-color);
}

.fc-team .team__single-alt {
    background-color: var(--base-color);
    padding: 40px 16px;
}

.fc-team .team__single-alt .thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 25px;
    background-color: rgba(255, 255, 255, 0.25);
}

.fc-team .team__single-alt .thumb i {
    font-size: 40px;
    color: var(--white);
}

.fc-team .team__single-alt h5 {
    color: var(--white);
    margin-bottom: 12px;
}

.fc-team .team__single-alt p {
    margin-bottom: 30px;
    color: var(--white);
}

.fc-team .team__single-alt a {
    padding: 16px 32px;
    background-color: rgba(255, 255, 255, 0.25);
    color: var(--white);
    font-weight: 700;
    border-radius: 40px;
}

.fc-team .team__single-alt a:hover {
    background-color: var(--white);
    color: var(--black);
}

.fc-testimonial {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fc-testimonial::before {
    content: "";
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    bottom: 0px;
    width: 50vw;
    height: 100%;
    background-color: #3b3841;
    z-index: -3;
}

.fc-testimonial .slider-navigation {
    position: static !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    z-index: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-inline: unset !important;
    margin-top: 30px !important;
}

.fc-testimonial .slider-navigation .slider-btn {
    background-color: #fbda33;
    color: var(--black);
}

.fc-testimonial .slider-navigation .slider-btn:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.fc-testimonial .slider-navigation .slider-btn-next {
    background-color: var(--base-color);
    color: var(--black);
}

.fc-testimonial .test-text {
    position: absolute;
    top: 50%;
    inset-inline-start: -100px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: -2;
    color: #fff;
    text-align: center;
    font-size: 78px;
    font-weight: 700;
    line-height: 143px;
    text-transform: uppercase;
}

.fc-testimonial .feed {
    position: absolute;
    top: 56px;
    inset-inline-start: -20px;
    background-color: var(--base-color);
    padding: 6px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: -2;
}

.fc-testimonial .feed span {
    color: var(--white);
    font-weight: 700;
}

.fc-testimonial .fc-test__thumb {
    position: absolute;
    bottom: 0px;
    inset-inline-start: 20%;
    z-index: -1;
}

.fc-testimonial .fc-test__thumb::before {
    content: "";
    position: absolute;
    top: 30%;
    inset-inline-start: -50px;
    width: 300px;
    height: 300px;
    background-color: var(--base-color);
    border-radius: 50%;
    z-index: -2;
}

.fc-testimonial .fc-test__thumb img {
    max-width: 20vw;
}

.fc-testimonial .testimonial__slider-single {
    padding: 60px 20px !important;
    background-color: #fbda33;
    border: 2px solid var(--black) !important;
    -webkit-box-shadow: 0px -2px 38px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px -2px 38px 0px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
}

.fc-testimonial .testimonial__slider-single i {
    color: var(--black);
}

.fc-testimonial .testimonial__slider-single .content p {
    font-weight: 500;
    color: var(--black);
    line-height: 1.8;
    font-style: italic;
}

.fc-testimonial q {
    color: var(--black);
    font-size: 20px;
}

.fc-testimonial .author-info p {
    font-weight: 500;
    color: var(--black);
    margin-top: 12px;
}

.fc-testimonial .author-info p span {
    color: #0c6460;
}

.fc-testimonial .author-thumb {
    width: 80px !important;
    min-width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-sec .social-sec-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #efefef;
}

.social-sec .social-sec-single a {
    padding-block: 40px;
    padding-inline: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 12px;
    -webkit-border-after: 1px solid #bdd1d7;
    border-block-end: 1px solid #bdd1d7;
    font-weight: 600;
    color: var(--black);
    width: 100%;
}

.social-sec .social-sec-single a i {
    color: var(--base-color);
}

.social-sec .social-sec-single a:nth-last-of-type(1) {
    -webkit-border-after: 0px;
    border-block-end: 0px;
}

.fc-blog {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fc-blog::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 400px;
    z-index: -1;
    background: #efefef;
}

.fc-blog .blog__single {
    padding: 0px;
    padding-bottom: 30px;
    background-color: var(--white) !important;
}

.fc-blog .blog__single:hover {
    background-color: var(--white) !important;
}

.fc-blog .blog__single-thumb a,
.fc-blog .blog__single-thumb img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.fc-blog .tag {
    bottom: -35px;
    right: 24px;
    width: 70px;
    height: 70px;
    background-color: var(--base-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 6px;
    top: unset !important;
    left: unset !important;
}

.fc-blog .tag span {
    width: 100%;
    color: var(--white);
}

.fc-blog .tag span:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
}

.fc-blog .e-tag {
    color: var(--base-color);
    font-weight: 700;
    margin-bottom: 8px;
}

.fc-blog h6 a {
    font-weight: 700;
    color: var(--black);
}

.fc-blog h6 a:hover {
    color: var(--base-color);
}

.fc-blog .blog__single-content,
.fc-blog .blog__single-cta,
.fc-blog .blog__single-meta {
    padding: 0px 24px !important;
}

.fc-blog .blog__single-meta {
    border-top: 1px solid rgba(0, 23, 38, 0.1);
    padding-top: 20px !important;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fc-blog .blog__single-meta p,
.fc-blog .blog__single-meta i {
    color: #636776 !important;
}

.fc-contact {
    overflow: hidden;
}

.fc-contact .contact__content {
    background-color: var(--white) !important;
    position: relative;
    z-index: 1;
}

.fc-contact .contact__content::after {
    content: "";
    position: absolute;
    inset-inline-start: 100%;
    top: 0px;
    bottom: 0px;
    width: 100vw;
    height: 100%;
    background-color: var(--white);
    z-index: -1;
}

.fc-contact .input-single {
    background-color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
}

.fc-contact .input-single input,
.fc-contact .input-single textarea {
    color: #000000 !important;
}

.fc-contact .input-single input::-webkit-input-placeholder,
.fc-contact .input-single textarea::-webkit-input-placeholder {
    color: #4f5b73 !important;
    text-transform: capitalize;
}

.fc-contact .input-single input::-moz-placeholder,
.fc-contact .input-single textarea::-moz-placeholder {
    color: #4f5b73 !important;
    text-transform: capitalize;
}

.fc-contact .input-single input:-ms-input-placeholder,
.fc-contact .input-single textarea:-ms-input-placeholder {
    color: #4f5b73 !important;
    text-transform: capitalize;
}

.fc-contact .input-single input::-ms-input-placeholder,
.fc-contact .input-single textarea::-ms-input-placeholder {
    color: #4f5b73 !important;
    text-transform: capitalize;
}

.fc-contact .input-single input::placeholder,
.fc-contact .input-single textarea::placeholder {
    color: #4f5b73 !important;
    text-transform: capitalize;
}

.fc-footer-three {
    position: relative;
    z-index: 1;
}

.fc-footer-three .social a:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.fc-footer-three .footer-three__widget-news .content p i {
    color: var(--base-color);
}

.fc-footer-three .single-address i,
.fc-footer-three button i {
    color: var(--base-color) !important;
}

.fc-footer-three label a {
    color: var(--base-color) !important;
}

.fc-footer-three .fc-one,
.fc-footer-three .fc-two,
.fc-footer-three .fc-three,
.fc-footer-three .fc-four,
.fc-footer-three .fc-five {
    position: absolute;
    z-index: -2;
}

.fc-footer-three .fc-one {
    top: 350px;
    inset-inline-start: 140px;
}

.fc-footer-three .fc-one img {
    max-width: 10vw;
    min-width: 30px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.fc-footer-three .fc-two {
    top: 40%;
    inset-inline-start: 190px;
}

.fc-footer-three .fc-two img {
    max-width: 5vw;
    min-width: 20px;
    -webkit-animation: moveLeftRight 6s infinite ease-in-out;
    animation: moveLeftRight 6s infinite ease-in-out;
}

.fc-footer-three .fc-three {
    top: 180px;
    inset-inline-end: 70px;
}

.fc-footer-three .fc-three img {
    max-width: 8vw;
    min-width: 40px;
    -webkit-animation: moveLeftRight 7s infinite ease-in-out;
    animation: moveLeftRight 7s infinite ease-in-out;
}

.fc-footer-three .fc-four {
    bottom: 10%;
    inset-inline-start: 7%;
}

.fc-footer-three .fc-four img {
    max-width: 5vw;
    min-width: 20px;
    -webkit-animation: moveTopBottom 9s infinite ease-in-out;
    animation: moveTopBottom 9s infinite ease-in-out;
}

.fc-footer-three .fc-five {
    bottom: 30%;
    inset-inline-end: 5%;
}

.fc-footer-three .fc-five img {
    max-width: 4vw;
    min-width: 20px;
    -webkit-animation: moveTopBottom 6s infinite ease-in-out;
    animation: moveTopBottom 6s infinite ease-in-out;
}

.topbar-five {
    background: #f1ebe9;
    top: 0px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.topbar-five .topbar__inner {
    background-color: transparent;
    padding: 0px !important;
    width: 100% !important;
}

.topbar-five .topbar__list {
    padding: 12px 24px;
    background: #222223;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.topbar-five .topbar-five-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.topbar-five .topbar__extra {
    display: none !important;
}

.topbar-five .topbar__extra p {
    color: #0d0808;
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.topbar-five .social a {
    font-size: 16px;
    color: #9497a3;
}

.topbar-five .social a:hover {
    color: var(--base-color);
}

.header-five {
    background: #f1ebe9;
}

.header-five .navbar__menu-wrapper,
.header-five .main-header__menu-box {
    background-color: transparent;
    padding-inline: 0px !important;
}

.header-five .contact-btn::before,
.header-five .contact-btn::after {
    content: none;
}

.header-five .contact-btn i {
    color: var(--base-color);
}

.header-five .navbar__list {
    border-radius: 40px;
    padding-inline: 12px;
    border: 1px solid #060505;
    background: #fff;
}

.banner-five {
    padding-block: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 90px;
}

.banner-five::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(247deg, rgba(5, 21, 29, 0.7) 34.88%, rgba(109, 131, 126, 0) 95.49%);
}

.banner-five .shape {
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    top: -5px;
    z-index: 3;
}

.banner-five .shape img {
    width: 100%;
    height: 28px;
}

.banner-five .banner-five__content {
    position: relative;
    z-index: 1;
}

.banner-five .spade {
    position: absolute;
    bottom: 30px;
    inset-inline-end: 30px;
    z-index: -1;
}

.banner-five .spade img {
    max-width: 20vw;
    min-width: 60px;
    -webkit-animation: pulse 4s infinite ease-in-out;
    animation: pulse 4s infinite ease-in-out;
}

.banner-five .commmit-tab-single {
    max-width: 700px;
    border-color: var(--white);
    background: #222822;
}

.banner-five .commmit-tab-single p {
    color: rgba(255, 255, 255, 0.49);
}

.banner-five .commmit-tab-single .text-lg {
    color: var(--white);
}

.banner-five .commmit-tab-single i {
    font-size: 45px;
}

.banner-five h1 {
    color: var(--white);
    font-family: var(--nunito);
}

.banner-five h1 span {
    font-family: "Hubot Sans", serif;
    font-weight: 500;
}

.banner-five p {
    max-width: 560px;
    color: var(--white);
}

.banner-five .bottom-line {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 58%;
    padding-bottom: 35px;
}

.banner-five .btn--primary {
    padding: 20px 45px;
    color: var(--white);
    border-color: var(--base-color) !important;
    font-weight: 700;
    background-color: #ffae10;
}

.banner-five .btn--primary::before,
.banner-five .btn--primary::after {
    background-color: var(--base-color);
}

.banner-five .btn--primary:hover {
    color: var(--black) !important;
}

.ff-overview {
    padding-block: 80px;
    background: #f1ebe9;
}

.ff-overview .ff-overview-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ff-overview .thumb {
    min-width: 280px;
    position: relative;
}

.ff-overview .thumb img {
    width: 100%;
    border-radius: 20px;
    min-height: 200px;
}

.ff-overview .icon {
    position: absolute;
    left: 24px;
    bottom: -30px;
    width: 85px;
    min-width: 85px;
    height: 85px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: var(--base-color);
    z-index: 1;
}

.ff-overview .icon::before {
    content: "";
    position: absolute;
    right: 72%;
    bottom: 9px;
    border-width: 23px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #c60000;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ff-overview .icon i {
    font-size: 40px;
    color: var(--white);
}

.ff-overview a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    color: var(--base-color);
    font-weight: 700;
    margin-top: 20px;
}

.ff-overview a:hover {
    color: var(--black);
}

.ff-commit {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ff-commit .btn--primary {
    padding-inline: 35px;
}

.ff-commit .fc-two {
    position: absolute;
    top: 160px;
    left: 80px;
    z-index: -1;
}

.ff-commit .fc-two img {
    max-width: 5vw;
    min-width: 20px;
    -webkit-animation: moveLeftRight 6s infinite ease-in-out;
    animation: moveLeftRight 6s infinite ease-in-out;
}

.ff-commit .vertical-text {
    padding: 50px 30px;
    background-color: #f00;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    inset-inline-start: -30px;
    border-top: 5px solid #fbda33;
    border-bottom: 5px solid #ffae10;
    border-radius: 20px;
    z-index: 3;
}

.ff-commit .vertical-text h5 {
    -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-weight: 500;
    color: var(--white);
    text-transform: lowercase;
}

.ff-commit .vertical-text h5 span {
    color: #ffae10;
    font-weight: 700;
}

.ff-commit .commit-count {
    inset-inline-start: 120px;
}

.ff-commit .commit__thumb::after {
    background-color: #f4d3d3;
}

.ff-commit .thumb-sm img {
    opacity: 0.4;
}

.ff-commit .content h6 {
    font-weight: 600;
}

.ff-commit .help-card-content h4 {
    color: var(--black);
}

.ff-commit .help__content-icon-group {
    max-width: 360px;
}

.ff-commit .help__content-icon-group .thumb::before {
    content: none;
}

.ff-commit .help__content-icon-group .thumb i {
    color: var(--base-color);
}

.ff-servicce-three {
    background-color: #f1ebe9;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ff-servicce-three .btn--primary {
    padding-inline: 35px;
}

.ff-servicce-three .h-green {
    position: absolute;
    z-index: -1;
    left: 120px;
    top: 250px;
}

.ff-servicce-three .h-green img {
    -webkit-animation: pulse 5s linear infinite;
    animation: pulse 5s linear infinite;
}

.ff-servicce-three .cgf {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 440px;
    z-index: -2;
}

.ff-servicce-three .cgf::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.69);
    opacity: 0.92;
}

.ff-servicce-three .cgf img {
    width: 100%;
    height: 100%;
    -o-object-position: right top;
    object-position: right top;
    position: relative;
    z-index: -2;
}

.ff-servicce-three .ff-service-three-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ff-servicce-three .ff-service-three-single {
    padding: 47px 24px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.02);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ff-servicce-three .ff-service-three-single:hover .thumb a {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ff-servicce-three .ff-service-three-single:hover .content a {
    color: var(--base-color);
}

.ff-servicce-three .ff-service-three-single-alt {
    padding: 40px 24px;
}

.ff-servicce-three .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ff-servicce-three .thumb svg {
    width: 45px;
}

.ff-servicce-three .thumb path {
    fill: var(--base-color);
}

.ff-servicce-three .thumb a {
    font-size: 24px;
    color: var(--base-color);
}

.ff-servicce-three i {
    margin-bottom: -3px;
}

.ff-servicce-three .content {
    max-width: 160px;
    margin-top: 40px;
}

.ff-servicce-three .content a {
    font-size: 20px;
    font-weight: 500;
    color: #061408;
}

.ff-servicce-three .content a:hover {
    color: var(--base-color);
}

.ff-servicce-three .content p {
    line-height: 1.4;
}

.ff-cause {
    background-color: #f1ebe9;
}

.ff-cause .cta .btn--primary {
    padding-inline: 40px;
    padding-block: 18px;
    border: 0px solid transparent !important;
}

.ff-cause .cta .btn--primary::before,
.ff-cause .cta .btn--primary::after {
    background-color: var(--white);
}

.ff-cause .swiper-slide {
    opacity: 0.4;
}

.ff-cause .swiper-slide-prev,
.ff-cause .swiper-slide-active,
.ff-cause .swiper-slide-next {
    opacity: 1;
}

.ff-gallery {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ff-gallery img {
    border-radius: 15px;
    width: 100%;
    max-width: 15vw;
    min-width: 50px;
}

.ff-gallery .thumb-lg {
    position: relative;
}

.ff-gallery .thumb-lg img {
    min-height: 360px;
    width: 100% !important;
    max-width: 100% !important;
}

.ff-gallery .thumb-lg a {
    background-color: var(--white);
}

.ff-gallery .thumb-lg a i {
    color: var(--base-color);
}

.ff-gallery .left-group {
    position: absolute;
    left: 200px;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ff-gallery .left-group .m-two {
    max-width: 185px;
    margin-left: -50px;
    margin-block: 40px;
}

.ff-gallery .left-group .m-three {
    margin-left: 40px;
}

.ff-gallery .right-group {
    position: absolute;
    right: 200px;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ff-gallery .right-group .m-two {
    max-width: 185px;
    margin-block: 40px;
    position: relative;
    right: -170px;
}

.ff-gallery .right-group .m-three {
    margin-right: 40px;
}

.ff-gallery .video-btn-wrapper {
    inset-inline-start: unset !important;
    left: 50% !important;
}

.ff-volunteer-two {
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ff-volunteer-two .parasuit {
    position: absolute;
    top: -150px;
    inset-inline-start: 8%;
    z-index: -1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -webkit-animation: fall 15s ease-in-out infinite;
    animation: fall 15s ease-in-out infinite;
}

.ff-volunteer-two .parasuit img {
    max-width: 8vw;
    min-width: 40px;
}

.ff-volunteer-two .th-b {
    position: absolute;
    top: 100px;
    right: 50px;
    z-index: -1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}

.ff-volunteer-two .th-b img {
    max-width: 8vw;
    min-width: 40px;
}

.ff-volunteer-two .cd-f {
    border-radius: 16px;
    background: #fff;
    padding: 40px 20px;
    max-width: 650px;
    margin-inline: 20px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.ff-volunteer-two .thumb img {
    border-radius: 16px;
    width: 100%;
    min-height: 360px;
}

.ff-volunteer-two path {
    fill: var(--base-color);
}

.ff-volunteer-two svg {
    width: 56px;
}

.ff-volunteer-two .commmit-tab-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ff-volunteer-two .commmit-tab-single p {
    font-weight: 600;
    color: #232222;
}

.ff-volunteer-two .commit-tab-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.ff-volunteer-two ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.ff-volunteer-two li {
    color: #232222;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.ff-volunteer-two li i {
    color: var(--base-color);
}

.ff-volunteer-two .donation-future__thumb {
    border: 2px solid var(--base-color);
}

.ff-volunteer-two .donation-future__thumb hr {
    margin: 40px 0px 60px;
}

.ff-volunteer-two .donation-future__thumb .percent-value {
    color: var(--base-color);
}

.ff-volunteer-two .donation-future__thumb .progress-bar {
    background: #f0f1f2;
}

.ff-volunteer-two .donation-future__thumb .progress-bar-percent {
    background-color: var(--base-color);
}

.ff-volunteer-two .donation-future__thumb .progress-bar-percent::before {
    outline-color: var(--base-color) !important;
}

.ff-volunteer-two .donation-future__thumb .donation-amount {
    border-radius: 30.5px;
    border: 1px solid #f0f1f2;
    background: #f0f1f2;
}

.ff-volunteer-two .donation-future__thumb .donation-amount:hover {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.ff-volunteer-two .donation-future__thumb .btn--primary {
    color: var(--white) !important;
    border-color: var(--base-color) !important;
}

.ff-volunteer-two .donation-future__thumb .btn--primary::before,
.ff-volunteer-two .donation-future__thumb .btn--primary::after {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.ff-service {
    background: #222223;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ff-service .th-t {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.ff-service .th-t img {
    -webkit-animation: moveTopBottom 5s linear infinite;
    animation: moveTopBottom 5s linear infinite;
    max-width: 7vw;
    min-width: 40px;
}

.ff-service .ff-service__single {
    padding: 40px 40px;
    border-radius: 11px;
    border: 1px dashed rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.ff-service .ff-service__single:hover {
    background-color: var(--white);
}

.ff-service .ff-service__single:hover a i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ff-service .ff-service__single:hover .thumb::before {
    background-color: #f9edd8;
}

.ff-service .ff-service__single:hover .txt-lg {
    color: #232222;
}

.ff-service .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 65px;
}

.ff-service .thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(228, 238, 239, 0.12);
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.ff-service p {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: #8b7d7d;
}

.ff-service .txt-lg {
    color: var(--white);
}

.ff-service a {
    color: var(--base-color);
    font-weight: 700;
    gap: 16px;
}

.ff-service a i {
    font-size: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: -3px;
}

.cf-p {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cf-p .th-t {
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: -1;
}

.cf-p .th-t img {
    -webkit-animation: moveTopBottom 5s linear infinite;
    animation: moveTopBottom 5s linear infinite;
    max-width: 10vw;
    min-width: 40px;
}

.ff-community .ff-community__thumb {
    position: relative;
    z-index: 1;
}

.ff-community .ff-community__thumb img {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    -webkit-animation: moveLeftRight 5s linear infinite;
    animation: moveLeftRight 5s linear infinite;
}

.ff-community .tc-one {
    border-radius: 0px 50px;
    border: 1px solid #ffae10;
    background: var(--base-color);
    padding: 30px 20px;
}

.ff-community .tc-one h3,
.ff-community .tc-one p {
    color: var(--white);
}

.ff-community .tc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ff-community .tc-two {
    padding: 40px 20px;
    border-radius: 50px 0px;
    border: 1px solid #e7c410;
    min-width: 200px;
    width: 100%;
    background: #fbda33;
}

.ff-community .tc-two h5,
.ff-community .tc-two p {
    color: var(--black);
}

.ff-community .tc-three {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px 20px;
    background-color: var(--black);
    border-radius: 50px 0px;
    position: relative;
    z-index: 1;
}

.ff-community .tc-three img {
    position: absolute;
    top: 90%;
    left: 90%;
    z-index: -1;
    -webkit-animation: none;
    animation: none;
}

.ff-community .tc-three h3,
.ff-community .tc-three p {
    color: var(--white);
}

.ff-community .counter-four__content {
    text-align: start !important;
}

.ff-volunteer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    direction: ltr !important;
}

.ff-volunteer .ff-volunteer__inner {
    padding: 100px 20px;
    background-size: cover;
    border-radius: 25px;
    background-position: left bottom;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ff-volunteer i {
    font-size: 70px;
}

.ff-volunteer i,
.ff-volunteer h3,
.ff-volunteer a {
    color: var(--white);
    text-align: left !important;
}

.ff-volunteer .video-btn-wrapper {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0px) !important;
    -ms-transform: translate(0px) !important;
    transform: translate(0px) !important;
}

.ff-volunteer .video-btn-wrapper i {
    color: var(--white) !important;
}

.ff-volunteer .th-right {
    position: absolute;
    top: 50%;
    right: 30%;
}

.ff-volunteer .th-right img {
    -webkit-animation: moveTopBottom 4s linear infinite;
    animation: moveTopBottom 4s linear infinite;
}

.ff-volunteer .th-top {
    position: absolute;
    top: 60px;
    left: 80px;
    z-index: -1;
}

.ff-volunteer .th-top img {
    -webkit-animation: pulse 6s linear infinite;
    animation: pulse 6s linear infinite;
}

.ff-team {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ff-team .shp {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #f2f2f2;
    z-index: -3;
    width: 100%;
    height: 300px;
}

.ff-team .shp::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fbda33;
    width: 140px;
    height: 95px;
    border-bottom-right-radius: 150px;
    z-index: -2;
}

.ff-team .shp::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--base-color);
    width: 120px;
    height: 127px;
    border-bottom-left-radius: 150px;
    z-index: -2;
}

.ff-team .team__single {
    direction: ltr;
}

.ff-team .team__single:hover .team__single__thumb-social {
    -webkit-transform: translateY(0px) translateX(0%) !important;
    -ms-transform: translateY(0px) translateX(0%) !important;
    transform: translateY(0px) translateX(0%) !important;
}

.ff-team .team__single:hover .team__single-content__icon {
    background-color: var(--black);
    color: var(--white);
}

.ff-team .team__icons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}

.ff-team .team__single-content__icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--base-color);
    border-radius: 0px 8px 0px 0px;
    z-index: 1;
    position: relative;
}

.ff-team .team__single-content__icon i {
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.ff-team .team__single__thumb-social {
    -webkit-transform: translateY(0px) translateX(-20px) !important;
    -ms-transform: translateY(0px) translateX(-20px) !important;
    transform: translateY(0px) translateX(-20px) !important;
    position: relative !important;
    inset: unset !important;
    z-index: -1;
}

.ff-team .team__single__thumb-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: white;
}

.ff-team .team__single__thumb-social ul a {
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #504848;
    font-size: 16px;
}

.ff-team .team__single__thumb-social ul a:hover {
    color: var(--base-color) !important;
    background-color: transparent;
}

.ff-team .team__single-content {
    padding-bottom: 0px;
    text-align: center;
    background-color: transparent !important;
}

.ff-team .team__single-content p {
    color: var(--base-color);
}

.ff-team .team__single-content h6 {
    color: var(--black) !important;
    font-weight: 500 !important;
}

.ff-team .team__single-thumb::before {
    content: none;
}

.ff-team .team__single-thumb a,
.ff-team .team__single-thumb img {
    border-radius: 15px;
}

.ff-team .btn--primary {
    color: var(--white);
}

.ff-team .btn--primary::before,
.ff-team .btn--primary::after {
    background-color: var(--black);
}

.ff-testimonial {
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ff-testimonial .th-top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.ff-testimonial .th-top img {
    -webkit-animation: moveTopBottom 6s linear infinite;
    animation: moveTopBottom 6s linear infinite;
}

.ff-testimonial .th-left {
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: -1;
}

.ff-testimonial .th-left img {
    -webkit-animation: moveLeftRight 6s linear infinite;
    animation: moveLeftRight 6s linear infinite;
}

.ff-testimonial .th-top-r {
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: -1;
}

.ff-testimonial .th-top-r img {
    -webkit-animation: moveTopBottom 6s linear infinite;
    animation: moveTopBottom 6s linear infinite;
    max-width: 90px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.ff-testimonial .th-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.ff-testimonial .th-right img {
    -webkit-animation: moveLeftRight 6s linear infinite;
    animation: moveLeftRight 6s linear infinite;
}

.ff-testimonial .ff-testimonial-slider {
    padding-block: 30px;
    margin-block: -30px;
}

.ff-testimonial .swiper-pagination-bullet-active {
    border-color: var(--base-color);
}

.ff-testimonial .swiper-pagination-bullet-active::after {
    background-color: var(--base-color);
}

.ff-testimonial .ff-testimonial__single {
    padding: 60px 20px;
    border-radius: 26px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.ff-testimonial .ff-testimonial__single img {
    position: absolute;
    bottom: 35px;
    right: 50px;
    z-index: -1;
    -webkit-animation: pulse 6s linear infinite;
    animation: pulse 6s linear infinite;
}

.ff-testimonial .ff-testimonial__single:hover {
    background: #232222;
}

.ff-testimonial .ff-testimonial__single:hover .content-p,
.ff-testimonial .ff-testimonial__single:hover q,
.ff-testimonial .ff-testimonial__single:hover .designation-p {
    color: var(--white);
}

.ff-testimonial .content-p,
.ff-testimonial q,
.ff-testimonial .designation-p {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: #092d3c;
}

.ff-testimonial .swiper-slide-active .ff-testimonial__single {
    background: #232222;
}

.ff-testimonial .swiper-slide-active .content-p,
.ff-testimonial .swiper-slide-active q,
.ff-testimonial .swiper-slide-active .designation-p {
    color: var(--white);
}

.ff-blog .blog__single {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    background-color: var(--white) !important;
}

.ff-blog .blog__single i {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.ff-blog .blog__single:hover .blog__single-inner {
    background-color: var(--base-color);
}

.ff-blog .blog__single:hover i,
.ff-blog .blog__single:hover a {
    color: var(--white) !important;
}

.ff-blog .swiper-slide-active .blog__single-inner {
    background-color: var(--base-color);
}

.ff-blog .swiper-slide-active i,
.ff-blog .swiper-slide-active a,
.ff-blog .swiper-slide-active p {
    color: var(--white) !important;
}

.ff-blog .blog__single-thumb {
    margin-bottom: 0px !important;
}

.ff-blog .blog__single-thumb a,
.ff-blog .blog__single-thumb img {
    border-radius: 0px !important;
}

.ff-blog .blog__single-inner {
    margin-inline: 20px;
    padding: 30px 24px;
    border-radius: 7px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    top: -104px;
    margin-bottom: -104px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.ff-blog .blog__single-meta {
    padding-inline: 0px;
}

.ff-blog .blog__single-content {
    margin-top: 16px;
    padding-inline: 0px;
    max-width: 320px;
}

.ff-blog .blog__single-content a {
    font-weight: 700;
}

.ff-blog .blog__single-cta {
    padding-inline: 0px;
}

.ff-blog .blog__single-cta a {
    font-weight: 500;
    font-size: 16px;
}

.ff-blog .blog__single-cta a::before {
    content: none;
}

.ff-blog .blog__single-cta a i {
    color: var(--base-color);
}

.ff-blog .ff-blog-slider {
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.ff-blog .swiper-pagination-bullet-active {
    border-color: var(--base-color);
}

.ff-blog .swiper-pagination-bullet-active::after {
    background-color: var(--base-color);
}

.ff-footer {
    background: #1b1b1d;
}

.ff-footer h1,
.ff-footer h2,
.ff-footer h3,
.ff-footer h4,
.ff-footer h5,
.ff-footer h6 {
    font-family: var(--nunito) !important;
}

.ff-footer .btn--primary {
    background-color: var(--white);
    color: var(--black);
}

.ff-footer .btn--primary::before,
.ff-footer .btn--primary::after {
    background-color: var(--base-color);
}

@media only screen and (min-width: 576px) {
    .fc-profit .fc-profit__tab-btns {
        padding: 40px;
        -webkit-margin-end: 40px;
        margin-inline-end: 40px;
    }
    .fc-profit .profit__tab-btn {
        padding: 16px 24px;
    }
    .fc-profit .profit__tab-btn i {
        display: block;
    }
    .fc-testimonial .testimonial__slider-single {
        padding: 80px 100px !important;
    }
    .fc-testimonial .testimonial__slider-single q {
        font-size: 24px;
    }
    .ff-volunteer .ff-volunteer__inner {
        padding: 100px;
    }
    .social-sec .social-sec-single {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .social-sec .social-sec-single a {
        width: auto;
        -webkit-border-after: 0px;
        border-block-end: 0px;
        -webkit-border-end: 1px solid #bdd1d7;
        border-inline-end: 1px solid #bdd1d7;
    }
    .social-sec .social-sec-single a i {
        color: var(--base-color);
    }
    .social-sec .social-sec-single a:nth-last-of-type(1) {
        -webkit-border-after: 0px;
        border-block-end: 0px;
        -webkit-border-end: 0px;
        border-inline-end: 0px;
    }
    .ff-testimonial .ff-testimonial__single {
        padding: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .commit .commmit-tab-single {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .fc-community .community-donation {
        padding: 80px !important;
    }
    .ff-service p {
        max-width: 230px;
    }
    .ff-service .txt-lg {
        max-width: 200px;
    }
    .ff-community .tc-one {
        padding: 30px 40px;
        max-width: 320px;
    }
    .ff-community .tc-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ff-community .tc-two {
        padding: 40px 30px;
        min-width: 200px;
    }
    .ff-community .tc-two .tc-three {
        padding: 40px 30px;
    }
    .ff-volunteer-two .cd-f {
        padding: 40px 60px;
    }
    .ff-volunteer-two .cd-f .commmit-tab-single,
    .ff-volunteer-two .cd-f ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .banner-five {
        margin-top: 92px;
    }
    .banner-five .bottom-line {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px 85%;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .header-four {
        top: 106px !important;
    }
    .header-five {
        top: 73px !important;
    }
    .header-five .main-header__menu-box {
        width: 100% !important;
    }
    .banner-five {
        padding-block: 200px;
        margin-top: 165px;
    }
    .banner-four {
        margin-top: 206px !important;
        padding-block: 120px;
    }
    .banner-four h2 br {
        display: inline-block;
    }
}

@media only screen and (min-width: 1200px) {
    .topbar--quaternary .topbar__inner {
        padding-right: 12px !important;
    }
    .ff-volunteer-two .donation-future__thumb {
        margin-left: 30px;
    }
    .ff-commit .help-two__content {
        -webkit-margin-start: 50px;
        margin-inline-start: 50px;
    }
    .banner-five {
        padding-block: 240px;
        margin-top: 179px;
    }
    .banner-five .commmit-tab-single {
        position: absolute;
        bottom: -100px;
        inset-inline-end: 0px;
        z-index: -1;
    }
    .banner-five h1 {
        font-size: 140px;
        line-height: 150px;
    }
    .banner-five .bottom-line {
        background-position: 0px 93%;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .topbar--quaternary .topbar__inner {
        border-radius: 30px;
    }
    .header-four {
        top: 69px !important;
    }
    .header-four .navbar__mobile-options {
        gap: 40px !important;
    }
    .fc-testimonial {
        padding-block: 200px !important;
    }
    .banner-four {
        margin-top: 169px !important;
        padding-block: 160px;
    }
    .banner-four h2 {
        font-size: 65px !important;
        line-height: 75px !important;
    }
    .counter-four .hb {
        font-size: 100px !important;
        line-height: 110px !important;
        font-weight: 800;
    }
    .counter-four .cnt {
        font-size: 70px !important;
        line-height: 80px !important;
        font-weight: 800;
    }
    .topbar-five .topbar__inner {
        padding: 0px !important;
    }
    .topbar-five .topbar__extra {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .banner-five {
        margin-top: 175px;
    }
}

@media only screen and (min-width: 1700px) {
    .fc-testimonial .slider-navigation {
        position: absolute !important;
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        inset-inline: unset !important;
        inset-inline-end: 6% !important;
        z-index: 1;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        max-width: -webkit-max-content !important;
        max-width: -moz-max-content !important;
        max-width: max-content !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: all !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0px !important;
    }
}

.rtl .fc-contact .contact-bg img,
.rtl .fc-profit .shape-left img,
.rtl .banner-four .thumb img {
    scale: -1 1;
}

.rtl .fc-testimonial .slider-navigation {
    direction: rtl !important;
}

.rtl .text-start {
    text-align: right;
}

.rtl .fc-goal .title-animation {
    text-align: center;
}

@media (min-width: 1200px) {
    .rtl .offset-xl-2 {
        margin: 0px;
        margin-right: 16.66666667% !important;
    }
    .rtl .text-xl-end {
        text-align: left !important;
    }
}

.dark-body .pg-four .banner-four h2,
.dark-body .pg-four .banner-four p {
    color: var(--white);
}

.dark-body .pg-four .counter-four {
    background-color: #2e2222;
}

.dark-body .pg-four .counter-four h1,
.dark-body .pg-four .counter-four h2,
.dark-body .pg-four .counter-four h3,
.dark-body .pg-four .counter-four h4,
.dark-body .pg-four .counter-four h5,
.dark-body .pg-four .counter-four h6,
.dark-body .pg-four .counter-four p {
    color: white;
}

.dark-body .pg-four .fc-goal h1,
.dark-body .pg-four .fc-goal h2,
.dark-body .pg-four .fc-goal h3,
.dark-body .pg-four .fc-goal h4,
.dark-body .pg-four .fc-goal h5,
.dark-body .pg-four .fc-goal h6,
.dark-body .pg-four .fc-goal p,
.dark-body .pg-four .commit h1,
.dark-body .pg-four .commit h2,
.dark-body .pg-four .commit h3,
.dark-body .pg-four .commit h4,
.dark-body .pg-four .commit h5,
.dark-body .pg-four .commit h6,
.dark-body .pg-four .commit p {
    color: white;
}

.dark-body .pg-four .fc-goal .goal__single,
.dark-body .pg-four .commit .goal__single {
    background-color: #2e2222;
}

.dark-body .pg-four .commit h4 {
    color: var(--black);
}

.dark-body .pg-four .commit .commmit-tab-single {
    border-color: var(--white);
}

.dark-body .pg-four .fc-profit {
    background-color: #2e2222;
}

.dark-body .pg-four .fc-profit li {
    color: var(--white);
}

.dark-body .pg-four .fc-community {
    background-color: #1e1e1e;
}

.dark-body .pg-four .fc-community h1,
.dark-body .pg-four .fc-community h2,
.dark-body .pg-four .fc-community h3,
.dark-body .pg-four .fc-community h4,
.dark-body .pg-four .fc-community h5,
.dark-body .pg-four .fc-community h6,
.dark-body .pg-four .fc-community p {
    color: white !important;
}

.dark-body .pg-four .fc-cause .shape img {
    display: none;
}

.dark-body .pg-four .fc-partner h1,
.dark-body .pg-four .fc-partner h2,
.dark-body .pg-four .fc-partner h3,
.dark-body .pg-four .fc-partner h4,
.dark-body .pg-four .fc-partner h5,
.dark-body .pg-four .fc-partner h6,
.dark-body .pg-four .fc-partner p {
    color: white !important;
}

.dark-body .pg-four .fc-contact .contact__content {
    background-color: #1e1e1e !important;
}

.dark-body .pg-four .fc-contact .contact__content::after {
    background-color: #1e1e1e !important;
}

.dark-body .pg-four .fc-cause .content h6,
.dark-body .pg-four .fc-cause .content p {
    color: var(--white);
}

.dark-body .pg-four .fc-cause .tag a {
    background-color: var(--base-color) !important;
    color: var(--white) !important;
}

.dark-body .pg-four .fc-cause .cause__slider-cta {
    background-color: transparent;
}

.dark-body .pg-four .fc-cause .cause__slider-cta p,
.dark-body .pg-four .fc-cause .cause__slider-cta span {
    color: var(--white) !important;
}

.dark-body .pg-four .fc-testimonial .testimonial__slider-single {
    background-color: #fbda33 !important;
}

.dark-body .pg-four .fc-testimonial .testimonial__slider-single h6 {
    color: var(--black) !important;
}

.dark-body .pg-four .ff-overview {
    background-color: #2c2a29;
}

.dark-body .pg-four .ff-overview h3 {
    color: var(--white);
}

.dark-body .pg-four .ff-overview a:hover {
    color: var(--white);
}

.dark-body .pg-four .ff-servicce-three,
.dark-body .pg-four .ff-cause,
.dark-body .pg-four .ff-volunteer-two,
.dark-body .pg-four .ff-volunteer,
.dark-body .pg-four .ff-testimonial {
    background-color: #1e1e1e;
}

.dark-body .pg-four .ff-cause h2 {
    color: var(--white) !important;
}

.dark-body .pg-four .ff-cause .cause__slider-cta {
    background-color: transparent;
}

.dark-body .pg-four .ff-cause .cause__slider-cta p,
.dark-body .pg-four .ff-cause .cause__slider-cta span {
    color: var(--white) !important;
}

.dark-body .pg-four .ff-community {
    background-color: #1e1e1e;
}

.dark-body .pg-four .ff-community .tc-two h5,
.dark-body .pg-four .ff-community .tc-two p {
    color: var(--black);
}

.dark-body .pg-four .ff-team .btn--primary::before,
.dark-body .pg-four .ff-team .btn--primary::after {
    background-color: var(--base-color) !important;
}

.dark-body .pg-four .ff-team .shp {
    background-color: #1e1e1e;
}

.dark-body .pg-four .ff-team .team__single-content__icon {
    background-color: var(--black) !important;
}

.dark-body .pg-four .ff-team .team__single-content a {
    color: var(--white) !important;
}

.dark-body .pg-four .ff-blog .blog__single {
    background-color: transparent !important;
}

.dark-body .pg-four .ff-blog .blog__single-cta a {
    color: var(--black);
}

.dark-body .pg-four .topbar-five .topbar__extra p {
    color: var(--white);
}

.header-five.sticky-header {
    top: 0px !important;
}

.box-layout .topbar-five .topbar__extra {
    display: none !important;
}

.box-layout .header-four .social {
    display: none !important;
}

.box-layout .banner-four .thumb img {
    max-width: 38vw;
}

/* ==== 
 --------- (5.21) color switcher styles start ---------
 ==== */

.color-palate {
    position: fixed;
    left: 0px;
    text-align: center;
    top: 0%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    max-width: 280px;
    z-index: 999;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.color-palate .color-palate-inner {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all;
    transition: all;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding-bottom: 30px;
}

.color-palate .color-palate-inner::-webkit-scrollbar {
    width: 5px;
}

.color-palate .color-palate-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.color-palate .color-palate-inner::-webkit-scrollbar-thumb {
    background: #888;
}

.color-palate .color-palate-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.color-palate .palate {
    background: #0055d4;
    display: block;
    float: left;
    height: 45px;
    margin: 0 2.5% 12px;
    width: 20%;
    cursor: pointer;
    position: relative;
}

.color-palate .colors-list .active::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
}

.color-palate .various-color {
    overflow: hidden;
    padding: 40px 0 15px;
}

.color-palate .colors-list {
    margin: 0 20px;
}

.color-palate .secondary-head {
    background: #222222;
    padding: 14px 0;
}

.color-palate .secondary-color {
    padding: 23px 0;
}

.color-palate .secondary-colors-list {
    margin: 0 80px;
}

.color-palate .palate-foo {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    padding: 0 30px;
    line-height: 1.8em;
}

.color-palate .palate-foo span {
    display: block;
    padding-top: 20px;
    margin-top: 5px;
    border-top: 1px dotted #b2b2b2;
}

.color-palate .palate.default-color {
    background: #ffc107;
}

.color-palate .palate.blue-color {
    background: #246af4;
}

.color-palate .palate.brown-color {
    background: #964b00;
}

.color-palate .palate.green-color {
    background: #3ead3c;
}

.color-palate .palate.orange-color {
    background: #ffb347;
}

.color-palate .palate.purple-color {
    background: #bb54e1;
}

.color-palate .palate.teal-color {
    background: #44a9aa;
}

.color-palate .palate.yellow-color {
    background: #ff0000;
}

.color-palate .color-trigger,
.color-palate .close-color-trigger {
    background: #0055d4;
    cursor: pointer;
    height: 36px;
    width: 36px;
    left: 100%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    mix-blend-mode: exclusion;
}

.color-palate .color-trigger i {
    color: #ffffff;
    font-size: 16px;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.color-palate .close-color-trigger i {
    color: #ffffff;
    font-size: 20px;
}

.color-palate .close-color-trigger {
    display: none;
}

.color-palate h6 {
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
}

.color-palate .box-version {
    padding-top: 10px;
    padding-bottom: 0px;
}

.color-palate .option-box {
    padding-top: 10px;
    padding-bottom: 5px;
}

.color-palate .option-box .active {
    background-color: var(--black);
}

.color-palate .option-box>li {
    position: relative;
    color: #ffffff;
    width: 40%;
    margin: 0px 3px;
    cursor: pointer;
    margin-bottom: 9px;
    padding: 8px 12px;
    font-size: 12px;
    display: inline-block;
    background-color: #0055d4;
    text-transform: uppercase;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.color-palate .option-box>li:hover {
    background-color: var(--black);
}

.color-palate .purchase-box {
    position: relative;
    padding: 20px 15px 0px;
    max-width: 270px;
    margin-inline: auto;
}

.color-palate .purchase-box__btn {
    position: relative;
    color: #ffffff;
    width: 50%;
    margin: 0;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 12px;
    display: inline-block;
    background-color: #0055d4;
    text-transform: uppercase;
    margin-top: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.color-palate .purchase-box__btn:hover {
    background-color: var(--black);
}

.color-palate.visible-palate {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Home Six Css Start Here */

.btn-six-primary {
    gap: 10px !important;
    display: inline-flex !important;
}

.btn-six-primary span {
    line-height: 1;
    border-left: 1px solid var(--white);
    padding-left: 8px;
}

/* Header Css */

.topbar-six-area {
    background: var(--primary-six-light);
    padding: 9px 80px;
    z-index: 999 !important;
}

.topbar-six-list {
    max-width: 673px;
    width: 100%;
}

.topbar-six-list li a {
    font-size: 15px;
}

.topbar-six-icon {
    gap: 12px;
}

.topbar-six-icon p {
    font-size: 14px;
}

/* Header Man Css */

.header-six-area {
    background: var(--white);
    padding: 0 75px;
    top: 48px !important;
}

.sticky-header.header-six-area {
    top: 0 !important;
}

.header-six-area .navbar__options .header-six-navbar-space {
    margin-right: 48px;
}

.header-six-btn {
    border-radius: 30px;
}

/* Banner Css */

.banner-six-area {
    padding: 280px 70px 0;
}

.banner-six-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 120px;
}

.banner-six-section-wrapper {
    max-width: 763px;
    width: 100%;
}

.banner-six-subtitle {
    font-family: var(--caveat);
    font-weight: 700;
    font-size: 24px;
    line-height: 108%;
    color: var(--white);
    background: var(--primary-six);
    display: inline-block;
    padding: 3px 18px;
    margin-bottom: 18px;
}

.banner-six-title {
    font-weight: 700;
    font-size: 90px;
    line-height: 1.11;
    color: var(--primary-six-title);
    margin-bottom: 0;
}

.banner-six-title span {
    color: var(--primary-six);
}

.banner-six-paragraph {
    margin-block-end: 18px;
}

.banner-six-conter-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
}

.banner-six-conter-item h2 {
    font-weight: 700;
    font-size: 50px;
    color: var(--primary-six-title);
    margin-bottom: -10px;
}

.banner-six-circle {
    position: relative;
    width: 160px;
    height: 160px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    z-index: 1;
    border: 2px dashed var(--base-color);
    margin-bottom: -55px;
    margin-left: -78px;
}

.banner-six-circle-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px;
    height: 86px;
    line-height: 1;
    transform: translate(-50%, -50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--base-color);
    cursor: pointer;
}

.banner-six-circle-button span {
    line-height: 1;
    display: block;
}

.banner-six-rotate-content {
    animation: rotateImg 10s infinite linear;
}

@keyframes rotateImg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.banner-six-content {
    max-width: 736px;
    width: 100%;
}

.banner-six-slide-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 725px;
    border-radius: 40px;
}

.banner-six-social {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.banner-six-social ul li {
    margin-bottom: 4px;
}

.banner-six-social ul li:last-child {
    margin-bottom: 0;
}

.banner-six-social ul li a {
    width: 35px;
    height: 35px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    transition: .4s;
}

.banner-six-social ul li a:hover {
    background: var(--base-color);
    border: 1px solid rgba(255, 255, 255, 1);
}

.banner-six-social ul li span {
    font-weight: 500;
    font-size: 18px;
    color: var(--white);
    transform: rotate(-90deg);
    margin-top: 38px;
    margin-left: -26px;
}

.banner-six-slide-dot {
    background: rgba(255, 255, 255, 0.15);
    padding: 9px 22px;
    width: 100px !important;
    border-radius: 25px;
    text-align: center;
    position: absolute;
    left: auto !important;
    right: 53px;
    top: auto !important;
    bottom: 50px !important;
    z-index: 2;
}

.banner-six-slide-dot .swiper-pagination-bullet {
    opacity: 1;
    background: var(--white);
    width: 6px;
    height: 6px;
    position: relative;
    z-index: 1;
}

.banner-six-slide-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--base-color) !important;
}

.banner-six-slide-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.2);
}

/* Feature Css */

.feature-six-area {
    padding-bottom: 90px;
    margin-top: -55px;
}

.feature-six-wrapper {
    display: flex;
    gap: 10px;
    box-shadow: 0 0 3px 0 rgba(18, 47, 42, 0.23);
    background: var(--white);
    padding: 30px 20px 30px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: .4s;
}

.feature-six-icon span {
    width: 70px;
    height: 70px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(132, 204, 76, .20);
    border-radius: 50%;
    transition: .4s;
}

.feature-six-content h4 {
    font-weight: 700;
    font-size: 26px;
    color: var(--primary-six-title);
    transition: .4s;
}

.feature-six-content p {
    transition: .4s;
}

.feature-six-wrapper:hover {
    background: var(--primary-six);
}

.feature-six-wrapper:hover .feature-six-icon span {
    background: var(--white);
}

.feature-six-wrapper:hover .feature-six-content h4,
.feature-six-wrapper:hover .feature-six-content p {
    color: var(--white);
}

/* Section Css */

.section-six-wrapper {
    margin-bottom: 28px;
}

.section-six-subtitle {
    font-family: var(--caveat);
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-six);
    margin-bottom: 10px;
}

.section-six-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 1.18;
    text-transform: capitalize;
    color: var(--primary-six-title);
}

.section-six-paragraph {
    line-height: 175%;
    margin-top: 17px;
}

/* About Css */

.about-six-area {
    padding-bottom: 120px;
}

.about-six-shape-1 {
    position: absolute;
    top: 32%;
    left: -107px;
}

.about-six-shape-2 {
    position: absolute;
    bottom: 36%;
    left: -16%;
}

.about-six-shape-3 {
    position: absolute;
    top: 15%;
    right: 0;
}

.about-six-circle {
    border: 2px dashed transparent;
    position: absolute;
    bottom: 9%;
    right: 0;
}

.about-six-circle-button {
    background: var(--primary-six);
}

.about-six-blockquote {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(71, 159, 16, .1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 36px;
}

.about-six-blockquote-thumb img {
    max-width: 100px;
    height: 100px;
}

.about-six-blockquote-content p {
    font-size: 15px;
    line-height: 175%;
    margin-bottom: 0;
}

.about-six-blockquote-icon {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.about-six-list-wrap {
    display: flex;
    gap: 85px;
}

.about-six-list ul {
    display: flex;
    flex-direction: column;
}

.about-six-list ul li {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-six-title);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.about-six-list ul li:last-child {
    margin-bottom: 0;
}

.about-six-list ul li span {
    line-height: 1;
}

/* Community Css */

.community-six-bg::after {
    display: none;
}

.community-six-area .community-donation {
    border-radius: 60px;
}

.community-six-area .warning .line {
    background-color: var(--primary-six);
}

.community-six-area .input-group-icon .thumb {
    background-color: var(--primary-six);
}

.community-six-area .input-group-icon {
    background-color: var(--base-color);
}

.community-six-area .input-group-icon input {
    color: var(--white);
}

.community-six-area .donation-form__single .active {
    background-color: var(--primary-six);
    color: var(--white);
    border-color: var(--primary-six);
}

.community-six-area .radio-single input:checked+label::before {
    border-color: var(--base-color);
}

.community-six-area .radio-single input:checked+label::after {
    background-color: var(--base-color);
}

.community-six-area .donation-form__single .donation-amount:hover {
    background-color: var(--primary-six);
    color: var(--white);
    border-color: var(--primary-six);
}

/* Team css */

.team-six-area {
    padding: 240px 0 120px;
}

.team-six-wrapper {
    box-shadow: 0 10px 25px 0 rgba(37, 42, 52, 0.08);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.team-six-thumb {
    text-align: center;
    margin-bottom: 30px;
}

.team-six-thumb img {
    border: 3px solid var(--primary-six);
    border-radius: 50%;
}

.team-six-content {
    border: 1px dashed var(--primary-six);
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px;
}

.team-six-subtitle {
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-six);
    margin-bottom: 6px;
}

.team-six-title {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-six-title);
    line-height: 1;
    margin-bottom: 20px;
}

.team-six-socail ul li {
    margin-right: 10px;
}

.team-six-socail ul li a {
    width: 35px;
    height: 35px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(102, 116, 113, .4);
    border-radius: 50%;
    transition: .4s;
}

.team-six-socail ul li a:hover {
    background: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}

.team-six-button-wrap {
    display: flex;
    align-items: center;
    border: 1px solid rgba(102, 116, 113, .2);
    border-radius: 20px;
    padding: 16px 20px;
    max-width: 496px;
    width: 100%;
    margin: auto;
    margin-top: 25px;
}

.team-six-button-left {
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
}

.team-six-button-left::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 135%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: rgba(102, 116, 113, .2);
}

.team-six-button-right span {
    line-height: 1.2;
    font-weight: 500;
    font-size: 18px;
}

.team-six-button-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.team-six-button-right a {
    width: 35px;
    height: 35px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(250, 171, 52, 0.3);
    color: var(--base-color);
}

.team-six-button-right a:hover {
    background: var(--base-color);
    color: var(--white);
}

/* Events css */

.events-six-area {
    background: #f6faf3;
    padding: 120px 0 120px;
}

.events-six-button {
    text-align: right;
}

.events-six-wrapper {
    display: flex;
    align-items: center;
    gap: 28px;
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.events-six-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}

.events-six-thumb img {
    max-width: 400px;
    height: 252px;
    object-fit: cover;
}

.events-six-content-top {
    border-bottom: 1px dashed rgba(102, 116, 113, .4);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.events-six-content-top h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.14;
    text-transform: capitalize;
    color: var(--primary-six-title);
    margin-bottom: 14px;
}

.events-six-content-top p {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: rgba(102, 116, 113, .5);
    text-transform: full-size-kana;
}

.events-six-content-bottom {
    display: flex;
    justify-content: space-between;
}

.events-six-content-date h6 {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-six-title);
    margin-bottom: 8px;
}

.events-six-content-button .btn-six-primary {
    background: rgba(73, 182, 69, 0.09);
    color: var(--primary-six) !important;
    transition: .4s;
}

.events-six-content-button .btn-six-primary::before {
    background: transparent;
}

.events-six-content-button .btn-six-primary::after {
    background: transparent;
}

.events-six-content-button .btn-six-primary span {
    border-left: 1px solid var(--primary-six);
    transition: .4s;
}

.events-six-content-button .btn-six-primary:hover {
    background: var(--primary-six) !important;
    color: var(--white) !important;
}

.events-six-content-button .btn-six-primary:hover span {
    border-color: var(--white);
    transition: .4s;
}

.events-six-content-button .btn-six-primary:hover span img {
    transition: .4s;
}

.events-six-content-button .btn-six-primary:hover span img {
    filter: brightness(0) invert(1);
}

/* difference css */

.difference-six-area::before {
    content: "";
    position: absolute;
    width: 51%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0B3D19;
    z-index: -1;
    border-radius: 0 20px 20px 0;
}

.difference-six-wrapper {
    padding: 120px 0 90px;
}

.difference-six-bottom {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.difference-six-bg-shape {
    position: absolute;
    bottom: 0;
    left: 14%;
    z-index: -1;
    opacity: .7;
}

.differece-six-thumb img {
    border-radius: 10px;
}

/* testimonial css */

.testimonial-six-area {
    background: #f6faf3;
    padding: 120px 0 45px;
}

.testimonial-six-active {
    padding: 30px 40px 30px 70px;
}

.testimonial-six-wrapper {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
}

.swiper-3d .swiper-slide-shadow {
    background: var(--white);
    box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
}

.testimonial-six-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.testimonial-six-top {
    border-bottom: 1px dashed rgba(102, 116, 113, .4);
    padding-bottom: 20px;
    margin-bottom: 26px;
}

.testimonial-six-top-content h6 {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-six-title);
}

.testimonial-six-author-img img {
    border: 3px solid var(--base-color);
    border-radius: 50%;
}

.testimonial-six-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-six-author {
    display: flex;
    gap: 12px;
}

.testimonial-six-review i {
    color: var(--base-color);
}

.testimonial-six-paragraph {
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 173%;
}

.testimonial-six-author-content h6 {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-six-title);
    margin-bottom: 0;
}

.testimonial-six-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-six-rating h6 {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-six-title);
    margin-bottom: 0;
}

.testimonial-six-rating p {
    margin-bottom: 0;
}

.testimonial-six-dot {
    background: var(--base-color);
    padding: 8px 26px;
    width: 100px !important;
    border-radius: 25px;
    text-align: center;
    margin: auto;
}

.testimonial-six-dot .swiper-pagination-bullet {
    opacity: 1;
    background: var(--white);
    width: 7px;
    height: 7px;
    position: relative;
    z-index: 1;
}

.testimonial-six-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.testimonial-six-down-content {
    position: relative;
}

.testimonial-six-down-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 24px;
    left: 0;
    background: rgba(102, 116, 113, .20);
}

.testimonial-six-down-title {
    color: var(--primary-six-title);
    font-weight: 700;
    font-size: 22px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    background: #f6faf3;
    align-items: center;
    gap: 10px;
}

.testimonial-six-down-title span {
    line-height: 1;
}

.testimonial-six-frist-row {
    padding-bottom: 100px;
}

/* Brand Css */

.brand-six-area {
    background: #f6faf3;
    padding-bottom: 120px;
}

.brand-six-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(73, 182, 69, 0.3);
    border-radius: 10px;
    padding: 40px 0;
    height: 125px;
    cursor: pointer;
}

.brand-six-active-media {
    transition: all 0.7s ease-in-out;
    transform: translateY(0%);
}

.brand-six-hover-media {
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-in-out;
    transform: translateY(30%);
    border-radius: 50%;
    position: absolute;
}

.brand-six-wrapper:hover .brand-six-active-media {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
}

.brand-six-wrapper:hover .brand-six-hover-media {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Cause Css */

.cause-six-area {
    padding: 120px 0 90px;
}

.cause-six-wrapper {
    background: var(--white);
    box-shadow: 0 10px 25px 0 rgba(37, 42, 52, 0.08);
    border-radius: 20px;
    margin-bottom: 30px;
}

.cause-six-wrapper .content h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    color: var(--primary-six-title);
    margin-bottom: 14px;
}

.cause-six-wrapper .content h6:hover {
    color: var(--base-color);
}

.cause-six-wrapper .bottom {
    padding: 16px 12px 20px 15px;
}

.cause-six-wrapper .progress-bar .progress-bar-percent {
    background-color: var(--primary-six);
}

.cause-six-wrapper .progress-bar {
    background-color: rgba(71, 159, 16, .20);
}

.cause-six-wrapper .content p {
    font-size: 14px;
    margin-bottom: 4px;
}

.cause-six-wrapper .cause-progress__intro p span {
    font-size: 14px;
    color: var(--primary-six-title);
}

.cause-six-wrapper .cause-progress__intro p {
    display: flex;
    justify-content: space-between;
}

.cause-six-wrapper .cause-progress__goal {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

.cause-six-wrapper .cause-progress__goal p {
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-six-title);
}

.cause-six-wrapper .btn--secondary {
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid var(--primary-six);
    color: var(--primary-six);
    background-color: transparent;
}

.cause-six-wrapper .btn--secondary::before {
    background-color: transparent;
}

.cause-six-wrapper .btn--secondary::after {
    background-color: transparent;
}

.cause-six-wrapper .btn--secondary:hover {
    border: 1px solid var(--base-color);
    color: var(--base-color);
}

/* Video Css */

.video-six-area {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 190px 0 190px;
    position: relative;
    z-index: 1;
}

.video-six-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(18, 47, 42, 0.8);
    z-index: -1;
}

.video-six-button a {
    width: 130px;
    height: 130px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-six);
    color: var(--white);
    border-radius: 50%;
    font-size: 60px;
    position: relative;
}

.video-six-button a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
}

.video-six-button a i {
    transform: translatex(8px);
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(.4);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

/* Blog Css */

.blog-six-area {
    padding: 120px 0 90px;
}

.blog-six-wrapper {
    background: var(--white);
    box-shadow: 0 10px 25px 0 rgba(37, 42, 52, 0.08);
    border-radius: 20px;
    margin-bottom: 30px;
}

.blog-six-area .blog__single-inner {
    padding: 20px 4px 30px;
}

.blog-six-area .blog__single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0px 12px;
}

.blog-six-area .blog__single-meta p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-six-area .blog__single-meta p i {
    color: var(--base-color);
}

.blog-six-area .blog__single-content {
    padding: 0px 12px;
}

.blog-six-area .blog__single-content h5 {
    font-weight: 700;
    color: var(--secondary-color);
    margin-top: -8px;
}

.blog-six-area .blog__single-content h5:hover {
    color: var(--base-color);
}

.blog-six-area .blog__single-cta {
    margin-top: 20px;
    padding: 0px 12px;
}

.blog-six-area .blog__single-cta a {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 18px;
    position: relative;
}

.blog-six-area .blog__single-cta a::before {
    content: "";
    position: absolute;
    top: 85%;
    inset-inline-start: 0px;
    width: 76%;
    height: 1px;
    background-color: var(--secondary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-six-area .blog__single-cta a i {
    color: var(--tertiary-color);
    font-size: 20px;
    margin-bottom: -2px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-six-button {
    margin-left: 10px;
}

.blog-six-button .btn-six-primary {
    padding: 16px 34px;
    background-color: var(--primary-six);
}

.blog-six-button .btn-six-primary::before {
    background: var(--primary-six);
}

.blog-six-button .btn-six-primary::after {
    background: var(--primary-six);
}

.blog-six-button .btn-six-primary:hover {
    background: var(--base-color);
}

/* Subscribe Css */

.subscribe-six-left {
    background: var(--base-color);
    padding: 60px 33px 50px;
    border-radius: 20px 0 0 20px;
}

.subscribe-six-left h6 {
    font-weight: 700;
    font-size: 22px;
    color: var(--white);
}

.subscribe-six-left h3 {
    font-weight: 700;
    font-size: 36px;
    color: var(--white);
}

.subscribe-six-input {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 33px 0 33px;
    position: relative;
}

.subscribe-six-input input {
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    padding-left: 30px;
    color: var(--white);
}

.subscribe-six-input input::placeholder {
    color: var(--white);
}

.subscribe-six-button {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.subscribe-six-button .btn-six-primary {
    padding: 16px 24px;
}

/* Footer Css */

.footer-six-area {
    background: #0B3D19;
    padding-top: 210px !important;
    margin-top: -92px;
}

.footer-six-area::after {
    display: none;
}

.footer-six-area .footer-two__widget li a {
    font-weight: 300;
    margin-left: -20px;
}

.footer-six-area .footer-two__widget li a::after {
    display: none;
}

.footer-six-area .footer-two__widget li a:hover {
    color: var(--base-color) !important;
    margin-left: 0;
}

.footer-six-area .footer-two__widget li a span {
    background: none;
    height: inherit;
    width: inherit;
    line-height: 1;
    transform: translateY(-2px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.footer-six-area .footer-two__widget li a:hover span {
    opacity: 1;
    visibility: visible;
}

.footer-six-copyright {
    border: none !important;
    padding: 0 !important;
}

.footer-six-copyright-border {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.footer-six-area .footer-two__copyright-inner p {
    font-weight: 300 !important;
}

.footer-six-area .footer-two__widget .footer-two__widget-content--contact a {
    margin-left: 0;
}

.footer-six-bg-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer-six-bg-shape-2 {
    position: absolute;
    bottom: 20%;
    left: 4%;
    z-index: -1;
}

.footer-six-bg-shape-3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/* Home Six Css Start End */

/* Home Seven Css Start Start */

/* Font-Family */

.recoleta-font {
    font-family: var(--recoleta);
}

.satoshi-font {
    font-family: var(--satoshi);
}

/* Button Seven */

.banner-seven-button {
    display: flex;
    align-items: center;
    gap: 28px;
}

.btn-six-primary span {
    line-height: 1;
    border-left: none;
    padding-left: 0;
}

.btn-six-primary:hover {
    color: var(--black);
}

.home-seven-body {
    background: var(--primary-seven-body);
}

.home-seven-body .container {
    max-width: 1420px;
}

/* Section Title */

.section-seven-title {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 70px;
    color: var(--primary-seven-heading);
    margin-bottom: 18px;
}

.section-seven-paragraph {
    font-family: var(--satoshi);
    font-weight: 500;
    font-size: 18px;
    color: --primary-seven-text;
    text-transform: lowercase;
}

/* Butoon Arrow Hover */

.icon_box {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    padding: 0 4px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.icon_box i {
    display: inline-flex;
    line-height: 1;
}

.icon_box .icon_first {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    transition: all 0.3s ease-in-out 0s;
}

.icon_box .icon_second {
    position: absolute;
    transform: translateX(-150%);
    transition: all 0.3s ease-in-out 0s;
}

.arrow-btn:hover .icon_box .icon_first {
    transform: translateX(150%);
}

.arrow-btn:hover .icon_box .icon_second {
    transform: translateX(0%);
}

/* Header Css */

.header-seven-area {
    top: 0 !important;
    padding: 0 0 0 80px;
    z-index: 11;
    position: relative;
}

.header-seven-btn {
    background: var(--white);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.06);
    color: var(--black);
    padding: 24px 56px;
    border-radius: 34px;
    display: inline-flex;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    gap: 15px;
    font-family: var(--recoleta);
}

.header-seven-btn:hover {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.20);
}

.header-seven-sidenav-box button {
    background: var(--base-color);
    padding: 38px 59px;
    display: inline-flex;
    gap: 17px;
    font-weight: 500;
    font-size: 18px;
    color: var(--black);
}

.header-seven-wrap {
    display: flex;
    gap: 40px;
}

.header-seven-navbar-space {
    margin-right: 104px !important;
}

.header-seven-area .contact-btn p {
    font-size: 14px;
    text-transform: initial;
    line-height: 1;
    font-weight: 400;
    color: #122f2a;
    margin-bottom: 8px;
}

.header-seven-area .navbar__item a {
    text-transform: uppercase;
    font-weight: 700;
}

.header-seven-area .contact-btn a {
    font-weight: 400;
    font-size: 18px;
    color: #122f2a;
    line-height: 1;
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s, background-size 0.8s;
}

.header-seven-area .contact-btn a:hover {
    background-size: 100% 1px;
}

/* Banner Css */

.banner-seven-area {
    background: var(--white);
    padding: 70px 0 120px 260px;
}

.banner-seven-btn {
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
    font-family: var(--recoleta);
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s, background-size 0.8s;
}

.banner-seven-btn:hover {
    background-size: 100% 1px;
}

.banner-seven-title {
    color: #0e253a;
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 170px;
    line-height: 82%;
    text-transform: capitalize;
    margin-bottom: 56px;
}

.banner-seven-button {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 58px;
}

.banner-seven-button .btn-seven-primary {
    padding: 19px 40px;
    border: 1px solid var(--black);
}

.banner-seven-button .btn-seven-primary:hover {
    border: 1px solid transparent;
}

.banner-seven-paragraph {
    max-width: 310px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #032532;
    text-transform: lowercase;
    font-family: var(--satoshi);
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    margin-left: auto;
    margin-right: 85px;
}

.banner-seven-paragraph::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 74px;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    background: var(--base-color);
}

.banner-seven-titming {
    transition-timing-function: linear;
}

.banner-seven-wrapper-shape-1 {
    position: absolute;
    left: -27%;
    top: 0;
    z-index: -1;
    animation: bounce-one 4s forwards infinite alternate;
}

.banner-seven-wrapper-shape-2 {
    position: absolute;
    left: -27%;
    bottom: 0;
    z-index: -1;
    animation: rotate 4.50s infinite;
}

.banner-seven-wrapper-shape-4 {
    position: absolute;
    top: -18%;
    right: -15%;
    z-index: -1;
    animation: bounce-two 1s ease-in-out 0.1s forwards infinite alternate;
}

.banner-seven-bg-shape-1 {
    position: absolute;
    top: -14%;
    left: 0;
    z-index: -1;
}

.banner-seven-bg-shape-2 {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: -1;
}

.banner-seven-bg-shape-3 {
    position: absolute;
    left: 0;
    bottom: -46px;
    z-index: -1;
}

@keyframes bounce-one {
    0% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes bounce-two {
    0% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-90deg);
    }
    100% {
        transform: rotate(0);
    }
}

/* About Css */

.about-seven-area {
    padding: 60px 0 160px;
}

.about-seven-area .section-seven-paragraph {
    max-width: 448px;
    margin: auto;
}

.about-seven-wrapper {
    background: #088780;
    padding: 80px 60px 80px;
    max-width: 592px;
    margin-left: 160px;
}

.about-seven-title {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 70px;
    line-height: .82;
    color: var(--white);
    margin-bottom: 42px;
}

.about-seven-list ul li {
    list-style: disc;
    padding-left: 6px;
    margin-bottom: 22px;
    color: var(--white);
}

.about-seven-list ul li a {
    font-family: var(--satoshi);
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white);
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s, background-size 0.8s;
}

.about-seven-list ul li a:hover {
    background-size: 100% 1px;
}

.about-seven-shape {
    position: absolute;
    top: -106px;
    left: 28px;
    z-index: -1;
}

.about-seven-thumb {
    margin-left: 115px;
}

.about-seven-counter {
    margin-left: 40px;
    margin-top: -74px;
}

.about-seven-counter h2 {
    font-family: var(--satoshi);
    font-weight: 700;
    font-size: 200px;
    line-height: 14%;
    color: var(--white);
    margin-bottom: 17px;
}

.about-seven-counter h2 span {
    display: inline-block;
    line-height: 139px;
}

.about-seven-counter p {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 41px;
    text-transform: capitalize;
    color: var(--primary-seven-heading);
    margin-bottom: 0;
}

.about-seven-bg-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation: bounce-left 3.5s infinite;
}

.about-seven-bg-shape-2 {
    position: absolute;
    bottom: -45px;
    right: 0;
    z-index: -1;
}

/* Childhood Css */

.childhood-seven-area {
    background: #1E1E1E;
    padding: 160px 0 130px;
}

.childhood-top-descrip {
    margin-left: 80px;
}

.childhood-seven-main-wrapper {
    margin-bottom: 30px;
}

.childhood-seven-wrapper {
    background: #ffecc9;
    width: 100%;
    height: 554px;
    margin-bottom: 30px;
}

.childhood-seven-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(181deg, #fff 0%, rgba(255, 255, 255, 0) 22.38%, rgba(255, 255, 255, 0) 50.82%, rgba(255, 255, 255, 0.22) 70.21%, rgba(255, 255, 255, 0.82) 87.03%, #fff 100%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .8s ease-in-out;
}

.childhood-seven-thumb a {
    display: block;
}

.childhood-seven-thumb img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    transition: .4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 50%;
}

.childhood-seven-wrapper:hover .childhood-seven-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: .4s ease-in-out;
}

.childhood-seven-wrapper:hover::before {
    opacity: 1;
    visibility: visible;
}

.childhood-seven-button {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: .6s;
}

.childhood-seven-button a {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 29px;
    line-height: 92%;
    text-transform: capitalize;
    text-align: center;
    color: #043460;
}

.childhood-seven-wrapper:hover .childhood-seven-button {
    bottom: 45px;
}

.childhood-seven-title {
    font-weight: 400;
    font-size: 26px;
    color: var(--white);
    display: inline-block;
    margin-bottom: 8px;
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s, background-size 0.8s;
}

.childhood-seven-title:hover {
    background-size: 100% 1px;
}

.childhood-seven-paragraph {
    font-family: var(--satoshi);
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: var(--white);
}

.childhood-seven-bg-shape-1 {
    position: absolute;
    top: 190px;
    right: 50px;
    z-index: -1;
    animation: moving 5s linear infinite;
}

.childhood-seven-bg-shape-2 {
    position: absolute;
    bottom: -52px;
    left: 0;
    z-index: -1;
}

.counter-seven-area {
    padding: 0 0 120px;
}

.counter-seven-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.counter-seven-wrapper h2 {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 117px;
    letter-spacing: -0.04em;
    color: #13b7ae;
    margin-bottom: 22px;
}

.counter-seven-wrapper p {
    font-family: var(--satoshi);
    font-weight: 500;
    font-size: 15px;
    color: #032532;
}

.counter-seven-heading {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 226px;
    color: var(--primary-seven-heading);
    border-bottom: 8px solid var(--primary-seven-heading);
    line-height: .70;
    margin-bottom: 80px;
    display: inline-block;
}

.counter-seven-wrap {
    margin-top: 50px;
}

.counter-seven-volunteer h2 {
    width: 375px;
    height: 375px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #fbda33;
    color: var(--primary-seven-heading);
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 143px;
    flex-direction: column;
    border: 1px solid var(--primary-seven-heading);
    position: relative;
    z-index: 1;
}

.counter-seven-volunteer h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 16px;
    background: transparent;
    border: 1px solid var(--primary-seven-heading);
    border-radius: 50%;
    z-index: -1;
}

.counter-seven-volunteer h2 span {
    font-size: 50px;
    display: inline-block;
}

.counter-seven-bg-shape-1 {
    position: absolute;
    top: -16%;
    left: 0;
    z-index: -1;
    animation: bounce-one 4s forwards infinite alternate;
}

.counter-seven-bg-shape-2 {
    position: absolute;
    bottom: 40px;
    left: 60px;
    z-index: -1;
    animation: bounce-two 1s ease-in-out 0.1s forwards infinite alternate;
}

.counter-seven-bg-shape-3 {
    position: absolute;
    top: -6%;
    right: 16px;
    z-index: -1;
    animation: bounce-one 3s forwards infinite alternate;
}

.counter-seven-bg-shape-4 {
    position: absolute;
    right: 45px;
    bottom: 22%;
    z-index: -1;
    animation: moving 5s linear infinite;
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }
    20% {
        transform: translateX(-30px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

/* Service Css */

.cause-seven-area {
    background: transparent;
    padding: 180px 0 120px;
    position: inherit;
}

.cause-seven-area .section-seven-paragraph {
    max-width: 730px;
    margin: auto;
}

.cause-seven-area .cause__slider-wrapper {
    margin-top: 0 !important;
}

.cause-seven-active {
    margin-bottom: 30px;
}

.cause-seven-area .thumb a {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.cause-seven-area .thumb a img {
    height: 322px;
    border-radius: 8px;
}

.cause-seven-area .cause__slider-single {
    padding: 12px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 7px;
    border: 1px solid #000;
}

.cause-seven-area .cause__slider-cta {
    padding: 20px;
    border-radius: 10px;
    background: var(--white);
    margin-top: 24px;
}

.cause-seven-area .cause__cta a {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding: 17px 30px;
}

.cause-seven-area .content h6 {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.14;
    text-transform: capitalize;
    color: var(--primary-seven-heading);
    margin-bottom: 16px;
}

.cause-seven-area .content h6 a {
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s, background-size 0.8s;
    display: initial;
}

.cause-seven-area .content h6 a:hover {
    background-size: 100% 1px;
}

.cause-seven-area .thumb .tag a {
    padding: 3px 28px;
    background-color: #13B7AE;
    color: var(--white);
}

.cause-seven-area .cause__slider-single:hover .thumb .tag a {
    background-color: var(--base-color);
    color: var(--black);
}

.cause-seven-area .swiper-slide-active .thumb .tag a {
    background-color: var(--base-color);
    color: var(--black);
}

.cause-seven-navigation button {
    width: 60px;
    height: 60px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--black);
    border: 2px solid var(--black);
    position: absolute;
    left: -120px;
    top: 355px;
    z-index: 2;
}

.cause-seven-navigation button.next-cause {
    left: auto;
    right: -120px;
}

.cause-seven-navigation button:hover {
    background: var(--white);
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.1);
    border-color: var(--white);
}

/* community css */

.community-seven-area {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 190px 0 120px;
}

.community-seven-area .donation-form__single .donation-amount {
    padding: 10px 16px;
    border: none;
    color: var(--white);
    background: rgba(255, 255, 255, 0.13);
}

.community-seven-area .donation-form {
    margin-top: 35px;
}

.community-seven-area .donation-form__single .donation-amount:hover {
    background-color: #13B7AE;
    color: var(--white);
    border-color: var(--secondary-color);
}

.community-seven-area .radio-single input:checked+label::before {
    border-color: var(--base-color);
}

.community-seven-area .radio-single input:checked+label::after {
    background-color: var(--base-color);
}

.community-seven-content h2 {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 180px;
    color: #fff;
    margin-bottom: 85px;
}

.community-seven-content p {
    font-family: var(--satoshi);
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: 0.01em;
    color: #fff;
}

.community-seven-bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.team-seven-area {
    padding: 120px 0 120px;
}

.team-seven-area .section-seven-paragraph {
    max-width: 730px;
    width: 100%;
}

.team-seven-button {
    margin-top: 50px;
}

.team-seven-button .btn-seven-primary {
    padding: 20px 42px;
}

.team-seven-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
}

.team-seven-thumb a {
    display: inline-block;
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s, background-size 0.8s;
}

.team-seven-thumb a:hover {
    background-size: 100% 1px;
}

.team-seven-thumb img {
    mix-blend-mode: luminosity;
}

.team-seven-thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -400px;
    left: 0;
    background: linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22.38%, rgba(255, 255, 255, 0) 50.82%, rgba(251, 218, 51, 0.9) 70.21%, rgba(251, 218, 51, 0.9) 87.03%, #fbda33 100%);
    height: 100%;
    z-index: 1;
    transition: .4s ease-in-out;
}

.team-seven-wrap {
    text-align: center;
}

.team-seven-social {
    display: flex;
    justify-content: center;
}

.team-seven-wrap {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 2;
    transition: .4s ease-in-out;
}

.team-seven-title {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    color: var(--primary-seven-heading);
    margin-bottom: 10px;
}

.team-seven-social a {
    color: var(--primary-seven-heading);
    margin-right: 35px;
}

.team-seven-social a:last-child {
    margin-right: 0;
}

.team-seven-wrapper:hover .team-seven-wrap {
    bottom: 46px;
}

.team-seven-wrapper:hover .team-seven-thumb::before {
    bottom: 0;
}

.contact-seven-area {
    margin: 0 56px 0;
}

.contact-seven-area .section-seven-wrapper {
    max-width: 598px;
}

.contact-seven-content {
    background: #1e1e1e !important;
}

.contact-seven-area .input-single input {
    background: #252525 !important;
}

.contact-seven-area .input-single {
    background: #252525 !important;
    border: 2px solid rgba(255, 255, 255, 0.09);
}

.contact-seven-thumb .image {
    margin-bottom: 22px;
}

.contact-seven-wrap {
    background: #fff;
    padding: 0 68px;
}

.contact-seven-area .row>* {
    padding-inline: 15px;
}

/* testimonial css */

.testimonial-seven-area {
    padding: 120px 0 100px;
}

.testimonial-seven-thumb img {
    border-radius: 37px;
}

.testimonial-seven-thumb-quate {
    position: absolute;
    top: 16px;
    left: 16px;
}

.testimonial-seven-thumb-quate a {
    width: 90px;
    height: 90px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1E1E1E;
    border-radius: 50%;
}

.testimonial-seven-wrapper {
    background: #fcf8ed;
    border: 1px solid var(--primary-seven-heading);
    border-radius: 11px;
    padding: 50px 60px 40px 45px;
}

.testimonial-seven-title {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 36px;
    color: #13b7ae;
    border-bottom: 1px solid #cabdbd;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.testimonial-seven-paragraph {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 38px;
    line-height: 129%;
    color: var(--primary-seven-heading);
    margin-bottom: 20px;
}

.testimonial-seven-left {
    display: flex;
    align-items: center;
    gap: 26px;
}

.testimonial-seven-thumb {
    margin-bottom: 30px;
}

.testimonial-seven-name {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: var(--primary-seven-heading);
    margin-bottom: 0;
}

.testimonial-seven-name span {
    font-weight: 500;
    font-size: 14px;
    color: #1e1e1e;
}

.testimonial-seven-icon span {
    width: 90px;
    height: 90px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-seven-heading);
    border-radius: 50%;
}

.testimonial-seven-area .project-panel {
    margin-bottom: 30px;
}

.testimonial-seven-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation: bounce-one 4s forwards infinite alternate;
}

@keyframes bounce-left {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

/* Blog css */

.blog-seven-area {
    background: var(--white);
    padding: 120px 0 120px;
}

.blog-seven-area .section-seven-paragraph {
    max-width: 730px;
    margin: auto;
}

.blog-seven-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-seven-meta ul {
    display: flex;
    gap: 20px;
}

.blog-seven-meta ul li {
    font-family: var(--satoshi);
    font-weight: 500;
    font-size: 16px;
    color: #032532;
    padding-left: 15px;
    position: relative;
}

.blog-seven-meta ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0;
    background: var(--base-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.blog-seven-content {
    max-width: 527px;
    width: 100%;
    margin-left: 60px;
}

.blog-seven-title {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 44px;
    line-height: 114%;
    text-transform: capitalize;
    color: var(--primary-seven-heading);
    margin-bottom: 36px;
    line-height: 114%;
}

.blog-seven-title a {
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s, background-size 0.8s;
    display: initial;
}

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

.blog-seven-meta {
    margin-bottom: 22px;
}

.blog-seven-button a {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--primary-seven-heading);
    font-family: var(--satoshi);
}

.blog-seven-thumb {
    overflow: hidden;
    border-radius: 17px;
}

.blog-seven-thumb img {
    border-radius: 17px;
    transition: var(--transition);
}

.blog-seven-wrapper:hover .blog-seven-thumb img {
    transform: scale(1.2) rotate(6deg);
}

/* Blog css */

.footer-seven-area {
    padding-top: 125px !important;
    margin-top: 0;
}

.footer-seven-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(30, 30, 30, .96);
}

.footer-seven-top-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    margin-bottom: 85px;
    padding-bottom: 85px;
}

.footer-seven-top-content {
    position: relative;
}

.footer-seven-top-content h6 {
    font-family: var(--satoshi);
    font-weight: 500;
    font-size: 22px;
    color: var(--white);
    margin-bottom: 80px;
}

.footer-seven-top-content h2 {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 170px;
    text-transform: uppercase;
    color: #fbda33;
    border-bottom: 8px solid var(--white);
    padding-bottom: 40px;
    display: inline-block;
}

.footer-seven-top-content h2 span {
    color: var(--white);
}

.footer-seven-area .input-icon {
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    margin-top: 42px;
    border: 1.20px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    margin-bottom: 20px;
}

.footer-seven-area .input-icon input {
    background: transparent;
    height: 56px;
    width: 100%;
    color: var(--white);
}

.footer-seven-area .footer-two__widget .social {
    margin-top: 20px;
}

.footer-seven-area .footer-two__widget .social a {
    border-radius: 10px;
    background: var(--white);
    color: #6b7280;
    font-size: 16px;
}

.footer-seven-area .footer-two__widget-intro .content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-seven-area .footer-two__widget-intro .content p a {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer-seven-area .footer-two__widget-intro .content p a.talk {
    font-size: 20px;
    margin-top: 10px;
}

.footer-seven-area .footer-two__widget h5 {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.footer-seven-area .footer-two__widget li a {
    font-weight: 400;
    margin-left: -20px;
}

.footer-seven-col-2 {
    margin-inline-end: 150px;
    margin-inline-start: -40px;
}

.footer-seven-col-4 {
    padding-inline-start: 0 !important;
    margin-inline-start: -6px;
}

.footer-seven-area .footer-six-copyright-border {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
}

.footer-seven-area .footer-two__copyright-inner p {
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 14px;
}

.footer-seven-bg-shape-1 {
    position: absolute;
    top: 38%;
    left: 75px;
    animation: bounce-two 1s ease-in-out 0.1s forwards infinite alternate;
}

.footer-seven-bg-shape-2 {
    position: absolute;
    bottom: 8%;
    left: 0;
    animation: bounce-one 4s forwards infinite alternate;
}

.footer-seven-bg-shape-3 {
    position: absolute;
    top: 24%;
    right: 112px;
    animation: bounce-two 1s ease-in-out 0.1s forwards infinite alternate;
}

.footer-seven-bg-shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: bounce-left 3.5s infinite;
}

.hover-btn-circle {
    width: 140px;
    height: 140px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: var(--white);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    font-family: var(--recoleta);
    font-weight: 500;
    font-size: 14px;
}

.hover-btn-circle .hover-btn-circle-icon {
    font-size: 20px;
    transition: 0.4s;
}

.hover-btn-circle .hover-btn-wrapper {
    display: inline-block;
}

.hover-btn-circle .hover-btn-circle-dot {
    position: absolute;
    left: 42px;
    bottom: -15px;
    width: 20px;
    height: 20px;
    transition: all 0.6s;
    border-radius: 50%;
    background-color: var(--base-color);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hover-btn-circle:hover .hover-btn-circle-dot {
    width: 420px;
    height: 420px;
}

.hover-btn-circle:hover span {
    color: var(--wt-common-black);
}

.char-animation {
    text-transform: full-size-kana !important;
}

/* ================= Home Seven Css Start End =================*/

/* ================= Home Eight Css Start Start =================*/

.btn-eight-primary-radius {
    border-radius: 29px;
    overflow: hidden;
}

.btn-eight-primary {
    font-family: var(--kumbh);
    font-size: 18px;
}

.btn-eight-border {
    font-family: var(--kumbh);
    font-size: 18px;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 29px;
}

.btn-eight-border:hover {
    background-color: var(--base-color);
    border: 1px solid transparent;
}

.btn-eight-border::before,
.btn-eight-border::after {
    background-color: transparent !important;
}

/* Header css */

.header-eight-area.sticky-header {
    width: inherit;
    margin: 0;
    border-radius: 0 !important;
}

.header-eight-area {
    background: var(--white);
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.08);
    border-radius: 25px !important;
    margin: 30px 40px 0;
    padding-inline-start: 32px;
    padding-inline-end: 32px;
}

.header-eight-area .main-header__menu-box {
    padding-inline-start: 0 !important;
}

.header-eight-navbar-space {
    margin-inline-end: 44px;
}

.header-eight-area .navbar__options {
    gap: 36px;
}

.header .contact-btn p {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #1d1d1d;
    margin-block-end: 6px;
    font-family: var(--nunito-sans);
}

.header-eight-area .contact-btn a {
    font-weight: 700;
    font-size: 18px;
    color: #1d1d1d;
}

.header-eight-area .navbar__mobile-options {
    gap: 40px;
    border-radius: 29px !important;
    overflow: hidden;
}

.header-eight-btn {
    background-color: var(--base-color) !important;
    font-size: 18px;
    padding: 13px 34px;
    text-transform: full-size-kana;
    font-weight: 600;
}

.header-eight-btn::before {
    background-color: var(--primary-eight);
}

.header-eight-btn::after {
    background-color: var(--primary-eight);
}

/* Banner Css */

.banner-eight-area {
    padding: 30px 40px;
}

.banner-eight-wrapper {
    background: var(--primary-eight);
    border-radius: 30px;
    padding: 49px 40px 60px;
    margin-block-end: 30px;
}

.banner-eight-subtitle {
    color: var(--white);
    font-family: var(--kumbh);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-inline-start: 70px;
    margin-block-end: 9px;
}

.banner-eight-subtitle::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    top: 50%;
    left: 0;
    background: var(--white);
    transform: translateY(-50%);
}

.banner-eight-title {
    color: var(--white);
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 90px;
    line-height: 1.11;
    margin-block-end: 10px;
}

.banner-eight-paragraph {
    color: var(--white);
    line-height: 175%;
    margin-block-end: 30px;
}

.banner-eight-button {
    display: inline-flex;
    gap: 20px;
}

.banner-eight-wrap {
    background: var(--white);
    border: 1px solid rgba(237, 90, 47, 0.5);
    border-radius: 30px;
    padding: 26px 23px;
    display: flex;
    gap: 25px;
}

.banner-eight-join {
    background: var(--white);
    box-shadow: 0 20px 70px 0 rgba(92, 93, 85, 0.2);
    padding: 7px 17px;
    font-family: var(--kumbh);
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-eight);
    border-radius: 5px;
}

.banner-eight-content span {
    font-family: var(--nunito-sans);
    color: var(--primary-eight);
    margin-block-end: 8px;
}

.banner-eight-content h4 {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--primary-seven-heading);
    margin-block-end: 10px;
}

.banner-eight-content p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--nunito-sans);
    margin-bottom: 0;
}

.banner-eight-review {
    background: var(--white);
    border: 1px solid rgba(237, 90, 47, 0.5);
    border-radius: 30px;
    padding: 37px 23px;
}

.banner-eight-review-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-block-end: 16px;
}

.banner-eight-review-top span {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 26px;
    color: var(--primary-seven-heading);
}

.banner-eight-star i {
    color: var(--base-color);
    font-size: 18px;
}

.banner-eight-review-team {
    display: flex;
    align-items: center;
    gap: 12px;
}

.banner-eight-review-team p {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
}

.banner-eight-dot {
    background: var(--primary-eight);
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    width: inherit !important;
    padding: 25px 5px;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    right: 10px;
}

.banner-eight-dot .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}

.banner-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white);
}

.banner-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 15px;
    height: 15px;
    top: 50%;
    left: 48%;
    background: rgba(255, 255, 255, 0.50);
}

.banner-eight-dot-bg {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    z-index: 1;
}

/* Section Title Css */

.section-eight-wrapper {
    margin-bottom: 50px;
}

.section-eight-subtitle {
    font-family: var(--kumbh);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--primary-eight);
    position: relative;
    z-index: 1;
    padding-inline-start: 72px;
    margin-bottom: 12px;
}

.section-eight-subtitle::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--primary-eight);
}

.section-eight-title {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 55px;
    line-height: 1.18;
    text-transform: capitalize;
    color: var(--primary-seven-heading);
}

.section-eight-paragraph {
    line-height: 175%;
    color: #999;
    margin: 20px 0 0;
}

/* About Css */

.about-eight-area {
    padding: 90px 0 120px;
}

.about-eight-item {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid rgb(184, 184, 184, .3);
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-right: 18px;
}

.about-eight-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.about-eight-icon span {
    width: 70px;
    height: 70px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--primary-eight);
    border-radius: 50%;
}

.about-eight-list {
    margin-top: 20px;
}

.about-eight-list ul li {
    color: #1d1d1d;
    margin-bottom: 9px;
    line-height: 1;
}

.about-eight-list ul li span {
    margin-right: 4px;
}

.about-eight-content h4 {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-seven-heading);
}

.about-eight-content p {
    line-height: 162%;
    color: #999;
}

.about-eight-center {
    margin-inline-start: 95px;
    border-bottom: 1px solid rgb(184, 184, 184, .3);
    padding-block-end: 30px;
    margin-block-end: 45px;
}

.about-eight-play {
    margin-inline-start: 10px;
}

.about-eight-thumb-shape {
    position: absolute;
    bottom: -58px;
    right: -80px;
}

.about-eight-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-eight-video-play a {
    width: 45px;
    height: 45px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 20px;
    background-color: var(--primary-eight);
    color: var(--white);
    position: relative;
}

.about-eight-video-play a::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.3);
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}

.about-eight-button {
    margin-inline-start: 95px;
    border-radius: 29px;
    overflow: hidden;
}

.about-eight-video-play a i {
    display: inline-block;
    padding-left: 3px;
}

.about-eight-button {
    margin-inline-start: 95px;
}

.about-eight-team {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-eight-bg-shape-1 {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
}

.about-eight-bg-shape-2 {
    position: absolute;
    right: 10px;
    bottom: 18%;
    z-index: -1;
}

/* Service Css */

.service-eight-area {
    background: rgba(237, 90, 47, .05);
    padding: 120px 0 90px;
    margin: 0 40px 0;
    border-radius: 20px 20px 0 0;
}

.service-eight-wrapper {
    margin-block-end: 30px;
    overflow: hidden;
}

.service-eight-thumb img {
    border-radius: 15px;
}

.service-eight-button {
    position: absolute;
    top: 10px;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
}

.service-eight-button a {
    width: 50px;
    height: 50px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-eight);
    color: var(--white);
    border-radius: 50%;
    font-size: 18px;
}

.service-eight-wrap {
    background: var(--primary-eight);
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    margin: 0 15px 0;
    transition: .4s ease-in-out;
}

.service-eight-title {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 20px;
    color: var(--white);
}

.service-eight-paragraph {
    line-height: 175%;
    color: var(--white);
    font-family: var(--nunito-sans);
    font-size: 15px;
}

.service-eight-wrapper:hover .service-eight-wrap {
    bottom: 20px;
}

.service-eight-wrapper:hover .service-eight-button {
    right: 20px;
    opacity: 1;
    visibility: visible;
}

/* Marque Css */

.maquee-eight-area {
    background: rgba(237, 90, 47, .05);
    margin: 0 40px 0;
    border-radius: 0 0 20px 20px;
    padding-bottom: 110px;
}

.maquee-eight-transition {
    transition-timing-function: linear;
}

.maquee-eight-item {
    display: flex;
    white-space: nowrap;
}

.maquee-eight-box {
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
}

.maquee-eight-icon span {
    animation: rotate-infinte 3s infinite linear;
    color: var(--wt-heading-primary);
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 3px;
}

.maquee-eight-icon span i {
    display: inline-block;
    line-height: 1;
}

.maquee-eight-title {
    color: var(--primary-eight);
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 70px;
    line-height: 121%;
}

.maquee-eight-title.border-text {
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: var(--primary-eight);
}

@keyframes rotate-infinte {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Event Css */

.event-eight-area {
    padding: 120px 0 120px;
}

.event-eight-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.event-eight-wrap {
    display: flex;
    align-items: center;
}

.event-eight-content {
    max-width: 470px;
    width: 100%;
}

.event-eight-content h4 {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-seven-heading);
}

.event-eight-content h4 a:hover {
    color: var(--primary-eight);
}

.event-eight-content p {
    line-height: 175%;
    color: rgba(92, 92, 92, .5);
    margin-bottom: 10px;
}

.event-eight-date {
    text-align: center;
    margin-right: 40px;
}

.event-eight-date h5 {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 50px;
    color: #ed5a2f;
    margin-bottom: 14px;
}

.event-eight-date p {
    color: #1d1d1d;
    margin-bottom: 0;
}

.event-eight-thumb {
    margin-right: 20px;
}

.event-eight-thumb img {
    border-radius: 10px;
}

.event-eight-address ul {
    display: flex;
    justify-content: space-between;
}

.event-eight-address ul li {
    color: #1d1d1d;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.event-eight-address ul li span {
    color: var(--primary-eight);
}

.event-eight-price h4 {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 22px;
    color: #1d1d1d;
}

.event-eight-button {
    display: flex;
    align-items: center;
    gap: 105px;
    position: relative;
    z-index: 1;
}

.event-eight-button::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    top: 50%;
    left: -12%;
    transform: translateY(-50%);
    background: #999;
}

.event-eight-btn {
    margin-left: 0;
}

.event-eight-shape-1 {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: -1;
}

.event-eight-shape-2 {
    position: absolute;
    right: 0;
    bottom: 26%;
    z-index: -1;
}

/* Countdown Css */

.countdown-eight-area {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 120px;
    position: relative;
    z-index: 1;
    margin: 0 40px 0;
    border-radius: 30px;
    overflow: hidden;
}

.countdown-eight-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(29, 29, 29, 0.83);
    z-index: -1;
}

.countdown-eight-timer {
    margin-bottom: 60px;
}

.countdown-eight-timer ul {
    display: flex;
    gap: 25px;
}

.countdown-eight-timer ul li {
    max-width: 123px;
    width: 100%;
    height: 123px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    color: var(--white);
}

.countdown-eight-timer ul li span {
    display: block;
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 55px;
    color: var(--primary-eight);
    margin-bottom: 12px;
}

.countdown-eight-button {
    text-align: right;
}

.countdown-eight-button a {
    background: var(--primary-eight);
    font-family: var(--kumbh);
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

/* Team Css */

.team-eight-area {
    padding: 120px 0 90px;
}

.team-eight-wrapper {
    background: rgba(237, 90, 47, .05);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.team-eight-thumb {
    margin-bottom: 10px;
}

.team-eight-thumb a img {
    border-radius: 10px;
}

.team-eight-social {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    height: 100%;
    border-radius: 25px;
}

.team-eight-social span {
    width: 40px;
    height: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--base-color);
    color: var(--white);
    border-radius: 50%;
    border: 2px solid var(--white);
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.team-eight-social-icon {
    position: absolute;
    top: -130px;
    left: 50%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .7s ease-in-out;
    transform: translateX(-50%);
}

.team-eight-social-icon ul li {
    margin-bottom: 5px;
}

.team-eight-social-icon ul li:last-child {
    margin-bottom: 0;
}

.team-eight-social-icon ul li a {
    width: 35px;
    height: 35px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: var(--primary-seven-heading);
    border-radius: 50%;
}

.team-eight-content {
    background: var(--white);
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.08);
    padding: 20px 10px;
    border-radius: 10px;
    transition: .4s;
}

.team-eight-title {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 26px;
    color: var(--primary-seven-heading);
}

.team-eight-title a {
    transition: .3s;
}

.team-eight-paragraph {
    color: #999;
    transition: .4s;
}

.team-eight-wrapper:hover .team-eight-content {
    background: var(--primary-eight);
}

.team-eight-wrapper:hover .team-eight-title {
    color: var(--white);
}

.team-eight-wrapper:hover .team-eight-paragraph {
    color: var(--white);
}

.team-eight-wrapper:hover .team-eight-social span {
    background: var(--primary-eight);
}

.team-eight-wrapper:hover .team-eight-social-icon {
    visibility: visible;
    opacity: 1;
    top: 45px;
}

.team-eight-social-icon ul li a:hover {
    color: var(--primary-eight);
}

.team-eight-dot {
    background: var(--primary-eight);
    padding: 12px 6px;
    width: 115px !important;
    border-radius: 25px;
    text-align: center;
    margin-top: 10px;
}

.team-eight-dot .swiper-pagination-bullet {
    opacity: 1;
    background: var(--white);
    width: 6px;
    height: 6px;
    position: relative;
    z-index: 1;
}

.team-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white) !important;
}

.team-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.team-eight-scrollbar {
    margin-top: 20px;
}

.team-eight-scrollbar .swiper-scrollbar.one {
    background: rgba(237, 90, 47, .30);
    height: 5px;
}

.team-eight-scrollbar .swiper-scrollbar.one .swiper-scrollbar-drag {
    background: var(--primary-eight);
    width: 216px !important;
}

.team-eight-bg-shape-1 {
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: -1;
}

.team-eight-bg-shape-2 {
    position: absolute;
    right: 0;
    bottom: 17%;
    z-index: -1;
}

/* Faq Css */

.faq-eight-area {
    background: rgba(237, 90, 47, .05);
    padding: 120px 0 120px;
    margin: 0 40px 0;
    border-radius: 20px;
}

.faq-eight-accordion-item {
    border: none;
    border-bottom: none;
    padding-inline-start: 10px;
    margin-block-end: 20px;
    border-radius: 30px !important;
}

.faq-eight-accordion-item:first-of-type .faq-eight-accordion-button {
    border-bottom: none !important;
}

.faq-eight-accordion-button {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-seven-heading);
    border-radius: 30px !important;
    padding-top: 18px;
    padding-bottom: 18px;
}

.faq-eight-accordion-button::after {
    width: 30px;
    height: 30px;
    content: "+";
    font-size: 20px;
    background-image: none;
    font-weight: 600;
    transition: 0.4s;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(29, 29, 29, 0.1);
    border-radius: 50%;
}

.faq-eight-accordion-button:not(.collapsed) {
    color: var(--primary-eight);
    background-color: transparent;
    box-shadow: none !important;
}

.faq-eight-accordion-button:not(.collapsed)::after {
    content: "-";
    transform: translateY(-50%);
    font-size: 26px;
    background-image: none;
    transition: 0.4s;
    background: var(--primary-eight);
    color: var(--white);
}

.faq-eight-accordion-button:focus {
    box-shadow: none !important;
    border: none;
}

.faq-eight-accordion-body {
    padding-top: 0;
    padding-left: 10px;
    padding-bottom: 22px;
}

.faq-eight-accordion-body p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    text-transform: full-size-kana;
}

.faq-eight-right {
    margin-left: 55px;
}

/* Community Css */

.community-eight-area {
    padding-bottom: 120px;
}

.community-eight-area .community-donation {
    bottom: 0;
    margin-top: 0;
}

.community-eight-area .warning .line {
    background-color: var(--primary-eight);
}

.community-eight-area .input-group-icon .thumb {
    background-color: var(--primary-eight);
}

.community-eight-area .input-group-icon {
    background-color: var(--base-color);
}

.community-eight-area .input-group-icon input {
    color: var(--white);
}

.community-eight-area .donation-form__single .active {
    background-color: var(--primary-eight);
    color: var(--white);
    border-color: var(--primary-eight);
}

.community-eight-area .radio-single input:checked+label::before {
    border-color: var(--primary-eight);
}

.community-eight-area .radio-single input:checked+label::after {
    background-color: var(--primary-eight);
}

.community-eight-area .donation-form__single .donation-amount:hover {
    background-color: var(--primary-eight);
    color: var(--white);
    border-color: var(--primary-eight);
}

.community-eight-bg-shape-1 {
    position: absolute;
    left: 0;
    top: 9%;
    z-index: -1;
}

.community-eight-bg-shape-2 {
    position: absolute;
    right: 0;
    bottom: 14%;
    z-index: -1;
}

/* Ministrie Css */

.ministrie-eight-area {
    padding: 120px 0 120px;
    position: relative;
    z-index: 1;
}

.ministrie-eight-area::before {
    content: "";
    position: absolute;
    width: 96%;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(237, 90, 47, .05);
    border-radius: 20px;
    transform: translateX(-50%);
    z-index: -1;
}

.ministrie-eight-wrapper {
    overflow: hidden;
}

.ministrie-eight-thumb img {
    border-radius: 20px;
}

.ministrie-eight-wrap {
    position: absolute;
    top: 60%;
    left: 50%;
    background: rgba(237, 90, 47, .60);
    border-radius: 20px;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    transition: .6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.ministrie-eight-button {
    text-align: right;
}

.ministrie-eight-button a {
    width: 40px;
    height: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: var(--primary-eight);
    border-radius: 50%;
}

.ministrie-eight-title {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 30px;
}

.ministrie-eight-paragraph {
    color: var(--white);
}

.ministrie-eight-space {
    margin-top: 30px;
}

.ministrie-eight-dot {
    background: var(--primary-eight);
    padding: 12px 6px;
    width: 115px !important;
    border-radius: 25px;
    text-align: center;
    margin-top: 10px;
}

.ministrie-eight-dot .swiper-pagination-bullet {
    opacity: 1;
    background: var(--white);
    width: 6px;
    height: 6px;
    position: relative;
    z-index: 1;
}

.ministrie-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white) !important;
}

.ministrie-eight-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.ministrie-eight-wrapper.swiper-slide-active .ministrie-eight-wrap {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.ministrie-eight-scrollbar {
    margin-top: 20px;
}

.ministrie-eight-scrollbar .swiper-scrollbar.two {
    background: rgba(237, 90, 47, .30);
    height: 5px;
}

.ministrie-eight-scrollbar .swiper-scrollbar.two .swiper-scrollbar-drag {
    background: var(--primary-eight);
    width: 216px !important;
}

.ministrie-eight-scrollbar {
    margin-top: 20px;
}

.ministrie-eight-scrollbar .swiper-scrollbar.two {
    background: rgba(237, 90, 47, .30);
    height: 5px;
}

.ministrie-eight-scrollbar .swiper-scrollbar.two .swiper-scrollbar-drag {
    background: var(--primary-eight);
    width: 216px !important;
}

/* Blog Css */

.blog-eight-area {
    padding: 120px 0 90px;
}

.blog-eight-container {
    max-width: 1450px;
}

.blog-eight-wrapper {
    display: flex;
    gap: 30px;
}

.blog-eight-wrap {
    background: var(--white);
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px;
    border-radius: 20px;
    max-width: 345px;
    width: 100%;
    transition: .4s ease-in;
    position: relative;
    z-index: 1;
}

.blog-eight-thumb {
    opacity: 0;
    visibility: hidden;
    transition: .8s ease-in;
    width: 0;
}

.blog-eight-thumb a {
    display: block;
}

.blog-eight-thumb a img {
    width: 300px;
    height: 363px;
    border-radius: 10px;
    object-fit: cover;
}

.blog-eight-meta {
    display: flex;
    gap: 40px;
    margin-bottom: 10px;
}

.blog-eight-content {
    transition: .4s ease-in;
    flex-shrink: 0;
}

.blog-eight-meta p {
    color: #1d1d1d;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-eight-meta p i {
    color: var(--primary-eight);
}

.blog-eight-title {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    color: var(--primary-seven-heading);
    margin-bottom: 18px;
    max-width: 300px;
    width: 100%;
}

.blog-eight-paragraph {
    line-height: 175%;
    color: #999;
    margin-bottom: 18px;
    max-width: 316px;
    width: 100%;
}

.blog-eight-wrap.active .blog-eight-thumb {
    visibility: visible;
    opacity: 1;
    transition: .4s ease-in;
    width: 100%;
}

.blog-eight-wrap.active .blog-eight-content {
    max-width: 316px;
    width: 100%;
    transition: .4s ease-in;
}

.blog-eight-wrap.active {
    max-width: inherit;
    transition: .4s ease-in;
}

.blog-eight-bg-shape-1 {
    position: absolute;
    top: 13%;
    left: 7%;
    z-index: -1;
}

.blog-eight-bg-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.blog-eight-bg-shape-3 {
    position: absolute;
    right: 4%;
    top: 50%;
    z-index: -1;
}

/* Instagram Css */

.instagram-eight-area {
    padding: 0 0 120px;
}

.instagram-eight-wrapper {
    display: flex;
    gap: 22px;
}

.instagram-eight-thumb .imgage {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    overflow: hidden;
}

.instagram-eight-thumb .imgage::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(29, 29, 29, 0.37);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.instagram-eight-thumb .imgage img {
    border-radius: 20px;
    object-fit: cover;
}

.instagram-eight-thumb .imgage:hover::before {
    visibility: visible;
    opacity: 1;
}

.instagram-eight-icon {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in;
}

.instagram-eight-thumb .imgage:hover .instagram-eight-icon {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* Footer Css */

.footer-eight-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px !important;
    margin: 40px;
    margin-top: 0;
    border-radius: 20px;
    overflow: hidden;
}

.footer-eight-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(29, 29, 29, .94);
}

.footer-eight-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 90px;
}

.footer-eight-top-wrap {
    position: relative;
}

.footer-eight-area .subscribe-six-input {
    padding: 0;
}

.footer-eight-area .subscribe-six-button {
    right: 0;
}

.footer-eight-area .subscribe-six-button .btn-six-primary {
    padding: 16px 38px;
    font-family: var(--kumbh);
    font-weight: 500 !important;
    font-size: 18px;
    background-color: var(--primary-eight);
}

.footer-eight-area .subscribe-six-button .btn-six-primary::before {
    background-color: var(--primary-eight);
}

.footer-eight-area .subscribe-six-button .btn-six-primary::after {
    background-color: var(--primary-eight);
}

.footer-eight-top-wrap h4 {
    font-family: var(--kumbh);
    font-weight: 700;
    font-size: 26px;
    line-height: 135%;
    color: var(--white);
}

.footer-eight-top-icon span {
    width: 60px;
    height: 60px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .30);
    color: var(--white);
    border-radius: 50%;
    font-size: 20px;
}

.footer-eight-top-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-eight-top-info-con p {
    color: var(--white);
}

.footer-eight-top-info-con a {
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--white);
}

.footer-eight-top-info.call {
    margin-left: 45px;
}

.footer-eight-top-info.gamil {
    margin-left: 34px;
}

.footer-eight-area .footer-six-bg-shape-2 {
    z-index: 1;
}

.footer-eight-area .footer-six-copyright-border {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-eight-area .footer-two__widget .social a:hover {
    background-color: var(--primary-eight);
    color: var(--white);
    border-color: var(--primary-eight);
}

.footer-eight-area .footer-two__widget span {
    background-color: var(--primary-eight);
}

.footer-eight-area .footer-two__widget li a:hover {
    color: var(--primary-eight) !important;
}

.footer-eight-area .footer-two__widget .footer-two__widget-content--contact a i {
    color: var(--primary-eight);
}

.footer-eight-area .footer-two__copyright-inner p a {
    color: var(--primary-eight);
}

/* ================= Home Eight Css Start End =================*/

/* ==== 
 --------- (5.21) color switcher styles start ---------
 ==== */


 .tf-donate-btn {
      background-color: #7c3aed;
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      margin: 40px;
    }

    .tf-popup-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      z-index: 1000;
      visibility: hidden !important;
    }

    .tf-popup {
      background: white;
      padding: 30px 10px;
      border-radius: 12px;
      width: 90%;
      max-width: 400px;
      text-align: center;
      position: relative;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .tf-popup img {
      max-width: 200px;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .tf-popup h2 {
      margin-top: 0;
      color: #333;
      font-size: 30px;
      font-weight: 700;
    }

    .tf-popup p {
      margin: 8px 0;
      font-size: 15px;
      color: #555;
    }

    .tf-close-btn {
      position: absolute;
      top: 12px;
      right: 15px;
      background: none;
      border: none;
      font-size: 20px;
      cursor: pointer;
      color: #888;
    }

    .tf-upi-id {
      font-weight: bold;
      color: #111;
    }

    .tf-upi-link {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 16px;
      background-color: #4f46e5;
      color: white;
      text-decoration: none;
      border-radius: 6px;
    }

.map-iframe{
border-radius: 10px;
margin-top: 20px;
border: 2px solid var(--base-color) !important;
}
.volunteer-form{
    padding: 200px 0px 0px 0px;
}
.volunteer-form-iframe{
    width: 100%;
    height: 3300px !important;
}

@media screen and (max-width: 991px)
{
.volunteer-form{
    padding: 100px 0px 0px 0px;
}

}



.team .col-xl-4.custom-width {
  flex: 0 0 23%;
  max-width: 23%;
  margin: 0 1%;
}

.m-b-20-imp{
    margin-bottom: 20px !important;
}
.volform-logo {
    position: absolute;
    right: 50px;
    top: 30px
}
.volform-logo img{
    width: 200px;
}

.contact__form volunteer__form input[type="date"]::-webkit-calendar-picker-indicator {
    display: none !important;
    -webkit-appearance: none !important;
}
.contact__form volunteer__form input[type="date"] {
    -moz-appearance: textfield !important;
}
    .contact__form volunteer__form input[type="date"]::-webkit-calendar-picker-indicator {
        filter: invert(100%) sepia(100%) saturate(500%) hue-rotate(200deg) !important;
        cursor: pointer !important;
    }


.input-single {
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap: 0px !important;
    padding: 0 16px;
    border-radius: 8px !important;
    border: 2px solid #7e7e7e;
    background: #046150;
    width: auto;
    margin-bottom: 8px;
    position: relative;
    flex-wrap: wrap;
}

    .input-single label.error {
        flex-basis: 100%;
        color: #ff4d4d;
        font-size: 13px;
        order: 3;
    }

/*.input-single input.error,
        .input-single textarea.error {
            border: 1.5px solid #ff4d4d !important;
            background-color: #fff;
            color: #000;
        }*/

.container #frmdivfrmJoinVolunteer .jv-select {
    width: calc(100% - 40px) !important;
    background: transparent;
    border: none;
    height: 56px;
} 
.container #frmdivfrmJoinVolunteer .jv-select:focus {
    border: none;
    outline: none;
}


/*jv image upload*/
.jv-img-upload .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: auto;
}

.jv-img-upload .avatar-edit {
    position: absolute;
    right: 19px;
    z-index: 1;
    bottom: 10px;
}

    .jv-img-upload .avatar-edit input {
        display: none;
    }

        .jv-img-upload .avatar-edit input + label {
            display: inline-block;
            width: 34px;
            height: 34px;
            margin-bottom: 0;
            border-radius: 100%;
            background: #fff;
            border: 1px solid transparent;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            font-weight: normal;
            transition: all 0.2s ease-in-out;
        }

            .jv-img-upload .avatar-edit input + label:hover {
                background: #f1f1f1;
                border-color: #d6d6d6;
            }

            .jv-img-upload .avatar-edit input + label:after {
                content: "\f007";
                font-family: "Font Awesome 5 Pro" !important;
                color: #757575;
                position: absolute;
                top: 10px;
                left: 0;
                right: 0;
                text-align: center;
                margin: auto;
            }

.jv-img-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 10px;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

    .jv-img-upload .avatar-preview > div {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images-w/team/avatar.jpg);
    }

.jv-img-upload .avatar-preview {
    cursor: pointer;
}  
/*jv image upload*/


/* Chrome, Safari, Edge */
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* Firefox */
input[type="date"] {
    -moz-appearance: textfield;
}

/* For consistency */
input[type="date"] {
    position: relative;
    z-index: 1;
}


.event-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.event-location {
    display: block; /* block works better inside flex */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px; /* or 100% if you want full width */
    min-width: 0; /* important inside flexbox */
}

div.tooltip, div.tooltip .tooltip-inner {
    line-height: 20px !important;
}

.event-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    max-height: calc(1.4em * 2); 
}


.ql-editor ul{
    list-style-type: initial;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

.ql-editor ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}
 


.donate-amt .error {
    padding-right: 25px;
    color: red;
} 
#donationAmount[readonly] {
  /*  background: #f5f6f5;*/
    cursor: not-allowed;
}

.donation-error {
    color: #c53030;
    font-size: 0.9rem;
    margin-top: 6px;
}



/*event image gallary*/
.cm-img-group1 {
    display: grid;
    gap: 20px; /* 20px both X and Y */
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    margin-top: 50px;
}
.cm-img-item {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1)
}

.eve-img-box {
    width: 100%;
    aspect-ratio: 1/1; /* makes it a square */
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    
}

    .eve-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }

/*event image gallary*/