:root {
  --dark-brown: #383838;
  --white-color: #fff;
  --yellow-color: #E1AF50;
  --ash-color: #535151;

  --font-13: 0.677vw;
  --font-15: 0.781vw;
  --font-17: 0.885vw;
  --font-18: 0.938vw;
  --font-16: 0.833vw;
  --font-20: 1.042vw;
  --font-24: 1.250vw;
  --font-26: 1.354vw;
  --font-36: 1.875vw;
  --font-48: 2.500vw;
  --font-80: 4.167vw;
  --font-96: 5vw;
  --font-98: 5.104vw;

  --lh-23: 1.198vw;
  --lh-25: 1.302vw;
  --lh-27: 1.406vw;
  --lh-28: 1.458vw;
  --lh-26: 1.354vw;
  --lh-30: 1.563vw;
  --lh-34: 1.771vw;
  --lh-36: 1.875vw;
  --lh-58: 3.021vw;
  --lh-90: 4.688vw;
  --lh-106: 5.521vw;

  --lato-font: "Lato", sans-serif;
  --sub-font: "Newsreader", serif;

}

.lato {
  font-family: var(--lato-font);
}

.sub-font {
  font-family: var(--sub-font);
}

.dark-font {
  color: var(--dark-brown);
}

.white-font {
  color: var(--white-color) !important;
}

.ash-font {
  color: var(--ash-color)
}

@media (min-width: 1920px) {

  body,
  header {
    max-width: 1920px;
    margin: 0 auto;
  }
}

::selection {
  color: var(--yellow-color);
  background: var(--ash-color);
}

/* For Mozilla Firefox */
::-moz-selection {
  color: var(--yellow-color);
  background: var(--ash-color);
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--white-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--ash-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--ash-color);
}

a {
  text-decoration: none;
}

.tab-content>.tab-pane:not(.active),
.pill-content>.pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.z-1 {
  z-index: 1;
}

/* WRAPPERS =================================  */

.main-wrapper {
  width: 90%;
  margin: 0 auto;
}

.lg-wrapper {
  width: 80%;
  margin: 0 auto;
}

.wrapper-85 {
  width: 85%;
  margin: 0 auto;
}

.lg-wrapper-left {
  width: 90%;
  margin-left: auto;
}

.mid-wrapp {
  width: 75%;
  margin: 0 auto;
}

