/* reset all */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
/* common CSS */
img {
  max-width: 100%;
  line-height: 0;
}
.flx-aln-jusfy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .sctn-spcer {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .sctn-spcer {
    padding: 80px 0;
  }
}
hr {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
}
.tree-incs {
  background: url(../images/icons-tmt.svg) no-repeat;
  width: 56px;
  height: 56px;
  display: block;
}
/* main wrapper */
.milns-tree-wrpr {
  font-size: 14px;
  line-height: 24px;
  font-family: "brother-1816", sans-serif;
  letter-spacing: 0.1px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .milns-tree-wrpr {
    margin-bottom: 80px;
  }
  .cms-the-million-tree-project- .ethos_breadcrumbs {
    position: relative;
  }
  .cms-the-million-tree-project- .ethos_breadcrumbs .breadcrumb {
    position: absolute;
    background: 0 0;
    z-index: 1;
  }
  .cms-the-million-tree-project- .breadcrumb li,
  .cms-the-million-tree-project- .breadcrumb a {
    color: #ffffff !important;
  }
  .cms-the-million-tree-project- .breadcrumb-item + .breadcrumb-item::before {
    opacity: 1;
    filter: invert(1);
  }
}
@media (min-width: 1400px) {
  .milns-tree-wrpr {
    margin-bottom: 120px;
  }
}
/* Hero */
.tree-prjct-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tree-prjct-bnr {
  line-height: 0;
}
.tree-prjct-txt {
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.tree-prjct-txt h1 {
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}
.tree-prjct-txt h2 {
  font-family: "brother-1816", sans-serif;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.1px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.tree-prjct-hero hr {
  border: 1px solid #929e52;
  margin: 20px 0 16px;
}
.tree-prjct-txt p {
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tree-prjct-txt {
    width: 330px;
    left: calc(50% - 165px);
    top: calc(50% - 120px);
  }
  .tree-prjct-txt h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .tree-prjct-txt {
    width: 580px;
    left: calc(50% - 290px);
    top: calc(50% - 86px);
  }
}
/* nav */
.tree-prjct-nav {
  background-color: #929e52;
}
.tree-prjct-nav a {
  color: #f4f4f4;
  font-family: "brother-1816", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.tree-prjct-nav a:not(:first-child):before {
  content: "";
  background-color: #f4f4f4;
  width: 4px;
  height: 4px;
  position: absolute;
  left: -10px;
  border-radius: 50%;
}
.tree-prjct-nav a::after {
  content: "";
  background-color: #ffffff;
  width: 0;
  height: 2px;
  position: absolute;
  left: 12px;
  transition: all 0.3s ease-in-out;
}
.tree-prjct-nav a:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .nav-wrpr {
    max-height: 54px;
    overflow: hidden;
    position: sticky;
    z-index: 10;
    top: 0px;
  }
  .tree-prjct-nav {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 12px;
  }
  .tree-prjct-nav a {
    display: inline-flex;
    padding: 15px 0;
  }
  .tree-prjct-nav a {
    margin-right: 7%;
  }
  .tree-prjct-nav a:hover:after {
    content: none;
  }
  .tree-prjct-nav a:first-child {
    margin-left: 7%;
  }
  .tree-prjct-nav a:not(:first-child) {
    margin-left: 1%;
  }
  .tree-prjct-nav a:not(:first-child):before {
    bottom: 25px;
    left: -21px;
  }
  .tree-prjct-nav a::after {
    bottom: 16px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .tree-prjct-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tree-prjct-nav a {
    padding: 24px 12px;
  }
  .tree-prjct-nav a:hover:after {
    width: calc(100% - 24px);
  }
  .tree-prjct-nav a:not(:first-child) {
    margin-left: 16px;
  }
  .tree-prjct-nav a:not(:first-child):before {
    bottom: 34px;
  }
  .tree-prjct-nav a::after {
    bottom: 24px;
    left: 12px;
  }
}
/* tree counter */
.counter-wrpr {
  text-align: center;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  letter-spacing: 0.1px;
}
.counter-wrpr p {
  color: #000;
}
.counter-wrpr h2 {
  color: #929e52;
}
button.shop-now-lnk {
  position: relative;
  background-color: #929e52;
  color: #f4f4f4;
  display: block;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-family: "brother-1816", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  width: 100%;
  background-position: center;
  transition: background 0.8s;
  box-shadow: none !important;
}
button.shop-now-lnk:hover {
  background: #889445 radial-gradient(circle, transparent 1%, #889445 1%)
    center/15000%;
  outline: none;
  border: none;
  color: #fff;
}
button.shop-now-lnk:focus {
  border: none;
  outline: none;
}
button.shop-now-lnk:active {
  background-color: #7f8b3b;
  background-size: 100%;
  transition: background 0s;
}

/* counter */

.counter-wrpr .counter {
  position: relative;
}
.counter-wrpr .counter span {
  color: #929e52;
  font-weight: bold;
  line-height: 100%;
  display: inline-block;
}
.counter-wrpr .counter:before,
.counter-wrpr .counter:after {
  content: "";
  background: #929e52;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  border-radius: 20px;
}
.counter-wrpr .counter:before {
  top: -16px;
}
.counter-wrpr .counter:after {
  bottom: -16px;
}

/* @property --num {
  syntax: "<integer>";
  initial-value: 10000;
  inherits: true;
}

.counter span {
  animation: counter 1s ease-in-out;
  counter-reset: num var(--num);
}
.counter span::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }

  to {
    --num: 10000;
  }
} */

@media (max-width: 767px) {
  .counter-wrpr {
    width: 86%;
    margin: 32px auto 44px;
    max-width: 315px;
  }
  .counter-wrpr .counter {
    margin: 40px 0 54px;
  }
  .counter-wrpr .counter span {
    font-size: 90px;
  }
  .counter-wrpr p {
    font-size: 14px;
    line-height: 30px;
  }
  .counter-wrpr h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .shop-now-lnk {
    font-size: 12px;
    padding: 14px 0px;
  }
}
@media (min-width: 768px) {
  .counter-wrpr {
    width: 540px;
    margin: 56px auto 88px;
  }
  .counter-wrpr .counter {
    position: relative;
    margin: 40px 0 64px;
  }
  .counter-wrpr .counter span {
    font-size: 160px;
  }
  .counter-wrpr p {
    font-size: 24px;
    line-height: 38px;
  }
  .counter-wrpr h2 {
    font-size: 50px;
    line-height: 68px;
  }
  .shop-now-lnk {
    font-size: 18px;
    padding: 26px 0px;
  }
}
/* about the project */
.tree-container {
  max-width: 1226px;
  margin: 0 auto;
  width: 86%;
}
.about-txt p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 24px;
  color: #404040;
}
.tree img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .about-the-project > .flx-aln-jusfy {
    flex-direction: column;
  }
  .about-txt {
    order: 1;
    margin-top: 40px;
  }
  .tree img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .about-txt {
    width: 50%;
    max-width: 570px;
  }
  .tree {
    width: 46%;
    margin-left: 4%;
  }
}
/* story section */
.story-video {
  background: #f4f5ed;
}
.story-video h2,
.story-video p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  font-weight: normal;
}
.story-video h2 strong {
  text-transform: uppercase;
  position: relative;
}
.story-video h2 strong:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 12px;
}
.story-video h2 span {
  color: #929e52;
}
.founder-talks {
  margin: 16px 0;
  position: relative;
  background: #000;
}
.vdo-play {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  backdrop-filter: blur(15px);
  cursor: pointer;
  justify-content: center;
}
.icn-play {
  background-position: -280px 0;
}
@media (max-width: 1400px) {
  .founder-talks iframe {
    width: 100%;
    height: 66vh;
  }
}

