/*------------------------------------------------------------------
Table of contents

    I.General
    II.Header & Navigation
    III.Hero Section
    IV.About Section
    V.Media Section
    VI.Features Section
    VII.CTA Section

-------------------------------------------------------------------
[Color codes]

Background:	#FFF; (white)
Content:	#222; (black)
Footer:		#222;

a (standard): #12a0ff;
a (hover): #12a0ff;
a (visited): #12a0ff;	
a (active):	#12a0ff;

[Colors]

Primary Color: #222;
Accent Color: #12a0ff;
-------------------------------------------------------------------*/

@import url('//fonts.googleapis.com/css?family=Quicksand:400'); /* Quicksand Font */
@import url('//fonts.googleapis.com/css2?family=Merienda+One&display=swap');

.text-handwritten {
  font-family: 'Merienda One', cursive !important;
}

@media (min-width: 1300px) {
  .text-over-video {
    text-shadow: -1px -1px 0 #1a421c, 1px -1px 0 #1a421c, -1px 1px 0 #1a421c, 1px 1px 0 #1a421c;
  }
}

.terms-of-use {
  margin: 0px 5px;
}

.terms-of-use h1,
.terms-of-use h2,
.terms-of-use h3,
.terms-of-use h4,
.terms-of-use p,
.terms-of-use ul {
  display: block;
  width: 100%;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fef4e8;
  box-shadow: 1px 1px 3px #00000075;
}

.navbar .nav-item {
  position: relative;
}

.nav-link {
  border: 0;
}