.w-33 {
  width: 33%;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

.map-wrapper {
  padding: 0 218px 0 80px;
}

/* Font ================================  */
.normal {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semiBold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}


.font-13 {
  font-size: var(--font-13);
  line-height: var(--lh-23);
}

.font-15 {
  font-size: var(--font-15);
  line-height: var(--lh-25);
}
.font-17 {
  font-size: var(--font-17);
  line-height: var(--lh-27);
}
.font-18 {
  font-size: var(--font-18);
  line-height: var(--lh-28);
}

.font-16 {
  font-size: var(--font-16);
  line-height: var(--lh-26);
}

.font-20 {
  font-size: var(--font-20);
  line-height: var(--lh-30);
}

.font-24 {
  font-size: var(--font-24);
  line-height: var(--lh-34);
}

.font-26 {
  font-size: var(--font-26);
  line-height: var(--lh-36);
}

.font-48 {
  font-size: var(--font-48) !important;
  line-height: var(--lh-58) !important;
}

.font-80 {
  font-size: var(--font-80);
  line-height: var(--lh-90);
}

.font-96 {
  font-size: var(--font-96);
  line-height: var(--lh-106);
}

.font-98 {
  font-size: var(--font-98);
  line-height: var(--lh-106);
}

/* Padding ===================================  */
.w-55 {
  width: 55%;
}

.w-45 {
  width: 45%;
}

.sec-top {
  padding-top: 120px;
}

.sec-bottom {
  padding-bottom: 120px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-250 {
  padding-left: 250px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-r-100 {
  padding-right: 100px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-l-139 {
  padding-left: 80px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-t-57 {
  padding-top: 57px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-lacation {
  padding: 0 120px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-b-20 {
  padding-bottom: 10px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-t-70 {
  padding-top: 70px;
}

/* Menu ====================================  */

.container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'Varela Round', sans-serif;
}

.container p {
  font-size: 20px;
}

.container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: var(--white-color);
  text-decoration: none;
  overflow: hidden;
}

.container a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: .35s ease;
}

.container a:hover:after,
.container a:focus:after,
.container a:active:after {
  width: 100%;
}

.button_container {
  z-index: 100;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: var(--white-color);
}

.button_container.active .middle {
  opacity: 0;
  background: var(--white-color);
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: var(--white-color);
}

.overlay {
  position: fixed;
  background: var(--dark-brown);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
  padding: 20px 0;
}

.overlay nav {
  position: relative;

}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: var(--white-color);
  text-decoration: none;
  overflow: hidden;
  width: max-content;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after,
.overlay-menu .current-menu-item .nav-link::after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  /* transform: translateX(-50%); */
  height: 2px;
  background: var(--yellow-color);
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

.navbar-brand {
  margin: 0 auto;
  z-index: 100;
}

header#header a.border-btn {
  z-index: 100;
}

.single-ovendra-products header#header {
  background: #383838;
}

a.nav-link {
  color: var(--white-color);
  font-family: var(--lato-font);
  font-size: var(--font-48);
  font-weight: 300;
  line-height: var(--lh-58);
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.overlay-menu .nav-link:focus,
.overlay-menu .nav-link:hover,
.overlay-menu .current-menu-item .nav-link {
  color: var(--white-color);
  color: var(--white-color);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white-color);
}

.menu-wrapper {
  top: 25%;
  /* transform: translateY(-50%); */
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.banner-email::after {
  content: "";
  display: block;
  width: 76rem;
  height: 2px;
  background:#B1AA8C;
  left: 119%;
  top: 50%;
  position: absolute;
}

.menu-wrapper a:hover {
  color: #fff;
}

.overlay-img img {
  border-radius: 0px 80px;
  box-shadow: 0px 10px 50px 0px rgba(218, 190, 91, 0.10);
  object-fit: cover;
}

.overlay-img {
  width: 550px;
  height: 550px;
}

.svg-icon.active .menu-open-icon {
  display: none !important;
  transition: all 2s;
}

.svg-icon.active .hover-icon {
  display: flex !important;
  transition: all 2s;

}

/*================================== video-slider ==================================*/

.video-slider {
  overflow: hidden;
  height: 100vh;
}

#hVideoLayer {
  /* position: absolute; */
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  z-index: 9;
}

#hVideoLayer video {
  transition: all 1e3ms cubic-bezier(.19, 1, .22, 1) !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  object-fit: cover;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#music {
  position: absolute;
  bottom: 100px;
  left: 150px;
  z-index: 1;
}

#player-container #play-pause {
  cursor: pointer;
  text-indent: -999999px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 12px 18px;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: var(--ash-color);
}

.pause {
  background-color: var(--yellow-color) !important;
}

.video-slider::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.video-slider::before {
  background: linear-gradient(90deg, rgba(56, 56, 56, 0.20) 69.06%, rgba(56, 56, 56, 0.20) 81.49%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

header.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 2s;
  background: #383838;
  height: 120px;
  transition: all 1s;
}

a.border-btn {
  border-radius: 0px 30px;
  border: 2px solid var(--yellow-color);
  width: 184px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  text-align: right;
  font-size: var(--font-16);
  font-weight: 700;
  line-height: var(--lh-23);
  transition: all 2s;
}

a.border-btn:hover {
  transition: all 2s;
  border-radius: 0;
  background-color: var(--yellow-color)
}


/* Mouse Hover =========================  */

.container_mouse {
  color: var(--white-color);
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 2rem;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 0;
  font-family: var(--lato-font);
  font-size: var(--font-13);
  font-weight: 700;
  line-height: var(--lh-23);
  /* 184.615% */
  letter-spacing: 3.51px;
  text-transform: uppercase;
  bottom: 150px;
}

.container_mouse .mouse-btn {
  margin: 65px auto 0;
  width: 20px;
  height: 30px;
  border: 2px solid var(--white-color);
  border-radius: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container_mouse .mouse-btn .mouse-scroll {
  display: block;
  width: 4px;
  height: 10px;
  background: var(--yellow-color);
  border-radius: 20px;
  margin: auto;
  animation: scrolling 1s linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}

.caption {
  bottom: 16%;
  left: 8%;
  z-index: 1;
  color: var(--white-color);
}

.title-video {
  color: var(--white-color);
  font-family: var(--sub-font);
  font-size: var(--font-96);
  font-weight: 400;
  line-height: var(--lh-106);
  letter-spacing: -3.84px;
}

.title-video::first-letter,
.sec-title::first-letter, .bis-sec .first::first-letter {
  color: var(--yellow-color);
  font-weight: 700;
}
.vision-content .mision-title::first-letter, .mission-content .mision-title::first-letter{
  font-weight: 700;
}
p.scroll-text {
  transform: rotate(-90deg);
}

.quick-social {
  position: fixed;
  bottom: 30px;
  left: 40px;
  z-index: 9;
}

.quick-social ul {
  list-style: none;
  padding: 0;
}

.quick-social ul li {
  padding: 10px 0;
}

.about-img::after {
  border-radius: 0px 80px;
  background: linear-gradient(148deg, rgba(56, 56, 56, 0) 35%, rgba(255, 199, 0, 0.3449754901960784) 65%, rgba(56, 56, 56, 0.6138830532212884) 85%);
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  height: 100%;
}

.about-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bottle-img {
  bottom: -14%;
  right: -41%;
}

.sec-title {
  font-size: var(--font-80);
  font-weight: 400;
  line-height: var(--lh-90);
  letter-spacing: 1.6px;
}

.para,
.para p {
  font-family: var(--lato-font);
  font-size: var(--font-17);
  font-weight: 600;
  line-height: var(--lh-27);
  text-align: justify;
}

a.expo-btn {
  color: var(--dark-brown);
  font-family: var(--lato-font);
  font-size: var(--font-16);
  font-weight: 600;
  line-height: var(--lh-25);
}

.btn-svg {
  padding-left: 20px;
}

.welcom-sec .expo-btn {
  padding-top: 60px;
}

.expo-btn circle {
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.expo-btn:hover circle {
  transform: translateX(23px);
  transition: transform 0.3s ease;
}

.welcom-sec .expo-btn {
  padding-top: 60px;
  z-index: 1;
  position: relative;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.top-right-coconut {
  top: 0;
  position: absolute;
  right: 0;
}

.product-bg::after {
  border-radius: 0px 80px;
  background: rgba(142, 123, 89, 0.50);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 400px;
  content: '';
  position: absolute;
  top: 78px;
}

.product-bg {
  display: flex;
  justify-content: center;
  margin-bottom: 78px;
  margin-right: 12px;
  margin-left: 12px;
  position: relative;
}

.pro--im {
  position: relative;
  z-index: 1;
}

.product-wrap .slick-list {
  padding-right: 7%;
}

.num-light-pro {
  color: var(--dark-brown);
  font-family: var(--sub-font);
  font-size: var(--font-20);
  font-weight: 700;
  letter-spacing: 0.4px;
}

.number-btn-product {
  color: var(--yellow-color);
  font-family: var(--sub-font);
  font-size: var(--font-36);
  font-weight: 700;
  letter-spacing: 0.72px;
}

.slick-btn-wrap {
  padding: 30px 0;
}

.product-wrap {
  padding-left: 10%;
}

.arrow-wrapper {
  position: absolute;
  left: 0;
  top: 32%;
}

.q-img {
  height: 660px;
  overflow: hidden;
  position: relative;
}

.q-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 0px 80px ;
}

.q-img::after {
  background: linear-gradient(148deg, rgba(56, 56, 56, 0) 35%, rgba(255, 199, 0, 0.3449754901960784) 65%, rgba(56, 56, 56, 0.6138830532212884) 85%);
  border-radius: 0px 80px ;
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  height: 100%;
}
section.quality-sec .q-img::after {
  background: linear-gradient(140deg, rgba(218, 190, 91, 0.00) 49.68%, #383838 98.98%);
}
.map-sec {
  background: rgba(177, 170, 140, 0.50);
  padding: 75px 0 20px;
}

.quality-sec .top-right-coconut {
  top: 10%;
}

.product-sec {
  overflow: hidden;
}

.svg-bg-blod {
  top: 0;
  right: 0;
}

footer#footer {
  background: var(--dark-brown);
}

.concept-text {
  letter-spacing: 0.8px;
}

.concept-text a {
  color: var(--yellow-color);
}

.mid-line {
  border-bottom: 1px solid #B1AA8C;
  border-top: 1px solid #B1AA8C;
}

.footer-menu .menu-item-36.nav-item {
  display: none;
}

.footer-menu a.nav-link {
  color: var(--white-color);
  font-family: var(--lato-font);
  font-size: var(--font-16);
  font-weight: 500;
  line-height: var(--lh-23);
  padding: 40px 60px;
}

.footer-menu ul#primary {
  flex-direction: row;
  justify-content: center;
}

.phone-f a,
.email-f a,
.location-f {
  color: var(--white-color);
  font-family: var(--lato-font);
  font-size: var(--font-16);
  font-weight: 500;
  line-height: var(--lh-26);
  /* 150% */
}

.social-links {
  display: flex;
  flex-direction: column;
}

.social-links a {
  padding: 20px 0;
}

.tnp-subscription input[type=email] {
  color: var(--white-color) !important;
  border: 2px solid var(--yellow-color) !important;
  background-color: transparent !important;
  width: 400px !important;
}

.tnp.tnp-subscription label {
  visibility: hidden;
  display: none;
}

.tnp.tnp-subscription form {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.tnp-subscription input.tnp-submit {
  background-color: transparent !important;
  color: var(--white-color);
  font-family: var(--lato-font);
  font-size: var(--font-16);
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  padding: 0 30px;
}

.tnp-field input[type="submit"] {
  padding: 0 30px;
}
/* 
.coconut-colection {
  position: absolute;
  right: 153px;
  top: 12%;
  width: 42%;
} */

.img-wrap {
  margin: 0 11px;
}

.about-img img {
  border-radius: 0 80px;
}

.bottom-left-coconut {
  position: absolute;
  top: 1%;
  left: 0;
}

.inner-caption {
  position: absolute;
  bottom: 15%;
  left: 10%;
  width: 25%;
  z-index: 1;
}

.mision-title {
  color: #535151;
  letter-spacing: 0.96px;
}

.vision-content {
  border-radius: 0px 80px 0px 0px;
  background: rgba(177, 170, 140, 0.50);
  padding: 138px 100px;
}

.mission-content {
  padding: 128px 100px;
  margin-top: -20px;
  border-radius: 0px 0px 0px 80px;
  background: rgba(142, 123, 89, 0.50);
}

.vision-img,
.mission-img {
  height: 400px;
  position: relative;
}

.vision-img img,
.mission-img img {
  object-fit: cover;
}

.vision-img {
  margin-bottom: 20px;
}
.expo-sec .expo-btn span:after {
  background-color: var(--white-color);
}
.mission-content p,
.vision-content p {
  color: var(--dark-brown);
  font-family: var(--lato-font);
  font-size: var(--font-15);
  font-weight: 500;
  line-height: var(--lh-25);
}
.vision-img::after {
  background: linear-gradient(218deg, rgba(218, 190, 91, 0.00) 54.44%, #383838 98.98%);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
img.addve {
  border-radius: 0px 0 0 80px;
}

.feature-wrap {
  position: absolute;
  top: 14%;
  bottom: 0;
  right: 5%;
  left: auto;
  width: 40%;
  display: flex;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.add-wrapp {
  padding-left: 90px;
}

.nowrap {
  white-space: nowrap;
}

.inner-banner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}


/* Product Page ==================================  */

.product-list .product-green-box {
  width: 40%;
  margin: 0 44px 60px;
  display: none;
}

.product-list .product-bg {
  margin-right: 0;
  margin-left: 0;
}

/* .product-list .product-green-box .pro-name::after {
  content: "";
  height: 2px;
  width: 0%;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  background-color: var(--dark-brown);
  bottom: -4px;
} */

.product-list .product-green-box:hover .pro-name::after {
  width: 90% !important;
  transition: all 0.5s;
}

.load-btn {
  display: flex;
  justify-content: center;
  padding: 60px 0 120px;
}

.breadcrumbs,
.breadcrumbs a {
  color: var(--dark-brown);
  text-align: center;
  font-family: var(--lato-font);
  font-size: var(--font-18);
  font-weight: 600;
  line-height: var(--lh-23);
}

.breadcrumbs {
  border-radius: 0px 30px;
  background: rgba(225, 175, 80, 0.20);
  width: 40%;
  margin: 0 auto;
  padding: 18px 40px;
  margin-top: 40px;
  text-align: start;
}

form#filter {
  border-radius: 0px 30px;
  background: var(--white-color);
  padding: 45px 40px;
}

.search-wrapper {
  border-radius: 0px 30px;
  background: var(--white-color);
  padding: 40px;
}

select#vehicletype,
select#categoryfilter {
  border: 0;
  color: #0D0D0D;
  font-family: var(--lato-font);
  font-size: var(--font-15);
  font-weight: 600;
  line-height: var(--lh-25);
}

.single-ovendra-products .breadcrum-sec {
  padding-top: 220px;
}

.info-sec tr {
  border-bottom: 1px solid #383838;
}

.info-sec td {
  padding: 25px 60px !important;
  color: var(--dark-brown);
  font-family: var(--lato-font);
  font-size: var(--font-16);
  font-weight: 600;
  line-height: var(--lh-26);
  /* 150% */
}

.info-sec tr:nth-child(1) {
  border-radius: 0px 40px;
  background: #D7D4C5;
  border-bottom: 0 !important;
  border-style: none !important;
}

.info-sec tr:nth-child(1) td {
  font-size: var(--font-16);
  font-weight: 700;
  line-height: var(--lh-26);
  text-decoration-line: underline;
}

.coconut-shells {
  top: 5%;
  right: 5%;
}

.p-t-50 {
  padding-top: 50px;
}

.large-img {
  width: 70%;
  float: left;
}

.sm-imag {
  overflow: hidden;
  float: left;
  width: 20%;
}

.thum-img-slick {
  height: 170px;
  border-radius: 0px 40px;
  background: rgba(142, 123, 89, 0.50);
  padding: 18px 30px;
  margin-left: 24px;
  margin-bottom: 24px;
}

.thum-img-slick img,
.lg-img-slick img {
  object-fit: contain;
}

.lg-img-slick {
  height: 702px;
  border-radius: 0px 80px;
  background: rgba(142, 123, 89, 0.50);
  padding: 40px;
}

.map iframe {
  width: 100%;
  height: 600px;
}

.sec-content {
  margin: 0 auto;
}

.box-cream {
  border-radius: 0px 40px;
  background: #F7EDDA;
  padding: 35px;
  width: 34%;
  margin: 0 12px;
}

.contact-d {
  padding-left: 30px;
}

.contact-d a {
  color: var(--dark-brown);
  font-family: var(--lato-font);
  font-size: var(--font-16);
  font-weight: 500;
  line-height: var(--lh-26);
}

.inquiry-img {
  height: 592px;
  overflow: hidden;
  width: 37%;
  z-index: 1;
  position: absolute;
  left: 0;
}

.inquiry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px 0px;
  background: linear-gradient(218deg, rgba(218, 190, 91, 0.00) 49.68%, #383838 98.98%);
}

.field-wrap {
  border: 1px solid var(--dark-brown);
  height: 60px;
  padding: 0 25px;
  margin-bottom: 20px;
  width: 100%;
}

.m-r-10 {
  margin-right: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

textarea.field-wrap {
  height: 200px;
  padding-top: 20px;
}

.inquiry-form {
  border-radius: 0px 40px;
  border: 1px solid var(--dark-brown);
  background: var(--white-color);
  padding: 80px 60px 80px 100px;
  width: 65%;
}

input#SubmitDetails {
  color: var(--dark-brown);
  text-align: justify;
  font-family: var(--lato-font);
  font-size: var(--font-16);
  font-weight: 500;
  line-height: var(--lh-25);
  text-decoration-line: underline;
  background: transparent;
  border: 0;
}

span.wpcf7-spinner {
  position: absolute;
  bottom: 5%;
}

.P-B-20 {
  padding-bottom: 20PX;
}
.p-b-40 {
  padding-bottom: 40px;
}
.privacy-policy .top-right-coconut {
  top: -15%;
}

.business-title {
  color: #737270;
  letter-spacing: 9.6px;
}

.title-bottom {
  margin-top: 10%;
  margin-left: 8%;
}

.tree {
  right: 0;
  top: 0;
}

.bis-sec {
  width: 65%;
  margin: 0 auto;
}

.ovendra-bottel {
  margin-top: -14%;
  margin-left: 8%;
}

.m-l-7 {
  margin-left: 7%;
}

.filter span {
  color: var(--dark-brown);
  text-align: center;
  font-family: var(--lato-font);
  font-size: var(--font-18);
  font-weight: 600;
  line-height: var(--lh-26);
  padding-left: 25px;
  padding-bottom: 50px;
}

.filter-wrapper {
  border-radius: 0px 30px;
  background: rgba(177, 170, 140, 0.20);
  padding: 40px;
  height: auto;
  position: sticky;
  top: 130px;
}

select#brandname {
  border: 0;
  color: #0D0D0D;
  font-family: var(--lato-font);
  font-size: var(--font-15);
  font-weight: 600;
  line-height: var(--lh-25);
  background-color: transparent;
}

.filter-topic {
  border-bottom: 1px solid rgba(56, 56, 56, 0.75);
}

.card-body {
  background: transparent;
  border: 0;
  padding: 0 0 30px;
}

.form-check.brand-checkbox,
form#categoryFilterForm {
  margin-left: 20px;
}

label.form-check-label {
  color: #0D0D0D;
  font-family: var(--lato-font);
  font-size: var(--font-15);
  font-weight: 600;
  line-height: var(--lh-25);
}

.m-t-40 {
  margin-top: 40px;
}

.m-l-20 {
  margin-left: 20px;
}

.pro-name {
  width: 50%;
  margin: 0 auto;
}
/* Animation =============================================  */


.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a.navbar-brand img {
  transition: all 2s;
}

header.header.header-scrolled {
  position: fixed;
  background: var(--dark-brown);
}

header.header.header-scrolled a.navbar-brand {
  scale: 67%;
  transition: 0.5s;
  transform: translateY(-25%) !important;
}
footer#footer {
  position: relative;
}
footer#footer::after {
  background: linear-gradient(180deg, rgba(218, 190, 91, 0.20) 0%, rgba(56, 56, 56, 0.00) 21.4%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
}
footer#footer .lg-wrapper {
  z-index: 1;
  position: relative;
}
.expo-btn span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  /* transform: translateX(-50%); */
  height: 2px;
  background: var(--dark-brown);
  transition: .35s;
}
.expo-btn:hover span:after {
  width: 100%;
}
.expo-btn span {
  position: relative;
}
a.product-green-box:hover .pro-name {
  text-decoration: underline;
  transition: all 0.5s;
}
.page-template-page-template .product-list .product-green-box:hover .pro-name::after {
  width: 0;
}
.content-wrapper p {
  font-family: var(--lato-font);
  font-size: var(--font-17);
    line-height: var(--lh-27);
}
.content-wrapper h3, .content-wrapper h4 {
  font-family: var(--lato-font);
  font-size: var(--font-24);
  padding-bottom: 20PX;
}
header#header a.navbar-brand {
  border-radius: 0px 0px 30px 30px;
  background: #C6BCAB;
  padding: 0 71px;
  position: absolute;
  right: 0;
  left: 0;
  width: max-content;
  top: 0;
  transition: 0.5s;
  transform: translateY(0%);
}
header#header .navbar {
  justify-content: space-between !important;
  height: 120px;
}
.product--list {
  column-count: 4;
  padding-bottom: 100px;
}
/* RESPONSIVE ========================================  */

