.limit{
  max-width: 90%;
  width: 100%;
  margin: auto;
}
body{
  font-size: 16px;
  line-height: 1.05em;


  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between

}
body .hidden,
body .slideshow .hidden,
.mobile-hamburger-menu-container .chevron-container.hidden,
body .site-footer a.contact.btn.link{
  display: none;
}
body .vissuallyhidden,
body .slideshow .vissuallyhidden{
  opacity: 0;
}
/*=============== Site Header ==============*/
.site-header .limit{
  z-index: 100;
  height: 130px;

  max-width: 100%;
    position: absolute;
}
.site-header .limit>.flex-row{
  width: 100%;
}
.site-header .flex-row{

  padding: 0;
  width: 100%;
}
.site-header.testing{position:relative;}
.site-header{
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.site-header,
.site-header .hex-container{
    height: 130px;
  }
.site-header svg{
  width: 30px;
  max-width: 30px;
  max-height: 35px;
  margin-right: 10px;
}
.site-header .toggle-nav svg{
  filter: invert(99%) sepia(6%) saturate(1%) hue-rotate(54deg) brightness(108%) contrast(100%);
  width: 45px;
  max-width: 45px;
  max-height: 45px;
}
.site-header .header-right{
  max-width: 10%;
  align-items: center;
  display: flex;
  padding: 5px;
}
.site-header .flex-row.flex-2-column .flex-row.flex-2-column{
  margin: 5px 0;
}

/*=============== Header  Selection==============*/
.header-selector{
  padding-top: 20px;
}
.color-selector{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.color-selector label{
  margin: 0;
}
/* .site-header.movHoneyComb
{
  height: 200px;
} */
.site-header.dripDrop,
.site-header>.background-squiggle,
.site-header.dripDrop .background-squiggle .corner.diagnal svg{
  height: 135px;
}
.site-header.movHoneyComb .limit>.flex-2-column>*,
.site-header.dripDrop .limit>.flex-2-column>*{
  height: 135px;
  align-content: space-around;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

/*=============== Landscape Header ==============*/
.site-header .landscape-container .headerObject.falling-leaves{
  position: absolute;
  z-index: 10;
  height: 115px;
}
.site-header .landscape-container .headerObject.falling-leaves .tree svg{
  height: 145px;
}
.site-header .landscape-container .headerObject.falling-leaves .bush{
  -ms-transform: scale(.5) translate(50px, 40px);
  transform: scale(.5) translate(50px, 40px);
}
@keyframes windAnimation {
  0% {
    /* transform: skewX(0deg); */
    transform-origin: bottom left;
  }
  20% {
    transform: skewX(-10deg);
    transform-origin: bottom left;
  }
  /* 60% {
    transform: skewX(0deg);
    transform-origin: bottom left;
  } */
  60% {
    transform: skewX(4deg);
    transform-origin: bottom left;
  }
  100% {
    /* transform: skewX(0deg); */
    transform-origin: bottom left;
  }

}
.site-header .landscape-container .drop-container{
  transform: scale(0.34) translate(-500px, -170px);
  z-index: 10;

}
.site-header .landscape-container .headerObject.falling-leaves .tree .color2{
  animation: windAnimation 8s ease-in-out infinite;
}
@keyframes windAnimation2 {
  0% {
    /* transform: skewX(0deg); */
    transform-origin: bottom left;
  }
  20% {
    transform: skewX(-20deg);
    transform-origin: bottom left;
  }
  /* 60% {
    transform: skewX(0deg);
    transform-origin: bottom left;
  } */
  60% {
    transform: skewX(13deg);
    transform-origin: bottom left;
  }
  100% {
    /* transform: skewX(0deg); */
    transform-origin: bottom left;
  }

}
.site-header .landscape-container .headerObject.falling-leaves .bush .color2{
  animation: windAnimation2 8s ease-in-out infinite;
}
@keyframes fallingLeafLong {
    /* 0%,10%,40%,100% {
      transform: translateX(0)
    }
    20%,50% {
      transform: translateX(20px);
    }
    30%,60%,90% {
      transform: translateX(-20px);
    } */
    0%{
      transform: translateX(0);
      top: 0px;
    }
    5%{
      top: 10px;
    }
    10%{
      transform: translateX(30px);
      top: 16px;
    }
    15%{
      top: 20px;
    }
    20%{
      transform: translateX(-30px);
        top: 18px;
    }
    25%{
      top: 30px;
    }
    30%{
      transform: translateX(0);
        top: 28px;
    }
    35%{
      top: 40px;
    }
    40%{
      transform: translateX(30px);
        top: 4px;
    }
    45%{
      top: 50px;
    }
    50%{
      transform: translateX(-30px);
        top: 60px;
    }
    55%{
      top: 85px;
    }
    60%{
      transform: translateX(0);
        top: 95px;
    }
    65%{
      top: 115px;
    }
    70%{
      transform: translateX(30px);
        top: 100px;
    }
    75%{
      top: 130;
    }
    80%{
      transform: translateX(-30px);
        top: 120px;
    }
    85%{
      top: 140px;
    }
    90%{
      transform: translateX(0);
        top: 160px;
    }

    100%{
      transform: translateX(10px);
        top: 190px;
    }
  }
.site-header .landscape-container  .falling-leaves .drop{
  animation: fallingLeafLong 10s linear infinite;
}
.site-header .landscape-container .falling-leaves .rain-drop[alt="2"] .drop {
  -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.site-header .landscape-container .falling-leaves .rain-drop[alt="3"] .drop {
  -moz-animation-delay: 5s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.site-header .landscape-container .falling-leaves .rain-drop[alt="4"] .drop {
  -moz-animation-delay: 8s;
    -webkit-animation-delay:8s;
    animation-delay: 8s;
}
.site-header .landscape-container .headerObject.falling-leaves .bush{
  z-index: 1000;
}
.site-header .landscape-container .headerObject.falling-leaves .dripDrop{
  z-index: 500;
}
.site-header .landscape-container .falling-leaves>img{
  z-index: 5;
    position: absolute;
    width: 40px;
    bottom: 5px;
    left: 47px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
body .landscape-container .headerObject .rain-drop {
    position: absolute;
    top: 130px;
    width: 570px;
    height: 300px;
}
body .landscape-container .headerObject .drop {
    animation-play-state: running;
    position: relative;
    height: 35px;
    width: 0;
}
body .landscape-container .headerObject .drop svg{
  width: 50px;
  max-width: 50px;
}
.site-header .landscape-container{
  height: 100%;
  overflow: hidden;
  background: radial-gradient(circle at top right, #fffdf7 1%, #f0ebe7 3%,#d0e2e2 15%,#88e1e1 50%, #bbeeee 100%);
  position: absolute;
}
.site-header .landscape-container svg{
  width: 100%;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

.site-header .landscape-container svg{
  width: 100%;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
    z-index: 10;
}
.landscape-container .grass.flex-row{
  position: absolute;
  bottom: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  z-index: 100;
}
.landscape-container .hill.flex-row{
  justify-content: left;
  flex-wrap: nowrap;
  max-width: 100%;
  margin: auto;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  overflow: hidden;
    z-index: 0;
}
@keyframes slideAnimation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-800%);
  }
}


.landscape-container .cloud.flex-row {
  max-width: 250%;
  flex-wrap: nowrap;
  width: 250%;
  margin: auto;
  max-height: 70px;
  white-space: nowrap;
  opacity: 75%;
}
.landscape-container .cloud.flex-row svg{

    width: 100%;
    margin: 0;
    max-width: 20%;
    max-height: 100%;
    display: inline-block;
    animation: slideAnimation 125s linear infinite; /* Adjust duration (10s) as needed */
    animation-play-state: running; /* Ensure continuous animation */

}

.landscape-container .hill.flex-row svg{

    width: 100%;
    margin: 0;
    max-width: 20%;
    max-height: 100%;

}
.landscape-container .hill.flex-row svg{

  width: 100%;
    margin: 0;
    max-width: 25%;
    max-height: 100%;
    margin: 0 -2.5%;
    height: fit-content;

}
/* .landscape-container .hill.flex-row svg path {
  fill: radial-gradient(circle at bottom center, #8bc34a, #689f38, #8bc34a);
} */
.landscape-container .hill.flex-row svg:nth-child(odd) {
  width: 100%;
  margin: 0;
  max-width: 40%;
  max-height: 100%;
  margin: 0 -10%;
}
.landscape-container .grass.flex-row svg{
    margin: 0 -1.5%;
    max-width: 15.5%;
    max-height: 100%;
}
@keyframes skewAnimation {
  /* 0% {
    transform: skewX(0deg);
  } */
  20% {
    transform: skewX(10deg);
  }
  /* 20% {
    transform: skewX(0deg);
  } */
  60% {
    transform: skewX(-4deg);
  }
  /* 100% {
    transform: skewX(0deg);
  } */
}

.landscape-container .grass svg path {
  fill: linear-gradient(to right, #78ab46, #578c32, #78ab46);
    animation: skewAnimation 8s ease-in-out infinite;
}
.landscape-container .cloud.flex-row svg{
  position: relative;
}

.landscape-container .cloud.flex-row svg:nth-child(4n + 3){
  top: 50px;
}
.landscape-container .cloud.flex-row svg:nth-child(2n){
  top: 25px;
}
/* .landscape-container .cloud.flex-row svg:nth-child(){
  top: 30px
}
.landscape-container .cloud.flex-row svg:nth-child(4n){
  right: 25%
}
.landscape-container .cloud.flex-row svg:nth-child(3n){
  top: 50px
}
.landscape-container .cloud.flex-row svg:nth-child(4n){
  right: 50%
} */
















/*=============== HoneyComb Header ==============*/
.header-selector{
  padding-top: 20px;
  margin: 15px;
}
.color-selector{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  margin: 15px;
}
.hexagon {
  width: 100px;
  height: 55px;
  background-color: #c3c3c380; /* Adjust color */
  position: relative;
  margin: 10px;
  display: flex;
}
.hexagon.small{
  width: 62px;
  height: 34px;
  margin: auto;
  background-color: #66bedd;
}
.hexagon.small:before,
.hexagon.small:after{
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
}
.hexagon.small:before{
  border-bottom: 17px solid #66bedd;
}
.hexagon.small:after {

  border-top: 17px solid #66bedd;

  }
.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 27.5px solid #c3c3c380; /* Adjust color */

}

.hexagon:after {
  top: 100%;
  border-top: 27.5px solid #c3c3c380;

  }/* Adjust color */
  .neon-honeycomb-header{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 110%;
    margin: -50px -60px;
    padding: 0;
  }

  .flex-row.hex-row{
    width: auto;
    flex-wrap: nowrap;
    margin: 10px;
  }
  /*=============== orbs ==============*/
  .hex-container {
    position: absolute;
    width: 100%;


    /* border: 1px solid #ccc; */
    overflow: hidden;
    background-color: #033950;
    z-index: -5;

  }

  .orb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(0 239 255 / 40%);
    animation: moveOrb 120s linear infinite;

    box-shadow: 0 0 50px 50px rgb(0 239 255 / 40%);
  }

  @keyframes moveOrb {
    0% {
      transform:  translateX(0%) translateY(0%);
      box-shadow: 0 0 50px 50px rgb(0 239 255 / 40%);
      background-color: rgb(0 239 255 / 40%);
    }
    10% {
      transform:  translateX(-75vw) translateY(25px) ;
      box-shadow: 0 0 25px 25px rgb(0 239 255 / 20%);
      background-color: rgb(0 239 255 / 20%);
    }
    20% {
      transform:  translateX(25vw) translateY(50px);
      box-shadow: 0 0 50px 50px rgb(0 239 255 / 40%);
      background-color: rgb(0 239 255 / 40%);

    }
    30% {
      transform:  translateX(-50vw) translateY(75px);
      box-shadow: 0 0 25px 25px rgb(0 239 255 / 20%);
      background-color: rgb(0 239 255 / 20%);
    }
    40% {
      transform: translateX(75vw) translateY(0px);
      box-shadow: 0 0 50px 50px rgb(0 239 255 / 40%);
      background-color: rgb(0 239 255 / 40%);

    }
    50% {
      transform: translateX(-75vw) translateY(-25px);
      box-shadow: 0 0 25px 25px rgb(0 239 255 / 20%);
      background-color: rgb(0 239 255 / 20%);

    }
    60% {
      transform:  translateX(45vw) translateY(-50px);
      box-shadow: 0 0 50px 50px rgb(0 239 255 / 40%);
      background-color: rgb(0 239 255 / 40%);

    }
    70% {
      transform:  translateX(-60vw) translateY(-75px);
      box-shadow: 0 0 25px 25px rgb(0 239 255 / 20%);
      background-color: rgb(0 239 255 / 20%);
    }
    80% {
      transform:  translateX(33vw) translateY(-100px);
      box-shadow: 0 0 50px 50px rgb(0 239 255 / 40%);
      background-color: rgb(0 239 255 / 40%);
    }
    90% {
      transform:  translateX(-50vw) translateY(-25px);
      box-shadow: 0 0 25px 25px rgb(0 239 255 / 20%);
      background-color: rgb(0 239 255 / 20%);
    }
    100% {
      transform:  translateX(0vw) translateY(0px);
      box-shadow: 0 0 50px 50px rgb(0 239 255 / 40%);
      background-color: rgb(0 239 255 / 40%);
    }
  }


/*=============== Menu ==============*/
.menu-main-menu-container{
  max-width: 100%;
  width: 100%;
  position: relative;
  right: -100px;
}
.menu-main-menu-container #menu-main-menu{
  display: flex;
  padding: 0;
  margin: auto;
}
.menu-main-menu-container #menu-main-menu li{
  padding: 10px 10px 10px 0px;
  list-style-type: none;
}

/*===============Footer=================*/
.site-footer{
  margin: 0;
  padding: 10px 0px;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  height: 95px;
    overflow: hidden;
    background: radial-gradient(circle at bottom left, #fffdf7 1%, #f0ebe7 3%,#d0e2e2 15%,#88e1e1 50%, #bbeeee 100%);
}
/* .site-footer,
.site-footer .hex-container{
    height: 130px;
  } */
.site-footer .hex-container{
    margin-top: 0;
    height: 125px;
  }
.site-footer hr{
  margin-top: 0px;
  margin-bottom: 10px;
}
.back-to-top svg{
  width: 60px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 40%);
  box-shadow: 0 0 10px 2px rgb(255 255 255 / 40%);
}
.back-to-top{
  display: block;
  max-width: fit-content;
  text-align: center;
  margin-left: auto;
  width: fit-content!important;
}
.back-to-top .back-to-top-bg {
  border-radius: 50%;
  background-color: rgb(0 239 255 / 40%);
  box-shadow: 0 0 5px 5px rgb(0 239 255 / 40%);
}

.back-to-top div{
  color: #FFF
}
.site-footer .contact svg{
  width: 30px;
  margin: auto 10px;
}
.site-footer .flex-row.contact{
  align-items: center;
  width: 100%;
  justify-content: start;
}
/*=========Donations==============*/
.wdgk_donation_content .flex-row.flex-2-column{
  max-width: 95%;
  margin: auto;
  width: 800px;
}
body .wdgk_donation_content{
  position: relative;
  margin: 10px auto;
  max-width: 95%;

}
body .wdgk_donation_content .close_donation{
  position: absolute;
  left: 95%;
  top: 10%;

}

body .wdgk_donation_content .wdgk_display_option span{
  border-radius: 25px 0px 0px 25px;
  border: 3px solid #033950;
  border-right: none;

}
body .wdgk_donation_content input.wdgk_donation {

  border: 3px solid #033950;
  border-radius: 0 25px 25px 0;
  border-left: none;

}
.wdgk_donation_content h5 {
  text-align: center;
  margin: auto;
  font-size: 20px;
}
.close_donation svg line{
  stroke: #a53232;
}
.close_donation svg{
  border-radius: 25%;
  background-color: #00000020;
  width: 45px;
  height: 45px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition-duration: all 0.5s ease;
  transform: translate(-50%, -50%);
}
.donation_button{
  padding: 10px;
  list-style-type: none;
  max-width: 100%;
  width: 95%;
  margin: auto;
}
.donation_button .btn.link{
  background-color: #66bedd;
  padding: 6px 12px;
  margin: 5px auto;
  border-radius: 10px;
  border: 2px solid white;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: white;
  max-width: 350px;
  margin-bottom: 15px;
}
.donation_button .btn.link:hover{
  background-color: #66bedd
}

.wdgk_donation_content .donation_button h3 {
    padding-bottom: 0px;
}

/*=========Drop Down Button=============*/
body .dropDown_btn_visible{
  display: block;
}
body .dropDown_btn_hidden.btn_hidden{
  height: 0;
}

body .dropDown_btn_hidden{
  /* -webkit-animation-name: dropDown;
  -webkit-animation-duration: 3s;

  -webkit-animation-timing-function: ease; */
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition-duration: all 0.5s ease;
  overflow: hidden;
}

body .btn_hidden .close_donation svg{
  width: 0px;
  height: 0px;
}


body .dropDown_btn_hidden{
  /* -webkit-animation-name: dropDown;
  -webkit-animation-duration: 3s;

  -webkit-animation-timing-function: ease; */
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition-duration: all 0.5s ease;
  overflow: hidden;
  width: 500px;
  margin: auto;
}


/*=========Video=============*/
body .videos .btn.link{
  width: fit-content;
  margin: 15px auto 5px auto;
  padding: 8px 20px;
}
body .woocommerce ul.products.videos li.product:hover{

  animation: none ;

}
body .woocommerce ul.products.videos li.product{
  background-color: #FFFFFF30;
  border-radius: 25px;
  padding: 15px ;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 20%);
  max-width: 30%;
  width: 100%;
  margin: 0 1.5% 15px 1.5%;
}
body .woocommerce ul.products.videos li.product iframe {
    max-width: 95%;
    height: 250px;
    width: 100%;
    border-radius: 25px;
}
/*=========PRODUCTS==============*/
.products li.product{
  text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 0 2% 45px 2%;
}
.inner,
body>.woocommerce{
  max-width: 90%;
  width: 100%;
  margin: 0 auto auto;
}

.single-product-display{
  margin-bottom: 15px;
}
.description{
  margin: 10px 0;
}
/*============Home=============*/
.intro{
  margin-top: 10px
}
.svgAbout{
  background-color: rgba(var(--color1_mix), 0.5);
  margin: 0 -5.55% 25px -5.55%;
}
.svgAbout>.flex-row{
  max-width: 82.5%;
    margin: auto;
    width: 900px;
}
.svgAbout .item svg{
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.svgAbout .item span {
  display: block;
  text-align: center;
  font-family: 'Share Tech', sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1.25px;
  font-size: 22px;
  color: #3a3a3a;
  text-shadow: 1px 1px 1px #fff;

}
.svgAbout .item{
  max-width: 150px;
  width: 100%;
  margin: auto;
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0px auto 25px auto;

}

.svgAbout .item svg g{
  fill: #3a3a3a;
}
/*===========Slider==============*/
.swiper-parent-container {
      height: 300px;
      max-width: 300px;
      margin: 20px auto;
    }

    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-button-white{
      width: 30px;
      height: 30px;
      border: 1px solid black;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
/*=========hamburger=============*/
  .toggle-nav{
    display: none;
  }
  .menu-mobile-container {
      display: inline-block;
      background: #fff;
  }
  .mobile-hamburger-menu-container.clickable{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .menu-mobile-container ul {
    position: absolute;
    right: 25px;
    top: 75px;
    background: #253249;
    margin: 0px 60px 0 0;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #7fffff, 0 0 0 5px #ffffffeb;
    margin-top: 10px;
  }

  .menu-mobile-container li {
      display: block;
      float: none;
      padding: 10px;
      font-weight: 600;
  }
  .menu-mobile-container li a{
    text-decoration: none;
    color: white;
  }
  .mobile-hamburger-menu-container svg{
    position: absolute;
    right: 75px;
    top: 25px;
    border-radius: 10px;
    margin-top: 10px;
    width: 132px;
    height: 51px;
    max-width: 500px;
    max-height: 500px;
  }
  .mobile-hamburger-menu-container svg path{
    fill: #253249;
    border: 1px solid white;
    stroke: #ffffffeb;
    stroke-width: 11px;
  }
    .mobile-hamburger-menu-container .chevron-container {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 60px;
     height: 10px;
    }
    .chevron {
      width: 54px;
      height: 35px;
      opacity: 1;
      /* transform: scale(0.3); */
      /* animation: move-chevron 3s ease-out -1.25s; */
      /* animation-play-state: paused; */
      position: absolute;
      right: 130px;
      top: 58px;
      transform: rotateZ(180deg);
      z-index: 100;
    }
    .chevron:before,
    .chevron:after {
     content: '';
     position: absolute;
     top: 0;
     height: 100%;
     width: 51%;
     background: #253249;
     border: 5px solid white;
    }

    .chevron:before {
     left: 0;
     transform: skewY(30deg);
     border-right: 0px solid #253249;
    }

    .chevron:after {
     right: 0;
     width: 50%;
     transform: skewY(-30deg);
     border-left: 0px solid #253249;
    }
    .chevron-cover{
      width: 43px;
      height: 35px;
      opacity: 1;
      position: absolute;
      right: 136px;
      top: 79px;
      z-index: 110;
      background: #253249;
    }
