/********** Template CSS **********/
:root {
  --primary: #9dca00;
  --secondary: #757575;
  --light: #f3f6f8;
  --dark: #000;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.button {
  color: #000;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
  color: #9dca00 !important;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #9dca00 !important;
}

li>ul {
  margin-bottom: 0;
  margin-left: 0px !important;
}

.main-menu .navigation > li > ul {
  padding: 0px !important;
}

.main-menu .navigation > li > ul > li > a {
  border-bottom: none !important;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  padding: 0 25px;
  width: auto !important;
  border-bottom: 1px solid #d8d8d8 !important;
}


.main-menu .navigation > li.dropdown:hover > ul {
  border-top: 3px solid #9dca00;
}

.main-menu .navigation > li > ul > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0px;
  border-bottom: none !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.nav-outer .mobile-nav-toggler {
  color: #9dca00 !important;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 70px;
}

.navbar-brand h2{
  font-family: Catamaran,sans-serif !important;
  text-transform: uppercase !important;
  color: #232323 !important;
  font-size: 25px !important;
  line-height: 1.36em !important;
  font-weight: 600 !important;
  word-wrap: break-word !important;
  letter-spacing: .13em !important;
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  margin-right: 30px;
  padding: 28px 0;
  color: var(--dark);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.navbar .navbar-nav .nav-link.active {
  color: #9dca00;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
  display: contents;
}

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

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  margin-right: 28px;
  top: 56px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #9dca00;
  transition: width 0.3s;
}

.navbar-nav .nav-link:hover::before {
  width: 100%;
}

@media (max-width: 768px) {
  .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 0px;
    background-color: none;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
  url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

.modal-backdrop.fade {
  opacity: 0 !important;
}

.qodef-masonry-gallery-list .qodef-layout--textual.qodef-mg-item-border .qodef-e-border, .qodef-masonry-gallery-list .qodef-layout--simple.qodef-mg-item-border .qodef-e-border {
  border: 1px solid #9dca00 !important;
}


/* ------------------------------------------------------ About as  -------------------------------------------- */

body, html {
  margin: 0;
  padding: 0;

}

.about .image-container {
  position: relative;
  height: auto; /* Set height to 50% of viewport height */
  overflow: hidden; /* Hide overflowing content (title, description) */
}

.image-overlay-about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; /* Change color to match your design */
}

.image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; /* Change color to match your design */
}
.imageTitle {
  font-size: 72px;
  font-weight: bold !important;
  letter-spacing: 0.02em !important;
  text-shadow: 2px 2px 5px #000 !important;
}

.imageDesc{
  font-size: 20px;
}

.title{
  font-family: 'Georgia', sans-serif !important;
}

.description{
  font-family: 'Avenir', sans-serif;
}

.pereDescTitle{
  font-size: 20px;
}

.pereDesc{
  font-size: 18px;
}

.iconPara{
  text-align: left !important;
}

@media only screen and (max-width: 768px) {
  .image-overlay {
    position: absolute;
    text-align: center;
    color: #fff; /* Change color to match your design */
  }

  .image-overlay-about {
    position: absolute;
    bottom: 10px;
    /* top:0px !important; */
    left: 0%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff; /* Change color to match your design */
  }

  .imageTitle{
    font-size: 25px;
  }
  .imageDesc{
    font-size: 18px;
  }
}


/* ------------------------------------------------------Philosophy------------------------------------------------ */

.image-container {
  position: relative;
  margin-bottom: 20px;
}

.image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 768px) {
  .image-container {
    margin-bottom: 10px;
  }
}

.juiceButton{
  background-color: #9dca00 !important;
  background: #9dca00 !important;
  border-radius: 27px !important;
  color: #fff !important;
  border: 1px solid transparent;
  padding: 10px 25px !important;

}

.juiceButton:hover{
  background-color: #046a38 !important;
  background: #046a38 !important;
  border-radius: 27px !important;
  color: #fff !important;
  border: 1px solid transparent;
  padding: 10px 25px !important;

}

.main-header .logo-outer .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 58px;
  /*width: 90px;*/
}


/* --------------------------------------------------Home page font styling------------------------------------------- */

.homepageBannerTitle{
  font-family: 'Georgia', sans-serif !important;
  text-shadow: 3px 2px 14px #000 !important;
  letter-spacing: unset;
  text-transform: none;
}

.homepageTitle{
  font-family: 'Georgia', sans-serif !important;
  letter-spacing: unset;
  text-transform: none;
  line-height: 1.5em;
}

.homepageDesc{
  font-family: 'Avenir', sans-serif !important;
  text-align: justify;
}

.homepageBannerDesc{
  font-family: 'Avenir', sans-serif !important;
  color: #fff !important;
  font-size: 1.5rem;
}

.homepageGridTitle{
  font-weight: 700 !important;
  color: #9dca00 !important;
  font-family: 'Georgia', sans-serif !important;
}

.h1Pere{
  font-family: 'Georgia', sans-serif !important;
  font-size: 80px !important;
  font-style: bold !important;
  color: #fff !important;
  line-height: 1.2em !important;
}


@media (max-width: 768px) {
  .h1Pere{
    font-family: 'Georgia', sans-serif !important;
    font-size: 40px !important;
    font-style: bold !important;
    color: #fff !important;
  }
}

.h2Pere{
  font-family: 'Georgia', sans-serif !important;
  font-size: 45px !important;
  color: black !important;
}

.h3Pere{
  font-family: 'Georgia', sans-serif !important;
  font-size: 25px !important;
}

.h5Pere{
  font-family: 'Georgia', sans-serif !important;
  font-style: bold !important;
  text-transform: uppercase !important;
  font-size: 21px !important;
  color: black !important;
}

.h4Pere{
  font-family: 'Avenir', sans-serif !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  font-size: 16px !important;
  color:  #9dca00 !important;
  font-weight: 500 !important;
  letter-spacing: 0.11em !important;

}

.h4LeftLine{
  display: inline-block;
  height: 1px;
  background-color: currentColor;
  vertical-align: middle;
  width: 34px;
  color: #9dca00 !important;
}

.h6Pere{
  font-family: 'Georgia', sans-serif !important;
  font-style: italic !important;
  font-size: 25px !important;
  color: black !important;
}

.elementor-2321 .elementor-element.elementor-element-e1c5d50 {

  max-width: 54.495% !important;
  --container-widget-width: 54.495% !important;
  --container-widget-flex-grow: 0;
}
.contact-label{
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: var(--accent);
  background-color: transparent;
  border-color: var(--accent);
  border-width: 0 0 1px;
  padding: 15px 0 0 0;
  margin-top: 45px !important;
  text-transform: uppercase;
  letter-spacing: .2em;
}