@media (min-width: 976px) {
  .nav-item:not(:last-child):after {
    content: '-';
    position: absolute;
    top: 8px;
    right: -4px;
  }
  .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

.navbar-brand {
  max-width: 120px;
}

.navbar .logo-image {
  width: 100%;
}

.marketplace-iframe {
  width: 100%;
  min-height: 1350px;
}

.image-frame {
  display: block;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #00000038;
}
@media (max-width: 480px) {
  .image-frame-text {
    padding-bottom: 50px;
  }
}

.faq-links {
  margin: 0px auto;
  padding: 10px 50px 70px 50px;
}
ul.faq-links {
  list-style-type: none;
}
@media (max-width: 480px) {
  .faq-links {
    padding: 5px;
  }
}
.faq-links > li {
  cursor: pointer;
  line-height: 50px;
  border-bottom: 1px solid #28572a2a;
  list-style-position: inside;
}
@media (max-width: 480px) {
  .faq-links > li {
    line-height: 40px;
  }
}
.faq-links > li:last-child {
  border: none;
}
ul.faq-links > li:before {
  content: '+';
  margin-right: 25px;
}
.faq-links > li:before {
  content: '';
  margin-right: 25px;
}
.faq-link {
  font-weight: 700;
  user-select: none;
}
.faq-description {
  display: none;
  padding-left: 60px;
  padding-bottom: 20px;
  font-weight: 400;
  overflow-wrap: break-word;
}
@media (max-width: 480px) {
  .faq-description {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

/* --------------------------- /////////// I. GENERAL /////////// --------------------------- */
/* -Color- */
.colored {
  color: #12a0ff;
}
/* -Link Styling- */
a {
  color: #28572a;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
}
li a,
p a {
  font-weight: bold;
  border-bottom: 2px dotted #28572a;
}
a:visited {
  color: #28572a;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #222;
  text-decoration: underline;
}
a:focus {
  color: #222;
  text-decoration: none;
}
/* -Resets- */
html,
body {
  color: #222;
  background-color: #fef4e8;
  font-size: 16px;
  line-height: 1.5rem; /* 24px */
  max-width: 100%;
  overflow-x: hidden;
}
/* -Full width fluid container- */
.full-width {
  padding-left: 0;
  padding-right: 0;
}
/* -Text Styling */
.header-margin-top {
  margin-top: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #28572a;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 1.875rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
p {
  color: #6d5a44;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  padding: 5px 5px 5px 0;
  margin: 0;
  line-height: 32px;
  font-weight: 700;
}
.strong {
  font-weight: bold;
}
.spaced {
  letter-spacing: 5px;
}
.subtle {
  color: #999;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
ul {
  list-style: none;
  padding: 0;
}
li {
  color: #6d5a44;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}
/* -Margins and Floats- */
.floated-left {
  float: left;
}
.floated-right {
  float: right;
}
.inline {
  display: inline;
}
.tiny-margin {
  margin-bottom: 3em; /* 32px */
}
.small-margin {
  margin-bottom: 6em; /* 96px */
}
.medium-margin {
  margin-bottom: 8em; /* 128px */
}
.large-margin {
  margin-bottom: 12em; /* 192px */
}
/* -hr- */
hr {
  position: relative;
  z-index: 2;
  background-image: url(../images/hr.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
  height: 212px;
  margin: 0px;
  margin-top: -75px;
  width: 100%;
}
@media (min-width: 1300px) {
  hr {
    background-size: 100% 100%;
  }
}
/* -General Button Styles */
button {
  outline: none !important;
}
.button {
  height: auto;
  width: 150px;
  margin: 20px auto;
  padding: 10px 15px;
  font-family: Quicksand, sans-serif;
  font-weight: bold;
  color: #222;
  border: 2px solid #333;
  border-radius: 4px;
  background: none;
  display: inline-block;
  outline: none;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
}
.button:visited {
  color: #222;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}
.button:focus {
  color: #fff;
}
/* - Cookies Notification - */
.cookies-bar {
  background: #f0f0f0;
  height: auto;
  width: 100vw;
  position: fixed;
  bottom: -60px;
  border-top: 1px solid #12a0ff;
  z-index: 10;
  transition: 0.4s;
}
.cookies-wrapper {
  position: relative;
  padding: 15px 40px;
}
.cookies-bar.open {
  transform: translateY(-60px);
}
.cookies-bar.closed {
  transform: translateY(60px);
}
.cookies-bar p {
  display: inline;
}
.cookies-bar a {
  text-decoration: underline;
}
.cookies-bar .button {
  display: block;
  position: absolute;
  top: 25%;
  right: 35px;
  margin: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  font-size: 1.4rem;
  color: #333;
  background: none;
  border: none;
}
.cookies-bar .button:hover {
  color: #12a0ff !important;
}
/* -Loading Screen- */
#loader-wrapper {
  background: #0f344d;
  color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 3050;
}
.loader-logo {
  color: #fff;
  position: relative;
  top: calc(50% - 256px);
  letter-spacing: 5px;

  max-width: 480px;
  width: 100%;
  padding: 0px 5px 0px 5px;
}

.loader-text {
  color: #fff;
}
#progress {
  width: 0;
  height: 2px;
  background: #12a0ff;
  position: relative;
  top: 30%;
}
.loader-text {
  position: relative;
  top: 32%;
}

/* -Loading Screen Animation- */
.loaded {
  -moz-transform: translate3d(0px, -100%, 0px);
  -webkit-transform: translate3d(0px, -100%, 0px);
  -o-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate3d(0px, -100%, 0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* RESPONSIVE STYLES */
@media (max-width: 769px) {
  .tiny-margin {
    margin-bottom: 1.5em;
  }
  .small-margin {
    margin-bottom: 3em;
  }
  .medium-margin {
    margin-bottom: 4em;
  }
  .large-margin {
    margin-bottom: 6em;
  }
  .cookies-wrapper {
    padding: 15px 60px 15px 20px;
  }
  .cookies-bar .button {
    top: 30%;
  }
}
/* --------------------------- /////////// II. HEADER AND NAVIGATION /////////// --------------------------- */
#main-logo {
  color: #222;
  font-family: Quicksand, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 5px;
}
.navbar-light {
  height: auto;
  background-color: #fff;
  border: none;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #222;
}
/* Menu bars for mobile */
.navbar-toggler {
  border: none;
  cursor: pointer;
}
#hamburger .icon-bar {
  display: block;
  height: 2px;
  width: 25px;
  background: #222;
  margin: 7px 0;
  transition: 0.3s ease-in-out;
}
/* Dropdown Menu */
.navbar-collapse .dropdown-menu {
  margin-top: 8px;
  border: none;
  background: #fff;
  border-radius: 0;
}
.navbar-collapse .dropdown-item {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.navbar-collapse .dropdown-item:hover {
  background: none;
}
.navbar-collapse .dropdown-item .item-text {
  font-size: 0.875rem;
}
.navbar-collapse .dropdown-item:hover .item-text {
  color: #222;
}
.navbar-collapse .dropdown-items-divide-hr {
  width: 100%;
  height: 1px;
  margin: 0.25rem auto 0.25rem auto;
  border: none;
  background-color: #999;
  opacity: 0.2;
}
/* - Mobile menu animation - */
#hamburger .icon-bar:nth-child(1) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#hamburger .icon-bar:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#hamburger .icon-bar:nth-child(3) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#hamburger.open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger.open .icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#hamburger.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --------------------------- /////////// III. HERO SECTION /////////// --------------------------- */
.hero-unit {
  position: relative;
}
/* -Video- */
#bgvid {
  width: 100%;
  height: 100%;
  max-height: 2000px;
  background-color: #213621;
}
/* -Image Overlay- */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1300px) {
  .hero-section {
    position: relative;
    z-index: 2000;
    margin-bottom: 1em;
  }
}
@media (max-width: 1300px) {
  .hero-section {
    margin-bottom: 3em;
  }
}
/* -Hero Image Caption- */
@media (min-width: 1300px) {
  .hero-caption {
    position: absolute;
    top: 10%;
    left: 15%;
    right: 15%;
    padding: 20px;
    z-index: 5;
    text-align: center;
  }
  .hero-caption h1 {
    color: #fff !important;
  }
  .hero-caption .button-tooltip {
    color: #fff;
    margin-top: 10px;
    margin-left: 300px;
  }
}
@media (max-width: 1300px) {
  .hero-caption {
    padding-top: 20px;
    margin: 0px 15px;
    text-align: center;
  }
  .hero-caption .button-tooltip {
    color: #6d5a44;
    margin-top: 10px;
    margin-left: 200px;
  }
}
.hero-caption .logo-image {
  max-width: 768px;
  width: 100%;
  padding: 20px 0px 20px 0px;
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
}
.hero-caption .logo-image.animation-load {
  opacity: 1;
}
.underline {
  width: 50%;
  height: 2px;
  background: #fff;
  margin: 10px auto;
}
/* --------------------------- /////////// IV. ABOUT SECTION /////////// --------------------------- */
.store-buttons li {
  display: inline-block;
  width: auto;
  height: auto;
  background: #317433;
  padding: 7px 20px;
  border-radius: 4px;
  margin: 0 10px;
  transition: 0.3s;
  min-width: 170px;
  box-shadow: 3px 3px 3px #00000075;
  cursor: pointer;
}
.store-buttons {
  margin: 1.5em 0 6em 0;
}
.store-buttons li {
  color: #fff;
  transition: 0.3s;
  border: 0;
}
.store-buttons li i {
  display: inline;
  float: left;
  margin-right: 10px;
}
.store-buttons li p {
  display: inline-block;
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: normal;
  white-space: nowrap;
}
.store-buttons li:hover {
  background-color: #51a354;
}
.store-buttons li:hover a {
  color: #fff;
}
.video-box img {
  display: block;
  height: auto;
  width: 60%;
  margin: 0 auto;
}
.video-box h2 {
  color: #fff;
}
.reviews {
  margin: 6em 0;
}
.reviews div {
  display: inline-block;
  margin: 0 25px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay img {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 30%;
}
.overlay h2 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 65%;
}
/* RESPONSIVE STYLES */
@media (max-width: 996px) {
  .overlay h2 {
    font-size: 1rem;
  }
  .reviews div {
    margin: 15px 25px;
  }
}
@media (max-width: 769px) {
  .store-buttons li {
    display: block;
    width: auto;
    margin: 15px auto;
  }
  .store-buttons li i {
    float: none;
  }
  .store-buttons {
    margin: 2em 3em;
  }
  .overlay img {
    left: 10%;
  }
  .reviews {
    margin: 3em 0;
  }
  .reviews div {
    margin: 1em 25px;
  }
  .video-box img {
    width: 80%;
  }
}
/* --------------------------- /////////// V. MEDIA SECTION /////////// --------------------------- */
.gallery-item {
  padding: 0 8px;
}
.grid-gallery .row {
  margin: 0 0 15px 0;
}
.gallery-item img {
  transition: 0.3s ease;
}
.gallery-item:hover img {
  opacity: 0.85;
}
/* RESPONSIVE STYLES */
@media (max-width: 769px) {
  .gallery-item {
    margin: 5px 0;
  }
  .grid-gallery .row {
    margin: 0;
  }
}
/* --------------------------- /////////// VI. FEATURES SECTION /////////// --------------------------- */
.features img {
  width: 100%;
}
.features ul {
  font-family: Quicksand, sans-serif;
  list-style-type: disc;
  font-size: 0.975rem;
  padding-left: 40px;
  margin: 15px 0;
}
/* RESPONSIVE STYLES */
@media (min-width: 765px) and (max-width: 996px) {
  .features img {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .features img {
    margin: 0px;
  }
}
/* --------------------------- /////////// VII. CTA SECTION /////////// --------------------------- */
.cta h1 {
  font-size: 5rem;
}
.cta h2 {
  font-size: 1.2rem;
}
/* Newsletter */
input {
  width: 50%;
  height: 45px;
  border: none;
  background: #f0f0f0;
  padding: 0 0 0 20px;
  outline: #333;
}
#newsletter-box .button {
  vertical-align: top;
  margin: 0;
  height: 45px;
}
.text-danger {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  margin-top: 10px;
}
.text-success {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  margin-top: 10px;
}
/* --------------------------- /////////// EXTRAS /////////// --------------------------- */
.social-links li {
  display: inline-block;
  margin: 10px 20px;
}
.social-links li a {
  border: 0;
}
.social-links li a i {
  transition: 0.2s;
  color: #317433;
}
.social-links li a :hover {
  color: #51a354;
}
/* --------------------------- /////////// FOOTER /////////// --------------------------- */
#footer {
  width: 100%;
  min-height: 50px;
  height: auto;
  color: #fff;
  background: #195168;
  border-top: 1px solid #12a0ff;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
#footer img {
  max-width: 64px;
}
#footer a {
  color: #fff;
}
#footer ul {
  margin: 10px 0;
}
#footer ul li {
  display: inline-block;
  margin: 0 10px;
}
#footer ul li a {
  color: #aaa;
}
#footer ul li a:hover {
  color: #fcdc4b;
}
.brands {
  text-align: center;
}
.brands p {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}
.brands img {
  margin-top: 20px;
  max-width: 140px;
}
#copyright {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}
/* --------------------------- /////////// X. EXTRA PAGES /////////// --------------------------- */
.extra-page {
  font-size: 0.875rem;
}
.extra-page a {
  color: #ecc424;
}
.extra-page a:hover {
  color: #ecc424;
  text-decoration: underline;
  text-decoration-color: #ecc424;
}
.extra-page h3 {
  font-weight: bold;
}
.extra-page .button:hover {
  text-decoration: none;
  color: #fff;
}
.extra-page .hero-unit {
  min-height: 400px;
  background: #fff;
  border: none;
}
.extra-page .hero-caption {
  margin-top: 25vh;
}
.extra-page .hero-caption h1 {
  font-size: 3.5rem;
}
.text-container ul {
  list-style: circle;
  margin-left: 40px;
}
.text-container ul li {
  margin: 5px 0;
}
.text-container ol li {
  margin: 5px 0;
}
.breadcrumb-nav {
  background: #f0f0f0;
  border: none;
  height: 60px;
}
.breadcrumb {
  border: none;
  background: none;
  margin: 0;
  height: 60px;
}
.breadcrumb li {
  padding-top: 5px;
}
#footer-extra {
  color: #fff;
  border-top: 1px solid #ecc424;
  background: #222;
}
#footer-extra .row:first-child {
  padding: 40px 0;
}
#footer-extra .social-links li a {
  color: #fff;
}
#footer-extra .social-links li {
  margin: 0 15px 0 0;
}
.form-control-input {
  width: 100%;
}
.form-control-select {
  width: 100%;
  height: 45px;
  background: #f0f0f0;
  border: none;
  outline: #333;
  color: #222;
  padding: 0 0 0 20px;
}
.checkbox {
  font-size: 14px;
}
.checkbox input {
  width: auto;
  height: auto;
  vertical-align: -5%;
  margin-right: 0.375rem;
}
#privacyForm .button {
  width: 100%;
  margin-top: 0;
  height: 50px;
  font-size: 1.1rem;
}
.form-container {
  padding-top: 2em;
}
/* -RESPONSIVE STYLES- */
@media (max-width: 991px) {
  #footer-extra .col-md-4 {
    margin-bottom: 2em;
    text-align: center;
  }
  #footer-extra .row:first-child {
    padding: 40px 0 20px 0;
  }
}