@charset "UTF-8";
/* ==============
 ========= css table of contents =========

 * template name: Charifund
 * version: 1.0
 * description: Nonprofit NGO Fundraising HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> partner
     5.02 --> difference
     5.03 --> help
     5.04 --> causes
     5.05 --> cta
     5.06 --> team
     5.07 --> community
     5.08 --> testimonial
     5.09 --> blog
     5.10 --> award
     5.11 --> faq
     5.12 --> overview
     5.13 --> donation
     5.14 --> counter
     5.15 --> event
     5.16 --> contact
     5.17 --> shop
     5.18 --> volunteer
     5.19 --> error
     5.20 --> coming soon
     5.21 --> color switcher

    ==================================
============== */
/* ==== 
 --------- (1.01) mixins start ---------
 ==== */
/* ==== 
 --------- (1.01) mixins end ---------
 ==== */
/* ==== 
 --------- (1.02) variables start ---------
 ==== */
:root {
  --nunito: "Nunito", sans-serif;
  --nunito-sans: "Nunito Sans", sans-serif;
  --caveat: "Caveat", cursive;
  --outfit: "Outfit", sans-serif;
  --template-font: var(--nunito);
  --template-bg: #ffffff;
  --template-color: #667471;
  --white: #ffffff;
  --black: #000000;
  --primary-color: #046a58;
  --secondary-color: #122f2a;
  --tertiary-color: #046a58;
  --quaternary-color: #00715d;
  --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);
}

/* ==== 
 --------- (1.02) variables end ---------
 ==== */
/* ==== 
 --------- (2.01) reset styles start ---------
 ==== */
* {
  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{
  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);
          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%);
          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%);
          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%);
          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%);
          transform: translate(-50%, -200%);
}
.progress-wrap:hover span::after {
  -webkit-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);
          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%);
          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);
          transform: scaleX(0);
  -webkit-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%);
          transform: translateY(0%);
  margin-top: 0;
}
.search-active .search-popup form {
  -webkit-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%);
          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);
          transform: scale(1.6);
  -webkit-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%);
          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);
          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%);
          transform: translateX(-100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.off-canvas-backdrop-active {
  -webkit-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%);
          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%);
          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);
          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%);
          transform: translateX(-100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.cart-backdrop-active {
  -webkit-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);
          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);
          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: 30px;
}
.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);
          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);
          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: 9;
}
.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%);
          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: var(--base-color);
  font-size: 40px;
  color: var(--black);
  -webkit-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(#ffcc00), color-stop(#00ccff), color-stop(#ff6600), to(#ffcc00));
  background: linear-gradient(90deg, #ffcc00, #00ccff, #ff6600, #ffcc00);
  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;
  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);
  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: 3;
}
.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%);
          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%);
          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);
          transform: rotate(180deg);
}
.header .navbar__item--has-children:hover > .navbar__dropdown-label-sub::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header .navbar__item--has-children:hover > .navbar__sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-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);
          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);
          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%);
          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);
          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);
          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);
          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);
          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 {
  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);
          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);
          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);
          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);
          transform: rotate(0deg);
}

.mega-menu {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  max-width: 100% !important;
  background-color: var(--white);
  padding: 20px !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;
}
.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: 20px !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);
          transform: translateY(0px);
}
.mega-menu .mega-content-wrapper {
  position: relative;
  width: 230px;
  overflow: hidden;
}
.mega-menu .mega-content-wrapper img {
  width: 100%;
  height: 270px;
  border-radius: 5px;
}
.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%);
          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);
          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);
          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);
          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);
          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);
          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);
          transform: rotate(0deg);
}
.mobile-menu .btn--primary-alt i {
  font-size: 25px !important;
  -webkit-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%);
          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%);
          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 {
  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);
          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);
          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);
          transform: translateX(0);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.banner .swiper-slide-active .banner__content h1 {
  opacity: 1;
  -webkit-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);
          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);
          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);
          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);
          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);
          transform: rotate(-45deg);
}
.banner .bottom-shape {
  position: absolute;
  bottom: -2px;
  inset-inline: 0px;
}
.banner .bottom-shape img {
  width: 100%;
  height: 80px;
}

