/*!
Theme Name: Project 
Theme URI: 
Author: Strive Enterprise
Author URI: https://striveenterprise.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: project
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Project is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --color-primary: #22b24c;
  --color-primary-light: #77808b;
  --color-secondary: #5a585c;
  --color-third: #ffcc00;
  --color-text: #313131;
  --color-text-black: #000;
  --color-primary-hover: #097a2b;
  --color-secondary-hover: #508b61;

  --fs-title-extra-large: 85px;
  --fs-title-large: 60px;
  --fs-title: 50px;
  --fs-title-small: 45px;
  --fs-title-extra-small: 38px;
  --fs-subtitle: 30px;
  --fs-subtitle-small: 28px;
  --fs-subtitle-extra-small: 24px;
  --fs-content-small: 15px;
  --fs-default: 16px;
  --fs-content: 16px;
  --fs-content-large: 20px;
  --fs-content-extra-large: 22px;
  --ff-open: "Open Sans", serif;
  --ff-rl: "Raleway", serif;
  --ff-poppins: "Poppins", serif;
  --ff-lato: "Lato", serif;
  --ff-dm: "DM Sans", serif;
}
header {
  z-index: 100;
}
@media (width<520px) {
  .tooltip {
    display: none;
  }
}
@media (width<768px) {
  :root {
    --fs-title-extra-large: 50px;
    --fs-title-large: 35px;
    --fs-title: 35px;
    --fs-title-small: 30px;
    --fs-title-extra-small: 27px;
    --fs-subtitle: 25px;
    --fs-subtitle-small: 22px;
    --fs-subtitle-extra-small: 20px;
    --fs-content: 16px;
    --fs-content-large: 18px;
  }
}
.owl-carousel .owl-dots {
  margin-top: 2rem !important;
  & .owl-dot span {
    background: #c4c4c4 !important;
  }
  & .owl-dot.active span {
    background: var(--color-primary) !important;
    width: 21px !important;
  }
}
/**/

.tooltip {
  &[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: var(--color-secondary) !important;
  }
  &[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: var(--color-secondary) !important;
  }
  &[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: var(--color-secondary) !important;
  }
  &[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: var(--color-secondary) !important;
  }
  & .tooltip-inner {
    background: var(--color-secondary) !important;
    font-weight: bold;
    font-family: var(--ff-poppins);
  }
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-secondary) #fff;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  & span {
    font-family: var(--ff-rl);
  }
}

main {
  margin-top: 46px;
}

.page-width {
  max-width: 1650px;
  padding-inline: 1rem;
  margin-inline: auto;
  @media (width>=768px) {
    padding-inline: 4rem;
  }
}

/**/

.dbg-primary {
  background: var(--color-primary);
}
.dbg-secondary {
  background: var(--color-secondary);
}
.dbg-third {
  background: var(--color-third);
}

/**/

.text-title {
  font-size: var(--fs-title);
  font-family: var(--ff-open);
  color: #000;
  font-weight: 700;
  text-wrap: balance;
}
.text-title-condenced {
  font-size: var(--fs-title);
  font-family: var(--ff-open);
  color: #000;
  font-weight: 700;
  text-wrap: balance;
  font-stretch: condensed;
}
.text-title-small {
  font-size: var(--fs-title-small);
  font-family: var(--ff-open);
  color: #000;
  font-weight: 600;
}
.text-title-extra-small {
  font-size: var(--fs-title-extra-small);
  font-family: var(--ff-open);
  color: #000;
  font-weight: 400;
}
.text-title-white {
  font-size: var(--fs-title);
  font-family: var(--ff-open);
  color: white;
  font-weight: 700;
}
.text-title-small-white {
  font-size: var(--fs-title-small);
  font-family: var(--ff-open);
  color: white;
  font-weight: 700;
}
.text-subtitle-dark {
  font-size: var(--fs-subtitle);
  font-family: var(--ff-open);
  color: var(--color-text);
  font-weight: 700;
}
.text-subtitle-small {
  font-family: var(--ff-open);
  font-size: var(--fs-subtitle-small);
  color: white;
  font-weight: 400;
}
.text-subtitle-extra-small {
  font-size: var(--fs-subtitle-extra-small);
  font-family: var(--ff-open);
  color: #fff;
}
.text-subtitle-extra-small-black {
  font-size: var(--fs-subtitle-extra-small);
  font-family: var(--ff-open);
  color: var(--color-text);
}
.text-content-large {
  font-family: var(--ff-open);
  font-size: var(--fs-content-large);
  font-weight: 500;
  color: var(--color-text);
}
.text-content-extra-large {
  font-family: var(--ff-open);
  font-size: var(--fs-content-extra-large);
  font-weight: 500;
  color: var(--color-text);
}
.text-content {
  font-size: var(--fs-content);
  font-family: var(--ff-open);
  color: var(--color-text);
}
.text-content-small {
  font-size: 16px;
  font-family: var(--ff-open);
  color: #fff;
}
.text-header-nav {
  font-size: var(--fs-content-large);
  font-family: var(--ff-open);
  font-weight: 700;
  color: #f9f9f9;
}
.btn-secondary {
  cursor: pointer;
  text-align: center;
  background: var(--color-secondary);
  color: #fff;
  span {
    background-color: var(--color-primary) !important;
  }
}

