@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Literata:wght@300;500;700&family=Poppins:wght@300&display=swap");


body {
  overflow-x: hidden !important;
  font-family: "Literata", serif;
}

.main {
  overflow-x: hidden !important;
}

/* =================================================navbar =============================================*/

.navbar {
  background: #ffffff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}

.nav-link {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  color: #1b1b1b;
}

.nav-link:hover {
  color: #1b1b1b;
}
.active::after {
  content: "";
  display: block;
  position: relative;
  width: 70%;
  margin: 0 auto;
  border: 0.5px solid #055427;
}

.actives::after {
  content: "";
  display: block;
  position: relative;
  width: 70%;
  margin: 0 auto;
  border: 0.5px solid #fedf15;
}

#home_link {
  color: white;
}

#home_link:hover {
  color: white;
}

#home_link1 {
  color: white;
}

#home_link1:hover {
  color: white;
}

#home_link2 {
  color: white;
}

#home_link2:hover {
  color: white;
}

#home_link3 {
  color: white;
}

#home_link3:hover {
  color: white;
}

#home_link4 {
  color: white;
}

#home_link4:hover {
  color: white;
}

#facebook_img {
  display: none;
}


/*======================================================= FOOTER ======================================*/
.border_top {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.footer_paara {
  font-family: "Literata";
  font-style: normal;
  font-weight: 300;
  font-size: 0.8vw;
  color: #000000;
  text-align: justify;
}

.quick_links,
.quick_links1,
.quick_links2 {
  font-family: "Literata";
  font-style: normal;
  font-weight: 700;
  font-size: 1.3vw;
  color: #055427;
}

.quick_links::after {
  content: "";
  display: block;
  position: relative;
  width: 8vw;
  border: 0.5px solid #055427;
}

.quick_links1::after {
  content: "";
  display: block;
  position: relative;
  width: 6vw;
  border: 0.5px solid #055427;
}

.quick_links2::after {
  content: "";
  display: block;
  position: relative;
  width: 8vw;
  margin: 0 auto;
  border: 0.5px solid #055427;
}

.quick_para {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-size: 0.8vw;
  color: #055427;
}

.emil_footer {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-size: 0.8vw;
  color: #055427;
}

.footer_bottomPara {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-size: 0.8vw;
  color: #055427;
}

/* ===========================================================CONTACT ==================================*/

.contact_background {
  background: url(../img/contact/contact_background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border_right {
  border-right: 10px solid #fedf15;
  height: 7.34vw;
}

.visibility_hidden {
  visibility: hidden;
}
.bni_img{
  width: 20vw;
}
.contact_head {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-size: 4.1vw;
  color: #ffffff;
}

.contact_para {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  text-align: justify;
  color: #ffffff;
}

.border_right1 {
  border-right: 1px solid #f2da39;
  height: 5.34vw;
}

.telephone_point {
  color: white;
  font-size: 2vw;
}

.phone_head {
  font-family: "Literata";
  font-style: normal;
  font-weight: 700;
  font-size: 1.2vw;
  text-transform: uppercase;
  color: #ffffff;
}

.link_all {
  color: inherit;
  text-decoration: none !important;
}

.link_all:hover {
  color: inherit;
  text-decoration: none !important;
}

.phone_number {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none !important;
}

.phone_number:hover {
  color: white;
}

.call_button {
  background: #f2da39;
  border: none;
  outline: none;
  padding: 10px;
  color: black;
  width: 7vw;
  font-size: 1vw;
}

.input_form {
  border: none;
  outline: none;
  width: 33.02vw;
  border-bottom: 1px solid #440000;
  border-radius: 0px;
  font-size: 1vw;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  padding: 10px;
}

.input_form:focus {
  border: none;
  outline: none;
}

.textarea_form {
  background: #e8e8e8;
  outline: none;
  border: none;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  height: 25vh !important;
}

.margin_form_input {
  margin-top: 5vh;
}

.btn_farm {
  background: #0ba04c;
  border-radius: 6px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  outline: none;
  border: none;
  padding: 10px;
  width: 11.35vw;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* =========================================HOME ===========================================*/

#myVideo {
  position: relative;
  top: 0px;
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover;
}

.video_height {
  height: 100vh !important;
}

.home_navbar {
  width: 100%;
  background: transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  transition: all 1s ease;
}

.home_head {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-size: 4.68vw;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.home_para {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  text-align: center;
  color: #ffffff;
  width: 70%;
  margin: 0 auto;
}

.home_explore {
  border: 1px solid #ffffff;
  outline: none;
  background: transparent;
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  color: #ffffff;
  padding: 20px;
  width: 15vw;
  transition: all 1s ease;
}

.home_explore:hover {
  background: #fedf15;
  border: 1px solid #fedf15;
  color: #000000;
  transition: all 0.4s ease;
}

.about_img {
  width: 22vw;
  height: 31vw;
  object-fit: cover;
}

.home_content {
  position: absolute !important;
  top: 0px;
}

.home_contents_para {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_home_about {
  width: 14.16vw;
  padding: 20px;
  border: 1px solid #000000;
  outline: none;
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  color: #000000;
  background: transparent;
}

.about_home_para {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  color: #000000;
}

.about_home_head {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-size: 4.16vw;
  text-transform: uppercase;
  color: #000000;
}

.navbar-dark {
  background-color: white !important;
  color: #ffffff !important;
  position: fixed !important;
  top: 0;
  width: 100vw;
  transition: all 1s ease;
}

.second_logo {
  display: none;
}

.facebook_img {
  display: none;
}

.extract_yellow {
  background: #FEDF153D;
  padding: 20px;
}

.weExtract {
  font-size: 4.16vw;
  text-align: center;
}

.containerss {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #aa7a009c;
  overflow: hidden;
  width: 100%;
  height: 10vw;
  transition: .5s ease;
}

.overlay_sheet h2 {
  font-size: 1.2vw;
}

.overlay_sheet p {
  font-size: 1vw;
}

.overshows {
  display: none;
}

.containerss:hover .overlay {
  height: 100%;
}

.containerss:hover .overlay_sheet {
  display: none;
}

.containerss:hover .overshows {
  display: block;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.playImages {
  width: 4vw;
  margin: 0 auto;
}

.multiple-items .priv_arrow {
  position: absolute;
  top: 50%;
  right: -2%;
  background: white;
  padding: 1vw;
  font-size: 1.3vw;
  border-radius: 50%;
  border: 1px solid black;
}

.multiple-items .next_arrow {
  position: absolute;
  top: 50%;
  left: -2%;
  background: white;
  padding: 1vw;
  font-size: 1.3vw;
  border-radius: 50%;
  border: 1px solid black;
  z-index: 99;
}


.products_images {
  border: 1px solid black;
  padding: 10px;
  height: 47vw;
}

.product_title {
  height: 47vw;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #FEC9007A;

}

.produc_detailed_home {
  border-top: 1px solid black;
  padding: 10px;
}

.coconut_images {
  height: 33vw;
}

.product_head_home {
  font-size: 1.3vw;
}

.product_para_home {
  font-size: 1vw;
}



.btn-wrap {
  width: 100%;
}

.button_common_pros {
  background-color: #fff;
  border: none;
  /* padding: 2vw; */
  border-radius: 50%;
  margin: 10px;
  font-size: 1.2vw;
  font-weight: 600;
  transition: all 0.5s;
  width: 80px;
  height: 80px;
}

.button_common_pros.slick-disabled {
  opacity: 0.6;
}

.slim_city .slick-next {
  display: none !important;
}

.slim_city .slick-prev {
  display: none !important;
}

.vinil_product_head {
  text-transform: uppercase !important;
  font-size: 4.16vw;
  width: 100%;
  font-family: Literata;
}

.vinil_product_parra {
  font-size: 1.3vw;
  width: 100%;
  font-family: Literata;
}

.slim_city {
  padding: 0px;
}

.slide_matter {
  margin-top: 10vh;
}

.explore_button_home {
  padding: 20px 30px;
  border: none;
  outline: none;
  margin: 0 auto;
  border: 1px solid black;
  font-size: 1vw;
  background: transparent;
}

.testimonial_head_home {
  font-size: 4.27vw;
  text-align: center;
}



/* for slick slider */
.slider {
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 7px 29px 0px #64646F33;
}

.slider div {
  background: #fff;
  padding: 0;
  color: #000;
  font-size: 35px;
  text-align: center;
  height: 100%;

}

.slider .slick-dots {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}

.slider .slick-dots li button:before {
  color: #000;
  content: '•';
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 12px;
  width: 10px;
  height: 10px;
}

/* progress bar */
.slider-progress {
  width: 100%;
  height: 3px;
  background: #eee;
  max-width: 100%;
  margin: 0 auto;
}

.slider-progress .progress {
  width: 0%;
  height: 10px;
  background: #E8C33AB5;
}

.slider .slick-dots {

  opacity: 0;
}

.right_arrow {
  position: absolute;
  top: 78%;
  left: 80%;
  background: #F2DA39;
  padding: 15px;
}

.left_arrow {
  position: absolute;
  top: 78%;
  left: 70%;
  z-index: 99;
  background: #F2DA39;
  padding: 15px;
}

.background_image_s {
  position: relative;
}

.para_testi_head {
  font-size: 1.2vw !important;
}

.para_testi_while {
  font-size: 1vw;
  text-align: justify !important;
}

.play_testimonial {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rating_testi {
  font-size: 1.325vw;
}

.volume_testi {
  text-align: end;
  margin-left: 78% !important;
}







/* =================================================OUR STORY ===================================*/
.ourStory_head {
  text-transform: uppercase;
  font-size: 4.16vw;
}

.ourStory_parra {
  font-size: 1vw;
}

.howVinil_head {
  font-size: 2.4vw;
}

/* =============================================Product Page ======================================*/

.border_product {
  position: relative !important;
  border: 1px solid black;
  width: 56vw;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.border_product1 {
  position: relative !important;
  border: 1px solid black;
  width: 56vw;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.content_border_product {
  width: 30vw;
  margin: 0 auto;
}

.content_border_product1 {
  width: 30vw;
}

.border_head_title {
  color: #055427;
  font-size: 1.56vw;
}

.border_oil_head {
  font-size: 3.125vw;
  text-transform: uppercase;
}

.border_benefit_head {
  font-size: 1.82vw;
  text-transform: uppercase;
}

.list_product_border {
  font-size: 1vw;
}

.border_absolute_slick_left {
  position: absolute !important;
  bottom: -7%;
  left: -10%;
}

.border_absolute_slick_lefts {
  position: absolute !important;
  bottom: -7%;
  right: 0%;
}

.groundnut_spoon_images {
  position: absolute;
  bottom: -13%;
  right: -30%;
  width: 37vw;
}

.groundnut_spoon_images1 {
  position: absolute;
  bottom: -1%;
  right: -30%;
  width: 25vw;
}

.oil_groundnut_images {
  width: 18vw;
}

.coconut_spoon_images {
  position: absolute;
  bottom: -13%;
  left: 0%;
  width: 20vw;
}

.margin_top {
  margin-top: 7%;
  position: relative;
}

.leaf_product {
  position: absolute;
  left: -10%;
  width: 15vw;
}

.absolute_matter {
  position: absolute !important;
  right: -10%;
}

.groundnut_oil {
  width: 10%;
}

.carousel-cell {
  width: 110%;
  height: 30vw;
  margin-right: 10px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.groundnut_oil.is-fullscreen .carousel-cell {
  height: 100%;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
}

.flickity-page-dots {
  display: none;
}

.flickity-button {
  display: none;
}

.border_white {
  border-left: 1px solid #f2da39;
  transition: all .5s ease-in-out;
  padding: 20px;
  width: 30vw;
}

.border_white:hover {
  border: 1px solid #f2da39;
  transition: all .5s ease-in-out;
}


/* ======================================Gallery ==========================================*/

.gallery_head {
  font-size: 2.60vw;
  text-align: center;
}

.backward_image {
  background: url(../img/gallery/Rectangle84.png);
  min-height: 100%;
  width: 100%;
}

.play_opposite_image {
  width: 20vw;
  height: 17.39vw;
}

.playbutton {
  height: 36.45vw;
  width: 47.08vw;
}

.gallery_final_images {
  height: 30.15vw;
}

.mobile_container {
  display: none;
}

.bottle_middle_Wares1,
.bottle_middle_Wares {
  display: none !important;
}



@media only screen and (max-width: 1024px) {
  .border_white {
    border-left: 1px solid #f2da39;
    transition: all .5s ease-in-out;
    padding: 20px;
    width: 60vw;
  }

  .vinil_flex_wrap {
    flex-wrap: nowrap;
  }
}


@media only screen and (max-width: 990px) {

  /* mobile container */

  .mobile_container {
    display: block;
    z-index: 999;
    margin-bottom: 15vh;
  }
  .bni_img{
    width: 40vw;
  }

  .mobile_container .header_mobile {
    position: fixed !important;
    display: block;
    top: 0;
    left: 0;
    overflow-x: hidden !important;
    z-index: 999;
  }

  .content {
    padding: 40px 5% 20px;
    text-align: justify;
    max-height: 100%;
    color: #333;
    overflow-y: scroll;
  }

  .content img {
    width: 100%;
    position: relative;
    display: block;
    margin: 40px auto 30px;
  }

  .about_para {
    font-size: 2vw;


  }

  /* End container/placeholder */

  /* Menu header_mobile */
  .header_mobile {
    background: #fff;
    overflow: hidden !important;
    height: 15vh;
    width: 100%;
    z-index: 1;
    position: fixed !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease-out, background 1s ease-out;
  }

  .header_mobile.menu-open {
    height: 100%;
    background: #539335e0;
    transition: all 0.45s ease-out, background 0.8s ease-out;
  }

  /* Menu List items */
  .mobile-menu {
    clear: both;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100vh;
  }

  .header_mobile ul.menu {
    position: relative;
    margin-bottom: 20vw;
    padding: 0px 40px 0;
    list-style: none;


  }

  .header_mobile ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #fff;
    text-align: right;
    text-decoration: none;
    font-size: 4vw;
    line-height: 2.8;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  .header_mobile ul.menu li.menu-item {

    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  .header_mobile ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.35s;
  }

  .header_mobile ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.3s;
  }

  .header_mobile ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.25s;
  }

  .header_mobile ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.2s;
  }

  .header_mobile ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.15s;
  }

  .header_mobile ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.1s;
  }

  .header_mobile ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.05s;
  }

  .header_mobile.menu-open ul.menu li.menu-item {
    opacity: 1;
  }

  .header_mobile.menu-open ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.05s;
  }

  .header_mobile.menu-open ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.1s;
  }

  .header_mobile.menu-open ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.15s;
  }

  .header_mobile.menu-open ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.2s;
  }

  .header_mobile.menu-open ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.25s;
  }

  .header_mobile.menu-open ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.3s;
  }

  .header_mobile.menu-open ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.35s;
  }

  .hamburger {
    font-size: 7vw;
    color: black;
  }

  /* Menu Icon */
  .icon-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  .icon-container #menuicon {
    width: 20px;
    height: 10px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }

  .closed {
    display: none;
  }

  #menuicon .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  .hamburger {
    width: 5vw;
  }

  #menuicon .bar.bar1 {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  #menuicon .bar.bar2 {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }

  #menuicon .bar.bar3 {
    -webkit-transform: translateY(12px) rotate(0deg);
    transform: translateY(12px) rotate(0deg);
  }

  .menu-open .closed {
    display: block;
    font-size: 6vw;
    color: white;
    float: right;
  }

  .menu-open .hamburger {
    display: none;
  }

  .menu-open .logo {
    display: none !important;
  }

  .menu-open .icon-container .hamburger {
    display: none;
  }

  .menu-open .icon-container .logo {
    display: none !important;
  }

  .menu-open .icon-container #menuicon .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
  }

  .menu-open .icon-container #menuicon .bar.bar1 {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }

  .menu-open .icon-container #menuicon .bar.bar2 {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }

  .mobile_pallete {
    height: 15vh;
  }

  .navbar {
    display: none;
  }

  .logo {
    width: 17vw !important;
  }


  /* ==============================================contact ====================================*/

  .border_right {
    display: none;
  }

  .contact_head {
    font-size: 7vw;
  }

  .contact_para {
    font-size: 2vw;
  }

  .telephone_point {
    font-size: 3vw;
  }

  .phone_head {
    font-size: 3vw;
  }

  .phone_number {
    font-size: 2vw;
  }

  .call_button {
    font-size: 2vw;
    width: 13vw;
  }

  .border_white {
    width: 70vw;
  }

  .input_form {
    width: 60vw;
    font-size: 2vw;
  }

  .textarea_form {
    font-size: 2vw;
  }

  .btn_farm {
    width: 20vw;
    font-size: 2vw;
  }

  .footer_logo {
    margin: 0 auto;
  }

  .footer_paara {
    font-size: 2vw;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .quick_links,
  .quick_links1,
  .quick_links2 {
    text-align: center;
    font-size: 3vw;
  }

  .quick_links::after,
  .quick_links1::after,
  .quick_links2::after {
    border: 0px;
  }

  .quick_para {
    font-size: 2vw;
  }

  .emil_footer {
    font-size: 2vw;
  }

  .footer_bottomPara {
    font-size: 2vw;
  }


  /* -=====================================gallery ============================================-*/
  .gallery_head {
    font-size: 6vw;
  }

  .backward_image {
    background: url(../img/gallery/Rectangle84.webp);
    min-height: 60vh;
    width: 100%;
  }

  .play_opposite_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .gallery_final_images {
    height: 100%;
  }


  /* ========================================product ========================================*/
  .margin_top {
    margin-top: 10%;
    position: relative;
  }

  .border_product,
  .border_product1 {
    width: 70vw;
  }

  .content_border_product,
  .content_border_product1 {
    width: 50vw;
  }

  .border_head_title {
    font-size: 3vw;
  }

  .border_oil_head {
    font-size: 5vw;
  }

  .border_benefit_head {
    font-size: 3vw;
  }

  .list_product_border {
    font-size: 2vw;
  }

  .carousel-cell {
    height: 50vw;
  }

  .groundnut_oil {
    display: none !important;
  }

  .bottle_middle_Wares {
    width: 23vw !important;
    max-width: 23vw;
    display: block !important;
  }

  .bottle_middle_Wares1 {
    width: 19vw !important;
    max-width: 23vw;
    display: block !important;
  }

  .groundnut_spoon_images {
    bottom: 0%;
    right: -10%;
  }

  .coconut_spoon_images {
    bottom: 0%;
    left: -10%;
  }

  .absolute_matter {
    position: absolute !important;
    right: -15%;
    bottom: 0%;
  }

  .coconut_spoon_images {
    width: 30vw;
    left: -20%;
    bottom: -10%;
  }

  .valid_top {
    margin-top: 20%;
  }

  .groundnut_spoon_images1 {
    right: -20%;
    width: 35vw;
  }

  /* ===============================================ourstory =================================*/
  .ourStory_head {
    text-align: center;
    font-size: 7vw;
  }

  .ourStory_parra {
    font-size: 2.5vw;
    text-align: center;
  }

  .our_story {
    width: 80%;
  }

  .howVinil_head,
  .weExtract {
    font-size: 5vw;
    text-align: center;
  }

  .multiple-items .priv_arrow,
  .multiple-items .next_arrow {
    font-size: 3vw;
  }

  .overlay {
    height: 20vw;
  }

  .overlay_sheet h2 {
    font-size: 2.9vw;
  }

  .overlay_sheet p {
    font-size: 2vw;
  }

  .playImages {
    width: 10vw;
  }


  /* ==========================================HomePage ======================================*/
  .home_head {
    font-size: 9vw;
    position: relative;
    top: 7vw;
    padding: 1vw;
  }
 
  .home_para {
    font-size: 3vw;
    width: 90%;
  }

  .home_explore {
    width: 40vw;
    font-size: 3vw;
  }

  .about_home_head {
    font-size: 7vw;
    text-align: center;
  }

  .about_home_para {
    text-align: center;
    font-size: 2.5vw;
  }

  .btn_home_about {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 40vw;
    font-size: 3vw;
  }

  .about_img {
    width: 40vw;
    height: auto;
  }

  .products_images {

    height: auto;
  }

  .coconut_images {
    height: 50vw;
  }

  .product_head_home {
    font-size: 3vw;
  }

  .product_para_home {
    font-size: 2vw;
  }

  .vinil_product_head {
    font-size: 7vw;
  }

  .vinil_product_parra {
    font-size: 2vw;
  }

  .product_title {
    height: auto;
    padding: 10px;
  }

  .explore_button_home {
    width: 40vw;
    font-size: 3vw;
  }

  .button_common_pros {
    display: none;
  }

  .testimonial_head_home {
    font-size: 7vw;
  }

  .para_testi_head {
    font-size: 2.2vw !important;
  }

  .para_testi_while {
    font-size: 2vw;
    text-align: justify !important;
  }

  .start_images {
    width: 5vw !important;
  }

  .right_arrow {
    position: absolute;
    top: 90%;
    left: 80%;
    background: #F2DA39;
    padding: 15px;
  }

  .left_arrow {
    position: absolute;
    top: 90%;
    left: 70%;
    z-index: 99;
    background: #F2DA39;
    padding: 15px;
  }

  .volume_testi {
    margin-left: 0% !important;
    text-align: start !important;
    font-size: 7vw;
  }

  .slider div {
    text-align: start;
  }

  .rating_testi {
    font-size: 3vw;
  }

  .slick-list .draggable {
    padding: 0px !important;
  }
}