@media only screen and (max-width: 1600px) {
  img.addve {
    width: 100%;
    overflow: hidden;
  }

  .p-l-139 {
    padding-left: 50px;
  }

  .bottle-img {
    width: 59%;
  }

  .bottle-img img {
    width: 100%;
  }

  .ovendra-bottel {
    margin-top: -12%;
    margin-left: 9%;
    width: 30%;
  }

  .ovendra-bottel img {
    width: 100%;
  }

  .m-l-7 {
    margin-left: 0;
  }

  .mission-content,
  .vision-content {
    padding: 110px;
  }

  .q-img {
    height: 460px;
  }

  .product-list .product-green-box {
    width: 45%;
  }

  .overlay-img {
    width: 450px;
    height: 450px;
  }

  div#overlay .p-t-40 {
    padding-top: 0;
  }

  .banner-email::after {
    width: 60rem;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {}

@media (min-width: 1300px) and (max-width: 1500px) {
  .banner-email::after {
    width: 56rem;
  }

  .bottom-left-coconut,
  .top-right-coconut {
    width: 10%;
  }

  .bottom-left-coconut img,
  .top-right-coconut img {
    width: 100%;
  }

  .add-wrapp {
    padding-left: 50px;
  }
}

@media (min-width: 991px) and (max-width: 1500px) {}

@media (min-width: 1200px) and (max-width: 1300px) {
  .p-l-250 {
    padding-left: 190px;
  }

  .map-wrapper {
    padding: 0 150px 0 80px;
  }

  .bottom-left-coconut,
  .top-right-coconut {
    width: 10%;
  }

  .bottom-left-coconut img,
  .top-right-coconut img {
    width: 100%;
  }

  /* .coconut-colection {
    top: 15%;
  } */

  div#overlay .p-t-40 {
    padding-top: 40px;
  }

  .banner-email::after {
    width: 50rem;
  }

  .add-wrapp {
    padding-left: 40px;
  }

  .lg-img-slick {
    height: 530px;
  }

  .thum-img-slick {
    height: 140px;
    padding: 10px;
  }

  .ben-icon img {
    width: 68%;
    margin: 0 auto;
    display: block;
  }

  .ben-icon .p-t-50 {
    padding-top: 20px;
  }

  .inquiry-img {
    height: 440px;
  }

  .field-wrap {
    height: 45px;
  }

  textarea.field-wrap {
    height: 140px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {}

@media (min-width: 991px) and (max-width: 1300px) {}

@media (min-width: 991px) and (max-width: 1600px) {}

@media (min-width: 991px) and (max-width: 1025px) {
  :root {
    --font-13: 13px;
    --font-15: 13px;
    --font-18: 15px;
    --font-16: 13px;
    --font-20: 14px;
    --font-24: 15px;
    --font-26: 18px;
    --font-36: 20px;
    --font-48: 25px;
    --font-80: 35px;
    --font-96: 36px;
    --font-98: 36px;

    --lh-23: 23px;
    --lh-25: 23px;
    --lh-28: 25px;
    --lh-26: 23px;
    --lh-30: 24px;
    --lh-34: 25px;
    --lh-36: 28px;
    --lh-58: 35px;
    --lh-90: 45px;
    --lh-106: 46px;

  }

  .bottom-left-coconut,
  .top-right-coconut {
    width: 10%;
  }

  .bottom-left-coconut img,
  .top-right-coconut img {
    width: 100%;
  }

  .privacy-policy .top-right-coconut {
    top: -9%;
  }

  .inquiry-img {
    height: 400px;
    width: 43%;
  }

  .field-wrap {
    height: 45px;
  }

  textarea.field-wrap {
    height: 150px;
  }

  .contact--details--wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .box-cream {
    width: 45%;
    margin: 10px;
  }

  .inner-caption {
    width: 50%;
  }

  .inner-caption .p-b-60 {
    padding-bottom: 20px;
  }

  .inner-caption .p-t-40 {
    padding-top: 20px;
  }

  .map iframe {
    height: 425px;
  }

  .title-video {
    letter-spacing: -2.84px;
  }

  .banner-email::after {
    width: 36rem;
  }

  div#overlay .p-t-40 {
    padding-top: 40px;
  }

  .w-50.welcom--img {
    width: 35% !important;
  }

  .w-50.welcome--note {
    width: 65% !important;
  }

  .p-l-250 {
    padding-left: 100px;
  }

  .about-img img {
    border-radius: 0 40px;
  }

  .bottle-img {
    width: 52%;
  }

  .bottle-img {
    bottom: 27%;
    right: -35%;
  }

  .welcome--note .p-b-80 {
    padding-bottom: 21px;
    padding-top: 0;
  }

  .p-r-100 {
    padding-right: 50px;
  }

  h2.sec-title.p-b-80 {
    padding-bottom: 25px;
  }

  .quality-sec .p-l-139 {
    padding-left: 50px;
  }

  .quality-sec .p-r-70 {
    padding-right: 0;
  }

  .map-wrapper {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .coconut-colection {
    position: relative;
    right: unset;
    top: auto;
    width: 100%;
    left: 10%;
  }

  .footer-logo {
    width: 25%;
  }

  .footer-logo img {
    width: 100%;
  }

  .first .p-b-60 {
    padding-bottom: 20px;
  }

  .tnp-subscription input[type=email] {
    width: 319px !important;
  }

  .social-links {
    width: 10%;
    display: flex;
    align-items: flex-end;
  }

  .footer-menu a.nav-link {

    padding: 20px;
  }

  .map-sec .w-70 {
    width: 60%;
  }

  .map-sec .w-30 {
    width: 40%;
  }

  .brand-sec .w-33,
  .brand-sec .w-66 {
    width: 50% !important;
  }

  .ovendra-bottel {
    display: none;
  }

  .title-bottom {
    margin-top: 0;
    margin-left: 4%;
  }

  .ovendra-wrap .w-25 {
    width: 100% !important;
    margin-left: 10%;
    margin-right: 37%;
    padding-top: 50px;
  }

  .mission-content,
  .vision-content {
    padding: 70px;
  }

  .add-wrapp {
    padding-left: 38px;
  }

  .filter-wrapper,
  form#filter {
    padding: 20px;
  }
}

@media only screen and (min-width: 991px) {}

@media (min-width: 600px) and (max-width: 991px) {}

@media only screen and (max-width: 991px) {

  :root {
    --font-13: 14px;
    --font-15: 14px;
    --font-17: 14px;
    --font-18: 16px;
    --font-16: 14px;
    --font-20: 14px;
    --font-24: 15px;
    --font-26: 18px;
    --font-36: 20px;
    --font-48: 25px;
    --font-80: 35px;
    --font-96: 36px;
    --font-98: 36px;

    --lh-23: 23px;
    --lh-25: 23px;
    --lh-28: 25px;
    --lh-27: 27px;
    --lh-26: 23px;
    --lh-30: 24px;
    --lh-34: 25px;
    --lh-36: 28px;
    --lh-58: 35px;
    --lh-90: 45px;
    --lh-106: 46px;

  }
  .product-list .sec-bottom {
    padding-bottom: 40px;
}
  .product--list {
    column-count: 2;
    padding-bottom: 50px;
  }
  ul.product--list .p-b-25 {
    padding-bottom: 10px;
}
  .video-slider::after {
    background-position: center;
}
  header.header {
    height: 80px;
}
header#header a.navbar-brand img {
  transition: all 2s;
  height: 100px;
}
header#header a.navbar-brand {
  padding: 0 20px;
}
header#header .navbar{
  height: 80px;
}
  .filter-wrapper {
    position: relative;
    top: 0;
  }
  .pro-name {
    width: 100%;
    margin: 0 auto;
}
  .para, .para p, .font-17 {
    font-family: var(--lato-font);
    font-size: var(--font-17);
    font-weight: 600;
    line-height: 23px;
    text-align: justify;
	}
  .main-wrapper,
  .lg-wrapper,
  .wrapper-85,
  .lg-wrapper-left,
  .mid-wrapp,
  .map-wrapper,
  .bis-sec {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .navbar {
    flex-direction: row-reverse;
  }

  .page-template-front-page .title-video {
    color: var(--dark-brown);
    letter-spacing: 0;
    text-align: center;
  }

  .title-video br {
    display: none;
  }

  .title-video {
    letter-spacing: 0;
  }

  .tab-direction {
    flex-direction: column;
  }

  .tab-direction-re {
    flex-direction: column-reverse;
  }

  .w-50,
  .w-30,
  .w-70,
  .w-33,
  .w-45,
  .w-55 {
    width: 100% !important;
  }

  header#header a.border-btn,
  .overlay-img img {
    display: none;
  }

  .caption,
  .menu-name {
    display: none;
  }

  .mob-caption {
    display: block !important;
    padding: 50px 0 0;
    text-align: center;
  }

  .video-slider {
    height: 75vh;
  }

  .p-l-250 {
    padding-left: 0;
  }

  .p-b-80 {
    padding-bottom: 50px;
  }

  .p-t-100 {
    padding-top: 60px;
  }

  .top-right-coconut,
  .bottom-left-coconut {
    width: 15%;
  }

  .top-right-coconut img,
  .bottom-left-coconut img {
    width: 100%;
  }

  .bottle-img img {
    width: 40%;
  }

  .p-r-lacation {
    padding: 30px 0;
  }

  .footer-menu a.nav-link {
    padding: 15px 0;
    text-align: center;
  }

  .footer-menu li {
    width: 50%;
  }

  .footer-menu ul#primary {
    display: flex;
    flex-wrap: wrap;
  }

  .p-r-100 {
    padding-right: 100px;
  }

  .product-wrap .slick-list {
    padding-right: 0;
  }

  .bottle-img {
    right: 0;
    width: 100%;
  }

  section.product-sec a.expo-btn {
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
  }

  .arrow-wrapper {
    left: 0;
    z-index: 9;
  }

  .product-wrap {
    padding-left: 0;
  }

  .p-l-139 {
    padding-left: 0;
  }

  .p-r-70 {
    padding-right: 0;
  }

  .p-r-100 {
    padding-right: 0;
  }

  .sec-title,
  .para,
  .para p {
    text-align: center;
  }

  .welcom-sec .expo-btn {
    justify-content: center;
  }

  .sec-top {
    padding-top: 80px;
  }

  .sec-title br {
    display: none;
  }

  /* .coconut-colection {
    position: relative !important;
    right: unset;
    top: unset;
    width: 100%;
    padding: 50px 0 0;
  } */

  .sec-bottom {
    padding-bottom: 80px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
  }

  .social-links {
    flex-direction: row !important;
    justify-content: center;
    padding: 30px 0 0;
  }

  .social-links a {
    padding: 0 50px 0;
  }

  .bottom-line {
    text-align: center;
  }

  .banner-email::after {
    width: 15rem;
  }

  .tree,
  .ovendra-bottel {
    display: none;
  }

  .title-bottom {
    margin-top: 0;
    margin-left: 2%;
  }

  .m-l-7 {
    margin-left: 7%;
    padding: 0 0 30px;
    width: 80% !important;
    margin: 0 auto;
    text-align: center;
  }

  .vision-content {
    border-radius: 0px 0 50px 50px;
    padding: 50px;
  }

  .vision-img {
    margin-bottom: 0;
  }

  .mission-img {
    margin-top: 30px;
  }

  .mission-content {
    padding: 50px;
    border-radius: 0px 0px 50px 50px;
  }

  .q-img {
    height: 450px;
    margin-bottom: 45px;
  }

  .bis-sec .center {
    justify-content: center;
    padding-bottom: 40px;
  }

  .feature-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: 0;
    bottom: 0;
    right: auto;
    left: auto;
    width: 100%;
    z-index: 1;
    padding-right: 20px;
  }

  img.addve {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .add-wrapp {
    padding-left: 20px;
  }

  .inner-caption {
    width: 70%;
  }

  .title-video.p-b-60 {
    padding-bottom: 30px;
  }

  .title-video.p-t-40 {
    padding-top: 30px;
  }

  .product-list .product-green-box {
    width: 45%;
    margin: 30px 15px 30px;
    display: none;
  }

  .breadcrumbs {
    width: 75%;
  }

  .left-slider {
    padding-top: 70px;
  }

  .info-sec td {
    padding: 10px !important;
  }

  .coconut-shells {
    display: none;
  }

  .sm-imag {
    width: 30%;
  }

  .box-cream {
    width: 100%;
    margin: 30px 0px;
  }

  .inquiry-img,
  .inquiry-form {
    width: 100%;
  }

  .inquiry-img {
    position: relative;
  }

  .inquiry-img img {
    border-radius: 50px 50px 0 0;
  }

  .inquiry-form {
    border-radius: 0 0 50px 50px;
    padding: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .tnp-subscription input[type=email] {
    width: 250px !important;
  }
  .product--list {
    column-count: 1;
    padding-bottom: 50px;
  }
  .inner-caption {
    width: 90%;
    margin: 0 auto;
    left: 0;
    text-align: center;
    right: 0;
}
.business-title {
  letter-spacing: 0;
}
.inner-caption .font-17 {
  text-align: center;
}
  .vision-img,
  .mission-img {
    height: 200px;
  }

  img.addve {
    display: none;
  }

  .feature-wrap {
    background-color: var(--dark-brown);
    padding: 50px;
    justify-content: center;
    border-radius: 50px 0;
  }

  .bis-sec .center {
    flex-direction: column;
    align-items: center;
  }

  .product-list .product-green-box {
    width: 100%;
  }

  .benifits {
    flex-wrap: wrap;
  }

  .ben-title {
    padding: 20px 0 30px;
  }

  .large-img,
  .sm-imag {
    width: 100%;
  }

  .thum-img-slick {
    margin-left: 0;
  }

  .lg-img-slick {
    height: 400px;
    margin-bottom: 30px;
  }

  .thum-img-slick {
    margin-bottom: 0;
    margin: 0 20px;
  }

  .single-ovendra-products .sec-bottom {
    padding-bottom: 40px;
  }

  .banner-email::after {
    content: none;
  }

  header#header .navbar {
    display: flex;
    flex-wrap: nowrap;
  }

  header#header a.navbar-brand img {
    transition: all 2s;
    width: 100%;
  }

  .inquiry .d-flex {
    display: flex;
    flex-direction: column;
  }

  .m-l-10 {
    margin-left: 0;
  }

  .m-r-10 {
    margin-right: 10px;
  }

  .map iframe {
    height: 400px;
  }
}