.banner-two {
  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);
          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);
          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);
          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);
          transform: rotate(0deg);
}
.banner-two .slider-navigation {
  position: absolute;
  top: 50%;
  -webkit-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);
          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);
          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);
          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);
          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 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);
          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);
          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);
          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);
          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);
          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);
          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);
          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%);
          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);
          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;
}
.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%);
          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);
          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);
          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);
          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);
          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%);
          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: 14px;
}
.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%);
          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);
          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);
          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: 80px;
  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%);
          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%);
          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);
          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;
          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);
          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: 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);
          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%);
          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;
          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);
          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);
          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%);
          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;
          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);
          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);
          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%);
          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%);
          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%);
          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%);
          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%);
          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);
          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);
          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);
  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%);
          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);
          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);
          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);
          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);
          transform: scale(1);
}
.cause .thumb .tag {
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
}
.cause .thumb .tag a {
  padding: 8px 24px;
  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);
          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;
}
.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: 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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-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);
          transform: rotate(-45deg);
  font-size: 36px;
}
.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);
          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%);
          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%);
          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;
          transform: translateY(0%) !important;
}
.cause-two .cause-content {
  text-align: center;
  max-width: 580px;
  margin-inline: auto;
  -webkit-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/mask-two.png");
  background-size: 100% 100%;
  position: relative;
  width: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta-section .cta-section__center .cta-img {
  -webkit-mask-image: url("../images/mask.png");
          mask-image: url("../images/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;
          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);
          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);
          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);
          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);
          transform: rotate(45deg);
}
.team .team__single:hover .team__single__thumb-social {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-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;
  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%);
          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);
  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%);
          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);
          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);
          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/mask2.png");
          mask-image: url("../images/mask2.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%);
          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%);
          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%);
          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);
          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);
          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%);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
  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 {
  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);
          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);
          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);
          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 {
  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);
          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%);
          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);
          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);
          transform: translate(-50%, -50%) scale(1);
}
.gallery__single:hover::after {
  height: 100%;
}
.gallery__single:hover img {
  -webkit-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);
          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);
          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;
          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%);
          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: 24px;
}
.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%);
          transform: translateY(-50%);
  inset-inline-start: 16px;
}
.cm-details .blog-comment .input-icon-alt i {
  top: 20px;
  -webkit-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: 40px 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);
          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);
          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);
          transform: rotate(90deg);
}
.shop .shop__single .btn--primary {
  position: absolute;
  left: 50%;
  -webkit-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);
          transform: scale(1.1);
}
.shop .shop__single:hover .shop-thumb {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.shop .shop__single:hover .btn--primary {
  -webkit-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%);
          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);
          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);
          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);
          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);
          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%);
          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%);
          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%);
          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: 60px 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);
          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);
          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%);
          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;
          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;
          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;
          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);
          transform: rotate(0deg) translateY(-216.25px);
  -webkit-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);
          transform: rotate(0deg) translateY(-216.25px);
  -webkit-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;
            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%);
            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 .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 .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 .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;
}
@media only screen and (max-width: 1199px) {
  .pg-four .text-xl {
    font-size: 20px;
  }
}
.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 .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%);
          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%);
          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;
          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: var(--base-color);
  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);
          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%);
          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);
          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;
          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;
          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);
          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);
          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;
}