@media only screen and (max-width: 600px) {
  .logo {
    width: 30vw !important;
  }
  .bni_img{
    width: 70vw;
  }
  .hamburger {
    font-size: 10vw;
  }

  /* ===================================contact ==============================================*/

  .contact_head {
    font-size: 10vw;
  }

  .contact_para {
    font-size: 3vw;
  }

  .border_white {
    border: none;
    width: 100%;
  }

  .telephone_point {
    display: none;
  }

  .phone_head {
    font-size: 5vw;
  }

  .phone_number {
    font-size: 3vw;
    text-align: center;
  }

  .call_button {
    margin-top: 10% !important;
    width: 40vw;
    font-size: 3vw;
  }

  .phone_number_footer {
    text-align: center;
  }

  .input_form {
    width: 80vw;
    font-size: 3vw;
  }

  .textarea_form {
    font-size: 3vw;
  }

  .btn_farm {
    width: 40vw;
    font-size: 3vw;
  }

  .footer_logo {
    margin: 0 auto;
  }

  .footer_paara {
    font-size: 3vw;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .quick_links,
  .quick_links1,
  .quick_links2 {
    text-align: center;
    font-size: 4vw;
  }

  .quick_links::after,
  .quick_links1::after,
  .quick_links2::after {
    border: 0px;
  }

  .quick_para {
    font-size: 3vw;
  }

  .emil_footer {
    font-size: 3vw;
  }

  .footer_bottomPara {
    font-size: 3vw;
  }

  .header_mobile ul.menu li.menu-item a {
    font-size: 6vw;
  }

  .menu-open .closed {
    font-size: 11vw;
  }


  /* -=====================================gallery ============================================-*/
  .gallery_head {
    font-size: 8vw;
  }

  .backward_image {
    background: url(../img/gallery/Rectangle84.webp);
    min-height: 60vh;
    width: 100%;
  }

  .play_opposite_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .gallery_final_images {
    height: 100%;
  }


  /* ==========================================================Product =====================================================*/
  .border_product,
  .border_product1 {
    width: 90vw;
  }

  .content_border_product,
  .content_border_product1 {
    width: 70vw;
    margin: 0 auto !important;
  }

  .border_head_title {
    font-size: 4.5vw;
  }

  .border_benefit_head {
    font-size: 4vw;
  }

  .list_product_border {
    font-size: 3vw;
  }

  .bottle_middle_Wares {
    width: 35vw !important;
    max-width: 23vw;
    display: block !important;
  }

  .bottle_middle_Wares1 {
    width: 19vw !important;
    max-width: 23vw;
    display: block !important;
  }

  .groundnut_spoon_images {
    width: 45vw;
  }

  .absolute_matter {
    right: -5%;
  }

  .coconut_spoon_images {
    left: -5%;
  }

  .leaf_product {
    left: 0%;
  }

  .groundnut_spoon_images1 {
    right: -5%;
  }

  /* ===============================================ourstory =================================*/
  .ourStory_head {
    text-align: center;
    font-size: 10vw;
  }

  .ourStory_parra {
    font-size: 3.5vw;
    text-align: center;
  }

  .our_story {
    width: 80%;
  }

  .howVinil_head,
  .weExtract {
    font-size: 7vw;
    text-align: center;
  }

  .multiple-items .priv_arrow,
  .multiple-items .next_arrow {
    font-size: 5vw;
  }

  .overlay {
    height: 25vw;
  }

  .overlay_sheet h2 {
    font-size: 3.9vw;
  }

  .overlay_sheet p {
    font-size: 2.5vw;
  }

  .playImages {
    width: 10vw;
  }

  .image {
    height: 70vw;
  }



  /* ==========================================HomePage ======================================*/
  .home_head {
    font-size: 9vw;
    position: relative;
    top: 4vw;
    margin-top: 11vw;

  }

  .home_para {
    font-size: 4vw;
    width: 100%;
  }

  .home_explore {
    width: 40vw;
    font-size: 3.5vw;
  }

  .about_home_head {
    font-size: 7vw;
    text-align: center;
  }

  .about_home_para {
    text-align: center;
    font-size: 3vw;
  }

  .btn_home_about {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 40vw;
    font-size: 3vw;
  }

  .products_images {

    height: auto;
  }

  .coconut_images {
    height: 70vw;
  }

  .product_head_home {
    font-size: 3.5vw;
  }

  .product_para_home {
    font-size: 3vw;
  }

  .vinil_product_head {
    font-size: 7vw;
  }

  .vinil_product_parra {
    font-size: 3.5vw;
  }

  .product_title {
    height: auto;
    padding: 10px;
  }

  .produc_detailed_home {
    padding: 0px;
  }

  .explore_button_home {
    width: 40vw;
    font-size: 3.5vw;
  }

  .button_common_pros {
    display: none;
  }

  .testimonial_head_home {
    font-size: 7vw;
  }

  .para_testi_head {
    font-size: 3.5vw !important;
  }

  .para_testi_while {
    font-size: 3vw;
    text-align: justify !important;
  }

  .start_images {
    width: 5vw !important;
  }

  .right_arrow {
    position: absolute;
    top: 90%;
    left: 80%;
    background: #F2DA39;
    padding: 15px;
  }

  .left_arrow {
    position: absolute;
    top: 90%;
    left: 60%;
    z-index: 99;
    background: #F2DA39;
    padding: 15px;
  }

  .volume_testi {
    margin-left: 0% !important;
    text-align: start !important;
    font-size: 7vw;
  }

  .slider div {
    text-align: start;
  }

  .rating_testi {
    font-size: 3vw;
  }

  .testi_imaimages {
    height: 75vw !important;
    object-fit: cover;
  }

  .about_img {
    width: 60vw;
    height: auto;
  }
}

.slider .slick-slide {
  opacity: 0 !important;
}

.slider .slick-center {
  opacity: 1 !important;
}

.link_all {
  text-decoration: none;
  color: inherit;
}