body,
* {
  font-family: "PT Serif", 'Times New Roman', Times, serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  overflow-x: hidden;
}

.sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  color: #000 !important;
  z-index: 1020;
  margin-left: -250px;
  transition: all linear 0.25s;
  z-index: 1031;
}

.sidebar a {
  color: #000;
  border-top: solid 1px #aaa;
  font-size: 18px;
}

.sidebar a::after {
  content: none!important;
}

body.sidebar-shown .sidebar {
  margin-left: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.navbar {
  padding: 10px;
  background-color: #466A3D;
  color: #fff;
}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
  /* line-height: 1.4; */
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

main {
  padding-top: 60px;
}

.navbar-brand img, .footer-logo img { max-width: 240px; }

.full-height {
  height: 100%;
}

section {
  position: relative;
  padding: 60px 0;
  z-index: 0;
}

p {
  margin: 1.5rem 0;
  text-align: justify;
}

section#home {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #466A3D;
  margin-top: -60px;
  padding-top: 120px;
  align-items: stretch; 
  background-image: url(images/hero.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% auto;  
}

/* section#home .img-container {
  background-image: url(images/hero.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% contain;  
  height: 50vh;
}

@media (max-width: 991px) {
  section#home .hero-text {
    padding-bottom: 100%!important;
  }  
} */

section#footer {
  background-color: #466A3D;
}

section#home *, section#footer * {
  color: #fff;
}

section#products, section#testimonials {
  background-color:#E8E8E8;
}

section#contact .card *:not(a) {
  color: #fff;
}

section#contact .card {
  background: transparent url(images/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

section#contact .card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}

section#contact .card > .card-body {
  position: relative;
  z-index: 1;
}

section#contact .card > .card-body, 
section#contact .card > .card-body *
 {
    color: #fff;
 }

section#contact form {
  background-color: rgba(0, 0, 0, 0.5);
}

section#contact .form-control {
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 1rem;
  color: #fff;
  box-shadow: none!important;
  font-size: 18px;
  resize: none;
}

section#contact .form-control::placeholder {
  color: #888;
  opacity: 1; /* Firefox */
}

section#contact .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #888;
}

section#map {
  padding: 0!important;
  height: 50vh;
  height: 50dvh;
}
 
section#map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  margin-bottom: -7px!important;
}

a:not(.btn) {
  position: relative;
  text-decoration: none;
}

a:not(.btn)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  margin: 0 auto;
  width: 0;
  border-top: solid 1px #F6CD33;
  transition: all linear 0.3s;
}

a:not(.btn):hover::after {
  width: 100%;
}

.subheader {
  font-size: 20px;
}

.navbar-brand,
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: 5px;
  transition: all ease-in-out 0.2s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.img-container {
  background: url(/images/pickle.png) no-repeat center center;
  background-size: contain;
  padding: 30px;
}

#home .img-container img {
  max-height: calc(100vh - 260px) ! Important;
}

#about .img-container {
  background: none;
  padding: 0;
}


.btn.btn-cta {
  background-color: #F6CD33;
  color: #466A3D !important;
  padding: 1rem 2rem;
  border-radius: 10rem;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.btn.btn-cta:hover, .btn.btn-cta:active, .btn.btn-cta:focus {
  background-color: #466A3D ;
  color: #F6CD33!important;
  border: solid 1px #fff;
}

section#footer .btn.btn-cta {
  line-height: 1rem;
  padding: 1rem;
}

section#footer .btn.btn-cta i.bx {
  color: #466A3D;
}

section#footer .btn.btn-cta:hover i.bx, section#footer .btn.btn-cta:active i.bx, section#footer .btn.btn-cta:focus i.bx {
  color: #F6CD33!important;
}

section#footer p {
  font-weight: 200;
  font-size: 18px;
}

#about p {
  font-size: 18px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 30px;
    font-size: 18px;
  }

  main {
    padding-top: 87px;
  }
  
  h1, .h1 {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 40px;
  }

  section#home {
    margin-top: -87px;
  }

  .subheader {
    font-size: 20px;
  }
  #about p, #journey p {
    font-size: 24px;
  }
}

#image-container, #testimonials-slider {
  position: relative;
  margin: auto;
}

.img-box {
  position: relative;
}

.img-box img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}

.img-box i.fa {
  font-size: 90%;
  line-height: 0.9rem;
  display: inline-block;
  margin-bottom: -3px;
}

#testimonials-slider {
  display: flex;
  align-items: stretch;
}

#testimonials-slider.tns-item {
  display: inline-flex !important;
  flex: 1;
}

#testimonials-slider .card {
  position: relative;
  /* margin-top: 6rem; */
  z-index: 0;
  overflow: visible;
  padding: 30px;
  padding-top: 3rem;
  /* height: calc(100% - 6rem); */
  height: 100%;
}

#testimonials-slider .card p {
  line-height: 2rem;
  font-weight: 300;
  font-style: italic;
}

.testimage {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

.testimage img {
  width: 100%;
  height: auto;
}
/* .img-box>span {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: calc(100% - 30px);
  padding: 1rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  z-index: 0;
} */

/* Hide nav dots */
.tns-nav {
  display: none;
}

/* Custom center-aligned controls */
.tns-controls {
  position: absolute;
  bottom: 50px; 
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.tns-controls button {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 60px;
  border: none;
  background-color: #ccc;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tns-controls button:hover {
  background-color: #fff;
}

.tns-controls button::before {
  content: none;
  font-family: "Fontawesome";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 30px;
  text-indent: 0;
}

.tns-controls button:first-child::before {
  content: '←';
}

.tns-controls button:last-child::before {
  content: '→';
}

.tns-outer {
  padding: 30px 0 90px !important;
}

#testimonials .tns-controls {
  bottom: 115px;
}

#testimonials .stars i.fa {
  color: #F6CD33;
  font-size: 1.75rem;
  line-height: 2rem;
}

#testimonials .card-footer {
  border: none!important;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.jq-toast-wrap {
  width: 300px;
}

.jq-toast-single {
  padding: 10px 17.5px;
  font-size: 16px;
  font-family: arial, sans-serif;
  line-height: 20px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact-header-break {
  display: none;
}

@media (min-width: 400px) and (max-width: 767px) {
  .contact-header-break {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .contact-header-break {
    display: inline;
  }
}