@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;
  }
  .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;
  }
}
@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;
  }
}
@media only screen and (min-width: 992px) {
  .header-four {
    top: 106px !important;
  }
  .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;
  }
}
@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 h2 {
    font-size: 100px !important;
    line-height: 110px !important;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1700px) {
  .fc-testimonial .slider-navigation {
    position: absolute !important;
    top: 50%;
    -webkit-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-testimonial .testimonial__slider-single {
  background-color: #fbda33 !important;
}
.dark-body .pg-four .fc-testimonial .testimonial__slider-single h6 {
  color: var(--black) !important;
}

/* ==== 
 --------- (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%);
          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%);
          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: #fed000;
}
.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%);
          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);
          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);
  }
}
/* ==== 
 --------- (5.21) color switcher styles start ---------
 ==== */





/* banner-five home 8 css start here    */
.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;
  }
  
  /*   icon box two     */
  .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: #ff0000;
  }
  .ff-servicce-three .thumb a {
    font-size: 24px;
    color: #ff0000;
  }
  .ff-servicce-three i {
    margin-bottom: -3px;
    color: #ff0000;
    font-size: 30px;
  }
  .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:#ff0000 !important;
  }
  .ff-servicce-three .content p {
    line-height: 1.4;
  }
  
  /*  icon box three  */
  .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 i {
    color: #ff0000;
    font-size: 50px;
  }
  .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: #ff0000;
    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;
  }
  
  /*     Counter box two css start here        */
  .counter-four .cnt {
    font-size: 70px !important;
    line-height: 80px !important;
    font-weight: 800;
  }
  .pg-four .txt-base {
    color: #ff0000;
  }
  .pg-four .text-gr {
    color: #bdbdbd;
  }
  .pg-four .text-xl {
    font-size: 24px;
    line-height: 34px;
  }
  
  /*     gallery section css start here        */
  .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: #ff0000;
  }
  .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;
  }
  
  /*    team grid 3      */
  .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: #ff0000;
    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:#ff0000;
    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: #ff0000 !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: #ff0000;
  }
  .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);
  }
  
  /*   testimonial slider two         */
  .ff-testimonial .ff-testimonial-slider {
    padding-block: 30px;
    margin-block: -30px;
  }
  .ff-testimonial .swiper-pagination-bullet-active {
    border-color: #ff0000;
  }
  .ff-testimonial .swiper-pagination-bullet-active::after {
    background-color: #ff0000;
  }
  .ff-testimonial .ff-testimonial__single {
    padding: 60px;
    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);
  }
  
  /*   volunteer two css start here      */
  .ff-volunteer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    direction: ltr !important;
  }
  .ff-volunteer .ff-volunteer__inner {
    padding: 100px;
    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 .video-btn-wrapper .open-video-popup {
    width: 80px;
    height: 80px;
    background: #ff0000;
    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;
  }
  .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;
  }

@media only screen and (min-width: 1200px) {
    .banner-five .commmit-tab-single {
        position: absolute;
        bottom: -100px;
        inset-inline-end: 0px;
        z-index: -1;
    }
}





/* ==========Home 9 css======= */
.section__header.heading-two h4{
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  font-weight: 700;
  font-family: 'Caveat';
  background-color: #479E0F;
  display: inline-block;
  padding: 3px 20px 3px;
}
.section__header.heading-two h2 {
  font-size: 90px;
  color: #0B3D19;
  line-height: 100px;
  font-weight: 700;
  margin-top: 15px;
}
.section__header.heading-two h2 span {
    color: #479F10;
}

.fc-goal.box-four .goal__single {
    border-radius: 12px;
    border: none;
    margin-bottom: 15px;
    padding: 28px 14px 28px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 3px 0px rgba(18, 47, 42, 0.23);
    flex-wrap: nowrap;
    transition: .5s;
    gap: 15px;
}
.fc-goal.box-four .goal__single:hover{
    border-radius: 12px;
    border: none;
    background: #49B645;
    transition: .5s;

}
.fc-goal.box-four .goal__single h6{
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #0B3D19;
    transition: .5s;
}
.fc-goal.box-four .goal__single p {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #667471;
    transition: .5s;
}
.fc-goal.box-four .goal__single:hover h6,
.fc-goal.box-four .goal__single:hover p{
    color: #fff;
    transition: .5s;
}
.fc-goal.box-four .goal__single .thumb {
    background-color: #E6F4DB;
    padding: 13px 12px;
    border-radius: 50%;
    transition: .5s;
    flex-shrink: 0;
}
.fc-goal.box-four .goal__single:hover .thumb {
    background-color: #fff;
    transition: .5s;
}