.btn-primary {
  color: #333333;
  margin: 45px 0;
  display: inline-flex;
  margin: 0px !important;
  height: 70px;
  overflow: hidden;
  font-family: var(--ff-lato);
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  border-radius: 4px;
  max-width: 300px;
  margin: 1rem auto;
  text-transform: uppercase;
  transition: 400ms;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid transparent;

  @media (width<=765px) {
    height: 60px;
  }

  @media (width>=765px) {
    white-space: nowrap;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-primary);
    z-index: -1;
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    transform: translateX(-100%);
    transition: 400ms;
    z-index: -1;
  }

  &:hover {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
  }

  &:hover:after {
    transform: translateX(0);
  }

  & div {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
    height: 50px;
    align-items: center;
    border-left: 2px solid white;
    transition: 400ms;
  }

  &:hover div {
    border-left: 2px solid var(--color-primary);
    height: 0px;
    width: 0px;
    padding: 0px;
  }

  & span {
    padding: 0px 20px;
  }

  & div svg path {
    transition: 400ms;
  }

  &:hover div svg path {
    fill: var(--color-primary) !important;
    opacity: 0;
  }
}

.btn-white {
  color: var(--color-primary);
  margin: 45px 0;
  display: inline-flex;
  margin: 0px !important;
  height: 70px;
  overflow: hidden;
  font-family: var(--ff-lato);
  font-weight: 700;
  font-size: var(--fs-content);
  width: 100%;
  border-radius: 4px;
  max-width: 300px;
  margin: 1rem auto;
  text-transform: uppercase;
  transition: 400ms;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;

  @media (width<=765px) {
    height: 60px;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: -1;
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:  var(--color-primary-hover);
    transform: translateX(-100%);
    transition: 400ms;
    z-index: -1;
  }

  &:hover {
    color: white;
    border: 1px solid white;
  }

  &:hover:after {
    transform: translateX(0);
  }

  & div {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
    height: 50px;
    align-items: center;
    border-left: 2px solid var(--color-primary);
    transition: 400ms;
  }

  &:hover div {
    border-left: 2px solid white;
    height: 0px;
    width: 0px;
    padding: 0px;
  }

  & span {
    padding: 0px 20px;
  }

  & div svg path {
    transition: 400ms;
  }

  &:hover div svg path {
    fill: white !important;
    opacity: 0;
  }
}

.btn-secondary,
.btn-white-primary {
  padding: 20px 35px;
  width: fit-content;
  min-width: 205px;
  font-size: var(--fs-default);
  font-family: var(--ff-open);
  border-radius: 100px;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  svg {
    transition: 0.4s;

    margin-left: 12px !important;
  }
  span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  &:hover {
    span {
      width: 220%;
      height: 562px;
      aspect-ratio: 1;
    }
    svg {
      transform: rotate(43deg);
    }
  }
}
.btn-white-primary {
  background: #fff;
  color: var(--color-secondary);

  span {
    background: var(--color-primary);
  }
  &:hover {
    color: #fff;
    svg {
      filter: brightness(0) invert(1);
    }
  }
}
.btn-donate {
  position: relative;
  overflow: hidden;
  z-index: 1;

  span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: var(--color-primary) !important;
  }
  svg {
    transition: 0.4s;
  }
  &:hover {
    span {
      width: 220%;
      height: 562px;
      aspect-ratio: 1;
    }
    svg {
      transform: scale(1.2) translateX(5px);
    }
  }
}

html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}

.btn-icon {
  display: flex;
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--color-primary);
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 100%;
  transition: 0.4s;
  & span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  &:hover {
    background: var(--color-primary);
    color: #fff;
  }
}

.btn-icon-text {
  height: 40px;
  width: 40px;
  font-size: 21px;
  justify-content: center;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 100%;
  transition: 0.4s;
  color: var(--color-primary);
  background: transparent;
}

/**/

.bg-linear-gradient-green {
  background: linear-gradient(
    357.95deg,
    rgba(242, 247, 251, 0.1) 1.42%,
    #93ab9d 97.98%
  );
}
.bg-linear-gradient-green-inverted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #a97d5e 100%);
}

/**/

.ff-open {
  font-family: "Open Sans", serif;
}

.ff-open-condenced {
  font-family: "Open Sans", serif;
  font-stretch: condensed;
}

.ff-rl {
  font-family: "Raleway", serif;
}

.ff-poppins {
  font-family: "Poppins", serif;
}

.ff-lato {
  font-family: "Lato", serif;
}

.ff-dm {
  font-family: "DM Sans", serif;
}

/**/

.color-primary {
  color: var(--color-primary);
}
.color-white {
  color: white;
}
h2.fs-title span {
  color: var(--color-secondary);
  font-family: var(--ff-rl);
  font-size: var(--fs-title-extra-large);
  font-weight: 400;
  line-height: 1px;
}

.color-primary-light {
  color: var(--color-primary-light);
}
.fw-800 {
  font-weight: 800 !important;
}
.color-secondary {
  color: var(--color-secondary);
}

.color-third {
  color: var(--color-third);
}

.color-text {
  color: var(--color-text);
}
.color-text-black {
  color: var(--color-text-black);
}

/**/
.text-center {
  @media (width<768px) {
    text-wrap: balance;
  }
}

.fs-title {
  font-size: var(--fs-title);
}
.fs-title-large {
  font-size: var(--fs-title-large);
}
.fs-title-small {
  font-size: var(--fs-title-small);
}
.fs-title-extra-small {
  font-size: var(--fs-title-extra-small);
}
.fs-subtitle {
  font-size: var(--fs-subtitle);
}
.fs-subtitle-small {
  font-size: var(--fs-subtitle-small);
}
.fs-subtitle-extra-small {
  font-size: var(--fs-subtitle-extra-small);
}
.fs-content-small {
  font-size: var(--fs-content-small);
}
.fs-default {
  font-size: var(--fs-default);
}
.fs-content {
  font-size: var(--fs-content);
}
.fs-content-large {
  font-size: var(--fs-content-large);
}
.fs-content-extra-large {
  font-size: var(--fs-content-extra-large);
}
