*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  color: #000000;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 2rem;
}

body {
  line-height: 30px;
  color: #000000;
  font-family: 'poppinsregular';
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
    url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


.fw-medium {
  font-family: 'poppinsmedium';
}

.fw-bolder {
  font-family: 'poppinsbold';
}

.fw-bold {
  font-family: 'poppinssemibold';
}

.fw-light {
  font-family: 'Poppins';
  font-weight: 300;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

.container {
  max-width: 1316px;
  margin: 0 auto;
}

.row {
  display: flex;
  width: 100%;
}

.row-form {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.row-form .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.row-form .col-md-12 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-md-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}

.bg-color-black {
  background: #23262C;
}

.flex-direction {
  flex-direction: row-reverse;
}

.flex-inherit {
  flex-direction: inherit;
}

.btn-outline-black a {
  text-decoration: none;
  color: #000000;
  border: 1px #000000 solid;
  padding: 1rem 2rem;
}

.btn-outline-black a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  border: 1px #000000 solid;
}


.btn-outline-white a {
  text-decoration: none;
  color: #ffffff;
  border: 1px #fff solid;
  padding: 1rem 2rem;
}

.btn-outline-white a:hover {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px #fff solid;
}


.btn-primary-black a {
  text-decoration: none;
  color: #ffffff;
  border: 1px #000000 solid;
  padding: 1rem 2rem;
  font-size: 20px;
  background-color: #000000;
}

.btn-primary-black a:hover {
  text-decoration: none;
  color: #000000;
  border: 1px #fff solid;
  background-color: #ffffff;
}

.accept-btn button{
  padding: 10px 20px;
  border-radius: 16px;
}

.contact-button {
  margin-top: 40px;
}

.contact-button button {
  text-decoration: none;
  color: #ffffff;
  border: 1px #000000 solid;
  padding: 1rem 2rem;
  font-size: 20px;
  background-color: #000000;
}

.contact-button button:hover {
  text-decoration: none;
  color: #000000;
  border: 1px #000000 solid;
  background-color: #ffffff;
}


.wines-ng button {
  text-decoration: none;
  color: #ffffff;
  border: 1px #707070 solid;
  padding: 1rem 2rem;
  cursor: pointer;
  background-color: transparent;
}


.contact-info {
  color: #ffffff;
}

.mt-10 {
  margin-top: 25px;
}

.mt-11 {
  margin-top: 50px;
}

h1 {
  margin: 0px !important;
  padding: 0px;
}

.mt-20 {
  margin-top: 2rem;
}

.footernv h3 {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  font-family: 'poppinsregular';
  margin-bottom: 10px;
}

.footernv ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footernv ul li a {
  list-style: none;
  color: #000000;
  font-size: 12px;
}

.social-links a {
  border: 1px #d1ad66 solid;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  color: #d0ab62;
  font-size: 14px;
  text-decoration: none;
}

.social-links a:hover {
  background-color: rgb(95, 123, 8, 0.1);
}

.mh-75 {
  height: 74px;
}

.bg-image-parralex {
  background: #ffffff;
}

.bg-image {
  background: url(../images/h2-parallax.webp);
}

.py-10 {
  padding-top: 100px;
}

.py-11 {
  padding-top: 6rem;
}

.abt-container {
  max-width: 1094px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.wines-ng {
  background: #25272C url(../images/our-wines.png) no-repeat center center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.nav-link {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #707070;
  font-size: 18px;
}

ul {
  padding: 0px;
  margin: 0px;
}

.banner-text h1 {
  font-size: 58px;
  color: #5F7B08;
  padding-bottom: 20px;
}

.banner-text p {
  font-size: 20px;
  padding-bottom: 40px;
}

.content h3 {
  font-size: 22px;
  color: #000;
  font-weight: normal;
  font-family: 'poppinsregular';
}

section {
  width: 100%;
}

.contact-info p {
  color: #ffffff;
}

.mt-50 {
  margin-bottom: 80px;
}

.pt-12 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.bg-image-parralex.pt-12 {
  padding-top: 7rem;
  padding-bottom: 2rem;
}


.thumbslider .slick-slide img {
  width: auto;
  display: inline-block;
}


.slick-prev {
  border: 1px #707070 solid;
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 85px);
  left: -5%;
  border-radius: 100%;
  text-indent: -9999px;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  line-height: normal !important;
  padding: 0px !important;
}

.slick-next {
  border: 1px #707070 solid;
  width: 80px !important;
  position: absolute;
  height: 80px !important;
  cursor: pointer;
  top: calc(50% - 85px);
  right: -5%;
  border-radius: 100%;
  line-height: normal !important;
  text-indent: -9999px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  padding: 0px !important;
  background-size: auto;
  background-position: center center;
}

.h-100vh {
  height: 100vh;
}

.py-10rem {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

h2 {
  color: #5F7B08;
  font-family: 'poppinsregular';
  font-size: 36px;
  margin-bottom: 1rem;
}

h3 {
  color: #5F7B08;
  font-family: 'poppinsbold';
  font-size: 1rem;
  margin-bottom: 1rem;
}

section {
  clear: both;
  content: '';
}

.position-relative {
  position: relative;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.position-absolute {
  position: absolute;
  width: 58%;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.banner-text {
  font-size: 2.625rem;
  color: #ffffff;
}

img {
  width: 100%;
}

.float-left {
  float: left;
}

.p-3rem {
  padding-left: 3rem;
  padding-right: 3rem;
}

footer {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.gap-2 {
  gap: 0.45rem;
}

.responsive-image {
  max-width: 100%;
}

.mn-h-100 {
  min-height: 500px;
}

input,
textarea {
  border-radius: 4px !important;
  border: 1px rgb(112, 112, 112, 0.4) solid !important;
  padding: 1rem !important;
  width: 100% !important;
}

input:focus,
textarea:focus {
  border: 1px #707070 solid !important;
  outline: none !important;
}

.contact-details {
  padding-left: 5rem;
}

.mobile-logo {
  display: none;
}

.width-50px {
  width: 50%;
}

.text-white {
  color: #ffffff !important;
}

.fs-1 {
  font-size: 20px !important;
}

.desktop-logo img {
  display: flex;
  max-height: 100px;
}

#header-sroll {
  /* position: fixed; */
  background: #ffffff;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9;
  padding-top: 1.23rem;
  padding-bottom: 1rem;
}

img {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#header-sroll.small {
  height: 70px;
  line-height: 35px;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.small .desktop-logo img {
  display: flex;
  height: 50px;
}

.fluid-img img {
  max-height: 369px;
}

.ft img {
  float: left;
  height: 100%;

}

.pb-10 {
  margin-bottom: 3rem;
}

.banner__slider {
  background: url(../images/hero-img.jpg) center bottom;
  background-size: cover;
  height: 700px;

}

.banner__slider .slick-list {
  display: flex;
  align-items: center;
}

.banner__slider .slick-slider .slick-track {
  display: flex;
}

.banner__slider .slick-arrow {
  background-color: transparent;
}

.header-gutter-space {
  height: 100px;
}

.banner__slider .slick-list {
  overflow-y: hidden;
  margin: 0;
}

.footer-logo img {
  max-width: 200px;
}

.fssai-logo {
  margin-top: -37px;
  width: 105px;
  position: relative;
  left: 60%;
}

.footer {
  background: #F5F2EC;
  padding: 1rem;
}

.contect-section {
  display: flex;
}

.contect-left {
  width: 50%;
  background: #23262C;
  display: flex;
}

.contect-right {
  width: 50%;
}

.contact h1 {
  font-family: 'poppinsregular';
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 2rem !important;
}

.contact-text h4 {
  color: #ffffff;

  font-family: 'poppinsbold';
  font-size: 16px;
}

.contact-text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact {
  padding: 8rem 5rem;
}

.contact-image {
  width: 50px;
  flex: none;
}

.align-center-coloumns {
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.banner__slider .row,
.banner__slider .container,
.banner__slider .slick-list {
  height: 100%;

}

.fade:not(.show) {
  opacity: 1;
}

.contect-right iframe {
  width: 100%;
  height: 100%;
}

.map iframe {
  width: 100%;
  height: 550px;
}

.banner-left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10rem 5rem;
}

.banner-right {
  width: 50%;
  padding-top: 4rem;
}

.banner-left h1 {
  color: #5F7B08;
  font-size: 42px;
  margin-bottom: 20px !important;
}

.banner-left p {
  color: #000000;
  font-size: 20px;
  margin-bottom: 40px !important;
}

.banner-right img {
  width: 70%;
}

.my-slider {
  padding: 0 2rem;
}

.footer .fs-6 {
  font-size: 12px !important;
}

.fssai-logo img {
  width: auto;
}

.display-desktop {
  display: block;
  position: relative;
  top: 50%;
  left: 42%;
  max-width: 280px;
  max-height: 120px;
}

.display-mobile {
  display: none;
}

.py-10rem {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mapPopup {
  max-width: 600px;
  position: absolute;
  margin: auto;
  top: 10rem;
  right: 0;
  left: 0;
  bottom: 10rem;


}

.popup-text {
  background: #ffffff;
  padding: 3rem;
}

.table {
  display: flex;
}

.table p {
  margin-bottom: 0px;
}

.ft-bold {
  font-family: 'poppinssemibold';
  font-size: 20px;
}

.ft-normal {
  font-size: 20px;
}

.popup-text h2 {
  font-size: 30px;
  color: #000000;
  font-family: 'poppinssemibold';
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.map-bg-color {
  background-color: #fafafa;
}

.bg-wines {
  background: url(../images/our-wines-bg.webp);
}

.green-line {
  background-color: #5F7B08;
  width: 5px;
  height: 100%;
  position: absolute;
}

.spantext p {
  padding: 5px 10px 10px 20px;
  font-family: 'poppinssemibold';
  font-size: 16px;
  font-style: italic;
  margin: 0px;
}

.mr-b {
  padding-bottom: 80px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgb(0, 0, 0, 0.8);
}

.popup .show {
  display: block
}

.popup-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 900;
}


.popup-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 400px;
  height: 400px;
  background-color: #fff;
  z-index: 999;
  border: 10px #5F7B08 solid;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.popup-logo {
  display: block;
  text-align: center;
}

.p-15 {
  padding: 3rem;
  width: 100%;
}

.popup-logo img {
  max-width: 200px;
}

.text {
  padding: 2rem 0px;
  font-size: 16px;
  text-align: center;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form-group input[type="radio"] {
  margin-right: 10px;
  margin-right: 10px;
  width: 20px; /* Increase the width */
  height: 20px; /* Increase the height */
  cursor: pointer; /* Add a pointer cursor */
}

.form-group label {
  display: flex;
}

input {
  display: block;
}

.form-group label {
  font-size: 16px;
  line-height: 23px;
}

.gap-4 {
  gap: 2.5rem !important;
}

.popuphide {
  display: none;
}

.mapPopup .popup-close {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 15px;
}

.contact-text a {
  text-decoration: underline !important;
}

.contact-text a:hover {
  text-decoration: none !important;
}

.image-border {
  width: 303px;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .abt-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop-logo img {
    max-width: 200px;
  }

  nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .banner-text {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .banner-text h1 {
    font-size: 2rem;
    padding-bottom: 0px;
    display: block;
    text-align: left;
    width: 100%;
  }

  .banner-text p {
    font-size: 1rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .btn-primary-black {
    text-align: left;
    display: block;
    width: 100%;
  }

  .btn-primary-black a {
    padding: 1rem 2rem;
    font-size: 1rem;
    background-color: #000000;
    padding: 0.5rem 1rem
  }

  .slick-prev {
    left: 0;
    top: calc(60% - 85px);
  }

  .slick-next {
    right: 0;
    top: calc(60% - 85px);

  }

  .img-content {
    display: none;
  }

  .contact {
    padding: 2rem;
  }

  .banner-left {
    width: 100%;
    padding: 0rem 2rem;
  }

  .banner-right {
    width: 100%;
  }

  .social-links a {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .abt-container .img {
    display: block;
    text-align: center;
    width: 100%;
  }

  .abt-container .img img {
    max-height: 300px;
    width: auto
  }

  .founder_img .img img {
    max-height: none;
    width: 100%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .btn-outline-black {
    margin-bottom: 50px;
  }

  .contect-left {
    width: 100%;
  }

  .contect-right {
    width: 100%;
  }

  .contect-section {
    display: block;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 20px;
  }

  .py-10 {
    padding-top: 2rem;
  }

  .pt-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .display-desktop {
    display: none;
  }

  .display-mobile {
    display: block;
  }

  .footernv {
    padding-bottom: 20px;
  }

  .slick-prev {
    width: 40px !important;
    height: 40px !important;
    background-size: 12px !important;
  }

  .slick-next {
    width: 40px !important;
    height: 40px !important;
    background-size: 12px !important;
  }

  .banner__slider {
    background-image: none;
    background-color: #000;
    height: auto;
    padding: 1rem 0px;
  }

  .fixed-header {
    height: 80px;
    width: 100%;
    display: block;
    float: left;
  }

  .py-10rem {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .story .row {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .p-3rem {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .story .col-md-4 {
    padding: 0px;
  }

  .table {
    height: 400px;
    overflow: auto;
  }

  .row-form {
    display: block;
  }

  .form-section .mt-10 {
    margin: 0px;
  }

  .form-section .row-form .col-md-6,
  .form-section .row-form .col-md-12 {
    padding: 0px
  }

  .form-section .row-form .col-md-6 {
    margin-bottom: 15px
  }

  .contact-details {
    padding-left: 0px;
    margin-top: 30px;
  }

  .form-section .row {
    margin: 0px;
  }

  .banner-left p {
    color: #fff;
  }

  .row {
    margin: 0px;
  }

  .wines-ng {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #responisveid h2 {
    margin-top: 25px !important;
  }

  iframe {
    height: 400px !important;
  }
}

.contactfrm .help-block {
  width: 95.5%;
}

.help-block {
  background-image: none !important;
  background-color: red !important;
  padding: 5px 20px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -26px;
  left: 16px;
  padding: 5px 10px;
  width: 91%;
}

.help-block:before {
  content: '';
  width: 0;
  height: 0;
  background: transparent;
  border: 0;
  display: inline-block;
  margin-right: 5px;
}

.pulse {
  position: relative;
}

.pulse .pulse-ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  -webkit-animation: animation-pulse 1.5s ease-out;
  animation: animation-pulse 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #5F7B08;
  top: -7px;
  left: -7px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .pulse .pulse-ring {
    top: 2px;
    left: 2px;
  }
}

.pulse-primary {
  width: 28px;
  height: 28px;
  background-color: #5F7B08;
  border-radius: 100%;
}

.pulse.pulse-primary .pulse-ring {
  border-color: rgba(95, 123, 8, 0.75);
}


@-webkit-keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  30% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  30% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.Map_name {
  padding-left: 10px;
}

.ring1 {
  position: absolute;
  bottom: 40%;
  left: 21%;
}

.ring2 {
  position: absolute;
  bottom: 36%;
  left: 23%;
}

.ring3 {
  position: absolute;
  bottom: 25%;
  left: 25%;
}

.ring4 {
  position: absolute;
  bottom: 19%;
  left: 34%;
}

.ring4 .pulse.pulse-primary .pulse-ring {
  border-color: rgba(185, 185, 185, 1);
}

.ring4 .pulse-primary {
  background-color: #B9B9B9;
}

.ring5 {
  position: absolute;
  bottom: 52%;
  left: 43%;
}

.ring5 .pulse.pulse-primary .pulse-ring {
  border-color: rgba(185, 185, 185, 1);
}

.ring5 .pulse-primary {
  background-color: #B9B9B9;
}

.map a {
  text-decoration: none;
}

.table>:not(caption)>*>* {
  border-width: 1px !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  padding: 0.5rem !important;
}

#header-sroll {
  position: fixed;
  height: 140px;
  top: 0px;
  width: 100%;
}

.header-sticky {
  height: 80px !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.header-sticky .desktop-logo img {
  max-height: 50px;
}

.header-sticky#header-sroll {
  padding-top: 0.8rem !important;
}

.fixed-header {
  height: 140px;
}

@media only screen and (max-width: 767px) {
  .pulse-primary {
    height: 10px;
    width: 10px;
    top: 0px;
    left: 0px;
  }

  .contact-button {
    padding: 0px;
  }

  .Map_name {
    padding-left: 0px;
    line-height: 20px;
    font-size: 12px;
  }

  .popup-content {
    width: 300px;
    height: 370px;
  }

  .popup-content .p-15 {
    padding: 1rem;
  }

  .popup-content .text {
    padding: 1rem 0px;
  }

  .banner-left {
    padding: 0rem;
  }

  .mres {
    display: inline-block !important;
  }

  .banner__slider .btn-primary-black a {
    border: 1px #ffffff solid;
  }

  .banner-right img {
    width: 100%;
  }

  .banner-right {
    text-align: center;
  }

  .slick-slide img {
    display: inline-block !important;
    max-width: 70%;
  }

  .fssai-logo img {
    width: 100%;
  }

  .banner-left h1 {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .content .pb-3,
  .content .pb-5 {
    padding-bottom: 0rem !important;
  }

  .banner {
    overflow: hidden;
  }

  .banner img {
    width: 200%;
    margin-left: -52%;
  }

  .banner-text {
    line-height: 40px;
  }

  .popup-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .popup-text {
    padding: 1rem;
  }

  .table {
    font-size: 14px;
  }

  .contactfrm .help-block {
    width: 91%;
  }

  #header-sroll {
    position: fixed;
    height: 80px;
    top: 0px;
    width: 100%;
  }

  .header-sticky {
    height: 80px !important;
  }

  .header-sticky .desktop-logo img {
    max-height: 50px;
  }

  .header-sticky#header-sroll {
    padding-top: 0rem !important;
  }

  .fixed-header {
    height: 80px;
  }
}

.image-border {
  border: 10px #F6F6F6 solid;
}

.page_events h2 {
  margin: 0px;
  padding: 0px;
  font-size: 28px;
  color: #000000;
}

.page_events p {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #000000;
}

.btn_view_more {
  border: 1px #707070 solid;
  padding: 5px;
}

.page_events_right {
  max-width: 428px;
  border: 1px #E6E6E6 solid;
  background: rgb(238, 238, 238, 0.2);
}

.events_heading {
  background: #5F7B08;
  font-size: 24px;
  color: #ffffff;
}

.page_events_right .page_events h2 {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  color: #000000;
}

.image-border-0 {
  max-width: 121px;
}

.page_events_right .page_events p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #000000;
}

.e-page-heading h1 {
  margin: 0px;
  padding: 0px;
  font-size: 36px;
  color: #5F7B08;
}

.e-page-heading p {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: #000000;
}

.card {
  background-color: dodgerblue;

}

.cards {
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

@media only screen and (max-width: 1000px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 100%;
  }

  .page_events_right {
    display: block;
    max-width: 100%;
    margin: 0px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px){
  .banner-left {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10rem 1rem;
    margin-left: 150px;
}

  .banner-left h1{
    font-size: 42px;
  }

  .banner__slider{
    height: 600px !important;
  }

  .banner-right {
    width: 50%;
    padding-top: 4rem;
    margin-left: 2px;
  }

  .banner-right img {
    width: 70%;
    margin-top: -18px;
  }
  .slick-prev{
    left: 3% !important;
  }

  .slick-next{
    right: 4% !important
  }

  .column{
    width: 75%;
    margin-top: -40px;
  }

  .green-text-heading{
    position: relative;
    left: 38%;
  }

  .column-2{
    width: 100%;
  }

  .nzwines-content{
    padding-left: 35px;
    text-align: justify;
    text-align-last: left;
  }

  .contact-text h4 {
    color: #ffffff;
    font-family: 'poppinsbold';
    font-size: 21px;
  }

  .footer-logo img{
    width: 180px;
  }

  .arrow{
    display: none;
  }

  .wineLinksList {
    position: relative;
    left: -15%;
    margin-top: 14%;
  }

  .wineMenu, .quickLinks{
    font-size: 24px !important
  }

  .footernv ul li a{
    font-size: 16px;
    line-height: 35px;
  }

  .quickLinksList {
    position: relative;
    margin-top: 14%;
    left: -10%;
  }

  .social-fssai {
    position: relative;
    left: -63%;
    margin-top: 30%;
  }

  .social-links{
    position: relative;
    left: -11%;
    margin-top: 10px;
  }

  .fssai-logo {
    margin-top: 19px;
    width: 105px;
    position: relative;
    left: -11%;
  }

  .fssai-logo img{
    width: 130px;
  }

  .instagram-gallery {
    position: relative;
    margin-top: -26%;
    right: -70%;
    font-family: 'poppinsregular';
    font-size: 24px;
  }

  .instagram-gallery img {
    width: 290px;
    margin-top: -10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
  .banner-left {
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10rem 1rem;
    margin-left: 79px;
}

  .banner-left p{
    font-size: 15px;
  }

  .banner-left h1{
    font-size: 34px;
  }

  .banner__slider{
    height: 600px !important;
  }

  .banner-right {
    width: 50%;
    padding-top: 4rem;
    margin-left: 2px;
  }

  .banner-right img {
    width: 100%;
    margin-top: 20px;
  }
  .slick-prev{
    left: 0% !important;
  }

  .slick-next{
    right: -2% !important
  }

  .column{
    width: 75%;
    margin-top: -40px;
  }

  .green-text-heading{
    position: relative;
    left: 33%;
  }

  .column-2{
    width: 100%;
  }

  .nzwines-content{
    padding-left: 35px;
    text-align: justify;
    text-align-last: left;
  }

  .img-content{
    display: none;
  }

  .contact-text h4 {
    color: #ffffff;
    font-family: 'poppinsbold';
    font-size: 21px;
  }

  .footer-logo img{
    width: 180px;
  }

  .arrow{
    display: none;
  }

  .wineLinksList{
    position: relative;
    left: -22%;
    margin-top: 14%;
  }

  .quickLinksList{
    position: relative;
    margin-top: 14%;
    left: -15%;
  }

  .social-fssai {
    position: relative;
    left: -70%;
    margin-top: 32%;
  }

  .social-links{
    position: relative;
    left: -11%;
    margin-top: 10px;
  }

  .fssai-logo {
    margin-top: 19px;
    width: 105px;
    position: relative;
    left: -11%;
  }

  .fssai-logo img{
    width: 130px;
  }

  .instagram-gallery {
    position: relative;
    margin-top: -31%;
    right: -70%;
  }

  .instagram-gallery img{
    width: 250px;
    margin-top: -10px;
  }
}

@media screen and (min-width: 912px) and (max-width: 1023px){

  .nav-links{
    font-size: 12px;
    margin-left: -60px;
  }

  .banner-left {
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10rem 1rem;
    margin-left: 79px;
}

  .banner-left p{
    font-size: 15px;
  }

  .banner-left h1{
    font-size: 34px;
  }

  .banner__slider{
    height: 600px !important;
  }

  .banner-right {
    width: 50%;
    padding-top: 4rem;
    margin-left: 2px;
  }

  .banner-right img {
    width: 100%;
    margin-top: 80px;
  }
  .slick-prev{
    left: 0% !important;
  }

  .slick-next{
    right: -2% !important
  }

  .column{
    width: 75%;
    margin-top: -40px;
  }

  .green-text-heading{
    position: relative;
    left: 30%;
  }

  .column-2{
    width: 100%;
  }

  .nzwines-content{
    padding-left: 35px;
    text-align: justify;
    text-align-last: left;
  }

  .arrow{
    display: none;
  }

  .wineLinksList{
    position: relative;
    left: -22%;
    margin-top: 17%;
  }

  .quickLinksList{
    position: relative;
    margin-top: 17%;
    left: -15%;
  }

  .social-fssai{
    position: relative;
    left: -70%;
    margin-top: 37%;
  }

  .social-links{
    position: relative;
    left: -11%;
    margin-top: 10px;
  }

  .fssai-logo {
    margin-top: 19px;
    width: 105px;
    position: relative;
    left: -11%;
  }

  .fssai-logo img{
    width: 130px;
  }

  .instagram-gallery{
    position: relative;
    margin-top: -35%;
    right: -70%;
  }

  .instagram-gallery img{
    width: 250px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 820px) and (max-width: 911px){
  .banner-left{
    width: 105%;
    margin-top: 80px;
    margin-left: 50px;
  } 

  .banner-left p{
    font-size: 15px;
  }

  .banner-left h1{
    font-size: 34px;
  }

  .banner__slider{
    height: 370px !important;
  }
  .slick-prev{
    width: 60px !important;
    height: 60px !important;
  }

  .slick-next{
    width: 60px !important;
    height: 60px !important;
  }

  .column{
    width: 75%;
    margin-top: -40px;
  }

  .green-text-heading{
    position: relative;
    left: 25%;
  }

  .column-2{
    width: 100%;
  }

  .nzwines-content{
    padding-left: 35px;
    text-align: justify;
    text-align-last: left;
  }

  .arrow{
    display: none;
  }

  .wineLinksList{
    position: relative;
    left: -22%;
    margin-top: 14%;
  }

  .quickLinksList{
    position: relative;
    margin-top: 14%;
    left: -15%;
  }

  .social-fssai{
    position: relative;
    left: -70%;
    margin-top: 40%;
  }

  .social-links{
    position: relative;
    left: -11%;
    margin-top: 10px;
  }

  .fssai-logo {
    margin-top: 19px;
    width: 105px;
    position: relative;
    left: -11%;
  }

  .fssai-logo img{
    width: 130px;
  }

  .instagram-gallery{
    position: relative;
    margin-top: -42%;
    right: -68%;
  }

  .instagram-gallery img{
    width: 240px;
    
  }
}
@media screen and (min-width: 768px) and (max-width: 819px){
  .hamburger{
    right: 9% !important;
  }

  .banner-left{
    width: 105%;
    margin-top: 80px;
    margin-left: 50px;
  } 

  .banner-left p{
    font-size: 15px;
  }

  .banner-left h1{
    font-size: 34px;
  }

  .banner__slider{
    height: 370px !important;
  }
  .slick-prev{
    width: 60px !important;
    height: 60px !important;
  }

  .slick-next{
    width: 60px !important;
    height: 60px !important;
  }

  .column{
    width: 75%;
    margin-top: -40px;
  }

  .green-text-heading{
    position: relative;
    left: 25%;
  }

  .column-2{
    width: 100%;
  }

  .nzwines-content{
    padding-left: 35px;
    text-align: justify;
    text-align-last: left;
  }

  .arrow{
    display: none;
  }

  .wineLinksList{
    position: relative;
    left: -22%;
    margin-top: 14%;
  }

  .quickLinksList{
    position: relative;
    margin-top: 14%;
    left: -15%;
  }

  .social-fssai{
    position: relative;
    left: -70%;
    margin-top: 40%;
  }

  .social-links{
    position: relative;
    left: -11%;
    margin-top: 10px;
  }

  .fssai-logo {
    margin-top: 19px;
    width: 105px;
    position: relative;
    left: -11%;
  }

  .fssai-logo img{
    width: 130px;
  }

  .instagram-gallery{
    position: relative;
    margin-top: -43%;
    right: -70%;
  }

  .instagram-gallery img{
    width: 220px;
    margin-left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .page_events_right {
    max-width: 100%;
    margin-top: 25px;
  }

  .btn-outline-black a {
    display: inline-block;
  }

  .page_events p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .events_section .d-flex {
    display: block !important;
  }

  .page_events .me-5 {
    display: block;
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 15px !important;
  }

  .page_events .page_events {
    display: block;
    width: 100%;
    margin: 0px !important;
  }

  .mobile_view .col-md-3 {
    width: 100% !important;
  }
}

.wine_maker.pt-12 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

@media only screen and (max-width: 767px) {
  .story .col-md-3 {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 15px !important;
  }

  .bg-image-parralex.pt-12 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pb-5 {
    padding-bottom: 0rem !important;
  }

  .row-form.mt-10 {
    margin-top: 0px;
  }

  .row-form input {
    margin-bottom: 15px;
  }

  .pulse .pulse-ring {
    display: block;
    height: 15px;
    width: 15px;
    top: -3px;
    left: -3px;
  }

  .btn-outline-black a {
    padding: 10px 15px;
  }

  .contact-button button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (width: 540px){
  .banner-left h1 {
    font-size: 28px;
  }

  .banner-left p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }

  .nzwines-content {
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    text-align-last: left;
    padding-left: initial;
  }

  .contact h1 {
    font-size: 26px;
    text-align: center;
  }

  .contact-text p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 22px;
  }

  .mt-20 {
    margin-top: 15px;
  }

  .btn-outline-white a {
    padding: 10px;
  }

  .display-mobile {
    display: none;
    position: absolute;
    left: 29%;
    max-width: 150px;
  }

  /* .footernv{
      display: none;
    } */

  .social-fssai{
    position: relative;
    left: 3%;
  }
  .fssai-logo {
    position: relative;
    max-width: 120px;
    margin-top: 10px;
    left: -10%;
  }

  .social-links {
    position: relative;
    left: -9%;
    margin-top: 55px;
  }

  .social-links a {
    border-color: #c3963e;
    color: #d7a138;
    width: 25px;
    height: 25px;
  }

  .wineMenu,
  .quickLinks {
    font-size: 14px !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #linksList.open {
    max-height: 167px;
    overflow-y: scroll;
  }

  .wineMenu .arrow,
  .quickLinks .arrow {
    transition: transform 0.3s ease-in-out;
  }

  .collapsed .arrow {
    transform: rotate(-90deg);
  }

  #wineList,
  #linksList {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 11px;
    transition: max-height 0.3s ease-in-out;
  }

  #wineList.open {
    max-height: 250px;
    /* Adjust based on content */
  }

  #wineList,
  #linksList {
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }

  #wineList a,
  #linksList a {
    text-decoration: none;
    color: #555;
    display: block;
  }

  .instagram-gallery {
    text-align: center;
  }

  .instagram-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
   
  }

  .feed-heading {
    font-size: 14px;
  }

  .underline {
    border: 1px solid rgb(219 219 219);
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 450px) {

  .banner-left h1 {
    font-size: 28px;
  }

  .banner-left p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }

  .nzwines-content {
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    text-align-last: left;
    padding-left: initial;
  }

  .contact h1 {
    font-size: 26px;
    text-align: center;
  }

  .contact-text p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 22px;
  }

  .mt-20 {
    margin-top: 15px;
  }

  .btn-outline-white a {
    padding: 10px;
  }

  .display-mobile {
    display: none;
    position: absolute;
    left: 29%;
    max-width: 150px;
  }

  /* .footernv{
      display: none;
    } */

  .fssai-logo {
    position: relative;
    max-width: 120px;
    margin-top: 10px;
    left: -5%;
  }

  .social-links {
    position: relative;
    left: -11%;
    margin-top: 55px;
  }

  .social-links a {
    border-color: #c3963e;
    color: #d7a138;
    width: 25px;
    height: 25px;
  }

  .wineMenu,
  .quickLinks {
    font-size: 14px !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #linksList.open {
    max-height: 167px;
    overflow-y: scroll;
  }

  .wineMenu .arrow,
  .quickLinks .arrow {
    transition: transform 0.3s ease-in-out;
  }

  .collapsed .arrow {
    transform: rotate(-90deg);
  }

  #wineList,
  #linksList {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 11px;
    transition: max-height 0.3s ease-in-out;
  }

  #wineList.open {
    max-height: 250px;
    /* Adjust based on content */
  }

  #wineList,
  #linksList {
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }

  #wineList a,
  #linksList a {
    text-decoration: none;
    color: #555;
    display: block;
  }

  .instagram-gallery {
    text-align: center;
  }

  .instagram-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
   
  }

  .feed-heading {
    font-size: 14px;
  }

  .underline {
    border: 1px solid rgb(219 219 219);
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 1439px) {

  .column{
    width: 75%;
    margin-top: -40px;
  }

  .green-text-heading{
    position: relative;
    left: 25%;
  }

  .column-2{
    width: 100%;
  }

  .nzwines-content{
    padding-left: 35px;
    text-align: justify;
    text-align-last: left;
  }

  .arrow{
    display: none;
  }

  .wineLinksList{
    position: relative;
    left: -17%;
    margin-top: 14%;
  }

  .quickLinksList{
    position: relative;
    margin-top: 14%;
    left: -7%;
  }

  .social-fssai{
    position: relative;
    left: -65%;
    margin-top: 29%;
  }

  .social-links{
    position: relative;
    left: -11%;
    margin-top: 10px;
  }

  .fssai-logo {
    margin-top: 19px;
    width: 105px;
    position: relative;
    left: -11%;
  }

  .fssai-logo img{
    width: 130px;
  }

  .instagram-gallery{
    position: relative;
    margin-top: -25%;
    right: -79%;
    font-family: 'poppinsregular';
    font-size: 18px;
  }

  .instagram-gallery img{
    width: 255px;
    margin-left: -10px;
    margin-top: -10px;
  }
}