@media (max-width: 1280px) {
  .founder-talks iframe {
    height: 58vh;
  }
}

@media (max-width: 1180px) {
  .founder-talks iframe {
    height: 50vh;
  }
}


@media (max-width: 1024px) {
  .founder-talks iframe {
    width: 100%;
    height: 80vh;
	height: 65vh;
  }
}

@media (max-width: 991px) {
  .story-video h2 strong {
    margin-right: 20px;
  }
  .story-video h2 strong:after {
    right: -14px;
  }
  picture img {
    width: 100%;
  }
  .vdo-play {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
  }
  .icn-play {
    transform: scale(0.55);
  }
  .founder-talks iframe {
    height: 27.234vh;
	height: 36vh;
  }
}
@media (min-width: 992px) {
  .story-video h2 strong {
    margin-right: 32px;
  }
  .story-video h2 strong:after {
    right: -20px;
  }
  .vdo-play {
    width: 104px;
    height: 104px;
    left: calc(50% - 52px);
    top: calc(50% - 52px);
  }
}
/* planting location */
.plntg-loc-hdr {
  text-align: center;
  max-width: 585px;
}
.plntg-loc-hdr h2 {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.plntg-loc-hdr h3 {
  color: #000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0.1px;
}
.plntg-loc-hdr p {
  color: #808080;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-top: 32px;
}
.loc-glb {
  position: relative;
}
span.loc-tooltip {
  position: absolute;
  z-index: 2;
  left: calc(45.7% - 50px);
  top: calc(39.8% - 44px);
  background: #fff;
  padding: 3px 12px;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1px;
  line-height: 24px;
  color: #776d3e;
  display: block;
}
span.loc-tooltip:after {
  content: "";
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 45.7%;
  top: 100%;
}
.loc-glb:before {
  content: "";
  border-radius: 50%;
  background: #06203f;
  width: 4px;
  height: 4px;
  left: 45.7%;
  top: 39.8%;
  position: absolute;
}
.loc-glb:after {
  content: "";
  border-radius: 50%;
  left: 45.8%;
  top: 39.85%;
  height: 2px;
  width: 2px;
  position: absolute;
  box-shadow: 0 0 0 0 rgb(6, 32, 63);
  transform: scale(1);
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(6, 32, 63, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(6, 32, 63, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(6, 32, 63, 0);
  }
}
.loc-txt-wrpr {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 99px rgb(0 0 0 / 8%);
  position: relative;
  z-index: 6;
}
.loc-txt h2 {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
  position: relative;
}
.loc-txt p {
  color: #404040;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area-col {
  width: 50%;
  margin-top: 24px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000000;
}
.area-col span {
  font-size: 12px;
  color: #808080;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.latitute {
  margin-top: 24px;
  font-size: 12px;
  color: #808080;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.latitute span.icn-loc {
  background-position: -56px 0;
  transform: scale(0.6);
  margin-left: -16px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .loc-txt-wrpr {
    width: 96%;
    margin: -58% auto 0;
  }
  .plntg-loc-hdr h3 {
    margin: 0px 0 32px;
  }
  .plntg-loc {
    padding-top: 90px;
    overflow-x: hidden;
  }
  .loc-glb {
    transform: scale(1.2);
  }
  .loc-txt {
    width: 100%;
    padding: 7% 7% 0;
  }
  .latitute {
    margin-top: 40px;
  }
  .loc-img {
    width: 100%;
    margin: 40px auto 0;
  }
  .loc-img img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .loc-txt-wrpr {
    width: 964px;
    max-width: 70%;
    padding: 3%;
    display: flex;
    justify-content: space-between;
    margin-left: -21%;
  }
  .plntg-loc-hdr h3 {
    margin: 8px 0 32px;
  }
  .plntg-loc {
    margin-top: 72px;
    display: flex;
    align-items: center;
  }
  .loc-glb {
    left: -75px;
    width: 908px;
    max-width: 47%;
  }
  .loc-txt {
    width: 44%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .loc-img {
    width: 50%;
    position: relative;
    margin-top: -150px;
  }
}
@media (min-width: 1680px) {
  .loc-txt-wrpr {
    margin-left: -16%;
  }
  .loc-glb {
    left: 3%;
  }
}
/* FAQs */
.tree-faqs h2 {
  color: #000;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0.1px;
  border-bottom: 1px solid #f4f4f4;
}
.tree-acdn .acdn-list {
  border-bottom: 1px solid #f4f4f4;
}
.tree-acdn .acdn-lnk {
  color: #000000;
  cursor: pointer;
  font-weight: 400;
  align-items: flex-start;
  opacity: 1;
  -webkit-transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.tree-acdn .acdn-lnk:hover {
  opacity: 0.6;
}
.tree-acdn p {
  max-width: calc(100% - 72px);
}
.icn-acdn {
  background-position: -183px -12px;
  width: 32px;
  height: 32px;
}
.tree-acdn .acdn-lnk.active .icn-acdn {
  background-position: -126px -12px;
}
.tree-acdn .acdn-panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.tree-acdn .acdn-panel p {
  color: #808080;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.tree-acdn .acdn-panel p + p {
  margin-top: 16px;
}
.tree-acdn .acdn-panel.acdn-open {
  max-height: 100%;
}
@media (max-width: 991px) {
  .tree-faqs h2 {
    padding-bottom: 24px;
  }
  .tree-acdn .acdn-panel p:last-of-type {
    padding-bottom: 24px;
  }
  .tree-acdn .acdn-lnk {
    font-size: 14px;
    line-height: 22px;
    padding: 16px 0;
  }
  .faq-idea {
    display: none;
  }
  .icn-acdn {
    transform: scale(0.7);
    margin-right: -4px;
  }
}
@media (min-width: 992px) {
  .tree-faqs h2 {
    padding-bottom: 40px;
  }
  .tree-faq-wrpr {
    display: flex;
    justify-content: space-between;
  }
  .tree-acdn {
    width: 814px;
    max-width: 65%;
    margin-left: 6%;
    order: 1;
  }
  .tree-acdn .acdn-panel p:last-of-type {
    padding-bottom: 32px;
  }
  .tree-acdn .acdn-lnk {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0;
  }
  .faq-idea {
    width: 265px;
    max-width: 28%;
  }
}
/* Follow */
.spread {
  background: url(../images/spread-bg.jpg) no-repeat center;
}
.spread-txt {
  color: #000;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
  font-family: "mrs-eaves-xl-serif-narrow", serif;
}
.spread-txt span {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  font-family: "brother-1816", sans-serif;
}
.spd-flw-link a {
  opacity: 0.6;
  transition: opacity 0.5s ease-in-out;
}
.spd-flw-link a:hover {
  opacity: 1;
}
.icn-wtsp {
  background-position: -336px 0;
}
.icn-fb {
  background-position: 0 0;
}
.icn-twtr {
  background-position: -224px 0;
}
@media (max-width: 991px) {
  .spread {
    width: 100%;
    padding: 24px 32px 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .spread-txt {
    font-size: 24px;
  }
  .spd-flw-link {
    transform: scale(0.7);
    margin-left: -36px;
  }
}
@media (min-width: 992px) {
  .spread {
    padding: 48px 64px;
  }
  .spread-txt {
    font-size: 26px;
  }
  .spd-flw-link {
    position: relative;
  }
  .spd-flw-link::before {
    content: "";
    background: #707070;
    width: 1px;
    height: 64px;
    left: -56px;
    top: 0;
    position: absolute;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
   .spread {
        padding: 48px 64px;
		flex-direction: row;
    }
	.spd-flw-link::before {
        content: "";
        background: #707070;
        width: 1px;
        height: 64px;
        left: -56px;
        top: 0;
        position: absolute;
    }
	
}
@media(max-width:767px){

	.founder-talks iframe {
		height: 22vh;
	}
	
}