.section__header.heading-three h4{
  font-size: 24px;
  color: #479E0F;
  line-height: 26px;
  font-weight: 700;
  font-family: 'Caveat';
  background-color: transparent;
  display: inline-block;
  padding: 0;
}
.section__header.heading-three h2 {
  font-size: 55px;
  color: #0B3D19;
  line-height: 55px;
  font-weight: 700;
  margin-top: 15px;
}

.community.home-9 {
    padding-top: 0px;

}
.community.home-9 .section__header .sub-title {
    color: #479F10;
}
.community.home-9 .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: #479F10;
}

.community.home-9 .donation-form__single .active {
    background-color: #479F10;
    color: var(--white);
    border-color: #479F10;
}
.community.home-9 .community-donation {
    padding: 60px 20px;
    border-radius: 30px;
    background: var(--white);
    -webkit-box-shadow: 0px 10px 30px 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;
}
.team_single-wrapper.home-9 {
    box-shadow: 0 10px 25px 0 rgba(37, 42, 52, 0.08);
    padding: 25px;
    border-radius: 20px;
    margin: 10px 10px 30px;
}
.team_single-wrapper.home-9 .team_icons ul {
    text-align: center;
}
.team_single-wrapper.home-9 .team_icons ul li {
    display: inline;
}
.team_single-wrapper.home-9 .team_icons 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_single-wrapper.home-9 .team_single-content {
    border: 1px dashed #479F10;
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
}
.team_single-wrapper.home-9 .team_single-content p{
    font-weight: 500;
    font-size: 18px;
    color: #479F10;
    margin-bottom: 6px;
}
.team_single-wrapper.home-9 .team_single-content h6{
    font-weight: 700;
    font-size: 22px;
    color: #0B3D19;
    line-height: 1;
    margin-bottom: 20px;
}

.testimonial .testimonial_inner .testimonial-six-active.swiper{
    padding: 30px 40px 30px 70px;
    margin: 10px;
    border-radius: 10px;
}

.testimonial-six-wrapper.swiper-slide {
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(29, 31, 21, 0.1);
    padding: 20px 30px 20px;
}
.testimonial-six-wrapper.swiper-slide .testimonial-six-top p{
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 173%;
    margin-bottom: 30px;
}
.testimonial-six-wrapper.swiper-slide .testimonial-six-top-content {
    display: flex;
    justify-content: space-between;
}
.testimonial-six-wrapper.swiper-slide .testimonial-six-author {
    display: flex;
    gap: 15px;
    align-items: center;
}

.testimonial-six-wrapper.swiper-slide .testimonial-six-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-3d .swiper-slide-shadow {
  background: #fff !important;
  box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1) !important;
}

/* ==========Home 10========= */
.community.home-10{
    padding-top: 0px;
    position: relative;
    z-index: 2;
    overflow-x: clip;
}
.community.home-10 .community-donation {
    padding: 60px 20px;
    border-radius: 30px;
    background: transparent;
    -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: 0px;
    margin-top: 0px;
}
.community.home-10 .donation-form__single h5 {
    font-weight: 700;
    color: #fff;
    margin-top: -8px;
}
.community.home-10 .radio-single label {
    position: relative;
    padding-left: 8px;
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.community.home-10 .donation-form__single .active {
    background-color: #13B7AE !important;
    color: var(--white);
    border-color: none;
}
.community.home-10 .donation-form__single .donation-amount {
    padding: 12px 16px;
    border: none;
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.team.home-10{
    padding: 0px 0px;
}
.team_single-wrapper.home-10 .team_single {
    position: relative;
    overflow: hidden;
}
.team_single-wrapper.home-10 .team_single::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_single-wrapper.home-10 .team_single:hover::before {
    bottom: 0;
}
.team_single-wrapper.home-10 .team_single .team_single-content{
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 2;
    transition: .4s ease-in-out;
}
.team_single-wrapper.home-10 .team_single .team_single-thumb img {
    width: 100%;
}
.team_single-wrapper.home-10 .team_single:hover .team_single-content{
    bottom: 46px;
}
.team_single-wrapper.home-10 .team_single .team_single-content h6{
    font-family: var(--recoleta);
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    color: var(--primary-seven-heading);
    margin-bottom: 10px;
    text-align: center;
}

.team_single-wrapper.home-10 .team_single .team_single_thumb-social li {
    display: inline;
    padding: 15px;
}
.team_single-wrapper.home-10 .team_single .team_icons {
    text-align: center;
}
.team_single-wrapper.home-10 .team_single .team_icons i{
    color: #043460;
}

.contact.home-10 .contact__content {
    padding: 0px 20px;
    background-color: transparent;
}

.service .single_service .service_single-thumb{
    background: #ffecc9;
    width: 100%;
    height: 554px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.service .single_service .service_single-thumb::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;
}
.service .single_service:hover .service_single-thumb::before {
    opacity: 1;
    visibility: visible;
}
.service .single_service .service_single-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%;
}
.service .single_service:hover .service_single-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: .4s ease-in-out;
}
.service .single_service .service-buttons{
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: .6s;
}
.service .single_service .service-buttons a{
    font-weight: 400;
    font-size: 29px;
    line-height: 92%;
    text-transform: capitalize;
    text-align: center;
    color: #043460;
}
.service .single_service:hover .service-buttons{
    bottom: 45px;
}
.service .single_service .service_single-content h6{
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 35px;
}
.service .single_service .service_single-content p{
    font-family: var(--satoshi);
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}


/* testimonial css */

.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 #0E253A;
  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: #0E253A;
  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: #0E253A;
  margin-bottom: 0;
}

h4.testimonial-seven-name {
    font-size: 14px;
    color: #1E1E1E;
    font-weight: 500;
}
.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);
  }
}

/*===============Home 11==============*/

.service.style2 .service-eight-thumb{
  overflow: hidden;
}
.service.style2 .service-eight-thumb img {
  border-radius: 15px;
}
.service.style2 .service-eight-button {
  position: absolute;
  top: 10px;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
}
.service.style2 .service-eight-button a {
  width: 50px;
  height: 50px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ED5A2F;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
}
.service.style2 .service-eight-wrap {
  background: #ED5A2F;
  padding: 20px;
  border-radius: 15px;
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  margin: 0 15px 0;
  transition: .4s ease-in-out;
}
.service.style2 .service-eight-title {
  font-family: var(--kumbh);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.service.style2 .service-eight-paragraph {
  line-height: 175%;
  color: #fff;
  font-family: var(--nunito-sans);
  font-size: 15px;
}
.service.style2 .service-eight-thumb:hover .service-eight-wrap {
  bottom: 20px;
}
.service.style2 .service-eight-thumb:hover .service-eight-button {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.community.home-11 {
    padding-top: 0px;
    position: relative;
    z-index: 2;
    overflow-x: clip;
}

.community.home-11 .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: 0px;
    margin-top: 0px;
}
.community.home-11 .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: #FFC646;
    margin: 15px 0px 20px;
}
.community.home-11 .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: #ED5A2F;
}

.community.home-11 .donation-form__single .donation-amount:hover {
    background-color: #ED5A2F;
    color: #fff;
    border-color: #ED5A2F;
}

.community.home-11 .donation-form__single .active {
    background-color: #ED5A2F;
    color: var(--white);
    border-color: #ED5A2F;
}

.community.home-11 .btn--primary {
    padding: 16px 40px;
    border-radius: 30px;
    gap: 12px;
    background-color: #ED5A2F;
    color: #fff;
    position: relative;
}


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




